#yii2-debug-toolbar-min {
  display: none !important;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@keyframes a-ripple {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.is-rotating {
  animation: rotating 1s linear infinite;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html.is-off-animation * {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

body {
  background-color: white;
  position: relative;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts//roboto-light.eot?#iefix") format("embedded-opentype"), url("../fonts//roboto-light.woff2") format("woff2"), url("../fonts//roboto-light.woff") format("woff"), url("../fonts//roboto-light.ttf") format("truetype"), url("../fonts//roboto-light.svg#roboto") format("svg");
}

@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts//roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts//roboto-regular.woff2") format("woff2"), url("../fonts//roboto-regular.woff") format("woff"), url("../fonts//roboto-regular.ttf") format("truetype"), url("../fonts//roboto-regular.svg#roboto") format("svg");
}

@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts//roboto-medium.eot?#iefix") format("embedded-opentype"), url("../fonts//roboto-medium.woff2") format("woff2"), url("../fonts//roboto-medium.woff") format("woff"), url("../fonts//roboto-medium.ttf") format("truetype"), url("../fonts//roboto-medium.svg#roboto") format("svg");
}

@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts//roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts//roboto-bold.woff2") format("woff2"), url("../fonts//roboto-bold.woff") format("woff"), url("../fonts//roboto-bold.ttf") format("truetype"), url("../fonts//roboto-bold.svg#roboto") format("svg");
}

@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts//roboto-black.eot?#iefix") format("embedded-opentype"), url("../fonts//roboto-black.woff2") format("woff2"), url("../fonts//roboto-black.woff") format("woff"), url("../fonts//roboto-black.ttf") format("truetype"), url("../fonts//roboto-black.svg#roboto") format("svg");
}

@font-face {
  font-family: "Constantia";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts//Constantia-reg.eot?#iefix") format("embedded-opentype"), url("../fonts//Constantia-reg.woff2") format("woff2"), url("../fonts//Constantia-reg.woff") format("woff"), url("../fonts//Constantia-reg.ttf") format("truetype"), url("../fonts//Constantia-reg.svg#Constantia") format("svg");
}

@font-face {
  font-family: "Constantia";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts//Constantia-bold.eot?#iefix") format("embedded-opentype"), url("../fonts//Constantia-bold.woff2") format("woff2"), url("../fonts//Constantia-bold.woff") format("woff"), url("../fonts//Constantia-bold.ttf") format("truetype"), url("../fonts//Constantia-bold.svg#Constantia") format("svg");
}

@font-face {
  font-family: "Constantia";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts//Constantia-xbold.eot?#iefix") format("embedded-opentype"), url("../fonts//Constantia-xbold.woff2") format("woff2"), url("../fonts//Constantia-xbold.woff") format("woff"), url("../fonts//Constantia-xbold.ttf") format("truetype"), url("../fonts//Constantia-xbold.svg#Constantia") format("svg");
}

@font-face {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/constantia.woff2") format("woff2"), url("../fonts/constantia.ttf") format("truetype");
}

@font-face {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/constantia-bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Constantia';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/constantia-italic.ttf") format("truetype");
}


html {
  font-size: 10px;
  line-height: 1.613;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body {
  font-size: 1.4rem;
  font-family: "Constantia";
  line-height: 1.613;
  color: #FFFFFF;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Constantia";
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

h4,
h5,
h6 {
  font-size: 1.5rem;
  line-height: 1.4;
}

a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition-property: color, background, border-color;
  -moz-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:active,
a:focus,
a:hover {
  color: #b3b3b3;
  text-decoration: none;
}

a:focus {
  outline: none;
}

th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

p img {
  margin: 1rem 0;
  max-width: 100%;
}

p {
  text-align: justify;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  margin: 0 0 1rem;
  font-family: "Constantia";
}

@media (min-width: 768px) {
  p {
    text-align: left;
  }
}

ul,
ol {
  padding-left: 2rem;
}

@media (min-width: 768px) {

  ul,
  ol {
    padding-left: 4rem;
  }
}

table.response {
  width: 100%;
  margin: 1rem 0;
}

@media (min-width: 768px) {
  table.response {
    width: auto;
  }
}

table.response caption {
  font-size: 1.7em;
}

@media (min-width: 768px) {
  table.response caption {
    font-size: 1.5rem;
  }
}

table.response thead {
  display: none;
}

@media (min-width: 768px) {
  table.response thead {
    display: table-header-group;
  }
}

table.response td {
  display: block;
  position: relative;
  padding: 1.3rem 0 1.3rem 50%;
  text-align: left;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

table.response td:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
  table.response td {
    display: table-cell;
    padding: 0.5rem 1rem;
    background: transparent;
    border: none;
  }
}

table.response tr {
  border-bottom: 1px solid transparent;
}

table.response td:before {
  content: attr(data-th);
  display: inline-block;
  background: rgba(0, 0, 0, 0.01);
  border-right: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45%;
  max-height: 100%;
  font-weight: 700;
  padding-left: 1.3rem;
  padding-top: 1.3rem;
}

@media (min-width: 768px) {
  table.response td:before {
    display: none;
  }
}

table {
  max-width: 100%;
  width: 100%;
}

@-moz-document url-prefix() {
  table {
    table-layout: fixed;
  }
}

table td {
  display: block;
}

@media (min-width: 768px) {
  table td {
    display: table-cell;
  }
}

[class*='datepicker'] table td {
  display: table-cell;
}

hr {
  margin: 2rem 0;
}

@media (min-width: 768px) {
  hr {
    margin: 1.5rem 0;
  }
}

strong {
  font-weight: 700;
}

button:focus:active,
button:active:focus,
button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

input:focus {
  border-color: #bf9080;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(167, 158, 146, 0.05), 0 0 8px rgba(167, 158, 146, 0.6);
}

.slideout-menu {
  z-index: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position: relative;
  z-index: 1;
}

.slideout-panel::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: black;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: transparent;
}

.slideout-open .slideout-panel::before {
  display: block;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.slidebar {
  width: 220px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #060606;
  text-align: left;
  outline: none;
  font-family: "Constantia";
  font-weight: 800;
}

.slidebar__top-line {
  background-color: transparent;
  padding: 1.4rem 1rem;
  height: 5.7rem;
}

@media (min-width: 554px) {
  .slidebar__top-line {
    height: 9rem;
  }
}

.slidebar__top-title {
  display: none;
  font-size: 1.7rem;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  padding: 0 1rem;
  color: #FFFFFF;
}

@media (min-width: 554px) {
  .slidebar__top-title {
    display: block;
  }
}

.slidebar__list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: white;
}

.slidebar__item {
  border-top: 1px solid #0E0E0E;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.slidebar__item:last-child {
  border-bottom: 1px solid #0E0E0E;
}

.slidebar__sublist .slidebar__item {
  border-top: 1px solid #0E0E0E;
  position: relative;
  overflow: hidden;
  font-size: 1.1rem;
}

.slidebar__button {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1.7857142857rem;
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  background-color: transparent;
  border-radius: 2px;
  border: none;
  outline: none;
  color: #bf9080;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slidebar__button:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.slidebar__button.is-open {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.slidebar__top-line .slidebar__button {
  font-size: 1.5rem;
  top: 1.2rem;
  color: #FFFFFF;
}

.slidebar__sublist {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition-property: max-height;
  -moz-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slidebar__sublist.is-open {
  max-height: 50rem;
}

.slidebar__link {
  display: block;
  position: relative;
  font-size: inherit;
  color: white;
  font-weight: 300;
  padding: 1rem 2rem;
  overflow: hidden;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slidebar__link:active,
.slidebar__link:focus,
.slidebar__link:hover {
  text-decoration: none;
  color: white;
  background-color: #050d14;
}

.slidebar__link:focus,
.slidebar__link:active {
  background-color: #050d14;
}

.slidebar__subitem .slidebar__link {
  padding-left: 3rem;
}

.header {
  clear: both;
  background-color: rgba(5, 13, 20, 0.75);
  position: absolute;
  width: 100%;
  z-index: 10;
}

@media (min-width: 992px) {
  .header {
    padding: 0 0 1rem;
  }
}

@media (min-width: 992px) {
  .header {
    padding: 1rem 0 2rem;
  }
}

.section._clean .header {
  background-color: #FFFFFF;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .section._clean .header {
    padding: 1rem 0 1rem;
  }
}

.section._tangible .header {
  position: relative;
  z-index: 1;
}

.header__column-left {
  float: left;
}

@media (min-width: 768px) {
  .header__column-left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
  }
}

@media (min-width: 992px) {
  .header__column-left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.8333333333%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
  }
}

.header__column-right {
  float: right;
}

@media (min-width: 768px) {
  .header__column-right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.1666666667%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
    float: right;
  }
}

@media (min-width: 992px) {
  .header__column-right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.8333333333%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
    position: relative;
    right: -60.4166666667%;
  }
}

.header__column-middle {
  float: left;
  display: none;
}

@media (min-width: 768px) {
  .header__column-middle {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
  }
}

@media (min-width: 992px) {
  .header__column-middle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.3333333333%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
    margin-left: -20.8333333333%;
  }
}

@media (min-width: 1200px) {
  .header__column-middle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.1666666667%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
    margin-left: -16.6666666667%;
  }
}

@media (orientation: landscape) {
  .header__column-middle {
    display: none;
  }
}

@media (orientation: landscape) and (min-width: 768px) {
  .header__column-middle {
    display: block;
  }
}

@media (orientation: landscape) and (min-height: 600px) {
  .header__column-middle {
    display: block;
  }
}

.header__btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin-right: 1.4rem;
  color: #bf9080;
  padding: 1.2rem 0;
  line-height: 1;
  font-size: 1rem;
  width: 2.5rem;
}

.header__btn:focus {
  outline: none;
}

@media (orientation: landscape) {
  .header__btn {
    padding: 1.3rem 0;
  }
}

@media (orientation: landscape) and (min-height: 350px) {
  .header__btn {
    padding: 1.2rem 0;
  }
}

@media (min-width: 768px) {
  .header__btn {
    display: none;
  }
}

.header__btn .icon {
  font-size: 2.5rem;
  margin-bottom: 0.4rem;
  display: block;
}

.logo {
  float: left;
  padding: 1.4rem;
  width: 100%;
}

@media (min-width: 768px) {
  .logo {
    padding: 1.4rem 0;
  }
}

.logo img {
  max-width: 100%;
}

.nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .nav {
    margin-top: 3.6rem;
  }
}

.nav__list {
  width: 100%;
  padding: 0;
  margin: 0;
  display: table;
  list-style: none;
  font-size: 0;
}

.nav__list::after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  background-color: black;
  top: -1px;
  left: 100%;
}

.nav__item {
  display: table-cell;
  text-align: center;
  position: relative;
  padding: 0.75rem 1rem;
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  .nav__item {
    font-size: 1.3rem;
  }
}

.nav__item:first-child {
  padding-left: 0;
  margin-left: 0;
  text-align: left;
}

.nav__item:last-child {
  padding-right: 0;
  margin-right: 0;
  text-align: right;
}

.nav .nav__button {
  display: none;
}

.nav__link {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  color: #FFFFFF;
}

.nav__link::before {
  content: '';
  width: 100%;
  height: 0.3rem;
  display: block;
  position: absolute;
  background-color: #bf9080;
  bottom: -0.6rem;
  left: 0;
  border-radius: 0.15rem;
  opacity: 0;
  -webkit-transition-property: "opacity";
  -moz-transition-property: "opacity";
  transition-property: "opacity";
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.nav__item._active .nav__link::before {
  opacity: 1;
}

.section._clean .nav__link {
  color: #454545;
}

.nav__link:active,
.nav__link:focus,
.nav__link:hover {
  color: #FFFFFF;
}

.nav__link:active::before,
.nav__link:focus::before,
.nav__link:hover::before {
  opacity: 0.3;
}

.nav__sublist {
  display: none;
}

.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

.cover__image {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  display: block;
}

.cover__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.container {
  clear: both;
  width: 100%;
  padding: 15px 0;
}

@media (min-width: 554px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

.container._first-screen {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .container._first-screen {
    top: 60%;
  }
}

@media (min-width: 992px) {
  .container._first-screen {
    top: 53%;
  }
}

.footer {
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 0 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #282828;
  z-index: 10;
}

@media (orientation: landscape) and (min-height: 400px) {
  .footer {
    padding: 1rem 0 0.5rem;
  }
}

body._home .footer,
body._map .footer {
  background-color: transparent;
  padding: 0;
}

@media (min-width: 554px) {

  body._home .footer,
  body._map .footer {
    padding: 1rem 0;
  }
}

.section._tangible .footer {
  position: relative;
  z-index: 1;
}

@media (min-width: 554px) {
  .footer.is-hide {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 992px) {
  .footer {
    padding: 1.5rem 0;
  }
}

.social {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  position: relative;
}

@media (min-width: 554px) {
  .social {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.6666666667%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
  }
}

@media (min-width: 768px) {
  body._map .social {
    float: right;
  }
}

@media (orientation: landscape) {
  body._map .social {
    float: right;
  }
}

.social__toggle {
  padding: 0 1rem 0.5rem;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #bf9080;
  font-size: 2.5rem;
  line-height: 1;
}

@media (orientation: landscape) {
  .social__toggle {
    font-size: 2rem;
  }
}

@media (orientation: landscape) and (min-height: 400px) {
  .social__toggle {
    font-size: 2.5rem;
  }
}

.social__toggle:focus {
  background-color: rgba(191, 144, 128, 0.2);
  outline: none;
}

@media (min-width: 554px) {
  .social__toggle {
    display: none;
  }
}

.social__close {
  position: absolute;
  top: 0;
  right: 1rem;
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #bf9080;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

.social__close:focus {
  background-color: rgba(191, 144, 128, 0.05);
  outline: none;
}

@media (min-width: 554px) {
  .social__close {
    display: none;
  }
}

.social__box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: rgba(5, 13, 20, 0.95);
  border-spacing: 0.5rem 0;
  -webkit-transform: translateY(12rem);
  -moz-transform: translateY(12rem);
  -ms-transform: translateY(12rem);
  -o-transform: translateY(12rem);
  transform: translateY(12rem);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

@media (min-width: 554px) {
  .social__box {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
  }
}

.social__box.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 554px) {
  .social__box.is-open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.social__box-title {
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}

@media (min-width: 554px) {
  .social__box-title {
    display: none;
  }
}

body._map .social__box .limiter {
  width: auto;
  min-width: 0;
}

.social__link {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  width: 3.6rem;
  height: 3.6rem;
  background-color: transparent;
  font-size: 1.44rem;
  color: #867a76;
  text-align: center;
  border: 0.1rem solid #867a76;
  border-radius: 50%;
  -webkit-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.social__link:active,
.social__link:focus,
.social__link:hover {
  background-color: #867a76;
  color: #181F25;
}

@media (min-width: 554px) {

  .social__link:active,
  .social__link:focus,
  .social__link:hover {
    color: #181F25;
    background-color: #FFFFFF;
  }
}

@media (min-width: 768px) {

  .social__link:active,
  .social__link:focus,
  .social__link:hover {
    background-color: #867a76;
    color: #181F25;
  }
}

@media (min-width: 554px) {
  .social__link {
    color: #FFFFFF;
    border-color: #FFFFFF;
    width: 2.7rem;
    height: 2.7rem;
    font-size: 1.08rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .social__link {
    color: #867a76;
    border-color: #867a76;
  }
}

@media (min-width: 1600px) {
  .social__link {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 1;
  }
}

.social__link i {
  vertical-align: middle;
}

.developer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333333333%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  float: right;
  text-align: right;
}

@media (min-width: 768px) {
  .developer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
    float: right;
  }
}

body._home .developer {
  display: none;
}

@media (min-width: 768px) {
  body._home .developer {
    display: block;
  }
}

body._map .developer {
  display: none;
}

.developer__logo {
  height: 2.5rem;
  width: 4.25rem;
}

@media (orientation: landscape) {
  .developer__logo {
    height: 2.5rem;
    width: 4.25rem;
  }
}

@media (orientation: landscape) and (min-height: 400px) {
  .developer__logo {
    height: 2.5rem;
    width: 4.25rem;
  }
}

.developer__logo * {
  fill: white;
  -webkit-transition: fill, 0.3s;
  -moz-transition: fill, 0.3s;
  transition: fill, 0.3s;
}

@media (min-width: 992px) {
  .developer__logo {
    height: 2.7rem;
    width: 4.59rem;
  }
}

.developer__name {
  display: none;
  float: right;
  font-size: 1.1rem;
  position: relative;
  margin-left: 1rem;
  color: white;
  text-align: left;
}

.developer__name:active,
.developer__name:focus,
.developer__name:hover {
  color: white;
}

@media (min-width: 992px) {
  .developer__name {
    display: block;
    line-height: 1.3;
  }
}

.master {
  background-color: inherit;
}

.section {
  position: relative;
  overflow: hidden;
}

.limiter {
  height: 100%;
  width: 100%;
  min-width: 31rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.container .limiter {
  overflow: visible;
}

@media (min-width: 554px) {
  .limiter {
    max-width: 53.4rem;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .limiter {
    max-width: 75rem;
  }
}

@media (min-width: 992px) {
  .limiter {
    max-width: 97.5rem;
  }
}

@media (min-width: 1200px) {
  .limiter {
    max-width: 112rem;
  }
}

.limiter._middle-content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
  font-size: 0;
  margin-left: -4px;
}

.limiter._in-last-section:before {
  height: 90%;
}

.limiter._in-first-section:before {
  height: 110%;
}

.limiter._scrolable {
  height: auto;
}

.vertikalizer {
  width: 100%;
  line-height: 1.618;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: -2px;
}

.btn {
  padding: 0.5rem 2rem;
  margin: 0 0.5rem;
  display: inline-block;
  background-color: #bf9080;
  border-radius: 2.5rem;
  border: 2px solid #bf9080;
  font-family: "Constantia";
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
}

.btn:hover,
.btn:active {
  color: black;
  background-color: #6e4638;
}

.btn:focus:active,
.btn:active:focus,
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .btn {
    padding: 1rem 4rem;
    margin: 0 1rem;
  }
}

.btn._clearn {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #bf9080;
}

.btn._clearn:hover,
.btn._clearn:active {
  background-color: #bf9080;
}

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: block;
  width: auto;
  margin-bottom: 15px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 15px;
  display: block;
  float: left;
  width: 100%;
}

.file-upload-input {
  width: 100%;
  color: #fff;
  padding: 11px 17px;
  border: none;
  background-color: #bf9080;
  font-size: 1.5rem;
  padding: 1rem;
  border: 1px solid #454545;
  border-radius: 3px;
  color: #eeeeee;
  font-weight: 400;
  height: 3.2rem;
  background-color: transparent;
  float: left;
  /* IE 9 Fix */
}

.file-upload-input:hover,
.file-upload-input:focus {
  border-color: #bf9080;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(167, 158, 146, 0.05), 0 0 8px rgba(167, 158, 146, 0.6);
}

.file-upload-button {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 1rem;
  font-size: 0;
  border: none;
  right: 0;
  height: 3.2rem;
  line-height: 3.2rem;
  margin-left: -1px;
  background-color: #bf9080;
  border-radius: 0 3px 3px 0;
  float: left;
  /* IE 9 Fix */
}

.file-upload-button:active {
  background-color: #b6816f;
}

.file-upload-button i {
  font-size: 1.3rem;
  line-height: 3.2rem;
}

.form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
}

@media (orientation: landscape) {
  .form {
    padding-bottom: 2rem;
  }
}

.form__group {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  padding-left: 5.2083333333%;
  padding-right: 5.2083333333%;
}

@media (min-width: 768px) {
  .form__group {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.3333333333%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
    padding-left: 5.2083333333%;
    padding-right: 5.2083333333%;
  }
}

.form__group-required-rules {
  color: #867a76;
}

@media (min-width: 768px) {
  .form__group-required-rules {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.3333333333%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
    padding-left: 5.2083333333%;
    padding-right: 5.2083333333%;
    margin-top: 2rem;
  }
}

.form__group-btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .form__group-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.6666666667%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
    margin-bottom: 0;
  }
}

.form__col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
}

.form__btn {
  font-size: 1.5rem;
  padding: 1rem 2rem;
  width: 18rem;
  margin: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.form__btn:active,
.form__btn:focus,
.form__btn:hover {
  background-color: #bf9080;
  color: #FFFFFF;
}

.form__btn:active {
  opacity: 0.8;
}

.form__label {
  font-weight: 400;
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.form__label .required {
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  color: #867a76;
  font-size: 2rem;
}

.has-success .form__label {
  color: #FFFFFF;
}

.has-error .form__label {
  color: #FFFFFF;
}

.form__input,
.form__text {
  font-size: 1.5rem;
  padding: 0.8rem;
  border: 1px solid #454545;
  border-radius: 3px;
  color: #eeeeee;
  font-weight: 400;
  height: 3.2rem;
  background-color: transparent;
}

.form__input:focus,
.form__text:focus {
  border-color: #bf9080;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(167, 158, 146, 0.05), 0 0 8px rgba(167, 158, 146, 0.6);
}

.has-success .form__input,
.has-success .form__text {
  border-color: #454545;
}

.has-success .form__input:focus,
.has-success .form__text:focus {
  border-color: #bf9080;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(167, 158, 146, 0.05), 0 0 8px rgba(167, 158, 146, 0.6);
}

.has-error .form__input,
.has-error .form__text {
  border-color: #a79e92;
  color: transparent;
}

.has-error .form__input:focus,
.has-error .form__text:focus {
  border-color: #bf9080;
  color: #eeeeee;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(167, 158, 146, 0.05), 0 0 8px rgba(167, 158, 146, 0.6);
  background-color: #181F25;
}

.form__text {
  resize: none;
}

.form__error {
  display: none;
  position: absolute;
  top: 2.9195rem;
  padding: 0.8rem;
  height: 3.2rem;
  line-height: 1;
  color: #ff8f8f;
  z-index: -1;
}

.has-error .form__error {
  display: block;
}

.form__required {
  color: #867a76;
  font-size: 2rem;
}

.form__avatar {
  float: left;
  width: 80px;
  height: 80px;
}

.form__datapicker {
  margin: 5px 0;
}

@media (min-width: 768px) {
  .form__datapicker {
    margin: 0;
  }
}

.form__datapicker .ui-datepicker {
  width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
}

.form__datapicker .ui-datepicker-header {
  background-color: #bf9080;
  color: #FFFFFF;
  border-radius: 3px 3px 0 0;
}

.form__datapicker .ui-datepicker-prev,
.form__datapicker .ui-datepicker-next {
  top: 3px;
  cursor: pointer;
}

.form__datapicker .ui-datepicker-calendar {
  border: 1px solid #454545;
  border-top: none;
}

.form__datapicker .ui-datepicker th {
  color: #FFFFFF;
}

.form__datapicker .ui-datepicker td .ui-state-highlight {
  border-radius: 0;
}

.form__datapicker .ui-datepicker td .ui-state-active {
  border-radius: 0;
  background-color: #867a76;
  background: #867a76;
  background-image: none;
}

.form__datapicker .ui-datepicker td .ui-state-hover {
  border-radius: 0;
  background-color: #b68979;
  background: #b68979;
  background-image: none;
}

.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
}

.icon._cross {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
}

.icon._cross::after,
.icon._cross::before {
  content: '';
  width: 1em;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  top: 50%;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.icon._cross::before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.icon._hamburger {
  width: 1em;
  height: 0.7em;
  display: inline-block;
  position: relative;
}

.icon._hamburger::before {
  content: '';
  width: 1em;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #bf9080;
  top: 50%;
}

.icon._hamburger::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: transparent;
  border: 1px solid #bf9080;
  border-right-width: 0;
  border-left-width: 0;
}

.jspScrollable:focus {
  outline: 0;
}

.jspContainer {
  top: 0;
}

.jspContainer:active,
.jspContainer:focus,
.jspContainer:hover {
  outline: none;
}

@media (min-width: 768px) {
  .jspContainer {
    height: auto !important;
    width: auto !important;
  }
}

.jspPane {
  position: absolute;
  width: 100% !important;
}

.jspPane:active,
.jspPane:focus,
.jspPane:hover {
  outline: none;
}

@media (min-width: 768px) {
  .jspPane {
    position: relative;
    height: auto !important;
    width: auto !important;
  }
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0.4rem;
  width: 0.2rem;
  height: 100%;
}

.jspHorizontalBar,
.jspCap,
.jspArrow {
  display: none;
}

.jspTrack {
  background: transparent;
  position: relative;
  height: 50%;
}

.jspDrag {
  opacity: 0;
  background-color: #bf9080;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.jspDrag.is-active {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  opacity: 0.25;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

.loader {
  position: absolute;
  margin: 0px auto;
  width: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.loader.is-fade {
  opacity: 0;
}

.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.loader__circular {
  animation: rotating 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader__path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke: #c5aca0;
  stroke-linecap: round;
}

.mod {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #181F25;
  z-index: 738;
  padding-top: 4rem;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  -moz-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

@media (orientation: landscape) {
  .mod {
    padding-top: 0;
  }
}

.mod.is-fade {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mod__body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (orientation: landscape) and (min-height: 350px) {
  .mod__body {
    height: auto;
    max-height: 350px;
  }
}

@media (orientation: landscape) and (min-height: 400px) {
  .mod__body {
    max-height: 400px;
  }
}

@media (orientation: landscape) and (min-height: 600px) {
  .mod__body {
    max-height: 350rem;
  }
}

@media (orientation: portrait) and (min-height: 350px) {
  .mod__body {
    height: auto;
    max-height: 350px;
  }
}

@media (orientation: portrait) and (min-height: 420px) {
  .mod__body {
    height: auto;
    max-height: 400px;
  }
}

@media (orientation: portrait) and (min-height: 600px) {
  .mod__body {
    max-height: 600px;
  }
}

@media (orientation: portrait) and (min-height: 720px) {
  .mod__body {
    max-height: 600rem;
  }
}

.mod__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  width: 4rem;
  height: 4rem;
  background-color: #bf9080;
  border: none;
  padding: 1rem;
  z-index: 10;
}

@media (min-width: 992px) {
  .mod__close {
    font-size: 3rem;
    width: 6rem;
    height: 6rem;
  }
}

.mod__title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.6666666667%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  margin-left: 4.1666666667%;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.notify {
  position: fixed;
  z-index: 299792458;
  opacity: 0;
  background-color: #050d14;
  width: 100%;
  padding: 2rem;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.9s;
  -moz-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

@media (min-width: 554px) {
  .notify {
    width: 30rem;
  }
}

.notify._top {
  top: 0;
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
}

@media (min-width: 554px) {
  .notify._top {
    top: 2rem;
  }
}

.notify._bottom {
  bottom: 0;
  -webkit-transform: translateY(120%);
  -moz-transform: translateY(120%);
  -ms-transform: translateY(120%);
  -o-transform: translateY(120%);
  transform: translateY(120%);
}

@media (min-width: 554px) {
  .notify._bottom {
    bottom: 2rem;
  }
}

.notify._left {
  left: 0;
}

@media (min-width: 554px) {
  .notify._left {
    left: 2rem;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}

.notify._right {
  right: 0;
}

@media (min-width: 554px) {
  .notify._right {
    right: 2rem;
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
  }
}

.notify__close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2.4rem;
  text-align: center;
  width: 2rem;
  height: 2rem;
  background-color: #bf9080;
  border: none;
  z-index: 10;
  padding: 0;
}

.notify__title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.3333333333%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  font-weight: 700;
}

.notify__descr {
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
}

.notify__time {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  text-align: right;
}

.notify.is-show {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
}

@media (min-width: 554px) {
  .notify.is-show {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

.ripple__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.ripple__circle.is-active {
  animation: a-ripple .4s ease-in;
}

.img-thumbnail {
  padding: 2px;
  line-height: 1;
  background-color: #cfc2bd;
  border-width: 0;
  border-radius: 3px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  transition-property: box-shadow;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.call-us {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  margin-top: 3.1rem;
  margin-bottom: 3rem;
  color: #bf9080;
  font-family: "Constantia";
  font-weight: 800;
}

header .call-us {
  display: none;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  header .call-us {
    display: block;
  }
}

.call-us__icon {
  float: left;
  font-size: 3rem;
  text-align: right;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  color: #bf9080;
}

header .call-us__icon:active,
header .call-us__icon:focus,
header .call-us__icon:hover {
  color: #bf9080;
}

@media (min-width: 768px) {
  header .call-us__icon {
    margin-left: 2.3rem;
  }
}

@media (min-width: 992px) {
  header .call-us__icon {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  header .call-us__icon {
    margin-left: 1.9rem;
  }
}

.call-us__number {
  float: left;
  color: #FFFFFF;
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  .call-us__number {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .call-us__number {
    font-size: 1.8rem;
  }
}

.section._clean .call-us__number {
  color: #454545;
}

.call-us__btn {
  float: left;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  background-color: transparent;
  border: none;
  color: #bf9080;
  padding: 0;
  margin: 0;
}

.call-us__btn:focus {
  outline: none;
}

@media (min-width: 992px) {
  .call-us__btn {
    letter-spacing: 0.1rem;
  }
}

@media (min-width: 1200px) {
  .call-us__btn {
    letter-spacing: 0.2rem;
  }
}

.slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  padding: 0;
  margin: 0;
  text-align: center;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slider.is-fade {
  opacity: 0;
}

@media (orientation: landscape) {
  .slider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
    margin-left: 0%;
  }
}

.slider__wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  padding: 0;
  margin: 0;
  position: relative;
}

@media (min-width: 768px) {
  .slider__wrapper._oneLineSlider {
    display: none;
  }
}

@media (orientation: landscape) {
  .slider__wrapper._oneLineSlider {
    display: block;
  }
}

@media (orientation: landscape) and (min-height: 350px) {
  .slider__wrapper._oneLineSlider {
    display: block;
  }
}

@media (orientation: landscape) and (min-height: 700px) {
  .slider__wrapper._oneLineSlider {
    display: none;
  }
}

.slider__wrapper._twoLineSlider {
  display: none;
}

@media (min-width: 768px) {
  .slider__wrapper._twoLineSlider {
    display: block;
  }
}

@media (orientation: landscape) {
  .slider__wrapper._twoLineSlider {
    display: none;
  }
}

@media (orientation: landscape) and (min-height: 350px) {
  .slider__wrapper._twoLineSlider {
    display: none;
  }
}

@media (orientation: landscape) and (min-height: 700px) {
  .slider__wrapper._twoLineSlider {
    display: block;
  }
}

.slider._in-first-screen .slider__wrapper {
  display: none;
}

@media (min-width: 554px) {
  .slider._in-first-screen .slider__wrapper {
    display: block;
  }
}

@media (orientation: portrait) and (min-height: 600px) {
  .slider._in-first-screen .slider__wrapper {
    display: block;
    text-align: justify;
  }
}

.slider__title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  font-size: 2.2rem;
  color: #212121;
  font-weight: 800;
  position: relative;
  line-height: 1.2;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.slider__title._with-underline::after {
  content: '';
  width: 7rem;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #bf9080;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 3px;
  bottom: -1rem;
}

.slider__title._with-light-underline::after {
  content: '';
  width: 7rem;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #c5aca0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 3px;
  bottom: -1rem;
}

.slider__title._light {
  color: #FFFFFF;
}

.slider__title._primary {
  font-size: 3rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .slider__title._primary {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .slider__title._primary {
    font-size: 4rem;
  }
}

.slider__descr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  margin-left: 12.5%;
  color: #212121;
  padding: 1rem 0;
  display: none;
  font-family: "Constantia";
  font-size: 1.3rem;
}
.slider__descr._light {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .slider__descr {
    display: block;
  }
}

@media (min-width: 992px) {
  .slider__descr {
    font-size: 1.6rem;
    padding: 1rem 0 2rem;
  }
}

@media (orientation: landscape) {
  .slider__descr {
    display: none;
  }
}

@media (orientation: landscape) and (min-height: 600px) {
  .slider__descr {
    display: block;
  }
}

@media (orientation: portrait) and (min-height: 600px) {
  .slider__descr {
    display: block;
    text-align: justify;
  }
}

.slider__descr p {
  padding: 0 1rem;
  text-align: center;
}

.slider__box {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .slider__box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.3333333333%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
    margin-left: 8.3333333333%;
    padding: 0;
  }
}

.slider__box._with-gradient::before,
.slider__box._with-gradient::after {
  content: '';
  width: 1rem;
  height: 100%;
  display: block;
  position: absolute;
  background-color: black;
  z-index: 2;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(left, #FFFFFF, transparent);
  background: linear-gradient(to right, #FFFFFF, transparent);
}

.slider__box._with-gradient::after {
  right: 0;
  left: auto;
  background: -webkit-linear-gradient(right, #FFFFFF, transparent);
  background: linear-gradient(to left, #FFFFFF, transparent);
}

.slider__list {
  width: 2000rem;
  font-size: 0;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

._without-carousel .slider__list {
  width: auto;
}

@media (orientation: landscape) {
  ._without-carousel .slider__list {
    line-height: 1.5;
    display: none;
  }
}

@media (orientation: landscape) and (min-height: 600px) {
  ._without-carousel .slider__list {
    line-height: 1.785;
    display: block;
  }
}

.slider__item {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  text-align: center;
}

@media (orientation: portrait) and (min-height: 600px) {
  .slider__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (orientation: portrait) and (min-height: 720px) {
  .slider__item {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.slider__item p {
  padding: 0 1rem;
  text-align: center;
}

.slider__controls {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  padding: 0 2px;
  display: none;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .slider__controls {
    display: block;
  }
}

.slider__controls._down {
  top: 105%;
  padding: 0 11.25%;
}

@media (min-width: 1200px) {
  .slider__controls._down {
    padding: 0 4.1666666667%;
  }
}

._in-first-section .slider__controls._down {
  top: 90%;
}

._home .slider__controls {
  visibility: hidden;
}

@media (min-width: 768px) {
  ._in-first-screen .slider__controls {
    top: 30%;
  }
}

.slider__controls-btn {
  background-color: transparent;
  border: 0.1rem solid #FFFFFF;
  box-shadow: none;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  line-height: 4.2rem;
  text-align: center;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slider__controls-btn:active {
  border-color: #bf9080;
}

.slider__controls-btn._left {
  float: left;
}

.slider__controls-btn._right {
  float: right;
}

.slider__controls-btn._light {
  background-color: #cfc2bd;
  border-color: #cfc2bd;
}

.slider__controls-arrow {
  display: inline-block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  position: relative;
}

.slider__controls-btn._right .slider__controls-arrow {
  border-right: 0.1rem solid #FFFFFF;
  border-top: 0.1rem solid #FFFFFF;
  right: 0.3333333333rem;
}

.slider__controls-btn._left .slider__controls-arrow {
  border-left: 0.1rem solid #FFFFFF;
  border-bottom: 0.1rem solid #FFFFFF;
  left: 0.3333333333rem;
}

.slider__controls-btn._light .slider__controls-arrow {
  border-color: #FFFFFF;
}

.slider__pagination {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  margin: 1rem 0;
  position: absolute;
  bottom: -4rem;
}

@media (orientation: landscape) {
  .slider__pagination {
    bottom: -3.5rem;
  }
}

@media (orientation: landscape) and (min-height: 400px) {
  .slider__pagination {
    bottom: -4rem;
  }
}

.slider__pagination._up-and-right {
  bottom: -4rem;
}

@media (orientation: landscape) {
  .slider__pagination._up-and-right {
    bottom: 0;
    padding-right: 4rem;
  }
}

@media (orientation: landscape) and (min-height: 400px) {
  .slider__pagination._up-and-right {
    bottom: -4rem;
    padding-right: 1.0416666667%;
  }
}

._in-first-section .slider__pagination {
  position: relative;
  bottom: 0;
}

.slider._in-first-screen .slider__pagination {
  position: relative;
}

@media (min-width: 768px) {
  .slider._in-first-screen .slider__pagination {
    top: 10rem;
  }
}

@media (min-width: 992px) {
  .slider._in-first-screen .slider__pagination {
    top: auto;
    bottom: -15rem;
  }
}

@media (orientation: landscape) {
  .slider._in-first-screen .slider__pagination {
    display: none;
  }
}

@media (orientation: landscape) and (min-height: 400px) {
  .slider._in-first-screen .slider__pagination {
    display: block;
  }
}

@media (orientation: landscape) and (min-height: 600px) {
  .slider._in-first-screen .slider__pagination {
    top: auto;
    bottom: 0;
  }
}

@media (orientation: landscape) and (min-height: 700px) {
  .slider._in-first-screen .slider__pagination {
    top: auto;
    bottom: -15rem;
  }
}

.slider__pagination::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: black;
  top: 0;
  background-color: transparent;
}

.slider__pagination-list {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

@media (orientation: landscape) {
  ._up-and-right .slider__pagination-list {
    text-align: right;
  }
}

@media (orientation: landscape) and (min-height: 400px) {
  ._up-and-right .slider__pagination-list {
    text-align: center;
  }
}

.slider__pagination-list::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: transparent;
  top: 0;
}

.slider__pagination-list a {
  display: inline-block;
  font-size: 0;
  background-color: #FFFFFF;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: relative;
  margin: 0.2rem;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slider__pagination-list a {
    background-color: #a79e92;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0.4rem;
  }
}

.slider__pagination-list a.is-active {
  width: 0.9rem;
  height: 0.9rem;
}

@media (min-width: 768px) {
  .slider__pagination-list a.is-active {
    background-color: #bf9080;
    width: 1.2rem;
    height: 1.2rem;
  }
}

.slider__pagination._dark .slider__pagination-list a {
  background-color: #a79e92;
}

.btn-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%;
  text-align: center;
}

@media (orientation: landscape) and (min-height: 600px) {
  .btn-box {
    margin-top: 1rem;
  }
}

.btn-box._to-top {
  position: relative;
}

@media (min-width: 768px) {
  .btn-box._to-top {
    top: -5rem;
  }
}

@media (orientation: landscape) {
  .btn-box._to-top {
    top: 5rem;
  }
}

@media (orientation: landscape) and (min-height: 600px) {
  .btn-box._to-top {
    top: 2.5rem;
  }
}

.btn-box__btn {
  font-size: 1.5rem;
  padding: 1rem 2rem;
  margin: 1rem 0.5rem;
  width: 18rem;
}

@media (min-width: 768px) {
  .btn-box__btn {
    font-size: 1.4rem;
    padding: 1rem 3rem;
    margin: 0px 1rem;
    width: 20rem;
  }
}

@media (min-width: 992px) {
  .btn-box__btn {
    padding: 1.5rem 3rem;
    width: 25rem;
    margin: 0px 2rem;
    border-radius: 3.5rem;
  }
}

@media (min-width: 768px) {
  .callback-form__group-name {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.3333333333%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
    padding-left: 5.2083333333%;
    padding-right: 5.2083333333%;
    margin-right: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .callback-form__group-time {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 1.0416666667%;
    padding-right: 1.0416666667%;
  }
}

.callback-form__title {
  margin-bottom: 3rem;
}