/*! 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 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
@font-face {
  font-family: 'Montserrat-bold';
  src: url("../fonts/montserrat/Montserrat-Bold.eot");
  src: url("../fonts/montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

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

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

.preloader {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #1a1a1a;
  overflow: hidden; }
  .preloader .content-preloader {
    position: relative;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px); }

.loading--inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .loading--inner:after {
    position: absolute;
    content: '';
    height: 1px;
    bottom: -2px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2); }
  .loading--inner .loading--box {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1; }
    .loading--inner .loading--box.dbl-width {
      width: 22px; }
    .loading--inner .loading--box.upper {
      height: 18px; }
    .loading--inner .loading--box.hang {
      height: 8px; }
    .loading--inner .loading--box.sink {
      height: 5px;
      width: 2px; }
    .loading--inner .loading--box.dbl-height {
      height: 30px; }
  .loading--inner .loading--box-animate {
    -webkit-animation: loading--box-animation 3s infinite ease-in-out;
            animation: loading--box-animation 3s infinite ease-in-out; }
  .loading--inner .loading--text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    position: absolute;
    line-height: 1.6em;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-animation: loading--text-animation 2s infinite;
            animation: loading--text-animation 2s infinite; }

@-webkit-keyframes loading--text-animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loading--text-animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes loading--box-animation {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0); }
  10% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  90% {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0); } }

@keyframes loading--box-animation {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0); }
  10% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  90% {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0); } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  outline-width: 0; }

body {
  overflow-x: hidden;
  font-family: "Montserrat-regular";
  font-size: 16px;
  color: #000000; }

ul {
  list-style: none;
  padding-left: 0; }

a {
  text-decoration: none; }

input {
  padding: 9px 20px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  color: #000000; }

.default-page-wrapper {
  margin-top: 30px; }

.block-title {
  font-size: 40px;
  font-family: "Montserrat-bold";
  text-transform: uppercase;
  margin: 0; }

@media (max-width: 767px) {
  .block-title {
    font-size: 26px; } }

.default-button {
  display: inline-block;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Montserrat-bold";
  color: #FFFFFF;
  padding: 12px 46px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .default-button:hover {
    background-color: #FFFFFF;
    color: #000000; }

.container {
  max-width: 1900px;
  padding: 0px 15px;
  margin: 0 auto; }

.wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100vh; }

.content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.footer {
  z-index: 1; }

input::-webkit-input-placeholder {
  opacity: 1;
  color: #000000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input::-moz-placeholder {
  opacity: 1;
  color: #000000;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:-moz-placeholder {
  opacity: 1;
  color: #000000;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:-ms-input-placeholder {
  opacity: 1;
  color: #000000;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus::-webkit-input-placeholder {
  opacity: 0;
  color: #000000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus::-moz-placeholder {
  opacity: 0;
  color: #000000;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus:-moz-placeholder {
  opacity: 0;
  color: #000000;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus:-ms-input-placeholder {
  opacity: 0;
  color: #000000;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input {
  outline: none;
  border: none; }

button {
  outline: none;
  border: none;
  background: none; }

.section {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center; }

.no-scroll {
  overflow: hidden; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 7;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .overlay.active {
    visibility: visible;
    opacity: 1; }

.btn-to-top {
  position: fixed;
  right: -100px;
  bottom: 15%;
  width: 40px;
  height: 40px;
  background: #000000;
  color: #fff;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .btn-to-top:hover {
    background: rgba(0, 0, 0, 0.7); }
  .btn-to-top.active {
    right: 0;
    z-index: 2; }

.breadcrumbs {
  margin-bottom: 50px; }
  .breadcrumbs a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    position: relative; }
    .breadcrumbs a:not(:last-child) {
      margin-right: 25px; }
      .breadcrumbs a:not(:last-child)::after {
        content: '\2192';
        position: absolute;
        font-size: 21px;
        right: -19px;
        top: -4px; }
    .breadcrumbs a:hover {
      text-decoration: underline; }

/* Style the tab */
.tab, .tabs {
  overflow: hidden; }

/* Style the buttons that are used to open the tab content */
.tabs-header button {
  position: relative; }

/* Change background color of buttons on hover */
/* Create an active/current tablink class */
/* Style the tab content */
.tabcontent, .tab-b {
  display: none;
  border-top: none; }

.tab-b:nth-child(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.tabcontent, .tab-b {
  -webkit-animation: fadeEffect 1.3s;
          animation: fadeEffect 1.3s;
  /* Fading effect takes 1 second */ }

/* Go from zero to full opacity */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.container-radiobutton {
  position: relative;
  cursor: pointer;
  padding-left: 30px; }
  .container-radiobutton:not(:last-child) {
    margin-bottom: 8px; }

.container-radiobutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark-radiobutton {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #CDCDCD; }

/* On mouse-over, add a grey background color */
.container-radiobutton:hover input ~ .checkmark-radiobutton {
  background-color: #e0e0e0; }

/* When the radio button is checked, add a blue background */
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radiobutton:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container-radiobutton input:checked ~ .checkmark-radiobutton:after {
  display: block; }

/* Style the indicator (dot/circle) */
.container-radiobutton .checkmark-radiobutton:after {
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000000; }

.container-checkbox {
  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;
  padding-top: 3px;
  padding-left: 29px; }

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(50, 50, 50, 0.2); }

.container-checkbox .checkmark::after {
  display: block;
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background: #4067A3;
  border-radius: 2px; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
  border-color: #FFFFFF !important; }

.header {
  background-color: #FFFFFF;
  width: 100%;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 6;
  position: fixed; }
  .header.header-sticky {
    background: rgba(0, 0, 0, 0.8);
    padding: 12px 0; }
    .header.header-sticky .header-logo {
      max-width: 150px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .header.header-sticky .header-logo img {
        -webkit-filter: invert(1);
                filter: invert(1); }
    .header.header-sticky .header-menu-list__item a {
      color: #FFFFFF; }
      .header.header-sticky .header-menu-list__item a::before, .header.header-sticky .header-menu-list__item a::after {
        background-color: #FFFFFF; }
    .header.header-sticky .lang a.lang-active {
      color: #FFFFFF; }
    .header.header-sticky .lang a {
      color: rgba(255, 255, 255, 0.5); }
  .header .header-in-wrapper {
    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;
    width: 100%; }
  .header .header-logo {
    max-width: 250px;
    z-index: 6;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s; }
    .header .header-logo img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    .header .header-logo:hover {
      opacity: 0.7; }
  .header nav {
    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 .header-menu-list {
    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-right: 120px; }
    .header .header-menu-list__item:not(:last-child) {
      margin-right: 50px; }
    .header .header-menu-list__item a {
      font-size: 17px;
      color: #000000;
      position: relative;
      padding: 5px 0; }
      .header .header-menu-list__item a::before, .header .header-menu-list__item a::after {
        content: '';
        position: absolute;
        height: 1px;
        width: 0;
        background-color: #000000;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .header .header-menu-list__item a::before {
        top: 0;
        right: 0; }
      .header .header-menu-list__item a::after {
        bottom: 0;
        left: 0; }
      .header .header-menu-list__item a:hover::before, .header .header-menu-list__item a:hover::after {
        width: 100%; }

.lang a.lang-active {
  color: #000000; }

.lang a {
  color: rgba(0, 0, 0, 0.5); }
  .lang a:not(:last-child) {
    margin-right: 30px; }

.mobile-menu-btn {
  display: none;
  position: absolute;
  right: 25px;
  top: 40px;
  cursor: pointer;
  background: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: content-box;
  width: 30px;
  height: 26px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 111; }
  .mobile-menu-btn:before, .mobile-menu-btn:after {
    content: "";
    position: absolute;
    background: #000000;
    height: 4px;
    right: 0;
    will-change: rotate;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .mobile-menu-btn:before {
    width: 25px;
    top: -10px; }
  .mobile-menu-btn:after {
    bottom: -10px;
    width: 35px; }
  .mobile-menu-btn.active {
    background: transparent;
    background-clip: content-box; }
    .mobile-menu-btn.active:before {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
      top: 0;
      background: #000000;
      width: 110%; }
    .mobile-menu-btn.active:after {
      bottom: 0;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
      background: #000000;
      width: 110%; }

@media (max-width: 1650px) {
  .header .header-logo {
    max-width: 200px; }
  .header .header-menu-list {
    margin-right: 60px; }
    .header .header-menu-list__item:not(:last-child) {
      margin-right: 40px; }
    .header .header-menu-list__item a {
      font-size: 16px; }
  .header .lang a {
    font-size: 16px; } }

@media (max-width: 1400px) {
  .header .header-menu-list {
    margin-right: 60px; }
    .header .header-menu-list__item:not(:last-child) {
      margin-right: 25px; }
    .header .header-menu-list__item a {
      font-size: 15px; }
  .header .lang a {
    font-size: 15px; }
    .header .lang a:not(:last-child) {
      margin-right: 15px; } }

@media (max-width: 1200px) {
  .header .header-logo {
    max-width: 150px; }
  .header .header-menu-list {
    margin-right: 35px; }
    .header .header-menu-list__item:not(:last-child) {
      margin-right: 16px; }
    .header .header-menu-list__item a {
      font-size: 14px; }
  .header .lang a {
    font-size: 14px; } }

@media (max-width: 991px) {
  .mobile-menu-btn {
    display: block; }
  .header nav {
    display: none; } }

.mobile-menu {
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 5;
  padding-top: 100px; }
  .mobile-menu.open {
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  .mobile-menu-in-wrapper {
    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;
    background: #F1F1F1;
    height: 100%; }
    .mobile-menu-in-wrapper .lang {
      padding: 40px 15px;
      padding-bottom: 20px; }
    .mobile-menu-in-wrapper .mobile-menu-list {
      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;
      width: 100%;
      text-align: center;
      margin: 0; }
      .mobile-menu-in-wrapper .mobile-menu-list__item {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .mobile-menu-in-wrapper .mobile-menu-list__item a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 20px 15px;
          text-transform: uppercase;
          color: #000000;
          font-family: "Montserrat-500";
          background: #F1F1F1; }

.modal.open .modal-overlay, .modal.open .modal-window {
  opacity: 1;
  z-index: 60; }

.modal.open .modal-window {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1; }

.modal.open .modal-overlay {
  background: rgba(0, 0, 0, 0.7); }

.modal.hiding .modal-overlay, .modal.hiding .modal-window {
  opacity: 1;
  z-index: 60; }

.modal.hiding .modal-window {
  top: 50%;
  -webkit-transform: translateY(-500px);
      -ms-transform: translateY(-500px);
          transform: translateY(-500px);
  opacity: 0; }

.modal.hiding .modal-overlay {
  background: rgba(0, 0, 0, 0); }

.modal-window, .modal-overlay {
  opacity: 0;
  z-index: -1; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.4s ease-in;
  -o-transition: background 0.4s ease-in;
  transition: background 0.4s ease-in; }

.modal-window {
  width: 90%;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 45px 0;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-500px);
      -ms-transform: translateY(-500px);
          transform: translateY(-500px);
  -webkit-transition: top 0.4s ease-in-out,opacity 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
  transition: top 0.4s ease-in-out,opacity 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out,top 0.4s ease-in-out,opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out,top 0.4s ease-in-out,opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out,top 0.4s ease-in-out,opacity 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out; }

.modal-header {
  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;
  padding: 0px 10px; }
  .modal-header .modal-title {
    font-size: 1.5rem;
    font-family: "Montserrat-bold";
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto; }
  .modal-header .modal-close {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    font-size: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .modal-header .modal-close:hover {
      color: #ccc; }

.modal-body {
  margin: 0 auto;
  padding: 15px 0; }
  .modal-body p {
    margin: 0 0 5px; }
  .modal-body form {
    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;
    max-width: 600px;
    width: 90%;
    margin: 25px auto; }
    .modal-body form input, .modal-body form textarea {
      padding: 17px 24px;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.7);
      background: #FFFFFF;
      border: 1px solid #DDDDDD;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 6px;
      margin-bottom: 20px; }
    .modal-body form textarea {
      margin-bottom: 0;
      resize: none;
      height: 100px; }

.modal-footer .button-wrapper {
  margin-top: 0;
  text-align: center; }
  .modal-footer .button-wrapper .btn-default {
    margin-top: 0;
    display: inline-block !important; }

.select-wrap {
  margin: 50% auto;
  width: 500px; }

.select {
  width: 100%;
  position: relative;
  z-index: 9; }
  .select.open .select__dropdown {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .select.open .select__input {
    border-bottom: none; }
    .select.open .select__input::after {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .select.open .select__backdrop {
    display: block; }
  .select__backdrop {
    position: fixed;
    z-index: -1;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); }
  .select__input {
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    height: 46px;
    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 1rem;
    cursor: pointer;
    position: relative; }
    .select__input::after {
      content: '\003E';
      position: absolute;
      right: 13px;
      font-family: monospace;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      font-size: 20px;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
  .select__dropdown {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    top: 46px;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .select__list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .select__item {
    padding: 1rem;
    border-bottom: 1px solid #F1F1F1;
    -webkit-transition: 0.2s background-color ease-in;
    -o-transition: 0.2s background-color ease-in;
    transition: 0.2s background-color ease-in; }
    .select__item.selected {
      background: #ccc; }
    .select__item:hover {
      background: #F1F1F1;
      cursor: pointer; }

.main-hero {
  height: 100vh;
  background: url("../img/hero-bg.png") no-repeat;
  background-size: cover;
  position: relative; }
  .main-hero .hero-in-wrapper {
    position: relative;
    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;
    height: 100%; }
    .main-hero .hero-in-wrapper .hero-img {
      padding: 0 20px;
      max-width: 626px; }
      .main-hero .hero-in-wrapper .hero-img img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }

.hero-about {
  height: 850px;
  background: url("../img/hero-about.png") no-repeat;
  background-size: cover;
  position: relative; }
  .hero-about .hero-in-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 43px;
    max-width: 991px;
    width: 100%; }
    .hero-about .hero-in-wrapper p {
      color: #FFFFFF;
      margin: 0; }
      .hero-about .hero-in-wrapper p:not(:first-child) {
        margin-top: 15px; }

@media (max-width: 1200px) {
  .hero-about {
    height: 800px; } }

@media (max-width: 991px) {
  .hero-about {
    height: auto; }
    .hero-about .hero-in-wrapper {
      position: relative; } }

.privilege {
  padding: 80px 0;
  background-color: #FFFFFF; }
  .privilege .privilege-list {
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .privilege .privilege-list__item {
      width: 19%;
      text-align: center; }
      .privilege .privilege-list__item .privilege-img {
        margin-bottom: 20px; }
      .privilege .privilege-list__item .privilege-text {
        margin: 0 auto;
        max-width: 80%;
        font-size: 16px;
        font-family: "Montserrat-bold"; }
    .privilege .privilege-list__item-text .privilege-img {
      font-size: 40px;
      font-family: "Montserrat-bold"; }
    .privilege .privilege-list__item-text .privilege-text {
      font-size: 13px;
      font-family: "Montserrat-regular"; }

@media (max-width: 991px) {
  .privilege {
    padding: 40px 0; }
    .privilege .privilege-list__item {
      width: 33%;
      text-align: center;
      margin-bottom: 25px; }
      .privilege .privilege-list__item .privilege-text {
        font-size: 14px; }
    .privilege .privilege-list__item-text .privilege-img {
      font-size: 35px; }
    .privilege .privilege-list__item-text .privilege-text {
      font-size: 12px; } }

@media (max-width: 550px) {
  .privilege .privilege-list__item {
    width: 49%; } }

.about-us {
  padding: 100px 0;
  background-color: #000000; }
  .about-us .about-us-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .about-us .about-us-text {
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .about-us .about-us-text .about-us__title {
      margin-top: 0;
      margin-bottom: 35px;
      font-size: 36px;
      color: #FFFFFF; }
    .about-us .about-us-text p {
      font-size: 13px;
      line-height: 22px;
      color: rgba(255, 255, 255, 0.87);
      margin-top: 0; }

.about-us-link-block {
  margin-top: 31px; }

.about-us-link {
  display: inline-block;
  font-family: "Montserrat-500";
  color: #FFFFFF;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px dashed #FFFFFF; }
  .about-us-link:hover {
    border-bottom: 1px dashed transparent; }

.default-page-wrapper.about-us-page {
  padding-top: 0;
  margin-top: 0; }
  .default-page-wrapper.about-us-page .about-us {
    padding-top: 40px; }
  .default-page-wrapper.about-us-page .breadcrumbs a {
    color: #FFFFFF; }

.about-us-additional {
  background: #F1F1F1; }
  .about-us-additional-text {
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .about-us-additional-text p {
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 0; }
      .about-us-additional-text p:not(:first-child) {
        margin-top: 15px; }
  .about-us-additional-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 340px; }

.about-us-centered-text {
  padding: 55px 0;
  text-align: center; }
  .about-us-centered-text .container {
    max-width: 991px; }
  .about-us-centered-text p {
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 0;
    margin-top: 0; }
    .about-us-centered-text p:not(:first-child) {
      margin-top: 15px; }

.about-steps {
  background: #000000;
  padding: 40px 0; }
  .about-steps__title {
    color: #FFFFFF;
    font-size: 36px;
    margin: 0;
    margin-bottom: 15px; }
  .about-steps .about-steps-list {
    list-style: none; }
    .about-steps .about-steps-list__item {
      color: #FFFFFF; }
      .about-steps .about-steps-list__item:not(:last-child) {
        margin-bottom: 20px; }

.sale {
  padding: 20px 0;
  background-color: #F1F1F1; }
  .sale .percent {
    font-size: 200px;
    font-family: "Montserrat-bold";
    color: #FFFFFF; }
  .sale .sale-content {
    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-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;
    text-align: center; }
    .sale .sale-content .sale__title {
      font-size: 36px;
      margin-top: 0;
      margin-bottom: 25px;
      color: #000000;
      font-family: "Montserrat-500"; }
    .sale .sale-content .sale__button {
      display: inline-block;
      padding: 15px 30px;
      font-size: 30px;
      color: #D3A54A;
      font-size: "Montserrat-bold";
      border: 2px solid #D3A54A;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .sale .sale-content .sale__button:hover {
        background-color: #D3A54A;
        color: #FFFFFF; }
      .sale .sale-content .sale__button:active {
        background-color: #bc8c2e; }

@media (max-width: 991px) {
  .sale {
    padding: 20px;
    background-color: #F1F1F1; }
    .sale .percent {
      display: none; }
    .sale .sale-content .sale__title {
      font-size: 23px;
      margin-bottom: 30px; }
    .sale .sale-content .sale__button {
      display: inline-block;
      padding: 13px 25px;
      font-size: 20px; } }

.our-works .container--our-works {
  max-width: 1500px; }

.our-works__title {
  padding-top: 116px;
  padding-bottom: 65px;
  padding-left: 40px;
  position: relative; }
  .our-works__title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }

.our-works .our-works-item-wrapper {
  padding: 0;
  height: 700px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s; }
  .our-works .our-works-item-wrapper:first-child {
    width: 65%; }
  .our-works .our-works-item-wrapper:last-child {
    width: 35%; }
  .our-works .our-works-item-wrapper.active-big:last-child {
    width: 65% !important; }
  .our-works .our-works-item-wrapper.activate-small:first-child {
    width: 35% !important; }

.our-works .our-works-list:nth-child(odd) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.our-works .our-works-item {
  position: relative;
  height: 100%; }

.our-works .our-works-img {
  height: 100%;
  position: relative; }
  .our-works .our-works-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -webkit-box-shadow: inset 0px -121px 165px -61px #000000;
            box-shadow: inset 0px -121px 165px -61px #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .our-works .our-works-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.our-works .our-works-info {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  left: 40px; }

.our-works .about-us-link-block {
  margin-top: 20px; }

.our-works .our-works-info__title {
  margin: 0;
  font-size: 34px;
  color: #FFFFFF;
  font-weight: 400 !important; }

.our-works .our-works-link-in-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  padding-bottom: 100px; }
  .our-works .our-works-link-in-wrapper::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }

.our-works .our-works__more-link {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 23px 52px;
  padding-left: 40px;
  color: #000000;
  background-color: rgba(211, 165, 74, 0.2);
  font-size: 24px;
  font-family: "Montserrat-bold";
  text-transform: uppercase;
  text-decoration: underline;
  position: relative; }
  .our-works .our-works__more-link::before {
    content: '';
    position: absolute;
    width: 1500px;
    height: 73px;
    top: 0;
    right: 352px;
    background-color: rgba(211, 165, 74, 0.2); }
  .our-works .our-works__more-link:hover {
    text-decoration: none; }

@media (max-width: 1200px) {
  .our-works .about-us-link-block {
    margin-top: 14px; }
  .our-works .about-us-link {
    font-size: 13px; }
  .our-works .our-works-info__title {
    font-size: 24px;
    padding-right: 5px; } }

@media (max-width: 991px) {
  .our-works .our-works-item-wrapper {
    height: 600px; }
    .our-works .our-works-item-wrapper:first-child {
      width: 100%; }
    .our-works .our-works-item-wrapper:last-child {
      width: 100%; } }

@media (max-width: 520px) {
  .our-works .our-works-item-wrapper {
    height: 400px; } }

@media (max-width: 460px) {
  .our-works .our-works-item-wrapper {
    height: 320px; } }

.project-main-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 900px;
  overflow: hidden; }
  .project-main-photo img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.project-photo-line {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .project-photo-line__item {
    width: 33.3333%;
    max-height: 420px; }
    .project-photo-line__item img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

.project-details-photo {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .project-details-photo__item {
    width: 50%;
    max-height: 750px; }
    .project-details-photo__item img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    .project-details-photo__item:first-child {
      width: 100%; }

@media (max-width: 767px) {
  .project-photo-line__item {
    width: 100%; }
  .project-details-photo__item {
    width: 100%;
    max-height: 450px; } }

.statement {
  padding: 42px 0;
  background: url("../img/order-img/order-left.png") no-repeat left center, url("../img/order-img/order-right.png") no-repeat right center, rgba(0, 0, 0, 0.85); }
  .statement.statement--white {
    background: #F1F1F1; }
    .statement.statement--white input {
      border: none;
      color: #000000; }
    .statement.statement--white .statement__title {
      color: #000000; }
    .statement.statement--white .statement-button-wrap .statement-button {
      color: #000000;
      border-color: #000000; }
      .statement.statement--white .statement-button-wrap .statement-button:hover {
        background: #000000;
        color: #FFFFFF; }
  .statement .statement__title {
    margin: 0;
    font-size: 36px;
    color: #FFFFFF;
    font-family: "Montserrat-regular";
    text-align: center; }
    .statement .statement__title span {
      margin-top: 2px;
      display: block;
      font-size: 16px; }
  .statement .statement-form {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px; }
    .statement .statement-form .statement-button-wrap {
      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;
      margin-top: 25px; }
  .statement .upload-img {
    position: relative; }
    .statement .upload-img .upload-img-info {
      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; }
    .statement .upload-img .upload-img-text {
      display: inline-block;
      margin-left: 5px;
      font-size: 14px;
      color: #FFFFFF;
      border-bottom: 1px dashed #FFFFFF; }
    .statement .upload-img .input-file {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
    .statement .upload-img:hover .upload-img-text {
      border-bottom: 1px solid transparent;
      color: rgba(255, 255, 255, 0.9); }

@media (max-width: 991px) {
  .statement .statement-form {
    max-width: 600px; }
    .statement .statement-form .statement-input-wrap:not(:first-child) {
      margin-top: 13px; } }

.works-details {
  padding-top: 100px;
  padding-bottom: 90px; }
  .works-details.works-details--services-page {
    padding-top: 0; }
    .works-details.works-details--services-page .works-details-item:nth-child(even) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
  .works-details .container {
    max-width: 1700px; }
  .works-details__title {
    margin: 0;
    font-size: 36px;
    margin-bottom: 15px;
    font-family: "Montserrat-regular";
    font-weight: 400; }
  .works-details .works-details-img {
    -webkit-box-shadow: 30px 30px;
            box-shadow: 30px 30px; }
    .works-details .works-details-img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .works-details .works-details-list {
    margin-top: 60px; }
    .works-details .works-details-list p {
      margin: 0;
      margin-bottom: 12px;
      font-size: 13px;
      line-height: 170%; }
  .works-details .works-details-text {
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 50px; }
  .works-details .link-more-wrapper {
    margin-top: 12px; }
    .works-details .link-more-wrapper .link-more {
      display: inline-block;
      font-family: "Montserrat-bold";
      font-size: 16px;
      padding-bottom: 2px;
      text-transform: uppercase;
      color: #000000;
      border-bottom: 2px solid #000000;
      -webkit-transition: border 0.3s;
      -o-transition: border 0.3s;
      transition: border 0.3s; }
      .works-details .link-more-wrapper .link-more:hover {
        border-bottom: 2px solid transparent; }
  .works-details .works-details-item {
    padding-right: 26px; }
    .works-details .works-details-item:nth-child(even) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .works-details .works-details-item:not(:last-child) {
      margin-bottom: 80px; }

@media (max-width: 991px) {
  .works-details {
    padding-top: 70px;
    padding-bottom: 55px; }
    .works-details .works-details-list {
      margin-top: 40px; }
    .works-details .works-details-img {
      -webkit-box-shadow: 20px 20px;
              box-shadow: 20px 20px; }
    .works-details .works-details-item {
      padding-right: 15px; }
  .works-details .works-details-text {
    padding-left: 15px;
    padding-right: 0;
    padding-top: 40px; } }

.additional-services {
  padding-bottom: 50px; }
  .additional-services .additional-services-list-container {
    margin-top: 60px; }
  .additional-services .additional-services-item {
    padding-bottom: 25px; }
  .additional-services .additional-services-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .additional-services .additional-services-img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    .additional-services .additional-services-img:hover {
      opacity: 0.7; }
  .additional-services .additional-services-text {
    display: block;
    margin-top: 7px;
    font-size: 24px;
    color: #000000; }

.our-inst__photo-item a {
  width: 100%;
  height: 100%; }

.our-inst__photo-item img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1; }

.our-inst__photo-item:hover img {
  opacity: 0.6; }

.our-inst__photo-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.our-inst .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.our-inst .slick-slide {
  height: inherit !important; }

.our-inst .slick-next {
  right: 0; }

.our-inst .slick-prev {
  left: 0;
  z-index: 1; }

.our-inst .slick-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.our-inst .slick-dotted.slick-slider {
  margin-bottom: 0; }

@media (max-width: 1100px) {
  .our-inst__photo-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .our-inst__photo-item {
    width: 33.3%; } }

@media (max-width: 991px) {
  .our-inst__title-wrapper {
    padding: 35px 0;
    border-radius: 86px 86px 0px 0px; }
  .our-inst__title {
    font-size: 24px; } }

@media (max-width: 800px) {
  .our-inst__title-wrapper {
    padding: 35px 0;
    border-radius: 86px 86px 0px 0px; }
  .our-inst__title {
    font-size: 18px;
    letter-spacing: 1px; } }

@media (max-width: 650px) {
  .our-inst__title-wrapper {
    padding: 28px 0;
    border-radius: 300px 300px 0px 0px; }
  .our-inst__title {
    font-size: 14px;
    width: 80%;
    text-align: center;
    margin: 0 auto; } }

.blog {
  padding: 40px 0; }
  .blog__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .blog__img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .blog__info {
    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-bottom: 25px; }
  .blog__text {
    font-family: "Montserrat-bold";
    font-size: 16px;
    text-align: center;
    padding-right: 8px;
    padding-top: 10px; }
  .blog__link {
    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;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 25px;
    color: #FFFFFF;
    font-family: monospace;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .blog__link:hover {
      background: #000000; }

.database .database-subtitle {
  font-size: 28px;
  margin: 0; }

.database .database-info .database-info-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.database .database-info .database-info__title {
  font-size: 16px;
  line-height: 170%;
  font-family: "Montserrat-bold";
  margin: 0; }

.database .database-info .database-info-text {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.database .database-info .database-info-list__item {
  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;
  line-height: 170%;
  margin: 0; }
  .database .database-info .database-info-list__item:not(:first-child) {
    margin-top: 15px; }
  .database .database-info .database-info-list__item::before {
    content: '-';
    display: block; }

.reviews-form {
  margin-top: 50px; }
  .reviews-form .reviews-form__title {
    font-size: 16px;
    font-family: "Montserrat-bold";
    margin-top: 0;
    margin-bottom: 26px; }
  .reviews-form .reviews-form-in-wrapper {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .reviews-form .reviews-form-in-wrapper input, .reviews-form .reviews-form-in-wrapper textarea {
      background: #FFFFFF;
      border: 1px solid #D5D5D5;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      width: 48%;
      margin-bottom: 20px; }
    .reviews-form .reviews-form-in-wrapper textarea {
      width: 100%;
      padding: 15px; }
  .reviews-form .button-wrapper {
    margin-top: 2px; }
    .reviews-form .button-wrapper .reviews-form-button {
      border: 1px solid #000000;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      font-size: 16px;
      font-family: "Montserrat-bold";
      padding: 13px 45px;
      cursor: pointer;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .reviews-form .button-wrapper .reviews-form-button:hover {
        background: #000000;
        color: #FFFFFF; }

.reviews {
  margin-top: 57px; }
  .reviews .reviews-list__item:not(:last-child) {
    margin-bottom: 50px; }
  .reviews .reviews-person {
    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; }
    .reviews .reviews-person-img {
      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;
      background: rgba(0, 0, 0, 0.2);
      width: 47px;
      height: 47px;
      min-width: 47px;
      min-height: 47px;
      border-radius: 50%; }
    .reviews .reviews-person-info {
      margin-left: 11px; }
      .reviews .reviews-person-info .name {
        font-size: 13px; }
      .reviews .reviews-person-info .date {
        font-size: 13px; }

.contacts {
  margin: 60px 0; }
  .contacts .contacts-list__item {
    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; }
    .contacts .contacts-list__item:not(:last-child) {
      margin-bottom: 10px; }
    .contacts .contacts-list__item img {
      margin-right: 6px; }
    .contacts .contacts-list__item a {
      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;
      color: #000000; }
    .contacts .contacts-list__item .footer-list-social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: 10px; }
      .contacts .contacts-list__item .footer-list-social .footer-list-social__item:not(:last-child) {
        margin-right: 15px; }
      .contacts .contacts-list__item .footer-list-social .footer-list-social__item img {
        -webkit-filter: contrast(0.5) !important;
                filter: contrast(0.5) !important; }
      .contacts .contacts-list__item .footer-list-social .footer-list-social__item:hover img {
        -webkit-filter: contrast(0.2) !important;
                filter: contrast(0.2) !important; }

.footer {
  background: #000000;
  padding: 40px 0; }
  .footer__title {
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Montserrat-bold";
    color: #FFFFFF; }
  .footer .footer-list__item {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.9); }
    .footer .footer-list__item a {
      color: rgba(255, 255, 255, 0.9); }
      .footer .footer-list__item a:hover {
        text-decoration: underline; }
  .footer .footer-list.footer-list--menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .footer .footer-list.footer-list--menu .footer-list__item {
      width: 50%; }
  .footer .footer-form__item:not(:first-child) {
    margin-top: 20px; }
  .footer .footer-list-social__item {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .footer .footer-list-social__item:hover {
      opacity: 1; }
    .footer .footer-list-social__item:not(:last-child) {
      margin-right: 13px; }
  .footer .footer-info__copyright, .footer .footer-info__create {
    display: block;
    font-size: 13px;
    color: #FFFFFF; }
  .footer .footer-info__copyright {
    margin-bottom: 11px; }

@media (max-width: 991px) {
  .footer-additional-info {
    margin-top: 20px; } }
