@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Lora);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900);
.header__menu:after, .header__menu_left:after, .header__menu_right:after, .header__add:after, .reason__wrapper:after, .map__content:after, .footer__main:after, .footer__soc:after, .main__content:after, .reason__right:after {
  content: '';
  display: table;
  clear: both; }

.header__menu:before, .header__menu_left:before, .header__menu_right:before, .header__add:before, .reason__wrapper:before, .map__content:before, .footer__main:before, .footer__soc:before {
  content: '';
  display: table;
  clear: both; }

/* Global variables */
/* ======================================================================== */
/* Grid */
/* ======================================================================== */
/* Form */
/* ======================================================================== */
/* Breakpoints */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/*! 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: "Open Sans", static;
  color: #283446;
  line-height: 1.4; }

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

h2 {
  position: relative;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }
  h2:before {
    content: url("../img/waves-copy.png");
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    display: inline-block; }

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase; }

img {
  width: 100%;
  height: auto; }

/* 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 */ }
  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.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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; }

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=number],
input[type=datetime],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 11px 10px;
  outline: none;
  font-size: 11px;
  color: #cccccc;
  font-family: 'Roboto', sans-serif;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input:not([type]):focus,
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=url]:focus,
  input[type=search]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=datetime]:focus,
  textarea:focus {
    border: 1px solid #bebebe;
    background-color: #f6f6f6; }
    input:not([type]):focus::-webkit-input-placeholder,
    input[type=text]:focus::-webkit-input-placeholder,
    input[type=password]:focus::-webkit-input-placeholder,
    input[type=email]:focus::-webkit-input-placeholder,
    input[type=url]:focus::-webkit-input-placeholder,
    input[type=search]:focus::-webkit-input-placeholder,
    input[type=tel]:focus::-webkit-input-placeholder,
    input[type=number]:focus::-webkit-input-placeholder,
    input[type=datetime]:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color: red; }
    input:not([type]):focus:-moz-placeholder,
    input[type=text]:focus:-moz-placeholder,
    input[type=password]:focus:-moz-placeholder,
    input[type=email]:focus:-moz-placeholder,
    input[type=url]:focus:-moz-placeholder,
    input[type=search]:focus:-moz-placeholder,
    input[type=tel]:focus:-moz-placeholder,
    input[type=number]:focus:-moz-placeholder,
    input[type=datetime]:focus:-moz-placeholder,
    textarea:focus:-moz-placeholder {
      color: red; }
    input:not([type]):focus::-moz-placeholder,
    input[type=text]:focus::-moz-placeholder,
    input[type=password]:focus::-moz-placeholder,
    input[type=email]:focus::-moz-placeholder,
    input[type=url]:focus::-moz-placeholder,
    input[type=search]:focus::-moz-placeholder,
    input[type=tel]:focus::-moz-placeholder,
    input[type=number]:focus::-moz-placeholder,
    input[type=datetime]:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder {
      color: red; }
    input:not([type]):focus:-ms-input-placeholder,
    input[type=text]:focus:-ms-input-placeholder,
    input[type=password]:focus:-ms-input-placeholder,
    input[type=email]:focus:-ms-input-placeholder,
    input[type=url]:focus:-ms-input-placeholder,
    input[type=search]:focus:-ms-input-placeholder,
    input[type=tel]:focus:-ms-input-placeholder,
    input[type=number]:focus:-ms-input-placeholder,
    input[type=datetime]:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      color: red; }
  input:not([type]).input_error,
  input[type=text].input_error,
  input[type=password].input_error,
  input[type=email].input_error,
  input[type=url].input_error,
  input[type=search].input_error,
  input[type=tel].input_error,
  input[type=number].input_error,
  input[type=datetime].input_error,
  textarea.input_error {
    background-color: #fff0f0;
    border: 1px solid red; }
  input:not([type])::-webkit-input-placeholder,
  input[type=text]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #ddd; }
  input:not([type]):-moz-placeholder,
  input[type=text]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #ddd; }
  input:not([type])::-moz-placeholder,
  input[type=text]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #ddd; }
  input:not([type]):-ms-input-placeholder,
  input[type=text]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=datetime]:-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; }

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

input[type=checkbox],
input[type=radio] {
  padding: 0; }

input[type=checkbox]:not(:disabled),
input[type=radio]:not(:disabled) {
  cursor: pointer; }

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 1px solid #aaa;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
  background: 0 0;
  text-align: center;
  position: relative; }

input[type=radio] {
  border-radius: 50%; }

input[type=checkbox]:before,
input[type=radio]:before {
  display: block; }

input[type=radio]:checked:before {
  content: '';
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #000; }

input[type=checkbox]:checked:before,
input[type=checkbox]:indeterminate:before {
  content: "\2714";
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 13px;
  color: #000; }

input[type=checkbox]:indeterminate:before {
  content: "\f068"; }

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  border-color: #ddd; }

input[type=radio]:disabled:checked:before {
  background-color: #aaa; }

input[type=checkbox]:disabled:checked:before,
input[type=checkbox]:disabled:indeterminate:before {
  color: #aaa; }

.btn {
  color: #283446;
  font-family: "Open Sans", static;
  padding: 10px 30px;
  border: none;
  outline: none;
  text-decoration: none;
  display: inline-block;
  background-color: #ddd;
  text-align: center;
  max-width: 100%;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .btn__warning {
    color: #fff;
    background-color: #ff7900;
    text-transform: uppercase; }
    @media (max-width: 479px) {
      .btn__warning {
        width: 100%; } }
  .btn:hover {
    background-color: white; }
  .btn__primary {
    background-color: #7b8287;
    color: #ffffff; }
    .btn__primary:hover {
      background-color: #b0b5b8; }
  .btn__success {
    background-color: #36a566;
    color: #ffffff; }
    .btn__success:hover {
      background-color: #71d09a; }
  .btn__info {
    background-color: #03a9f4;
    color: #ffffff; }
    .btn__info:hover {
      background-color: #60ccfd; }
  .btn__warning {
    background-color: #ff7900;
    color: #ffffff; }
    .btn__warning:hover {
      background-color: #ffaf66; }
  .btn__danger {
    background-color: #ff1a1a;
    color: #ffffff; }
    .btn__danger:hover {
      background-color: #ff8080; }

.grid {
  margin-left: -20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  html[data-browser*="flexible"] .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
    html[data-browser*="flexible"] .grid > div {
      display: block; }
  html[data-browser*="not-flex"] .grid {
    display: block;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px; }
    html[data-browser*="not-flex"] .grid > div {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      line-height: 1.4;
      font-size: 12px; }
  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 {
    width: 100%; }
    .grid > div.width_1 {
      width: 100%; }
    .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__1 > div {
    width: 100%; }
  .grid__2 > div {
    width: 50%; }
  .grid__3 > div {
    width: 33.3%; }
  .grid__4 > div {
    width: 25%; }
  .grid__5 > div {
    width: 20%; }

@media (max-width: 759px) {
  .grid__4 > div {
    width: 50%; } }

@media (max-width: 510px) {
  .grid__3 > div {
    width: 100%; } }

@media (max-width: 479px) {
  .grid__4 > div {
    width: 100%; } }

.wrapper {
  background-color: #fff;
  font-size: 12px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -auto auto; }

.container_center {
  max-width: 1140px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto; }

.column {
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-width: 300px;
  column-width: 300px; }

/* Header
 ----------------------------------------------------------------------------- */
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 6px 0;
  background-color: rgba(255, 255, 238, 0.65);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .header__menu.stiky {
    padding: 3px 0;
    background-color: #fff; }
    .header__menu.stiky .logo {
      width: 37px; }
    .header__menu.stiky .navbar__item {
      padding: 8px 24px; }
      @media (max-width: 1199px) {
        .header__menu.stiky .navbar__item {
          padding: 8px 15px; } }
      @media (max-width: 959px) {
        .header__menu.stiky .navbar__item {
          padding: 0; } }
    .header__menu.stiky .header__btn {
      margin-top: 5px; }
  @media (max-width: 959px) {
    .header__menu {
      padding: 3px 0; } }
  .header__menu_left {
    width: 15%;
    float: left;
    display: table; }
    @media (max-width: 959px) {
      .header__menu_left {
        width: 100%; } }
  .header__menu_right {
    width: 80%;
    float: right;
    -webkit-transition: all 0.3ss;
    -o-transition: all 0.3ss;
    transition: all 0.3ss; }
    @media (max-width: 959px) {
      .header__menu_right {
        display: none;
        float: none;
        width: auto;
        margin: 0 -15px;
        padding-top: 5px;
        background-color: #fff; }
        .header__menu_right.open {
          display: block; } }

.header__btn {
  margin-top: 7px;
  padding: 5px 10px;
  float: right;
  color: #ff7900;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #ff7900;
  border-radius: 2px; }
  .header__btn:hover {
    color: #fff;
    background-color: #ff7900; }
  @media (max-width: 959px) {
    .header__btn {
      width: 100%;
      margin-top: 0;
      float: none;
      text-align: left; } }

.header__mobile {
  display: none;
  padding: 8px 30px;
  vertical-align: middle;
  float: right;
  background-color: transparent; }
  .header__mobile:hover {
    background-color: transparent;
    opacity: .7; }
  @media (max-width: 959px) {
    .header__mobile {
      display: table-cell; } }

.header__down {
  min-height: 513px;
  background: url("../img/header-bg.jpg") no-repeat center bottom;
  background-size: cover; }
  @media (max-width: 759px) {
    .header__down {
      min-height: 470px; } }
  .header__down_wrap {
    position: relative; }
  .header__down_img {
    min-width: 100%; }
  .header__down_in {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 90px; }
  .header__down_top {
    margin-bottom: 60px; }
    @media (max-width: 479px) {
      .header__down_top {
        margin-bottom: 40px; } }
  .header__down_btn {
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .header__down_btn:hover {
      opacity: .7; }
    .header__down_btn:nth-child(n+2) {
      margin-left: 25px; }
    @media (max-width: 479px) {
      .header__down_btn {
        width: 45%; }
        .header__down_btn:nth-child(n+2) {
          margin-left: 20px; } }
  .header__down_reg {
    max-width: 674px;
    padding: 13px 30% 25px 29px;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.4); }
    @media (max-width: 1199px) {
      .header__down_reg {
        width: 80%; } }
    @media (max-width: 850px) {
      .header__down_reg {
        width: 100%;
        max-width: 100%;
        padding: 13px 50% 25px 29px; } }
    @media (max-width: 650px) {
      .header__down_reg {
        padding: 13px 15px 20px; } }
    .header__down_reg_h {
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 700; }
    .header__down_reg_p {
      margin-bottom: 40px; }

.header__sighup {
  display: none;
  position: absolute;
  top: 73px;
  right: 0;
  width: 306px;
  padding: 30px 18px 30px;
  background-color: rgba(255, 255, 255, 0.18);
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.75);
  border-radius: 5px; }
  .header__sighup.open {
    display: block; }
  .header__sighup_h2 {
    margin: 0 0 13px; }
    .header__sighup_h2:before {
      display: none; }
  @media (max-width: 650px) {
    .header__sighup {
      top: 65px;
      background-color: #fff; } }
  @media (max-width: 479px) {
    .header__sighup {
      width: 100%;
      left: 0; } }
  .header__sighup .close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
    .header__sighup .close:before, .header__sighup .close:after {
      content: '';
      width: 18px;
      height: 0;
      border-bottom: 1px solid;
      display: block;
      top: 7px;
      left: -1px;
      position: absolute; }
    .header__sighup .close:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header__sighup .close:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.header__add {
  padding: 0;
  position: relative;
  padding: 0;
  background-color: transparent; }
  .header__add_wrap {
    position: relative;
    padding: 30px 0; }
    @media (max-width: 959px) {
      .header__add_wrap {
        padding: 10px 0; } }
  .header__add_btn {
    float: left;
    margin: 0; }
    @media (max-width: 959px) {
      .header__add_btn {
        width: auto; } }
  .header__add_logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 99px;
    height: 111px;
    padding: 16px 11px;
    background-color: #ff7900; }
    .header__add_logo:hover {
      opacity: .7; }
    @media (max-width: 959px) {
      .header__add_logo {
        width: 42px;
        height: 47px;
        padding: 7px 5px; } }
  .header__add.stiky {
    padding: 0; }
    .header__add.stiky .header__add_wrap {
      padding: 5px 0; }
    .header__add.stiky .header__add_logo {
      width: 42px;
      height: 47px;
      padding: 7px 5px; }
    .header__add.stiky .header__add_btn {
      margin-bottom: 8px; }
  @media (max-width: 959px) {
    .header__add {
      padding: 0; } }

.logo {
  float: right;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 42px; }
  @media (max-width: 959px) {
    .logo {
      float: left;
      width: 37px; } }

.stiky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

/* Navbar
-------------------------------------------------------------------------------*/
.navbar {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  @media (max-width: 959px) {
    .navbar {
      float: none; } }
  .navbar__item {
    padding: 11px 24px;
    display: inline-block; }
    @media (max-width: 1199px) {
      .navbar__item {
        padding: 11px 15px; } }
    @media (max-width: 959px) {
      .navbar__item {
        display: block;
        padding: 0; } }
  .navbar__link {
    padding: 4px 0;
    display: block;
    color: #283446;
    text-transform: uppercase;
    text-decoration: none; }
    .navbar__link.active, .navbar__link:hover {
      border-bottom: 1px solid #ff7900; }
    @media (max-width: 959px) {
      .navbar__link {
        padding: 6px 10px; }
        .navbar__link.active, .navbar__link:hover {
          color: #fff;
          background-color: #ff7900;
          border-bottom: 0; } }

/* Middle
 ----------------------------------------------------------------------------- */
.main__content {
  padding-bottom: auto; }

.about {
  min-height: 397px;
  background: #F6F4F4 url("../img/about-bg.png") no-repeat 55% 20px; }
  .about__in {
    position: relative;
    padding: 47px 0 20px; }
  .about__text {
    width: 33%; }
    @media (max-width: 959px) {
      .about__text {
        width: 100%;
        margin-bottom: 20px; } }
  .about__h2 {
    text-align: left; }
    .about__h2:before {
      top: -35px;
      right: auto; }
  .about__p {
    line-height: 1.4; }
  .about__img {
    position: absolute;
    top: -25px;
    right: 11%;
    z-index: 10;
    width: 50%; }
    @media (max-width: 959px) {
      .about__img {
        position: static;
        width: 100%;
        max-width: 551px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto; } }

.reason {
  padding: 43px 0 50px; }
  .reason__wrapper {
    max-width: 677px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    @media (max-width: 479px) {
      .reason__wrapper {
        -webkit-box-shadow: none;
        box-shadow: none; } }
  .reason__left {
    float: left;
    width: 66.66%; }
  .reason__right {
    float: right;
    width: 33.33%;
    display: table; }
    .reason__right_top {
      float: none; }
    .reason__right_bottom {
      height: 224px;
      width: 100%; }
    @media (max-width: 767px) {
      .reason__right {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        float: none;
        width: 100%;
        display: table; }
        .reason__right_top, .reason__right_bottom {
          width: 50%;
          -webkit-box-shadow: none !important;
          box-shadow: none !important;
          display: table-cell !important;
          height: auto;
          vertical-align: middle; }
          .reason__right_top .reason__item_top, .reason__right_bottom .reason__item_top {
            display: block; }
        .reason__right_left {
          margin-bottom: 0 !important; }
        .reason__right_right {
          min-height: auto !important; } }
    @media (max-width: 479px) {
      .reason__right_top, .reason__right_bottom {
        width: 100% !important;
        display: block !important; }
      .reason__right_top {
        margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .reason__left, .reason__right {
      float: none;
      width: 100%; } }
  .reason__arrow {
    position: absolute;
    border: 6px solid transparent; }
    .reason__arrow_left {
      left: 0;
      top: 31px;
      border-left-color: #fff; }
    .reason__arrow_right {
      right: 0;
      top: 31px;
      border-right-color: #fff; }
    .reason__arrow_bottom {
      bottom: 0;
      left: 31px;
      border-bottom-color: #fff; }
    @media (max-width: 479px) {
      .reason__arrow {
        display: none; } }
  .reason__icon {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -26px;
    margin-top: -24px; }
    @media (max-width: 479px) {
      .reason__icon {
        display: none; } }
  .reason img {
    display: block;
    width: 100%; }
  .reason__item {
    display: table;
    border: 0;
    text-align: center; }
    @media (max-width: 479px) {
      .reason__item {
        margin-bottom: 10px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); } }
    .reason__item_left, .reason__item_top {
      position: relative;
      z-index: 5; }
    .reason__item_left, .reason__item_right {
      width: 50%; }
      @media (max-width: 479px) {
        .reason__item_left, .reason__item_right {
          width: 100%; } }
    .reason__item_left, .reason__item_right {
      overflow: hidden;
      position: relative; }
    .reason__item_left, .reason__item_right, .reason__item_top, .reason__item_down {
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 479px) {
        .reason__item_left, .reason__item_right, .reason__item_top, .reason__item_down {
          display: block; } }
  .reason__content {
    padding: 15px;
    line-height: 2; }

.rates {
  padding-top: 65px;
  min-height: 386px;
  background: url("../img/rates-bg.jpg") no-repeat;
  background-size: cover; }
  @media (max-width: 510px) {
    .rates {
      padding-bottom: 20px; } }
  .rates__list {
    max-width: 674px;
    margin: 0 auto; }
    .rates__list_grid {
      margin-left: -85px; }
      @media (max-width: 690px) {
        .rates__list_grid {
          margin-left: -10px; } }
      @media (max-width: 510px) {
        .rates__list_grid {
          margin-left: 0; } }
  .rates__item {
    padding-left: 85px;
    text-align: center; }
    @media (max-width: 690px) {
      .rates__item {
        padding-left: 10px; } }
    @media (max-width: 510px) {
      .rates__item {
        padding-left: 0;
        margin-bottom: 10px; } }
  .rates__wrap {
    width: 100% !important;
    padding: 15px;
    background-color: #fff;
    border-radius: 2px; }
    @media (max-width: 690px) {
      .rates__wrap {
        padding: 15px 10px; } }
    @media (max-width: 510px) {
      .rates__wrap {
        padding: 15px; } }
  .rates__name {
    font-weight: 700; }

.jobs {
  padding: 40px 0 20px; }
  .jobs__wrap {
    margin-left: -66px; }
    @media (max-width: 759px) {
      .jobs__wrap {
        margin-left: 0; } }
  .jobs__strip {
    position: relative;
    max-width: 674px;
    margin: 0 auto; }
  .jobs__hstrip {
    position: absolute;
    top: 14px;
    left: 15%;
    width: 77%;
    z-index: 5;
    height: 2px;
    background: url("../img/h-strip.png") repeat-x; }
    @media (max-width: 759px) {
      .jobs__hstrip {
        display: none; } }
  .jobs__list {
    position: relative;
    z-index: 10;
    text-align: center; }
  .jobs__item {
    padding-left: 9.79%; }
    .jobs__item:nth-child(2) .jobs__img_img {
      width: 25px;
      height: 24px; }
    .jobs__item:nth-child(3) .jobs__img_img {
      width: 32px;
      height: 29px; }
    .jobs__item:nth-child(4) .jobs__img_img {
      width: 31px;
      height: 31px; }
    @media (max-width: 759px) {
      .jobs__item {
        margin-bottom: 30px; } }
    @media (max-width: 479px) {
      .jobs__item {
        padding-left: 20px; } }
  .jobs__step {
    position: relative;
    width: 30px;
    height: 30px;
    margin-bottom: 32px;
    display: inline-block;
    color: #ff7900;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 900;
    line-height: 2.8;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #ff7900; }
  .jobs__vstrip {
    position: absolute;
    top: 29px;
    left: 12px;
    z-index: 5;
    width: 2px;
    height: 30px;
    background: url("../img/v-strip.png") repeat-y; }
  .jobs__img {
    height: 108px;
    display: table-cell;
    vertical-align: middle;
    background: url("../img/jobs-img.png") no-repeat center center; }
    .jobs__img_img {
      width: 42px;
      height: 42px; }
    .jobs__img_wrap {
      width: 100%;
      margin-bottom: 18px;
      display: table;
      text-align: center; }

.travel {
  max-width: 686px;
  margin: 0 auto 20px;
  padding: 50px 0 150px;
  background: url("../img/worldmap-dots.png") no-repeat 0 0; }
  .travel__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    html[data-browser*="not-flex"] .travel__list {
      text-align: center; }
    @media (max-width: 759px) {
      .travel__list_wrap {
        margin-left: 0; } }
  .travel__item {
    padding-left: 20px;
    position: relative; }
    .travel__item:first-child .travel__btn {
      line-height: 30px;
      text-transform: uppercase;
      background-color: #ff7900; }
    @media (max-width: 759px) {
      .travel__item {
        margin-bottom: 10px; } }
  .travel__btn {
    height: 37px;
    padding: 4px 20px;
    display: block;
    color: #fff;
    line-height: 1.25;
    background-color: #ff7900; }
    .travel__btn:hover {
      opacity: .7;
      background-color: #ff7900; }

.caret {
  width: 15px;
  height: 6px;
  display: inline-block; }

.download__menu {
  position: absolute;
  left: 20px;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  height: 0;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .download__menu.open {
    height: auto; }
    .download__menu.open .download__menu_link {
      padding: 7px 15px; }
  .download__menu_item {
    text-align: center;
    border-bottom: 1px solid #eee; }
  .download__menu_link {
    padding: 0 15px;
    display: block;
    color: #ff7900;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .download__menu_link:hover {
      color: #fff;
      background-color: #ff7900; }

.map {
  position: relative;
  height: 634px; }
  .map__wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .map__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 42px; }
  .map__content {
    position: absolute;
    right: 50px;
    top: 50px; }
  .map__h2 {
    position: absolute;
    left: 60px;
    top: 50px; }
    .map__h2:before {
      top: -35px;
      right: auto; }
    @media (max-width: 759px) {
      .map__h2 {
        float: none; } }
  .map__right {
    float: right;
    padding: 16px 40px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(3, 5, 7, 0.35);
    box-shadow: 0 3px 5px rgba(3, 5, 7, 0.35);
    border-radius: 10px; }
    @media (max-width: 759px) {
      .map__right {
        float: none; } }
    @media (max-width: 479px) {
      .map__right {
        width: 100%;
        padding: 15px 20px; } }
  .map__list {
    margin: 10px 0;
    padding-left: 13px;
    list-style: url("../img/dot.svg"); }
    .map__list_title {
      color: #1c3145;
      font-size: 16px;
      font-weight: 700; }
  .map__item {
    width: 100%; }
  .map__link {
    width: 100%;
    display: block;
    color: #1c3145;
    font-size: 14px;
    line-height: 1.25;
    white-space: nowrap;
    display: block; }

@media (max-width: 767px) {
  .map {
    height: 500px; }
    .map__content {
      top: 85px;
      right: 10px; }
    .map__right {
      padding: 10px; }
    .map__list {
      display: none; }
      .map__list_title {
        font-size: 0;
        cursor: pointer;
        text-align: right; }
        .map__list_title:before {
          content: url("../img/mobile-menu.svg");
          display: inline-block; }
      .map__list.open {
        display: block;
        padding-left: 20px;
        padding-right: 10px; }
    .map__h2 {
      margin: 0;
      border-top: 1px solid #eee;
      top: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      padding: 30px 15px 15px; }
      .map__h2:before {
        top: 0;
        left: 15px; } }

.schedule {
  padding: 28px 0 15px;
  text-align: center;
  background-color: #ffffff; }
  .schedule__p {
    margin-bottom: 13px; }

.write {
  min-height: 580px;
  background: url("../img/write-bg.jpg") no-repeat;
  background-size: cover; }
  .write__in {
    position: relative; }
  .write__form {
    position: absolute;
    top: 32px;
    right: 0;
    width: 305px;
    padding: 24px 18px 34px;
    background: rgba(255, 255, 255, 0.18);
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.75);
    border-radius: 5px; }
    @media (max-width: 479px) {
      .write__form {
        width: 100%; } }
  .write__h2 {
    margin: 0 0 16px; }
    .write__h2:before {
      display: none; }
  .write__input {
    width: 100%;
    margin-bottom: 11px; }
  .write__textarea {
    width: 100%;
    height: 108px; }
  .write__btn {
    width: 100%;
    margin-top: 6px;
    color: #fff;
    font-size: 16px;
    background-color: #ff7900; }
    .write__btn:hover {
      background-color: #ff9433; }

/* Footer
 ----------------------------------------------------------------------------- */
.footer {
  position: relative;
  height: auto;
  padding: 0; }
  .footer__main {
    padding: 43px 0 30px;
    color: rgba(139, 151, 163, 0.36);
    font-size: 12px;
    background: #283447; }
  .footer__p {
    margin-bottom: 8px; }
    .footer__p.last {
      margin-top: 20px; }
  .footer__left {
    float: left; }
  .footer__right {
    float: right; }
  .footer__soc {
    overflow: hidden;
    text-align: center; }
  .footer__img {
    width: 24px;
    height: 23px; }
  .footer__link {
    color: rgba(139, 151, 163, 0.36);
    font-size: 12px;
    text-decoration: none; }
  @media (max-width: 850px) {
    .footer__soc {
      width: 100%;
      text-align: right; } }
  @media (max-width: 759px) {
    .footer__main {
      padding: 30px 0;
      text-align: center; }
    .footer__left, .footer__right {
      float: none;
      margin-bottom: 15px; }
    .footer__soc {
      text-align: center; } }

.doc {
  padding-bottom: 110px;
  font-size: 14px;
  text-align: left; }
  .doc h2 {
    margin-bottom: 20px;
    text-align: left; }
    .doc h2:before {
      display: none; }
  .doc ul {
    padding-left: 0;
    list-style: none; }
    .doc ul > li {
      margin-bottom: 1px; }
  .doc p {
    margin-bottom: 21px; }
  .doc ol {
    padding-left: 15px; }
    .doc ol > li {
      margin-bottom: 22px;
      line-height: 1.4; }
  .doc__btn {
    height: auto; }
    .doc__btn_wrap {
      width: 150px;
      position: relative; }
      @media (max-width: 479px) {
        .doc__btn_wrap {
          width: 100%; } }
      .doc__btn_wrap .download__menu {
        left: 0;
        margin-bottom: 30px; }
  .doc section + section {
    margin-top: 50px; }

/* Responsive styles
----------------------------------------------------------------------------- */
