/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable-line */

/*! 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: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  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 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -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: .35em .75em .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 {
  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] {
  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;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneueblackitalic.woff2") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneueheavy.woff2") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuebold.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuebolditalic.woff2") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuemedium.woff2") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuemediumitalic.woff2") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneueroman.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuelight.woff2") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneueultralight.woff2") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneueultralightitalic.woff2") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuethin.woff2") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuethinitalic.woff2") format("woff");
  font-weight: 100;
  font-style: italic;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  min-height: 320px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */

html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

*,
*::before,
*::after {
  box-sizing: inherit;
}

.section-two-col .slick-dots, .soc-netw, .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneueblackitalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneueheavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuebold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuebolditalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuemedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuemediumitalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneueroman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuelight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneueultralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneueultralightitalic.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuethin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneue";
  src: url("../fonts/helveticaneuethinitalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}

/*
  Basic typography style for copy text
*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-family: "helveticaneue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

h1,
.h1 {
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #6a98a7;
  font-weight: 400;
  margin: 0 0 .5em;
  font-size: 36px;
  line-height: 1.2;
}

h2,
.h2 {
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #6a98a7;
  font-weight: 400;
  margin: 0 0 .5em;
  font-size: 32px;
  line-height: 1.2;
}

h3,
.h3 {
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #6a98a7;
  font-weight: 400;
  margin: 0 0 .5em;
  font-size: 24px;
  line-height: 1.2;
}

h4,
.h4 {
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #6a98a7;
  font-weight: 400;
  margin: 0 0 .5em;
  font-size: 21px;
  line-height: 1.2;
}

h5,
.h5 {
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #6a98a7;
  font-weight: 400;
  margin: 0 0 .5em;
  font-size: 20px;
  line-height: 1.2;
}

h6,
.h6 {
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #6a98a7;
  font-weight: 400;
  margin: 0 0 .5em;
  font-size: 18px;
  line-height: 1.2;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #6a98a7;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

a:hover {
  color: #527e8c;
  -webkit-text-decoration: none;
  text-decoration: none;
}

ul,
ol,
dl,
p {
  margin: 0 0 1em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin: 0 0 .5em;
  color: #6a98a7;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 30px;
  font-weight: 900;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 13px;
}

p {
  margin: 0 0 1em;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 1px solid currentColor;
  background-color: transparent;
  width: 100%;
  min-width: 0;
  padding: 1.2rem 2.4rem;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
textarea:focus,
textarea:hover {
  box-shadow: none;
  outline: none;
}

noscript {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 14px;
  color: #f8f9fa;
  background: #6a98a7;
  display: block;
  padding: 5px 0;
  text-align: center;
  z-index: 99999;
}

.accessibility {
  position: absolute;
  left: -200vw;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.nav-active {
  overflow: hidden;
}

[id=header] {
  position: relative;
  background-color: #6a98a7;
  box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
  z-index: 10;
}

[id=header] .container {
  max-width: 1600px;
  padding: 0 20px;
}

[id=header] .container > .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

[id=header] .container > .inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  background-color: #c4b6a2;
}

.nav-drop {
  background-color: #6a98a7;
}

.nav-active .nav-drop {
  opacity: 1;
  pointer-events: all;
}

.main-nav {
  flex: 1;
}

.nav-menu {
  color: #ffffff;
  font-size: 18px;
}

.nav-menu li + li {
  margin-top: 20px;
}

.nav-menu li:active > a, .nav-menu li:hover > a {
  opacity: 1;
}

.nav-menu li:active > a:after, .nav-menu li:hover > a:after {
  width: 100%;
}

.nav-menu a {
  display: inline-block;
  position: relative;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 26px 0;
}

.nav-menu a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% - 7px);
  width: 0;
  height: 7px;
  background-color: #ffffff;
  transition: .4s all;
}

.soc-netw {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
  background-color: #c4b6a2;
  font-size: 20px;
  min-width: 200px;
  padding-right: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
  z-index: 1;
}

.soc-netw li + li {
  margin-left: 15px;
}

.soc-netw a {
  color: inherit;
}

.soc-netw a:hover {
  color: #6a98a7;
}

.header-inner {
  display: flex;
}

.logo {
  position: relative;
  min-width: 45px;
  width: 45px;
}

.nav-opener {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  right: 110px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

.nav-opener:hover {
  background-color: transparent;
}

.nav-opener:before, .nav-opener:after,
.nav-opener span {
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  height: 3px;
  transform: translateY(-50%);
  transition: .4s all;
}

.nav-opener:before, .nav-opener:after {
  content: "";
}

.nav-opener:before {
  transform: translateY(-9px);
}

.nav-opener:after {
  transform: translateY(6px);
}

.nav-opener:hover:before, .nav-opener:hover:after,
.nav-opener:hover span {
  background-color: #ffffff;
}

.nav-active .nav-opener span {
  opacity: 0;
  transform: rotate(45deg);
}

.nav-active .nav-opener:before {
  transform: rotate(45deg) translateY(0);
}

.nav-active .nav-opener:after {
  transform: rotate(-45deg) translateY(0);
}

[id=wrapper] {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-color: #ffffff;
}

main {
  flex: 1 0;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

.in-viewport .hide-element {
  opacity: 1;
  transform: translateY(0);
}

.hide-element {
  opacity: 0;
  transform: translateY(-20px);
  transition: .7s all;
}

img {
  max-width: 100%;
  height: auto;
}

[id=footer] {
  position: relative;
  padding: 20px 0;
  background: #b29a74 url("../images/pattern.png");
  z-index: 1;
}

[id=footer] .container {
  max-width: none;
  padding: 0 20px;
}

[id=footer] .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

[id=footer] .main-content {
  text-align: center;
  color: #ffffff;
}

[id=footer] .main-content nav {
  font-size: 14px;
  margin-bottom: 10px;
}

[id=footer] .main-content nav a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[id=footer] .main-content nav a + a:before {
  content: " | ";
  padding: 0 5px;
}

[id=footer] .copyright {
  font-size: 14px;
  color: #eeeae5;
}

[id=footer] .copyright p {
  margin-bottom: 0;
}

[id=footer] .soc-netw {
  position: static;
  background: transparent;
  padding: 0;
  min-width: auto;
  clip-path: none;
}

.section-hero-home {
  position: relative;
  border: 0 !important;
  z-index: 1;
}

.section-hero-home .hero-nav {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  color: #ffffff;
  font-size: 14px;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}

.section-hero-home .hero-nav a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.section-hero-home .hero-nav a + a:before {
  content: " | ";
  padding: 0 10px;
}

.section-hero-home .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.section-hero-home h1 {
  color: #ffffff;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
}

.section-hero-home h1 span {
  display: block;
}

.section-hero-home .img img {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  animation: zoom-in-out 30s infinite ease-in-out;
  z-index: 2;
}

.section-hero-home .img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 2;
}

/* Animation */

@keyframes zoom-in-out {
  0% {
    transform: scale(1); /* Original size */
  }

  50% {
    transform: scale(1.2); /* Zoom in */
  }

  100% {
    transform: scale(1); /* Zoom out */
  }
}

.img-holder {
  position: relative;
  border-bottom: 6px solid #ffffff;
}

.img-holder .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  bottom: 0;
  clip-path: polygon(55.8% 0%, 100% 0, 100% 20%, 100% 80%, 100% 100%, 58% 100%, 0 100%, 0 83%);
  z-index: 1;
}

.img-holder .img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(196, 183, 163, .77);
  z-index: 1;
}

.img-holder .img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.img-holder .img img {
  position: absolute;
  right: -18%;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 576px;
  -o-object-position: top right;
     object-position: top right;
  filter: grayscale(.9);
}

.decor-holder {
  position: relative;
  z-index: 2;
}

.decor-holder:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: -11px;
  pointer-events: none;
  background: rgba(188, 173, 150, .5176470588);
  z-index: 4;
}

.section-text-image {
  position: relative;
  font-size: 18px;
  border-bottom: 0 !important;
  z-index: 2;
}

.section-text-image .inner {
  position: relative;
  padding: 80px 0;
  background-color: #c4b7a3;
  z-index: 1;
}

.section-text-image .inner:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 18px;
  left: -18px;
  right: 19%;
  background: #6491a0 url("../images/pattern.png");
  z-index: 2;
  pointer-events: none;
  border-top: 12px solid #ffffff;
}

.section-text-image .text-block {
  position: relative;
  max-width: 95%;
  z-index: 3;
}

.section-text-image h2,
.section-text-image p {
  color: #ffffff;
}

.section-services {
  position: relative;
  padding: 60px 0;
  background: #f2f0ed;
}

.section-services:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/pattern2.png");
  opacity: .05;
  z-index: 1;
}

.section-services .line-carousel {
  width: 100vw;
  position: relative;
  z-index: 2;
}

.section-services .mask {
  overflow: hidden;
}

.section-services .line-box .line {
  width: 99999px;
  float: left;
}

.section-services .heading {
  font-size: 26px;
  color: #ac997b;
  margin-bottom: 40px;
}

.section-services .heading h2 {
  margin-bottom: 20px;
  line-height: 1;
  color: #646651;
}

.section-services .heading p:last-of-type {
  margin-bottom: 0;
}

.section-services .line-carousel + .line-carousel {
  margin-top: 20px;
}

.section-services .line-carousel.reverse .slide {
  color: #9a8461;
  min-width: 370px;
}

.section-services .line-carousel.reverse .slide:after {
  border: 1px solid #c6b8a5;
  background: linear-gradient(270deg, #eae5de, #ded6cb);
}

.section-services .line-carousel .line {
  display: flex;
  justify-content: center;
}

.section-services .line-carousel .slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  min-width: 250px;
  color: #ffffff;
  margin: 0 10px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  z-index: 1;
}

.section-services .line-carousel .slide > * {
  width: 100%;
}

.section-services .line-carousel .slide p {
  margin-bottom: 0;
}

.section-services .line-carousel .slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fdfcfc;
  background: linear-gradient(#c0b09b, #ad987d);
  transform: skew(-13deg, 0);
  z-index: -1;
}

.section-two-col {
  margin-top: 6px;
  background: #f8f8f8;
}

.section-two-col .df-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.section-two-col h2 {
  color: #6a98a7;
  margin-bottom: 16px;
}

.section-two-col .col {
  padding: 60px 15px 30px 0;
  width: 100%;
  background: transparent;
}

.section-two-col .col:first-child {
  position: relative;
  background: #ecf0f5 url("../images/pattern1.png");
}

.section-two-col .col:first-child::before {
  content: "";
  position: absolute;
  width: 50vw;
  height: 100%;
  right: 100%;
  top: 0;
  background: inherit;
}

.section-two-col .col:last-child::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  background: inherit;
  opacity: .5;
  background: url("../images/pattern1.png");
}

.section-two-col .text-carousel {
  max-width: 555px;
  font-size: 20px;
}

.section-two-col .text-carousel:after {
  content: "";
  position: absolute;
  top: 0;
  right: 102%;
  width: 15px;
  background-color: #b29a74;
  height: 85%;
}

.section-two-col .text-carousel h4 {
  color: #c4b6a2;
  font-size: 24px;
  border-bottom: 2px solid #c5b6a3;
  padding-bottom: 10px;
}

.section-two-col .text-carousel p {
  color: #28404b;
}

.section-two-col .img {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}

.section-two-col .img + p {
  font-size: 18px;
  color: #28404b;
  margin-bottom: 0;
}

.section-two-col .slick-dots {
  display: flex;
}

.section-two-col .slick-dots li + li {
  margin-left: 10px;
}

.section-two-col .slick-dots .slick-active button {
  background-color: #6a98a7;
}

.section-two-col .slick-dots button {
  width: 12px;
  height: 12px;
  background: #b29a74;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  border: 0;
  transition: .4s all;
}

.section-two-col .slick-dots button:hover {
  background-color: #6a98a7;
}

.section-contacts {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  z-index: 1;
}

.section-contacts .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.section-contacts .img img {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(.9);
  z-index: 2;
}

.section-contacts .img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(47, 110, 131, .8);
  z-index: 2;
}

.section-contacts h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 12px;
}

.section-contacts address {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
  margin: 0;
}

.section-contacts address a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #ffffff;
}

.section-contacts address a:hover {
  color: #b29a74;
}

.section-contacts address p {
  margin: 0;
}

.section-text-col {
  position: relative;
  font-size: 18px;
  border-bottom: 0 !important;
}

.section-text-col:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(#c4b6a2 50%, #ffffff 45%, #ffffff 53%, #6b99a7 50%);
  z-index: 1;
}

.section-text-col .inner {
  padding: 100px 0 70px 0;
  background: #f6f8fa url("../images/pattern.png");
}

.section-text-col .grid-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  gap: 30px;
  color: #28404b;
}

.section-text-col .grid-row h2 {
  color: #6a98a7;
}

@media (min-width: 576px) {
  .logo {
    width: 60px;
  }

  .section-hero-home .inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 100px 0;
    min-height: 400px;
  }

  .section-hero-home .heading {
    position: static;
    transform: none;
  }

  .section-hero-home h1 {
    font-size: 20px;
  }

  .section-hero-home .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
  }

  .section-two-col .img + p {
    font-size: 22px;
  }

  .section-contacts {
    padding: 100px 0;
  }

  .section-contacts h2 {
    font-size: 54px;
  }

  .section-text-col .grid-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  [id=footer] .container {
    padding: 0 32px;
  }

  [id=footer] .logo {
    width: 98px;
  }

  [id=footer] .main-content nav {
    display: block;
    font-size: 17px;
  }

  [id=footer] .main-content nav a + a:before {
    padding: 0 10px;
  }

  [id=footer] .copyright {
    font-size: 18px;
  }

  .section-hero-home .inner {
    min-height: 668px;
  }

  .section-hero-home .hero-nav {
    font-size: 16px;
  }

  .section-hero-home h1 {
    font-size: 40px;
  }

  .decor-holder {
    clip-path: polygon(80% 0%, 100% 75%, 85% 100%, 0% 100%, 0 40%, 0% 0%);
  }

  .decor-holder:after {
    content: "";
    clip-path: polygon(100% -15%, 99% 59%, 105% 119%, 83% 100%, 98% 75%, 81% 10%);
  }

  .section-text-image .inner:after {
    left: 0;
    width: 115%;
    clip-path: polygon(0 0, 100% 0, 100% -140%, 58% 100%, 0 100%, 0% 50%);
  }

  .section-text-image .text-block {
    max-width: 70%;
  }

  .section-services .line-carousel .slide {
    font-size: 20px;
  }

  .section-two-col .col {
    padding: 60px 30px 30px 30px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-two-col .col:first-child {
    padding-left: 0;
  }

  .section-contacts {
    padding: 145px 0;
  }

  .section-contacts h2 {
    font-size: 67px;
  }

  .section-contacts address {
    font-size: 20px;
  }

  .section-text-col .grid-row {
    max-width: 86%;
  }
}

@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 55px;
  }

  .nav-menu {
    display: flex;
    justify-content: center;
    padding-right: 135px;
  }

  .nav-menu li + li {
    margin-left: 20px;
    margin-top: 0;
  }

  .soc-netw {
    min-width: 150px;
    justify-content: center;
  }

  .nav-opener {
    display: none;
  }

  .section-hero-home h1 {
    font-size: 49px;
  }

  .section-services {
    padding: 90px 0 145px 0;
  }

  .section-services .heading {
    margin-bottom: 74px;
  }

  .section-services .line-carousel .slide {
    padding: 20px;
    padding: 20px;
    min-width: 300px;
    min-height: 110px;
    font-size: 22px;
  }

  .section-two-col .col:first-child {
    padding: 170px 65px 90px 0;
  }

  .section-two-col .col:last-child {
    padding: 80px 0 90px 50px;
  }

  .section-two-col .text-carousel {
    font-size: 25px;
  }

  .section-two-col .text-carousel h4 {
    font-size: 34px;
  }
}

@media (min-width: 1200px) {
  .nav-menu li + li {
    margin-left: 48px;
  }
}

@media (min-width: 1440px) {
  .img-holder .img {
    clip-path: polygon(53.9% 0%, 100% 0, 100% 20%, 100% 80%, 100% 100%, 58% 100%, 0 100%, 0 83%);
  }

  .decor-holder {
    clip-path: polygon(70% 0%, 90% 75%, 80% 100%, 0% 100%, 0 40%, 0% 0%);
  }

  .decor-holder:after {
    clip-path: polygon(87% 0, 100% 50%, 100% 100%, 79% 100%, 89% 75%, 76% 26%);
  }

  .section-text-image {
    font-size: 22px;
  }

  .section-text-image .inner {
    padding: 80px 0 80px 0;
  }

  .section-two-col .text-carousel:after {
    width: 35px;
    right: calc(100% + (101vw - 1440px) / 2);
  }

  .section-text-col:before {
    width: 36px;
  }

  .section-text-col {
    font-size: 20px;
  }

  .section-text-col .inner {
    padding: 100px 0 70px 30px;
  }

  .section-text-col .grid-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 130px;
  }
}

@media (min-width: 1500px) {
  .section-two-col .text-carousel:after {
    right: calc(100% + (98vw - 1440px) / 2);
  }
}

@media (min-width: 1550px) {
  .section-text-col .inner {
    padding: 100px 0 70px 0;
  }
}

@media (min-width: 1600px) {
  .soc-netw {
    right: calc((100% - 1600px) / 2);
  }
}

@media (min-width: 1920px) {
  .img-holder .img img {
    right: -1%;
  }
}

@media (min-width: 1950px) {
  .img-holder .img:before {
    background: linear-gradient(271deg, #dbd1c2 24%, #dbd0c2 23%, transparent 45%);
  }
}

@media (max-width: 1023px) {
  [id=header] .container > .inner {
    padding: 15px 0;
  }

  .nav-drop {
    position: absolute;
    opacity: 0;
    left: 0;
    width: 100vw;
    top: 100%;
    margin: 0 -20px;
    z-index: 1;
    padding: 80px 20px 20px;
    text-align: center;
    height: 100vh;
    border-top: 3px solid #c4b6a2;
    pointer-events: none;
    background-image: url("../images/pattern.png");
    transition: .4s all;
  }
}

@media (max-width: 575px) {
  [id=footer] .main-content {
    padding: 0 15px;
  }

  [id=footer] .main-content nav {
    display: flex;
    flex-direction: column;
  }

  [id=footer] .main-content nav a {
    margin-bottom: 5px;
  }

  [id=footer] .main-content nav a + a:before {
    display: none;
  }
}

@media (max-width: 1599px) {
  .img-holder .img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 767px) {
  .section-two-col .df-row {
    margin-right: -15px;
  }

  .section-two-col .img img {
    max-width: 350px;
  }
}
