@charset "UTF-8";
/* 
 *
 * Author  :  Vlad Muraviov
 * Website :  http://coded.pro
 * E-mail  :  vlad.muraviov@gmail.com
 * Skype   :  vlad.muraviov
 *
 *
 */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Magnific Popup CSS
   ========================================================================== */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600&subset=cyrillic';
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

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

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  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;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ==========================================================================
   Normalize ( normalize.css v1.1.3 | MIT License | git.io/normalize )
   ========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* ==========================================================================
   Grid
   ========================================================================== */
* {
  outline: 0 !important;
  box-sizing: border-box;
}

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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1300px;
  width: 100%;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:before,
.clearfix:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* ==========================================================================
   Typography
   ========================================================================== */
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?99190500");
  src: url("../fonts/fontello.eot?99190500#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?99190500") format("woff2"), url("../fonts/fontello.woff?99190500") format("woff"), url("../fonts/fontello.ttf?99190500") format("truetype"), url("../fonts/fontello.svg?99190500#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: '\f309';
}

/* '' */
.icon-facebook:before {
  content: '\f30c';
}

/* '' */
.icon-gplus:before {
  content: '\f30f';
}

/* '' */
.icon-linkedin:before {
  content: '\f318';
}

/* '' */
@font-face {
  font-family: 'Marta';
  src: url("../fonts/MartaRegular.eot");
  src: url("../fonts/MartaRegular.eot") format("embedded-opentype"), url("../fonts/MartaRegular.woff2") format("woff2"), url("../fonts/MartaRegular.woff") format("woff"), url("../fonts/MartaRegular.ttf") format("truetype"), url("../fonts/MartaRegular.svg#MartaRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Marta';
  src: url("../fonts/MartaBold.eot");
  src: url("../fonts/MartaBold.eot") format("embedded-opentype"), url("../fonts/MartaBold.woff2") format("woff2"), url("../fonts/MartaBold.woff") format("woff"), url("../fonts/MartaBold.ttf") format("truetype"), url("../fonts/MartaBold.svg#MartaBold") format("svg");
  font-weight: 700;
  font-size: normal;
}

@font-face {
  font-family: 'Marta';
  src: url("../fonts/MartaItalic.eot");
  src: url("../fonts/MartaItalic.eot") format("embedded-opentype"), url("../fonts/MartaItalic.woff2") format("woff2"), url("../fonts/MartaItalic.woff") format("woff"), url("../fonts/MartaItalic.ttf") format("truetype"), url("../fonts/MartaItalic.svg#MartaItalic") format("svg");
  font-weight: 400;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 5rem;
  line-height: 7.2rem;
}

h2 {
  font-size: 4rem;
  line-height: 4.8rem;
}

p {
  margin: 0 0 2rem;
}

figure {
  margin: 2.5rem 0;
}

hr {
  border: none;
  border-top: 1px solid #E7E4E0;
  margin: 2rem 0;
}

::-webkit-input-placeholder {
  color: #999999;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  max-width: 100%;
}

.row-offset-0 {
  margin: 0;
}

.row-offset-0 > [class^="col-"], .row-offset-0 > [class*=" col-"] {
  padding: 0;
}

.row-flex {
  width: 100.01%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-flex > [class^="col-"], .row-flex > [class*=" col-"] {
  padding: 0;
  float: none;
}

.btn {
  transition: all 0.25s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  font: 700 1.6rem/2.2rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 1rem 2rem;
  text-decoration: none;
}

.btn-grey {
  background: #9A9384;
  color: #fff;
}

.btn-grey:hover {
  background: #FFFFFF;
  color: #979284;
}

.btn-grey-transparent {
  color: #979284;
  border-color: #9A9384;
}

.btn-grey-transparent:hover {
  background: #9A9384;
  color: #fff;
  text-decoration: none;
}

.btn-dark {
  background: #9A9384;
  color: #fff;
}

.btn-dark:hover {
  background: #2B2B2B;
  color: #fff;
}

/* ==========================================================================
   Elements
   ========================================================================== */
.popup {
  position: relative;
  background: #FFF;
  padding: 2.7rem;
  width: auto;
  max-width: 640px;
  margin: 20px auto;
}

.popup-heading {
  display: block;
  font: 400 3.6rem/4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 0 0 2.7rem;
  color: #000;
}

.popup-form {
  overflow: hidden;
}

.popup-form .btn {
  float: right;
  padding-left: 5rem;
  padding-right: 5rem;
}

.is-success .popup-success {
  opacity: 1;
  visibility: visible;
}

.popup-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background: #fff;
  transition: 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.popup-success-text {
  margin: 0;
}

.popup-success-text strong {
  display: block;
  font: 400 3.6rem/4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 2.7rem;
}

/* ----- */
.st-input {
  transition: 0.25s ease-in-out;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: none;
  padding: 1rem 2rem;
  margin: 0 0 2.7rem;
  color: #000;
}

.st-input::-webkit-input-placeholder {
  color: #000;
}

.st-input:focus {
  border-color: rgba(0, 0, 0, 0.8);
}

.st-error {
  border-color: #cd2e26 !important;
}

.st-error::-webkit-input-placeholder {
  color: #cd2e26 !important;
}

label.st-error {
  display: none !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  height: 100%;
  font-size: 8px;
}

@media (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}

body {
  background: #fff;
  height: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #666666;
}

.st {
  transition: 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  opacity: 0;
  padding: 0 0 7rem;
}

.st.is-load {
  opacity: 1;
}

.st-blog {
  display: table;
  width: 100%;
  background: #171717 url(../images/bg-blog.png) 0 0;
  padding: 0;
}

.st-blog .header, .st-blog .logo {
  bottom: auto;
  top: 0;
}

.st-blog .main {
  display: table-row;
  height: 100%;
}

.st-contacts {
  display: table;
  width: 100%;
  background: #171717 url(../images/bg-blog.png) 0 0;
  padding: 0;
}

.st-contacts .header, .st-contacts .logo {
  bottom: auto;
  top: 0;
}

.st-contacts .main {
  display: table-row;
  height: 100%;
}

/* ==========================================================================
   Header
   ========================================================================== */
.header {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(43, 43, 43, 0.9);
  height: 7rem;
  z-index: 3;
}

.logo {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8rem;
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.1);
}

.logo img {
  display: block;
  height: 100%;
}

.nav {
  text-align: center;
}

.nav * {
  -webkit-backface-visibility: hidden;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 7rem;
  white-space: nowrap;
  text-transform: uppercase;
}

.nav-menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 0.7;
}

.nav-link.is-active {
  color: #979284;
}

/* ==========================================================================
   Main
   ========================================================================== */
.contacts {
  margin: 11rem 0 5rem;
}

.contacts-container {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.contacts-details {
  min-height: 100%;
  padding: 2rem 3rem 3rem;
  color: #2f2f2f;
}

.contacts-heading {
  font: 400 3.6rem/4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 1.2rem;
  color: #000000;
}

.contacts-text {
  font: 400 2.2rem/2.6rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 2rem;
}

.contacts-dl {
  margin: 0;
  padding: 0.5rem 0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000000;
}

.contacts-dl dt {
  display: block;
  padding: 0 0 0 25px;
  position: relative;
  font-size: 1.3rem;
  color: #979284;
  margin: 0 0 0.7rem;
}

.contacts-dl dd {
  padding: 0 0 0 25px;
  margin: 0 0 2rem;
  font-weight: 600;
}

.contacts-dl dd:last-child {
  margin: 0;
}

.contacts-dl u {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

.contacts-icon-loc, .contacts-icon-email, .contacts-icon-phone, .contacts-icon-fax {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) 0 0 no-repeat;
}

.contacts-icon-loc {
  width: 13px;
  height: 19px;
  background-position: -1px -111px;
}

.contacts-icon-email {
  top: 2px;
  width: 15px;
  height: 11px;
  background-position: 0 -135px;
}

.contacts-icon-phone {
  width: 15px;
  height: 15px;
  background-position: -21px -113px;
}

.contacts-icon-fax {
  width: 16px;
  height: 16px;
  background-position: -21px -135px;
}

.contacts-form {
  background: #9A9384;
  min-height: 100%;
  padding: 2rem 3rem 3rem;
  overflow: hidden;
}

.contacts-form-heading {
  font: 400 3.6rem/4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 0 0 2.7rem;
}

.contacts-form-input {
  transition: 0.25s ease-in-out;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  border: 1px solid #fff;
  background: none;
  padding: 1rem 2rem;
  margin: 0 0 2rem;
  color: #fff;
}

.contacts-form-input::-webkit-input-placeholder {
  color: #fff;
}

.contacts-form-input:focus {
  background: rgba(255, 255, 255, 0.2);
}

.contacts-form-textarea {
  transition: 0.25s ease-in-out;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  border: 1px solid #fff;
  background: none;
  padding: 1rem 2rem;
  margin: 0 0 2rem;
  color: #fff;
  height: 17.5rem;
}

.contacts-form-textarea::-webkit-input-placeholder {
  color: #fff;
}

.contacts-form-textarea:focus {
  background: rgba(255, 255, 255, 0.2);
}

.contacts-form-btn {
  transition: 0.25s ease-in-out;
  font: 700 1.6rem/2.4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1rem 5rem;
  border: none;
  background: #FFFFFF;
  color: #979284;
  text-transform: uppercase;
  float: right;
}

.contacts-form-btn:hover {
  background: #2B2B2B;
  color: #fff;
}

.contacts-map {
  position: relative;
  z-index: 1;
  background: #ccc;
  height: 48rem;
}

/* ----- */
.blog {
  margin: 11rem 0 5rem;
}

.blog-content {
  width: 100%;
  float: left;
  overflow: hidden;
}

.blog-content-in {
  background: #fff;
  margin: 0 380px 0 0;
  padding: 3rem;
  overflow: hidden;
}

.blog-aside {
  float: left;
  width: 380px;
  margin-left: -380px;
  padding: 3rem;
  background: #2B2B2B;
}

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

.blog-list > li {
  padding: 0 0 3rem;
  margin: 0 0 3rem;
  border-bottom: 1px solid #E7E4E0;
}

.blog-list > li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

/* ----- */
.blog-article {
  color: #666666;
  font-size: 1.4rem;
  line-height: 2rem;
}

.blog-article-image {
  margin: 0 0 2rem;
  position: relative;
}

.blog-article-image img {
  display: block;
  width: 100%;
}

.blog-article-image a {
  display: block;
  position: relative;
}

.blog-article-image a:after {
  transition: 0.25s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 64, 100, 0.3);
  opacity: 0;
}

.blog-article-image a:hover:after {
  opacity: 1;
}

.blog-article-time {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #242424;
  padding: 7px 5px;
  font: 400 3rem/1 "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  min-width: 80px;
}

.blog-article-time small {
  display: block;
  font-size: 1.2rem;
}

.blog-article-time hr {
  border: none;
  border-top: 1px solid #474747;
  margin: 7px 0;
}

.blog-article-heading {
  color: #000000;
  font-size: 3.6rem;
  line-height: 4.4rem;
  margin: 0 0 2rem;
}

.blog-blockquote {
  display: block;
  margin: 0 0 2rem;
  padding: 0 0 0 2.5rem;
  border-left: 2px solid #9A9384;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-style: italic;
  color: #363636;
}

/* ----- */
.blog-item {
  color: #666666;
}

.blog-item .btn {
  padding-left: 5rem;
  padding-right: 5rem;
}

.blog-item-image {
  margin: 0 0 2rem;
  position: relative;
}

.blog-item-image img {
  display: block;
  width: 100%;
}

.blog-item-image a {
  display: block;
  position: relative;
}

.blog-item-image a:after {
  transition: 0.25s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 64, 100, 0.3);
  opacity: 0;
}

.blog-item-image a:hover:after {
  opacity: 1;
}

.blog-item-time {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #242424;
  padding: 7px 5px;
  font: 400 3rem/1 "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  min-width: 80px;
}

.blog-item-time small {
  display: block;
  font-size: 1.2rem;
}

.blog-item-time hr {
  border: none;
  border-top: 1px solid #474747;
  margin: 7px 0;
}

.blog-item-title {
  display: block;
  font: 400 2.6rem/3.2rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 2rem;
}

.blog-item-title a {
  transition: 0.25s ease-in-out;
  color: #292929;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.blog-item-title a:hover {
  color: #364263;
  border-color: #364263;
}

.blog-item-text {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 2rem;
}

.blog-item-btn {
  transition: 0.25s ease-in-out;
  display: inline-block;
  vertical-align: top;
  font: 700 1.6rem/2.4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 5rem;
  background: #9A9384;
  color: #fff;
  text-decoration: none;
}

.blog-item-btn:hover {
  background: #2C4064;
  color: #fff;
}

/* --- */
.blog-heading {
  position: relative;
  display: block;
  font: 400 3.3rem/1 "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 3rem;
  padding-right: 2rem;
  color: #fff;
  background: #2C4064;
  margin: -3rem -3rem 0;
}

.blog-heading:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 0.7rem solid #FFFFFF;
  margin: -1rem 0 0;
}

.ctrl {
  margin: 2.5rem 0;
}

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

.ctrl-menu > li {
  margin: 0.7rem 0;
}

.ctrl-menu a {
  transition: all 0.25s ease-in-out;
  color: #979284;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 20px;
}

.ctrl-menu a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 9px;
  height: 10px;
  background: url(../images/sprite.png) -335px -91px no-repeat;
}

.ctrl-menu a:hover {
  color: #fff;
  text-decoration: none;
}

.ctrl-menu a:hover:after {
  background-position: -335px -110px;
}

/* --- */
.subsc {
  background: #9A9384;
  margin: 0 -3rem 2.5rem;
  padding: 2rem 3rem 3rem;
  color: #fff;
  overflow: hidden;
}

.subsc-label {
  display: block;
  font: 400 2.2rem/1 "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 2rem;
}

.subsc-input {
  width: 100%;
  margin: 0 0 2rem;
  border: 1px solid #fff;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  padding: 1rem 2rem;
  background: none;
}

.subsc-input::-webkit-input-placeholder {
  color: #fff;
}

.subsc-btn {
  transition: 0.25s ease-in-out;
  font: 700 1.6rem/2.4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1rem 5rem;
  border: none;
  background: #FFFFFF;
  color: #979284;
  text-transform: uppercase;
  float: right;
}

.subsc-btn:hover {
  background: #2B2B2B;
  color: #fff;
}

/* --- */
.latest {
  margin: 0 0 2.5rem;
}

.latest-heading {
  display: block;
  font: 400 2.2rem/3rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #555555;
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  text-transform: uppercase;
  color: #fff;
}

.latest-item-image {
  margin: 0 0 1rem;
}

.latest-item-image img {
  display: block;
}

.latest-item-title {
  display: block;
  font: 600 1.4rem/2rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  margin: 0;
}

.latest-item-title a {
  transition: all 0.25s ease-in-out;
  color: #979284;
  border-bottom: 1px solid #979284;
  text-decoration: none;
}

.latest-item-title a:hover {
  color: #fff;
  border-color: #fff;
}

/* --- */
.category {
  font: 600 1.4rem/2rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 2.5rem;
}

.category-heading {
  display: block;
  font: 400 2.2rem/3rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #555555;
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  text-transform: uppercase;
  color: #fff;
}

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

.category-menu > li {
  margin: 0.7rem 0;
}

.category-menu a {
  transition: all 0.25s ease-in-out;
  color: #979284;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 20px;
}

.category-menu a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 6px;
  height: 10px;
  background: url(../images/sprite.png) -324px -91px no-repeat;
}

.category-menu a:hover {
  color: #fff;
  text-decoration: none;
}

.category-menu a:hover:after {
  background-position: -324px -110px;
}

/* --- */
.services {
  font: 600 1.4rem/2rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 2.5rem;
}

.services-heading {
  display: block;
  font: 400 2.2rem/3rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #555555;
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  text-transform: uppercase;
  color: #fff;
}

.services-heading small {
  font-size: 1.6rem;
  color: #868686;
}

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

.services-menu > li {
  margin: 0.7rem 0;
}

.services-menu a {
  transition: all 0.25s ease-in-out;
  color: #979284;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.services-menu a:hover {
  color: #fff;
  text-decoration: none;
}

/* --- */
.social-blog {
  margin: 0;
}

.social-blog .social {
  text-align: left;
}

.social-blog .social-link {
  line-height: 4rem;
}

.social-heading {
  display: block;
  font: 400 2.2rem/3rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #555555;
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  text-transform: uppercase;
  color: #fff;
}

/* ------- */
.no-touch-device .begin, .no-touch-device .principle-about, .no-touch-device .principle-about-gradient, .no-touch-device .corp-ind, .no-touch-device .reviews-consult, .no-touch-device .info-reasons, .no-touch-device .adv, .no-touch-device .faq-container, .no-touch-device .theme {
  background-attachment: fixed !important;
}

.begin, .principle-about, .principle-about-gradient, .corp-ind, .reviews-consult, .info-reasons, .adv, .faq-container, .theme {
  background-size: cover !important;
}

/* ----- begin ----- */
.begin {
  position: relative;
  z-index: 1;
  background: #000 url(../images/bg-begin.jpg) center center no-repeat;
  color: #fff;
}

.begin:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.begin .container-fluid {
  padding-top: 26rem;
  padding-bottom: 22rem;
  position: relative;
}

.begin .btn-scroll {
  background-position: -41px -72px;
}

.begin .btn-scroll:hover {
  background-position: -282px -91px;
}

.begin-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 0 0 15rem;
}

.begin-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.begin-nav-menu:after {
  content: '';
  display: block;
  position: absolute;
  left: 33px;
  top: 100%;
  margin: -5rem 0 0 0;
  height: 100vh;
  background: #E6DBC8;
  width: 1px;
}

.begin-nav-menu:before {
  content: '';
  display: block;
  position: absolute;
  left: 33px;
  bottom: 100%;
  margin: 0 0 -5rem;
  height: 100vh;
  background: #E6DBC8;
  width: 1px;
}

.begin-nav-menu > li {
  margin: 5rem 0;
  position: relative;
}

.begin-nav-menu > li:after {
  content: '';
  display: block;
  position: absolute;
  left: 33px;
  top: -5rem;
  height: 5rem;
  background: #E6DBC8;
  width: 1px;
}

.begin-nav-menu > li:first-child:after {
  display: none;
}

.begin-nav-link {
  transition: color 0.25s ease-in-out;
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  width: 342px;
  height: 64px;
  font: 400 17px/64px "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 0 0 80px;
  white-space: nowrap;
  z-index: 1;
}

.begin-nav-link:after {
  transition: 0.25s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sprite.png) -1px 0 no-repeat;
  z-index: -1;
  opacity: 0;
}

.begin-nav-link u {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  top: -2px;
  line-height: 21px;
}

.begin-nav-link:hover {
  color: #3b68a2;
}

.begin-nav-link:hover:after {
  opacity: 1;
}

.begin-nav-link:hover .begin-nav-icon-1, .begin-nav-link:hover .begin-nav-icon-2, .begin-nav-link:hover .begin-nav-icon-3, .begin-nav-link:hover .begin-nav-icon-4 {
  background: none;
}

.begin-nav-link:hover .begin-nav-icon-1:after, .begin-nav-link:hover .begin-nav-icon-2:after, .begin-nav-link:hover .begin-nav-icon-3:after, .begin-nav-link:hover .begin-nav-icon-4:after {
  opacity: 1;
}

.begin-nav-link:hover .begin-nav-icon-1:before, .begin-nav-link:hover .begin-nav-icon-2:before, .begin-nav-link:hover .begin-nav-icon-3:before, .begin-nav-link:hover .begin-nav-icon-4:before {
  opacity: 0;
}

.begin-nav-link:hover u {
  text-decoration: underline;
}

.begin-nav-icon-1, .begin-nav-icon-2, .begin-nav-icon-3, .begin-nav-icon-4 {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 64px;
  height: 64px;
  margin: -32px 0 0;
}

.begin-nav-icon-1:after, .begin-nav-icon-2:after, .begin-nav-icon-3:after, .begin-nav-icon-4:after {
  transition: 0.25s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/sprite.png) 0 0 no-repeat;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  opacity: 0;
  z-index: 2;
}

.begin-nav-icon-1:before, .begin-nav-icon-2:before, .begin-nav-icon-3:before, .begin-nav-icon-4:before {
  transition: 0.25s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sprite.png) 0 0 no-repeat;
  z-index: 1;
}

.begin-nav-icon-1:before {
  background-position: -352px 0;
}

.begin-nav-icon-1:after {
  background-position: -352px -73px;
}

.begin-nav-icon-2:before {
  background-position: -425px 0;
}

.begin-nav-icon-2:after {
  background-position: -426px -73px;
}

.begin-nav-icon-3:before {
  background-position: -499px 0;
}

.begin-nav-icon-3:after {
  background-position: -500px -73px;
}

.begin-nav-icon-4:before {
  background-position: -572px 0;
}

.begin-nav-icon-4:after {
  background-position: -573px -73px;
}

.begin-heading {
  text-transform: uppercase;
  margin: 0 0 12rem;
}

.begin-phone {
  display: block;
  margin: 0;
  padding: 4rem 0;
  position: absolute;
  /*bottom: 7rem;*/
  top: 0rem;
  left: 20px;
  background: rgba(13, 14, 20, 0.75);
  height: 20rem;
  color: #e2dac8;
  font: 400 1.8rem/2.4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.begin-phone strong {
  display: block;
  font-size: 4rem;
  line-height: 4.4rem;
  margin: 0 0 2rem;
}

.begin-phone:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100vw;
  background: rgba(13, 14, 20, 0.75);
}

.begin-phone:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  border-bottom: 20rem solid transparent;
  border-left: 12rem solid rgba(13, 14, 20, 0.75);
}

/* ----- principle-about ----- */
.principle-about {
  position: relative;
  z-index: 1;
  background: #000 url(../images/bg-principle-about.jpg) center center no-repeat;
  color: #fff;
}

.principle-about-gradient {
  background-image: linear-gradient(135deg, rgba(39, 46, 64, 0.56) 0%, rgba(84, 98, 122, 0.56) 50%, rgba(39, 46, 64, 0.56) 100%, rgba(39, 46, 64, 0.56) 100%);
}

/* ----- principle ----- */
.principle .container-fluid {
  padding-top: 8rem;
  position: relative;
}

.principle-heading {
  margin: 0 0 24rem;
  text-transform: uppercase;
}

.principle-list {
  position: relative;
  left: 0;
  margin: 0 -25px 25%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.principle-list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px 0 0;
  position: relative;
  width: 22.5%;
}

@media (min-width: 1400px) {
  .principle-list > li {
    width: 25%;
  }
}

.principle-list > li:nth-child(1) .principle-item {
  -webkit-transform: translate3d(25%, 50%, 0);
          transform: translate3d(25%, 50%, 0);
}

.principle-list > li:nth-child(1) .principle-item-image {
  top: 0;
  left: 4px;
  -webkit-transform: rotate(45deg) translate3d(-80%, 0, 0);
          transform: rotate(45deg) translate3d(-80%, 0, 0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.principle-list > li:nth-child(2) .principle-item {
  -webkit-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}

.principle-list > li:nth-child(2) .principle-item-image {
  top: 0;
  right: 4px;
  -webkit-transform: rotate(45deg) translate3d(0, -80%, 0);
          transform: rotate(45deg) translate3d(0, -80%, 0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.principle-list > li:nth-child(3) .principle-item {
  -webkit-transform: translate3d(-25%, 50%, 0);
          transform: translate3d(-25%, 50%, 0);
}

.principle-list > li:nth-child(3) .principle-item-image {
  right: 0;
  bottom: 4px;
  -webkit-transform: rotate(45deg) translate3d(80%, 0, 0);
          transform: rotate(45deg) translate3d(80%, 0, 0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.principle-list > li:nth-child(4) .principle-item {
  -webkit-transform: translate3d(-50%, -25%, 0);
          transform: translate3d(-50%, -25%, 0);
}

.principle-list > li:nth-child(4) .principle-item-image {
  top: 0;
  right: 4px;
  -webkit-transform: rotate(45deg) translate3d(0, -80%, 0);
          transform: rotate(45deg) translate3d(0, -80%, 0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.principle-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
}

.principle-item:before {
  content: '';
  float: left;
  padding: 100% 0 0;
}

.principle-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #948A77 url(../images/bg-principle-item.png) 0 0;
  z-index: -1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: 0 12px 30px rgba(50, 48, 47, 0.35);
}

.principle-item-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.principle-item-flex:before {
  content: '';
  float: left;
  padding: 100% 0 0;
}

.principle-item-flex:after {
  content: '';
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.principle-item-flex-in {
  padding: 3rem 2rem 2rem;
}

.principle-item-flex-in:after {
  content: '. . .';
  display: block;
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.principle-item-image {
  margin: 0;
  position: absolute;
  width: 50%;
  overflow: hidden;
  z-index: -2;
}

.principle-item-image:before {
  content: '';
  float: left;
  padding: 100% 0 0;
}

.principle-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.principle-item-number {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -1.8rem;
  display: block;
  font: 700 2rem/3.6rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 3.6rem;
  height: 3.6rem;
  background: #fff;
  border-radius: 50%;
  color: #979284;
}

.principle-item-number:after, .principle-item-number:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #9A9384;
}

.principle-item-number:after {
  left: -7px;
}

.principle-item-number:before {
  right: -7px;
}

.principle-item-title {
  display: block;
  font: 700 1.8rem/2.6rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 2rem;
  width: 100%;
}

.principle-item-text {
  margin: 0;
  display: block;
  height: 100%;
}

/* ----- about ----- */
.about {
  position: relative;
}

.about .container-fluid {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.about-heading {
  margin: 0 0 6rem;
  text-transform: uppercase;
}

.about-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0 8rem;
}

.about-image {
  margin: 0;
  position: absolute;
  bottom: -16rem;
  right: 0;
  height: 60rem;
}

.about-image img {
  display: block;
  max-height: 100%;
}

.about-scroll {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/sprite.png) -81px -71px no-repeat;
}

.about-scroll:hover {
  background-position: -150px -71px;
}

/* ----- clients ----- */
.clients {
  position: relative;
}

.clients .container-fluid {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.clients-heading {
  margin: 0 0 9rem;
  text-transform: uppercase;
}

.clients-list {
  margin: 0 -2rem;
  padding: 0;
  list-style: none;
}

.clients-list > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -5px 2rem 0;
  max-width: 20%;
  padding: 0 2rem;
}

.clients-image {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: relative;
}

.clients-image img {
  display: block;
  max-width: 100%;
}

.clients-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.clients-image:hover img:nth-child(1) {
  opacity: 0;
}

.clients-image:hover img:nth-child(2) {
  opacity: 1;
}

/* ----- corp ----- */
.corp-ind {
  background: #000 url(../images/bg-corp-ind.jpg) center center no-repeat;
  color: #fff;
}

.corp {
  background: rgba(172, 150, 113, 0.4);
  padding: 9rem 0 0;
}

.corp .container-fluid {
  position: relative;
  padding-bottom: 5rem;
}

.corp-heading {
  margin: 0 0 7rem;
  text-transform: uppercase;
}

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

.corp-list > li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 0 -5px 20px 0;
}

.corp-item {
  display: block;
  text-align: center;
  max-width: 24rem;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  position: relative;
  min-height: 26rem;
}

.corp-item:hover .corp-item-desc {
  opacity: 1;
  visibility: visible;
}

.corp-item-image {
  margin: 0;
  height: 16rem;
  line-height: 16rem;
}

.corp-item-image img {
  vertical-align: middle;
}

.corp-item-title {
  display: block;
  text-transform: uppercase;
  font: 700 1.6rem/2rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  text-shadow: 0 1px 1px rgba(3, 6, 10, 0.3);
}

.corp-item-desc {
  transition: 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: #364263;
  box-shadow: 0 12px 30px rgba(50, 48, 47, 0.35);
  padding: 3rem 2rem 8rem;
  opacity: 0;
  visibility: hidden;
}

.corp-item-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0 2rem;
}

.corp-item-btn {
  transition: 0.25s ease-in-out;
  display: block;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  right: 2rem;
  font: 700 1.6rem/2.4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  color: #364263;
  background: #fff;
}

.corp-item-btn:hover {
  background: #F7EEE5;
}

.corp-ctrl {
  text-align: center;
  padding: 2rem 0 0;
}

.corp-ctrl-btn {
  transition: 0.25s ease-in-out;
  display: inline-block;
  vertical-align: top;
  font: 700 1.6rem/2.4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  min-width: 44rem;
}

.corp-ctrl-btn:hover {
  background: #fff;
  color: #364263;
}

/* ----- ind ----- */
.ind {
  padding: 9rem 0 0;
}

.ind .container-fluid {
  min-height: 100%;
  position: relative;
}

.ind-heading {
  margin: 0 0 9rem;
  text-transform: uppercase;
}

.ind-gradient {
  background-image: linear-gradient(135deg, rgba(39, 46, 64, 0.56) 0%, rgba(84, 98, 122, 0.56) 50%, rgba(39, 46, 64, 0.56) 100%, rgba(39, 46, 64, 0.56) 100%);
  padding: 9rem 0 0;
}

.ind-gradient .container-fluid {
  padding-bottom: 5rem;
}

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

.ind-list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px 2rem 0;
  width: 33.333%;
}

.ind-item {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  max-width: 41rem;
  min-height: 23rem;
  margin: 0 auto;
}

.ind-item:hover .ind-item-desc {
  opacity: 1;
  visibility: visible;
}

.ind-item-image {
  margin: 0;
  height: 16rem;
  line-height: 16rem;
}

.ind-item-image img {
  vertical-align: middle;
}

.ind-item-title {
  display: block;
  text-transform: uppercase;
  font: 700 1.6rem/2rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  text-shadow: 0 1px 1px rgba(3, 6, 10, 0.3);
}

.ind-item-desc {
  transition: 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: #F5EFE5;
  box-shadow: 0 12px 30px rgba(50, 48, 47, 0.35);
  padding: 3rem 2rem 8rem;
  opacity: 0;
  visibility: hidden;
  color: #364263;
}

.ind-item-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0 2rem;
}

.ind-item-btn {
  transition: 0.25s ease-in-out;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 3rem;
  width: 20rem;
  margin: 0 0 0 -10rem;
  font: 700 1.6rem/2.4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #2C4064;
}

.ind-item-btn:hover {
  background: #213454;
}

.ind-ctrl {
  text-align: center;
  padding: 4rem 0 0;
}

.ind-ctrl-btn {
  transition: 0.25s ease-in-out;
  display: inline-block;
  vertical-align: top;
  font: 700 1.6rem/2.4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: 1px solid #979284;
  color: #979284;
  text-decoration: none;
  padding: 1rem 2rem;
  min-width: 44rem;
}

.ind-ctrl-btn:hover {
  background: #9A9384;
  border-color: #9A9384;
  color: #fff;
}

/* ----- reviews-consult ----- */
.reviews-consult {
  background: #000 url(../images/bg-reviews-consult.jpg) center 0 no-repeat;
  color: #fff;
}

/* ----- reviews ----- */
.reviews {
  padding: 9rem 0 0;
}

.reviews-gradient {
  padding: 9rem 0 0;
  background: rgba(146, 137, 118, 0.6);
}

.reviews-gradient .container-fluid {
  position: relative;
  padding-bottom: 17rem;
}

.reviews-heading {
  text-transform: uppercase;
  margin: 0 0 9rem;
  color: #292929;
}

.reviews-list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.reviews-list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px 20px 0;
  padding: 0 10px;
  width: 50%;
}

.reviews-item {
  transition: 0.25s ease-in-out;
  display: block;
  background: #2B2B2B;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 2rem 5rem 7rem 5rem;
  text-decoration: none;
}

.reviews-item:after {
  transition: 0.25s ease-in-out;
  content: '';
  width: 57px;
  height: 49px;
  background: url(../images/sprite.png) -220px -72px no-repeat;
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
  opacity: 1;
}

.reviews-item.is-hover {
  background: #fff;
  color: #979284;
}

.reviews-item.is-hover:after {
  opacity: 0.2;
}

.reviews-item.is-hover .reviews-item-btn {
  background: #213454;
  color: #fff;
}

.reviews-item-blockquote {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.reviews-item-blockquote p {
  margin: 0 0 1rem;
}

.reviews-item-blockquote cite {
  display: block;
  font: 400 1.8rem/2.4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.reviews-item-btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 5rem;
  font: 700 1.6rem/2.4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 1rem 3rem;
  background: #9A9384;
  color: #fff;
  text-decoration: none;
}

/* ----- consult ----- */
.consult-gradient {
  background: rgba(0, 0, 0, 0.6);
  padding: 9rem 0 0;
}

.consult-gradient .container-fluid {
  position: relative;
  padding-bottom: 26rem;
}

.consult-heading {
  text-transform: uppercase;
  margin: 0 0 10rem;
}

.consult-text {
  font: 400 3.6rem/4.4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 10rem;
}

.consult-input {
  transition: 0.25s ease-in-out;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  padding: 10px 20px;
  border: 1px solid #9A9384;
  background: rgba(43, 43, 43, 0.4);
  margin: 0 0 20px;
}

.consult-input::-webkit-input-placeholder {
  color: #fff;
}

.consult-input:focus {
  border-color: #fff;
}

.consult-textarea {
  transition: 0.25s ease-in-out;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  padding: 10px 20px;
  border: 1px solid #9A9384;
  background: rgba(43, 43, 43, 0.4);
  margin: 0 0 20px;
  height: 120px;
}

.consult-textarea::-webkit-input-placeholder {
  color: #fff;
}

.consult-textarea:focus {
  border-color: #fff;
}

.consult-btn {
  transition: 0.25s ease-in-out;
  float: right;
  font: 700 1.6rem/2.4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: none;
  background: #9A9384;
  color: #fff;
  padding: 1rem 3.5rem;
}

.consult-btn:hover {
  background: #fff;
  color: #807a6c;
}

/* ----- find ----- */
.find {
  position: relative;
  background: #ccc;
  color: #fff;
  overflow: hidden;
}

.find:before {
  content: '';
  float: left;
  padding: 100% 0 0;
}

@media (min-width: 992px) {
  .find:before {
    padding-top: 75%;
  }
}

@media (min-width: 1200px) {
  .find:before {
    padding-top: 50%;
  }
}

.find-map {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.find-content {
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: relative;
}

.find-content .container-fluid {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.find-heading {
  text-transform: uppercase;
  margin: 0;
}

.find-link-wrap {
  height: 64px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -32px 0 0;
}

.find-link-wrap:after, .find-link-wrap:before {
  content: '';
  display: block;
  width: 1px;
  height: 100vh;
  position: absolute;
  left: 32px;
  background: #E6DBC8;
}

.find-link-wrap:after {
  bottom: 100%;
}

.find-link-wrap:before {
  top: 100%;
}

.find-link {
  transition: color 0.25s ease-in-out;
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  width: 342px;
  height: 64px;
  font: 400 17px/64px "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 0 0 80px;
  white-space: nowrap;
  z-index: 1;
}

.find-link:after {
  transition: 0.25s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sprite.png) -1px 0 no-repeat;
  z-index: -1;
  opacity: 0;
}

.find-link u {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  top: -2px;
  line-height: 21px;
}

.find-link:hover {
  color: #3b68a2;
}

.find-link:hover:after {
  opacity: 1;
}

.find-link:hover .find-link-icon {
  background: none;
}

.find-link:hover .find-link-icon:after {
  opacity: 1;
}

.find-link:hover .find-link-icon:before {
  opacity: 0;
}

.find-link:hover u {
  text-decoration: underline;
}

.find-link-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 64px;
  height: 64px;
  margin: -32px 0 0;
}

.find-link-icon:after {
  transition: 0.25s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/sprite.png) -644px -73px no-repeat;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  opacity: 0;
  z-index: 2;
}

.find-link-icon:before {
  transition: 0.25s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sprite.png) -645px 0 no-repeat;
  opacity: 1;
  z-index: 1;
}

/* ----- info-reasons ----- */
.info-reasons {
  background: #000 url(../images/bg-info-reasons.jpg) center center no-repeat;
  color: #fff;
}

.info-reasons .container-fluid {
  position: relative;
}

.info-reasons .faq {
  background: none;
}

.info {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.info-heading {
  text-transform: uppercase;
  margin: 0 0 6rem 0;
  display: block;
}

.info-text {
  display: block;
  max-width: 83.33333333%;
  font: 400 2.4rem/3rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 6rem;
}

.info-text mark {
  background: none;
  font-size: 3rem;
  color: #979284;
}

.info-next-text {
  display: block;
  font: 400 2.4rem/3rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 6rem;
  color: #e2dac8;
  text-transform: uppercase;
}

.info-scroll {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/sprite.png) -81px -71px no-repeat;
}

.info-scroll:hover {
  background-position: -150px -71px;
}

/* ----- */
.reasons {
  padding-top: 12rem;
  padding-bottom: 26rem;
}

.reasons-heading {
  text-transform: uppercase;
  margin: 0 0 5rem;
}

.reasons-text {
  font: 400 2.4rem/3rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 20rem;
  color: #e2dac8;
  text-transform: uppercase;
}

.reasons-list {
  position: relative;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.reasons-list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px 0 0;
  position: relative;
}

.reasons-list__4 > li {
  width: 25%;
}

.reasons-list__4 > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.reasons-list__4 > li:nth-child(1):after {
  left: 100%;
  margin: 0 0 0 -110px;
}

.reasons-list__4 > li:nth-child(2):after {
  left: 100%;
  margin: 0 0 0 -110px;
}

.reasons-list__4 > li:nth-child(3):after {
  left: 100%;
  margin: 0 0 0 -110px;
}

.reasons-list__4 > li:nth-child(4):after {
  display: none;
}

.reasons-list__5 {
  background: url(../images/bg-reasons-decor.png) center center no-repeat;
  background-size: contain;
  height: 440px;
  padding: 120px 0;
}

.reasons-list__5 > li {
  width: 20%;
}

.reasons-list__5 > li:nth-child(1) {
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
}

.reasons-list__5 > li:nth-child(2) {
  -webkit-transform: translate3d(10%, -50%, 0);
          transform: translate3d(10%, -50%, 0);
}

.reasons-list__5 > li:nth-child(4) {
  -webkit-transform: translate3d(-10%, -50%, 0);
          transform: translate3d(-10%, -50%, 0);
}

.reasons-list__5 > li:nth-child(5) {
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
}

.reasons-item {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  width: 220px;
  height: 220px;
}

.reasons-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2A3A58 url(../images/bg-reasons-item.png) 0 0;
  z-index: -1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: 0 12px 30px rgba(50, 48, 47, 0.35);
}

.reasons-item-in {
  padding: 2rem;
}

.reasons-item-in:after {
  content: '';
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.reasons-item-number {
  position: relative;
  display: block;
  font: 700 3rem/4.8rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 4.8rem;
  height: 4.8rem;
  background: #fff;
  border-radius: 50%;
  color: #2C4064;
  margin: 0 auto 2rem;
}

.reasons-item-number:after, .reasons-item-number:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #2C4064;
}

.reasons-item-number:after {
  left: -7px;
}

.reasons-item-number:before {
  right: -7px;
}

.reasons-item-title {
  display: block;
  font: 700 1.8rem/2.6rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 2rem;
  width: 100%;
}

.reasons-item-text {
  margin: 0 0 3rem;
  display: block;
  min-height: 6rem;
}

/* ----- */
.adv {
  background: #000 url(../images/bg-services.jpg) center center no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.adv:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: rgba(234, 182, 93, 0.4);
}

.adv__dark {
  background: #000 url(../images/bg-theme.jpg) center center no-repeat;
}

.adv__dark:after {
  background: none;
}

.adv-ctrl {
  text-align: center;
  margin: -8.8rem 0 17rem;
}

.adv-ctrl .btn {
  padding-left: 5rem;
  padding-right: 5rem;
}

.adv-heading {
  text-transform: uppercase;
  margin: 0 0 9rem;
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 400;
  display: block;
  min-height: 9.6rem;
}

.adv-item {
  text-align: center;
  max-width: 26rem;
  margin: 0 auto 8rem;
  font-size: 1.6rem;
  line-height: 2rem;
}

.adv-item-image {
  margin: 0 0 -2rem;
}

.adv-item-text {
  margin: 0;
}

.adv-fact {
  background: #979284 url(../images/bg-adv-fact.png) 0 0;
  box-shadow: 0 12px 30px rgba(50, 48, 47, 0.35);
  font: 700 1.8rem/2.6rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2f2f2f;
  text-align: center;
  display: block;
  margin: 0;
  padding: 1rem;
  text-transform: uppercase;
  display: table;
  width: 100%;
  margin: 0 0 6rem;
}

.adv-fact mark {
  background: none;
  color: #979284;
  font-size: 2.4rem;
}

.adv-fact-in {
  display: block;
  background: #fff url(../images/bg-adv-fact-in.png) 0 0;
  box-shadow: 0 12px 30px rgba(50, 48, 47, 0.35);
  padding: 1.4rem 2.4rem;
  height: 8rem;
  display: table-cell;
  vertical-align: middle;
}

/* ----- */
.faq {
  color: #fff;
  position: relative;
  z-index: 1;
}

.faq .container-fluid {
  padding-top: 7rem;
  padding-bottom: 9rem;
}

.faq-container {
  position: relative;
  z-index: 1;
}

.faq-container__gradient {
  background-image: linear-gradient(135deg, rgba(39, 46, 64, 0.56) 0%, rgba(84, 98, 122, 0.56) 50%, rgba(39, 46, 64, 0.56) 100%, rgba(39, 46, 64, 0.56) 100%);
}

.faq-container__blue {
  background: #000 url(../images/bg-services.jpg) center center no-repeat;
}

.faq-container__blue:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: linear-gradient(135deg, rgba(39, 46, 64, 0.56) 0%, rgba(84, 98, 122, 0.56) 50%, rgba(39, 46, 64, 0.56) 100%, rgba(39, 46, 64, 0.56) 100%);
}

.faq-container__orange {
  background: #000 url(../images/bg-services.jpg) center center no-repeat;
}

.faq-container__orange:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(220, 180, 99, 0.4);
}

.faq-container__orange .faq-list > li:before, .faq-container__orange .faq-list > li:after {
  color: #979284;
}

.faq-heading {
  display: block;
  text-transform: uppercase;
  margin: 0 0 5rem;
  font-size: 4rem;
  line-height: 5.4rem;
}

.faq-heading-sub {
  font-size: 2.4rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #E6DBC8;
  margin: 0 0 5rem;
}

.faq-list {
  margin: 0 0 5rem;
  padding: 0;
  list-style: none;
  counter-reset: point;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.faq-list > li {
  padding: 0 0 0 7rem;
  position: relative;
  z-index: 1;
}

.faq-list > li:hover {
  z-index: 2;
}

.faq-list > li:hover:after {
  background: none;
  color: #fff;
}

.faq-list > li:hover:before {
  color: #fff;
}

.faq-list > li:after {
  content: counter(point);
  counter-increment: point 1;
  position: absolute;
  left: 0;
  top: 1rem;
  width: 3.6rem;
  height: 3.6rem;
  background: #fff;
  color: #364263;
  border-radius: 50%;
  text-align: center;
  font: 700 2rem/3.6rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 1;
}

.faq-list > li:before {
  content: '— —';
  display: block;
  word-spacing: 2.4rem;
  color: #364263;
  height: 3.6rem;
  width: 7.2rem;
  line-height: 3.6rem;
  position: absolute;
  top: 1rem;
  left: -1.8rem;
  z-index: 2;
  text-align: center;
  font-size: 1.6rem;
  white-space: nowrap;
}

.faq-item {
  padding: 1.6rem 0 3.6rem;
  margin: 0 0 -1.6rem;
  position: relative;
  z-index: 1;
}

.faq-item:after {
  transition: 0.25s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #2A2A2A;
  width: 100vw;
  opacity: 0;
  z-index: -1;
}

.faq-item:hover:after, .faq-item:hover .faq-item-link {
  opacity: 1;
}

.faq-item:hover .faq-item-text:after {
  background-position: -41px -109px;
}

.faq-item-text {
  margin: 0 0 1rem;
}

.faq-item-text:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 9px;
  background: url(../images/sprite.png) -41px -123px no-repeat;
  margin: 0 0 0 5px;
}

.faq-item-link {
  display: inline-block;
  vertical-align: top;
  font: 700 1.6rem/2.4rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #979284;
  text-decoration: none;
  border-bottom: 1px dashed #979284;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 1rem;
  opacity: 0;
}

.faq-item-link:hover {
  color: #F7EEE5;
  border-color: #F7EEE5;
}

/* ----- theme ----- */
.theme {
  background: #000 url(../images/bg-theme.jpg) center center no-repeat;
  color: #fff;
}

.theme .container-fluid {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.theme-heading {
  text-transform: uppercase;
  margin: 0 0 5rem;
}

.theme-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0 5rem;
}

.theme-ctrl {
  text-align: center;
  margin: 0 0 10rem;
}

.theme-ctrl .btn {
  padding-left: 5rem;
  padding-right: 5rem;
}

.theme-list {
  margin: 0;
  padding: 5rem 0;
  list-style: none;
}

.theme-list > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 -5px 0 0;
  width: 25%;
}

.theme-list > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 100%;
  width: 65px;
  height: 14px;
  background: url(../images/sprite.png) -282px -73px no-repeat;
  margin: -7px 0 0 -32px;
}

.theme-list > li:last-child:after {
  display: none;
}

.theme-item {
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  cursor: pointer;
}

.theme-item:hover .theme-item-number {
  background-position: -838px 0;
  color: #364263;
}

.theme-item:hover .theme-item-title {
  opacity: 0;
  top: -4rem;
}

.theme-item:hover .theme-item-text {
  opacity: 1;
  top: -4rem;
}

.theme-item-number {
  display: block;
  margin: 0 auto 2rem;
  width: 106px;
  height: 108px;
  background: url(../images/sprite.png) -719px 0 no-repeat;
  font: 400 24px/100px "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #979284;
}

.theme-item-title {
  transition: 0.25s ease-in-out;
  font: 700 1.6rem/2rem "Marta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  height: 4rem;
  overflow: hidden;
  position: relative;
  top: 0;
}

.theme-item-text {
  transition: 0.25s ease-in-out;
  margin: 0;
  position: relative;
  top: 0;
  opacity: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background: #2B2B2B;
  color: #fff;
  padding: 2.2rem 0;
  text-align: center;
}

.footer .btn {
  min-width: 22rem;
  margin: 1rem 0;
}

.address {
  font-style: normal;
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin: 0 0 2.2rem;
  text-align: left;
}

.address p {
  margin: 1rem 0;
}

.address-icon-phone, .address-icon-loc {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url(../images/sprite.png) 0 0 no-repeat;
}

.address-icon-phone {
  width: 15px;
  height: 15px;
  background-position: -21px -113px;
  margin: 0 10px 0 0;
}

.address-icon-loc {
  width: 13px;
  height: 19px;
  background-position: -1px -111px;
  margin: 0 11px 0 1px;
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.social > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
}

.social > li:first-child {
  margin-left: 0;
}

.social > li:last-child {
  margin-right: 0;
}

.social-link {
  display: block;
  transition: 0.25s ease-in-out;
  font-size: 2.4rem;
  line-height: 6rem;
  color: #9A9384;
  text-decoration: none;
}

.social-link:hover {
  color: #fff;
}

.copyright {
  margin: 0 0 -2.2rem;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
  background: #9A9384;
  padding: 1rem 0;
}

/* ----- */
.btn-scroll {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/sprite.png) 0 -72px no-repeat;
  position: absolute;
  bottom: 5.5rem;
  right: 293px;
  border-radius: 50%;
}

.btn-scroll:hover {
  background-position: -41px -72px;
}

.begin .container-fluid, .about, .clients, .info, .reasons, .adv, .theme {
  width: 100%;
  min-height: 50vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .begin .container-fluid, .about, .clients, .info, .reasons, .adv, .theme {
    min-height: 100vh;
  }
}

/*!
 * Validetta (http://lab.hasanaydogdu.com/validetta/)
 * Version 1.0.1 ( 16-08-2015 )
 * Licensed under MIT (https://github.com/hsnayd/validetta/blob/master/LICENCE)
 * Copyright 2013-2015 Hasan Aydoğdu - http://www.hasanaydogdu.com 
 */
