@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
/*
 * Colors
 */
/*
 * Mixins
 */
#content {
  overflow-x: hidden;
}

.form-content-intro {
  margin-top: 2vw;
}

@media (max-width: 767px) {
  .form-content-intro {
    margin-bottom: 12vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-content-intro {
    margin-bottom: 12vw;
  }
}

.go-step-2 {
  margin-top: 1vw;
  opacity: .8;
  pointer-events: none;
  transition: all .25s ease;
  text-align: left !important;
}

.go-step-2:hover {
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-4px);
}

.go-step-2.allow {
  opacity: 1;
  pointer-events: all;
}

.go-step-2 img {
  width: 1vw;
  float: right;
  margin-top: 0.3vw;
}

@media (max-width: 767px) {
  .go-step-2 img {
    width: 4vw;
    margin-top: 1.3vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .go-step-2 img {
    width: 4vw;
    margin-top: 1.3vw;
  }
}

.step-form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0a0a0a;
  z-index: 10;
  display: none;
}

@media (max-width: 767px) {
  .step-form {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step-form {
    position: relative;
  }
}

.step-form .form-content-predata {
  float: left;
  position: relative;
  padding: 3vw 6vw 0;
}

@media (max-width: 767px) {
  .step-form .form-content-predata {
    padding: 3vw 4vw 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step-form .form-content-predata {
    padding: 3vw 4vw 0;
  }
}

.step-form .form-content-predata .close-steps {
  position: absolute !important;
  right: 2vw;
  top: 2vw;
}

.step-form .form-content-predata h4 {
  font-weight: 600 !important;
  text-transform: none !important;
}

@media (min-width: 991px) {
  .step-form .form-content-predata h4 {
    font-size: 1.2vw !important;
    margin-top: 2vw !important;
  }
}

.step-form .form-content-predata p {
  color: #fff !important;
}

.step-form .form-content-predata p.with_delimer {
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  padding-bottom: 1.5vw;
  border-bottom: 1px solid #1D1D1D;
  font-weight: 400 !important;
}

.step-form .form-content-predata .go-step-2 {
  margin-top: 1vw;
  opacity: .8;
  pointer-events: none;
  transition: all;
}

.step-form .form-content-predata .go-step-2:hover {
  text-decoration: none;
  color: #fff;
}

.step-form .form-content-predata .go-step-2.allow {
  opacity: 1;
  pointer-events: all;
}

.step-form .form-content-data {
  float: left;
  position: relative;
  padding: 3vw 6vw 0;
}

@media (max-width: 767px) {
  .step-form .form-content-data {
    padding: 3vw 4vw 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step-form .form-content-data {
    padding: 3vw 4vw 0;
  }
}

.step-form .form-content-data .close-steps {
  position: absolute !important;
  right: 2vw;
  top: 2vw;
}

.step-form .form-content-data .send-form:hover {
  text-decoration: none;
  color: #fff;
}

.content-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.content-banner .go-to-form {
  padding: 0 !important;
}

.content-banner img {
  width: 100%;
}

.content-banner h5 {
  position: absolute;
  font-family: "Neutraface 2 Display Titling";
  font-weight: 700;
  font-size: 1.1vw;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 3vw;
  letter-spacing: 4px;
  z-index: 1;
  margin-top: 2vw;
}

@media (max-width: 767px) {
  .content-banner h5 {
    font-size: 3.6vw;
    margin-top: 7vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .content-banner h5 {
    font-size: 3.6vw;
    margin-top: 7vw;
  }
}

.content-banner p {
  position: absolute !important;
  font-weight: bold !important;
  color: #B3A26C !important;
  width: 56%;
  top: 6vw;
  left: 22%;
  text-align: center;
  line-height: 1.5vw;
  margin-top: 2vw;
}

@media (max-width: 767px) {
  .content-banner p {
    font-size: 4vw !important;
    line-height: 6vw;
    width: 70%;
    left: 15%;
    top: 13vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .content-banner p {
    font-size: 4vw !important;
    line-height: 6vw;
    width: 70%;
    left: 15%;
    top: 13vw;
  }
}

@media (min-width: 992px) {
  .content-banner p {
    font-size: .9vw !important;
  }
}

.content-banner p a {
  font-weight: inherit;
  font-size: inherit;
  padding: none;
  text-transform: none;
  transition: all .25s ease;
  color: #B3A26C;
  text-decoration: underline;
}

.back-to-pre {
  float: left;
  font-size: .8vw;
  text-transform: uppercase;
  color: #b3a26c;
  margin-top: -0.85vw;
  margin-bottom: 2vw;
}

@media (max-width: 767px) {
  .back-to-pre {
    top: 0;
    font-size: 3.5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .back-to-pre {
    top: 0;
    font-size: 3.5vw;
  }
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #2A2A2A;
  -webkit-text-fill-color: #636363;
  transition: background-color 5000s ease-in-out 0s;
}

select {
  appearance: none;
  background-image: url(/assets/img/select.svg) !important;
  background-repeat: no-repeat;
  background-position: 94%;
  background-size: 3%;
}

.send-form {
  background-image: none !important;
}

.send-form:hover {
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-4px);
}

.send-form img {
  width: 3vw;
  margin-top: 0;
}

@media (max-width: 767px) {
  .send-form img {
    width: 4vw;
    margin-top: 1.3vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .send-form img {
    width: 4vw;
    margin-top: 1.3vw;
  }
}

::-webkit-input-placeholder, ::-webkit-input-placeholder {
  color: #fff;
  font-size: .8vw;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  ::-webkit-input-placeholder, ::-webkit-input-placeholder {
    font-size: 3.5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ::-webkit-input-placeholder, ::-webkit-input-placeholder {
    font-size: 1.8vw;
  }
}

/* WebKit, Blink, Edge */
::-moz-placeholder, ::-moz-placeholder {
  color: #fff;
  font-size: .8vw;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  ::-moz-placeholder, ::-moz-placeholder {
    font-size: 3.5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ::-moz-placeholder, ::-moz-placeholder {
    font-size: 1.8vw;
  }
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder, ::-moz-placeholder {
  color: #fff;
  font-size: .8vw;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  ::-moz-placeholder, ::-moz-placeholder {
    font-size: 3.5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ::-moz-placeholder, ::-moz-placeholder {
    font-size: 1.8vw;
  }
}

/* Mozilla Firefox 19+ */
::-ms-input-placeholder, :-ms-input-placeholder {
  color: #fff;
  font-size: .8vw;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  ::-ms-input-placeholder, :-ms-input-placeholder {
    font-size: 3.5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ::-ms-input-placeholder, :-ms-input-placeholder {
    font-size: 1.8vw;
  }
}

/* Internet Explorer 10-11 */
::-ms-input-placeholder, ::-ms-input-placeholder {
  color: #fff;
  font-size: .8vw;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  ::-ms-input-placeholder, ::-ms-input-placeholder {
    font-size: 3.5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ::-ms-input-placeholder, ::-ms-input-placeholder {
    font-size: 1.8vw;
  }
}

/* Microsoft Edge */
#introOverlay {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: white;
  z-index: 1000;
}

#introOverlay .preloader {
  position: absolute;
  z-index: 0;
  animation: introLogo;
  animation-duration: 750ms;
  animation-fill-mode: forwards;
  width: 320px;
  height: 185px;
  margin-top: calc(50vh - 92.5px);
  margin-left: calc(50vw - 160px);
}

#introOverlay .preloader img {
  width: 100%;
}

@keyframes introLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.z-top {
  z-index: 9999;
}

.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

@media (max-width: 991px) {
  .mobile-no-padding-left {
    padding-left: 0;
  }
  .mobile-no-padding-right {
    padding-left: 0;
  }
  .mobile-no-side-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-mt-15 {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .tablet-no-padding-left {
    padding-left: 0;
  }
  .tablet-no-padding-right {
    padding-left: 0;
  }
  .tablet-no-side-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .tablet-text-center {
    text-align: center;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
}

/* AOS new animation */
[data-aos="opacity-slide-right"].aos-animate {
  opacity: 1;
  transform: initial !important;
}

[data-aos="opacity-in"] {
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos="opacity-in"].aos-animate {
  opacity: 1;
}

[data-aos="opacity-slide-up"] {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition-property: transform, opacity;
}

[data-aos="opacity-slide-up"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos="opacity-slide-down"] {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition-property: transform, opacity;
}

[data-aos="opacity-slide-down"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos="opacity-slide-left"] {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  transition-property: transform, opacity;
}

[data-aos="opacity-slide-left"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos="opacity-slide-left-mobile"] {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  transition-property: transform, opacity;
}

@media (max-width: 991px) {
  [data-aos="opacity-slide-left-mobile"] {
    transform: translate3d(0, 100%, 0);
  }
}

[data-aos="opacity-slide-left-mobile"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos="opacity-slide-right"] {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition-property: transform, opacity;
}

[data-aos="opacity-slide-right"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos="opacity-slide-right-mobile"] {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition-property: transform, opacity;
}

@media (max-width: 991px) {
  [data-aos="opacity-slide-right-mobile"] {
    transform: translate3d(0, 100%, 0);
  }
}

[data-aos="opacity-slide-right-mobile"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos="opacity-slide-up"] {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition-property: transform, opacity;
}

[data-aos="opacity-slide-up"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=open-image] {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: clip-path 1s;
  -webkit-transition: -webkit-clip-path 1s;
}

[data-aos=open-image].aos-animate {
  clip-path: inset(0 0% 0 0);
  -webkit-clip-path: inset(0 0% 0 0);
}

[data-aos=open-image-verticaly-from-bottom] {
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
  transition: clip-path 1s;
  -webkit-transition: -webkit-clip-path 1s;
}

[data-aos=open-image-verticaly-from-bottom].aos-animate {
  clip-path: inset(0% 0 0 0);
  -webkit-clip-path: inset(0% 0 0 0);
}

.confirm {
  display: inline-block;
  float: left;
  margin-top: 1.5vw;
  margin-bottom: 2vw;
}

.confirm.active .control {
  cursor: pointer;
}

.confirm.active .control::before {
  content: "";
  width: 16px;
  height: 12px;
  background: url(/assets/img/nike.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 4px;
}

.confirm .control {
  float: left;
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  background: transparent;
  transition: all 0.5s;
  border-radius: 0;
  z-index: 10;
  margin-top: 4px;
}

.confirm span {
  float: left;
  margin-left: 0.6vw;
  font-size: 0.7vw;
  font-weight: 400;
  margin-top: 0px;
  color: #fff;
  width: 90%;
  cursor: default;
}

@media (min-width: 992px) and (max-width: 1024px) and (max-height: 768px) {
  .confirm span {
    font-size: 1.1vw;
    width: 85%;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .confirm span {
    font-size: 3vw;
    padding-left: 3vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .confirm span {
    font-size: 2.5vw;
    padding-left: 3vw;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .confirm span {
    width: 85%;
  }
}

.confirm span a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .gender {
    float: left;
    margin-bottom: 20px;
    margin-top: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gender {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.switch {
  display: inline-block;
  cursor: pointer;
  float: left;
  margin-top: .5vw;
  margin-bottom: 0;
  margin-right: 2vw;
}

@media (max-width: 767px) {
  .switch {
    margin-right: 7vw;
  }
}

.switch.active .control::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #B3A26C;
  top: 3px;
  left: 3px;
}

.switch .control {
  float: left;
  position: relative;
  width: 26px;
  height: 26px;
  border: 2px solid #b3a26c;
  transition: all .5s;
  border-radius: 50%;
  z-index: 10;
}

.switch .control:hover {
  border: 2px solid #5E5E5E;
  background: #f5f5f5;
}

.switch span {
  float: left;
  margin-left: .6vw;
  font-size: .7vw;
  letter-spacing: .15vw;
  font-weight: 400;
  margin-top: 4px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .switch span {
    font-size: 3.5vw;
    padding-left: 3vw;
    letter-spacing: 2px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .switch span {
    font-size: 3.5vw;
    padding-left: 3vw;
    letter-spacing: 2px;
  }
}

label.error {
  color: #000;
  font-size: 9pt;
  position: absolute;
  top: 36%;
  right: 11%;
  font-family: 'Neutraface 2 Text Book';
  font-weight: normal;
  font-style: normal;
}

.brown-btn {
  background-color: #B3A26C;
  display: block;
  font-size: .9vw;
  padding: 1vw 2vw;
  color: #fff;
  letter-spacing: 1px;
  transition: all .5s;
}

@media (max-width: 767px) {
  .brown-btn {
    font-size: 4vw;
    padding: 15px 30px;
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .brown-btn {
    font-size: 2.5vw;
    padding: 15px 30px;
    margin-top: 15px;
  }
}

.transparent-btn {
  color: #B3A26C;
  border: 1px solid #B3A26C;
  font-size: .8vw;
  padding: 8px 27px;
  float: left;
  letter-spacing: 1px;
  transition: all .5s;
}

.transparent-btn:hover {
  text-decoration: none;
  color: #B3A26C;
  box-shadow: 0px 8px 30px rgba(109, 109, 109, 0.2);
}

.transparent-btn:focus {
  text-decoration: none !important;
  color: #B3A26C !important;
}

.arrow-link {
  color: #1E1E1E;
  margin-left: 30px;
  font-size: .9vw;
  margin-top: 5px;
  float: left;
}

.arrow-link::after {
  content: "";
  width: 7px;
  height: 11px;
  background: url(/assets/img/right_arrow_black.png);
  background-size: cover;
  position: absolute;
  margin-top: 8px;
  margin-left: 16px;
}

.big-text {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.16);
  opacity: 0.75;
  font-size: 25vw;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: -45vh;
  z-index: 0;
  text-transform: uppercase;
  pointer-events: none;
}

.thumbnail {
  border: none;
  background-color: transparent;
  position: relative;
  transition: all .5s;
}

.thumbnail::after {
  content: "";
  width: 28px;
  height: 28px;
  bottom: 25px;
  right: 45px;
  position: absolute;
  background: url(/assets/img/zoom.png);
  opacity: 0;
  transition: all .5s;
}

.thumbnail:hover::after {
  opacity: 1;
}

.thumbnailhover, .thumbnail:focus {
  outline: none;
  -webkit-appearance: none;
}

.form-error {
  background: #000;
  text-align: center;
  padding: 1vw;
  position: absolute;
  z-index: 2;
  width: 100%;
  opacity: 0;
  display: none;
}

@media (max-width: 767px) {
  .form-error {
    padding: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-error {
    padding: 16px;
  }
}

.form-error .err_text {
  color: #fff !important;
  margin-top: .5vw;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1vw;
}

.terms-text {
  display: inline-block;
  width: 87%;
}

@media (min-width: 992px) {
  .terms-text {
    font-size: .8vw !important;
    font-weight: normal !important;
    margin-top: 0px !important;
  }
}

.scrollbar-track-x, .scrollbar-track-y {
  display: none !important;
}

img.success {
  width: 5vw;
  margin-bottom: 2vw;
  margin-top: 5vw;
}

@media (max-width: 767px) {
  img.success {
    width: 21vw;
    margin-bottom: 0;
    margin-top: 15px;
  }
}

.s_t {
  color: white !important;
}

@media (min-width: 992px) {
  .s_t {
    font-size: 1vw !important;
    margin-bottom: 11vw;
  }
}

@media (max-width: 767px) {
  .no-before {
    margin-top: 0 !important;
  }
}

.no-before::before {
  display: none;
}

#orderForm {
  position: relative;
}

#orderForm .terms {
  position: relative;
  display: inline-block;
  color: #777777;
  padding-top: 30px;
  font-size: .7vw;
}

@media (max-width: 1366px) {
  #orderForm .terms {
    font-size: .8vw;
  }
}

@media (max-width: 767px) {
  #orderForm .terms {
    font-size: 3vw;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .gallery-mobile .image img {
    width: 100%;
  }
}

.app-content {
  height: 100vh;
}

@media (max-width: 767px) {
  .mobile-header-top-image {
    width: 100%;
    margin-top: 50px;
    position: relative;
    z-index: 2222;
  }
}

.lang {
  position: absolute;
  right: 6vw;
  top: 3vw;
  font-size: 20px;
  z-index: 1;
}

@media (max-width: 767px) {
  .lang {
    right: 0%;
    top: 4%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .lang {
    right: 7%;
    top: 8%;
  }
}

.lang ul.langs {
  margin: 0px;
  padding: 0px;
  padding-right: 20px;
}

.lang ul.langs li {
  display: inline;
  margin-left: 35px;
}

@media (max-width: 767px) {
  .lang ul.langs li {
    margin-left: 21px;
  }
}

.lang ul.langs li.active a {
  color: #B3A26C;
}

.lang ul.langs li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

@media (max-width: 767px) {
  .lang ul.langs li a {
    color: #fff;
    font-size: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .lang ul.langs li a {
    color: #fff;
  }
}

.lines {
  position: fixed;
  z-index: 12;
  left: 12%;
  top: 0;
  width: 76%;
  height: 100vh;
  object-fit: cover;
  opacity: .05;
  pointer-events: none;
}

@media (max-width: 767px) {
  .only_desktop {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .only_desktop {
    display: none;
  }
}

.only_mobile {
  display: none;
}

@media (max-width: 767px) {
  .only_mobile {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .only_mobile {
    display: block;
  }
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
}

body #mainClub {
  margin-top: 2vw;
}

@media (max-width: 767px) {
  body #mainClub {
    margin-top: 7vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body #mainClub {
    margin-top: 7vw;
  }
}

body .go-out, body .go-to-form {
  text-align: center;
  transition: all .25s ease;
}

body .go-out:hover, body .go-to-form:hover {
  text-decoration: none;
  transform: translateY(-4px);
}

body .go-out {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: .75vw;
  transition: all .25s ease;
  margin-top: 2.3vw;
  text-align: left;
}

@media (max-width: 767px) {
  body .go-out {
    font-size: 3.6vw;
    margin-top: 3vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body .go-out {
    font-size: 3.6vw;
    margin-top: 3vw;
  }
}

body .go-out:hover {
  color: white;
}

body .go-out img {
  width: 1vw;
  float: right;
  margin-top: .3vw;
}

@media (max-width: 767px) {
  body .go-out img {
    width: 4vw;
    margin-top: 1.3vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body .go-out img {
    width: 4vw;
    margin-top: 1.3vw;
  }
}

body .go-to-form {
  font-weight: 400;
  font-size: .75vw;
  padding: 0.75vw 2vw;
  text-transform: uppercase;
  transition: all .25s ease;
}

@media (max-width: 767px) {
  body .go-to-form {
    font-size: 3.6vw;
    padding: 3.6vw 2vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body .go-to-form {
    font-size: 3.6vw;
    padding: 3.6vw 2vw;
  }
}

body .go-to-form:hover {
  color: #fff !important;
  text-decoration: none;
}

body .or {
  color: #636363 !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.65vw !important;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}

@media (max-width: 767px) {
  body .or {
    font-size: 2.75vw !important;
    letter-spacing: 2px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body .or {
    font-size: 2.75vw !important;
    letter-spacing: 2px;
  }
}

body .back-to-pre img {
  width: 1vw;
  transform: rotate(-90deg);
  margin-right: 0.7vw;
  margin-top: -0.2vw;
}

@media (max-width: 767px) {
  body .back-to-pre img {
    width: 5vw;
    margin-top: 0vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body .back-to-pre img {
    width: 5vw;
    margin-top: 0vw;
  }
}

body .back-to-pre:hover {
  color: #B3A26C;
  text-decoration: none;
}

@media (max-width: 767px) {
  body .header__logo img {
    width: 49%;
    display: inline-block;
    margin-top: -30px;
    position: relative;
    z-index: 2;
  }
}

body .header__logo img.cardioscan {
  margin-top: -1vw;
  margin-left: 3vw;
}

@media (max-width: 767px) {
  body .header__logo img.cardioscan {
    margin-left: 0vw;
    float: right;
    margin-top: -7vw;
    width: 30%;
  }
}

body header {
  background: url(/assets/img/header.png);
  background-repeat: no-repeat;
  background-position-x: -28vw;
  background-size: 129%;
  width: 100%;
  height: 61vw;
  background-color: black;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  body header {
    float: left;
    background-image: url(/assets/img/header.png);
    background-position-x: 94%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: 372vw;
    height: auto;
    margin-bottom: 6vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body header {
    height: 110vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 18vw;
  }
}

body header .top-side {
  position: relative;
  float: left;
  padding: 7vh 12vw;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  body header .top-side {
    width: 100%;
    padding: 7vh 8vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body header .top-side {
    width: 100%;
    padding: 7vh 8vw;
  }
}

body header .top-side .centered {
  text-align: center;
}

body header .top-side h1 {
  position: relative;
  color: white;
  margin-top: 18vw;
  font-size: 5.5vw;
  letter-spacing: 1.3vw;
  z-index: 3;
  margin-bottom: 30px;
  line-height: 4vw;
  text-transform: none;
  font-weight: 300;
}

@media (max-width: 767px) {
  body header .top-side h1 {
    font-size: 13vw;
    line-height: 13vw;
    letter-spacing: 0px;
    margin-top: 12vw;
    margin-bottom: 9vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body header .top-side h1 {
    font-size: 13vw;
    line-height: 13vw;
    letter-spacing: 0px;
    margin-top: 12vw;
    margin-bottom: 9vw;
  }
}

body header .top-side h1 small {
  font-size: 2vw;
  color: #b3a26c;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  body header .top-side h1 small {
    font-size: 7.5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body header .top-side h1 small {
    font-size: 6.5vw;
  }
}

body header .top-side h1 small:last-of-type {
  margin-top: 1vw;
  margin-bottom: 1vw;
  display: block;
}

@media (max-width: 767px) {
  body header .top-side h1 small:last-of-type {
    margin-top: 3vw;
    margin-bottom: 5vw;
    font-size: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body header .top-side h1 small:last-of-type {
    margin-top: 3vw;
    margin-bottom: 5vw;
    font-size: 5vw;
  }
}

body header .top-side h5 {
  position: relative;
  font-size: 1.1vw;
  color: #fff;
  font-weight: bold;
  float: left;
  margin-top: 2.5vw;
}

@media (max-width: 767px) {
  body header .top-side h5 {
    font-size: 4vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body header .top-side h5 {
    font-size: 4vw;
  }
}

body header .top-side h5::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 3vw;
  background: rgba(255, 255, 255, 0.3);
  left: 25.2vw;
  bottom: -6vw;
}

@media (max-width: 767px) {
  body header .top-side h5::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body header .top-side h5::after {
    display: none;
  }
}

body header .top-side .cols {
  float: left;
  position: relative;
  width: 97.5%;
  margin-top: 5.5vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

@media (max-width: 767px) {
  body header .top-side .cols {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 3vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body header .top-side .cols {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 3vw;
  }
}

body header .top-side .cols .col .brown-btn {
  width: auto;
  float: left;
  text-align: center;
  font-size: .8vw;
  letter-spacing: 2px;
  transition: all .5s;
}

@media (max-width: 767px) {
  body header .top-side .cols .col .brown-btn {
    width: 100%;
    font-size: 4vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body header .top-side .cols .col .brown-btn {
    width: 100%;
    font-size: 4vw;
  }
}

body header .top-side .cols .col .brown-btn:hover {
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-4px);
}

body header .top-side p {
  color: #fff;
  font-size: 0.85vw;
  position: relative;
  z-index: 3;
  margin-top: 0;
  letter-spacing: 0;
  line-height: 1.4vw;
}

@media (max-width: 767px) {
  body header .top-side p {
    font-size: 3.8vw;
    line-height: 5.2vw;
    margin-top: 0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body header .top-side p {
    font-size: 3.8vw;
    line-height: 5.2vw;
    margin-top: 0;
    width: 100%;
  }
}

.section-1 {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 3vw;
  z-index: 11;
  padding: 0 12vw;
  margin-bottom: 7vw;
}

@media (max-width: 767px) {
  .section-1 {
    margin-top: 0;
    padding: 0 8vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-1 {
    margin-top: 0;
    padding: 0 8vw;
  }
}

.section-1 h2 {
  font-size: 2.7vw;
  font-weight: 300;
  color: #000;
  width: 50%;
  line-height: 3.2vw;
}

@media (max-width: 767px) {
  .section-1 h2 {
    font-size: 7vw;
    line-height: 9vw;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-1 h2 {
    font-size: 7vw;
    line-height: 9vw;
    width: 100%;
  }
}

.section-1 h2 small {
  font-size: 100%;
  font-weight: 400;
  color: #B3A26C;
}

.section-1 .black-box {
  position: absolute;
  width: 80vw;
  height: 36vw;
  background: rgba(236, 236, 236, 0.34);
  left: 26vw;
  top: 4vw;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .section-1 .black-box {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-1 .black-box {
    display: none;
  }
}

.section-1 .points {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 4vw;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1vw;
}

@media (max-width: 767px) {
  .section-1 .points {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 7vw;
    margin-top: 10vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-1 .points {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 7vw;
    margin-top: 10vw;
  }
}

.section-1 .points .point img {
  max-height: 2.5vw;
  float: left;
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .section-1 .points .point img {
    max-height: 10vw;
    width: 7vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-1 .points .point img {
    max-height: 10vw;
    width: 7vw;
  }
}

.section-1 .points .point p {
  color: #000;
  font-size: 0.85vw;
  z-index: 3;
  letter-spacing: 0;
  line-height: 1.4vw;
  float: left;
  position: relative;
  display: block;
  margin-top: 1.5vw;
}

@media (max-width: 767px) {
  .section-1 .points .point p {
    font-size: 3.8vw;
    line-height: 5.2vw;
    margin-top: 0;
    width: 78%;
    margin-left: 8vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-1 .points .point p {
    font-size: 3.8vw;
    line-height: 5.2vw;
    margin-top: 0;
    width: 78%;
    margin-left: 8vw;
  }
}

.section-2 {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 0;
  z-index: 11;
}

.section-2 .left {
  float: left;
  position: relative;
  width: 50%;
}

@media (max-width: 767px) {
  .section-2 .left {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-2 .left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-2 .left a {
    width: 76%;
    margin-left: 12%;
    margin-bottom: 14vw;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-2 .left a {
    width: 76%;
    margin-left: 12%;
    margin-bottom: 14vw;
    text-align: center;
  }
}

.section-2 .left img {
  width: 100%;
}

.section-2 .left .clubs_map {
  position: absolute;
  width: 48%;
  right: -11vw;
  top: 10vw;
}

@media (max-width: 767px) {
  .section-2 .left .clubs_map {
    display: none;
  }
}

.section-2 .right {
  float: left;
  position: relative;
  width: 50%;
  padding: 0px 11.75vw 0px 12.75vw;
}

@media (max-width: 767px) {
  .section-2 .right {
    width: 100%;
    padding: 0 8vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-2 .right {
    width: 100%;
    padding: 0 8vw;
  }
}

.section-2 .right .clubs_map_mobile {
  display: none;
}

@media (max-width: 767px) {
  .section-2 .right .clubs_map_mobile {
    display: block;
    position: relative;
    width: 112%;
    left: -3vw;
    padding-top: 11vw;
  }
}

.section-2 .right a {
  float: left;
}

.section-2 .right a.brown-btn {
  text-align: center;
  width: auto;
  font-size: .8vw;
  letter-spacing: 2px;
  transition: all .5s;
}

.section-2 .right a.brown-btn:hover {
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-4px);
}

.section-2 .right h2 {
  float: left;
  position: relative;
  width: 100%;
  color: #B3A26C;
  font-weight: 300;
  font-size: 2.5vw;
  margin-top: 9vw;
  margin-bottom: 3vw;
}

@media (max-width: 767px) {
  .section-2 .right h2 {
    font-size: 7vw;
    line-height: 9vw;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-2 .right h2 {
    font-size: 7vw;
    line-height: 9vw;
    width: 100%;
  }
}

.section-2 .right .points {
  float: left;
  position: relative;
  width: 100%;
}

.section-2 .right .points .point {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 1vw;
}

@media (max-width: 767px) {
  .section-2 .right .points .point {
    margin-top: 7vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-2 .right .points .point {
    margin-top: 7vw;
  }
}

.section-2 .right .points .point img {
  width: 1.2vw;
  float: left;
  margin-right: 1.2vw;
}

@media (max-width: 767px) {
  .section-2 .right .points .point img {
    width: 4.5vw;
    margin-right: 4vw;
    margin-top: 1vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-2 .right .points .point img {
    width: 4.5vw;
    margin-right: 4vw;
    margin-top: 1vw;
  }
}

.section-2 .right .points .point p {
  color: #000;
  font-size: 0.85vw;
  z-index: 3;
  letter-spacing: 0;
  line-height: 1.4vw;
  margin-top: -0.2vw;
  width: 90%;
  float: left;
}

@media (max-width: 767px) {
  .section-2 .right .points .point p {
    font-size: 4vw;
    line-height: 5.5vw;
    width: 88%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-2 .right .points .point p {
    font-size: 4vw;
    line-height: 5.5vw;
    width: 88%;
  }
}

.section-3 {
  float: left;
  position: relative;
  width: 100%;
  margin-top: -18vw;
  z-index: 13;
  margin-bottom: 5vw;
}

@media (max-width: 767px) {
  .section-3 {
    margin-top: 12vw;
    padding: 0 8vw;
    background: #B3A26C;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 {
    margin-top: 12vw;
    padding: 0 8vw;
    background: #B3A26C;
  }
}

.section-3 .black-box {
  float: left;
  position: relative;
  width: 70%;
  margin-left: 15%;
  background: #B3A26C;
}

@media (max-width: 767px) {
  .section-3 .black-box {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box {
    width: 100%;
    margin-left: 0;
  }
}

.section-3 .black-box .left {
  float: left;
  position: relative;
  width: 50%;
  padding: 5vw;
}

@media (max-width: 767px) {
  .section-3 .black-box .left {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .left {
    width: 100%;
  }
}

.section-3 .black-box .left h2 {
  float: left;
  position: relative;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 3vw;
  margin-top: 0;
  margin-bottom: 8.5vw;
  line-height: 3.5vw;
}

@media (max-width: 767px) {
  .section-3 .black-box .left h2 {
    font-size: 7vw;
    line-height: 9vw;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .left h2 {
    font-size: 7vw;
    line-height: 9vw;
    width: 100%;
  }
}

.section-3 .black-box .left h2::after {
  content: "";
  width: 1px;
  height: 5vw;
  position: absolute;
  background: #fff;
  left: 5.4vw;
  bottom: -6.5vw;
}

@media (max-width: 767px) {
  .section-3 .black-box .left h2::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .left h2::after {
    display: none;
  }
}

.section-3 .black-box .left h2 small {
  font-size: 100%;
  font-weight: 300;
  color: #fff;
}

.section-3 .black-box .left p {
  color: #fff;
  font-size: .95vw;
  z-index: 3;
  letter-spacing: 0;
  line-height: 1.4vw;
  margin-top: -0.2vw;
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .section-3 .black-box .left p {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .left p {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
  }
}

.section-3 .black-box .right {
  float: left;
  position: relative;
  width: 50%;
  padding: 5vw 5vw 5vw 0;
}

@media (max-width: 767px) {
  .section-3 .black-box .right {
    width: 100%;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .right {
    width: 100%;
    padding-right: 0;
  }
}

.section-3 .black-box .right .form-place {
  width: 100%;
  margin-left: 0;
  margin-top: -1vw;
  padding: 0;
  float: left;
  height: auto;
}

@media (max-width: 767px) {
  .section-3 .black-box .right .form-place {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    height: auto;
    float: left;
    padding: 0;
    min-height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .right .form-place {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    height: auto;
    float: left;
    padding: 0;
    min-height: auto;
  }
}

.section-3 .black-box .right .form-place p {
  color: rgba(30, 30, 30, 0.46);
  font-weight: 600;
  font-size: .8vw;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .section-3 .black-box .right .form-place p {
    font-size: 4vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .right .form-place p {
    font-size: 2.5vw;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.section-3 .black-box .right .form-place .documents {
  float: left;
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  padding-top: 1.2vw;
  padding-bottom: 1vw;
}

@media (max-width: 767px) {
  .section-3 .black-box .right .form-place .documents {
    padding-top: 4vw;
    padding-bottom: 6vw;
    margin-bottom: 4vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .right .form-place .documents {
    padding-top: 4vw;
    padding-bottom: 6vw;
    margin-bottom: 4vw;
  }
}

.section-3 .black-box .right .form-place .documents .load-documents {
  float: left;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 0.7vw 1.3vw;
  font-size: .8vw;
  letter-spacing: 2px;
  transition: all .5s;
}

@media (max-width: 767px) {
  .section-3 .black-box .right .form-place .documents .load-documents {
    font-size: 4vw;
    padding: 3vw;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .right .form-place .documents .load-documents {
    font-size: 4vw;
    padding: 3vw;
    width: 100%;
    text-align: center;
  }
}

.section-3 .black-box .right .form-place .documents .load-documents:hover {
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-4px);
}

.section-3 .black-box .right .form-place .documents .load-documents:focus {
  text-decoration: none;
}

.section-3 .black-box .right .form-place .documents [type="file"] {
  display: none;
}

.section-3 .black-box .right .form-place .documents .files {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 1.4vw;
}

@media (max-width: 767px) {
  .section-3 .black-box .right .form-place .documents .files {
    margin-top: 6vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .right .form-place .documents .files {
    margin-top: 6vw;
  }
}

.section-3 .black-box .right .form-place .documents .files .doc {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: .4vw;
}

.section-3 .black-box .right .form-place .documents .files .doc p {
  float: left;
  color: #fff;
  font-weight: 300;
  font-size: 0.8vw;
}

@media (max-width: 767px) {
  .section-3 .black-box .right .form-place .documents .files .doc p {
    font-size: 4vw;
    margin-top: .2vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .right .form-place .documents .files .doc p {
    font-size: 4vw;
    margin-top: .2vw;
  }
}

.section-3 .black-box .right .form-place .documents .files .doc .delete-doc {
  float: left;
  margin-right: 0.5vw;
}

@media (max-width: 767px) {
  .section-3 .black-box .right .form-place .documents .files .doc .delete-doc {
    margin-right: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .right .form-place .documents .files .doc .delete-doc {
    margin-right: 5vw;
  }
}

.section-3 .black-box .right .form-place .documents .files .doc .delete-doc img {
  width: 0.8vw;
}

@media (max-width: 767px) {
  .section-3 .black-box .right .form-place .documents .files .doc .delete-doc img {
    width: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .right .form-place .documents .files .doc .delete-doc img {
    width: 5vw;
  }
}

.section-3 .black-box .right .form-place input, .section-3 .black-box .right .form-place a {
  position: relative;
  z-index: 1;
}

.section-3 .black-box .right .form-place input, .section-3 .black-box .right .form-place select {
  width: 100%;
  height: 60px;
  margin-bottom: 13px;
  padding-left: 1.5vw;
  border: none;
  color: #fff;
  font-size: 0.75vw;
  background-color: #b3a26c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

@media (max-width: 767px) {
  .section-3 .black-box .right .form-place input, .section-3 .black-box .right .form-place select {
    float: left;
    position: relative;
    font-size: 4vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .right .form-place input, .section-3 .black-box .right .form-place select {
    float: left;
    position: relative;
    font-size: 2.5vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}

@media (min-width: 992px) and (max-width: 1024px) and (max-height: 768px) {
  .section-3 .black-box .right .form-place input, .section-3 .black-box .right .form-place select {
    height: 45px;
  }
}

.section-3 .black-box .right .form-place input:focus, .section-3 .black-box .right .form-place select:focus {
  outline: none !important;
  -webkit-appearance: none;
  border-bottom: 1px solid white;
}

.section-3 .black-box .right .form-place select {
  outline: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-3 .black-box .right .form-place .go-step-2, .section-3 .black-box .right .form-place .send-form {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  float: left;
  border: 2px solid #fff;
}

@media (max-width: 767px) {
  .section-3 .black-box .right .form-place .go-step-2, .section-3 .black-box .right .form-place .send-form {
    margin-top: 35px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .black-box .right .form-place .go-step-2, .section-3 .black-box .right .form-place .send-form {
    margin-top: 35px;
    margin-bottom: 15px;
  }
}

.section-3 .black-box .right .form-place .go-step-2.no-bg-w-c, .section-3 .black-box .right .form-place .send-form.no-bg-w-c {
  background-image: none;
  text-align: center;
}

footer {
  position: relative;
  bottom: 0;
  float: left;
  padding: 0px 14vw;
  width: 100%;
  z-index: 100;
  margin-top: 6vw;
  background: #000;
}

@media (max-width: 767px) {
  footer {
    float: left;
    overflow: hidden;
    margin-top: 5vw;
    padding: 0px 8vw;
    position: relative;
    padding-top: 4vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer {
    margin-top: 5vw;
    position: relative;
    padding-top: 4vw;
  }
}

footer .top_image {
  position: absolute;
  width: 100vw;
  margin-left: -14vw;
  top: -15vw;
  height: 15vw;
  background-color: gray;
  text-align: center;
  padding-top: 6vw;
  color: white;
  letter-spacing: 7px;
  background: url(/assets/img/footer_image.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media (max-width: 767px) {
  footer .top_image {
    position: relative;
    height: 44vw;
    background-attachment: inherit;
    margin-left: -8vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .top_image {
    position: relative;
    height: 44vw;
    background-attachment: inherit;
    margin-left: -14vw;
  }
}

@media (max-width: 767px) {
  footer .top_image h3 {
    font-size: 15px;
    line-height: 25px;
    margin-top: 15vw;
    width: 80%;
    margin-left: 10%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .top_image h3 {
    font-size: 15px;
    line-height: 25px;
    margin-top: 15vw;
    width: 80%;
    margin-left: 10%;
  }
}

footer .big-text {
  bottom: auto;
  top: -48vh;
}

@media (max-width: 767px) {
  footer .big-text {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .big-text {
    display: none;
  }
}

@media (max-width: 767px) {
  footer .mobile-top h3 {
    color: #fff;
    font-size: 9vw;
    line-height: 11vw;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  footer .mobile-top h3 small {
    color: #B3A26C;
    margin-top: 60px;
    margin-bottom: 25px;
    display: block;
  }
}

footer .mobile-top p {
  color: #636363;
  font-size: 4.5vw;
}

@media (max-width: 767px) {
  footer .mobile-top .transparent-btn {
    width: 100%;
    font-size: 4vw;
    text-align: center;
    padding: 13px 27px;
    margin-left: 0;
    margin-top: 20px;
  }
}

footer .top {
  width: 100%;
  padding-bottom: 4vh;
  border-bottom: 1px solid #1E1E1E;
  float: left;
}

@media (max-width: 991px) {
  footer .top {
    margin-left: 0;
    width: 100%;
    float: left;
    border-bottom: none;
    padding-bottom: 0vh;
  }
}

footer .top .left {
  width: 68%;
  float: left;
}

@media (max-width: 767px) {
  footer .top .left {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .top .left {
    width: 80%;
    margin-left: 0;
  }
}

footer .top .left img {
  margin-top: 3vw;
}

@media (max-width: 767px) {
  footer .top .left img {
    margin-top: 0vw;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 30px;
  }
}

footer .top .left img.bg {
  margin-left: -21%;
  margin-bottom: 4vh;
  width: 100%;
}

@media (max-width: 767px) {
  footer .top .left img.bg {
    width: 150% !important;
    margin-left: -20% !important;
  }
}

footer .top .right {
  width: 32%;
  float: left;
}

@media (max-width: 991px) {
  footer .top .right {
    width: 100%;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .top .right {
    width: 48%;
  }
}

footer .top .right h3 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #fff;
  margin-top: 9vh;
}

@media (max-width: 767px) {
  footer .top .right h3 {
    font-size: 4vw;
    line-height: 7vw;
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .top .right h3 {
    font-size: 5vw;
    line-height: 6vw;
  }
}

@media (max-width: 767px) {
  footer .top .right h3 small {
    font-size: 4vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .top .right h3 small {
    font-size: 2.2vw;
    color: #B3A26C;
    font-weight: bold;
  }
}

footer .top .right p {
  color: #5E5E5E;
  font-size: 0.9vw;
  margin-top: 2vw;
  margin-bottom: 4vh;
}

@media (max-width: 767px) {
  footer .top .right p {
    font-size: 3.5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .top .right p {
    font-size: 2vw;
    color: #818181;
  }
}

@media (max-width: 767px) {
  footer .top .right .transparent-btn {
    width: 100%;
    font-size: 4vw;
    text-align: center;
    padding: 13px 27px;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .top .right .transparent-btn {
    font-size: 2.5vw;
    text-align: center;
    padding: 9px 27px;
  }
}

footer .bottom {
  width: 100%;
  padding-top: 6.5vh;
  margin-bottom: 7.5vh;
  float: left;
}

@media (max-width: 991px) {
  footer .bottom {
    width: 90%;
    margin-left: 5%;
    padding-top: 5vh;
    margin-bottom: 5vh;
  }
}

footer .bottom .left {
  float: left;
  width: 50%;
  border-right: 1px solid #1E1E1E;
  padding-bottom: 2vh;
}

@media (max-width: 991px) {
  footer .bottom .left {
    width: 100%;
    border-right: none;
  }
}

footer .bottom .left .contact-box {
  float: left;
  width: 50%;
}

@media (max-width: 991px) {
  footer .bottom .left .contact-box {
    width: 100%;
    margin-bottom: 5vh;
  }
}

footer .bottom .left .contact-box .icon {
  width: 17%;
  float: left;
}

footer .bottom .left .contact-box .data {
  float: left;
  width: 83%;
  color: #fff;
  font-family: "Neutra Text";
  font-weight: 300;
  font-style: normal;
  font-size: .8vw;
}

@media (max-width: 767px) {
  footer .bottom .left .contact-box .data {
    font-size: 4vw;
    line-height: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .bottom .left .contact-box .data {
    font-size: 3vw;
    line-height: 5vw;
  }
}

@media (min-width: 992px) and (max-width: 1024px) and (max-height: 768px) {
  footer .bottom .left .contact-box .data {
    width: 75%;
    margin-left: 8%;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) and (max-height: 900px) {
  footer .bottom .left .contact-box .data {
    font-size: .95vw;
  }
}

@media (min-width: 1281px) and (max-width: 1366px) and (max-height: 900px) {
  footer .bottom .left .contact-box .data {
    font-size: .95vw;
  }
}

@media (min-width: 1367px) and (max-width: 1440px) {
  footer .bottom .left .contact-box .data {
    font-size: .9vw;
  }
}

footer .bottom .left .contact-box .data p, footer .bottom .left .contact-box .data a {
  color: #fff;
  font-family: 'Neutra Text';
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 767px) {
  footer .bottom .left .contact-box .data p, footer .bottom .left .contact-box .data a {
    font-size: 4vw;
    line-height: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .bottom .left .contact-box .data p, footer .bottom .left .contact-box .data a {
    font-size: 3vw;
    line-height: 5vw;
  }
}

footer .bottom .left .contact-box .data span {
  font-family: 'Neutraface 2 Text Book';
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 767px) {
  footer .bottom .left .contact-box .data span {
    font-size: 4vw;
    line-height: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .bottom .left .contact-box .data span {
    font-size: 3vw;
    line-height: 5vw;
  }
}

footer .bottom .left .contact-box .data a:hover {
  text-decoration: none;
  color: #B3A26C;
}

footer .bottom .middle {
  float: left;
  width: 21%;
  border-right: 1px solid #1E1E1E;
}

@media (max-width: 767px) {
  footer .bottom .middle {
    width: 100%;
    border-right: none;
    border-top: 1px solid #1E1E1E;
    border-bottom: 1px solid #1E1E1E;
    padding-top: 3vh;
    margin-bottom: 3vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .bottom .middle {
    width: 100%;
    border-right: none;
    border-top: 1px solid #1E1E1E;
    border-bottom: 1px solid #1E1E1E;
    padding-top: 0;
    margin-bottom: 3vh;
  }
}

footer .bottom .middle p {
  color: #fff;
  font-size: .9vw;
  font-family: 'Neutraface 2 Text Book';
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 991px) {
  footer .bottom .middle p {
    font-size: 4vw;
    line-height: 5vw;
  }
}

footer .bottom .middle ul.socials {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0 12%;
  margin-top: 1vh;
}

@media (max-width: 767px) {
  footer .bottom .middle ul.socials {
    margin-bottom: 5vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .bottom .middle ul.socials {
    margin-bottom: 1vh;
  }
}

footer .bottom .middle ul.socials li {
  float: left;
  margin-right: 18%;
}

@media (max-width: 767px) {
  footer .bottom .middle ul.socials li {
    margin-right: 16%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .bottom .middle ul.socials li {
    margin-right: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) and (max-height: 768px) {
  footer .bottom .middle ul.socials li {
    margin-right: 12%;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) and (max-height: 900px) {
  footer .bottom .middle ul.socials li {
    margin-right: 10%;
  }
}

@media (min-width: 1281px) and (max-width: 1366px) and (max-height: 900px) {
  footer .bottom .middle ul.socials li {
    margin-right: 11%;
  }
}

@media (min-width: 1367px) and (max-width: 1440px) {
  footer .bottom .middle ul.socials li {
    margin-right: 11%;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  footer .bottom .middle ul.socials li {
    margin-right: 14%;
  }
}

footer .bottom .middle ul.socials li:last-child {
  margin-right: 0;
}

@media (min-width: 992px) and (max-width: 1024px) and (max-height: 768px) {
  footer .bottom .middle ul.socials li img {
    height: 20px;
  }
}

footer .bottom .right {
  float: left;
  width: 29%;
}

@media (max-width: 991px) {
  footer .bottom .right {
    width: 100%;
  }
}

footer .bottom .right ul.legal {
  list-style: none;
  padding: 0;
  float: right;
  width: 92%;
}

@media (max-width: 991px) {
  footer .bottom .right ul.legal {
    width: 100%;
  }
}

footer .bottom .right ul.legal li {
  float: left;
  margin-left: 10%;
}

@media (max-width: 991px) {
  footer .bottom .right ul.legal li {
    margin-left: 0;
    margin-right: 5%;
  }
}

footer .bottom .right ul.legal li a {
  color: #fff;
  font-size: 0.8vw;
  text-decoration: underline;
  font-family: 'Neutra Text';
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 767px) {
  footer .bottom .right ul.legal li a {
    font-size: 3.5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .bottom .right ul.legal li a {
    font-size: 2.5vw;
  }
}

footer .bottom .right ul.legal li a:hover {
  color: #B3A26C;
}

footer .bottom .right p {
  color: #fff;
  font-size: 0.8vw;
  padding-left: 17%;
  margin-top: 1vh;
  float: left;
  font-family: 'Neutra Text';
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 767px) {
  footer .bottom .right p {
    font-size: 3.5vw;
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .bottom .right p {
    font-size: 2.5vw;
    padding-left: 0;
  }
}

.confirm-info {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.88);
  padding: 9vw;
}

.confirm-info .close-confirm {
  position: absolute;
  top: 3vw;
  right: 3vw;
}

@media (max-width: 767px) {
  .confirm-info .close-confirm {
    top: 6vw;
    right: 6vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .confirm-info .close-confirm {
    top: 6vw;
    right: 6vw;
  }
}

.confirm-info .close-confirm img {
  width: 2vw;
}

@media (max-width: 767px) {
  .confirm-info .close-confirm img {
    width: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .confirm-info .close-confirm img {
    width: 5vw;
  }
}

.confirm-info img {
  width: 4vw;
  margin-bottom: 1vw;
}

@media (max-width: 767px) {
  .confirm-info img {
    width: 15vw;
    margin-top: 25vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .confirm-info img {
    width: 15vw;
    margin-top: 25vw;
  }
}

.confirm-info h2 {
  font-size: 3vw;
  margin-top: 0;
  color: #ae9d69;
}

@media (max-width: 767px) {
  .confirm-info h2 {
    font-size: 10vw;
    margin-top: 4vw;
    margin-bottom: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .confirm-info h2 {
    font-size: 10vw;
    margin-top: 4vw;
    margin-bottom: 5vw;
  }
}

.confirm-info p {
  width: 40%;
  margin-left: 30%;
  margin-top: 3vw;
}

@media (max-width: 767px) {
  .confirm-info p {
    width: 90%;
    margin-left: 5%;
    font-size: 4vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .confirm-info p {
    width: 90%;
    margin-left: 5%;
    font-size: 4vw;
  }
}
