@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: "Tenor Sans", sans-serif;
  background: url(../img/bg.webp) no-repeat center center/cover;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: white;
}

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important;
}
a:hover {
  color: rgb(255, 216, 176);
}

.yel {
  color: rgb(255, 216, 176);
}

.container {
  padding: 0 15px;
  max-width: 1391px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.d-flex, .q {
  display: flex;
}

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

h1 {
  color: rgb(255, 255, 255);
  font-size: 128px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.7rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}

h2 {
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: 128px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.7rem;
  text-align: left;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  color: rgb(255, 216, 176);
  font-size: 60px;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: -1.5px;
  text-align: left;
  text-transform: uppercase;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

.svg, rect, line, circle {
  transition: 0.5s ease;
}

a {
  transition: color 0.5s ease;
  box-sizing: border-box;
}

li a {
  transition: color 0.5s ease;
}

button {
  cursor: pointer;
  box-sizing: border-box;
}

textarea {
  transition: border 0.5s;
  box-sizing: border-box;
}
textarea:focus {
  transition: border 0.5s;
  outline: none;
  border: 1px solid rgb(255, 216, 176);
}

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff;
}
input:disabled {
  pointer-events: none;
  opacity: 0.5;
}
input:focus {
  border: 1px solid rgb(255, 216, 176);
  transition: 0.5s;
}
input:focus-visible {
  outline: initial;
}

path {
  transition: fill 0.5s, stroke 0.5s;
}

div {
  box-sizing: border-box;
}

.icon {
  transition: fill 0.5s, stroke 0.5s;
}

.svg {
  transition: 0.5s !important;
}

html * {
  scrollbar-width: thin;
  scrollbar-color: blue rgb(255, 216, 176);
}

.popup__bg, .menu, .arcticmodal-container_i2, .arcticmodal-container_i, .arcticmodal-container, .main__wrap {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px;
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: rgb(255, 216, 176);
  border-radius: 6px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  width: 186px;
  height: 47px;
  overflow: hidden;
  border-radius: 9px;
  background: rgb(71, 77, 83);
  color: rgb(255, 216, 176);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.055rem;
  position: relative;
}
.btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../img/btn1.svg) no-repeat center center;
  width: 77px;
  height: 47px;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: url(../img/btn2.webp) no-repeat center center/cover;
  width: 4px;
  height: 100%;
}
.btn:hover {
  color: rgb(255, 229, 205);
  background: #5A6875;
}
.btn:active {
  color: #FFCA94;
  background: #30363B;
}
.btn img {
  margin-left: 25px;
}

@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Bold.eot");
  src: url("../fonts/Geometria-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Bold.woff2") format("woff2"), url("../fonts/Geometria-Bold.woff") format("woff"), url("../fonts/Geometria-Bold.ttf") format("truetype"), url("../fonts/Geometria-Bold.svg#Geometria-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Medium.eot");
  src: url("../fonts/Geometria-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Medium.woff2") format("woff2"), url("../fonts/Geometria-Medium.woff") format("woff"), url("../fonts/Geometria-Medium.ttf") format("truetype"), url("../fonts/Geometria-Medium.svg#Geometria-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Regular.eot");
  src: url("../fonts/Geometria-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Regular.woff2") format("woff2"), url("../fonts/Geometria-Regular.woff") format("woff"), url("../fonts/Geometria-Regular.ttf") format("truetype"), url("../fonts/Geometria-Regular.svg#Geometria-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tenor Sans";
  src: url("../fonts/TenorSans.eot");
  src: url("../fonts/TenorSans.eot?#iefix") format("embedded-opentype"), url("../fonts/TenorSans.woff2") format("woff2"), url("../fonts/TenorSans.woff") format("woff"), url("../fonts/TenorSans.ttf") format("truetype"), url("../fonts/TenorSans.svg#TenorSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-ExtraBold.eot");
  src: url("../fonts/Geologica-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Geologica-ExtraBold.woff2") format("woff2"), url("../fonts/Geologica-ExtraBold.woff") format("woff"), url("../fonts/Geologica-ExtraBold.ttf") format("truetype"), url("../fonts/Geologica-ExtraBold.svg#Geologica-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Bold.eot");
  src: url("../fonts/Geologica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Geologica-Bold.woff2") format("woff2"), url("../fonts/Geologica-Bold.woff") format("woff"), url("../fonts/Geologica-Bold.ttf") format("truetype"), url("../fonts/Geologica-Bold.svg#Geologica-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-SemiBold.eot");
  src: url("../fonts/Geologica-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Geologica-SemiBold.woff2") format("woff2"), url("../fonts/Geologica-SemiBold.woff") format("woff"), url("../fonts/Geologica-SemiBold.ttf") format("truetype"), url("../fonts/Geologica-SemiBold.svg#Geologica-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Medium.eot");
  src: url("../fonts/Geologica-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Geologica-Medium.woff2") format("woff2"), url("../fonts/Geologica-Medium.woff") format("woff"), url("../fonts/Geologica-Medium.ttf") format("truetype"), url("../fonts/Geologica-Medium.svg#Geologica-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Regular.eot");
  src: url("../fonts/Geologica-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Geologica-Regular.woff2") format("woff2"), url("../fonts/Geologica-Regular.woff") format("woff"), url("../fonts/Geologica-Regular.ttf") format("truetype"), url("../fonts/Geologica-Regular.svg#Geologica-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
input::-webkit-input-placeholder {
  color: rgb(93, 93, 93) !important;
}

input::-moz-placeholder {
  color: rgb(93, 93, 93) !important;
}

input:-ms-input-placeholder {
  color: rgb(93, 93, 93) !important;
}

input:-moz-placeholder {
  color: rgb(93, 93, 93) !important;
}

.menu {
  display: none;
}

.box-modal__close {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  fill: white;
  z-index: 20;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.box-modal__close:hover {
  transition: 0.5s;
  transform: rotate(90deg);
}

.box-modal {
  position: relative;
}

.popup-call__box {
  position: absolute;
  top: -15rem;
  left: 50%;
  height: auto;
  margin-left: -250px;
  overflow: hidden;
  height: max-content;
  transition: 0.5s all;
  height: auto;
  width: 500px;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #2D3235;
}

label.error {
  display: none !important;
}

input.error {
  padding: 0 0 0 20px !important;
}

.popup__form {
  position: relative;
  z-index: 2;
  width: 100%;
}
.popup__form button {
  width: 343px;
  height: 104px;
  border-radius: 0px;
  margin: 20px auto 0;
  border: none;
  outline: none !important;
}
.popup__item {
  width: 100%;
}
.popup__item label {
  display: block;
  color: rgb(255, 216, 176);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.popup__item input {
  width: 100%;
  padding-left: 20px;
  height: 56px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgb(255, 255, 255);
  margin-bottom: 12px;
  color: black;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgb(255, 255, 255);
  line-height: 17px;
  text-transform: uppercase;
}
.popup__item input:focus {
  border: 1px solid red;
}
.popup__item textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  height: 197px;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgb(255, 255, 255);
  margin-bottom: 12px;
  color: black;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgb(255, 255, 255);
  line-height: 17px;
  text-transform: uppercase;
}
.popup__fig1 {
  position: absolute;
  top: 9px;
  left: 8px;
  z-index: 0;
}
.popup__fig2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.popup__socials {
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
.popup__socials a {
  font-size: 15px;
  width: 134px;
}
.popup__socials a .svg {
  margin-right: 7px;
}
.popup__tel {
  position: relative;
  z-index: 2;
  margin: 0 auto 22px;
  color: rgb(255, 255, 255);
  font-size: 31px;
  font-weight: 400;
  line-height: 36px;
  display: block;
  width: max-content;
}
.popup__tel:hover {
  color: rgb(255, 216, 176);
}
.popup__name {
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 400;
  line-height: 89%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 74px;
}
.popup__btn {
  width: 188px;
  margin: 0 auto;
  border-radius: 0px;
}
.popup__btn img {
  margin-left: 25px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  cursor: pointer;
}
.custom-checkbox + label:hover:before {
  border: 1px solid rgb(255, 216, 176);
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background: #FFFFFF;
  flex: 1 0 auto;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  max-width: 20px;
  margin-right: 11px;
}

.custom-checkbox:checked + label::before {
  background: url(../img/check2.webp) no-repeat center center;
  background-size: 8px;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2;
}

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  background-color: rgb(255, 216, 176) !important;
  opacity: 1;
}

.tabs__pane {
  display: none;
}

.tabs__pane_show {
  display: block;
}

.tabs__btn_active {
  color: #20252d !important;
  position: relative;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 9;
}

.arrow {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow:first-child {
  margin-right: 3px;
}
.arrow:nth-child(2) {
  background: white;
}
.arrow:hover {
  background: rgb(255, 216, 176) !important;
}
.arrow:hover .svg circle {
  stroke: rgb(255, 216, 176);
  fill: rgb(255, 216, 176);
}
.arrow:hover .svg path {
  stroke: #392A1E;
}
.arrow .svg circle {
  transition: 0.5s;
}

.bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.bread p {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.09px;
}
.bread a {
  font-size: 15px;
  font-weight: 400;
  text-align: LEFT;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.09px;
}
.bread a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 11px;
  background: url(../img/bread.svg) no-repeat !important;
  margin: 0 10px;
}
.bread a:last-child {
  color: white;
}
.bread a:last-child:after {
  display: none;
}
.bread a:hover {
  color: rgb(255, 216, 176);
}

.search {
  padding: 40px 0;
}
.search .error__btn {
  height: 60px;
}
.search h1 {
  font-size: 48px;
  font-weight: 400;
  color: #ffd8b0;
  line-height: 57px;
  letter-spacing: -0.07px;
  margin-bottom: 5px;
}
.search__sub {
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.09px;
  margin-bottom: 60px;
}
.search__item {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #42525e;
  align-items: flex-start;
}
.search__item img {
  margin-right: 22px;
}
.search__item div h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  color: #ffd8b0;
  letter-spacing: 0px;
  margin-bottom: 5px;
  line-height: 110%;
  transition: 0.5s;
  text-transform: none;
}
.search__item div p {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  width: 78%;
  line-height: 22px;
  letter-spacing: -0.01px;
  margin-bottom: 20px;
}
.search__item div span {
  display: block;
  width: max-content;
  font-size: 15px;
  font-weight: 400;
  transition: 0.5s;
  color: #ffd8b0;
  line-height: 22px;
  letter-spacing: -0.01px;
  border-bottom: 1px solid #ffd8b0;
}
.search__item:last-child {
  border: none;
}
.search__item:hover h3 {
  color: white;
}
.search__item:hover span {
  color: white;
  border-bottom: 1px solid white;
}
.search__nav {
  align-items: center;
  margin: 0 auto 40px;
  justify-content: center;
}
.search__nav .arrow {
  border: 1px solid #e4b27f;
}
.search__nav .arrow .svg path {
  stroke: #e4b27f;
}
.search__nav .arrow:hover .svg path {
  stroke: black;
}
.search__nav ul {
  margin: 0px 30px;
}
.search__nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 3px;
  width: 45px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.1px;
  transition: 0.5s;
  background: transparent;
  border: 1px solid rgba(228, 178, 127, 0.12);
}
.search__nav ul li:last-child {
  margin-right: 0;
}
.search__nav ul li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search__nav ul li.active {
  background: #e4b27f;
}
.search__nav ul li.active a {
  color: white;
}
.search__nav ul li:hover {
  background: #e4b27f;
}
.search__nav ul li:hover a {
  color: white;
}

.mob {
  display: none;
}

/* SELECT */
.selectCF {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  background: transparent;
}

.selectCF li {
  list-style: none;
  cursor: pointer;
  perspective: 900px;
  -webkit-perspective: 900px;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.selectCF > li {
  position: relative;
  border: none;
}

.selectCF span {
  display: flex;
  height: auto;
  line-height: 100%;
  color: #888888;
  z-index: 1;
  align-items: center;
}

.selectCF .arrowCF {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 7px;
  height: 5px;
  text-align: center;
  vertical-align: top;
  background: url(../img/down-arrow.webp) no-repeat !important;
  position: absolute;
  right: -16px;
  top: 8px;
}

.selectCF .titleCF {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #000000 !important;
  white-space: nowrap;
  width: max-content !important;
  height: max-content !important;
  box-sizing: border-box;
  background: transparent !important;
}

.selectCF .searchCF {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1;
}

@keyframes searchActive {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@-moz-keyframes searchActive {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes searchActive {
  from {
    -webkit-transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(0deg);
  }
}
.searchActive .searchCF {
  z-index: 1;
  animation: searchActive 0.3s alternate 1;
  -moz-animation: searchActive 0.3s alternate 1;
  -webkit-animation: searchActive 0.3s alternate 1;
}

.searchActive .titleCF {
  opacity: 0;
}

.selectCF .searchCF input {
  border: none !important;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent;
}

.selectCF .searchCF input:active, .selectCF .searchCF input:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.selectCF li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 100%;
  background: grey;
  max-height: 255px;
  overflow-y: auto;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none;
}

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: none;
  box-sizing: border-box;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFF;
}
.selectCF li ul li:last-child {
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 10px;
}
.selectCF li ul li:hover {
  color: rgb(255, 216, 176);
}

.onCF .arrowCF {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@-moz-keyframes effect1 {
  from {
    transform: translateY(15px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: s1;
  }
}
@-webkit-keyframes effect1 {
  from {
    -webkit-transform: translateY(15px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}
.onCF li ul {
  display: block;
  position: absolute;
  -moz-animation: effect1 0.3s alternate 1;
  -webkit-animation: effect1 0.3s alternate 1;
  left: -6.55px;
  top: 22px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  min-width: max-content;
  padding-right: 10px;
}

ul.info li, #event-change {
  color: #FFF;
}

ul.info {
  padding: 0;
  display: none;
}

ul.info li {
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px;
}

.accordeon, .accordeon2 {
  padding: 5px 0 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 26px;
  width: 100%;
}

.accordeon__item {
  width: 100%;
  list-style-type: none;
}

.accordeon__item:first-child .accordeon__button {
  margin-top: 0;
}

.accordeon__button, .accordeon__button2 {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  font-size: 17px;
  font-weight: 700;
  color: #282828;
  display: flex;
  justify-content: space-between;
}

.accordeon__button:hover, .accordeon__button2:hover {
  color: rgb(255, 216, 176);
}

.accordeon__button:after, .accordeon__button2:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(img/down-arrow.webp) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  top: 8px;
  bottom: inherit;
  transition: all 0.5s ease;
}

.accordeon__button.active:after, .accordeon__button2.active:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(img/down-arrow.webp) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  bottom: 30%;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.accordeon__panel, .accordeon__panel2 {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.5s ease;
}

.panel__text, .panel__text2 {
  list-style-type: none;
  padding-top: 0px;
  max-width: 688px;
  margin-top: 30px;
}

.panel__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
}
.panel__info:last-child {
  margin-bottom: 0;
}

.pag {
  display: none;
  width: max-content;
  justify-content: center;
  margin: 25px auto 0;
  position: relative;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.pag .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: rgb(230, 230, 230);
  opacity: 1;
  margin-right: 10px !important;
}
.pag .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.menu-btn {
  width: 32px;
  height: 9px;
  position: relative;
  display: block;
  top: 0;
  cursor: pointer;
  left: 0;
  z-index: 11;
  overflow: hidden;
  transition: 0.5s;
  background: url(../img/bur1.svg) no-repeat center center;
}
.menu-btn.active {
  background: url(../img/bur2.svg) no-repeat center center;
}
.menu-btn:hover {
  opacity: 0.8;
}

.menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(54, 59, 62);
  transform: translateX(-100%);
  transition: transform 0.5s;
  z-index: 100;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 40px;
}
.menu.active {
  transform: translateX(0%);
}
.menu ul li {
  margin-bottom: 22px;
  text-align: center;
}
.menu ul li:last-child {
  margin-bottom: 0;
}
.menu ul li a {
  color: rgb(144, 151, 158);
  font-size: 24px;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
}
.menu ul li a:hover {
  color: rgb(255, 216, 176);
}
.menu ul li.active a {
  font-size: 28px;
  color: rgb(255, 216, 176);
  font-weight: 500;
}
.menu .footer__el {
  width: 350px;
  margin: 0 auto 30px;
}
.menu .footer__el a, .menu .footer__el span {
  font-size: 24px;
  line-height: 125%;
}
.menu .footer__el img {
  width: 26px;
  margin-right: 25px;
  flex: 1 0 auto;
  max-width: 26px;
}
.menu__tel {
  width: max-content;
  display: block;
  margin: 60px auto;
}
.menu__tel:hover {
  opacity: 0.7;
}
.menu__pic {
  position: relative;
  left: -20px;
}
.menu__title {
  margin: 0 auto 46px;
  color: rgb(255, 255, 255);
  font-size: 44.36px;
  font-weight: 400;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
}
.menu .btn {
  width: 328px;
  height: 94px;
  margin: 0 auto 40px;
  font-size: 32px;
  line-height: 100%;
}
.menu .btn:before {
  height: 94px;
  width: 154px;
  background: url(../img/tt2.svg) no-repeat center center;
}
.menu .btn:after {
  background: url(../img/tt1.webp) no-repeat center center/cover;
  width: 8px;
}
.menu__top {
  width: 100%;
  justify-content: space-between;
}
.menu .close2 {
  height: 34px;
}
.menu .close1, .menu .close2 {
  margin-top: 30px;
  cursor: pointer;
  transition: 0.5s;
}
.menu .close1:hover .svg circle, .menu .close2:hover .svg circle {
  transition: 0.5s;
  stroke-opacity: 1;
}
.menu .close1:hover .svg path, .menu .close2:hover .svg path {
  transition: 0.5s;
  stroke-opacity: 1;
  fill: white;
}

.nav {
  padding: 15px 0;
  z-index: 20;
  position: relative;
}
.nav__box {
  align-items: center;
}
.nav__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 377px;
  height: auto;
  right: 50%;
  margin-right: -153px;
}
.nav__logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.nav__sub {
  margin-left: 47px;
  color: rgb(144, 151, 158);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.055rem;
}
.nav__tel {
  display: flex;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-right: 98px;
  letter-spacing: -0.055rem;
  align-items: center;
  margin-left: auto;
}
.nav__tel img {
  margin-right: 9px;
}
.nav__tel:hover {
  color: rgb(255, 216, 176);
}

.header__wrap {
  position: relative;
  z-index: 2;
  height: 610px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 16px;
}
.header__wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
}
.header__wrap h1 {
  margin-top: auto;
  margin-bottom: -124px;
}
.header__wrap h1 span {
  padding-left: 10px;
}
.header__wrap p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
  line-height: 103%;
  position: absolute;
  left: 463px;
  bottom: 12px;
  letter-spacing: -0.045rem;
  width: 100%;
  max-width: 208px;
}

.main {
  padding: 0px;
  position: relative;
}
.main .head {
  max-width: 1430px;
  margin-bottom: 215px;
}
.main .head h1 {
  width: 100%;
  max-width: 900px;
}
.main__fig1 {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}
.main__fig2 {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: -1;
}
.main__sub {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 682px;
  letter-spacing: -0.09rem;
  width: 100%;
  max-width: 528px;
}
.main__wrap {
  position: relative;
  padding-bottom: 500px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.main__row {
  transition: transform 0.1s linear;
}
.main__item {
  position: relative;
  width: 429.63px;
  height: 316px;
  padding: 33px 20px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 auto;
  max-width: 429px;
  margin-right: 30px;
}
.main__item:after {
  content: "";
  display: block;
  width: 100%;
  backdrop-filter: blur(2.3px);
  position: absolute;
  top: 223px;
  right: 0;
  height: 100px;
  z-index: 1;
}
.main__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  transition: 0.5s;
}
.main__item .svg {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.main__item p {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: -0.045rem;
  text-align: left;
  text-transform: uppercase;
  transition: 0.5s;
  margin-top: auto;
  margin-bottom: -26px;
  width: 100%;
  max-width: 260px;
  position: relative;
  z-index: 2;
}
.main__item:nth-child(1) {
  margin-top: -12px;
  margin-right: 250px;
}
.main__item:nth-child(2) {
  margin-top: 96px;
}
.main__item:nth-child(3) {
  position: absolute;
  left: 219px;
  top: 390px;
}
.main__item:nth-child(4) {
  margin-top: 40px;
}
.main__item:nth-child(5) {
  position: absolute;
  right: 0;
  top: 550px;
  margin: 0;
}
.main__item:hover p {
  color: rgb(255, 216, 176);
}
.main__item:hover .svg {
  transform: rotate(45deg);
}
.main__item:hover .svg path {
  stroke: rgb(255, 216, 176);
}
.main__item:hover .svg circle {
  stroke: rgb(255, 216, 176);
}
.main__item:hover img {
  filter: inherit;
}
.main__btn {
  top: 38px;
  width: 340px;
  margin-left: 683px;
  height: 60px;
  border-radius: 0px;
  padding-left: 40px;
}

.ser {
  position: relative;
}
.ser .swiper1 {
  height: 1037px;
  overflow: hidden;
  width: 100%;
}
.ser .swiper1 .swiper-slide {
  position: relative;
}
.ser .swiper1 .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.ser .swiper1 .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ser__block {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 350px;
  background: #7C6B5A;
  padding: 60px 0px 0px;
}
.ser__block img {
  width: auto !important;
  height: auto !important;
}
.ser__top {
  align-items: center;
  margin-bottom: 202px;
  padding: 0 70px 0 48px;
}
.ser__top p {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 116%;
  text-transform: uppercase;
  letter-spacing: -0.045rem;
  margin-left: 19.5px;
}
.ser__text {
  margin-bottom: 28px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.045rem;
  line-height: 125%;
  text-transform: uppercase;
  font-family: "Geologica", sans-serif;
  padding: 0 60px;
}
.ser__sub {
  color: rgb(255, 216, 176);
  font-size: 14px;
  font-weight: 500;
  padding: 0 60px;
  line-height: 140%;
  text-transform: uppercase;
  font-family: "Geometria";
}
.ser__row {
  align-items: flex-end;
  position: absolute;
  bottom: 48px;
}
.ser .arrows {
  margin: 0 0 32px 37px;
  position: relative;
  z-index: 3;
}
.ser .lnk {
  width: max-content;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s;
  margin: 0px auto;
  justify-content: center;
}
.ser .lnk:before {
  display: block;
  width: 2.5px;
  height: 2.5px;
  background: #EAEDF2;
  content: "";
  margin-right: 22px;
  border-radius: 50px;
  transition: 0.5s;
}
.ser .lnk:after {
  display: block;
  width: 2.5px;
  height: 2.5px;
  background: #EAEDF2;
  content: "";
  margin-left: 22px;
  border-radius: 50px;
  transition: 0.5s;
}
.ser .lnk:hover {
  color: rgb(255, 216, 176);
}
.ser .lnk:hover:after, .ser .lnk:hover:before {
  background: rgb(255, 216, 176);
}
.ser__bottom {
  margin-top: 49px;
  background: #978674;
  padding: 50px 0;
}

.item {
  position: relative;
  padding: 63px 0 100px;
}
.item__title {
  display: flex;
  align-items: flex-start;
}
.item .title-tab span {
  margin-right: 4px;
  margin-left: -5px;
  font-weight: 400;
  font-size: 96px;
  position: relative;
  top: -25px;
  line-height: 90%;
  letter-spacing: -0.09em;
  text-transform: uppercase;
  color: #FFD8B0;
}
.item .title-tab p {
  display: block;
  width: max-content;
  padding-bottom: 2px;
  color: #FFD8B0;
  font-size: 40px;
  font-weight: 400;
  line-height: 90%;
  text-align: left;
  letter-spacing: -0.15rem;
  text-transform: uppercase;
  margin-left: 22px;
  position: relative;
  top: 9px;
}
.item .title-tab.active {
  opacity: 1 !important;
  display: flex;
  align-items: flex-start;
}
.item .title-tab.active span {
  margin-right: 4px;
  margin-left: 22px;
  font-weight: 400;
  font-size: 96px;
  position: relative;
  top: -11px;
  line-height: 90%;
  letter-spacing: -0.09em;
  text-transform: uppercase;
  color: #FFD8B0;
}
.item h2.title-tab.active {
  position: relative;
  top: -10px;
  margin-left: 0;
}
.item p.title-tab.active {
  margin-left: 0;
}
.item__wrap {
  position: relative;
}
.item__btn {
  padding-top: 93px;
  position: absolute;
  top: 0;
  right: 42px;
  width: 353px;
  height: 353px;
  border-radius: 50%;
  background: rgb(71, 77, 83);
  color: rgb(255, 216, 176);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.05rem;
  display: flex;
  align-items: center;
  padding-left: 54px;
  overflow: hidden;
  padding-right: 120px;
  text-align: right;
}
.item__btn img {
  position: absolute;
  top: -3px;
  right: -3px;
}
.item__btn:hover {
  background: rgb(255, 216, 176);
  color: black;
}
.item .dates {
  display: flex;
}
.item .booking {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.item .date-field {
  width: 306px;
}
.item .date-field:first-child {
  margin-right: 15px;
}
.item .date-label {
  display: block;
  margin-bottom: 6px;
  color: rgb(255, 216, 176);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.045rem;
  text-align: left;
  text-transform: uppercase;
}
.item .date-input {
  position: relative;
  display: flex;
  cursor: pointer;
  transition: border 0.2s;
  width: 100%;
  height: 48px;
}
.item .date-input:hover {
  border-color: #000;
}
.item .date-input input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  background: transparent;
  cursor: pointer;
  color: rgb(40, 40, 40);
  font-size: 12px;
  font-family: "Geometria";
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid rgb(175, 176, 179);
  background: rgb(175, 176, 179);
  padding-left: 20px;
}
.item .date-input input:focus {
  border: 2px solid rgb(255, 216, 176) !important;
}
.item {
  /* скрываем стандартную иконку */
}
.item .date-input input::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.item {
  /* кастомная иконка */
}
.item .calendar-icon {
  pointer-events: none;
  position: absolute;
  top: 11px;
  right: 12px;
}
.item .calendar-icon img {
  width: 27px;
  height: 28px;
}
.item {
  /* Гости */
}
.item .guests {
  display: flex;
  gap: 4px;
}
.item .guest-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55.33px;
  height: 48px;
  background: rgb(175, 176, 179);
  transition: 0.5s;
  color: rgb(40, 40, 40);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Geometria";
}
.item .guest-option input {
  display: none;
}
.item {
  /* текст "гость" скрыт по умолчанию */
}
.item .guest-option .text {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.25s ease;
}
.item .guest-option:has(input:checked) {
  width: 130px;
  background: rgb(139, 122, 103);
}
.item .guest-option:has(input:checked) span {
  color: white;
}
.item {
  /* активное состояние */
}
.item .guest-option input:checked ~ .text {
  max-width: 60px;
  opacity: 1;
}
.item .guest-option input:checked ~ * {
  color: #000;
}
.item .guest-option input:checked ~ .count {
  margin-right: 2px;
}
.item .guest-option input:checked {
  display: none;
}
.item__per {
  padding-left: 15px;
}
.item .swiper2 {
  width: 78%;
  overflow: visible;
  margin-top: 131px;
  height: 484px;
}
.item .swiper2 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  position: relative;
}
.item .swiper2 .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 435px;
  background: rgba(0, 0, 0, 0.3);
}
.item__pic {
  position: absolute;
  width: 100%;
  height: 417px;
  object-fit: cover;
}
.item__top {
  width: 100%;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
}
.item__lnl {
  z-index: 2;
  width: 100%;
  height: 67px;
  border-radius: 0px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  background: rgb(71, 77, 83);
}
.item__info span {
  display: block;
  margin-bottom: 5px;
  color: rgb(255, 216, 176);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Geometria";
}
.item__info p {
  color: rgb(255, 216, 176);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}
.item__links {
  align-items: center;
}
.item__links a:first-child {
  height: 15px;
  margin-right: 12px;
}
.item__links a:nth-child(2) {
  position: relative;
  top: -3px;
}
.item__links a:hover path {
  fill: white;
}
.item .swiper-pagination2 {
  margin-top: 34px;
  width: 100%;
  height: 11px;
  position: relative;
}
.item .swiper-pagination-progressbar {
  border-radius: 40px;
  background: rgb(41, 45, 49);
}
.item .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgb(255, 216, 176);
}
.item__content {
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 0 26px;
  margin-top: auto;
  margin-bottom: 0px;
}
.item__txt {
  font-size: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  font-family: "Geometria";
  margin: 10px 0 20px;
  width: 100%;
  max-width: 209px;
}
.item__row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.item__row p {
  color: rgb(255, 216, 176);
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: "Geometria";
}
.item__row span {
  color: rgb(255, 216, 176);
  font-size: 12px;
  font-weight: 500;
  font-family: "Geometria";
  line-height: 14px;
  text-transform: uppercase;
}
.item__sum {
  color: rgb(255, 216, 176);
  font-size: 38px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -0.15rem;
  text-align: left;
  text-transform: uppercase;
}
.item__gold {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 0;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.item h2.title-tab {
  top: -20px !important;
}
.item h2.title-tab span {
  margin-right: 1px;
  margin-left: 7px;
  font-weight: 400;
  font-size: 96px;
  position: relative;
  top: 24px;
  line-height: 90%;
  letter-spacing: -0.09em;
  text-transform: uppercase;
  color: #FFD8B0;
}

.item__title .title-tab {
  cursor: pointer;
  display: block;
  width: max-content;
  padding-bottom: 2px;
  color: #FFD8B0;
  font-size: 40px;
  font-weight: 400;
  line-height: 90%;
  text-align: left;
  letter-spacing: -0.15rem;
  text-transform: uppercase;
  margin-left: 0px;
  position: relative;
  top: 9px;
}

.item__title .title-tab.active {
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: 128px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.7rem;
  text-align: left;
  text-transform: uppercase;
}

p.title-tab {
  margin-left: 20px !important;
}

.item .title-tab.active span {
  top: -4px;
}

.item__title .title-tab {
  top: 3px;
}

.images {
  display: flex;
  align-items: center;
}
.images img {
  height: 644px;
  width: 25%;
  object-fit: cover;
}

.footer {
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(199, 168, 136, 0.1);
  background: rgb(27, 32, 34);
}
.footer__fig {
  position: absolute;
  top: -37px;
  left: 7px;
  z-index: 0;
}
.footer__box {
  margin-bottom: 40px;
  padding-top: 56px;
  padding-right: 185px;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
.footer__img {
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -233px;
}
.footer__bottom {
  align-items: flex-start;
  justify-content: space-between;
  padding: 33px 0 37px;
  padding-right: 185px;
  border-top: 1px solid rgba(199, 168, 136, 0.1);
  position: relative;
}
.footer__bottom p {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.footer__content {
  width: 100%;
  max-width: 340px;
}
.footer__title {
  margin-bottom: 17px;
  color: rgb(255, 216, 176);
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
}
.footer__text {
  color: rgb(144, 151, 158);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 19px;
}
.footer__name {
  color: rgb(255, 216, 176);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  font-family: "Geometria";
  margin-bottom: 25px;
}
.footer__item {
  width: 229px;
}
.footer__item:first-child {
  margin-right: 32px;
}
.footer__item ul li {
  margin-bottom: 17px;
}
.footer__item ul li a {
  color: rgb(144, 151, 158);
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  font-family: "Geologica", sans-serif;
  text-transform: uppercase;
}
.footer__item ul li a:hover {
  color: rgb(255, 216, 176);
}
.footer__el {
  align-items: flex-start;
  margin-bottom: 17px;
}
.footer__el img {
  margin-right: 12px;
}
.footer__el a {
  display: block;
  color: rgb(255, 216, 176);
  font-size: 12px;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.footer__el a:hover {
  color: white;
}
.footer__el span {
  display: block;
  font-family: "Geologica", sans-serif;
  color: rgb(144, 151, 158);
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
}
.footer__el:last-child {
  margin-bottom: 0;
  align-items: center;
}
.footer__last {
  margin-top: 37px;
}
.footer__last .footer__name {
  margin-bottom: 18px;
}
.footer__links a {
  display: block;
  color: rgb(144, 151, 158);
  font-size: 11.4px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 11px;
}
.footer__links a:last-child {
  margin-bottom: 0;
}
.footer__links a:hover {
  color: white;
}
.footer__com {
  position: absolute;
  right: 0;
  top: 33px;
}

.med {
  padding: 66px 0 88px;
  position: relative;
  overflow: hidden;
  background: #7C6B5A;
}
.med__fig {
  width: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.med .arrows {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 2;
}
.med .arrow:first-child {
  border: 1px solid rgb(228, 178, 127);
}
.med .arrow:first-child .svg path {
  stroke: rgb(228, 178, 127);
}
.med .arrow:nth-child(2) {
  border: 1px solid rgb(228, 178, 127);
  background: rgb(56, 61, 65);
}
.med .arrow:nth-child(2) svg path {
  stroke: rgb(228, 178, 127);
}
.med .arrow:hover .svg path {
  stroke: black;
}
.med__wrap {
  position: relative;
  z-index: 2;
}
.med__wrap h2 {
  color: rgb(255, 216, 176);
  margin-bottom: 58px;
  position: relative;
  left: -14px;
}
.med .swiper3 {
  overflow: hidden;
}
.med .swiper3 .swiper-slide img {
  width: 100%;
  height: 503px;
  object-fit: cover;
  margin-bottom: 35px;
}
.med .swiper3 .swiper-slide p {
  width: 100%;
  max-width: 647px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  font-family: "Geologica", sans-serif;
  text-transform: uppercase;
  margin-left: auto;
  padding-right: 48px;
}
.med .swiper3 .swiper-slide .btn {
  margin: 30px 507px 0 auto;
}
.med .swiper-pagination3 {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 59px;
}
.med .swiper-pagination3 .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: max-content;
  height: 35px;
  padding: 12px 24px 10px;
  box-sizing: border-box;
  border: 1px solid rgb(228, 178, 127);
  border-radius: 57px;
  background: rgba(255, 255, 255, 0.01);
  opacity: 1;
  color: rgb(255, 216, 176);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Geometria";
  transition: 0.5s;
}
.med .swiper-pagination3 .nav-item:hover {
  background: rgb(199, 168, 136) !important;
  color: rgb(255, 255, 255);
}
.med .swiper-pagination3 .nav-item.active {
  background: rgb(199, 168, 136) !important;
  color: rgb(255, 255, 255);
}

.info {
  padding: 0px 0 142px;
}
.info h2 {
  margin: -184px 0 98px;
  margin-left: -10px;
}
.info h2 span {
  color: #AFB0B3;
}
.info__row {
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info__item {
  width: 30%;
  margin-bottom: 60px;
  position: relative;
}
.info__item h3 {
  margin-top: 0;
  letter-spacing: 0rem;
  margin-bottom: 24px;
  color: rgb(255, 216, 176);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}
.info__item p {
  color: rgb(144, 151, 158);
  width: 100%;
  max-width: 313px;
  font-size: 16px;
  letter-spacing: -0.05rem;
  font-weight: 400;
  line-height: 19px;
}
.info__item_7 {
  margin-left: auto;
  width: 35%;
  margin-top: 70px;
}
.info__item_7 p {
  max-width: 415px;
}
.info__item_8 {
  margin-top: 70px;
}
.info__item_5:before, .info__item_6:before, .info__item_8:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: -29px;
  width: 133px;
  height: 41px;
  background: url(../img/per.svg) no-repeat center center;
}
.info__wrap {
  position: relative;
}
.info__pic {
  position: absolute;
  bottom: -16px;
  left: 0;
  object-fit: cover;
  width: 552px;
  height: 375px;
  z-index: 0;
}

.pic {
  width: 100%;
  height: 557px;
  object-fit: cover;
}

.area {
  padding: 97px 0 118px;
  background: rgb(45, 50, 53);
}
.area__box {
  justify-content: space-between;
  align-items: flex-start;
}
.area__content {
  width: 100%;
  max-width: 500px;
}
.area__content h2 {
  color: rgb(255, 216, 176);
  font-size: 60px;
  font-weight: 400;
  line-height: 57px;
  text-transform: uppercase;
  margin-bottom: 29px;
  letter-spacing: -0.09rem;
}
.area__content h2:after {
  content: "";
  display: block;
  margin-top: 29px;
  width: 96px;
  height: 2px;
  background: rgb(228, 178, 127);
}
.area__name {
  margin-bottom: 28px;
  color: rgb(255, 216, 176) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  font-family: "Geometria";
  letter-spacing: -0.09rem;
}
.area__text {
  margin-bottom: 39px;
  color: rgb(144, 151, 158);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.09rem;
}
.area__link {
  margin-top: 0px;
  width: 288px;
  height: 60px;
  border-radius: 0px;
}
.area__btn {
  margin-top: 25px;
  width: 257px;
  height: 60px;
  border-radius: 0px;
}
.area__info {
  width: 100%;
  max-width: 57%;
}
.area__item {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgb(61, 64, 66);
  margin-bottom: 88px;
}
.area__item:last-child {
  margin-bottom: 0;
}
.area__item:nth-child(2n) .area__content {
  order: 2;
}
.area__item:nth-child(2n) .area__img {
  order: 1;
}
.area__item:nth-child(3) .btn {
  width: 340px;
}
.area__item:nth-child(4) .btn {
  width: 284px;
}
.area__content {
  width: 100%;
  max-width: 380px;
}
.area__content img {
  margin-bottom: 17px;
}
.area__content .btn img {
  margin-bottom: 0 !important;
}
.area__content h3 {
  margin-top: 0;
  margin-bottom: 24px;
  color: rgb(255, 216, 176);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: -0.01rem;
}
.area__content p {
  color: rgb(144, 151, 158);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 18px;
}
.area__content ul {
  margin-bottom: 25px;
}
.area__content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  font-family: "Geometria";
  text-transform: uppercase;
}
.area__content ul li:last-child {
  margin-bottom: 0;
}
.area__content ul li:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  width: 4px;
  height: 4px;
  background: rgb(228, 178, 127);
}
.area__content blockquote {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding-left: 18px;
  color: rgb(255, 216, 176);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border-left: 2px solid rgb(228, 178, 127);
}
.area__content blockquote br {
  display: none;
}
.area__img picture {
  display: block;
  width: 46.6%;
  height: 500px;
}
.area__img picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.area__time {
  width: 89%;
}
.area__time div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 9px;
}
.area__time div:last-child {
  margin-bottom: 0;
}
.area__time div span {
  color: rgb(255, 216, 176);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Geometria";
}
.area__time div p {
  color: rgb(255, 216, 176);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Geometria";
  margin-bottom: 0 !important;
}
.area__line div p {
  color: rgb(255, 216, 176);
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.5px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.area__line div span {
  color: rgb(255, 216, 176);
  font-size: 12px;
  font-weight: 500;
  font-family: "Geometria";
  line-height: 14px;
  text-transform: uppercase;
}
.area__line div:first-child {
  margin-right: 112px;
}

.contacts {
  padding: 46px 0 160px;
  background: rgb(122, 105, 88);
}
.contacts__map {
  height: 699px;
  width: auto;
  position: absolute;
  right: -46px;
  top: -121px;
  z-index: 1;
}
.contacts__wrap {
  position: relative;
}
.contacts h2 {
  color: rgb(255, 216, 176);
  margin-bottom: 73px;
  position: relative;
  z-index: 3;
}
.contacts__title {
  color: rgb(255, 216, 176);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  font-family: "Geometria";
  margin-bottom: 11px;
}
.contacts__title:before {
  content: "";
  margin-bottom: 30px;
  width: 96px;
  height: 2px;
  background: rgb(228, 178, 127);
  display: block;
}
.contacts__text {
  margin-bottom: 30px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
  line-height: 125%;
  text-transform: uppercase;
  width: 100%;
  max-width: 250px;
}
.contacts__name {
  color: rgb(255, 216, 176);
  font-size: 14px;
  font-weight: 500;
  font-family: "Geometria";
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.contacts__local {
  color: rgb(255, 216, 176);
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
}
.contacts__content {
  margin-bottom: 474px;
  font-style: normal;
  position: relative;
  z-index: 2;
}
.contacts__bottom {
  position: relative;
  z-index: 2;
}
.contacts__info {
  width: 100%;
  max-width: 283px;
  margin-right: 303px;
}
.contacts__info div {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  justify-content: space-between;
}
.contacts__info div p {
  color: rgba(255, 216, 176, 0.54);
  font-size: 14px;
  font-weight: 500;
  font-family: "Geometria";
  line-height: 140%;
  text-transform: uppercase;
}
.contacts__info div span {
  color: rgb(255, 216, 176);
  font-size: 14px;
  font-weight: 500;
  font-family: "Geometria";
  line-height: 140%;
  text-transform: uppercase;
}
.contacts__info div:last-child {
  margin-bottom: 0;
}
.contacts__area {
  margin-top: -9px;
}
.contacts__area h3 {
  margin-bottom: 30px;
  margin-top: 0;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  font-family: "Geometria";
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.contacts__el {
  padding-left: 16px;
  margin-bottom: 15px;
  position: relative;
}
.contacts__el p {
  margin-bottom: 3px;
  color: rgb(255, 216, 176);
  font-size: 14px;
  font-family: "Geometria";
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 140%;
  text-transform: uppercase;
}
.contacts__el span {
  color: rgb(255, 255, 255);
  font-size: 13px;
  letter-spacing: -0.2px;
  font-weight: 400;
  line-height: 15px;
}
.contacts__el:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  background: rgb(228, 178, 127);
}
.contacts__left {
  margin-right: 70px;
}
.contacts__socials {
  margin-bottom: 33px;
}
.contacts__socials a {
  margin-right: 16px;
}
.contacts__socials a:last-child {
  margin-right: 0;
}
.contacts__socials a:hover {
  opacity: 0.7;
}
.contacts__tel {
  margin-bottom: 1px;
  color: rgb(255, 216, 176);
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  display: block;
}
.contacts__tel:hover {
  color: white;
}
.contacts__sub {
  color: rgba(255, 216, 176, 0.53);
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  font-family: "Geometria";
  text-transform: uppercase;
  width: 100%;
  max-width: 200px;
  margin-top: 5px;
}

.spec {
  overflow: hidden;
  padding: 100px 0 93px;
  background: rgb(56, 61, 65);
  position: relative;
}
.spec__fig {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.spec__fig2 {
  position: absolute;
  top: 600px;
  left: 0;
  z-index: 0;
}
.spec h2 {
  font-size: 60px;
  color: rgb(255, 216, 176);
  margin-bottom: 26px;
  letter-spacing: 0;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 560px;
}
.spec__box {
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 3;
}
.spec .contacts__content {
  margin-bottom: 0;
}
.spec .contacts__text {
  color: rgb(144, 151, 158);
  font-size: 16px;
  font-weight: 400;
  font-family: "Tenor Sans", sans-serif;
  line-height: 19px;
  width: 100%;
  max-width: 325px;
  margin-bottom: 0;
  text-transform: none;
}
.spec .contacts__title {
  margin-bottom: 33px;
}
.spec .main__btn {
  margin-top: 45px;
  margin-left: 0;
  width: 350px;
  top: 0;
  padding-left: 5px;
}
.spec__content {
  width: 100%;
  max-width: 777px;
  margin-top: 41px;
}
.spec__item {
  margin-bottom: 87px;
}
.spec__top {
  width: 100%;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between;
}
.spec__area h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: rgb(255, 216, 176);
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
  position: relative;
}
.spec__area h3:before {
  content: "";
  filter: blur(1px);
  display: block;
  position: absolute;
  top: -12px;
  left: -22px;
  width: 23px;
  height: 23px;
  background: url(../img/star.svg) no-repeat center center;
}
.spec__area span {
  display: block;
  color: rgb(255, 216, 176);
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -1.5px;
  text-align: right;
  text-transform: uppercase;
}
.spec__area:first-child .spec__sub {
  text-align: left;
}
.spec__sub {
  color: rgba(255, 216, 176, 0.67);
  font-size: 14px;
  font-weight: 500;
  font-family: "Geometria";
  line-height: 140%;
  text-transform: uppercase;
  text-align: right;
}
.spec__row {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.spec__info {
  width: 100%;
  max-width: 350px;
  margin-right: 40px;
}
.spec__info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  font-family: "Geologica", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  text-align: left;
  text-transform: uppercase;
}
.spec__info ul li:last-child {
  margin-bottom: 0;
}
.spec__info ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: rgb(228, 178, 127);
  margin-right: 12px;
}
.spec__block {
  width: 100%;
  max-width: 356px;
  padding: 27px 25px 23px;
  box-sizing: border-box;
  border: 1px solid rgba(199, 168, 136, 0.2);
  background: rgb(45, 50, 53);
}
.spec__block h4 {
  margin-bottom: 16px;
  margin-top: 0;
  color: rgb(255, 216, 176);
  font-size: 14px;
  font-weight: 500;
  font-family: "Geometria";
  line-height: 140%;
  text-align: left;
  text-transform: uppercase;
}
.spec__block ul li {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  color: rgb(144, 151, 158);
  font-size: 12px;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
  line-height: 125%;
  text-align: left;
  text-transform: uppercase;
}
.spec__block ul li:last-child {
  margin-bottom: 0;
}
.spec__block ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: rgb(228, 178, 127);
  margin-right: 12px;
}
.spec__el {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(199, 168, 136, 0.1);
  margin-bottom: 16px;
}
.spec__el:last-child {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.spec__let {
  color: rgb(144, 151, 158);
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
  line-height: 19px;
}
.spec__name {
  color: rgb(255, 216, 176);
  font-size: 14px;
  font-weight: 500;
  font-family: "Geometria";
  line-height: 140%;
  text-transform: uppercase;
}
.spec__per p {
  margin-bottom: 7px;
  color: rgb(144, 151, 158);
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-align: right;
  font-family: "Geometria";
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.spec__per span {
  color: rgb(255, 216, 176);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.5px;
  text-align: right;
  text-transform: uppercase;
}
.spec__text {
  color: rgb(144, 151, 158);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.055rem;
  margin-bottom: 34px;
}
.spec__set {
  padding: 19px 26px;
  box-sizing: border-box;
  border: 2px solid rgb(255, 216, 176);
  background: rgb(45, 50, 53);
}
.spec__flex {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.spec__flex span {
  color: rgb(255, 216, 176);
  font-size: 14px;
  font-family: "Geometria";
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}
.spec__flex p {
  color: rgb(144, 151, 158);
  font-family: "Geometria";
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-align: right;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.spec__sum {
  color: rgb(255, 216, 176);
  margin-bottom: 5px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -1.5px;
  text-align: left;
  text-transform: uppercase;
}
.spec__eco {
  color: rgba(255, 216, 176, 0.52);
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  font-family: "Geologica", sans-serif;
  text-transform: uppercase;
}
.spec__last {
  margin-top: 151px;
}
.spec__last div {
  padding-left: 25px;
  border-left: 2px solid rgb(228, 178, 127);
  margin-right: 36px;
}
.spec__last div:last-child {
  margin-right: 0;
}
.spec__last div span {
  margin: 18px 0 26px;
  display: block;
  color: rgb(255, 216, 176);
  font-size: 14px;
  font-weight: 500;
  font-family: "Geometria";
  line-height: 140%;
  text-transform: uppercase;
}
.spec__last div p {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.055rem;
  line-height: 15px;
  width: 100%;
  max-width: 326px;
}
.spec .spec__item_2 .spec__info {
  margin-right: 0;
  margin-left: 40px;
}
.spec .spec__item_2 .spec__text {
  margin-bottom: 15px;
}

.bb {
  margin-left: 5px;
}

.swiper-select {
  display: none;
}

.page .header__wrap h1 {
  letter-spacing: 0;
  margin: 100px auto 165px;
  text-align: center;
  font-size: 40px;
  width: 100%;
  max-width: 300px;
}
.page .header__wrap {
  height: auto;
}
.page .header__wrap .margin2 {
  margin: 158px auto 100px;
}

.error {
  padding-bottom: 64px;
}
.error__fig {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  margin-left: -512px;
}
.error__pic {
  display: block;
  margin: 60px auto 48px;
}
.error__text {
  margin-bottom: 100px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.error__row {
  margin: 0 auto 50px;
  max-width: 1012px;
  justify-content: space-between;
}
.error__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 24.6%;
  height: 350px;
  background: rgb(45, 50, 53);
}
.error__item > img {
  width: 100%;
  height: 189px;
  object-fit: cover;
}
.error__item .svg {
  position: absolute;
  width: 33px;
  height: 33px;
  bottom: 111px;
  right: 22px;
}
.error__item p {
  padding: 28px 34px;
  margin-top: auto;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.error__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgb(112, 95, 78);
}
.error__item:hover {
  background: rgb(71, 77, 83);
}
.error__item:hover .svg {
  transform: rotate(45deg);
}
.error__item:hover .svg path {
  stroke: rgb(255, 216, 176);
}
.error__item:hover .svg circle {
  stroke: rgb(255, 216, 176);
}
.error__item:nth-child(2n):after {
  background: rgb(144, 123, 101);
}
.error__btn {
  width: 340px;
  margin: 0 auto;
  border-radius: 0px;
  padding-left: 40px;
}

.page .header__wrap h1, .page .header__wrap h1 span {
  padding-left: 0;
}

.text {
  padding: 78px 0 64px;
}
.text h2 {
  font-size: 48px;
  letter-spacing: -0.2rem;
  margin-bottom: 80px;
  text-align: center;
}
.text__wrap {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.text div {
  margin-bottom: 38px;
}
.text div h3 {
  margin-top: 0;
  color: rgb(255, 216, 176);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}
.text div p {
  color: rgb(215, 221, 227);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 20px;
}
.text div ul {
  padding-left: 10px;
}
.text div ul li {
  display: flex;
  color: rgb(215, 221, 227);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.text div ul li:before {
  background: rgb(215, 221, 227);
  content: "";
  border-radius: 50%;
  width: 3px;
  flex: 1 0 auto;
  max-width: 3px;
  height: 3px;
  margin-right: 10px;
  position: relative;
  top: 6px;
}

.social {
  position: fixed;
  right: 60px;
  bottom: 40px;
  z-index: 10;
}
.social:hover {
  opacity: 0.5;
}

.call .popup__fig1, .call .popup__fig2 {
  width: 100%;
  left: 0;
}
.call .popup__name {
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 19px;
}

#popup-call2 button {
  margin: 10px 0 0;
  height: 66px;
  width: 238px;
}

#popup-thank .popup__fig2 {
  width: 100%;
}
#popup-thank .popup__name {
  margin-top: 40px;
  margin-bottom: 28px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
}
#popup-thank .popup__title {
  margin-bottom: 40px;
  color: rgb(255, 216, 176);
  font-size: 34px;
  font-weight: 400;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
}

.blog {
  background: #32383c;
  padding: 100px 0 50px;
}
.blog__top {
  margin-bottom: 57px;
  align-items: flex-end;
  justify-content: space-between;
}
.blog .contacts__title {
  color: #FFD8B0;
}
.blog .arrow {
  background: transparent;
  border: 1px solid #e4b27f;
}
.blog__btn {
  margin: 40px auto 0;
}
.blog .swiper4 {
  width: 81%;
}
.blog .swiper4 .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: #383d41;
  border: 1px solid rgba(199, 168, 136, 0.2);
  position: relative;
  padding: 259px 30px 45px 30px;
}
.blog .swiper4 .swiper-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 222px;
  width: 100%;
}
.blog .swiper4 .swiper-slide a h3 {
  line-height: 36px;
  font-size: 30px;
  margin-bottom: 7px;
}
.blog .swiper4 .swiper-slide a span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 216, 176, 0.67);
  line-height: 20px;
  margin-bottom: 55px;
}
.blog .swiper4 .swiper-slide a p {
  font-size: 16px;
  margin-bottom: 55px;
  font-weight: 400;
  text-align: LEFT;
  color: #90979e;
  letter-spacing: -0.1px;
}
.blog .swiper4 .swiper-slide a small {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffd8b0;
  line-height: 20px;
  transition: 0.5s;
}
.blog .swiper4 .swiper-slide a:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 205px;
  left: 5px;
  background: url(../img/st.webp) no-repeat center center;
}
.blog .swiper4 .swiper-slide a:hover {
  border: 1px solid white;
}
.blog .swiper4 .swiper-slide a:hover small {
  color: white;
}

.sear .nav__tel {
  margin-right: 40px;
}
.sear .nav {
  border-bottom: 2px solid #e4b27f;
}
.sear .logo2 {
  margin-left: 36px;
}
.sear__list {
  margin-left: 151px;
  display: flex;
  flex-wrap: wrap;
}
.sear__list li {
  margin-right: 25px;
}
.sear__list li:last-child {
  margin-right: 0;
}
.sear__list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.06em;
  color: #FFFFFF;
}
.sear__list li a:hover {
  color: #e4b27f;
}

span.text {
  padding: 0 !important;
}

.order {
  padding: 70px 0;
  position: relative;
  background: #2d3236;
}
.order .booking {
  flex-direction: column;
}
.order__per {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -270px;
  z-index: 0;
}
.order__fig {
  display: block;
  margin: 0 auto 40px;
}
.order__title {
  font-size: 32px;
  font-weight: 400;
  text-align: CENTER;
  color: #ffd8b0;
  letter-spacing: -0.19px;
  line-height: 120%;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.order .item__form {
  width: 100%;
  max-width: 960px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.order .error__btn {
  height: 60px;
  margin-top: 40px;
}
.order .date-input input {
  background: #f0f0f1;
  border: none !important;
}
.order .date-input input:focus {
  border: none;
}
.order .date-field:last-child {
  margin-left: 15px;
}

.custom-select {
  position: relative;
  width: 100%;
  height: 48px;
  cursor: pointer;
}

.select-trigger {
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  background: transparent;
  cursor: pointer;
  color: rgb(40, 40, 40);
  font-size: 12px;
  font-family: "Geometria";
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  height: 100%;
  box-sizing: border-box;
  background: #8b7a67;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

#guestResult {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}

.arrrow {
  transition: 0.3s;
}

.custom-select.active .arrow {
  transform: rotate(-135deg);
}

.select-dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: none;
  z-index: 10;
}

.custom-select.active .select-dropdown {
  display: block;
}

.select-group {
  margin-bottom: 15px;
}

.select-group p {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
}

.options label {
  color: #000;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 6px;
  cursor: pointer;
}

.options input {
  color: #000;
  margin-right: 4px;
}

.item-room {
  padding-bottom: 40px;
}
.item-room .search__nav {
  margin: 30px auto 100px;
}
.item-room .swiper2 {
  gap: 20px;
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.item-room .swiper2 .swiper-slide {
  height: 539px;
  width: 23.8%;
  margin-bottom: 30px;
}
.item-room__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #90979e;
  justify-content: center;
  letter-spacing: -0.1px;
}
.item-room__link .svg {
  margin-left: 15px;
}
.item-room__link:hover {
  color: #e4b27f;
}
.item-room__link:hover .svg path {
  stroke: #e4b27f;
}

.room2 {
  position: relative;
  z-index: 4;
  padding-bottom: 60px;
}
.room2 h1 {
  font-size: 48px;
  font-weight: 400;
  text-align: CENTER;
  color: #ffffff;
  line-height: 43px;
  letter-spacing: 0;
  margin: 70px auto;
}
.room2 .tabs__btn_first {
  margin-bottom: 70px;
  font-size: 24px;
  font-weight: 400;
  color: #9a9d9f;
  line-height: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.room2 .tabs__btn_first.active {
  color: white !important;
  border-bottom: 1px solid #e4b27f;
}
.room2 .tabs__btn_first:first-child {
  margin-right: 60px;
}
.room2 .tabs__nav_first {
  justify-content: center;
}
.room2 .tabs2__nav {
  justify-content: center;
  gap: 6px;
  width: 100%;
  max-width: 620px;
  margin: 0 auto 60px;
  flex-wrap: wrap;
}
.room2 .tabs2__nav .tabs__btn {
  height: 35px;
  background: transparent;
  border: 1px solid #e4b27f;
  border-radius: 57px;
  width: max-content;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffd8b0;
}
.room2 .tabs2__nav .tabs__btn:hover {
  background: #c7a888 !important;
  color: white !important;
}
.room2 .tabs2__nav .tabs__btn.active {
  background: #c7a888 !important;
  color: white !important;
}
.room2__item {
  align-items: flex-start;
  margin-bottom: 90px;
  justify-content: center;
}
.room2__item:nth-child(2n) {
  margin-left: 220px;
}
.room2__item:nth-child(2n) .room2__right {
  order: 1;
  text-align: right;
}
.room2__item:nth-child(2n) .room2__left {
  order: 2;
  margin-right: 0;
  margin-left: 50px;
}
.room2__item:nth-child(2n) .error__btn {
  width: 100%;
}
.room2__item:nth-child(2n) .room2__sub {
  margin-left: auto;
}
.room2__left {
  width: 100%;
  max-width: 634px;
  position: relative;
  height: 498px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
}
.room2__left img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.room2__left p {
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-weight: 400;
  color: #ffd8b0;
  letter-spacing: -0.24px;
  margin-top: auto;
  text-transform: uppercase;
}
.room2__left p span {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  font-family: "Geometria";
  font-weight: 500;
  text-transform: uppercase;
  color: #ffd8b0;
}
.room2__right {
  width: 100%;
  max-width: 506px;
}
.room2__title {
  font-size: 36px;
  line-height: 110%;
  font-weight: 400;
  color: #ffd8b0;
  letter-spacing: -0.22px;
  margin-bottom: 50px;
}
.room2__sub {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #c7cfd6;
  line-height: 30px;
  letter-spacing: -0.12px;
  width: 100%;
  max-width: 345px;
}
.room2__text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: -0.02px;
  font-family: "Geometria";
  margin: 50px 0 48px;
}
.room2 .error__btn {
  width: 238px;
  height: 73px;
  margin: 0;
}

.order2 .order__title {
  font-size: 24px;
}

.item-room3 h2 {
  font-size: 40px;
  font-weight: 400;
  color: #ffd8b0;
  line-height: 57px;
  letter-spacing: -0.06px;
}
.item-room3 .swiper2 {
  margin: 40px 0 80px;
}

.room3 {
  padding-bottom: 80px;
}
.room3 h1 {
  margin-bottom: 40px;
}
.room3__sub {
  font-size: 20px;
  line-height: 125%;
  font-weight: 400;
  color: #ffd8b0;
  letter-spacing: -0.12px;
  text-align: center;
  margin-bottom: 70px;
}
.room3__top {
  margin-bottom: 80px;
  justify-content: center;
}
.room3__left {
  width: 100%;
  max-width: 626px;
}
.room3__left p {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: LEFT;
  color: #ffd8b0;
  letter-spacing: -0.19px;
}
.room3__left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
  letter-spacing: -0.12px;
  margin-left: -10px;
}
.room3__left ul li:last-child {
  margin-bottom: 0;
}
.room3__left ul li:before {
  display: inline-flex;
  content: "";
  height: 35px;
  background: url(../img/star3.webp) no-repeat center center;
  width: 35px;
  margin-right: 10px;
}
.room3__right {
  width: 100%;
  margin-left: 60px;
  max-width: 502px;
}
.room3__right ul li {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Geometria";
  line-height: 36px;
  letter-spacing: -0.14px;
  display: flex;
  align-items: flex-start;
}
.room3__right ul li:last-child {
  margin-bottom: 0;
}
.room3__right ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 50px;
  margin-right: 12px;
  margin-left: 10px;
  position: relative;
  top: 14px;
  flex: 1 0 auto;
  max-width: 5px;
}
.room3__right ul li.color {
  color: #FFD8B0;
}
.room3__right ul li.color:before {
  background: #FFD8B0;
}
.room3__name {
  font-size: 32px;
  font-weight: 400;
  text-align: LEFT;
  color: #ffd8b0;
  letter-spacing: -0.19px;
  margin-bottom: 40px;
  line-height: 110%;
}
.room3__text {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: -0.12px;
}
.room3__slider {
  width: 100%;
}
.room3__slider .mySwiper5 {
  width: 100%;
  overflow: hidden;
  height: 758px;
}
.room3__slider .mySwiper5 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room3__slider .mySwiper6 {
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  margin: -65px auto 0;
  height: 124px;
}
.room3__slider .mySwiper6 .swiper-slide {
  height: 100%;
  cursor: pointer;
  position: relative;
}
.room3__slider .mySwiper6 .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.room3__slider .mySwiper6 .swiper-slide:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.57);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.room3__slider .mySwiper6 .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 57px;
  width: 57px;
  margin-top: -28px;
  margin-left: -28px;
  background: url(../img/1.svg) no-repeat center center;
  left: 50%;
  transition: 0.5s;
  opacity: 0;
}
.room3__slider .mySwiper6 .swiper-slide:hover:after {
  opacity: 0;
}
.room3__slider .mySwiper6 .swiper-slide-thumb-active:before {
  z-index: 3;
  opacity: 1 !important;
}
.room3__slider .mySwiper6 .swiper-slide-thumb-active:after {
  background: linear-gradient(0deg, rgba(228, 178, 127, 0.91), rgba(228, 178, 127, 0.91));
  opacity: 1 !important;
}
.room3 .arrows {
  margin: 40px auto 0;
  justify-content: center;
}
.room3__row {
  justify-content: center;
}

.room2 h2 {
  text-align: center;
  font-size: 48px;
  line-height: 120%;
  margin-top: 0;
  letter-spacing: 0;
  margin-bottom: 80px;
}

.blog-page {
  background: transparent;
}
.blog-page h2 {
  text-align: center;
  font-size: 48px;
  line-height: 120%;
  margin-top: 0;
  letter-spacing: 0;
  margin-bottom: 80px;
}
.blog-page .swiper4 {
  max-width: 1100px;
  gap: 20px;
  height: auto;
  width: 100%;
  display: flex;
  margin: 0 auto 60px;
  flex-wrap: wrap;
}
.blog-page .swiper4 .swiper-slide {
  height: auto;
  width: 31.6%;
}
.blog-page .error__btn {
  height: 60px;
  width: 340px;
  margin: 110px auto 0;
}

.blog-item__wrap {
  position: relative;
}
.blog-item__wrap img {
  object-fit: cover;
  overflow: hidden;
  border-radius: 44px 44px 0px 0px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 434px;
}
.blog-item__wrap h1 {
  text-align: center;
  width: 100%;
  max-width: 642px;
  margin: -179px auto 180px;
  position: relative;
  min-height: 228px;
  z-index: 3;
}
.blog-item__wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 52px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(56, 61, 65, 0), #383d41 100%);
}
.blog-item__row {
  justify-content: space-between;
}
.blog-item__row h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: -0.36px;
}
.blog-item__content {
  width: 100%;
  max-width: 680px;
}
.blog-item__content h4 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  text-align: LEFT;
  color: #ffd8b0;
  letter-spacing: -0.14px;
}
.blog-item__content h5 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  text-align: LEFT;
  color: #ffd8b0;
  letter-spacing: -0.14px;
}
.blog-item__text p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
  margin-bottom: 15px;
}
.blog-item__text p:last-child {
  margin-bottom: 0;
}
.blog-item__block {
  width: 100%;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #42494d;
  margin: 60px 0;
}
.blog-item__block p {
  font-size: 24px;
  font-weight: 400;
  color: #ffd8b0;
  letter-spacing: -0.14px;
}
.blog-item__images {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.blog-item__images img {
  object-fit: cover;
  height: 644px;
  width: 25%;
}
.blog-item .error__btn {
  margin-top: 90px;
  margin-bottom: 30px;
}

.photo h1 {
  margin-bottom: 60px;
}
.photo .blog-item__images {
  flex-wrap: wrap;
}
.photo .error__btn {
  margin-top: 120px;
  margin-bottom: 30px;
}

button.btn {
  border: none;
}

.address {
  font-style: normal;
}

.item .swiper-pagination-progressbar {
  display: none;
}

.item .swiper2 {
  width: 100%;
  overflow: hidden;
}

.social {
  bottom: 200px;
}

.swiper4 .swiper-slide {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: auto;
}

.blog .swiper4 .swiper-slide a p {
  margin-top: auto;
}

.spec__sum:after {
  content: "₽";
  display: inline-flex;
  font-size: 40px;
  margin-left: 10px;
}

.room2 h2 {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 80px;
}

.services h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 90%;
  text-align: center;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 13px;
}
.services h3:after {
  content: "";
  display: block;
  margin: 10px 0 60px;
  background: url(../img/border.svg) no-repeat center center;
  width: 100%;
  height: 3px;
  background-size: 100% !important;
}
.services__item {
  margin: 0 auto 200px;
  width: 100%;
  max-width: 962px;
}
.services__item:last-child {
  margin-bottom: 100px;
}
.services__item:last-child .error__row {
  gap: 40px;
  justify-content: center;
}
.services__item .error__item {
  height: 408px;
  width: 30.4%;
}
.services__item .error__item .svg {
  width: 40px;
  height: 40px;
  bottom: 120px;
}
.services__item .error__item picture {
  display: block;
  width: 100%;
}
.services__item .error__item img {
  width: 100%;
  object-fit: cover;
  height: 220px;
}
.services .error__btn {
  height: 60px;
  width: 340px;
  margin: 0 auto 50px;
}
.services__wrap {
  margin-top: 200px;
}

.images img {
  cursor: pointer;
}

.image-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.image-modal.show {
  opacity: 1;
  visibility: visible;
}

.image-modal img {
  max-width: 90%;
  max-height: 90%;
}

.image-modal__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  padding: 20px;
}

.image-modal__arrow.prev {
  left: 30px;
}

.image-modal__arrow.next {
  right: 30px;
}

.swiper {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.swiper .swiper-slide {
  position: relative;
}
.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ПРАВЫЕ ПРЕВЬЮ */
.preview {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  z-index: 10;
  pointer-events: none;
}

.preview div {
  width: 46px;
  height: 100%;
  overflow: hidden;
  border-left: 2px solid #C7A888;
  position: relative;
}

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

/* Превью */
.preview {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  pointer-events: none;
}

.preview div {
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}
.preview div:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.note {
  position: fixed;
  bottom: 100px;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 586px;
  height: 73px;
  background: #2D3235;
  border-bottom: 2px solid #786A52;
}
.note__text {
  padding-left: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.04em;
  font-family: "Geologica", sans-serif;
  color: #FFFFFF;
}
.note__close {
  height: 100%;
  cursor: pointer;
  border-radius: 0px;
}
.note__close svg {
  margin-left: 15px;
}

.order .dates_1 .date-input {
  margin-bottom: 30px;
}
.order .dates_1 .date-input input {
  border: 1px solid transparent !important;
}
.order .dates_1 .date-input input:focus {
  border: 1px solid rgb(255, 216, 176) !important;
}

.about .blog-item__wrap {
  margin: 60px 0;
}
.about .blog-item__wrap:after {
  bottom: 0;
}
.about .blog-item__wrap img {
  border-radius: 0;
}
.about .blog-item__text, .about__info {
  width: 100%;
  max-width: 654px;
  margin-left: auto;
}
.about__area {
  max-width: 890px;
  width: 100%;
  margin-left: auto;
}
.about__info {
  flex-wrap: wrap;
  justify-content: space-between;
}
.about__item {
  width: 50%;
}
.about__item span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-feature-settings: "ordn" on, "salt" on, "ss01" on;
  color: #FFFFFF;
  opacity: 0.5;
  margin-bottom: 15px;
}
.about__item a, .about__item p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.06em;
  color: #FFFFFF;
}
.about__item a:hover {
  color: rgb(255, 216, 176);
}
.about__item:last-child {
  width: 100%;
  margin-top: 60px;
}
.about__content .blog-item__text {
  margin-bottom: 50px;
}
.about__content .blog-item__name {
  margin-bottom: 50px;
}
.about__content .blog-item__name p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  font-feature-settings: "ordn" on, "salt" on, "ss01" on;
  color: #FFD8B0;
  letter-spacing: 0.01rem;
}
.about .arrow {
  background: transparent;
  border: 1px solid #e4b27f;
}
.about .arrow .svg path {
  stroke: #e4b27f;
}
.about .arrow:hover svg path {
  stroke: black;
}
.about__area h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  font-feature-settings: "ordn" on, "salt" on, "ss01" on;
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: none;
}
.about__per {
  margin: 60px 0 80px;
}
.about__block {
  align-items: flex-end;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #D0D0D0;
}
.about__block img {
  object-fit: cover;
  width: 259.33px;
  height: 203.76px;
}
.about__block div {
  width: 100%;
  max-width: 467px;
  margin-left: 60px;
}
.about__block div h3 {
  margin-top: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 26px;
  line-height: 106.5%;
  font-feature-settings: "ordn" on, "salt" on, "ss01" on;
  color: #FFFFFF;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.about__block div p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.06em;
  color: #FFFFFF;
}
.about__block:last-child {
  border-bottom: none;
}
.about__flex {
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 60px;
}
.about .swiper7 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
}
.about .swiper7 .swiper-slide {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #35393D;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.about .swiper7 .swiper-slide a {
  display: flex;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #FFD8B0;
  align-items: center;
}
.about .swiper7 .swiper-slide a .svg {
  margin-left: 15px;
  position: relative;
  top: 1px;
}
.about .swiper7 .swiper-slide a:hover {
  color: white;
}
.about .swiper7 .swiper-slide a:hover .svg path {
  fill: white;
  fill-opacity: 1;
}
.about .swiper7__img {
  height: 100%;
  width: 400px;
  object-fit: cover;
}
.about .swiper7__content {
  padding: 30px;
}
.about .swiper7__info {
  align-items: center;
  margin-bottom: 30px;
}
.about .swiper7__info p {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #FFD8B0;
  margin-right: 20px;
}
.about .swiper7__info span {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #FFFFFF;
}
.about .swiper7__text {
  width: 100%;
  max-width: 309px;
  font-weight: 400;
  font-size: 14.3176px;
  line-height: 160%;
  color: #FFFFFF;
  font-family: "Geometria";
  margin-bottom: 30px;
}
.about__link {
  width: 100%;
  max-width: 215px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.06em;
  color: #FFD8B0;
  border-bottom: 1px solid #FFD8B0;
}
.about__link:hover {
  color: white;
  border-bottom: 1px solid white;
}
.about__link:hover .svg path {
  stroke: white;
}

.swiper7 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
}
.swiper7 .swiper-slide {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #35393D;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper7 .swiper-slide a {
  display: flex;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #FFD8B0;
  align-items: center;
}
.swiper7 .swiper-slide a .svg {
  margin-left: 15px;
  position: relative;
  top: 1px;
}
.swiper7 .swiper-slide a:hover {
  color: white;
}
.swiper7 .swiper-slide a:hover .svg path {
  fill: white;
  fill-opacity: 1;
}
.swiper7__img {
  height: 100%;
  width: 400px;
  object-fit: cover;
}
.swiper7__content {
  padding: 30px;
}
.swiper7__info {
  align-items: center;
  margin-bottom: 30px;
}
.swiper7__info p {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #FFD8B0;
  margin-right: 20px;
}
.swiper7__info span {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #FFFFFF;
}
.swiper7__text {
  width: 100%;
  max-width: 309px;
  font-weight: 400;
  font-size: 14.3176px;
  line-height: 160%;
  color: #FFFFFF;
  font-family: "Geometria";
  margin-bottom: 30px;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: auto;
  position: relative;
  margin: 100px 0 80px;
}

.marquee-track {
  display: flex;
  gap: 40px;
  align-items: center;
  animation: marquee 15s linear infinite;
}

.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-item {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marquee-item:after {
  content: "";
  display: inline-block;
  background: url(../img/big-star.svg) no-repeat center center;
  width: 103px;
  height: 103px;
  margin-left: 40px;
}

.marquee-item p {
  font-weight: 400;
  font-size: 128px;
  line-height: 120%;
  font-feature-settings: "ordn" on, "salt" on, "ss01" on;
  color: #545C60;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.links {
  padding: 100px 0 50px;
}
.links__item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 70px;
  border-bottom: 1px solid rgb(96, 100, 103);
}
.links__item img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.links__item span {
  display: block;
  font-weight: 400;
  font-size: 13.7548px;
  line-height: 150%;
  font-feature-settings: "ordn" on, "salt" on, "ss01" on;
  color: #D5A789;
  margin-right: 100px;
}
.links__item h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 30.9482px;
  line-height: 120%;
  font-feature-settings: "ordn" on, "salt" on, "ss01" on;
  color: #FFFFFF;
  text-transform: none;
  font-family: "Geometria";
  width: 100%;
  max-width: 407px;
  transition: 0.5s;
  margin-right: 200px;
}
.links__item p {
  width: 100%;
  max-width: 420px;
  font-weight: 400;
  font-size: 13.7548px;
  line-height: 150%;
  font-feature-settings: "ordn" on, "salt" on, "ss01" on;
  color: #FFFFFF;
  font-family: "Geometria";
}
.links__item .svg {
  transition: 0.5s;
  margin-left: auto;
}
.links__item .svg path {
  transition: 0.5s;
}
.links__item:last-child {
  margin-bottom: 0;
  border: none;
}
.links__item:hover .svg path {
  opacity: 1 !important;
  fill: rgb(255, 216, 176);
}
.links__item:hover h3 {
  color: rgb(255, 216, 176);
}
.links__btn {
  height: 60px;
  border-radius: 0;
  width: 340px;
  margin: 30px auto 0;
}

.team {
  padding-bottom: 60px;
}
.team__row {
  justify-content: space-between;
}
.team__left {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.team__left h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  color: #FFD8B0;
}
.team__left h2 {
  margin-top: auto;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFD8B0;
  letter-spacing: 0;
}
.team__left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.06em;
  color: #FFFFFF;
}
.team__right {
  max-width: 710px;
  width: 100%;
}
.team__item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
}
.team__item:last-child {
  margin-bottom: 0;
}
.team__item img {
  object-fit: cover;
  width: 674px;
  height: 422px;
  margin-right: 50px;
}
.team__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.06em;
  color: #FFD8B0;
  border-bottom: 1px solid #FFD8B0;
  width: 215px;
  margin-top: 200px;
}
.team__item a:hover {
  color: white;
  border-bottom: 1px solid white;
}
.team__item a:hover .svg path {
  stroke: white;
}
.team__content {
  width: 100%;
  max-width: 320px;
}
.team__content h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFD8B0;
  font-family: "Tenor Sans", sans-serif;
  letter-spacing: 0;
}
.team__content p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 134.23%;
  letter-spacing: -0.06em;
  color: #FFFFFF;
  font-family: "Geometria";
}

.youtube-link .svg, .youtube-link path {
  transition: 0.5s;
}

.grtvideo-popup {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  padding-top: 100px;
}

.grtvideo-popup-content {
  margin-top: 50px;
  width: 95%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  position: relative;
}

.grtvideo-popup-close {
  position: absolute;
  top: -35px;
  right: 0;
  color: #FFF;
  font-size: 25px;
  cursor: pointer;
  transition: 0.5s;
}
.grtvideo-popup-close:hover {
  transform: rotate(90deg);
}

.grtyoutube-iframe {
  width: 100%;
  height: 480px;
}

.team-item__top {
  justify-content: center;
  margin: 90px 0 120px;
  align-items: flex-start;
}
.team-item__left {
  width: 100%;
  max-width: 392px;
  margin-right: 140px;
  cursor: pointer;
}
.team-item__left img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.team-item__left:hover .team-item__play {
  opacity: 0.85;
}
.team-item__play {
  margin: -50px auto 0;
  display: block;
  transition: 0.5s;
}
.team-item .team__content {
  max-width: 520px;
}
.team-item .team__content h2 {
  font-weight: 400;
  font-size: 50.5741px;
  line-height: 51px;
  text-transform: uppercase;
  color: #FFD8B0;
  margin-bottom: 25px;
  letter-spacing: 0;
}
.team-item .team__content .team-item__sub {
  font-weight: 400;
  font-family: "Geometria";
  font-size: 25.2871px;
  line-height: 134.23%;
  letter-spacing: -0.06em;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.team-item .team__content span {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 25.2871px;
  line-height: 30px;
  letter-spacing: -0.06em;
  color: #FFD8B0;
  display: block;
}
.team-item .team__content .team-item__text {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.06em;
  color: #FFFFFF;
}
.team-item__links a {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.06em;
  color: #FFD8B0;
}
.team-item__links a:first-child {
  width: 215px;
  padding: 0 19px;
  background: #474d53;
  border-bottom: 1px solid #e8c7a5;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}
.team-item__links a:nth-child(2) {
  width: 174px;
  border-bottom: 1px solid #e8c7a5;
  background: transparent;
}
.team-item__links a:hover {
  color: white;
  border-bottom: 1px solid white;
}
.team-item__links a:hover .svg path {
  stroke: white;
}
.team-item__row {
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 45px 0;
  border-bottom: 1px solid #5F6468;
}
.team-item__row h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ffd8b0;
  line-height: 32px;
  margin-top: 0;
  width: 100%;
  max-width: 400px;
  letter-spacing: 0;
}
.team-item__row p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Geometria";
  line-height: 21px;
  letter-spacing: -0.1px;
  width: 100%;
  max-width: 700px;
}
.team-item__row:first-child {
  border-top: 1px solid rgb(255, 216, 176);
}
.team-item__row:last-child {
  border: none;
  margin-bottom: 40px;
}

.ser-page__links {
  display: flex;
  margin: 60px 0 80px;
  justify-content: flex-start;
}
.ser-page__links a {
  font-size: 24px;
  font-weight: 400;
  text-align: LEFT;
  color: #9a9d9f;
  line-height: 32px;
  margin-right: 80px;
}
.ser-page__links a:last-child {
  margin-right: 0;
}
.ser-page__links a:hover {
  color: white;
}
.ser-page__links .tabs__btn_active {
  color: white !important;
}
.ser-page .links__item h3 {
  font-size: 26px;
}
.ser-page .links__item span {
  transition: 0.5s;
  font-size: 22px;
}
.ser-page .links__item {
  margin-bottom: 0;
  padding: 60px 0;
  transition: 0.5s;
}
.ser-page .links__item div {
  width: 100%;
  max-width: 550px;
}
.ser-page .links__item div p {
  max-width: 100%;
}
.ser-page .links__item p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 24px;
}
.ser-page .links__item small {
  font-size: 13px;
  font-weight: 400;
  color: #ffd8b0;
  line-height: 20px;
}
.ser-page .links__item .svg path {
  fill: #D5A789;
}
.ser-page .links__item h3 {
  margin-right: 120px;
}
.ser-page .links__item:hover {
  padding-right: 50px;
}
.ser-page .links__item:hover img {
  opacity: 1;
}
.ser-page .links__item:hover span {
  opacity: 0;
}
.ser-page .links__item:hover .svg path {
  opacity: 1;
  fill: white;
}

.cases__btn {
  margin-bottom: 0 !important;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.06em;
  color: #FFD8B0;
  width: 215px;
  border-bottom: 1px solid #e8c7a5;
  background: transparent;
  position: absolute;
  bottom: 40px;
  left: 44px;
  opacity: 0;
}
.cases__btn:hover {
  color: white;
  border-bottom: 1px solid white;
}
.cases__btn:hover .svg path {
  stroke: white;
}
.cases__row {
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}
.cases__item {
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(53, 57, 61, 0.2);
  width: 23.3%;
  padding: 34px 33px 40px;
}
.cases__item button {
  font-size: 13px;
  font-weight: 400;
  color: #ffd8b0;
  line-height: 20px;
  border: none;
  background: transparent;
  transition: 0.5s;
}
.cases__item img {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  object-fit: cover;
  height: 220px;
  width: 100%;
}
.cases__item div {
  margin-bottom: 40px;
  transition: 0.5s;
}
.cases__item div:first-of-type {
  display: flex;
  margin-bottom: 30px;
}
.cases__item div:first-of-type p {
  font-size: 15px;
  font-weight: 400;
  color: #ffd8b0;
  line-height: 23px;
  margin-right: 30px;
}
.cases__item div:first-of-type span {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.cases__item:hover {
  background: url(../img/case2.png) no-repeat center center/cover;
}
.cases__item:hover div:first-of-type {
  opacity: 0;
}
.cases__item:hover img {
  opacity: 0;
}
.cases__item:hover .cases__text {
  opacity: 0;
}
.cases__item:hover button {
  opacity: 0;
}
.cases__item:hover .cases__btn {
  opacity: 1;
}
.cases__title {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  line-height: 38px;
  margin-bottom: 150px;
}
.cases__text {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  font-family: "Geometria";
  margin-bottom: 30px;
  transition: 0.5s;
}
.cases__more {
  margin: 80px auto 40px;
  width: 340px;
  height: 60px;
}
.cases__more .svg {
  position: absolute;
  top: 21px;
  right: 20px;
}

.price {
  padding-bottom: 80px;
}
.price .team__left {
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: initial;
}
.price__sub {
  width: 213px;
  height: 213px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 180px;
  margin-top: -40px;
}
.price__sub p {
  font-size: 12px;
  font-weight: 400;
  color: #ffd8b0;
  font-family: "Geometria";
  line-height: 18px;
  position: absolute;
  bottom: 36px;
  right: -195px;
  width: 277px;
  letter-spacing: 0;
}
.price__sub p::first-letter {
  margin-left: 20px;
}
.price__area {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.price__area .tabs__nav {
  width: 100%;
  max-width: 206px;
  flex-direction: column;
}
.price__area .tabs__nav .tabs__btn_active {
  color: white !important;
}
.price__area .tabs__nav a {
  font-size: 24px;
  font-weight: 400;
  display: block;
  color: #9a9d9f;
  line-height: 32px;
  margin-bottom: 50px;
}
.price__area .tabs__nav a:last-child {
  margin-bottom: 0;
}
.price__area .tabs__nav a:hover {
  color: white;
}
.price .tabs__content {
  width: 100%;
  max-width: 918px;
}
.price__wrap .links__item {
  padding: 40px 0;
  margin-bottom: 0;
}
.price__wrap .links__item .svg {
  transition: 0.5s;
  margin-left: 0;
  margin-top: 8px;
}
.price__wrap .links__item .svg path {
  transition: 0.5s;
  stroke: #FFD8B0;
}
.price__wrap .links__item p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  transition: 0.5s;
}
.price__wrap .links__item span {
  margin-left: auto;
  font-size: 24px;
  font-weight: 400;
  color: #ffd8b0;
  line-height: 36px;
  margin-right: 60px;
}
.price__wrap .links__item:last-child {
  margin-bottom: 53px;
  border-bottom: 1px solid rgb(96, 100, 103);
}
.price__wrap .links__item:first-child {
  padding-top: 0;
}
.price__wrap .links__item:hover .svg path {
  opacity: 1;
  fill: white;
}
.price__wrap .links__item:hover p {
  color: rgb(255, 216, 176);
}
.price__info {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.price__btn {
  margin-top: auto;
  width: 340px;
  height: 60px;
}

.cert {
  padding-bottom: 100px;
}
.cert .arrow {
  background: transparent;
  border: 1px solid #e4b27f;
}
.cert .arrow path {
  stroke: white;
}
.cert .team__left {
  max-width: 100%;
  flex-direction: initial;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cert .swiper8 {
  overflow: hidden;
}
.cert .swiper8 .swiper-slide a {
  display: block;
}
.cert .swiper8 .swiper-slide a img {
  width: 100%;
  object-fit: cover;
  height: 568px;
  margin-bottom: 20px;
}
.cert .swiper8 .swiper-slide a p {
  font-size: 24px;
  font-weight: 400;
  color: #ffd8b0;
  line-height: 36px;
  transition: 0.5s;
}
.cert .swiper8 .swiper-slide a:hover p {
  color: white;
}
.cert .swiper8 .swiper-slide:nth-child(2n) {
  margin-top: 230px;
}
.cert .swiper8 .swiper-slide:nth-child(3n) {
  margin-top: 100px;
}

.lic {
  padding: 20px 0 100px;
}
.lic h2 {
  font-size: 40px;
  font-weight: 400;
  color: #ffd8b0;
  line-height: 57px;
  letter-spacing: -0.06px;
  margin-bottom: 40px;
}
.lic__row {
  margin-bottom: 30px;
  align-items: center;
}
.lic__row p {
  font-size: 24px;
  font-weight: 400;
  color: #90979e;
  line-height: 32px;
  margin-left: 25px;
  text-transform: uppercase;
}
.lic__flex {
  align-items: flex-start;
}
.lic__code {
  margin-top: 10px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  width: 212px;
  height: 212px;
  background: #303437;
}
.lic__code img {
  width: 100%;
  object-fit: contain;
}
.lic__content {
  width: 100%;
  max-width: 580px;
}
.lic__content h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffd8b0;
  line-height: 32px;
}
.lic__content p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  margin-bottom: 10px;
  font-family: "Geometria";
}
.lic__content p:last-child {
  margin-bottom: 0;
}

.excursions .links__item div p {
  font-size: 15px;
}
.excursions .links__item div p + p {
  font-size: 15px;
  font-weight: 400;
  color: #9dadbe;
  font-family: "Geometria";
  line-height: 21px;
  letter-spacing: -0.1px;
}
.excursions .links__item div small {
  font-size: 20px;
  line-height: 100%;
}
.excursions .team__left {
  max-width: 100%;
}

.exc-item .blog-item__wrap img {
  height: 658px;
}
.exc-item .blog-item__wrap h1 {
  margin-bottom: 120px;
}
.exc-item .blog-item__row {
  margin-bottom: 80px;
  position: relative;
}
.exc-item .blog-item__row h3 {
  width: 100%;
  max-width: 490px;
}
.exc-item .blog-item__row_2 {
  margin-bottom: 50px;
}
.exc-item .blog-item__row_2 h3 {
  max-width: 100%;
  text-align: center;
}
.exc-item__sub {
  width: 100%;
  max-width: 490px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Geometria";
  color: #ffd8b0;
  line-height: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.exc-item .blog-item__images img {
  width: 50%;
}
.exc-item .error__btn {
  margin-top: 50px;
}

.kids .error__item p {
  font-size: 26px;
  line-height: 130%;
  min-height: 128.8px;
  box-sizing: border-box;
}
.kids .services__item:nth-child(2) .error__item p {
  font-size: 24px;
}

.shop .services__wrap {
  margin-top: 100px;
}
.shop .services__item {
  max-width: 100%;
  margin-bottom: 80px;
}
.shop .services__item h3 {
  text-align: left;
}
.shop .services__item h3:after {
  margin-top: 20px;
  margin-bottom: 40px;
  background: url(../img/border2.svg) no-repeat center center;
}
.shop .error__btn {
  margin-left: 0;
  margin-right: 0;
}
.shop__row {
  flex-wrap: wrap;
  gap: 40px;
}
.shop__item {
  width: 31%;
  display: flex;
  align-items: flex-start;
}
.shop__pic {
  width: 112px;
  height: 125px;
  object-fit: cover;
  margin-right: 35px;
}
.shop__content h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 130%;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.17px;
}
.shop__content p {
  font-size: 12px;
  font-weight: 400;
  color: #90979e;
  letter-spacing: -0.07px;
  margin-bottom: 10px;
}
.shop__content a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #ffd8b0;
  letter-spacing: -0.08px;
  width: max-content;
}
.shop__content a .svg {
  margin-right: 5px;
}
.shop__content a:hover {
  color: white;
}
.shop__content a:hover .svg path {
  fill: white;
}

.sales {
  padding-bottom: 0;
}
.sales__wrap {
  background: #2d3235;
  position: relative;
}
.sales__wrap .services__wrap {
  padding: 100px 0;
  margin-bottom: 0;
}
.sales__wrap .error__row {
  margin-bottom: 0;
  flex-wrap: wrap;
}
.sales__wrap .error__row .error__item {
  background: #383d41;
}
.sales__wrap .services__item {
  margin-bottom: 0;
}
.sales__bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.sales .services__wrap {
  margin-top: 100px;
}

.order.grey {
  background: #383d41;
}

.loyalty {
  background: #383D41;
}
.loyalty__wrap {
  margin-top: 100px;
  margin-bottom: 80px;
}
.loyalty .error__btn {
  margin-bottom: 30px;
}
.loyalty__item {
  margin-bottom: 50px;
}
.loyalty__item h2 {
  font-size: 24px;
  font-weight: 400;
  color: #ffd8b0;
  letter-spacing: -0.14px;
  text-transform: none;
  margin-bottom: 30px;
}
.loyalty__item p {
  font-size: 16px;
  font-weight: 400;
  color: #d7dde3;
  line-height: 21px;
  letter-spacing: -0.03px;
  font-family: "Geometria";
}
.loyalty__item ul {
  margin-top: 20px;
}
.loyalty__item ul li {
  font-size: 16px;
  font-weight: 400;
  color: #d7dde3;
  line-height: 21px;
  letter-spacing: -0.03px;
  font-family: "Geometria";
  display: flex;
  align-items: flex-start;
  margin-bottom: 3px;
}
.loyalty__item ul li:before {
  content: "";
  display: inline-flex;
  border-radius: 50%;
  background: #d7dde3;
  flex: 1 0 auto;
  max-width: 5px;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  position: relative;
  top: 8px;
}

.contacts-page .contacts__content {
  margin-bottom: 300px;
}
.contacts-page .contacts__map {
  mix-blend-mode: lighten;
}
.contacts-page h2 {
  margin-bottom: 200px;
}
.contacts-page__links {
  margin-top: 40px;
}
.contacts-page__links a {
  width: 297px;
  height: 60px;
}
.contacts-page__links a:first-child {
  margin-bottom: 15px;
}
.contacts-page__info {
  width: 100%;
  max-width: 769px;
  margin-left: auto;
}
.contacts-page__form {
  width: 100%;
}
.contacts-page__form button {
  margin-top: -10px !important;
}
.contacts-page__field {
  width: 100%;
  margin-bottom: 25px;
}
.contacts-page__label {
  display: block;
  font-size: 13px;
  font-family: "Geometria";
  font-weight: 500;
  color: #ffd8b0;
  line-height: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.contacts-page__input {
  width: 100%;
}
.contacts-page__input input {
  height: 56px;
  background: #bec7cf;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "Geometria";
  padding-left: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  letter-spacing: -0.03px;
  border: 1px solid transparent;
}
.contacts-page__input input:focus {
  border: 1px solid rgb(255, 216, 176);
}
.contacts-page__input textarea {
  border: 1px solid transparent;
  background: #bec7cf;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "Geometria";
  padding-left: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  letter-spacing: -0.03px;
  padding-top: 20px;
  height: 197px;
}
.contacts-page__input textarea:focus {
  border: 1px solid rgb(255, 216, 176);
}

.corporate h1 {
  font-size: 40px;
  text-align: center;
}
.corporate__block {
  background: #2B3134;
  padding: 46px 0;
  margin: 40px 0;
}
.corporate__block p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #ffd8b0;
  letter-spacing: -0.2px;
  width: 100%;
  max-width: 1044px;
  margin: 0 auto;
  line-height: 130%;
}
.corporate__row {
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
  margin-bottom: 70px;
}
.corporate__row .error__btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.corporate__name {
  font-size: 23px;
  font-weight: 400;
  font-family: "Tenor Sans", sans-serif;
  color: #ffd8b0;
  line-height: 130%;
  letter-spacing: -0.14px;
  text-transform: none;
  width: 100%;
  max-width: 500px;
}
.corporate__info {
  width: 100%;
  max-width: 676px;
}
.corporate__info p {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Geometria";
  color: #ffffff;
  line-height: 23px;
  letter-spacing: -0.03px;
}
.corporate__info p span {
  font-weight: 700;
}
.corporate__info p:last-child {
  margin-bottom: 0;
}
.corporate__area {
  margin: 40px 0 60px;
}
.corporate__area div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #6b7e89;
}
.corporate__area div h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
  line-height: 31px;
  width: 100%;
  max-width: 470px;
}
.corporate__area div p {
  font-size: 17px;
  font-weight: 400;
  font-family: "Geometria";
  color: #ffffff;
  line-height: 24px;
  letter-spacing: -0.11px;
  width: 100%;
  max-width: 383px;
}
.corporate__area div span {
  font-size: 17px;
  font-weight: 400;
  color: #ffd8b0;
  line-height: 24px;
  font-family: "Geometria";
  letter-spacing: -0.2px;
  width: 100%;
  max-width: 390px;
}
.corporate__image {
  width: 100%;
  object-fit: cover;
  height: 404px;
  margin-bottom: 50px;
}
.corporate .room3__left p {
  font-size: 16px;
  font-family: "Geometria";
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  letter-spacing: -0.03px;
  margin-bottom: 50px;
}
.corporate .room3__left ul li {
  font-size: 15px;
  font-family: "Geometria";
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  letter-spacing: -0.03px;
}
.corporate .room3__left ul li:before {
  flex: 1 0 auto;
  max-width: 35px;
}

.about-item {
  padding-bottom: 70px;
}
.about-item .blog-item__wrap:after {
  display: none;
}
.about-item .corporate__info p {
  font-size: 18px;
  line-height: 31px;
}
.about-item .corporate__info ul {
  margin-top: 20px;
}
.about-item .corporate__info ul li {
  font-size: 18px;
  font-weight: 400;
  color: white;
  line-height: 31px;
  letter-spacing: -0.03px;
  font-family: "Geometria";
  display: flex;
  align-items: flex-start;
  margin-bottom: 3px;
}
.about-item .corporate__info ul li:before {
  content: "";
  display: inline-flex;
  border-radius: 50%;
  background: white;
  flex: 1 0 auto;
  max-width: 5px;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  position: relative;
  top: 10px;
}
.about-item .corporate__name {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
}
.about-item .corporate__row {
  margin-bottom: 40px;
}
.about-item .corporate__row:last-child {
  margin-bottom: 80px;
}
.about-item .about__flex {
  margin-bottom: 40px;
}
.about-item .about__flex h2 {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  line-height: 38px;
  text-transform: none;
  letter-spacing: 0;
}
.about-item .swiper9 {
  width: 89%;
}
.about-item .swiper9 .swiper-slide {
  padding: 30px 20px;
  transition: 0.5s;
  background: #35393d;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.about-item .swiper9 .swiper-slide .swiper7__info {
  margin-bottom: 15px;
}
.about-item .swiper9 .swiper-slide .swiper7__info img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 20px;
}
.about-item .swiper9 .swiper-slide .swiper7__text {
  max-width: 100%;
  margin-bottom: 0;
}
.about-item .swiper9 .swiper-slide:hover {
  border: 1px solid rgb(255, 216, 176);
}
.about-item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.06em;
  color: #FFD8B0;
  border-bottom: 1px solid #FFD8B0;
  width: 215px;
  margin: 60px 0;
}
.about-item__link:hover {
  color: white;
  border-bottom: 1px solid white;
}
.about-item__link:hover .svg path {
  stroke: white;
}

.swiper9 {
  width: 89%;
}
.swiper9 .swiper-slide {
  padding: 30px 20px;
  background: #35393d;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper9 .swiper-slide .swiper7__info {
  margin-bottom: 15px;
}
.swiper9 .swiper-slide .swiper7__info img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 20px;
}
.swiper9 .swiper-slide .swiper7__text {
  max-width: 100%;
  margin-bottom: 0;
}

.contacts-about {
  padding-bottom: 80px;
}
.contacts-about h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: -0.06px;
}

.transfer #map {
  width: 100%;
  height: 842px;
}
.transfer .team__left {
  max-width: 100%;
}
.transfer__row {
  margin: 70px 0;
  align-items: flex-start;
  justify-content: space-between;
}
.transfer__row h2 {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: -0.29px;
}

.accordeon, .accordeon2 {
  padding: 5px 0 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 26px;
  width: 100%;
}

.accordeon__item {
  width: 100%;
  list-style-type: none;
}

.accordeon__item:first-child .accordeon__button {
  margin-top: 0;
}

.accordeon__button {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  font-size: 17px;
  font-weight: 700;
  color: #282828;
  display: flex;
  justify-content: space-between;
}

.accordeon__button:hover, .accordeon__button2:hover {
  color: rgb(255, 216, 176);
}

.accordeon__button:after, .accordeon__button2:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../img/faq1.svg) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  top: 8px;
  bottom: inherit;
  transition: all 0.5s ease;
}

.accordeon__button.active:after, .accordeon__button2.active:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../img/faq2.svg) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  bottom: 30%;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.accordeon__panel, .accordeon__panel2 {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.5s ease;
}

.panel__text, .panel__text2 {
  list-style-type: none;
  padding-top: 0px;
  max-width: 688px;
  margin-top: 30px;
}

.panel__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
}
.panel__info:last-child {
  margin-bottom: 0;
}

.help .contacts-page__info {
  margin-left: 0;
  max-width: 559px;
}
.help .contacts-page__info .contacts-page__form input {
  background: #BEC7CF;
}
.help .contacts-page__info .contacts-page__form button {
  margin-left: 0;
  width: 238px;
  height: 66px;
}
.help h3 {
  font-size: 40px;
  font-weight: 400;
  color: #ffd8b0;
  line-height: 57px;
  letter-spacing: -0.06px;
  margin-bottom: 80px;
  margin-top: 140px;
}
.help .accordeon {
  padding: 0;
  margin: 0;
  border: none;
}
.help .accordeon__button {
  position: initial;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  padding: 30px 0;
  width: 100%;
  max-width: 801px;
}
.help .accordeon__button:after {
  top: 50%;
  width: 48px;
  height: 48px;
  right: 0;
  bottom: initial;
  margin-top: -24px;
}
.help .accordeon__button:hover {
  color: rgb(255, 216, 176);
}
.help .accordeon .accordeon__button.active {
  padding-bottom: 20px;
}
.help .accordeon .accordeon__button.active:after {
  top: 0;
  margin-top: 30px;
}
.help .accordeon__item {
  position: relative;
  border-bottom: 1px solid rgba(255, 216, 176, 0.43);
}
.help .accordeon__item .panel__info {
  padding-bottom: 29px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Geometria";
  line-height: 27px;
}
.help .accordeon__item .panel__text {
  max-width: 900px;
  margin-top: 0;
}
.help .about__flex {
  margin-top: 120px;
}
.help .about__flex h2 {
  font-size: 40px;
  font-weight: 400;
  color: #ffd8b0;
  line-height: 57px;
  letter-spacing: -0.06px;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
.help .about__flex_2 {
  align-items: flex-start;
}
.help__links {
  width: 100%;
  max-width: 530px;
}
.help__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8c7a5;
}
.help__links a p {
  font-size: 16px;
  font-weight: 400;
  color: #ffd8b0;
  letter-spacing: -0.1px;
  text-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.help__links a:hover {
  border-bottom: 1px solid white;
}
.help__links a:hover p {
  color: white;
}
.help__links a:hover .svg path {
  stroke: white;
}

.swiper7__info {
  align-items: center;
  margin-bottom: 30px;
}
.swiper7__info p {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #FFD8B0;
  margin-right: 20px;
}
.swiper7__info span {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #FFFFFF;
}

.team .accordeon {
  margin-top: 50px;
}

.reviews .swiper9 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
.reviews .swiper9 .swiper-slide {
  width: 31.2%;
  transition: 0.5s;
}
.reviews .swiper9 .swiper-slide:hover {
  border: 1px solid rgb(255, 216, 176);
}
.reviews__top {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews__top .btn {
  width: 340px;
  height: 60px;
  border-radius: 0px;
}
.reviews__top h1 {
  font-size: 40px;
  margin-bottom: 0;
}

.rules .team__left {
  max-width: 100%;
  margin-bottom: 70px;
}
.rules__row {
  justify-content: space-between;
  align-items: flex-start;
}
.rules__content {
  width: 100%;
  max-width: 690px;
}
.rules__links {
  width: 100%;
  padding: 25px 20px;
  background: #2c3135;
  max-width: 391px;
  position: sticky;
  top: 30px;
}
.rules__links a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #a1b2c3;
  line-height: 21px;
  font-family: "Geometria";
  margin-bottom: 18px;
}
.rules__links a:hover {
  color: rgb(255, 216, 176);
}
.rules__links a:last-child {
  margin-bottom: 0;
}
.rules__item {
  width: 100%;
  margin-bottom: 60px;
}
.rules__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #ffd8b0;
  letter-spacing: -0.14px;
}
.rules__text {
  font-size: 14px;
  font-family: "Geometria";
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
}
.rules .links__btn {
  margin: 30px 0 0;
}

.page2 {
  overflow: visible;
}

.tabs2 h3:after {
  margin-bottom: 25px;
}

.map__pic {
  width: 1360px;
  height: 780px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.map__wrap {
  position: absolute;
  height: 780px;
  top: 0;
  width: 1360px;
  left: 50%;
  margin-left: -668px;
}
.map__local {
  padding: 4px 16px 4px 4px;
  display: flex;
  align-items: center;
  width: 38px;
  height: 38px;
  background: transparent;
  border-radius: 17px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
  transition: 0.5s;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.map__local p {
  margin-left: 10px;
  font-family: "Geometria";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #353a3e;
  transition: 0.5s;
  opacity: 0;
}
.map__local:hover {
  background: #fefefc;
  width: max-content;
}
.map__local:hover p {
  opacity: 1;
}
.map__local_1 {
  left: 428px;
  top: 400px;
}
.map__local_2 {
  left: 528px;
  top: 200px;
}
.map__local_3 {
  left: 728px;
  bottom: 100px;
}
.map__local_4 {
  left: 728px;
  bottom: 300px;
}

.tabs2 .tabs__content {
  position: relative;
  margin-bottom: 50px;
}
.tabs2 .tabs2__nav {
  margin-bottom: 100px;
}
.tabs2__wrap h3 {
  display: flex;
  flex-direction: column-reverse;
}
.tabs2__wrap h3:after {
  margin-bottom: 16px;
}
.tabs2__row {
  margin: 40px auto 0;
  width: 100%;
  max-width: 1044px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tabs2__item {
  display: flex;
  align-items: center;
  width: 25%;
  margin-bottom: 13px;
}
.tabs2__item p {
  font-size: 12px;
  font-weight: 500;
  font-family: "Geometria";
  color: #ffd8b0;
  margin-left: 10px;
  text-transform: uppercase;
}
.tabs2 .links__btn {
  margin-top: 150px;
}

.body-wrap.hidd {
  overflow: visible;
}

.services-item {
  background: #383d41;
  padding: 0 0 80px;
}
.services-item h2, .services-item h3 {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  line-height: 38px;
  text-transform: none;
  letter-spacing: 0;
  width: 100%;
  max-width: 500px;
  margin-bottom: 40px;
}
.services-item h3 {
  max-width: 350px;
}
.services-item .blog-item__wrap {
  position: initial;
}
.services-item .blog-item__wrap:after {
  display: none;
}
.services-item .blog-item__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.services-item__area {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}
.services-item__area .bread {
  position: relative;
  z-index: 3;
}
.services-item__area:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, #383D41 11.57%, rgba(0, 0, 0, 0) 26%);
  transform: rotate(-540deg);
  opacity: 0.95;
}
.services-item__wrap {
  width: 100%;
  max-width: 611px;
}
.services-item__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-item__wrap h1, .services-item__wrap p, .services-item__wrap a {
  position: relative;
  z-index: 3;
}
.services-item__wrap h1 {
  font-size: 40px;
  margin-bottom: 40px;
}
.services-item__wrap p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Geometria";
  line-height: 24px;
  letter-spacing: -0.11px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 530px;
}
.services-item__wrap a {
  width: 340px;
  height: 60px;
  border-radius: 0px;
}
.services-item .bread {
  margin-bottom: 150px;
}
.services-item__row {
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.services-item__nav {
  padding-bottom: 40px;
  margin-top: 60px;
  width: 100%;
  max-width: 250px;
  position: sticky;
  top: 30px;
}
.services-item__nav a {
  display: block;
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 400;
  color: #9b9ea0;
  line-height: 29px;
}
.services-item__nav a:last-child {
  margin-bottom: 0;
}
.services-item__nav a:hover {
  color: white;
}
.services-item__content {
  max-width: 886px;
  width: 100%;
}
.services-item__content ul {
  margin-bottom: 50px;
}
.services-item__content ul li {
  text-transform: none;
  font-size: 16px;
  font-family: "Geometria";
  font-weight: 400;
  color: #ffd8b0;
  line-height: 21px;
  margin-bottom: 18px;
}
.services-item__content ul li:last-child {
  margin-bottom: 0;
}
.services-item__content blockquote {
  box-sizing: border-box;
  padding: 22px 99px;
  background: #2a2f33;
  margin: 0 0 70px;
  width: 100%;
  font-family: "Geometria";
  max-width: 750px;
  font-size: 16px;
  font-weight: 400;
  color: #ffd8b0;
  line-height: 21px;
}
.services-item__top {
  font-size: 24px;
  font-family: "Geometria";
  font-weight: 400;
  color: #ffd8b0;
  line-height: 31px;
  margin-bottom: 50px;
}
.services-item__contacts {
  margin-bottom: 70px;
}
.services-item__contacts div span {
  display: block;
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 17px;
}
.services-item__contacts div a, .services-item__contacts div p {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.14px;
}
.services-item__contacts div a:hover {
  color: rgb(255, 216, 176);
}
.services-item__line {
  display: flex;
  justify-content: space-between;
}
.services-item__order {
  width: 355px;
  height: 69px;
  border-radius: 0;
  margin-top: 40px;
}
.services-item__video {
  height: 364px;
  position: relative;
  overflow: hidden;
  padding: 40px 47px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
.services-item__video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.services-item__video .svg, .services-item__video p {
  z-index: 2;
}
.services-item__video p {
  margin-top: 15px;
  font-family: "Geometria";
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  transition: 0.5s;
  line-height: 21px;
}
.services-item__video .svg {
  margin-top: auto;
}
.services-item__video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #2A2D32;
  opacity: 0.45;
  width: 100%;
  height: 100%;
}
.services-item__video:hover p {
  color: #ffd8b0;
}
.services-item__video:hover .svg path {
  fill: #ffd8b0;
}
.services-item__video:hover .svg circle {
  stroke: #ffd8b0;
}
.services-item-price .price__sub {
  width: 90px;
  height: 90px;
}
.services-item-price .price__sub p {
  bottom: -35px;
  right: -187px;
  width: auto;
  max-width: 236px;
}
.services-item-price__top {
  padding-right: 186px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-item-price__info {
  margin-bottom: 60px;
}
.services-item-price__info div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.services-item-price__info div:last-child {
  margin-bottom: 0;
}
.services-item-price__info div p:first-child {
  font-size: 14px;
  font-weight: 400;
  font-family: "Geometria";
  color: #ffffff;
  line-height: 21px;
}
.services-item-price__info div p:nth-child(2) {
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  color: #ffd8b0;
  line-height: 20px;
}
.services-item-price__text {
  margin-bottom: 60px;
}
.services-item-price__text p {
  font-size: 14px;
  line-height: 21px;
  color: white;
  margin-bottom: 10px;
  font-family: "Geometria";
}
.services-item-price__text p span {
  font-weight: 700;
  color: #ffd8b0;
}
.services-item-price__text p:last-child {
  margin-bottom: 0;
}
.services-item-price__information {
  margin-bottom: 80px;
}
.services-item-price__information p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Geometria";
  color: #ffffff;
  margin-bottom: 35px;
  line-height: 21px;
  padding-left: 20px;
  border-left: 2px solid #ffd8b0;
}
.services-item-price__information p:last-child {
  margin-bottom: 0;
}
.services-item-price__area h3 {
  max-width: 695px;
  color: #FFD8B0;
}
.services-item-price__area div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.services-item-price__area div p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  width: 46%;
}
.services-item h4 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.services-item h5 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.services-item .arrow {
  background: transparent;
  border: 1px solid #e4b27f;
}
.services-item .arrow .svg path {
  stroke: #e4b27f;
}
.services-item .arrow:hover svg path {
  stroke: black;
}
.services-item-rev {
  margin: 60px 0 80px;
}
.services-item-rev h2 {
  margin-bottom: 0;
}
.services-item .swiper10 {
  overflow: hidden;
}
.services-item .swiper10 .swiper-slide {
  height: 513px;
}
.services-item .swiper10 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-item .about__flex {
  margin-bottom: 40px;
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
  .nav__tel {
    margin-right: 60px;
  }
  .item__btn {
    top: 84px;
  }
  .item__sum {
    font-size: 36px;
    line-height: 100%;
  }
  .info__item_7 p {
    max-width: 368px;
  }
  .area__box {
    flex-direction: column;
  }
  .area__content {
    margin-bottom: 108px;
  }
  .area__info {
    max-width: 100%;
  }
  .area__img {
    width: 63.6%;
  }
  .contacts h2 {
    position: relative;
    z-index: 3;
  }
  .footer__box {
    padding-right: 0;
  }
  .footer__bottom {
    padding-right: 150px;
  }
  .sear__list {
    margin-left: 33px;
  }
  .item-room .swiper2 .swiper-slide {
    width: 23.7%;
  }
  .area__item picture {
    width: 63.6%;
  }
  .links__item h3 {
    margin-right: 100px;
  }
  .team__item img {
    width: 277px;
  }
  .team__left {
    max-width: 34%;
  }
  .team__left h1 {
    font-size: 36px;
    line-height: 120%;
  }
  .links__item .svg {
    flex: 1 0 auto;
    max-width: 49px;
    width: 49px;
  }
  .ser-page .links__item h3 {
    margin-right: 56px;
  }
  .ser-page .links__item div {
    max-width: 444px;
  }
  .cases__item {
    width: 23%;
  }
  .price .tabs__content {
    max-width: 771px;
  }
  .cert .swiper8 .swiper-slide a img {
    height: 484px;
  }
  .exc-item__sub {
    max-width: 420px;
  }
  .corporate__area div h4 {
    max-width: 315px;
  }
  .corporate__name {
    max-width: 400px;
  }
  .reviews .swiper9 .swiper-slide {
    width: 31%;
  }
}
@media screen and (max-width: 1199px) {
  .main {
    overflow: hidden;
  }
  .container {
    max-width: 960px !important;
  }
  .menu-btn, .menu {
    display: block;
  }
  .nav__logo {
    top: 76px;
  }
  .header__wrap {
    padding-left: 0;
  }
  .header__wrap h1 span, h1 {
    letter-spacing: -0.2rem;
    font-size: 80px;
  }
  .header__wrap h1 {
    margin-bottom: -74px;
  }
  .header__wrap p {
    left: 263px;
    bottom: 123px;
    text-align: center;
  }
  .main__sub {
    margin-left: 0;
    margin-bottom: 42px;
    text-align: center;
    width: 100%;
  }
  .main {
    padding: 0px 0 78px;
  }
  .main .head h1 {
    width: 100%;
    max-width: 649px;
  }
  .main__btn {
    position: absolute;
    width: 48.5%;
    height: 316px;
    bottom: 47px;
    right: 0;
    top: initial;
    font-size: 24px;
    flex-direction: column;
    padding-left: 0;
  }
  .main__btn img {
    top: 28px;
    right: 28px;
    position: absolute;
    margin-right: 0;
  }
  .main__item {
    width: 48.5%;
    max-width: 48.5%;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 0 45px !important;
  }
  .main__row {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 22px;
  }
  .main__wrap {
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .bb {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
  .ser__row {
    bottom: 85px;
    flex-direction: column;
    align-items: flex-start;
  }
  .ser .arrows {
    margin: 60px auto 0;
  }
  .item h2 {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.1rem;
  }
  .item__title p {
    font-size: 24px;
    margin-left: 16px;
  }
  .item__title h2 span {
    margin-left: 8px;
    font-size: 50px;
    position: relative;
    top: 2px;
    margin-right: 0;
  }
  .item {
    padding-top: 40px;
    padding-bottom: 89px;
  }
  .item .booking {
    margin-top: 48px;
  }
  .item__btn {
    top: 88px;
  }
  .swiper2 .swiper-wrapper {
    align-items: stretch;
  }
  .item .swiper2 {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .item .swiper2 .swiper-slide {
    height: 539px;
  }
  .item__gold {
    display: none;
  }
  .med__wrap h2 {
    margin-bottom: 50px;
    left: 0;
    font-size: 64px;
  }
  h2 {
    font-size: 64px;
    letter-spacing: -0.15rem;
  }
  .med .swiper-pagination3 {
    width: 100%;
    margin-bottom: 37px;
  }
  .med .swiper3 .swiper-slide img {
    height: 326px;
    margin-bottom: 20px;
  }
  .med {
    padding: 60px 0 80px;
  }
  .med .swiper3 .swiper-slide p {
    max-width: 370px;
  }
  .pic {
    height: 278px;
  }
  .info h2 {
    margin-bottom: 60px;
  }
  .info__item {
    width: 49% !important;
  }
  .info__pic {
    width: 132%;
    left: -150px;
    bottom: 181px;
  }
  .info__item_7, .info__item_8 {
    margin-top: 300px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .info {
    padding: 0px 0 48px;
  }
  .info__item_5:before, .info__item_6:before, .info__item_8:before {
    top: -38px;
  }
  .area {
    padding: 63px 0;
  }
  .area__content {
    margin-bottom: 90px;
  }
  .area__item .area__content {
    margin-bottom: 0;
  }
  .area__img {
    width: 53%;
  }
  .images {
    flex-wrap: wrap;
  }
  .images img {
    height: 244px;
    width: 50%;
  }
  .contacts {
    position: relative;
    padding: 46px 0 60px;
  }
  .contacts__content {
    position: relative;
    z-index: 5;
  }
  .contacts__content {
    margin-bottom: 350px;
  }
  .contacts__wrap {
    position: initial;
  }
  .contacts__map {
    height: auto;
    width: 80%;
    right: 9%;
    top: 119px;
    z-index: 1;
  }
  .contacts__bottom {
    flex-direction: column;
  }
  .contacts__info {
    margin-right: 0;
    margin-bottom: 80px;
    max-width: 100%;
  }
  .contacts__area {
    margin-top: 0;
    justify-content: space-between;
  }
  .spec .main__btn {
    top: 0px;
    width: 340px;
    margin-left: 0px;
    height: 60px;
    border-radius: 0px;
    padding-left: 0px;
    font-size: 16px;
    flex-direction: inherit;
    position: relative;
  }
  .spec .main__btn img {
    top: 0;
    right: 0;
    position: relative;
  }
  .spec__box {
    flex-direction: column;
  }
  .spec__content {
    margin-top: 70px;
    max-width: 100%;
  }
  .spec__info {
    margin-right: 40px;
  }
  .spec__row {
    justify-content: space-between;
  }
  .spec .spec__item_2 .spec__info {
    margin-left: 0;
  }
  .spec__last {
    margin-top: 59px;
    justify-content: space-between;
  }
  .spec__last div {
    margin-right: 0;
  }
  .spec__last div {
    width: 37.5%;
  }
  .footer__item {
    width: max-content;
  }
  .footer__item:first-child {
    margin-right: 48px;
  }
  .footer__img {
    width: 270px;
  }
  .page .nav__logo {
    display: none;
  }
  .page .header__wrap h1 span {
    font-size: 40px;
  }
  .error__fig {
    width: 100%;
    margin-left: 0;
    left: 0;
    z-index: 0;
  }
  .error {
    position: relative;
    z-index: 2;
  }
  .page .header__wrap h1 {
    margin-top: 290px;
  }
  .sear__list {
    display: none;
  }
  .item-room .swiper2 .swiper-slide {
    width: 31.9%;
  }
  .room2__item:nth-child(2n) {
    margin-left: 0;
  }
  .room3__top {
    margin-bottom: 60px;
    flex-direction: column;
  }
  .room3__right {
    margin-left: 0;
    margin-top: 30px;
    max-width: 100%;
  }
  .room3__row {
    flex-direction: column;
  }
  .room3__left {
    max-width: 100%;
  }
  .blog .swiper4 .swiper-slide a h3 {
    font-size: 27px;
  }
  .blog-item__wrap h1 {
    margin-bottom: 120px;
  }
  .blog-item__row {
    flex-direction: column;
  }
  .blog-item__content {
    max-width: 100%;
    margin-top: 30px;
  }
  .blog-item__block {
    text-align: center;
    padding: 20px;
    height: auto;
  }
  .blog-item__images img {
    height: 450px;
  }
  .blog-item__images {
    margin-bottom: 40px;
  }
  .blog-item__row h3 {
    font-size: 30px;
    line-height: 120%;
  }
  .page .header__wrap .margin2 {
    margin-top: 244px;
  }
  .med .swiper3 .swiper-slide .btn {
    margin: 30px 230px 0 auto;
  }
  .info h2 {
    margin: -64px 0 67px;
    margin-bottom: 44px;
    margin-left: -10px;
    width: 100%;
    max-width: 473px;
  }
  .item__pic {
    height: 473px;
  }
  .links__item h3 {
    font-size: 21px;
    max-width: 300px;
    margin-right: 50px;
  }
  .links__item span {
    margin-right: 50px;
  }
  .links__item p {
    font-size: 11px;
  }
  .about__area, .about .blog-item__text, .about__info {
    margin-left: 0;
    max-width: 100%;
  }
  .team__row {
    flex-direction: column;
  }
  .team__left {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .team__left h1 {
    margin-bottom: 25px;
  }
  .team__left h2 {
    font-size: 21px;
  }
  .team__left p {
    font-size: 16px;
  }
  .team__right {
    max-width: 100%;
  }
  .team-item__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .team-item__row h3 {
    font-size: 21px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .team-item__row p {
    max-width: 100%;
    font-size: 14px;
  }
  .team-item__row {
    padding: 25px 0;
  }
  .team-item__row:last-child {
    margin-bottom: 20px;
  }
  .team-item__top {
    margin: 40px 0 60px;
    flex-direction: column;
    align-items: center;
  }
  .team-item .team__content {
    max-width: 100%;
    margin-top: 25px;
  }
  .team-item__left {
    margin-right: 0;
  }
  .team-item .team__content h2 {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .team-item .team__content .team-item__sub {
    font-size: 21px;
    line-height: 120%;
    letter-spacing: 0;
  }
  .team-item .team__content span {
    font-size: 21px;
    line-height: 120%;
  }
  .team-item .team__content .team-item__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .ser-page .links__item h3 {
    max-width: 250px;
  }
  .cases__item {
    width: 31%;
  }
  .price__sub {
    margin-left: 100px;
  }
  .price__area {
    flex-direction: column;
  }
  .price__info {
    max-width: 100%;
    margin: 0 auto;
  }
  .price__area .tabs__nav {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    margin: 0 auto 60px;
    text-align: center;
  }
  .price__area .tabs__nav br {
    display: none;
  }
  .price__area .tabs__nav a {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .price__btn {
    display: none;
  }
  .price .tabs__content {
    max-width: 100%;
  }
  .lic__row p br {
    display: none;
  }
  .cert .swiper8 .swiper-slide:nth-child(2n), .cert .swiper8 .swiper-slide:nth-child(3n) {
    margin-top: 0;
  }
  .exc-item__sub {
    position: relative;
    max-width: 100%;
    margin-top: 20px;
  }
  .shop__item {
    width: 47%;
  }
  .contacts-page .contacts__wrap {
    position: relative;
  }
  .contacts-page .contacts__map {
    top: 306px;
  }
  .contacts-page h2 {
    margin-bottom: 100px;
  }
  .contacts-page__info {
    max-width: 100%;
  }
  .corporate__name {
    font-size: 21px;
    margin-bottom: 25px;
    max-width: 100%;
  }
  .corporate__row {
    flex-direction: column;
  }
  .corporate__info {
    max-width: 100%;
  }
  .corporate__area div {
    padding: 20px 0;
    flex-direction: column;
  }
  .corporate__area div h4 {
    font-size: 21px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .corporate__area div p {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .corporate__area div span {
    font-size: 14px;
    max-width: 100%;
  }
  .corporate .room3__left p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .corporate__row_2 {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
  .transfer__row {
    flex-direction: column;
    margin: 40px 0;
  }
  .transfer #map {
    height: 500px;
  }
  .help .about__flex_2 {
    flex-direction: column;
  }
  .help__links {
    max-width: 100%;
    margin-top: 30px;
  }
  .help .contacts-page__info {
    max-width: 100%;
    margin-top: 30px;
  }
  .reviews .container {
    padding-bottom: 100px;
    position: relative;
  }
  .reviews__top {
    margin-bottom: 40px;
  }
  .reviews__top .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -170px;
  }
  .reviews .swiper9 .swiper-slide {
    width: 47.8%;
  }
  .page2 {
    overflow: hidden;
  }
  .rules .team__left {
    margin-bottom: 30px;
  }
  .rules__row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .rules__content {
    max-width: 100%;
    margin-top: 40px;
  }
  .body-wrap.hidd {
    overflow: hidden;
  }
  .services-item__row {
    flex-direction: column;
  }
  .services-item__nav {
    padding-bottom: 80px;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    text-align: center;
  }
  .services-item__top {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .services-item h2, .services-item h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
  }
  .services-item__content ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .services-item__content ul {
    margin-bottom: 40px;
  }
  .services-item__content blockquote {
    padding: 20px 40px;
    margin: 0 0 50px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .services-item__content {
    max-width: 100%;
  }
  .services-item-price__top {
    padding-right: 186px;
    margin-bottom: 60px;
  }
  .services-item-price__info {
    margin-bottom: 50px;
  }
  .services-item h4 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }
  .services-item-price__text {
    margin-bottom: 40px;
  }
  .services-item-price__information {
    margin-bottom: 60px;
  }
  .services-item-price__area div {
    flex-direction: column;
  }
  .services-item-price__area div p {
    line-height: 21px;
    width: 100%;
    margin-bottom: 20px;
  }
  .services-item-price__area div p:last-child {
    margin-bottom: 0;
  }
  .services-item .swiper10 .swiper-slide {
    height: 400px;
  }
  .map__local {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .item .date-input input {
    margin-bottom: 0 !important;
  }
  .order .dates_1 .date-input {
    margin-bottom: 0 !important;
  }
  .container {
    max-width: 720px !important;
  }
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .nav__sub {
    font-size: 14px;
    margin-left: 34px;
  }
  .nav__tel {
    font-size: 14px;
    margin-right: 34px;
  }
  .nav__btn {
    width: 164px;
  }
  .main__item {
    width: 48.4%;
    max-width: 48.4%;
  }
  .main {
    padding-bottom: 40px;
  }
  .item .dates {
    flex-direction: column;
  }
  .item .booking {
    align-items: flex-start;
    flex-direction: column;
  }
  .item .date-field:first-child {
    margin-right: 0;
  }
  .item .date-field {
    margin-bottom: 20px;
  }
  .item__per {
    padding-left: 0;
  }
  .item__btn {
    top: 230px;
    right: inherit;
    left: 187px;
  }
  .med .swiper3 .swiper-slide p {
    padding-right: 0;
  }
  .info__item h3 br {
    display: none;
  }
  .info__item_7 h3 br, .info__item_8 h3 br {
    display: block;
  }
  .info__pic {
    bottom: 208px;
  }
  .area__img {
    width: 48.4%;
  }
  .area__item .area__content {
    width: 100%;
    max-width: 316px;
  }
  .area__btn {
    width: 100% !important;
  }
  .contacts__map {
    height: auto;
    width: 100%;
    right: 0;
    top: 192px;
    z-index: 1;
  }
  .spec__block {
    max-width: 275px;
  }
  .spec__per span {
    white-space: nowrap;
  }
  .spec .spec__item_2 .spec__text {
    margin-bottom: 54px;
  }
  .spec__last div p br {
    display: none;
  }
  .spec__last div {
    width: 49.5%;
  }
  .footer__box {
    flex-wrap: wrap;
  }
  .footer__area {
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
  }
  .footer__last {
    width: 41%;
    margin-top: 0;
    margin-left: auto;
  }
  .footer__bottom {
    padding-right: 100px;
  }
  .footer__img {
    margin-left: -209px;
  }
  .nav {
    padding: 12px 0;
  }
  .nav__tel {
    overflow: hidden;
    width: 33px;
    height: 33px;
  }
  .nav__btn {
    width: 130px;
    height: 37px;
    font-size: 12px;
  }
  .menu__pic {
    width: 150px;
  }
  .menu__title {
    font-size: 22px;
    margin-bottom: 23px;
  }
  .menu ul li a {
    font-size: 12px;
  }
  .menu ul li.active a {
    font-size: 14px;
  }
  .menu ul li {
    margin-bottom: 14px;
  }
  .menu__tel {
    margin: 30px auto;
  }
  .menu .footer__el a, .menu .footer__el span {
    font-size: 12px;
  }
  .menu .footer__el {
    width: 180px;
    margin: 0 auto 17px;
  }
  .menu .footer__el img {
    width: 16px;
    margin-right: 12px;
  }
  .nav__logo {
    top: 60px;
    width: 200px;
    margin-right: -100px;
  }
  .menu .btn {
    width: 164px;
    height: 47px;
    margin: 0 auto 23px;
    font-size: 16px;
    line-height: 100%;
  }
  .menu .btn:before {
    width: 77px;
    height: 47px;
    background: url(../img/btn1.svg) no-repeat center center;
  }
  .menu .btn:after {
    background: url(../img/btn2.webp) no-repeat center center/cover;
    width: 4px;
  }
  .header__wrap {
    height: 320px;
  }
  .header__wrap h1 span, h1 {
    font-size: 48px;
    text-align: center;
    width: 100%;
  }
  .header__wrap h1 {
    margin-bottom: -43px;
  }
  .header__wrap p {
    left: 50%;
    bottom: -87px;
    text-align: center;
    font-size: 13px;
    margin-left: -55px;
  }
  .header__wrap {
    height: 272px;
  }
  .main__sub {
    font-size: 15px;
    line-height: 18px;
    max-width: 192px;
    margin: 0 auto 26px;
  }
  .main__sub br {
    display: none;
  }
  .main__item {
    height: 183px;
    width: 100%;
    max-width: 100%;
  }
  .main__item:after {
    top: 88px;
  }
  .contacts__socials a {
    width: 60px;
    height: 60px;
  }
  .contacts__socials a img {
    width: 100%;
  }
  .page .header__wrap h1 {
    margin-top: 232px;
  }
  .error__pic {
    margin: 50px 0;
    width: 100%;
  }
  .error__text {
    margin-bottom: 50px;
  }
  .error__row {
    flex-wrap: wrap;
    gap: 4px;
  }
  .error__item {
    width: 49.6%;
  }
  .blog .swiper4 .swiper-slide a {
    padding-bottom: 30px;
    padding-top: 250px;
  }
  .blog .swiper4 .swiper-slide a h3 {
    font-size: 19px;
    line-height: 110%;
    display: block;
    margin: 0 auto 8px;
    letter-spacing: initial;
    text-align: center;
  }
  .blog .swiper4 .swiper-slide a span {
    font-size: 9px;
    line-height: 110%;
    margin: 0 auto 20px;
    text-align: center;
    display: block;
  }
  .blog .swiper4 .swiper-slide a p {
    font-size: 10px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 25px;
  }
  .blog .swiper4 .swiper-slide a small {
    font-size: 9px;
    line-height: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .search__sub {
    text-align: center;
    margin-bottom: 40px;
  }
  .search__item {
    flex-direction: column;
    align-items: center;
  }
  .search__item {
    text-align: center;
  }
  .search__item img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .search__item div h3 {
    text-align: center;
    margin-bottom: 12px;
  }
  .search__item div p {
    margin: 0 auto 15px;
  }
  .search__item div span {
    margin: 0 auto;
  }
  .order .date-field:last-child {
    margin-left: 0;
  }
  .order .dates {
    width: 100%;
  }
  .order .dates .date-field {
    width: 100%;
  }
  .item-room .swiper2 .swiper-slide {
    width: 48%;
  }
  .room2__item {
    margin-bottom: 60px;
    flex-direction: column;
  }
  .room2__right {
    max-width: 100%;
  }
  .room2__left {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .room2__title {
    margin-bottom: 30px;
  }
  .room2__text {
    margin: 30px 0;
  }
  .room2 .error__btn {
    width: 100%;
  }
  .room2__item:nth-child(2n) .room2__right {
    order: 2;
    text-align: left;
  }
  .room2__item:nth-child(2n) .room2__left {
    margin-left: 0;
  }
  .room2__item:nth-child(2n) .room2__sub {
    margin-left: 0;
  }
  .room3__slider .mySwiper5 {
    height: 600px;
  }
  .blog-page .swiper4 .swiper-slide {
    width: 48.5%;
  }
  .services__wrap {
    margin-top: 100px;
  }
  .services__wrap .error__row {
    gap: 15px;
  }
  .services__item .error__item {
    width: 100%;
  }
  .services__item {
    margin-bottom: 100px;
  }
  .ch3:after {
    margin-bottom: 30px;
  }
  .services__item:last-child {
    margin-bottom: 30px;
  }
  .services .room2 .error__btn {
    margin-bottom: 30px;
  }
  .note {
    bottom: 50px;
  }
  .marquee-item p {
    font-size: 70px;
  }
  .marquee-item:after {
    width: 60px;
    height: 60px;
    background-size: 100% !important;
  }
  .about .swiper7 .swiper-slide {
    flex-direction: column-reverse;
  }
  .about .swiper7__img {
    width: 100%;
    height: 400px;
  }
  .about .swiper7__text {
    max-width: 100%;
  }
  .ser-page__links {
    margin: 40px 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .ser-page__links a {
    margin-right: 0;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;
  }
  .ser-page__links a br {
    display: none;
  }
  .cases__item {
    width: 47.8%;
  }
  .cases__row {
    margin-top: 30px;
    gap: 20px;
  }
  .price__area {
    flex-direction: column;
  }
  .price .container {
    position: relative;
  }
  .price .price__sub {
    margin-left: 0;
    position: absolute;
    top: 163px;
    right: 41px;
    z-index: -1;
  }
  .price .price__sub p {
    font-size: 12px;
    bottom: 1px;
    right: -45px;
    width: 214px;
    text-align: center;
  }
  .price .price__sub p::first-letter {
    margin-left: 0;
  }
  .price__wrap .links__item:hover p {
    max-width: 380px;
  }
  .cert .team__left {
    flex-direction: column;
  }
  .cert .team__left .arrows {
    margin-top: 10px;
  }
  .lic h2 {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .lic__row {
    flex-direction: column;
  }
  .lic__row p {
    font-size: 18px;
    line-height: 140%;
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
  .lic__flex {
    flex-direction: column;
    align-items: center;
  }
  .lic__code {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .lic__content {
    max-width: 100%;
  }
  .excursions .links__item {
    flex-direction: column;
  }
  .excursions .links__item h3 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .kids .error__item p {
    min-height: inherit;
  }
  .help h3 {
    font-size: 30px;
    line-height: 120%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .help .accordeon__button {
    font-size: 18px;
    padding-right: 100px;
  }
  .help .accordeon__item .panel__info {
    font-size: 14px;
  }
  .help .about__flex h2 {
    font-size: 30px;
    line-height: 120%;
  }
  .help .about__flex_2 {
    margin-top: 80px;
  }
  .reviews .swiper9 {
    gap: 20px;
  }
  .services-item__wrap {
    max-width: 100%;
  }
  .services-item .bread {
    margin-bottom: 120px;
  }
  .services-item__wrap h1 {
    margin-bottom: 30px;
    text-align: left;
  }
  .services-item__wrap p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
  }
  .services-item__area:after {
    height: 51px;
  }
  .services-item__nav a {
    margin-bottom: 21px;
    font-size: 21px;
    line-height: 27px;
  }
  .services-item__contacts {
    margin-bottom: 50px;
  }
  .services-item__line {
    flex-direction: column;
  }
  .services-item__line div {
    margin-bottom: 30px;
  }
  .services-item__line div:last-child {
    margin-bottom: 0;
  }
  .services-item__contacts div span {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .services-item__contacts div a, .services-item__contacts div p {
    font-size: 19px;
  }
  .services-item__order {
    width: 100%;
    height: 60px;
    margin-top: 40px;
  }
  .services-item__video {
    height: 300px;
    padding: 30px;
  }
  .services-item h3 {
    max-width: 260px;
  }
  .services-item h5 {
    font-size: 19px;
  }
  .services-item-price__area h3 {
    max-width: 100% !important;
  }
  .tabs2 .tabs2__nav {
    margin-bottom: 50px;
  }
  .tabs2 .links__btn {
    margin-top: 60px;
  }
  .tabs2 .tabs__pane_show {
    overflow-x: auto;
  }
  .tabs2__row {
    flex-wrap: wrap;
  }
  .tabs2__item {
    width: 43%;
  }
  .tabs2__item p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main .head h1 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .header__wrap p {
    width: 100%;
    max-width: 117px;
    margin-left: -57px;
  }
  .main .head {
    margin-bottom: 140px;
  }
  .container {
    max-width: 540px !important;
  }
  .main__row {
    gap: 8px;
  }
  .main {
    padding-top: 0px;
  }
  .main .main__btn {
    position: relative;
    width: 100%;
    height: 60px;
    bottom: 0;
    right: 0;
    top: initial;
    font-size: 16px;
    flex-direction: initial;
    padding-left: 0;
    margin: 0;
  }
  .main__btn img {
    display: none;
  }
  .bb {
    margin-left: 5px;
  }
  .ser .swiper1 {
    height: 685px;
  }
  .ser__top {
    margin-bottom: 0;
    background: #7C6B5A;
    padding: 60px 20px 26px;
  }
  .ser__top img {
    width: 40px;
  }
  .ser__top p {
    font-size: 15px;
  }
  .ser__block {
    max-width: 93.5%;
    background: transparent;
    padding-top: 0px;
  }
  .ser__text {
    background: #7C6B5A;
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 0;
    padding: 0 20px 28px;
  }
  .ser__sub {
    background: #7C6B5A;
    font-size: 12px;
    padding: 0 20px 20px;
  }
  .ser__bottom {
    padding: 30px 0;
    margin-top: 11px;
  }
  .arrow {
    width: 40px;
    height: 40px;
  }
  .arrow .svg {
    width: 11px;
  }
  .item h2 {
    font-size: 32px;
  }
  .item__title h2 span {
    font-size: 40px;
    top: 6px;
  }
  .item .date-label {
    font-size: 15px;
  }
  .item .date-input input {
    font-size: 11px;
  }
  .item .guest-option {
    font-size: 11px;
  }
  .item__btn {
    top: 235px;
    width: 263px;
    height: 263px;
    right: inherit;
    left: 167px;
    font-size: 24px;
    padding-left: 30px;
    padding-top: 77px;
  }
  .item__info span, .item__info p, .item__row p, .item__row span {
    font-size: 11px;
  }
  .item__sum {
    font-size: 35px;
  }
  .item__lnl {
    font-size: 14px;
    line-height: 19px;
  }
  .item .swiper2 .swiper-slide {
    height: 470px;
  }
  .item {
    padding-bottom: 38px;
  }
  .med__wrap h2 {
    font-size: 32px;
    margin-bottom: 46px;
    text-align: center;
  }
  .med {
    padding: 40px 0 80px;
  }
  .swiper-pagination3 {
    display: none !important;
  }
  .swiper-select {
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .swiper-select:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
    background: url(../img/after.svg) no-repeat center center;
    width: 15px;
    height: 8px;
  }
  #swiperSelect3 {
    position: relative;
    width: 100%;
    height: 33px;
    margin-bottom: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    border-radius: 57px;
    background: rgb(199, 168, 136);
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    font-family: "Geometria";
    text-align: center;
    outline: none !important;
  }
  .med .swiper3 .swiper-slide img {
    height: 140px;
  }
  .med .swiper3 .swiper-slide p {
    text-align: center;
    max-width: 100%;
    font-size: 12px;
  }
  .med .arrows {
    margin: 21px auto 0;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 2;
    justify-content: center;
  }
  .pic {
    height: 195px;
  }
  .info h2 {
    text-align: center;
    font-size: 32px;
    margin: -151px auto 40px;
    width: 100%;
    max-width: 340px;
  }
  .info__item {
    width: 100% !important;
  }
  .info__item h3 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 11px;
    text-align: center;
  }
  .info__item p {
    max-width: 100%;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
  }
  .info__item_5:before, .info__item_6:before, .info__item_8:before {
    margin-left: -47px;
    font-size: 11px;
    left: 50%;
    top: -43px;
  }
  .info__item_5, .info__item_6, .info__item_8 {
    margin-top: 20px;
  }
  .info__pic {
    bottom: 260px;
    height: 206px;
    width: 153%;
  }
  .info__item_7 {
    margin-top: 169px;
  }
  .info__item_8 {
    margin-top: 70px;
  }
  .info__item_7 p {
    max-width: 100%;
  }
  .area__content h2 {
    font-size: 32px;
    line-height: 37px;
    text-align: center;
  }
  .area__content {
    margin-bottom: 42px;
    max-width: 100%;
  }
  .area__content h2:after {
    margin: 29px auto 0;
  }
  .area__content p {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .area__text {
    font-size: 16px !important;
    line-height: 19px !important;
    margin-bottom: 40px !important;
  }
  .area__link {
    width: 100%;
  }
  .area__item {
    margin-bottom: 66px;
    flex-direction: column-reverse;
  }
  .area__item:nth-child(2n) {
    flex-direction: column;
  }
  .area__item:nth-child(2n) .btn {
    margin-bottom: 0 !important;
  }
  .area__item:nth-child(3) .btn {
    margin-bottom: 0;
  }
  .area__item .area__content {
    max-width: 100%;
  }
  .area__content img {
    margin: 0 auto 20px;
    display: block;
  }
  .area__content .btn img {
    margin: 0px 0 0 17px;
    display: block;
  }
  .area__content h3 {
    margin-bottom: 20px;
    text-align: center;
  }
  .area__link img {
    margin: 0 0 0 15px;
  }
  .area__img {
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
  }
  .area__time {
    width: 100%;
  }
  .area__content ul li {
    justify-content: center;
  }
  .area__btn {
    margin-bottom: 70px;
  }
  .area__line {
    justify-content: space-between;
    width: 100%;
  }
  .area__content blockquote {
    text-align: center;
    border-left: none;
  }
  .images img {
    height: 123px;
    width: 100%;
  }
  .contacts h2 {
    font-size: 32px;
    margin-bottom: 28px;
    text-align: center;
  }
  .contacts {
    padding: 24px 0 30px;
  }
  .contacts__title:before {
    margin: 0 auto 28px;
  }
  .contacts__title {
    font-size: 12px;
    text-align: center;
  }
  .contacts__text {
    font-size: 13px;
    text-align: center;
  }
  .contacts__name {
    font-size: 12px;
    text-align: center;
  }
  .contacts__local {
    font-size: 14px;
    text-align: center;
  }
  .contacts__map {
    height: 222px;
    width: auto;
    right: 50%;
    top: 308px;
    z-index: 1;
    margin-right: -150px;
  }
  .contacts__content {
    margin-bottom: 300px;
  }
  .contacts__info {
    margin-bottom: 40px;
  }
  .container {
    padding: 0 10px;
  }
  .contacts__area {
    flex-direction: column-reverse;
  }
  .contacts__right {
    text-align: center;
  }
  .contacts__area h3 {
    text-align: center;
  }
  .contacts__socials {
    justify-content: center;
  }
  .contacts__tel {
    font-size: 24px;
  }
  .contacts__sub {
    margin-bottom: 40px;
  }
  .contacts__left {
    margin-right: 0;
  }
  .contacts__el {
    text-align: center;
    padding-left: 0;
  }
  .contacts__el:before {
    display: none;
  }
  .spec {
    padding: 42px 0;
  }
  .spec h2 {
    font-size: 32px;
    text-align: center;
  }
  .spec .contacts__content {
    max-width: 100%;
    width: 100%;
  }
  .contacts__title:before {
    margin-bottom: 26px;
  }
  .spec .contacts__text {
    margin: 0 auto;
  }
  .spec .main__btn {
    margin-top: 35px;
    width: 100%;
  }
  .spec__content {
    margin-top: 46px;
  }
  .spec__fig {
    width: 69%;
  }
  .spec__area h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }
  .spec__area:first-child .spec__sub {
    font-size: 9px;
  }
  .spec__area span {
    font-size: 31px;
    line-height: 120%;
  }
  .spec__sub {
    font-size: 9px;
  }
  .spec__text {
    font-size: 10px;
    line-height: 12px;
  }
  .spec__info ul li, .spec__name {
    font-size: 9px;
  }
  .spec__per p {
    font-size: 7px;
  }
  .spec__per span {
    letter-spacing: 0;
    font-size: 12px;
  }
  .spec__block {
    margin-top: 30px;
    padding: 18px;
    max-width: 100%;
  }
  .spec__el {
    padding-bottom: 5px;
  }
  .spec__let {
    font-size: 9px;
    line-height: 12px;
  }
  .spec__row {
    flex-direction: column;
  }
  .spec__top {
    margin-bottom: 28px;
  }
  .spec__let {
    margin-top: 10px;
  }
  .spec__item {
    margin-bottom: 40px;
  }
  .spec__item_2 .spec__top {
    margin-bottom: 0;
  }
  .spec__item_2 .spec__text {
    margin: 29px 0 !important;
  }
  .spec__text {
    font-size: 10px;
    line-height: 12px;
  }
  .spec__set {
    padding: 13px 17px;
  }
  .spec .spec__item_2 .spec__info {
    max-width: 100%;
  }
  .spec__flex span, .spec__flex {
    font-size: 9px;
  }
  .spec__sum {
    font-size: 21px;
    line-height: 120%;
    letter-spacing: 0;
  }
  .spec__eco {
    font-size: 7px;
  }
  .spec__last {
    flex-direction: column;
  }
  .spec__last div {
    padding-bottom: 15px;
    width: 100%;
    padding-left: 26px;
    margin-bottom: 10px;
  }
  .spec__last div span {
    font-size: 14px;
  }
  .footer__box {
    padding-top: 33px;
  }
  .footer__text {
    letter-spacing: 0;
    margin-bottom: 53px;
  }
  .footer__content {
    order: 1;
  }
  .footer__lists {
    margin-top: 60px;
    width: 100%;
    justify-content: space-between;
    order: 3;
  }
  .footer__area {
    flex-direction: column;
    order: 2;
    margin-top: 0;
  }
  .footer__box {
    padding-bottom: 112px;
    position: relative;
  }
  .footer__last {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer__img {
    width: 180px;
    margin-left: -90px;
  }
  .footer__bottom {
    padding-bottom: 96px;
    padding-right: 0;
    flex-direction: column;
  }
  .footer__bottom p {
    margin-bottom: 20px;
  }
  .footer__com {
    top: 80px;
  }
  .menu__tel {
    width: 60px;
    height: 60px;
  }
  .menu__tel img {
    width: 100%;
  }
  .page .header__wrap h1 {
    margin-top: 143px;
  }
  .page .header__wrap h1, .page .header__wrap h1 span {
    font-size: 34px;
  }
  .error__text {
    font-size: 16px;
    margin-bottom: 45px;
    line-height: 19px;
  }
  .error__item {
    width: 100%;
  }
  .error__item p {
    padding: 20px 34px 40px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
  }
  .error__item .svg {
    right: 50%;
    margin-right: -16px;
  }
  .error__btn {
    width: 100%;
  }
  .text h2 {
    font-size: 20px;
    letter-spacing: 0;
    max-width: 300px;
    margin: 0 auto 50px;
  }
  .text div h3 {
    font-size: 16px;
    text-align: center;
  }
  .text div p, .text div ul li {
    text-align: center;
    font-size: 14px;
  }
  .blog__top {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .blog .arrows {
    justify-content: center;
    margin: 0 auto 20px;
  }
  .room2 h1 {
    font-size: 24px;
    line-height: 110%;
    margin: 50px auto;
  }
  .room2 .tabs__btn_first {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 50px;
  }
  .room2 .tabs2__nav .tabs__btn {
    font-size: 10px;
    padding: 0 10px;
  }
  .room2 .tabs2__nav {
    margin-bottom: 30px;
  }
  .room2__left {
    height: 400px;
    padding: 30px;
  }
  .room2__left p {
    font-size: 30px;
  }
  .room2__left p span {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .room2__title {
    font-size: 24px;
  }
  .room2__sub {
    font-size: 16px;
    line-height: 140%;
  }
  .room2__text {
    font-size: 14px;
  }
  .blog-page .swiper4 .swiper-slide {
    width: 100%;
  }
  .page .header__wrap h1 {
    width: 100%;
    max-width: 268px;
  }
  .page .header__wrap .margin {
    margin: 24px auto 113px !important;
  }
  .blog-page h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .room2 h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .item h2.title-tab span {
    margin-right: -7px;
  }
  .item h2.title-tab span {
    font-size: 24px;
  }
  .item__title h2 span {
    font-size: 28px;
    top: -2px;
    margin-left: 0;
  }
  .item__title p {
    top: 5px;
    margin-left: 14px;
  }
  .item__title .title-tab {
    font-size: 24px;
    top: -15px;
    letter-spacing: 0;
  }
  .item__title .title-tab.active {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0px;
  }
  .item .title-tab.active span {
    font-size: 28px;
    top: 3px;
    margin-right: -9px;
    margin-left: 9px;
  }
  p.title-tab.active {
    top: -12px;
  }
  .item h2.title-tab span {
    top: 5px;
  }
  .item h2.title-tab {
    display: flex;
    flex-wrap: nowrap;
  }
  .item h2.title-tab {
    top: -9px !important;
  }
  .preview {
    display: none;
  }
  .ser__row {
    left: 20px;
  }
  .ser__block {
    max-width: 76%;
  }
  .ser .arrows {
    position: relative;
    left: -80px;
  }
  .about__block {
    padding-bottom: 30px;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .about__block img {
    margin-bottom: 20px;
    width: 100%;
  }
  .about__block div {
    max-width: 100%;
    margin-left: 0;
  }
  .team__item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .team__item img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .team__item a {
    margin-top: 40px;
  }
  .links__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .links__item span {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .links__item h3 {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .links__item .svg {
    margin-top: 20px;
  }
  .links__btn {
    width: 100%;
  }
  .ser-page .links__item span {
    font-size: 18px;
  }
  .links__item img {
    display: none;
  }
  .ser-page .links__item {
    padding: 40px 0 20px;
  }
  .ser-page .links__item h3 {
    max-width: 100%;
  }
  .ser-page .links__item p {
    font-size: 16px;
  }
  .ser-page .links__item h3 {
    margin-right: 0;
    font-size: 21px;
  }
  .price .price__sub {
    display: none;
  }
  .price__wrap .links__item span {
    font-size: 18px;
    margin-left: 0;
    margin-top: 20px;
  }
  .excursions .links__item div p + p, .excursions .links__item div p {
    font-size: 13px;
  }
  .shop__item {
    width: 100%;
  }
  .contacts__text {
    margin: 0 auto 30px;
  }
  .contacts-page__links {
    margin: 30px auto;
  }
  .contacts-page__links a {
    margin: 0 auto;
  }
  .contacts__sub {
    margin: 0 auto 40px;
  }
  .contacts-page__info {
    margin-top: 30px;
  }
  .contacts-page .contacts__map {
    top: 383px;
  }
  .corporate__image {
    height: 300px;
    margin-bottom: 30px;
  }
  .corporate__row_2 {
    margin-bottom: 30px;
  }
  .corporate__area {
    margin: 0px 0 30px;
  }
  .corporate__block p {
    font-size: 16px;
  }
  .corporate__block {
    padding: 30px 0;
    margin: 30px 0;
  }
  .corporate__info p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .corporate .room3__left ul li {
    font-size: 13px;
    align-items: flex-start;
  }
  .corporate__area div:first-child {
    padding-top: 0;
  }
  .reviews .swiper9 .swiper-slide {
    width: 100%;
  }
  .reviews .swiper9 .swiper-slide:nth-child(n+7) {
    display: none;
  }
  .services-item {
    padding-bottom: 50px;
  }
  .services-item-price__top {
    padding-right: 0px;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .services-item-price .price__sub {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none;
  }
  button::-moz-focus-inner {
    border: 0;
  }
  a:active, a:focus {
    outline: none;
  }
  input, textarea {
    outline: none;
  }
  input:active, textarea:active {
    outline: none;
  }
  input:focusout {
    outline: none;
  }
  .mm {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mm li {
    margin-bottom: 40px !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
  .mob {
    display: block !important;
  }
  .nav__sub {
    display: none;
  }
  .nav__tel {
    margin-left: 45px;
  }
  .nav__btn {
    margin-left: auto;
  }
  .ser .arrows {
    margin-top: 30px;
  }
  .ser .swiper1 {
    height: 650px;
  }
  .ser__block {
    max-width: 97%;
  }
  .ser__top {
    padding-top: 20px;
  }
  .item__btn {
    left: 35px;
  }
  .info__pic {
    bottom: 318px;
  }
  .area__name {
    color: rgb(255, 216, 176) !important;
    letter-spacing: 0 !important;
  }
  .area__item:last-child {
    border-bottom: none;
  }
  .contacts__map {
    height: 232px;
    right: 50%;
    top: 290px;
    margin-right: -150px;
  }
  .spec__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .spec .container {
    padding: 0 26px;
  }
  .spec__area h3 {
    margin-bottom: 7px;
  }
  .spec__area {
    width: max-content;
  }
  .spec__item .spec__area:nth-child(2) {
    margin: 18px auto 0;
    position: relative;
    left: 10px;
  }
  .spec__block ul li {
    font-size: 7px;
    margin-bottom: 10px;
  }
  .spec__block h4 {
    font-size: 9px;
  }
  .footer__fig {
    top: 0;
    left: -128px;
    z-index: 0;
    width: 213%;
  }
  .spec__last {
    position: relative;
    left: -10px;
  }
  .area__content .area__text br {
    display: none;
  }
  .page .header__wrap h1 {
    margin-top: 119px;
  }
  .error__row {
    max-width: 250px;
    margin: 0 auto;
  }
  .error__btn {
    margin-top: 48px;
  }
  .arcticmodal-container_i {
    width: 100%;
  }
  .popup-call__box {
    padding: 20px;
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .popup__fig1 {
    width: 100%;
    height: 57px;
    left: 0;
  }
  .popup__name {
    margin-top: 12px;
    font-size: 12px;
    margin-bottom: 40px;
  }
  .popup__tel {
    font-size: 24px;
  }
  .popup__socials {
    flex-direction: column;
  }
  .popup__socials a {
    margin-bottom: 10px;
    width: 100%;
  }
  .box-modal__close {
    top: 10px;
    right: 10px;
  }
  .popup__form button {
    width: 100%;
    height: 80px;
  }
  .call .popup__fig1 {
    display: none;
  }
  .call .popup__name {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .call .popup-call__box {
    top: -20rem;
  }
  #popup-call2 button {
    width: 100%;
  }
  #popup-thank .popup__title {
    font-size: 25px;
  }
  #popup-thank .popup__name {
    font-size: 18px;
  }
  .popup__btn {
    width: 100%;
  }
  .social {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 50%;
    bottom: 30px;
    z-index: 10;
    margin-right: -35px;
  }
  .social img {
    width: 100%;
  }
  .blog .swiper4 .swiper-slide a::after {
    left: 50%;
    margin-left: -17.5px;
  }
  .search h1 {
    line-height: 110%;
    font-size: 22px;
  }
  .bread {
    margin-bottom: 40px;
  }
  .bread a, .bread p {
    font-size: 12px;
  }
  .sear .logo2 {
    display: none;
  }
  .search__sub {
    font-size: 12px;
  }
  .search__item div p {
    font-size: 12px;
    width: 100%;
    line-height: 120%;
  }
  .search__item div h3 {
    font-size: 16px;
  }
  .search__item div span {
    font-size: 12px;
  }
  .search__nav ul li {
    width: 35px;
    height: 35px;
  }
  .order__fig {
    margin-bottom: 30px;
  }
  .order__title {
    font-size: 18px;
  }
  .order__per {
    display: none;
  }
  .item-room .swiper2 .swiper-slide {
    width: 100%;
  }
  .item-room .swiper2 {
    gap: 0;
  }
  .item .dates, .item .date-field {
    width: 100%;
  }
  .room3__sub {
    margin-bottom: 50px;
    font-size: 18px;
  }
  .room3__left p, .room3__name {
    font-size: 24px;
    line-height: 110%;
  }
  .room3__left p br, .room3__name br {
    display: none;
  }
  .room3__left ul li {
    font-size: 18px;
  }
  .room3__text {
    font-size: 18px;
    line-height: 28px;
  }
  .room3__top {
    margin-bottom: 40px;
  }
  .room3__right ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .room3 {
    padding-bottom: 40px;
  }
  .order2 .order__title {
    font-size: 18px;
  }
  .room3__name {
    margin-bottom: 25px;
  }
  .blog-page h1 {
    margin-top: 0;
  }
  .blog-item__wrap img {
    border-radius: 20px 20px 0px 0px;
  }
  .blog-item__wrap h1 {
    margin: -62px auto 80px;
    max-width: 368px;
  }
  .blog-item__wrap:after {
    bottom: 35px;
  }
  .blog-item__row h3 {
    font-size: 24px;
  }
  .blog-item__text p {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-item__block p {
    font-size: 18px;
    line-height: 110%;
  }
  .blog-item__images {
    flex-wrap: wrap;
  }
  .blog-item__images img {
    width: 50%;
    height: 300px;
  }
  .photo .error__btn {
    margin-top: 80px;
  }
  .photo h1 {
    margin-bottom: 40px;
  }
  .page .header__wrap h1 {
    margin-bottom: 143px;
    margin-top: 87px;
  }
  .page .header__wrap .margin2 {
    margin: 153px auto 74px !important;
  }
  .ser__row {
    left: 10px;
    width: 100%;
    max-width: 58%;
  }
  .ser__bottom {
    margin-top: 5px;
  }
  .med .swiper3 .swiper-slide .btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .info h2 {
    margin: -33px auto 29px;
  }
  .item .swiper-pagination-progressbar {
    display: flex;
  }
  .spec__sum:after {
    content: "₽";
    display: inline-flex;
    font-size: 19px;
  }
  .services__wrap .error__row {
    max-width: 100%;
  }
  .services__item .error__item {
    max-width: 250px;
    margin: 0 auto;
  }
  .services__item .error__item img {
    height: 189px;
  }
  .services__item .error__item {
    height: 350px;
  }
  .services__item .error__item .svg {
    margin-right: -22px;
  }
  .services .error__item p {
    padding: 20px 34px 32px;
  }
  .blog-item__wrap h1 {
    min-height: 99px;
  }
  .item .title-tab.active span {
    font-size: 29px;
  }
  .item h2.title-tab span {
    top: 4px;
  }
  .item h2.title-tab {
    top: -13px !important;
  }
  .item .booking {
    margin-top: 30px;
  }
  .item__title {
    margin-top: 20px;
  }
  .note__text {
    font-size: 12px;
  }
  .note {
    left: 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    bottom: 0;
    height: auto;
    padding: 11px;
  }
  .note__close {
    height: 40px;
    margin-top: 10px;
    width: 100%;
    font-size: 13px;
  }
  .order .error__btn {
    margin-top: 10px;
  }
  .about .blog-item__wrap {
    margin: 30px 0;
  }
  .about__content .blog-item__name {
    margin-bottom: 30px;
  }
  .about__content .blog-item__name p {
    font-size: 18px;
    line-height: 120%;
  }
  .about__content .blog-item__text {
    margin-bottom: 30px;
  }
  .about__item {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .about__info {
    margin-top: 50px;
  }
  .marquee-container {
    margin: 50px 0;
  }
  .about__area h2 {
    font-size: 24px;
  }
  .about__per {
    margin: 30px 0 40px;
  }
  .about__flex {
    margin-bottom: 30px;
  }
  .about .swiper7__img {
    height: 278px;
  }
  .about__link {
    max-width: 100%;
  }
  .links {
    padding: 60px 0 40px;
  }
  .links__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .links__item span {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .links__item h3 {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .links__item .svg {
    margin-top: 20px;
  }
  .links__btn {
    width: 100%;
  }
  .team__left h1 {
    margin-bottom: 20px;
  }
  .team__left h2 {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .team__item img {
    height: 340px;
    object-position: 0px -36px;
  }
  .team__content h3 {
    font-size: 24px;
    line-height: 130%;
  }
  .team__item a {
    margin-top: 30px;
    width: 100%;
  }
  .team__content {
    max-width: 100%;
  }
  .team {
    padding-bottom: 30px;
  }
  .team-item__left {
    max-width: 100%;
  }
  .team-item__left img {
    height: 400px;
    object-position: 0 -20px;
  }
  .team-item .team__content {
    margin-top: 40px;
  }
  .team-item .team__content h2 {
    font-size: 32px;
  }
  .team-item__links {
    flex-direction: column;
  }
  .team-item__links a {
    width: 100% !important;
  }
  .team-item__links a:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .team-item__links a:nth-child(2) {
    padding: 0 19px;
    background: #474d53;
  }
  .cases__item {
    width: 100%;
  }
  .cases__item:nth-child(n+7) {
    display: none;
  }
  .cases__more {
    margin-top: 50px;
  }
  .cases .team__left {
    margin-bottom: 10px;
  }
  .cases .team__left h1 {
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .team__left h1 {
    letter-spacing: 0;
  }
  .price__wrap .links__item:last-child {
    margin-bottom: 0;
  }
  .cert .swiper8 .swiper-slide a p {
    font-size: 18px;
    line-height: 140%;
  }
  .cert .swiper8 .swiper-slide a img {
    height: 535px;
  }
  .lic h2 {
    font-size: 21px;
  }
  .lic {
    padding-bottom: 60px;
  }
  .excursions .links__item div small {
    font-size: 14px;
  }
  .excursions .ser-page__links {
    margin-bottom: 0;
  }
  .ser-page .links__item:hover {
    padding-right: 0;
  }
  .exc-item .blog-item__wrap img {
    height: 450px;
  }
  .exc-item .blog-item__wrap h1 {
    margin-bottom: 68px;
  }
  .kids .error__item p, .kids .services__item:nth-child(2) .error__item p {
    font-size: 21px;
  }
  .shop__content h4 {
    font-size: 24px;
  }
  .shop .error__btn {
    margin-bottom: 0;
  }
  .sales .services__wrap {
    margin-top: 80px;
  }
  .sales .error__item p {
    font-size: 21px;
  }
  .loyalty h1 {
    margin-top: 60px;
  }
  .loyalty__wrap {
    margin-top: 40px;
  }
  .loyalty__item h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .loyalty__item p, .loyalty__item ul li {
    font-size: 14px;
    line-height: 140%;
  }
  .contacts-page__label {
    font-size: 11px;
  }
  .contacts-page__input input {
    height: 45px;
  }
  .contacts-page__input textarea {
    height: 150px;
  }
  .header-contacts .error__fig {
    height: 886px;
  }
  .contacts-page .contacts__map {
    width: 400px;
    top: 346px;
    margin-right: -200px;
    height: 281px;
  }
  .about-item .corporate__name {
    font-size: 21px;
    line-height: 30px;
  }
  .about-item .corporate__info p {
    font-size: 16px;
    line-height: 29px;
  }
  .about-item .corporate__info ul li {
    font-size: 16px;
    line-height: 29px;
  }
  .about-item .corporate__row:last-child {
    margin-bottom: 50px;
  }
  .about-item .about__flex {
    flex-direction: column;
  }
  .about-item .about__flex .arrows {
    margin-top: 25px;
  }
  .about-item__link {
    margin: 40px 0;
  }
  .transfer__row h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .transfer .cases__more {
    width: 100%;
  }
  .transfer__row h2 {
    font-size: 20px;
  }
  .help h3 {
    font-size: 22px;
    line-height: 140%;
    margin-top: 114px;
    margin-bottom: 22px;
  }
  .help .about__flex h2 {
    font-size: 22px;
    text-align: center;
  }
  .team .accordeon {
    margin-top: -20px;
  }
  .help .bread {
    margin-bottom: 100px;
  }
  .help .contacts-page__info .contacts-page__form button {
    width: 100%;
  }
  .reviews__top h1 {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .bread a:after {
    position: relative;
    top: 2px;
  }
  .rules .team__left {
    margin-bottom: 20px;
  }
  .rules__links {
    max-width: 100%;
  }
  .rules__item {
    margin-bottom: 40px;
  }
  .rules__title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 15px;
  }
  .rules__text {
    font-size: 12px;
  }
  .rules .links__btn {
    margin: 30px 0;
  }
  .mm {
    flex-direction: column;
  }
  .mm a {
    font-size: 16px !important;
  }
  .services-item__wrap a {
    width: 100%;
  }
  .services-item__top {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .services-item h2, .services-item h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .services-item__content blockquote {
    margin-bottom: 40px;
  }
  .services-item__contacts div a, .services-item__contacts div p {
    font-size: 18px;
  }
  .services-item__video {
    height: 230px;
    padding: 30px;
  }
  .services-item-price__info div {
    flex-direction: column;
    align-items: flex-start;
  }
  .services-item h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 22px;
  }
  .services-item-price__info {
    margin-bottom: 40px;
  }
  .services-item-price__text p {
    font-size: 13px;
  }
  .services-item-price__information p {
    font-size: 12px;
    margin-bottom: 24px;
    line-height: 21px;
    padding-left: 16px;
  }
  .services-item-price__information {
    margin-bottom: 50px;
  }
  .services-item-price__area div p {
    font-size: 13px;
  }
  .services-item-rev {
    margin: 50px 0;
  }
  .services-item .swiper10 .swiper-slide {
    height: 300px;
  }
  .blog-item__wrap img {
    height: 300px;
  }
  .bn {
    font-size: 40px !important;
  }
  .services-item .about__flex {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .services-item .about__flex h2 {
    text-align: center;
  }
  .services-item {
    padding-bottom: 40px;
  }
  .about__content .blog-item__name p {
    text-align: left;
  }
}
@media screen and (max-width: 576px) and (min-width: 440px) {
  .error__fig {
    top: -60px;
  }
}
@media screen and (max-width: 480px) and (min-width: 440px) {
  .error__fig {
    top: -45px;
  }
}
@media screen and (max-width: 440px) and (min-width: 422px) {
  .info__pic {
    bottom: 277px;
  }
  .error__fig {
    top: -35px;
  }
}
@media screen and (max-width: 422px) and (min-width: 400px) {
  .info__pic {
    bottom: 290px;
  }
  .error__fig {
    top: -35px;
  }
}
@media screen and (max-width: 400px) and (min-width: 360px) {
  .info__pic {
    bottom: 291px;
  }
  .error__fig {
    top: -35px;
  }
}
@media screen and (max-width: 360px) and (min-width: 320px) {
  .popup__name {
    font-size: 11px;
  }
}