
@import url("https://fonts.googleapis.com/css2?family=Lora:ital@0;1&family=Montserrat:wght@400;600;700&family=Playfair+Display&display=swap");
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #858585; }
@media (max-width: 1023px) {
    body {
      font-size: 15px; } }
@media (max-width: 575px) {
    body {
      font-size: 14px; } }
@media (max-width: 374px) {
    body {
      font-size: 13px; } }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.75em / 2);
  font-weight: 700;
  font-family: "Montserrat", Arial, sans-serif; }
.h1,
h1 {
  font-size: 48px;
  line-height: 1; }
@media (max-width: 1023px) {
    .h1,
    h1 {
      font-size: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h1,
    h1 {
      font-size: 33px; } }
@media (max-width: 374px) {
    .h1,
    h1 {
      font-size: 24px; } }
.h2,
h2 {
  font-size: 30px; }
@media (max-width: 1023px) {
    .h2,
    h2 {
      font-size: 28px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h2,
    h2 {
      font-size: 24px; } }
@media (max-width: 575px) {
    .h2,
    h2 {
      font-size: 21px; } }
.h3,
h3 {
  font-size: 18px; }
@media (max-width: 1023px) {
    .h3,
    h3 {
      font-size: 17px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h3,
    h3 {
      font-size: 15px; } }
.h4,
h4 {
  font-size: 16px; }
@media (max-width: 1023px) {
    .h4,
    h4 {
      font-size: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h4,
    h4 {
      font-size: 14px; } }
.h5,
h5 {
  font-size: 14px; }
@media (max-width: 1023px) {
    .h5,
    h5 {
      font-size: 13px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h5,
    h5 {
      font-size: 12px; } }
.h6,
h6 {
  font-size: 12px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h6,
    h6 {
      font-size: 11px; } }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.75em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/*  Subtitle  */
.subtitle {
  color: #9f8447;
  font: italic 400 24px/1.3 "Lora", Georgia, serif; }
@media (max-width: 1023px) {
    .subtitle {
      font-size: 21px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .subtitle {
      font-size: 17px; } }
@media (max-width: 374px) {
    .subtitle {
      font-size: 15px; } }
/*  Keyframes  */
@-webkit-keyframes ring {
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); } }
@keyframes ring {
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); } }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article {
    text-align: center; } }
.article h5 {
  color: #333333;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 2px 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article h5 {
      margin-bottom: 0; } }
.article .article__meta {
  margin-bottom: 16px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article .article__meta {
      margin-bottom: 5px; } }
.article .article__meta a {
  color: #9f8447;
  text-decoration: none; }
.article .article__meta a:hover {
    text-decoration: underline; }
.article .article__meta p {
  font: 400 14px/1.3 "Lora", Georgia, serif;
  display: inline-block;
  margin: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article .article__meta p {
      font-size: 12px; } }
.article .article__meta p + p {
  margin-left: 10px; }
.article .article__image {
  margin-bottom: 28px; }
@media (max-width: 1023px) {
    .article .article__image {
      margin-bottom: 20px; } }
.article .article__image img {
  width: 100%; }
.article .article__image-box {
  padding-bottom: 65.5%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50%;
  will-change: background-size;
  -webkit-transition: background-size 1s ease;
  -o-transition: background-size 1s ease;
  transition: background-size 1s ease; }
.article .article__image:hover .article__image-box {
  background-size: 120% auto; }
/* ------------------------------------------------------------ *\
	Button More
\* ------------------------------------------------------------ */
.btn-more {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #333333;
  font: 400 30px/0.575 "Montserrat", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  padding: 24px;
  border-radius: 50%; }
.btn-more:before {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px;
    background-color: #5e5e5e;
    border-radius: 50%;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    -o-transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0; }
.btn-more:hover:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 0.5; }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  background-color: #9f8447;
  font: 600 14px/2 "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  min-width: 158px;
  min-height: 50px;
  padding: 11px 30px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
.btn:hover {
    background-color: #333333;
    color: #9f8447; }
@media (max-width: 575px) {
    .btn {
      font-size: 11px;
      padding: 8px 21px;
      min-width: 111px;
      min-height: 35px; } }
/*  Button Border  */
[class*="btn--border"] {
  background-color: transparent; }
/*  Button Border Beige  */
.btn--border-beige {
  color: #333333;
  border-color: #9f8447; }
.btn--border-beige:hover {
    background-color: #9f8447;
    color: #fff; }
/*  Button Border White  */
.btn--border-white {
  color: #fff;
  border-color: #fff; }
.btn--border-white:hover {
    background-color: #fff;
    color: #333333; }
/*  Button Border Yellow  */
.btn--border-neutral-yellow {
  color: #9b927e;
  border-color: #9b927e; }
.btn--border-neutral-yellow:hover {
    background-color: #9b927e;
    color: #333333; }
/*  Button Border Darkgray  */
.btn--border-darkgray {
  color: #333333;
  border-color: #333333; }
.btn--border-darkgray:hover {
    background-color: #333333;
    color: #fff; }
/*  Button Background Beige Opacity */
.btn--bg-beige-opacity-10 {
  position: relative;
  background-color: rgba(159, 132, 71, 0.1); }
.btn--bg-beige-opacity-10:hover {
    background-color: rgba(159, 132, 71, 0);
    border-color: transparent;
    color: #9f8447; }
.btn--bg-beige-opacity-10:before, .btn--bg-beige-opacity-10:after,
  .btn--bg-beige-opacity-10 span:before,
  .btn--bg-beige-opacity-10 span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #333333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0; }
.btn--bg-beige-opacity-10:hover:before, .btn--bg-beige-opacity-10:hover:after,
  .btn--bg-beige-opacity-10:hover span:before,
  .btn--bg-beige-opacity-10:hover span:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1; }
.btn--bg-beige-opacity-10:before {
    top: 10px;
    left: 10px;
    -webkit-transform: translate(-5px, -5px);
        -ms-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
    border-right-color: transparent;
    border-bottom-color: transparent; }
.btn--bg-beige-opacity-10:after {
    top: 10px;
    right: 10px;
    -webkit-transform: translate(5px, -5px);
        -ms-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
    border-left-color: transparent;
    border-bottom-color: transparent; }
.btn--bg-beige-opacity-10 span:before {
    bottom: 10px;
    left: 10px;
    -webkit-transform: translate(-5px, 5px);
        -ms-transform: translate(-5px, 5px);
            transform: translate(-5px, 5px);
    border-right-color: transparent;
    border-top-color: transparent; }
.btn--bg-beige-opacity-10 span:after {
    bottom: 10px;
    right: 10px;
    -webkit-transform: translate(5px, 5px);
        -ms-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
    border-left-color: transparent;
    border-top-color: transparent; }
/*  Button block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  position: relative;
  background-color: #fff;
  padding: 78px 31px 54px;
  min-height: 100%;
  font-size: 15px;
  line-height: 1.87; }
@media (max-width: 1023px) {
    .card {
      font-size: 14px;
      line-height: 1.7; } }
@media (max-width: 575px) {
    .card {
      font-size: 13px;
      line-height: 1.4; } }
@media (max-width: 1023px) {
    .card {
      padding: 45px 20px 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card {
      text-align: center; } }
.card h3 {
    color: #333333;
    line-height: 1.33;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    max-width: 230px;
    margin-bottom: 21px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card h3 {
        margin: 0 auto 12px; } }
.card h3 span {
    color: #9f8447; }
.card .card__icon {
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    min-width: 85px;
    min-height: 85px;
    background-color: #9f8447;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 1023px) {
      .card .card__icon {
        min-width: 60px;
        min-height: 60px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
.card .card__ico {
    fill: #fff;
    height: 35px;
    width: 35px; }
@media (max-width: 1023px) {
      .card .card__ico {
        width: 25px;
        height: 25px; } }
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards .cards__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px; }
.cards .cards__item {
  padding: 0 15px;
  width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .cards .cards__item {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      max-width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards .cards__item + .cards__item {
    margin-top: 50px; } }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Contacts
\* ------------------------------------------------------------ */
.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 1023px) {
    .contacts {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
@media (max-width: 575px) {
    .contacts {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
.contacts h4 {
    color: #333333;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px; }
@media (max-width: 575px) {
      .contacts h4 {
        font-size: 12px;
        margin-bottom: 5px; } }
.contacts address {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px; }
@media (max-width: 1023px) {
      .contacts address {
        font-size: 14px; } }
@media (max-width: 575px) {
      .contacts address {
        font-size: 13px;
        margin-bottom: 5px; } }
.contacts .contacts__image {
    position: relative;
    min-width: 130px;
    min-height: 130px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
@media (max-width: 575px) {
      .contacts .contacts__image {
        margin-bottom: 10px; } }
.contacts .contacts__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
.contacts .contacts__image:hover .contacts__icon {
    opacity: 0.667; }
.contacts .contacts__content {
    padding: 15px 30px 0; }
@media (max-width: 575px) {
      .contacts .contacts__content {
        text-align: center;
        padding: 0; } }
.contacts .contacts__phone {
    font: 600 15px/1.6 "Montserrat", Arial, sans-serif;
    letter-spacing: -0.012em;
    margin: 0; }
@media (max-width: 1023px) {
      .contacts .contacts__phone {
        font-size: 14px; } }
@media (max-width: 575px) {
      .contacts .contacts__phone {
        font-size: 13px; } }
.contacts .contacts__phone a {
    text-decoration: none;
    color: #333333; }
.contacts .contacts__phone a:hover {
      cursor: pointer;
      text-decoration: underline; }
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .copyright {
    text-align: center; } }
.copyright p {
  font-size: 15px;
  line-height: 1;
  margin: 0; }
@media (max-width: 1023px) {
    .copyright p {
      font-size: 14px; } }
@media (max-width: 575px) {
    .copyright p {
      font-size: 13px; } }
.copyright p + p {
  margin-top: 9px; }
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 602px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 15px; }
@media (max-width: 1023px) {
    .feature {
      min-height: 450px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .feature {
      min-height: auto; } }
.feature h5 {
    font: italic 400 18px/1.1 "Lora", Georgia, serif;
    margin-bottom: 6px; }
@media (max-width: 1023px) {
      .feature h5 {
        font-size: 16px; } }
@media (max-width: 575px) {
      .feature h5 {
        font-size: 14px; } }
.feature h3 {
    color: #fff;
    font: 700 21px/1.3 "Montserrat", Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 28px; }
@media (max-width: 1023px) {
      .feature h3 {
        font-size: 18px;
        margin-bottom: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature h3 {
        margin-bottom: 10px; } }
@media (max-width: 575px) {
      .feature h3 {
        font-size: 16px; } }
.feature p {
    margin-bottom: 51px; }
@media (max-width: 1023px) {
      .feature p {
        margin-bottom: 25px; } }
.feature .feature__inner {
    max-width: 375px;
    text-align: center; }
.feature .feature__ico {
    fill: #fff;
    height: 49px;
    margin-bottom: 34px; }
@media (max-width: 1023px) {
      .feature .feature__ico {
        margin-bottom: 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature .feature__ico {
        margin-bottom: 10px; } }
.feature .feature__actions a + a {
    margin-left: 15px; }
/*  Feature Beige  */
.feature--beige h5 {
  color: #503c0e; }
.feature--beige p {
  color: #e7d3a5; }
/*  Feature Darkgray  */
.feature--darkgray h5 {
  color: #9b927e; }
.feature--darkgray p {
  color: #8c8c8c; }
/*  Feature Gray  */
.feature--gray h5 {
  color: #503c0e; }
.feature--gray p {
  color: #e9e1cf; }
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features .features__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
.features .features__item {
  width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .features .features__item {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      max-width: 100%; } }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 90px 0; }
@media (max-width: 1023px) {
    .footer {
      padding: 45px 0; } }
@media (max-width: 575px) {
    .footer {
      padding: 30px 0; } }
.footer .footer__grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
.footer .footer__logo {
    margin-bottom: 21px; }
.footer .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
@media (max-width: 1023px) {
      .footer .footer__nav {
        text-align: center; } }
@media (max-width: 575px) {
      .footer .footer__nav {
        display: inline-block;
        width: 100%;
        text-align: center; } }
.footer .footer__nav ul {
    margin: 0; }
@media (max-width: 575px) {
      .footer .footer__nav ul {
        display: inline-block; } }
@media (max-width: 575px) {
    .footer .footer__nav ul:last-of-type {
      margin-top: 20px; } }
@media (max-width: 374px) {
    .footer .footer__nav ul:last-of-type {
      margin-top: 10px; } }
.footer .footer__nav li {
    float: none;
    margin: 0;
    padding: 0; }
.footer .footer__nav li + li {
    margin-top: 4px; }
@media (max-width: 575px) {
      .footer .footer__nav li + li {
        padding: 0 10px; } }
.footer .footer__nav li a {
    color: #afafaf;
    font-weight: 700; }
.footer .footer__nav li a:hover {
      color: #333333; }
@media (max-width: 1023px) {
    .footer .footer__grid .footer__col-copyright {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3);
      max-width: calc(100% / 3); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__grid .footer__col-copyright {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      max-width: 100%;
      text-align: center; } }
@media (max-width: 1023px) {
    .footer .footer__grid .footer__col-nav {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% / 3 * 2);
          flex-basis: calc(100% / 3 * 2);
      max-width: calc(100% / 3 * 2); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__grid .footer__col-nav {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      max-width: 80%;
      width: 100%; } }
@media (max-width: 1023px) {
    .footer .footer__grid .footer__col-contacts {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      max-width: 60%;
      margin: 50px auto 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__grid .footer__col-contacts {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      max-width: 75%;
      margin: 0 auto; } }
@media (max-width: 575px) {
    .footer .footer__grid .footer__col-contacts {
      max-width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__col + .footer__col {
      margin-bottom: 45px; } }
@media (max-width: 575px) {
    .footer .footer__col + .footer__col {
      margin-bottom: 25px; } }
@media (max-width: 374px) {
    .footer .footer__col + .footer__col {
      margin-bottom: 15px; } }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col Sizes  */ }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
.grid .grid__col--1of3 {
    max-width: calc(100% / 3);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3); }
.grid .grid__col--size-1 {
    max-width: 51%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%; }
.grid .grid__col--size-2 {
    max-width: 44%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%; }
.grid .grid__col--size-3 {
    max-width: 16.66%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.667%;
            flex: 0 0 16.667%; }
.grid .grid__col--size-4 {
    max-width: 41.71%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.71%;
            flex: 0 0 41.71%; }
.grid .grid__col--size-5 {
    max-width: 41.624%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.624%;
            flex: 0 0 41.624%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .grid .grid__col--1of3,
    .grid .grid__col--size-1,
    .grid .grid__col--size-2,
    .grid .grid__col--size-3,
    .grid .grid__col--size-4,
    .grid .grid__col--size-5 {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }
/*  Grid Gutter  */
.grid--gutter {
  margin: 0 -15px; }
.grid--gutter .grid__col {
    padding: 0 15px; }
.grid--gutter-images {
  margin: -10px; }
@media (max-width: 374px) {
    .grid--gutter-images {
      margin: -5px; } }
.grid--gutter-images .grid__col {
    padding: 10px; }
@media (max-width: 374px) {
      .grid--gutter-images .grid__col {
        padding: 5px; } }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: relative;
  overflow: hidden; }
.header h6 {
    position: relative;
    max-width: 120px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.025em;
    text-align: right;
    margin: 0 28px 0 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header h6 {
        margin: 15px 0;
        text-align: center; } }
.header h6:after {
    content: '';
    position: absolute;
    top: 0;
    right: -14px;
    height: 100%;
    min-width: 1px;
    background-color: #dddddd; }
@media (max-width: 1023px) {
      .header h6:after {
        display: none; } }
.header .header__inner {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media (max-width: 1023px) {
      .header .header__inner {
        padding: 25px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__inner {
        padding: 10px 0; } }
.header .header__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__logo {
      max-width: 120px; } }
.header .header__select {
    margin-left: 25px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__select {
        margin-left: 10px; } }
.header .header__content {
    display: block; }
@media (max-width: 1023px) {
      .header .header__content {
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        position: absolute;
        pointer-events: none;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        margin-top: 30px;
        padding-top: 15px; }
        .header .header__content:after {
          content: '';
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          position: absolute;
          height: 1px;
          width: 80%;
          background-color: #9f8447; } }
.header .header__content.is-active {
    -webkit-transition: opacity 0.75s 0.2s ease, -webkit-transform 0.4s 0.2s ease;
    transition: opacity 0.75s 0.2s ease, -webkit-transform 0.4s 0.2s ease;
    -o-transition: transform 0.4s 0.2s ease, opacity 0.75s 0.2s ease;
    transition: transform 0.4s 0.2s ease, opacity 0.75s 0.2s ease;
    transition: transform 0.4s 0.2s ease, opacity 0.75s 0.2s ease, -webkit-transform 0.4s 0.2s ease;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: relative;
    pointer-events: all; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__nav li {
      float: none;
      display: block;
      margin: 0;
      text-align: center; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__nav li + li {
      margin-top: 10px; } }
.header .header__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 24px 0 26px;
    text-transform: uppercase; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__bar {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 0 30px; } }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }
.hero h4 {
    margin-bottom: 8px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero h4 {
        margin-bottom: 3px; } }
.hero h1 {
    color: #333333;
    text-transform: uppercase;
    letter-spacing: -0.015em;
    margin-bottom: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero h1 {
        margin-bottom: 10px; } }
.hero h1 span {
    color: #9f8447; }
.hero p {
    color: #5e5e5e;
    margin-bottom: 29px; }
.hero .hero__shell {
    position: relative;
    padding: 185px 15px 268px; }
@media (max-width: 1023px) {
      .hero .hero__shell {
        padding: 80px 15px; } }
@media (max-width: 575px) {
      .hero .hero__shell {
        padding: 50px 15px; } }
.hero .hero__body {
    max-width: 460px; }
@media (max-width: 1399px) {
      .hero .hero__body {
        padding-left: 50px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__body {
        padding-left: 0;
        text-align: center;
        margin: 0 auto; } }
@media (max-width: 575px) {
      .hero .hero__body {
        max-width: 400px; } }
.hero .hero__actions a + a {
    margin-left: 10px; }
.hero .hero__btn-more {
    position: absolute;
    bottom: 0;
    right: 15px;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__btn-more {
        right: 50%;
        -webkit-transform: translate(50%, 50%);
            -ms-transform: translate(50%, 50%);
                transform: translate(50%, 50%); } }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
.svg-sprite .ico g,
.svg-sprite .ico path {
  stroke: inherit;
  fill: inherit; }
[class*="ico"] {
  display: inline-block;
  vertical-align: middle; }
[class*="ico"] svg {
  width: 100%;
  height: 100%; }
/*  Icons Socials  */
.ico--facebook {
  width: 10px;
  height: 18px; }
.ico--twitter {
  width: 17px;
  height: 18px; }
.ico--google-p {
  width: 19px;
  height: 18px; }
/*  Icon Phone  */
.ico--phone {
  width: 20px;
  height: 26px;
  fill: #333333; }
/*  Icons Services  */
.ico--tick {
  width: 32px;
  height: 32px; }
.ico--location {
  width: 24px;
  height: 32px; }
.ico--tab {
  width: 32px;
  height: 28px; }
/* ------------------------------------------------------------ *\
	Link more
\* ------------------------------------------------------------ */
.link-more {
  display: inline-block;
  color: #333333;
  font: 600 12px/2 "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .link-more {
      font-size: 11px; } }
.link-more .link__ico {
    margin-left: 10px;
    -webkit-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    transition: margin 0.4s ease; }
.link-more .link__ico {
    fill: #333333;
    width: 14px;
    height: 18px; }
.link-more:hover {
    color: #5e5e5e; }
.link-more:hover .link__ico {
    margin-left: 20px; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  font-size: 0; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  display: none;
  height: 25px;
  width: 30px; }
.nav-trigger input {
    position: absolute;
    opacity: 0; }
.nav-trigger label {
    position: relative;
    height: 100%;
    display: block;
    -webkit-transition: -webkit-transform 0.4s 0s;
    transition: -webkit-transform 0.4s 0s;
    -o-transition: transform 0.4s 0s;
    transition: transform 0.4s 0s;
    transition: transform 0.4s 0s, -webkit-transform 0.4s 0s; }
.nav-trigger label:before,
  .nav-trigger label:after {
    content: ''; }
.nav-trigger label:before,
  .nav-trigger label:after,
  .nav-trigger span {
    position: absolute;
    right: 0;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background-color: #333333;
    -webkit-transition: width 0.2s 0.1s, top 0.4s 0s, bottom 0.4s 0s, -webkit-transform 0.4s 0s;
    transition: width 0.2s 0.1s, top 0.4s 0s, bottom 0.4s 0s, -webkit-transform 0.4s 0s;
    -o-transition: width 0.2s 0.1s, transform 0.4s 0s, top 0.4s 0s, bottom 0.4s 0s;
    transition: width 0.2s 0.1s, transform 0.4s 0s, top 0.4s 0s, bottom 0.4s 0s;
    transition: width 0.2s 0.1s, transform 0.4s 0s, top 0.4s 0s, bottom 0.4s 0s, -webkit-transform 0.4s 0s; }
.nav-trigger label:before {
    top: 0; }
.nav-trigger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 66.67%; }
.nav-trigger label:after {
    bottom: 0; }
.nav-trigger input:checked ~ label,
  .nav-trigger input:checked ~ label:before,
  .nav-trigger input:checked ~ label:after {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s; }
.nav-trigger input:checked ~ label {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
.nav-trigger input:checked ~ label span {
    width: 0;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0; }
.nav-trigger input:checked ~ label:before {
    top: 50%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
.nav-trigger input:checked ~ label:after {
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); }
@media (max-width: 1023px) {
    .nav-trigger {
      display: inline-block; } }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  text-transform: uppercase;
  font: 600 13px/2 "Montserrat", Arial, sans-serif; }
.nav li {
    padding-bottom: 13px;
    float: left; }
.nav li + li {
    margin-left: 36px; }
.nav a {
    text-decoration: none; }
.nav li:hover a {
    color: #333333;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease; }
.nav .is-active {
    color: #333333;
    font-weight: 700;
    border-bottom: 1px solid #9f8447;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
.nav .is-active:hover {
      opacity: 0.75;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
/* ------------------------------------------------------------ *\
	Phone
\* ------------------------------------------------------------ */
.phone {
  color: #333333;
  font: 700 24px/1.17 "Montserrat", Arial, sans-serif;
  letter-spacing: -0.05em; }
.phone a {
    text-decoration: none; }
.phone:hover i {
    -webkit-animation: ring 3s ease 0.4s infinite;
            animation: ring 3s ease 0.4s infinite;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    fill: #9f8447; }
.phone:hover a {
    color: #9f8447;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease; }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section Gray
\* ------------------------------------------------------------ */
.section-gray {
  padding: 120px 0 163px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
@media (max-width: 1023px) {
    .section-gray {
      padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-gray {
      padding: 50px 0; } }
.section-gray .section__head {
    font-size: 15px;
    line-height: 1.87;
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 116px; }
@media (max-width: 1023px) {
      .section-gray .section__head {
        font-size: 14px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-gray .section__head {
        margin-bottom: 75px;
        font-size: 13px; } }
@media (max-width: 575px) {
      .section-gray .section__head {
        font-size: 12px; } }
.section-gray .section__head h2 {
    text-transform: uppercase;
    color: #333333;
    line-height: 1.6;
    letter-spacing: -0.03em;
    margin-bottom: 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-gray .section__head h2 {
        font-size: 24px;
        margin-bottom: 8px; } }
@media (max-width: 575px) {
      .section-gray .section__head h2 {
        font-size: 20px; } }
.section-gray .section__head h4 {
    font-size: 21px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-gray .section__head h4 {
        font-size: 18px; } }
@media (max-width: 374px) {
      .section-gray .section__head h4 {
        font-size: 16px; } }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 140px 0;
  font-size: 15px;
  line-height: 1.87; }
@media (max-width: 1023px) {
    .section {
      font-size: 14px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
      font-size: 13px; } }
@media (max-width: 575px) {
    .section {
      font-size: 12px; } }
.section .section__services {
    margin: 47px 0 54px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__services {
        margin: 30px 0; } }
@media (max-width: 1023px) {
    .section .section__content {
      text-align: center; } }
.section .section__content > h5 {
    font-size: 18px;
    margin-bottom: 6px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__content > h5 {
        font-size: 16px; } }
.section .section__content h2 {
    color: #333333;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    max-width: 420px;
    margin-bottom: 25px; }
@media (max-width: 1023px) {
      .section .section__content h2 {
        margin: 0 auto 20px; } }
.section .section__content h2 span {
    color: #9f8447; }
.section .section__content > p {
    margin: 0; }
.section .section__content p + p {
    margin-top: 27px; }
.section .section__grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media (max-width: 1023px) {
      .section .section__grid {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__grid {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
.section .section__images img {
    width: 100%;
    height: auto; }
/*  Section Images Grid  */
.section--images-grid {
  padding: 140px 0 212px; }
@media (max-width: 1023px) {
    .section--images-grid {
      padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--images-grid {
      padding: 50px 0; } }
@media (max-width: 1023px) {
    .section--images-grid .section__content {
      margin-bottom: 75px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--images-grid .section__content {
      margin-bottom: 30px; } }
@media (max-width: 1023px) {
    .section--images-grid .section__col-content,
    .section--images-grid .section__images {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
/*  Section Article  */
.section--articles {
  padding: 150px 0 135px; }
@media (max-width: 1023px) {
    .section--articles {
      padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--articles {
      padding: 50px 0; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
    .section--articles .section__grid {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
.section--articles .section__content {
    padding-top: 11px; }
@media (max-width: 1023px) {
      .section--articles .section__content {
        padding-top: 0; } }
@media (max-width: 1023px) {
    .section--articles .section__content h2 {
      margin-bottom: 10px; } }
.section--articles .section__content p {
    margin-bottom: 40px; }
@media (max-width: 1023px) {
      .section--articles .section__content p {
        margin-bottom: 25px; } }
@media (max-width: 1023px) {
    .section--articles .section__col + .section__col {
      margin-top: 35px; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
    .section--articles .section__col-content {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      min-width: 100%; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
    .section--articles .section__col-article {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      min-width: 50%; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select {
  font: 400 16px/2 "Lora", Georgia, serif;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #9f8447; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .select select {
      font-size: 13px; } }
.select option {
  color: #000; }
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
	Services
\* ------------------------------------------------------------ */
.services {
  color: #000;
  text-transform: uppercase;
  list-style: none;
  text-align: left; }
@media (max-width: 1023px) {
    .services {
      font-size: 12px; } }
.services li {
    position: relative;
    float: left;
    width: 100%;
    width: calc(100% / 3); }
@media (min-width: 1023.02px) {
      .services li {
        max-width: 36.25%; } }
@media (max-width: 575px) {
      .services li {
        display: block;
        float: none;
        width: calc(100% / 3 * 2);
        margin: 0 auto; } }
@media (max-width: 575px) {
    .services li + li {
      margin-top: 30px; } }
@media (max-width: 1023px) {
    .services li:before,
    .services li:after {
      content: '';
      position: absolute;
      display: block;
      height: 1px;
      top: 15px;
      background-color: #dbd6cc; } }
@media (max-width: 1023px) {
    .services li:before {
      right: calc(50% + 25px);
      left: 20px; } }
@media (max-width: 1023px) {
    .services li:after {
      left: calc(50% + 25px);
      right: 20px; } }
@media (min-width: 1023.02px) {
    .services li:last-child {
      max-width: 27.5%; } }
@media (min-width: 1023.02px) {
    .services li:not(:last-child):after {
      content: '';
      position: absolute;
      display: block;
      height: 1px;
      top: 15px;
      right: 16px;
      left: 50px;
      background-color: #dbd6cc; } }
.services i {
    margin: 0 17px 0 3px; }
@media (max-width: 1023px) {
      .services i {
        margin: 0; } }
.services svg {
    fill: #333333; }
.services h5 {
    font-weight: 600;
    line-height: 1.29;
    margin: 0; }
@media (min-width: 1023.02px) {
      .services h5 {
        max-width: 160px; } }
@media (max-width: 1023px) {
      .services h5 {
        max-width: 120px;
        margin: 0 auto; } }
.services .ico-box {
    margin-bottom: 20px; }
@media (max-width: 1023px) {
    .services {
      text-align: center; } }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1140px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style: none outside none; }
.socials li {
  float: left;
  position: relative; }
.socials li + li {
  margin-left: 17px; }
.socials .socials__ico {
  max-width: 20px;
  max-height: 20px;
  fill: #989898; }
.socials .socials__ico svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.socials .socials__ico {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
.socials .socials__ico:hover {
  opacity: 0.5; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */

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