/*animations* */
/*-animations*/
/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.title-xl {
  color: #A79F88;
  font-family: "Abhaya Libre", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.title-xl.black {
  color: #1C1C1C;
}

.title-x {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 300;
  line-height: 92.5%;
  text-transform: uppercase;
}

.title-lx {
  color: #1C1C1C;
  font-family: "Abhaya Libre", sans-serif;
  font-size: 40px;
  ont-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.title-lg {
  color: #A79F88;
  font-family: "Abhaya Libre", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.title-l {
  color: #1C1C1C;
  font-family: "Abhaya Libre", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
}

.title-l.white {
  color: #FDFDFD;
}

.title-md {
  color: #1C1C1C;
  font-family: "Abhaya Libre", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 114.286%;
  text-transform: uppercase;
}

.title-sm {
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-xl {
  color: #1C1C1C;
  font-size: 20px;
  font-weight: 300;
  line-height: 185%;
}

.text-x {
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 300;
  line-height: 166.667%;
}

.text-lg {
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-md {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 600;
  line-height: 170%;
}

.text-s {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 300;
  line-height: 170%;
}

.text-s.white {
  color: #FDFDFD;
}

.text-sl {
  color: #A79F88;
  font-size: 13px;
  font-weight: 300;
  line-height: 154%;
}

.text-sm {
  color: #1C1C1C;
  font-size: 12px;
  font-weight: 300;
  line-height: 200%;
}

@media (max-width: 800px) {
  .title-xl {
    font-size: 36px;
  }
  .title-x {
    font-size: 36px;
    line-height: 102.778%;
  }
  .title-lx {
    font-size: 36px;
    line-height: 120%;
  }
  .text-xl {
    font-size: 18px;
  }
  .text-s {
    font-size: 18px;
    line-height: 166.667%;
  }
}
/*-fonts*/
/*options*/
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background: #ffffff;
}

body.active {
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-thumb {
  background: #2A2E44;
}

body::-webkit-scrollbar-track {
  background: #FFFFFF;
}

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;
}

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: "Open Sans", 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: "Open Sans", 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;
}

input {
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  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;
}

button {
  font-family: "Open Sans", 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%;
  max-width: 1228px;
  padding: 0 24px;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.section {
  margin-top: 150px;
}

.section:first-child {
  margin-top: 0px;
}

.section-single {
  margin-top: 210px;
}

.title-one {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-one::before {
  content: "";
  height: 1px;
  width: 72px;
  background: #A79F88;
  margin-bottom: 30px;
}

.title-two {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.title-two::before {
  content: "";
  height: 1px;
  width: 72px;
  background: #A79F88;
  margin-bottom: 30px;
}

.fancybox__infobar {
  display: flex;
}

.section-btn {
  display: none;
}

.section-title {
  text-align: center;
  margin-top: 210px;
}

.section-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 603px;
  margin-top: 32px;
}
.section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-content {
  max-width: 564px;
  margin: 32px auto 0px auto;
}

.section-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 603px;
  margin-top: 32px;
}
.section-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-video svg {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.1s;
}
.section-video circle {
  fill: rgba(217, 217, 217, 0.7);
  transition: 0.1s;
}

@media (max-width: 1200px) {
  .wrapper {
    padding-bottom: 60px;
  }
  .section-btn {
    position: fixed;
    z-index: 6;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #2A2E44;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
  }
}
@media (max-width: 800px) {
  .section {
    margin-top: 100px;
  }
  .section-single {
    margin-top: 120px;
  }
  .section-title {
    margin-top: 120px;
  }
  .section-img {
    position: relative;
    left: -24px;
    height: 300px;
    width: calc(100% + 48px);
  }
  .section-content {
    max-width: 564px;
  }
  .section-video {
    height: 330px;
    left: -24px;
    width: calc(100% + 48px);
  }
  .section-video svg {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .section-video:hover circle {
    fill: #1C1C1C;
  }
}
/*-options*/
/*buttons*/
.btn-one {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.56px;
  height: 50px;
  width: fit-content;
  padding: 0px 32px;
  border-radius: 6px;
  background: #2A2E44;
  border: 1px solid #2A2E44;
  text-transform: uppercase;
  transition: 0.2s;
}

.btn-two {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2A2E44;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.56px;
  height: 50px;
  width: fit-content;
  padding: 0px 32px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid #2A2E44;
  text-transform: uppercase;
  transition: 0.2s;
}

@media (max-width: 800px) {
  .btn-one {
    font-size: 16px;
  }
  .btn-two {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .btn-one:hover {
    color: #FFFFFF;
    border: 1px solid #A79F88;
    background: #A79F88;
  }
  .btn-two:hover {
    color: #FFFFFF;
    background: #2A2E44;
  }
}
/*-buttons*/
/*form*/
.form-error {
  display: none;
  color: #ED1C4E;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.form-name {
  position: absolute;
  left: 18px;
  top: 16px;
  display: flex;
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 400;
  line-height: 171.429%;
}
.form-name span {
  color: #A79F88;
  font-size: 12px;
  line-height: 12px;
  margin-left: 2px;
  margin-top: 3px;
}

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

.form-input_point {
  width: 100%;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #DBDADA;
  padding: 20px 18px 10px 18px;
}

.form-input_point:not([value=""]) + .form-name {
  top: 8px;
  font-size: 10px;
}
.form-input_point:not([value=""]) + .form-name span {
  font-size: 8px;
}

.form-input_point.false + .form-name + .form-error {
  display: block;
}

.form-textarea {
  position: relative;
  display: block;
  width: 100%;
}

.form-textarea_point {
  width: 100%;
  height: 150px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #DBDADA;
  padding: 20px 18px 10px 18px;
}

.form-textarea_point:not([value=""]) + .form-name {
  top: 8px;
  font-size: 10px;
}
.form-textarea_point:not([value=""]) + .form-name span {
  font-size: 8px;
}

.form-textarea_point.false + .form-name + .form-error {
  display: block;
}

.form-select {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.form-select svg {
  position: absolute;
  right: 18px;
  top: 16px;
  pointer-events: none;
}

.form-select_point {
  width: 100%;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #DBDADA;
  padding: 20px 18px 10px 18px;
  cursor: pointer;
}

.form-select_point.active + svg + .form-name {
  top: 8px;
  font-size: 10px;
}
.form-select_point.active + svg + .form-name span {
  font-size: 8px;
}

.form-select_point.false + svg + .form-name + .form-error {
  display: block;
}

.form-check {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}

.form-check_point {
  position: absolute;
  z-index: -1;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
}

.form-check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #BFBFBF;
  margin-right: 8px;
}
.form-check_box svg {
  display: none;
}

.form-check_name {
  width: calc(100% - 24px);
  color: #1C1C1C;
  font-size: 13px;
  font-weight: 300;
  line-height: 170%;
}
.form-check_name a {
  display: inline;
  color: #1C1C1C;
  transition: 0.1s;
  text-decoration: underline;
}

.form-check_point:checked + .form-check_box svg {
  display: block;
}

.form-check_point.false + .form-check_box + .form-check_name + .form-error {
  display: block;
}

.form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: fit-content;
  padding: 0px 32px;
  border-radius: 6px;
  background: #2A2E44;
  text-transform: uppercase;
  transition: 0.2s;
  cursor: pointer;
}

.form-btn_point {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.56px;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 800px) {
  .form-btn_point {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .form-input_point:hover {
    border: 1px solid #A69F8B;
  }
  .form-textarea_point:hover {
    border: 1px solid #A69F8B;
  }
  .form-select_point:hover {
    border: 1px solid #A69F8B;
  }
  .form-check_name a:hover {
    color: #A69F8B;
  }
  .form-btn:hover {
    background: #A79F88;
  }
  .form-btn:hover .form-btn_point {
    color: #FFFFFF;
  }
}
/*-form*/
/*menu*/
.menu {
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2A2E44;
  padding: 20px 0px;
  display: none;
}

.menu.active {
  display: block;
}

.menu-close {
  position: absolute;
  right: 50px;
  top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-close svg {
  stroke: #FFF;
  transition: 0.1s;
}

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

.menu-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-height: 100%;
  width: 100%;
  overflow: auto;
}

.menu-list {
  display: grid;
  grid-gap: 16px;
}
.menu-list a {
  color: #FFF;
  width: fit-content;
  font-size: 22px;
  font-weight: 400;
  line-height: 168.182%;
  transition: 0.1s;
}

.menu-links {
  display: grid;
  grid-gap: 4px;
}
.menu-links a {
  color: #BABBC2;
  width: fit-content;
  font-size: 14px;
  font-weight: 400;
  line-height: 37px;
  transition: 0.1s;
}

.menu-buttons {
  display: grid;
  grid-gap: 16px;
  margin-top: 24px;
}
.menu-buttons a {
  display: flex;
  align-items: center;
  height: 54px;
  width: 171px;
  color: #C0C1C7;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding: 0px 16px;
  border-radius: 6px;
  border: 1px solid #C0C1C7;
  transition: 0.1s;
}
.menu-buttons svg {
  stroke: #C0C1C7;
  margin-right: 4px;
  transition: 0.1s;
}

.menu-lang {
  display: flex;
  grid-gap: 31px;
  margin-top: 18px;
}
.menu-lang a {
  color: #C0C1C7;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  transition: 0.1s;
}
.menu-lang li.active a {
  font-weight: 600;
}

@media (max-width: 800px) {
  .menu {
    padding: 78px 0px 32px 0px;
  }
  .menu .container {
    padding: 0px;
  }
  .menu-content {
    display: block;
    padding: 0px 24px;
  }
  .menu-close {
    right: 24px;
    top: 24px;
  }
  .menu-close svg {
    width: 40px;
    height: 40px;
  }
  .menu-list {
    margin-bottom: 24px;
  }
  .menu-info {
    display: flex;
    flex-direction: column;
  }
  .menu-buttons {
    order: -1;
    margin-bottom: 50px;
  }
  .menu-buttons a {
    width: 100%;
    justify-content: center;
  }
  .menu-lang {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .menu-list a:hover {
    text-shadow: -0.25px -0.25px 0 #FFF, 0.25px 0.25px #FFF;
  }
  .menu-links a:hover {
    color: #FFF;
  }
  .menu-buttons a:hover {
    color: #FFF;
    border: 1px solid #FFF;
  }
  .menu-buttons a:hover svg {
    stroke: #FFF;
  }
  .menu-lang a:hover {
    color: #FFF;
  }
  .menu-close:hover svg {
    stroke: #C0C1C7;
  }
}
/*-menu*/
/*filter*/
.filter {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.filter-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 14px;
  width: 100%;
}

.filter-back {
  display: none;
}

.filter-form {
  display: flex;
  grid-gap: 14px;
  grid-column-start: 1;
  grid-column-end: 3;
}

.filter-submit {
  display: none;
}

.filter-mob {
  display: none;
}

.filter-input {
  position: relative;
  width: 100%;
}

.filter-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 59px;
  width: 100%;
  padding: 6px 50px 6px 12px;
  border-radius: 6px;
  background: #FFF;
  cursor: pointer;
}
.filter-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 38px;
  background: url("../arrow-3.svg") center no-repeat;
  background-size: contain;
}

.filter-wrap.active {
  z-index: 5;
}
.filter-wrap.active + .filter-modal {
  display: block;
}
.filter-wrap.active + .filter-modal + .filter-bg {
  display: block;
}

.filter-name {
  color: #1C1C1C;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.65px;
}

.filter-num {
  display: flex;
  align-items: center;
  color: #1C1C1C;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.65px;
}
.filter-num *:first-child {
  margin-left: 0px;
}
.filter-num span {
  margin: 0px 3px;
}

.filter-point {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.filter-input_arrow {
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.filter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.56px;
  text-transform: uppercase;
  border-radius: 6px;
  background: #2A2E44;
  transition: 0.2s;
}

.filter-btn.disable {
  opacity: 0.9;
  pointer-events: none;
}

.filter-modal {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: calc(100% + 12px);
  padding: 32px;
  border-radius: 6px;
  background: #FFF;
  display: none;
}

.filter-modal.two {
  left: auto;
  right: 0;
  padding: 14px 12px;
  width: fit-content;
}

.filter-bg {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.filter-close {
  display: none;
}

.filter-true {
  display: none;
}

.lightpick {
  position: static;
  box-shadow: none;
  padding: 0px;
  background: transparent;
}

.lightpick__inner {
  position: relative;
  padding: 0;
  border-radius: 0;
}

.lightpick__month {
  position: relative;
  padding: 0px;
  width: 210px;
}

.lightpick__months {
  grid-gap: 28px;
  background-color: transparent;
}

.lightpick__month-title-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightpick__tooltip {
  display: none !important;
}

.lightpick__day-of-the-week {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E5E5E5;
}

.lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range.is-flipped {
  background-color: #2A2E44;
  border-top-left-radius: 77px;
  border-bottom-left-radius: 77px;
}

.lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range.is-flipped {
  background-color: #2A2E44;
}

.lightpick__day.is-in-range {
  color: #E5E5E5;
  background-color: #2A2E44;
}

.lightpick__day.is-start-date.is-end-date {
  background-image: none !important;
}

.lightpick__day.is-today {
  color: #A79F88;
  background-image: none;
}

.lightpick__month-title > .lightpick__select-months {
  color: #1C1C1C;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.65px;
  text-align: center;
  margin-right: 2px;
}

.lightpick__month-title > .lightpick__select {
  color: #1C1C1C;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.65px;
}

.lightpick__month-title-bar {
  pointer-events: none;
  margin-bottom: 34px;
}

.lightpick__month-title {
  padding: 0px;
  line-height: 0px;
  margin: 0px;
}

.lightpick__day {
  height: 30px;
  font-size: 12px;
}

.lightpick__toolbar {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 3px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.lightpick__toolbar button {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0px;
  background: none;
  border-radius: 0px;
}
.lightpick__toolbar button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
}

.lightpick__previous-action:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../arrow-1.svg") center no-repeat;
  background-size: contain;
}

.lightpick__next-action:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../arrow-2.svg") center no-repeat;
  background-size: contain;
}

.lightpick__day.is-start-date, .lightpick__day.is-end-date, .lightpick__day.is-start-date:hover, .lightpick__day.is-end-date:hover {
  background-image: none;
}

.filter-items {
  display: flex;
  flex-direction: row-reverse;
  grid-gap: 12px;
}

.filter-item {
  position: relative;
  width: 174px;
  display: none;
}

.filter-item:first-child {
  display: block;
}

.filter-item.active {
  display: block;
}

.filter-item_delete {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-item_delete svg {
  stroke: #2A2E44;
  transition: 0.1s;
}

.filter-item_name {
  display: block;
  color: #2A2E44;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.7px;
  margin-bottom: 12px;
}

.filter-item_more {
  display: flex;
  align-items: center;
  color: #2A2E44;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.7px;
  border-bottom: 1px solid #DBDADA;
  margin-top: 4px;
  margin-left: auto;
  transition: 0.1s;
}
.filter-item_more svg {
  margin-right: 8px;
}

.filter-item_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #DBDADA;
  padding: 0px 16px;
}

.filter-item_title {
  color: #2A2E44;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.7px;
}

.filter-item_wrap {
  display: flex;
  align-items: center;
}

.filter-item_num {
  display: block;
  color: #2A2E44;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.7px;
  width: 20px;
  text-align: center;
  pointer-events: none;
}

.filter-item_boxs {
  display: grid;
  grid-gap: 12px;
}

@media (max-width: 1200px) {
  .filter {
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    padding: 24px;
    display: none;
  }
  .filter.active {
    display: block;
  }
  .filter-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 14px;
  }
  .filter-form {
    display: grid;
  }
  .filter-wrap {
    border: 1px solid #DBDADA;
  }
  .filter-mob {
    display: grid;
    grid-gap: 14px;
  }
  .filter-back {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  .filter-input {
    position: static;
  }
  .filter-btn {
    display: none;
  }
  .filter-submit {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0px;
    height: 60px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    background: #2A2E44;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }
  .filter-wrap.active {
    display: none;
  }
  .filter-modal {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    padding: 72px 24px 90px 24px;
    overflow: auto;
  }
  .filter-modal::after {
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #FFF;
  }
  .filter-modal.two {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    padding: 72px 24px 90px 24px;
  }
  .filter-close {
    position: absolute;
    right: 24px;
    top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .filter-true {
    position: fixed;
    z-index: 10;
    left: 24px;
    bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
    width: calc(100% - 48px);
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 6px;
    background: #A79F88;
  }
  .lightpick {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    background: #FAFAFA;
  }
  .lightpick__months {
    display: flex;
    justify-content: center;
  }
  .lightpick__month {
    width: 210px;
    background-color: transparent;
  }
  .lightpick__month-title-bar {
    pointer-events: auto;
  }
  .lightpick__day.is-start-date, .lightpick__day.is-end-date, .lightpick__day.is-start-date:hover, .lightpick__day.is-end-date:hover {
    color: #A79F88;
  }
  .lightpick__toolbar button:after {
    background: #FAFAFA;
  }
  .filter-items {
    display: block;
    width: 100%;
  }
  .filter-item {
    width: 100%;
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .filter-btn:hover {
    background: #A79F88;
  }
  .filter-item_delete:hover svg {
    stroke: #B90101;
  }
  .filter-item_more:hover {
    border-bottom: 1px solid #2A2E44;
  }
}
/*-filter*/
/*popup*/
.popup {
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: none;
}

.popup.active {
  display: block;
}

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

.popup-contain {
  position: relative;
  width: 100%;
  max-width: 627px;
  border-radius: 20px;
  background: #FFF;
  padding: 50px 32px;
}

.popup-close {
  position: absolute;
  right: 24px;
  top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-close svg {
  stroke: #171717;
  transition: 0.1s;
}

.popup-form {
  margin-top: 18px;
}

.popup-name {
  text-align: center;
}

.popup-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 14px;
}

.popup-box {
  position: relative;
  height: 59px;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #DBDADA;
  background: #FFF;
  cursor: pointer;
  transition: 0.1s;
}
.popup-box::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 38px;
  background: url(../arrow-3.svg) center no-repeat;
  background-size: contain;
}

.popup-label {
  position: absolute;
  left: 12px;
  top: 6px;
  color: #1C1C1C;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.65px;
}

.popup-num {
  position: absolute;
  left: 12px;
  bottom: 6px;
  color: #1C1C1C;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.65px;
  pointer-events: none;
}

.popul-descr {
  text-align: center;
  max-width: 370px;
  margin: 40px auto 0px auto;
}

.popup-input {
  margin-top: 16px;
}

.popup-check {
  margin-top: 12px;
}

.popup-btn {
  width: 220px;
  margin: 32px auto 0px auto;
}

@media (min-width: 1200px) {
  .popup-close:hover svg {
    stroke: #A79F88;
  }
  .popup-box:hover {
    border: 1px solid #2A2E44;
  }
}
/*-popup*/
/*thank*/
.thank {
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: none;
}

.thank.active {
  display: block;
}

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

.thank-contain {
  position: relative;
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  background: #FFF;
  padding: 50px 32px;
}

.thank-close {
  position: absolute;
  right: 24px;
  top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thank-close svg {
  stroke: #171717;
  transition: 0.1s;
}

.thank-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thank-name {
  text-align: center;
  margin-top: 32px;
}

.thank-descr {
  text-align: center;
  margin-top: 8px;
}

.thank-btn {
  width: 220px;
  margin-top: 32px;
}

@media (max-width: 800px) {
  .thank-contain {
    width: calc(100% - 32px);
    max-width: 100%;
  }
  .thank-name {
    margin-top: 8px;
  }
}
/*-thank*/
/*modal*/
.modal {
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.modal.active {
  display: block;
}

.modal-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.modal-bg {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.modal-box {
  position: relative;
  z-index: 3;
  width: 651px;
  height: 100%;
}

.modal-close {
  position: absolute;
  right: calc(100% + 40px);
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #FFF;
  transition: 0.1s;
}
.modal-close svg {
  stroke: #FFF;
  transition: 0.1s;
}

.modal-contain {
  width: 100%;
  height: 100%;
  padding: 120px 155px 0px 140px;
  background: #FFF;
  overflow: auto;
}
.modal-contain::-webkit-scrollbar {
  width: 6px;
}
.modal-contain::-webkit-scrollbar-thumb {
  background: #2A2E44;
}
.modal-contain::-webkit-scrollbar-track {
  background: #FFFFFF;
}

.modal-title {
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .modal-box {
    width: 100%;
  }
  .modal-close {
    right: 24px;
    top: 24px;
    border: 1px solid #2A2E44;
  }
  .modal-close svg {
    stroke: #2A2E44;
  }
  .modal-title {
    font-size: 40px;
  }
  .modal-contain {
    padding: 98px 24px 0px 24px;
  }
}
@media (min-width: 1200px) {
  .modal-close:hover {
    background: #FFFFFF;
  }
  .modal-close:hover svg {
    stroke: #2A2E44;
  }
}
/*-modal*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: 24px 0px 18px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header.fixed {
  background: rgba(42, 46, 68, 0.9);
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-logo svg {
  fill: #FFF;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-info {
  display: flex;
  align-items: center;
  grid-gap: 14px;
}

.header-info_link {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 166.667%;
  transition: 0.1s;
}

.header-info_lang {
  position: relative;
}

.header-info_point {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-info_point svg {
  stroke: #FFF;
  transition: 0.1s;
  margin-right: 4px;
}
.header-info_point span {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 166.667%;
  text-transform: uppercase;
}

.header-info_list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 100%;
  background: #FFF;
  padding: 4px;
  border-radius: 2px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.header-info_list a {
  text-align: center;
  color: #1C1C1C;
  font-size: 12px;
  font-weight: 400;
  line-height: 166.667%;
  text-transform: uppercase;
}

.header-info_tel {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 142.857%;
  transition: 0.1s;
}
.header-info_tel svg {
  stroke: #FFF;
  margin-right: 4px;
}

.header-info_burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 24px;
  padding: 4px 3px;
}
.header-info_burger span {
  display: block;
  width: 100%;
  height: 1px;
  border-block: 2px;
  background: #FFFFFF;
  transition: 0.1s;
}

.header-nav {
  margin-top: 36px;
}

.header-menu {
  display: flex;
  align-items: center;
  grid-gap: 25px;
}
.header-menu a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 164.286%;
  transition: 0.1s;
}
.header-menu li.active a {
  font-weight: 700;
}

.header.two {
  background: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.header.two .header-logo svg {
  fill: #1C1C1C;
}
.header.two .header-info_link {
  color: #1C1C1C;
}
.header.two .header-info_point span {
  color: #1C1C1C;
}
.header.two .header-info_point svg {
  stroke: #1C1C1C;
}
.header.two .header-info_tel {
  color: #1C1C1C;
}
.header.two .header-info_tel svg {
  stroke: #1C1C1C;
}
.header.two .header-info_burger span {
  background: #1C1C1C;
}
.header.two .header-menu a {
  color: #1C1C1C;
}

.header.two.fixed {
  background: #FFFFFF;
}

@media (max-width: 1200px) {
  .header {
    border-bottom: none;
    padding: 0px;
    transition: 0.1s;
  }
  .header-wrap {
    transition: 0.1s;
    padding: 32px 0px 16px 0px;
  }
  .header.fixed .header-wrap {
    padding: 16px 0px;
  }
  .header-top {
    position: relative;
    height: 40px;
    justify-content: flex-end;
  }
  .header-logo {
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-logo svg {
    height: 40px;
    width: fit-content;
  }
  .header-logo_text {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .header-info {
    grid-gap: 18px;
  }
  .header-info_link {
    display: none;
  }
  .header-info_lang {
    display: none;
  }
  .header-info_tel {
    position: relative;
    z-index: 2;
    font-size: 16px;
  }
  .header-info_burger {
    width: 34px;
    height: 34px;
    padding: 7px 5px;
  }
  .header.two {
    border-bottom: none;
  }
  .header.two .header-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1200px) {
  .header-info_link:hover {
    color: #A79F88;
  }
  .header-info_list a:hover {
    color: #A79F88;
  }
  .header-info_tel:hover {
    color: #A79F88;
  }
  .header-info_burger:hover span {
    background: #A79F88;
  }
  .header-info_lang:hover .header-info_point svg {
    transform: rotate(-180deg);
  }
  .header-info_lang:hover .header-info_list {
    display: block;
  }
  .header-info_burger:hover span {
    background: #A79F88;
  }
  .header-menu a:hover {
    color: #A79F88;
  }
  .header.two .header-info_link:hover {
    color: #A79F88;
  }
  .header.two .header-info_list a:hover {
    color: #A79F88;
  }
  .header.two .header-info_tel:hover {
    color: #A79F88;
  }
  .header.two .header-info_burger:hover span {
    background: #A79F88;
  }
  .header.two .header-menu a:hover {
    color: #A79F88;
  }
}
/*-header*/
/*footer*/
.footer {
  position: relative;
  background: #FAFAFA;
  padding-top: 246px;
  margin-top: 150px;
}

.footer-logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  background: #FFF;
  box-shadow: 0px 0px 15.043px 1.504px rgba(0, 0, 0, 0.05);
  padding: 38px 10px 32px 11px;
}
.footer-logo img {
  max-width: 100%;
  max-height: 100%;
}

.footer-wrap {
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-boxs {
  display: flex;
  justify-content: space-between;
  width: 625px;
}

.footer-box_name {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 16px;
}
.footer-box_name svg {
  display: none;
}

.footer-box_menu {
  display: grid;
  grid-gap: 6px;
}
.footer-box_menu a {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  transition: 0.1s;
}

.footer-info {
  width: 352px;
}

.footer-name {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 400;
  line-height: 171.429%;
  margin-bottom: 20px;
}

.footer-thank {
  display: none;
}

.footer-form {
  width: 100%;
}

.footer-info.active .footer-form {
  display: none;
}
.footer-info.active .footer-thank {
  display: block;
}

.footer-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 14px;
}

.footer-input:last-child {
  grid-column-start: 1;
  grid-column-end: 3;
}

.footer-checks {
  display: grid;
  grid-gap: 18px;
  margin-top: 20px;
}

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

.footer-contacts {
  display: grid;
  grid-gap: 14px;
  margin-top: 48px;
}
.footer-contacts li {
  display: flex;
  align-items: center;
}
.footer-contacts svg {
  min-width: 16px;
  margin-right: 10px;
}
.footer-contacts a {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 300;
  line-height: 171.429%;
  transition: 0.1s;
}

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

.footer-socials {
  display: flex;
  align-items: center;
  grid-gap: 18px;
}
.footer-socials a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-socials svg {
  width: 18px;
  height: 18px;
  fill: #1C1C1C;
  transition: 0.1s;
}

.footer-icons {
  display: flex;
  align-items: center;
  grid-gap: 18px;
}
.footer-icons li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-icons img {
  width: 72px;
  height: 72px;
}

.footer-bottom {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75.25px;
  margin-top: 22px;
  gap: 8px
}
.footer-bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 3000px;
  background: #DBDADA;
}

.footer-descr {
  color: #1C1C1C;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
}

.footer-lang {
  position: absolute;
  right: 0;
  top: 21.25;
  display: flex;
  align-items: center;
  grid-gap: 31px;
}
.footer-lang a {
  color: #1C1C1C;
  font-size: 12px;
  font-weight: 300;
  line-height: 180%;
  text-transform: uppercase;
  transition: 0.1s;
}
.footer-lang li.active a {
  font-weight: 600;
}

@media (max-width: 1200px) {
  .footer-boxs {
    width: 460px;
  }
  .footer-info {
    width: 280px;
  }
  .footer-inputs {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-input:last-child {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
@media (max-width: 800px) {
  .footer {
    padding-top: 40px;
    margin-top: 100px;
  }
  .footer-logo {
    position: static;
    transform: translate(0);
    width: auto;
    height: auto;
    background: transparent;
    padding: 0px;
    box-shadow: none;
    margin-bottom: 32px;
  }
  .footer-logo img {
    height: 69px;
  }
  .footer-top {
    display: block;
  }
  .footer-boxs {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    grid-gap: 16px;
    margin-bottom: 60px;
  }
  .footer-box {
    width: 100%;
  }
  .footer-box_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 6px 0px;
    margin: 0px;
  }
  .footer-box_name svg {
    display: block;
    transition: 0.1s;
  }
  .footer-box_name.active svg {
    transform: rotate(-180deg);
  }
  .footer-box_name.active + .footer-box_menu {
    display: grid;
    margin-top: 6px;
  }
  .footer-box_menu {
    display: none;
  }
  .footer-info {
    width: 100%;
  }
  .footer-name {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .footer-inputs {
    grid-row-gap: 16px;
  }
  .footer-icons {
    display: none;
  }
  .footer-contacts {
    margin-top: 40px;
  }
  .footer-contacts a {
    font-size: 13px;
  }
  .footer-center {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: fit-content;
    margin-bottom: 40px;
    margin-top: 46px;
  }
  .footer-bottom::after {
    display: none;
  }
  .footer-lang {
    position: static;
    margin-top: 14px;
  }
}
@media (min-width: 1200px) {
  .footer-box_menu a:hover {
    color: #A79F88;
  }
  .footer-socials a:hover svg {
    fill: #A79F88;
  }
  .footer-lang a:hover {
    color: #A79F88;
  }
  .footer-contacts a:hover {
    color: #A79F88;
  }
}
/*-footer*/
/*content*/
.content *:first-child {
  margin-top: 0px;
}
.content h1 {
  font-family: "Abhaya Libre", sans-serif;
}
.content h2 {
  font-family: "Abhaya Libre", sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 50px;
}
.content h3 {
  font-family: "Abhaya Libre", sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 50px;
}
.content h4 {
  font-family: "Abhaya Libre", sans-serif;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 50px;
}
.content h5 {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 24px;
}
.content p {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 300;
  line-height: 178.571%;
  margin-top: 14px;
}
.content p strong {
  font-weight: 400;
}
.content p a {
  display: inline;
  margin-bottom: 0px;
}
.content a {
  color: #0538BA;
  font-size: 14px;
  font-weight: 300;
  line-height: 178.571%;
  text-decoration: underline;
  margin-top: 14px;
}
.content ul {
  margin-top: 14px;
}
.content ul li {
  position: relative;
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 300;
  line-height: 178.571%;
  padding-left: 40px;
}
.content ul li:before {
  content: "";
  position: absolute;
  left: 29px;
  top: 11px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #1C1C1C;
}
.content ol {
  list-style: none;
  counter-reset: num;
  margin-top: 14px;
}
.content ol li {
  position: relative;
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 300;
  line-height: 178.571%;
  padding-left: 40px;
}
.content ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  left: 24px;
  top: 0;
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 300;
  line-height: 178.571%;
}
.content img {
  margin-top: 14px;
}
.content blockquote {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 25px;
  margin: 0px;
  padding: 0px;
  margin-top: 50px;
}
.content blockquote span {
  color: #2A2E44;
  font-size: 14px;
  font-weight: 300;
  display: inline;
}
.content .wp-block-table {
  width: 100%;
  overflow: auto;
  border-left: 1px solid #B5B5B5;
  border-top: 1px solid #B5B5B5;
  margin-top: 14px;
}
.content table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
.content th {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  padding: 12px 30px;
  border-right: 1px solid #B5B5B5;
  border-bottom: 1px solid #B5B5B5;
  text-align: left;
}
.content td {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  padding: 12px 30px;
  border-right: 1px solid #B5B5B5;
  border-bottom: 1px solid #B5B5B5;
  text-align: left;
}

@media (max-width: 800px) {
  .content ul li {
    padding-left: 30px;
  }
  .content ul li:before {
    left: 19px;
  }
  .content ol li {
    padding-left: 30px;
  }
  .content ol li:before {
    left: 14px;
  }
  .content th {
    font-size: 14px;
    line-height: 25px;
    padding: 12px;
  }
  .content td {
    font-size: 14px;
    line-height: 25px;
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  .content a:hover {
    color: #1C1C1C;
  }
}
/*-content*/
/*item*/
.item {
  width: 100%;
  height: 100%;
}

.item-top {
  display: flex;
  background: #FAFAFA;
}

.item-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53%;
}
.item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-num {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.item-num svg {
  margin-left: 4px;
}

.item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 47%;
  padding: 50px 70px;
}

.item-label {
  margin-top: 16px;
}

.item-point {
  display: flex;
  align-items: center;
}
.item-point svg {
  margin-right: 6px;
}

.item-link {
  margin-top: 16px;
}

.item-btn {
  display: flex;
  align-items: center;
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 40px;
  transition: 0.1s;
}
.item-btn span {
  border-bottom: 1px solid #C0C0C0;
  transition: 0.1s;
}
.item-btn svg {
  stroke: #1C1C1C;
  margin-left: 4px;
  transition: 0.1s;
}

.item-btn.active svg {
  transform: rotate(-180deg);
}

.item-bottom {
  padding: 40px 88px;
  margin-top: 16px;
  background: #FAFAFA;
  display: none;
}

.item-top.active + .item-bottom {
  display: block;
}

.item-sub {
  margin-bottom: 24px;
}

.item-name {
  margin-bottom: 16px;
}

.item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}
.item-list li {
  display: flex;
  align-items: center;
}
.item-list li svg {
  margin-right: 8px;
}

@media (max-width: 1200px) {
  .item-img {
    width: 45%;
  }
  .item-text {
    width: 55%;
    padding: 50px;
  }
  .item-bottom {
    padding: 40px;
  }
}
@media (max-width: 800px) {
  .item-top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: fit-content;
  }
  .item-img {
    width: 100%;
    height: 327px;
  }
  .item-num {
    right: 24px;
    bottom: 16px;
  }
  .item-text {
    width: 100%;
    padding: 32px 24px;
  }
  .item-bottom {
    padding: 32px 24px;
  }
  .item-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 12px;
  }
  .item-list li {
    font-size: 14px;
    line-height: 170%;
  }
}
@media (min-width: 1200px) {
  .item-btn:hover {
    color: #A79F88;
  }
  .item-btn:hover span {
    border-bottom: 1px solid #A79F88;
  }
  .item-btn:hover svg {
    stroke: #A79F88;
  }
}
/*-item*/
/*sta*/
.sta-top {
  position: relative;
  height: 648px;
}
.sta-top::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.sta.two .sta-top {
  height: 370px;
}

.sta-bg {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sta-video {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sta-wrap {
  position: relative;
  height: 100%;
}

.sta-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.sta-bottom {
  background: #FAFAFA;
  padding: 60px 0px;
}

.sta-sub {
  max-width: 913px;
}

.sta-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: center;
}

.sta-descr {
  max-width: 852px;
  margin-top: 40px;
}

@media (max-width: 800px) {
  .sta-top {
    height: 589px;
  }
  .sta.two .sta-top {
    height: 400px;
  }
  .sta-bottom {
    padding: 32px 0px;
  }
  .sta-sub {
    font-size: 43px;
  }
  .sta-descr {
    margin-top: 24px;
  }
}
/*-sta*/
/*abo*/
.abo {
  position: relative;
  z-index: 1;
  height: 710px;
}
.abo::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, rgba(0, 0, 0, 0.7) 14.38%, rgba(0, 0, 0, 0) 76.54%);
}

.abo-bg {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abo-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 112px;
}

.abo-text {
  max-width: 380px;
}

.abo-descr {
  margin-top: 24px;
}

.abo-btn {
  margin-top: 24px;
}

@media (max-width: 800px) {
  .abo {
    height: 700px;
  }
  .abo::before {
    background: linear-gradient(41deg, rgba(0, 0, 0, 0.8) 28.95%, rgba(0, 0, 0, 0.2) 80.35%);
  }
  .abo-wrap {
    padding-bottom: 64px;
  }
  .abo-descr {
    margin-top: 16px;
  }
}
/*-abo*/
/*sut*/
.sut {
  overflow: hidden;
  padding: 50px 0px;
  background: #F8F8F8;
}

.sut-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 70px;
}

.sut-descr {
  margin-top: 20px;
}

.sut-slider {
  overflow: visible;
}

.sut-slide {
  height: auto;
}
.sut-slide .item-top {
  background: #FFFFFF;
}
.sut-slide .item-bottom {
  background: #FFFFFF;
}

.sut-btn {
  margin: 60px auto 0px auto;
}

.sut-arrow {
  position: absolute;
  z-index: 2;
  top: 150px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #FFF;
  border: 1px solid #DBDADA;
  transition: 0.1s;
}
.sut-arrow svg {
  stroke: #1C1C1C;
  transition: 0.1s;
}

.sut-arrow.swiper-button-disabled {
  display: none;
}

.sut-next {
  right: -25px;
}

.sut-prev {
  left: -25px;
}

.sut-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  position: static !important;
  margin-top: 50px;
}
.sut-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  margin: 0px !important;
  background: #1C1C1C;
}
.sut-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  margin: 0px !important;
  background: #1C1C1C;
}

@media (max-width: 1200px) {
  .sut-next {
    right: -15px;
  }
  .sut-prev {
    left: -15px;
  }
}
@media (max-width: 800px) {
  .sut {
    padding: 32px 0px;
  }
  .sut-descr {
    margin-top: 24px;
  }
  .sut-top {
    margin-bottom: 50px;
  }
  .sut-arrow {
    display: none;
  }
  .sut-slider {
    width: 280px;
    margin: 0px;
  }
  .sut-slide .item-img {
    height: 230px;
    padding: 16px 12px 24px 12px;
  }
  .sut-slide .item-num {
    right: 32px;
    bottom: 36px;
  }
  .sut-slide .item-text {
    padding: 0px 22px 16px 22px;
  }
  .sut-slide .item-btn {
    font-size: 11px;
    line-height: 24px;
  }
  .sut-pagination {
    margin-top: 32px;
  }
  .sut-btn {
    margin: 32px auto 0px auto;
  }
}

@media (min-width: 1200px) {
  .sut-arrow:hover {
    border: 1px solid #2A2E44;
    background: #2A2E44;
  }
  .sut-arrow:hover svg {
    stroke: #FFFFFF;
  }
}
/*-sut*/
/*sev*/
/*-sev*/
/*req*/
.req-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.req-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 578px;
  width: 429px;
  min-width: 429px;
}
.req-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.req-info {
  position: relative;
  width: 100%;
  margin: 0px 296px 0px 100px;
  padding-top: 50px;
}
.req-info::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 1px;
  background: #A79F88;
}

.req-thank {
  display: none;
}

.req-info.active .req-form {
  display: none;
}
.req-info.active .req-thank {
  display: block;
}

.req-form {
  width: 100%;
}

.req-inputs {
  display: grid;
  grid-gap: 16px;
}

.req-checks {
  display: grid;
  grid-gap: 18px;
  margin-top: 60px;
}

.req-btn {
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .req-info {
    margin: 0px 0px 0px 32px;
  }
}
@media (max-width: 800px) {
  .req-wrap {
    display: block;
  }
  .req-img {
    position: relative;
    left: -24px;
    display: block;
    width: calc(100% + 48px);
    height: 120vw;
  }
  .req-info {
    padding: 0px;
    margin: 0px;
    margin-top: 40px;
    padding-top: 40px;
  }
  .req-info::after {
    width: 100%;
  }
  .req-line {
    width: 100%;
    margin-bottom: 40px;
  }
}
/*-req*/
/*pro*/
.pro-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 440px;
  width: 100%;
}
.pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 330px;
  margin: 68px auto 0px auto;
}

.pro-btn {
  margin-top: 36px;
}

@media (max-width: 800px) {
  .pro-img {
    position: relative;
    left: -24px;
    width: calc(100% + 48px);
    height: 340px;
  }
  .pro-text {
    margin: 40px auto 0px auto;
  }
}
/*-pro*/
/*bon*/
.bon-boxs {
  display: grid;
  grid-gap: 150px;
}

.bon-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 70px;
  width: 1004px;
  margin: auto;
}

.bon-box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 429px;
  height: 579px;
}
.bon-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bon-box_text {
  width: 365px;
}

.bon-box_descr {
  margin-top: 20px;
}

.bon-box_btn {
  margin-top: 40px;
}

.bon-box_bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  margin-top: 40px;
}
.bon-box_bottom .bon-box_btn {
  width: 100%;
  padding: 0px;
  margin-top: 0px;
}

.bon-box:nth-child(even) {
  padding-right: 0px;
  padding-left: 70px;
}
.bon-box:nth-child(even) .bon-box_text {
  order: -1;
}

.bon-box.two {
  padding-right: 0px;
  padding-left: 70px;
}
.bon-box.two .bon-box_text {
  order: -1;
}

.bon-bottom {
  padding: 40px 88px;
  margin-top: 50px;
  background: #FAFAFA;
}

.bon-sub {
  margin-bottom: 24px;
}

.bon-name {
  margin-bottom: 16px;
}

.bon-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}
.bon-list li {
  display: flex;
  align-items: center;
}
.bon-list li svg {
  margin-right: 8px;
}

@media (max-width: 1200px) {
  .bon-box {
    width: 100%;
    justify-content: center;
    padding-right: 0px;
  }
  .bon-box_text {
    width: 320px;
    margin-left: 32px;
  }
  .bon-box_img {
    width: 320px;
    height: 432px;
  }
  .bon-box_bottom {
    grid-template-columns: repeat(1, 1fr);
  }
  .bon-box:nth-child(even) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bon-box:nth-child(even) .bon-box_text {
    order: -1;
    margin-left: 0px;
    margin-right: 32px;
  }
  .bon-box.two {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bon-box.two .bon-box_text {
    order: -1;
    margin-left: 0px;
    margin-right: 32px;
  }
  .bon-bottom {
    padding: 40px;
  }
}
@media (max-width: 800px) {
  .bon-boxs {
    grid-gap: 100px;
  }
  .bon-box {
    position: relative;
    left: -24px;
    display: block;
    width: calc(100% + 48px);
  }
  .bon-box_img {
    width: 100%;
    height: 120vw;
  }
  .bon-box_text {
    width: 100%;
    padding: 40px 24px 32px 24px;
    margin: 0px;
  }
  .bon-box:nth-child(even) .bon-box_text {
    margin: 0px;
  }
  .bon-box.two .bon-box_text {
    margin: 0px;
  }
  .bon-bottom {
    position: relative;
    left: -24px;
    width: calc(100% + 48px);
    padding: 32px 24px;
    margin-top: 40px;
  }
  .bon-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 12px;
  }
  .bon-list li {
    font-size: 14px;
    line-height: 170%;
  }
}
/*-bon*/
/*inf*/
.inf-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 600px;
  margin: auto;
}

.inf-descr {
  margin-top: 20px;
}

/*-inf*/
/*cot*/
.cot-wrap {
  position: relative;
}

.cot-map {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 100%;
  height: 578px;
}
.cot-map iframe {
  width: 100%;
  height: 100%;
  outline: none;
}
.cot-map iframe:focus {
  outline: none;
}

.cot-info {
  position: absolute;
  z-index: 2;
  left: 88px;
  top: 50%;
  transform: translateY(-50%);
  padding: 36px 48px;
  background: #FAFAFA;
}

.cot-title {
  font-size: 27px;
  margin-top: 20px;
}

.cot-descr {
  margin-top: 29px;
}

.cot-btn {
  margin-top: 34px;
}

@media (max-width: 1200px) {
  .cot-info {
    position: static;
    transform: translate(0);
  }
}
@media (max-width: 800px) {
  .cot-wrap {
    left: -24px;
    width: calc(100% + 48px);
  }
  .cot-map {
    height: 300px;
  }
  .cot-info {
    padding: 32px 24px;
  }
  .cot-descr {
    font-size: 13px;
    line-height: 184.615%;
  }
}
/*-cot*/
/*rom*/
.rom-boxs {
  display: grid;
  grid-gap: 120px;
}

.rom-box:nth-child(even) .item-text {
  order: -1;
}

@media (max-width: 800px) {
  .rom-boxs {
    grid-gap: 100px;
  }
  .rom-box {
    position: relative;
    left: -24px;
    width: calc(100% + 48px);
  }
  .rom-box:nth-child(even) .item-text {
    order: 2;
  }
}
/*-rom*/
/*now*/
.now-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px;
  background: #FAFAFA;
}

.now-descr {
  text-align: center;
  max-width: 414px;
  margin-top: 12px;
}

.now-title {
  text-align: center;
  margin-top: 40px;
}

.now-tel {
  color: #000;
  font-family: "Abhaya Libre", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 14px;
  transition: 0.1s;
}

@media (max-width: 800px) {
  .now {
    background: #FAFAFA;
  }
  .now-wrap {
    padding: 40px 0px;
  }
  .now-descr {
    margin-top: 14px;
  }
  .now-title {
    font-size: 24px;
    line-height: 120%;
  }
  .now-tel {
    font-size: 30px;
    margin-top: 14px;
  }
}
@media (min-width: 1200px) {
  .now-tel:hover {
    color: #A79F88;
  }
}
/*-now*/
/*gal*/
.gal-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
}
.gal-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gal-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%);
  opacity: 0;
  transition: 0.1s;
}

.gal-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gal-arrow svg {
  stroke: #fff;
  transition: 0.1s;
}

.gal-arrow.swiper-button-disabled {
  display: none;
}

.gal-prev {
  left: 32px;
}

.gal-next {
  right: 32px;
}

@media (max-width: 800px) {
  .gal-slider {
    width: 300px;
    margin: 0px;
    overflow: visible;
  }
  .gal-slide {
    height: 200px;
  }
  .gal-arrow {
    display: none;
  }
}
@media (min-width: 1200px) {
  .gal-slide:hover:after {
    opacity: 1;
  }
  .gal-arrow:hover svg {
    stroke: #A79F88;
  }
}
/*-gal*/
/*sin*/
.sin-title {
  text-align: center;
  margin-bottom: 60px;
}

.sin-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 603px;
}
.sin-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sin-content {
  max-width: 564px;
  margin: 32px auto 0px auto;
}

.sin-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 603px;
  margin-top: 32px;
}
.sin-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sin-video svg {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.1s;
}
.sin-video circle {
  fill: rgba(217, 217, 217, 0.7);
  transition: 0.1s;
}

@media (max-width: 1200px) {
  .sin-img {
    height: 500px;
  }
}
@media (max-width: 800px) {
  .sin-title {
    margin-bottom: 32px;
  }
  .sin-img {
    position: relative;
    left: -24px;
    height: 300px;
    width: calc(100% + 48px);
  }
  .sin-video {
    height: 330px;
    left: -24px;
    width: calc(100% + 48px);
  }
  .sin-video svg {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .sin-video:hover circle {
    fill: #1C1C1C;
  }
}
/*-sin*/
/*ben*/
.ben {
  overflow: hidden;
}

.ben-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}

.ben-descr {
  max-width: 886px;
  margin-top: 20px;
}

.ben-slider {
  overflow: visible;
}

.ben-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  overflow: hidden;
}
.ben-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.ben-slide_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.ben-slide_title {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 185%;
  padding: 40px 30px;
}

@media (max-width: 800px) {
  .ben-text {
    margin-bottom: 40px;
  }
  .ben-descr {
    margin-top: 24px;
  }
  .ben-slider {
    width: 280px;
    margin: 0;
  }
  .ben-slide {
    height: 400px;
  }
  .ben-slide_title {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ben-slide:hover .ben-slide_img {
    transform: scale(1.05);
  }
}
/*-ben*/
/*our*/
.our {
  overflow: hidden;
  padding: 50px 0px;
  background: #F8F8F8;
}

.our-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}

.our-descr {
  max-width: 886px;
  margin-top: 20px;
}

.our-slider {
  overflow: visible;
}

.our-slide {
  position: relative;
  overflow: hidden;
}

.our-slide_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 574px;
  overflow: hidden;
}
.our-slide_img::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.our-slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-slide_text {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%) translateY(calc(100% - 40px));
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.4s;
}

.our-slide_title {
  color: #FFFFFF;
  text-align: center;
}

.our-slide_descr {
  width: 503px;
  color: #FFFFFF;
  text-align: center;
  opacity: 0;
  margin-top: 24px;
  transition: 0.2s;
}

.our-slide_btn {
  color: #FFF;
  border: 1px solid #FFF;
  opacity: 0;
  margin-top: 24px;
}

.our-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 12px;
  margin-top: 50px;
}

.our-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #DBDADA;
  transition: 0.1s;
}
.our-arrow svg {
  stroke: #1C1C1C;
  transition: 0.1s;
}

@media (max-width: 1200px) {
  .our-slide_img {
    height: 500px;
  }
  .our-slide_text {
    transform: translateX(-50%) translateY(0);
  }
  .our-slide_descr {
    opacity: 1;
  }
  .our-slide_btn {
    opacity: 1;
  }
}
@media (max-width: 800px) {
  .our {
    padding: 32px 0px;
  }
  .our-descr {
    margin-top: 24px;
  }
  .our-slide_img {
    height: 300px;
  }
  .our-slide_text {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(0);
    margin-top: 50px;
  }
  .our-slide_title {
    color: #1C1C1C;
  }
  .our-slide_descr {
    display: block;
    color: #1C1C1C;
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
  .our-slide_btn {
    display: flex;
    color: #1C1C1C;
    border: 1px solid #1C1C1C;
    margin-top: 40px;
  }
  .our-arrows {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .our-slide:hover .our-slide_text {
    transform: translateX(-50%) translateY(0);
  }
  .our-slide:hover .our-slide_descr {
    opacity: 1;
  }
  .our-slide:hover .our-slide_btn {
    opacity: 1;
  }
  .our-arrow:hover {
    border: 1px solid #2A2E44;
    background: #2A2E44;
  }
  .our-arrow:hover svg {
    stroke: #FFFFFF;
  }
  .our-slide_btn:hover {
    border: 1px solid #2A2E44;
  }
}
/*-our*/
/*bar*/
.bar-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 440px;
}
.bar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bar-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 68px;
}

.bar-btn {
  margin-top: 40px;
}

@media (max-width: 800px) {
  .bar-img {
    position: relative;
    left: -24px;
    width: calc(100% + 48px);
    height: 340px;
  }
  .bar-bottom {
    margin-top: 40px;
  }
  .bar-btn {
    margin-top: 36px;
  }
}
/*-bar*/
/*get*/
.get-title {
  margin-bottom: 48px;
}
.get-title::before {
  margin-bottom: 24px;
}

.get-boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 130px;
}

.get-box_name {
  position: relative;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  line-height: 170%;
  padding-top: 19px;
  margin-bottom: 8px;
}
.get-box_name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 1px;
  background: #A79F88;
}

.get-box_list li {
  color: #1C1C1C;
  font-size: 13px;
  font-weight: 300;
  line-height: 170%;
}
.get-box_list a {
  color: #1C1C1C;
  display: inline;
  transition: 0.1s;
}

@media (max-width: 1200px) {
  .get-boxs {
    grid-gap: 90px;
  }
}
@media (max-width: 800px) {
  .get-title {
    margin-bottom: 24px;
  }
  .get-boxs {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .get-box_list a:hover {
    text-decoration: underline;
  }
}
/*-get*/
/*wor*/
.wor-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 104px;
  border-radius: 144px;
  background: #FFF;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  width: fit-content;
  margin: auto;
}

.wor-tab {
  width: fit-content;
  color: #1C1C1C;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  cursor: pointer;
  transition: 0.1s;
}

.wor-tab.swiper-slide-thumb-active {
  color: #A79F88;
}

.wor-slider {
  margin-top: 70px;
}

.wor-slide {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 36px;
  opacity: 0 !important;
  z-index: 0;
}

.wor-slide.swiper-slide-active {
  opacity: 1 !important;
  z-index: 2;
}

.wor-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 396px;
  overflow: hidden;
}
.wor-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.wor-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.wor-arrow {
  display: none;
}

@media (min-width: 800px) {
  .wor-box:nth-child(1),
  .wor-box:nth-child(11),
  .wor-box:nth-child(21),
  .wor-box:nth-child(31) {
    grid-column-start: 1;
    grid-column-end: 8;
  }
  .wor-box:nth-child(2),
  .wor-box:nth-child(12),
  .wor-box:nth-child(22),
  .wor-box:nth-child(32) {
    grid-column-start: 8;
    grid-column-end: 13;
  }
  .wor-box:nth-child(3),
  .wor-box:nth-child(8),
  .wor-box:nth-child(13),
  .wor-box:nth-child(18),
  .wor-box:nth-child(23),
  .wor-box:nth-child(28),
  .wor-box:nth-child(33) {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .wor-box:nth-child(4),
  .wor-box:nth-child(9),
  .wor-box:nth-child(14),
  .wor-box:nth-child(19),
  .wor-box:nth-child(24),
  .wor-box:nth-child(29),
  .wor-box:nth-child(34) {
    grid-column-start: 5;
    grid-column-end: 9;
  }
  .wor-box:nth-child(5),
  .wor-box:nth-child(10),
  .wor-box:nth-child(15),
  .wor-box:nth-child(20),
  .wor-box:nth-child(25),
  .wor-box:nth-child(30),
  .wor-box:nth-child(35) {
    grid-column-start: 9;
    grid-column-end: 13;
  }
  .wor-box:nth-child(6),
  .wor-box:nth-child(16),
  .wor-box:nth-child(26),
  .wor-box:nth-child(36) {
    grid-column-start: 1;
    grid-column-end: 6;
  }
  .wor-box:nth-child(7),
  .wor-box:nth-child(17),
  .wor-box:nth-child(27),
  .wor-box:nth-child(37) {
    grid-column-start: 6;
    grid-column-end: 13;
  }
}
@media (max-width: 1200px) {
  .wor-box {
    height: 300px;
  }
  .wor-slider {
    margin-top: 32px;
  }
  .wor-slide {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
  }
  .wor-box {
    height: 200px;
  }
  .wor-box::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .wor-top {
    width: 100%;
    padding: 0px 37px;
  }
  .wor-tabs {
    width: 100%;
  }
  .wor-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wor-prev {
    left: 6px;
  }
  .wor-next {
    right: 6px;
  }
}
@media (min-width: 1200px) {
  .wor-box:hover img {
    transform: scale(1.05);
  }
  .wor-tab:hover {
    color: #A79F88;
  }
}
/*-wor*/
/*ero*/
.ero-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.ero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ero-label {
  color: #1C1C1C;
  font-size: 24px;
  font-weight: 300;
  line-height: 37px;
  text-transform: uppercase;
}

.ero-title {
  color: #A79F88;
  font-family: "Abhaya Libre", sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 16px;
}

.ero-descr {
  color: #1C1C1C;
  font-size: 20px;
  font-weight: 300;
  line-height: 37px;
  margin-top: 16px;
}

.ero-btn {
  margin-top: 32px;
}

@media (max-width: 800px) {
  .ero-label {
    font-size: 20px;
  }
  .ero-title {
    font-size: 120px;
    margin-top: 8px;
  }
  .ero-descr {
    font-size: 18px;
    margin-top: 8px;
  }
}
/*-ero*/
/*pag*/
.pag-title {
  margin-bottom: 32px;
}

.pag-wrap {
  width: 100%;
  max-width: 652px;
  margin: auto;
}

@media (max-width: 800px) {
  .pag-title {
    font-size: 40px;
  }
}
/*-pag*/

.cookie-popup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(42, 46, 68, 0.9);
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    width: 90%;
    z-index: 9999;
}

.cookie-popup p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}

.cookie-popup a {
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
    display: inline;
}

.cookie-popup button {
    background: #fff;
    color: #111;
    font-size: 18px;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 15px;
    white-space: nowrap;
}

.cookie-popup button:hover {
    background: #f2f2f2;
    color: #000;
}

@media (max-width: 550px) {
    .title-lg{
        font-size: 32px;
    }

    .cookie-popup {
        flex-wrap: wrap;
        padding: 20px;
    }

    .cookie-popup button {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
}