/**
 * Variables
 */
/**
  * Functions, mixins
  */
/**
 * Basic rules
 */
html,
body {
  height: 100%; }

body {
  position: relative;
  font-size: 14px;
  color: #756a5e;
  font-family: 'Gilroy', sans-serif;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 1280px) {
    body {
      padding-right: 335px; } }

*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-locale: auto; }

svg {
  pointer-events: none; }

input,
textarea,
button {
  border: none;
  outline: none;
  border-radius: 0; }

input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='number'],
textarea,
button {
  -webkit-appearance: none; }

input::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0; }

input::-ms-reveal,
input::-ms-clear {
  width: 0;
  height: 0; }

fieldset {
  border: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  color: inherit; }

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

li {
  list-style: none; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute; }

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none !important; } }

@media screen and (min-width: 1280px) {
  .tablet-slash {
    display: none; } }

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

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

/**
 * Vendor
 */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

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

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

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

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

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

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

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

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

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

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

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

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

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/**
 * Components
 */
.page-loader {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  background-color: #fff;
  -webkit-transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .page-loader.is_hide {
    width: 0; }
  @media screen and (max-width: 767px) {
    .page-loader {
      -webkit-transition-duration: 1.8s;
              transition-duration: 1.8s; } }

.page-theme-green {
  background-color: #183721; }
  .page-theme-green .aside,
  .page-theme-green .footer {
    color: #b5a99c; }
  .page-theme-green:not(.is-menu-services-open) .aside {
    background: transparent; }
  .page-theme-green:not(.is-menu-services-open) .aside-nav {
    color: #fff; }
  .page-theme-green:not(.is-menu-services-open) .aside-search__button {
    color: #756a5e; }
  .page-theme-green .footer-group__header {
    color: #fff; }
  @media screen and (min-width: 1280px) {
    .page-theme-green .footer-nav__link:hover {
      color: #fff; }
    .page-theme-green .footer-dev__title {
      color: #fff; }
    .page-theme-green .aside-search__button {
      color: #b5a99c; }
      .page-theme-green .aside-search__button:hover {
        opacity: 1; }
    .page-theme-green .aside-nav__link:before {
      background: rgba(255, 255, 255, 0.3); }
    .page-theme-green .aside-nav__link:hover {
      color: #a4927f; }
    .page-theme-green .aside-personal__link:hover {
      color: rgba(255, 255, 255, 0.5); } }

.page-theme-light {
  background-color: #f6efe4; }
  .page-theme-light .aside {
    background: #fff; }
  .page-theme-light .footer {
    background: transparent; }
  .page-theme-light .footer-group__header {
    border-bottom-color: rgba(0, 0, 0, 0.2); }
  .page-theme-light .footer-address,
  .page-theme-light .footer-group__title {
    color: #756a5e; }

.page-theme-white {
  background: #fff; }
  .page-theme-white .aside {
    background: #f6efe4; }

@media screen and (min-width: 1280px) {
  .page-theme-auth .footer {
    display: none; } }

.is-index-page {
  overflow: hidden; }

.button {
  height: 62px;
  border: none;
  outline: none;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.44px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent; }
  .button_theme_border_light {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2); }
  .button_theme_border_brown {
    color: #756a5e;
    border: 1px solid rgba(117, 106, 94, 0.2); }
    @media screen and (min-width: 1280px) {
      .button_theme_border_brown:hover {
        border-color: rgba(1, 1, 1, 0.3); } }
  .button_theme_radius {
    border-radius: 62px; }
  .button_size_middle {
    height: 52px; }
  .button__text {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.75s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.75s 0.1s cubic-bezier(0.19, 1, 0.22, 1); }
  .button_block {
    width: 100%;
    display: block; }
  @media screen and (max-width: 767px) {
    .button {
      height: 52px; } }
  @media screen and (min-width: 1280px) {
    .button {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .button:after {
        position: absolute;
        content: attr(data-title);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        opacity: 0;
        -webkit-transform: translateY(35%);
            -ms-transform: translateY(35%);
                transform: translateY(35%);
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out; }
      .button__borders {
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px; }
      .button__border {
        position: absolute;
        background-color: currentColor; }
        .button__border_top {
          top: 0;
          width: 100%;
          height: 1px;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: left;
              -ms-transform-origin: left;
                  transform-origin: left;
          -webkit-transition: 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035);
          transition: 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035); }
        .button__border_bottom {
          bottom: 0;
          width: 100%;
          height: 1px;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: left;
              -ms-transform-origin: left;
                  transform-origin: left;
          -webkit-transition: 0.65s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
          transition: 0.65s 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
        .button__border_left {
          left: 0;
          width: 1px;
          height: 100%;
          -webkit-transform: scaleY(0);
              -ms-transform: scaleY(0);
                  transform: scaleY(0);
          -webkit-transform-origin: bottom;
              -ms-transform-origin: bottom;
                  transform-origin: bottom;
          -webkit-transition: 0.65s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
          transition: 0.65s 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
        .button__border_right {
          right: 0;
          width: 1px;
          height: 100%;
          -webkit-transform: scaleY(0);
              -ms-transform: scaleY(0);
                  transform: scaleY(0);
          -webkit-transform-origin: bottom;
              -ms-transform-origin: bottom;
                  transform-origin: bottom;
          -webkit-transition: 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035);
          transition: 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035); }
      .button:hover[data-title] .button__text {
        opacity: 0;
        -webkit-transform: translateY(-25%);
            -ms-transform: translateY(-25%);
                transform: translateY(-25%);
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out; }
      .button:hover .button__border_top, .button:hover .button__border_bottom {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
      .button:hover .button__border_left, .button:hover .button__border_right {
        -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
                transform: scaleY(1); }
      .button:hover .button__border_left, .button:hover .button__border_bottom {
        -webkit-transition: 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035);
        transition: 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035); }
      .button:hover .button__border_right, .button:hover .button__border_top {
        -webkit-transition: 0.65s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        transition: 0.65s 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
      .button:hover:after {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: 0.75s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
        transition: 0.75s 0.1s cubic-bezier(0.19, 1, 0.22, 1); }
      .button:active {
        opacity: .3; } }

a.button {
  display: inline-block; }

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 60px; }
  @media screen and (max-width: 1279px) {
    .container {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 20px; } }

.is-animate-show .header-button,
.is-animate-show .header-burger,
.is-animate-show .header-logo {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.header {
  height: 76px;
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 1px solid #e5e6e7;
  z-index: 10; }
  .header .icon-t-close {
    display: none; }
  @media screen and (min-width: 1280px) {
    .header {
      display: none; } }
  @media screen and (max-width: 767px) {
    .header {
      height: 56px;
      top: 0;
      left: 0;
      right: 0;
      border-left: none;
      border-right: none;
      border-top: none; } }

.header-logo {
  margin-left: 16px;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out;
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }
  @media screen and (max-width: 767px) {
    .header-logo {
      margin-left: 20px; } }

.header-controls {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-controls svg {
    fill: currentColor; }

.header-burger {
  width: 78px;
  height: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px;
  border-left: 1px solid #e5e6e7;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out;
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }
  @media screen and (max-width: 767px) {
    .header-burger {
      width: 56px; } }

.header-button {
  width: 44px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out;
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1); }
  .header-button:nth-child(1) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .header-button:nth-child(2) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }
  .header-button:nth-child(3) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s; }
  .header-button:nth-child(4) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s; }
  .header-button:nth-child(5) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
  .header-button:nth-child(6) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s; }
  @media screen and (max-width: 767px) {
    .header-button {
      width: 32px; } }

.footer {
  position: relative;
  color: #756a5e;
  padding: 130px 0 85px;
  background-color: #15331e;
  -webkit-box-shadow: 395px 0 0 #15331e;
          box-shadow: 395px 0 0 #15331e; }
  @media screen and (max-width: 1279px) {
    .footer {
      padding: 110px 0 270px; } }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 70px 0 190px; } }

.footer-container {
  padding: 0 95px 0 150px; }
  @media screen and (max-width: 1279px) {
    .footer-container {
      padding: 0 0 0 90px; } }
  @media screen and (max-width: 767px) {
    .footer-container {
      padding: 0 40px; } }

.footer-group {
  margin-bottom: 80px; }
  .footer-group__header {
    color: #756a5e;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .footer-group__header:before {
      content: '';
      width: 0;
      height: 1px;
      position: absolute;
      bottom: -1px;
      left: 0;
      background: currentColor;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
  .footer-group__title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase; }
  @media screen and (min-width: 1280px) {
    .footer-group__header:hover:before {
      width: 100%; }
    .footer-group__header:active {
      opacity: .3; } }
  @media screen and (max-width: 767px) {
    .footer-group {
      margin-bottom: 55px; }
      .footer-group__header {
        padding-bottom: 15px;
        margin-bottom: 30px; } }

@media screen and (min-width: 768px) {
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 17px; }
    .footer-nav__elem {
      width: 33.333%;
      padding-right: 30px; }
      .footer-nav__elem:not(:last-child) {
        margin-bottom: 20px; }
    .footer-nav__link {
      max-width: 150px;
      display: block;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .footer-nav__link:hover {
        color: #5d4c3a; }
      .footer-nav__link:active {
        opacity: .3; } }

@media screen and (max-width: 767px) {
  .footer-nav {
    font-size: 15px; }
    .footer-nav__elem:not(:last-child) {
      margin-bottom: 20px; } }

.footer-bottom {
  position: relative; }
  @media screen and (min-width: 768px) {
    .footer-bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.footer-phone {
  font-family: 'AlethiaPro', sans-serif; }
  @media screen and (min-width: 768px) {
    .footer-phone {
      width: 66.666%;
      font-size: 50px;
      line-height: 1;
      position: relative;
      top: 7px; } }
  @media screen and (max-width: 767px) {
    .footer-phone {
      font-size: 24px;
      line-height: 1;
      margin-bottom: 25px; } }

.footer-address {
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }
  @media screen and (min-width: 768px) {
    .footer-address {
      width: 33.333%; } }
  @media screen and (min-width: 1280px) {
    .footer-address {
      display: none; } }

.footer-dev {
  position: absolute; }
  @media screen and (min-width: 1280px) {
    .footer-dev {
      top: 5px;
      left: 66.666%;
      z-index: 2;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .footer-dev__title {
        width: 115px;
        position: absolute;
        top: 1px;
        left: 55px;
        color: #756a5e;
        text-transform: lowercase;
        text-align: left;
        opacity: 0;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
        pointer-events: none; }
      .footer-dev:hover .footer-dev__title {
        opacity: 1; }
      .footer-dev:hover ~ .footer-address {
        opacity: 0; }
      .footer-dev:active {
        opacity: .3; } }
  @media screen and (max-width: 1279px) {
    .footer-dev {
      left: 0;
      bottom: -140px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-dev__title {
        padding-left: 20px; } }
  @media screen and (max-width: 767px) {
    .footer-dev {
      right: 0;
      font-size: 11px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .footer-dev__title {
        padding-left: 0; }
      .footer-dev img {
        width: 30px; } }

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }
  .logo:hover {
    opacity: .7; }
  .logo:active {
    opacity: .3; }

.logo-icon {
  width: 58px;
  height: 50px;
  background-image: url("../images/gik-logo-animation.png");
  background-size: 1508px 50px;
  margin-right: 20px; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .logo-icon {
      background-image: url("../images/gik-logo-animation@2x.png"); } }
  @media screen and (max-width: 767px) {
    .logo-icon {
      width: 31px;
      height: 27px;
      margin-right: 8px;
      background-image: url("../images/logo-m.png");
      background-size: 32px 27px;
      background-position: 0 0 !important; } }

.logo-text {
  width: 102px;
  height: 44px;
  opacity: 0;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  background-image: url("../images/logo-txt.svg");
  background-repeat: no-repeat;
  background-size: 100%; }
  @media screen and (max-width: 767px) {
    .logo-text {
      width: 56px;
      height: 25px; } }

@media screen and (min-width: 768px) {
  .is-animate-show .hero-slider-pagination {
    left: 110px; } }

@media screen and (min-width: 1280px) {
  .is-animate-show .hero-slider-pagination {
    left: 140px; } }

@media (min-width: 1600px) {
  .is-animate-show .hero-slider-pagination {
    left: calc(5vw + 80px); } }

.hero {
  width: 100%;
  height: 100%;
  background-color: #f6efe4; }
  @media screen and (max-width: 1279px) {
    .hero {
      padding-top: 140px; } }
  @media screen and (max-width: 767px) {
    .hero {
      padding-top: 56px;
      background-color: #fff; } }

.hero-slider {
  width: 100%;
  height: 100%; }
  .hero-slider .swiper-container {
    width: 100%;
    height: 100%; }
  .hero-slider .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }
  .hero-slider .swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important;
    pointer-events: none; }
  @media screen and (min-width: 768px) {
    .hero-slider__nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    .hero-slider__nav {
      position: absolute;
      bottom: 22px;
      right: 12px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      z-index: 3; }
    .hero-slider__button {
      width: 36px;
      height: 36px;
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .hero-slider__button_prev svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      .hero-slider__button.swiper-button-disabled {
        opacity: .3; }
      .hero-slider__button svg {
        fill: currentColor; } }

.hero-counter {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  position: absolute;
  top: 25%;
  left: 0;
  right: 335px;
  padding-left: 215px;
  padding-right: 215px; }
  .hero-counter__line {
    margin: 0 5px; }

.hero-slide {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 215px;
  padding-right: 215px;
  position: relative;
  opacity: 0; }
  .hero-slide__overlay {
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 60px;
    right: 60px; }
    .hero-slide__overlay:before, .hero-slide__overlay:after {
      content: '';
      height: 0;
      position: absolute;
      left: 0;
      right: 0;
      background-color: #fff; }
    .hero-slide__overlay:before {
      top: 0; }
    .hero-slide__overlay:after {
      bottom: 0; }
  .hero-slide__counter {
    position: relative;
    top: -5px;
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out; }
  .hero-slide__back, .hero-slide__front {
    height: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .6s ease-out;
    transition: .6s ease-out; }
    .hero-slide__back img, .hero-slide__front img {
      height: 100%;
      display: block; }
  .hero-slide__back {
    left: 0; }
  .hero-slide__front {
    right: 0;
    -webkit-transition-delay: .1s;
            transition-delay: .1s; }
  .hero-slide__title {
    font-family: 'AlethiaPro', sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 88px;
    text-align: left;
    text-transform: uppercase;
    z-index: 2;
    opacity: 0;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out; }
    .hero-slide__title-text {
      position: relative;
      overflow: hidden;
      margin-bottom: -15px; }
      .hero-slide__title-text span {
        display: block;
        -webkit-transform: translate3d(0, 120%, 0);
                transform: translate3d(0, 120%, 0);
        -webkit-transition: 0.7s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.7s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.7s transform cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.7s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.7s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hero-slide__more {
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out; }
  @media (min-width: 1600px) {
    .hero-slide__overlay {
      top: 5vw;
      bottom: 5vw;
      left: 5vw;
      right: 5vw; } }
  @media screen and (min-width: 1280px) {
    .hero-slide__container {
      height: 405px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (max-width: 1279px) {
    .hero-slide {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-left: 125px;
      padding-bottom: 205px; }
      .hero-slide__overlay {
        top: 0;
        bottom: 30px;
        left: 30px;
        right: 30px; }
      .hero-slide__back {
        right: 0; }
      .hero-slide__counter {
        position: absolute;
        top: 90px;
        left: 125px; }
      .hero-slide__more {
        position: absolute;
        bottom: 110px;
        left: 125px; } }
  @media screen and (max-width: 1279px) and (orientation: portrait) {
    .hero-slide__back {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .hero-slide__front {
      right: -50px; } }
  @media screen and (max-width: 767px) {
    .hero-slide {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 60px; }
      .hero-slide__counter {
        display: none; }
      .hero-slide__overlay {
        left: 20px;
        right: 20px;
        bottom: 150px; }
        .hero-slide__overlay:before, .hero-slide__overlay:after {
          background-color: #f6efe4; }
      .hero-slide__title {
        font-size: 30px;
        line-height: 45px; }
      .hero-slide__back, .hero-slide__front {
        padding-bottom: 150px; }
      .hero-slide__more {
        left: 20px;
        bottom: 130px; }
        .hero-slide__more .more-link__title {
          display: none; } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .hero-slide__back {
      display: none; }
    .hero-slide__front {
      left: 0;
      right: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
      .hero-slide__front img {
        margin: auto; } }

.swiper-slide-active .hero-slide__overlay:before {
  height: 100%; }

.hero-slide-active {
  pointer-events: all !important; }
  .hero-slide-active .hero-slide {
    opacity: 1;
    z-index: 3;
    pointer-events: all; }
  .hero-slide-active .hero-slide__back,
  .hero-slide-active .hero-slide__front {
    opacity: 1; }
  .hero-slide-active .hero-slide__back {
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
  .hero-slide-active .hero-slide__front {
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  .hero-slide-active .hero-slide__counter {
    opacity: 1;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .hero-slide-active .hero-slide__more {
    opacity: 1;
    -webkit-transition-delay: .8s;
            transition-delay: .8s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .hero-slide-active .hero-slide__title {
    opacity: 1; }
  .hero-slide-active .hero-slide__title-text span {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition-delay: .3s;
            transition-delay: .3s; }
  .hero-slide-active .hero-slide__title-text:nth-child(2) span {
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  .hero-slide-active .hero-slide__overlay:before {
    top: auto;
    bottom: 0;
    height: 100%;
    -webkit-animation-name: slideBlindStart;
            animation-name: slideBlindStart;
    -webkit-animation-duration: 1s;
            animation-duration: 1s; }

.hero-slide-prev .hero-slide {
  opacity: 1;
  z-index: 3; }

.hero-slide-prev .hero-slide__title,
.hero-slide-prev .hero-slide__back,
.hero-slide-prev .hero-slide__front {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.hero-slide-prev .hero-slide__counter,
.hero-slide-prev .hero-slide__more {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.hero-slide-prev .hero-slide__overlay:before {
  top: 0;
  bottom: 0;
  height: 0;
  -webkit-animation-name: slideBlindEnd;
          animation-name: slideBlindEnd;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

@media screen and (min-width: 768px) {
  .hero-slider-pagination {
    position: absolute;
    left: 0;
    top: 50%;
    width: 505px;
    height: 505px;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transform: translate3d(-100%, -50%, 0);
            transform: translate3d(-100%, -50%, 0);
    -webkit-transition: 1s 0.1s left cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1s 0.1s left cubic-bezier(0.165, 0.84, 0.44, 1); }
    .hero-slider-pagination .swiper-pagination-bullet {
      width: 30px;
      height: 30px;
      position: absolute;
      cursor: pointer;
      background-color: transparent; }
      .hero-slider-pagination .swiper-pagination-bullet:hover:before {
        width: 10px;
        height: 10px; }
      .hero-slider-pagination .swiper-pagination-bullet:before {
        content: '';
        width: 4px;
        height: 4px;
        background-color: #756a5e;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        border-radius: 50%;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out; }
      .hero-slider-pagination .swiper-pagination-bullet svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .hero-slider-pagination .swiper-pagination-bullet circle {
        stroke: #ccc;
        stroke-width: 20;
        fill: none;
        stroke-dasharray: 31.4, 100; }
      .hero-slider-pagination .swiper-pagination-bullet:first-child {
        top: 53px;
        right: 64px; }
      .hero-slider-pagination .swiper-pagination-bullet:nth-child(2) {
        top: 130px;
        right: 8px; }
      .hero-slider-pagination .swiper-pagination-bullet:nth-child(3) {
        top: 230px;
        right: -15px; }
      .hero-slider-pagination .swiper-pagination-bullet:nth-child(4) {
        top: 330px;
        right: 2px; }
      .hero-slider-pagination .swiper-pagination-bullet:nth-child(5) {
        bottom: 53px;
        right: 64px; }
      .hero-slider-pagination .swiper-pagination-bullet-active:before {
        width: 10px;
        height: 10px; }
      .hero-slider-pagination .swiper-pagination-bullet-active svg {
        visibility: visible; }
      .hero-slider-pagination .swiper-pagination-bullet-active circle {
        -webkit-animation: slideProgress 10s ease-in-out infinite;
                animation: slideProgress 10s ease-in-out infinite; } }

@media screen and (max-width: 767px) {
  .hero-slider-pagination {
    position: absolute;
    bottom: 35px;
    left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 3; }
    .hero-slider-pagination .swiper-pagination-bullet {
      width: 3px;
      height: 3px;
      margin-right: 20px;
      opacity: .3;
      background-color: #756a5e;
      border-radius: 50%; }
      .hero-slider-pagination .swiper-pagination-bullet-active {
        opacity: 1; }
    .hero-slider-pagination svg {
      display: none; } }

@-webkit-keyframes slideProgress {
  0% {
    stroke-dashoffset: 32; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes slideProgress {
  0% {
    stroke-dashoffset: 32; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes slideBlindStart {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

@keyframes slideBlindStart {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

@-webkit-keyframes slideBlindEnd {
  0% {
    height: 100%; }
  100% {
    height: 0%; } }

@keyframes slideBlindEnd {
  0% {
    height: 100%; }
  100% {
    height: 0%; } }

.is-animate-show .aside-search,
.is-animate-show .aside-nav__elem,
.is-animate-show .aside-personal,
.is-animate-show .aside-contact {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.aside {
  width: 335px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: .6px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }
  @media screen and (max-width: 1279px) {
    .aside {
      display: none; } }

.aside-search {
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(-40px, 0, 0);
          transform: translate3d(-40px, 0, 0);
  -webkit-transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out;
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }
  .aside-search__button {
    color: #756a5e;
    cursor: pointer;
    position: relative;
    opacity: .6;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .aside-search__button:hover {
      opacity: 1; }
    .aside-search__button:active {
      opacity: .3; }
  .aside-search__icon {
    width: 20px;
    height: 26px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .aside-search__icon svg {
      fill: currentColor; }
    .aside-search__icon .icon-t-close {
      width: 11px;
      height: 11px;
      display: none; }
  .aside-search__title {
    width: 100%;
    height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    padding-left: 26px; }

.aside-main {
  height: 405px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.aside-nav {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }
  .aside-nav__elem {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
    -webkit-transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out;
    transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1); }
    .aside-nav__elem:not(:last-child) {
      margin-bottom: 25px; }
    .aside-nav__elem:nth-child(1) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .aside-nav__elem:nth-child(2) {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .aside-nav__elem:nth-child(3) {
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
    .aside-nav__elem:nth-child(4) {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    .aside-nav__elem:nth-child(5) {
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
    .aside-nav__elem:nth-child(6) {
      -webkit-transition-delay: 1.1s;
              transition-delay: 1.1s; }
  .aside-nav__link {
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .aside-nav__link:before {
      content: '';
      width: 0;
      height: 1px;
      position: absolute;
      top: 0;
      bottom: 2px;
      right: -200px;
      margin: auto;
      background: rgba(0, 0, 0, 0.3);
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
    .aside-nav__link:hover {
      color: #5d4c3a; }
      .aside-nav__link:hover:before {
        width: 180px; }
    .aside-nav__link:active {
      opacity: .3; }

.aside-personal {
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out;
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }
  .aside-personal__link {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .aside-personal__link:hover {
      color: #5d4c3a; }
    .aside-personal__link:active {
      opacity: .3; }

.aside-bottom {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }

.aside-contact {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out;
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.aside-address {
  margin-bottom: 15px; }

.icon-search {
  width: 12px;
  height: 12px; }

.icon-arrow-right {
  width: 7px;
  height: 11px; }

.icon-t-menu {
  width: 18px;
  height: 13px; }
  @media screen and (max-width: 767px) {
    .icon-t-menu {
      width: 14px;
      height: 8px; } }

.icon-t-close {
  width: 18px;
  height: 18px; }
  @media screen and (max-width: 767px) {
    .icon-t-close {
      width: 12px;
      height: 12px; } }

.icon-t-search {
  width: 18px;
  height: 18px; }
  @media screen and (max-width: 767px) {
    .icon-t-search {
      width: 14px;
      height: 14px; } }

.icon-t-mail {
  width: 22px;
  height: 15px; }
  @media screen and (max-width: 767px) {
    .icon-t-mail {
      width: 16px;
      height: 12px; } }

.icon-t-phone {
  width: 17px;
  height: 18px; }
  @media screen and (max-width: 767px) {
    .icon-t-phone {
      width: 13px;
      height: 13px; } }

.icon-slider-arrow-right {
  width: 15px;
  height: 10px; }

.icon-t-dropdown {
  width: 11px;
  height: 7px; }

.icon-logout {
  width: 13px;
  height: 14px; }

.icon-add-photo {
  width: 17px;
  height: 17px; }

.icon-delete {
  width: 16px;
  height: 16px; }

.icon-download {
  width: 21px;
  height: 16px; }

.icon-m-send {
  width: 10px;
  height: 13px; }

.icon-attach {
  width: 11px;
  height: 17px; }

.icon-zoom {
  width: 25px;
  height: 25px; }

.icon-info {
  width: 1px;
  height: 9px; }

.icon-user {
  width: 19px;
  height: 16px; }

.icon-lock {
  width: 17px;
  height: 22px; }

.icon-about-logo-sila-slova {
  width: 49px;
  height: 69px; }
  @media screen and (max-width: 767px) {
    .icon-about-logo-sila-slova {
      width: 25px;
      height: 35px; } }

.icon-about-logo-pravo {
  width: 56px;
  height: 57px; }
  @media screen and (max-width: 767px) {
    .icon-about-logo-pravo {
      width: 28px;
      height: 29px; } }

.icon-about-logo-gik-audit {
  width: 58px;
  height: 44px; }
  @media screen and (max-width: 767px) {
    .icon-about-logo-gik-audit {
      width: 29px;
      height: 22px; } }

.icon-about-left-arrow,
.icon-about-right-arrow {
  width: 21px;
  height: 10px; }

.icon-about-carousel,
.icon-about-tile {
  width: 16px;
  height: 16px; }
  @media screen and (max-width: 767px) {
    .icon-about-carousel,
    .icon-about-tile {
      width: 11px;
      height: 11px; } }

.more-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }
  .more-link__icon {
    width: 40px;
    height: 40px;
    border: 1px solid #010101;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
    opacity: .2;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
  .more-link__title {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1.8px; }
  @media screen and (min-width: 1280px) {
    .more-link:hover {
      color: #5d4c3a; }
      .more-link:hover .more-link__icon {
        opacity: .3; }
    .more-link:active {
      opacity: .3; } }
  @media screen and (max-width: 767px) {
    .more-link__icon {
      border: none;
      opacity: 1;
      background-color: #e4e1e0; }
      .more-link__icon svg {
        opacity: .2; } }

.menu-services {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 335px;
  padding: 10px 115px 20px 215px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 335px 0 0 #fff;
          box-shadow: 335px 0 0 #fff;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s opacity ease-out;
  transition: .3s opacity ease-out; }
  .menu-services.is-open {
    opacity: 1;
    pointer-events: all; }
  .menu-services__container {
    width: 100%;
    height: 405px;
    max-width: 1440px; }
  .menu-services__header {
    min-height: 25px;
    position: relative;
    margin-bottom: 76px; }
  .menu-services__label {
    font-size: 15px; }
  .menu-services__title {
    font-size: 20px;
    text-transform: uppercase; }
  .menu-services__nav {
    min-height: 284px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu-services__col {
    width: 50%; }
  .menu-services__elem:not(:last-child) {
    margin-bottom: 25px; }
  .menu-services__link {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .menu-services__link:hover {
      color: #5d4c3a; }
    .menu-services__link:active {
      opacity: .3; }
  .menu-services__return {
    position: absolute;
    top: -8px;
    left: -100px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #010101;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
    opacity: .2; }
    .menu-services__return .icon-arrow-right {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .menu-services__more {
    position: relative;
    top: -2px; }

.menu-services-subnav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 115px 20px 215px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity ease-out, 0.7s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s opacity ease-out, 0.7s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.7s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out;
  transition: 0.7s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out, 0.7s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(40px, 0, 0);
          transform: translate3d(40px, 0, 0); }
  .menu-services-subnav.is-open {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.link-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media screen and (min-width: 1280px) {
    .link-all {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .link-all:hover {
        color: #128037; }
        .link-all:hover .icon-arrow-right {
          opacity: 1; }
      .link-all:active {
        opacity: .3; } }
  .link-all__title {
    margin-right: 15px; }
  .link-all .icon-arrow-right {
    width: 7px;
    height: 11px;
    position: relative;
    top: -1px;
    opacity: .2;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }

.list-nav__elem:not(:last-child) {
  margin-bottom: 25px; }

.list-nav__link {
  font-size: 15px; }

@media screen and (min-width: 1280px) {
  .list-nav__link {
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .list-nav__link:hover {
      border-color: currentColor; }
    .list-nav__link:active {
      opacity: .3; } }

@media screen and (max-width: 767px) {
  .list-nav__elem:not(:last-child) {
    margin-bottom: 20px; } }

.is-menu-open .menu {
  opacity: 1;
  pointer-events: all; }

.is-menu-open .header-burger {
  background-color: #e5ddd1; }
  .is-menu-open .header-burger .icon-t-menu {
    display: none; }
  .is-menu-open .header-burger .icon-t-close {
    display: block; }

@media screen and (max-width: 767px) {
  .is-menu-open .header-burger {
    background-color: #eee8df; } }

.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  overflow: auto;
  background-color: #eee8df;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }

.menu-container {
  width: 100%;
  height: 100%;
  padding: 100px 120px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .menu-container {
      padding: 60px 60px 0; } }

.menu-nav {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px; }
  .menu-nav__elem {
    position: relative; }
    .menu-nav__elem:not(:last-child) {
      margin-bottom: 15px; }
    .menu-nav__elem.is-open .menu-nav__icon svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .menu-nav__link {
    display: block;
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'AlethiaPro', sans-serif; }
  .menu-nav__icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: .6;
    pointer-events: none; }
    .menu-nav__icon svg {
      position: relative;
      top: -5px;
      fill: currentColor;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
  .menu-nav__sublist {
    display: none; }
  @media screen and (max-width: 767px) {
    .menu-nav {
      margin-top: 50px; }
      .menu-nav__link {
        font-size: 25px; }
      .menu-nav__icon {
        width: 25px;
        height: 25px; }
        .menu-nav__icon svg {
          top: -3px; } }

.menu-subnav {
  padding: 35px 0; }
  .menu-subnav__elem:not(:last-child) {
    margin-bottom: 25px; }
  .menu-subnav__link {
    font-size: 16px; }
  @media screen and (max-width: 767px) {
    .menu-subnav {
      padding: 25px 0; }
      .menu-subnav__elem:not(:last-child) {
        margin-bottom: 15px; }
      .menu-subnav__link {
        font-size: 14px; } }

.menu-bottom {
  width: 100%;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .menu-bottom {
      padding-bottom: 25px; } }

.menu-list {
  text-transform: uppercase;
  margin-bottom: 50px; }
  .menu-list__elem {
    border-bottom: 1px solid #e2dbd2; }
    .menu-list__elem:first-child {
      border-top: 1px solid #e2dbd2; }
  .menu-list__link {
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (max-width: 767px) {
    .menu-list__elem {
      padding: 0 60px;
      margin: 0 -60px; }
    .menu-list__link {
      height: 40px; } }

.menu-address {
  margin-bottom: 20px; }

.services-header {
  position: relative;
  height: 100vh;
  color: #a4927f;
  padding-left: 150px;
  padding-right: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .services-header__container {
    width: 100%; }
  .services-header__title {
    padding-bottom: 30px;
    margin-bottom: 75px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .services-header__scroll {
    position: absolute;
    bottom: 70px;
    left: 150px;
    color: #ded2cb; }
  @media screen and (max-width: 1279px) {
    .services-header {
      padding-left: 90px;
      padding-right: 90px; }
      .services-header__scroll {
        left: 90px; } }
  @media screen and (max-width: 767px) {
    .services-header {
      padding: 60px 40px;
      min-height: 568px; }
      .services-header__title {
        padding-bottom: 15px;
        margin-bottom: 30px; }
      .services-header__scroll {
        left: 40px;
        bottom: 50px; } }

@media screen and (min-width: 768px) {
  .services-nav__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .services-nav__col {
    width: 50%;
    padding-right: 20px; } }

@media screen and (max-width: 767px) {
  .services-nav {
    margin-right: -20px; }
    .services-nav__col:not(:last-child) {
      margin-bottom: 20px; } }

.services-list__elem:not(:last-child) {
  margin-bottom: 20px; }

.services-list__link {
  font-size: 17px; }

@media screen and (min-width: 1280px) {
  .services-list__link {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .services-list__link:hover {
      color: #fff; }
    .services-list__link:active {
      opacity: .3; } }

@media screen and (max-width: 767px) {
  .services-list__elem:not(:last-child) {
    margin-bottom: 15px; }
  .services-list__link {
    font-size: 15px; } }

.services-block {
  padding: 65px 95px 60px 150px;
  background-color: #fff; }
  .services-block:not(:last-child) {
    margin-bottom: 10px; }
  .services-block__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .services-block__title {
    width: calc(100% - 180px);
    padding-right: 40px; }
  .services-block__avatars {
    width: 180px; }
  .services-block__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .services-block__section {
    width: calc(100% - 180px);
    padding-right: 40px; }
  .services-block__aside {
    width: 180px;
    font-size: 15px;
    line-height: 20px;
    position: relative; }
    .services-block__aside p:not(:last-child) {
      margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .services-block__aside .services-block__avatars {
      display: none; }
    .services-block .list-nav__link {
      font-size: 17px; }
    .services-block .link:hover {
      color: #183721; } }
  @media screen and (max-width: 1279px) {
    .services-block {
      padding: 75px 90px; } }
  @media screen and (max-width: 1279px) and (orientation: portrait) {
    .services-block__title, .services-block__section {
      width: 100%;
      padding-right: 0; }
    .services-block__avatars, .services-block__aside {
      display: none; } }
  @media screen and (max-width: 767px) {
    .services-block {
      padding: 40px; }
      .services-block__header {
        padding-bottom: 20px;
        margin-bottom: 30px; }
        .services-block__header .services-block__avatars {
          display: none; }
      .services-block__body {
        display: block; }
      .services-block__avatars {
        margin-bottom: 30px; }
      .services-block__aside {
        display: block;
        font-size: 13px;
        line-height: 15px;
        margin-top: 35px;
        padding-top: 30px;
        border-top: 1px solid rgba(0, 0, 0, 0.2); }
        .services-block__aside .services-block__avatars {
          display: block; }
        .services-block__aside p:not(:last-child) {
          margin-bottom: 15px; } }

.services-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .services-avatar__image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .services-avatar__image:not(:first-child) {
      margin-left: -30px; }
  @media screen and (max-width: 767px) {
    .services-avatar__image {
      width: 45px;
      height: 45px; }
      .services-avatar__image:not(:first-child) {
        margin-left: -15px; } }

.services-videoback {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  .services-videoback:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 45, 24, 0.9);
    z-index: 2; }
  .services-videoback video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.title {
  font-family: 'AlethiaPro', sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }
  .title_size_middle {
    font-size: 50px; }
  @media screen and (max-width: 767px) {
    .title {
      font-size: 28px; }
      .title_size_middle {
        font-size: 24px; } }

.text {
  font-size: 20px;
  line-height: 25px; }
  .text:not(:first-child) {
    margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .text:not(:first-child) {
      margin-top: 20px; } }

.scrolldown {
  cursor: pointer;
  opacity: .2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media screen and (min-width: 1280px) {
    .scrolldown {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .scrolldown:hover {
        opacity: .6; }
      .scrolldown:active {
        opacity: .1; } }
  .scrolldown svg {
    fill: currentColor; }

.scrolldown-button {
  cursor: pointer;
  opacity: 0.3;
  color: #756a5e;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.44px; }
  .scrolldown-button svg {
    margin-right: 13px; }

.link {
  border-bottom: 1px solid currentColor;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }
  .link:hover {
    color: #128037; }
  .link:active {
    opacity: .3; }
  .link.link_uppercase {
    font-size: 15px;
    letter-spacing: 1.44px;
    border: none;
    text-transform: uppercase; }
  @media screen and (min-width: 1280px) {
    .link.link_uppercase:hover {
      color: #5d4c3a; } }
  @media screen and (max-width: 767px) {
    .link.link_uppercase {
      font-size: 14px; } }

.feedback {
  padding: 130px 95px 130px 150px; }
  @media screen and (max-width: 1279px) {
    .feedback {
      padding: 135px 90px; } }
  @media screen and (max-width: 767px) {
    .feedback {
      padding: 70px 40px; } }

.feedback-service {
  padding: 0; }

.feedback-header {
  color: #756a5e;
  margin-bottom: 65px; }
  @media screen and (max-width: 767px) {
    .feedback-header {
      margin-bottom: 35px; } }

.form-line {
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .form-line {
      margin-bottom: 30px; } }

.form-field__label {
  font-size: 15px; }

.form-field__input {
  position: relative;
  margin-bottom: -1px; }

.form-field__icon {
  width: 50px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .form-field__icon + .form-input {
    padding-right: 50px; }
  .form-field__icon > svg {
    opacity: .4; }

.form-field_agree {
  margin-top: 45px;
  margin-bottom: 45px; }

.form-field__radios {
  margin-top: 20px; }

@media screen and (max-width: 767px) {
  .form-field__icon {
    width: 40px;
    height: 52px; }
    .form-field__icon + .form-input {
      padding-right: 40px; }
  .form-field_agree {
    margin-top: 35px;
    margin-bottom: 35px; } }

.form-label {
  font-size: 15px; }

.form-input {
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  border-top: 1px solid #304b38;
  border-bottom: 1px solid #304b38; }
  .form-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px; }
  .form-input:-moz-placeholder {
    color: #fff;
    font-size: 14px; }
  .form-input::-moz-placeholder {
    color: #fff;
    font-size: 14px; }
  .form-input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px; }
  .form-input:hover {
    border-color: #5e7364;
    z-index: 1; }
  .form-input:focus {
    border-color: #a4927f;
    z-index: 1; }
  .form-input_theme_light {
    color: #444444;
    border-color: #e3e1df; }
    .form-input_theme_light::-webkit-input-placeholder {
      color: #444444;
      font-size: 14px; }
    .form-input_theme_light:-moz-placeholder {
      color: #444444;
      font-size: 14px; }
    .form-input_theme_light::-moz-placeholder {
      color: #444444;
      font-size: 14px; }
    .form-input_theme_light:-ms-input-placeholder {
      color: #444444;
      font-size: 14px; }
    .form-input_theme_light:focus {
      border-color: #444444; }
  .form-input_theme_control {
    color: #444444;
    border-color: #e3e1df;
    border-top: none; }
    .form-input_theme_control::-webkit-input-placeholder {
      color: rgba(68, 68, 68, 0.6);
      font-size: 14px; }
    .form-input_theme_control:-moz-placeholder {
      color: rgba(68, 68, 68, 0.6);
      font-size: 14px; }
    .form-input_theme_control::-moz-placeholder {
      color: rgba(68, 68, 68, 0.6);
      font-size: 14px; }
    .form-input_theme_control:-ms-input-placeholder {
      color: rgba(68, 68, 68, 0.6);
      font-size: 14px; }
    .form-input_theme_control:focus {
      border-color: #444444; }
  @media screen and (max-width: 767px) {
    .form-input {
      height: 52px; } }

textarea.form-input {
  padding: 20px 0; }
  @media screen and (max-width: 767px) {
    textarea.form-input {
      padding: 17px 0; } }

.form-submit {
  width: 200px;
  margin-top: 75px; }
  @media screen and (max-width: 767px) {
    .form-submit {
      width: 100%;
      margin-top: 40px; } }

.form-checkbox {
  min-height: 30px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .64px;
  display: inline-block;
  cursor: pointer;
  position: relative; }
  .form-checkbox_theme_uppercase {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .form-checkbox__text {
    position: relative;
    display: block;
    font-weight: 400;
    padding-left: 50px;
    padding-top: 5px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .form-checkbox__text:before {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #f6f3ef;
      border-radius: 50%;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
    .form-checkbox__text:after {
      content: '';
      width: 10px;
      height: 8px;
      position: absolute;
      top: 12px;
      left: 10px;
      opacity: 0;
      background-image: url("../images/tick.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
  .form-checkbox input {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .form-checkbox input:checked + .form-checkbox__text:after {
      opacity: 1; }
  @media screen and (min-width: 1280px) {
    .form-checkbox:hover .form-checkbox__text:before {
      background: #eee9e0; }
    .form-checkbox:active .form-checkbox__text {
      opacity: .4; } }
  @media screen and (max-width: 767px) {
    .form-checkbox {
      font-size: 14px;
      line-height: 18px; }
      .form-checkbox__text {
        padding-left: 28px;
        padding-top: 2px; }
        .form-checkbox__text:before {
          width: 20px;
          height: 20px; }
        .form-checkbox__text:after {
          top: 7px;
          left: 5px; } }

.form-radio-line:not(:last-child) {
  margin-bottom: 8px; }

.form-radio {
  min-height: 24px;
  display: inline-block;
  cursor: pointer;
  position: relative; }
  .form-radio__text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 35px;
    padding-top: 2px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .form-radio__text:before {
      content: '';
      width: 24px;
      height: 24px;
      position: absolute;
      top: 0;
      left: 0;
      background: #f6f3ef;
      border-radius: 50%;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
    .form-radio__text:after {
      content: '';
      width: 12px;
      height: 12px;
      position: absolute;
      top: 6px;
      left: 6px;
      opacity: 0;
      background: #756a5e;
      border-radius: 50%;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
  .form-radio input {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .form-radio input:checked + .form-radio__text:after {
      opacity: 1; }
  @media screen and (min-width: 1280px) {
    .form-radio:hover .form-radio__text:before {
      background: #eee9e0; }
    .form-radio:active .form-radio__text {
      opacity: .4; } }

.form-extended {
  margin: 55px 0; }
  .form-extended__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .form-extended__body {
    padding-top: 60px;
    display: none; }
  .form-extended__group:not(:last-child) {
    margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .form-extended {
      margin: 30px 0; }
      .form-extended__body {
        padding-top: 30px; }
      .form-extended__group.article h4 {
        font-size: 15px; } }

.scroll-progress {
  width: 136px;
  height: 503px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2; }
  .scroll-progress__back, .scroll-progress__front {
    position: absolute;
    top: 0;
    left: 0; }
  .scroll-progress__back {
    color: #696969;
    opacity: .2; }
  .scroll-progress__front {
    color: #756a5e; }
  @media screen and (min-width: 1280px) {
    .scroll-progress__back svg:nth-child(2), .scroll-progress__front svg:nth-child(2) {
      display: none; }
    .scroll-progress__front path {
      stroke-dasharray: 600px;
      stroke-dashoffset: 1200px; } }
  @media screen and (max-width: 1279px) {
    .scroll-progress {
      width: 75px;
      height: 400px; }
      .scroll-progress__back svg:first-child, .scroll-progress__front svg:first-child {
        display: none; }
      .scroll-progress path {
        stroke-dasharray: 440px;
        stroke-dashoffset: 880px; } }
  @media screen and (max-width: 767px) {
    .scroll-progress {
      display: none; } }

.is-search-open .search-panel {
  opacity: 1;
  pointer-events: all; }

.is-search-open .aside-search__icon .icon-search {
  display: none; }

.is-search-open .aside-search__icon .icon-t-close {
  display: block; }

.is-search-open .aside-nav,
.is-search-open .aside-personal__link,
.is-search-open .aside-bottom {
  opacity: .1;
  pointer-events: none; }

.is-search-open .header-button_search .icon-t-close {
  display: block; }

.is-search-open .header-button_search .icon-t-search {
  display: none; }

.is-search-result-open .search-panel__content {
  display: block; }

.search-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }
  .search-panel__container {
    width: 100%;
    height: 405px;
    max-width: 1440px;
    position: relative; }
  .search-panel__content {
    padding: 50px 70px;
    height: calc(100% - 62px);
    overflow: hidden;
    display: none; }
  .search-panel__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -66px;
    padding: 60px 70px 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(28%, white), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 28%, white 100%); }
  @media screen and (min-width: 1280px) {
    .search-panel {
      right: 335px;
      bottom: 0;
      padding-left: 215px;
      padding-right: 115px;
      padding-bottom: 52px;
      -webkit-box-shadow: 335px 0 0 #fff;
              box-shadow: 335px 0 0 #fff; } }
  @media screen and (max-width: 1279px) {
    .search-panel {
      padding: 160px 35px 55px 55px;
      border-bottom: 1px solid #e5e6e7; }
      .search-panel__container {
        height: auto; }
      .search-panel__content {
        height: 405px; }
      .search-panel__footer {
        bottom: -55px; } }
  @media screen and (max-width: 767px) {
    .search-panel {
      padding: 70px 20px 15px; }
      .search-panel__container {
        height: auto; }
      .search-panel__content {
        max-height: calc(100vh - 200px);
        padding: 30px 0 0 38px; }
      .search-panel__footer {
        padding: 38px;
        bottom: -15px; } }

.search-panel-result .search-panel__content {
  display: block; }

@media screen and (min-width: 1280px) {
  .search-panel-result {
    margin: -70px -70px 0; } }

@media screen and (max-width: 1279px) {
  .search-panel-result {
    margin: 0 -60px; }
    .search-panel-result .search-panel__content {
      height: auto;
      max-height: 100%; } }

@media screen and (max-width: 767px) {
  .search-panel-result {
    margin: 0; }
    .search-panel-result .search-panel__content {
      padding-left: 0; }
    .search-panel-result .search-form {
      margin-left: -10px; } }

.search-form {
  position: relative;
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .search-form__icon {
    width: 70px;
    height: 62px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: .2; }
  .search-form__input {
    width: calc(100% - 156px);
    height: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #756a5e;
    letter-spacing: .5px;
    padding-top: 4px;
    text-transform: uppercase;
    padding-left: 70px;
    border-radius: 10px 0 0 10px;
    border: 1px solid rgba(105, 105, 105, 0.2);
    border-right: none;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .search-form__input::-webkit-input-placeholder {
      color: rgba(117, 106, 94, 0.2);
      font-size: 20px; }
    .search-form__input:-moz-placeholder {
      color: rgba(117, 106, 94, 0.2);
      font-size: 20px; }
    .search-form__input::-moz-placeholder {
      color: rgba(117, 106, 94, 0.2);
      font-size: 20px; }
    .search-form__input:-ms-input-placeholder {
      color: rgba(117, 106, 94, 0.2);
      font-size: 20px; }
    .search-form__input:hover, .search-form__input:focus {
      border-color: rgba(105, 105, 105, 0.3); }
  .search-form__submit {
    width: 156px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: rgba(105, 105, 105, 0.3);
    padding-top: 1px;
    letter-spacing: 1.44px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0 10px 10px 0;
    background: transparent;
    pointer-events: none;
    border: 1px solid rgba(105, 105, 105, 0.4); }
    .search-form__submit.is_submit_active {
      color: #756a5e;
      pointer-events: all; }
  @media screen and (min-width: 1280px) {
    .search-form__icon .icon-t-search {
      display: none; }
    .search-form__submit {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .search-form__submit .icon-arrow-right {
        display: none; }
      .search-form__submit:hover {
        background: #f2f2f2;
        border-color: #f2f2f2; }
      .search-form__submit:active {
        color: rgba(117, 106, 94, 0.2);
        background: #ebebeb;
        border-color: #ebebeb; } }
  @media screen and (max-width: 1279px) {
    .search-form__icon {
      opacity: 1; }
      .search-form__icon svg {
        fill: #756a5e; }
      .search-form__icon .icon-search {
        display: none; }
    .search-form__input {
      border: none; }
    .search-form__submit {
      color: #756a5e;
      border: none; }
      .search-form__submit .icon-arrow-right {
        opacity: 1;
        margin-left: 30px; } }
  @media screen and (max-width: 767px) {
    .search-form {
      height: 40px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .search-form__icon {
        width: 40px;
        height: 40px;
        padding-right: 10px; }
        .search-form__icon .icon-t-search {
          width: 14px;
          height: 14px; }
      .search-form__input {
        width: calc(100% - 28px);
        height: 40px;
        font-size: 15px;
        padding-left: 38px; }
        .search-form__input::-webkit-input-placeholder {
          color: rgba(117, 106, 94, 0.3);
          font-size: 15px; }
        .search-form__input:-moz-placeholder {
          color: rgba(117, 106, 94, 0.3);
          font-size: 15px; }
        .search-form__input::-moz-placeholder {
          color: rgba(117, 106, 94, 0.3);
          font-size: 15px; }
        .search-form__input:-ms-input-placeholder {
          color: rgba(117, 106, 94, 0.3);
          font-size: 15px; }
      .search-form__submit {
        width: 28px;
        height: 28px;
        background: #e4e1e0;
        border-radius: 50%;
        position: relative;
        left: 7px; }
        .search-form__submit .icon-arrow-right {
          margin: 0; }
        .search-form__submit span {
          display: none; } }

.search-result__elem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px; }
  .search-result__elem:not(:last-child) {
    margin-bottom: 25px; }

.search-result__type {
  width: 120px;
  opacity: .6; }

.search-result__value {
  width: calc(100% - 120px); }
  .search-result__value span {
    border-bottom: 1px solid currentColor; }

@media screen and (min-width: 1280px) {
  .search-result__elem {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .search-result__elem:hover {
      color: #5d4c3a; }
    .search-result__elem:active {
      opacity: .3; } }

@media screen and (max-width: 767px) {
  .search-result {
    font-size: 13px;
    line-height: 20px; }
    .search-result__elem:not(:last-child) {
      margin-bottom: 15px; }
    .search-result__type {
      display: none; }
    .search-result__value {
      width: 100%; } }

.service-detail {
  background: #fff;
  color: #756a5e;
  margin-top: 60px;
  padding: 140px 150px; }
  @media screen and (max-width: 1279px) {
    .service-detail {
      padding: 80px 90px; } }
  @media screen and (max-width: 767px) {
    .service-detail {
      padding: 40px;
      border: 1px solid #ebebeb; } }

.service-button {
  margin-top: 100px; }
  .service-button .button {
    border-radius: 8px; }
  @media screen and (max-width: 1279px) {
    .service-button {
      margin-top: 70px; } }
  @media screen and (max-width: 767px) {
    .service-button {
      margin-top: 40px; }
      .service-button .button {
        padding: 0 5px; } }

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px; }
  .breadcrumb__elem {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 30px;
    position: relative; }
    .breadcrumb__elem .icon-arrow-right {
      width: 4px;
      height: 7px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -17px;
      margin: auto;
      opacity: .3; }
  .breadcrumb__link {
    opacity: .6; }
  @media screen and (max-width: 1279px) {
    .breadcrumb {
      margin-bottom: 75px; } }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      display: none; } }

.service-header {
  color: #756a5e; }
  .service-header__title {
    word-break: break-word; }
  @media screen and (min-width: 768px) {
    .service-header {
      margin-bottom: 150px; }
      .service-header__title {
        margin-bottom: 125px; }
      .service-header__general {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .service-header__general:not(:last-child) {
          margin-bottom: 60px; }
      .service-header__bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .service-header__scroll {
        margin-top: 80px; } }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    .service-header__title {
      margin-bottom: 70px; } }
  @media screen and (max-width: 1279px) {
    .service-header__scroll {
      display: none; } }
  @media screen and (max-width: 767px) {
    .service-header {
      margin-bottom: 50px; }
      .service-header__title {
        margin-bottom: 40px; }
      .service-header__general:not(:last-child) {
        margin-bottom: 40px; }
      .service-header__nav {
        margin-bottom: 35px; }
      .service-header__button .button {
        width: 100%; } }

.service-nav {
  font-size: 15px;
  text-transform: uppercase; }
  @media screen and (min-width: 1280px) {
    .service-nav__link {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .service-nav__link:hover {
        color: #5d4c3a; }
      .service-nav__link:active {
        opacity: .3; } }
  @media screen and (min-width: 768px) {
    .service-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .service-nav__elem:not(:last-child) {
        margin-right: 30px; } }
  @media screen and (max-width: 767px) {
    .service-nav {
      border-top: 1px solid #e3e1df; }
      .service-nav__elem {
        border-bottom: 1px solid #e3e1df; }
      .service-nav__link {
        height: 40px;
        white-space: nowrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }

.service-section__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px; }

.service-section__title:not(:last-child) {
  width: calc(100% - 190px); }

.service-section:not(:last-child) {
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #e3e1df; }

.service-section > img {
  width: 100%;
  display: block;
  margin-bottom: 100px; }

.service-section h2 {
  font-family: 'AlethiaPro', sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }
  .service-section h2:not(:first-child) {
    margin-top: 75px; }
  .service-section h2:not(:last-child) {
    margin-bottom: 75px; }

.service-section h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #128037;
  text-transform: uppercase;
  position: relative; }
  .service-section h3:not(:first-child) {
    margin-top: 75px; }
  .service-section h3:not(:last-child) {
    margin-bottom: 75px; }

.service-section p {
  font-size: 22px;
  line-height: 30px; }
  .service-section p:not(:last-child) {
    margin-bottom: 30px; }

.service-section ul {
  font-size: 20px;
  line-height: 25px; }
  .service-section ul li {
    position: relative; }
    .service-section ul li:not(:last-child) {
      margin-bottom: 30px; }
    .service-section ul li:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -40px;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: #128037; }

.service-section hr {
  height: 1px;
  border: none;
  margin: 75px 0;
  background: #e3e1df; }
  .service-section hr:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 1279px) {
  .service-section__title .title {
    width: 100%;
    display: inline-block;
    word-break: break-word; } }

@media screen and (max-width: 767px) {
  .service-section {
    margin: 0 -40px;
    padding: 0 40px; }
    .service-section__header {
      margin-bottom: 30px; }
    .service-section__title:not(:last-child) {
      width: 100%; }
    .service-section__more {
      display: none; }
    .service-section:not(:last-child) {
      margin-bottom: 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid #e3e1df; }
    .service-section > img {
      width: calc(100% + 80px);
      margin-left: -40px;
      margin-bottom: 40px; }
    .service-section h2 {
      font-size: 24px; }
      .service-section h2:not(:first-child) {
        margin-top: 20px; }
      .service-section h2:not(:last-child) {
        margin-bottom: 20px; }
    .service-section h3 {
      font-size: 16px;
      line-height: 20px; }
      .service-section h3:not(:first-child) {
        margin-top: 20px; }
      .service-section h3:not(:last-child) {
        margin-bottom: 20px; }
    .service-section p {
      font-size: 15px;
      line-height: 20px; }
      .service-section p:not(:last-child) {
        margin-bottom: 20px; }
    .service-section ul {
      font-size: 15px;
      line-height: 20px; }
      .service-section ul li:not(:last-child) {
        margin-bottom: 20px; }
      .service-section ul li:before {
        left: -20px;
        top: 8px; }
    .service-section hr {
      margin: 35px 0; }
      .service-section hr:last-child {
        margin-bottom: 0; } }

.group-blocks {
  counter-reset: list; }

.group-block {
  padding-top: 75px; }
  .group-block:not(:last-child) {
    padding-bottom: 75px;
    border-bottom: 1px solid #e3e1df; }
  .group-block__title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #128037;
    text-transform: uppercase;
    position: relative; }
    .group-block__title:not(:last-child) {
      margin-bottom: 75px; }
    .group-block__title:before {
      counter-increment: list;
      content: counter(list) ".";
      position: absolute;
      top: 0;
      left: -40px; }
  @media screen and (max-width: 767px) {
    .group-block {
      padding-top: 35px; }
      .group-block:not(:last-child) {
        padding-bottom: 35px; }
      .group-block__title {
        font-size: 16px;
        line-height: 20px; }
        .group-block__title:before {
          left: -20px; }
        .group-block__title:not(:last-child) {
          margin-bottom: 20px; } }

.case-card__image {
  margin-bottom: 25px; }
  .case-card__image img {
    width: 100%;
    display: block; }

.case-card__title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .case-card__image {
    margin-bottom: 15px; }
  .case-card__title {
    font-size: 15px;
    margin-bottom: 15px; } }

.tag-label {
  color: #756a5e;
  background: #f6f3ef;
  padding: 10px 20px;
  border-radius: 4px;
  margin-bottom: 3px; }
  @media screen and (max-width: 767px) {
    .tag-label {
      font-size: 10px;
      padding: 7px 15px; } }

@media screen and (min-width: 768px) {
  .case-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -30px; }
    .case-grid__col {
      width: 50%;
      padding: 0 30px; } }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    .case-grid {
      margin: 0 -25px; }
      .case-grid__col {
        padding: 0 25px; } }

@media screen and (max-width: 767px) {
  .case-grid__col:not(:last-child) {
    margin-bottom: 35px; } }

.service-body:not(:last-child) {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #e3e1df; }

.service-body a:not([class]) {
  color: #128037;
  border-bottom: 1px solid #128037;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }
  .service-body a:not([class]):hover {
    border-color: transparent; }

@media screen and (max-width: 767px) {
  .service-body:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px; } }

@media screen and (max-width: 1279px) {
  .service-page {
    padding-top: 80px; } }

@media screen and (max-width: 767px) {
  .service-page {
    padding-top: 20px; } }

.auth-section {
  width: 100%; }
  @media (min-width: 1600px) {
    .auth-section {
      top: 5vw;
      bottom: 5vw;
      left: 5vw;
      right: 5vw; } }
  @media screen and (min-width: 1280px) {
    .auth-section {
      height: 100%;
      padding: 65px; } }
  @media screen and (max-width: 1279px) {
    .auth-section {
      padding: 140px 30px 0; } }
  @media screen and (max-width: 767px) {
    .auth-section {
      padding: 80px 20px 0; } }

.auth-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff; }
  .auth-box__header {
    margin-bottom: 60px; }
  .auth-box__container {
    width: 100%;
    max-width: 700px; }
  @media screen and (max-width: 1279px) {
    .auth-box {
      padding: 80px 95px;
      border: 1px solid #e5e6e7; } }
  @media screen and (max-width: 767px) {
    .auth-box {
      padding: 40px; }
      .auth-box__header {
        margin-bottom: 40px; } }

.auth-form {
  position: relative; }

.auth-desc {
  font-size: 16px;
  line-height: 20px; }
  @media screen and (min-width: 1280px) {
    .auth-desc {
      padding: 35px 15px 0; } }
  @media screen and (max-width: 1279px) {
    .auth-desc {
      margin-top: 45px;
      padding-right: 55px; }
      .auth-desc br {
        display: none; } }
  @media screen and (max-width: 767px) {
    .auth-desc {
      margin-top: 40px;
      padding-right: 0;
      font-size: 15px; } }

@media screen and (min-width: 1280px) {
  .auth-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -15px; }
    .auth-fields .form-field {
      width: 50%;
      padding: 0 15px; } }

.auth-footer .button {
  min-width: 200px;
  margin-right: 55px; }

@media screen and (max-width: 767px) {
  .auth-footer {
    text-align: center; }
    .auth-footer .button {
      min-width: 100%;
      width: 100%;
      margin: 0 0 30px; } }

.personal {
  padding: 50px 0;
  background-color: #fff; }
  @media screen and (max-width: 1279px) {
    .personal {
      padding: 150px 0 50px; } }
  @media screen and (max-width: 767px) {
    .personal {
      padding: 85px 0 0; } }

.personal-container {
  padding: 0 95px 0 150px; }
  @media screen and (max-width: 1279px) {
    .personal-container {
      padding: 0 95px; } }
  @media screen and (max-width: 767px) {
    .personal-container {
      padding: 0 40px; } }

.personal-company {
  position: relative;
  margin-bottom: 90px; }
  .personal-company__logo {
    width: 50px;
    position: absolute;
    top: 0;
    left: -100px; }
    .personal-company__logo img {
      width: 100%;
      border-radius: 50%; }
  .personal-company__title {
    max-width: 500px;
    font-size: 20px;
    line-height: 24px; }
  .personal-company__info {
    font-size: 15px;
    line-height: 18px; }
  .personal-company__logout {
    position: absolute;
    top: 0;
    right: -50px; }
  @media screen and (min-width: 1280px) {
    .personal-company {
      height: 48px; }
      .personal-company__info {
        position: absolute;
        top: calc(100% + 23px);
        left: 0; } }
  @media screen and (max-width: 1279px) {
    .personal-company {
      margin-bottom: 60px; }
      .personal-company__logo {
        left: -75px; }
      .personal-company__info {
        margin-top: 20px; }
      .personal-company__logout {
        right: -80px; } }
  @media screen and (max-width: 767px) {
    .personal-company {
      margin-bottom: 35px; }
      .personal-company__title {
        font-size: 15px;
        line-height: 20px; }
      .personal-company__logo {
        width: 30px;
        left: -42px;
        top: -5px; }
      .personal-company__info {
        font-size: 14px;
        line-height: 18px;
        white-space: nowrap; }
      .personal-company__logout {
        right: -45px; } }

.personal-nav {
  margin-bottom: 110px; }
  @media screen and (max-width: 1279px) {
    .personal-nav {
      margin-bottom: 70px; } }
  @media screen and (max-width: 767px) {
    .personal-nav {
      margin-bottom: 40px; } }

.personal-group:not(:last-child) {
  margin-bottom: 100px; }

.personal-group__title {
  margin-bottom: 60px; }

.personal-group__submit {
  margin-top: 35px; }
  .personal-group__submit .button {
    min-width: 200px; }

@media screen and (max-width: 1279px) {
  .personal-group:not(:last-child) {
    margin-bottom: 80px; } }

@media screen and (max-width: 767px) {
  .personal-group:not(:last-child) {
    margin-bottom: 40px; }
  .personal-group__title {
    margin-bottom: 30px; }
  .personal-group .uploadzone {
    margin: 0 -40px; } }

.personal-field {
  position: relative; }
  .personal-field:not(:last-child) {
    margin-bottom: 15px; }
  .personal-field__label {
    font-size: 15px;
    line-height: 18px; }
  .personal-field__input {
    min-height: 60px; }
  @media screen and (min-width: 1280px) {
    .personal-field__input {
      width: 495px; }
    .personal-field__label {
      width: 250px;
      position: absolute;
      top: 20px;
      left: 560px; } }
  @media screen and (max-width: 1279px) {
    .personal-field:not(:last-child) {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .personal-field__input {
      min-height: 52px; } }

.personal-password {
  padding-top: 80px;
  margin-bottom: 60px;
  position: relative; }
  .personal-password:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1279px) {
    .personal-password {
      padding-top: 50px; }
      .personal-password:before {
        background: rgba(0, 0, 0, 0.05); } }
  @media screen and (max-width: 767px) {
    .personal-password {
      margin-top: 50px;
      padding-top: 30px;
      margin-bottom: 50px; }
      .personal-password:before {
        left: -60px;
        right: -60px; }
      .personal-password .personal-field {
        margin-bottom: 0; } }

.personal-buttons .button {
  min-width: 200px;
  margin-right: 55px; }

@media screen and (max-width: 767px) {
  .personal-buttons {
    text-align: center;
    margin: 0 -10px; }
    .personal-buttons .button {
      width: 100%;
      margin: 0 0 30px; } }

.personal-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 768px) {
    .personal-switch {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .personal-switch .form-field {
        width: calc(100% - 180px); } }
  @media screen and (max-width: 767px) {
    .personal-switch {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: 10px; }
      .personal-switch .form-radio {
        margin-right: 20px; }
      .personal-switch .form-field {
        width: 100%; } }

@media screen and (max-width: 767px) {
  .personal-ordered-cards {
    margin: 0 -35px; } }

.personal-messages {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .personal-messages {
      margin: 0 -30px 40px; } }

@media screen and (max-width: 767px) {
  .personal-send-message {
    margin: 0 -30px; } }

.personal-load-button {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .personal-load-button {
      margin-left: -30px;
      margin-right: -30px; } }

.logout-button {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(117, 106, 94, 0.2);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  @media screen and (min-width: 1280px) {
    .logout-button:hover {
      border-color: rgba(117, 106, 94, 0.4); }
    .logout-button:active {
      opacity: 0.1; } }
  @media screen and (max-width: 767px) {
    .logout-button {
      width: 28px;
      height: 28px; }
      .logout-button svg {
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7); } }

.tab-nav__button {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative; }
  .tab-nav__button.is_active:before {
    width: 100%; }
  .tab-nav__button:not(:last-child) {
    margin-right: 30px; }
  .tab-nav__button:before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #756a5e;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }

.tab-nav__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.tab-nav__number {
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  background: #128037;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
  margin-top: -3px;
  border-radius: 50%; }

@media screen and (min-width: 1280px) {
  .tab-nav__button:hover:before {
    width: 100%;
    background-color: #cec9c4; } }

@media screen and (min-width: 768px) {
  .tab-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }

@media screen and (max-width: 767px) {
  .tab-nav {
    border-top: 1px solid rgba(93, 76, 58, 0.2); }
    .tab-nav__button {
      width: 100%;
      height: 42px;
      padding: 0;
      font-size: 14px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid rgba(93, 76, 58, 0.2); } }

.document-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -30px; }
  .document-grid__col {
    width: 33.333%;
    padding: 0 30px 60px; }
  @media screen and (max-width: 1279px) {
    .document-grid {
      margin: 0 -20px; }
      .document-grid__col {
        padding: 0 20px 45px; } }
  @media screen and (max-width: 767px) {
    .document-grid {
      margin: 0 -12px; }
      .document-grid__col {
        width: 50%;
        padding: 0 12px 24px; } }

.document-upload {
  cursor: pointer;
  display: block;
  position: relative; }
  .document-upload.is_active .document-upload__del {
    opacity: 1;
    pointer-events: all; }
  .document-upload.is_active .document-upload__icon {
    opacity: 0; }
  .document-upload input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
  .document-upload__preview {
    padding-bottom: 130%;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .document-upload__preview:not(:last-child) {
      margin-bottom: 25px; }
  .document-upload__icon {
    width: 50px;
    height: 50px;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: .15;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
  .document-upload__title {
    font-size: 15px;
    line-height: 18px; }
  .document-upload__del {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -13px;
    right: -13px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background: #5d4c3a;
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .document-upload__del svg {
      width: 10px;
      height: 10px;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
  @media screen and (min-width: 1280px) {
    .document-upload:hover .document-upload__preview {
      border-color: #d4d2cf; }
    .document-upload:hover .document-upload__icon {
      opacity: .3; }
    .document-upload:active .document-upload__preview {
      opacity: .3; }
    .document-upload__del:hover {
      background: #463727;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .document-upload__del:active svg {
      opacity: .3; } }
  @media screen and (max-width: 1279px) {
    .document-upload__preview:not(:last-child) {
      margin-bottom: 20px; }
    .document-upload__title {
      font-size: 15px;
      line-height: 18px; } }
  @media screen and (max-width: 767px) {
    .document-upload__preview:not(:last-child) {
      margin-bottom: 10px; }
    .document-upload__icon {
      width: 30px;
      height: 30px; }
      .document-upload__icon svg {
        width: 12px;
        height: 12px; }
    .document-upload__title {
      font-size: 14px; }
    .document-upload__del {
      width: 20px;
      height: 20px;
      top: -10px;
      right: -10px; }
      .document-upload__del svg {
        width: 8px;
        height: 8px; } }

@media screen and (min-width: 1280px) {
  .document-tile:hover .document-tile__image:before {
    opacity: 0.7; }
  .document-tile:hover .document-tile__icon,
  .document-tile:hover .document-tile__download {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .document-tile:hover .document-tile__icon {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; } }

.document-tile__image {
  padding: 8px;
  cursor: pointer;
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .document-tile__image:not(:last-child) {
    margin-bottom: 25px; }
  .document-tile__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out; }

.document-tile__cover {
  display: block;
  padding-bottom: 145%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.document-tile__title {
  font-size: 15px;
  line-height: 18px; }

.document-tile__icon {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out; }

.document-tile__download {
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out; }

.document-tile__link {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase; }
  .document-tile__link span {
    margin-right: 10px; }

@media screen and (max-width: 1279px) {
  .document-tile__image:not(:last-child) {
    margin-bottom: 20px; }
  .document-tile__title {
    font-size: 15px;
    line-height: 18px; } }

@media screen and (max-width: 767px) {
  .document-tile__image:not(:last-child) {
    margin-bottom: 10px; }
  .document-tile__title {
    font-size: 14px; } }

.ordered-card {
  padding: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .ordered-card:not(:last-child) {
    margin-bottom: 60px; }
  .ordered-card__title {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    color: #128037;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .ordered-card__progress {
    margin-bottom: 40px; }
  .ordered-card__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 45px; }
    .ordered-card__text p:not(:last-child) {
      margin-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .ordered-card {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .ordered-card:hover {
        border-color: #d4d2cf; } }
  @media screen and (max-width: 1279px) {
    .ordered-card:not(:last-child) {
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .ordered-card:not(:last-child) {
      margin-bottom: 10px; }
    .ordered-card__title {
      font-size: 18px;
      margin-bottom: 35px; }
    .ordered-card__progress {
      margin-bottom: 35px; }
    .ordered-card__text {
      font-size: 15px;
      margin-bottom: 35px; }
      .ordered-card__text p:not(:last-child) {
        margin-bottom: 10px; } }

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  .progress__elem {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .progress__elem.is_active {
      border-color: #756a5e; }
      .progress__elem.is_active .progress__point {
        background: #756a5e;
        border-color: #756a5e; }
  .progress__point {
    position: absolute;
    top: -5px;
    right: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .progress:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #756a5e;
    z-index: 2;
    border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .progress__point {
      width: 7px;
      height: 7px;
      top: -3px; }
    .progress:before {
      width: 7px;
      height: 7px;
      top: -3px; } }

.message-card {
  padding: 30px 70px 60px 90px;
  position: relative;
  background: #f7f7f7;
  margin-bottom: 10px;
  border-radius: 8px; }
  .message-card_theme_new {
    background: #f6efe4; }
  .message-card__header {
    padding-top: 5px;
    margin-bottom: 40px; }
  .message-card__logo {
    width: 43px;
    position: absolute;
    top: 30px;
    left: 30px; }
    .message-card__logo img {
      max-width: 100%; }
  .message-card__name {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #756a5e;
    font-weight: 700;
    margin-bottom: 5px; }
  .message-card__date {
    opacity: .5; }
  .message-card__del {
    cursor: pointer;
    opacity: .2;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
  .message-card__text {
    font-size: 16px;
    line-height: 20px; }
    .message-card__text + .message-card__files {
      margin-top: 45px; }
  @media screen and (min-width: 1280px) {
    .message-card__del:hover {
      opacity: .4; }
    .message-card__del:active {
      opacity: .1; } }
  @media screen and (min-width: 768px) {
    .message-card__del {
      position: absolute;
      top: 35px;
      right: 35px; } }
  @media screen and (max-width: 767px) {
    .message-card {
      padding: 30px; }
      .message-card__header {
        padding-top: 0;
        margin-bottom: 25px; }
      .message-card__name {
        font-size: 14px;
        margin: 0; }
      .message-card__logo {
        width: 30px;
        left: -15px; }
        .message-card__logo_radius img {
          border-radius: 50%; }
      .message-card__date {
        font-size: 13px; }
      .message-card__text + .message-card__files {
        margin-top: 25px; }
      .message-card__files {
        margin-bottom: 25px;
        border-top: 1px solid #e3e1df; }
      .message-card__del {
        margin-top: 15px; } }

.message-form__field {
  position: relative;
  margin-bottom: 12px; }

.message-form__logo {
  width: 46px;
  position: absolute;
  top: 24px;
  left: 20px; }
  .message-form__logo img {
    width: 100%;
    border-radius: 50%; }

.message-form__input {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 35px 40px 40px 90px;
  color: #444444;
  display: block;
  border: 1px solid #e3e1df;
  resize: none;
  border-radius: 8px; }
  .message-form__input::-webkit-input-placeholder {
    color: rgba(117, 106, 94, 0.6);
    font-size: 16px; }
  .message-form__input:-moz-placeholder {
    color: rgba(117, 106, 94, 0.6);
    font-size: 16px; }
  .message-form__input::-moz-placeholder {
    color: rgba(117, 106, 94, 0.6);
    font-size: 16px; }
  .message-form__input:-ms-input-placeholder {
    color: rgba(117, 106, 94, 0.6);
    font-size: 16px; }
  .message-form__input:focus {
    border-color: #756a5e; }

.message-form__footer {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.message-form__submit {
  margin-right: 40px; }

@media screen and (min-width: 1280px) {
  .message-form__input:hover {
    border-color: #d4d2cf; }
  .message-form__input:focus {
    border-color: #756a5e; } }

@media screen and (min-width: 768px) {
  .message-form__submit .button {
    min-width: 200px; }
  .message-form__submit .icon-m-send {
    display: none; } }

@media screen and (max-width: 767px) {
  .message-form {
    position: relative; }
    .message-form__field {
      margin-bottom: 25px; }
    .message-form__logo {
      display: none; }
    .message-form__input {
      height: 70px;
      padding: 25px 30px;
      font-size: 15px; }
    .message-form__files {
      padding: 0 40px; }
    .message-form__footer {
      margin-top: 30px;
      padding: 0 30px; }
    .message-form__submit {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 20px;
      right: 20px;
      margin-right: 0; }
      .message-form__submit .button {
        width: 30px;
        height: 30px;
        padding: 0;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #128037;
        border-radius: 50%; }
        .message-form__submit .button__text {
          display: none; } }

.is-modal-service-open {
  overflow: hidden; }

.modal-service {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px;
  font-size: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  background-color: transparent;
  z-index: 11;
  display: none;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }
  .modal-service.is_open {
    display: block; }
  .modal-service.is_visible {
    background-color: rgba(242, 242, 242, 0.5); }
    .modal-service.is_visible .modal-service-box {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition-delay: .3s;
              transition-delay: .3s; }
  .modal-service:before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  @media screen and (min-width: 1280px) {
    .modal-service {
      padding: 50px 335px 50px 0; } }
  @media screen and (max-width: 1279px) {
    .modal-service {
      padding: 30px; }
      .modal-service .container {
        padding: 0; } }
  @media screen and (max-width: 767px) {
    .modal-service {
      padding: 20px; } }

.modal-service-inner {
  display: inline-block;
  vertical-align: middle; }

@media screen and (min-width: 1280px) {
  .modal-service-container {
    padding: 0 50px; } }

.modal-service-box {
  width: 100%;
  max-width: 1060px;
  text-align: left;
  color: #756a5e;
  font-size: 14px;
  position: relative;
  padding: 90px 100px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: 0.3s opacity ease-out, 0.3s -webkit-transform cubic-bezier(0.165, 0.64, 0.44, 1);
  transition: 0.3s opacity ease-out, 0.3s -webkit-transform cubic-bezier(0.165, 0.64, 0.44, 1);
  transition: 0.3s transform cubic-bezier(0.165, 0.64, 0.44, 1), 0.3s opacity ease-out;
  transition: 0.3s transform cubic-bezier(0.165, 0.64, 0.44, 1), 0.3s opacity ease-out, 0.3s -webkit-transform cubic-bezier(0.165, 0.64, 0.44, 1); }
  @media screen and (max-width: 1279px) {
    .modal-service-box {
      padding: 90px; } }
  @media screen and (max-width: 767px) {
    .modal-service-box {
      padding: 40px; } }

.ordered-detail__title {
  margin-bottom: 55px; }

.ordered-detail__progress {
  padding-right: 70px;
  margin-bottom: 55px; }

.ordered-detail__text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 55px; }
  .ordered-detail__text p:not(:last-child) {
    margin-bottom: 15px; }

.ordered-detail__files, .ordered-detail__article, .ordered-detail__fields, .ordered-detail__upload {
  margin-bottom: 60px; }

@media screen and (max-width: 767px) {
  .ordered-detail__title {
    margin-bottom: 35px; }
    .ordered-detail__title .title {
      font-family: 'Gilroy', sans-serif;
      font-size: 18px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 1px;
      color: #128037;
      text-transform: uppercase; }
  .ordered-detail__progress {
    padding-right: 0;
    margin-bottom: 35px; }
  .ordered-detail__text {
    font-size: 15px;
    margin-bottom: 35px; }
    .ordered-detail__text p:not(:last-child) {
      margin-bottom: 10px; }
  .ordered-detail__files, .ordered-detail__article, .ordered-detail__fields, .ordered-detail__upload {
    margin-bottom: 35px; }
  .ordered-detail__files {
    border-top: 1px solid #e3e1df; } }

.article h4,
.article p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 50px; }

.article h2 {
  font-family: 'AlethiaPro', sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 35px; }

.article h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #128037;
  text-transform: uppercase;
  margin-bottom: 35px; }

.article ul {
  font-size: 18px;
  line-height: 22px; }
  .article ul li {
    position: relative; }
    .article ul li:not(:last-child) {
      margin-bottom: 25px; }
    .article ul li:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -40px;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: #128037; }

@media screen and (max-width: 767px) {
  .article h4,
  .article p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px; }
  .article h2 {
    font-size: 24px;
    margin-bottom: 25px; }
  .article h3 {
    font-size: 16px;
    margin-bottom: 25px; }
  .article ul {
    font-size: 15px;
    line-height: 20px; }
    .article ul li:not(:last-child) {
      margin-bottom: 20px; }
    .article ul li:before {
      left: -20px;
      top: 8px; } }

.download-file {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  border: 1px solid #e3e1df;
  margin-bottom: 13px; }
  .download-file__title {
    width: calc(100% - 21px);
    padding-right: 20px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
  .download-file__icon {
    width: 21px;
    height: 16px;
    opacity: .4;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
  @media screen and (min-width: 1280px) {
    .download-file {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .download-file:hover {
        border-color: #d4d2cf; }
      .download-file:active .download-file__title,
      .download-file:active .download-file__icon {
        opacity: .3; } }
  @media screen and (max-width: 767px) {
    .download-file {
      border-left: none;
      border-right: none;
      border-top: none;
      margin: 0;
      padding: 15px 0;
      font-size: 14px;
      line-height: 18px; }
      .download-file__title {
        width: 100%;
        padding: 0; }
      .download-file__icon {
        display: none; } }

.file-line {
  height: 52px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .5px;
  padding: 10px 25px;
  color: #756a5e;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #e3e1df;
  border-radius: 8px; }
  .file-line::-webkit-input-placeholder {
    color: rgba(117, 106, 94, 0.3);
    font-size: 16px; }
  .file-line:-moz-placeholder {
    color: rgba(117, 106, 94, 0.3);
    font-size: 16px; }
  .file-line::-moz-placeholder {
    color: rgba(117, 106, 94, 0.3);
    font-size: 16px; }
  .file-line:-ms-input-placeholder {
    color: rgba(117, 106, 94, 0.3);
    font-size: 16px; }
  .file-line input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
  .file-line:not(:last-child) {
    margin-bottom: 12px; }
  .file-line__title {
    width: calc(100% - 16px);
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .file-line__del {
    opacity: .4;
    cursor: pointer; }
    .file-line__del .icon-t-close {
      width: 10px;
      height: 10px; }
  @media screen and (max-width: 767px) {
    .file-line {
      height: 30px;
      border: none;
      font-size: 15px;
      padding: 10px 30px; }
      .file-line:not(:last-child) {
        margin-bottom: 12px; } }

.attach-button {
  cursor: pointer;
  position: relative;
  display: inline-block; }
  .attach-button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
  .attach-button__title {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .attach-button__title svg {
      margin-right: 10px;
      opacity: .2;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
  @media screen and (min-width: 1280px) {
    .attach-button {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .attach-button:hover .attach-button__title svg {
        opacity: .4; }
      .attach-button:active {
        opacity: .3; } }

.tooltip {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  position: relative;
  z-index: 2; }
  .tooltip:hover {
    z-index: 3; }
    .tooltip:hover .tooltip-control {
      background-color: #128037; }
    .tooltip:hover .tooltip-dropdown {
      opacity: 1; }

.tooltip-control {
  width: 19px;
  height: 19px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #756a5e;
  border-radius: 50%;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }

.tooltip-dropdown {
  z-index: 2;
  padding: 16px 20px;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  white-space: normal;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #e3e1df;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }
  .tooltip-dropdown p:not(:last-child) {
    margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .tooltip-dropdown {
      width: 300px;
      position: absolute;
      top: calc(100% + 10px);
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0); }
      .tooltip-dropdown:before {
        content: '';
        position: absolute;
        top: -8px;
        left: 50%;
        height: 0;
        width: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
        border-bottom: 7.5px solid #e3e1df;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out; }
      .tooltip-dropdown:after {
        content: '';
        position: absolute;
        top: -7px;
        left: 50%;
        height: 0;
        width: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
        border-bottom: 7.5px solid #fff;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out; } }
  @media screen and (max-width: 767px) {
    .tooltip-dropdown {
      position: fixed;
      left: 20px;
      right: 20px;
      bottom: 20px;
      font-size: 15px;
      line-height: 18px; } }

.uploadzone__box {
  cursor: pointer;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }
  .uploadzone__box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0; }

.uploadzone__title {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .uploadzone__title svg {
    margin-right: 12px; }

.uploadzone__elem {
  margin-top: 10px; }

@media screen and (min-width: 1280px) {
  .uploadzone__box:hover {
    border-color: #c5c5c5; }
  .uploadzone__box.is_hover {
    background-color: #f6f3ef; } }

@media screen and (max-width: 767px) {
  .uploadzone__box {
    height: 52px;
    border-radius: 8px; }
  .uploadzone__title {
    width: 100%;
    padding: 0 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .uploadzone__title svg {
      width: 10px;
      height: 10px; } }

.upload-line {
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #e3e1df; }
  .upload-line__title {
    width: calc(100% - 120px);
    font-size: 16px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative; }
    .upload-line__title:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 50px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    .upload-line__title input {
      width: 100%;
      color: #756a5e;
      font-size: 16px; }
  .upload-line__close {
    cursor: pointer;
    color: #756a5e;
    opacity: .4;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .upload-line__close .icon-t-close {
      width: 10px;
      height: 10px;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
  .upload-line__edit {
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 55px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .upload-line [type='file'] {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  @media screen and (min-width: 1280px) {
    .upload-line {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .upload-line:hover {
        border-color: #d4d2cf; }
      .upload-line__close:hover {
        opacity: 1; }
        .upload-line__close:hover .icon-t-close {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .upload-line__close:active {
        opacity: .3; } }
  @media screen and (max-width: 767px) {
    .upload-line {
      height: auto;
      display: block; }
      .upload-line__title {
        font-size: 15px;
        width: 100%;
        padding: 15px 0; }
      .upload-line__edit {
        height: 32px;
        position: relative;
        right: auto;
        left: auto;
        padding: 0 25px;
        margin: 0 -25px;
        border-top: 1px solid #e3e1df; }
      .upload-line__close {
        width: 40px;
        height: 32px;
        position: absolute;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.extended-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .extended-button.is_active .extended-button__icon:after {
    opacity: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .extended-button__icon {
    width: 15px;
    height: 15px;
    position: relative; }
    .extended-button__icon:before, .extended-button__icon:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-color: currentColor;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
    .extended-button__icon:before {
      width: 100%;
      height: 1px; }
    .extended-button__icon:after {
      width: 1px;
      height: 100%; }
  .extended-button__title {
    width: calc(100% - 15px);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: 1.8px; }
  @media screen and (min-width: 1280px) {
    .extended-button {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .extended-button:hover {
        color: #128037; }
      .extended-button:active {
        opacity: .3; } }
  @media screen and (max-width: 767px) {
    .extended-button {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .extended-button__icon {
        top: 2px; }
      .extended-button__title {
        font-size: 14px;
        padding-left: 12px; } }

.toggle-card:last-child {
  border-bottom: 1px solid #e3e1df; }

.toggle-card__header {
  cursor: pointer;
  padding: 55px 0;
  border-top: 1px solid #e3e1df;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .toggle-card__header.is_active .toggle-card__arrow svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.toggle-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #128037;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.88px; }

.toggle-card__arrow {
  opacity: .2;
  margin-right: 20px; }
  .toggle-card__arrow svg {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }

.toggle-card__content {
  display: none; }

@media screen and (max-width: 767px) {
  .toggle-card__header {
    padding: 23px 0 20px; }
  .toggle-card__title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.64px; }
  .toggle-card__arrow {
    display: none; } }

/*
 * Modal
 */
@media screen and (min-width: 768px) {
  .mfp-open {
    overflow: visible !important; } }

.mfp-open body {
  overflow: hidden; }

.mfp-ready:not(.mfp-removing) .modal,
.mfp-ready:not(.mfp-removing) .mfp-image-holder {
  opacity: 1; }

.mfp-ready:not(.mfp-removing) .modal-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.mfp-ready:not(.mfp-removing) .mfp-close {
  opacity: 0.2;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-ready.mfp-removing .modal,
.mfp-ready.mfp-removing .mfp-image-holder,
.mfp-ready.mfp-removing .mfp-close {
  opacity: 0; }

.mfp-ready.mfp-removing .modal-box {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
          transform: translate3d(0, -40px, 0); }

.mfp-ready.mfp-removing .mfp-close {
  opacity: 0 !important; }

.mfp-bg {
  background-color: #f6efe4;
  opacity: 0;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out; }
  .mfp-bg.mfp-ready {
    opacity: 1; }
  .mfp-bg.mfp-removing {
    opacity: 0; }

.mfp-container {
  padding: 0; }

.mfp-wrap {
  top: 0 !important;
  position: fixed !important;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media screen and (max-width: 767px) {
    .mfp-wrap {
      padding: 0; } }

[data-mfp-src] {
  outline: none; }

.modal-cancel {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer; }

.mfp-image-holder {
  -webkit-transition: 300ms opacity ease-out;
  transition: 300ms opacity ease-out; }

.mfp-gallery .mfp-close {
  right: 20px;
  top: 20px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #756a5e;
  line-height: 50px;
  opacity: 0.2;
  white-space: nowrap;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .mfp-gallery .mfp-close:before, .mfp-gallery .mfp-close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    margin: -1px 0 0 -15px;
    border-bottom: 2px solid; }
  .mfp-gallery .mfp-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .mfp-gallery .mfp-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .mfp-gallery .mfp-close:hover {
    opacity: 0.6; }

.mfp-gallery .mfp-content {
  padding: 0; }

.mfp-gallery .mfp-arrow {
  opacity: 0.2;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .mfp-gallery .mfp-arrow:before {
    display: none; }
  .mfp-gallery .mfp-arrow:after {
    left: 50%;
    top: 50%;
    width: 16px;
    height: 30px;
    margin: -15px 0 0 -8px;
    background-repeat: no-repeat;
    border: none; }
  .mfp-gallery .mfp-arrow.mfp-arrow-left:after {
    background-image: url("../images/icon-prev.svg"); }
  .mfp-gallery .mfp-arrow.mfp-arrow-right:after {
    background-image: url("../images/icon-next.svg"); }
  .mfp-gallery .mfp-arrow:hover {
    opacity: 0.6; }

.mfp-gallery img.mfp-img {
  padding: 0; }
  @media screen and (min-width: 768px) {
    .mfp-gallery img.mfp-img {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); } }
  @media screen and (max-width: 767px) {
    .mfp-gallery img.mfp-img {
      padding: 35px; } }

.mfp-gallery figcaption {
  display: none; }

.mfp-gallery .mfp-figure:after {
  display: none; }

.mfp-gallery .mfp-figure .mfp-close {
  display: none; }

@media screen and (max-width: 767px) {
  .mfp-arrow {
    width: 50px; } }

.modal-box {
  width: 100%;
  max-width: 492px;
  margin: auto;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 1px solid #e3e1df;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }
  .modal-box__body {
    padding: 50px; }
  .modal-box__text {
    color: #756a5e;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.88px; }
  .modal-box__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .modal-box__button {
    width: 100%;
    height: 63px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #756a5e;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-top: 1px solid #e3e1df;
    background-color: transparent;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .modal-box__button:hover {
      background-color: #f7f7f7; }
    .modal-box__button:active {
      color: rgba(117, 106, 94, 0.3); }
    .modal-box__button:first-child {
      border-radius: 0 0 0 20px; }
    .modal-box__button:last-child {
      border-radius: 0 0 20px 0; }
    .modal-box__button:first-child:last-child {
      border-radius: 0 0 20px 20px; }
    .modal-box__button:not(:last-child) {
      border-right: 1px solid #e3e1df; }
  @media screen and (max-width: 767px) {
    .modal-box {
      max-width: calc(100% - 30px); }
      .modal-box__body {
        padding: 30px; }
      .modal-box__text {
        font-size: 16px;
        line-height: 20px; }
      .modal-box__button {
        height: 50px;
        font-size: 14px; } }

@media screen and (min-width: 768px) {
  .event-wrapper {
    padding-right: 55px; }
    .event-wrapper .service-header {
      padding-right: 40px;
      margin-bottom: 65px; } }

@media screen and (max-width: 767px) {
  .event-wrapper .service-header .text {
    display: none; } }

.event-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .event-tags__el {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase; }
    .event-tags__el._upcoming:before {
      background-color: #128037; }
    .event-tags__el:not(:last-child) {
      margin-right: 50px; }
    .event-tags__el:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 6px;
      height: 6px;
      margin-right: 25px;
      background-color: #a4927f;
      border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .event-tags {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .event-tags__el {
        width: 100%;
        font-size: 14px; }
        .event-tags__el:before {
          width: 4px;
          height: 4px;
          margin-right: 15px; }
        .event-tags__el:not(:last-child) {
          margin-right: 0;
          margin-bottom: 13px; } }

.event-list {
  position: relative; }
  .event-list__line {
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -45px;
    z-index: 2;
    background-color: #f2f2f2; }
    .event-list__line:before, .event-list__line:after {
      content: '';
      width: 100%;
      height: 180px;
      position: absolute;
      left: 0; }
    .event-list__line:before {
      bottom: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#ffffff));
      background-image: linear-gradient(to top, #f2f2f2 0%, #ffffff 100%); }
    .event-list__line:after {
      top: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#e1e1e1));
      background-image: linear-gradient(to top, #fff 0%, #e1e1e1 100%); }
  .event-list__card {
    position: relative; }
  .event-list__card-point {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 42px;
    left: -60px;
    z-index: 3;
    background-color: #fff;
    border: 11px solid #128037;
    border-radius: 50%; }
  .event-list__card_past:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: -80px;
    left: -45px;
    width: 1px;
    background: #e1e1e1;
    z-index: 2; }
  .event-list__card_past:last-child:before {
    bottom: 0; }
  .event-list__card_past .event-list__card-point {
    background: #a4927f;
    border-color: #f6f3ef; }
  @media screen and (min-width: 1280px) {
    .event-list__card:not(:last-child) {
      margin-bottom: 50px; } }
  @media screen and (max-width: 1279px) {
    .event-list {
      border-top: 1px solid rgba(117, 106, 94, 0.2); }
      .event-list__card {
        border-bottom: 1px solid rgba(117, 106, 94, 0.2); } }
  @media screen and (max-width: 767px) {
    .event-list {
      border: none;
      margin: 0 -20px; }
      .event-list__line {
        display: none; }
      .event-list__card {
        border: none; }
        .event-list__card:not(:last-child) {
          margin-bottom: 10px; }
      .event-list__card-point {
        display: none; } }

.event-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border: 1px solid rgba(117, 106, 94, 0.2);
  position: relative; }
  @media screen and (min-width: 1280px) {
    .event-card {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .event-card:hover {
        border-color: #d4d2cf; }
        .event-card:hover:before {
          height: 0;
          width: 0;
          border-top: 7.5px solid transparent;
          border-bottom: 7.5px solid transparent;
          border-right: 7.5px solid #d4d2cf; }
      .event-card:active .event-card__section,
      .event-card:active .event-card__aside {
        opacity: .3; }
      .event-card:before {
        content: '';
        position: absolute;
        top: 48px;
        left: -8px;
        height: 0;
        width: 0;
        border-top: 7.5px solid transparent;
        border-bottom: 7.5px solid transparent;
        border-right: 7.5px solid rgba(117, 106, 94, 0.2);
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out; }
      .event-card:after {
        content: '';
        position: absolute;
        top: 48px;
        left: -7px;
        height: 0;
        width: 0;
        border-top: 7.5px solid transparent;
        border-bottom: 7.5px solid transparent;
        border-right: 7.5px solid #fff; } }
  @media screen and (max-width: 1279px) {
    .event-card {
      padding: 40px 0;
      border: none;
      border-radius: 0; } }
  @media screen and (max-width: 767px) {
    .event-card {
      padding: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      border-radius: 8px;
      border: 1px solid rgba(117, 106, 94, 0.2); } }
  .event-card_upcoming .event-card__title {
    color: #128037; }
  .event-card__section {
    width: calc(100% - 255px);
    padding: 35px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    @media screen and (max-width: 1279px) {
      .event-card__section {
        width: calc(100% - 90px);
        padding: 0 50px 0 0; } }
    @media screen and (max-width: 767px) {
      .event-card__section {
        width: 100%;
        padding: 0; } }
  .event-card__aside {
    width: 255px;
    border-left: 1px solid rgba(117, 106, 94, 0.2);
    padding: 30px 30px 90px;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    @media screen and (max-width: 1279px) {
      .event-card__aside {
        width: 90px;
        padding: 0;
        border: none; } }
    @media screen and (max-width: 767px) {
      .event-card__aside {
        width: 100%;
        position: static; } }
  .event-card__image img {
    width: 100%;
    display: block; }
  @media screen and (max-width: 767px) {
    .event-card__image {
      margin: 0 0 20px; }
      .event-card__image img {
        border-radius: 4px; } }
  .event-card__date {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .event-card__date {
        margin-bottom: 20px; } }
  .event-card__title {
    color: #756a5e;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .event-card__title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px; } }
  .event-card__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .event-card__text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .event-card__more {
      margin-top: 70px; } }
  .event-card__users {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 30px; }
    @media screen and (max-width: 1279px) {
      .event-card__users {
        bottom: 0;
        left: auto;
        right: 0; } }
    @media screen and (max-width: 767px) {
      .event-card__users {
        bottom: 60px;
        left: 20px;
        right: auto; } }
  .event-card__user {
    width: 36px;
    height: 36px;
    position: relative;
    border: 2px solid #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%; }
    .event-card__user:not(:last-child) {
      margin-right: -10px; }
    .event-card__user:first-child {
      z-index: 5; }
    .event-card__user:nth-child(2) {
      z-index: 4; }
    .event-card__user:nth-child(3) {
      z-index: 3; }
    .event-card__user:nth-child(4) {
      z-index: 2; }
    .event-card__user:nth-child(5) {
      z-index: 1; }
    @media screen and (max-width: 767px) {
      .event-card__user {
        width: 30px;
        height: 30px; } }

.event-date {
  color: #756a5e;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 4px;
  background-color: #f6f3ef; }
  .event-date._upcoming {
    color: #fff;
    background-color: #128037; }
  .event-date span:not(:last-child):after {
    content: '';
    width: 4px;
    height: 4px;
    margin: 0 15px;
    background-color: currentColor;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .event-date {
      font-size: 12px;
      line-height: 14px;
      padding: 4px 10px; }
      .event-date span:not(:last-child):after {
        margin: 0 8px; } }

.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px; }
  @media screen and (max-width: 1279px) {
    .pager {
      margin-top: 55px; } }
  @media screen and (max-width: 767px) {
    .pager {
      margin-top: 35px; } }

.pager-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .pager-nav__elem:not(:last-child) {
    margin-right: 8px; }
  .pager-nav__elem.is_active .pager-nav__link {
    border-color: #128037; }
  .pager-nav__link {
    width: 62px;
    height: 62px;
    color: #756a5e;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    border: 1px solid #e3e1df;
    border-radius: 8px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
  @media screen and (min-width: 1280px) {
    .pager-nav__link {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .pager-nav__link:hover {
        border-color: #bab4ae; }
      .pager-nav__link:active {
        color: rgba(117, 106, 94, 0.3); } }
  @media screen and (max-width: 767px) {
    .pager-nav__elem:not(:last-child) {
      margin-right: 6px; }
    .pager-nav__link {
      width: 36px;
      height: 36px;
      font-size: 12px;
      line-height: 1;
      border-radius: 4px; } }

.team-slider {
  position: relative; }
  .team-slider .swiper-container {
    overflow: visible; }
  .team-slider .swiper-slide {
    width: 200px; }
    .team-slider .swiper-slide img {
      position: relative;
      height: 705px;
      left: 50%;
      display: block;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0); }
  .team-slider .swiper-scrollbar {
    position: absolute;
    bottom: 80px;
    left: 130px;
    right: 130px;
    height: 8px;
    border-radius: 4px;
    background-color: #554f49;
    border-radius: 8px;
    z-index: 2; }
  .team-slider .swiper-scrollbar-drag {
    height: 100%;
    background-color: #fff;
    border-radius: 8px; }
  .team-slider .swiper-button._prev,
  .team-slider .swiper-button._next {
    top: 120px; }
  .team-slider .swiper-button._prev {
    left: 95px; }
  .team-slider .swiper-button._next {
    right: 95px; }
  @media screen and (max-width: 1279px) {
    .team-slider .swiper-scrollbar {
      left: 30px;
      right: 30px; }
    .team-slider .swiper-button._prev {
      left: 30px; }
    .team-slider .swiper-button._next {
      right: 30px; } }
  @media screen and (max-width: 767px) {
    .team-slider .swiper-slide {
      width: 100px; }
      .team-slider .swiper-slide img {
        height: 380px; }
    .team-slider .swiper-scrollbar {
      height: 4px;
      left: 20px;
      right: 20px;
      bottom: 30px; }
    .team-slider .swiper-button {
      display: none; } }

.team-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -30px -60px; }
  .team-cards__col {
    width: 50%;
    padding: 0 30px 60px; }
  @media screen and (max-width: 1279px) {
    .team-cards {
      margin: 0 -23px -46px; }
      .team-cards__col {
        padding: 0 23px 46px; } }
  @media screen and (max-width: 767px) {
    .team-cards {
      margin: 0 -12px -28px; }
      .team-cards__col {
        padding: 0 12px 28px; } }

.team-card__image {
  margin: 0 0 24px;
  background-color: #f6efe4; }
  .team-card__image img {
    width: 100%;
    display: block; }

.team-card__name {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.8px; }

@media screen and (max-width: 767px) {
  .team-card__image {
    margin: 0 0 12px; }
  .team-card__name {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0; } }

._zIndex_2 {
  z-index: 2; }

._zIndex_4 {
  z-index: 4; }

._zIndex_6 {
  z-index: 6; }

._zIndex_8 {
  z-index: 8; }

._zIndex_10 {
  z-index: 10; }

.about-hero {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media screen and (max-width: 1279px) {
    .about-hero {
      height: auto;
      padding: 185px 0 120px; } }
  @media screen and (max-width: 767px) {
    .about-hero {
      padding: 120px 0 50px; } }
  .about-hero__back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .about-hero__back:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #554f49;
      opacity: .8; }
  .about-hero__box {
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0 140px 0 150px; }
    @media screen and (max-width: 1279px) {
      .about-hero__box {
        padding: 0 25px 0 95px; } }
    @media screen and (max-width: 767px) {
      .about-hero__box {
        padding: 0 38px; } }
  .about-hero__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .about-hero__header {
        margin-bottom: 35px; } }
  .about-hero__body {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .about-hero__body {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 35px; } }
  .about-hero__icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .about-hero__icons {
        margin-right: -50px; } }
  .about-hero__icon {
    cursor: pointer; }
    .about-hero__icon:not(:last-child) {
      margin-right: 30px; }
    .about-hero__icon svg {
      fill: #f6efe4; }
    @media screen and (max-width: 767px) {
      .about-hero__icon:not(:last-child) {
        margin-right: 15px; } }
  @media screen and (max-width: 767px) {
    .about-hero__nav .service-nav,
    .about-hero__nav .service-nav__elem {
      border-color: rgba(255, 255, 255, 0.2); } }
  @media screen and (min-width: 768px) {
    .about-hero__nav .service-nav__link:hover {
      color: rgba(255, 255, 255, 0.6); }
    .about-hero__nav .service-nav__link:active {
      color: rgba(255, 255, 255, 0.3); } }

.about-body {
  position: relative;
  overflow: hidden;
  margin-top: -60px; }
  @media screen and (max-width: 1279px) {
    .about-body {
      margin-top: 0; }
      .about-body .container {
        padding: 0; } }

.about-scroller {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1279px) {
    .about-scroller {
      display: none; } }
  .about-scroller__back img {
    display: block;
    height: 100%; }

.section-box {
  padding: 150px;
  background-color: #fff; }
  .section-box._transparent {
    background-color: transparent; }
  .section-box._with_block {
    padding: 80px; }
    .section-box._with_block:not(:last-child) {
      margin-bottom: 80px; }
  @media screen and (max-width: 1279px) {
    .section-box {
      padding: 125px; }
      .section-box._with_block {
        padding: 70px 30px; }
        .section-box._with_block:not(:last-child) {
          margin-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    .section-box {
      padding: 50px 58px; }
      .section-box._with_block {
        padding: 40px 20px; }
        .section-box._with_block:not(:last-child) {
          margin-bottom: 50px; } }
  .section-box__line {
    padding-top: 80px;
    border-top: 1px solid rgba(117, 106, 94, 0.2); }
    @media screen and (max-width: 767px) {
      .section-box__line {
        padding-top: 0;
        border: none; } }
  .section-box__block {
    padding: 80px;
    border-radius: 8px;
    border: 1px solid rgba(117, 106, 94, 0.2); }
    @media screen and (max-width: 1279px) {
      .section-box__block {
        padding: 80px 90px; } }
    @media screen and (max-width: 767px) {
      .section-box__block {
        padding: 40px 38px; } }
  .section-box__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 70px; }
    .section-box__header svg {
      fill: #554f49; }
    @media screen and (max-width: 767px) {
      .section-box__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 25px; }
        .section-box__header svg {
          margin-bottom: 25px; } }
  .section-box__body {
    font-size: 22px;
    line-height: 30px; }
    .section-box__body p:not(:last-child) {
      margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .section-box__body {
        font-size: 15px;
        line-height: 18px; }
        .section-box__body p:not(:last-child) {
          margin-bottom: 20px; } }
  .section-box__desc:not(:last-child) {
    margin-bottom: 55px; }
  @media screen and (max-width: 767px) {
    .section-box__desc:not(:last-child) {
      margin-bottom: 30px; } }
  .section-box__views {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .section-box__views {
        margin-bottom: 40px; } }
  .section-box__team-list {
    display: none; }
  .section-box__team-slider {
    position: relative;
    z-index: 2;
    margin: 0 -220px -160px;
    display: none; }
    @media screen and (max-width: 1279px) {
      .section-box__team-slider {
        margin: 0 -121px -151px; } }
    @media screen and (max-width: 767px) {
      .section-box__team-slider {
        margin: 0 -59px -81px; } }
  .section-box h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #128037;
    text-transform: uppercase;
    position: relative; }
    .section-box h3:not(:last-child) {
      margin-bottom: 75px; }
    @media screen and (max-width: 767px) {
      .section-box h3 {
        font-size: 16px;
        line-height: 20px; }
        .section-box h3:not(:last-child) {
          margin-bottom: 35px; } }

.section-logonav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px; }
  @media screen and (max-width: 1279px) {
    .section-logonav {
      margin: 0 -20px; } }
  @media screen and (max-width: 767px) {
    .section-logonav {
      display: block;
      margin: 0;
      padding-top: 30px;
      border-top: 1px solid rgba(117, 106, 94, 0.2); } }
  .section-logonav__el {
    width: 33.3333%;
    padding: 0 30px; }
    @media screen and (min-width: 1280px) {
      .section-logonav__el:hover .section-logonav__logo {
        border-color: #aca69e; }
      .section-logonav__el:active .section-logonav__title,
      .section-logonav__el:active .section-logonav__logo svg {
        opacity: .3; } }
    @media screen and (max-width: 1279px) {
      .section-logonav__el {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .section-logonav__el {
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .section-logonav__el:not(:last-child) {
          margin-bottom: 30px; } }
  .section-logonav__logo {
    height: 250px;
    cursor: pointer;
    position: relative;
    margin-bottom: 25px;
    border: 1px solid rgba(117, 106, 94, 0.2);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    @media screen and (max-width: 1279px) {
      .section-logonav__logo {
        height: 200px; } }
    @media screen and (max-width: 767px) {
      .section-logonav__logo {
        width: 50px;
        height: 35px;
        border: none;
        margin: 0; } }
    .section-logonav__logo svg {
      fill: #554f49;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      @media screen and (max-width: 767px) {
        .section-logonav__logo svg {
          right: auto; } }
  .section-logonav__title {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    @media screen and (max-width: 767px) {
      .section-logonav__title {
        width: calc(100% - 50px);
        text-align: left;
        line-height: 16px; } }

.section-article {
  font-size: 20px;
  line-height: 25px; }
  .section-article p:not(:last-child) {
    margin-bottom: 30px; }
  .section-article b {
    font-weight: 600; }
  @media screen and (max-width: 767px) {
    .section-article {
      font-size: 14px;
      line-height: 18px; }
      .section-article p:not(:last-child) {
        margin-bottom: 15px; } }

.section-toggle-cards .toggle-card__content {
  padding-bottom: 60px; }

@media screen and (max-width: 767px) {
  .section-toggle-cards .toggle-card__content {
    padding-bottom: 30px; } }

.advantage-list {
  font-size: 20px;
  line-height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .advantage-list:last-child {
    margin-bottom: -50px; }
  .advantage-list__elem {
    width: 50%;
    padding: 50px 20px 50px 0;
    border-top: 1px solid #e3e1df; }
  @media screen and (min-width: 768px) {
    .advantage-list__elem:nth-child(odd) {
      padding-right: 60px; } }
  @media screen and (max-width: 767px) {
    .advantage-list {
      font-size: 14px;
      line-height: 18px; }
      .advantage-list:last-child {
        margin-bottom: -20px; }
      .advantage-list__elem {
        width: 100%;
        padding: 20px 0; } }

.advantage-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .advantage-box:last-child {
    margin-bottom: -60px; }
  .advantage-box__elem {
    width: 50%;
    margin-bottom: 60px; }
  .advantage-box__title {
    font-size: 90px;
    font-family: 'AlethiaPro', sans-serif; }
  .advantage-box p {
    font-size: 20px;
    line-height: 25px; }
  @media screen and (max-width: 767px) {
    .advantage-box:last-child {
      margin-bottom: -35px; }
    .advantage-box__elem {
      width: 100%;
      margin-bottom: 35px; }
    .advantage-box__title {
      font-size: 50px; }
    .advantage-box p {
      font-size: 15px;
      line-height: 20px; } }

.swiper-button {
  width: 66px;
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 2; }
  .swiper-button._prev {
    left: 0; }
  .swiper-button._next {
    right: 0; }

.view-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.view-control {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid rgba(117, 106, 94, 0.3);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }
  .view-control.is_active {
    border-color: #128037; }
    .view-control.is_active svg {
      fill: #128037; }
  .view-control:not(:last-child) {
    margin-right: 10px; }
  .view-control svg {
    display: block;
    fill: #554f49; }
  @media screen and (min-width: 1280px) {
    .view-control:hover {
      border-color: #aca69e; } }
  @media screen and (max-width: 767px) {
    .view-control {
      width: 30px;
      height: 30px; }
      .view-control:not(:last-child) {
        margin-right: 7px; } }

.load-button {
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #756a5e;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  letter-spacing: .64px;
  border-radius: 8px;
  background-color: #f7f7f7; }
  @media screen and (min-width: 1280px) {
    .load-button {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .load-button:hover {
        background-color: #f2f2f2; }
      .load-button:active {
        color: rgba(117, 106, 94, 0.3); } }
  @media screen and (max-width: 767px) {
    .load-button {
      height: 52px;
      font-size: 15px; } }

.date {
  height: 52px;
  color: #756a5e;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 26px;
  background-color: #f6f3ef; }
  .date._upcoming {
    color: #fff;
    background-color: #128037; }
  .date span:not(:last-child):after {
    content: '';
    width: 4px;
    height: 4px;
    margin: 0 15px;
    background-color: currentColor;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .date {
      width: 100%;
      font-size: 12px;
      line-height: 14px;
      padding: 0 10px;
      height: 26px;
      border-radius: 4px; }
      .date span:not(:last-child):after {
        margin: 0 8px; } }

@media screen and (min-width: 768px) {
  .news-wrapper {
    padding-right: 55px; }
    .news-wrapper .service-header {
      padding-right: 40px;
      margin-bottom: 65px; } }

@media screen and (max-width: 767px) {
  .news-wrapper .service-header {
    margin-bottom: 30px; } }

@media screen and (min-width: 1280px) {
  .news-list {
    margin-left: -35px; }
    .news-list__el:not(:last-child) {
      margin-bottom: 50px; } }

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .news-list {
    border-top: 1px solid rgba(117, 106, 94, 0.2); }
    .news-list__el {
      border-bottom: 1px solid rgba(117, 106, 94, 0.2); } }

@media screen and (max-width: 767px) {
  .news-list {
    margin: 0 -20px; }
    .news-list__el:not(:last-child) {
      margin-bottom: 8px; } }

.news-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border: 1px solid rgba(117, 106, 94, 0.2);
  position: relative; }
  @media screen and (max-width: 1279px) {
    .news-card {
      padding: 40px 0;
      border: none;
      border-radius: 0; } }
  @media screen and (max-width: 767px) {
    .news-card {
      padding: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      border-radius: 8px;
      border: 1px solid rgba(117, 106, 94, 0.2); } }
  .news-card__section {
    width: calc(100% - 255px);
    padding: 35px; }
    @media screen and (max-width: 1279px) {
      .news-card__section {
        width: 100%;
        padding: 70px 0 0; } }
    @media screen and (max-width: 767px) {
      .news-card__section {
        width: 100%;
        padding: 0; } }
  .news-card__aside {
    width: 255px;
    border-left: 1px solid rgba(117, 106, 94, 0.2);
    padding: 30px; }
    @media screen and (max-width: 1279px) {
      .news-card__aside {
        width: 0;
        padding: 0;
        border: none; } }
    @media screen and (max-width: 767px) {
      .news-card__aside {
        width: 100%; } }
  .news-card__image {
    margin: 0 0 30px; }
    .news-card__image img {
      width: 100%;
      display: block; }

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .news-card__image {
    width: 90px;
    position: absolute;
    top: 40px;
    right: 0; } }
    @media screen and (max-width: 767px) {
      .news-card__image {
        margin: 0 0 20px; }
        .news-card__image img {
          border-radius: 4px; } }
  .news-card__date .event-date {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .news-card__date .event-date {
      text-align: center; } }

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .news-card__date {
    position: absolute;
    top: 40px;
    left: 0; } }
  @media screen and (max-width: 767px) {
    .news-card__date {
      margin-bottom: 20px; } }
  .news-card__title {
    color: #128037;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 25px; }

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .news-card__title {
    padding-right: 130px; } }
    @media screen and (max-width: 767px) {
      .news-card__title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px; } }
  .news-card__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .news-card__text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px; } }

@media screen and (min-width: 768px) {
  .news-detail .service-header {
    margin-bottom: 70px; }
  .news-detail .service-header__title {
    margin-bottom: 60px; } }

.speaker-line:not(:last-child) {
  margin-bottom: 30px; }

.speaker-line__avatar {
  width: 90px;
  height: 90px; }
  .speaker-line__avatar img {
    width: 100%;
    display: block;
    border-radius: 50%; }

.speaker-line__title {
  color: #128037;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase; }

.speaker-line__subtitle {
  font-size: 18px;
  line-height: 22px; }

@media screen and (min-width: 768px) {
  .speaker-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .speaker-line__info {
      width: calc(100% - 90px);
      padding-left: 30px; } }

@media screen and (max-width: 767px) {
  .speaker-line__avatar {
    width: 45px;
    height: 45px;
    margin: 0 0 13px; }
  .speaker-line__title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px; }
  .speaker-line__subtitle {
    font-size: 14px;
    line-height: 18px; } }

.timeline__el {
  font-size: 18px;
  line-height: 30px;
  padding: 30px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #e3e1df; }
  .timeline__el:not(:last-child) {
    margin-bottom: 60px; }
    .timeline__el:not(:last-child):before {
      content: '';
      width: 11px;
      height: 33px;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: auto;
      background: url("../images/scheme-down-arrow.svg") no-repeat;
      background-size: 100%; }

.timeline__title {
  width: calc(100% - 150px); }

.timeline__time {
  width: 150px;
  text-align: right; }

@media screen and (max-width: 767px) {
  .timeline__el {
    padding: 16px;
    font-size: 14px;
    line-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .timeline__el:not(:last-child) {
      margin-bottom: 18px; }
      .timeline__el:not(:last-child):before {
        width: 7px;
        height: 18px;
        background: url("../images/m-scheme-arrow.svg") no-repeat;
        background-size: 100%; }
  .timeline__title {
    width: 100%; }
  .timeline__time {
    width: 100%;
    height: 26px;
    font-size: 12px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    border-radius: 4px;
    background-color: #f6f3ef;
    margin: 0 0 10px; } }

.image-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -30px -60px; }
  .image-grid__col {
    width: 33.333%;
    padding: 0 30px 60px; }
  @media screen and (max-width: 1279px) {
    .image-grid {
      margin: 0 -20px -45px; }
      .image-grid__col {
        padding: 0 20px 45px; } }
  @media screen and (max-width: 767px) {
    .image-grid {
      margin: 0 -12px -24px; }
      .image-grid__col {
        width: 50%;
        padding: 0 12px 24px; } }
  .image-grid__image {
    display: block;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .image-grid__image:hover:before {
        opacity: 0.7; }
      .image-grid__image:hover .image-grid__icon {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); } }
    .image-grid__image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: 300ms ease-out;
      transition: 300ms ease-out; }
    .image-grid__image img {
      width: 100%;
      display: block; }
  .image-grid__icon {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out; }

.contact {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 1280px) {
    .contact {
      height: 100%; } }
  @media screen and (max-width: 1279px) {
    .contact {
      padding: 135px 30px 0; } }
  @media screen and (max-width: 767px) {
    .contact {
      padding: 80px 20px 0; } }

.contact-map {
  width: 100%;
  height: 100%; }
  .contact-map .map {
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1279px) {
    .contact-map {
      width: calc(100% + 60px);
      height: 750px;
      margin: -130px -30px 0; } }
  @media screen and (max-width: 767px) {
    .contact-map {
      width: calc(100% + 40px);
      height: 460px;
      margin: -110px -20px 0; } }

.contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  z-index: 2; }
  .contact-box .title,
  .contact-box .tab-nav {
    margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .contact-box {
      width: 770px;
      position: absolute;
      top: 60px;
      bottom: 60px;
      left: 60px; }
      .contact-box .breadcrumb {
        display: none; }
      .contact-box__container {
        width: 460px; } }
  @media screen and (max-width: 1279px) {
    .contact-box {
      padding: 80px 90px;
      position: relative;
      border: 1px solid #ebebeb; }
      .contact-box__container {
        width: 100%; }
      .contact-box__button {
        display: none; } }
  @media screen and (max-width: 767px) {
    .contact-box {
      padding: 40px; }
      .contact-box .breadcrumb {
        display: none; }
      .contact-box .title {
        margin-bottom: 30px; }
      .contact-box .tab-nav {
        margin-bottom: 40px; } }

.contact-info {
  font-size: 16px;
  line-height: 20px; }
  .contact-info p:not(:last-child) {
    margin-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .contact-info {
      min-height: 160px; } }
  @media screen and (max-width: 767px) {
    .contact-info {
      font-size: 14px;
      line-height: 18px; } }

@media screen and (min-width: 1280px) {
  .contact-form {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px;
    background-color: #f6efe4;
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .contact-form.is_active {
      opacity: 1;
      pointer-events: all; }
    .contact-form .form-field_textarea {
      width: 300px;
      position: absolute;
      top: 0;
      left: calc(100% + 260px); }
    .contact-form textarea.form-input {
      min-height: 200px;
      height: auto;
      border: none;
      resize: none;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .contact-form textarea.form-input:hover {
        opacity: .6; }
      .contact-form textarea.form-input:focus {
        opacity: 1; }
    .contact-form__close {
      width: 48px;
      height: 48px;
      position: absolute;
      top: 40px;
      right: 40px;
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      border: 1px solid #e3e1df;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      .contact-form__close:hover {
        border-color: rgba(1, 1, 1, 0.3); }
        .contact-form__close:hover svg {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .contact-form__close svg {
        width: 10px;
        height: 10px;
        display: block;
        opacity: .4;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out; }
    .contact-form__section {
      width: 770px;
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-right: 1px solid #e3e1df; }
    .contact-form__block {
      width: 460px; }
    .contact-form__buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 120px; }
      .contact-form__buttons .button {
        margin-right: 40px; } }

@media screen and (max-width: 1279px) {
  .contact-form {
    margin-top: -140px; }
    .contact-form__close {
      display: none; }
    .contact-form__buttons .link {
      display: none; }
    .contact-form__box {
      padding: 80px 90px; }
    .contact-form__buttons {
      margin-top: 50px; } }

@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: -120px; }
    .contact-form__box {
      padding: 40px;
      border: 1px solid #ebebeb; }
    .contact-form__buttons {
      margin-top: 30px; }
      .contact-form__buttons .button {
        width: 100%; } }

.contact-form__box {
  height: 100%;
  position: relative;
  background-color: #fff; }

.contact-form__block {
  position: relative; }

.cookie {
  width: 100%;
  max-width: 677px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px #0000001a;
          box-shadow: 0px 10px 20px 0px #0000001a;
  border: 1px solid #e1dfdd;
  z-index: 100;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .cookie {
      width: auto;
      left: 14px;
      right: 14px;
      bottom: 14px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.cookie__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  padding: 20px 30px 20px 25px;
  border-right: 1px solid #e1dfdd; }
  @media screen and (max-width: 767px) {
    .cookie__text {
      padding: 20px;
      font-size: 13px;
      line-height: 16px;
      border-right: none;
      border-bottom: 1px solid #e1dfdd; } }
  .cookie__text a {
    border-bottom: 1px solid currentColor;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    @media (hover: hover) {
      .cookie__text a:hover {
        border-color: transparent; }
      .cookie__text a:active {
        color: rgba(117, 106, 94, 0.3); } }

.cookie__apply {
  width: 115px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #756a5e;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0 10px 10px 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  @media screen and (max-width: 767px) {
    .cookie__apply {
      width: 100%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 10px 20px; } }
  @media (hover: hover) {
    .cookie__apply:hover {
      background-color: #fbf9f7; }
    .cookie__apply:active {
      color: rgba(117, 106, 94, 0.3); } }

/*# sourceMappingURL=main.css.map */
