/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
input,
textarea,
select {
  tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
  list-style: none;
}

ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}

:focus {
  outline: none;
}

img,
fieldset,
hr {
  border: none;
}

mark {
  background: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: middle;
}

::-moz-selection {
  color: #fff;
  background-color: #C97E49;
}

::selection {
  color: #fff;
  background-color: #C97E49;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.clear {
  display: block;
  clear: both;
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
img.alignleft {
  float: none;
  margin: 16px auto 20px;
}
@media screen and (min-width: 1081px) {
  img.alignleft {
    float: left;
    margin: 16px 30px 10px 0;
  }
}
img.alignright {
  float: none;
  margin: 16px auto 20px;
}
@media screen and (min-width: 1081px) {
  img.alignright {
    float: right;
    margin: 16px 0 10px 30px;
  }
}
img.aligncenter {
  margin: 16px auto 20px;
}
img.alignnone {
  margin: 16px 0 20px;
}

.wp-caption {
  margin-top: 16px;
}
.wp-caption img {
  margin-top: 0;
  margin-bottom: 16px;
}

.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 40px;
  clear: both;
  position: relative;
}
div.wpcf7 .i_upload_file {
  position: relative;
  display: inline-block;
  padding-bottom: 0 !important;
  margin-bottom: 40px;
}
div.wpcf7 .i_upload_file .wpcf7-form-control-wrap {
  margin: 0;
}
div.wpcf7 .i_upload_file input {
  display: none;
}
div.wpcf7 .i_upload_file h6 {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  padding-left: 24px;
  padding-bottom: 0;
  transition: all 0.4s ease;
  cursor: pointer;
  color: #808080;
  white-space: nowrap;
  overflow: hidden;
}
div.wpcf7 .i_upload_file h6:before {
  content: "\e913";
  font-family: "icomoon";
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #000;
  left: 0;
}
div.wpcf7 .i_upload_file h6.uploaded {
  color: #5a5a5a;
  border-color: #984c16;
}
div.wpcf7 .i_upload_file h6.uploaded:after {
  opacity: 0;
  visibility: hidden;
}
div.wpcf7 .i_upload_file .close {
  font-size: 28px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  transition: all 0.4s ease;
  cursor: pointer;
  height: 36px;
  width: 36px;
  color: #5a5a5a;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
div.wpcf7 .i_upload_file .close.is_active {
  opacity: 1;
  visibility: visible;
}
div.wpcf7 .screen-reader-response {
  display: none;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #F00;
  position: absolute;
  inset: 0;
  cursor: pointer;
  font-family: "Inter";
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  margin: 10px 0 0;
  font-family: "Inter";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .invalid .wpcf7-response-output {
  border: 2px solid #ffb900;
}
div.wpcf7 .sent .wpcf7-response-output {
  border: 2px solid green;
}
div.wpcf7 .ajax-loader {
  display: none;
}
div.wpcf7 .wpcf7-submit {
  display: block;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7-radio {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

span.wpcf7-list-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 8px;
}
span.wpcf7-list-item:last-child {
  margin-right: 0;
}
span.wpcf7-list-item label span {
  font-size: 11px;
  padding: 13px 16px;
  line-height: 1;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  color: #000;
  display: block;
  transition: all 0.4s ease;
}
span.wpcf7-list-item label input {
  display: none;
}
span.wpcf7-list-item label input:hover + span, span.wpcf7-list-item label input:checked + span {
  border-color: #000;
}

#searchForm {
  position: relative;
}
#searchForm button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
  width: 50px;
  text-align: center;
  font-size: 20px;
}
#searchForm button:hover {
  background: #C97E49;
  color: #fff;
}

.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 55px;
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: 400;
}
.error404 .content h1 span {
  font-size: 70px;
  line-height: 1.2;
  color: #C97E49;
  font-weight: 700;
}
.error404 .content p {
  font-size: 18px;
}

html {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter";
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

body {
  color: #5a5a5a;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.is_overflow {
  overflow: hidden;
}

#main {
  overflow: hidden;
  flex: 1 0 auto;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 1432px;
  max-width: 94%;
  position: relative;
}

html::-webkit-scrollbar {
  width: 6px;
}
@media screen and (min-width: 1081px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}

::-webkit-scrollbar-thumb {
  background: #C97E49;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  background: rgb(191.6398305085, 112.6673728814, 56.8601694915);
}

:root {
  scrollbar-width: thin;
  scrollbar-color: #C97E49 #eaeaea;
}

p {
  padding-bottom: 24px;
  line-height: 1.4;
}

a {
  color: #C97E49;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:active {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  a:hover {
    text-decoration: none;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Inter";
  font-weight: 500;
  padding-bottom: 24px;
  color: #101828;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active,
.h1 a:active, .h2 a:active, .h3 a:active, .h4 a:active, .h5 a:active, .h6 a:active {
  color: #C97E49;
}
@media screen and (min-width: 1025px) {
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
  .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
    color: #C97E49;
  }
}

h1, .h1 {
  font-size: 36px;
  line-height: 1.25;
  padding-bottom: 25px;
}
@media screen and (min-width: 1081px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  font-size: 24px;
}
@media screen and (min-width: 1081px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 20px;
}
@media screen and (min-width: 1081px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

blockquote {
  border-left: 2px solid #C97E49;
  padding: 5px 0 5px 16px;
  margin-bottom: 24px;
}
blockquote p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  br {
    display: none;
  }
}

.content {
  background: #fff;
}

.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6,
.post_content .h1, .post_content .h2, .post_content .h3, .post_content .h4, .post_content .h5, .post_content .h6 {
  padding-top: 40px;
}
.post_content ul {
  margin: 0 0 20px 15px;
}
.post_content ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.post_content ul li::before {
  content: "";
  background: #C97E49;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 0;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=password], textarea {
  height: 40px;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  background: none;
  font-family: "Inter";
  font-size: 15px;
  -webkit-appearance: none;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, textarea:focus {
  border-color: #C97E49;
}
input[type=text]:-webkit-autofill, input[type=email]:-webkit-autofill, input[type=tel]:-webkit-autofill, input[type=search]:-webkit-autofill, input[type=password]:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-text-fill-color: #5a5a5a !important;
  box-shadow: 0 0 0 30px #fff inset !important;
}

textarea {
  resize: none;
  padding: 8px 0;
  overflow-y: hidden;
}

.button, .submit {
  display: inline-block;
  line-height: 1;
  padding: 13px 20px;
  font-size: 12px;
  color: #000;
  border-radius: 2px;
  background: none;
  letter-spacing: 1px;
  font-family: "Inter";
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  -webkit-appearance: none;
}
.button span, .submit span {
  display: inline-block;
  vertical-align: middle;
}
.button.light, .submit.light {
  background: rgba(255, 255, 255, 0.7);
}
.button.dark, .submit.dark {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.button.black, .submit.black {
  background: #000;
  color: #fff;
}
.button.black:hover, .submit.black:hover {
  opacity: 0.8;
}
.button.down, .submit.down {
  padding: 9px 6px 7px 14px;
}
.button.down:after, .submit.down:after {
  content: "\e906";
  font-size: 24px;
  line-height: 1;
  font-family: "icomoon";
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.button.right, .submit.right {
  padding: 9px 6px 7px 14px;
}
.button.right:after, .submit.right:after {
  content: "\e907";
  font-size: 20px;
  line-height: 1;
  font-family: "icomoon";
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.button.wpcf7-submit, .submit.wpcf7-submit {
  background: #101828;
  color: #fff;
}
.button.wpcf7-submit:hover, .submit.wpcf7-submit:hover {
  opacity: 0.8;
}
.button:hover, .submit:hover {
  background: #101828;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .button, .submit {
    letter-spacing: 2px;
  }
  .button.down, .button.right, .submit.down, .submit.right {
    padding: 9px 17px 7px 24px;
  }
}

.dark {
  color: #fff;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark a {
  color: #fff;
}
.dark .button {
  border-color: #fff;
}
.dark .post_content ul li::before {
  content: "";
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 0;
}

.gallerySlider .title-button .button {
  border-color: #fff;
}
.gallerySlider .swiper .swiper-slide img {
  border-radius: 20px;
}
.gallerySlider .swiper .info {
  position: absolute;
}
.gallerySlider .swiper .pagination {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  display: flex;
}
.gallerySlider .swiper .pagination .swiper-pagination-bullet {
  margin-right: 4px;
  border-radius: 2px;
  background: #fff;
  width: 25px;
  height: 4px;
}
@media screen and (min-width: 1081px) {
  .gallerySlider .swiper .swiper-slide img {
    border-radius: 24px;
  }
  .gallerySlider .swiper .pagination {
    bottom: 32px;
    left: 32px;
  }
  .gallerySlider .swiper .pagination .swiper-pagination-bullet {
    width: 80px;
    margin-right: 8px;
  }
}

.navBox {
  margin-left: auto;
  padding-top: 24px;
}
.navBox .navbutton {
  font-size: 24px;
  line-height: 1;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.navbutton {
  cursor: pointer;
  transition: all 0.4s ease;
}
.navbutton.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.mask {
  position: relative;
}
.mask:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  -webkit-mask-image: url("../images/mask.svg");
          mask-image: url("../images/mask.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  pointer-events: none;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .mask:before {
    top: -70px;
    height: 70px;
  }
}
@media screen and (min-width: 1081px) {
  .mask:before {
    top: -100px;
    height: 100px;
  }
}

.bottomSection {
  padding-bottom: 8px;
  position: relative;
}
.bottomSection .row {
  margin: 0 auto;
  width: 1432px;
  max-width: 94%;
  position: relative;
}

.inMediaBottom {
  padding-bottom: 34px;
}
@media screen and (min-width: 768px) {
  .inMediaBottom {
    padding-bottom: 48px;
  }
}

.contactSection {
  padding: 32px 8px;
  background: #fff;
  position: relative;
  border-radius: 24px;
}
.contactSection h2 {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media screen and (min-width: 1081px) {
  .contactSection {
    padding: 64px 0;
  }
}

.dataBox {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
}
.dataBox .info {
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 56px;
}
.dataBox .info p {
  font-size: 26px;
  line-height: 1.2;
}
.dataBox .info .button {
  margin-top: 20px;
}
.dataBox .item {
  padding: 8px 0 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.dataBox .item:last-child {
  padding-bottom: 0;
}
.dataBox .label {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 216px;
}
.dataBox .value {
  flex: 1;
  font-size: 15px;
}
.dataBox .value a {
  color: rgba(0, 0, 0, 0.8);
}
.dataBox .value p:last-child {
  padding-bottom: 0;
}
.dataBox .value .button {
  color: #000;
  display: none;
}
.dataBox .value .button:hover {
  background: #101828;
  color: #fff;
}
@media screen and (min-width: 1081px) {
  .dataBox {
    grid-template-columns: repeat(2, 1fr);
  }
  .dataBox .info {
    max-width: 588px;
    padding-bottom: 0;
  }
  .dataBox .info p {
    font-size: 32px;
  }
}

.subscriptionBox {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 30px;
  border-radius: 24px;
}
.subscriptionBox h2 {
  width: 220px;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.subscriptionBox .wpcf7 {
  position: relative;
}
.subscriptionBox button {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.subscriptionBox button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.subscriptionBox button:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .subscriptionBox h2 {
    padding-bottom: 0;
  }
  .subscriptionBox .wpcf7 {
    width: 50%;
  }
}

.flex,
.start,
.end,
.center,
.around,
.alc,
.alstart,
.alend {
  display: flex;
}

.flex {
  justify-content: space-between;
}

@media screen and (min-width: 1081px) {
  .flex__rwd {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .flex__mob {
    display: flex;
    justify-content: space-between;
  }
}

.start {
  justify-content: flex-start;
}

.end {
  justify-content: flex-end;
}

.center {
  justify-content: center;
}

.around {
  justify-content: space-around;
}

.alc {
  justify-content: space-between;
  align-items: center;
}

.alstart {
  align-items: flex-start;
}

.alend {
  align-items: flex-end;
}

.bg_cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

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

/*body.logged-in {
  header {
    top: 32px;
  }
}*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.03);
  color: #5a5a5a;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media screen and (max-width: 767px) {
  header:before {
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}
header .container {
  height: 58px;
  width: 1512px;
}
header .logo {
  z-index: 120;
  display: inline-block;
  text-align: center;
  height: 24px;
  overflow: hidden;
  position: relative;
}
header .logo svg {
  transition: transform 0.4s ease;
}
header .logo .big-logo {
  transform: translateY(0);
  z-index: 2;
}
header .logo .small-logo {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(130%);
  z-index: 1;
  margin: 0 auto;
}
header .logo:hover .big-logo {
  transform: translateY(-130%);
}
header .logo:hover .small-logo {
  transform: translateY(0);
}
header .button {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  letter-spacing: 1px;
  position: relative;
  z-index: 120;
}
header .button:hover {
  background: #000;
}
header.shad {
  background: rgba(255, 255, 255, 0.2);
}
header.is_hidden {
  transform: translateY(-102%);
}
@media screen and (max-width: 1080px) {
  header .header-tools .button {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.header-tools {
  margin-right: 41px;
}

#langBox {
  position: relative;
  z-index: 120;
  width: 47px;
  display: inline-block;
  margin-right: 26px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 0;
}
#langBox:before, #langBox:after {
  content: "\e911";
  position: absolute;
  top: 4px;
  right: 0;
  transition: all 0.4s ease;
  line-height: 1;
  font-family: "icomoon";
  font-size: 20px;
  color: #000;
}
#langBox:after {
  transform: rotate(180deg);
  opacity: 0;
  visibility: hidden;
}
#langBox:hover:before {
  opacity: 0;
  visibility: hidden;
}
#langBox:hover:after {
  opacity: 1;
  visibility: visible;
}
#langBox a {
  font-size: 14px;
  color: #000;
  position: relative;
}
#langBox:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#langBox .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  background: #F8F6F5;
  box-shadow: 0 11px 25px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  width: 100%;
  padding: 5px 0;
  transition: all 0.4s ease;
  border-radius: 7px;
}
#langBox .sub-menu li a {
  padding: 2px 10px;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  #langBox {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 35px;
  }
}

.menuBox {
  position: fixed;
  top: 58px;
  width: 100%;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  color: #fff;
  display: flex;
}
.menuBox .menuContent {
  width: 300px;
  margin: 0 auto;
  padding: 40px 0;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
.menuBox .button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .menuBox {
    border-radius: 24px;
    right: 16px;
    bottom: 8px;
    top: 66px;
    left: auto;
    width: 437px;
  }
}
@media screen and (max-width: 1080px) {
  .menuBox .button {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1081px) {
  .menuBox {
    align-items: center;
  }
}

#mainMenu {
  position: relative;
  z-index: 120;
  display: none;
}
#mainMenu > ul {
  font-size: 0;
}
#mainMenu > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 12px;
}
#mainMenu > ul > li.custom-design {
  display: none;
}
#mainMenu > ul > li > a {
  padding: 7px 0;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#mainMenu > ul > li:hover > a, #mainMenu > ul > li.current-menu-item > a, #mainMenu > ul > li.current-menu-parent > a {
  text-decoration: none;
  color: #000;
}
#mainMenu > ul > li:hover > ul {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
#mainMenu > ul > li ul {
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  width: 270px;
  position: absolute;
  left: 0;
  top: 100%;
  background: #C97E49;
  transition: all 0.4s ease;
}
#mainMenu > ul > li ul li {
  position: relative;
}
#mainMenu > ul > li ul li a {
  display: block;
  padding: 7px 18px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
  color: #C97E49;
  background: #fff;
}
#mainMenu > ul > li ul li:hover ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
#mainMenu > ul > li ul li ul {
  left: 270px;
  top: 0;
}
@media screen and (min-width: 1081px) {
  #mainMenu {
    display: block;
  }
}

#secondaryMenu {
  padding-bottom: 20px;
}
#secondaryMenu ul {
  margin-bottom: 24px;
}
#secondaryMenu ul li {
  display: inline-block;
  border-top: 1px solid #fff;
  width: 100%;
  padding: 0;
}
#secondaryMenu ul li:first-child {
  border: none;
}
#secondaryMenu ul li a {
  font-size: 11px;
  color: #fff;
  line-height: 1;
  padding: 16px 0;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#secondaryMenu ul li:hover a, #secondaryMenu ul li.current-menu-item a {
  color: rgba(255, 255, 255, 0.5);
}
#secondaryMenu ul li span {
  width: 60px;
  background: #C97E49;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
#secondaryMenu ul li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 18px;
  height: 2px;
  transition: all 0.4s ease;
}
#secondaryMenu ul li span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 2px;
  height: 18px;
  transition: all 0.4s ease;
}
#secondaryMenu ul li span.active::after {
  opacity: 0;
}
#secondaryMenu ul li ul li a {
  font-size: 18px;
}
#secondaryMenu ul li ul li span {
  background: none;
}
#secondaryMenu ul li ul li.current-menu-item a {
  background: #C97E49;
  color: #fff;
}
#secondaryMenu ul li ul li ul li a {
  font-size: 16px;
}
#menuOpen {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  z-index: 120;
  width: 40px;
  height: 40px;
  background: #000;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.4s ease;
}
#menuOpen span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 10px;
  transition: all 0.4s ease;
}
#menuOpen span:before, #menuOpen span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  box-shadow: 0 1px 0 0 #fff, 0 9px 0 0 #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff, 0 9px 0 0 #fff;
  -moz-box-shadow: 0 1px 0 0 #fff, 0 9px 0 0 #fff;
  transition: all 0.4s ease;
}
#menuOpen span:after {
  content: "";
  position: absolute;
  top: 4px;
  height: 1px;
  box-shadow: 0 1px 0 0 #fff;
}
#menuOpen.opened span:before, #menuOpen.opened span:after {
  top: -5px;
  background: #fff;
  box-shadow: none;
}
#menuOpen.opened span:before {
  backface-visibility: hidden;
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.opened span:after {
  backface-visibility: hidden;
  transform: rotate(45deg) translate(7px, 7px);
}
#menuOpen.opened + .menuBox {
  visibility: visible;
  opacity: 1;
  z-index: 110;
}

footer {
  color: #fff;
  padding: 32px 0;
  background-color: #000;
  position: relative;
}
footer .logo {
  display: inline-block;
  margin-bottom: 50px;
}
footer a {
  color: #fff;
}
footer a:hover {
  opacity: 0.8;
}
footer .footerTop {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer #footerMenu > li > a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  display: block;
  cursor: default;
}
footer #footerMenu > li > a:hover {
  opacity: 1;
}
footer #footerMenu > li ul li:last-child a {
  border: none;
}
footer #footerMenu > li ul li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
}
footer .footerBottom {
  align-items: center;
}
footer .so-me {
  gap: 24px;
  text-align: left;
}
footer .so-me a {
  font-size: 24px;
  line-height: 1;
}
footer .so-me a:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
footer .so-me a span {
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
}
footer .copyright {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  footer #footerMenu > li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 50px;
  }
  footer #footerMenu > li:first-child {
    margin-top: 0;
  }
  footer #footerMenu > li > a {
    width: 90px;
    border: none;
    margin-top: 7px;
  }
  footer #footerMenu > li ul {
    flex: 1;
  }
  footer .footerBottom {
    text-align: center;
  }
  footer .copyright {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  footer #footerMenu {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
  }
  footer #footerMenu > li {
    width: 275px;
  }
}
@media screen and (max-width: 767px) {
  footer .so-me {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  footer .so-me {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1080px) {
  footer .so-me {
    margin-bottom: 25px;
    display: grid;
  }
}
@media screen and (min-width: 1081px) {
  footer .footerTop {
    align-items: flex-start;
  }
  footer #footerMenu {
    justify-content: space-between;
  }
  footer .so-me {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

#contactPopup {
  display: none;
  width: 780px;
}

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