@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.woff2") format("woff2");
  font-waeight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond-Bold.woff") format("woff"), url("../fonts/CormorantGaramond-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond-Medium.woff") format("woff"), url("../fonts/CormorantGaramond-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond-Regular.woff") format("woff"), url("../fonts/CormorantGaramond-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

html.menu-open {
  overflow: hidden; }

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1C2836;
  background: #FCFCFC;
  position: relative;
  min-height: 100vh;
  margin: 0;
  line-height: 1.5;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0; }
  body.load {
    opacity: 1; }
  body::-webkit-scrollbar {
    width: 6px;
    background-color: #1C2836; }
  body::-webkit-scrollbar-thumb {
    background-color: #BE9C6F; }

a {
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  color: inherit; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

body, html {
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

header, section, footer {
  width: 100%; }

svg {
  width: 100%;
  height: 100%; }

address {
  font-style: normal;
  font-family: "Raleway", sans-serif; }

button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  font: none;
  cursor: pointer; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

.container {
  width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px; }
  @media only screen and (max-width: 1380px) {
    .container {
      width: 1200px; } }
  @media only screen and (max-width: 1199px) {
    .container {
      width: 960px; } }
  @media only screen and (max-width: 991px) {
    .container {
      width: 750px; } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%;
      padding: 0 10px; } }

.header_1 {
  display: block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
  color: #1C2836; }
  @media only screen and (max-width: 1199px) {
    .header_1 {
      font-size: 65px; } }
  @media only screen and (max-width: 991px) {
    .header_1 {
      font-size: 60px; } }
  @media only screen and (max-width: 767px) {
    .header_1 {
      font-size: 35px; } }
  .header_1.left {
    text-align: left; }
  .header_1.center {
    text-align: center; }
  .header_1.right {
    text-align: right; }

.header_2 {
  display: block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  color: #1C2836; }
  @media only screen and (max-width: 1199px) {
    .header_2 {
      font-size: 36px; } }
  @media only screen and (max-width: 991px) {
    .header_2 {
      font-size: 32px; } }
  @media only screen and (max-width: 767px) {
    .header_2 {
      font-size: 24px; } }
  .header_2.left {
    text-align: left; }
  .header_2.center {
    text-align: center; }
  .header_2.right {
    text-align: right; }

.header_3 {
  display: block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #BE9C6F;
  text-transform: uppercase; }
  @media only screen and (max-width: 1199px) {
    .header_3 {
      font-size: 28px; } }
  @media only screen and (max-width: 991px) {
    .header_3 {
      font-size: 22px; } }
  @media only screen and (max-width: 767px) {
    .header_3 {
      font-size: 18px; } }
  .header_3.left {
    text-align: left; }
  .header_3.center {
    text-align: center; }
  .header_3.right {
    text-align: right; }

.button {
  position: relative;
  outline: none;
  display: block;
  border: none;
  background: #BE9C6F;
  max-width: 100%;
  width: 230px;
  height: 60px;
  line-height: 60px;
  padding: 0 12px;
  font-family: "Cormorant Garamond", sans-serif;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
          font-feature-settings: 'tnum' on, 'lnum' on;
  font-size: 20px; }
  .button:hover, .button.active {
    background: #B4803B; }

.button-invert {
  position: relative;
  outline: none;
  display: block;
  background: #D9D0BC;
  border-radius: 50px;
  max-width: 100%;
  width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  color: #1C2836;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border: 1px solid transparent; }
  .button-invert:hover, .button-invert.active {
    background: transparent;
    border: 1px solid #D9D0BC;
    color: #D9D0BC; }

.button.center,
.button-slim.center {
  margin-left: auto;
  margin-right: auto; }

.form-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .form-item.last {
    margin-bottom: 0; }
  .form-item.novalid input {
    border: 1px solid red; }
  .form-item input {
    border: none;
    outline: none;
    width: 100%;
    height: 65px;
    border-radius: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #1C2836;
    font-family: "Raleway", sans-serif;
    padding: 0px 24px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid #D9D0BC; }
    .form-item input::-webkit-input-placeholder {
      color: rgba(28, 40, 54, 0.3); }
    .form-item input::-moz-placeholder {
      color: rgba(28, 40, 54, 0.3); }
    .form-item input:-ms-input-placeholder {
      color: rgba(28, 40, 54, 0.3); }
    .form-item input:-moz-placeholder {
      color: rgba(28, 40, 54, 0.3); }
  .form-item textarea {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 100%;
    min-height: 132px;
    border-radius: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #1C2836;
    font-family: "Raleway", sans-serif;
    padding: 24px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid #D9D0BC; }
    .form-item textarea::-webkit-input-placeholder {
      color: rgba(28, 40, 54, 0.3); }
    .form-item textarea::-moz-placeholder {
      color: rgba(28, 40, 54, 0.3); }
    .form-item textarea:-ms-input-placeholder {
      color: rgba(28, 40, 54, 0.3); }
    .form-item textarea:-moz-placeholder {
      color: rgba(28, 40, 54, 0.3); }
  .form-item label {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
            font-feature-settings: 'tnum' on, 'lnum' on;
    margin-bottom: 8px; }
  .form-item .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .form-item .icon.icon-calendar {
      width: 26px;
      height: 26px; }
    .form-item .icon.icon-arrow {
      width: 18px;
      height: 10px; }

.form-note {
  font-size: 10px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px; }
  .form-note a {
    font-weight: 500;
    text-decoration: underline;
    display: inline-block; }

.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  cursor: pointer; }

.image-wrapper {
  font-size: 0;
  line-height: 0; }

.scroll-top {
  z-index: 2;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #BE9C6F;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
  border-radius: 50%; }
  .scroll-top svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 16px;
    fill: #fff;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .scroll-top:hover {
    background: #B4803B; }
  .scroll-top.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.disabled {
  display: none !important; }

.animation-top {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.animation-left {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px); }

.animation-resolve {
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.delay-100 {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.delay-200 {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.delay-300 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.delay-400 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.delay-500 {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.delay-600 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.delay-700 {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.delay-800 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.delay-900 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s; }

.delay-1000 {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s; }

.delay-1100 {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s; }

.delay-1200 {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.delay-1300 {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s; }

.delay-1400 {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s; }

.delay-1500 {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s; }

.delay-1600 {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s; }

.delay-1700 {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s; }

.delay-1800 {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s; }

.delay-1900 {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s; }

.delay-2000 {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s; }

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45); }

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal; }

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0; }

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5; }

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: -30px; } }

@keyframes lg-right-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: -30px; } }

@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: 30px; } }

@keyframes lg-left-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: 30px; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease; } }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: .5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
  transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
  transition: -webkit-box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
          box-shadow: 0 0 0 8px #fff inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  transition: visibility 0s linear .18s, opacity .18s linear 0s; }

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
  transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
  -o-transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0; }

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important; }

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important; }

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list,
.slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  top: 0;
  left: 0; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-arrow {
  padding: 0; }
  .slick-arrow:focus {
    outline: none; }

.slick__arrow.slick-hidden {
  display: none; }

.slick-slide {
  float: left;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide:focus {
    outline: none;
    cursor: move; }
  .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-slide > img {
    display: block; }
  .slick-slide.dragging > img {
    pointer-events: none; }

.slick-dots button:focus {
  outline: none; }

body.home-page .header {
  position: absolute;
  background: transparent; }
  body.home-page .header .button-wrap .button {
    background: rgba(125, 125, 125, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white; }
  body.home-page .header .button-wrap a {
    font-family: "Cormorant Garamond", sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    body.home-page .header .button-wrap a:hover {
      background: white;
      color: #BE9C6F; }
    body.home-page .header .button-wrap a:last-child {
      margin-left: 40px; }
  body.home-page .header .item > ul {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: none;
    background: #BE9C6F;
    padding: 8px 19px;
    overflow: auto; }
    body.home-page .header .item > ul > .item {
      border-bottom: 1px solid #fff; }
      body.home-page .header .item > ul > .item > a {
        color: #fff; }
        body.home-page .header .item > ul > .item > a:hover {
          display: block;
          color: #D9D0BC; }
    body.home-page .header .item > ul.active > a {
      color: #D9D0BC; }
  body.home-page .header .item.active {
    color: #BE9C6F; }
  body.home-page .header .item:hover .link {
    text-decoration: none;
    color: #BE9C6F; }
  body.home-page .header .item:hover .triangle {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
    body.home-page .header .item:hover .triangle svg {
      fill: #BE9C6F; }
  body.home-page .header .item:hover > ul {
    display: block; }
  body.home-page .header .submenu .item.active {
    color: #D9D0BC; }

.header {
  position: relative;
  z-index: 12;
  background-color: #BE9C6F; }
  .header .header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .header .header-top .content {
      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;
      padding: 14px 0;
      margin: 0 0; }
      .header .header-top .content .logo {
        width: 140px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: white; }
        .header .header-top .content .logo span {
          font-family: "Cormorant Garamond", sans-serif;
          font-size: 20px;
          margin-left: 16px;
          line-height: 1; }
    .header .header-top .button-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto; }
      .header .header-top .button-wrap .button {
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.4);
        color: white; }
      .header .header-top .button-wrap a {
        font-family: "Cormorant Garamond", sans-serif;
        font-weight: 500;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .header .header-top .button-wrap a:hover {
          background: white;
          color: #BE9C6F; }
        .header .header-top .button-wrap a:last-child {
          margin-left: 40px; }
  .header .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding: 20px 0; }
  .header .item {
    margin-right: 30px;
    position: relative; }
    .header .item > ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 280px; }
      .header .item > ul > .item {
        margin-right: 0;
        border-bottom: 1px solid #fff;
        margin-bottom: 6px;
        color: #fff; }
        .header .item > ul > .item > a {
          display: inline-block;
          padding-bottom: 6px;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
          .header .item > ul > .item > a:hover {
            color: #D9D0BC; }
      .header .item > ul.active > a {
        color: #D9D0BC; }
    .header .item .submenu .item.active {
      color: #D9D0BC; }
    .header .item:hover .link {
      text-decoration: underline; }
    .header .item:hover .triangle {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
    .header .item:hover > ul {
      display: block;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      background: #BE9C6F;
      padding: 8px 19px;
      overflow: auto; }
  .header .link {
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  .header .triangle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .header .triangle svg {
      fill: #fff;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
  .header .menu__toggle {
    display: none; }
  @media only screen and (max-width: 991px) {
    .header .menu {
      display: none; }
    .header .header-top .content {
      padding: 8px 0; }
    .header .header-top .content .logo {
        width: 80px; }
    .header .menu__toggle {
      margin-left: auto;
      position: relative;
      z-index: 21;
      display: block;
      width: 36px;
      height: 24px;
      cursor: pointer; }
      .header .menu__toggle span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: white;
        position: absolute;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: rotate(0) translate(0, 0);
            -ms-transform: rotate(0) translate(0, 0);
                transform: rotate(0) translate(0, 0); }
        .header .menu__toggle span:nth-child(1) {
          top: 0;
          left: 0; }
        .header .menu__toggle span:nth-child(2) {
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          opacity: 1; }
        .header .menu__toggle span:nth-child(3) {
          bottom: 0;
          left: 0; }
      .header .menu__toggle.active span {
        background: white; }
        .header .menu__toggle.active span:nth-child(1) {
          -webkit-transform: rotate(45deg) translate(-50%, -50%);
              -ms-transform: rotate(45deg) translate(-50%, -50%);
                  transform: rotate(45deg) translate(-50%, -50%);
          -webkit-transform-origin: top left;
              -ms-transform-origin: top left;
                  transform-origin: top left;
          left: 50%;
          top: 50%; }
        .header .menu__toggle.active span:nth-child(2) {
          left: 100%;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          opacity: 0; }
        .header .menu__toggle.active span:nth-child(3) {
          -webkit-transform: rotate(-45deg) translate(-50%, 50%);
              -ms-transform: rotate(-45deg) translate(-50%, 50%);
                  transform: rotate(-45deg) translate(-50%, 50%);
          -webkit-transform-origin: bottom left;
              -ms-transform-origin: bottom left;
                  transform-origin: bottom left;
          left: 50%;
          bottom: 50%; }
      .header .menu__toggle:hover span {
        opacity: 0.7; }
    .header .header-top .button-wrap .button.mail {
      display: none; } 
      .header .header-top .button-wrap .button.phone {
          background: none;
          border: none;
          width: unset;
          font-size: 14px; } 
      
  }

.menu-mobile {
  display: none; }
  @media only screen and (max-width: 991px) {
    .menu-mobile {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      height: 100vh;
      overflow-x: hidden;
      overflow-y: auto;
      z-index: 10;
      padding: 100px 10px 0;
      background: #1C2836;
      -webkit-transform: translate3d(30%, 0, 0);
              transform: translate3d(30%, 0, 0);
      -webkit-transition: opacity .3s,-webkit-transform .4s;
      transition: opacity .3s,-webkit-transform .4s;
      -o-transition: transform .4s,opacity .3s;
      transition: transform .4s,opacity .3s;
      transition: transform .4s,opacity .3s,-webkit-transform .4s;
      will-change: transform;
      opacity: 0; }
      .menu-mobile.display {
        display: block; }
      .menu-mobile.active {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        opacity: 1; }
      .menu-mobile .list {
        margin-bottom: 38px;
        padding-top: 22px; }
      .menu-mobile .item {
        margin-bottom: 10px; }
        .menu-mobile .item:last-child {
          margin-bottom: 0; }
        .menu-mobile .item > ul {
          display: none;
          width: 280px; }
          .menu-mobile .item > ul > li {
            margin-bottom: 6px; }
            .menu-mobile .item > ul > li > a {
              display: inline-block;
              padding-top: 8px;
              color: #fff;
              -webkit-transition: all .2s;
              -o-transition: all .2s;
              transition: all .2s; }
        .menu-mobile .item.active .triangle {
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg); }
        .menu-mobile .item.active > ul {
          display: block;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
          background: transparent;
          padding: 8px 19px;
          overflow: auto; }
          .menu-mobile .item.active > ul > li {
            color: #fff; }
      .menu-mobile .triangle {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 12px;
        height: 12px;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
        .menu-mobile .triangle svg {
          fill: #fff;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
      .menu-mobile .link {
        font-weight: 500;
        font-size: 18px;
        color: white; }
      .menu-mobile .block-link {
        display: block;
        font-weight: 700;
        font-size: 15px;
        color: #D9D0BC;
        margin-bottom: 8px; }
        .menu-mobile .block-link:last-child {
          margin-bottom: 0; }
      .menu-mobile .button-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .menu-mobile .button-wrap .button {
          background: rgba(125, 125, 125, 0.3);
          border: 1px solid rgba(255, 255, 255, 0.4);
          color: white;
          margin-bottom: 10px; }
        .menu-mobile .button-wrap a {
          font-family: "Cormorant Garamond", sans-serif;
          font-weight: 500; }
          .menu-mobile .button-wrap a:hover {
            background: white;
            color: #BE9C6F;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s; }
      .menu-mobile .socials {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .menu-mobile .social {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 24px;
        width: 24px;
        height: 24px; }
        .menu-mobile .social:last-child {
          margin-right: 0; }
        .menu-mobile .social.instagram {
          width: 24px;
          height: 24px; }
        .menu-mobile .social.whatsap {
          width: 24px;
          height: 24px; }
        .menu-mobile .social:hover svg {
          fill: #1C2836; }
        .menu-mobile .social svg {
          fill: #D9D0BC;
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; } }

.heroimage {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(/app/images/background.jpg);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(/app/images/background.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(/app/images/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  min-height: 860px;
  margin-bottom: 166px;
  position: relative;
  z-index: 3;
  /*.form-note
        a
            &:hover
                transition: all .2s
                color: #D9D0BC */ }
  .heroimage .container {
    height: 100%; }
  .heroimage .content {
    height: 100%;
    position: relative;
    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;
    color: white;
    padding-top: 150px; }
  .heroimage .col-left {
    padding-right: 20px; }
  .heroimage .header_1 {
    margin-bottom: 13px;
    color: white; }
  .heroimage .subtitle {
    font-size: 26px;
    font-family: "Cormorant Garamond", sans-serif;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 1.1; }
  .heroimage .list {
    font-family: "Raleway", sans-serif; }
  .heroimage .item {
    position: relative;
    padding-left: 24px;
    margin-bottom: 22px; }
    .heroimage .item:last-child {
      margin-bottom: 0; }
    .heroimage .item:before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background: transparent;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      border: 1px solid #BE9C6F; }
  .heroimage .form-heroimage {
    width: 430px;
    background: rgba(32, 27, 31, 0.45);
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    border: 15px solid rgba(255, 255, 255, 0.2);
    padding: 66px 50px; }
    .heroimage .form-heroimage a:hover {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      color: #B4803B; }
  .heroimage .form-title {
    font-family: "Cormorant Garamond", sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px; }
  .heroimage .button {
    width: 100%;
    -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
            font-feature-settings: 'tnum' on, 'lnum' on;
    font-size: 20px; }
  .heroimage .scroll-bottom {
    position: absolute;
    top: 56%;
    left: 1vw;
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 17px; }
    .heroimage .scroll-bottom span {
      text-transform: uppercase;
      font-family: "Cormorant Garamond", sans-serif;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.2em;
      color: #fff; }
    .heroimage .scroll-bottom .line {
      content: "";
      width: 1px;
      background: #BE9C6F;
      height: 70px;
      margin: 24px 0; }
    .heroimage .scroll-bottom .mouse {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      color: #BE9C6F;
      width: 16px;
      height: 26px;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
  .heroimage .form-item input {
    color: #fff;
    background: rgba(0, 0, 0, 0.03);
    border: 0.5px solid rgba(255, 255, 255, 0.8); }
    .heroimage .form-item input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .heroimage .form-item input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .heroimage .form-item input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .heroimage .form-item input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .heroimage .form-item input:hover {
      border: 0.5px solid #BE9C6F; }
  @media only screen and (max-width: 991px) {
    .heroimage {
      height: auto;
      margin-bottom: 80px; }
      .heroimage .content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .heroimage .header_1 {
        font-size: 45px;
        margin-bottom: 12px; }
      .heroimage .subtitle {
        margin-bottom: 24px;
        font-size: 22px; }
      .heroimage .list {
        margin-bottom: 30px;
        font-size: 14px; }
      .heroimage .item {
        margin-bottom: 10px; }
      .heroimage .form-heroimage {
        padding: 18px 50px;
        margin-bottom: 80px; }
      .heroimage .scroll-bottom {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .heroimage .content {
      padding-top: 114px; }
    .heroimage .col-left {
      margin-bottom: 10px; }
    .heroimage .form-heroimage {
      width: 100%; }
    .heroimage .form-title {
      margin-bottom: 20px; }
    .heroimage .header_1 {
      font-size: 40px; }
    .heroimage .subtitle {
      font-size: 20px; }
    .heroimage .list {
      font-size: 12px; } }
  @media only screen and (max-width: 399px) {
    .heroimage .form-heroimage {
      padding: 18px 10px; } }

.about {
  margin-bottom: 166px; }
  .about .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .about .col-left {
    width: 554px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative; }
  .about .left-wrapper {
    position: relative; }
    .about .left-wrapper .image-wrapper {
      width: 100%; }
      .about .left-wrapper .image-wrapper img {
        width: 100%; }
  .about .quote {
    position: absolute;
    z-index: 2;
    bottom: -24px;
    right: -40px;
    width: 490px;
    background-image: url(/app/images/about-background.jpg);
    padding: 34px 42px 34px 50px;
    -webkit-box-shadow: 0px 34px 101px -54px rgba(216, 197, 155, 0.56);
            box-shadow: 0px 34px 101px -54px rgba(216, 197, 155, 0.56); }
  .about .quote__icon {
    position: absolute;
    left: 29px;
    height: 14px;
    width: 16px; }
  .about .col-right {
    margin-left: 120px;
    padding-top: 140px; }
  .about .header_2 {
    margin-bottom: 20px; }
  .about .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .about .item-number {
    margin-right: 6px;
    font-size: 100px;
    font-weight: 400;
    font-family: "Cormorant Garamond", sans-serif;
    color: #BE9C6F;
    line-height: 1; }
  .about .item-text {
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px); }
  .about .block-info {
    margin: 40px 0 0 150px;
    /* width: 252px; */ }
  .about .block-info__name {
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 6px; }
  .about .block-info__mail {
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
            font-feature-settings: 'pnum' on, 'lnum' on;
    color: #BE9C6F; }
  @media only screen and (max-width: 1380px) {
    .about .col-right {
      margin-left: 60px; } }
  @media only screen and (max-width: 1199px) {
    .about .col-left {
      width: 50%; }
    .about .quote {
      width: 410px;
      padding: 22px 42px 22px 50px; }
    .about .quote__text {
      font-size: 14px; }
    .about .block-info {
      margin-top: 40px;
      margin-left: 136px; }
    .about .col-right {
      padding-top: 60px; } }
  @media only screen and (max-width: 991px) {
    .about {
      margin-bottom: 80px; }
      .about .quote {
        width: 365px; }
      .about .block-info {
        margin-top: 40px;
        margin-left: 80px; }
      .about .col-right {
        padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .about .content {
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }
    .about .col-left {
      width: 100%; }
    .about .left-wrapper .image-wrapper {
      text-align: center; }
      .about .left-wrapper .image-wrapper img {
        width: 70%; }
    .about .col-right {
      margin-bottom: 80px;
      margin-left: 0; }
    .about .quote {
      right: 0; }
    .about .block-info {
      width: 252px;
      margin: 0;
      margin-top: 40px;
      margin-left: auto;
      margin-right: 66px; }
    .about .header_2 {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 0px; }
      .about .header_2 br {
        display: none; }
    .about .quote-text {
      font-size: 14px; }
    .about .item-namber {
      margin-right: 5px; } }

@media only screen and (max-width: 767px) and (max-width: 500px) {
  .about .quote {
    max-width: 100%;
    padding: 18px 20px 18px 30px; }
  .about .quote__icon {
    left: 10px; }
  .about .left-wrapper .image-wrapper img {
    width: 100%; } }

.advantages {
  padding-bottom: 166px; }
  .advantages .header_2 {
    margin-bottom: 100px;
    text-align: center; }
  .advantages .advantages-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px -25px; }
  .advantages .item {
    position: relative;
    display: block;
    width: calc( 25% - 50px);
    background-image: url(/app/images/about-background.jpg);
    -webkit-box-shadow: 0px 34px 101px -54px rgba(216, 197, 155, 0.56);
            box-shadow: 0px 34px 101px -54px rgba(216, 197, 155, 0.56);
    padding: 90px 30px 50px 30px;
    margin: 10px 25px; }
    .advantages .item:last-child {
      margin-right: 0px; }
  .advantages .item-number {
    position: absolute;
    left: 20px;
    top: -46px;
    font-size: 100px;
    font-weight: 400;
    font-family: "Cormorant Garamond", sans-serif;
    color: #BE9C6F;
    line-height: 1; }
  .advantages .item-subtitle {
    font-family: "Cormorant Garamond", sans-serif;
    color: #BE9C6F;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 1.1; }
  .advantages .item-text {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px; }
  .advantages .decor1 {
    position: absolute;
    right: -26px;
    bottom: -26px;
    z-index: -1; }
  .advantages .decor2 {
    position: absolute;
    right: -26px;
    top: -26px;
    z-index: -1; }
  @media only screen and (max-width: 1199px) {
    .advantages .header_2 {
      margin-bottom: 60px; }
    .advantages .item {
      width: calc( 50% - 50px); } }
  @media only screen and (max-width: 991px) {
    .advantages {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .advantages {
      overflow: hidden; }
      .advantages .decor1,
      .advantages .decor2 {
        display: none; }
      .advantages .header_2 {
        margin-bottom: 40px; }
      .advantages .item {
        margin-right: 0px;
        width: calc( 100% - 50px);
        padding: 76px 30px 30px 30px; } }

.services {
  background-image: url(/app/images/background-services.png);
  padding: 166px 0;
  margin-bottom: 166px; }
  .services .header_2 {
    font-family: "Cormorant Garamond", sans-serif;
    color: white;
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    margin-bottom: 12px; }
  .services .subtitile {
    color: #D9D0BC;
    font-family: "Cormorant Garamond", sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 42px; }
  .services .lower {
    margin-top: 70px; }
  .services .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px; }
  .services .item {
    width: 33.33%; }
  .services .item-text {
    color: white;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px; }
  .services .link {
    position: relative;
    display: block;
    min-height: 98px;
    height: calc(100% - 20px);
    margin: 10px;
    border: 1px solid #D9D0BC;
    padding: 22px 80px 22px 22px; }
    .services .link:hover {
      background-color: #BE9C6F;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .services .link:hover .arrow-icon {
        border: 1px solid #fff; }
        .services .link:hover .arrow-icon svg {
          fill: #fff; }
  .services .arrow-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #D9D0BC;
    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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .services .arrow-icon svg {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 12px;
      height: 10px;
      fill: #D9D0BC;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  @media only screen and (max-width: 1199px) {
    .services .item {
      width: 50%; } }
  @media only screen and (max-width: 991px) {
    .services {
      padding: 80px 0;
      margin-bottom: 80px; }
      .services .subtitile {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .services .item {
      width: 100%; } }

.uslugi {
  position: relative;
  background-image: url(/app/images/background-services.png);
  padding: 166px 0; }
  .uslugi .header_2 {
    position: absolute;
    top: 5vh;
    display: block;
    font-family: "Cormorant Garamond", sans-serif;
    font-weight: 500;
    font-size: calc( 32px + 16 * (100vw / 1920));
    margin-bottom: 12px;
    color: #fff; }
  .uslugi .lower {
    margin-top: 70px; }
  .uslugi .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px; }
  .uslugi .item {
    width: 33.33%;
    height: 118px; }
  .uslugi .item-text {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px; }
  .uslugi .link {
    position: relative;
    display: block;
    height: calc(100% - 20px);
    margin: 10px;
    border: 1px solid #D9D0BC;
    padding: 22px 80px 22px 22px; }
    .uslugi .link:hover {
      background-color: #BE9C6F;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .uslugi .link:hover .arrow-icon {
        border: 1px solid #fff; }
        .uslugi .link:hover .arrow-icon svg {
          fill: #fff; }
  .uslugi .arrow-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #D9D0BC;
    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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .uslugi .arrow-icon svg {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 12px;
      height: 10px;
      fill: #BE9C6F;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  @media only screen and (max-width: 1199px) {
    .uslugi .item {
      width: 50%; } }
  @media only screen and (max-width: 991px) {
    .uslugi {
      padding: 150px 0; }
      .uslugi .item {
        height: 118px; } }
  @media only screen and (max-width: 767px) {
    .uslugi .item {
      width: 100%;
      height: 118px; } }
  @media only screen and (max-width: 399px) {
    .uslugi .item {
      height: 100%; }
    .uslugi .arrow-icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }

.portfolio {
  overflow: hidden;
  margin-bottom: 166px; }
  .portfolio .header_2 {
    text-align: center;
    margin-bottom: 50px; }
  .portfolio .slider-wrap {
    position: relative;
    margin-bottom: 40px;
    padding: 0 110px;
    width: 100%; }
  .portfolio .slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 366px;
    min-height: 297px;
    border: 1px solid #D9D0BC;
    padding: 20px 43px 0px;
    position: relative;
    margin: 0 12px; }
    .portfolio .slider-item:hover .block-hover {
      opacity: 1; }
  .portfolio .subtitle {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 20px;
    font-weight: 700; }
  .portfolio .link {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    font-weight: 500;
    font-size: 14px;
    font-family: "Raleway", sans-serif; }
  .portfolio .image-wrapper {
    margin-bottom: 26px;
    height: 120px;
    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; }
    .portfolio .image-wrapper img {
      max-width: 100%; }
  .portfolio .text-wrap {
    text-align: center; }
  .portfolio .block-hover {
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f7f6f6;
    padding: 36px 50px 84px 50px;
    text-align: center; }
  .portfolio .block-hover__subtitle {
    font-size: 20px;
    font-weight: 700;
    font-family: "Cormorant Garamond", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .portfolio .block-hover__text {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500; }
  .portfolio .link {
    position: relative;
    z-index: 10;
    color: #BE9C6F; }
    .portfolio .link:hover {
      color: #B4803B; }
  .portfolio .arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 1px solid #D9D0BC;
    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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .portfolio .arrow svg {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 12px;
      height: 10px;
      fill: #D9D0BC;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .portfolio .arrow.left {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    .portfolio .arrow.right {
      right: 0; }
    .portfolio .arrow:hover {
      border: 1px solid #BE9C6F;
      background: #BE9C6F; }
      .portfolio .arrow:hover svg {
        fill: #fff; }
  .portfolio .button {
    margin: 0 auto; }
  .portfolio .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px; }
    .portfolio .slick-dots li {
      width: 10px;
      height: 10px;
      border: 1px solid #BE9C6F;
      border-radius: 50%;
      margin-right: 4px;
      background: #BE9C6F; }
      .portfolio .slick-dots li:last-child {
        margin-right: 0; }
    .portfolio .slick-dots button {
      font-size: 0; }
    .portfolio .slick-dots .slick-active {
      background: #fff; }
  @media only screen and (max-width: 1380px) {
    .portfolio .slider-item {
      padding: 20px 30px 50px; }
    .portfolio .block-hover {
      padding: 36px 30px 84px 30px; } }
  @media only screen and (max-width: 1199px) {
    .portfolio .slider-wrap {
      padding: 0 70px; } }
  @media only screen and (max-width: 991px) {
    .portfolio {
      margin-bottom: 80px; }
      .portfolio .slider-wrap {
        padding: 0px 50px; } }
  @media only screen and (max-width: 767px) {
    .portfolio .slider-wrap {
      padding: 0; }
    .portfolio .slider-item {
      width: 310px;
      margin: 0 4px; } }

.portfolio-inner {
  overflow: hidden;
  padding: 60px 0; }
  .portfolio-inner .header_2 {
    text-align: center;
    margin-bottom: 50px; }
  .portfolio-inner .slider-wrap {
    position: relative;
    margin: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .portfolio-inner .slider-item {
    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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc( 33.33% - 20px);
    min-height: 297px;
    border: 1px solid #D9D0BC;
    padding: 0px 68px 50px;
    position: relative;
    margin: 10px; }
    .portfolio-inner .slider-item:hover .block-hover {
      opacity: 1; }
  .portfolio-inner .subtitle {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 20px;
    font-weight: 700; }
  .portfolio-inner .link {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    font-weight: 500;
    font-size: 14px;
    font-family: "Raleway", sans-serif; }
  .portfolio-inner .image-wrapper {
    text-align: center;
    margin-bottom: 26px; }
    .portfolio-inner .image-wrapper img {
      max-width: 100%; }
  .portfolio-inner .text-wrap {
    text-align: center; }
  .portfolio-inner .block-hover {
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f7f6f6;
    padding: 36px 50px 84px 50px;
    text-align: center; }
  .portfolio-inner .block-hover__subtitle {
    font-size: 20px;
    font-weight: 700;
    font-family: "Cormorant Garamond", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .portfolio-inner .block-hover__text {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500; }
  .portfolio-inner .link {
    position: relative;
    z-index: 9;
    color: #BE9C6F; }
    .portfolio-inner .link:hover {
      color: #B4803B; }
  .portfolio-inner .arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 1px solid #D9D0BC;
    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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .portfolio-inner .arrow svg {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 12px;
      height: 10px;
      fill: #D9D0BC;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .portfolio-inner .arrow.left {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    .portfolio-inner .arrow.right {
      right: 0; }
    .portfolio-inner .arrow:hover {
      border: 1px solid #BE9C6F;
      background: #BE9C6F; }
      .portfolio-inner .arrow:hover svg {
        fill: #fff; }
  .portfolio-inner .button {
    margin: 0 auto; }
  @media only screen and (max-width: 1380px) {
    .portfolio-inner .slider-item {
      padding: 0px 30px 50px; }
    .portfolio-inner .block-hover {
      padding: 36px 30px 84px 30px; } }
  @media only screen and (max-width: 991px) {
    .portfolio-inner {
      padding: 80px 0; }
      .portfolio-inner .slider-item {
        width: calc( 50% - 20px); } }
  @media only screen and (max-width: 767px) {
    .portfolio-inner .slider-item {
      width: calc( 100% - 20px); } }

.form-order {
  position: relative; }
  .form-order .form-wrapper {
    position: relative;
    margin-left: auto;
    width: 820px;
    background-color: white;
    padding: 130px 78px 160px 132px;
    -webkit-box-shadow: 0px 103px 101px -141px rgba(216, 197, 155, 0.56);
            box-shadow: 0px 103px 101px -141px rgba(216, 197, 155, 0.56);
    color: #1C2836; }
  .form-order .header_2 {
    margin-bottom: 10px; }
  .form-order .subheader {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #1C2836;
    margin-bottom: 26px; }
  .form-order .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    margin-bottom: 10px; }
  .form-order .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-order .name {
    margin-right: 10px; }
  .form-order .comment {
    display: flex-end;
    width: 100%;
    height: 100%;
    min-height: 132px; }
  .form-order .form-item {
    margin-bottom: 0; }
  .form-order label {
    color: #1C2836; }
  .form-order img {
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .form-order input {
    background-color: #fff; }
    .form-order input:hover {
      border: 1px solid #BE9C6F; }
  .form-order textarea {
    background-color: #fff; }
    .form-order textarea:hover {
      border: 1px solid #BE9C6F; }
  .form-order button {
    width: 100%; }
  .form-order .form-note {
    padding-left: 24px;
    font-size: 10px;
    line-height: 1.4;
    color: #1C2836;
    margin-top: 0;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
            font-feature-settings: 'pnum' on, 'lnum' on; }
    .form-order .form-note a {
      font-weight: 700;
      text-decoration: underline;
      color: #BE9C6F; }
      .form-order .form-note a:hover {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        color: #B4803B; }
  .form-order .decor {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 11%; }
  @media only screen and (max-width: 1380px) {
    .form-order .form-wrapper img {
      width: 70%;
      position: absolute;
      top: 50%;
      right: 100%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media only screen and (max-width: 1199px) {
    .form-order .decor {
      width: 28%; }
    .form-order .form-wrapper {
      position: relative;
      margin-left: auto;
      width: 552px;
      padding: 44px 60px; }
      .form-order .form-wrapper .item-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 14px; }
      .form-order .form-wrapper .button-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .form-order .form-wrapper .button {
        margin-bottom: 13px; }
      .form-order .form-wrapper .form-note {
        padding-left: 0; }
      .form-order .form-wrapper .name {
        margin-right: 0;
        margin-bottom: 10px; }
      .form-order .form-wrapper .comment {
        margin-bottom: 10px; }
      .form-order .form-wrapper img {
        width: 100%; }
    .form-order .header_2 {
      margin-bottom: 12px;
      font-size: 38px; } }
  @media only screen and (max-width: 991px) {
    .form-order .decor {
      display: none; }
    .form-order .form-wrapper {
      width: 444px;
      padding: 12px 24px; } }
  @media only screen and (max-width: 767px) {
    .form-order {
      margin-bottom: 0; }
      .form-order .form-wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 10px 40px; }
        .form-order .form-wrapper img {
          position: relative;
          top: 0;
          right: 0;
          -webkit-transform: translate(0);
              -ms-transform: translate(0);
                  transform: translate(0);
          width: unset;
          max-width: 100%;
          margin-bottom: 40px; }
      .form-order .header_2 {
        font-size: 36px; }
      .form-order .form-note {
        font-size: 12px; } }

.footer {
  background: #BE9C6F; }
  .footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 44px 0;
    color: white; }
  .footer .footer-item {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .footer .footer-item.logo {
      width: 44%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 34px; }
    .footer .footer-item.menu {
      width: 26%; }
    .footer .footer-item.contact {
      width: 26%; }
  .footer .menu-title {
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", sans-serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
            font-feature-settings: 'tnum' on, 'lnum' on; }
  .footer .menu-item {
    margin-bottom: 14px; }
    .footer .menu-item:last-child {
      margin-bottom: 0; }
    .footer .menu-item a {
      font-family: "Raleway", sans-serif;
      font-size: 16px; }
      .footer .menu-item a:hover {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        color: #D9D0BC; }
  .footer .contact-item.phone {
    margin-bottom: 14px; }
  .footer .contact-item a {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    -webkit-font-feature-settings: 'tnum' on, 'lnum';
            font-feature-settings: 'tnum' on, 'lnum'; }
    .footer .contact-item a:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      color: #D9D0BC; }
  .footer .social-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 24px; }
  .footer .social {
    width: 50px;
    height: 50px;
    border: 1px solid white;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px; }
    .footer .social:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      background-color: #D9D0BC; }
    .footer .social svg {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      fill: #fff; }
    .footer .social.vk svg {
      width: 18px;
      height: 12px; }
    .footer .social.ok svg {
      width: 12px;
      height: 20px; }
    .footer .social.tg svg {
      width: 18px;
      height: 16px; }
    .footer .social.inst svg {
      width: 22px;
      height: 22px; }
  @media only screen and (max-width: 1199px) {
    .footer .content {
      padding: 28px 0; }
    .footer .footer-item {
      margin-bottom: 20px; }
      .footer .footer-item.logo {
        padding-top: 0px; }
    .footer .menu-item {
      margin-bottom: 5px; }
    .footer .contact-item .phone {
      margin-bottom: 3px; } }
  @media only screen and (max-width: 991px) {
    .footer .content {
      padding: 0px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer .footer-item {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .footer .footer-item.logo {
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 34px; }
      .footer .footer-item.menu {
        width: 100%; }
      .footer .footer-item.contact {
        width: 100%; } }

.copyright {
  background-color: #BE9C6F;
  padding-bottom: 38px; }
  .copyright .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: white; }
  .copyright .copyright-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: white;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
            font-feature-settings: 'pnum' on, 'lnum' on;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px; }
    .copyright .copyright-item.copy {
      width: 44%; }
    .copyright .copyright-item.terms {
      width: 26%; }
    .copyright .copyright-item.create {
      width: 26%; }
      /* .copyright .copyright-item.create a {
        font-family: "Cormorant Garamond", sans-serif;
        letter-spacing: 0.02em;
        font-size: 20px;
        -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
                font-feature-settings: 'tnum' on, 'lnum' on; } */
  .copyright a:hover {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #D9D0BC; }
  @media only screen and (max-width: 991px) {
    .copyright {
      padding-bottom: 0; }
      .copyright .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 24px 0px; }
      .copyright .copyright-item {
        margin-bottom: 4px; }
        .copyright .copyright-item.copy {
          width: 100%; }
        .copyright .copyright-item.terms {
          width: 100%; }
        .copyright .copyright-item.create {
          width: 100%; } }

.main {
  padding: 60px 0; }
  .main .text-default a {
    color: #BE9C6F;
    text-decoration: underline; }
    .main .text-default a:hover {
      text-decoration: none; }
  .main .text-default ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 6px; }
    .main .text-default ul li:before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #BE9C6F; }
  .main .text-default ol {
    list-style-type: decimal;
    list-style-position: inside; }
    .main .text-default ol li {
      position: relative;
      margin-bottom: 6px; }
  .main h1 {
    margin-bottom: 60px;
    display: block;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.2;
    color: #1C2836; }
    @media only screen and (max-width: 1199px) {
      .main h1 {
        font-size: 65px; } }
    @media only screen and (max-width: 991px) {
      .main h1 {
        font-size: 60px; } }
    @media only screen and (max-width: 767px) {
      .main h1 {
        margin-bottom: 30px;
        font-size: 35px; } }
    .main h1.left {
      text-align: left; }
    .main h1.center {
      text-align: center; }
    .main h1.right {
      text-align: right; }
  .main h2 {
    margin: 30px 0;
    display: block;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    color: #1C2836; }
    @media only screen and (max-width: 1199px) {
      .main h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 991px) {
      .main h2 {
        font-size: 32px; } }
    @media only screen and (max-width: 767px) {
      .main h2 {
        font-size: 24px; } }
    .main h2.left {
      text-align: left; }
    .main h2.center {
      text-align: center; }
    .main h2.right {
      text-align: right; }
  .main h3 {
    margin: 30px 0;
    display: block;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    color: #1C2836;
    text-transform: uppercase; }
    @media only screen and (max-width: 1199px) {
      .main h3 {
        font-size: 28px; } }
    @media only screen and (max-width: 991px) {
      .main h3 {
        font-size: 22px; } }
    @media only screen and (max-width: 767px) {
      .main h3 {
        font-size: 18px; } }
    .main h3.left {
      text-align: left; }
    .main h3.center {
      text-align: center; }
    .main h3.right {
      text-align: right; }
  .main .gallery-item {
    position: relative;
    z-index: 10;
    float: none;
    padding: 0px;
    border: 0px;
    padding: 6px 4px;
    opacity: 1;
    width: calc(33.33% - 4px);
    display: inline-block;
    vertical-align: top; }
    .main .gallery-item a {
      text-decoration: none;
      display: inline-block;
      width: 100%;
      font-size: 0;
      line-height: 0;
      overflow: hidden;
      font-size: 0;
      line-height: 0; }
    .main .gallery-item img {
      width: 100%;
      height: 400px;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s; }
    .main .gallery-item:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .main .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px; }
  .main .item {
    width: 33.33%; }
  .main .item-text {
    color: white;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px; }
  .main .link {
    position: relative;
    display: block;
    min-height: 98px;
    height: calc(100% - 20px);
    margin: 10px;
    border: 1px solid #D9D0BC;
    padding: 22px 80px 22px 22px; }
    .main .link:hover {
      background-color: #BE9C6F;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .main .link:hover .arrow-icon {
        border: 1px solid #fff; }
        .main .link:hover .arrow-icon svg {
          fill: #fff; }
  .main .arrow-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #D9D0BC;
    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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .main .arrow-icon svg {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 12px;
      height: 10px;
      fill: #D9D0BC;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  @media only screen and (max-width: 1199px) {
    .main .item {
      width: 50%; } }
  @media only screen and (max-width: 991px) {
    .main {
      padding: 80px 0; }
      .main .gallery-item {
        width: calc(50% - 4px); }
        .main .gallery-item img {
          height: 300px; } }
  @media only screen and (max-width: 767px) {
    .main .content {
      width: 100%; }
    .main .gallery-item img {
      height: 30vw }
    .main .item {
      width: 100%; } }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  padding-right: 0 !important;
  opacity: 1;
  overflow-y: auto;
  -webkit-transition: all .4s !important;
  -o-transition: all .4s !important;
  transition: all .4s !important; }
  .overlay.active {
    display: block;
    opacity: 1; }
  .overlay .overlay__wrapper {
    position: relative;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 100%; }
  .overlay .overlay__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: rgba(180, 128, 59, 0.8); }
  .overlay .overlay__content {
    position: relative;
    z-index: 21;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .overlay .overlay__close {
    position: absolute;
    z-index: 3;
    display: block;
    top: 10px;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .overlay .overlay__close:before, .overlay .overlay__close:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 2px;
      background: #ffffff;
      top: 50%; }
    .overlay .overlay__close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .overlay .overlay__close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .overlay .overlay__close:hover {
      -webkit-transform: scale(1.3) rotate(90deg);
          -ms-transform: scale(1.3) rotate(90deg);
              transform: scale(1.3) rotate(90deg); }

html.overlay-active {
  overflow-y: hidden !important; }

@media only screen and (max-width: 991px) {
  body.overlay-active .overlay__close {
    position: absolute;
    z-index: 3;
    display: block;
    top: -45px;
    right: 0;
    width: 51px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; } }

.form-success {
  width: 600px;
  background-image: url(/app/images/background-services.png);
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
  margin: 80px 0;
  padding: 60px;
  font-family: "Cormorant Garamond", sans-serif;
  display: none;
  color: #fff;
  font-weight: 500;
  text-align: center; }
  .form-success.active {
    display: block; }
  .form-success .form-success__header {
    font-size: 34px; }
  .form-success .form-success__text {
    font-size: 28px; }
  @media only screen and (max-width: 991px) {
    .form-success {
      width: calc( 100% - 30px);
      padding: 30px 15px;
      margin: 0 auto;
      font-size: 30px; } }
      
blockquote{
    margin: 0;
    padding: 10px 40px;
    border-left: 4px solid #BE9C6F;
    background: rgba(191,157,112,0.1);
}

@media only screen and (max-width: 991px) {
    .main .text-default img {
        width: 100%!important;
        float: none!important;
        margin: 0!important;
    }    
}