/* .show_in_view {
  position: relative;

  &_overflow {
    overflow: hidden;
  }

  > * {
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    opacity: 0;
  }

  &.show_left {
    > * {
      transform: translateX(-10rem);
    }
  }

  &.show_right {
    > * {
      transform: translateX(10rem);
    }
  }

  &.show_down {
    > * {
      transform: translateY(10rem);
    }
  }

  &.show_up {
    > * {
      transform: translateY(-10rem);
    }
  }

  &.widok {
    > * {
      transform: none;
      opacity: 1;
    }
  }
}

@keyframes spin {
  0%,
  100% {
    transform: translate(0);
  }

  25% {
    transform: translate(160%);
  }

  50% {
    transform: translate(160%, 160%);
  }

  75% {
    transform: translate(0, 160%);
  }
}

@keyframes scrollDown {
  from {
    transform: rotate(-90deg);
  }

  to {
    transform: rotate(-90deg) translateX(-2rem);
  }
}
*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #bd965c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

input[type=submit],
button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}

button {
  color: inherit;
  -webkit-appearance: none;
}

input {
  border-radius: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

section:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1110px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1410px;
  }
}

.block-left {
  text-align: left;
}
.block-center {
  text-align: center;
}
.block-right {
  text-align: right;
}
@media (min-width: 576px) {
  .block-sm-left {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .block-sm-center {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .block-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .block-md-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .block-md-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .block-md-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .block-lg-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .block-lg-center {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .block-lg-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .block-xl-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .block-xl-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .block-xl-right {
    text-align: right;
  }
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1023px) {
  .d-lg-block {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .d-lg-none {
    display: inline-block !important;
  }
}

.grecaptcha-badge {
  display: none;
}

#contact_form {
  cursor: pointer;
  top: calc(50% + 200px);
  position: fixed;
  right: 2.5rem;
  background: rgba(188, 152, 86, 0.8);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 2rem;
  -webkit-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  padding: 1rem;
  z-index: 111;
  color: #fff;
}
@media (max-width: 767px) {
  #contact_form {
    bottom: 0;
    top: auto;
    right: 1.5rem;
    font-size: 1.6rem;
    padding: 0 0.5rem 0.5rem;
  }
}

.lang_switch {
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 767px) {
  .lang_switch {
    right: 10px;
    top: -20px;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero:after, .hero:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  -webkit-mask-image: -webkit-radial-gradient(50% 50%, black 30%, rgba(0, 0, 0, 0) 100%);
}
.hero:after {
  right: 0;
  left: auto;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.hero > * {
  position: relative;
  z-index: 1;
}
.hero .container {
  position: relative;
  padding: 0 54px;
  margin: 0 auto;
  max-width: 1600px;
}
@media (max-width: 991px) {
  .hero .container {
    padding: 0 15px;
  }
}
.hero .container-top {
  margin-bottom: 65px;
}
@media (max-width: 1919px) {
  .hero .container-top {
    margin-bottom: 30px;
  }
}
@media (max-width: 1599px) {
  .hero .container-top {
    margin-bottom: 20px;
  }
}
.hero h1 {
  font-size: 80px;
  margin: 30px 0 30px;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  line-height: 1.25;
}
.hero h1 span br {
  display: none;
}
@media (max-width: 1919px) {
  .hero h1 {
    font-size: 72px;
    margin: 20px 0 30px;
  }
}
@media (max-width: 1599px) {
  .hero h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 28px;
    margin: 25px 0 15px;
  }
  .hero h1 span br {
    display: block;
  }
}
.hero h1 span {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 21px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 25px;
}
@media (max-width: 1919px) {
  .hero h1 span {
    margin-top: 20px;
  }
}
@media (max-width: 1599px) {
  .hero h1 span {
    font-size: 18px;
  }
}
.hero__slogan {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hero__slogan--active {
  opacity: 1;
}
.hero__video {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #3f373b;
  overflow: hidden;
  z-index: -1;
}
@media (orientation: landscape) and (min-aspect-ratio: 16/9) {
  .hero__video {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .hero__video__element {
    width: 100%;
    height: auto;
  }
}
@media (orientation: landscape) and (max-aspect-ratio: 16/9) {
  .hero__video {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .hero__video__element {
    width: auto;
    height: 100%;
  }
}
@media (orientation: portrait) and (min-aspect-ratio: 9/16) {
  .hero__video {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .hero__video__element {
    width: 100%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-aspect-ratio: 9/16) {
  .hero__video {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .hero__video__element {
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
.hero__video__element {
  opacity: 0.75;
  display: none;
}
@media (orientation: portrait) {
  .hero__video__element--mobile {
    display: block !important;
  }
}
@media (orientation: landscape) {
  .hero__video__element--desktop {
    display: block !important;
  }
}
.hero__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero__trigger {
  display: none;
}
@media (max-width: 991px) {
  .hero__trigger {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 19px;
    padding-bottom: 30px;
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
}
.hero__logo {
  width: 35%;
  margin-left: 10%;
}
@media (max-width: 1919px) {
  .hero__logo img {
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .hero__logo {
    margin: 0px -15px;
    position: relative;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    min-height: calc(100vh - 167px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 167px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .hero__logo img {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .hero__logo {
    min-height: calc(100vh - 130px);
  }
  .hero__logo img {
    max-width: 280px;
  }
}
.hero__form {
  padding: 0rem;
  width: 50%;
  max-width: 520px;
  text-align: center;
  background: url("/img/bg_form.png") center center no-repeat transparent;
  background-size: contain;
  border: 1px solid #fff;
  padding: 52px;
}
@media (max-width: 1919px) {
  .hero__form {
    max-width: 420px;
    padding: 42px;
  }
}
@media (max-width: 1599px) {
  .hero__form {
    padding: 32px;
  }
}
@media (max-width: 1439px) {
  .hero__form {
    max-width: 375px;
  }
}
@media (max-width: 991px) {
  .hero__form {
    width: calc(100% + 30px);
    background: #3f373b;
    max-width: calc(100% + 30px);
    margin: 0 -15px;
    border: none;
  }
  .hero__form form {
    max-width: 500px;
    border: 1px solid #fff;
    padding: 15px;
    margin: 30px auto 0;
  }
}
.hero__form .form__grid {
  margin-top: 3rem;
}
@media (max-width: 1599px) {
  .hero__form .form__grid {
    margin-top: 1rem;
  }
}
.hero__form .link {
  text-decoration: underline;
}
.hero__form input::-webkit-input-placeholder {
  color: black;
  opacity: 0.3;
}
.hero__form__title {
  font-size: 2.4rem;
  line-height: 1.25;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  padding: 0rem 0rem 2rem 0rem;
}
@media (min-width: 1024px) {
  .hero__form__title {
    padding: 0 0rem 2rem 0rem;
    font-size: 2.6rem;
  }
}
@media (min-width: 1600px) {
  .hero__form__title {
    font-size: 3.1rem;
    line-height: 1.2;
    padding: 0 0 3rem 0rem;
  }
}
@media (max-width: 767px) {
  .hero__form__title {
    padding-bottom: 1.5rem;
  }
}
.hero__form__subtitle {
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-bottom: 0;
  width: 120%;
  margin-left: -10%;
}
@media (min-width: 1199px) {
  .hero__form__subtitle {
    font-size: 1.7rem;
  }
}
@media (min-width: 1600px) {
  .hero__form__subtitle {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.hero__img {
  max-width: 66%;
}
@media (max-width: 991px) {
  .hero__img {
    max-width: 100%;
  }
}

.form {
  position: relative;
}
.form__box {
  position: relative;
  color: #bd965c;
  background-color: #fff;
  overflow: hidden;
  padding: 3rem;
}
@media (min-width: 1024px) {
  .form__box {
    padding: 6rem 15rem 6rem;
  }
}
.form__box-title {
  position: relative;
  z-index: 3;
  text-align: left;
  margin-bottom: 2rem;
  font-size: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 1440px) {
  .form__box-title {
    padding: 3rem 0 0;
  }
}
.form__box-title .section__title {
  font-size: 3rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .form__box-title .section__title {
    font-size: 4rem;
  }
}
@media (min-width: 1600px) {
  .form__box-title .section__title {
    font-size: 5.5rem;
  }
}
.form__box-title .section__title span {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.4em;
  margin-bottom: 2rem;
  color: #907030;
  font-weight: 400;
  display: inline-block;
}
.form__box-title .section__title + p {
  margin-bottom: 6rem;
}
.form__addinfo {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .form__addinfo {
    font-size: 1.7rem;
    margin-top: 1rem;
  }
}
@media (min-width: 1440px) and (max-width: 1491px) {
  .form__addinfo {
    margin-top: 2rem;
  }
}
@media (min-width: 1600px) {
  .form__addinfo {
    margin-top: 2rem;
  }
}
.form__item {
  margin-bottom: 2rem;
}
@media (max-width: 1599px) {
  .form__item {
    margin-bottom: 1.2rem;
  }
}
.form__item--checkbox {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form__item--checkbox.thin label {
  padding-top: 0.35rem;
}
.form__item--checkboxfirst {
  margin-top: 2rem;
}
.form__item--quantity {
  margin-top: 0.1rem;
}
.form button {
  margin-top: 2.4rem;
}
@media (max-width: 1599px) {
  .form button {
    margin-top: 0.4rem;
  }
}
.form__all {
  margin: 2.5rem 0 0.5rem 0;
}
.form__para {
  text-align: left;
  font-size: 8px;
  line-height: 1.1;
  font-weight: 300;
  margin: 2.5rem 0 0.5rem 0;
}
.form__para strong {
  font-weight: 700;
}
.form__label {
  margin-bottom: 0rem;
  opacity: 1;
  text-align: left;
  font-size: 9px;
  line-height: 1.1;
  font-weight: 300;
}
.form__label--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form__label--checkbox {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  cursor: pointer;
  margin-left: 3.5rem;
}
@media (max-width: 767px) {
  .form__label--checkbox {
    line-height: 1.2;
  }
}
.form__label--checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 1px solid #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  font-size: 0.9rem;
  border-radius: 0;
  margin-right: 1rem;
}
.form__label--checkbox:after {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: -3.4rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  min-width: 1.4rem;
  min-height: 1.4rem;
  font-size: 0.9rem;
  background-color: #bd965c;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  margin-right: 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form__label strong {
  font-weight: 700;
}
.form__input, .form__select, .form__textarea {
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
  border: 0;
  border-radius: 0;
  padding: 0.8rem 0;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 1600px) {
  .form__input, .form__select, .form__textarea {
    max-width: 45rem;
  }
}
@media (min-width: 1920px) {
  .form__input, .form__select, .form__textarea {
    max-width: 50rem;
  }
}
@media (max-width: 1439px) {
  .form__input, .form__select, .form__textarea {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .form__input, .form__select, .form__textarea {
    font-size: 16px;
    line-height: 20px;
  }
}
.form__input:active, .form__input:focus, .form__select:active, .form__select:focus, .form__textarea:active, .form__textarea:focus {
  border-color: #bd965c;
}
.form__input::-webkit-input-placeholder, .form__select::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.form__input::-moz-placeholder, .form__select::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.form__input:-ms-input-placeholder, .form__select:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.form__input::-ms-input-placeholder, .form__select::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.form__input::placeholder, .form__select::placeholder, .form__textarea::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.form__input.force-opaque::-webkit-input-placeholder, .form__select.force-opaque::-webkit-input-placeholder, .form__textarea.force-opaque::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.form__input.force-opaque::-moz-placeholder, .form__select.force-opaque::-moz-placeholder, .form__textarea.force-opaque::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.form__input.force-opaque:-ms-input-placeholder, .form__select.force-opaque:-ms-input-placeholder, .form__textarea.force-opaque:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.form__input.force-opaque::-ms-input-placeholder, .form__select.force-opaque::-ms-input-placeholder, .form__textarea.force-opaque::-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.form__input.force-opaque::placeholder, .form__select.force-opaque::placeholder, .form__textarea.force-opaque::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.form__input:-webkit-autofill, .form__input:-webkit-autofill:hover, .form__input:-webkit-autofill:focus, .form__input:-webkit-autofill:active, .form__select:-webkit-autofill, .form__select:-webkit-autofill:hover, .form__select:-webkit-autofill:focus, .form__select:-webkit-autofill:active, .form__textarea:-webkit-autofill, .form__textarea:-webkit-autofill:hover, .form__textarea:-webkit-autofill:focus, .form__textarea:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #3f373b !important;
  color: #3f373b;
}
.form__input--checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form__input--checkbox:checked + .form__label--checkbox:after {
  opacity: 1;
  visibility: visible;
}
.form__text {
  font-size: 1.2rem;
  color: #bd965c;
}
.form__link {
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 0.2rem;
}
.form__link:hover {
  color: #bd965c;
}
.form__col:first-child input {
  border-bottom: 1px solid #bd965c;
}

.form__item label.error {
  display: block;
  font-size: 1rem;
  color: #ff0000;
  margin-top: 5px;
}

input.error {
  border-bottom-color: #ff0000;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #333 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  border-bottom: 1px solid #333;
}

.modal,
.modal-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #3f373b;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  padding: 0;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  text-align: left;
}
@media (min-width: 992px) {
  .modal,
.modal-top {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .modal,
.modal-top {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .modal,
.modal-top {
    border-radius: 0;
    padding: 0rem;
  }
}
.modal--active,
.modal-top--active {
  opacity: 1;
  visibility: visible;
}
.modal p,
.modal-top p {
  margin-bottom: 3rem;
}
.modal p:first-child,
.modal-top p:first-child {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .modal,
.modal-top {
    padding-right: 0;
  }
  .modal .inner_modal,
.modal-top .inner_modal {
    overflow: auto;
    padding-right: 3rem;
  }
}
@media (max-width: 1599px) {
  .modal,
.modal-top {
    font-size: 16px;
  }
  .modal p,
.modal-top p {
    margin-bottom: 1.5rem;
  }
  .modal p:first-child,
.modal-top p:first-child {
    margin-top: 0;
  }
  .modal p:last-of-type,
.modal-top p:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 574px) {
  .modal,
.modal-top {
    font-size: 14px;
    padding: 2rem 0 2rem 1.5rem;
  }
  .modal .inner_modal,
.modal-top .inner_modal {
    overflow: auto;
    padding-right: 1.5rem;
  }
  .modal p,
.modal-top p {
    margin-bottom: 1rem;
  }
  .modal p:first-child,
.modal-top p:first-child {
    margin-top: 0;
  }
  .modal p:last-of-type,
.modal-top p:last-of-type {
    margin-bottom: 0;
  }
}
.modal img,
.modal-top img {
  object-fit: contain;
  max-height: 100vh;
  max-width: 100vw;
}
.modal__close,
.modal-top__close {
  position: absolute;
  right: 3.2rem;
  top: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .modal__close,
.modal-top__close {
    right: 0.5rem;
    top: 0.5rem;
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
}
.modal__close:before, .modal__close:after,
.modal-top__close:before,
.modal-top__close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  height: 3.3rem;
  width: 0.3rem;
  background-color: #ffffff;
}
.modal__close:before,
.modal-top__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal__close:after,
.modal-top__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal__close:hover,
.modal-top__close:hover {
  opacity: 1;
}

.footer {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 30px;
  margin-top: 120px;
}
@media (max-width: 1919px) {
  .footer {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .footer {
    background: #3f373b;
    margin: 0;
    padding: 30px 15px;
  }
}
.footer a {
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
}

.btn {
  width: 100%;
  min-width: 100px;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  line-height: 30px;
  color: #907030;
  font-weight: 400;
  text-align: center;
  padding: 3px 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff;
  background: #bd965c;
}
@media (min-width: 768px) {
  .btn {
    min-width: 150px;
    font-size: 1.8rem;
    line-height: 24px;
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .btn {
    min-width: 175px;
    padding: 12px 30px;
    font-size: 2rem;
  }
}
.btn:hover {
  color: #ffffff;
  background-color: #907030;
}

.popup {
  opacity: 0;
  top: -100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  background: white;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup:hover {
  cursor: pointer;
}
.popup.open {
  top: 0;
  opacity: 1;
}
.popup__content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: black;
}
.popup__content img {
  max-height: 100%;
  margin: 0 auto;
}
.popup__content:hover {
  cursor: default;
}
.popup__close {
  position: absolute;
  top: -1.8rem;
  right: -1.8rem;
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  background-color: black;
  border-radius: 50%;
}