/* ==========================================================================
   Mixins
   ========================================================================== */
._clear-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
._box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}
h6 {
  font-size: .67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Cols
   ========================================================================== */
.cols > .col {
  float: left;
  /*background: rgba(0, 0, 0, .1);*/
}
.cols.five > .col {
  width: 17%;
}
.cols.five > .col + .col {
  margin-left: 3.7%;
}
.cols.four > .col {
  width: 20.8%;
}
.cols.four > .col + .col {
  margin-left: 5.6%;
}
.cols.three > .col {
  width: 29.2%;
}
.cols.three > .col + .col {
  margin-left: 6.2%;
}
.cols.three > .col2 {
  width: 64.9%;
}
.cols.two > .col {
  width: 47.2%;
}
.cols.two > .col + .col {
  margin-left: 5.6%;
}
.cols:after {
  content: '';
  clear: both;
}
@media screen and (max-width: 768px) {
  .cols .col-sm-12 {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .cols .col-sm-6 {
    width: 47.2% !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .cols .col-sm-6 + .col-sm-6 {
    margin-left: 5.6% !important;
  }
}
.order-last {
  order: 99;
}
@media screen and (max-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-0 {
    margin-left: 0 !important;
  }
}
/**
 * Swiper 4.4.1
 * 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: September 14, 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: .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: .3s opacity;
  -o-transition: .3s opacity;
  transition: .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: .2s transform,.2s top;
  transition: .2s transform,.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: .2s transform,.2s left;
  transition: .2s transform,.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: .2s transform,.2s right;
  transition: .2s transform,.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: .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;
}
/* 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;
  filter: alpha(opacity=80);
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}
.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.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
a {
  text-decoration: underline;
  color: #666666;
}
a img {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
.dashed {
  text-decoration: none;
}
.dashed.white {
  color: #ffffff;
}
.dashed.white > span {
  background: url('data:image/gif;base64,R0lGODlhAgABAIABAP///////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNGNkJCNzhEODM1RTExRTRCMEQyQUEwQ0VCM0EzQkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNGNkJCNzhFODM1RTExRTRCMEQyQUEwQ0VCM0EzQkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0Y2QkI3OEI4MzVFMTFFNEIwRDJBQTBDRUIzQTNCREUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0Y2QkI3OEM4MzVFMTFFNEIwRDJBQTBDRUIzQTNCREUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAAgABAAACAgwKADs=') 0 100% repeat-x;
}
.dashed.orange {
  color: #ff6600;
}
.dashed.orange > span {
  background: url('data:image/gif;base64,R0lGODlhAgABAIABAP9mAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgxMkZENzlBREQwRTExRTRBMzEyOUZGMjRDNjMwRUIxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgxMkZENzlCREQwRTExRTRBMzEyOUZGMjRDNjMwRUIxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODEyRkQ3OThERDBFMTFFNEEzMTI5RkYyNEM2MzBFQjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODEyRkQ3OTlERDBFMTFFNEEzMTI5RkYyNEM2MzBFQjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAAgABAAACAkQKADs=') 0 100% repeat-x;
}
.dashed:hover > span {
  background: none;
}
/* ==========================================================================
   Typography
   ========================================================================== */
.h1,
h1 {
  font-size: 60px;
  padding: 5px 0 10px;
  margin: 0;
  text-transform: uppercase;
}
.h3,
h3 {
  font-weight: 300;
  font-size: 36px;
  padding: 5px 0 10px;
  margin: 0;
}
.h4,
h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  padding: 0 0 8px;
  margin: 0;
  color: #000000;
}
.h5,
h5 {
  font-weight: 500;
  font-size: 22px;
  padding: 5px 0 10px;
  margin: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
hr {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 2px;
  display: block;
  border: 0 none;
  background: #b2eef5;
  margin: 20px 0;
}
mark {
  background: #ff0;
  color: #000000;
}
p,
pre {
  margin: 0;
  padding: 10px 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/* ==========================================================================
   Lists
   ========================================================================== */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
::-webkit-input-placeholder {
  text-align: left;
  color: #999;
}
:-moz-placeholder {
  text-align: left;
  color: #999;
}
::-moz-placeholder {
  text-align: left;
  color: #999;
}
:-ms-input-placeholder {
  text-align: left;
  color: #999;
}
input[type="text"],
input[type="password"],
select,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 22px;
  line-height: 2.27272727;
  color: #414141;
  padding: 0 0 0 9px;
  border: 1px solid #ccc;
  text-align: left;
  background: #ffffff;
  /*&.placeholder {
		text-align: center;
		color: #747474;

		&:focus {
			text-align: center;
			color: @white;
		}
	}*/
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  outline: 0 none !important;
}
input[type="text"].error,
input[type="password"].error,
select.error,
textarea.error {
  border-color: #f66;
}
textarea {
  resize: vertical;
  height: auto;
}
.input + .input {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .input + .input {
    margin-top: 30px;
  }
}
.input.with-icon {
  position: relative;
}
.input.with-icon input[type="text"],
.input.with-icon input[type="password"],
.input.with-icon select,
.input.with-icon textarea {
  padding-right: 60px;
}
.input-inline {
  display: inline-block;
  width: 380px;
}
@media screen and (max-width: 768px) {
  .input-inline {
    width: 100%;
  }
}
.input-inline + .input-inline {
  margin-left: 27px;
}
@media screen and (max-width: 768px) {
  .input-inline + .input-inline {
    margin-top: 20px;
    margin-left: 0;
  }
}
.input-icon {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 48px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cdcdcd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #cdcdcd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@white', endColorstr='#cdcdcd', GradientType=0);
  /* IE6-9 */
  border: 1px solid #ccc;
}
input.error + .input-icon,
label.error + .input-icon {
  border-color: #f66;
  border-left: 1px solid #ccc;
}
input.valid + .error + .input-icon {
  border-color: #ccc;
}
.button-holder {
  padding: 51px 0 0;
}
@media screen and (max-width: 768px) {
  .button-holder {
    padding: 30px 0 0;
  }
}
.text-button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: auto;
  height: 30px;
  display: block;
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.66666667;
  padding: 0 19px;
  border-radius: 3px;
  white-space: nowrap;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background: #0cc;
}
.text-button:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.text-button.orange {
  background: #ff6600;
  color: #ffffff;
}
.text-button.decoration {
  text-decoration: underline;
}
.button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  height: 50px;
  display: block;
  display: inline-block;
  box-shadow:  0 0 0 0 rgba(0, 0, 0, 0.2);
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-weight: 400;
  font-size: 22px;
  line-height: 2.27272727;
  padding: 0;
  border-radius: 5px;
  white-space: nowrap;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #ff6600;
  letter-spacing: 1px;
}
.button:hover {
  box-shadow:  0 0 20px 0 #ffc832;
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .button:hover {
    box-shadow:  0 0 10px 0 #ffc832;
  }
}
.button.green {
  background: #0c9;
}
.button.green2 {
  background: #0cc;
}
.button.white {
  background: #ffffff;
}
.button.white.opacity {
  background: #767676;
  background: rgba(255, 255, 255, 0.2);
}
.button.white.opacity:hover {
  box-shadow:  0 0 0 0 rgba(0, 0, 0, 0.2);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.button.with-border {
  box-shadow:  0 0 0 5px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .button.with-border {
    box-shadow:  0 0 0 2.5px rgba(255, 255, 255, 0.2);
  }
}
.button.with-border:hover {
  box-shadow:  0 0 0 10px rgba(255, 200, 50, 0.2);
}
@media screen and (max-width: 768px) {
  .button.with-border:hover {
    box-shadow:  0 0 5px 0 #ffc832;
  }
}
label.error {
  position: absolute;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  margin: 60px 0 0 0;
  padding: 3px 7px 3px;
  width: auto;
  white-space: nowrap;
  z-index: 100;
  display: none !important;
  left: 0;
}
label.error:before {
  position: absolute;
  left: -7px;
  top: 8px;
  width: 0;
  height: 0;
  display: block;
  content: '';
  border-style: solid;
  border-width: 7.5px 7px 7.5px 0;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  z-index: 100;
  display: none;
}
input.error:hover + label.error,
textarea.error:hover + label.error,
input.error:focus + label.error,
textarea.error:focus + label.error {
  display: inline-block !important;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.pos-static {
  position: static;
}
.pos-fixed {
  position: fixed;
}
.clear {
  clear: both;
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.b-center {
  margin: 0 auto;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.rouble,
.rur,
.rub {
  font-family: Ruble !important;
  text-transform: none !important;
}
.selected {
  background: #ffffb2;
}
.selected-green {
  background: #0c9;
  color: #ffffff;
}
.text-mini {
  font-size: 14px;
}
/* ==========================================================================
   Main classes
   ========================================================================== */
::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
html,
body,
input,
select,
textarea,
button {
  color: #666666;
  font-weight: 300;
  font-size: 18px;
  font-family: 'dinpro';
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  html,
  body,
  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }
}
html,
body {
  height: 100%;
}
body {
  background: #ecece8 url('../images/back-left.jpg') 0 0 no-repeat;
}
.back {
  background: url('../images/back-right.jpg') 100% 0 no-repeat;
}
.container {
  margin: 0 auto;
  max-width: 1060px;
}
@media screen and (max-width: 576px) {
  .container {
    margin: 0;
    padding: 0 15px;
  }
}
.page-wrapper {
  position: relative;
  min-height: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.page {
  padding-bottom: 95px;
}
.footer {
  margin: -95px auto 0;
  position: relative;
  max-width: 1240px;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  padding: 25px 0 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 25px 0;
  }
}
.footer .black,
.footer a {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .footer .col {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer .cols {
    display: flex;
    flex-wrap: wrap;
  }
}
/* ==========================================================================
   Sections
   ========================================================================== */
section {
  background: #ffffff;
}
.box-shadow-inset {
  box-shadow: inset 0 10px 10px -6px rgba(0, 0, 0, 0.2);
}
.text-header {
  font-size: 40px;
  font-family: 'uni_sansheavy_caps';
  text-align: center;
  color: #ffffff;
  letter-spacing: 3.7px;
}
@media screen and (max-width: 768px) {
  .text-header {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
.text-header.mini {
  font-size: 30px;
  letter-spacing: 2.8px;
}
@media screen and (max-width: 768px) {
  .text-header.mini {
    font-size: 22px;
    letter-spacing: 1px;
  }
}
.text-header.multylines {
  line-height: 1.6;
}
.text-header.black {
  color: #000000;
}
.text-header.orange {
  color: #ff6600;
}
.text-header.green {
  color: #0c9;
}
.text-header.green2 {
  color: #0cc;
}
.text-header.lined {
  overflow: hidden;
}
.text-header.lined > span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.text-header.lined > span:before,
.text-header.lined > span:after {
  width: 100px;
  height: 3px;
  display: block;
  position: absolute;
  left: -100px;
  top: 19px;
  content: '';
}
.text-header.lined > span:after {
  left: auto;
  right: -100px;
}
.text-header.lined.green2 > span:after,
.text-header.lined.green2 > span:before {
  background: #0cc;
}
.text-header.lined.black > span:after,
.text-header.lined.black > span:before {
  background: #e5e5e5;
}
.after-header {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  padding: 13px 0 10px;
}
@media screen and (max-width: 768px) {
  .after-header {
    font-size: 20px;
  }
}
.black {
  color: #000000;
}
.red {
  color: #f45656;
}
/* ==========================================================================
   Top menu
   ========================================================================== */
@media screen and (max-width: 768px) {
  .top-menu-placeholder {
    display: none;
  }
}
.top-menu-holder {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .top-menu-holder {
    display: none;
  }
}
.top-menu {
  height: 40px;
  max-width: 1240px;
  margin: 0 auto;
  color: #262626;
  background: #333;
  line-height: 1.44444444;
  position: relative;
}
.top-list-menu {
  white-space: nowrap;
}
.top-list-menu,
.top-list-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-list-menu li {
  display: inline-block;
}
.top-list-menu li + li {
  margin-left: 27px;
}
.top-list-menu a {
  display: inline-block;
  color: #ff3300;
  padding: 7px 0 7px 0;
  text-decoration: none;
}
.top-list-menu a span {
  width: auto;
  height: 22px;
  display: block;
  display: inline-block;
  color: #ffffff;
  border-bottom: 1px solid #f30;
}
.top-list-menu a:hover span {
  border-bottom: 0 none;
}
/* ==========================================================================
   Header
   ========================================================================== */
.header {
  padding: 50px 0 0 0;
  border-bottom: 3px solid #e5e5e5;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
    padding: 15px 0;
    position: relative;
    border-width: 0;
  }
}
.header .company-logo {
  float: left;
}
@media screen and (max-width: 768px) {
  .header .company-logo {
    float: none;
  }
}
.header .company-about {
  float: left;
  margin: 0 0 0 74px;
}
@media screen and (max-width: 768px) {
  .header .company-about {
    float: none;
    margin: 0;
    padding: 15px 0;
  }
}
.header .company-phone {
  float: right;
}
@media screen and (max-width: 768px) {
  .header .company-phone {
    position: absolute;
    right: 0;
    top: 30px;
    float: none;
    text-align: right;
    width: auto;
  }
}
.company-logo {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 300px;
  height: 100px;
  display: block;
  position: relative;
  padding: 50px 0 0 118px;
}
@media screen and (max-width: 768px) {
  .company-logo {
    width: auto;
    height: auto;
    display: block;
    padding: 23px 0 0 60px;
    font-size: 12px;
    line-height: 1.2;
  }
}
.company-logo .logo {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/sprite.png') 0 0 no-repeat;
}
@media screen and (max-width: 768px) {
  .company-logo .logo {
    transform-origin: top left;
    transform: scale(0.5);
  }
}
.company-logo .name {
  width: 92px;
  height: 30px;
  display: block;
  position: absolute;
  left: 117px;
  top: -4px;
  font-size: 40px;
  font-family: 'uni_sansheavy_caps';
  color: #000000;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .company-logo .name {
    font-size: 20px;
    letter-spacing: 2px;
    left: 60px;
    top: -2px;
  }
}
.company-about {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 400px;
  height: 100px;
  display: block;
  position: relative;
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.45454545;
  padding: 44px 0 0;
}
@media screen and (max-width: 768px) {
  .company-about {
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 20px;
    line-height: 1.33;
  }
}
.company-about:before {
  width: 70px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 19px;
  background: #ff6600;
  content: '';
}
@media screen and (max-width: 768px) {
  .company-about:before {
    display: none;
  }
}
.company-phone {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 220px;
  height: auto;
  display: block;
  white-space: nowrap;
  margin: -21px 0 0;
}
.company-phone .phone {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  padding: 14px 0 0;
}
@media screen and (max-width: 768px) {
  .company-phone .phone {
    font-size: 20px;
  }
}
.company-phone .button-holder {
  margin: 13px 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .company-phone .button-holder {
    display: none;
  }
}
.company-phone .button-holder input[type='text'] {
  height: 30px;
  line-height: 1.66666667;
  font-size: 18px;
  font-weight: 300;
  width: 0;
  padding: 0;
  display: none;
}
.float-header {
  box-shadow:  0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  max-width: 1240px;
  margin: 0 auto;
  height: 40px;
  display: none;
}
.float-header .bird {
  width: 40px;
  height: 40px;
  display: block;
  background: url('../images/sprite.png') -100px -30px no-repeat;
  float: left;
  margin: 0 20px 0 0;
}
.float-header-about {
  color: #000000;
  font-weight: 400;
  line-height: 2.22222222;
  float: left;
}
.float-header-about .phone {
  color: #000000;
  font-weight: 500;
}
.float-header-callback {
  white-space: nowrap;
  float: right;
}
.float-header-callback .button-holder {
  padding: 5px 0;
}
.float-header-callback .button-holder input[type='text'] {
  height: 30px;
  line-height: 1.66666667;
  font-size: 18px;
  font-weight: 300;
  width: 0;
  padding: 0;
  display: none;
}
/* ==========================================================================
   Advs
   ========================================================================== */
.advs {
  padding: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
  .advs {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .advs-1 {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .advs-3 {
    padding: 30px 0 0;
  }
}
.adv-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  padding: 0 0 0 89px;
}
@media screen and (max-width: 768px) {
  .adv-item {
    margin-bottom: 30px;
    padding: 0 0 0 68px;
  }
}
.adv-item .image {
  position: absolute;
  left: 0;
  top: 6px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 70px;
  background: #cff;
}
@media screen and (max-width: 768px) {
  .adv-item .image {
    top: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50px;
  }
}
.adv-item .image img {
  width: 70px;
  height: 70px;
  display: block;
}
@media screen and (max-width: 768px) {
  .adv-item .image img {
    width: 100%;
    height: auto;
  }
}
.adv-item .title {
  font-weight: 500;
  color: #000000;
  padding: 0 0 7px 0;
}
/* ==========================================================================
   Coast
   ========================================================================== */
.coast {
  height: 550px;
  position: relative;
  background: #4e4e4e;
}
@media screen and (max-width: 768px) {
  .coast {
    height: auto;
  }
}
.coast img.back {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 1240px;
  height: 550px;
}
@media screen and (max-width: 768px) {
  .coast img.back {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}
.coast .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 3;
}
.coast .content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding: 79px 0 0;
}
@media screen and (max-width: 768px) {
  .coast .content {
    position: relative;
    height: auto;
    padding: 25px 0;
  }
}
.coast .any-region {
  position: absolute;
  left: 30px;
  bottom: 100px;
  z-index: 6;
  color: #ffffff;
  bottom: 86px;
  left: 90px;
}
@media screen and (max-width: 768px) {
  .coast .any-region {
    display: none;
  }
}
.coast .any-region > div {
  padding: 24px 0 0 0;
}
.kons-form {
  max-width: 400px;
  margin: 0 auto;
}
/* ==========================================================================
   Steps
   ========================================================================== */
.steps-box {
  height: 370px;
  background: #ddf5fd url('../images/blue-back2.jpg') 50% 0 no-repeat;
}
@media screen and (max-width: 768px) {
  .steps-box {
    height: auto;
  }
}
.steps-box .content {
  padding: 41px 0 0 0;
}
@media screen and (max-width: 768px) {
  .steps-box .content {
    padding: 30px 0 0;
  }
}
.steps-animation-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 42px 0 0;
  height: 156px;
}
@media screen and (max-width: 768px) {
  .steps-animation-box {
    height: auto;
    padding: 30px 0 0;
  }
}
.step-animation-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .step-animation-item {
    display: flex;
    padding: 0 0 30px;
  }
}
.step-animation-item .image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 70px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin: 0 auto;
  background: #b2eef5;
}
@media screen and (max-width: 768px) {
  .step-animation-item .image {
    margin: 0 20px 0 0;
  }
}
.step-animation-item.active .image {
  background: #ff6600;
}
.step-animation-item .path {
  width: 190px;
  height: 3px;
  display: block;
  position: absolute;
  left: -124px;
  top: 34px;
  background: #b2eef5;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .step-animation-item .path {
    display: none;
  }
}
.step-animation-item .path .fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #ff6600;
}
.step-animation-item .text-item {
  display: none;
}
@media screen and (max-width: 768px) {
  .step-animation-item .text-item {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .steps-box-text {
    display: none;
  }
}
.text-item .title {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36363636;
  color: #000000;
  padding: 0 0 4px 0;
}
/* ==========================================================================
   Your son
   ========================================================================== */
.your-son-box {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .your-son-box {
    height: auto;
  }
}
.line {
  width: 100px;
  height: 3px;
  display: block;
  background: #ccf5f5;
  margin: 0 auto;
}
.line.grey {
  background: #575757;
}
.line.grey2 {
  background: #c8dee5;
}
.line.light-grey {
  background: #e5e5e5;
}
.line.blue {
  background: #b2eef5;
}
.line.orange {
  background: #ffe0cc;
}
.line.green {
  background: #3ccfaa;
}
.line.green2 {
  background: #3bc7c7;
}
.your-son {
  position: relative;
  padding: 3px 0 0 600px;
}
@media screen and (max-width: 768px) {
  .your-son {
    padding: 0;
  }
}
.your-son .image {
  width: 540px;
  height: 360px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .your-son .image {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}
.your-son .image img {
  width: 540px;
  height: 360px;
  display: block;
}
@media screen and (max-width: 768px) {
  .your-son .image img {
    width: 100%;
    height: auto;
  }
}
.your-son .image .frame {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  border: 3px solid #0c9;
}
@media screen and (max-width: 768px) {
  .your-son .image .frame {
    border-width: 1px;
  }
}
.your-son .button-holder {
  position: relative;
  padding: 41px 57px 0 3px;
}
@media screen and (max-width: 768px) {
  .your-son .button-holder {
    padding: 10px 0 30px;
  }
}
.your-son .button-holder .bird {
  position: absolute;
  right: -19px;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .your-son .button-holder .bird {
    display: none;
  }
}
/* ==========================================================================
   Help box
   ========================================================================== */
.help-box {
  height: 300px;
  background: url('../images/dark-back.jpg') 50% 0 no-repeat;
  font-size: 30px;
  line-height: 1.33333333;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .help-box {
    height: auto;
    background-size: cover;
    padding: 0 0 30px;
    font-size: 21px;
  }
}
.help-box a {
  color: #ff6600;
}
.help-box .text-header span {
  position: relative;
}
.help-box .text-header .arrow {
  position: absolute;
  right: -114px;
  top: -17px;
}
@media screen and (max-width: 768px) {
  .help-box .text-header .arrow {
    display: none;
  }
}
.presentation-iframe {
  display: inline-block;
  width: 700px;
  height: 393px;
}
@media screen and (max-width: 768px) {
  .presentation-iframe {
    width: 100%;
    height: auto;
  }
}
/* ==========================================================================
   Stat
   ========================================================================== */
.bordered-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 3px solid #0cc;
  padding: 17px 29px 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bordered-box {
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-width: 1.5px;
    min-height: 120px;
    font-size: 14px;
  }
}
.bordered-box,
.bordered-box * {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bordered-box .count {
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  color: #0cc;
}
@media screen and (max-width: 768px) {
  .bordered-box .count {
    font-size: 24px;
  }
}
.bordered-box .title {
  font-weight: 500;
  color: #000000;
  padding: 7px 0 6px;
}
.bordered-box .image {
  margin: 10px 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 70px;
}
@media screen and (max-width: 768px) {
  .bordered-box .text {
    display: none;
  }
}
.bordered-box.orange {
  border-color: #ff6600;
}
.bordered-box.orange .count {
  color: #ff6600;
}
.bordered-box.orange .title {
  color: #ff6600;
}
.bordered-box.orange:hover {
  background: #ff6600;
  color: #ffffff;
}
.bordered-box.orange:hover .count {
  color: #ffffff;
}
.bordered-box.orange:hover .title {
  color: #ffffff;
}
.bordered-box.green2 {
  border-color: #0c9;
}
.bordered-box.green2 .count {
  color: #ff6600;
}
.bordered-box.green2 .title {
  color: #ff6600;
}
.bordered-box.green2 .image {
  background: #0c9;
}
.bordered-box.green2:hover {
  background: #0c9;
  color: #ffffff;
}
.bordered-box.green2:hover .count {
  color: #ffffff;
}
.bordered-box.green2:hover .title {
  color: #ffffff;
}
.bordered-box.green2:hover .image {
  background: #ffffff;
}
.bordered-box:hover {
  background: #0cc;
  color: #ffffff;
}
.bordered-box:hover .count {
  color: #ffffff;
}
.bordered-box:hover .title {
  color: #ffffff;
}
.stats-1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .stats-1 {
    margin-bottom: 30px;
  }
}
/* ==========================================================================
   Advs2
   ========================================================================== */
.advs2-box {
  padding: 52px 0 45px;
}
@media screen and (max-width: 768px) {
  .advs2-box {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .advs2-box .col:last-child .adv2-item {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .adv2-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
.adv2-item .image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  margin: 0 auto;
  background: #0c9;
}
@media screen and (max-width: 768px) {
  .adv2-item .image {
    margin: 0 20px 0 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 60px;
  }
}
.adv2-item .image img {
  width: 100px;
  height: 100px;
  display: block;
}
@media screen and (max-width: 768px) {
  .adv2-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.adv2-item .title {
  font-weight: 500;
  color: #000000;
  padding: 14px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .adv2-item .title {
    padding: 0;
    text-align: left;
  }
}
/* ==========================================================================
   Conditions
   ========================================================================== */
.conditions-box {
  background: #ddf5fd url('../images/blue-back2.jpg') 50% 0 no-repeat;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .conditions-box {
    height: auto;
    background-size: cover;
  }
}
.condition-items {
  padding: 10px 0 13px;
}
@media screen and (max-width: 768px) {
  .condition-items {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .condition-item {
    margin-bottom: 30px;
  }
}
.condition-item .image {
  width: 310px;
  height: 180px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .condition-item .image {
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
  }
}
.condition-item .image img {
  width: 310px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .condition-item .image img {
    width: 100%;
    height: auto;
  }
}
.condition-item .image .frame {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 304px;
  height: 174px;
  display: block;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .condition-item .image .frame {
    width: auto;
    height: auto;
    position: absolute;
    right: 3px;
    bottom: 3px;
  }
}
.conditions-advs {
  padding-top: 22px;
}
.conditions-advs .image {
  background: #0cc;
}
.conditions-advs .title {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36363636;
  padding: 0 0 4px;
}
/* ==========================================================================
   Therapy
   ========================================================================== */
.therapy-box {
  background: #ffffff url('../images/white-back.jpg') 50% 0 no-repeat;
}
.therapy-items {
  padding: 10px 0 0px;
}
@media screen and (max-width: 768px) {
  .therapy-item {
    margin-bottom: 30px;
    text-align: center;
  }
}
.therapy-item .image {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .therapy-item .image {
    display: inline-block;
    margin: 0 auto;
  }
}
.therapy-item .title {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36363636;
  color: #000000;
  padding: 23px 0 4px;
}
@media screen and (max-width: 768px) {
  .therapy-item .title {
    padding: 10px 0;
  }
}
/* ==========================================================================
   Bordered form
   ========================================================================== */
.form-box-bordered {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow:  0 4px 6px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid #ff6600;
  width: 890px;
  margin: 0 auto;
  padding: 39px 43px 50px;
  text-align: center;
  position: relative;
  z-index: 5;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .form-box-bordered {
    width: 100%;
    height: auto !important;
    padding: 30px 20px;
  }
}
.form-box-bordered.green2 {
  border-color: #0cc;
}
.form-box-bordered .h4,
.form-box-bordered h4 {
  letter-spacing: -1px;
  padding: 15px 0 23px;
  color: #8a8a8a;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.36363636;
}
.form-box-bordered form {
  text-align: left;
}
.form-box-bordered .button-holder {
  padding: 30px 200px 0;
}
@media screen and (max-width: 768px) {
  .form-box-bordered .button-holder {
    padding: 20px 0 0;
  }
}
/* ==========================================================================
   Methods
   ========================================================================== */
.methods-box {
  background: #ddf5fd url('../images/blue-back2.jpg') 50% 0 no-repeat;
  padding: 200px 0 30px;
  margin: -158px 0 0 0;
  /*height: 531px;*/
}
.methods-slider {
  width: 100%;
  padding: 0 0 40px;
}
.method-item {
  padding: 42px 10px 0;
  /*.text {
		max-height: 150px;
		overflow: hidden;
	}*/
}
.method-item .image {
  width: 220px;
  height: 130px;
  display: block;
  position: relative;
}
.method-item .image .num {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 40px;
  position: absolute;
  left: -10px;
  top: -10px;
  /*._box-shadow(2px, 2px, 0, 0, @white);*/
  background: #ff6600;
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.66666667;
  text-align: center;
}
.method-item .image img {
  width: 220px;
  height: 130px;
  display: block;
}
.method-item .title {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36363636;
  color: #000000;
  padding: 23px 0 4px;
}
.swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  border: 3px solid #0cc;
  background: transparent;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #0cc;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
/* ==========================================================================
   Anonym
   ========================================================================== */
.anonym-box {
  background: url('../images/white-back.jpg') 50% 0 no-repeat;
}
.anonym-items {
  padding: 54px 0 9px 375px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .anonym-items {
    padding: 0;
  }
}
.anonym-items .box-title {
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .anonym-items .box-title {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}
.anonym-items .box-title .line {
  margin: 0;
}
.anonym-items .box-title .text-header {
  margin: 33px 0 0 0;
  text-align: left;
  line-height: 1.6;
}
.anonym-items .box-title .delivery {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36363636;
  color: #000000;
  padding: 22px 0 0;
}
.anonym-items .box-title .delivery .light {
  font-weight: 300;
  color: #666666;
  padding: 4px 0 0 0;
  font-size: 18px;
}
.cert-personal {
  padding: 0 0 0 420px;
  position: relative;
  width: 250px;
  margin-left: 142px;
}
.cert-personal .box-title {
  position: absolute;
  left: 0;
  top: 5px;
}
.cert-personal .box-title .line {
  margin: 0;
}
.cert-personal .box-title .text-header {
  margin: 33px 0 0 0;
  text-align: left;
  line-height: 1.2;
}
.cert-personal .box-title .light {
  padding: 4px 0 0 0;
}
.cert-personal .certificats {
  height: auto;
  margin: 0;
}
.cert-personal .certificats img {
  width: 100%;
}
.anonym-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  padding: 0 0 0 100px;
  height: 118px;
}
@media screen and (max-width: 768px) {
  .anonym-item {
    height: auto;
    padding-bottom: 30px;
  }
}
.anonym-item .image {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 70px;
  border: 3px solid #ff6600;
}
@media screen and (max-width: 768px) {
  .anonym-item .image {
    border-width: 2px;
  }
}
.anonym-item .image > * {
  margin: -3px 0 0 -3px;
}
.anonym-item .title {
  font-size: 30px;
  font-family: 'uni_sansheavy_caps';
  color: #000000;
  letter-spacing: 3.2px;
  padding: 2px 0 6px;
}
@media screen and (max-width: 768px) {
  .anonym-item .title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.certificats {
  margin: -3px 0 0 0;
  height: 222px;
}
@media screen and (max-width: 768px) {
  .certificats {
    height: auto;
    margin: 0;
    text-align: center;
  }
}
.certificats img + img {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .certificats img + img {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .certificats img {
    margin: 0 2px 10px !important;
  }
}
/* ==========================================================================
   Reasons
   ========================================================================== */
.reasons-box {
  background: #ddf5fd url('../images/blue-back2.jpg') 50% 0 no-repeat;
  height: 1130px;
}
@media screen and (max-width: 768px) {
  .reasons-box {
    height: auto;
  }
}
.reason-items {
  padding: 10px 0 0 0;
}
.reason-items .cols + .cols {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .reason-items .cols + .cols {
    margin-top: 0;
  }
}
.reason-item {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .reason-item {
    display: flex;
    margin-bottom: 30px;
  }
}
.reason-item .image {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  border: 3px solid #fc9;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .reason-item .image {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 60px;
    margin-right: 20px;
    overflow: visible;
    min-width: 60px;
  }
}
.reason-item .image > img {
  width: 100px;
  height: 100px;
  display: block;
}
@media screen and (max-width: 768px) {
  .reason-item .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.reason-item .image .num {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 40px;
  position: absolute;
  left: -13px;
  top: -14px;
  background: #ff6600;
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.66666667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason-item .image .num {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 24px;
    position: absolute;
    left: -8px;
    top: -4px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.reason-item .image > img {
  margin: -3px 0 0 -3px;
}
@media screen and (max-width: 768px) {
  .reason-item .image > img {
    margin: 0;
  }
}
.reason-item .title {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36363636;
  color: #000000;
  padding: 22px 0 6px;
}
@media screen and (max-width: 768px) {
  .reason-item .title {
    padding: 0 0 5px;
  }
}
.reason-item .text {
  max-height: 230px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reason-item .text {
    max-height: unset;
  }
}
/* ==========================================================================
   Stats 2
   ========================================================================== */
.stat2-box {
  padding: 144px 0 0;
}
@media screen and (max-width: 768px) {
  .stat2-box {
    padding: 30px 0 0;
  }
}
.stat2-box .anonym-items {
  padding-bottom: 6px;
}
.stat2-box .anonym-item {
  padding-top: 10px;
}
.stat2-items .bordered-box {
  text-align: left;
  height: 355px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .stat2-items .bordered-box {
    height: auto;
    padding: 20px;
    margin-bottom: 30px;
  }
}
.stat2-items .bordered-box .title {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36363636;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .stat2-items .bordered-box .title br {
    display: none;
  }
}
.stat2-items .bordered-box .image {
  overflow: visible;
}
.stat2-items .bordered-box .image img[class*="green"] {
  display: none !important;
}
.stat2-items .bordered-box .image img[class*="white"] {
  display: block !important;
}
.stat2-items .bordered-box:hover img[class*="green"] {
  display: block !important;
}
.stat2-items .bordered-box:hover img[class*="white"] {
  display: none !important;
}
.stat2-items-row-1 {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .stat2-items-row-1 {
    margin-bottom: 30px;
  }
}
/* ==========================================================================
   Consult
   ========================================================================== */
.consult-box {
  background: #ddf5fd url('../images/blue-back2.jpg') 50% 0 no-repeat;
  height: 550px;
}
@media screen and (max-width: 768px) {
  .consult-box {
    height: auto;
  }
}
.consult-box .text-header {
  letter-spacing: 3.3px;
}
/* ==========================================================================
   We are
   ========================================================================== */
.we-are .line {
  margin: 0 0 37px 0;
}
.we-are .text-header {
  text-align: left;
}
.we-are-items {
  padding: 36px 0 44px;
}
.we-are-item {
  position: relative;
  padding: 0 0 0 60px;
  letter-spacing: -1px;
}
.we-are-item .image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 6px;
}
.we-are-item .title {
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  padding: 0 0 6px 0;
  letter-spacing: 0;
}
.we-are-item + .we-are-item {
  margin-top: 38px;
}
/* ==========================================================================
   Specialist
   ========================================================================== */
.specialists-box {
  background: #0bc395 url('../images/green-back.jpg') 50% 0 no-repeat;
  padding: 0 0 30px;
  background-size: cover;
}
.spec-items {
  padding: 6px 0 0 0;
}
.spec-item {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .spec-item {
    margin-bottom: 30px;
  }
}
.spec-item .image {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 150px;
  box-shadow:  0 5px 5px 0 rgba(0, 0, 0, 0.2);
  border: 10px solid #ffffff;
  margin: 0 auto;
}
.spec-item .image img {
  margin: -10px;
}
.spec-item .title {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36363636;
  padding: 23px 0 4px;
}
@media screen and (max-width: 768px) {
  .spec-item .title {
    padding-top: 15px;
  }
}
.person-image {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 150px;
  box-shadow:  0 5px 5px 0 rgba(0, 0, 0, 0.2);
  border: 10px solid #ffffff;
}
.person-image img {
  margin: -10px;
}
.specialists-swiper {
  display: none;
}
@media screen and (max-width: 768px) {
  .specialists-swiper {
    display: block;
    padding: 0 0 20px;
  }
}
.specialists-swiper .swiper-pagination .swiper-pagination-bullet {
  border-color: #ffffff;
  opacity: .55;
}
.specialists-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: .8;
}
/* ==========================================================================
   Guarany
   ========================================================================== */
.guaranty-items {
  padding: 35px 0 6px;
}
.guaranty-items ul,
.guaranty-items li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.guaranty-items li {
  padding: 0 0 39px 40px;
  position: relative;
}
.guaranty-items li:before {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: -4px;
  top: -1px;
  background: url('../images/sprite.png') -160px 0 no-repeat;
  content: '';
}
/* ==========================================================================
   Emotion
   ========================================================================== */
.emotion-box {
  background: #ccc;
  height: 240px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .emotion-box {
    height: auto !important;
  }
}
.emotion-box .back {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 1240px;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .emotion-box .back {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.emotion-box--2 {
  height: 300px;
}
.emotion-box--2 .back {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .emotion-box--2 .back {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.emotion-box .content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .emotion-box .content {
    position: relative;
    top: unset;
    left: unset;
    padding: 0 0 35px 0;
  }
}
.emotion-box .text-header span {
  position: relative;
}
.emotion-box .text-header span .arrow {
  position: absolute;
  right: -83px;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .emotion-box .text-header span .arrow {
    display: none;
  }
}
.emotion-box .button-holder {
  padding: 61px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .emotion-box .button-holder {
    padding: 20px 0 0;
  }
}
.emotion-box .button-holder .input-inline {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .emotion-box .button-holder .input-inline {
    width: 100%;
  }
}
.emotion-box .button-holder .input-inline + .input-inline {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .emotion-box .button-holder .input-inline + .input-inline {
    margin: 15px 0 0;
  }
}
.emotion-box .button {
  letter-spacing: 0;
}
/* ==========================================================================
   Videos
   ========================================================================== */
.videos-slider {
  width: 100%;
  height: 290px;
}
@media screen and (max-width: 768px) {
  .videos-slider {
    height: auto;
  }
}
.video-item {
  position: relative;
}
.video-item a.play {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #0cc;
  z-index: 10;
}
.video-item a.play:after,
.video-item a.play:before {
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 19.5px 0 19.5px 20px;
  content: '';
}
.video-item a.play:before {
  position: absolute;
  left: 33px;
  top: 21px;
  z-index: 5;
  border-color: transparent transparent transparent #ffffff;
}
.video-item a.play:after {
  position: absolute;
  left: 33px;
  top: 24px;
  z-index: 3;
  border-color: transparent transparent transparent #00a3a3;
}
.video-item a.play:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.video-item.active a.play {
  display: none;
}
/* ==========================================================================
   Partners
   ========================================================================== */
.partners-box {
  background: #0ab9b9 url('../images/green2-back.jpg') 50% 0 no-repeat;
  height: 560px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .partners-box {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .partners-items .col.ml-sm-0 {
    margin-left: 0 !important;
  }
}
.partner-item {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .partner-item {
    margin-bottom: 30px;
  }
}
.partner-item .image {
  height: 130px;
}
.partner-item .image img {
  width: 119px;
  height: 128px;
}
.partner-item .image img.wide {
  width: 192px;
  height: 128px;
}
@media screen and (max-width: 768px) {
  .partner-item .image img.wide {
    width: 100%;
    height: auto;
  }
}
.partner-item .title {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36363636;
  padding: 18px 0 0 0;
}
@media screen and (max-width: 768px) {
  .partner-item .title {
    font-size: 14px;
    padding-top: 15px;
  }
}
.partners-slider {
  width: 100%;
  height: 346px;
}
@media screen and (max-width: 768px) {
  .partners-slider {
    height: auto;
  }
}
.partners-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
.partners-slider .swiper-pagination .swiper-pagination-bullet {
  border-color: #ffffff;
}
/* ==========================================================================
   Our center
   ========================================================================== */
.our-center-box {
  padding: 0 0 7px 0;
}
@media screen and (max-width: 768px) {
  .our-center-box {
    padding: 0;
  }
}
.our-center-box .condition-items {
  padding: 2px 0 18px;
}
@media screen and (max-width: 768px) {
  .our-center-box .condition-items {
    padding: 0;
  }
}
/* ==========================================================================
   Questions
   ========================================================================== */
.questions-box {
  background: #ddf5fd url('../images/blue-back2.jpg') 50% 0 no-repeat;
  background-size: cover;
}
.questions {
  padding: 7px 0 10px 0 !important;
}
@media screen and (max-width: 768px) {
  .questions {
    padding: 0 !important;
  }
}
.questions,
.questions li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
@media screen and (max-width: 768px) {
  .questions li {
    padding: 0 0 20px;
  }
}
.questions .link {
  font-weight: 400;
  font-size: 22px;
  padding: 0 0 41px 59px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .questions .link {
    padding: 0 0 20px 45px;
  }
}
.questions .link a {
  color: #ff6600;
}
.questions .link:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: -6px;
  background: transparent;
  border: 3px solid #ff6600;
  content: '?';
  font-weight: 500;
  font-size: 27px;
  line-height: 1.18518519;
  color: #ff6600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .questions .link:before {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 30px;
    top: 0;
    border-width: 1px;
    font-size: 22px;
    line-height: 1.26;
  }
}
.questions .active .link:before {
  background: #ff6600;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .questions .more {
    padding: 0 0 20px;
  }
}
.questions .inside {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  padding: 0 0 40px 239px;
  overflow: hidden;
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .questions .inside {
    padding: 0;
    min-height: unset;
  }
}
.questions .image {
  position: absolute;
  left: 60px;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .questions .image {
    left: 0;
    position: static;
    float: left;
    margin: 0 20px 0 0;
  }
}
.questions .title {
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  padding: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .questions .title {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .questions .person-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
    border-width: 5px;
  }
}
@media screen and (max-width: 768px) {
  .questions .person-image img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
  }
}
/* ==========================================================================
   Map
   ========================================================================== */
.map-box {
  background: url("../images/map.png") 50% 49px no-repeat;
  height: 810px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .map-box {
    height: auto;
    background: none;
  }
}
.map-box .where {
  position: absolute;
  left: 0;
  bottom: 49px;
  width: 100%;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .map-box .where {
    position: static;
    font-size: 16px;
    text-align: left;
    padding: 0 0 30px;
  }
}
.map-box .where .image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 70px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 3px solid #ff6600;
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: -27px;
}
@media screen and (max-width: 768px) {
  .map-box .where .image {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 35px;
    border-width: 1.5px;
    vertical-align: -11px;
    margin-right: 5px;
  }
}
.map-box .where .image img {
  width: 70px;
  height: 70px;
  display: block;
  margin: -3px;
}
@media screen and (max-width: 768px) {
  .map-box .where .image img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
  }
}
.map-box .map-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .map-box .map-img {
    display: block;
    margin: 20px 0;
    width: 100%;
  }
}
/* hack for safari */
_::-moz-svg-foreign-content,
:root .map-box .where .image {
  vertical-align: 0;
}
/* ==========================================================================
   Steps 2
   ========================================================================== */
.steps2-box {
  background: #ddf5fd url('../images/blue-back2.jpg') 50% 0 no-repeat;
  height: 621px;
}
@media screen and (max-width: 768px) {
  .steps2-box {
    height: auto;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .steps2-animation-box .col.ml-sm-0 {
    margin-left: 0 !important;
  }
}
.step2-animation-item {
  position: relative;
}
.step2-animation-item .image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 40px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin: 0 auto;
  background: #cadfe6;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.66666667;
  color: #ffffff;
}
.step2-animation-item.active .image {
  background: #ff6600;
}
.step2-animation-item.active .text {
  opacity: 1;
  filter: alpha(opacity=100);
}
.step2-animation-item .path {
  width: 156px;
  height: 6px;
  display: block;
  position: absolute;
  left: -97px;
  top: 18px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4NTE4NzU2RkQ5RUExMUU0QURBM0QzRjU4OEI2NDMxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4NTE4NzU3MEQ5RUExMUU0QURBM0QzRjU4OEI2NDMxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg1MTg3NTZERDlFQTExRTRBREEzRDNGNTg4QjY0MzFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg1MTg3NTZFRDlFQTExRTRBREEzRDNGNTg4QjY0MzFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ncOC2gAAAEhJREFUeNpiZGBgYAZiLiDmZICA70D87f///38ZkAALVBEvkhiM/RlZIROSScgAQ4yJgUjABHUTOsAQA7nxG5p135HE4AAgwADPzwwQakQ+JQAAAABJRU5ErkJggg==') 0 0 repeat-x;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .step2-animation-item .path {
    display: none;
  }
}
.step2-animation-item .path .fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDc1QTQyQUQ5RUExMUU0QkY2MUQ0QzVBOTQ1NjQ4NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDc1QTQyQkQ5RUExMUU0QkY2MUQ0QzVBOTQ1NjQ4NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0NzVBNDI4RDlFQTExRTRCRjYxRDRDNUE5NDU2NDg3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0NzVBNDI5RDlFQTExRTRCRjYxRDRDNUE5NDU2NDg3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Jy5ILAAAAEpJREFUeNpi/J/GIMXAwJAGxKEMELAaiGcxzPz/jAEJsEAV1SOJwdgNyAqZkExCBhhiTAxEAiaom9ABhhgL2OGo1q1GEoMDgAADAL4bDCWE1tXQAAAAAElFTkSuQmCC') 0 0 repeat-x;
}
.step2-animation-item .text {
  opacity: 0.25;
  filter: alpha(opacity=25);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36363636;
  color: #000000;
  padding: 24px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .step2-animation-item .text {
    padding: 10px 0 30px 0;
  }
}
.call-to-us {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  color: #000000;
  padding: 14px 0 0;
}
@media screen and (max-width: 768px) {
  .call-to-us {
    width: 100%;
    line-height: 34px;
  }
}
.call-to-us .phone {
  font-weight: 600;
  font-size: 48px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .call-to-us .phone {
    font-size: 36px;
  }
}
.call-to-us .text-button {
  height: 35px;
  line-height: 32px;
  vertical-align: -2px;
}
/* ==========================================================================
   Final
   ========================================================================== */
.final-box .after-header > span {
  position: relative;
}
.final-box .after-header .moscow {
  position: absolute;
  right: -77px;
  top: -39px;
}
.final-box .after-header .selected-green {
  position: relative;
}
.final-box .after-header .arrow {
  position: absolute;
  left: -33px;
  top: -47px;
}
.final-box .input-inline {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .final-box .input-inline {
    width: 100%;
  }
}
.final-box .input-inline:last-child {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .final-box .input-inline:last-child {
    width: 100%;
  }
}
.final-box .button {
  letter-spacing: 0px;
}
.lt-ie9 .final-box .input-inline {
  width: 240px;
}
/* ==========================================================================
   Icons
   ========================================================================== */
.icon {
  width: 30px;
  height: 30px;
  display: block;
  display: inline-block;
  vertical-align: middle;
  /*&.icon-big-dislike                  { background: url('../images/sprite.png') -50px -200px no-repeat; }
	&.icon-big-crown                    { background: url('../images/sprite.png') 0px -200px no-repeat; }
	&.icon-camera-bad                   { background: url('../images/sprite.png') 0px -170px no-repeat; }
	&.icon-camera-good                  { background: url('../images/sprite.png') -30px -170px no-repeat; }*/
}
.icon.xl {
  width: 50px;
  height: 50px;
  display: block;
  display: inline-block;
}
.icon.icon-person {
  background: url('../images/sprite.png') -100px 0 no-repeat;
}
.icon.icon-phone {
  background: url('../images/sprite.png') -130px 0 no-repeat;
}
/* ==========================================================================
   Height blocks
   ========================================================================== */
.height10 {
  height: 10px;
}
.height20 {
  height: 20px;
}
.height25 {
  height: 25px;
}
.height30 {
  height: 30px;
}
.height35 {
  height: 35px;
}
.height40 {
  height: 40px;
}
.height45 {
  height: 45px;
}
.height50 {
  height: 50px;
}
.height60 {
  height: 60px;
}
.height65 {
  height: 65px;
}
.height90 {
  height: 90px;
}
.height100 {
  height: 100px;
}
.height130 {
  height: 130px;
}
.height300 {
  height: 300px;
}
.height360 {
  height: 360px;
}
/* ==========================================================================
   CSS Loader
   ========================================================================== */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s 0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s 0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div {
  background-color: #0c9;
  width: 6px;
  height: 45px;
  border-radius: 3px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
/* ==========================================================================
   Form parts
   ========================================================================== */
.form-loader {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 90px 0 0 0;
}
.success,
.errors {
  padding: 40px 0 0 0;
}
.mini-form .success,
.mini-form .errors {
  padding: 0;
  font-weight: 400;
  color: #000000;
}
.mini-form .form-loader {
  padding: 0;
  background: rgba(0, 0, 0, 0);
}
.mini-form .line-scale > div {
  width: 4px;
  height: 25px;
  border-radius: 2px;
  margin: 1px;
}
.kons-form .success,
.kons-form .errors {
  padding: 0;
  color: #ffffff;
  text-align: center;
}
.kons-form .success h4,
.kons-form .errors h4,
.kons-form .success .h4,
.kons-form .errors .h4 {
  color: #ffffff;
  padding-top: 20px;
}
.kons-form .success a,
.kons-form .errors a {
  color: #fefefe;
}
.kons-form .form-loader {
  background: rgba(0, 0, 0, 0);
}
/* ==========================================================================
   JS
   ========================================================================== */
.js-form {
  position: relative;
}
.js-form .js-loader {
  display: none;
}
.js-form .js-success {
  display: none;
}
.js-form .js-error {
  display: none;
}
/*# sourceMappingURL=main.css.map */