/*! 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 {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../font/OpenSans-Regular/OpenSans-Regular.eot");
  src: url("../font/OpenSans-Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Regular/OpenSans-Regular.woff2") format("woff2"), url("../font/OpenSans-Regular/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url("../font/OpenSans-SemiBold/OpenSans-SemiBold.eot");
  src: url("../font/OpenSans-SemiBold/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-SemiBold/OpenSans-SemiBold.woff2") format("woff2"), url("../font/OpenSans-SemiBold/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url("../font/OpenSans-Bold/OpenSans-Bold.eot");
  src: url("../font/OpenSans-Bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Bold/OpenSans-Bold.woff2") format("woff2"), url("../font/OpenSans-Bold/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: normal;
  src: url("../font/PlayfairDisplay-Regular/PlayfairDisplay-Regular.eot");
  src: url("../font/PlayfairDisplay-Regular/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../font/PlayfairDisplay-Regular/PlayfairDisplay-Regular.woff2") format("woff2"), url("../font/PlayfairDisplay-Regular/PlayfairDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-weight: 600;
  font-style: normal;
  src: url("../font/PlayfairDisplay-SemiBold/PlayfairDisplay-SemiBold.eot");
  src: url("../font/PlayfairDisplay-SemiBold/PlayfairDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/PlayfairDisplay-SemiBold/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("../font/PlayfairDisplay-SemiBold/PlayfairDisplay-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-weight: 700;
  font-style: normal;
  src: url("../font/PlayfairDisplay-Bold/PlayfairDisplay-Bold.eot");
  src: url("../font/PlayfairDisplay-Bold/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../font/PlayfairDisplay-Bold/PlayfairDisplay-Bold.woff2") format("woff2"), url("../font/PlayfairDisplay-Bold/PlayfairDisplay-Bold.ttf") format("truetype");
}
/*=================================
 * 100	- Thin
 * 200	- Extra Light (Ultra Light)
 * 300	- Light
 * 400	- Normal
 * 500	- Medium
 * 600	- Semi Bold (Demi Bold)
 * 700	- Bold
 * 800	- Extra Bold (Ultra Bold)
 * 900	- Black (Heavy)
 * ================================= */
/*======== Custom reset CSS Styles======== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  color: #767676;
  font-weight: 400;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  width: 0;
}
body::-moz-scrollbar {
  width: 0;
  height: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
}

section {
  position: relative;
}

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

/* Wide Screens */
@media (min-width: 1360px) {
  .container {
    width: 1260px;
  }
}
/* Large Devices */
@media (min-width: 1200px) and (max-width: 1359px) {
  .container {
    width: 1140px;
  }
}
/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 960px;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 720px;
  }
}
/* Small Devices, Phones */
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    width: 540px;
  }
}
/* Extra Small Devices, Phones */
@media (max-width: 575px) {
  .container {
    width: 100%;
    min-width: 320px;
  }
}
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-title h2 {
  font-family: "Playfair Display", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #1F2839;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: auto;
  margin-bottom: 80px;
}
.section-title h2::before {
  display: block;
  content: "";
  position: absolute;
  top: 33px;
  left: -50px;
  width: 30px;
  height: 1px;
  background-color: #B69D74;
}
.section-title h2::after {
  display: block;
  content: "";
  position: absolute;
  top: 33px;
  right: -50px;
  width: 30px;
  height: 1px;
  background-color: #B69D74;
}

.left-title {
  font-size: 36px;
  font-weight: 400;
  color: #1F2839;
  font-family: "Playfair Display", sans-serif;
  position: relative;
  margin-bottom: 24px;
}
.left-title::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -7px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #B69D74;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.button {
  display: block;
  margin: auto;
  width: 155px;
  text-align: center;
  font-size: 17px;
  line-height: 55px;
  color: #ffffff;
  background-color: #B69D74;
  border-radius: 5px;
}

.button-404 {
  display: block;
  margin: auto;
  width: 235px;
  text-align: center;
  font-size: 17px;
  line-height: 55px;
  color: #ffffff;
  background-color: #B69D74;
  border-radius: 5px;
}

.header {
  position: relative;
}

.top-line {
  padding: 11px 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}
.top-line__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-line__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-line__links a svg {
  fill: #897351;
  position: relative;
  margin-right: 2px;
}
.top-line__links a span {
  font-size: 15px;
  line-height: 18px;
  color: #8E8E8E;
}
.top-line__location {
  margin-right: 30px;
}
.top-line__location svg {
  width: 12px;
  height: 16px;
  top: 2px;
}
.top-line__email {
  margin-right: 30px;
}
.top-line__email svg {
  width: 15px;
  height: 12px;
  top: 2px;
}
.top-line__phone {
  margin-right: 10px;
}
.top-line__phone svg {
  width: 16px;
  height: 16px;
  top: 2px;
}
.top-line__social a svg {
  fill: #897351;
  position: relative;
  top: 2px;
  margin-left: 8px;
}

.bottom-line {
  position: relative;
  z-index: 2;
  padding-top: 7px;
  padding-bottom: 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.bottom-line__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-line_fixed {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  top: 0;
  left: 0;
  width: 100%;
}
.bottom-line_fixed .logo {
  width: 200px;
}

.logo {
  display: block;
  width: 240px;
}

ul.main-menu {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.main-menu li.current_page_item a {
  color: #897351;
}
ul.main-menu li {
  margin: 0px;
  margin-right: 40px;
  cursor: pointer;
}
ul.main-menu li:last-child {
  margin-right: 0;
}
ul.main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #5d5d5d;
  padding: 10px 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

ul.main-menu li:hover > a {
  color: #B69D74;
}

ul.main-menu li.menu-item-has-children {
  padding-right: 12px;
  position: relative;
}
ul.main-menu li.menu-item-has-children::before {
  position: absolute;
  display: block;
  content: "";
  top: 20px;
  right: 0;
  width: 8px;
  height: 5px;
  background: url("../img/arrow-down.svg") center no-repeat;
}

ul.main-menu li.menu-item-has-children:hover::before {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background: url("../img/arrow-down_hover.svg") center no-repeat;
}

.full-nav ul.sub-menu {
  position: absolute;
  list-style: none;
  white-space: nowrap;
  padding: 10px 15px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(128, 128, 128, 0.25);
          box-shadow: 0px 0px 5px rgba(128, 128, 128, 0.25);
  border-radius: 4px;
  width: auto;
  top: 100%;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
}
.full-nav ul.sub-menu li {
  margin: 0;
}
.full-nav ul.sub-menu li a {
  font-size: 15px;
  font-weight: 400;
  padding: 3px 0px;
}

ul.main-menu li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
}

ul.main-menu li.current_page_item ul.sub-menu li a {
  color: #5d5d5d;
}

ul.main-menu li.current_page_item ul.sub-menu li:hover a {
  color: #B69D74;
}

ul.main-menu li.current_page_item::before {
  background: url(../img/arrow-down_hover.svg) center no-repeat;
}

.touch-menu {
  cursor: pointer;
  display: none;
  position: relative;
  width: 21px;
  height: 17px;
}
.touch-menu span {
  display: block;
  width: 21px;
  height: 3px;
  background-color: #1F2839;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.touch-menu span:first-child {
  margin-bottom: 4px;
}
.touch-menu span:last-child {
  margin-top: 4px;
}

.mobile-menu-wrap {
  position: fixed;
  width: 320px;
  height: 100vh;
  max-width: 300px;
  background-color: rgba(255, 255, 255, 0.98);
  top: 0;
  right: -300px;
  z-index: 10;
  padding: 25px 18px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.mobile-menu-wrap::-webkit-scrollbar {
  width: 0;
}
.mobile-menu-wrap::-moz-scrollbar {
  width: 0;
  height: 0;
}
.mobile-menu__title {
  text-align: center;
  color: #1F2839;
  font-size: 20px;
  margin-bottom: 20px;
}
.mobile-menu__contacts {
  padding: 25px 10px 10px 25px;
}
.mobile-menu__contacts svg {
  position: absolute;
}
.mobile-menu__contacts a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  margin-bottom: 8px;
}
.mobile-menu__phones {
  position: relative;
  margin-bottom: 15px;
}
.mobile-menu__phones svg {
  top: 4px;
  left: -22px;
}
.mobile-menu__email {
  position: relative;
  margin-bottom: 15px;
}
.mobile-menu__email svg {
  top: 5px;
  left: -22px;
}
.mobile-menu__address {
  position: relative;
  margin-bottom: 15px;
}
.mobile-menu__address svg {
  top: 2px;
  left: -20px;
}
.mobile-menu__social {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.mobile-menu__social a {
  margin-right: 10px;
}

.mobile-nav ul.mobile-menu, .mobile-nav ul.sub-menu {
  list-style: none;
}
.mobile-nav ul.mobile-menu li.current_page_item a {
  color: #1F2839;
}
.mobile-nav ul.mobile-menu li a {
  display: block;
  border-bottom: 1px solid #ededed;
  padding: 14px 0px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  color: #8E8E8E;
}
.mobile-nav ul.mobile-menu li a:hover {
  color: #1F2839;
}
.mobile-nav ul.mobile-menu li.menu-item-has-children > a {
  position: relative;
}
.mobile-nav ul.mobile-menu li.menu-item-has-children > a::before {
  display: block;
  content: "+";
  font-size: 22px;
  position: absolute;
  top: 8px;
  right: 0;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.mobile-nav ul.mobile-menu li.menu-item-has-children a:hover::before {
  color: #1F2839;
}
.mobile-nav ul.sub-menu {
  display: none;
  padding-left: 20px;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.mobile-menu-overlay_show {
  opacity: 0.9;
  visibility: visible;
}

.mobile-menu_open {
  right: 0;
}

.mobile-menu_close-btn {
  cursor: pointer;
  position: absolute;
  top: 35px;
  left: 18px;
  width: 21px;
  height: 17px;
}
.mobile-menu_close-btn span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #1F2839;
  position: absolute;
}
.mobile-menu_close-btn span:first-child {
  margin-bottom: 4px;
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
  top: 6px;
  left: -1px;
}
.mobile-menu_close-btn span:last-child {
  margin-top: 4px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 2px;
  left: -1px;
}

.mobile-nav ul.mobile-menu li.menu-item-has-children.open > a::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

#homepage .hero {
  background: #1F2839 url("../img/hero-bg.jpg") center no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 300px;
  position: relative;
  z-index: 1;
}
#homepage .hero::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
}
#homepage .hero::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B69D74;
  opacity: 0.1;
  z-index: -1;
}
#homepage .hero-title {
  font-family: "Playfair Display", sans-serif;
  color: #B69D74;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 20px;
}
#homepage .hero-title span {
  font-size: 64px;
  line-height: 73px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  letter-spacing: 0.05em;
}
#homepage .hero-subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  color: #d1d1d1;
  display: block;
  margin-bottom: 40px;
}

.numbers {
  position: relative;
  margin-top: -110px;
  z-index: 1;
}
.numbers__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.number-block {
  width: 25%;
  padding: 40px 10px;
  background-color: #B69D74;
  position: relative;
}
.number-block::before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 127px;
  background-color: #ffffff;
  top: 75px;
  right: 3px;
  opacity: 0.5;
}
.number-block::after {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 127px;
  background-color: #ffffff;
  bottom: 75px;
  right: -3px;
  z-index: 3;
  opacity: 0.5;
}
.number-block:last-child::before, .number-block:last-child::after {
  display: none;
}
.number-block__num {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.number-block__description {
  color: #ffffff;
  text-align: center;
}

#page .hero {
  background-color: #1F2839;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
  z-index: 1;
}
#page .hero::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
}
#page .hero::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B69D74;
  opacity: 0.1;
  z-index: -1;
}
#page .hero-title {
  font-family: "Playfair Display", sans-serif;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
