/*fonts*/
@font-face {
  font-family: "Avegreat";
  src: url("../fonts/Avegreat.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sansation";
  src: url("../fonts/SansationRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sansation";
  src: url("../fonts/SansationBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sansation";
  src: url("../fonts/Sansation_Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

.h1 {
  font-family: "Avegreat", sans-serif;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: #000;
  font-size: 10.417vw;
  line-height: 90%;
  letter-spacing: 1.302vw;
  text-transform: uppercase;
}

.h2 {
  font-family: "Avegreat", sans-serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 300px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 30px;
  white-space: nowrap;
  text-transform: uppercase;
}

.h3 {
  font-family: "Avegreat", sans-serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 150px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 15px;
}

.h4 {
  font-family: "Avegreat", sans-serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 90px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 9px;
}

.h4 b {
  font-weight: 400 !important;
  -webkit-text-stroke-width: 0px !important;
}

.h5 {
  font-family: "Avegreat", sans-serif;
  -webkit-text-stroke-width: 0.49px;
  -webkit-text-stroke-color: #000;
  font-size: 45px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 4.5px;
}

.h6 {
  font-family: "Avegreat", sans-serif;
  font-size: 75px;
  line-height: 90%;
  letter-spacing: 7.5px;
}

.p1 {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.p2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 4000px) {
  .favor-bottom {
    margin-top: 0 !important;
    padding: 30px 30px 180px 30px !important;
  }
}

@media (max-width: 2561px) {
  .h1 {
    font-size: 13.008vw;
    letter-spacing: 1.289vw;
  }

  .h2 {
    -webkit-text-stroke-width: 0.6px;
    font-size: 200px;
    letter-spacing: 20px;
  }

  .h3 {
    -webkit-text-stroke-width: 0.6px;
    font-size: 100px;
    letter-spacing: 10px;
  }

  .h4 {
    -webkit-text-stroke-width: 0.6px;
    font-size: 50px;
    letter-spacing: 6px;
  }

  .h5 {
    -webkit-text-stroke-width: 0.33px;
    font-size: 30px;
    letter-spacing: 3px;
  }

  .h6 {
    font-size: 66.667px;
    letter-spacing: 6.667px;
  }

  .p1 {
    font-size: 18px;
    letter-spacing: 1.667px;
  }

  .p2 {
    font-size: 13.333px;
    letter-spacing: 2px;
  }
}

@media (max-width: 1921px) {
  .h1 {
    font-size: 13.014vw;
    letter-spacing: 1.301vw;
  }

  .h2 {
    -webkit-text-stroke-width: 0.5px;
    font-size: 150px;
    letter-spacing: 15px;
  }

  .h3 {
    -webkit-text-stroke-width: 0.5px;
    font-size: 75px;
    letter-spacing: 7.5px;
  }

  .h4 {
    -webkit-text-stroke-width: 0.5px;
    font-size: 45px;
    letter-spacing: 4.5px;
  }

  .h5 {
    -webkit-text-stroke-width: 0.24px;
    font-size: 22px;
    letter-spacing: 2.25px;
  }

  .h6 {
    font-size: 50px;
    letter-spacing: 5px;
  }

  .p1 {
    font-size: 12px;
    letter-spacing: 1.25px;
  }

  .p2 {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 1520px) {

  .h1 {
    font-size: 12.961vw;
    letter-spacing: 1.25vw;
  }

  .h2 {
    -webkit-text-stroke-width: 0.39px;
    font-size: 118.672px;
    letter-spacing: 11.867px;
  }

  .h3 {
    -webkit-text-stroke-width: 0.39px;
    font-size: 59.336px;
    letter-spacing: 5.934px;
  }

  .h4 {
    -webkit-text-stroke-width: 0.39px;
    font-size: 36px;
    letter-spacing: 3.56px;
  }

  .h5 {
    -webkit-text-stroke-width: 0.19px;
    font-size: 17.8px;
    letter-spacing: 1.78px;
  }

  .h6 {
    font-size: 39.557px;
    letter-spacing: 3.956px;
  }

  .p2 {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

@media (max-width: 1196px) {
  .h1 {
    font-size: 14.632vw;
    letter-spacing: 1.463vw;
  }

  .h2 {
    -webkit-text-stroke-width: 0.39px;
    font-size: 9.95vw;
    letter-spacing: 1.003vw;
  }

  .h3 {
    -webkit-text-stroke-width: 0.5px;
    font-size: 5.017vw;
    letter-spacing: 0.502vw;
  }

  .h4 {
    -webkit-text-stroke-width: 0.5px;
    font-size: 3.344vw;
    letter-spacing: 0.334vw;
  }

  .h5 {
    -webkit-text-stroke-width: 0.19px;
  }

  .h6 {
    font-size: 40px;
    letter-spacing: 4px;
  }
}

@media (max-width: 836px) {
  .h3 {
    font-size: 3.589vw;
    letter-spacing: 0.359vw;
  }

  .h4 {
    -webkit-text-stroke-width: 0.5px;
    font-size: 5.981vw;
    letter-spacing: 0.598vw;
  }

  .h6 {
    font-size: 4.785vw;
    letter-spacing: 0.478vw;
  }

  .p1 {
    font-size: 1.675vw;
    letter-spacing: 0.167vw;
  }

  .p2 {
    font-size: 1.316vw;
    letter-spacing: 0.197vw;
  }
}

@media (max-width: 500px) {
  .h1 {
    font-size: 15.152vw;
    letter-spacing: 1.515vw;
  }

  .h2 {
    font-size: 8vw;
    letter-spacing: 1.389vw;
  }

  .h3 {
    -webkit-text-stroke-width: 0.3px;
    font-size: 5.051vw;
    letter-spacing: 0.505vw;
  }

  .h4 {
    font-size: 8.838vw;
    letter-spacing: 0.884vw;
  }

  .h5 {
    -webkit-text-stroke-width: 0.19px;
    font-size: 20px;
    letter-spacing: 2px;
  }

  .h6 {
    font-size: 8.571vw;
    letter-spacing: 0.833vw;
  }

  .p1 {
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .p2 {
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 1.5px;
  }
}

/*-fonts*/
/*options*/
*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-family: "Sansation", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  background: #f1ece9;
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

p {
  width: 100%;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5 {
  width: 100%;
  margin: 0px;
}

img {
  max-width: 100%;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

span {
  display: block;
}

table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

th {
  border: none;
}

td {
  border: none;
}

a {
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  outline: none;
}

select {
  font-family: "Sansation", sans-serif;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

select:hover,
select:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  font-family: "Sansation", sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}

textarea::-webkit-input-placeholder {
  color: #000;
}

textarea::-moz-placeholder {
  color: #000;
}

textarea:-ms-input-placeholder {
  color: #000;
}

textarea:-moz-placeholder {
  color: #000;
}

textarea:hover,
textarea:focus {
  outline: none;
  text-decoration: none;
}

.wpcf7-list-item label{
  display: flex;
  align-items: center;
  margin-top: 13px;
}

input[type="checkbox"] {
  margin-right: 10px;
}

input {
  font-family: "Sansation", sans-serif;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

input:-moz-placeholder {
  color: #000;
}

input:hover,
input:focus {
  outline: none;
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button {
  font-family: "Sansation", sans-serif;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:hover,
button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.container {
  height: 100%;
  width: 100%;
  padding: 0px 3.697vw;
  margin: 0 auto;
}

.page-slider {
  height: 100vh;
  width: 100%;
}

.page-slide {
  height: 100%;
  background: #f1ece9;
  z-index: -1;
}

.page-slide:last-child {
  overflow: auto;
}

.page-slide:last-child::-webkit-scrollbar {
  width: 10px;
}

.page-slide:last-child::-webkit-scrollbar-thumb {
  background: #d0c8c1;
  border-radius: 5px;
}

.page-slide:last-child::-webkit-scrollbar-track {
  background: #f1ece9;
}

.page-slide.swiper-slide-active {
  z-index: 1;
}

.page-nav {
  position: absolute;
  z-index: 7;
  left: 3.644vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 160px;
}

.page-pagination {
  position: relative;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-family: "Avegreat", sans-serif;
  color: #d0c8c1;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 4px;
  width: 100%;
  height: 114px;
  padding: 0px 14px;
}

.page-pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: -5px;
}

.page-pagination svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: auto;
}

.page-pagination span:first-child {
  color: #000000;
}

.page-pagination span:last-child {
  margin-top: auto;
}

.page-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.2s;
}

.page-arrow svg {
  width: 45px;
  height: 45px;
  fill: #000;
  transition: 0.3s;
}

.page-arrow:last-child {
  margin-top: -10px;
}

.page-arrow.swiper-button-disabled svg {
  opacity: 0.1;
}

.page-scroll {
  position: fixed;
  z-index: 9;
  right: 3.697vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-scroll.active {
  height: 996px;
}

.page-scroll_ul {
  position: relative;
  width: 74px;
  height: 74px;
}

.page-scroll_ul li {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
}

.page-scroll_ul a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
}

.page-scroll_ul a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s;
}

.page-scroll_ul a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ccbcb2;
  transform: translateY(100%);
  transition: 0.3s;
}

.page-scroll_ul svg {
  fill: #000;
  transition: 0.3s;
}

.page-scroll_ul:nth-child(1).active li:nth-child(1),
.page-scroll_ul:nth-child(1).active li:nth-child(2),
.page-scroll_ul:nth-child(1).active li:nth-child(3) {
  transform: translateY(100%);
}

.page-scroll_ul:nth-child(3).active li:nth-child(1),
.page-scroll_ul:nth-child(3).active li:nth-child(2),
.page-scroll_ul:nth-child(3).active li:nth-child(3) {
  transform: translateY(-100%);
}

.page-scroll_ul:nth-child(1) li:nth-child(1) {
  transform: translateY(-238px);
}

.page-scroll_ul:nth-child(1) li:nth-child(2) {
  transform: translateY(-134px);
}

.page-scroll_ul:nth-child(1) li:nth-child(3) {
  transform: translateY(-30px);
}

.page-scroll_ul:nth-child(3) li:nth-child(1) {
  transform: translateY(238px);
}

.page-scroll_ul:nth-child(3) li:nth-child(2) {
  transform: translateY(134px);
}

.page-scroll_ul:nth-child(3) li:nth-child(3) {
  transform: translateY(30px);
}

.page-scroll_a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  height: 372px;
  width: 74px;
  background: #fff;
  letter-spacing: 3.2px;
  border-radius: 40px;
  overflow: hidden;
  transition: 0.3s;
  text-transform: uppercase;
}

.page-scroll_a span {
  transform: rotate(-90deg);
  white-space: nowrap;
}

.page-scroll_a svg {
  display: none;
}

.page-load {
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1ece9;
}

.page-load_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-load_box svg {
  height: 387px;
  width: auto;
}

.page-load_bg1 {
  opacity: 0;
}

.page-load_bg2 {
  opacity: 0;
}

.page-bg1 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -66px;
  width: 100%;
  height: 991px;
  background: url("../img/bg-2.png") bottom no-repeat;
  background-size: cover;
  pointer-events: none;
}

.page-bg2 {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 991px;
  background: url("../img/bg-3.png") bottom no-repeat;
  background-size: cover;
  pointer-events: none;
}

.section {
  height: 100%;
}

.section-label {
  font-family: "Avegreat", sans-serif;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 4px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.section-arrow {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.2s;
}

.section-arrow svg {
  stroke: #000;
  width: 22px;
  height: 22px;
  transition: 0.2s;
}

.section-arrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F1ECE9 !important;
  transition: 0.3s;
}

.section-arrow::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ccbcb2;
  transform: translateY(100%);
  transition: 0.3s;
}

.section-progressbar {
  position: relative;
  left: auto;
  top: auto;
  width: 696px !important;
  height: 6px !important;
  background: #ddd;
}

.section-progressbar .swiper-pagination-progressbar-fill {
  background: #ccbcb2;
}

.section-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.section-dots .swiper-pagination-bullet {
  border-radius: 0px;
  width: 84px;
  height: 6px;
}

.section-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ccbcb2;
}

.page-mob {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

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

.wp-block-separator {
  display: none !important;
}

.modal-success{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  top: 0;
  flex-direction: column;
  background: #f1ece9;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}

.modal-success > svg{
  width: 250px;
  height: 250px;
}

.modal-success.active{
  opacity: 1;
  visibility: visible;
}

.modal-success .h4{
  margin-top: 100px;
  font-size: 90px;
  margin-bottom: 30px;
}

.modal-success .p1{
  font-size: 20px;
}

@media (max-width: 2561px) {
  .container {
    padding: 0px 3.67vw;
  }

  .page-nav {
    left: 3.67vw;
    width: 106px;
    gap: 13px;
  }

  .page-pagination {
    height: 76px;
    font-size: 40px;
    letter-spacing: 4px;
    padding: 0px 7px;
  }

  .page-pagination span {
    width: 40px;
    height: 40px;
  }

  .page-pagination span:first-child {
    margin-top: 5px;
  }

  .page-pagination svg {
    width: 24px;
  }

  .page-arrow svg {
    width: 30px;
    height: 30px;
  }

  .page-scroll {
    right: 3.67vw;
  }

  .page-scroll.active {
    height: 664px;
  }

  .page-scroll_ul {
    width: 49px;
    height: 49px;
  }

  .page-scroll_ul a {
    width: 49px;
    height: 49px;
  }

  .page-scroll_ul svg {
    width: 16px;
    height: 16px;
  }

  .page-scroll_ul:nth-child(1) li:nth-child(1) {
    transform: translateY(-159px);
  }

  .page-scroll_ul:nth-child(1) li:nth-child(2) {
    transform: translateY(-89px);
  }

  .page-scroll_ul:nth-child(1) li:nth-child(3) {
    transform: translateY(-20px);
  }

  .page-scroll_ul:nth-child(3) li:nth-child(1) {
    transform: translateY(159px);
  }

  .page-scroll_ul:nth-child(3) li:nth-child(2) {
    transform: translateY(89px);
  }

  .page-scroll_ul:nth-child(3) li:nth-child(3) {
    transform: translateY(20px);
  }

  .page-scroll_a {
    width: 49px;
    height: 248px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.1px;
    text-transform: uppercase;
  }

  .page-load_box {
    opacity: 0;
  }

  .page-load_box svg {
    height: 258px;
  }

  .page-bg1 {
    top: -50px;
    height: 660px;
  }

  .page-bg2 {
    height: 660px;
  }

  .section-arrow {
    width: 37px;
    height: 37px;
  }

  .section-arrow svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 1921px) {

    .page-scroll_a {
    width: 37px;
    height: 186px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.6px;
  }

  .container {
    padding: 0px 3.644vw;
  }

  .page-nav {
    left: 3.644vw;
    gap: 10px;
    width: 80px;
  }

  .page-arrow svg {
    width: 22px;
    height: 22px;
  }

  .page-pagination {
    height: 60px;
    font-size: 30px;
    letter-spacing: 3px;
    padding: 0px 5px;
  }

  .page-pagination span {
    width: 30px;
    height: 30px;
  }

  .page-pagination svg {
    width: 18px;
  }

  .page-scroll {
    right: 3.644vw;
  }

  .page-scroll.active {
    height: 498px;
  }

  .page-scroll_ul {
    width: 37px;
    height: 37px;
  }

  .page-scroll_ul a {
    width: 37px;
    height: 37px;
  }

  .page-scroll_ul svg {
    width: 12px;
    height: 12px;
  }

  .page-scroll_ul:nth-child(1) li:nth-child(1) {
    transform: translateY(-119px);
  }

  .page-scroll_ul:nth-child(1) li:nth-child(2) {
    transform: translateY(-67px);
  }

  .page-scroll_ul:nth-child(1) li:nth-child(3) {
    transform: translateY(-15px);
  }

  .page-scroll_ul:nth-child(3) li:nth-child(1) {
    transform: translateY(119px);
  }

  .page-scroll_ul:nth-child(3) li:nth-child(2) {
    transform: translateY(67px);
  }

  .page-scroll_ul:nth-child(3) li:nth-child(3) {
    transform: translateY(15px);
  }

  .page-load_box svg {
    height: 193px;
  }

  .page-bg1 {
    top: -40px;
    height: 495px;
  }

  .page-bg2 {
    height: 495px;
  }

  .section-label {
    -webkit-text-stroke-width: 0.25px;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
  }

  .section-arrow {
    width: 28px;
    height: 28px;
  }

  .section-arrow svg {
    width: 11px;
    height: 11px;
  }

  .section-progressbar {
    width: 348px !important;
    height: 3px !important;
  }

  .section-dots {
    gap: 9px;
  }

  .section-dots .swiper-pagination-bullet {
    width: 42px;
    height: 3px;
  }
}

@media (max-width: 1520px) {
  .container {
    padding: 0px 3.684vw;
  }

  .page-bg1 {
    top: -40px;
    height: 392px;
  }

  .page-bg2 {
    height: 392px;
  }

  .page-load_box svg {
    height: 153px;
  }

  .page-nav {
    left: 3.684vw;
    width: 64px;
    gap: 8px;
  }

  .page-arrow svg {
    width: 18px;
    height: 18px;
  }

  .page-pagination {
    height: 45px;
    padding: 0px 4px;
  }

  .page-pagination svg {
    width: 14px;
  }

  .page-pagination span {
    width: 24px;
    height: 24px;
    font-size: 23.734px;
    letter-spacing: 2.373px;
  }

  .page-scroll {
    right: 3.684vw;
  }

  .page-scroll.active {
    height: 394px;
  }

  .page-scroll_ul {
    width: 29px;
    height: 29px;
  }

  .page-scroll_ul a {
    width: 29px;
    height: 29px;
  }

  .page-scroll_ul svg {
    width: 9px;
    height: 9px;
  }

  .page-scroll_ul:nth-child(1) li:nth-child(1) {
    transform: translateY(-94px);
  }

  .page-scroll_ul:nth-child(1) li:nth-child(2) {
    transform: translateY(-53px);
  }

  .page-scroll_ul:nth-child(1) li:nth-child(3) {
    transform: translateY(-12px);
  }

  .page-scroll_ul:nth-child(3) li:nth-child(1) {
    transform: translateY(94px);
  }

  .page-scroll_ul:nth-child(3) li:nth-child(2) {
    transform: translateY(53px);
  }

  .page-scroll_ul:nth-child(3) li:nth-child(3) {
    transform: translateY(12px);
  }

  .section-label {
    -webkit-text-stroke-width: 0.19px;
    font-size: 15.823px;
    letter-spacing: 1.582px;
    margin-bottom: 20px;
  }

  .section-arrow {
    width: 22px;
    height: 22px;
  }

  .section-arrow svg {
    width: 8px;
    height: 8px;
  }

  .section-progressbar {
    width: 275px !important;
    height: 2px !important;
  }
}

@media (max-width: 1196px) {
  .container {
    padding: 0px 3.344vw;
  }

  .page-nav {
    left: 3.344vw;
    top: auto;
    transform: translate(0);
    bottom: 24px;
    width: 64px;
    gap: 8px;
  }

  .page-pagination {
    height: 45px;
    padding: 0px 4px;
  }

  .page-pagination span {
    width: 24px;
    height: 24px;
    font-size: 24px;
    letter-spacing: 2.4px;
  }

  .page-scroll {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    top: auto;
    bottom: 49px;
    right: 3.344vw;
    transform: translate(0);
    border-radius: 40px;
    background: #f1ece9;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    height: 53px;
    overflow: hidden;
  }

  .page-scroll.active {
    height: auto;
  }

  .page-scroll_ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    gap: 25px;
  }

  .page-scroll_ul li {
    position: static;
    transform: translate(0) !important;
  }

  .page-scroll_ul a {
    width: 53px;
    height: 53px;
    min-height: 53px;
  }

  .page-scroll_ul svg {
    width: 18px;
    height: 18px;
  }

  .page-scroll_ul:nth-child(1) {
    order: -1;
  }

  .page-scroll_ul:nth-child(3) {
    order: -2;
  }

  .page-scroll_a span {
    display: none;
  }

  .page-scroll_a svg:nth-child(2) {
    display: block;
  }

  .page-bg1 {
    height: 310px;
  }

  .page-bg2 {
    height: 310px;
  }

  .section-label {
    -webkit-text-stroke-width: 0.19px;
    font-size: 1.338vw;
    letter-spacing: 0.134vw;
  }

  .section-arrow {
    width: 34px;
    height: 34px;
  }

  .section-arrow svg {
    width: 14px;
    height: 14px;
  }

  .section-scrollbar {
    width: 275px;
    height: 3px;
  }

  .page-load_box svg {
    height: 80px;
  }

  .page-mob {
    display: none;
    align-items: flex-end;
    z-index: 9;
    position: fixed;
    height: 52px;
    bottom: 49px;
    right: 3.344vw;
    transition: 0.2s;
  }

  .page-mob.show {
    display: flex;
  }

  .page-mob_btn {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
  }

  .page-mob_btn svg:nth-child(1) {
    width: 30px;
    height: 30px;
  }

  .page-mob_btn svg:nth-child(2) {
    display: none;
    width: 26px;
    height: 26px;
  }

  .page-mob_ul li {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.4s;
  }

  .page-mob_ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
  }

  .page-mob_ul svg {
    width: 18px;
    height: 18px;
    fill: #000;
  }

  .page-mob.active {
    height: 480px;
    border-radius: 40px;
    background: #f1ece9;
  }

  .page-mob.active .page-mob_btn svg:nth-child(1) {
    display: none;
  }

  .page-mob.active .page-mob_btn svg:nth-child(2) {
    display: block;
  }

  .page-mob.active .page-mob_ul li:nth-child(6) {
    transform: translateY(-72px);
  }

  .page-mob.active .page-mob_ul li:nth-child(5) {
    transform: translateY(-144px);
  }

  .page-mob.active .page-mob_ul li:nth-child(4) {
    transform: translateY(-216px);
  }

  .page-mob.active .page-mob_ul li:nth-child(3) {
    transform: translateY(-288px);
  }

  .page-mob.active .page-mob_ul li:nth-child(2) {
    transform: translateY(-360px);
  }

  .page-mob.active .page-mob_ul li:nth-child(1) {
    transform: translateY(-432px);
  }
}

@media (max-width: 500px) {
  .page-nav {
    display: none;
  }

  .page-bg1 {
    top: 0;
    height: 500px;
    background: url("../img/bg-2s.png") bottom no-repeat;
    background-size: cover;
  }

  .page-bg2 {
    height: 500px;
    background: url("../img/bg-3s.png") top no-repeat;
    background-size: cover;
  }

  .section-progressbar {
    width: 156px !important;
    height: 2px !important;
  }

  .section-label {
    -webkit-text-stroke-width: 0.1px;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
  }

  .page-mob {
    height: 52px;
    bottom: 40px;
    right: 20px;
  }
}

@media (min-width: 1196px) {
  .section-arrow:hover::after {
    transform: translate(0);
  }

  .section-arrow:hover::before {
    transform: translateY(-100%);
  }

  .section-arrow:hover svg {
    stroke: #fff;
  }

  .page-arrow.swiper-button-disabled:hover svg {
    fill: #000;
  }

  .page-arrow:hover svg {
    fill: #fff;
  }

  .page-nav:hover .page-arrow {
    opacity: 1;
  }

  .page-scroll_ul a:hover::after {
    transform: translate(0);
  }

  .page-scroll_ul a:hover::before {
    transform: translateY(-100%);
  }

  .page-scroll_ul a:hover svg {
    fill: #fff;
  }

  .page-scroll_a:hover {
    color: #fff;
    background: #ccbcb2;
  }
}

/*-options*/
/*buttons*/
.btn1 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 93px;
  width: fit-content;
  color: #000;
  line-height: 90%;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3.2px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  border-radius: 200px;
  overflow: hidden;
  padding: 0px 114px;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn1::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s;
}

.btn1::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ccbcb2;
  transform: translateY(100%);
  transition: 0.3s;
}

.btn1 svg {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 24px;
  stroke: #f1ece9;
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
  transition: 0.3s;
}

.btn2 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 93px;
  width: fit-content;
  color: #000;
  font-size: 16px;
  letter-spacing: 3.2px;
  line-height: 90%;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  border-radius: 200px;
  padding: 0px 114px;
  overflow: hidden;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn2::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d0c8c1;
  transition: 0.3s;
}

.btn2::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateY(100%);
  transition: 0.3s;
}

.btn2 svg {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 24px;
  stroke: #000;
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
  transition: 0.3s;
}

.btn3 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 93px;
  width: fit-content;
  color: #000;
  line-height: 90%;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3.2px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  border-radius: 200px;
  overflow: hidden;
  padding: 0px 134px;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn3::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s;
}

.btn3::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ccbcb2;
  transform: translateY(100%);
  transition: 0.3s;
}

.btn3 svg {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 25px;
  height: 24px;
  stroke: #f1ece9;
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
  transition: 0.3s;
}

.btn4 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: fit-content;
  color: #000;
  line-height: 90%;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 3px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  border-radius: 100px;
  overflow: hidden;
  padding: 0px 62px;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn4::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d0c8c1 !important;
  transition: 0.3s;
}

.btn4::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ccbcb2;
  transform: translateY(100%);
  transition: 0.3s;
}

.btn4 svg {
  display: none;
}

.footer-back{
  padding: 10px 15px !important;
}

@media (max-width: 2561px) {
  .btn1, .btn2, .btn3, .btn4{
    height: 51px;
    font-size: 11px;
    letter-spacing: 2.1px;
    padding: 0px 89px;
  }

  .footer-back {
    gap: 8px;
    height: 52px;
    font-size: 8px;
    letter-spacing: 1.7px;
    padding: 0px 36px;
  }

  .footer-back svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1921px) {
  .btn1, .btn2, .btn3, .btn4, .footer-back{
    height: 40px;
    font-size: 8px;
    letter-spacing: 1.6px;
    padding: 0px 57px;
  }
}

@media (max-width: 1600px) {
  .btn1, .btn2, .btn3, .btn4, .footer-back{
    height: 45px;
    font-size: 10px !important;
    letter-spacing: 2px;
    padding: 0px 50px;
  }

  .page-scroll_a{
    height: 233px;
    font-size: 11px;
  }
}

@media (min-width: 1197px) {
  .btn1:hover {
    color: #f1ece9;
  }

  .btn1:hover::after {
    transform: translate(0);
  }

  .btn1:hover::before {
    transform: translateY(-100%);
  }

  .btn1:hover svg {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }

  .btn2:hover {
    color: #000;
  }

  .btn2:hover::after {
    transform: translate(0);
  }

  .btn2:hover::before {
    transform: translateY(-100%);
  }

  .btn2:hover svg {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }

  .btn3:hover {
    color: #f1ece9;
  }

  .btn3:hover::after {
    transform: translate(0);
  }

  .btn3:hover::before {
    transform: translateY(-100%);
  }

  .btn3:hover svg {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }

  .btn4:hover {
    color: #f1ece9;
  }

  .btn4:hover::after {
    transform: translate(0);
  }

  .btn4:hover::before {
    transform: translateY(-100%);
  }
}

/*-buttons*/
/*form*/
.form-input {
  position: relative;
  display: block;
  width: 100%;
}

.form-input_point {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0c8c1;
}

.form-input_point:focus {
  border-bottom: 1px solid #000;
}

.form-input_point.wpcf7-not-valid::-webkit-input-placeholder {
  color: #f00;
}

.wpcf7-not-valid {
  color: #f00;
}

.form-input_point.wpcf7-not-valid::-moz-placeholder {
  color: #f00;
}

.form-input_point.wpcf7-not-valid:-ms-input-placeholder {
  color: #f00;
}

.form-input_point.wpcf7-not-valid:-moz-placeholder {
  color: #f00;
}

.form-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: #b2b2b2;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 30px;
}

.form-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 93px;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  border-radius: 200px;
  overflow: hidden;
  padding: 0px 114px;
  text-transform: uppercase;
  transition: 0.3s;
  margin: 34px auto 0px auto;
  cursor: pointer;
}

.form-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s;
}

.form-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ccbcb2;
  transform: translateY(100%);
  transition: 0.3s;
}

.form-btn svg {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 24px;
  stroke: #f1ece9;
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
  transition: 0.3s;
}

.form-btn_point {
  color: #000;
  line-height: 90%;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3.2px;
  pointer-events: none;
  text-transform: uppercase;
}

.form-grid {
  display: grid;
  gap: 50px;
}

@media (max-width: 2561px) {
  .form-input_point {
    padding-bottom: 13px;
    font-size: 13.333px;
    letter-spacing: 1.333px;
  }

  .form-policy {
    font-size: 10px;
    margin-top: 20px;
  }

  .form-policy svg {
    width: 15px;
    height: 15px;
    gap: 6px;
  }

  .form-grid {
    gap: 33px;
  }

  .form-btn {
    height: 62px;
    padding: 0px 50px;
    margin: 32px auto 0px auto;
  }

  .form-btn svg {
    right: 20px;
    width: 16px;
    height: 16px;
  }

  .form-btn_point {
    font-size: 11px;
    letter-spacing: 2.1px;
  }
}

@media (max-width: 1921px) {
  .form-input_point {
    padding-bottom: 10px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  .form-policy {
    font-size: 7.5px;
    margin-top: 17px;
  }

  .form-policy svg {
    width: 12px;
    height: 12px;
    gap: 5px;
  }

  .form-grid {
    gap: 25px;
  }

  .form-btn {
    height: 46px;
    padding: 0px 57px;
    margin: 16px auto 0px auto;
  }

  .form-btn svg {
    right: 15px;
    width: 12px;
    height: 12px;
  }

  .form-btn_point {
    font-size: 8px;
    letter-spacing: 1.6px;
  }
}

@media (max-width: 1520px) {
  .form-input_point {
    padding-bottom: 8px;
    font-size: 12px;
    letter-spacing: 0.8px;
  }

  .form-policy {
    font-size: 10px;
    margin-top: 13px;
  }

  .form-policy svg {
    width: 9px;
    height: 9px;
    gap: 4px;
  }

  .form-grid {
    gap: 20px;
  }

  .form-btn {
    height: 36px;
    padding: 0px 45px;
    margin: 13px auto 0px auto;
  }

  .form-btn svg {
    width: 10px;
    height: 10px;
    right: 12px;
  }

  .form-btn_point {
    font-size: 10px;
    letter-spacing: 1.266px;
  }
}

@media (max-width: 1196px) {
  .form-grid {
    gap: 30px;
  }

  .form-input_point {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .form-btn {
    height: 52px;
    padding: 0px 4.181vw;
  }

  .form-btn_point {
    font-size: 8.727px;
    letter-spacing: 1.745px;
  }

  .form-policy {
    font-size: 11px;
    margin-top: 30px;
  }

  .form-policy svg {
    width: 14px;
    min-width: 14px;
    height: 14px;
  }
}

@media (max-width: 500px) {
  .form-input_point {
    padding-bottom: 12px;
  }

  .form-policy {
    font-size: 2.273vw;
    margin-top: 15px;
  }

  .form-policy svg {
    min-width: 14px;
    width: 14px;
    height: 14px;
  }

  .form-btn {
    font-size: 9.504px;
    letter-spacing: 1.901px;
    height: 56px;
    padding: 0px 55px;
  }
}

@media (min-width: 1197px) {
  .form-btn:hover::after {
    transform: translate(0);
  }

  .form-btn:hover::before {
    transform: translateY(-100%);
  }

  .form-btn:hover svg {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }

  .form-btn:hover .form-btn_point {
    color: #f1ece9;
  }
}

/*-form*/
/*header*/
.header {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(244, 240, 237, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 1px;
  background: #d9d9d9;
}

.header::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  height: 1px;
  background: #d9d9d9;
}

.header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}

.header-lang {
  display: flex;
  align-items: center;
}

.header-lang li {
  display: flex;
  align-items: center;
}

.header-lang li.current-lang a {
  color: #ccbcb2;
}

.header-lang li:after {
  content: "";
  background: #000;
  width: 1px;
  height: 11px;
  margin: 0px 12px;
}

.header-lang li:last-child:after {
  display: none;
}

.header-lang a {
  font-size: 16px;
  letter-spacing: 3.2px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s;
}

.header-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-48.5%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-width: max-content;
}

.header-nav::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.header-menu {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 140px;
}

.header-menu li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header-menu li:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  width: 0;
  height: 1px;
  background: #ccbcb2;
  transition: 0.4s;
}

.header-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3.2px;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.2s;
}

.header-menu img {
  height: 50px;
  width: auto;
}

.header-menu li.active::after {
  width: 100%;
}

.header-menu li.active a {
  color: #ccbcb2;
}

.header-a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3.2px;
  transition: 0.2s;
}

.header-a svg {
  display: none;
}

.header-burger {
  display: none;
}

.header-mob {
  display: none;
}

.header-logo {
  display: none;
}

@media (max-width: 2561px) {
  .header-wrap {
    height: 80px;
  }

  .header-lang li:after {
    width: 1px;
    height: 7px;
    margin: 0px 8px;
  }

  .header-lang a {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .header-menu {
    gap: 92px;
  }

  .header-menu a {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .header-menu img {
    height: 33px;
    width: auto;
  }

  .header-a {
    font-size: 10px;
    letter-spacing: 2px;
  }
}

@media (max-width: 1921px) {
  .header::before {
    width: 267px;
  }

  .header::after {
    width: 267px;
  }

  .header-wrap {
    height: 60px;
  }

  .header-lang li:after {
    width: 1px;
    height: 6px;
    margin: 0px 6px;
  }

  .header-menu {
    gap: 70px;
  }

  .header-menu img {
    height: 25px;
    width: auto;
  }

  .header-menu a, .header-lang a, .header-a, .btn2, .btn1, .btn3, .btn4, .page-scroll_a{
    font-size: 8px;
  }
}

@media (max-width: 1520px) {
  .header::before {
    width: 210px;
  }

  .header::after {
    width: 210px;
  }

  .header-wrap {
    height: 48px;
  }

  .header-lang a {
    font-size: 12px;
    letter-spacing: 1.266px;
  }

  .header-lang li:after {
    height: 5px;
    margin: 0px 5px;
  }

  .header-menu {
    gap: 35px
  }

  .header-menu img {
    height: 20px;
  }
}

@media (max-width: 1196px) {
  .header::after {
    display: none;
  }

  .header::before {
    display: none;
  }

  .header-wrap {
    height: 67px;
  }

  .header-lang {
    display: none;
  }

  .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0);
    background: #f1ece9;
    display: none;
  }

  .header-nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: -39px;
    width: 100%;
    height: 310px;
    background: url("../img/bg-2.png") bottom no-repeat;
    background-size: cover;
  }

  .header-nav::after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 310px;
    background: url("../img/bg-3.png") top no-repeat;
    background-size: cover;
  }

  .header-menu {
    position: relative;
    z-index: 2;
    display: block;
    height: auto;
    margin-top: 80px;
  }

  .header-menu li {
    margin-top: 40px;
  }

  .header-menu li:first-child {
    margin-top: 0px;
  }

  .header-menu li:nth-child(4) {
    opacity: 0;
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }

  .header-menu li:after {
    display: none;
  }

  .header-menu a {
    font-family: "Avegreat", sans-serif;
    font-size: 22px;
    letter-spacing: 4px;
  }

  .header-a {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50px;
    border-bottom: 1px solid #ddd;
  }

  .header-a span {
    display: none;
  }

  .header-a svg {
    display: block;
  }

  .header-burger {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    border-bottom: 1px solid #ddd;
  }

  .header-burger_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    height: 12px;
  }

  .header-burger_wrap span {
    width: 100%;
    height: 2px;
    background: #000;
    transition: 0.2s;
  }

  .header-burger.active .header-burger_wrap span:nth-child(1) {
    transform: translate(1px, 3px) rotate(45deg);
  }

  .header-burger.active .header-burger_wrap span:nth-child(2) {
    transform: translate(0px, -2px) rotate(-45deg);
  }

  .header-burger.active .header-burger_wrap span:nth-child(3) {
    transform: translateY(6px);
  }

  .header-logo {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .header-logo img {
    height: 27px;
    width: auto;
  }

  .header-mob {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
  }

  .header-mob li {
    position: relative;
  }

  .header-mob li:after {
    content: "";
    position: absolute;
    right: -24px;
    top: 45%;
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    background: #000;
  }

  .header-mob li:last-child:after {
    display: none;
  }

  .header-mob a {
    color: #000;
    font-family: "Avegreat", sans-serif;
    -webkit-text-stroke-width: 0.5px;
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  .header-mob li.current-lang a {
    color: #ccbcb2;
  }
}

@media (max-width: 836px) {
  .header-wrap {
    /* height: 40px; */
  }

  .header-logo img {
    height: 27px;
  }

  .header-menu {
    margin-top: 80px;
  }

  .header-menu a {
    font-size: 2.785vw;
    letter-spacing: 0.478vw;
  }

  .header-mob li:after {
    height: 20px;
  }

  .header-mob a {
    font-size: 2.785vw;
    letter-spacing: 0.478vw;
  }
}

@media (max-width: 500px) {
  .header-nav:before {
    height: 500px;
    background: url("../img/bg-2s.png") bottom no-repeat;
    background-size: cover;
  }

  .header-nav::after {
    height: 500px;
    background: url("../img/bg-3s.png") top no-repeat;
    background-size: cover;
  }

  .header-wrap {
    height: 67px;
  }

  .header-menu {
    margin-top: 136px;
  }

  .header-menu a {
    font-size: 30px;
    line-height: 90%;
    letter-spacing: 3px;
  }

  .header-mob a {
    -webkit-text-stroke-width: 0.5px;
    font-size: 30px;
    line-height: 90%;
    letter-spacing: 3px;
  }
}

@media (min-width: 1196px) {
  .header-menu a:hover {
    color: #ccbcb2;
  }

  .header-lang a:hover {
    color: #ccbcb2;
  }

  .header-a:hover {
    color: #ccbcb2;
  }
}

/*-header*/
/*footer*/
.footer {
  position: relative;
  z-index: 1;
  background: #f1ece9;
}

.footer-top {
  padding: 75px 215px 47px 215px;
}

.footer-boxs {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-boxs::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d0c8c1;
}

.footer-boxs::before {
  content: "";
  position: absolute;
  right: 25%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d0c8c1;
}

.footer-box {
  width: 33%;
}

.footer-box:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-box:nth-child(3) {
  text-align: right;
}

.footer-label {
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.footer-h {
  font-size: 45px;
  letter-spacing: 4.5px;
  font-weight: 700;
}

.footer-ul {
  margin-top: 31px;
}

.footer-ul li {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  width: 410px;
  margin-top: 50px;
}

.footer-ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
  border-radius: 10px;
  background: #000;
}

.footer-ul li:first-child {
  margin-top: 0px;
}

.footer-ul span {
  white-space: nowrap;
  font-size: 20px;
  letter-spacing: 4px;
}

.footer-map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  width: 100%;
  max-width: 902px;
  height: 494px;
}

.footer-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-map img:nth-child(2) {
  display: none;
}

.footer-menu {
  margin-top: 31px;
}

.footer-menu li {
  margin-top: 50px;
}

.footer-menu li:first-child {
  margin-top: 0px;
}

.footer-menu a {
  color: #000;
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  transition: 0.2s;
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 129px;
}

.footer-back {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: fit-content;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  border-radius: 200px;
  overflow: hidden;
  text-transform: uppercase;
  transition: 0.3s;
}

.footer-back::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d0c8c1;
  transition: 0.3s;
}

.footer-back::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ccbcb2;
  transform: translateY(100%);
  transition: 0.3s;
}

.footer-back svg {
  width: 20px;
  height: 20px;
  fill: #000;
  transition: 0.3s;
}

.footer-bottom {
  padding: 50px 215px;
  background: #d0c8c1;
}

.footer-contain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  gap: 33px;
}

.footer-links a {
  color: #000;
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  transition: 0.2s;
}

.footer-p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-descr {
  color: #000;
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.footer-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.footer-buttons_ul {
  display: flex;
  align-items: center;
  gap: 50px;
}

.footer-buttons_ul a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
}

.footer-buttons_ul a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s;
}

.footer-buttons_ul a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ccbcb2;
  transform: translateY(100%);
  transition: 0.3s;
}

.footer-buttons_ul svg {
  width: 24px;
  height: 24px;
  fill: #000;
  transition: 0.3s;
}

.footer-buttons_a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  width: fit-content;
  color: #000;
  line-height: 90%;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2.6px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  border-radius: 200px;
  overflow: hidden;
  padding: 0px 98px;
  text-transform: uppercase;
  transition: 0.3s;
}

.footer-buttons_a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s;
}

.footer-buttons_a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ccbcb2;
  transform: translateY(100%);
  transition: 0.3s;
}

.footer-buttons_a svg {
  position: absolute;
  top: 50%;
  left: 39px;
  width: 26px;
  height: 26px;
  fill: #000;
  transform: translateY(-50%);
  transition: 0.3s;
}

.footer-points {
  display: none;
}

@media (max-width: 2561px) {
  .footer-top {
    padding: 50px 144px 30px 144px;
  }

  .footer-label {
    font-size: 7px;
    letter-spacing: 0.7px;
    margin-bottom: 7px;
  }

  .footer-h {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .footer-ul {
    margin-top: 20px;
  }

  .footer-ul li {
    gap: 35px;
    width: 273px;
    margin-top: 33px;
  }

  .footer-ul li:after {
    width: 1px;
    height: 9px;
  }

  .footer-ul span {
    font-size: 13px;
    letter-spacing: 2.6px;
  }

  .footer-map {
    max-width: 601px;
    height: 329px;
    margin-top: 20px;
  }

  .footer-menu {
    margin-top: 20px;
  }

  .footer-menu li {
    margin-top: 33px;
  }

  .footer-menu a {
    font-size: 13px;
    letter-spacing: 2.6px;
  }

  .footer-info {
    margin-top: 86px;
  }

  .footer-buttons {
    gap: 33px;
  }

  .footer-buttons_ul {
    gap: 33px;
  }

  .footer-buttons_ul a {
    width: 49px;
    height: 49px;
  }

  .footer-buttons_ul svg {
    width: 16px;
    height: 16px;
  }

  .footer-bottom {
    padding: 33px 144px;
  }

  .footer-links {
    gap: 22px;
  }

  .footer-links a {
    font-size: 13px;
    letter-spacing: 2.6px;
  }

  .footer-p {
    font-size: 13px;
    letter-spacing: 2.6px;
  }

  .footer-descr {
    font-size: 13px;
    letter-spacing: 2.6px;
  }

  .footer-buttons_a {
    height: 45px;
    padding: 0px 66px;
    font-size: 8.667px;
    letter-spacing: 1.733px;
  }

  .footer-buttons_a svg {
    width: 17px;
    height: 17px;
    left: 26px;
  }
}

@media (max-width: 1921px) {
  .footer-top {
    padding: 37px 107px 23px 107px;
  }

  .footer-label {
    font-size: 5px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
  }

  .footer-h {
    font-size: 22.5px;
    letter-spacing: 2.25px;
  }

  .footer-ul {
    margin-top: 15px;
  }

  .footer-ul li {
    width: 210px;
    gap: 25px;
    margin-top: 25px;
  }

  .footer-ul li:after {
    height: 7px;
  }

  .footer-ul span {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .footer-map {
    max-width: 451px;
    height: 247px;
  }

  .footer-menu {
    margin-top: 15px;
  }

  .footer-menu li {
    margin-top: 25px;
  }

  .footer-menu a {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .footer-info {
    margin-top: 63px;
  }

  .footer-buttons {
    gap: 25px;
  }

  .footer-buttons_ul {
    gap: 25px;
  }

  .footer-buttons_ul a {
    width: 37px;
    height: 37px;
  }

  .footer-buttons_ul svg {
    width: 12px;
    height: 12px;
  }

  .footer-buttons_a {
    height: 45px;
    font-size: 6.5px;
    letter-spacing: 1.3px;
    padding: 0px 50px;
  }

  .footer-buttons_a svg {
    width: 13px;
    height: 13px;
    left: 19px;
  }

  .footer-bottom {
    padding: 25px 107px;
  }

  .footer-links {
    gap: 16px;
  }

  .footer-links a {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .footer-p {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .footer-descr {
    font-size: 10px;
    letter-spacing: 2px;
  }
}

@media (max-width: 1520px) {
  .footer-top {
    padding: 37px 88px 23px 99px;
  }

  .footer-label {
    font-size: 5px;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
  }

  .footer-h {
    font-size: 22.5px;
    letter-spacing: 2.25px;
  }

  .footer-bottom {
    padding: 25px 88px;
  }

  .footer-ul {
    margin-top: 15px;
  }

  .footer-ul li {
    width: 260px;
    gap: 40px;
    margin-top: 25px;
  }

  .footer-ul span {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .footer-menu {
    margin-top: 15px;
  }

  .footer-menu li {
    margin-top: 25px;
  }

  .footer-menu a {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .footer-map {
    max-width: 451px;
    height: 247px;
  }

  .footer-links {
    gap: 16px;
  }

  .footer-links a {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .footer-descr {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .footer-p {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .footer-black {
    height: 30px;
    gap: 5px;
    font-size: 5.142px;
    letter-spacing: 1.028px;
    padding: 0px 21px;
  }

  .footer-black svg {
    width: 11px;
    height: 11px;
  }

  .footer-buttons {
    gap: 20px;
  }

  .footer-buttons_ul {
    gap: 20px;
  }

  .footer-buttons_ul a {
    width: 29px;
    height: 29px;
  }

  .footer-buttons_ul svg {
    width: 10px;
    height: 10px;
  }

  .footer-buttons_a {
    height: 45px;
    font-size: 5.142px;
    letter-spacing: 1.028px;
    padding: 0px 40px;
  }

  .footer-buttons_a svg {
    width: 10px;
    height: 10px;
    left: 15px;
  }
}

@media (max-width: 1196px) {
  .footer-top {
    padding: 34px 60px;
  }

  .footer-boxs {
    display: block;
    width: 100%;
  }

  .footer-boxs::after {
    display: none;
  }

  .footer-boxs::before {
    display: none;
  }

  .footer-box {
    width: 100%;
  }

  .footer-box:nth-child(1) {
    display: none;
  }

  .footer-box:nth-child(3) {
    display: none;
  }

  .footer-map {
    width: 100%;
    max-width: 100%;
    height: 225px;
    order: -1;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .footer-map img {
    object-position: left;
  }

  .footer-map img:nth-child(1) {
    display: none;
  }

  .footer-map img:nth-child(2) {
    display: block;
  }

  .footer-label {
    font-size: 5px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
  }

  .footer-h {
    font-size: 1.254vw;
    letter-spacing: 0.125vw;
  }


  .footer-back::before {
    background: #dddddd;
  }

  .footer-back::after {
    display: none;
  }


  .footer-back span {
    display: none;
  }

  .footer-buttons {
    gap: 1.5vw;
  }

  .footer-buttons_ul {
    gap: 1.5vw;
  }

  .footer-buttons_ul a {
    width: 4.181vw;
    height: 4.181vw;
  }

  .footer-buttons_ul a:after {
    display: none;
  }

  .footer-buttons_ul svg {
    width: 1.338vw;
    height: 1.338vw;
  }

  .footer-buttons_a {
    font-size: 0.743vw;
    letter-spacing: 0.149vw;
    height: 45px;
    padding: 0px 5.602vw;
  }

  .footer-buttons_a::after {
    display: none;
  }

  .footer-buttons_a svg {
    width: 1.421vw;
    height: 1.421vw;
    left: 2.174vw;
  }

  .footer-info {
    margin-top: 30px;
  }

  .footer-bottom {
    padding: 28px 60px;
    padding-bottom: 60px;
  }

  .footer-links {
    gap: 28px;
  }

  .footer-links a {
    font-size: 0.92vw;
    letter-spacing: 0.184vw;
  }

  .footer-p {
    font-size: 0.92vw;
    letter-spacing: 0.184vw;
  }

  .footer-descr {
    font-size: 0.92vw;
    letter-spacing: 0.184vw;
  }

  .footer-points {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .footer-point {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 33%;
  }

  .footer-point::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 17px;
    background: #d0c8c1;
  }

  .footer-point:last-child:after {
    display: none;
  }

  .footer-point:first-child {
    align-items: flex-start;
  }

  .footer-point:last-child {
    align-items: flex-end;
  }
}

@media (max-width: 836px) {
  .footer-buttons {
    gap: 1.2vw;
  }

  .contact-title.h4{
    line-height: 1;
  }

  .footer-buttons_ul {
    gap: 1.2vw;
  }

  .footer-back:first-child{
    display: none;
  }

  .footer-info{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .footer-buttons_ul a{
    width: 45px;
    height: 45px;
  }

  .footer-buttons_ul svg{
    width: 16px;
  }

  .footer-buttons_a{
    font-size: 9px;
  }

  .footer-back{
    margin-top: 30px;
    width: 60px;
    height: 40px;
  }
}

@media (max-width: 500px) {
  .footer-top {
    padding: 30px 0px;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 100px 0px;
  }

  .footer-points {
    display: none;
  }

  .footer-map {
    height: 225px;
    margin-bottom: 20px;
  }

  .footer-label {
    font-size: 5px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
  }

  .footer-h {
    font-size: 15px;
    letter-spacing: 1.5px;
  }

  .footer-box:nth-child(1) {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-box:nth-child(1) .footer-h {
    display: none;
  }

  .footer-box:nth-child(1) .footer-label {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }

  .footer-box:nth-child(1) .footer-ul {
    width: 100%;
    margin-top: 15px;
  }

  .footer-box:nth-child(1) .footer-ul li:first-child {
    margin-top: 0px;
  }

  .footer-box:nth-child(1) .footer-ul li:last-child:after {
    display: none;
  }

  .footer-box:nth-child(1) .footer-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
  }

  .footer-box:nth-child(1) .footer-ul li::after {
    top: auto;
    bottom: -15px;
    height: 1px;
    background: #d0c8c1;
    width: 50px;
  }

  .footer-box:nth-child(1) .footer-ul span {
    color: #000;
    font-size: 15px;
    letter-spacing: 1.5px;
  }

  .footer-contain {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-links {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .footer-links::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 11px;
    background: #f1ece9;
  }

  .footer-links a {
    font-size: 12px;
    letter-spacing: 2.4px;
    text-align: center;
  }

  .footer-descr {
    position: static;
    transform: translate(0);
    font-size: 12px;
    letter-spacing: 2.4px;
    text-align: center;
    margin-top: 25px;
    text-align: center;
  }

  .footer-p {
    position: static;
    transform: translate(0);
    font-size: 12px;
    letter-spacing: 2.4px;
    text-align: center;
    margin-top: 25px;
    text-align: center;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-back:first-child {
    display: none;
  }

  .footer-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .footer-buttons_a {
    order: -1;
    width: 275px;
    height: 45px;
    padding: 0px;
    font-size: 8.886px;
    letter-spacing: 1.777px;
  }

  .footer-buttons_a svg {
    width: 18px;
    height: 18px;
    left: 26px;
  }

  .footer-buttons_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .footer-buttons_ul a {
    width: 50px;
    height: 50px;
  }

  .footer-buttons_ul svg {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 1197px) {
  .footer-menu a:hover {
    color: #ccbcb2;
  }

  .footer-back:hover {
    color: #ffffff;
  }

  .footer-back:hover::after {
    transform: translate(0);
  }

  .footer-back:hover::before {
    transform: translateY(-100%);
  }

  .footer-back:hover svg {
    fill: #ffffff;
  }

  .footer-links a:hover {
    color: #ffffff;
  }

  .footer-buttons_ul a:hover::after {
    transform: translate(0);
  }

  .footer-buttons_ul a:hover::before {
    transform: translateY(-100%);
  }

  .footer-buttons_ul a:hover svg {
    fill: #fff;
  }

  .footer-buttons_a:hover {
    color: #fff;
  }

  .footer-buttons_a:hover::after {
    transform: translate(0);
  }

  .footer-buttons_a:hover::before {
    transform: translateY(-100%);
  }

  .footer-buttons_a:hover svg {
    fill: #fff;
  }
}

/*-footer*/
/*content*/
/*-content*/
/*modal*/
.modal {
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f1ece9;
  display: none;
}

.modal-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-box>form {
  width: 100%;
}

.modal-h {
  text-align: center;
  text-transform: uppercase;
}

.modal-p {
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0px 75px 0px;
}

.modal-back {
  position: absolute;
  left: 50%;
  bottom: 159px;
  transform: translateX(-50%);
}

@media (max-width: 2561px) {
  .modal-p {
    margin: 20px 0px 50px 0px;
  }

  .modal-back {
    bottom: 106px;
  }
}

@media (max-width: 1921px) {
  .modal-p {
    margin: 15px 0px 37px 0px;
  }

  .modal-back {
    bottom: 80px;
  }
}

@media (min-width: 1920px) {
  .h2{
    font-size: 17px !important;
  }
  .section-label{
    font-size: 13px !important;
  }
  h2:not(.about-slide_h)::before, h2:not(.about-slide_h)::after{
    height: 17px !important;
  }
}

@media (max-width: 1520px) {
  .modal-p {
    margin: 12px 0px 30px 0px;
  }

  .modal-back {
    bottom: 60px;
  }
}

@media (max-width: 1197px) {
  .modal-back {
    bottom: 49px;
  }
}

@media (max-width: 500px) {
  .modal-h {
    max-width: 62vw;
  }

  .modal-p {
    max-width: 260px;
    margin-top: 10px;
  }

  .modal-box {
    width: 100%;
    padding: 20px;
  }

  .modal-back {
    bottom: 20px;
  }


  .modal-success > svg{
    width: 150px;
    height: 150px;
  }

  .modal-success .modal-h.h4{
    font-size: 40px;
  }

  .modal-success .modal-p.p1{
    font-size: 16px;
  }
}

/*-modal*/
/*start*/
.start.active .start-bg {
  opacity: 0;
}

.start {
  position: relative;
  z-index: 1;
}

.start-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1580px;
  background: url("../img/bg-1.png") top no-repeat;
  background-size: cover;
}

.start-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px 215px;
}

.start-boxs {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  opacity: 0;
}

.start-box_h {
  max-width: 750px;
}

.start-box_p {
  max-width: 500px;
  margin-top: 50px;
}

.start-box_line {
  width: 150px;
  height: 3px;
  background: #d0c8c1;
  margin-top: 50px;
}

.start-box_a {
  margin-top: 50px;
}

.start-box:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.start-box:nth-child(2) .start-box_h {
  text-align: right;
}

.start-box:nth-child(2) .start-box_p {
  text-align: right;
}

.start-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: calc(100% - 224px);
  width: 34.141vw;
  opacity: 0;
}

.start-img img {
  width: auto;
  height: auto;
  max-height: 100%;
}

.start-box_hide {
  display: none;
}

@media (max-width: 2561px) {
  .start-bg {
    height: 1052px;
  }

  .start-wrap {
    padding: 0px 124px;
  }

  .start-img {
    height: calc(100% - 162px);
    width: 49.863vw;
  }

  .start-box_h {
    max-width: 500px;
  }

  .start-box_p {
    max-width: 340px;
    margin-top: 33px;
  }

  .start-box_line {
    width: 100px;
    height: 2px;
    margin-top: 33px;
  }

  .start-box_a {
    margin-top: 33px;
  }
}

@media (max-width: 1921px) {
  .start-bg {
    height: 789px;
  }

  .start-wrap {
    padding: 0px 108px;
  }

  .start-box_h {
    max-width: 400px;
  }

  .start-box_line {
    width: 75px;
    height: 1.5px;
    margin-top: 25px;
  }

  .start-box_p {
    max-width: 250px;
  }

  .start-box_a {
    margin-top: 25px;
  }

  .start-img {
    height: calc(100% - 120px);
    width: 655px;
  }
}

@media (max-width: 1520px) {
  .start-bg {
    height: 624px;
  }

  .start-wrap {
    padding: 0px 85px;
  }

  .start-box_h {
    max-width: 300px;
  }

  .start-box_p {
    margin-top: 20px;
  }

  .start-box_line {
    width: 59px;
    height: 1.2px;
    margin-top: 20px;
  }

  .start-box_a {
    margin-top: 20px;
  }

  .start-img {
    height: calc(100% - 96px);
    width: 520px;
  }
}

.swiper-slide.page-slide[data-hash="slide3"]{
  background: #d0c8c1;
}

#services-section{
  background: #f1ece9;
  border-top-left-radius: 75px;
  border-top-right-radius: 75px;
}

@media (max-width: 1520px) and (orientation: portrait) and (min-width: 826px) {
  .services-slide {
    width: 354px !important;
  }
}

@media (max-width: 1196px) {
  .start-wrap {
    padding: 0px;
  }

  .start-bg {
    height: 490px;
  }

  .start-img {
    height: calc(100% - 85px);
    width: 40.886vw;
  }

  .start-box_h {
    text-wrap: pretty;
    max-width: 25.5vw;
  }

  .start-box_p {
    max-width: 18.395vw;
    margin-top: 19px;
  }

  .start-box_line {
    width: 11.706vw;
    margin-top: 19px;
  }

  .start-box_a {
    margin-top: 19px;
  }
}

@media (max-width: 836px) {
  .start-bg {
    height: 582px;
  }

  .start-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 120px;
  }

  .start-box_hide {
    display: flex;
  }

  .start-boxs {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .start-box:nth-child(2) {
    display: none;
  }

  .start-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .start-box_h {
    max-width: 54.435vw;
  }

  .start-box_p {
    max-width: 340px;
    margin-top: 15px;
  }

  .start-box_line {
    margin-top: 16px;
  }

  .start-box_mob {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
  }

  .start-box_a {
    width: 100%;
    max-width: 230px;
    padding: 0px;
  }

  .start-img {
    position: static;
    height: 100%;
    width: auto;
    max-width: 59.809vw;
    transform: translate(0);
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .start-bg {
    height: 100%;
    background: url("../img/bg-1s.png") top no-repeat;
    background-size: cover;
  }

  .start-wrap {
    padding-top: 87px;
  }

  .start-boxs {
    position: static;
  }

  .start-box_h {
    max-width: 80vw;
  }

  .start-box_p {
    max-width: 300px;
    margin-top: 10px;
  }

  .start-box_a {
    position: absolute;
    bottom: 100px;
    max-width: fit-content;
    padding: 0px 13vw;
  }

  .start-box_line {
    display: none;
  }

  .start-box_hide {
    display: none;
  }

  .start-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 20px;
  }
}

/*-start*/
/*about*/
.about {
  position: relative;
  background: #d0c8c1;
  border-radius: 75px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.about-bg1 {
  opacity: 0;
}

.about-bg2 {
  opacity: 0;
}

.about-hide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.about-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.about-text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  opacity: 0;
}

.about-slider {
  z-index: 1;
  overflow: visible;
  width: 71.615vw;
}

.about-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: auto;
  transition-property: opacity !important;
  background: #d0c8c1
}

.about-slide_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1065px;
  overflow: hidden;
}

.about-slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.about-slide_lines {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  gap: 5px;
  width: 100%;
  height: 100%;
}

.about-slide_line {
  position: relative;
  width: 100%;
  height: 100%;
}

.about-slide_line::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 5px;
  height: 100%;
  background: #d0c8c1;
}

.about-slide_line span:nth-child(1) {
  width: 100%;
  height: 0%;
  background: #d9d9d9;
}

.about-slide_line span:nth-child(2) {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  background: #d0c8c1;
}

.about-slide_line:nth-child(16) {
  order: 30;
}

.about-slide_line:nth-child(17) {
  order: 29;
}

.about-slide_line:nth-child(18) {
  order: 28;
}

.about-slide_line:nth-child(19) {
  order: 27;
}

.about-slide_line:nth-child(20) {
  order: 26;
}

.about-slide_line:nth-child(21) {
  order: 25;
}

.about-slide_line:nth-child(22) {
  order: 24;
}

.about-slide_line:nth-child(23) {
  order: 23;
}

.about-slide_line:nth-child(24) {
  order: 22;
}

.about-slide_line:nth-child(25) {
  order: 21;
}

.about-slide_line:nth-child(26) {
  order: 20;
}

.about-slide_line:nth-child(27) {
  order: 19;
}

.about-slide_line:nth-child(28) {
  order: 18;
}

.about-slide_line:nth-child(29) {
  order: 17;
}

.about-slide_line:nth-child(30) {
  order: 16;
}

.about-slide_line:nth-child(2) span:nth-child(2),
.about-slide_line:nth-child(7) span:nth-child(2),
.about-slide_line:nth-child(12) span:nth-child(2),
.about-slide_line:nth-child(17) span:nth-child(2),
.about-slide_line:nth-child(22) span:nth-child(2),
.about-slide_line:nth-child(27) span:nth-child(2) {
  height: 64px;
}

.about-slide_line:nth-child(3) span:nth-child(2),
.about-slide_line:nth-child(8) span:nth-child(2),
.about-slide_line:nth-child(13) span:nth-child(2),
.about-slide_line:nth-child(18) span:nth-child(2),
.about-slide_line:nth-child(23) span:nth-child(2),
.about-slide_line:nth-child(28) span:nth-child(2) {
  height: 44px;
}

.about-slide_line:nth-child(4) span:nth-child(2),
.about-slide_line:nth-child(9) span:nth-child(2),
.about-slide_line:nth-child(14) span:nth-child(2),
.about-slide_line:nth-child(19) span:nth-child(2),
.about-slide_line:nth-child(24) span:nth-child(2),
.about-slide_line:nth-child(29) span:nth-child(2) {
  height: 64px;
}

.about-slide_text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(50px);
  opacity: 0;
  margin-top: 120px;
}

.about-slide_h {
  text-align: center;
}

.about-slide_label {
  width: 150px;
  height: 1px;
  background: #000000;
  margin: 25px 0px;
}

.about-slide_p {
  text-align: center;
  max-width: 975px;
}

.about-slide_a {
  position: relative;
  z-index: 3;
  margin-top: 38px;
}

.about-arrow {
  position: absolute;
  z-index: 2;
  bottom: 11px;
  opacity: 0;
}

.about-arrow:first-child {
  left: 0;
  transform: translateX(-15px);
}

.about-arrow:last-child {
  right: 0;
  transform: translateX(15px);
}

@media (max-width: 2561px) {
  .about-slider {
    width: 71.574vw;
  }

  .about-slide_img {
    height: 710px;
  }

  .about-slide_text {
    margin-top: 80px;
  }

  .about-slide_label {
    width: 100px;
    height: 1px;
    margin: 16px 0px;
  }

  .about-slide_p {
    max-width: 650px;
  }

  .about-slide_a {
    margin-top: 25px;
  }

  .about-arrow {
    bottom: 8px;
  }
}

@media (max-width: 1921px) {
  .about-slider {
    width: 71.615vw;
  }

  .about-slide_img {
    height: 430px;
  }

  .about-slide_text {
    margin-top: 50px;
  }

  .about-slide_label {
    width: 75px;
    margin: 12px 0px;
  }

  .about-slide_p {
    max-width: 800px;
  }

  .about-slide_a {
    margin-top: 19px;
  }

  .about-arrow {
    bottom: 5px;
  }
}

@media (max-width: 1520px) {
  .about-slider {
    width: 71.053vw;
  }

  .about-slide_img {
    height: 350px;
  }

  .about-slide_text {
    margin-top: 40px;
  }

  .about-slide_label {
    width: 60px;
    margin: 10px 0px;
  }

  .about-slide_p {
    max-width: 600px;
  }

  .about-slide_a {
    margin-top: 14px;
  }

  .about-slide_line:nth-child(2) span:nth-child(2),
  .about-slide_line:nth-child(7) span:nth-child(2),
  .about-slide_line:nth-child(12) span:nth-child(2),
  .about-slide_line:nth-child(17) span:nth-child(2),
  .about-slide_line:nth-child(22) span:nth-child(2),
  .about-slide_line:nth-child(27) span:nth-child(2) {
    height: 34px;
  }

  .about-slide_line:nth-child(3) span:nth-child(2),
  .about-slide_line:nth-child(8) span:nth-child(2),
  .about-slide_line:nth-child(13) span:nth-child(2),
  .about-slide_line:nth-child(18) span:nth-child(2),
  .about-slide_line:nth-child(23) span:nth-child(2),
  .about-slide_line:nth-child(28) span:nth-child(2) {
    height: 24px;
  }

  .about-slide_line:nth-child(4) span:nth-child(2),
  .about-slide_line:nth-child(9) span:nth-child(2),
  .about-slide_line:nth-child(14) span:nth-child(2),
  .about-slide_line:nth-child(19) span:nth-child(2),
  .about-slide_line:nth-child(24) span:nth-child(2),
  .about-slide_line:nth-child(29) span:nth-child(2) {
    height: 34px;
  }
}

@media (max-width: 1196px) {
  .about-slider {
    width: 64.883vw;
    overflow: visible;
  }

  .about-slide_line:nth-child(1),
  .about-slide_line:nth-child(2),
  .about-slide_line:nth-child(3),
  .about-slide_line:nth-child(4),
  .about-slide_line:nth-child(5) {
    display: none;
  }

  .about-slide_line:nth-child(16),
  .about-slide_line:nth-child(17),
  .about-slide_line:nth-child(18),
  .about-slide_line:nth-child(19),
  .about-slide_line:nth-child(20) {
    display: none;
  }

  .about-slide_img {
    height: 370px;
  }

  .about-slide_text {
    margin-top: 38px;
  }

  .about-slide_a {
    margin-top: 10vw;
  }

  p.about-slide_p {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.65px;
  }

  .about-arrows {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% + 15.05vw);
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .about-arrow {
    position: relative;
    bottom: auto;
  }
}

@media (max-width: 836px) {
  .about-slider {
    width: 100%;
    padding: 0px 54px;
  }

  .about-slide_img {
    height: 41.866vw;
  }

  .about-arrows {
    width: 100%;
    height: 41.866vw;
  }
}

@media (max-width: 836px) and (orientation: portrait) {
  .about-slide_img {
    height: 43vh;

  }

  .section.contact,
  .contact-wrap,
  .contact-cover {
    height: auto !important;
  }
}

@media (max-width: 500px) {
  .about-wrap {
    align-items: flex-start;
  }

  .about-arrows {
    display: none;
  }

  .about-slider {
    width: 100%;
    padding: 0px;
  }

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

  .about-slide_line:nth-child(6),
  .about-slide_line:nth-child(7),
  .about-slide_line:nth-child(8),
  .about-slide_line:nth-child(9),
  .about-slide_line:nth-child(10) {
    display: none;
  }

  .about-slide_line:nth-child(21),
  .about-slide_line:nth-child(22),
  .about-slide_line:nth-child(23),
  .about-slide_line:nth-child(24),
  .about-slide_line:nth-child(25) {
    display: none;
  }

  .about-slide_img {
    height: 30vh;
  }

  .about-slide_text {
    margin-top: 32px;
  }

  .about-slide_label {
    margin: 10px 0;
  }
}

/*-about*/
/*services*/
.services {
  position: relative;
}

.services-hide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.services-bg1 {
  opacity: 0;
}

.services-bg2 {
  opacity: 0;
}

.services-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.services-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  opacity: 0;
}

.services-nav {
  position: absolute;
  left: 0;
  bottom: 117px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  width: 100%;
  transform: translateY(30px);
  opacity: 0;
}

.services-arrows {
  display: flex;
  align-items: center;
  gap: 20px;
}

.services-slider {
  width: 100%;
}

.services-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 650px;
  transition-property: inherit !important;
  opacity: 0;
}

.services-slide~.services-slide .services-slide_item {
  opacity: 0.25;
}

.services-slide.swiper-slide-active .services-slide_item {
  opacity: 1;
}

.services-slide.swiper-slide-active .services-slide_a:before {
  opacity: 1;
}

.services-slide.swiper-slide-prev .services-slide_item,
.services-slide.swiper-slide-next .services-slide_item {
  opacity: 0.5;
}

.services-slide_item {
  width: 100%;
  opacity: 0.15;
  transition: 0.3s;
}

.services-slide_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.services-slide_img img {
  width: 100%;
  height: auto;
}

.services-slide_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.services-slide_h {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}

.services-slide_p {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}

.services-slide_a {
  margin-top: 30px;
  cursor: pointer;
}

.services-slide_a:before {
  opacity: 0;
}

.services-hand {
  display: none;
  background: url("../img/hand.gif") center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

@media (max-width: 2561px) {
  .services-slide {
    width: 433px;
  }

  .services-slide_text {
    margin-top: 26px;
  }

  .services-slide_h {
    -webkit-text-stroke-width: 0.33px;
    font-size: 20px;
    letter-spacing: 2px;
  }

  .services-slide_p {
    font-size: 13px;
    letter-spacing: 1.3px;
    margin-top: 6px;
  }

  .services-slide_a {
    margin-top: 19px;
  }

  .services-nav {
    gap: 23px;
    bottom: 78px;
  }

  .services-arrows {
    gap: 13px;
  }
}

@media (max-width: 1921px) {
  .services-slide {
    width: 325px;
  }

  .services-slide_text {
    margin-top: 20px;
  }

  .services-slide_h {
    -webkit-text-stroke-width: 0.25px;
    font-size: 15px;
    letter-spacing: 1.5px;
  }

  .services-slide_p {
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 5px;
  }

  .services-slide_a {
    margin-top: 15px;
  }

  .services-nav {
    gap: 18px;
    bottom: 40px;
  }

  .services-arrows {
    gap: 10px;
  }
}

@media (max-width: 1520px) {
  .services-slide {
    width: 257px;
  }

  .services-slide_text {
    margin-top: 16px;
  }

  .services-slide_h {
    -webkit-text-stroke-width: 0.19px;
    font-size: 15px;
    letter-spacing: 1.187px;
  }

  .services-slide_p {
    font-size: 12px;
    letter-spacing: 0.791px;
    margin-top: 4px;
  }

  .services-slide_a {
    margin-top: 11px;
  }

  .services-nav {
    gap: 14px;
    bottom: 20px;
  }

  .services-arrows {
    gap: 8px;
  }
}

@media (max-width: 1196px) {
  .services-arrows {
    display: none;
  }

  .services-nav {
    bottom: 49px;
    gap: 10px;
  }

  .services-hand {
    display: block;
  }

  .services-slide_text {
    margin-top: 14px;
  }

  .services-slide_h {
    font-size: 15px;
    letter-spacing: 1.5px;
  }

  .services-slide_p {
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .services-slide_a {
    margin-top: 14px;
  }
}

@media (max-width: 500px) {
  .services-nav {
    bottom: 100px;
  }

  .services-slide {
    width: 240px;
    opacity: 1;
  }

  .services-slide:nth-child(2),
  .services-slide:nth-child(3),
  .services-slide:nth-child(4) {
    opacity: 0;
  }

  .services-slide_text {
    margin-top: 14px;
  }

  .services-slide_h {
    font-size: 12.197px;
    letter-spacing: 1.22px;
  }

  .services-slide_p {
    font-size: 9.486px;
    letter-spacing: 0.949px;
    margin-top: 3px;
    padding: 0px 20px;
  }

  .services-slide_a {
    margin-top: 16px;
  }
}

/*-services*/
/*portfolio*/
.portfolio {
  position: relative;
  overflow: hidden;
}

.portfolio-bg1 {
  opacity: 0;
}

.portfolio-bg2 {
  opacity: 0;
}

.portfolio-hide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.portfolio-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.portfolio-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  opacity: 0;
}

.portfolio-cover {
  display: flex;
  width: 100%;
  padding-left: 250px;
}

.portfolio-title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 1360px;
  opacity: 0;
}

.portfolio-slider {
  z-index: 1;
  overflow: visible;
  width: 960px;
  height: 1400px;
  margin-left: 0px;
}

.portfolio-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition-property: inherit !important;
}

.portfolio-slide .portfolio-slide_box {
  opacity: 0;
}

.portfolio-slide.swiper-slide-active .portfolio-slide_box {
  opacity: 1;
}

.services-next::before {
  background: #fff;
}

.portfolio-slide.swiper-slide-active~.portfolio-slide .portfolio-slide_box {
  opacity: 1;
}

.portfolio-slide_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: 1s;
}

.portfolio-slide_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.portfolio-slide_anim {
  width: 100%;
  height: 100%;
  transform: translateX(50px);
  opacity: 0;
}

.portfolio-nav {
  position: absolute;
  bottom: 117px;
  left: 0;
  transform: translateY(30px);
  opacity: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.portfolio-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.portfolio-hand {
  display: none;
  background: url("../img/hand.gif") center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

@media (max-width: 2561px) {
  .portfolio-title {
    width: 900px;
  }

  .portfolio-slider {
    width: 640px;
    height: 936px;
  }

  .portfolio-nav {
    gap: 23px;
    bottom: 78px;
  }

  .portfolio-arrows {
    gap: 13px;
  }
}

@media (max-width: 1921px) {
  .portfolio-cover {
    padding-left: 150px;
  }

  .portfolio-title {
    width: 680px;
  }

  .portfolio-slider {
    width: 500px;
    height: 640px;
  }

  .portfolio-nav {
    gap: 18px;
    bottom: 40px;
  }

  .portfolio-arrows {
    gap: 10px;
  }
}

@media (max-width: 1520px) {
  .portfolio-cover {
    padding-left: 95px;
  }

  .portfolio-title {
    width: 538px;
  }

  .portfolio-slider {
    width: 349px;
    height: 525px;
  }

  .portfolio-nav {
    gap: 14px;
    bottom: 20px;
  }

  .portfolio-arrows {
    gap: 8px;
  }
}

@media (max-width: 1196px) {
  .portfolio-cover {
    padding-left: 0px;
  }

  .portfolio-title {
    width: 40.97vw;
    margin-right: 30px;
  }

  .portfolio-slider {
    width: 26.834vw;
    height: 39.272vw;
  }

  .portfolio-arrows {
    display: none;
  }

  .portfolio-nav {
    bottom: 49px;
    gap: 10px;
  }

  .portfolio-hand {
    display: block;
  }
}

@media (max-width: 836px) {
  .portfolio-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .portfolio-title {
    order: 3;
    text-align: center;
    width: 100%;
    display: block;
    margin: 30px 0px 0px 0px;
  }

  .portfolio-slider {
    height: 70vw;
    width: 47.847vw;
  }
}

@media (max-width: 500px) {
  .portfolio-nav {
    bottom: 100px;
  }

  .portfolio-slider {
    margin: auto;
    width: 62.879vw;
    height: 91.919vw;
  }

  .portfolio-title {
    max-width: 70.707vw;
  }
}

/*-portfolio*/
/*reviews*/
.reviews {
  position: relative;
}




.reviews-bg1 {
  opacity: 0;
}

.reviews-bg2 {
  opacity: 0;
}

.reviews-hide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.reviews-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.reviews-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  opacity: 0;
}

.reviews-anim {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.reviews-slider {
  z-index: 1;
  overflow: visible;
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 249px 300px;
  transition: 0.4s;
}




.reviews-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #e8e2df;
}

.reviews-slide_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 1023px;
}

.reviews-slide_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 449px;
  height: 378px;
  background: url("../icons/dots.svg") center no-repeat;
  background-size: contain;
}

.reviews-slide_line {
  width: 149px;
  height: 1px;
  background: #000;
  margin-top: 25px;
}

.reviews-slide_p {
  margin-top: 50px;
}

.reviews-slide_star {
  margin-top: 90px;
}

.reviews-slide_name {
  font-size: 19.8px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.984px;
}

.reviews-nav {
  position: absolute;
  z-index: 2;
  bottom: 117px;
  left: 0;
  transform: translateY(30px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  opacity: 0;
}

.reviews-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.reviews-hand {
  display: none;
  background: url("../img/hand.gif") center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

@media (max-width: 2561px) {
  .reviews-slider {
    padding: 166px 108px;
  }

  .reviews-slide_box {
    width: 682px;
  }

  .reviews-slide_box:before {
    width: 299px;
    height: 252px;
  }

  .reviews-slide_line {
    width: 100px;
    margin-top: 16px;
  }

  .reviews-slide_p {
    margin-top: 33px;
  }

  .reviews-slide_star {
    height: 12px;
    width: auto;
    margin-top: 60px;
  }

  .reviews-slide_name {
    font-size: 13px;
    letter-spacing: 1.9px;
  }

  .reviews-nav {
    gap: 23px;
    bottom: 78px;
  }

  .reviews-arrows {
    gap: 13px;
  }
}

@media (max-width: 1921px) {
  .reviews-slider {
    padding: 124px 80px;
  }

  .reviews-slide_box {
    width: 510px;
  }

  .reviews-slide_box:before {
    width: 224px;
    height: 189px;
  }

  .reviews-slide_line {
    width: 74px;
    margin-top: 12px;
  }

  .reviews-slide_p {
    margin-top: 25px;
  }

  .reviews-slide_star {
    height: 10px;
    width: auto;
    margin-top: 45px;
  }

  .reviews-slide_name {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .reviews-nav {
    gap: 18px;
    bottom: 40px;
  }

  .reviews-arrows {
    gap: 10px;
  }
}

@media (max-width: 1520px) {
  .reviews-slider {
    padding: 98px 63px;
  }

  .reviews-nav {
    gap: 14px;
    bottom: 20px;
  }

  .reviews-arrows {
    gap: 8px;
  }
}

@media (max-width: 1196px) {
  .reviews-arrows {
    display: none;
  }

  .reviews-nav {
    bottom: 49px;
    gap: 10px;
  }

  .reviews-hand {
    display: block;
  }

  .reviews-slider {
    padding: 110px 0px;
  }

  .reviews-slide_box:before {
    top: 0;
    width: 230px;
    height: 180px;
  }

  .reviews-slide_line {
    margin-top: 16px;
  }

  .reviews-slide_p {
    width: 50vw;
    font-size: 12.1px;
    margin-top: 16px;
  }

  .reviews-slide_star {
    margin-top: 26px;
  }

  .reviews-slide_name {
    font-size: 12.1px;
    letter-spacing: 1.815px;
    margin-top: 5px;
  }
}

.reviews-slide_h {
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .reviews-anim {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .reviews-slider {
    padding: 0px;
    height: 433px;
  }

  .reviews-slide {
    padding: 0px 30px;
  }

  .reviews-slide_h {
    font-family: "Sansation", sans-serif;
    -webkit-text-stroke-width: 0.3px;
    font-size: 15px;
    letter-spacing: 1.5px;
  }

  .reviews-slide_p {
    width: 100%;
    margin-top: 10px;
  }

  .reviews-slide_line {
    display: none;
  }

  .reviews-slide_box {
    height: 100%;
  }

  .reviews-slide_box::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 192px;
    height: 162px;
  }

  .reviews-slide_name {
    position: absolute;
    left: 0;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-align: center;
    width: 100%;
    bottom: 10px;
  }

  .reviews-slide_star {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 13px;
    bottom: 30px;
  }

  .reviews-nav {
    bottom: 100px;
  }
}

/*-reviews*/
/*contact*/
.contact {
  position: relative;
  padding-bottom: 0 !important
}

.contact-hide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.contact-bg1 {
  opacity: 0;
}

.contact-bg2 {
  opacity: 0;
}

.contact-wrap {
  position: relative;
  height: 100%;
}

.contact-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  opacity: 0;
}

.contact-cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding-right: 215px;
}

.contact-img {
  position: relative;
  z-index: 3;
  left: -3.697vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  opacity: 0;
}

.contact-img img {
  /* max-height: 100%; */
}

.contact-img img:nth-child(2) {
  display: none;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: fit-content;
  opacity: 0;
}

.contact-p {
  white-space: nowrap;
}

.contact-p {
  margin-top: 30px;
}

.contact-a {
  margin-top: 30px;
}

.contact-bottom {
  height: 500px;
  background: red;
}

@media (max-width: 2561px) {
  .contact-cover {
    padding-right: 144px;
  }

  .contact-img {
    left: -3.67vw;
  }

  .contact-p {
    margin-top: 20px;
  }

  .contact-a {
    margin-top: 20px;
  }
}

@media (max-width: 1921px) {
  .contact-cover {
    padding-right: 107px;
  }

  .contact-img {
    left: -3.644vw;
  }

  .contact-p {
    margin-top: 15px;
  }

  .contact-a {
    margin-top: 15px;
  }
}

@media (max-width: 1520px) {
  .contact-cover {
    padding-right: 88px;
  }

  .contact-img {
    position: absolute;
    left: -9.684vw;
    bottom: 0;
  }

  .contact-info {
    margin-left: auto;
  }

  .contact-img img {
    width: 67vw;
  }

  .contact-p {
    margin-top: 12px;
  }

  .contact-a {
    margin-top: 12px;
  }
}

@media (max-width: 1520px) and (orientation: portrait) {

  .contact-img {
    position: static;
  }

  .contact-info {
    margin-left: 0;
  }

  .contact-img img {
    width: 100%;
    height: auto;
  }


}

@media (max-width: 1196px) {
  .contact-p {
    margin-top: 16px;
  }

  .contact-a {
    margin-top: 16px;
  }

  .contact-cover {
    padding: 0px;
  }

  .header-menu {
    margin-top: 0;
  }

  .header-nav__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
  }

  .header-menu li {
    height: auto;
  }
}

@media (max-width: 836px) {
  .contact-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 120px;
    overflow: hidden;
  }

  .contact-info {
    position: static;
    transform: translate(0);
    order: -1;
  }

  .contact-img {
    width: auto;
    /* height: 51.77vw; */
  }
}

@media (max-width: 500px) {
  .contact-cover {
    padding-top: 100px;
  }

  .contact-info {
    width: 100%;
    min-width: 100%;
  }

  .contact-title {
    max-width: 75.758vw;
  }

  .contact-p {
    white-space: normal;
    max-width: 260px;
    margin-top: 10px;
  }

  .contact-p {
    margin-top: 20px;
  }

  .contact-cover {
    position: relative;
    left: -20px;
    width: calc(100% + 30px);
  }

  .contact-img {
    left: 0px;
    bottom: -10px;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .contact-img img:nth-child(1) {
    display: none;
  }

  .contact-img img:nth-child(2) {
    display: block;
  }
}

/*-contact*/
/*favor*/
.favor {
  position: fixed;
  z-index: 8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}

.favor-slider {
  width: 100%;
  height: 100%;
}

.favor-item {
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

.favor-item::-webkit-scrollbar {
  width: 0;
}

.favor-item::-webkit-scrollbar-thumb {
  background: transparent;
}

.favor-item::-webkit-scrollbar-track {
  background: transparent;
}

.favor-top {
  position: relative;
  height: 100vh;
  width: 100%;
}

.favor-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  padding-top: 300px;
}

.favor-h {
  font-weight: 400;
}

.favor-p {
  font-family: "Avegreat", sans-serif;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 3px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.favor-img {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 1850px;
  object-fit: cover;
  object-position: top;
  margin-top: -145px;
}

.favor-bg {
  height: 137% !important;
}

.favor-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  height: 901px;
  background: #ccbcb2;
  margin-top: -106px;
}

.favor-fon {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: url("../img/bg-4.png") top no-repeat;
  background-size: cover;
  opacity: 0;
}

.favor-bottom {
  position: relative;
  z-index: 5;
  transform: translateY(175px);
  margin-top: 0;
  border-radius: 133px 133px 0px 0px;
  padding: 60px 30px 60px 30px;
  background: #f1ece9;
}

.favor-boxs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.favor-boxs::after {
  content: "";
  position: absolute;
  left: 33%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ccbcb2;
}

.favor-boxs::before {
  content: "";
  position: absolute;
  right: 33%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ccbcb2;
}

.favor-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.favor-box img {
  width: 69px;
  height: 69px;
}

.favor-box_h {
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
}

.favor-box_p {
  max-width: 540px;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 7px;
}

.favor-nav {
  position: absolute;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  bottom: 100px;
  opacity: 0;
  pointer-events: none;
}

.favor-book {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 50px;
  margin-top: 200px;
}

.favor-tables {
  display: grid;
  gap: 100px;
  margin-top: 70px;
}

.favor-table {
  padding: 100px 8.021vw;
  border-radius: 200px;
  background: #fff;
}

.favor-table_h {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 90px;
}

.favor-table_box {
  display: flex;
}

.favor-table_name {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 4px;
  padding-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
}

.favor-table_name b {
  font-weight: 700;
}

.favor-table_name span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 106px;
  height: 2px;
  background: #ccbcb2;
}

.favor-table_name:nth-child(2) {
  min-width: 41%;
  text-align: center;
}

.favor-table_name:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 30px;
  background: #ccbcb2;
}

.favor-table_name:nth-child(2)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 30px;
  background: #ccbcb2;
}

.favor-table_name:nth-child(2) span {
  left: 50%;
  transform: translateX(-50%);
}

.favor-table_name:nth-child(3) {
  text-align: right;
}

.favor-table_name:nth-child(3) span {
  left: auto;
  right: 0;
}

.favor-table_text {
  position: relative;
  width: 100%;
  font-size: 25px;
  letter-spacing: 2.5px;
  padding: 50px 0px;
  border-bottom: 2px solid #ccbcb2;
}

.favor-table_text:nth-child(2) {
  min-width: 41%;
  text-align: center;
}

.favor-table_text:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background: #ccbcb2;
}

.favor-table_text:nth-child(2)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background: #ccbcb2;
}

.favor-table_text:nth-child(3) {
  text-align: right;
}

.favor-table_info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

.favor-table_info span {
  color: #000;
  font-size: 25px;
  letter-spacing: 2.5px;
  opacity: 0.5;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 2561px) {
  .favor-text {
    padding-top: 230px;
  }

  .favor-p {
    -webkit-text-stroke-width: 0.3px;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }

  .favor-bg {
    width: 440px;
    height: 602px;
    margin-top: -70px;
  }

  .favor-img {
    width: 1250px;
    margin-top: -102px;
  }

  .favor-book {
    margin-top: 100px;
    gap: 30px;
  }

  .favor-box_h {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .favor-box_p {
    font-size: 13.333px;
    letter-spacing: 1.333px;
    max-width: 360px;
  }

  .favor-tables {
    margin-top: 60px;
  }

  .favor-table {
    border-radius: 133.333px;
  }

  .favor-table_info {
    gap: 30px;
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 1.7px;
  }
}

@media (max-width: 1921px) {
  .favor-text {
    padding-top: 170px;
    width: 78%;
    margin: 0 auto;
  }

  .favor-h.h1 {
    font-size: 8.014vw;
  }

  .favor-p {
    -webkit-text-stroke-width: 0.25px;
    font-size: 15px;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
  }

  .favor-bg {
    width: 325px;
    height: 451px;
    margin-top: -53px;
  }

  .favor-img {
    width: 916px;
    margin-top: -71px;
  }

  .favor-nav {
    gap: 10px;
    bottom: 60px;
  }

  .favor-box img {
    width: 52px;
    height: 52px;
  }

  .favor-box_h {
    font-size: 15px;
    letter-spacing: 1.5px;
    margin-top: 15px;
  }

  .favor-box_p {
    font-size: 12px;
    letter-spacing: 1px;
    max-width: 270px;
  }

  .favor-bottom {
    transform: translateY(105px);
    margin-top: 0;
    padding: 30px 30px 180px 30px;
  }

  .footer-book {
    margin-top: 75px;
    margin-bottom: 24px;
  }

  .favor-tables {
    margin-top: 45px;
  }

  .favor-table {
    padding: 50px 8.021vw;
    border-radius: 100px;
  }

  .favor-table_h {
    font-size: 25px;
    letter-spacing: 2.5px;
    margin-bottom: 40px;
  }

  .favor-table_name {
    font-size: 20px;
    letter-spacing: 2px;
    padding-bottom: 15px;
  }

  .favor-table_name span {
    width: 50px;
  }

  .favor-table_text {
    font-size: 12.5px;
    letter-spacing: 1.25px;
    padding: 24px 0px;
  }

  .favor-table_name:nth-child(2)::before {
    height: 15px;
  }

  .favor-table_name:nth-child(2)::after {
    height: 15px;
  }

  .favor-table_text:nth-child(2)::before {
    height: 15px;
  }

  .favor-table_text:nth-child(2)::after {
    height: 15px;
  }

  .favor-table_info {
    gap: 20px;
    margin-top: 25px;
  }

  .favor-table_info span {
    font-size: 12px;
    letter-spacing: 1.25px;
  }
}

@media (max-width: 1561px) {
  .favor-h.h1 {
    font-size: 8.014vw;
  }

  .favor-text {
    padding-top: 136px;
  }

  .favor-p {
    -webkit-text-stroke-width: 0.19px;
    font-size: 11.867px;
    letter-spacing: 1.187px;
    margin-bottom: 20px;
  }

  .favor-bg {
    width: 257px;
    height: 356px;
    margin-top: -42px;
  }

  .favor-img {
    width: 730px;
    margin-top: -57px;
  }

  .footer-book {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1198px) {
  .favor-h.h1 {
    font-size: 10.632vw;
  }

  .favor-text {
    padding-top: 120px;
    width: 100%;
    margin: unset;
  }

  .favor-bg {
    width: 257px;
    height: 356px;
    margin-top: -58px;
  }

  .favor-img {
    min-width: 730px;
    margin-top: -74px;
  }

  .favor-nav {
    bottom: 49px;
  }

  .favor-next {
    display: none;
  }

  .favor-prev {
    display: none;
  }

  .favor-bottom {
    margin-top: 0;
    border-radius: 40px 40px 0px 0px;
    padding: 50px 20px 150px 20px;
  }

  .favor-box img {
    width: 45px;
    height: 45px;
  }

  .favor-box_h {
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  .favor-box_p {
    font-size: 11px;
    letter-spacing: 1.1px;
    max-width: 230px;
  }

  .footer-book {
    margin-top: 75px;
    margin-bottom: 20px;
  }

  .favor-tabels {
    margin-top: 50px;
  }

  .favor-table {
    padding: 50px 40px;
  }

  .favor-table_h {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 50px;
  }

  .favor-table_name {
    font-size: 18px;
    letter-spacing: 1.8px;
  }

  .favor-table_name:nth-child(2) {
    min-width: 20.067vw;
    width: 20.067vw;
  }

  .favor-table_name:nth-child(3) {
    text-align: center;
    min-width: 20.067vw;
    width: 20.067vw;
  }

  .favor-table_name:nth-child(3) span {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .favor-table_text {
    font-size: 11px;
    letter-spacing: 1.1px;
  }

  .favor-table_text:nth-child(2) {
    min-width: 20.067vw;
    width: 20.067vw;
  }

  .favor-table_text:nth-child(3) {
    text-align: center;
    min-width: 20.067vw;
    width: 20.067vw;
  }

  .favor-table_text:nth-child(3) span {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

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

@media (max-width: 836px) {
  .favor-text {
    padding-top: 100px;
  }

  .favor-boxs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }

  .favor-boxs::after {
    display: none;
  }

  .favor-boxs::before {
    display: none;
  }

  .favor-box {
    position: relative;
  }

  .favor-box img {
    width: 60px;
    height: 60px;
  }

  .favor-box::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 177px;
    height: 1px;
    background: #ccbcb2;
    bottom: -50px;
  }

  .favor-box:last-child:after {
    display: none;
  }

  .favor-box_h {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin-top: 10px;
  }

  .favor-box_p {
    font-size: 14px;
    letter-spacing: 1.4px;
    max-width: 350px;
  }

  .favor-table {
    border-radius: 50px;
  }

  .favor-table_name {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .favor-bottom {
    padding: 50px 20px 200px 20px;
  }

  .favor-bg {
    width: 240px;
    height: 334px;
    margin-top: -51px;
  }

  .favor-img {
    min-width: 730px;
    margin-top: -78px;
  }

  .favor-nav {
    bottom: 40px;
  }

  .favor-p {
    -webkit-text-stroke-width: 0.1px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }

  .favor-box img {
    width: 40px;
    height: 40px;
  }

  .favor-box_h {
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  .favor-box_p {
    font-size: 12px;
    letter-spacing: 1.2px;
    max-width: 280px;
  }

  .favor-book {
    margin-top: 50px;
    gap: 15px;
  }

  .favor-tables {
    margin-top: 50px;
  }

  .favor-table {
    border-radius: 30px;
    padding: 30px 15px;

    width: calc(100% + 60px);
    position: relative;
    left: -30px;
  }

  .favor-table_h {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin-bottom: 30px;
  }

  .favor-table_name {
    font-size: 12px;
    letter-spacing: 1.4px;
    border-right: 1px solid #ccbcb2;
    border-bottom: 1px solid #ccbcb2;
  }

  .favor-table_name b {
    display: none;
  }

  .favor-table_name span {
    display: none;
  }

  .favor-table_name:nth-child(2) {
    width: 90px;
    min-width: 90px;
  }

  .favor-table_name:nth-child(2)::before {
    display: none;
  }

  .favor-table_name:nth-child(2)::after {
    display: none;
  }

  .favor-table_name:nth-child(3) {
    width: 90px;
    min-width: 90px;
  }

  .favor-table_name:last-child {
    border-right: none;
  }

  .favor-table_text {
    display: flex;
    align-items: center;
    font-size: 10px;
    letter-spacing: 1.2px;
    padding: 16px 0px;
    border-right: 1px solid #ccbcb2;
    border-bottom: 1px solid #ccbcb2;
  }

  .favor-table_text:last-child {
    border-right: none;
  }

  .favor-table_text:nth-child(1) {
    padding-right: 5px;
  }

  .favor-table_text:nth-child(2) {
    justify-content: center;
    width: 90px;
    min-width: 90px;
  }

  .favor-table_text:nth-child(2)::before {
    display: none;
  }

  .favor-table_text:nth-child(2)::after {
    display: none;
  }

  .favor-table_text:nth-child(3) {
    justify-content: center;
    width: 90px;
    min-width: 90px;
  }

  .footer-book_a {
    width: 290px;
    min-width: 290px;
    padding: 0px;
  }

  .favor-book_h {
    -webkit-text-stroke-width: 0px;
    font-size: 30px;
    letter-spacing: 3px;
  }

  .favor-table_info {
    gap: 16px;
    margin-top: 25px;
  }

  .favor-table_info span {
    font-size: 10px;
    letter-spacing: 1.2px;
  }
}

/*-favor*/
/*media*/
.media {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: url("../img/bg-5.jpg") center no-repeat;
  background-size: cover;
}

.media-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 160px;
}

.media-ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1400px;
  grid-row-gap: 100px;
}

.media-ul::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 65px;
  background: #d0c8c1;
}

.media-li {
  position: relative;
  width: fit-content;
}

.media-li::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 1px;
  background: #d0c8c1;
}

.media-li:nth-child(5):after,
.media-li:nth-child(6):after {
  display: none;
}

.media-a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 527px;
  height: 102px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 3.4px;
  border-radius: 440.977px;
  overflow: hidden;
}

.media-a svg {
  position: absolute;
  z-index: 2;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.media-a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d0c8c1;
  transition: 0.3s;
}

.media-a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateY(100%);
  transition: 0.3s;
}

@media (max-width: 2561px) {
  .media-logo svg {
    height: 112px;
    width: auto;
  }

  .media-wrap {
    gap: 120px;
  }

  .media-ul {
    width: 950px;
    grid-row-gap: 70px;
  }

  .media-ul::after {
    height: 40px;
  }

  .media-li::after {
    bottom: -35px;
    width: 40px;
  }

  .media-a {
    width: 350px;
    height: 68px;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 293.985px;
  }

  .media-a svg {
    left: 50px;
    width: 22px;
    height: 22px;
    left: 34px;
  }
}

@media (max-width: 1921px) {
  .media-logo svg {
    height: 80px;
  }

  .media-wrap {
    gap: 90px;
  }

  .media-ul {
    width: 710px;
    grid-row-gap: 50px;
  }

  .media-ul::after {
    height: 32px;
  }

  .media-li::after {
    bottom: -25px;
    width: 30px;
  }

  .media-a {
    width: 260px;
    height: 52px;
    font-size: 9px;
    letter-spacing: 2px;
    border-radius: 220.489px;
  }

  .media-a svg {
    width: 17px;
    height: 17px;
    left: 25px;
  }
}

@media (max-width: 1561px) {
  .media-logo svg {
    height: 65px;
  }

  .media-wrap {
    gap: 70px;
  }

  .media-ul {
    width: 560px;
    grid-row-gap: 40px;
  }

  .media-ul::after {
    height: 25px;
  }

  .media-li::after {
    bottom: -20px;
    width: 25px;
  }

  .media-a {
    width: 210px;
    height: 40px;
    font-size: 7px;
    letter-spacing: 1.3px;
    border-radius: 220.489px;
  }

  .media-a svg {
    width: 14px;
    height: 14px;
    left: 20px;
  }
}

@media (max-width: 1196px) {
  .media-logo svg {
    height: 65px;
  }

  .media-wrap {
    gap: 100px;
  }

  .media-ul {
    width: 900px;
    grid-row-gap: 40px;
  }

  .media-ul::after {
    height: 65px;
  }

  .media-li::after {
    bottom: -20px;
    width: 65px;
  }

  .media-a {
    width: 370px;
    height: 72px;
    font-size: 12px;
    letter-spacing: 2.4px;
    border-radius: 220.489px;
  }

  .media-a svg {
    width: 24px;
    height: 24px;
    left: 36px;
  }
}

@media (max-width: 836px) {
  .media {
    align-items: flex-start;
    padding-top: 50px;
  }

  .media-logo {
    margin-bottom: 50px;
  }

  .media-logo svg {
    height: 65px;
  }

  .media-wrap {
    gap: 0;
  }

  .media-ul {
    flex-direction: column;
    width: 400px;
    grid-row-gap: 40px;
  }

  .media-li {
    width: 100%;
  }

  .media-li::after {
    bottom: -20px;
    width: 65px;
  }

  .media-a {
    width: 100%;
    height: 78px;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 220.489px;
  }

  .media-a svg {
    width: 26px;
    height: 26px;
    left: 40px;
  }

  .media-li:nth-child(5):after {
    display: block;
  }
}

@media (max-width: 500px) {
  .media {
    padding-top: 20px;
  }

  .media-logo {
    margin-bottom: 45px;
  }

  .media-logo svg {
    height: 36px;
  }

  .media-ul {
    width: 310px;
    gap: 30px;
  }

  .media-li:after {
    bottom: -15px;
    width: 65px;
  }

  .media-a {
    height: 60px;
    font-size: 10px;
    letter-spacing: 2px;
  }

  .media-a svg {
    left: 30px;
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1197px) {
  .media-a:hover::after {
    transform: translate(0);
  }

  .media-a:hover::before {
    transform: translateY(-100%);
  }
}

.scroll-page body {
  overflow: hidden;
}

.scroll-page .page-slide {
  height: 100vh;
  z-index: 5;

}

.scroll-page .contact-slide {
  height: auto !important;
}

.scroll-page .page-slider *:not(.portfolio-slide_box, .about-slide){
  opacity: 1 !important;
}

.scroll-page .page-slider {
  height: auto;
}

.scroll-page .page-slider>.swiper-wrapper {
  display: block;
  height: auto;
}

.services-slide_anim {
  width: 100%;
}


.scroll-page {


  .about-hide,
  .services-hide,
  .portfolio-hide,
  .reviews-hide,
  .contact-hide {
    display: none;
  }

  .about-text,
  .services-text,
  .portfolio-text,
  .contact-text,
  .reviews-text {
    position: static;
    transform: translate(0) !important;
  }

  .services-wrap,
  .portfolio-wrap,
  .contact-wrap,
  .about-wrap,
  .reviews-wrap {
    display: flex;
    flex-direction: column;
    gap: 3vw;


    h2:not(.about-slide_h)::before,
    h2:not(.about-slide_h)::after {
      content: "";
      width: 2px;
      height: 20px;
      display: block;
      background: #000;
      opacity: 0.25;
      margin-bottom: 4px;
    }


    h2:not(.about-slide_h) {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 3vw;
    }

    h2:not(.about-slide_h) {
      -webkit-text-stroke-width: 1;
      -webkit-text-stroke-color: var(--BLACK, #000);
      font-size: 40px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 4px;
    }

  }

  .about-wrap {

    h2::before,
    h2::after {
      display: none;
    }
  }

  .section-label {
    color: var(--BLACK, #000);
    font-family: "Sansation", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
  }


  .header {
    position: fixed;
  }


  .reviews-slider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section:not(.start) {
    padding: 50px 0;
  }

  .page-bg1,
  .page-bg2 {
    background: none !important;
  }

  .page-slide {
    height: auto !important;
  }

  .page-slide:first-child {
    height: 100vh !important;
  }

  .services-nav,
  .portfolio-nav,
  .reviews-nav {
    position: static;
    transform: translate(0);
  }

  .about-slide_text {
    transform: translate(0);
  }

  .reviews-slide {
    min-height: 50vh;
  }

  .contact-cover {
    height: auto;
  }

  .contact-img {
    position: static !important;
  }






  .start-box_a svg,
  .about-slide_a svg {
    display: none;
  }


  .services-slide:not(.swiper-slide-active) {
    opacity: 0.5 !important;
  }

  @media(max-width: 1506px) {

    .services-wrap,
    .portfolio-wrap,
    .contact-wrap,
    .reviews-wrap,
    .about-wrap {
      h2:not(.about-slide_h) {
        font-size: 20px !important;
      }
    }

    .section-label {
      font-size: 10px;
      margin-bottom: 8px;
    }
  }

  @media(max-width: 1194px) {
    .contact-cover {
      padding-top: 0;
    }

    .reviews-slide {
      min-height: 50vh;
    }

    .services-wrap,
    .portfolio-wrap,
    .contact-wrap,
    .about-wrap,
    .reviews-wrap {
      gap: 6vw;
    }
  }


  @media(max-width: 500px) {


    .section:not(.start) {
      padding: 50px 0;

    }

    .about, #services-section{
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
      overflow-x: hidden;
    }



    .about-text {
      margin: 0 auto;
    }

    .section-label {
      font-size: 10px;
      margin-bottom: 6px;
    }

    .services-wrap,
    .portfolio-wrap,
    .contact-wrap,
    .about-wrap,
    .reviews-wrap {
      gap: 32px;
    }

    .section {
      margin-top: 0;
    }



    .reviews-slide {
      min-height: auto;
    }

    .contact-cover {
      padding-top: 0;
    }

  }


  @media(max-width: 500px) {



    .section.start {
      margin-top: 0;
    }
  }




}

html {
  background: #f1ece9;

}

@media(max-width: 1194px) {

  .contact .page-bg1,
  .contact .page-bg2 {
    background: none !important;
  }
}


/*-media*/
.mistake{
  height: 100%;
  background: url('../img/BACKGROUND.png') no-repeat fixed center bottom / cover;
}
.mistake-wrap{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mistake-text{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mistake-h{
  font-size: 300px;
}

.mistake-p{
  margin: 0 0 50px;
}


.not_found_contacts__title{
  margin: 50px 0 12px;
  font-size: 12px;
}

.footer-p{
  text-align: center;
}

.footer-descr{
  text-align: right;
}

.footer-p br, .footer-descr br{
  display: none;
}


@media (max-width: 834px) {
  .mistake-h{
    font-size: 100px;
  }

  .footer-p, .footer-descr, .footer-links a{
    font-size: 11px;
  }

  .footer-p br, .footer-descr br{
  display: block;
}

.footer-descr {
  text-align: center;
}

.footer-buttons_ul li:not(:last-child){
  margin-right: 30px;
}
}


