@charset "UTF-8";
@font-face {
  font-family: "MontserratLight";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
  src: url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratRegular";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratMedium";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratSemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratBold";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Medium.woff2") format("woff2");
  src: url("../fonts/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #000;
  font-family: "MontserratRegular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  scroll-behavior: smooth;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 650px) {
  body {
    font-size: 16px;
  }
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
p {
  margin: 0;
  cursor: default;
}
@media all and (max-width: 650px) {
  p {
    font-size: 16px !important;
    line-height: 1.1em;
  }
}

button {
  cursor: pointer;
}

span,
div {
  cursor: default;
}
@media all and (max-width: 650px) {
  span,
div {
    font-size: 16px !important;
    line-height: 1.1em;
    line-height: 20px !important;
  }
}

ul, li {
  margin: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1em;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 1210px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px;
  margin: 0 auto;
}
@media all and (max-width: 1300px) {
  .container {
    max-width: 1020px;
  }
}
@media all and (max-width: 1050px) {
  .container {
    max-width: 960px;
  }
}
@media all and (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media all and (max-width: 768px) {
  .container {
    max-width: 640px;
  }
}
@media all and (max-width: 650px) {
  .container {
    max-width: 360px;
    padding: 0 5px;
  }
}
@media (max-width: 320px) {
  .container {
    padding: 0 15px;
  }
}

@media all and (max-width: 650px) {
  .block {
    display: block;
  }
}

.tac {
  text-align: center;
}

.section-title {
  color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  font-size: calc(30px + 12 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 42px;
  }
}
@media all and (max-width: 650px) {
  .section-title {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    line-height: 130% !important;
    margin-top: 0;
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .section-title span {
    font-size: 24px !important;
    line-height: 130% !important;
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%, to {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%, to {
    left: 110%;
    margin-left: 80px;
  }
}
.btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-transition: background-image 0.3s;
  -o-transition: background-image 0.3s;
  transition: background-image 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: "MontserratBold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  width: 240px;
  height: 65px;
  border-radius: 91px;
  background: var(--5, #48210F);
}
.btn img {
  width: 13px;
  height: 15px;
}
.btn::after {
  content: "";
  margin-left: 60px;
  width: 15px;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.01)));
  background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.01));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.01));
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.01s;
  position: absolute;
  left: -90px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}
@media all and (max-width: 650px) {
  .btn {
    width: 100% !important;
    height: 50px !important;
    font-size: 14px !important;
  }
}
.btn:hover {
  background: #5a2e19;
}
.btn:active {
  background: #1f0d05;
}

input {
  outline: none;
}

label.error {
  display: none !important;
}

input.error {
  display: block;
  color: red !important;
}
input.error::-webkit-input-placeholder {
  color: red !important;
}
input.error::-moz-placeholder {
  color: red !important;
}
input.error:-ms-input-placeholder {
  color: red !important;
}
input.error::-ms-input-placeholder {
  color: red !important;
}
input.error::placeholder {
  color: red !important;
}

.form-transition input.error {
  background: #fff;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-anim {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.top-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.down-anim {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.down-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.left-anim {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.left-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.right-anim {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.right-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@media all and (max-width: 650px) {
  section .container {
    overflow: visible;
  }
}

.slick-dots li button:before {
  opacity: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 0;
}

.noLink {
  pointer-events: none;
}

.slick-prev:before, .slick-next:before {
  line-height: 1px;
  font-family: inherit;
}

@media all and (max-width: 650px) {
  .mob-row {
    display: block;
  }
}

.slick-dots li button::before {
  font-size: 0 !important;
  opacity: 0 !important;
}
.slick-dots .slick-dots button:hover {
  font-size: 0 !important;
}
.slick-dots .slick-active button {
  background: #ff005b;
}

.form-section-bottom-text {
  text-align: center;
}
@media all and (max-width: 650px) {
  .form-section-bottom-text {
    text-align: center !important;
  }
}

@media all and (max-width: 650px) {
  .form-inputs {
    width: 100%;
  }
}

.form-inner {
  position: relative;
  z-index: 4;
  width: auto;
  margin: 0;
}
@media all and (max-width: 650px) {
  .form-inner {
    width: 100%;
  }
}

.form-title {
  color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 650px) {
  .form-title {
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 15px !important;
    line-height: 130% !important;
    letter-spacing: 0px;
    text-align: center !important;
  }
  .form-title br {
    display: none;
  }
}

.form-subtitle {
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
  font-family: "MontserratRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 650px) {
  .form-subtitle {
    padding-bottom: 0;
    padding-left: 0;
    text-align: center !important;
    margin-bottom: 15px !important;
    text-align: center !important;
  }
}

.form-section-wrap {
  max-width: 748px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin: 0;
  gap: 10px;
  text-align: center;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .form-section-wrap {
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .form-section-wrap {
    gap: 8px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 8px !important;
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .form-section-wrap .btn {
    width: 100% !important;
  }
}

.form-section-row {
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 65px;
  border-radius: 91px;
  border: 1px solid #D7D5CE;
  background: #FFF;
}
@media all and (max-width: 768px) {
  .form-section-row {
    width: 100% !important;
  }
}
@media all and (max-width: 650px) {
  .form-section-row {
    height: 50px !important;
    width: 100%;
  }
}
.form-section-row:focus {
  background: #fff;
}

.form-section-row input {
  width: 100%;
  height: 100%;
  border: none;
  line-height: 100%;
  /* 16px */
  background: transparent;
  color: rgb(87, 74, 64);
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 24px;
}
@media all and (max-width: 650px) {
  .form-section-row input {
    font-size: 16px;
  }
}
.form-section-row input::-webkit-input-placeholder {
  color: rgba(87, 74, 64, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-section-row input::-moz-placeholder {
  color: rgba(87, 74, 64, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-section-row input:-ms-input-placeholder {
  color: rgba(87, 74, 64, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-section-row input::-ms-input-placeholder {
  color: rgba(87, 74, 64, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-section-row input::placeholder {
  color: rgba(87, 74, 64, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 650px) {
  .form-section-row input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-section-row input::-moz-placeholder {
    font-size: 16px;
  }
  .form-section-row input:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-section-row input::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-section-row input::placeholder {
    font-size: 16px;
  }
}

.form-bottom {
  font-size: 16px;
  margin-top: 14px;
}
@media all and (max-width: 650px) {
  .form-bottom {
    text-align: center;
    font-size: 12px !important;
    line-height: 100% !important;
    margin-top: 15px;
    text-align: center !important;
  }
}
.form-bottom a {
  text-decoration: underline;
}
@media all and (max-width: 650px) {
  .form-bottom a {
    font-size: 12px !important;
    line-height: 100% !important;
    display: block;
    margin-top: 8px;
  }
}
.form-bottom a:hover {
  text-decoration: underline;
}

.overflow-inner {
  overflow: hidden;
}

.slick-dots {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: start;
  bottom: -56px;
}
@media all and (max-width: 768px) {
  .slick-dots {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .slick-dots {
    bottom: -30px;
  }
}
.slick-dots li {
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
}
.slick-dots li button {
  background: grey;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  height: 10px;
}
.slick-dots li.slick-active button {
  background: #48210F;
  height: 100%;
}

.form-section-row.tell.validate {
  display: block;
  border: 1px solid red;
}
.form-section-row.tell.validate input {
  color: red !important;
}
.form-section-row.tell.validate input::-webkit-input-placeholder {
  color: red !important;
}
.form-section-row.tell.validate input::-moz-placeholder {
  color: red !important;
}
.form-section-row.tell.validate input:-ms-input-placeholder {
  color: red !important;
}
.form-section-row.tell.validate input::-ms-input-placeholder {
  color: red !important;
}
.form-section-row.tell.validate input::placeholder {
  color: red !important;
}

.form-info__bottom {
  display: none;
  font-size: 12px;
  color: #000;
  text-align: start;
  margin-top: 10px;
  color: red;
}
.form-info__bottom.error {
  display: block;
}
@media all and (max-width: 650px) {
  .form-info__bottom {
    text-align: center;
    font-size: 12px !important;
    line-height: 100% !important;
  }
}

.label {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}
.form-allert {
  position: relative;
  display: inline-block;
  z-index: 1;
  pointer-events: none;
  margin-right: 5px;
}
@media all and (max-width: 650px) {
  .form-allert {
    font-size: 12px !important;
    line-height: 100% !important;
  }
}
.form-allert::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: red;
  border: 1px solid #fff;
  width: calc(100% + 35px);
  border-radius: 4px;
  height: 130%;
  z-index: -2;
  display: none;
}
@media all and (max-width: 650px) {
  .form-allert::after {
    height: 25px;
  }
}
.form-allert::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: shadow-pulse 1s infinite;
  animation: shadow-pulse 1s infinite;
  border-radius: 5px;
  width: calc(100% + 35px);
  height: 120%;
  z-index: -2;
  display: none;
}
@media all and (max-width: 650px) {
  .form-allert::before {
    height: 30px;
  }
}
.form-allert.error {
  margin-right: 10px;
  color: #fff;
}
.form-allert.error::before {
  display: block;
}
.form-allert.error::after {
  display: block;
}

.form-bottom.error [type=checkbox]:not(:checked) + label:before,
.form-bottom.error [type=checkbox]:checked + label:before {
  border: 1px solid #fff;
}

label {
  position: relative;
  z-index: 2;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  line-height: 1.7;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  background: transparent;
  border-radius: 0.2em;
  -webkit-transition: all 0.275s;
  -o-transition: all 0.275s;
  transition: all 0.275s;
  z-index: 2;
}

[type=checkbox]:checked + label:before {
  background: #07f;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "✓";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  font-size: 14px;
  color: #fff;
  line-height: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

/* Disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type=checkbox]:disabled:checked + label:after {
  color: #777;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* Accessibility */
.walk {
  position: static;
  background: #E07B45;
  position: absolute;
  left: -40px;
  top: 20px;
  z-index: 2;
}
.walk img {
  height: 44px;
}
@media all and (max-width: 650px) {
  .walk img {
    height: 15px;
  }
}

.js-marquee {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 650px) {
  .js-marquee {
    padding: 10px 0;
  }
}

.top1 {
  -webkit-transform: rotate(6.002deg);
  -ms-transform: rotate(6.002deg);
  transform: rotate(6.002deg);
  position: relative;
  z-index: 2;
}

.top2 {
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(-6.002deg);
  -ms-transform: rotate(-6.002deg);
  transform: rotate(-6.002deg);
}

.subtitle {
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
  text-align: center;
  font-family: "MontserratRegular", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 1300px) {
  .subtitle {
    font-size: 24px;
  }
}
@media all and (max-width: 1050px) {
  .subtitle {
    font-size: 22px;
  }
}
@media all and (max-width: 992px) {
  .subtitle {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .subtitle {
    font-size: 18px;
  }
}

@media all and (max-width: 650px) {
  .wrap-slider.overflow .slick-list {
    overflow: visible;
  }
}

br.mob-br {
  display: none;
}
@media all and (max-width: 650px) {
  br.mob-br {
    display: block !important;
  }
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.preload__box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
}

.preload__box .flex {
  width: 100%;
  height: 100%;
}

#floatingCirclesG {
  position: relative;
  width: 112px;
  height: 112px;
  margin: auto;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
}

.f_circleG {
  position: absolute;
  background-color: rgb(255, 255, 255);
  height: 20px;
  width: 20px;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 0.992s;
  -o-animation-duration: 0.992s;
  -ms-animation-duration: 0.992s;
  -webkit-animation-duration: 0.992s;
  -moz-animation-duration: 0.992s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#frotateG_01 {
  left: 0;
  top: 45px;
  animation-delay: 0.3695s;
  -o-animation-delay: 0.3695s;
  -ms-animation-delay: 0.3695s;
  -webkit-animation-delay: 0.3695s;
  -moz-animation-delay: 0.3695s;
}

#frotateG_02 {
  left: 13px;
  top: 13px;
  animation-delay: 0.496s;
  -o-animation-delay: 0.496s;
  -ms-animation-delay: 0.496s;
  -webkit-animation-delay: 0.496s;
  -moz-animation-delay: 0.496s;
}

#frotateG_03 {
  left: 45px;
  top: 0;
  animation-delay: 0.6125s;
  -o-animation-delay: 0.6125s;
  -ms-animation-delay: 0.6125s;
  -webkit-animation-delay: 0.6125s;
  -moz-animation-delay: 0.6125s;
}

#frotateG_04 {
  right: 13px;
  top: 13px;
  animation-delay: 0.739s;
  -o-animation-delay: 0.739s;
  -ms-animation-delay: 0.739s;
  -webkit-animation-delay: 0.739s;
  -moz-animation-delay: 0.739s;
}

#frotateG_05 {
  right: 0;
  top: 45px;
  animation-delay: 0.8655s;
  -o-animation-delay: 0.8655s;
  -ms-animation-delay: 0.8655s;
  -webkit-animation-delay: 0.8655s;
  -moz-animation-delay: 0.8655s;
}

#frotateG_06 {
  right: 13px;
  bottom: 13px;
  animation-delay: 0.992s;
  -o-animation-delay: 0.992s;
  -ms-animation-delay: 0.992s;
  -webkit-animation-delay: 0.992s;
  -moz-animation-delay: 0.992s;
}

#frotateG_07 {
  left: 45px;
  bottom: 0;
  animation-delay: 1.1085s;
  -o-animation-delay: 1.1085s;
  -ms-animation-delay: 1.1085s;
  -webkit-animation-delay: 1.1085s;
  -moz-animation-delay: 1.1085s;
}

#frotateG_08 {
  left: 13px;
  bottom: 13px;
  animation-delay: 1.235s;
  -o-animation-delay: 1.235s;
  -ms-animation-delay: 1.235s;
  -webkit-animation-delay: 1.235s;
  -moz-animation-delay: 1.235s;
}

@-webkit-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.99);
  }
}

@keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.99);
  }
}
.form-section-inner {
  position: relative;
}

.preload__box .flex.align-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes phase {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes phase {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  25% {
    -webkit-transform: rotateX(30deg);
    transform: rotateX(30deg);
  }
  50% {
    -webkit-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }
  75% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
  }
  100% {
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}
@keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  25% {
    -webkit-transform: rotateX(30deg);
    transform: rotateX(30deg);
  }
  50% {
    -webkit-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }
  75% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
  }
  100% {
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}
@-webkit-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }
  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}
@keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }
  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  100% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  100% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
}
.widjet {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  padding: 45px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 650px) {
  .widjet {
    height: auto;
    z-index: 2;
    padding: 10px 0;
  }
}
@media all and (max-width: 650px) {
  .widjet .container {
    max-width: 360px;
  }
}
.widjet .header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .widjet .header-inner {
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
@media all and (max-width: 650px) {
  .widjet .header-inner {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.widjet .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media all and (max-width: 650px) {
  .widjet .header-left {
    gap: 20px;
  }
}
.widjet .logo {
  width: 135px;
}
@media all and (max-width: 992px) {
  .widjet .logo {
    width: 90px;
  }
}
@media all and (max-width: 650px) {
  .widjet .logo {
    width: 70px;
  }
}
.widjet .header-info {
  color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media all and (max-width: 650px) {
  .widjet .header-info {
    font-size: 14px !important;
  }
  .widjet .header-info br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .widjet .header-pnone {
    font-size: 14px;
  }
}
.widjet .header-pnone:hover {
  text-decoration: underline;
}
.widjet .header-call {
  color: #FFF;
  text-align: center;
  font-family: "MontserratMedium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  width: 189px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 91px;
  background: var(--5, #48210F);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widjet .header-call:hover {
  background: #5a2e19;
}
.widjet .header-call:active {
  background: #1f0d05;
}
@media all and (max-width: 650px) {
  .widjet .header-call {
    width: 135px;
    height: 35px;
    font-size: 13px !important;
  }
}
.widjet .descp {
  font-size: 12px !important;
  padding: 3px 0;
  background: var(--5, #48210F);
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  display: none;
}
@media all and (max-width: 650px) {
  .widjet .descp {
    display: block;
  }
}

.offer {
  background: var(--1, #F0EAE0);
}
.offer .offer-wrap {
  position: relative;
  z-index: 1;
}
.offer .offer-wrap::after {
  content: "";
  position: absolute;
  left: -430px;
  bottom: 190px;
  background-image: url(../img/offer/left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 301.425px;
  height: 350.412px;
  z-index: -1;
}
@media all and (max-width: 650px) {
  .offer .offer-wrap::after {
    width: 100px;
    height: 100px;
    left: -50px;
  }
}
.offer .offer-img {
  position: absolute;
}
.offer .offer-image1 {
  width: 228.773px;
  height: 187.559px;
  right: -28px;
  top: 33px;
}
@media all and (max-width: 650px) {
  .offer .offer-image1 {
    width: 120px;
    height: 120px;
    top: 150px;
  }
}
.offer .offer-image2 {
  width: 226.142px;
  height: 141.992px;
  right: -120px;
  top: 194px;
}
@media all and (max-width: 650px) {
  .offer .offer-image2 {
    width: 120px;
    height: 120px;
    top: 350px;
    right: -50px;
  }
}
.offer .offer-image3 {
  width: 171px;
  height: 169px;
  right: -190px;
  top: 450px;
}
@media all and (max-width: 650px) {
  .offer .offer-image3 {
    width: 120px;
    height: 120px;
    top: 500px;
    right: -40px;
  }
}
.offer .offer-img__inner {
  position: relative;
}
.offer .offer-inner {
  padding: 264px 0 206px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .offer .offer-inner {
    padding: 236px 0 125px;
  }
}
@media all and (max-width: 992px) {
  .offer .offer-inner {
    padding: 180px 0 125px;
  }
}
.offer .offer-inner::after {
  content: "";
  position: absolute;
  right: -273px;
  bottom: -54px;
  background-image: url(../img/offer/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1040.839px;
  height: 1033.346px;
  z-index: -1;
}
@media all and (max-width: 1300px) {
  .offer .offer-inner::after {
    width: 800px;
    height: 800px;
  }
}
@media all and (max-width: 992px) {
  .offer .offer-inner::after {
    width: 500px;
    height: 500px;
    bottom: 200px;
    right: -100px;
  }
}
@media all and (max-width: 768px) {
  .offer .offer-inner::after {
    width: 350px;
    height: 350px;
    bottom: 250px;
    right: -50px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-inner::after {
    bottom: -50px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.offer .offer-inner::before {
  content: "";
  position: absolute;
  left: 260px;
  bottom: 142px;
  background-image: url(../img/offer/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 78.761px;
  height: 45.922px;
  z-index: -1;
}
@media all and (max-width: 1300px) {
  .offer .offer-inner::before {
    bottom: 50px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-inner::before {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-inner {
    padding: 115px 0 315px 0;
  }
}
.offer .section-title {
  color: var(--5, #48210F);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 64px;
  line-height: normal;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  margin-bottom: 8px;
  -webkit-transform: translateZ(-1px);
  transform: translateZ(-1px);
}
@media all and (max-width: 1300px) {
  .offer .section-title {
    font-size: 40px;
  }
}
@media all and (max-width: 768px) {
  .offer .section-title {
    font-size: 30px;
  }
}
@media all and (max-width: 650px) {
  .offer .section-title {
    text-align: start;
    font-size: 30px !important;
  }
}
.offer .section-title span {
  color: var(--3, #E07B45);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--3, #E07B45);
  font-size: 80px;
  line-height: normal;
}
@media all and (max-width: 1300px) {
  .offer .section-title span {
    font-size: 50px;
  }
}
@media all and (max-width: 768px) {
  .offer .section-title span {
    font-size: 40px;
  }
}
@media all and (max-width: 650px) {
  .offer .section-title span {
    font-size: 30px !important;
  }
}
.offer .offer-info {
  color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
  margin-bottom: 31px;
}
@media all and (max-width: 1300px) {
  .offer .offer-info {
    font-size: 26px;
  }
}
@media all and (max-width: 992px) {
  .offer .offer-info {
    font-size: 22px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-info {
    margin-bottom: 20px;
    font-size: 20px !important;
    line-height: 120% !important;
  }
}
.offer .offer-subtitle {
  color: var(--5, #48210F);
  font-family: "MontserratMedium", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}
@media all and (max-width: 992px) {
  .offer .offer-subtitle {
    font-size: 18px;
  }
}
.offer .name {
  color: var(--3, #E07B45);
  font-family: "GothamPro", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.1px;
  margin-bottom: 90px;
}
@media all and (max-width: 992px) {
  .offer .name {
    font-size: 28px;
  }
}
@media all and (max-width: 650px) {
  .offer .name {
    margin-bottom: 20px;
    font-size: 24px !important;
  }
}
.offer .offer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media all and (max-width: 650px) {
  .offer .offer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.offer .btn {
  max-width: 280px;
  width: 100%;
}
.offer .offer-bottom__text {
  color: var(--5, #48210F);
  font-family: "MontserratMedium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.second {
  background: #fff;
  position: relative;
}
.second .second-inner {
  padding: 309px 0 79px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 992px) {
  .second .second-inner {
    padding: 200px 0 79px;
  }
}
.second .second-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #F0EAE0;
  width: 400px;
  height: 34px;
  z-index: -1;
}
.second .second-inner::after {
  content: "";
  position: absolute;
  right: 46px;
  bottom: 536px;
  background-image: url(../img/second/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 69px;
  height: 119px;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .second .second-inner::after {
    width: 45px;
    height: 80px;
  }
}
@media all and (max-width: 1050px) {
  .second .second-inner::after {
    width: 35px;
    height: 60px;
    bottom: 450px;
    right: -20px;
  }
}
@media all and (max-width: 650px) {
  .second .second-inner::after {
    width: 30px;
    height: 50px;
    bottom: 500px;
    right: 0;
  }
}
@media all and (max-width: 650px) {
  .second .second-inner {
    padding: 95px 0 35px 0;
  }
}
.second .second-line {
  position: absolute;
  bottom: 0;
  left: -450px;
}
@media all and (max-width: 650px) {
  .second .second-line {
    display: none;
  }
}
.second .section-title {
  margin-bottom: 20px;
  text-align: center;
}
@media all and (max-width: 650px) {
  .second .section-title {
    text-align: start;
  }
}
.second .subtitle {
  margin-bottom: 71px;
}
@media all and (max-width: 768px) {
  .second .subtitle br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .second .subtitle {
    margin-bottom: 20px;
    text-align: start;
  }
}
.second .second-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
  padding: 0 28px;
}
@media all and (max-width: 1300px) {
  .second .second-list {
    padding: 0;
  }
}
@media all and (max-width: 650px) {
  .second .second-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.second .second-item {
  width: 480px;
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}
.second .second-item._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media all and (max-width: 650px) {
  .second .second-item {
    width: 100%;
  }
}
.second .second-item__title {
  color: var(--5, #48210F);
  text-align: center;
  font-family: "GothamPro", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 1300px) {
  .second .second-item__title {
    font-size: 50px;
  }
}
@media all and (max-width: 1050px) {
  .second .second-item__title {
    font-size: 40px;
  }
}
@media all and (max-width: 768px) {
  .second .second-item__title {
    font-size: 30px;
  }
}
@media all and (max-width: 650px) {
  .second .second-item__title {
    font-size: 20px !important;
    line-height: 120% !important;
  }
}
.second .second-item__title span {
  color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 1300px) {
  .second .second-item__title span {
    font-size: 80px;
  }
}
@media all and (max-width: 1050px) {
  .second .second-item__title span {
    font-size: 60px;
  }
}
@media all and (max-width: 768px) {
  .second .second-item__title span {
    font-size: 40px;
  }
}
@media all and (max-width: 650px) {
  .second .second-item__title span {
    font-size: 26px !important;
    line-height: 120% !important;
  }
}
.second .second-item__subtitle {
  color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}
@media all and (max-width: 1300px) {
  .second .second-item__subtitle {
    font-size: 30px;
  }
}
@media all and (max-width: 1050px) {
  .second .second-item__subtitle {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .second .second-item__subtitle {
    font-size: 18px;
  }
}
@media all and (max-width: 650px) {
  .second .second-item__subtitle {
    font-size: 20px !important;
    line-height: 120% !important;
  }
}
.second .second-item__text {
  color: #000;
  text-align: center;
}
@media all and (max-width: 768px) {
  .second .second-item__text {
    font-size: 16px;
  }
}
.second .second-bottom {
  padding: 0 80px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 1300px) {
  .second .second-bottom {
    padding: 0;
  }
}
@media all and (max-width: 650px) {
  .second .second-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.second .second__text {
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
  font-family: "MontserratRegular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media all and (max-width: 1050px) {
  .second .second__text {
    font-size: 18px;
    max-width: 400px;
    width: 100%;
  }
  .second .second__text br {
    display: none;
  }
}
.second .second-img {
  border-radius: 20px;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
  position: relative;
}
@media all and (max-width: 1050px) {
  .second .second-img {
    max-width: 400px;
  }
}

.third {
  background-image: url(../img/third/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.third .third-anim {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}
.third .third-anim._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.third .third-anim img {
  -o-object-fit: contain;
  object-fit: contain;
}
.third .right-third {
  width: 288.425px;
  height: 281.655px;
  right: -150px;
  bottom: 178px;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .third .right-third {
    width: 200px;
  }
}
@media all and (max-width: 650px) {
  .third .right-third {
    width: 110px;
    right: -70px;
  }
}
.third .left-third {
  width: 232.589px;
  height: 303.279px;
  left: -260px;
  bottom: 55px;
}
@media all and (max-width: 650px) {
  .third .left-third {
    width: 80px;
    left: -70px;
    bottom: 20px;
  }
}
.third .third-inner {
  padding: 150px 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .third .third-inner {
    padding: 120px 0;
  }
}
@media all and (max-width: 992px) {
  .third .third-inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 768px) {
  .third .third-inner {
    padding: 60px 0;
  }
}
@media all and (max-width: 650px) {
  .third .third-inner {
    padding: 35px 0;
  }
}
.third .section-title {
  margin-bottom: 66px;
}
@media all and (max-width: 650px) {
  .third .section-title {
    text-align: start;
    font-size: 20px !important;
  }
  .third .section-title br {
    display: none;
  }
}
.third .third-list {
  padding: 60px 100px 60px 0;
  border-radius: 0px 20px 20px 0px;
  background: var(--3, #E07B45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 38px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .third .third-list {
    padding: 50px 50px 50px 0;
  }
}
@media all and (max-width: 650px) {
  .third .third-list {
    padding: 20px 20px 20px 0;
    row-gap: 10px;
    margin-bottom: 20px;
  }
}
.third .third-list::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px 20px 20px 0px;
  background: var(--3, #E07B45);
  width: 2000%;
  height: 100%;
  z-index: -1;
}
.third .third-item {
  width: 280px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.third .third-item._active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media all and (max-width: 1300px) {
  .third .third-item {
    width: 31%;
  }
}
@media all and (max-width: 768px) {
  .third .third-item {
    width: 45%;
  }
}
@media all and (max-width: 650px) {
  .third .third-item {
    width: 100%;
    margin: 0 10px;
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4941176471);
  }
}
.third .third-item:nth-child(1), .third .third-item:nth-child(2), .third .third-item:nth-child(3) {
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2745098039);
}
@media all and (max-width: 768px) {
  .third .third-item:nth-child(1), .third .third-item:nth-child(2), .third .third-item:nth-child(3) {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media all and (max-width: 650px) {
  .third .third-item:nth-child(1), .third .third-item:nth-child(2), .third .third-item:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4941176471);
    padding-bottom: 10px;
  }
}
.third .third-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.third .third-item__title {
  color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
}
@media all and (max-width: 1300px) {
  .third .third-item__title {
    font-size: 38px;
  }
}
@media all and (max-width: 992px) {
  .third .third-item__title {
    font-size: 28px;
  }
}
@media all and (max-width: 650px) {
  .third .third-item__title {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.third .third-item__title span {
  color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 1300px) {
  .third .third-item__title span {
    font-size: 20px;
  }
}
@media all and (max-width: 992px) {
  .third .third-item__title span {
    font-size: 18px;
  }
}
.third .third-item__title span.size {
  font-size: 36px;
}
.third .third-item__text {
  color: #FFF;
  font-family: "GothamPro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 992px) {
  .third .third-item__text {
    font-size: 16px;
  }
}
.third .form-title {
  margin-bottom: 39px;
}
.third .form-subtitle {
  margin-bottom: 20px;
}
.third .form-inner {
  max-width: 748px;
  width: 100%;
}
.third .form-section-wrap {
  max-width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.third .row {
  width: 33%;
}
.third [type=checkbox]:not(:checked) + label:before,
.third [type=checkbox]:checked + label:before {
  border: 1px solid #000;
}

.four {
  background-image: url(../img/four/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.four .four-inim img {
  -o-object-fit: contain;
  object-fit: contain;
}
.four .four1 {
  width: 432px;
  height: 296px;
  position: absolute;
  right: -93px;
  bottom: 40px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}
@media all and (max-width: 1300px) {
  .four .four1 {
    width: 270px;
    bottom: 0;
  }
}
@media all and (max-width: 992px) {
  .four .four1 {
    height: 150px;
  }
}
@media all and (max-width: 768px) {
  .four .four1 {
    display: none;
  }
}
.four .four1._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.four .four2 {
  width: 404.314px;
  height: 283.443px;
  right: -80px;
  bottom: 94px;
  position: absolute;
  z-index: -2;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}
.four .four2._active {
  opacity: 1;
}
@media all and (max-width: 1300px) {
  .four .four2 {
    width: 240px;
    height: 220px;
  }
}
@media all and (max-width: 992px) {
  .four .four2 {
    height: 140px;
    bottom: 40px;
  }
}
@media all and (max-width: 768px) {
  .four .four2 {
    display: none;
  }
}
.four .four-inner {
  padding: 142px 0 111px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .four .four-inner {
    padding: 100px 0;
  }
}
@media all and (max-width: 992px) {
  .four .four-inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 768px) {
  .four .four-inner {
    padding: 60px 0;
  }
}
.four .four-inner::after {
  content: "";
  position: absolute;
  right: -53px;
  bottom: 454px;
  background-image: url(../img/four/right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 247.112px;
  height: 304.559px;
  z-index: -1;
  -webkit-animation: swing 6s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 6s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media all and (max-width: 1300px) {
  .four .four-inner::after {
    width: 200px;
    height: 300px;
    bottom: 300px;
  }
}
@media all and (max-width: 768px) {
  .four .four-inner::after {
    display: none;
  }
}
.four .four-inner::before {
  content: "";
  position: absolute;
  right: -93px;
  bottom: 40px;
  background-image: url(../img/four/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 432px;
  height: 335px;
  z-index: -1;
  display: none;
}
@media all and (max-width: 1300px) {
  .four .four-inner::before {
    width: 300px;
    height: 200px;
  }
}
@media all and (max-width: 992px) {
  .four .four-inner::before {
    width: 250px;
    height: 150px;
  }
}
@media all and (max-width: 768px) {
  .four .four-inner::before {
    bottom: 300px;
  }
}
@media all and (max-width: 650px) {
  .four .four-inner::before {
    width: 400px;
    height: 300px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    display: block;
  }
}
@media all and (max-width: 650px) {
  .four .four-inner {
    padding: 35px 0 300px;
  }
}
.four .four-content {
  margin-bottom: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media all and (max-width: 768px) {
  .four .four-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 650px) {
  .four .four-content {
    margin-bottom: 20px;
  }
}
.four .column {
  width: 450px;
}
@media all and (max-width: 1300px) {
  .four .column {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .four .column {
    width: 100%;
  }
}
.four .column:nth-child(1) .four-item:nth-child(1) {
  border-radius: 20px;
  border: 1px solid #AEAEAE;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.four .column:nth-child(1) .four-item:nth-child(2) {
  border-radius: 20px;
  background: var(--3, #E07B45);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-bottom: 52px;
}
.four .column:nth-child(2) {
  width: 580px;
}
@media all and (max-width: 1300px) {
  .four .column:nth-child(2) {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .four .column:nth-child(2) {
    width: 100%;
  }
}
.four .column:nth-child(2) .four-item:nth-child(1) {
  border-radius: 20px;
  background: var(--4, #A0B47C);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.four .column:nth-child(2) .four-item:nth-child(2) {
  border-radius: 20px;
  background: var(--2, #F1C07B);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.four .four-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.four .four-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 450px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .four .four-list {
    max-width: 100%;
  }
}
.four .four-item {
  border-radius: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.four .four-item._active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.four .four-item.images {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.four .four-item:not(.images) {
  min-height: 160px;
  padding: 20px;
  border: 1px solid #AEAEAE;
}
.four .four-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.four .four-item__title {
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
  font-family: "MontserratBold", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.four .four-item__text {
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
  font-family: "MontserratRegular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 19.5px */
}
@media all and (max-width: 650px) {
  .four .four-item__text br {
    display: none;
  }
}
.four .section-title {
  margin-bottom: 4px;
}
@media all and (max-width: 1300px) {
  .four .section-title br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .four .section-title {
    text-align: start;
    margin-bottom: 5px !important;
    font-size: 20px !important;
  }
}
.four .four-subtitle {
  color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
@media all and (max-width: 650px) {
  .four .four-subtitle {
    margin-bottom: 20px;
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.four .four-info {
  color: #000;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 53px;
}
@media all and (max-width: 1300px) {
  .four .four-info br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .four .four-info {
    margin-bottom: 20px;
  }
}
.four .four-info span {
  color: #000;
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.four .four-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media all and (max-width: 768px) {
  .four .four-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media all and (max-width: 650px) {
  .four .four-bottom {
    gap: 0;
  }
}
.four .form-inner {
  max-width: 380px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .four .form-inner {
    max-width: 100%;
  }
}
.four .form-section-wrap {
  max-width: 100%;
}
.four textarea {
  border-radius: 20px;
  border: 1px solid var(--5, #48210F);
  background: var(--1, #F0EAE0);
  width: 100%;
  height: 115px;
  padding-top: 20px;
  resize: none;
  outline: none;
  color: rgb(87, 74, 64);
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 24px;
}
@media all and (max-width: 650px) {
  .four textarea {
    font-size: 16px;
  }
}
.four textarea::-webkit-input-placeholder {
  color: rgba(87, 74, 64, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.four textarea::-moz-placeholder {
  color: rgba(87, 74, 64, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.four textarea:-ms-input-placeholder {
  color: rgba(87, 74, 64, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.four textarea::-ms-input-placeholder {
  color: rgba(87, 74, 64, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.four textarea::placeholder {
  color: rgba(87, 74, 64, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 650px) {
  .four textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .four textarea::-moz-placeholder {
    font-size: 16px;
  }
  .four textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .four textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .four textarea::placeholder {
    font-size: 16px;
  }
}
.four .btn {
  width: 100%;
}
.four .right {
  margin-top: 20px;
}
@media all and (max-width: 992px) {
  .four .right {
    margin-top: 0;
  }
}
.four .form-title {
  font-size: 28px;
  margin-bottom: 14px;
}
.four .form-subtitle {
  color: #393939;
}
.four [type=checkbox]:not(:checked) + label:before,
.four [type=checkbox]:checked + label:before {
  border: 1px solid #000;
}

.five {
  position: relative;
  background-image: url(../img/five/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.five .five-anim {
  position: absolute;
  width: 148.584px;
  height: 225.458px;
  right: 115px;
  top: 38px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.five .five-anim._active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media all and (max-width: 992px) {
  .five .five-anim {
    width: 120px;
  }
}
@media all and (max-width: 768px) {
  .five .five-anim {
    width: 100px;
    right: 0;
  }
}
@media all and (max-width: 650px) {
  .five .five-anim {
    width: 80px;
    right: -50px;
  }
}
.five .five-anim img {
  -o-object-fit: contain;
  object-fit: contain;
}
.five .five-inner {
  padding: 150px 0 197px 0;
  position: relative;
}
@media all and (max-width: 1300px) {
  .five .five-inner {
    padding: 120px 0 120px;
  }
}
@media all and (max-width: 650px) {
  .five .five-inner {
    padding: 35px 0;
  }
}
.five .section-title {
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(100px);
  transform: translate3d(100px);
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.five .section-title._active {
  opacity: 1;
  -webkit-transform: translate3d(0);
  transform: translate3d(0);
}
@media all and (max-width: 650px) {
  .five .section-title {
    font-size: 20px !important;
  }
}
.five .five-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
  -webkit-perspective: 1;
  perspective: 1;
}
@media all and (max-width: 992px) {
  .five .five-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (max-width: 650px) {
  .five .five-list {
    margin-bottom: 20px;
  }
}
.five .five-item {
  width: 380px;
  padding: 50px 40px 50px 50px;
  border-radius: 20px;
  background: var(--2, #F1C07B);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.5s;
  transition: opacity 0.1s, -webkit-transform 0.5s;
  -o-transition: opacity 0.1s, transform 0.5s;
  transition: opacity 0.1s, transform 0.5s;
  transition: opacity 0.1s, transform 0.5s, -webkit-transform 0.5s;
}
.five .five-item._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.five .five-item:nth-child(2) {
  background: var(--3, #E07B45);
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
@media all and (max-width: 650px) {
  .five .five-item:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
  }
}
.five .five-item:nth-child(3) {
  background: var(--4, #A0B47C);
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
@media all and (max-width: 650px) {
  .five .five-item:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
  }
}
@media all and (max-width: 1300px) {
  .five .five-item {
    padding: 30px 20px;
  }
}
@media all and (max-width: 992px) {
  .five .five-item {
    width: 47%;
  }
}
@media all and (max-width: 650px) {
  .five .five-item {
    width: 100%;
    padding: 20px;
  }
}
.five .five-item__title {
  color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 19px;
}
@media all and (max-width: 1300px) {
  .five .five-item__title {
    font-size: 34px;
  }
}
@media all and (max-width: 992px) {
  .five .five-item__title {
    font-size: 28px;
  }
}
@media all and (max-width: 650px) {
  .five .five-item__title {
    font-size: 22px !important;
    line-height: 100% !important;
  }
}
.five .five-item__subtitle {
  color: #FFF;
  font-family: "MontserratBold", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  margin-bottom: 19px;
  border-bottom: 1px dashed #F0EAE0;
  margin-top: auto;
}
@media all and (max-width: 1300px) {
  .five .five-item__subtitle {
    font-size: 20px;
  }
}
@media all and (max-width: 1050px) {
  .five .five-item__subtitle {
    font-size: 18px;
  }
}
@media all and (max-width: 992px) {
  .five .five-item__subtitle {
    font-size: 16px;
  }
}
.five .five-item__text {
  color: #FFF;
  font-family: "MontserratRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
@media all and (max-width: 650px) {
  .five .five-item__text {
    margin-bottom: 20px;
  }
}
.five .btn {
  width: 100%;
}
.five .five-wrap {
  position: relative;
}
.five .five-wrap::after {
  content: "";
  position: absolute;
  left: -2000px;
  top: 0;
  background: #fff;
  width: 2000px;
  height: 100%;
  z-index: 1;
}
.five .five-slide {
  margin: 0 9px;
  border-radius: 20px;
  overflow: hidden;
}
.five .slick-prev, .five .slick-next {
  width: 60px;
  height: 24px;
  z-index: 10;
  top: auto;
  bottom: -80px;
}
.five .slick-prev:hover rect, .five .slick-next:hover rect {
  fill: #F1C07B;
}
.five .slick-prev:hover path, .five .slick-next:hover path {
  fill: #fff;
}
.five .slick-prev:before, .five .slick-next:before {
  display: none;
}
.five .slick-prev {
  left: 0;
}
.five .slick-next {
  right: auto;
  left: 80px;
}
.five .slick-list {
  overflow: visible;
}
@media all and (max-width: 650px) {
  .five .slick-list {
    overflow: hidden;
  }
}

.six {
  position: relative;
  background-image: url(../img/six/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.six .six-anim {
  position: absolute;
  width: 276.424px;
  height: 279.116px;
  right: -140px;
  top: 170px;
}
@media all and (max-width: 992px) {
  .six .six-anim {
    width: 120px;
    right: -50px;
  }
}
@media all and (max-width: 650px) {
  .six .six-anim {
    width: 60px;
    top: 120px;
  }
}
.six .six-anim img {
  -o-object-fit: contain;
  object-fit: contain;
}
.six .six-anim2 {
  position: absolute;
  width: 281.869px;
  height: 280.116px;
  left: -82px;
  bottom: -1698px;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
  opacity: 0;
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}
.six .six-anim2._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media all and (max-width: 1300px) {
  .six .six-anim2 {
    bottom: -1500px;
  }
}
@media all and (max-width: 1050px) {
  .six .six-anim2 {
    bottom: -1400px;
  }
}
@media all and (max-width: 992px) {
  .six .six-anim2 {
    bottom: -1300px;
  }
}
@media all and (max-width: 992px) {
  .six .six-anim2 {
    width: 180px;
  }
}
@media all and (max-width: 650px) {
  .six .six-anim2 {
    width: 100px;
    bottom: -1600px;
  }
}
.six .six-anim2 img {
  -o-object-fit: contain;
  object-fit: contain;
}
.six .six-inner {
  padding: 150px 0 290px;
  position: relative;
}
@media all and (max-width: 1300px) {
  .six .six-inner {
    padding: 120px 0 250px;
  }
}
@media all and (max-width: 1050px) {
  .six .six-inner {
    padding: 100px 0 200px;
  }
}
@media all and (max-width: 992px) {
  .six .six-inner {
    padding: 80px 0 150px;
  }
}
.six .six-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 607px;
  background-image: url(../img/six/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 760px;
  height: 910px;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .six .six-inner::before {
    width: 550px;
    height: 750px;
  }
}
@media all and (max-width: 1050px) {
  .six .six-inner::before {
    width: 500px;
    height: 700px;
    bottom: 520px;
  }
}
@media all and (max-width: 992px) {
  .six .six-inner::before {
    width: 320px;
    height: 420px;
  }
}
@media all and (max-width: 768px) {
  .six .six-inner::before {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .six .six-inner {
    padding: 35px 0 270px;
  }
}
.six .section-title {
  margin-bottom: 30px;
  text-align: center;
}
@media all and (max-width: 650px) {
  .six .section-title {
    font-size: 18px !important;
  }
  .six .section-title br {
    display: none;
  }
}
.six .subtitle {
  text-align: center;
  margin-bottom: 262px;
  font-family: "GothamPro", sans-serif;
  color: var(--5, #48210F);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media all and (max-width: 1300px) {
  .six .subtitle {
    margin-bottom: 200px;
  }
}
@media all and (max-width: 992px) {
  .six .subtitle {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 768px) {
  .six .subtitle {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 650px) {
  .six .subtitle {
    margin-bottom: 20px;
    font-size: 14px !important;
  }
}
.six .six-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 158px;
}
@media all and (max-width: 1300px) {
  .six .six-list {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 1050px) {
  .six .six-list {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 992px) {
  .six .six-list {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 650px) {
  .six .six-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.six .six-column {
  max-width: 380px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 768px) {
  .six .six-column {
    max-width: 47%;
  }
}
@media all and (max-width: 650px) {
  .six .six-column {
    max-width: 100%;
    row-gap: 10px;
  }
}
.six .six-column:nth-child(1) .six-item:nth-child(1) {
  margin-bottom: 62px;
  width: 255px;
  margin-left: 38px;
}
@media all and (max-width: 992px) {
  .six .six-column:nth-child(1) .six-item:nth-child(1) {
    margin-left: 0;
  }
}
.six .six-column:nth-child(1) .six-item:nth-child(2) {
  margin-bottom: 38px;
  width: 174px;
  margin-left: 25px;
}
@media all and (max-width: 992px) {
  .six .six-column:nth-child(1) .six-item:nth-child(2) {
    margin-left: 0;
  }
}
.six .six-column:nth-child(1) .six-item:nth-child(3) {
  margin-bottom: 60px;
  width: 192px;
  margin-left: 27px;
}
@media all and (max-width: 992px) {
  .six .six-column:nth-child(1) .six-item:nth-child(3) {
    margin-left: 0;
  }
}
.six .six-column:nth-child(1) .six-item:nth-child(4) {
  width: 302px;
  margin-left: 32px;
}
@media all and (max-width: 992px) {
  .six .six-column:nth-child(1) .six-item:nth-child(4) {
    margin-left: 0;
  }
}
.six .six-column:nth-child(2) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media all and (max-width: 650px) {
  .six .six-column:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.six .six-column:nth-child(2) .six-item:nth-child(4) {
  width: 235px;
  margin-right: 58px;
}
@media all and (max-width: 992px) {
  .six .six-column:nth-child(2) .six-item:nth-child(4) {
    margin-right: 0;
  }
}
.six .six-column:nth-child(2) .six-item:nth-child(3) {
  width: 219px;
  margin-bottom: 36px;
  margin-right: 13px;
}
@media all and (max-width: 992px) {
  .six .six-column:nth-child(2) .six-item:nth-child(3) {
    margin-right: 0;
  }
}
.six .six-column:nth-child(2) .six-item:nth-child(2) {
  margin-bottom: 38px;
  width: 189px;
  margin-right: 21px;
}
@media all and (max-width: 992px) {
  .six .six-column:nth-child(2) .six-item:nth-child(2) {
    margin-right: 0;
  }
}
.six .six-column:nth-child(2) .six-item:nth-child(1) {
  margin-bottom: 67px;
  width: 251px;
  margin-right: 38px;
}
@media all and (max-width: 992px) {
  .six .six-column:nth-child(2) .six-item:nth-child(1) {
    margin-right: 0;
  }
}
.six .six-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.six .six-item._active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media all and (max-width: 768px) {
  .six .six-item {
    max-width: 100% !important;
    width: 100% !important;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(92, 91, 91, 0.3019607843);
    margin-bottom: 0 !important;
  }
}
.six .six-item__title {
  width: 129px;
  height: 44px;
  border-radius: 40px;
  background: #FF8F53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: "GothamPro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  margin-bottom: 10px;
}
@media all and (max-width: 650px) {
  .six .six-item__title {
    width: 100px;
    height: 30px;
  }
}
.six .six-item__title.color2 {
  background: #E07B45;
}
.six .six-item__title.color3 {
  background: #D7723C;
}
.six .six-item__title.color4 {
  background: #CA652F;
}
.six .six-item__title.color5 {
  background: #BC5721;
}
.six .six-item__title.color6 {
  background: #A95325;
}
.six .six-item__title.color7 {
  background: #97461B;
}
.six .six-item__title.color8 {
  background: #913707;
}
.six .six-item__text {
  color: var(--5, #48210F);
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}
.six .six-item__text span {
  font-family: "MontserratBold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
@media all and (max-width: 650px) {
  .six .six-item__text br {
    display: none;
  }
}
.six .six-bottom {
  position: relative;
  z-index: 1;
}
.six .six-bottom::after {
  content: "";
  position: absolute;
  right: 188px;
  bottom: -100px;
  background-image: url(../img/six/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 69px;
  height: 119px;
  z-index: -1;
}
@media all and (max-width: 1300px) {
  .six .six-bottom::after {
    right: 100px;
  }
}
@media all and (max-width: 992px) {
  .six .six-bottom::after {
    width: 50px;
    height: 80px;
    right: 188px;
  }
}
@media all and (max-width: 650px) {
  .six .six-bottom::after {
    display: none;
  }
}
.six .six-bottom::before {
  content: "";
  position: absolute;
  right: -136px;
  bottom: -15px;
  background-image: url(../img/six/right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 425px;
  height: 318px;
  z-index: -1;
}
@media all and (max-width: 1300px) {
  .six .six-bottom::before {
    width: 300px;
    height: 240px;
  }
}
@media all and (max-width: 992px) {
  .six .six-bottom::before {
    width: 220px;
    height: 180px;
    right: -56px;
  }
}
@media all and (max-width: 650px) {
  .six .six-bottom::before {
    width: 350px;
    height: 350px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -350px;
    top: auto;
  }
}
.six .six-subtitle {
  color: #232323;
  text-align: center;
  font-family: "GothamPro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media all and (max-width: 992px) {
  .six .six-subtitle {
    font-size: 20px;
  }
}
@media all and (max-width: 650px) {
  .six .six-subtitle {
    margin-bottom: 20px;
  }
  .six .six-subtitle br {
    display: none;
  }
}
.six .btn {
  margin: 0 auto;
  max-width: 481px;
  width: 100%;
}
@media all and (max-width: 992px) {
  .six .btn {
    max-width: 300px;
  }
}

.last {
  background-image: url(../img/last/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.last .last-logo {
  width: 197px;
  height: 196.61px;
  right: 121px;
  bottom: 350px;
  position: absolute;
  border-radius: 50px;
}
@media all and (max-width: 1300px) {
  .last .last-logo {
    right: 100px;
    bottom: 290px;
  }
}
@media all and (max-width: 992px) {
  .last .last-logo {
    right: 60px;
  }
}
@media all and (max-width: 768px) {
  .last .last-logo {
    display: none;
  }
}
.last .last-logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
.last .last-logo__inner {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50px;
}
.last .last-logo__inner img {
  position: relative;
  border-radius: 50px;
  display: block;
}
.last .last-anim-right {
  position: absolute;
  width: 450.029px;
  height: 437.246px;
  width: 200px;
  height: 200px;
  right: -166px;
  top: 800px;
}
@media all and (max-width: 768px) {
  .last .last-anim-right {
    width: 100px;
    right: 0;
  }
}
@media all and (max-width: 650px) {
  .last .last-anim-right {
    width: 50px;
    right: -50px;
    height: 200px;
    top: 700px;
  }
}
.last .last-anim-right img {
  -o-object-fit: contain;
  object-fit: contain;
}
.last .last-inner {
  padding: 220px 0 80px 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .last .last-inner {
    padding: 180px 0 60px;
  }
}
@media all and (max-width: 1050px) {
  .last .last-inner {
    padding: 160px 0 50px;
  }
}
@media all and (max-width: 992px) {
  .last .last-inner {
    padding: 80px 0 40px;
  }
}
.last .last-inner::after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -110px;
  background-image: url(../img/last/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 569px;
  height: 917px;
  z-index: -2;
}
@media all and (max-width: 1300px) {
  .last .last-inner::after {
    width: 520px;
    height: 860px;
    bottom: -140px;
  }
}
@media all and (max-width: 1050px) {
  .last .last-inner::after {
    right: -100px;
  }
}
@media all and (max-width: 768px) {
  .last .last-inner::after {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .last .last-inner::after {
    width: 300px;
    height: 300px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.last .last-inner::before {
  content: "";
  position: absolute;
  right: 121px;
  bottom: 350px;
  background-image: url(../img/last/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 197px;
  height: 196.61px;
  z-index: -1;
  display: none;
}
@media all and (max-width: 1300px) {
  .last .last-inner::before {
    right: 97px;
    bottom: 290px;
  }
}
@media all and (max-width: 1050px) {
  .last .last-inner::before {
    right: 60px;
  }
}
@media all and (max-width: 768px) {
  .last .last-inner::before {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .last .last-inner::before {
    display: block;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media all and (max-width: 650px) {
  .last .last-inner {
    padding: 35px 0 220px;
  }
}
.last .section-title {
  color: var(--5, #48210F);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.84px;
  text-transform: uppercase;
}
@media all and (max-width: 1300px) {
  .last .section-title {
    font-size: 75px;
  }
}
@media all and (max-width: 1050px) {
  .last .section-title {
    font-size: 55px;
  }
}
@media all and (max-width: 650px) {
  .last .section-title {
    text-align: start;
    margin-bottom: 0 !important;
  }
}
.last .last-info {
  color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media all and (max-width: 1300px) {
  .last .last-info {
    font-size: 38px;
  }
}
@media all and (max-width: 1050px) {
  .last .last-info {
    font-size: 26px;
  }
}
@media all and (max-width: 650px) {
  .last .last-info {
    font-size: 22px !important;
    line-height: 120% !important;
  }
}
.last .last-info2 {
  color: var(--5, #48210F);
  font-family: "GothamPro", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -3.2px;
  text-transform: uppercase;
  margin-bottom: 34px;
}
@media all and (max-width: 1300px) {
  .last .last-info2 {
    font-size: 45px;
  }
}
@media all and (max-width: 1050px) {
  .last .last-info2 {
    font-size: 35px;
  }
}
@media all and (max-width: 650px) {
  .last .last-info2 {
    font-size: 26px !important;
    line-height: 120% !important;
    margin-bottom: 20px;
  }
}
.last .last-subtitle {
  color: #48210F;
  font-family: "MontserratBold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 141px;
}
@media all and (max-width: 1300px) {
  .last .last-subtitle {
    font-size: 24px;
  }
}
@media all and (max-width: 1050px) {
  .last .last-subtitle {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .last .last-subtitle {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 650px) {
  .last .last-subtitle {
    margin-bottom: 20px;
    font-size: 20px !important;
    line-height: 120% !important;
  }
}
.last .last-subtitle span {
  color: #FFF;
  text-transform: initial;
}
@media all and (max-width: 650px) {
  .last .last-subtitle span {
    font-size: 20px !important;
    line-height: 120% !important;
  }
}
.last .form-subtitle {
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
  font-family: "MontserratRegular", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media all and (max-width: 1300px) {
  .last .form-subtitle {
    max-width: 350px;
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .last .form-subtitle {
    text-align: start !important;
  }
}
.last .form-inner {
  max-width: 100%;
  width: 100%;
}
.last .form-section-wrap {
  max-width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.last .row {
  width: 25%;
}
.last [type=checkbox]:not(:checked) + label:before,
.last [type=checkbox]:checked + label:before {
  border: 1px solid #000;
}

.footer {
  position: static;
  padding: 20px 0;
  background: transparent;
}
@media all and (max-width: 650px) {
  .footer {
    padding: 20px 0;
    position: relative;
  }
}
.footer .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 992px) {
  .footer .header-inner {
    row-gap: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media all and (max-width: 650px) {
  .footer .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.footer .logo {
  width: 203px;
}
.footer .politica {
  color: var(--5, #48210F);
  text-align: center;
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.footer .footer-link {
  width: 64px;
}
@media all and (max-width: 650px) {
  .footer .header-call {
    width: 80%;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(27, 27, 27, 0.6);
  -webkit-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}
.modal.active {
  z-index: 999;
  opacity: 1;
}

.modal-top {
  position: relative;
}
@media all and (max-width: 650px) {
  .modal-top {
    padding-top: 10px;
  }
}

@media all and (max-width: 650px) {
  .fancybox-slide > * {
    padding: 10px 0 0 0;
  }
}

.modal-politika .modal-top__title {
  text-align: center;
  font-size: 35px;
  line-height: 120%;
}
@media all and (max-width: 650px) {
  .modal-politika .modal-top__title {
    font-size: 22px;
  }
}
.modal-politika .modal-content {
  background: #fff;
}

.clouse {
  position: absolute;
  background: url(../img/modals/close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 19px;
  cursor: pointer;
  z-index: 20;
}
@media all and (max-width: 650px) {
  .clouse {
    top: 8px;
    right: 10px;
    width: 18px;
    height: 18px;
  }
}

.modal-content-inner {
  position: relative;
  background-color: white;
  width: auto;
  z-index: 20;
  max-width: 450px;
  width: 100%;
  border-radius: 10px;
  display: none;
}
.modal-content-inner .form-info__bottom {
  text-align: center;
}
.modal-content-inner .fancybox-button svg {
  display: none;
}
.modal-content-inner .btn {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media all and (max-width: 650px) {
  .modal-content-inner .btn {
    height: 55px;
  }
}
.modal-content-inner .form-section-row {
  margin-bottom: 8px;
  background: none;
  border: 1px solid rgb(72, 71, 71);
  width: 100%;
}
.modal-content-inner .form-section-row::after {
  width: 24px;
  height: 24px;
  left: 18px;
}
.modal-content-inner .form-section-row input {
  color: #000;
}
.modal-content-inner .form-section-row input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal-content-inner .form-section-row input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal-content-inner .form-section-row input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal-content-inner .form-section-row input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal-content-inner .form-section-row input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 650px) {
  .modal-content-inner .form-section-row {
    height: 50px;
  }
}
.modal-content-inner .form-bottom {
  color: #1A1A18;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
@media all and (max-width: 650px) {
  .modal-content-inner .form-bottom {
    margin-top: 10px !important;
  }
}
.modal-content-inner .form-bottom a {
  color: #1A1A18;
  text-decoration: underline;
}
@media all and (max-width: 650px) {
  .modal-content-inner {
    width: 300px;
    height: auto;
    position: relative;
  }
}

.fancybox-content {
  padding: 20px;
}
@media all and (max-width: 650px) {
  .fancybox-content {
    padding: 0;
  }
}

.modal-content {
  position: relative;
  z-index: 1;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}
@media all and (max-width: 768px) {
  .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .modal-content {
    padding: 20px 10px 20px 12px;
  }
}
.modal-content .inp {
  max-width: 100%;
}

.modal-content-info {
  z-index: 1;
  width: 100%;
}

.modal-content__img {
  width: 365px;
  top: 40%;
  left: 8%;
  position: absolute;
}
@media all and (max-width: 768px) {
  .modal-content__img {
    display: none;
  }
}
.modal-content__img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-phone-img {
  width: 468px;
  height: 341px;
  bottom: 43px;
  left: -12%;
  top: 109px;
}
.modal-content__img-big {
  width: 506px;
  top: 38%;
  left: -5%;
  position: absolute;
}

.modal-top__title {
  color: #1B1B1B;
  font-size: 22px;
  font-style: normal;
  line-height: 110%;
  /* 34.5px */
  margin-bottom: 20px;
}
.modal-top__title span.reg {
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .modal-top__title {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .modal-top__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.small-titleForm {
  font-size: 22px;
}

.modal-politika {
  padding-top: 20px;
  top: 0;
  overflow: scroll;
  height: 100%;
  max-width: 850px;
  margin: 40px 0;
}
.modal-politika .clouse {
  background: url(../img/modals/close.svg);
  position: static;
  margin-left: auto;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 650px) {
  .modal-politika .clouse {
    background-size: contain;
  }
}
.modal-politika::after {
  display: none;
}
@media all and (max-width: 992px) {
  .modal-politika {
    width: 80%;
  }
}
.modal-politika::-webkit-scrollbar {
  width: 0;
}
@media all and (max-width: 650px) {
  .modal-politika {
    width: 320px;
  }
}
.modal-politika .modal-politika-text {
  margin-bottom: 20px;
  padding-left: 20px;
  font-style: normal;
  font-size: 16px;
}
.modal-politika .modal-politika-text.fat {
  padding-left: 0;
  padding-left: 10px;
}
@media all and (max-width: 650px) {
  .modal-politika div {
    font-size: 12px !important;
  }
}
.modal-politika .btn {
  width: 450px;
  margin: 0 auto;
}

.modal5,
.modal-politika,
.modal1,
.modal2,
.modal3,
.modal4 {
  display: none;
}
.modal5.active,
.modal-politika.active,
.modal1.active,
.modal2.active,
.modal3.active,
.modal4.active {
  display: block;
}

.form-section-bottom {
  margin-top: 27px;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #181818;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media all and (max-width: 650px) {
  .form-section-bottom {
    margin-top: 15px;
  }
}
.form-section-bottom .form-section-bottom-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.form-section-bottom .form-section-bottom-text {
  text-align: start;
  color: #000;
}
@media all and (max-width: 650px) {
  .form-section-bottom .form-section-bottom-text {
    font-size: 12px !important;
  }
}
.form-section-bottom a {
  position: relative;
  z-index: 3;
}
@media all and (max-width: 650px) {
  .form-section-bottom a {
    text-decoration: underline;
  }
}
.form-section-bottom a:hover {
  text-decoration: underline;
}

.sectionForm {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 992px) {
  .sectionForm {
    max-width: 100%;
  }
}

.form-inputs {
  width: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#modalcoocke {
  max-width: 550px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px;
  -webkit-box-shadow: 0 0 10px 1px #929090;
  box-shadow: 0 0 10px 1px #929090;
  z-index: 998;
}
@media all and (max-width: 1300px) {
  #modalcoocke {
    padding: 20px;
  }
}
@media all and (max-width: 650px) {
  #modalcoocke {
    width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    padding: 10px;
    bottom: 10px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
#modalcoocke .modal-content {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 650px) {
  #modalcoocke .modal-content {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#modalcoocke .modal-top__title {
  font-size: 14px;
  text-align: start;
  margin-right: 20px;
  line-height: 120%;
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  #modalcoocke .modal-top__title {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  #modalcoocke .modal-top__title {
    text-align: center;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 12px !important;
    margin-bottom: 10px;
    line-height: 100% !important;
  }
}
#modalcoocke .modal-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 650px) {
  #modalcoocke .modal-content {
    gap: 0;
  }
}
#modalcoocke .btn {
  max-width: 210px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 60px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#modalcoocke .btn:active {
  top: 0;
}
@media all and (max-width: 1300px) {
  #modalcoocke .btn {
    max-width: 170px;
  }
}
@media all and (max-width: 650px) {
  #modalcoocke .btn {
    width: 120px;
    height: 34px !important;
    font-size: 14px;
    min-height: auto;
  }
}
@media all and (max-width: 650px) {
  #modalcoocke .btn::before {
    display: none;
  }
}

.offerOk {
  position: relative;
  margin-top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 150px 0 70px;
  background-image: none;
}
@media all and (max-width: 650px) {
  .offerOk {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 130px 0 150px;
  }
}
.offerOk::after {
  display: none;
}
.offerOk .offer-left {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.offerOk .offer-left::after {
  display: none;
}
.offerOk .offer-inner {
  padding: 0;
  max-width: 100%;
}
.offerOk .offer-inner::before {
  display: none;
}
.offerOk .offer-inner::after {
  display: none;
}
.offerOk .btn-wrap {
  width: 300px;
  margin: 0 auto;
}
@media all and (max-width: 650px) {
  .offerOk .btn-wrap {
    width: 100% !important;
  }
}
.offerOk .btn {
  width: 300px;
  height: 60px;
}
@media all and (max-width: 650px) {
  .offerOk .btn {
    width: 100% !important;
  }
}
.offerOk::before {
  display: none;
}
.offerOk .offer-form__text {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
}
.offerOk .section-title {
  max-width: 938px;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 32px;
}
@media all and (max-width: 992px) {
  .offerOk .section-title {
    font-size: 26px;
  }
}
@media all and (max-width: 650px) {
  .offerOk .section-title {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title #thanksName {
  display: block;
}
@media all and (max-width: 650px) {
  .offerOk .section-title #thanksName {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title span {
  font-size: 32px;
}
@media all and (max-width: 992px) {
  .offerOk .section-title span {
    font-size: 26px;
  }
}
@media all and (max-width: 650px) {
  .offerOk .section-title span {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title::after {
  display: none;
}

.footerThanks .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerThanks .header-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.headerThanks .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerThanks .header-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}