.map_section {
  margin-top: 81px;
  position: relative;
  z-index: 1;
}

.map_section .map-wrap {
  height: 320px;
  width: 100%;
  border: 1px solid #cba671;
  position: relative;
  background: linear-gradient(45deg, #e5e7ea 0%, #f6f6f6 100%);
}

.map_section #map {
  width: 100%;
  height: 100%;
}

.map_section .map-content {
  position: absolute;
  width: 389px;
  height: 50px;
  border: 1px solid #e3d4bf;
  background-color: #fff;
  color: #242e37;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  top: 0;
  bottom: 0;
  left: 64px;
  right: 0;
  margin: auto;
  font-family: "Ilisarniq", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.address_section {
  margin-top: 73px;
  color: #242e37;
  font-weight: 300;
  font-size: 14px;
}

.address_section .title {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.address_section .content {
  max-width: 1140px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.address_section .content .left {
  width: 42%;
}

.address_section .content .left .title {
  margin-bottom: 19px;
}

.address_section .content .left strong {
  width: 185px;
}

.address_section .content .right {
  width: 42%;
}

.address_section .content .right strong {
  width: 130px;
  padding-left: 38px;
  position: relative;
}

.address_section .role {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Ilisarniq", sans-serif;
}

.address_section .role:last-child {
  margin-top: 12px;
}

.address_section span,
.address_section div {
  letter-spacing: 0.025em;
  line-height: 20px;
}

.address_section strong {
  font-weight: 700;
  color: #454b4f;
  font-size: 16px;
  letter-spacing: 0.075em;
}

.address_section strong.gold {
  color: #ae8c5c;
}

.address_section .opening-hours {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 39px;
}

.address_section .contact-details {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Ilisarniq", sans-serif;
  margin-top: 17px;
}

.address_section .address strong::before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  width: 17px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/contact-pointer.svg");
}

.address_section .phone strong::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 17px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/contact-phone.svg");
}

.address_section .email strong::before {
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
  width: 17px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/contact-envelop.svg");
}

.form_section {
  margin-top: 80px;
  margin-bottom: 100px;
  position: relative;
}

.form_section .cover {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 1920px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.form_section .png {
  position: absolute;
  bottom: 262px;
  right: 0;
  width: 692px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}

.form_section .text-wrap {
  border-bottom: 1px solid #ae8c5c;
  text-transform: uppercase;
  position: relative;
}

.form_section .text-wrap .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.form_section .title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 68px;
  color: #ae8c5c;
}

.form_section .subtitle {
  font-size: 12px;
  color: #242e37;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 40px;
}

.form_section .form_wrap {
  margin-top: 50px;
  position: relative;
}

.form_section .form_wrap .content {
  width: 450px;
}

.form_section .info {
  font-size: 14px;
  color: #242e37;
  font-weight: 300;
  font-family: "Ilisarniq", sans-serif;
  margin-bottom: 64px;
}

.form_section .select_wrap.input_wrap {
  position: relative;
  z-index: 3;
}

.form_section .select_wrap.input_wrap::after {
  right: 60px;
  left: unset;
  background-color: #fff;
}

.form_section .selectboxit-container {
  width: 100%;
  display: block;
  position: relative;
}

.form_section .selectboxit-container * {
  outline: none;
}

.form_section .selectboxit {
  width: 100%;
  display: block;
  background-color: #cba671;
  height: 58px;
  color: #fff;
  font-family: "Ilisarniq", sans-serif;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  border: 1px solid #808080;
}

.form_section .selectboxit::before {
  width: 10px;
  height: 10px;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 25px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form_section .selectboxit.selectboxit-open::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.form_section .selectboxit-text {
  line-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: 700;
}

.form_section .selectboxit-options {
  padding: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 58px;
  background-color: #fff;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  width: 100%;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: auto;
  cursor: pointer;
}

.form_section .selectboxit-options::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.form_section .selectboxit-options::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.form_section .selectboxit-option {
  list-style-type: none;
  padding: 20px 25px 19px;
  border-top: 1px solid #808080;
}

@media screen and (min-width: 1025px) {
  .form_section .selectboxit-option:hover .selectboxit-option-anchor {
    color: #79582a;
  }
}

.form_section .selectboxit-option:nth-child(1) {
  height: 0;
  visibility: hidden;
  padding: 0;
}

.form_section .selectboxit-option:nth-child(2) {
  border: none;
}

.form_section .selectboxit-option-anchor {
  font-size: 14px;
  font-weight: 700;
  font-family: "Ilisarniq", sans-serif;
  color: #808080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form_section .input_wrap {
  margin-bottom: 25px;
  position: relative;
}

.form_section .input_wrap:nth-child(3)::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/person.svg");
}

.form_section .input_wrap:nth-child(4)::before {
  top: 23px;
  width: 20px;
  height: 15px;
  background-image: url("../img/mail.svg");
}

.form_section .input_wrap:nth-child(5)::before {
  top: 23px;
  width: 18px;
  height: 18px;
  background-image: url("../img/haze.svg");
}

.form_section .input_wrap::before {
  position: absolute;
  content: '';
  left: 20px;
  top: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.form_section .input_wrap::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  height: calc(100% - 10px);
  background-color: #e9d9c3;
  width: 1px;
  left: 60px;
  z-index: 1;
}

.form_section input:not([type="submit"]) {
  width: 100%;
  display: block;
  border: 1px solid #eadbc6;
  height: 58px;
  color: #242e37;
  font-family: "Ilisarniq", sans-serif;
  padding-left: 79px;
  font-size: 14px;
  font-weight: 300;
}

.form_section input:not([type="submit"])::-webkit-input-placeholder {
  opacity: 1;
  color: #242e37;
}

.form_section input:not([type="submit"])::-moz-placeholder {
  opacity: 1;
  color: #242e37;
}

.form_section input:not([type="submit"]):-moz-placeholder {
  opacity: 1;
  color: #242e37;
}

.form_section input:not([type="submit"]):-ms-input-placeholder {
  opacity: 1;
  color: #242e37;
}

.form_section textarea {
  width: 100%;
  display: block;
  border: 1px solid #eadbc6;
  color: #242e37;
  resize: none;
  font-family: "Ilisarniq", sans-serif;
  padding-left: 79px;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.form_section textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #242e37;
}

.form_section textarea::-moz-placeholder {
  opacity: 1;
  color: #242e37;
}

.form_section textarea:-moz-placeholder {
  opacity: 1;
  color: #242e37;
}

.form_section textarea:-ms-input-placeholder {
  opacity: 1;
  color: #242e37;
}

.form_section .submit-wrap {
  width: 252px;
  height: 52px;
  padding: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(#cba672), to(#e4d1b5));
  background: linear-gradient(0deg, #cba672 0%, #e4d1b5 100%);
  margin: auto;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .form_section .submit-wrap:hover::before {
    opacity: 0;
  }
  .form_section .submit-wrap:hover button {
    background-color: #ae8c5c;
  }
}

.form_section .submit-wrap::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  opacity: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#e4d1b5), color-stop(70%, #cba672), to(#cba672));
  background: linear-gradient(0deg, #e4d1b5 0%, #cba672 70%, #cba672 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form_section .submit-wrap::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  opacity: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#cba672), to(#e4d1b5));
  background: linear-gradient(0deg, #cba672 0%, #e4d1b5 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form_section .submit-wrap.sending::after {
  -webkit-animation: submit 2s infinite;
  animation: submit 2s infinite;
}

.form_section button {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 12px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Ilisarniq", sans-serif;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.form_section button span {
  position: relative;
  z-index: 1;
}

.form_section .wpcf7-form-control-wrap {
  display: block;
  z-index: 1;
}

.form_section span.wpcf7-not-valid-tip,
.form_section .select-error,
.form_section .parsley-required {
  font-size: 12px;
  font-family: "Ilisarniq", sans-serif;
  position: absolute;
  width: 100%;
  color: #f00;
}

.form_section div.wpcf7-validation-errors,
.form_section div.wpcf7-acceptance-missing {
  display: none !important;
}

.form_section div.wpcf7-response-output {
  display: none !important;
}

.form_section .thank_you_message {
  display: none;
  font-family: "Ilisarniq", sans-serif;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.form_section .ajax-loader {
  display: none !important;
}

@-webkit-keyframes submit {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes submit {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .address_section .role {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .address_section .content .left {
    width: 48%;
  }
  .address_section .content .left strong {
    width: 100%;
  }
  .address_section .content .right {
    width: 48%;
  }
  .address_section span {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .map_section {
    margin-top: 50px;
  }
  .form_section .png {
    bottom: 192px;
    width: 322px;
  }
}

@media screen and (max-width: 767px) {
  .map_section {
    margin-top: 30px;
  }
  .map_section .map-wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #cba671;
    padding: 0;
  }
  .map_section .map-content {
    width: calc(100% - 30px);
    left: 15px;
    top: 15px;
    margin: 0;
    font-size: 11px;
  }
  .address_section {
    margin-top: 26px;
  }
  .address_section .content {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .address_section .content .left {
    width: calc(100% + 30px);
    margin: 0 15px;
  }
  .address_section .content .left .title {
    margin-bottom: 13px;
  }
  .address_section .content .left strong {
    width: 100px;
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .address_section .content .right {
    width: calc(100% + 30px);
    margin: 25px 15px 0;
  }
  .address_section .content .right strong {
    padding-left: 25px;
    width: 88px;
  }
  .address_section .contact-details span {
    width: calc(100% - 88px);
  }
  .address_section .title {
    font-size: 18px;
    text-align: center;
  }
  .address_section strong {
    font-size: 12px;
    line-height: 1;
  }
  .address_section span,
  .address_section div {
    font-size: 12px;
    line-height: 1;
  }
  .address_section .opening-hours {
    font-size: 11px;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 20px;
    letter-spacing: 0.11em;
  }
  .address_section .contact-details {
    margin-top: 18px;
  }
  .address_section .address strong::before {
    top: -4px;
  }
  .address_section .phone strong::before {
    top: 0;
  }
  .address_section .email strong::before {
    top: 2px;
  }
  .form_section {
    margin-bottom: 238px;
  }
  .form_section .cover {
    bottom: -238px;
    width: auto;
    margin: auto;
    right: 0;
  }
  .form_section .png {
    bottom: -196px;
    width: 242px;
  }
  .form_section .info {
    font-size: 12px;
    margin-bottom: 34px;
  }
  .form_section .info br {
    display: none;
  }
  .form_section .text-wrap {
    border: none;
  }
  .form_section .text-wrap .content {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form_section .title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #ae8c5c;
    line-height: 31px;
  }
  .form_section .subtitle {
    width: 100%;
    margin-left: 0;
    text-align: center;
    font-size: 11px;
    margin-top: 8px;
  }
  .form_section .form_wrap {
    margin-top: 17px;
  }
  .form_section .form_wrap .content {
    width: 100%;
  }
  .form_section .submit-wrap {
    height: 30px;
    margin-top: 22px;
    width: 190px;
  }
  .form_section button {
    line-height: 25px;
  }
  .form_section .selectboxit {
    height: 50px;
    padding-left: 15px;
  }
  .form_section .selectboxit::before {
    right: 15px;
    left: unset;
  }
  .form_section .selectboxit-text {
    line-height: 50px;
  }
  .form_section .selectboxit-options {
    top: 50px;
  }
  .form_section .input_wrap {
    margin-bottom: 15px;
  }
  .form_section .input_wrap::before {
    display: none;
  }
  .form_section .input_wrap::after {
    display: none;
  }
  .form_section input:not([type="submit"]) {
    padding-left: 15px;
    height: 50px;
  }
  .form_section textarea {
    padding-top: 15px;
    padding-left: 15px;
    height: 100px;
  }
}
/*# sourceMappingURL=contact.css.map */