@charset "UTF-8";
/*!
 *
 * Evgeniy Ivanov - 2018
 * busforward@gmail.com
 * Skype: ivanov_ea
 *
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
@font-face {
  font-family: "TTRamillas";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/TTRamillas-ExtraLight.eot?") format("eot"), url("../fonts/TTRamillas-ExtraLight.woff2") format("woff2"), url("../fonts/TTRamillas-ExtraLight.woff") format("woff"), url("../fonts/TTRamillas-ExtraLight.ttf") format("truetype"), url("../fonts/TTRamillas-ExtraLight.svg#TTRamillas") format("svg");
  font-display: swap;
}
/* Global variables */
/* ======================================================================== */
/* Grid */
/* ======================================================================== */
/* Form */
/* ======================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  height: 100%;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.wrapper {
  min-height: 100%;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  color: #4a483c;
  line-height: 1.2;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  outline: 0;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

body {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc(3.4vw + 0px);
  height: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  body {
    font-size: calc(0.838vw + 0px);
  }
}
img {
  height: auto;
}

.wrapper {
  font-size: 16px;
}

/* Middle
 ----------------------------------------------------------------------------- */
.main_content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
}

.container_center, .footer__content, .header__content {
  max-width: 80em;
  padding: 0 1em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}

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

/* Header
 ----------------------------------------------------------------------------- */
.header {
  padding: 1em 0;
  background-color: #ddd;
}
.header__content {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stiky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* Navbar
-------------------------------------------------------------------------------*/
.navbar {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar__item {
  margin: 5px;
}
@media (max-width: 767px) {
  .navbar__toggle {
    position: absolute;
    color: #00aed4;
    border-top: 0.2em solid;
    border-bottom: 0.2em solid;
    left: 1.3em;
    top: 1.3em;
    width: 2em;
    height: 1.5em;
    cursor: pointer;
    z-index: 51;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .navbar__toggle:after, .navbar__toggle:before {
    content: "";
    position: absolute;
    border-top: 0.2em solid;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -0.1em;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .navbar__toggle.active {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  .navbar__toggle.active:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar__toggle.active:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/* Footer
 ----------------------------------------------------------------------------- */
.footer {
  position: relative;
  padding: 1em 0;
  background-color: #ddd;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__row {
  margin-bottom: 15px;
}
.form__row .btn,
.form__row input:not([type]),
.form__row input[type=date],
.form__row input[type=email],
.form__row input[type=number],
.form__row input[type=password],
.form__row input[type=search],
.form__row input[type=tel],
.form__row input[type=text],
.form__row input[type=url],
.form__row textarea {
  width: 100%;
}
.form__row textarea {
  max-width: 100%;
  max-width: 100%;
  min-height: 150px;
}
input:not([type]),
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: "Montserrat", sans-serif;
  color: #4a483c;
  padding: 6px 15px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
input:not([type]):hover,
input[type=date]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover,
textarea:hover {
  border: 1px solid #ddd;
  background-color: #fff;
}
input:not([type]):focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  border: 1px solid #ddd;
  background-color: #fff;
}
input:not([type]).invalid,
input[type=date].invalid,
input[type=email].invalid,
input[type=number].invalid,
input[type=password].invalid,
input[type=search].invalid,
input[type=tel].invalid,
input[type=text].invalid,
input[type=url].invalid,
textarea.invalid {
  background-color: #fff;
  border: 1px solid red;
}
input:not([type])::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ddd;
}
input:not([type]):-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}
input:not([type])::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ddd;
}
input:not([type]):-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ddd;
}

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

/* Для Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

/* Для Firefox */
input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 14px;
  width: 14px;
  color: #aaa;
  background: 0 0;
  border: 1px solid;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  text-align: center;
  position: relative;
}
input[type=checkbox]:not(:disabled), input[type=checkbox]:not(:disabled),
input[type=radio]:not(:disabled),
input[type=radio]:not(:disabled) {
  cursor: pointer;
}
input[type=checkbox]:before, input[type=checkbox]:before,
input[type=radio]:before,
input[type=radio]:before {
  display: block;
}
input[type=checkbox]:disabled, input[type=checkbox]:disabled,
input[type=radio]:disabled,
input[type=radio]:disabled {
  color: #ddd;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #000;
}
input[type=radio]:disabled:checked:before {
  background-color: #aaa;
}

input[type=checkbox]:checked:before, input[type=checkbox]:indeterminate:before {
  content: "";
  width: 40%;
  height: 60%;
  color: #000;
  margin-top: -3px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
input[type=checkbox]:indeterminate:before {
  content: "";
}
input[type=checkbox]:disabled:checked:before, input[type=checkbox]:disabled:indeterminate:before {
  color: #aaa;
}

.grid {
  margin-left: -20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
html[data-browser*=flexible] .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html[data-browser*=flexible] .grid > div {
  display: block;
  min-height: 1px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
html[data-browser*=not-flex] .grid {
  display: block;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}
html[data-browser*=not-flex] .grid > div {
  min-height: 1px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 1.2;
  font-size: 16px;
}
html[data-browser*=flexible] .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
html[data-browser*=flexible] .grid_nowrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.grid > div {
  padding-left: 20px;
  margin-bottom: 20px;
}
.grid > div.width_1 {
  width: 50%;
}
.grid > div.width_2 {
  width: 50%;
}
.grid > div.width_3 {
  width: 33.3%;
}
.grid > div.width_4 {
  width: 25%;
}
.grid > div.width_5 {
  width: 20%;
}
.grid > div.width_2_3 {
  width: 66%;
}
.grid > div.width_3_4 {
  width: 75%;
}
.grid > div,
.grid > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  width: 100%;
}
.grid > div,
.grid > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  width: 50%;
}
.grid > div,
.grid > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  width: 33.3333333333%;
}
.grid > div,
.grid > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  width: 25%;
}
.grid > div,
.grid > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  width: 20%;
}
.grid > div,
.grid > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  width: 16.6666666667%;
}
.grid > div,
.grid > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  width: 14.2857142857%;
}
.grid > div,
.grid > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  width: 12.5%;
}
.grid > div,
.grid > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  width: 11.1111111111%;
}
.grid > div,
.grid > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  width: 10%;
}
.grid > div,
.grid > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  width: 9.0909090909%;
}
.grid > div,
.grid > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  width: 8.3333333333%;
}

[data-grid-match] .grid__item {
  background-color: #eee;
}

@media (max-width: 991px) {
  .grid__4 > div {
    width: 50%;
  }
}
.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875em;
  opacity: 0;
  -webkit-transform: translateY(2em);
      -ms-transform: translateY(2em);
          transform: translateY(2em);
}
.soc a {
  font-size: 16px;
  text-decoration: none;
  color: #4a483c;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  -o-transition-property: color, transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform;
}
@media (min-width: 768px) {
  .soc a {
    font-size: 1.375em;
  }
}
.soc a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  color: #2b2923;
}

.breadcrumb {
  margin: 1.1em 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li:not(:first-child):before {
  content: "/";
  display: inline-block;
  margin: 0 1.2em;
  color: rgba(29, 29, 27, 0.5);
}
.breadcrumb li:last-child a {
  cursor: default;
  text-decoration: none;
  color: #4a483c;
  text-decoration: none;
}
.breadcrumb li a {
  font-size: 1em;
  color: rgba(29, 29, 27, 0.5);
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

.pagination {
  margin: 25px 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  display: block;
  text-align: center;
}
.pagination li.prev a:before {
  content: "<";
}
.pagination li.next a:before {
  content: ">";
}

.btn {
  color: #4a483c;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 15px 7px;
  border: none;
  outline: none;
  text-decoration: none;
  display: inline-block;
  background-color: #ddd;
  text-align: center;
  max-width: 100%;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background color border-color;
  -o-transition-property: background color border-color;
  transition-property: background color border-color;
}
.btn:hover {
  background-color: #cbcbcb;
  color: #4a483c;
}
.btn:active, .btn:focus {
  background-color: #c4c4c4;
  color: #4a483c;
}
.btn_primary {
  background-color: #7b8287;
  border-color: #7b8287;
  color: #ffffff;
}
.btn_primary:hover {
  background-color: #6a7074;
  color: #ffffff;
}
.btn_primary:active, .btn_primary:focus {
  background-color: #63686c;
  color: #ffffff;
}
.btn_success {
  background-color: #36a566;
  border-color: #36a566;
  color: #ffffff;
}
.btn_success:hover {
  background-color: #2d8a55;
  color: #ffffff;
}
.btn_success:active, .btn_success:focus {
  background-color: #297f4e;
  color: #ffffff;
}
.btn_info {
  background-color: #03a9f4;
  border-color: #03a9f4;
  color: #ffffff;
}
.btn_info:hover {
  background-color: #0391d1;
  color: #ffffff;
}
.btn_info:active, .btn_info:focus {
  background-color: #0286c2;
  color: #ffffff;
}
.btn_warning {
  background-color: #fca33e;
  border-color: #fca33e;
  color: #ffffff;
}
.btn_warning:hover {
  background-color: #fb921b;
  color: #ffffff;
}
.btn_warning:active, .btn_warning:focus {
  background-color: #fb8b0c;
  color: #ffffff;
}
.btn_danger {
  background-color: #ff1a1a;
  border-color: #ff1a1a;
  color: #ffffff;
}
.btn_danger:hover {
  background-color: #f50000;
  color: #ffffff;
}
.btn_danger:active, .btn_danger:focus {
  background-color: #e60000;
  color: #ffffff;
}

.video__wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.4%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video__wrapper .video__prev,
.video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__prev {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.2em;
  height: 7.2em;
  margin-top: -3.6em;
  margin-left: -3.6em;
  border-radius: 50%;
  cursor: pointer;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?7njwde") format("truetype"), url("../fonts/icomoon.woff?7njwde") format("woff"), url("../fonts/icomoon.svg?7njwde#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon_], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_mail:before {
  content: "\e900";
}

.icon_insta:before {
  content: "\e901";
}

.title {
  font-family: "TTRamillas";
  font-weight: 200;
  font-size: 48px;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  text-align: center;
  margin: 0 0 0.63;
}
@media (min-width: 768px) {
  .title {
    font-size: 5.625em;
  }
}

.mainScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  z-index: 11;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mainScreen__conten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .mainScreen__conten {
    min-height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.mainScreen__conten .title {
  margin: 1em 0 0;
}
.mainScreen__conten .title span {
  display: block;
  overflow: hidden;
  padding: 0 0.1em;
}
.mainScreen__conten .title span > span {
  -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
          transform: translateY(1em);
}
.mainScreen__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  z-index: 10;
}
@media (min-width: 768px) {
  .mainScreen__footer {
    padding: 4em;
  }
}

.nav {
  margin-bottom: 1.1875em;
  opacity: 0;
  -webkit-transform: translateY(1.4em);
      -ms-transform: translateY(1.4em);
          transform: translateY(1.4em);
}
.nav a {
  position: relative;
  color: #3d3632;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  padding-bottom: 0.3em;
}
.nav a:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: width, left, border;
  -o-transition-property: width, left, border;
  transition-property: width, left, border;
}
.nav a:hover:after {
  left: 0;
  width: 100%;
  border-color: inherit;
}

.homeSlider {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  z-index: 10;
  opacity: 0;
}
.homeSlider.swiper,
.homeSlider .swiper-wrapper {
  top: 25%;
  height: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media (min-width: 768px) {
  .homeSlider.swiper,
.homeSlider .swiper-wrapper {
    top: 0;
    height: 100vh;
  }
}
.homeSlider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.homeSlider__img {
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  -o-transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  width: auto;
  max-width: 100%;
}
.homeSlider__img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .homeSlider__img img {
    max-width: none;
  }
}
.homeSlider__item {
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .homeSlider__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 4em 0;
  }
}
@media (min-width: 768px) {
  .homeSlider__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .homeSlider__item.one {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.homeSlider__item.one .homeSlider__img {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media (min-width: 768px) {
  .homeSlider__item.one .homeSlider__img {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 48.8125em;
    height: 30em;
  }
}
.homeSlider__item.one .homeSlider__img:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: none;
}
@media (min-width: 768px) {
  .homeSlider__item.one .homeSlider__img:last-child {
    display: block;
  }
}
@media (min-width: 768px) {
  .homeSlider__item.one.swiper-slide-prev .homeSlider__img:last-child {
    -webkit-transform: translateX(10em);
        -ms-transform: translateX(10em);
            transform: translateX(10em);
  }
}
@media (min-width: 768px) {
  .homeSlider__item.one.swiper-slide-next .homeSlider__img:first-child {
    -webkit-transform: translateX(-10em);
        -ms-transform: translateX(-10em);
            transform: translateX(-10em);
  }
}
@media (min-width: 768px) {
  .homeSlider__item.two .homeSlider__img, .homeSlider__item.six .homeSlider__img {
    width: 35.4375em;
    height: 53.1875em;
  }
}
@media (min-width: 768px) {
  .homeSlider__item.three {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .homeSlider__item.three .homeSlider__img {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    width: 48.6875em;
    height: 30em;
    -webkit-transform: translateX(119em);
        -ms-transform: translateX(119em);
            transform: translateX(119em);
  }
}
@media (min-width: 768px) {
  .homeSlider__item.three.swiper-slide-next .homeSlider__img {
    -webkit-transform: translateX(-10em);
        -ms-transform: translateX(-10em);
            transform: translateX(-10em);
  }
}
@media (min-width: 768px) {
  .homeSlider__item.three.swiper-slide-active .homeSlider__img {
    -webkit-transform: translateX(35em);
        -ms-transform: translateX(35em);
            transform: translateX(35em);
  }
}
@media (min-width: 768px) {
  .homeSlider__item.four {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .homeSlider__item.four .homeSlider__img {
    width: 48.8125em;
    height: 30em;
  }
}
@media (min-width: 768px) {
  .homeSlider__item.four.swiper-slide-prev .homeSlider__img {
    -webkit-transform: translateX(10em);
        -ms-transform: translateX(10em);
            transform: translateX(10em);
  }
}
@media (min-width: 768px) {
  .homeSlider__item.five {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .homeSlider__item.five .homeSlider__img {
    width: 34.8125em;
    height: 53.1875em;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transform: translateX(21.25em);
        -ms-transform: translateX(21.25em);
            transform: translateX(21.25em);
  }
}
.homeSlider__item.six.swiper-slide-active .homeSlider__img {
  width: 90%;
}
.about {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  opacity: 0;
  overflow: auto;
}
@media (min-width: 768px) {
  .about {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about.open {
  z-index: 15;
}
.about__sub {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #3d3632;
  max-width: 7.625em;
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4.25em 1.875em;
}
@media (min-width: 768px) {
  .about__content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
}
.about__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 22.75em;
}
.about__text {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  margin: 4.1875em 0;
  line-height: 1.4;
  color: #4a483c;
}
.about__close {
  position: relative;
  width: 1.125em;
  height: 1.125em;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.about__close:hover {
  opacity: 0.6;
}
.about__close:before, .about__close:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  border: 1px solid;
}
.about__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.about__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.about__img {
  height: 24em;
}
@media (min-width: 768px) {
  .about__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    height: 100%;
  }
}
.about__img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */