@font-face {
  font-family: "Lora-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Bold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-BoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ThinItalic";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-ThinItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLightItalic";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-LightItalic";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-LightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-MediumItalic";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-MediumItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BoldItalic";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BlackItalic";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-BlackItalic.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 60px;
  --cc-primary-color: #B49F86 !important;
}
.header {
  z-index: 5;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: var(--header-height);
  background-color: #fff;
}
.header .content-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
}
.header__logo {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.header__logo img {
  width: 69px;
  height: auto;
}
.header__icon {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 100%;
  border-left: 1px solid rgba(101, 97, 93, 0.2);
  cursor: pointer;
}
.header__icon-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24px;
  height: 15px;
}
.header__icon .line {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24px;
  height: 0;
  border-bottom: 2px solid #576972;
  border-radius: 1px;
  transform-origin: center;
  transition: width 0.3s;
}
.header__icon .line.-top {
  top: 2px;
  transform: translate(0, 0) rotate(0);
  transition: transform 0.3s;
}
.header__icon .line.-center {
  top: 8px;
  transition: opacity 0.3s, transform 0.3s;
}
.header__icon .line.-bottom {
  top: 14px;
  transform: translate(0, 0) rotate(0);
  transition: transform 0.3s;
}
.header__icon.-on {
  background-color: #576972;
}
.header__icon.-on .line {
  width: 26px;
  border-color: #fff;
}
.header__icon.-on .line.-top {
  top: 0;
  transform: translate(0, 8px) rotate(45deg);
}
.header__icon.-on .line.-center {
  opacity: 0;
  transform: translateX(-10px);
}
.header__icon.-on .line.-bottom {
  top: 16px;
  transform: translate(0, -8px) rotate(-45deg);
}
.header.-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header__nav {
  z-index: 1;
  position: fixed;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  top: var(--header-height);
  right: 0;
  left: 0;
  padding: 20px 24px 12px 24px;
  height: calc(100% - var(--header-height));
  background-color: #576972;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.header__nav__content {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin: 0 0 30px 0;
}
.header__nav__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header__nav__item:last-child {
  border: none;
}
.header__nav__item.-active .header__nav__link:after {
  margin-top: 4px;
  transform: rotate(225deg);
}
.header__nav__link {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  color: #fff;
  font-family: "Poppins-Regular";
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  cursor: pointer;
  transition: color 0.3s;
}
.header__nav__link.-lang {
  display: none;
  color: #D8C6B0;
  font-weight: 600;
}
.header__nav__link.-lang.-mobile {
  display: flex;
}
.header__book-now {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 60px 0 auto;
  padding: 9px;
  background-color: #576972;
  color: #F6F3F0;
  font-family: "Lora-Regular";
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s;
}
.header__book-now:hover {
  background-color: #413F3C;
}
.header.-on {
  border-color: #576972;
}
.header.-on .header__nav {
  transform: translateX(0);
}

.footer {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0 22px;
  background-color: #413F3C;
  font-family: "Poppins-Regular";
}
.footer .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  padding: 68px 0;
  width: 100%;
  border-bottom: 1px solid #706F6C;
}
.footer__contact__address {
  margin: 0 0 16px 0;
  width: 100%;
  color: #A09F9D;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.03em;
}
.footer__contact__phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.footer__contact__phone__text {
  margin: 0 0 16px 0;
  color: #A09F9D;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.03em;
}
.footer__links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
  width: 100%;
  border-bottom: 1px solid #706F6C;
}
.footer__links__copyright {
  color: #A09F9D;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 0.01em;
}
.footer__links__area {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
.footer__links__text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  color: #A09F9D;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
  border-right: 1px solid #A09F9D;
  letter-spacing: 0.01em;
}
.footer__links__text:last-child {
  border: none;
}
.footer__socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 25px 0 0 0;
}
.footer__socials__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #706F6C;
  transition: all 0.3s ease;
}
.footer__socials__item:first-child {
  margin: 0;
}
.footer__socials__item svg {
  height: auto;
  transition: all 0.3s ease;
  fill: #B49F86;
}
.footer__socials__item:hover {
  background-color: #B49F86;
  border-color: #B49F86;
}
.footer__socials__item:hover svg {
  transform: scale(1.1, 1.1);
  fill: #F6F3F0;
}
.footer__gricreative {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px 0 0 0;
  width: 72px;
}
.footer__gricreative svg {
  width: 100%;
  height: auto;
}
.footer__gricreative:hover svg .icon-hover {
  fill: #D28C64;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h2 {
  margin: 0 0 16px 0;
  color: #D8C6B0;
  font-family: "Lora-Regular";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 33px;
  line-height: 2.0625rem;
  font-weight: 400;
  font-style: normal;
}

h3 {
  margin: 0 0 10px 0;
  color: #D8C6B0;
  font-family: "Lora-Regular";
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

h4 {
  color: #D8C6B0;
  font-family: "Lora-Regular";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
  font-style: normal;
}

p {
  margin: 0 0 30px 0;
  color: #F6F3F0;
  font-family: "Poppins-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
  font-style: normal;
}
p.-italic {
  font-style: italic;
}
p:last-of-type, p:last-child {
  margin-bottom: 0;
}
p a {
  color: #8D8C8A;
  font-family: "Poppins-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 400;
  font-style: normal;
  transition: color 0.2s, text-decoration 0.2s;
}
p a:hover {
  text-decoration: underline;
}

strong {
  font-family: "Poppins-Regular";
  font-weight: 600;
}

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

table {
  display: table;
  min-width: 600px;
  border-spacing: 0;
  border-color: transparent;
  border-spacing: 0;
  text-align: left;
}
table tr {
  width: 100%;
  background-color: #fff;
}
table tr:nth-of-type(even), table tr:nth-of-type(even) td {
  background-color: #F0EFED;
}
table tr th {
  flex-grow: 0;
  padding: 15px 15px 15px 15px;
  min-width: 60%;
  min-height: 52px;
  background-color: #D28C64;
  color: #fff;
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
  font-style: normal;
  vertical-align: top;
}
table tr th:first-child {
  flex-grow: 1;
  min-width: 40%;
}
table tr td {
  flex-grow: 0;
  padding: 12px 20px 9px 20px;
  min-width: 60%;
  min-height: 52px;
  color: #000;
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
  font-style: normal;
  vertical-align: top;
}
table tr td:first-child {
  flex-grow: 1;
  min-width: 40%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

main ul:not(.breadcrumb__content) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 15px 0;
}
main ul:not(.breadcrumb__content) li {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 0 0 25px;
  color: #65625E;
  font-family: "Poppins-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}
main ul:not(.breadcrumb__content) li:first-child {
  margin: 0;
}
main ul:not(.breadcrumb__content) li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8D8C8A;
}
main ul:not(.breadcrumb__content) li a {
  color: #8D8C8A;
  font-family: "Poppins-Bold";
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: normal;
  transition: color 0.3s;
}
main ul:not(.breadcrumb__content) li a:hover {
  color: #D28C64;
}

ol {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 50px 0;
  width: 100%;
}
ol li {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 32px;
  color: #8D8C8A;
  font-family: "Poppins-Bold";
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}
ol li:last-child {
  margin: 0;
}
ol li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22px;
  height: 22px;
  background-image: url("/assets/svg/icon-bullet.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-button {
  width: 53px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-position: 50% 50%;
}
.swiper-button:after {
  display: none;
}
.swiper-button-prev {
  background-image: url("/assets/svg/arrow-left.svg");
}
.swiper-button-next {
  background-image: url("/assets/svg/arrow-right.svg");
}
.swiper-button-prev.-blue {
  background-image: url("/assets/svg/arrow-left-blue.svg");
}
.swiper-button-prev.-blue:hover {
  background-image: url("/assets/svg/arrow-left-beige.svg");
}
.swiper-button-next.-blue {
  background-image: url("/assets/svg/arrow-right-blue.svg");
}
.swiper-button-next.-blue:hover {
  background-image: url("/assets/svg/arrow-right-beige.svg");
}
.swiper-button-prev.-beige {
  background-image: url("/assets/svg/arrow-left-beige.svg");
}
.swiper-button-prev.-beige:hover {
  background-image: url("/assets/svg/arrow-left.svg");
}
.swiper-button-next.-beige {
  background-image: url("/assets/svg/arrow-right-beige.svg");
}
.swiper-button-next.-beige:hover {
  background-image: url("/assets/svg/arrow-right.svg");
}
.swiper-pagination-bullet {
  opacity: 1;
  margin: 0 5px !important;
  width: 35px;
  height: 2px;
  border-radius: 0;
  background-color: #E5E4E2;
}
.swiper-pagination-bullet-active {
  background-color: #8094E6;
}

.button-type {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 30px;
  border: 0;
  background-color: #fff;
  color: #576972;
  font-family: "Lora-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s;
}
.button-type:hover {
  color: #F6F3F0;
  background-color: #413F3C;
}
.button-type.-blue {
  color: #F6F3F0;
  background-color: #576972;
}
.button-type.-blue:hover {
  background-color: #413F3C;
}
.button-type.-antrasit-outline {
  color: #413F3C;
  background-color: #fff;
  border: 1px solid #413F3C;
}
.button-type.-antrasit-outline:hover {
  color: #fff;
  background-color: #B49F86;
  border-color: #B49F86;
}
.button-type.-cream-outline {
  color: #F6F3F0;
  background-color: transparent;
  border: 1px solid #F6F3F0;
}
.button-type.-cream-outline:hover {
  color: #576972;
  background-color: #F6F3F0;
  border-color: #F6F3F0;
}
.button-type.-blue-outline {
  color: #576972;
  background-color: transparent;
  border: 1px solid #576972;
}
.button-type.-blue-outline:hover {
  color: #F6F3F0;
  background-color: #576972;
  border-color: #576972;
}
.button-type.-sending {
  cursor: progress;
}

.link-type {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #1F0F4D;
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 500;
  font-style: normal;
  transition: color 0.3s ease;
}
.link-type svg {
  margin: 0 0 0 8px;
  width: 18px;
  height: auto;
}
.link-type svg .color {
  transition: fill 0.3s ease;
}
.link-type svg .border {
  transition: stroke 0.3s ease;
}
.link-type:hover {
  color: #D28C64;
}
.link-type:hover svg .color {
  fill: #D28C64;
}
.link-type:hover svg .border {
  stroke: #fff;
}

.turn-back {
  padding: 22px 0;
  background-color: rgba(229, 229, 229, 0.5019607843);
}
.turn-back .content-wrapper {
  align-items: flex-start;
}
.turn-back__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #1F0F4D;
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 500;
  font-style: normal;
  transition: color 0.3s ease;
}
.turn-back__link svg {
  margin: 0 8px 0 0;
  width: 18px;
  height: auto;
}
.turn-back__link svg .color {
  transition: fill 0.3s ease;
}
.turn-back__link svg .border {
  transition: stroke 0.3s ease;
}
.turn-back__link:hover {
  color: #D28C64;
}
.turn-back__link:hover svg .color {
  fill: #D28C64;
}
.turn-back__link:hover svg .border {
  stroke: #fff;
}

.document {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 12px 0 0 0;
  width: 100%;
}
.document__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0;
  padding: 28px 30px 34px 30px;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #E5E4E2;
  background-color: #fff;
}
.document__item:hover .document__text {
  color: #D28C64;
}
.document__item-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.document__text {
  color: #1F0F4D;
  font-family: "Poppins-SemiBold";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  font-style: normal;
  transition: color 0.3s;
}
.document__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.document__text-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: center;
}
.document__text-sub {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 4px 0 0 0;
  color: #D28C64;
  font-family: "Poppins-Medium";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 500;
  font-style: normal;
}
.document__icon {
  flex-shrink: 0;
  margin: 0 20px 0 0;
  width: 32px;
  height: auto;
}
.document.-info {
  margin: 0;
}
.document.-info .document__item {
  padding: 28px 30px 34px 30px;
}

.cookie-table * {
  font-size: 12px;
  min-width: 200px;
  max-width: 200px;
}

.cookie-table tr td {
  padding: 12px 20px 9px 15px;
}

.cookie-table thead tr th:nth-child(1),
.cookie-table tbody tr td:nth-child(1) {
  min-width: 110px;
  max-width: 110px;
}

.cookie-table thead tr th:nth-child(2),
.cookie-table tbody tr td:nth-child(2) {
  min-width: 157px;
  max-width: 157px;
}

.cookie-table thead tr th:nth-child(4),
.cookie-table tbody tr td:nth-child(4) {
  min-width: 76px;
  max-width: 76px;
}

.cookie-table thead tr th:nth-child(5),
.cookie-table tbody tr td:nth-child(5) {
  min-width: 118px;
  max-width: 118px;
}

.cookie-table thead tr th:nth-child(6),
.cookie-table tbody tr td:nth-child(6) {
  min-width: 99px;
  max-width: 99px;
}

input,
select,
textarea,
button {
  border: 0;
  outline: 0;
  appearance: none;
}
input:invalid,
select:invalid,
textarea:invalid,
button:invalid {
  box-shadow: none;
}
.select-type {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 35px 0 20px;
  width: 100%;
  height: 44px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  outline-color: rgb(255, 255, 255);
  background-color: #fff;
  background-image: url("../svg/arrow-down-red.svg");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 20px center;
  background-position-x: 95%;
  background-position-y: center;
  color: #1F0F4D;
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 500;
  font-style: normal;
}

.input-type {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 20px;
  width: 100%;
  height: 44px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  outline: 0;
  background-color: #fff;
  color: #1F0F4D;
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 500;
  font-style: normal;
}
.input-type::placeholder {
  color: #1F0F4D;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.textarea-type {
  padding: 12px 20px 12px 20px;
  width: 100%;
  height: 84px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  outline: 0;
  background-color: #fff;
  color: #1F0F4D;
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 500;
  font-style: normal;
  resize: none;
}
.textarea-type::placeholder {
  color: #1F0F4D;
}

.custom-datepicker {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 44px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  outline-color: rgb(255, 255, 255);
  background-color: white;
  background-image: url("../svg/calendar.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 20px center;
  background-position-x: 95%;
  background-position-y: center;
  color: #1F0F4D;
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
}
.custom-datepicker::placeholder {
  color: #1F0F4D;
}

.page-header {
  position: relative;
  display: flex;
  padding: 0;
  width: 100%;
}
.page-header__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-header__bg.-desktop {
  display: none;
  min-height: 410px;
  background-position: bottom center;
}
.page-header__bg.-mobile {
  display: flex;
  min-height: 300px;
}
.page-header__bg:before {
  content: "";
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.page-header__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  height: 100%;
}
.page-header__title {
  color: #fff;
  font-family: "Lora-Regular";
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 58px;
  line-height: 3.625rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-menu {
  display: flex;
  width: 100%;
  background-color: #576972;
}
.page-menu .content-wrapper {
  display: flex;
  margin: 0 auto;
  padding: 0;
}
.page-menu__content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.page-menu__content.-mobile {
  display: flex;
  padding: 20px;
  width: 100%;
}
.page-menu__content.-desktop {
  display: none;
}
.page-menu__item {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 23px;
  color: #F6F3F0;
  font-family: "Poppins-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.page-menu__item.-active {
  color: #C7B096;
}
.page-menu__item.-active:before {
  content: "";
  position: absolute;
  bottom: 13px;
  margin: 0 auto;
  height: 6px;
  width: 55px;
  background: url("/assets/svg/link-active.svg");
  background-size: cover;
}
.page-menu__select {
  position: relative;
  padding: 16px 20px;
  width: 100%;
  background-color: #576972;
  color: #F6F3F0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: "Lora-Regular";
  font-weight: 400;
  letter-spacing: 0.02em;
  border: 1px solid #F6F3F0;
  background-image: url("/assets/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.page-menu__option {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: "Lora-Regular";
  font-weight: 400;
  letter-spacing: 0.02em;
}
.page-menu.-fixed {
  z-index: 3;
  position: fixed;
  top: 0;
}

.breadcrumb {
  z-index: 4;
}
.breadcrumb__content {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.breadcrumb__item a, .breadcrumb__item span {
  color: #fff;
  font-family: "Poppins-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
  font-style: normal;
}

.cookie {
  z-index: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  background-color: #B49F86;
}
.cookie.-hide {
  z-index: 0;
  display: none;
}
.cookie .content-wrapper {
  align-items: center;
}
.cookie__text {
  margin: 0;
  color: #fff;
  font-family: "Lora-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01em;
}
.cookie__text a {
  color: #F6F3F0;
  font-family: "Lora-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-top: 15px;
}
.cookie__actions .cookie__button {
  flex-grow: 1;
}
.cookie__actions .cookie__button[data-cc-action=open] {
  flex-basis: 100%;
  flex-grow: 0;
}
.cookie__actions .cookie__button[data-cc-action=reject-all], .cookie__actions .cookie__button[data-cc-action=accept-all] {
  flex-basis: calc(50% - 5px);
  min-width: calc(50% - 5px);
}
.cookie__button {
  padding: 8px 16px;
  border: 1px solid white;
  border-radius: 4px;
  font-family: "Lora-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  text-align: center;
}
.cookie__button--primary {
  background-color: #fff;
  color: #576972;
  border: 1px solid #fff;
}
.cookie__button--primary:hover {
  background-color: #d9d9d9;
}
.cookie__button--secondary {
  background-color: #B49F86;
  color: white;
  border-color: white;
}
.cookie__button--secondary:hover {
  background-color: #93795b;
}

html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: "Poppins-Regular";
}
body.-fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

main {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}

.content-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  max-width: 1128px;
  width: 100%;
  height: 100%;
}
.content-wrapper.-products {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.back-to-top {
  position: fixed;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #576972;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s;
}
.back-to-top:after {
  content: "";
  display: inline-block;
  margin: 0 0 -5px 0;
  padding: 5px;
  border: solid #fff;
  border-width: 1px 1px 0px 0px;
  transform: rotate(-45deg);
}
.back-to-top.-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s;
}
.back-to-top:hover {
  background-color: #B49F86;
}
@media only screen and (min-width: 640px) {
  table {
    min-width: 760px;
  }
  ol li {
    margin: 0 20px 15px 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .document {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 25px 0 0 0;
  }
  .document__item {
    margin: 8px 0;
    padding: 28px 65px 26px 30px;
    width: calc(50% - 10px);
  }
  .document.-info .document__item {
    padding: 28px 30px 26px 30px;
  }
  .content-wrapper.-products {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  table tr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  table tr th {
    padding: 15px 15px 15px 15px;
    min-width: 30%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  table tr th:first-child {
    min-width: 70%;
  }
  table tr td {
    padding: 15px;
    min-width: 30%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  table tr td:first-child {
    min-width: 70%;
  }
  ol li {
    margin: 0 20px 15px 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  ol li:before {
    top: 4px;
  }
  .document__item {
    margin: 8px 0;
    padding: 28px 65px 26px 30px;
    width: calc(50% - 27px);
  }
  .cookie {
    padding: 0;
  }
  .cookie .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    max-width: 775px;
  }
  .cookie__text {
    padding: 0 50px 0 0;
  }
  .cookie__actions {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    flex-wrap: nowrap;
    padding: 10px 0;
  }
  .cookie__actions .cookie__button {
    flex-basis: auto;
    flex-grow: 0;
    min-width: auto;
  }
  .cookie__actions .cookie__button[data-cc-action=open] {
    flex-basis: auto;
  }
  .cookie__actions .cookie__button[data-cc-action=reject-all], .cookie__actions .cookie__button[data-cc-action=accept-all] {
    flex-basis: auto;
    min-width: auto;
  }
  main {
    min-height: 50vh;
  }
  .content-wrapper.-middle {
    max-width: 760px;
  }
  .content-wrapper.-small {
    max-width: 690px;
  }
  .content-wrapper.-large {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 90px;
  }
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--header-height);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
  .header__logo img {
    width: 112px;
  }
  .header__icon {
    display: none;
  }
  .header__nav {
    position: relative;
    top: 0;
    padding: 0;
    justify-content: center;
    height: 100%;
    align-items: center;
    background-color: #fff;
    transform: translateX(0);
  }
  .header__nav__content {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .header__nav__item {
    justify-content: center;
    margin: 0 20px 0 20px;
    border: none;
  }
  .header__nav__item.-mobile {
    display: none;
  }
  .header__nav__link {
    justify-content: center;
    padding: 0;
    color: #413F3C;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
  }
  .header__nav__link.-active::before {
    content: "";
    position: absolute;
    bottom: -6px;
    margin: 0 auto;
    height: 6px;
    width: 55px;
    background: url("/assets/svg/link-active.svg");
    background-size: cover;
  }
  .header__nav__link.-lang {
    color: #413F3C;
    display: flex;
  }
  .header__nav__link.-lang.-mobile {
    display: none;
  }
  .header__book-now {
    display: flex;
    margin: 0 0 0 26px;
    padding: 13px;
    width: 120px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .footer__contact {
    padding: 63px 0;
  }
  .footer__contact__address {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .footer__contact__phone {
    flex-direction: row;
  }
  .footer__contact__phone__text {
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    border-right: 1px solid #A09F9D;
  }
  .footer__contact__phone__text:last-child {
    border: none;
  }
  .footer__links {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__links__copyright {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .footer__socials {
    margin: 0;
  }
  h2 {
    margin: 0 0 20px 0;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 49px;
    line-height: 3.0625rem;
  }
  h3 {
    margin: 0 0 14px 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .swiper-button {
    width: 64px;
    height: 25px;
  }
  .swiper-pagination-bullet {
    background-color: #fff;
  }
  .swiper-pagination-bullet-active {
    background-color: #8094E6;
  }
  .page-header__bg.-desktop {
    display: flex;
  }
  .page-header__bg.-mobile {
    display: none;
  }
  .page-header__title {
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: 96px;
    line-height: 6rem;
  }
  .page-menu__content.-mobile {
    display: none;
  }
  .page-menu__content.-desktop {
    display: flex;
  }
  .content-wrapper {
    align-items: stretch;
  }
  .content-wrapper.-large {
    padding: 0;
  }
  .content-wrapper.-middle {
    padding: 0;
  }
  .content-wrapper.-small {
    padding: 0;
  }
  .-animation {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s 0.2s cubic-bezier(0.35, 0.46, 0.29, 1.07), transform 0.5s 0.2s cubic-bezier(0.35, 0.46, 0.29, 1.07);
  }
  .-animation.-done {
    opacity: 1;
    transform: translateY(0);
  }
  .back-to-top {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 165px;
  }
}
@media only screen and (min-width: 1248px) {
  .header .content-wrapper {
    padding: 12px 0;
  }
  .header__nav__item {
    margin: 0 24px 0 24px;
  }
  .header__book-now {
    width: 188px;
  }
  .footer__links {
    padding: 22px 0 0;
    border: none;
  }
  .footer__gricreative {
    position: absolute;
    right: 0;
    bottom: 112px;
    margin: 0;
    transform: rotate(-90deg);
  }
  .content-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 70px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-wrapper {
    height: 100%;
  }
}
@media screen\0  {
  /* IE HACK */
  select {
    background-image: none !important;
  }
}