@font-face {
  font-family: 'Dexa Pro Ex';
  src: url("../fonts/DexaProExpanded-ExtraLight.woff2") format('woff2'), url("../fonts/DexaProExpanded-ExtraLight.woff") format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dexa Pro Ex';
  src: url("../fonts/DexaProExpanded-Thin.woff2") format('woff2'), url("../fonts/DexaProExpanded-Thin.woff") format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dexa Pro Ex';
  src: url("../fonts/DexaProExpanded-Light.woff2") format('woff2'), url("../fonts/DexaProExpanded-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 67px;
  position: relative;
}
.footer:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #282828;
  border-radius: 50px 50px 0 0;
  z-index: 1;
}
.footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: -67px;
  width: 100%;
  height: 67px;
  background: #fff;
}
.footer .section-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.footer__content {
  position: relative;
  z-index: 2;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 11px;
  border-bottom: 1px solid #797362;
  margin-bottom: 11px;
}
.footer__menu .section-title {
  margin-bottom: 22px;
}
.footer__menu-col {
  width: 50%;
}
.footer__menu-col:nth-child(2n) {
  padding-left: 18px;
  border-left: 1px solid #797362;
}
.footer__menu ul li {
  margin-bottom: 13px;
}
.footer__menu ul li a {
  text-decoration: none;
  -webkit-transition: 0.2s text-shadow;
  transition: 0.2s text-shadow;
  will-change: text-shadow;
}
.footer__menu ul li a:hover,
.footer__menu ul li a:active {
  text-shadow: 0 0 15px #e8d4b5, 0 0 15px #e8d4b5;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.footer__menu ul li span {
  color: #fff;
  text-shadow: 0 0 15px #e8d4b5, 0 0 15px #e8d4b5;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.footer__contacts,
.footer__socials {
  width: 50%;
  padding-top: 24px;
}
.footer__socials {
  padding-left: 18px;
  border-left: 1px solid #797362;
}
.footer .socials {
  margin-top: 35px;
}
.footer .socials__items {
  margin-left: -12px;
}
.footer .socials__item {
  width: 30px;
  height: 30px;
  margin-left: 12px;
  padding-left: 1px;
  padding-top: 2px;
}
.footer .socials__item img,
.footer .socials__item svg {
  width: 100%;
  height: 100%;
  max-width: 65%;
  max-height: 65%;
}
.footer .socials__item svg path {
  fill: #282828;
}
.footer__phone {
  font-size: 14px;
}
.footer__phone + .footer__phone {
  margin-top: 6px;
}
.footer__phone a {
  text-decoration: none;
}
.footer__address {
  font-size: 10px;
  margin-top: 12px;
}
.footer__content {
  padding-top: 35px;
  padding-bottom: 19px;
  padding-left: 25px;
  padding-right: 25px;
  color: #9a8f7d;
  max-width: 1684px;
}
.footer__content a {
  color: #fff;
}
.footer__copyright-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__logo {
  width: 100%;
  padding-right: 35px;
  margin-bottom: 22px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__copyright {
  font-size: 10px;
  color: #726d66;
  margin-right: 30px;
}
.footer__copyright + .footer__copyright {
  margin-right: 0;
}
.footer__copyright a {
  text-decoration: none;
  color: #726d66;
  font-size: 11px;
}
.header {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 4;
}
.header__container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
.header__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 13px;
  z-index: 1;
}
.header__logo {
  margin-right: auto;
  overflow: hidden;
  max-width: 48%;
  margin-right: auto;
  padding: 3px;
  margin: -3px auto -3px -3px;
  -webkit-overflow-scrolling: touch;
}
.header__logo a {
  display: block;
}
.header__logo span {
  display: block;
}
.header__logo img {
  width: 140%;
  max-width: none;
}
.header .main-menu,
.header .languages {
  display: none;
}
.header .socials {
  margin-top: -7px;
}
.header .socials__items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .socials__item {
  background: none;
  width: auto;
  height: auto;
  margin-left: 17px;
  padding: 0;
  width: 15px;
  position: relative;
}
.header .socials__item:before {
  content: '';
  position: absolute;
  left: -10px;
  top: -12px;
  right: -10px;
  bottom: -12px;
}
.header .socials__item:hover,
.header .socials__item:active {
  background: none;
}
.header .socials__item:hover svg,
.header .socials__item:active svg,
.header .socials__item:hover img,
.header .socials__item:active img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.header .socials__item svg,
.header .socials__item img {
  width: auto;
  max-width: 20px;
  height: auto;
  -webkit-transition: 0.25s -webkit-transform;
  transition: 0.25s -webkit-transform;
  transition: 0.25s transform;
  transition: 0.25s transform, 0.25s -webkit-transform;
}
.header .socials__item svg path {
  fill: #d8c5aa;
}
.header__burger {
  margin-top: -8px;
}
.header__burger .svg-icon {
  width: 25px;
  height: 19px;
  fill: #f8e4c3;
  display: block;
}
.header__phone {
  width: 22px;
  height: 26px;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 2px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
.header__phone:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -2px;
  right: -3px;
}
.header__phone:hover .svg-icon {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.header__phone .svg-icon {
  width: 15px;
  height: 15px;
  display: block;
  fill: #d8c5aa;
  -webkit-transition: 0.25s -webkit-transform;
  transition: 0.25s -webkit-transform;
  transition: 0.25s transform;
  transition: 0.25s transform, 0.25s -webkit-transform;
}
.header.dark-gb .header__container,
.header.no-transparent .header__container {
  background: #1c1c1c;
}
.header.dark-gb .header__shadow,
.header.no-transparent .header__shadow {
  opacity: 0;
}
.header.dark-gb .languages__dropdown,
.header.no-transparent .languages__dropdown {
  background: #1c1c1c;
}
.header.dark-gb {
  position: relative;
  padding-top: 120px;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.app__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.app__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.app__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.advantages {
  margin-bottom: 66px;
  padding-bottom: 1px;
  position: relative;
  z-index: 1;
}
.advantages:last-child {
  margin-bottom: 0;
}
.advantages__in {
  padding-left: 22px;
  padding-right: 22px;
}
.advantages__header {
  margin-bottom: 46px;
}
.advantages__title {
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.05em;
  max-width: 332px;
}
.advantages__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #483d2d;
}
.advantages__items {
  margin-bottom: -37px;
}
.advantages__item {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 37px;
}
.advantages__item-icon {
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages__item-icon img,
.advantages__item-icon svg {
  max-height: 100%;
}
.advantages__item-title {
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.09;
  text-align: center;
  letter-spacing: -0.04em;
}
.advantages__item-text {
  color: rgba(0,0,0,0.8);
}
.advantages .logo-icon {
  display: none;
}
.advantages .logo-icon .svg-icon {
  fill: #96897d;
}
.all-countries {
  overflow: hidden;
  margin-bottom: 63px;
  -webkit-overflow-scrolling: touch;
}
.all-countries h2,
.all-countries .h2 {
  font-size: 40px;
  font-weight: 400;
}
.all-countries__title {
  margin-bottom: 39px;
  margin-top: 0;
}
.all-countries__top {
  position: relative;
  z-index: 1;
  margin-bottom: 63px;
  padding-bottom: 31px;
}
.all-countries__top:last-child {
  margin-bottom: 0;
}
.all-countries__image {
  z-index: -1;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9.03%, #fff), color-stop(92.88%, #e1d8cb));
  background: linear-gradient(180deg, #fff 9.03%, #e1d8cb 92.88%);
  border-radius: 34.9484px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.all-countries__image img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
}
.all-countries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 7px;
  padding-right: 7px;
}
.all-countries__col {
  width: 48%;
}
.all-countries__item {
  margin-bottom: 18px;
  font-size: 14px;
  color: #786a55;
}
.all-countries__item a {
  text-decoration: none;
  color: currentColor;
}
.all-countries__item a:hover {
  text-decoration: underline;
}
.all-countries.type-2 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.all-countries.type-2 .all-countries__top {
  padding-bottom: 0;
  margin-top: 30px;
}
.all-countries.type-2 .all-countries__image {
  display: none;
}
.all-countries.type-2 .all-countries__item {
  font-weight: 600;
}
.all-countries.type-2 .all-countries__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all-countries.type-2 .all-countries__item a:after {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 10px;
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4.03 4.03L1 7.06' stroke='%23786A55' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center no-repeat;
}
.articles {
  margin-bottom: 40px;
}
.articles__title {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 26px;
  letter-spacing: -0.03em;
  font-weight: 400;
  margin-top: 0;
}
.articles__title span {
  background: linear-gradient(272.88deg, #96805e 8.02%, #f1e3ce 97.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.articles__items-wrapper {
  padding-right: 121px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.articles__slider {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.articles__slider-in {
  max-width: 1678px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 27px;
  padding-right: 27px;
}
.articles__footer {
  max-width: 1678px;
  margin-left: auto;
  margin-right: auto;
}
.articles .swiper {
  overflow: visible;
  margin-left: -34px;
}
.articles .swiper-slide {
  height: auto;
  padding-left: 34px;
  width: 73.24%;
}
.articles__item-in:hover .articles__item-title {
  color: #96805e;
}
.articles__item-in:hover .articles__item-image img {
  -webkit-transform: scale(1.13);
          transform: scale(1.13);
}
.articles__item-in:hover .svg-icon {
  background: #000;
  border-color: #000;
  fill: #fff;
}
.articles__item-in {
  display: block;
  color: #000;
  text-decoration: none;
}
.articles__item-image {
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 22.8172px;
  display: block;
  -webkit-overflow-scrolling: touch;
}
.articles__item-image:after {
  content: '';
  display: inline-block;
  padding-top: 98.3%;
}
.articles__item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.articles__item-title {
  display: block;
  margin-bottom: 14px;
  line-height: 1.1;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.05em;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.articles__item-text {
  display: block;
  letter-spacing: -0.02em;
  color: #5a4932;
  font-size: 12px;
  line-height: 1;
}
.articles__item .svg-icon {
  margin-top: 13px;
  border-radius: 500px;
  width: 45px;
  height: 45px;
  border: 0.456344px solid #e5d8c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s border-color, 0.3s background, 0.3s fill;
  transition: 0.3s border-color, 0.3s background, 0.3s fill;
}
.articles__item .svg-icon__link {
  width: 13px;
  height: 6px;
}
.b-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(0,0,0,0.5);
  text-align: center;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease opacity, 0.5s ease visibility;
  transition: 0.5s ease opacity, 0.5s ease visibility;
  overflow-y: auto;
  padding: 27px;
  z-index: 100501;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.b-modal.loadet {
  display: block;
}
.b-modal.opened {
  opacity: 1;
  visibility: visible;
}
.b-modal.opened .b-modal__container {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.b-modal:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.b-modal__container {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
          box-shadow: 0 0 30px rgba(0,0,0,0.2);
  border-radius: 30px;
  width: 100%;
  text-align: left;
  position: relative;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
  -webkit-transition: 0.2s ease transform, 0.2s ease opacity;
  transition: 0.2s ease transform, 0.2s ease opacity;
  font-size: 15px;
}
.b-modal__close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 51px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(192,157,132,0.14);
  cursor: pointer;
  -webkit-transition: 0.3s ease background;
  transition: 0.3s ease background;
  background: none;
}
.b-modal__close:focus {
  -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #000;
          box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #000;
}
.b-modal__close:hover {
  background: #e8d4b5;
  border-color: #e8d4b5;
}
.b-modal__close:hover .svg-icon {
  fill: #000;
}
.b-modal__close .svg-icon {
  width: 13px;
  height: 13px;
  pointer-events: none;
  fill: #c09d84;
  -webkit-transition: 0.3s ease fill;
  transition: 0.3s ease fill;
}
.b-row__col {
  margin-bottom: 54px;
}
.b-row.sm-margin {
  margin-bottom: 44px;
}
.b-row.sm-margin .b-row__col {
  margin-bottom: 31px;
}
.b-row + .b-row {
  margin-top: 76px;
}
.b-row .b-img {
  position: relative;
  border-radius: 23.718px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.b-row .b-img img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-row .b-img:after {
  content: '';
  display: inline-block;
  padding-top: 40%;
}
.bot-text {
  background: #1c1c1c;
  color: #797362;
  letter-spacing: -0.02em;
  border-radius: 50px 50px 0 0;
  position: relative;
  z-index: 1;
  margin-bottom: -115px;
  padding-bottom: 100px;
  padding-top: 45px;
}
.bot-text__icon {
  text-align: center;
}
.bot-text__icon svg {
  width: 80%;
  max-width: 356px;
  height: 100%;
}
.bot-text__col {
  margin-bottom: 40px;
}
.bot-text__col:first-child {
  font-size: 18px;
}
.bot-text__sm-text {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 55px;
  letter-spacing: 0.5em;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbs {
  display: none;
  color: rgba(28,28,28,0.4);
  margin-bottom: 20px;
}
.breadcrumbs a {
  text-decoration: none;
  color: rgba(28,28,28,0.4);
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.container > .breadcrumbs {
  display: block;
}
.company-ceo {
  background: rgba(175,167,154,0.12);
  padding-top: 32px;
  margin-bottom: 47px;
  padding-bottom: 47px;
}
.company-ceo__title {
  margin-top: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 36px;
}
.company-ceo__item {
  text-align: center;
  margin-bottom: 56px;
}
.company-ceo__item:last-child {
  margin-bottom: 0;
}
.company-ceo__item-image {
  width: 164px;
  height: 164px;
  border-radius: 21.3913px;
  background: #d9d9d9;
  overflow: hidden;
  margin: 0 auto 23px;
  -webkit-overflow-scrolling: touch;
}
.company-ceo__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-ceo__item-name {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.28;
  color: #000;
  letter-spacing: -0.02em;
}
.company-ceo__item-name span {
  display: block;
  color: #afa79a;
}
.company-ceo__item-text {
  padding: 53px 29px 49px 28px;
  position: relative;
  font-size: 15px;
  color: #797362;
  line-height: 122%;
}
.company-ceo__item-text:before,
.company-ceo__item-text:after {
  content: '';
  position: absolute;
  width: 31px;
  height: 24px;
  background: url("data:image/svg+xml,%0A%3Csvg width='40' height='31' viewBox='0 0 40 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M0 14.3365V30.2865H15.515V14.3365H5.22C5.655 8.1015 11.02 3.7515 17.835 5.4915V0.416504C8.845 -1.6135 0 3.8965 0 14.3365ZM39.295 5.4915V0.416504C30.305 -1.6135 21.46 3.8965 21.46 14.3365V30.2865H36.975V14.3365H26.68C27.115 8.1015 32.48 3.7515 39.295 5.4915Z' fill='%23AFA79A'/%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
}
.company-ceo__item-text:before {
  left: 0;
  top: 0;
}
.company-ceo__item-text:after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.company-ceo .swiper-wrapper {
  display: block;
}
.company-ceo .socials__items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts-content {
  z-index: 4 !important;
}
.contacts-content__container {
  background: #f3f2f0;
  border-radius: 26.5238px;
  margin-left: -22px;
  margin-right: -22px;
  padding: 22px 46px;
  margin-bottom: 20px;
}
.contacts-content__title {
  font-size: 16px;
  margin-bottom: 12px;
  color: #797362;
  letter-spacing: -0.02em;
}
.contacts-content__address {
  font-size: 19px;
  margin-bottom: 11px;
  line-height: 1.3;
  font-weight: 400;
  padding-right: 20px;
  color: #000;
}
.contacts-content__work {
  font-size: 11px;
}
.contacts-content__map {
  margin-top: 27px;
  position: relative;
  margin-left: -37px;
  margin-right: -37px;
  background: #dfdfdf;
  border-radius: 23px;
  overflow: hidden;
  height: 224px;
  -webkit-overflow-scrolling: touch;
}
.contacts-content__map-in {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.contacts-content__map-in .fullscreen {
  display: none;
}
.contacts-content__map-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.contacts-content__footer {
  text-align: center;
}
.contacts-content__b-text {
  font-size: 25.7585px;
  font-weight: 400;
  margin-bottom: 27px;
  color: #000;
  line-height: 1;
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
}
.contacts-content__s-text {
  display: none;
}
.contacts-content .socials__items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -17px;
}
.contacts-content .socials__item {
  width: 70px;
  height: 70px;
  border-radius: 24.4094px;
  margin-left: 0;
}
.contacts-content .socials__item img,
.contacts-content .socials__item svg {
  max-width: 40%;
}
.contacts-content .socials__item-wrap {
  font-size: 10.374px;
  color: #000;
  margin-left: 17px;
}
.contacts-content .socials__item-wrap span {
  display: block;
  margin-top: 12px;
}
.contacts-us {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}
.contacts-us:last-child {
  margin-bottom: -117px;
  padding-bottom: 17px;
}
.contacts-us:last-child .contacts-us__in {
  padding-bottom: 75px;
}
.contacts-us__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #282828;
  border-radius: 30px 30px 0 0;
  -webkit-overflow-scrolling: touch;
}
.contacts-us__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% top;
     object-position: 80% top;
  -webkit-animation: scaleImg2 8.8s infinite alternate linear;
          animation: scaleImg2 8.8s infinite alternate linear;
}
.contacts-us__image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.14;
}
.contacts-us .decor-lines {
  left: 0;
  right: 30px;
  top: 100px;
  bottom: -100px;
  width: auto;
  max-width: 540px;
  height: auto;
  opacity: 0.7;
}
.contacts-us .decor-lines.to-right .decor-lines__mask {
  -webkit-mask-position: 0 center;
  mask-position: 0 center;
}
.contacts-us .logo-icon {
  position: absolute;
  left: 17px;
  top: 26px;
}
.contacts-us__in {
  position: relative;
  color: #fff;
  padding-top: 178px;
  padding-bottom: 49px;
  z-index: 1;
}
.contacts-us__content {
  padding-left: 7px;
}
.contacts-us__sm-text {
  margin-bottom: 6px;
  color: #fff;
  letter-spacing: 0.5em;
  font-weight: 400;
  font-size: 5px;
  text-transform: uppercase;
}
.contacts-us__title {
  margin-top: 0;
  color: #fff;
  font-size: 34.385px;
  line-height: 1.15;
  font-weight: 500;
  max-width: 315px;
  letter-spacing: -0.05em;
  margin-bottom: 15px;
}
.contacts-us__title span {
  background: linear-gradient(94.01deg, #fff 26.58%, #efd2a4 77.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.contacts-us__text {
  color: #cac2ae;
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 400;
  font-size: 12px;
  width: 190px;
}
.contacts-us__actions {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-us__actions .site-button {
  margin-right: 8px;
}
.contacts-us .socials__items {
  margin-left: -4px;
}
.contacts-us .socials__item {
  margin-left: 4px;
  height: 35px;
  width: 45px;
}
.contacts-us.type-2 .contacts-us__image {
  border-radius: 0;
}
.contacts-us.type-2 .contacts-us__image img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.contacts-us.type-2 .contacts-us__in {
  padding-top: 98px;
}
.contacts-us.type-2 .contacts-us__sm-text {
  text-align: center;
  margin-bottom: 102px;
  font-size: 8px;
}
.contacts-us.type-2 .contacts-us__title {
  font-size: 47px;
  font-weight: 400;
  color: #fff;
}
.contacts-us.type-2 .contacts-us__title span {
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  background-clip: inherit;
  text-fill-color: inherit;
}
.contacts-us.type-2 .decor-lines {
  max-width: 722px;
  top: 0;
  bottom: 0;
  right: 33px;
  width: auto;
  opacity: 1;
  max-width: 780px;
}
.contacts-us.type-2 .decor-lines .decor-lines__mask {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.contacts-us.type-2 .decor-lines .decor-lines__image {
  background-position-y: 82%;
  background-size: 300%;
}
.contacts-us.type-3 .decor-lines {
  opacity: 0.3;
}
.contacts-us.type-3 .contacts-us__image:after {
  opacity: 0.17;
}
.contacts-us.type-4 .contacts-us__title {
  max-width: 370px;
  font-size: 42px;
}
.contacts-us.type-4 .contacts-us__sm-text {
  margin-bottom: 44px;
}
.contacts-us.type-4 .contacts-us__image:after {
  opacity: 0.25;
}
.contacts-us.type-4 .contacts-us__image img {
  -o-object-position: center 0;
     object-position: center 0;
}
.contacts-us.type-4 .decor-lines {
  opacity: 0.6;
  max-width: 480px;
}
.contacts-us.type-4 .decor-lines .decor-lines__image {
  background-position-y: 0%;
  background-size: auto 100%;
}
.contacts-us:has(+ .services2),
.contacts-us:has(+ .bot-text) {
  margin-bottom: -50px;
  padding-bottom: 50px;
}
.contacts-us.firefox-indent {
  margin-bottom: -50px;
  padding-bottom: 50px;
}
.contacts {
  margin-bottom: 40px;
}
.contacts__item {
  margin-bottom: 35px;
}
.contacts__item:last-child {
  margin-bottom: 0;
}
.contacts__item-name {
  margin-bottom: 6px;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #797362;
}
.contacts__item-body div a {
  color: #000;
  font-size: 25px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.countries-list {
  position: relative;
  z-index: 2;
}
.countries-list__items-in {
  margin-left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.countries-list .swiper {
  padding-left: 28px;
  padding-right: 28px;
}
.countries-list .swiper-wrapper {
  width: auto;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.countries-list__item.swiper-slide {
  height: auto;
  margin-left: 40px;
  width: calc(50% - 40px);
  text-align: center;
  line-height: 1;
  margin-bottom: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.countries-list__item:hover .countries-list__item-img:before,
.countries-list__item:active .countries-list__item-img:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.countries-list__item-in {
  display: block;
  text-decoration: none;
}
.countries-list__item-img,
.countries-list__item-name,
.countries-list__item-text {
  display: block;
}
.countries-list__item-img {
  position: relative;
  border-radius: 106.179px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #e8d4b5;
  -webkit-overflow-scrolling: touch;
}
.countries-list__item-img:before {
  content: '';
  position: absolute;
  left: 7%;
  top: 7%;
  right: 7%;
  bottom: 7%;
  border: 3px solid #e8d4b5;
  border-radius: 103px;
  z-index: 1;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.countries-list__item-img:after {
  content: '';
  display: inline-block;
  padding-top: 132.84%;
}
.countries-list__item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.countries-list__item-name {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
  letter-spacing: -0.05em;
}
.countries-list__item-text {
  margin-top: auto;
  font-size: 12px;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: #6d6861;
}
.countries-list.type-2 {
  margin-top: 30px;
}
.countries-list.type-2 .swiper {
  margin-left: -15px;
  padding-left: 27px;
  padding-right: 27px;
}
.countries-list.type-2 .swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.countries-list.type-2 .countries-list__item {
  margin-bottom: 0;
}
.countries-list.type-2 .countries-list__item.swiper-slide {
  width: 145px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
}
.countries-list.type-3 {
  max-width: 1994px;
  margin-left: auto;
  margin-right: auto;
}
.countries-list.type-3 .swiper {
  margin-left: -20px;
}
.countries-list.type-3 .swiper-wrapper {
  margin-left: 0;
}
.countries-list.type-3 .countries-list__item {
  margin-left: 20px;
  width: calc(50% - 20px);
}
.countries-list.type-3 .countries-list__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #615037;
}
.countries-list.type-3 .countries-list__item-name:after {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 10px;
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4.03 4.03L1 7.06' stroke='%23786A55' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center no-repeat;
}
.countries-list-wrapper.type-2 .swiper-scrollbar {
  display: none;
}
.countries-list-wrapper__header {
  margin-bottom: 25px;
}
h2.countries-list-wrapper__header .countries-list-wrapper__title,
.h2..countries-list-wrapper__header .countries-list-wrapper__title {
  font-weight: 500;
}
.countries-list-wrapper__title {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
}
.countries-list-wrapper__title.h2 {
  font-weight: 500;
}
.countries-list-wrapper__title span {
  background: linear-gradient(272.88deg, #96805e 8.02%, #f1e3ce 97.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.countries-list-wrapper__undertitle {
  line-height: 1;
  letter-spacing: 0.5em;
  font-size: 10px;
  text-transform: uppercase;
  color: #797362;
}
.countries {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 37px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.countries__content.container {
  padding-left: 0;
  padding-right: 0;
}
.countries__in {
  position: relative;
  padding-bottom: 36px;
}
.countries__image {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9.03%, #fff), color-stop(92.88%, #e1d8cb));
  background: linear-gradient(180deg, #fff 9.03%, #e1d8cb 92.88%);
  border-radius: 34.9484px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.countries__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.countries__header {
  text-align: center;
  margin-bottom: 25px;
}
.countries__overtitle {
  font-size: 10px;
  margin-bottom: 5px;
  line-height: 12px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #5a4932;
}
.countries__title {
  margin-top: 0;
  margin-bottom: 17px;
  font-weight: 300;
  font-size: 55px;
  line-height: 1;
}
.countries__undertitle {
  font-weight: 300;
  font-size: 15px;
  color: #797362;
}
.countries__footer {
  text-align: center;
  margin-top: 29px;
}
.countries__more {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  color: #000;
  letter-spacing: -0.02em;
}
.countries__more:hover .svg-icon {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  background: #000;
  fill: #fff;
}
.countries__more .svg-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 65px;
  height: 68px;
  border: 0.305682px solid #bea580;
  border-radius: 100%;
  margin-left: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s background, 0.3s fill, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s fill, 0.3s -webkit-transform;
  transition: 0.3s transform, 0.3s background, 0.3s fill;
  transition: 0.3s transform, 0.3s background, 0.3s fill, 0.3s -webkit-transform;
}
.countries__more .svg-icon svg {
  width: 17px;
  height: 8px;
}
.decor-lines {
  position: absolute;
  right: 0;
  width: 48%;
  height: 51.5%;
  bottom: 56px;
  z-index: 1;
  max-height: 831px;
  max-width: 1053px;
  pointer-events: none;
}
.decor-lines.to-right .decor-lines__mask {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-mask-position: 0 center;
  mask-position: 0 center;
}
.decor-lines__mask,
.decor-lines__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.decor-lines__mask {
  -webkit-mask-image: url("../img/decor-lines.png");
  mask-image: url("../img/decor-lines.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: 0 center;
  mask-size-position: 0 center;
}
.decor-lines__image {
  background-repeat: repeat;
  background-size: 150%;
  background-position-y: center;
  will-change: background-position;
}
.decor-title span {
  background: linear-gradient(272.88deg, #645235 8.02%, #b9a17c 97.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.desc-block {
  color: rgba(121,115,98,0.6);
  margin-bottom: 33px;
  margin-top: 33px;
  text-align: center;
  max-width: 211px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.entertainment {
  position: relative;
  margin-bottom: -66px;
}
.entertainment__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.entertainment__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-animation: scaleImg2 10.8s infinite alternate linear;
          animation: scaleImg2 10.8s infinite alternate linear;
}
.entertainment__in {
  padding-top: 239px;
  padding-bottom: 107px;
  padding-left: 23px;
  padding-right: 23px;
  position: relative;
  color: #fff;
  z-index: 1;
}
.entertainment__header {
  margin-bottom: 40px;
}
.entertainment__title {
  font-size: 39px;
  line-height: 95%;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 7px;
  color: #fff;
}
.entertainment__text {
  width: 247px;
  color: #edeae3;
  letter-spacing: -0.02em;
}
.entertainment .logo-icon {
  display: none;
}
.entertainment .decor-lines {
  left: 0;
  right: auto;
  bottom: auto;
  top: 118px;
  opacity: 0.8;
}
.entertainment .decor-lines__image {
  background-position-y: 300%;
}
.entertainment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
  margin-bottom: 12px;
  border: 0.7px solid rgba(232,212,181,0.7);
  border-radius: 24.135px;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease background, 0.4s ease border-color;
  transition: 0.3s ease background, 0.4s ease border-color;
  -webkit-overflow-scrolling: touch;
}
.entertainment__item:hover {
  border-color: transparent;
  z-index: 1;
  background: #000;
}
.entertainment__item:last-child {
  margin-bottom: 0;
}
.entertainment__item-icon {
  width: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entertainment__item-icon svg {
  max-width: 100%;
  height: 100%;
}
.entertainment__item-title {
  display: block;
  font-size: 14px;
  line-height: 95%;
  margin-bottom: 5px;
  letter-spacing: -0.05em;
}
.entertainment__item-text {
  display: block;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #a7a191;
}
input,
textarea {
  border: 1px solid #6d6d6d;
  border-radius: 10px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 15px;
  font-weight: 500;
  color: #797362;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #797362;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #797362;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #797362;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #797362;
}
input::placeholder,
textarea::placeholder {
  color: #797362;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #e8d4b5;
}
input {
  height: 44px;
  padding-top: 4px;
}
textarea {
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 129px;
  resize: vertical;
}
.agreement {
  margin-bottom: 20px;
}
.agreement label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.agreement label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: auto;
  width: auto;
  outline: none;
}
.agreement label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agreement label > span:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: 1px solid #6d6d6d;
  border-radius: 10px;
  margin-right: 13px;
  margin-top: -2px;
}
.agreement label input:checked + span:before {
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath fill='%23E8D4B5' d='M9.86,18a1,1,0,0,1-.73-.32L4.27,12.51a1,1,0,1,1,1.46-1.37l4.12,4.39,8.41-9.2a1,1,0,1,1,1.48,1.34l-9.14,10a1,1,0,0,1-.73.33Z'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
  background-size: 63%;
}
.agreement label input:focus + span:before {
  -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #000;
          box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #000;
}
.form {
  background: #1c1c1c;
  color: #797362;
  letter-spacing: -0.02em;
  padding: 40px 27px 40px;
  border-radius: 30px;
}
.form__title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 30px;
}
.form__text {
  margin-bottom: 25px;
}
.form input,
.form textarea {
  background: none;
  width: 100%;
}
.form__item {
  margin-bottom: 22px;
}
.form .agreement {
  margin-top: -10px;
}
.form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .site-button {
  margin-right: 13px;
}
.form .socials__items {
  margin-left: -9px;
}
.form .socials__item {
  background: none;
  border: 1px solid #505050;
  margin-left: 9px;
}
.form .socials__item:hover svg path {
  fill: #000;
}
.form .socials__item svg,
.form .socials__item img {
  width: 40%;
}
.form .socials__item svg path {
  fill: #797362;
}
.hero-in {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #282828;
  -webkit-overflow-scrolling: touch;
}
.hero-in__media {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  will-change: scale;
  z-index: 1;
}
.hero-in__media img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: scale;
  -webkit-animation: scaleImg 7.8s infinite alternate linear, blurImg 0.6s linear;
          animation: scaleImg 7.8s infinite alternate linear, blurImg 0.6s linear;
}
.hero-in .shadow {
  position: absolute;
  content: '';
  position: absolute;
  left: 0;
  top: -50%;
  right: 0;
  bottom: -50%;
  bottom: 0;
  background: #000;
  z-index: 1;
  opacity: 0.3;
  will-change: opacity;
  pointer-events: none;
}
.hero-in__in {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 73px;
  padding-bottom: 46px;
  display: flex;
  flex-direction: column;
  will-change: transform;
  position: relative;
}
.hero-in__container {
  position: relative;
  z-index: 1;
  height: 100%;
  will-change: transform, opacity;
}
.hero-in__container h1,
.hero-in__container .h1 {
  font-size: 36px;
  text-align: center;
  color: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hero-in__middle {
  height: 100%;
  padding-top: 70px;
  padding-bottom: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-in .scroll-btn {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  z-index: 1;
}
.hero-in__sm-text {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #ffedd1;
  font-weight: 400;
  font-size: 10px;
  opacity: 0;
  -webkit-transition: 1.5s opacity;
  transition: 1.5s opacity;
}
.hero-in .text-splitter span span {
  -webkit-animation: none;
          animation: none;
}
.hero-in .text-splitter.visible span span {
  -webkit-animation: none;
          animation: none;
}
.hero-in.loadet h1,
.hero-in.loadet .h1 {
  color: #fff;
}
.hero-in.loadet .hero-in__sm-text {
  opacity: 1;
}
.hero-in.loadet .text-splitter.visible span span {
  -webkit-animation: fadeInTop 1.3s forwards;
          animation: fadeInTop 1.3s forwards;
}
.hero-in .breadcrumbs {
  display: none;
  margin-bottom: 0 !important;
  color: rgba(255,255,255,0.7);
}
.hero-in .breadcrumbs a {
  color: rgba(255,255,255,0.7);
}
.hero-in.type-2 h1,
.hero-in.type-2 .h1 {
  font-size: 58px;
}
.hero-in.type-2 .hero-in__in {
  height: auto;
  min-height: 370px;
}
.hero-in.type-2 .hero-in__sm-text {
  margin-bottom: 11px;
}
.hero-in.contacts-intro .hero-in__sm-text {
  color: #fff;
}
.hero-in.contacts-intro .contacts {
  display: none;
}
.hero-in.contacts-intro .shadow {
  opacity: 0.14;
}
.hero-in + * {
  padding-top: 38px;
  background: #fff;
  z-index: 3;
  position: relative;
}
.hero {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  color: #fff;
  text-align: center;
  overflow: hidden;
  background: #1c1c1c;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.hero__in {
  min-height: 520px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  z-index: 1;
  will-change: transform;
}
.hero__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .shadow {
  content: '';
  position: absolute;
  left: 0;
  top: -50%;
  right: 0;
  bottom: -50%;
  background: #000;
  z-index: 1;
  opacity: 0.3;
  will-change: opacity;
}
.hero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.hero__image .s-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__image.vdd {
  background: #000;
}
.hero__image.vdd img,
.hero__image.vdd .decor-lines {
  opacity: 0 !important;
}
.hero__image .decor-lines {
  -webkit-animation: blurImg 0.8s linear;
          animation: blurImg 0.8s linear;
}
.hero .top-shadow {
  z-index: 5;
}
.hero__media-action {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.hero__media-action.fadeIn {
  opacity: 1;
}
.hero__media-action img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: scale;
}
.hero__media-action video {
  position: absolute;
  left: -5%;
  top: -5%;
  right: -5%;
  bottom: -5%;
  width: 110%;
  height: 110%;
  will-change: scale;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  padding-top: 90px;
  padding-bottom: 41px;
  will-change: opacity;
}
.hero__items {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-bottom: 38px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  will-change: scale;
}
.hero.loadet .hero__item {
  opacity: 1;
}
.hero__item {
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 100%;
  padding: 25px 10px 10px;
  width: auto;
  height: 50%;
  min-width: 210px;
  min-height: 210px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s border-color, 0.8s opacity, 0.5s -webkit-box-shadow, 0.3s -webkit-transform;
  transition: 0.3s border-color, 0.8s opacity, 0.5s -webkit-box-shadow, 0.3s -webkit-transform;
  transition: 0.5s box-shadow, 0.3s border-color, 0.3s transform, 0.8s opacity;
  transition: 0.5s box-shadow, 0.3s border-color, 0.3s transform, 0.8s opacity, 0.5s -webkit-box-shadow, 0.3s -webkit-transform;
  text-decoration: none;
  opacity: 0;
}
.hero__item:hover,
.hero__item:active {
  border-color: #e8d4b5;
  -webkit-box-shadow: inset 0 0 0 2px #e8d4b5;
          box-shadow: inset 0 0 0 2px #e8d4b5;
  -webkit-transform: scale(1.17);
          transform: scale(1.17);
}
.hero__item:hover .svg-icon,
.hero__item:active .svg-icon {
  opacity: 1;
}
.hero__item:hover .hero__item-title,
.hero__item:active .hero__item-title {
  color: #e8d4b5;
}
.hero__item:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
}
.hero__item:nth-child(2) {
  margin-top: -20%;
}
.hero__item-container {
  display: inline-block;
  vertical-align: middle;
  max-width: 99.9%;
}
.hero__item-title {
  -webkit-transition: 0.25s color;
  transition: 0.25s color;
  font-size: 35px;
  letter-spacing: -0.04em;
  font-weight: 300;
  color: transparent;
  display: block;
  -webkit-text-stroke: 0.5px #e8d4b5;
}
.hero__item-text {
  color: #e8d4b5;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 8px;
  margin-top: 8px;
  display: block;
}
.hero__item .svg-icon {
  fill: #fff;
  width: 21px;
  height: 8px;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.hero .scroll-btn {
  position: relative;
  z-index: 1;
}
.hero .decor-lines {
  display: none;
  top: 0;
  bottom: 0;
  right: -10%;
  height: auto;
  opacity: 0.5;
  width: 55%;
  max-height: none;
  max-width: none;
}
.hero .decor-lines__mask {
  -webkit-mask-position: 0 center;
  mask-position: 0 center;
}
.hero .decor-lines__image {
  background-position-y: 170%;
}
.hero .decor-lines.to-right {
  left: -10%;
  right: auto;
}
.hero .decor-lines.to-right .decor-lines__image {
  background-position-y: 85%;
  background-size: 58%;
}
.hero__image .decor-lines {
  opacity: 0.5;
}
.hero__image .decor-lines__image {
  background-position-y: -43%;
  background-position-y: -15%;
  background-size: 1300%;
}
.hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.hero__title {
  font-size: 47px;
  color: #e8d4b5;
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(0,0,0,0.6);
}
.hero__title.text-splitter.visible .line span {
  -webkit-animation: fadeInTop 0s forwards;
          animation: fadeInTop 0s forwards;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero__title.text-splitter .line span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: fadeInTop 0s forwards;
          animation: fadeInTop 0s forwards;
}
.hero__text-content {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 17px;
  display: none;
  text-shadow: 0 0 5px #000;
}
.hero.has-video .hero__text:before {
  display: none;
}
.hero.has-video .top-shadow {
  height: 250px;
}
.hero.has-video .shadow {
  opacity: 0;
}
.hero.loadet .hero__text-content {
  display: none;
}
.hero__content-text {
  height: 100%;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
  padding-top: 30px;
  will-change: transform;
}
.hero .line {
  display: block;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.hero .line span {
  opacity: 0;
  display: block;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hero.loadet h1,
.hero.loadet .h1 {
  color: #fff;
}
.hero.loadet .line span {
  -webkit-animation: fadeInTop 1.3s forwards;
          animation: fadeInTop 1.3s forwards;
}
.hero h1,
.hero .h1 {
  color: transparent;
}
.hero .hide-hero {
  opacity: 0;
  visibility: hidden;
}
.hero + * {
  padding-top: 38px;
  background: #fff;
  z-index: 1;
  position: relative;
}
.hotels-and-villas {
  margin-bottom: 38px;
}
.hotels-and-villas:last-child {
  margin-bottom: 0;
  margin-bottom: -20px;
}
.hotels-and-villas__header {
  margin-bottom: 22px;
}
.hotels-and-villas__title {
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -0.05em;
}
.hotels-and-villas__text {
  font-weight: 300;
  font-size: 14.7198px;
  letter-spacing: -0.02em;
}
.hotels-and-villas__slider {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.hotels-and-villas__slider .swiper {
  overflow: visible;
  margin-left: -18px;
}
.hotels-and-villas__item {
  width: 253px;
  padding-left: 18px;
}
.hotels-and-villas__item-in {
  text-decoration: none;
  color: #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hotels-and-villas__item-in:hover .hotels-and-villas__item-image img,
.hotels-and-villas__item-in:active .hotels-and-villas__item-image img {
  -webkit-transform: scale(1.13);
          transform: scale(1.13);
}
.hotels-and-villas__item-in:hover .hotels-and-villas__item-container > .svg-icon,
.hotels-and-villas__item-in:active .hotels-and-villas__item-container > .svg-icon {
  background: #000;
  fill: #fff;
}
.hotels-and-villas__item-in:hover .hotels-and-villas__item-title,
.hotels-and-villas__item-in:active .hotels-and-villas__item-title {
  color: #e8d4b5;
}
.hotels-and-villas__item.swiper-slide {
  width: 253px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
}
.hotels-and-villas__item-image,
.hotels-and-villas__item-container,
.hotels-and-villas__item-stars,
.hotels-and-villas__item-title,
.hotels-and-villas__item-text {
  display: block;
}
.hotels-and-villas__item-image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  margin-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.hotels-and-villas__item-image:after {
  content: '';
  display: inline-block;
  padding-top: 74.47%;
}
.hotels-and-villas__item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.hotels-and-villas__item-shield {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #000;
  padding: 5px 9px 3px;
  font-size: 7px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  z-index: 1;
  width: 75px;
  border-radius: 10px;
  color: #fff;
}
.hotels-and-villas__item-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-right: 40px;
}
.hotels-and-villas__item-container > .svg-icon {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(175,167,154,0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 4px;
  -webkit-transition: 0.3s background, 0.3s fill;
  transition: 0.3s background, 0.3s fill;
}
.hotels-and-villas__item-container > .svg-icon .svg-icon__link {
  width: 9px;
  height: 4px;
}
.hotels-and-villas__item-stars {
  margin-bottom: 8px;
  height: 12px;
  width: 61px;
  position: relative;
}
.hotels-and-villas__item-stars span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url("data:image/svg+xml,%0A%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00856 0.387833C5.09669 0.116603 5.4804 0.116603 5.56853 0.387833L6.5969 3.55284C6.63632 3.67414 6.74935 3.75626 6.87689 3.75626H10.2048C10.49 3.75626 10.6085 4.1212 10.3778 4.28883L7.6855 6.24491C7.58232 6.31988 7.53914 6.45276 7.57856 6.57406L8.60693 9.73907C8.69506 10.0103 8.38462 10.2358 8.1539 10.0682L5.46159 8.11213C5.3584 8.03716 5.21868 8.03716 5.1155 8.11213L2.42319 10.0682C2.19246 10.2358 1.88203 10.0103 1.97016 9.73907L2.99853 6.57406C3.03794 6.45276 2.99477 6.31988 2.89159 6.24491L0.199268 4.28883C-0.0314533 4.1212 0.0871217 3.75626 0.372309 3.75626H3.7002C3.82774 3.75626 3.94077 3.67414 3.98018 3.55284L5.00856 0.387833Z' fill='%23AFA79A'/%3E%3C/svg%3E%0A") 0 center repeat-x;
  background-size: auto 100%;
}
.hotels-and-villas__item-title {
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.hotels-and-villas__item-text {
  margin-top: auto;
  margin-bottom: auto;
  letter-spacing: -0.02em;
  font-size: 14px;
  color: #797362;
}
.hotels-and-villas__item-address {
  color: #797362;
  font-size: 14px;
  position: relative;
  padding-top: 1px;
  padding-bottom: 5px;
  padding-right: 5px;
  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.hotels-and-villas__item-address .svg-icon {
  width: 14px;
  height: 17px;
  margin-right: 8px;
  margin-top: -2px;
}
.hotels-and-villas .decor-title {
  color: transparent;
}
.hotels-and-villas.simple-list .hotels-and-villas__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -14px;
}
.hotels-and-villas.simple-list .hotels-and-villas__item {
  padding-left: 14px;
  width: 50%;
  margin-bottom: 26px;
}
.hotels-and-villas.simple-list .hotels-and-villas__item-shield {
  left: 8px;
  top: 13px;
}
.hotels-and-villas.simple-list .hotels-and-villas__item-image {
  border-radius: 13px;
}
.hotels-and-villas.simple-list .hotels-and-villas__item-stars {
  margin-bottom: 8px;
}
.hotels-and-villas.simple-list .hotels-and-villas__item-title {
  font-size: 13px;
  font-weight: 500;
}
.hotels-and-villas.simple-list .hotels-and-villas__item-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  margin-top: auto;
}
.languages {
  font-size: 19px;
  font-weight: 300;
  color: #e8d4b5;
  position: relative;
}
.languages__active {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: #e8d4b5;
}
.languages__active .ttx {
  min-width: 33px;
  color: #e8d4b5;
}
.languages__active .svg-icon {
  width: 7px;
  height: 5px;
  margin-left: 4px;
}
.languages__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  left: -10px;
  right: 3px;
  margin-top: 5px;
  padding-top: 10px;
  border: 1px solid #e8d4b5;
  border-radius: 10px;
  padding: 18px 12px 15px;
  display: none;
}
.languages__item {
  font-size: 17px;
  margin-bottom: 15px;
}
.languages__item:last-child {
  margin-bottom: 0;
}
.languages__item a {
  text-decoration: none;
  color: #e8d4b5;
}
.languages.is-opened .languages__dropdown {
  display: block;
}
.logo-icon .svg-icon {
  width: 28px;
  height: 20px;
  fill: #fff;
  display: block;
}
.mobile-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
  z-index: 100500;
}
.mobile-sidebar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.mobile-sidebar__container {
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  background: #1c1c1c;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-overflow-scrolling: touch;
}
.mobile-sidebar__container:before,
.mobile-sidebar__container:after {
  content: '';
  position: absolute;
  background: #e8d4b5;
}
.mobile-sidebar__container:before {
  left: -197px;
  top: -145px;
  width: 430px;
  height: 430px;
  z-index: -1;
  opacity: 0.12;
  background: radial-gradient(circle, #e8d4b5 0%, rgba(255,255,255,0) 67%);
}
.mobile-sidebar__container:after {
  right: -234px;
  bottom: -224px;
  width: 550px;
  height: 500px;
  z-index: -1;
  opacity: 0.14;
  background: radial-gradient(circle, #e8d4b5 0%, rgba(255,255,255,0) 67%);
}
.mobile-sidebar__header {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.mobile-sidebar__close {
  right: 0;
  top: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 0;
  border: 1px solid rgba(248,228,195,0.2);
  z-index: 1;
  border-radius: 100px;
}
.mobile-sidebar__close:active {
  background: #f8e4c3;
}
.mobile-sidebar__close:active .svg-icon {
  fill: #1c1c1c;
}
.mobile-sidebar__close .svg-icon {
  pointer-events: none;
  width: 14px;
  height: 14px;
  display: block;
  color: #f8e4c3;
}
.mobile-sidebar .main-menu {
  margin-bottom: auto;
  margin-top: auto;
  padding-bottom: 30px;
}
.mobile-sidebar .main-menu ul li {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
  opacity: 0;
}
.mobile-sidebar .main-menu ul li.has-child,
.mobile-sidebar .main-menu ul li a,
.mobile-sidebar .main-menu ul li span {
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
  display: inline-block;
  color: #e8d4b5;
  text-align: center;
  font-size: 28px;
  font-weight: 200;
  -webkit-transition: 0.25s ease text-shadow;
  transition: 0.25s ease text-shadow;
  position: relative;
}
.mobile-sidebar .main-menu ul li.has-child:hover,
.mobile-sidebar .main-menu ul li a:hover,
.mobile-sidebar .main-menu ul li span:hover,
.mobile-sidebar .main-menu ul li.has-child:active,
.mobile-sidebar .main-menu ul li a:active,
.mobile-sidebar .main-menu ul li span:active {
  text-shadow: 0 0 25px #e8d4b5;
}
.mobile-sidebar .main-menu ul li span {
  font-size: 28px;
  font-weight: 200;
  color: #e8d4b5;
}
.mobile-sidebar .main-menu ul li ul {
  display: none;
}
.mobile-sidebar .main-menu ul li ul li {
  opacity: 1;
  margin-bottom: 15px;
  margin-top: 15px;
}
.mobile-sidebar .main-menu ul li ul li:last-child {
  margin-bottom: 0;
}
.mobile-sidebar .main-menu ul li ul li a,
.mobile-sidebar .main-menu ul li ul li span {
  text-shadow: none;
  font-size: 18px;
}
.mobile-sidebar .main-menu ul li .m-tgl {
  position: absolute;
  padding: 0;
  right: -10px;
  top: 41%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.06' height='4.03' viewBox='0 0 7.06 4.03'%3E%3Cpath d='M3.53,4a.47.47,0,0,1-.35-.15l-3-3a.48.48,0,0,1,0-.7.48.48,0,0,1,.7,0L3.53,2.82,6.21.15a.48.48,0,0,1,.7,0,.48.48,0,0,1,0,.7l-3,3A.47.47,0,0,1,3.53,4Z' fill='%23d8c5aa'/%3E%3C/svg%3E%0A") center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 10px;
}
.mobile-sidebar__content {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 15px 45px;
  -webkit-overflow-scrolling: touch;
}
.mobile-sidebar__content >* {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.mobile-sidebar__logo {
  margin-bottom: -5px;
  margin-right: 20px;
  overflow: hidden;
  max-width: 191px;
  -webkit-overflow-scrolling: touch;
}
.mobile-sidebar__logo img {
  max-width: 136%;
}
.mobile-sidebar .languages {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 18px;
}
.mobile-sidebar .socials {
  opacity: 0;
  position: relative;
}
.mobile-sidebar .socials__items {
  margin-left: -25px;
}
.mobile-sidebar .socials__item {
  margin-left: 25px;
}
.mobile-sidebar.opened {
  visibility: visible;
  pointer-events: auto;
}
.mobile-sidebar.opened:before {
  opacity: 1;
}
.mobile-sidebar.opened .mobile-sidebar__container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-sidebar.opened .main-menu >ul >li {
  -webkit-animation: fadeIn 0.2s forwards;
          animation: fadeIn 0.2s forwards;
}
.mobile-sidebar.opened .socials {
  -webkit-animation: fadeIn 0.2s forwards;
          animation: fadeIn 0.2s forwards;
}
.most-popular {
  margin-bottom: 38px;
}
.most-popular__title {
  margin-top: 0;
  color: #797362;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 19px;
  text-transform: uppercase;
}
.most-popular__item {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.most-popular__item a {
  color: currentColor;
  text-decoration: none;
}
.most-popular__item a:hover {
  text-decoration: underline;
}
.most-popular__col:nth-child(2) ~ div {
  display: none;
}
.most-popular__items.visible .most-popular__col:nth-child(2) ~ div {
  display: block;
}
.moving-text {
  font-size: 33px;
  padding-left: 20%;
  overflow: hidden;
  line-height: 1;
  will-change: transform;
  padding-bottom: 24px;
  border-bottom: 1px solid #bba88c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-overflow-scrolling: touch;
}
.moving-text.border-top {
  border-top: 1px solid #bba88c;
  border-bottom: 0;
  padding-top: 17px;
  padding-bottom: 0;
  margin-bottom: 17px;
  font-size: 39px;
  line-height: 1;
}
.moving-text__in {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  white-space: nowrap;
  will-change: transform;
  line-height: 1.2;
}
.moving-text__in span {
  background: linear-gradient(272.88deg, #96805e 8.02%, #f1e3ce 97.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-scroller {
  pointer-events: none;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  z-index: 1050;
  right: 15px;
  bottom: 15px;
  width: 45px;
  height: 45px;
  border: 1px solid #e8d4b5;
  border-radius: 100%;
  background: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.16s linear, background 0.16s linear;
  transition: opacity 0.16s linear, background 0.16s linear;
  outline: none;
}
.page-scroller__icon {
  width: 20px;
  height: 20px;
  display: block;
  fill: #e8d4b5;
  opacity: 1;
  -webkit-transition: fill 0.16s linear, -webkit-transform 0.25s ease-in-out;
  transition: fill 0.16s linear, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, fill 0.16s linear;
  transition: transform 0.25s ease-in-out, fill 0.16s linear, -webkit-transform 0.25s ease-in-out;
}
.page-scroller:hover,
.page-scroller:focus {
  background-color: #e8d4b5;
}
.page-scroller:hover .page-scroller__icon,
.page-scroller:focus .page-scroller__icon {
  fill: #000;
}
.page-scroller:active {
  background-color: #e8d4b5;
}
.page-scroller:active .page-scroller__icon {
  fill: #000;
}
.page-scroller--in-memory .page-scroller__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-scroller--in-memory,
.page-scroller--visible {
  opacity: 1;
  pointer-events: auto;
}
.scroll-btn {
  padding: 0;
  background: none;
  margin-top: auto;
  letter-spacing: 0.18em;
  font-size: 10px;
  margin-top: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.scroll-btn:hover .stt {
  display: block;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.scroll-btn .stt {
  -webkit-transition: 0.12s -webkit-transform;
  transition: 0.12s -webkit-transform;
  transition: 0.12s transform;
  transition: 0.12s transform, 0.12s -webkit-transform;
}
.scroll-btn .svg-icon {
  width: 9px;
  height: 22px;
  margin-right: 29px;
  vertical-align: middle;
}
.loadet .scroll-btn .svg-icon {
  -webkit-animation: vertArrow 0.8s infinite alternate ease-in-out;
          animation: vertArrow 0.8s infinite alternate ease-in-out;
}
.service-text {
  margin-bottom: 76px;
  background: #fff;
  position: relative;
  padding-top: 39px;
}
.service-text p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.service-text p:last-child {
  margin-bottom: 0;
}
.service-text .s-img {
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 18px;
}
.service-text .s-img img {
  width: 100%;
}
.service-text h3,
.service-text .h3 {
  margin-top: 39px;
}
.service-text h3:first-child,
.service-text .h3:first-child {
  margin-top: 0;
}
.service-text .m-hidden {
  display: none;
}
.service-text__row {
  padding-bottom: 62px;
  border-bottom: 1px solid rgba(175,167,154,0.6);
  margin-bottom: 25px;
}
.service-text__row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.service-text__container .service-text__row {
  padding: 0;
  margin: 0;
  border: 0;
}
.service-text__container .service-text__row:last-child {
  margin-top: 39px;
}
.service-text__title {
  margin-bottom: 22px;
}
.service-text .m-width {
  max-width: 209px;
}
.service-text.type-2 {
  margin-bottom: 40px;
}
.service-text.type-2 .service-text__container {
  border-top: 1px solid rgba(175,167,154,0.6);
}
.service-text.type-2 .service-text__row {
  margin-top: 20px;
}
.service-text .sm-title {
  text-align: center;
  color: #797362;
  letter-spacing: 0.5em;
  font-size: 8px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
}
.service-text .b-img {
  overflow: hidden;
  margin: 40px -18px 27px;
  border-radius: 22px;
  position: relative;
  max-height: 400px;
  -webkit-overflow-scrolling: touch;
}
.service-text .b-img:after {
  content: '';
  display: inline-block;
  padding-top: 68.35%;
}
.service-text .b-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-text .b-img.type-2:after {
  padding-top: 54.92%;
}
.service-text.c-location {
  margin-bottom: 48px;
}
.services {
  margin-bottom: 60px;
}
.services .container {
  padding-left: 12px;
  padding-right: 12px;
}
.services__overtitle {
  line-height: 17px;
  letter-spacing: 0.42em;
  color: #5a4932;
  text-align: center;
  margin-bottom: 15px;
}
.services__title {
  margin-top: 0;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  font-size: 64px;
  letter-spacing: -0.03em;
  word-wrap: break-word;
}
.services .decor-lines {
  position: absolute;
  right: 0;
  width: 60%;
  height: 58.5%;
  bottom: 56px;
  z-index: 1;
}
.services__items-wrap {
  position: relative;
}
.services__items-wrap:last-child .services__items {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -6px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.services__items-wrap:last-child .services__items .services__item {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.services__items-wrap:last-child .services__items .services__item:last-child {
  margin-bottom: 0 !important;
}
.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1;
  padding-top: 39%;
}
.services__item {
  text-align: center;
  position: relative;
  padding: 0 8px 0;
  margin-left: 6px;
  width: calc(50% - 6px);
  color: #fff;
  font-size: 0;
  overflow: hidden;
  margin-bottom: 6px;
  margin-top: -40%;
  margin-bottom: calc(40% + 6px);
  background: #1c1c1c;
  z-index: 1;
  min-height: 283px;
  -webkit-overflow-scrolling: touch;
}
.services__item:hover .services__item-title,
.services__item:active .services__item-title {
  color: #e8d4b5;
}
.services__item:hover .services__item-icon,
.services__item:active .services__item-icon {
  -webkit-transform: scale(1.05) translateX(-50%);
          transform: scale(1.05) translateX(-50%);
}
.services__item:hover .services__item-image:after,
.services__item:active .services__item-image:after {
  background: rgba(0,0,0,0.77);
}
.services__item:hover .services__item-image img,
.services__item:active .services__item-image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.services__item:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  padding-top: 172%;
}
.services__item:last-child {
  margin-bottom: 6px;
}
.services__item:nth-child(2n) {
  margin-top: 0 !important;
  margin-bottom: 6px !important;
}
.services__item:nth-child(3) ~ * {
  display: none;
}
.services__item-container {
  max-width: 99%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.services__item-image {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.services__item-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.61);
  -webkit-transition: 0.3s ease background;
  transition: 0.3s ease background;
}
.services__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.services__item-text {
  margin-bottom: 17px;
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.services__item-title {
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.services__item-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 31px;
  width: 41px;
  height: 41px;
  margin-left: auto;
  margin-right: auto;
  border: 0.226453px solid rgba(229,216,197,0.6);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  pointer-events: none;
}
.services__item-icon .svg-icon {
  width: 10px;
  height: 8px;
}
.services__item-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.services__item-link:focus {
  -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #000;
          box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #000;
}
.services__container {
  position: relative;
  padding: 55% 24px 55%;
}
.services__container:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
}
.services__container.container {
  padding-left: 24px;
  padding-right: 24px;
}
.services__container-wrap {
  position: relative;
}
.services__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.services__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__shadows {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
}
.services__shadows:after {
  content: '';
  position: absolute;
  left: -626px;
  bottom: -30px;
  width: 1394px;
  height: 450px;
  background: #0d1019;
  -webkit-transform: rotate(30.16deg) translateZ(0);
          transform: rotate(30.16deg) translateZ(0);
  background: -webkit-gradient(linear, left bottom, left top, from(#0d1019), to(rgba(255,255,255,0)));
  background: linear-gradient(0deg, #0d1019 0%, rgba(255,255,255,0) 100%);
}
.services__text {
  color: #f1ede4;
  position: relative;
  font-size: 13px;
  letter-spacing: -0.02em;
  width: 228px;
  z-index: 1;
}
.services__text-title {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 0.85;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
.services .logo-icon {
  display: none;
}
.services2 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background: #1c1c1c;
  border-radius: 45px 45px 50px 50px;
}
.services2__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-height: 1033px;
  border-radius: 45px 45px 50px 50px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.services2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-animation: scaleImg3 10.8s infinite alternate linear;
          animation: scaleImg3 10.8s infinite alternate linear;
}
.services2__shadows {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  border-radius: 45px 45px 50px 50px;
  -webkit-overflow-scrolling: touch;
}
.services2__shadows:after {
  content: '';
  position: absolute;
  left: -500px;
  top: 0;
  right: -500px;
  bottom: -1146px;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(63%, #000), to(rgba(255,255,255,0)));
  background: linear-gradient(0deg, #000 63%, rgba(255,255,255,0) 100%);
}
.services2__in {
  position: relative;
  padding-top: 22px;
  padding-bottom: 40px;
  z-index: 5;
}
.services2__header {
  min-height: 430px;
  margin-bottom: 51px;
}
.services2__title {
  line-height: 0.9;
  font-size: 62px;
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: 300;
  letter-spacing: -0.05em;
}
.services2__title span {
  background: linear-gradient(83.72deg, #ffe5be -2.25%, #fff5e7 79.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services2__undertitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #faefe0;
}
.services2 .logo-icon {
  margin-bottom: 12px;
}
.services2 .logo-icon .svg-icon {
  fill: #f0e5d5;
}
.services2__decor-text {
  margin-bottom: 54px;
  font-size: 28px;
  color: #f0e5d5;
  letter-spacing: -0.05em;
  line-height: 0.95;
  font-weight: 300;
}
.services2__decor-text > span {
  font-weight: 500;
  color: #fff;
}
.services2__item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 20px 26px 29px;
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 1;
  min-height: 113px;
}
.services2__item:last-child {
  margin-bottom: 0;
}
.services2__item:hover .services2__item-icon,
.services2__item:active .services2__item-icon {
  background: #000;
  border-color: #000;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.services2__item-title {
  font-size: 21px;
  line-height: 0.95;
  padding-right: 25px;
}
.services2__item-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  border-radius: 96.8344px;
  -webkit-overflow-scrolling: touch;
}
.services2__item-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #202220;
  opacity: 0.1;
  mix-blend-mode: color;
}
.services2__item-image:after {
  content: '';
  position: absolute;
  right: 30%;
  top: -42px;
  bottom: -25px;
  left: -50px;
  opacity: 0.7;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(255,255,255,0)));
  background: linear-gradient(90deg, #000 0%, rgba(255,255,255,0) 100%);
}
.services2__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services2__item-icon {
  width: 52px;
  height: 52px;
  border: 0.245922px solid #fff;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
  -webkit-transition: 0.3s background, 0.3s border-color, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s border-color, 0.3s -webkit-transform;
  transition: 0.3s transform, 0.3s background, 0.3s border-color;
  transition: 0.3s transform, 0.3s background, 0.3s border-color, 0.3s -webkit-transform;
}
.services2__item-icon .svg-icon {
  width: 14px;
  height: 6px;
  fill: #fff;
}
.services2__more {
  text-align: center;
  margin-top: 40px;
}
.services2__more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.services2__more a:hover .svg-icon {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.services2__more a .svg-icon {
  margin-left: 25px;
  fill: #9c874c;
  width: 23px;
  height: 11px;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.services2 .decor-lines {
  display: none;
  bottom: auto;
  top: 10%;
}
.services2.type-2 {
  border-radius: 50px 50px 0 0;
}
.services2.type-2:last-child {
  margin-bottom: -115px;
}
.services2.type-2:last-child .services2__in {
  padding-bottom: 99px;
}
.services2.type-2 .services2__in {
  padding-top: 41px;
}
.services2.type-2 .services2__header {
  min-height: 0;
  margin-bottom: 32px;
}
.services2.type-2 .services2__title {
  line-height: 1;
  font-size: 40px;
  margin-bottom: 20px;
  background: none;
  -webkit-text-fill-color: inherit;
}
.services2.type-2 .services2__title span {
  color: #fff;
  background: none;
  -webkit-text-fill-color: inherit;
}
.services2.type-2 .services2__text {
  color: #aeaaa0;
}
.contacts-us + .services2 .services2__title {
  font-weight: 400;
}
.services3 {
  margin-bottom: 67px;
  position: relative;
}
.services3__in {
  position: relative;
}
.services3__header {
  margin-bottom: 33px;
}
.services3__title {
  margin-top: 0;
  font-size: 60px;
  margin-bottom: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 400;
}
.services3__title span {
  background: linear-gradient(272.88deg, #96805e 8.02%, #f1e3ce 97.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.services3__text {
  font-size: 16px;
  letter-spacing: -0.02em;
}
.services3 .m-hidden {
  display: none;
}
.services3__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
}
.services3__item {
  margin-left: 6px;
  width: calc(50% - 6px);
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding-top: 81px;
  padding-bottom: 81px;
  font-size: 0;
  min-height: 270px;
}
.services3__item:after {
  content: '';
  display: inline-block;
  padding-top: 68.58%;
  vertical-align: middle;
  pointer-events: none;
}
.services3__item:hover .services3__item-image img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.services3__item:hover .services3__item-arrow {
  background: #000;
  border-color: #000;
  -webkit-transform: scale(1.13) translateX(-50%);
          transform: scale(1.13) translateX(-50%);
}
.services3__item-image {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.services3__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.33s -webkit-transform;
  transition: 0.33s -webkit-transform;
  transition: 0.33s transform;
  transition: 0.33s transform, 0.33s -webkit-transform;
}
.services3__item-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.35);
}
.services3__item-container {
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
  padding-left: 5px;
  padding-right: 5px;
}
.services3__item-title {
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.services3__item-text {
  font-size: 12px;
  margin-top: 11px;
  letter-spacing: -0.05em;
  color: #e8d4b5;
  display: block;
}
.services3__item-arrow {
  position: absolute;
  left: 50%;
  bottom: 31px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 41px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e5d8c5;
  border-radius: 100%;
  -webkit-transition: 0.3s ease background, 0.3s ease border-color, 0.3s ease transform;
  transition: 0.3s ease background, 0.3s ease border-color, 0.3s ease transform;
}
.services3__item-arrow .svg-icon {
  width: 14px;
  height: 6px;
}
.services3 .decor-lines {
  display: none;
}
.show-more-btn {
  text-align: center;
  margin-top: 34px;
}
.show-more-btn button,
.show-more-btn a {
  line-height: 1;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #afa79a;
  letter-spacing: 0.03em;
}
.show-more-btn button .svg-icon,
.show-more-btn a .svg-icon {
  width: 44px;
  height: 44px;
  border: 1.5px solid rgba(175,167,154,0.5);
  border-radius: 100%;
  margin-left: 17px;
  fill: #000;
}
.show-more-btn button .svg-icon--arr-d2 .svg-icon__link,
.show-more-btn a .svg-icon--arr-d2 .svg-icon__link {
  width: 7px;
  justify-self: 20px;
}
.show-more-btn .hide .svg-icon--arr-d2 .svg-icon__link {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-button {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  padding: 8px 21px 5px 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  background: #e8d4b5;
  border-radius: 27.0426px;
  min-height: 35px;
  -webkit-transition: 0.25s background, 0.25s border-color, 0.25s color;
  transition: 0.25s background, 0.25s border-color, 0.25s color;
  border: 0;
  cursor: pointer;
}
.site-button:hover,
.site-button:active {
  background: #f0e3cf;
}
.site-button .svg-icon {
  margin-left: 10px;
  margin-top: -3px;
}
.site-button .svg-icon--arr-r3 {
  width: 18px;
  height: 8px;
}
.socials__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
}
.socials__item {
  width: 50px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e8d4b5;
  margin-left: 15px;
  padding-right: 2px;
  padding-bottom: 2px;
  border-radius: 63.75px;
  -webkit-transition: 0.25s background;
  transition: 0.25s background;
}
.socials__item:hover,
.socials__item:active {
  background: #f0e3cf;
}
.socials__item svg,
.socials__item img {
  max-width: 45%;
}
.socials__item svg path {
  fill: #000;
  -webkit-transition: 0.25s ease fill;
  transition: 0.25s ease fill;
}
body .swiper-scrollbar {
  height: 5px;
  border-radius: 0;
  background: none;
  margin-top: 37px;
}
body .swiper-scrollbar .swiper-scrollbar-drag {
  background: #d9d9d9;
  border-radius: 10px;
}
body .swiper-scrollbar .swiper-scrollbar-drag:active,
body .swiper-scrollbar .swiper-scrollbar-drag:hover {
  background: #c3c3c3;
}
.text-block__title {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
}
.text-block__title span {
  background: linear-gradient(276.47deg, #96805e 19.95%, #f1e3ce 122.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.text-block hr {
  height: 1px;
  background-color: rgba(175,167,154,0.6);
  border: 0;
  margin-bottom: 37px;
  margin-top: 46px;
}
.text-block.type-2 {
  margin-top: 68px;
}
.text-block.type-2 .text-block__header-in {
  margin-bottom: 41px;
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(175,167,154,0.6);
}
.text-block.type-2 .text-content {
  padding-left: 27px;
  padding-right: 27px;
}
.text-block.type-2 .b-row__col {
  margin-bottom: 43px;
}
.text-block.type-2 .b-row + .b-row {
  margin-top: 44px;
}
.text-content {
  margin-bottom: 55px;
}
.text-content h2,
.text-content .h2 {
  margin-bottom: 34px;
  letter-spacing: -0.05em;
}
.text-content h2:first-child,
.text-content .h2:first-child {
  margin-top: 0;
}
.text-content p:first-child {
  margin-right: 0;
}
.text-content p:last-child {
  margin-bottom: 0;
}
.text-content h3,
.text-content .h3 {
  margin-bottom: 32px;
  margin-top: 48px;
  letter-spacing: -0.02em;
}
.text-content .lng-text {
  text-align: center;
  margin-top: 44px;
  margin-bottom: 30px;
  font-size: 7.46216px;
  line-height: 9px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
.text-splitter {
  opacity: 0;
}
.text-splitter .line {
  display: block;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.text-splitter .line span {
  opacity: 0;
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.text-splitter.visible {
  opacity: 1;
}
.text-splitter.visible .line span {
  opacity: 1;
  -webkit-animation: fadeInTop 1.3s forwards;
          animation: fadeInTop 1.3s forwards;
}
.top-shadow {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -50px;
  right: 0;
  height: 500px;
  pointer-events: none;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.top-shadow__in {
  left: -100px;
  right: -100px;
  height: 100%;
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(255,255,255,0)));
  background: linear-gradient(180deg, #000 0%, rgba(255,255,255,0) 100%);
  opacity: 4;
}
.travel {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 44px;
}
.travel__header {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 31px;
}
.travel__title {
  margin-top: 0;
  margin-bottom: 22px;
  font-weight: 300;
  font-size: 28px;
  line-height: 105%;
  letter-spacing: -0.04em;
}
.travel__text {
  width: 228px;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #645c45;
}
.travel__items {
  margin-bottom: 46px;
  margin-left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.travel__item {
  margin-left: 8px;
  width: calc(50% - 8px);
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  -webkit-overflow-scrolling: touch;
}
.travel__item:hover .travel__item-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.travel__item:after {
  content: '';
  display: inline-block;
  padding-top: 108.27%;
  vertical-align: middle;
}
.travel__item-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 15px;
  max-width: 99%;
}
.travel__item-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.travel__item-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
}
.travel__item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.travel__item-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.travel__item-text {
  font-size: 7px;
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #ebdeca;
  text-transform: uppercase;
}
.travel__item-title {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #fff;
}
.travel__footer {
  text-align: center;
}
.travel__footer-title {
  margin-bottom: 19px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.travel__footer .travel__text {
  width: 276px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
}
.widgets__col {
  margin-bottom: 50px;
}
.widgets__col:last-child {
  margin-bottom: 0;
}
.widgets__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.widgets__slider {
  margin-left: -27px;
  margin-right: -27px;
  padding-left: 27px;
  padding-right: 27px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.widgets__slider .swiper {
  margin-left: -12px;
  overflow: visible;
}
.widgets__slider .swiper-slide {
  width: 145px;
  height: auto;
}
.widgets__item {
  padding-left: 12px;
  color: #000;
  width: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widgets__item-in {
  width: 100%;
  background: #000;
  background: rgba(229,216,197,0.3);
  border-radius: 20px;
  padding: 20px 19px 16px;
  height: 100%;
}
.widgets__item-head {
  font-size: 12px;
  text-transform: uppercase;
}
.widgets__item-value {
  font-size: 20px;
  margin-top: 8px;
}
.widgets__item-comparison {
  margin-top: 14px;
  color: #5a4932;
  font-size: 10px;
}
.widgets__col--weather .widgets__items {
  margin-left: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.widgets__col--weather .widgets__item {
  width: 50%;
  max-width: 260px;
}
.widgets__col--weather .widgets__item-in {
  position: relative;
}
.widgets__col--weather .widgets__item-head {
  font-weight: 600;
}
.widgets__col--weather .widgets__item-icon {
  position: absolute;
  right: 20px;
  bottom: 7px;
  width: 36px;
}
.widgets__col--weather .widgets__item-value {
  font-size: 26px;
  line-height: 1;
  margin-top: 14px;
}
@media (min-width: 375px) {
  .countries__title {
    font-size: 70px;
  }
  .services__title {
    font-size: 83px;
  }
  .site-button {
    font-size: 12px;
  }
}
@media (min-width: 414px) {
  .hero__item:nth-child(2) {
    margin-top: -70px;
  }
}
@media (min-width: 430px) {
  .mobile-sidebar__logo {
    max-width: none;
  }
  .mobile-sidebar__logo img {
    max-width: 100%;
  }
}
@media (min-width: 540px) {
  .header__logo {
    width: auto;
    max-width: 64.934%;
  }
  .header__logo img,
  .header__logo svg {
    width: auto;
    max-width: 100%;
  }
  .countries-list.type-2 .swiper {
    margin-left: -27px;
  }
  .countries-list.type-2 .countries-list__item.swiper-slide {
    width: 200px;
    padding-left: 27px;
  }
  .hero__text:before {
    content: '';
    border-radius: 100%;
    position: absolute;
    left: -50%;
    top: -10%;
    right: -27%;
    bottom: -50%;
    background: radial-gradient(circle, rgba(0,0,0,0.5) -100%, rgba(255,255,255,0) 55%);
  }
  .most-popular {
    margin-bottom: 60px;
  }
  .most-popular__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .most-popular__col {
    width: 48%;
  }
  .services__item:after {
    padding-top: 120%;
  }
  .services__container {
    padding-top: 39%;
    padding-bottom: 39%;
  }
}
@media (min-width: 746px) {
  .footer__row {
    border-bottom: 1px solid #797362;
    padding-bottom: 20px;
  }
  .footer__menu {
    width: 50%;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer__menu .section-title {
    margin-bottom: 28px;
  }
  .footer .section-title {
    min-height: 24px;
  }
  .footer__contacts,
  .footer__socials {
    width: 25%;
    padding-top: 0;
  }
  .footer__contacts {
    padding-left: 18px;
    border-left: 1px solid #797362;
  }
  .footer__copyright-wrap {
    margin-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__logo {
    width: auto;
    margin-bottom: 0;
  }
  .header__phone {
    margin-right: 25px;
  }
  .advantages {
    position: relative;
  }
  .advantages__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .advantages__item {
    width: 33.33%;
  }
  .advantages .logo-icon {
    display: block;
    opacity: 0.06;
    position: absolute;
    pointer-events: none;
    left: 50%;
    bottom: -41px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .advantages .logo-icon .svg-icon {
    width: 550px;
    height: 396px;
  }
  .articles .swiper-slide {
    width: 42%;
  }
  .articles__item-image:after {
    padding-top: 80%;
  }
  .breadcrumbs {
    display: block;
    letter-spacing: -0.03em;
    font-size: 16px;
  }
  .company-ceo__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
  }
  .company-ceo__item-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 25px;
  }
  .company-ceo__slider {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .company-ceo .socials {
    padding-left: 27px;
  }
  .company-ceo .socials__items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .company-ceo .swiper {
    overflow: visible;
    margin-left: 0;
    max-width: 95%;
  }
  .company-ceo .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts-content__container {
    margin: 0 0 90px;
    padding: 56px 55px 39px 59px;
  }
  .contacts-content__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts-content__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-left: 18px;
    border-left: 1px solid rgba(0,0,0,0.2);
  }
  .contacts-content__title {
    font-size: 20px;
    width: 217px;
    margin-right: 29px;
  }
  .contacts-content__address {
    font-size: 29px;
    max-width: 367px;
    padding-right: 0;
  }
  .contacts-content__work {
    font-size: 16px;
    border-top: 1px solid rgba(0,0,0,0.2);
    padding-top: 27px;
  }
  .contacts-content__map {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .contacts-content__map-in .fullscreen {
    cursor: pointer;
    border: 0;
    right: 15px;
    position: absolute;
    top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33px;
    height: 33px;
    border-radius: 10px;
    background: #fff url("data:image/svg+xml,%0A%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.0625 9.9375L5.0625 12C5.0625 12.9428 5.0625 13.4142 4.76961 13.7071C4.47671 14 4.00531 14 3.0625 14L3 14C2.05719 14 1.58579 14 1.29289 13.7071C1 13.4142 1 12.9428 1 12L1 11.9375C1 10.9947 1 10.5233 1.29289 10.2304C1.58579 9.9375 2.05719 9.9375 3 9.9375L5.0625 9.9375Z' stroke='black' stroke-width='2'/%3E%3Cpath d='M9.9375 1L14 1L14 5.0625' stroke='black' stroke-width='2'/%3E%3Cpath d='M14 1L5.0625 9.9375' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A") center center no-repeat;
    -webkit-transition: 0.2s ease transform;
    transition: 0.2s ease transform;
    -webkit-box-shadow: 0px 4px 24px rgba(0,0,0,0.25);
            box-shadow: 0px 4px 24px rgba(0,0,0,0.25);
    z-index: 1;
  }
  .contacts-content__map-in .fullscreen:hover {
    -webkit-transform: scale(1.13);
            transform: scale(1.13);
  }
  .contacts-content__map-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .contacts-us__in {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contacts-us.type-2 .contacts-us__sm-text {
    font-size: 10px;
  }
  .contacts {
    display: none;
  }
  .countries-list .swiper {
    padding-left: 100px;
    padding-right: 100px;
  }
  .countries-list__items-in {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0;
  }
  .countries-list__item:nth-child(2n) {
    margin-top: 17%;
  }
  .countries-list__item.swiper-slide {
    margin-left: 0;
    margin-bottom: 0;
    width: auto;
  }
  .countries-list__item-text {
    margin-top: 0;
  }
  .countries-list.type-2 .swiper {
    padding-left: 27px;
    padding-right: 27px;
    margin-left: -27px;
  }
  .countries-list.type-2 .countries-list__item.swiper-slide {
    padding-left: 27px;
    width: 250px;
  }
  .countries-list.type-3 .swiper {
    padding-left: 27px;
    padding-right: 27px;
  }
  .countries-list.type-3 .countries-list__item {
    width: calc(25% - 20px);
  }
  .countries__footer {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 47px;
    border-top: 1px solid #bea580;
  }
  .desc-block {
    font-size: 20px;
    max-width: 310px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .entertainment__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .entertainment__item {
    margin-right: -23px;
    width: calc(33.33% + 15px);
    padding: 42px 55px 39px 59px;
    border-radius: 120px;
    display: block;
  }
  .entertainment__item:hover {
    background: none;
  }
  .entertainment__item:hover:before {
    top: -50%;
    bottom: -50%;
    left: 0;
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .entertainment__item:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    right: 50%;
    bottom: 50%;
    border-radius: 100%;
    background: #000;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-transform: scale(0);
            transform: scale(0);
    z-index: -1;
  }
  .entertainment__item:last-child {
    margin-bottom: 12px;
  }
  .entertainment__item-icon {
    width: 62px;
    height: 54px;
    margin-left: auto;
    margin-bottom: 14px;
  }
  .entertainment .logo-icon {
    display: block;
    position: absolute;
    left: 40px;
    top: 57px;
  }
  .entertainment .decor-lines {
    top: auto;
    bottom: 100px;
    height: 60%;
  }
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -27px;
  }
  .form__row .form__item {
    padding-left: 27px;
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .hero-in {
    padding-bottom: 0;
  }
  .hero-in__in {
    padding-top: 130px;
    padding-bottom: 100px;
    height: auto;
    min-height: 500px;
  }
  .hero-in__middle {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .hero-in .scroll-btn {
    display: none;
  }
  .hero-in__container h1,
  .hero-in__container .h1 {
    font-size: 55px;
  }
  .hero-in .breadcrumbs {
    display: block;
  }
  .hero-in.type-2 .hero-in__middle {
    padding-top: 73px;
  }
  .hero-in.contacts-intro h1,
  .hero-in.contacts-intro .h1 {
    margin-bottom: 80px;
  }
  .hero-in.contacts-intro .hero-in__in {
    padding-bottom: 33px;
    min-height: 0;
  }
  .hero-in.contacts-intro .hero-in__in:after {
    content: '';
    position: absolute;
    left: -200px;
    right: -200px;
    height: 650px;
    bottom: -185px;
    background: #000;
    opacity: 0.66;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(255,255,255,0)));
    background: linear-gradient(0deg, #000 0%, rgba(255,255,255,0) 100%);
  }
  .hero-in.contacts-intro .hero-in__content {
    width: 100%;
  }
  .hero-in.contacts-intro .hero-in__middle {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hero-in.contacts-intro.loadet .contacts {
    opacity: 1;
  }
  .hero-in.contacts-intro .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0;
    margin-top: auto;
    padding-top: 36px;
    border-top: 1px solid #fff;
    opacity: 0;
    -webkit-transition: 1.3s ease opacity;
    transition: 1.3s ease opacity;
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .hero-in.contacts-intro .contacts__item {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .hero-in.contacts-intro .contacts__item-name {
    color: #fff;
  }
  .hero-in.contacts-intro .contacts__item-body div a {
    font-size: 28px;
    color: #fff;
  }
  .hero__item:hover {
    -webkit-box-shadow: inset 0 0 0 4px #e8d4b5;
            box-shadow: inset 0 0 0 4px #e8d4b5;
  }
  .hero .decor-lines {
    display: block;
  }
  .hotels-and-villas__item.swiper-slide {
    width: 320px;
  }
  .hotels-and-villas.simple-list .hotels-and-villas__items {
    margin-left: -27px;
  }
  .hotels-and-villas.simple-list .hotels-and-villas__item {
    padding-left: 27px;
  }
  .moving-text {
    font-size: 90px;
    padding-bottom: 24px;
  }
  .scroll-btn {
    font-size: 13px;
  }
  .service-text .s-img {
    margin-left: 0;
    margin-right: 0;
  }
  .service-text .m-width {
    max-width: none;
  }
  .services {
    margin-bottom: 80px;
  }
  .services .logo-icon {
    display: block;
    position: absolute;
    left: 0;
    z-index: 0;
  }
  .services__items {
    margin-left: 0;
    padding-top: 0 !important;
  }
  .services__item {
    margin-left: 0;
    width: calc(33.33%);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-height: none;
  }
  .services__item:after {
    content: '';
    padding-top: 170%;
  }
  .services__item-text {
    font-size: 15px;
  }
  .services__container-wrap {
    margin-top: -166px !important;
    margin-bottom: -166px !important;
  }
  .services__container {
    padding-top: 250px;
    padding-bottom: 250px;
    position: relative;
  }
  .services__items-wrap:last-child .services__items {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .services__items-wrap:last-child .services__items .services__item {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .services__text {
    width: auto;
    font-size: 21px;
  }
  .services__text-title {
    font-size: 75px;
  }
  .services__shadows {
    position: absolute;
    display: none;
  }
  .services .logo-icon {
    left: 40px;
    top: 58px;
  }
  .services .logo-icon .svg-icon {
    width: 63px;
    height: 45px;
  }
  .services2 {
    margin-bottom: 60px;
  }
  .services2__in {
    padding-top: 50px;
  }
  .services2__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
  }
  .services2__item {
    margin-left: 20px;
    min-height: 135px;
    width: calc(50% - 20px);
  }
  .services2__item:last-child {
    margin-bottom: 20px;
  }
  .services2__shadows:before {
    z-index: 4;
  }
  .services2__shadows:after {
    z-index: 3;
  }
  .services2 .decor-lines {
    display: block;
    left: 0;
    right: auto;
    z-index: 2;
    opacity: 0.7;
  }
  .services2 .decor-lines__image {
    background-position-y: 170%;
  }
  .services3__header {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(175,167,154,0.6);
  }
  .services3 .m-hidden {
    display: block;
  }
  .services3__item {
    width: calc(33.33% - 6px);
  }
  .services3 .sm-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 400;
    color: #797362;
  }
  .services3 .decor-lines {
    display: block;
    opacity: 0.3;
    bottom: -200px;
  }
  .text-content .lng-text {
    margin-top: 81px;
    margin-bottom: 59px;
    font-size: 15px;
  }
  .text-content .border-b {
    border-bottom: 1px solid #afa79a;
    padding-bottom: 25px;
  }
  .travel__item-title {
    font-size: 40px;
  }
  .widgets .swiper-scrollbar {
    display: none;
  }
  .widgets .swiper {
    margin-left: -17px;
  }
  .widgets__item {
    width: 20%;
    margin-bottom: 17px;
    padding-left: 17px;
    -ms-flex-negative: auto;
        flex-shrink: auto;
  }
  .widgets__item-in {
    padding-left: 18px;
    padding-right: 18px;
  }
  .widgets__item.swiper-slide {
    width: 20%;
  }
  .widgets .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .widgets__col--weather .widgets__items {
    margin-left: -17px;
  }
  .widgets__col--weather .widgets__item-in {
    padding-top: 50px;
  }
  .widgets__col--weather .widgets__item-icon {
    right: 20px;
    top: 20px;
  }
  .widgets__col--weather .widgets__item-head {
    font-size: 16px;
    font-weight: 400;
  }
  .widgets__col--weather .widgets__item-value {
    margin-top: 5px;
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .header__logo {
    max-width: 30.934%;
    margin-right: 0;
  }
  .header__burger {
    display: none;
  }
  .header__phone {
    padding-left: 0;
    margin-left: auto;
    width: auto;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: -3px;
  }
  .header__phone .svg-icon {
    width: 20px;
    height: 20px;
  }
  .header .main-menu,
  .header .languages,
  .header .socials {
    display: block;
  }
  .header .socials {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header .socials__item {
    margin-left: 20px;
  }
  .header .main-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 20px;
  }
  .header .main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .main-menu ul li {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }
  .header .main-menu ul li:hover > a,
  .header .main-menu ul li:hover > span {
    text-shadow: 0 0 30px #e8d4b5, 0 0 20px #e8d4b5;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header .main-menu ul li:hover > ul {
    display: block;
  }
  .header .main-menu ul li.has-child {
    padding-right: 10px;
  }
  .header .main-menu ul li.is-active > a {
    text-shadow: 0 0 30px #e8d4b5, 0 0 20px #e8d4b5;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header .main-menu ul li a {
    position: relative;
    font-size: 17px;
    text-decoration: none;
    color: #d8c5aa;
    font-weight: 500;
    -webkit-transition: 0.25s ease text-shadow;
    transition: 0.25s ease text-shadow;
    will-change: text-shadow;
  }
  .header .main-menu ul li .m-tgl {
    position: absolute;
    right: -20px;
    top: 40%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.06' height='4.03' viewBox='0 0 7.06 4.03'%3E%3Cpath d='M3.53,4a.47.47,0,0,1-.35-.15l-3-3a.48.48,0,0,1,0-.7.48.48,0,0,1,.7,0L3.53,2.82,6.21.15a.48.48,0,0,1,.7,0,.48.48,0,0,1,0,.7l-3,3A.47.47,0,0,1,3.53,4Z' fill='%23d8c5aa'/%3E%3C/svg%3E%0A") center center no-repeat;
    width: 9px;
    height: 7px;
  }
  .header .main-menu ul li span {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #d8c5aa;
    text-shadow: 0 0 30px #e8d4b5, 0 0 20px #e8d4b5;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header .main-menu ul li ul {
    position: absolute;
    left: -20px;
    top: 100%;
    margin-top: 20px;
    width: 275px;
    background: #fff;
    padding: 20px 0 17px;
    border-radius: 20px;
    text-align: left;
    display: block;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
            box-shadow: 0 0 20px rgba(0,0,0,0.5);
    display: none;
  }
  .header .main-menu ul li ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    right: 0;
    height: 35px;
    cursor: pointer;
  }
  .header .main-menu ul li ul li {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .header .main-menu ul li ul li:last-child {
    margin-bottom: 0;
  }
  .header .main-menu ul li ul li a,
  .header .main-menu ul li ul li span {
    display: block;
    padding: 7px 20px 6px;
    color: #000;
    font-size: 15px;
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
  }
  .header .main-menu ul li ul li a:hover {
    background: #e8d4b5;
  }
  .header .main-menu ul li ul li span {
    background: #e8d4b5;
  }
  .header .languages {
    margin-left: 10px;
  }
  .header .languages__dropdown {
    -webkit-transition: 0.3s ease background;
    transition: 0.3s ease background;
  }
  .header__logo {
    margin-bottom: -7px;
  }
  .all-countries__list {
    padding-left: 0;
    padding-right: 0;
  }
  .all-countries__col {
    width: 25%;
  }
  .form__row .form__item {
    width: 33.33%;
  }
  .hero__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    -webkit-animation: scaleImg 7.8s infinite alternate linear, blurImg 0.6s linear;
            animation: scaleImg 7.8s infinite alternate linear, blurImg 0.6s linear;
  }
  .hero__media-action img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation: scaleImg 7.8s infinite alternate linear, blurImg 0.8s linear;
            animation: scaleImg 7.8s infinite alternate linear, blurImg 0.8s linear;
  }
  .hero__title {
    display: none;
  }
  .hero__title.text-splitter.visible .line span {
    -webkit-animation: fadeInTop 1.3s forwards;
            animation: fadeInTop 1.3s forwards;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .hero__title.text-splitter .line span {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .hero.loadet .hero__title {
    display: block;
  }
  .hero__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__item {
    height: 85%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-height: 718px;
  }
  .hero__item:nth-child(2) {
    margin-top: 0;
    margin-left: -5%;
  }
  .hero.loadet .hero__text-content {
    display: block;
  }
  .mobile-sidebar {
    display: none;
  }
  .most-popular {
    margin-bottom: 90px;
  }
  .most-popular__col {
    width: 25%;
  }
  .most-popular__col:nth-child(2) ~ div {
    display: block;
  }
  .most-popular .show-more-btn {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer {
    margin-top: 120px;
    background: #1c1c1c;
  }
  .footer:before {
    top: -120px;
    height: 200px;
  }
  .footer__content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__row {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-bottom: 0;
    border: 0;
    padding-top: 3px;
  }
  .footer .section-title {
    font-weight: 500;
    margin-bottom: 31px;
    min-height: 0;
  }
  .footer__copyright-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 36%;
    max-width: 496px;
    margin-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__copyright {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .footer__menu {
    width: 40.255%;
  }
  .footer__menu-col:nth-child(2n) {
    border: 0;
    font-weight: 300;
  }
  .footer__menu ul li {
    margin-bottom: 21px;
  }
  .footer__menu ul li:last-child {
    margin-bottom: 0;
  }
  .footer__menu ul li a {
    font-size: 19px;
  }
  .footer__logo {
    margin-bottom: auto;
  }
  .footer__contacts,
  .footer__socials {
    border: 0;
  }
  .footer__contacts {
    width: 32%;
    margin-left: auto;
    max-width: 349px;
  }
  .footer__socials {
    width: 24.5%;
    max-width: 267px;
  }
  .footer__phone {
    font-size: 17px;
  }
  .footer__phone + .footer__phone {
    margin-top: 24px;
  }
  .footer__address {
    font-size: 11px;
    margin-top: 9px;
  }
  .footer .socials__items {
    margin-left: -16px;
  }
  .footer .socials__item {
    width: 41px;
    height: 41px;
    margin-left: 16px;
  }
  .header__content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 28px;
  }
  .header .main-menu {
    padding-left: 1%;
  }
  .header .main-menu ul li {
    margin-left: 22.5px;
    margin-right: 22.5px;
  }
  .header .main-menu ul li.has-child {
    margin-right: 0;
    padding-right: 18px;
  }
  .header .main-menu ul li a {
    font-size: 20px;
  }
  .header .main-menu ul li span {
    font-size: 20px;
  }
  .header .main-menu ul li ul li a,
  .header .main-menu ul li ul li span {
    font-size: 18px;
    padding: 9px 20px 8px;
  }
  .header .socials {
    padding-right: 20px;
    margin-top: -4px;
  }
  .header .socials__items {
    margin-left: -32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .socials__item {
    margin-left: 32px;
    width: 20px;
    height: 20px;
  }
  .header__phone {
    margin-top: -2px;
  }
  .header__phone .svg-icon {
    width: 20px;
    height: 20px;
  }
  .header.dark-gb {
    padding-top: 190px;
  }
  .advantages {
    margin-bottom: 100px;
  }
  .advantages__in {
    padding-left: 110px;
    padding-right: 110px;
  }
  .advantages__title {
    font-weight: 300;
    margin-bottom: 53px;
    max-width: 1417px;
    line-height: 1.2;
  }
  .advantages__text {
    font-size: 21px;
    max-width: 489px;
    line-height: 1;
  }
  .advantages__items {
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
  }
  .advantages__item {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .advantages__item-icon {
    width: 83px;
    height: 83px;
    margin-bottom: 31px;
  }
  .advantages__item-title {
    font-size: 31px;
    margin-bottom: 32px;
    max-width: 329px;
    margin-left: auto;
    margin-right: auto;
  }
  .advantages__item-text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .advantages .logo-icon .svg-icon {
    width: 720px;
    height: 510px;
  }
  .all-countries {
    margin-bottom: 120px;
    position: relative;
    padding-bottom: 66px;
  }
  .all-countries h2,
  .all-countries .h2 {
    font-size: 72px;
    font-weight: 300;
  }
  .all-countries__top {
    position: static;
  }
  .all-countries__image {
    bottom: 0;
    border-radius: 0 0 83px 83px;
  }
  .all-countries__image img {
    bottom: -17%;
  }
  .all-countries__list {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1453px;
    margin-left: auto;
    margin-right: auto;
  }
  .all-countries__title {
    margin-bottom: 60px;
  }
  .all-countries__col {
    width: 16%;
  }
  .all-countries__item {
    font-size: 16px;
    margin-bottom: 21px;
  }
  .all-countries.type-2 .all-countries__image {
    display: block;
    left: 37px;
    right: 37px;
  }
  .all-countries.type-2 .all-countries__top {
    margin-top: 70px;
  }
  .articles {
    margin-bottom: 100px;
  }
  .articles__slider-in {
    padding-left: 120px;
    padding-right: 120px;
  }
  .articles__title {
    font-size: 130px;
    margin-bottom: 50px;
    background: linear-gradient(272.88deg, #96805e 7.02%, #f1e3ce 100.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .articles__item-image {
    margin-bottom: 16px;
  }
  .articles__item-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .articles__item .svg-icon {
    width: 58px;
    height: 58px;
    margin-top: 21px;
  }
  .articles__item .svg-icon__link {
    width: 16px;
    height: 7px;
  }
  .articles__item-text {
    font-size: 14px;
  }
  .articles .swiper-slide {
    width: calc(33.33%);
  }
  .b-modal__container {
    max-width: 1593px;
  }
  .b-modal__close {
    right: 135px;
    top: 83px;
    width: 52px;
    height: 37px;
  }
  .bot-text {
    margin-bottom: -170px;
    padding-top: 99px;
  }
  .bot-text__row {
    margin-bottom: 80px;
  }
  .bot-text__col {
    font-size: 20px;
    margin-bottom: 60px;
  }
  .bot-text__col:first-child {
    font-size: 25px;
  }
  .bot-text__sm-text {
    font-size: 15px;
    margin-bottom: 70px;
  }
  .breadcrumbs {
    font-size: 20px;
  }
  .company-ceo {
    margin-bottom: 70px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .company-ceo__title {
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .company-ceo .swiper {
    max-width: none;
  }
  .company-ceo .swiper-slide {
    height: auto;
  }
  .company-ceo__item {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .company-ceo__item-image {
    width: 230px;
    height: 230px;
    margin-bottom: 28px;
    border-radius: 30px;
  }
  .company-ceo__item-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-ceo__item-text {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: auto;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1.22;
  }
  .company-ceo__item-name {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 17px;
  }
  .company-ceo .socials {
    margin-top: 30px;
  }
  .company-ceo .socials__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -8px;
  }
  .company-ceo .socials__item {
    width: 58px;
    height: 46px;
    margin-left: 8px;
  }
  .contacts-content__b-text {
    font-size: 50px;
    max-width: none;
    margin-bottom: 24px;
  }
  .contacts-content__s-text {
    display: block;
    font-size: 20px;
    letter-spacing: -0.02em;
    font-weight: 400;
    margin-bottom: 17px;
  }
  .contacts-content__map-container.fullscreen-visible {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  .contacts-content__map .fullscreen.close {
    position: fixed;
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    z-index: 11;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    background-size: 50%;
  }
  .contacts-us:last-child {
    margin-bottom: -165px;
    padding-bottom: 0;
  }
  .contacts-us:last-child .contacts-us__in {
    padding-bottom: 154px;
  }
  .contacts-us {
    margin-bottom: 90px;
  }
  .contacts-us__image {
    border-radius: 79px 79px 0 0;
  }
  .contacts-us__in {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .contacts-us__sm-text {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .contacts-us__title {
    max-width: 1090px;
    font-size: 80px;
    margin-bottom: 27px;
  }
  .contacts-us__text {
    font-size: 18px;
    width: 416px;
  }
  .contacts-us__actions {
    margin-top: 39px;
  }
  .contacts-us__actions .site-button {
    margin-right: 17px;
  }
  .contacts-us .decor-lines {
    top: 0;
    bottom: 0;
    opacity: 0.7;
    max-width: 722px;
  }
  .contacts-us .decor-lines__image {
    background-position-y: 90%;
    background-size: 31% 100%;
  }
  .contacts-us .site-button {
    min-width: 420px;
  }
  .contacts-us .socials__items {
    margin-left: -12px;
  }
  .contacts-us .socials__item {
    width: 90px;
    height: 73px;
    margin-left: 12px;
  }
  .contacts-us.type-2 .contacts-us__in {
    padding-top: 136px;
    padding-bottom: 147px;
  }
  .contacts-us.type-2 .contacts-us__sm-text {
    margin-bottom: 120px;
  }
  .contacts-us.type-2 .contacts-us__title {
    font-size: 110px;
    line-height: 1;
  }
  .contacts-us.type-2 .decor-lines {
    max-width: 43%;
    max-height: none;
  }
  .contacts-us.type-2 .decor-lines .decor-lines__image {
    background-position-y: 120%;
    -webkit-filter: none;
            filter: none;
  }
  .contacts-us.type-2 .logo-icon {
    left: 61px;
    top: 61px;
  }
  .contacts-us.type-3 .contacts-us__title {
    font-size: 100px;
  }
  .contacts-us.type-3 .contacts-us__text {
    font-size: 21px;
    font-weight: 500;
    color: #e8e2d3;
  }
  .contacts-us.type-3 .contacts-us__image .shadow {
    opacity: 0.22;
  }
  .contacts-us.type-4 .contacts-us__in {
    padding-bottom: 118px;
  }
  .contacts-us.type-4 .contacts-us__title {
    max-width: 884px;
  }
  .contacts-us.type-4 .decor-lines {
    max-width: 720px;
    bottom: 10%;
  }
  .contacts-us:has(+ .services2),
  .contacts-us:has(+ .bot-text) {
    margin-bottom: -82px;
  }
  .contacts-us.firefox-indent {
    margin-bottom: -82px;
  }
  .countries-list .swiper {
    padding-left: 140px;
    padding-right: 140px;
  }
  .countries-list__item.swiper-slide {
    text-align: left;
  }
  .countries-list__item-img {
    margin-bottom: 23px;
  }
  .countries-list__item-name {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .countries-list__item-text {
    font-size: 13px;
  }
  .countries-list.type-2 {
    margin-top: 71px;
  }
  .countries-list.type-2 .swiper {
    padding-left: 140px;
    padding-right: 140px;
    margin-left: 0;
  }
  .countries-list.type-2 .countries-list__item.swiper-slide {
    padding-left: 0;
  }
  .countries-list.type-2 .countries-list__item-img {
    margin-bottom: 16px;
  }
  .countries-list.type-2 .countries-list__item-name {
    font-size: 20px;
    margin-right: -44px;
  }
  .countries-list.type-2 .countries-list__item-text {
    margin-right: -44px;
    font-size: 10px;
  }
  .countries-list.type-3 {
    padding-left: 37px;
    padding-right: 37px;
  }
  .countries-list.type-3 .swiper {
    padding-left: 85px;
    padding-right: 85px;
    overflow: hidden;
    margin-left: 0;
    -webkit-overflow-scrolling: touch;
  }
  .countries-list.type-3 .countries-list__item {
    margin-left: 0;
  }
  .countries-list.type-3 .countries-list__item-name {
    text-align: center;
    font-size: 24px;
  }
  .countries-list-wrapper.type-2 {
    margin-top: 50px;
  }
  .countries-list-wrapper .swiper-scrollbar {
    display: none;
    margin-top: 85px;
    margin-bottom: -99px;
    height: 14px;
  }
  .countries-list-wrapper__header {
    margin-bottom: 55px;
  }
  .countries-list-wrapper__header .countries-list-wrapper__title {
    font-size: 85px;
    font-weight: 400;
    max-width: 810px;
  }
  .countries {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 106px;
    margin-bottom: 78px;
  }
  .countries__image {
    border-radius: 70px;
  }
  .countries__header {
    margin-bottom: 36px;
  }
  .countries__title {
    font-size: 200px;
  }
  .countries__undertitle {
    line-height: 1;
    font-size: 40px;
    max-width: 916px;
    margin-left: auto;
    margin-right: auto;
    color: #484335;
    letter-spacing: -0.02em;
  }
  .countries__footer {
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 50px;
    margin-top: 112px;
  }
  .countries__more {
    font-size: 30px;
  }
  .countries__more .svg-icon svg {
    width: 27px;
    height: 15px;
  }
  .desc-block {
    font-size: 30px;
    margin-bottom: 100px;
    margin-top: 100px;
    max-width: 600px;
  }
  .entertainment {
    margin-bottom: -196px;
  }
  .entertainment__in {
    padding-bottom: 260px;
    padding-left: 122px;
    padding-top: 465px;
  }
  .entertainment__header {
    margin-bottom: 115px;
  }
  .entertainment__title {
    font-size: 122px;
    letter-spacing: -0.05em;
    margin-bottom: 13px;
  }
  .entertainment__text {
    font-size: 21px;
    width: 450px;
  }
  .entertainment__items {
    max-width: 1438px;
    margin-left: auto;
    margin-right: auto;
  }
  .entertainment__item-title {
    font-size: 33px;
  }
  .entertainment__item-text {
    font-size: 13px;
    line-height: 1;
  }
  .entertainment .decor-lines__image {
    background-position-y: 471%;
    background-size: 342% 170%;
  }
  input {
    height: 56px;
  }
  .agreement {
    margin-bottom: 28px;
    font-size: 15px;
  }
  .form {
    padding: 71px 135px;
  }
  .form__title {
    max-width: 570px;
    margin-bottom: 29px;
    line-height: 1;
  }
  .form__text {
    font-weight: 600;
    margin-bottom: 40px;
  }
  .form .agreement {
    margin-top: 0;
  }
  .form .agreement__icon {
    width: 35px;
    height: 34px;
  }
  .form .site-button {
    min-width: 327px;
    font-size: 23px;
    min-height: 72px;
  }
  .form .site-button .svg-icon {
    margin-left: 40px;
  }
  .form .socials__item {
    width: 92px;
    height: 72px;
  }
  .form .socials__item svg,
  .form .socials__item img {
    max-width: 38%;
  }
  .form__title {
    max-width: 710px;
  }
  .hero-in.fixed .hero-in__in {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .hero-in__in {
    padding-top: 158px;
    padding-bottom: 110px;
    min-height: 640px;
  }
  .hero-in__container {
    padding-left: 92px;
    padding-right: 92px;
  }
  .hero-in__container h1,
  .hero-in__container .h1 {
    font-size: 92px;
    font-weight: 400;
  }
  .hero-in__sm-text {
    margin-bottom: 48px;
    font-size: 12px;
  }
  .hero-in.type-2 h1,
  .hero-in.type-2 .h1 {
    font-weight: 400;
    font-size: 115px;
    line-height: 1;
  }
  .hero-in.type-2 .hero-in__sm-text {
    margin-bottom: 0;
  }
  .hero-in.type-2 .hero-in__in {
    padding-bottom: 62px;
  }
  .hero-in.type-2 .hero-in__middle {
    padding-top: 15px;
  }
  .hero-in.contacts-intro h1,
  .hero-in.contacts-intro .h1 {
    font-size: 119px;
    margin-bottom: 62px;
  }
  .hero-in.contacts-intro .shadow {
    background: rgba(0,0,0,0.4);
  }
  .hero-in.contacts-intro .hero-in__middle {
    padding-top: 115px;
  }
  .hero-in.contacts-intro .hero-in__sm-text {
    margin-bottom: 0;
  }
  .hero-in.contacts-intro .contacts__item:nth-child(1n) {
    width: 53%;
  }
  .hero-in.contacts-intro .contacts__item:nth-child(2n) {
    width: 47%;
    padding-right: 0;
  }
  .hero-in.contacts-intro .contacts__item-name {
    font-size: 20px;
  }
  .hero-in.contacts-intro .contacts__item-body div a {
    font-weight: 500;
    font-size: 43px;
  }
  .hero-in .hide-hero {
    opacity: 0;
  }
  .hero-in + * {
    padding-top: 80px;
  }
  .hero__in {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .hero__in {
    min-height: 700px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .hero__item {
    padding-top: 40px;
    max-height: 85%;
  }
  .hero__item-title {
    font-size: 84px;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  .hero__item-text {
    letter-spacing: 0.5em;
    font-size: 10.0069px;
    font-weight: 300;
  }
  .hero__item .svg-icon {
    margin-top: 48px;
  }
  .hero .decor-lines {
    top: 0;
    bottom: 0;
    right: -10%;
    height: auto;
    opacity: 0.5;
    width: 55%;
    max-height: none;
    max-width: none;
  }
  .hero .decor-lines__mask {
    -webkit-mask-position: 0 center;
    mask-position: 0 center;
  }
  .hero .decor-lines__image {
    background-position-y: 170%;
  }
  .hero .decor-lines.to-right {
    left: -10%;
    right: auto;
  }
  .hero .decor-lines.to-right .decor-lines__image {
    background-position-y: 2122%;
    background-size: 150%;
  }
  .hero__image .decor-lines {
    opacity: 0.7;
  }
  .hero__image .decor-lines__image {
    background-position-y: -43%;
    background-size: 100%;
  }
  .hero__text {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .hero__title {
    font-size: 80px;
    margin-bottom: 30px;
  }
  .hero__text-content {
    max-width: 50%;
    font-size: 20px;
    line-height: 1.7;
  }
  .hero + * {
    padding-top: 80px;
  }
  .hotels-and-villas:last-child {
    margin-bottom: -40px;
  }
  .hotels-and-villas {
    margin-bottom: 115px;
  }
  .hotels-and-villas__header {
    margin-bottom: 66px;
  }
  .hotels-and-villas__title {
    margin-bottom: 5px;
    font-weight: 300;
  }
  .hotels-and-villas__title br {
    display: none;
  }
  .hotels-and-villas__text {
    font-size: 30px;
    font-weight: 300;
  }
  .hotels-and-villas__slider .swiper {
    margin-left: -37px;
  }
  .hotels-and-villas__item.swiper-slide {
    width: 400px;
    padding-left: 37px;
  }
  .hotels-and-villas__item-image {
    border-radius: 38px;
    margin-bottom: 18px;
  }
  .hotels-and-villas__item-shield {
    left: 34px;
    top: 34px;
    width: auto;
    padding: 8px 14px 5px;
    font-size: 8px;
  }
  .hotels-and-villas__item-container > .svg-icon {
    top: 6px;
    width: 44px;
    height: 44px;
  }
  .hotels-and-villas__item-container > .svg-icon .svg-icon__link {
    width: 19px;
    height: 8px;
  }
  .hotels-and-villas__item-stars {
    margin-bottom: 8px;
    height: 17px;
    width: 85px;
  }
  .hotels-and-villas__item-title {
    font-size: 22px;
    margin-bottom: 15px;
    letter-spacing: -0.03em;
  }
  .hotels-and-villas__item-text {
    font-weight: 300;
    font-size: 16px;
  }
  .hotels-and-villas__item-address {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 16px;
    padding-bottom: 15px;
  }
  .hotels-and-villas__item-address + .hotels-and-villas__item-text {
    margin-top: 0;
    margin-bottom: 0;
  }
  .hotels-and-villas.simple-list {
    margin-bottom: 65px;
  }
  .hotels-and-villas.simple-list .hotels-and-villas__header {
    margin-bottom: 60px;
  }
  .hotels-and-villas.simple-list .hotels-and-villas__title {
    font-weight: 400;
    font-size: 77px;
  }
  .hotels-and-villas.simple-list .hotels-and-villas__items {
    margin-left: -35px;
  }
  .hotels-and-villas.simple-list .hotels-and-villas__item {
    padding-left: 35px;
    margin-bottom: 47px;
  }
  .hotels-and-villas.simple-list .hotels-and-villas__item-shield {
    left: 27px;
    top: 28px;
  }
  .hotels-and-villas.simple-list .hotels-and-villas__item-image {
    margin-bottom: 15px;
    max-height: 305px;
  }
  .hotels-and-villas.simple-list .hotels-and-villas__item-title {
    font-size: 18px;
  }
  .hotels-and-villas.simple-list .hotels-and-villas__item-text {
    font-size: 13px;
    font-weight: 300;
  }
  .logo-icon .svg-icon {
    width: 63px;
    height: 45px;
  }
  .most-popular {
    margin-bottom: 71px;
  }
  .most-popular__title {
    text-align: left;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 50px;
  }
  .most-popular__items {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1453px;
    margin-left: auto;
    margin-right: auto;
  }
  .most-popular__col {
    width: 16%;
  }
  .most-popular__item {
    margin-bottom: 26px;
  }
  .moving-text {
    font-size: 120px;
    padding-bottom: 46px;
  }
  .moving-text.border-top {
    font-size: 100px;
    padding-top: 39px;
    margin-bottom: 40px;
  }
  .page-scroller {
    width: 60px;
    height: 60px;
    right: 26px;
    bottom: 27px;
  }
  .service-text {
    margin-bottom: 96px;
    padding-top: 60px;
  }
  .service-text__row {
    margin-top: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 68px;
    margin-bottom: 43px;
  }
  .service-text__row > h3,
  .service-text__row > .h3 {
    width: 100%;
  }
  .service-text .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-text__row.type-1 .service-text__col {
    max-width: none;
    width: 48%;
  }
  .service-text__col {
    width: 42%;
    max-width: 588px;
  }
  .service-text__col.type-3 {
    width: 51%;
    max-width: 719px;
  }
  .service-text__col.d-flex h3,
  .service-text__col.d-flex .h3 {
    max-width: 489px;
  }
  .service-text__col.d-flex h3:first-child,
  .service-text__col.d-flex .h3:first-child {
    margin-bottom: auto;
  }
  .service-text__col .s-img {
    position: relative;
    margin-bottom: 0;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .service-text__col .s-img:after {
    content: '';
    padding-top: 58.436%;
    display: inline-block;
  }
  .service-text__col .s-img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-text__container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .service-text__container h3 {
    margin-bottom: 38px;
  }
  .service-text__container .service-text__row {
    margin-bottom: 57px;
  }
  .service-text__container .service-text__row:last-child {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid rgba(175,167,154,0.6);
  }
  .service-text__container .service-text__row .s-img {
    margin-right: -40px;
  }
  .service-text__row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .service-text__row.type-1 .m-hidden {
    max-width: 375px;
  }
  .service-text .m-hidden {
    display: block;
  }
  .service-text .d-hidden {
    display: none;
  }
  .service-text.type-2 .service-text__container {
    border: 0;
    margin-top: 0;
  }
  .service-text.type-2 .service-text__row {
    margin-top: 45px;
    padding-top: 43px;
  }
  .service-text.type-2 .service-text__row > h3,
  .service-text.type-2 .service-text__row > .h3 {
    margin-bottom: 30px;
  }
  .service-text.type-2 .service-text__col {
    width: 47%;
  }
  .service-text.c-location {
    margin-bottom: 120px;
  }
  .service-text.c-location .service-text__row {
    border-top: 1px solid rgba(175,167,154,0.6);
  }
  .service-text .sm-title {
    font-size: 15px;
    margin-top: 109px;
    margin-bottom: 50px;
  }
  .service-text .b-img {
    margin-top: 50px;
    margin-bottom: 71px;
    margin-left: 0;
    margin-right: 0;
    max-height: 299px;
  }
  .service-text .b-img:after {
    padding-top: 30.3%;
  }
  .service-text .b-img.type-2 {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-height: none;
    border-radius: 50px;
  }
  .services {
    margin-bottom: 20px;
  }
  .services .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .services__container-wrap {
    margin-top: -211px !important;
    margin-bottom: -270px !important;
  }
  .services__container {
    padding-top: 350px;
    padding-bottom: 350px;
  }
  .services__container.container {
    padding-left: 111px;
    padding-right: 111px;
  }
  .services__overtitle {
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: 0.5em;
    font-weight: 400;
  }
  .services__title {
    font-size: 250px;
    margin-bottom: -20px;
  }
  .services__item:hover .services__item-icon {
    -webkit-transform: scale(1.05) translateX(0);
            transform: scale(1.05) translateX(0);
  }
  .services__item-text {
    margin-bottom: 80px;
  }
  .services__item-title {
    font-size: 53px;
  }
  .services__item-icon {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100px;
    height: 100px;
    margin-top: 86px;
  }
  .services__item-icon .svg-icon {
    width: 17px;
    height: 8px;
  }
  .services .decor-lines__image {
    background-size: 950% 429%;
    background-position-y: 80%;
    left: -22%;
  }
  .services2 {
    margin-bottom: 103px;
    border-radius: 65px 65px 0 0;
  }
  .services2__image,
  .services2__shadows {
    border-radius: 65px 65px 0 0;
  }
  .services2__image {
    max-height: 100%;
  }
  .services2__shadows {
    display: none;
  }
  .services2__in {
    padding: 60px 47px 85px;
  }
  .services2__header {
    margin-bottom: 69px;
  }
  .services2__title {
    font-size: 180px;
    font-weight: 100;
    margin-bottom: 29px;
    background: linear-gradient(83.72deg, #ffe5be -2.25%, #fff5e7 79.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .services2__undertitle {
    font-size: 22px;
    color: #e1d5c4;
  }
  .services2__decor-text {
    padding-left: 73px;
    margin-bottom: 67px;
    font-size: 59px;
    letter-spacing: -0.05em;
  }
  .services2 .logo-icon {
    margin-bottom: 27px;
  }
  .services2 .logo-icon .svg-icon {
    width: 53px;
    height: 38px;
  }
  .services2__items {
    padding-left: 73px;
    padding-right: 73px;
    margin-left: -35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .services2__item {
    margin-bottom: 40px;
    padding: 59px 45px 59px 65px;
    margin-left: 35px;
    width: calc(50% - 35px);
    max-width: 713px;
  }
  .services2__item:last-child {
    margin-bottom: 40px;
  }
  .services2__item-title {
    font-size: 36px;
  }
  .services2__item-icon {
    width: 80px;
    height: 80px;
  }
  .services2__item-icon .svg-icon {
    width: 30px;
    height: 12px;
  }
  .services2__item-image {
    border-radius: 214px;
  }
  .services2__item-image:after {
    width: auto;
    left: 0px;
    opacity: 0.6;
    top: -97px;
    bottom: -46px;
  }
  .services2__more {
    font-size: 14px;
    margin-top: 64px;
  }
  .services2__more a .svg-icon {
    margin-left: 27px;
  }
  .services2 .decor-lines__image {
    background-position-y: 30%;
  }
  .services2.type-2 {
    border-radius: 80px 80px 0 0;
  }
  .services2.type-2:last-child {
    margin-bottom: -170px;
  }
  .services2.type-2 .services2__in {
    padding-top: 95px;
  }
  .services2.type-2 .services2__header {
    margin-bottom: 100px;
  }
  .services2.type-2 .services2__title {
    font-size: 92px;
    margin-bottom: 38px;
  }
  .services2.type-2 .services2__undertitle {
    font-size: 23px;
  }
  .contacts-us + .services2 {
    border-radius: 0;
  }
  .contacts-us + .services2 .services2__in {
    padding-left: 127px;
    padding-right: 127px;
  }
  .contacts-us + .services2 .services2__header {
    margin-bottom: 90px;
  }
  .contacts-us + .services2 .services2__title {
    font-size: 92px;
  }
  .contacts-us + .services2 .services2__title span span {
    background: linear-gradient(272.88deg, #96805e 30%, #deccb2 97.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .contacts-us + .services2 .services2__items {
    padding-left: 0;
    padding-right: 0;
  }
  .services3 {
    margin-bottom: 90px;
  }
  .services3__header {
    padding-bottom: 46px;
    margin-bottom: 46px;
  }
  .services3__title {
    font-size: 130px;
    margin-bottom: 12px;
  }
  .services3__items {
    margin-left: -12px;
  }
  .services3__item {
    margin-bottom: 12px;
    margin-left: 12px;
    width: calc(33.33% - 12px);
    -webkit-transition: 0.3s -webkit-box-shadow;
    transition: 0.3s -webkit-box-shadow;
    transition: 0.3s box-shadow;
    transition: 0.3s box-shadow, 0.3s -webkit-box-shadow;
  }
  .services3__item:hover {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.9);
            box-shadow: 0 0 7px rgba(0,0,0,0.9);
  }
  .services3__item:hover .services3__item-title {
    text-shadow: 0 0 10px #000, 0 0 10px #000;
  }
  .services3__item:after {
    height: 100%;
    vertical-align: middle;
  }
  .services3__item-title {
    font-size: 32px;
    -webkit-transition: 0.3s text-shadow;
    transition: 0.3s text-shadow;
  }
  .services3__item-text {
    font-size: 21px;
  }
  .services3__item-container {
    max-width: 349px;
  }
  .services3__item-arrow {
    display: none;
  }
  .services3 h2,
  .services3 .h2 {
    font-size: 53px;
    margin-bottom: 43px;
  }
  .services3 .sm-title {
    margin-top: 47px;
    margin-bottom: 63px;
  }
  .site-button {
    min-height: 73px;
    font-size: 29px;
    border-radius: 68.82px;
    padding-top: 10px;
  }
  .site-button .svg-icon--arr-r3 {
    width: 48px;
    height: 20px;
    margin-left: 49px;
  }
  body .swiper-scrollbar {
    margin-top: 66px;
  }
  body .swiper-scrollbar .swiper-scrollbar-drag {
    height: 15px;
  }
  .text-block {
    margin-bottom: 110px;
  }
  .text-block__title {
    font-size: 98px;
    margin-bottom: 70px;
    text-align: center;
  }
  .text-block.type-2 {
    margin-top: 113px;
  }
  .text-block.type-2 .text-block__header-in {
    padding-bottom: 0;
    margin-bottom: 65px;
    border: 0;
  }
  .text-block.type-2 .t-title {
    max-width: 800px;
  }
  .text-block.type-2 .text-content {
    padding-left: 120px;
    padding-right: 120px;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-block.type-2 hr {
    margin-bottom: 58px;
    margin-top: 54px;
  }
  .text-content {
    margin-bottom: 90px;
  }
  .text-content h2,
  .text-content .h2 {
    margin-bottom: 82px;
  }
  .text-content .border-b {
    padding-bottom: 25px;
    margin-bottom: 41px;
  }
  .text-content__title {
    max-width: 1200px;
  }
  .text-content .maxw {
    max-width: 489px;
  }
  .text-content .lng-text {
    margin-top: 113px;
    margin-bottom: 85px;
  }
  .travel {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 113px;
  }
  .travel__header {
    margin-bottom: 37px;
    padding-left: 78px;
    padding-right: 78px;
  }
  .travel__title {
    font-size: 79px;
    letter-spacing: -0.05em;
    max-width: 1366px;
  }
  .travel__text {
    font-size: 21px;
    width: 489px;
  }
  .travel__items {
    margin-left: 0;
    padding-bottom: 0;
  }
  .travel__item {
    width: 50%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .travel__item:after {
    padding-top: 76.7%;
  }
  .travel__item-title {
    font-size: 70px;
  }
  .travel__item-text {
    font-size: 10px;
  }
  .travel__footer {
    margin-top: 91px;
  }
  .travel__footer-title {
    font-size: 25px;
    letter-spacing: 0.5em;
    margin-bottom: 36px;
    line-height: 31px;
  }
  .travel__footer .travel__text {
    width: auto;
    font-size: 17px;
    letter-spacing: -0.02em;
    max-width: 489px;
  }
  .widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .widgets__slider {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 636px;
  }
  .widgets__title {
    margin-bottom: 57px;
  }
  .widgets__col {
    width: 47%;
    max-width: 786px;
    margin: 0;
  }
  .widgets__item {
    width: 33.33%;
    max-width: 217px;
  }
  .widgets__item.swiper-slide {
    width: 33.33%;
  }
  .widgets__item-in {
    border-radius: 29.4231px;
    padding-left: 25px;
  }
  .widgets__col--weather .widgets__item {
    max-width: 381px;
  }
  .widgets__col--weather .widgets__item-icon {
    width: 49px;
  }
  .widgets__col--weather .widgets__item-value {
    font-size: 41px;
  }
}
@media (min-width: 1366px) {
  .header .socials__items {
    margin-right: 24%;
  }
  .b-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 56px;
    margin-left: -70px;
  }
  .b-row + .b-row {
    margin-top: 22px;
  }
  .b-row.v-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .b-row.sm-margin .b-row__col {
    margin-bottom: 0;
  }
  .b-row__col {
    margin-bottom: 0;
    padding-left: 70px;
    width: calc(50%);
  }
  .b-row__col:nth-child(2n) {
    padding-left: 70px;
  }
  .b-row__col .b-img {
    border-radius: 50px;
    max-width: 638px;
  }
  .b-row.rever {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .b-row.rever .b-row__col {
    padding-left: 70px;
  }
  .b-row.rever .b-row__col:nth-child(2n) {
    padding-left: 70px;
  }
  .contacts-content__col {
    max-width: 480px;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-content__work {
    margin-top: auto;
  }
  .contacts-content__map {
    width: 30%;
    margin-top: 0;
    margin-left: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    max-width: 752px;
  }
  .service-text__col.d-flex {
    padding-bottom: 17px;
  }
  .service-text.type-2 .service-text__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .header .socials__items {
    margin-right: 32%;
  }
  .all-countries h2,
  .all-countries .h2 {
    font-size: 92px;
  }
  .bot-text__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1427px;
    margin-left: auto;
    margin-right: auto;
  }
  .bot-text__col {
    width: 50%;
    margin-bottom: 0;
    padding-right: 3%;
  }
  .bot-text__col:nth-child(2) {
    max-width: none;
    padding-left: 7%;
    padding-right: 0;
  }
  .bot-text__sm-text {
    margin-top: 79px;
    margin-bottom: 70px;
  }
  .container > .breadcrumbs {
    margin-bottom: 70px;
  }
  .countries-list .swiper {
    padding-left: 203px;
    padding-right: 203px;
  }
  .countries-list__item:nth-child(2n) {
    margin-top: 13%;
  }
  .countries__in {
    padding-bottom: 47px;
  }
  .countries__footer {
    padding-top: 47px;
  }
  .countries__more {
    font-size: 45px;
  }
  .countries__more .svg-icon {
    margin-left: 70px;
    width: 115px;
    height: 115px;
  }
  .hotels-and-villas.simple-list .hotels-and-villas__title {
    font-size: 100px;
  }
  .hotels-and-villas.simple-list .hotels-and-villas__item {
    width: 25%;
  }
  .service-text__container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .service-text__container .service-text__row .s-img {
    margin-right: -80px;
  }
  .service-text__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .service-text__row.type-1 .service-text__col {
    width: 50%;
  }
  .service-text__row.type-1 .service-text__col:nth-child(1) {
    max-width: 820px;
  }
  .service-text__row.type-1 .service-text__col:nth-child(2) {
    padding-left: 50px;
  }
  .service-text__row.type-1.reverse .service-text__col:nth-child(1) {
    padding-left: 0;
    width: 50.602%;
  }
  .service-text__row.type-1.reverse .service-text__col:nth-child(2) {
    width: 49.398%;
    padding-right: 54px;
    padding-left: 0;
  }
  .services3__item {
    width: calc(25% - 12px);
    min-height: 535px;
  }
  .services3__item-title {
    font-size: 32px;
  }
  .text-block__title {
    font-size: 115px;
  }
}
@media (min-width: 1600px) {
  .header .main-menu {
    padding-left: 3%;
  }
  .advantages__header {
    margin-bottom: 107px;
  }
  .advantages__title {
    font-size: 122px;
  }
  .advantages__item-title {
    font-size: 34px;
  }
  .advantages .logo-icon .svg-icon {
    width: 946px;
    height: 676px;
  }
  .all-countries__image img {
    bottom: -25%;
  }
  .articles {
    margin-bottom: 140px;
  }
  .articles__title {
    font-size: 200px;
    margin-bottom: 75px;
  }
  .articles .swiper {
    margin-left: -71px;
  }
  .articles .swiper-slide {
    padding-left: 71px;
  }
  .articles__item-image:after {
    padding-top: 100%;
  }
  .bot-text {
    padding-top: 153px;
    padding-bottom: 107px;
  }
  .bot-text__col {
    padding-right: 9%;
  }
  .bot-text__col:nth-child(2) {
    padding-left: 5%;
  }
  .company-ceo {
    margin-bottom: 88px;
    padding-top: 71px;
    padding-bottom: 81px;
  }
  .company-ceo__title {
    font-size: 92px;
    margin-bottom: 94px;
  }
  .contacts-us {
    margin-bottom: 172px;
  }
  .contacts-us__in {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .contacts-us__title {
    font-size: 92px;
    max-width: 1207px;
  }
  .contacts-us .socials__item {
    width: 115px;
    height: 90px;
  }
  .contacts-us.type-2 .contacts-us__title {
    font-size: 200px;
    max-width: none;
    font-weight: 400;
  }
  .contacts-us.type-2 .contacts-us__sm-text {
    font-size: 17px;
  }
  .contacts-us.type-2 .decor-lines {
    max-width: 43%;
  }
  .contacts-us.type-2 .decor-lines .decor-lines__image {
    background-position-y: 100%;
  }
  .contacts-us.type-3 .contacts-us__title {
    font-size: 150px;
  }
  .contacts-us.type-4 .contacts-us__title {
    font-size: 120px;
    max-width: 1060px;
    line-height: 1.2;
  }
  .countries-list-wrapper__header .countries-list-wrapper__title {
    font-size: 150px;
    max-width: 1300px;
  }
  .entertainment__title {
    font-size: 122px;
  }
  .hero-in__in {
    min-height: 751px;
  }
  .hero-in__middle {
    padding-top: 105px;
  }
  .hero-in__container h1,
  .hero-in__container .h1 {
    font-size: 150px;
    line-height: 1.2;
  }
  .hero-in.type-2 h1,
  .hero-in.type-2 .h1 {
    font-size: 150px;
  }
  .hero-in.type-2 .hero-in__in {
    padding-bottom: 50px;
  }
  .hero-in.contacts-intro h1,
  .hero-in.contacts-intro .h1 {
    font-size: 150px;
  }
  .hero-in.contacts-intro .hero-in__middle {
    padding-top: 240px;
  }
  .hero-in.contacts-intro .hero-in__content {
    min-height: 373px;
  }
  .hero-in.contacts-intro .contacts {
    max-width: 1515px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero-in.contacts-intro .contacts__item:nth-child(2n) {
    width: 42%;
  }
  .hero-in.contacts-intro .contacts__item-name {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .hero-in.contacts-intro .contacts__item-body div a {
    font-size: 50px;
    font-weight: 600;
  }
  .hero__title {
    font-size: 125px;
  }
  .hotels-and-villas__item.swiper-slide {
    width: 479px;
  }
  .moving-text {
    font-size: 200px;
  }
  .moving-text.border-top {
    font-size: 212px;
  }
  .service-text {
    margin-bottom: 136px;
  }
  .service-text__container {
    padding-left: 125px;
    padding-right: 125px;
  }
  .service-text__container .service-text__row .s-img {
    margin-right: -125px;
  }
  .service-text.type-2 .service-text__row {
    margin-top: 51px;
  }
  .services__title.h2 {
    font-size: 250px;
  }
  .services2__title {
    font-size: 220px;
  }
  .services2__item-title {
    font-size: 46px;
  }
  .services2__item-icon {
    width: 116px;
    height: 116px;
  }
  .services2__item-icon .svg-icon {
    width: 30px;
    height: 12px;
  }
  .services2 .decor-lines__image {
    background-position-y: 2843px;
  }
  .services2.type-2:last-child .services2__in {
    padding-bottom: 150px;
  }
  .services2.type-2 .services2__header {
    margin-bottom: 130px;
  }
  .contacts-us + .services2 .services2__title {
    font-size: 100px;
  }
  .site-button {
    min-height: 90px;
    font-size: 29px;
    min-width: 420px;
    border-radius: 68.82px;
  }
  .site-button .svg-icon--arr-r3 {
    width: 48px;
    height: 20px;
    margin-left: 49px;
  }
  .text-block__title {
    font-size: 130px;
  }
  .text-block.type-2 .text-block__header-in {
    margin-bottom: 100px;
  }
  .text-block.type-2 .t-title {
    max-width: 1080px;
  }
  .widgets__item-in {
    padding: 30px 30px;
  }
  .widgets__item-head {
    font-size: 19px;
  }
  .widgets__item-value {
    font-size: 29px;
  }
  .widgets__item-comparison {
    font-size: 13px;
  }
  .widgets__col--weather .widgets__item-in {
    padding: 89px 40px 37px;
  }
  .widgets__col--weather .widgets__item-icon {
    width: 73px;
    right: 39px;
    top: 42px;
  }
  .widgets__col--weather .widgets__item-head {
    font-size: 22px;
  }
  .widgets__col--weather .widgets__item-value {
    font-size: 63px;
  }
}
@media (min-width: 1700px) {
  .company-ceo__item {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .company-ceo__item-col {
    width: 230px;
    margin-right: 42px;
  }
  .company-ceo__item-container {
    height: 100%;
  }
  .company-ceo__item-image {
    width: 230px;
    height: 230px;
    margin-left: 0;
    margin-right: 0;
  }
  .company-ceo__item-text {
    margin: 49px 0 auto;
    padding: 0 80px;
  }
  .company-ceo .socials {
    padding-left: 81px;
    margin-top: 35px;
  }
  .company-ceo .socials__items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1820px) {
  .countries__title {
    font-weight: 200;
    font-size: 347.57px;
  }
  .service-text__container .service-text__row--text {
    padding-right: 120px;
  }
  .services__title {
    margin-bottom: -50px;
  }
  .services__title.h2 {
    font-size: 426px;
  }
  .services__item:after {
    padding-top: 176.3%;
  }
  .services__item-title {
    font-size: 70px;
  }
  .services__item-icon {
    width: 144px;
    height: 144px;
  }
  .services__text {
    font-size: 21px;
  }
  .services__text-title {
    margin-bottom: 29px;
    font-size: 142px;
  }
  .services__container-wrap {
    margin-top: -370px !important;
    margin-bottom: -370px !important;
  }
  .services__container {
    padding-top: 532px;
    padding-bottom: 532px;
  }
  .services2__title {
    font-size: 280px;
  }
  .services3__header {
    padding-bottom: 56px;
    margin-bottom: 56px;
  }
  .services3__title {
    font-size: 200px;
  }
  .services3__text {
    font-size: 23px;
  }
  .services3 h2,
  .services3 .h2 {
    font-size: 92px;
  }
  .text-block__title {
    font-size: 151px;
  }
  .travel__title {
    font-size: 122px;
  }
  .travel__item-title {
    font-size: 69px;
  }
}
@media (max-width: 992px) {
  .hero-in__container h1,
  .hero-in__container .h1 {
    color: #fff;
  }
  .hero-in__container h1.text-splitter,
  .hero-in__container .h1.text-splitter {
    opacity: 1;
  }
  .hero-in__container h1.text-splitter span.line span,
  .hero-in__container .h1.text-splitter span.line span {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .hero-in__sm-text {
    opacity: 1;
  }
  .hero h1,
  .hero .h1 {
    color: #fff;
    line-height: 1.29;
  }
  .hero h1 .line span,
  .hero .h1 .line span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: fadeInTop 0s forwards;
            animation: fadeInTop 0s forwards;
    opacity: 1;
  }
}
