@charset "UTF-8";
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;700&display=swap);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

h2 {
  font-size: 1.5em;
  margin: 0;
}

h3 {
  font-size: 1.17em;
  margin: 0;
}

h4 {
  font-size: 1em;
  margin: 0;
}

h5 {
  font-size: 0.83em;
  margin: 0;
}

h6 {
  font-size: 0.67em;
  margin: 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * 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;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/**
 * 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 */
  outline: none;
  border: none;
}

/**
 * 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] {
  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 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-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;
}

a, button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  background: transparent;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.8;
  margin: 0 0 -17px;
  top: 50%;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  height: 34px;
  width: 34px;
  z-index: 9999;
  cursor: pointer;
  border-radius: 50%;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/svg/right-thin-chevron.svg") 2px 0;
  border: 5px solid transparent;
}

.mfp-arrow-right {
  right: 10px;
  background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/svg/right-thin-chevron.svg") 2px 0;
  border: 5px solid transparent;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.hide {
  display: none;
}

@media (max-width: 767px) {
  .xs-float-none {
    float: none !important;
  }
  .xs-b-c {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xs-hide {
    display: none;
  }
  .xs-show {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-float-none {
    float: none !important;
  }
  .sm-b-c {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm-hide {
    display: none;
  }
}
/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-50 {
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.delay-100 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-150 {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.delay-200 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-300 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-350 {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.delay-400 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-450 {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.delay-1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-3000 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}

/********
* Shake *
********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px);
  }
}
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/********
* swing *
*********/
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

/********
* pulse *
*********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

.lt-ie9 .animated .lt-ie8 .animated, .lt-ie7 .animated {
  opacity: 0;
}

/** Базовые стили проекта
*************************************************/
.clearfix::before {
  content: " ";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
  height: 0;
  overflow: hidden;
}

.clr {
  clear: both;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}

.sb {
  box-sizing: border-box;
}
.sb::before, .sb::after,
.sb *, .sb *::before, .sb *::after {
  box-sizing: border-box;
}
.sb-wr {
  width: 100%;
  min-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.sb-wr:before, .sb-wr:after {
  display: table;
  content: " ";
}
.sb-wr:after {
  clear: both;
}

.sb-b-c {
  margin: 0 auto;
}
.sb-b-l {
  float: left;
}
.sb-b-r {
  float: right;
}

.sb-li-none {
  margin: 0;
  padding: 0;
}
.sb-li-none > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

@media (min-width: 500px) {
  .sb-wr {
    padding: 0 15px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .sb-wr {
    width: 1010px;
    min-width: 1010px;
  }
}
/** Стили для текста
*************************************************/
.sb-t {
  /** Выравнивание
  *************************************************/
  /** Меню внутри текста
  *************************************************/
}
.sb-t-u {
  text-decoration: underline;
}
.sb-t-b {
  font-weight: bold;
}
.sb-t-em {
  font-style: italic;
}
.sb-t-stroke {
  text-decoration: line-through;
}
.sb-t-l {
  text-align: left;
}
.sb-t-c {
  text-align: center;
}
.sb-t-r {
  text-align: right;
}
.sb-t-menu {
  display: inline-block;
  position: relative;
  border-bottom: 1px dashed #999;
  margin-right: 10px;
}
.sb-t-menu-arrow {
  position: absolute;
  right: -10px;
  top: 3px;
  font-size: 10px;
}
.sb-t-menu .active {
  display: none;
}
.sb-t-menu-box {
  display: none;
  position: absolute;
  padding: 5px;
  top: 101%;
  right: -10px;
  background: #ffffff;
  z-index: 1000;
}
.sb-t-menu-box a {
  white-space: nowrap;
  padding: 3px 0;
}
.sb-t-menu:hover .sb-t-menu-box {
  display: block;
}

.mg-t-5 {
  margin-top: 5px !important;
}

.mg-t-10 {
  margin-top: 10px !important;
}

.mg-t-15 {
  margin-top: 15px !important;
}

.mg-t-20 {
  margin-top: 20px !important;
}

.mg-t-25 {
  margin-top: 25px !important;
}

.mg-t-30 {
  margin-top: 30px !important;
}

.mg-t-35 {
  margin-top: 35px !important;
}

.mg-t-40 {
  margin-top: 40px !important;
}

.mg-t-45 {
  margin-top: 45px !important;
}

.mg-t-50 {
  margin-top: 50px !important;
}

.mg-b-5 {
  margin-bottom: 5px !important;
}

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

.mg-b-15 {
  margin-bottom: 15px !important;
}

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

.mg-b-25 {
  margin-bottom: 25px !important;
}

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

.mg-b-35 {
  margin-bottom: 35px !important;
}

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

.mg-b-45 {
  margin-bottom: 45px !important;
}

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

.mg-v-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mg-v-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mg-v-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mg-v-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mg-v-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mg-v-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mg-v-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mg-v-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mg-v-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mg-v-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mg-l-5 {
  margin-left: 5px !important;
}

.mg-l-10 {
  margin-left: 10px !important;
}

.mg-l-15 {
  margin-left: 15px !important;
}

.mg-l-20 {
  margin-left: 20px !important;
}

.mg-l-25 {
  margin-left: 25px !important;
}

.mg-l-30 {
  margin-left: 30px !important;
}

.mg-l-35 {
  margin-left: 35px !important;
}

.mg-l-40 {
  margin-left: 40px !important;
}

.mg-l-45 {
  margin-left: 45px !important;
}

.mg-l-50 {
  margin-left: 50px !important;
}

.mg-r-5 {
  margin-right: 5px !important;
}

.mg-r-10 {
  margin-right: 10px !important;
}

.mg-r-15 {
  margin-right: 15px !important;
}

.mg-r-20 {
  margin-right: 20px !important;
}

.mg-r-25 {
  margin-right: 25px !important;
}

.mg-r-30 {
  margin-right: 30px !important;
}

.mg-r-35 {
  margin-right: 35px !important;
}

.mg-r-40 {
  margin-right: 40px !important;
}

.mg-r-45 {
  margin-right: 45px !important;
}

.mg-r-50 {
  margin-right: 50px !important;
}

.pad-h-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pad-h-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pad-h-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pad-h-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pad-h-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pad-h-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pad-h-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pad-h-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pad-h-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pad-h-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pad-no {
  padding: 0 !important;
}
.pad-no-h {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pad-no-v {
  padding-top: 0 !important;
  padding-right: 0 !important;
}

.li-none {
  padding: 0;
  margin: 0;
}
.li-none li {
  list-style: none;
}

.debug {
  outline: 1px dotted red;
}

a {
  color: inherit;
}

body, html, button, input, select, textarea {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  color: #333333;
}

h1 {
  font-size: 36px;
}

h2 {
  position: relative;
  font-size: 30px;
  line-height: 1.15em;
  margin: 30px 0 15px;
  font-weight: bold;
  text-align: center;
  color: #198035;
}

/** Тексты
*************************************************/
h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.875px;
  color: #198035;
}

h4 {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.735px;
}
h4 b {
  display: inline-block;
  margin-top: 12px;
  width: 70px;
  height: 2px;
  background-color: #fec500;
}

p {
  font: inherit;
  color: inherit;
  margin: 0 0 22px;
}

strong {
  font-weight: 800;
}

@media (max-width: 520px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  body, html, button, input, select, textarea {
    font-size: 15px;
  }
}
.text {
  letter-spacing: 1px;
  line-height: 120%;
}
.text strong {
  font-weight: bold;
}
.text ol, .text ul {
  padding-left: 15px;
  margin-bottom: 17px;
}
.text ol li, .text ul li {
  list-style-position: inside;
  margin-bottom: 0;
}
.text ol li ul, .text ul li ul {
  margin-left: 10px;
}
.text ol li ul li:first-child, .text ul li ul li:first-child {
  padding-top: 10px;
}
.text p {
  margin-bottom: 17px;
}
.text table {
  width: 100%;
  border: 1px solid #eeeeee;
}
.text table th {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}
.text table td, .text table th {
  padding: 10px;
  border-right: 1px solid #eeeeee;
}
.text table td:last-child, .text table th:last-child {
  border-right: none;
}
.text table tbody tr:nth-child(even) {
  background-color: rgb(243, 243, 243);
}
.text-btn {
  text-align: center;
}
.text > *:last-child {
  margin-bottom: 0;
}

.btn, .btn-primary {
  display: inline-block;
  background: #fec500;
  border: 2px solid #fec500;
  color: #0f0f0f;
  border-radius: 0;
  font-size: 19px;
  font-weight: bold;
  padding: 18px 36px;
  margin: 0;
  text-decoration: none;
}
.btn:hover, .btn-primary:hover {
  background: #cb9d00;
}
.btn-lg, .btn-primary-lg {
  padding: 15px 30px;
}

.btn-brd {
  padding: 18px 48px;
  background: none;
  border: 2px solid #fec500;
  color: #fec500;
}

/** Стили формы
*************************************************/
.sb-frm {
  position: relative;
  padding: 38px 40px 35px;
  max-width: 100%;
}
.sb-frm *, .sb-frm *::before, .sb-frm *::after {
  box-sizing: border-box;
}
.sb-frm_h {
  position: relative;
  margin-bottom: 18px;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}
.sb-frm_hidden {
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  visibility: hidden !important;
  width: 1px !important;
}

@media (max-width: 480px) {
  .sb-frm {
    padding: 25px;
  }
  .sb-frm_h {
    font-size: 16px;
  }
}
/** Контейнер элемента формы
*************************************************/
.sb-frm_el {
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
  /** Сброс отступов контейнеров внутри контейнера - для поля ввода номера телефона из 3х частей*/
}
.sb-frm_el_control {
  display: block;
  padding: 5px 20px;
  width: 100%;
  height: 52px;
  color: #333333;
  box-shadow: none;
  background: #f7f7f7;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 140%;
}
.sb-frm_el_control:focus {
  outline: 0 none;
  border-color: #999;
}
.sb-frm_el_control[disabled], .sb-frm_el_control[readonly], .sb-frm_el_control fieldset[disabled] .sb-frm-el-control {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}
.sb-frm_el_control::-moz-placeholder, .sb-frm_el_control ::-webkit-input-placeholder {
  color: #999;
  text-align: center;
  opacity: 1;
}
.sb-frm_el.has-error input, .sb-frm_el.has-error textarea {
  border-color: #f05255;
}
.sb-frm_el_msg {
  margin: 0 auto;
  padding: 3px 10px;
  width: 80%;
  border-radius: 0 0 3px 3px;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  background-color: #EC2327;
  transition: height 0.3s ease 0s;
}
.sb-frm_el_msg-abs {
  position: absolute;
  left: 0;
  top: 100%;
  width: 96%;
  margin: 0 3px;
  border-radius: 0 0 3px 3px;
  text-align: left;
  background-color: #EC2327;
  color: #FFF;
  padding: 5px 10px;
  font-size: 0.8em;
}
.sb-frm_el .sb-frm_el {
  margin-bottom: 0 !important;
}
.sb-frm_el textarea.sb-frm_el_control {
  height: auto;
}

/** Стили формы
*************************************************/
.sb-frm_el_radio label {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.sb-frm_el_radio i {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  top: 6px;
  margin-right: 8px;
  border: 1px solid #1797b1;
  border-radius: 5px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.27, 0.67, 0.41, 1.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 0 #0097B3 inset;
  box-shadow: 0 0 0 0 #0097B3 inset;
}
.sb-frm_el_radio input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.sb-frm_el_radio input:checked + i {
  background-color: #0097B3;
}
.sb-frm_el_radio input:checked + i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/_img/icon-check.svg) center no-repeat;
}
.sb-frm_el_radio .sb-frm_el_msg {
  display: inline-block;
  margin: 0;
  width: auto;
  border-radius: 3px;
}

/** Стили формы
*************************************************/
.sb-frm_el_checkbox label {
  display: inline-block;
  position: relative;
}
.sb-frm_el_checkbox i {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  top: 6px;
  margin-right: 8px;
  border: 1px solid #1797b1;
  border-radius: 5px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.27, 0.67, 0.41, 1.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 0 #0097B3 inset;
  box-shadow: 0 0 0 0 #0097B3 inset;
}
.sb-frm_el_checkbox input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.sb-frm_el_checkbox input:checked + i {
  background-color: #0097B3;
}
.sb-frm_el_checkbox input:checked + i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/_img/icon-check.svg) center no-repeat;
}
.sb-frm_el_checkbox .sb-frm_el_msg {
  display: inline-block;
  margin: 0;
  width: auto;
  border-radius: 3px;
}

/** Стили элемента для выбора даты
*************************************************/
.sb-frm_el_date_d {
  float: left;
  max-width: 25%;
  padding-right: 5px;
}
.sb-frm_el_date_m {
  float: left;
  max-width: 50%;
  padding-right: 5px;
}
.sb-frm_el_date_y {
  float: left;
  max-width: 25%;
}
.sb-frm_el_date .sb-frm_el_control {
  padding: 5px;
}

/** Галочка принять условия
*************************************************/
.sb-frm-el-accept {
  display: block;
  position: relative;
  padding-top: 10px;
  text-align: center;
  color: #999;
  font-size: 9px;
}
.sb-frm-el-accept a {
  color: inherit;
}
.sb-frm-el-accept i {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 3px;
  width: 12px;
  height: 12px;
}
.sb-frm-el-accept input {
  position: absolute;
  opacity: 0;
  margin: 0;
}
.sb-frm-el-accept input:not(checked) + i {
  background-position: -175px 0;
}
.sb-frm-el-accept input:checked + i {
  background-position: -188px 0;
}

::-webkit-input-placeholder {
  color: #555555;
  opacity: 1;
}

:-moz-placeholder {
  color: #555555;
  opacity: 1;
}

::-moz-placeholder {
  color: #555555;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #555555;
  opacity: 1;
}

input:focus::-webkit-input-placeholder {
  color: #666;
}

input:focus:-moz-placeholder {
  color: #666;
}

input:focus::-moz-placeholder {
  color: #666;
}

input:focus:-ms-input-placeholder {
  color: #666;
}

.sb-frm-inline-c3:before, .sb-frm-inline-c3:after {
  display: table;
  content: " ";
}
.sb-frm-inline-c3:after {
  clear: both;
}
.sb-frm-inline-c3 .sb-frm_el {
  width: 33.33%;
  padding: 0 10px;
  float: left;
}
.sb-frm-inline-c4:before, .sb-frm-inline-c4:after {
  display: table;
  content: " ";
}
.sb-frm-inline-c4:after {
  clear: both;
}
.sb-frm-inline-c4 .sb-frm_el {
  width: 25%;
  padding: 0 10px;
  float: left;
}

@media (max-width: 480px) {
  .sb-frm-inline_col {
    width: 100%;
    float: none;
  }
}
.ico {
  display: inline-block;
}

/** Блок: Всплывающее окно
*************************************************/
.sb-modal {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 425px;
  padding: 30px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 1px 2px 8px rgba(51, 51, 51, 0.6);
  transition: all 0.3s ease-in-out;
}
.sb-modal_h {
  position: relative;
  color: #333333;
  font-size: 24px;
  margin-bottom: 22px;
}
.sb-modal_h b {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  background-color: #fec500;
}
.sb-modal_h_sub {
  font-size: 20px;
}
.sb-modal_text {
  padding: 30px 25px;
  border-radius: 0;
  text-align: left;
  overflow-y: auto;
}
.sb-modal_close {
  top: -38px;
  right: -25px;
  width: 15px;
  height: 15px;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  outline: none;
  background: none;
  z-index: 1002;
}
.sb-modal_close:hover {
  opacity: 0.5;
}
.sb-modal_loader {
  height: 300px;
  background: transparent url("/_img/ajax-loader.gif") no-repeat center center;
}
.sb-modal .sb-frm {
  padding: 0;
}
.sb-modal .sb-frm_el:last-child {
  margin-bottom: 0;
}
.sb-modal--lg {
  max-width: 768px;
}

/** Обертка окна Arctic Modal
*************************************************/
.arcticmodal-overlay, .arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.arcticmodal-overlay {
  background-color: rgba(51, 51, 51, 0.9) !important;
  opacity: 0.95 !important;
}
.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
.arcticmodal-container_i {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.arcticmodal-container_i2 {
  margin: 0;
  padding: 40px 10px;
  border: 0;
  vertical-align: middle;
  text-align: center;
}
.arcticmodal-container_i2 .sb-modal {
  display: inline-block;
}
.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}

*:first-child + html .arcticmodal-container {
  height: 100%;
}

@media (min-width: 767px) {
  .sb-modal_box {
    display: table;
    width: 100%;
  }

  .arcticmodal-container-i2 {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .sb-modal_close {
    position: absolute;
    top: 0;
    right: 22px;
    color: #333333;
  }
  .sb-modal_h {
    text-align: center;
    font-size: 20px;
  }
  .sb-modal_h b {
    left: 50%;
    width: 64px;
    margin-left: -32px;
  }
}
.sb-s {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  position: relative;
}
.sb-s_h {
  margin: 0 auto 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-size: 35px;
}
.sb-s_h small {
  font-size: 75%;
}
.sb-s_h-l2 {
  margin: -20px auto 40px;
  max-width: 640px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-size: 30px;
}
.sb-s_sub-h {
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  margin: -20px auto 40px;
  max-width: 640px;
}
.sb-s-pad {
  padding: 80px 0;
}
.sb-s-gray {
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  .sb-s_h {
    margin-bottom: 35px;
    font-size: 30px;
  }
  .sb-s_h-l2 {
    font-size: 28px;
  }
  .sb-s_h:after {
    bottom: -5px;
  }
}
@media (max-width: 480px) {
  .sb-s_h {
    margin-bottom: 35px;
    font-size: 24px;
  }
  .sb-s_h-l2 {
    font-size: 22px;
  }
  .sb-s_h:after {
    bottom: -10px;
  }
  .sb-s-pad {
    padding: 40px 0;
  }
}
.btn, .btn-primary {
  display: inline-block;
  background: #fec500;
  border: 2px solid #fec500;
  color: #0f0f0f;
  border-radius: 0;
  font-size: 19px;
  font-weight: bold;
  padding: 18px 36px;
  margin: 0;
  text-decoration: none;
}
.btn:hover, .btn-primary:hover {
  background: #cb9d00;
}
.btn-lg, .btn-primary-lg {
  padding: 15px 30px;
}

.btn-brd {
  padding: 18px 48px;
  background: none;
  border: 2px solid #fec500;
  color: #fec500;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

@media (min-width: 501px) {
  .slider {
    position: relative;
    max-width: 980px;
    margin: 0 auto 20px;
  }
  .slider_in {
    margin: 0 -7px;
  }
  .slider .swiper-wrapper > div {
    float: left;
    width: 33.33%;
    padding: 0 7px;
    text-align: center;
  }
  .slider .swiper-wrapper > div img {
    border-radius: 0;
    max-width: 100%;
  }
  .slider_ar-l, .slider_ar-r {
    position: absolute;
    top: 50%;
    margin-top: -46px;
    height: 56px;
    width: 50px;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    outline: none;
    opacity: 1;
  }
  .slider_ar-l:hover, .slider_ar-r:hover {
    opacity: 0.8;
  }
  .slider_ar-l {
    left: -80px;
    background: transparent no-repeat url("/_img/svg/right-thin-chevron.svg") 4px 1px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .slider_ar-r {
    right: -80px;
    background: transparent no-repeat url("/_img/svg/right-thin-chevron.svg") 4px 1px;
  }
  .slider_dots {
    padding-top: 20px;
    text-align: center;
  }
  .slider_dots .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    background-color: #198035;
    opacity: 1;
  }
  .slider_dots .swiper-pagination-bullet-active {
    background-color: #aaaaaa;
  }
}
@media (max-width: 1200px) {
  .slider_ar-l, .slider_ar-r {
    background-color: rgba(255, 255, 255, 0.9);
    border: 5px solid transparent;
    opacity: 0.9;
  }
  .slider_ar-l {
    left: 30px;
  }
  .slider_ar-r {
    right: 30px;
  }
}
@media (max-width: 500px) {
  .slider {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
  }
  .slider .swiper-wrapper > div {
    float: left;
    text-align: center;
  }
  .slider .swiper-wrapper > div img {
    width: 100%;
    border-radius: 0;
  }
  .slider_ar-l, .slider_ar-r {
    position: absolute;
    top: 45%;
    margin-top: -16px;
    height: 34px;
    width: 34px;
    z-index: 99;
    cursor: pointer;
    border-radius: 50%;
    border: 5px solid transparent;
    opacity: 0.9;
  }
  .slider_ar-l {
    left: 10px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/svg/right-thin-chevron.svg") 2px 0;
  }
  .slider_ar-r {
    right: 10px;
    background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/svg/right-thin-chevron.svg") 2px 0;
  }
  .slider_dots {
    padding-top: 5px;
    text-align: center;
  }
  .slider_dots .swiper-pagination-bullet {
    margin: 0 3px;
  }
}
.tabs {
  margin-bottom: 50px;
}
.tabs_top-nav {
  width: 100%;
  padding: 0 20px 0;
  text-align: center;
}
.tabs_top-nav a {
  display: inline-block;
  padding: 15px 30px;
  margin: 0 3px -1px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  outline: none;
  font-size: 110%;
}
.tabs_top-nav a.active, .tabs_top-nav a:hover {
  border-color: #fec500;
  color: #fec500;
}
.tabs_tab-sm {
  display: none;
}
.tabs_view {
  padding: 40px 50px;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
}
.tabs_view_i {
  display: none;
}
.tabs_view_i.active {
  display: block;
}
@media (max-width: 768px) {
  .tabs_top-nav {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .tabs_top-nav a {
    padding: 15px 20px;
    border: none;
    outline: none;
    text-decoration: underline;
  }
  .tabs_top-nav a.active, .tabs_top-nav a:hover {
    text-decoration: none;
    color: #fec500;
  }
  .tabs_tab-sm {
    display: none;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    border-radius: 10px;
    border-bottom: 1px solid transparent;
    background-color: #e6e6e6;
    padding: 14px;
    line-height: 18px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #333333;
  }
  .tabs_tab-sm.active, .tabs_tab-sm:hover {
    background: none;
    border-color: #fec500;
    border-radius: 0;
    color: #fec500;
  }
  .tabs_view {
    border: none;
    padding: 0;
  }
  .tabs_view_i {
    display: block;
  }
  .tabs_view_i .tabs_content {
    display: none;
  }
  .tabs_view_i.active .tabs_content {
    display: block;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  background: transparent;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.8;
  margin: 0 0 -17px;
  top: 50%;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  height: 34px;
  width: 34px;
  z-index: 9999;
  cursor: pointer;
  border-radius: 50%;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/svg/right-thin-chevron.svg") 2px 0;
  border: 5px solid transparent;
}

.mfp-arrow-right {
  right: 10px;
  background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/svg/right-thin-chevron.svg") 2px 0;
  border: 5px solid transparent;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.social-icon {
  width: 36px;
  height: 36px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 50%;
}
.social-icon-box {
  display: flex;
  justify-content: center;
}
.social-icon svg {
  width: 20px;
  height: 17px;
  fill: #fff;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.social-icon--instagram {
  background-image: -webkit-radial-gradient(30% 107%, circle, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-image: -o-radial-gradient(30% 107%, circle, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-image: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-icon--instagram svg {
  width: 25px;
  height: 20px;
}
.social-icon--fb {
  background-color: #4c6c91;
}
.social-icon--fb svg {
  height: 26px;
}
.social-icon--youtube {
  background-color: #f90019;
}
.social-icon--youtube svg {
  width: 32px;
  height: 25px;
}
.social-icon:hover {
  background-color: #ccd0d1;
  background-image: none;
}

.d_g-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: red;
}
.d_v-line {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: red;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px 0;
  width: 100%;
  z-index: 1000;
  background: hsl(0deg, 0%, 100%);
  -webkit-backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
  backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.35s ease;
}
.header .sb-wr {
  display: flex;
  align-items: stretch;
}
.header_inner {
  color: #222222;
}
.header_inner--fixed {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header_logo {
  text-align: left;
  flex-grow: 1;
}
.header_logo img {
  width: 100px;
}
.header_contacts {
  display: flex;
  justify-content: flex-end;
  flex-grow: 2;
  text-align: right;
  align-items: center;
}
.header_contacts_phone {
  position: relative;
  top: 0;
  right: 0;
}
.header_contacts_phone a {
  position: relative;
  display: inline-block;
  padding: 5px 3px 5px 15px;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -1px;
  text-decoration: none;
}
.header_contacts_phone a:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 3px;
  top: 4px;
  width: 23px;
  height: 23px;
  background: url("/_img/svg/phone.svg") no-repeat;
  background-size: contain;
}

@media (max-width: 520px) {
  .header {
    position: fixed;
    display: block;
    height: 48px;
    padding: 5px 0;
  }
  .header_inner {
    text-align: right;
  }
  .header .sb-wr {
    width: 100%;
  }
  .header_logo img {
    width: auto;
    height: 36px;
  }
  .header_contacts_phone {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
  }
  .header_contacts_phone a {
    font-size: 15px;
  }
}
/** Секция: Основной блок
*************************************************/
.s-nav {
  width: 100%;
  min-width: 100%;
  text-align: center;
  z-index: 1000;
  height: 52px;
  background-color: #04356C;
  color: #fff;
}
.s-nav-place {
  display: none;
  width: 100%;
  height: 52px;
}
.s-nav_menu {
  display: table;
  width: 100%;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
}
.s-nav_menu li {
  display: table-cell;
  padding: 7px;
  text-align: center;
  vertical-align: middle;
  background-color: #04356C;
}
.s-nav_menu li a {
  display: inline-block;
  padding: 0 2px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px dotted #ffffff;
}
.s-nav_menu li a:hover, .s-nav_menu li a:active {
  border-bottom: none;
}
.s-nav_menu li button {
  padding: 8px 20px;
  font-size: 16px;
  white-space: nowrap;
}
.s-nav .s-nav_menu_btn, .s-nav .s-nav_btn {
  width: 175px;
  height: 40px;
  padding: 2px 10px;
  background: radial-gradient(39.78px at 50% -20.54%, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%), #3ABEB1;
  color: #fff;
  border-radius: 28px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
}
.s-nav .s-nav_menu_btn:hover, .s-nav .s-nav_btn:hover {
  text-decoration: none;
}
.s-nav_btn {
  display: none;
}
.s-nav_link {
  display: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.s-nav_toggle {
  position: relative;
  top: 8px;
  display: none;
  float: left;
  width: 25px;
  height: 18px;
  background: transparent;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.s-nav_toggle:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}
.s-nav_msg {
  display: none;
  text-align: right;
  float: right;
}
.s-nav_msg b {
  font-weight: normal;
  font-style: normal;
  line-height: 21px;
  font-size: 12px;
  cursor: pointer;
}
.s-nav_msg a {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: transparent url("/_img/spite.png") no-repeat;
}
.s-nav_msg a.whatsapp {
  background-position: 0 0;
  margin-right: 3px;
}
.s-nav_msg a.viber {
  background-position: -50px 0;
  margin: 0 3px;
}
.s-nav_msg a.telega {
  background-position: -100px 0;
  margin-left: 3px;
}

@media (max-width: 1200px) {
  .s-nav_menu li {
    padding: 7px 2px;
  }
  .s-nav_menu li a {
    border-bottom: none;
    font-size: 12px;
  }
}
@media (max-width: 840px) {
  .s-nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 4px 0;
    background-color: #333;
    height: 44px;
  }
  .s-nav .sb-wr {
    padding: 0 5px;
  }
  .s-nav-place {
    height: 44px;
    display: block;
  }
  .s-nav_menu {
    display: none;
  }
  .s-nav .s-nav_link {
    display: inline-block;
    line-height: 34px;
  }
  .s-nav .s-nav_btn {
    display: inline-block;
    padding: 6px 15px;
    width: auto;
    height: auto;
    float: right;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
  }
  .s-nav_toggle {
    display: inline-block;
  }
  .s-nav_msg {
    display: inline-block;
  }
}
/** Секция: Главная
*************************************************/
.s-main {
  position: relative;
  background: #5c5e58 url("/_img/bio-mock-jbo.png") no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  height: 700px;
  display: flex;
  align-items: center;
}
.s-main_logo {
  display: none;
}
.s-main_header {
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
  background: none;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.s-main_header h1 {
  display: inline-block;
  background: none;
  font-size: 64px;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: 1px;
  padding: 7px 0 5px;
  overflow: hidden;
  margin-left: -8px;
}
.s-main_header_l2, .s-main_header_l3 {
  margin: 15px 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.7px;
  text-shadow: 0 0 3px rgb(0, 0, 0);
}
.s-main_header_l2 b, .s-main_header_l3 b {
  font-weight: 300;
}
.s-main_header_l3 {
  margin-bottom: 42px;
}
.s-main_header h1 span, .s-main_header_l2 span, .s-main_header_l3 span {
  display: inline-block;
  overflow: hidden;
  padding: 0 0.12em;
}
.s-main_header h1 b, .s-main_header_l2 b, .s-main_header_l3 b {
  display: inline-block;
  transform: translateY(100%);
  transition-duration: 300ms;
}
.s-main_header h1 b.go, .s-main_header_l2 b.go, .s-main_header_l3 b.go {
  transform: translateY(0);
}
.s-main .btn {
  margin-right: 30px;
}
.s-main:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

@media (max-width: 768px) {
  .s-main {
    height: auto;
  }
  .s-main_wr {
    margin: 0;
    padding: 100px 15px 150px;
  }
  .s-main_logo {
    display: block;
    width: 300px;
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .s-main_btn .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 520px) {
  .s-main {
    padding-top: 0;
    padding-bottom: 0;
  }
  .s-main_logo {
    width: 50%;
    margin-bottom: 70px;
  }
  .s-main_wr {
    margin: 0;
    padding: 70px 15px 100px;
  }
  .s-main_header {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 150%;
  }
  .s-main_header h1 {
    background: none;
    font-size: 40px;
    margin-left: -4px;
    margin-bottom: 10px;
  }
  .s-main_header_l2, .s-main_header_l3 {
    margin-bottom: 0;
    line-height: 100%;
    font-size: 20px;
  }
  .s-main_btn {
    padding-top: 30px;
    text-align: center;
  }
  .s-main_btn .btn {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 370px) {
  .s-main_header h1 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .s-main_header_l2, .s-main_header_l3 {
    font-size: 18px;
    line-height: 1.3em;
  }
}
/** Секция: Главная
*************************************************/
.s-main-sm {
  position: relative;
  background: #5c5e58 url("/_img/bio-mock-jbo.png") no-repeat center center;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 40px;
  height: auto;
  display: flex;
  align-items: center;
}
.s-main-sm_header {
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
  background: none;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.s-main-sm_header h1 {
  display: inline-block;
  background: none;
  font-size: 44px;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: 1px;
  padding: 7px 0 5px;
  overflow: hidden;
  margin-left: -8px;
}
.s-main-sm_header_l2, .s-main-sm_header_l3 {
  margin: 15px 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.7px;
  text-shadow: 0 0 3px rgb(0, 0, 0);
}
.s-main-sm_header_l2 b, .s-main-sm_header_l3 b {
  font-weight: 300;
}
.s-main-sm_header_l3 {
  margin-bottom: 42px;
}
.s-main-sm_header h1 span, .s-main-sm_header_l2 span, .s-main-sm_header_l3 span {
  display: inline-block;
  overflow: hidden;
  padding: 0 0.12em;
}
.s-main-sm_header h1 b, .s-main-sm_header_l2 b, .s-main-sm_header_l3 b {
  display: inline-block;
  transform: translateY(100%);
  transition-duration: 300ms;
}
.s-main-sm_header h1 b.go, .s-main-sm_header_l2 b.go, .s-main-sm_header_l3 b.go {
  transform: translateY(0);
}
.s-main-sm .btn {
  margin-right: 30px;
}
.s-main-sm:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

@media (max-width: 768px) {
  .s-main {
    height: auto;
  }
  .s-main_wr {
    margin: 0;
    padding: 80px 15px 40px;
  }
  .s-main_logo {
    display: block;
    width: 300px;
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .s-main_btn .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 520px) {
  .s-main {
    padding-top: 0;
    padding-bottom: 0;
  }
  .s-main_wr {
    margin: 0;
    padding: 70px 15px 100px;
  }
  .s-main_header {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 150%;
  }
  .s-main_header h1 {
    background: none;
    font-size: 40px;
    margin-left: -4px;
    margin-bottom: 10px;
  }
  .s-main_header_l2, .s-main_header_l3 {
    margin-bottom: 0;
    line-height: 100%;
    font-size: 20px;
  }
  .s-main_btn {
    padding-top: 30px;
    text-align: center;
  }
  .s-main_btn .btn {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 370px) {
  .s-main_header h1 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .s-main_header_l2, .s-main_header_l3 {
    font-size: 18px;
    line-height: 1.3em;
  }
}
.s-adv {
  padding: 80px 0;
}

@media (max-width: 550px) {
  .s-adv {
    padding: 50px 0;
  }
}
.s-adv ul {
  padding-top: 30px;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.s-adv ul li {
  display: block;
  width: 33.333333333%;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 12px;
  padding: 10px 10px 40px;
  transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}
.s-adv ul li:hover {
  cursor: pointer;
}
.s-adv ul li i {
  display: block;
  margin: 0 auto 30px;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background: no-repeat transparent center center;
  background-size: contain;
}
.s-adv ul li i.i-truck {
  background-image: url(/_img/svg/truck.svg);
}
.s-adv ul li i.i-rocket {
  background-image: url(/_img/svg/rocket.svg);
}
.s-adv ul li i.i-time {
  background-image: url(/_img/svg/time-fast.svg);
}
.s-adv ul li i.i-leaf {
  background-image: url(/_img/svg/leaf.svg);
}
.s-adv ul li i.i-good {
  background-image: url(/_img/svg/good-job-hand.svg);
}
.s-adv ul li i.i-calendar {
  background-image: url(/_img/svg/calendar.svg);
}
.s-adv ul li i.i-money {
  background-image: url(/_img/svg/money.svg);
}

@media (max-width: 650px) {
  .s-adv ul li {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .s-adv ul li {
    width: 50%;
  }
}
.s-base {
  padding: 88px 0;
  background-color: #f5f5f5;
}
.s-base_li {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.s-base_li_i {
  position: relative;
  padding: 16px;
  width: 33.3333333%;
  transition: transform 0.3s ease-out;
  /* Animation */
}
.s-base_li_i:hover {
  transform: scale(1.4);
  z-index: 10;
}
.s-base_li_i_in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 30px 15px 20px;
  border: 1px solid #f5f5f5;
  background: #ffffff;
}
.s-base_li_i_in strong {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-weight: normal;
}
.s-base_li_i_in strong:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  background: transparent url("/_img/svg/circle-check.svg") no-repeat center center;
  background-size: contain;
}
.s-base_button {
  text-align: center;
  padding-top: 55px;
}
.s-base_button .btn {
  padding: 18px 58px;
}

@media (max-width: 700px) {
  .s-base_li_i {
    padding: 8px;
    width: 50%;
  }
}
.s-srv {
  padding: 0;
}
.s-srv_i {
  padding: 50px 0;
  margin: 0 0 50px;
}
.s-srv_i_wr {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.s-srv_i_txt {
  width: 60%;
}
.s-srv_i_txt h3 {
  margin-bottom: 20px;
}
.s-srv_i_img {
  display: flex;
  align-items: center;
  width: 40%;
  overflow: hidden;
}
.s-srv_i_img img {
  max-width: 450px;
}
.s-srv_i:nth-child(odd) {
  background-color: #eeeeee;
}
.s-srv_i:nth-child(odd) .s-srv_i_wr {
  flex-direction: row-reverse;
}
.s-srv_i:nth-child(odd) .s-srv_i_txt {
  padding-right: 30px;
}
.s-srv_i:nth-child(even) .s-srv_i_txt {
  padding-left: 30px;
}

@media (max-width: 550px) {
  .s-srv_i_txt {
    width: 100%;
    padding: 0;
  }
  .s-srv_i_img {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .s-srv_i_img img {
    width: 100%;
  }
  .s-srv_i:nth-child(odd) .s-srv_i_wr {
    flex-direction: row;
  }
  .s-srv_i:nth-child(odd) .s-srv_i_txt {
    padding: 0;
  }
  .s-srv_i:nth-child(even) .s-srv_i_txt {
    padding: 0;
  }
}
.s-services {
  padding: 70px 0 80px;
}
.s-services_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -7px;
}
.s-services_item {
  padding: 30px 7px;
  width: 25%;
  max-width: 300px;
}
.s-services_item_inner {
  padding: 0;
  position: relative;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 0;
  transition: all 300ms linear;
}
.s-services_item_cover {
  background: #333333 no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.s-services_item_text {
  padding: 15px 10px;
  font-size: 18px;
  text-align: center;
}
.s-services_item_price {
  margin-bottom: 15px;
}
.s-services_item_h {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
  height: 5.2rem;
  text-align: center;
}
.s-services_item_h a {
  text-decoration: none;
}
.s-services_item_btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.s-services_item_btm .btn {
  font-size: 0.8em;
  font-weight: 300;
  padding: 10px 25px 12px;
}
.s-services_item:hover .s-services_item_inner {
  border-color: #fec500;
  background-color: #fec500;
}

@media (max-width: 768px) {
  .s-services_list {
    flex-wrap: wrap;
  }
  .s-services_item {
    padding: 20px 7px;
    width: 33.333%;
  }
}
@media (max-width: 480px) {
  .s-services_list {
    margin: 0 -5px;
  }
  .s-services_item {
    width: 50%;
    max-width: 50%;
    padding: 0 5px 20px;
  }
  .s-services_item:last-child {
    padding-bottom: 0;
  }
  .s-services_ruchnaya-chistka .s-services_item_h {
    font-size: 16px;
  }
}
.s-work {
  padding: 80px 0;
}
.s-work_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.s-work_item {
  position: relative;
  padding: 20px;
  width: 16.66%;
  margin-bottom: 25px;
}
.s-work_item i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  width: 120px;
  height: 120px;
  border: 1px solid #198035;
  border-radius: 50%;
  font-weight: bold;
  font-style: normal;
  font-size: 400%;
  color: #198035;
}
.s-work_item span {
  display: block;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
}
.s-work_item:after {
  content: url("/_img/svg/right-thin-chevron.svg");
  position: absolute;
  display: block;
  top: 60px;
  right: -20px;
  width: 40px;
  height: 40px;
  opacity: 1;
}
.s-work_item:last-child:after {
  display: none;
}
.s-work_button {
  text-align: center;
  padding-top: 15px;
}

@media (max-width: 1024px) and (min-width: 501px) {
  .s-work_item {
    width: 33.33%;
  }
  .s-work_item:nth-child(3):after {
    display: none;
  }
}
@media (max-width: 550px) {
  .s-work {
    padding: 50px 0;
  }
  .s-work_item {
    width: 50%;
  }
  .s-work_item:nth-child(even):after {
    display: none;
  }
}
.new-index-list {
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new-index-list li {
  padding-right: 20px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.new-index-list li span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #ccc;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding: 8px;
  font-weight: 600;
  font-size: 20px;
}
.new-index-list li strong {
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #333;
  margin-bottom: 10px;
}
.new-index-list li p {
  font-size: 15px;
  line-height: 20px;
  color: #333;
  margin: 0;
}

.green-list {
  margin-bottom: 10px;
}
.green-list li {
  width: 16.66666666%;
}
.green-list li span {
  background: #198035;
}
.green-list li span:before {
  content: "";
  width: 1000px;
  height: 0;
  border-bottom: 3px dotted #198035;
  position: absolute;
  left: 100%;
  top: 19px;
  margin-left: 22px;
}
.green-list li:before {
  content: "";
  width: 32px;
  height: 22px;
  background: transparent url(/_img/ico/chevron-right.svg) no-repeat right center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 10;
}

@media (max-width: 991px) {
  .green-list li {
    width: 33.3333333%;
  }
}
@media (max-width: 767px) {
  .green-list li {
    width: 100%;
  }
}
.s-questions {
  position: relative;
  padding: 140px 0 140px;
  background: #333333 url("/_img/banner.jpg") no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
}
.s-questions h2 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 46px;
}
.s-questions_frm {
  margin: 0 auto 40px;
  max-width: 500px;
  padding: 0;
}
.s-questions_frm .sb-frm_h {
  margin-bottom: 20px;
}
.s-questions_frm textarea.sb-frm_el_control {
  height: 140px;
}
.s-questions_frm_btn {
  padding-top: 20px;
  text-align: center;
}
.s-questions_frm_btn .btn {
  padding: 18px 30px;
}
.s-questions:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

@media (max-width: 600px) {
  .s-questions {
    padding: 80px 0;
  }
  .s-questions h2 {
    font-size: 30px;
  }
  .s-questions_frm {
    padding: 15px;
  }
}
/** Секция: Подвал
*************************************************/
.footer {
  padding: 25px 0;
  background: rgb(26, 26, 26);
  color: #ffffff;
}
.footer_desc {
  float: left;
}
.footer_desc a {
  text-decoration: none;
}
.footer_phone {
  float: right;
  vertical-align: middle;
}
.footer_phone a {
  font-size: 140%;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 480px) {
  .footer {
    text-align: center;
  }
  .footer_desc {
    float: none;
    margin-bottom: 10px;
  }
  .footer_phone {
    float: none;
  }
}
.pg-spasibo-s0_top {
  padding-top: 15px;
}
.pg-spasibo-s0_top_logo {
  float: left;
  padding-top: 5px;
}
.pg-spasibo-s0_top_logo img {
  width: 190px;
}
.pg-spasibo-s0_top_text {
  display: table;
}
.pg-spasibo-s0_top_text div {
  display: table-cell;
  padding: 5px 27px;
  vertical-align: middle;
}
.pg-spasibo-s0_top_text div.res {
  position: relative;
  padding-left: 40px;
}
.pg-spasibo-s0_top_text div.res i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  display: block;
  width: 28px;
  height: 35px;
  background: transparent url("/_img/_old/icons-sm.png") no-repeat 0px -80px;
}
.pg-spasibo-s0_top_text div.msgr {
  padding-top: 9px;
}
.pg-spasibo-s0_top_msgr a {
  display: inline-block;
  padding: 0 3px;
  border-radius: 50%;
}
.pg-spasibo-s0_top_msgr i {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding-top: 8px;
  padding-left: 8px;
}
.pg-spasibo-s0_top_msgr i b {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("/_img/_old/icons-sm.png") no-repeat;
}
.pg-spasibo-s0_top_msgr i.telega {
  background-color: #0099cc;
}
.pg-spasibo-s0_top_msgr i.telega b {
  background-position: -40px -80px;
}
.pg-spasibo-s0_top_msgr i.whatsup {
  background-color: #33cc66;
}
.pg-spasibo-s0_top_msgr i.whatsup b {
  background-position: -60px -80px;
}
.pg-spasibo-s0_top_msgr i.viber {
  background-color: #9966cc;
}
.pg-spasibo-s0_top_msgr i.viber b {
  background-position: -80px -80px;
}
.pg-spasibo-s0_top_phone {
  float: right;
}
.pg-spasibo-s0_top_phone a {
  display: block;
  font: 28px "FuturaPT-Demi", sans-serif;
  color: #000;
  text-decoration: none;
}
.pg-spasibo-s0 .box-blue {
  margin-bottom: -40px;
}
.pg-spasibo-s0 .box-blue_h {
  font-weight: normal;
}
.pg-spasibo-s0_work {
  position: relative;
  padding: 8px 90px;
  margin-top: -23px;
  font: 20px "FuturaPT-Demi", sans-serif;
  vertical-align: middle;
}
.pg-spasibo-s0_work i {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 35px;
  width: 40px;
  height: 40px;
  background: transparent url("/_img/_old/icons-sm.png") no-repeat -100px -80px;
}

@media (min-width: 767px) {
  .pg-spasibo-s0 {
    background: no-repeat url("/_img/_old/bg-main.jpg") 0 0;
    background-size: auto 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 170px;
    min-height: 785px;
  }
  .pg-spasibo-s0_p2 {
    position: relative;
    padding-top: 305px;
  }
  .pg-spasibo-s0_p2:before {
    content: url("/_img/_old/house.png");
    position: absolute;
    top: 0;
    left: -115px;
    z-index: 2;
  }
  .pg-spasibo-s0_p2:after {
    content: url("/_img/_old/main-leaf-left.png");
    position: absolute;
    top: 135px;
    left: -120px;
    z-index: 1;
  }
  .pg-spasibo-s0_img {
    content: url("/_img/_old/septik.png");
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -65px;
    z-index: 20;
  }
  .pg-spasibo-s0 .box-blue {
    padding: 45px 120px 100px 65px;
    width: 670px;
  }
  .pg-spasibo-s0 .box-blue_h {
    font-size: 34px;
  }
  .pg-spasibo-s0_l {
    float: left;
  }
  .pg-spasibo-s0_leaf-r {
    position: absolute;
    right: -60px;
    bottom: 30px;
    content: url("/_img/_old/main-leaf-right.png");
  }
}
@media (max-width: 480px) {
  .pg-spasibo-s0 {
    background: no-repeat url("/_img/_old/bg-main-sm.jpg") 0 0;
    background-size: auto 100%;
    padding: 15px 0 45px;
  }
  .pg-spasibo-s0_top {
    display: none;
  }
  .pg-spasibo-s0 .box-blue {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .pg-spasibo-s0_work {
    margin-top: 20px;
    padding: 0;
    padding-left: 40px;
    font-size: 13px;
  }
  .pg-spasibo-s0_work i {
    top: -7px;
    left: 7px;
    width: 30px;
    height: 30px;
    background-position: 0 -20px;
  }
  .pg-spasibo-s0_img {
    text-align: center;
    margin: 20px 0 -15px;
  }
  .pg-spasibo-s0_img:after {
    display: inline-block;
    content: url("/_img/_old/septik-sm.png");
  }
  .pg-spasibo-s0 .sb-frm {
    padding: 40px 25px 20px;
  }
  .pg-spasibo-s0 .sb-frm_h {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .pg-spasibo-s0 .sb-frm_h br {
    display: none;
  }
  .pg-spasibo-s0 .sb-frm:before {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -51px;
    content: url("/_img/_old/unitaz-sm.png");
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  background: transparent;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.8;
  margin: 0 0 -17px;
  top: 50%;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  height: 34px;
  width: 34px;
  z-index: 9999;
  cursor: pointer;
  border-radius: 50%;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/svg/right-thin-chevron.svg") 2px 0;
  border: 5px solid transparent;
}

.mfp-arrow-right {
  right: 10px;
  background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/svg/right-thin-chevron.svg") 2px 0;
  border: 5px solid transparent;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.pg-text {
  padding: 80px 0;
}
.pg-text h1 {
  padding-bottom: 40px;
}

@media (max-width: 480px) {
  .pg-text {
    padding: 40px 0;
  }
}

/*# sourceMappingURL=main.css.map */
