* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'GT Walsheim Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: black;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1710px;
}
html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

html::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

html::-webkit-scrollbar-thumb {
  background-color: #F8981D;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
  z-index: 2;
}

.wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/body-back-img.png");
  z-index: -2;

}

.wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;

}

/*header*/
header {
  width: 100%;
  padding: 20px 0;
  background: linear-gradient(180deg, #0062AD 0%, rgba(0, 98, 173, 0.3) 100%);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.header-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.header-logo img {
  width: auto;
  height: 140px;
}

.header-info {
  margin-left: 45px;
  width: 100%;
}

.header-info__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}

.header-info__top-contacts {
  display: flex;
  align-items: center;
}

.header-info__top-contacts a {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF !important;
  transition: ease-in-out .5s;

}
.header-info__top-contacts a:hover{
  color: #F8981D !important;
  transition: ease-in-out .5s;
}

.header-info__top-contacts a:last-child {
  margin: 0;
}

.header-info__top-contacts a svg {
  width: auto;
  height: 24px;
  margin-right: 12px;
}

.header-info__top-socials {
  display: flex;
  align-items: center;
}

.header-socials {
  display: flex;
  align-items: center;
}

.header-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: 15px;
  transition: ease-in-out .5s;

}
.header-socials a:hover{
  border-color: #F8981D;
}
.header-socials a:hover svg path{
  stroke: #F8981D;
  transition: ease-in-out .5s;
}

.header-socials a:last-child {
  margin: 0;
}

.header-socials a svg {
  width: auto;
  height: 15px;
}

.header-weather {
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  overflow: hidden;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  margin: 0 20px;
}

.header-weather svg {
  width: auto;
  height: 22px;
  margin-right: 10px;
}
.header-weather img {
  width: auto;
  height: 22px;
  margin-right: 10px;
}

.header-lang>.dropdown button {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: right;
  color: #FFFFFF;
  padding: 15px 20px;
}

.header-lang>.dropdown button:focus {
  box-shadow: none !important;
}

.header-lang>.dropdown button i {
  color: white;
  font-size: 15px;
  display: inline-block;
  margin-left: 10px;
}

.header-lang>.dropdown>.dropdown-menu {
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: white;
  border: 1px solid #E4E7E9;
  overflow: hidden;
  top: 2px !important;
  left: 0 !important;
  min-width: 97px !important;
}

.header-lang>.dropdown>.dropdown-menu a {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  text-transform: uppercase;
  color: #055089;
}

.header-lang>.dropdown>.dropdown-menu a:hover {
  color: white;
  background-color: #055089;
}

.header-info__bottom {
  padding-top: 35px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.header-info__bottom .header-info__top-socials{
  display: none;
}

.header-info__bottom > ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}

.header-info__bottom > ul > li {
  margin-right: 50px;
}

.header-info__bottom > ul > li > a {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  transition: ease-in-out .5s;
}
.header-info__bottom > ul > li > a:hover{
  color: #F8981D !important;
  transition: ease-in-out .5s;
}

/*end of header*/

/*home-banner*/
.home-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.home-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 18, 18, 0.4);
}

.home-banner>img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.home-banner>video {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.home-banner__info {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 1;
  max-width: 500px;
}

.home-banner__info h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.home-banner__info p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;

}

/*end of home-banner*/
.mt-120 {
  margin-top: 120px;
}

/*section-title*/
.section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  color: #055089;
}

.section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  color: #055089;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #F8981D;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 20px;
}

.section-title::before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #F8981D;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 20px;
}

/*end of section-title*/


/*home-about*/
.home-about .section-title::before {
  display: none;
}

.home-about__left {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #213544;
}

.home-about-img {
  width: 100%;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
}

.home-about-img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.home-about-right>div:nth-child(2)>.home-about-img {
  margin-top: 40px;
}

/*end of home-about*/

/*services-card*/
.services-card {
  width: 100%;
  height: 295px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  overflow: hidden;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.services-card img {
  width: auto;
  height: 65px;
}

.services-card h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  color: #091925;
  margin: 15px 0;
}

.services-card p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #213544;
}

/*end of services-card*/

/*home-gallery*/
.home-gallery__item {
  display: block;
}

.home-gallery__item-img {
  width: 100%;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
}

.home-gallery__item-img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.home-gallery__item h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  color: #091925;
  margin: 25px 0;
}

.home-gallery__item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #213544;
  margin: 0;
}

.owl-nav {
  margin-top: 40px !important;
}

.owl-nav>button {
  width: 50px !important;
  height: 50px !important;
  background-color: rgba(248, 240, 229, 0.6) !important;
  border: 1px solid #F8981D !important;
  backdrop-filter: blur(5px) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.owl-nav>button:focus {
  outline: none;
}

/*end of home-gallery*/

/*home-partners*/
.home-partners__item {
  display: block;
  width: 100%;
  /*height: 250px;*/
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  overflow: hidden;
}

.home-partners__item-img {
  width: 100%;
  height: 175px;
}

.home-partners__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.home-partners__item h1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #213544;
  margin: 0;
  margin-top: 15px;
}

/*end of home-partners*/

/*home-contacts*/
.home-contacts__left {
  padding: 25px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}

.home-contacts__left h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #091925;
}

.home-contacts__left p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #213544;
  margin-bottom: 30px;
}

.home-contacts__left-input {
  background: #F0F3F5;
  border-radius: 4px;
  overflow: hidden;
  height: 65px;
  padding: 17px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #213544;
  margin-bottom: 30px;
}

.home-contacts__left-button {
  display: inline-block;
  padding: 17px 70px;
  background: #0091FF;
  border-radius: 8px;
  overflow: hidden;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  border: none;
  transition: ease-in-out .5s;
}
.home-contacts__left-button:hover{
  color: #F8981D !important;
  transition: ease-in-out .5s;
}

.home-contacts__left-button:focus {
  outline: none;
}

.home-contacts__right {
  padding: 25px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}

.home-contacts__right-item {
  width: 100%;
  background-color: #F0F3F5;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px;
}

.home-contacts__right-item:last-child {
  margin-bottom: 0;
}

.home-contacts__right-item__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0091FF;
  border-radius: 8px;
  overflow: hidden;
}

.home-contacts__right-item__icon svg {
  width: auto;
  height: 30px;
}

.home-contacts__right-item__icon svg path {
  stroke: white;
}

.home-contacts__right-item__info {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.home-contacts__right-item__info span {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #213544;
  opacity: 0.8;
}

.home-contacts__right-item__info a {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #091925;
}

.home-contacts__right-item>h1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #213544;
  opacity: 0.8;
  margin-bottom: 0;
}

.home-contacts-socials {
  display: flex;
  align-items: center;
}

.home-contacts-socials>a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E1E6EA;
  border-radius: 4px;
  overflow: hidden;
  margin-left: 15px;
  transition: ease-in-out .5s;
}
.home-contacts-socials>a:hover{
  background-color: #0091FF;
  transition: ease-in-out .5s;
}
.home-contacts-socials>a:hover svg path{
  stroke: #F8981D !important;
  transition: ease-in-out .5s;
}

.home-contacts-socials>a>svg {
  width: auto;
  height: 25px;
}

.home-contacts-socials>a>svg path {
  stroke: #091925;
}

/*end of home-contacts*/

/*footer*/
.footer-top {
  padding: 60px 0;
  background-color: #112E45;
}

.footer-top__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo img {
  width: auto;
  height: 140px;
}

.footer-logo p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.8;
  max-width: 210px;
  margin-left: 30px;
  margin-bottom: 0;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
}

.footer-menu ul li {
  margin-bottom: 15px;
}

.footer-menu ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}

.footer-contact ul {
  list-style: none;
}

.footer-contact ul li {
  margin-bottom: 15px;
}

.footer-contact ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF !important;
  display: flex;
  align-items: center;
}

.footer-contact ul li a svg {
  width: auto;
  height: 20px;
  margin-right: 10px;
}

.footer-contact ul li a svg path {
  stroke: #F8981D;
}

.footer-bottom {
  padding: 20px 0;
  background-color: #081F31;
}

.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom-wrapper p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.8;
}

.footer-bottom-wrapper p a {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: rgb(0 145 255);
  opacity: 0.8;
}

/*end of footer*/

/*banner-inner*/
.banner-inner {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 380px;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(18, 18, 18, 0.4);
}

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}

.banner-inner__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
}

.banner-inner__wrapper nav ol li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.8;
  display: flex;
  align-items: center;
}

.banner-inner__wrapper nav ol li.active {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
}

.banner-inner__wrapper>h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 12px;
  margin-bottom: 0;
}

/* .banner-inner__wrapper nav ol li a>img {
  margin-right: 10px;
} */

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding: 0 20px;
  color: #ffffff;
  content: "\f105";
  font-family: fontawesome;
  opacity: 0.8;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
  display: flex;
  align-items: center;
}



/*end of banner-inner*/

/*gallery-inner*/
.gallery-item {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  overflow: hidden;
  padding: 25px;
  margin-bottom: 30px;
}

.gallery-item__img {
  width: 100%;
  height: 260px;
  position: relative;
}
.gallery-item__img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  z-index: 1;
}
.gallery-item__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(18, 18, 18, 0.3);
}

.gallery-item__img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.gallery-item h1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #213544;
  margin-bottom: 0;
  margin-top: 25px;
}

/*gallery-inner*/

/*contacts-inner*/
.contacts-inner__item {
  width: 100%;
  padding: 25px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  margin-bottom: 30px;
}

.contacts-inner__item h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #091925;
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(59, 77, 90, 0.2);
  margin-bottom: 20px;
}

.contacts-inner__item p {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #3B4D5A;
  margin: 10px 0;
}

.contacts-inner__item p svg {
  width: auto;
  height: 20px;
  margin-right: 10px;
}

.contacts-inner__item a {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #091925;
}

.contacts-iframe {
  width: 100%;
  height: 370px;
  border-radius: 4px;
  overflow: hidden;
}

.contacts-iframe iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
.countries-inner-third__tab {
  border: none;
  display: inline-flex;
  /*padding: 8px;*/

  /*background: #E0E0E0;*/
  border-radius: 4px;
}
.countries-inner-third__tab li{
  margin-right: 10px;
}

.countries-inner-third__tab li a {
  padding: 10px 15px !important;
  display: inline-block !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #233349;
  border-radius: 4px;
  border: 1px solid rgba(17, 46, 69, 0.20) !important;
  backdrop-filter: blur(2.5px);
  overflow: hidden;
}

.countries-inner-third__tab li a i {
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
}

.countries-inner-third__tab li a.active {
  background-color: #233349 !important;
  padding: 10px 15px !important;
  display: inline-block !important;
  color: #FFFFFF !important;
  border-radius: 4px;
  overflow: hidden;
}

.countries-inner-third__tab li a:hover {
  border: none;
  color: #233349 !important;
}

.countries-inner-third__tab li a.active:hover {
  color: #FFFFFF !important;
}

.countries-inner-third__tab-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  /*justify-content: center;*/
}


/*end of contacts-inner*/

/* countries-faq */


.accordion-vacancy .accordion__item {
  margin-bottom: 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);

}

.accordion-vacancy .accordion__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #091925;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;

}

.accordion-vacancy .accordion__body {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.accordion-vacancy .accordion__content {
  /* background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px); */
  padding: 30px;
}

.accordion-vacancy .accordion__content ul {
  padding-left: 20px;
}

/* .accordion-vacancy .accordion__title > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  padding: 7px;
} */

.accordion-vacancy .accordion__title>div svg {
  /* font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 21px; */
  width: auto;
  height: 18px;
  transition: transform 0.3s ease-in 0s;
  color: #091925;
}

.accordion-vacancy .is-open .accordion__title>div svg {
  transform: rotate(45deg);
}

/* end of countries-faq */

/*reviews-inner-answers*/
.reviews-inner-item {
  width: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  margin-bottom: 30px;
}

.reviews-inner-item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #3B4D5A;
}

.reviews-inner-item h1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #091925;
}

/*end of reviews-inner-answers*/

/*restaurant-inner*/
.restaurant-inner__left {
  position: relative;
}

.restaurant-inner__left::after {
  content: "";
  position: absolute;
  width: 130%;
  height: 130%;
  /* padding: 80px; */
  background-color: rgba(255, 255, 255, 1);
  top: -10%;
  left: -80px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.restaurant-inner__left h1 {
  color: #091925;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

.restaurant-inner__left p {
  color: #3B4D5A;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.restaurant-inner__right {
  width: 100%;
  height: 600px;
}

.restaurant-inner__right img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

/*end of restaurant-inner*/

/*restaurant-banner*/
.restaurant-banner {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 545px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.restaurant-banner .container {
  max-width: 1110px;
}

.restaurant-banner__wrapper {
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.8);
}

.restaurant-banner__wrapper h1 {
  color: #091925;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

.restaurant-banner__wrapper p {
  color: #3B4D5A;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  /* word-wrap: break-word; */
}


/*end of restaurant-banner*/

/*restaurant-innner-imgs*/
.res-inn-img {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}

.res-inn-img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

/*end of restaurant-innner-imgs*/

/* Уменьшаем отступы между изображениями в галереях шале */
.numbers-inner__tab-content .row .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.numbers-inner__tab-content .row .col-sm-6 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

/*restaurant-inner-last*/
.restaurant-inner-last {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 365px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.restaurant-inner-last::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 18, 18, 0.4);
}

.restaurant-inner-last__wrapper {
  position: relative;
  z-index: 1;
  max-width: 690px;
}

.restaurant-inner-last__wrapper p {
  color: white;
  font-size: 20px;
  font-family: GT Walsheim Pro;
  font-weight: 400;
  line-height: 30px;
}

.restaurant-inner-last__wrapper h1 {
  color: white;
  font-size: 32px;
  font-weight: 500;
  line-height: 41.60px;
}

/*end of restaurant-inner-last*/

/*numbers-inner*/
.numbers-inner__tabs>ul {
  border: none !important;
}

.numbers-inner__tabs>ul>li {
  margin-right: 12px;
}

.numbers-inner__tabs>ul>li a {
  border-radius: 4px !important;
  border: 1px solid rgba(17, 46, 69, 0.20) !important;
  backdrop-filter: blur(2.5px) !important;
  padding: 10px 15px !important;
  overflow: hidden !important;
  color: #213544;
  font-size: 20px;
  line-height: 150%;
}

.numbers-inner__tabs>ul>li a.active {
  background-color: #112E45 !important;
  color: white !important;
}

.numbers-inner__tab-content-left h1 {
  color: #091925;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px;
}

.numbers-inner__tab-content-left__content {
  color: #3B4D5A;
  font-size: 20px;
  line-height: 150%;
}

.numbers-inner__tab-content {
  margin-top: 40px;
}

.numbers-inner__tab-content-right {
  width: 100%;
  height: 600px;
}

.numbers-inner__tab-content-right img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.numbers-inner__tab-content-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.numbers-inner__services {
  width: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(5px);
  overflow: hidden;
  margin-bottom: 30px;
  padding: 25px;
  min-height: 200px;
}

.numbers-inner__services h1 {
  color: #091925;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.numbers-inner__services p {
  color: #213544;
  font-size: 20px;
  line-height: 150%;
}

/*end of numbers-inner*/

/*rules-inner*/
.rules-inner__item {
  padding: 40px 0;
  border-bottom: 1px solid rgba(59, 77, 90, 0.2);
}

.rules-inner__item:last-child {
  border-bottom: none;
}

.rules-inner__item h1 {
  color: #091925;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}

.rules-inner__item-content {
  color: #3B4D5A;
  font-size: 20px;
  line-height: 150%;
}

.rules-inner__item-content ul {
  padding-left: 25px;
}

/*end of rules-inner*/

/*about-inner*/
.about-inner__left {
  width: 100%;
  height: 810px;
}

.about-inner__left img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.about-inner__item {
  margin-bottom: 30px;
  text-align: center;
}

.about-inner__item img {
  width: auto;
  height: 65px;
}

.about-inner__item h1 {
  color: #091925;
  font-size: 28px;
  font-weight: 500;
  margin: 10px 0;
}

.about-inner__item p {
  color: #213544;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

/*end of about-inner*/

/*about-gallery*/
.about-gallery>.container {
  max-width: 1110px;
}





.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper .swiper-slide {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
}


.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mySwiper {
  padding: 30px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.mySwiper .swiper-slide-thumb-active {
  border: 4px solid #F8981D;
}

.swiper.mySwiper .swiper-slide {
  height: 140px;
}
.swiper.mySwiper .swiper-wrapper .swiper-slide{
  cursor: pointer;
}

/*end of about-gallery*/

/*news-inner*/
.news-inner__wrapper{
  margin-bottom: 30px;
}
/*end of news-inner*/
/*
     FILE ARCHIVED ON 06:39:29 Mar 30, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:40:49 Dec 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.833
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.012
  esindex: 0.017
  cdx.remote: 5.469
  LoadShardBlock: 76.176 (3)
  PetaboxLoader3.resolve: 63.916 (4)
  PetaboxLoader3.datanode: 84.423 (5)
  load_resource: 85.509
  loaddict: 23.962
*/