@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Inter-Light.woff2") format("woff2"),
    url("../fonts/Inter-Light.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"),
    url("../fonts/Inter-ExtraBold.woff") format("woff");
}
*,
:before,
:after {
  outline: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  scroll-behavior: auto;
  --app-height: 100vh;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

body,
html {
  font-size: 16px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #f1eee9 url("../img/pattern.jpg");
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #242424;
}

a {
  text-decoration: underline;
  color: #cd8612;
}
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

strong,
b {
  font-weight: bold;
}

p,
blockquote,
ul,
ol {
  margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: bold;
}

h1,
h2 {
  line-height: 1.2;
  font-size: 58px;
}

h3 {
  line-height: 1.2;
  font-size: 46px;
}

h4 {
  line-height: 1.2;
  font-size: 32px;
}

h5 {
  line-height: 1.3;
  font-size: 24px;
}

h6 {
  line-height: 1.4;
  font-size: 20px;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.page {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: var(--app-height);
}
.page__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container-wrap {
  margin: 0 auto;
  max-width: 1460px;
  border-radius: 20px;
  background: rgba(36, 36, 36, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.container {
  width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

._tt-upper {
  text-transform: uppercase;
}

._tt-none {
  text-transform: none;
}

._c-main {
  color: #cd8612;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.sect {
  margin: 130px 0;
}
.sect + .sect {
  margin-top: 160px;
}

.backgroud {
  position: relative;
  z-index: 1;
  color: #fff;
}
.backgroud > .parallax {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.backgroud > .parallax:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 36, 36, 0.8);
}
.backgroud._first {
  padding: 1px 0 0;
}
.backgroud._first > .parallax {
  top: -200px;
}
.backgroud._first > .parallax:before {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.backgroud._second {
  padding: 1px 0 0;
}
.backgroud._second > .parallax:before {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

[data-path="top"],
.mirror-path-top .parallax-mirror {
  -webkit-clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 100%);
}

[data-path="bottom"],
.mirror-path-bottom .parallax-mirror {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 200px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 200px));
}

[data-path="top-bottom"],
[data-path="bottom-top"],
.mirror-path-top-bottom .parallax-mirror,
.mirror-path-bottom-top .parallax-mirror {
  -webkit-clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
  clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
}

.title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 20px;
}
.title__head {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 23px;
}
.title__head:before,
.title__head:after {
  content: "";
  position: absolute;
  left: 50%;
  border-bottom: 1px solid #cd8612;
}
.title__head:before {
  bottom: 6px;
  width: 140px;
  margin-left: -70px;
}
.title__head:after {
  bottom: 0;
  width: 100px;
  margin-left: -50px;
}

.content > :last-child {
  margin-bottom: 0;
}

.btn {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  height: 70px;
  background: #cd8612;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn > * {
  display: inline-block;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  background: #fff;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0.5;
  -webkit-animation: btn-flare 4s infinite;
  animation: btn-flare 4s infinite;
}
.btn .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn .ic:first-child {
  margin-right: 10px;
}
.btn .ic:last-child {
  margin-left: 10px;
}
.btn .ic-link {
  font-size: 11px;
}
.btn .ic-link:last-child {
  margin-left: 15px;
}
.btn:hover {
  background: #977e54;
}
.btn:hover .ic-link {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn._medium {
  padding: 0 25px;
  height: 60px;
  font-size: 14px;
}
.btn._full {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 100%;
}
.btn._telegram {
  background-color: #0088cc;
}
.btn._telegram:hover {
  background: #0070a8;
}
.btn._whatsapp {
  background-color: #25d366;
}
.btn._whatsapp:hover {
  background: #20b557;
}

@-webkit-keyframes btn-flare {
  0% {
    right: 100%;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
  }
  40%,
  100% {
    right: -150%;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
  }
}

@keyframes btn-flare {
  0% {
    right: 100%;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
  }
  40%,
  100% {
    right: -150%;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
  }
}
.close-btn {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 20px;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.close-btn:hover {
  color: #cd8612;
}

.play-button {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.play-button:before,
.play-button:after {
  content: "";
  position: absolute;
}
.play-button:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #cd8612;
  -webkit-animation: pulse 5s infinite;
  animation: pulse 5s infinite;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.play-button:after {
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -6px;
  border: 10px solid transparent;
  border-left: 18px solid #fff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.form-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 26px 30px;
  background: #f4f4f4;
  border: none;
  border-radius: 10px;
  line-height: 1.2;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-field::-webkit-input-placeholder {
  opacity: 0.4;
}
.form-field::-moz-placeholder {
  opacity: 0.4;
}
.form-field:-ms-input-placeholder {
  opacity: 0.4;
}
.form-field::-ms-input-placeholder {
  opacity: 0.4;
}
.form-field::placeholder {
  opacity: 0.4;
}
.form-field:focus {
  background: #efefef;
}

textarea.form-field {
  resize: none;
}
textarea.form-field:not([rows]) {
  height: 100px;
}

.form-option {
  cursor: pointer;
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  font-size: 15px;
}
.form-option input,
.form-option span:before,
.form-option span:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.form-option input {
  opacity: 0;
}
.form-option input:checked ~ span:before {
  background-color: #cd8612;
}
.form-option input:checked ~ span:after {
  opacity: 1;
}
.form-option span {
  display: block;
  position: relative;
  padding-left: 35px;
}
.form-option span:before,
.form-option span:after {
  border-radius: 5px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.form-option span:before {
  content: "";
  background: #f4f4f4;
}
.form-option span:after {
  text-align: center;
  content: "\e904";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  font-size: 10px;
  opacity: 0;
  color: #fff;
}

.nav-arrow-prev,
.nav-arrow-next {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #cd8612;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: opacity 0.15s, color 0.3s, background-color 0.3s;
  transition: opacity 0.15s, color 0.3s, background-color 0.3s;
}
.nav-arrow-prev:hover,
.nav-arrow-next:hover {
  background-color: #977e54;
}
.nav-arrow-prev.swiper-button-disabled,
.nav-arrow-next.swiper-button-disabled {
  cursor: default;
  opacity: 0.2;
  background-color: #cd8612;
}
.nav-arrow-prev.swiper-button-lock,
.nav-arrow-next.swiper-button-lock {
  display: none !important;
}

.nav-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
.nav-arrows .nav-arrow-prev {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 5px;
}
.nav-arrows .nav-arrow-next {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 5px;
}
.nav-arrows__btn {
  margin: 0 55px;
  width: 360px;
}

.logo {
  display: inline-block;
  max-width: 200px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-family: "Arima", system-ui;
  font-optical-sizing: auto;
 
  font-style: normal;
}
.logo img {
  display: block;
  max-height: 60px;
}

.phone {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  text-decoration: none;
  font-weight: bold;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.phone:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: "\e90d";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
  color: #cd8612;
}
.phone:hover {
  color: #cd8612;
}

.social__head {
  margin-bottom: 15px;
  font-size: 14px;
}
.social__wrap {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.social__wrap .social-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.social._grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.social._grid .social__head {
  max-width: 170px;
  margin: 0 15px 0 0;
}
.social._light .social__head {
  font-weight: 300;
}
.social._light .social-item {
  background-color: rgba(255, 255, 255, 0.05);
}
.social._light .social-item:hover {
  background-color: #cd8612;
}
.social._small .social-item {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.social-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #cd8612;
  text-decoration: none;
  text-align: center;
  line-height: 70px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-item:hover {
  background-color: #977e54;
  -webkit-transform: translateY(-14%);
  -ms-transform: translateY(-14%);
  transform: translateY(-14%);
}

.mob-menu {
  display: none;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  background: rgba(36, 36, 36, 0.9);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  color: #fff;
}
.mob-menu__wrapper {
  overflow: hidden;
  padding: 110px 0 30px;
  min-height: var(--app-height);
}
.mob-menu__row:nth-child(n + 2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mob-menu__row._contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.mob-menu__row._contacts > * {
  margin-bottom: 0;
  max-width: 100%;
}
.mob-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
  font-size: 18px;
}
.mob-menu__list li {
  margin-bottom: 10px;
}
.mob-menu__list li:last-child {
  margin-bottom: 0;
}
.mob-menu__list a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mob-menu__list a:hover {
  color: #d3d3d3;
}
.mob-menu__list a.active,
.mob-menu__list a.mPS2id-highlight {
  color: #cd8612;
}
.mob-menu .social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.header__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 60px;
  height: 120px;
}
.header__grid .logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: auto;
}
.header__grid .btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.header__grid .phone {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.header__mob-socials {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: none;
}
.header__mob-socials .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-decoration: none;
  font-size: 24px;
}
.header__mob-socials .ic-whatsapp {
  color: #25d366;
}
.header__address {
  position: relative;
  padding-left: 26px;
  font-weight: 300;
  font-size: 14px;
}
.header__address:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: "\e906";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
  color: #cd8612;
}
.header__sandwich {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.header__sandwich span {
  display: block;
  background: #fff;
  width: 24px;
  height: 2px;
  margin: 0 auto;
  -webkit-transition: 0.25s margin 0.25s, 0.25s -webkit-transform;
  transition: 0.25s margin 0.25s, 0.25s -webkit-transform;
  transition: 0.25s margin 0.25s, 0.25s transform;
  transition: 0.25s margin 0.25s, 0.25s transform, 0.25s -webkit-transform;
}
.header__sandwich span:nth-child(1) {
  margin-bottom: 6px;
}
.header__sandwich span:nth-child(2) {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.header__sandwich span:nth-child(3) {
  margin-top: 6px;
}
.header__sandwich:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header__sandwich.active span {
  -webkit-transition: 0.25s margin, 0.25s -webkit-transform 0.25s;
  transition: 0.25s margin, 0.25s -webkit-transform 0.25s;
  transition: 0.25s margin, 0.25s transform 0.25s;
  transition: 0.25s margin, 0.25s transform 0.25s, 0.25s -webkit-transform 0.25s;
}
.header__sandwich.active span:nth-child(1) {
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__sandwich.active span:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.header__sandwich.active span:nth-child(3) {
  margin-top: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu {
  position: absolute;
  z-index: 95;
  top: 120px;
  left: 0;
  right: 0;
  color: #fff;
  -webkit-transition: background-color 0.3s, -webkit-backdrop-filter 0.3s;
  transition: background-color 0.3s, -webkit-backdrop-filter 0.3s;
  transition: background-color 0.3s, backdrop-filter 0.3s;
  transition: background-color 0.3s, backdrop-filter 0.3s,
    -webkit-backdrop-filter 0.3s;
}
.menu__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 60px;
  height: 82px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.menu__grid .phone {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.menu__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__list > li > a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu__list > li > a:hover {
  color: #cd8612;
}
.menu__list > li > a.active,
.menu__list > li > a.mPS2id-highlight {
  border-color: #cd8612;
  color: #cd8612;
}
.menu._fixed {
  position: fixed;
  top: 0;
  background: rgba(36, 36, 36, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}
.menu._fixed .menu__grid {
  height: 70px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bann__wrapper {
  position: relative;
  z-index: 3;
  padding: 300px 0 465px;
  color: #fff;
}
.bann__wrapper:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #242424;
  opacity: 0.8;
}
.bann__head {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 20px;
  max-width: 15em;
}
.bann__head:before,
.bann__head:after {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: 1px solid #cd8612;
}
.bann__head:before {
  bottom: 6px;
  width: 140px;
}
.bann__head:after {
  bottom: 0;
  width: 100px;
}
.bann__descr {
  font-weight: 300;
  font-size: 20px;
}
.bann__advants {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 60px;
}
.bann__advant {
  position: relative;
  z-index: 1;
}
.bann__advant:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(36, 36, 36, 0.4);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.bann__advant-img {
  overflow: hidden;
  margin: 0 0 20px 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #cd8612;
}
.bann__advant-img img {
  max-width: 40%;
  max-height: 40%;
}
.bann__advant-content {
  padding: 0 30px 20px;
  font-weight: 300;
}
.bann .main-form {
  margin-top: -345px;
}

.main-form {
  position: relative;
  z-index: 10;
  padding: 60px;
}
.main-form:before,
.main-form:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
}
.main-form:before {
  top: 100%;
  left: 20px;
  right: 20px;
  height: 10px;
  border-radius: 0 0 10px 10px;
  opacity: 0.5;
}
.main-form:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 30px 100px rgba(36, 36, 36, 0.05);
  box-shadow: 0 30px 100px rgba(36, 36, 36, 0.05);
}
.main-form__title {
  margin-bottom: 40px;
}
.main-form__title > * {
  margin-bottom: 10px;
}
.main-form__title > *:last-child {
  margin-bottom: 0;
}
.main-form__title p {
  opacity: 0.6;
  font-size: 18px;
}
.main-form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0 -5px 30px;
}
.main-form__field {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 30%;
  padding: 0 5px;
}
.main-form__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.main-form__policy .form-option {
  max-width: 100%;
}
.main-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-form__action .social {
  margin-left: 40px;
}
.main-form__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.advants {
  position: relative;
  z-index: 5;
}
.advants__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.advants__col {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  padding: 0 5px;
}

.advant-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.advant-item:last-child {
  margin-bottom: 0;
}
.advant-item__box {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
.advant-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.advant-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #cd8612;
}
.advant-item__icon img {
  max-width: 40%;
  max-height: 40%;
}
.advant-item__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  line-height: 1.2;
  font-weight: 800;
  font-size: 50px;
  color: #cd8612;
}
.advant-item__img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.services__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background: #fcf9f2;
  color: #242424;
}
.service-item > * {
  width: 100%;
}
.service-item__img {
  border-radius: 10px 10px 0 0;
  background: no-repeat center/cover;
}
.service-item__img:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 83.45%;
}
.service-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding: 20px;
}
.service-item__action {
  padding: 10px 20px 20px;
}

.dir-quote .container-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dir-quote__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 130px 120px 140px 140px;
}
.dir-quote__head {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 60px;
  color: #cd8612;
}
.dir-quote__head:before,
.dir-quote__head:after {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: 1px solid #cd8612;
}
.dir-quote__head:before {
  bottom: 6px;
  width: 140px;
}
.dir-quote__head:after {
  bottom: 0;
  width: 100px;
}
.dir-quote__content {
  line-height: 1.55;
  font-size: 18px;
  color: #d4d4d3;
}
.dir-quote__content > :last-child {
  margin-bottom: 0;
}
.dir-quote__content b,
.dir-quote__content strong {
  color: #fff;
}
.dir-quote__author {
  margin-top: 45px;
  text-align: right;
  font-size: 14px;
  color: #cd8612;
}
.dir-quote__author span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.dir-quote__author span:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #cd8612;
}
.dir-quote__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 600px;
  border-radius: 0 10px 10px 0;
  background: url("/image.jpg") center/cover;
}

.docs-slider {
  max-width: 1180px;
  margin: 0 auto;
}
.docs-slider .swiper-slide {
  width: 500px;
  max-width: 100%;
}
.docs-slider .swiper-slide > span {
  display: block;
  position: relative;
  border-radius: 20px;
  background: no-repeat center/cover;
  -webkit-box-shadow: inset 0 0 0 1px #cd8612;
  box-shadow: inset 0 0 0 1px #cd8612;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.docs-slider .swiper-slide > span:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 148%;
  border-radius: inherit;
  background: #f1eee9;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.docs-slider .swiper-slide-active > span:before {
  opacity: 0;
}
.docs-slider .swiper-slide-active._hor > span {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.review-item {
  display: block;
  overflow: hidden;
  position: relative;
  max-height: 500px;
  border-radius: 10px;
  background: #000 no-repeat center/cover;
  text-decoration: none;
}
.review-item:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 130%;
}
.review-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: #242424;
  opacity: 0.4;
}
.review-item:hover .play-button:before {
  background-color: #977e54;
}

.mess-sect .container-wrap {
  position: relative;
}
.mess-sect .container-wrap:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  right: 20px;
  height: 10px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  opacity: 0.5;
}
.mess-sect__top {
  padding: 90px 0 80px;
}
.mess-sect__top .title {
  margin-bottom: 0;
}
.mess-sect__top .title p {
  max-width: 850px;
  margin: 0 auto;
  font-weight: 300;
}
.mess-sect__action {
  position: relative;
  z-index: 2;
  padding: 60px 0 80px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 30px 100px 0px rgba(36, 36, 36, 0.05);
  box-shadow: 0px 30px 100px 0px rgba(36, 36, 36, 0.05);
  color: #242424;
}
.mess-sect__action-head {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.25;
  font-weight: 300;
  font-size: 20px;
}
.mess-sect__action-head span {
  font-weight: bold;
  font-size: 1.2em;
  color: #cd8612;
}
.mess-sect__action-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.mess-sect__action-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 30%;
}

.contacts__wrapper {
  position: relative;
  z-index: 5;
}
.contacts__wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  right: 20px;
  height: 10px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  opacity: 0.1;
}
.contacts__map {
  overflow: hidden;
  height: 600px;
  border-radius: 10px;
  background: #fafafa;
}
.contacts__box {
  position: absolute;
  z-index: 5;
  left: 20px;
  bottom: 20px;
  width: 420px;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 30px 100px rgba(36, 36, 36, 0.05);
  box-shadow: 0 30px 100px rgba(36, 36, 36, 0.05);
}
.contacts__logo {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
  text-align: center;
}
.contacts__logo img {
  max-height: 60px;
}

.contact-item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
}
.contact-item:last-child {
  margin-bottom: 0;
}
.contact-item .ic {
  position: absolute;
  top: 3px;
  left: 0;
  width: 1em;
  text-align: center;
  font-size: 18px;
  color: #cd8612;
}
.contact-item a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-item a:hover {
  color: #cd8612;
}

.footer {
  position: relative;
  padding: 140px 0;
  background: #242424;
  font-weight: 300;
  color: #fff;
}
.footer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, #242424)
  );
  background: linear-gradient(to left bottom, transparent 50%, #242424 50%);
}
.footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px 60px;
}
.footer__grid > * {
  max-width: 100%;
}
.footer__grid .logo {
  margin-right: auto;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 60px;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__copy {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

/* Popups */
.popup {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 940px;
  border-radius: 10px;
  background: #fff;
  margin: 30px auto;
  padding: 60px;
}
.popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  right: 20px;
  height: 10px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  opacity: 0.2;
}
.popup .close-btn {
  width: 50px;
  height: 50px;
  border-radius: 0 10px;
  background: #cd8612;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}
.popup .close-btn:hover {
  background-color: #977e54;
}
.popup .main-form {
  padding: 0;
}
.popup .main-form:before,
.popup .main-form:after {
  display: none;
}

.post-popup__title {
  margin-bottom: 30px;
  text-align: center;
}

.tx-popup {
  max-width: 740px;
}

/* Customize plugins */
.mfp-bg {
  background: #111;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container.mfp-inline-holder {
  padding: 0 15px;
}

.mfp-figure:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

.mfp-title {
  color: #fff;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mfp-image-holder .close-btn,
.mfp-iframe-holder .close-btn {
  right: 0;
  height: 40px;
  border-radius: 0;
  background: none;
  text-align: right;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
}
.mfp-image-holder .close-btn:hover,
.mfp-iframe-holder .close-btn:hover {
  opacity: 0.7;
}

.mfp-image-holder .close-btn {
  top: 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  width: 100%;
}

.mfp-iframe-holder .close-btn {
  width: auto;
  top: -40px;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background: rgba(241, 238, 233, 0.8);
}

[class*="ymaps-2-1"][class*="-ground-pane"] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
