@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  color: inherit;
}

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

body {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
  overflow-x: hidden;
  line-height: 1.3;
  font-size: 15px;
}

html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  scroll-padding-top: 53px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 61px;
  }
}

html.with-fancybox {
  scrollbar-gutter: auto;
}

[class*=__container] {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper {
  overflow: clip;
  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%;
}

@media (max-width: 767px) {
  .wrapper {
    overflow: hidden;
  }
}
body.lock {
  overflow: hidden;
}

.header {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1010;
  background: #fff;
  padding: 4px 0;
}
.header__container {
  max-width: 950px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.header__logo img {
  height: 45px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__link {
  margin-right: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.header__link:after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  background: #C44646;
  height: 1px;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.header__link:hover {
  color: #C44646;
}
.header__link:hover:after {
  width: 100%;
  left: 0;
}
.header__btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #C44646;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__btn:hover {
  color: #fff;
  background: #E35353;
}
.header__btn img {
  width: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  margin-right: 2px;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-block {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  margin-top: 53px;
  background: url("../img/main/bg.png") top/cover no-repeat;
  padding: 200px 0 600px;
}
@media (max-width: 3200px) {
  .main-block {
    padding: calc(30px + 170 * (100vw - 955px) / 2245) 0 calc(40px + 560 * (100vw - 955px) / 2245);
  }
}
body.hide-scrollbar .main-block {
  width: calc(100vw - var(--fancybox-scrollbar-compensate));
}
body.hide-scrollbar.lock .main-block {
  width: 100vw;
}
@media (max-width: 955px) {
  .main-block {
    padding: 30px 0 40px;
  }
}
@media (max-width: 767px) {
  .main-block {
    margin-top: 61px;
    padding: 10px 0 25px;
  }
}
.main-block__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;
}
.main-block__container img {
  height: 270px;
}
@media (max-width: 767px) {
  .main-block__container img {
    height: calc(145px + 125 * (100vw - 410px) / 357);
  }
}

.title {
  text-align: center;
  font-size: 30px;
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 40px;
  position: relative;
}
.title:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 60%;
  height: 1px;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #000;
}

.main-wrapper {
  background: #fff;
  position: relative;
  z-index: 1;
  margin-top: 1070px;
}
@media (max-width: 3200px) {
  .main-wrapper {
    margin-top: calc(393px + 677 * (100vw - 955px) / 2245);
  }
}
@media (max-width: 955px) {
  .main-wrapper {
    margin-top: 393px;
  }
}
@media (max-width: 767px) {
  .main-wrapper {
    margin-top: calc(241px + 125 * (100vw - 410px) / 357);
  }
}

.agora {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .agora {
    padding: 20px 0;
  }
}
.agora__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.agora__text {
  font-size: 17px;
  text-align: justify;
}
.agora__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.agora__body .agora__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(77% - 7.5px);
          flex: 0 0 calc(77% - 7.5px);
}
@media (max-width: 700px) {
  .agora__body {
    display: block;
  }
  .agora__body .agora__text {
    max-width: 100%;
  }
}
.agora__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.agora__content .title {
  font-size: 25px;
}
@media (max-width: 700px) {
  .agora__content {
    margin-top: 25px;
  }
}
.agora__logos {
  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;
}
@media (max-width: 700px) {
  .agora__logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 33px;
  }
}
.agora__logos a {
  margin-bottom: 15px;
}
.agora__logos a:last-child {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .agora__logos a {
    margin-bottom: 0;
  }
}
.agora__logos img {
  /*height: 23px;*/
}

.footer {
  background: #C44646;
  text-align: center;
  color: #fff;
  padding: 55px 0;
}

@media (max-width: 767px) {
  .header {
    padding: 8px 0;
  }
  .footer {
    padding: 30px 0;
  }
}
.room {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .room {
    padding: 20px 0;
  }
}
.room__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.room__title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .room__title {
    margin-bottom: 40px;
  }
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px;
}
@media (max-width: 700px) {
  .cards {
    display: block;
  }
}
.cards__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards__logos img {
  height: 19px;
}
.cards__card {
  border-radius: 3px;
  min-width: 0;
  padding: 5px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 22.5px);
          flex: 0 0 calc(50% - 22.5px);
  background: #fff;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  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;
}
.cards__card > * {
  margin-bottom: 11px;
}
.cards__card > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .cards__card {
    margin-bottom: 35px;
  }
  .cards__card:last-child {
    margin-bottom: 0;
  }
}
.cards__slider {
  min-width: 0;
  width: 100%;
}
.cards__image {
  height: 160px;
}
.cards__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


.cards__image_dist {
  /*height: 160px;*/
}
.cards__image_dist img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 700px) {
  .cards__image {
    height: calc(150px + 100 * (100vw - 410px) / 290);
  }
}
.cards__title {
  text-align: center;
  font-size: 19px;
}
.cards__description {
  text-align: center;
  text-align: justify;
  font-size: 14px;
  padding: 0 15px 5px;
}
.cards__more {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  border-radius: 5px;
  background: #C34646;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  padding: 5px 10px;
}
.cards__more:hover {
  color: #fff;
  background: #E35353;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #000;
  font-size: 22px;
}

.swiper-button-next {
  right: 3px;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: 0;
}

.swiper-button-prev {
  left: 3px;
  width: auto;
  height: auto;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.popup {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1020;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 40px 0;
}
.popup.open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.popup__close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.popup > p {
  right: auto;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup__content {
  max-width: 800px;
  position: relative;
  width: calc(100vw - 40px);
  background: #fff;
  padding: 50px 40px;
  border-radius: 5px;
  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;
}
@media (max-width: 500px) {
  .popup__content {
    padding: 40px 30px;
  }
}

.location {
  padding: 25px 0 10px;
}
.location__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.location__map {
  width: 100%;
  height: 251px;
}
@media (max-width: 767px) {
  .location__map {
    height: 270px;
  }
}
.location__map iframe {
  width: 100%;
  height: 100%;
}

.distance {
  padding: 10px 0 12.5px;
}
.distance__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact {
  padding: 12.5px 0 35px;
}
.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .contact__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
.contact__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333% - 16px);
          flex: 0 0 calc(33.3333% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -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;
  text-align: center;
  color: #C44646;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact__card img {
  width: 50px;
}
.contact__card p {
  margin-top: 15px;
  font-weight: 500;
}
.contact__card:hover {
  color: #C44646;
  border-color: #C44646;
}
@media (max-width: 767px) {
  .contact__card {
    padding: 0;
    border: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
  .contact__card img {
    width: 40px;
  }
  .contact__card p {
    display: none;
  }
}
.contact__bottom {
  margin-top: 40px;
  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;
  gap: 40px;
}
.contact__bottom a {
  width: 45px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
}
.contact__bottom a img {
  width: 100%;
}
@media (max-width: 767px) {
  .contact__bottom a {
    width: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}

@media (max-width: 767px) {
  .onlyDesktop {
    display: none;
  }
}
.facilities {
  padding: 25px 0;
}
.facilities__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .facilities__title {
    font-size: 25px;
  }
}
.facilities__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  row-gap: 28px;
}
@media (max-width: 767px) {
  .facilities__cards {
    row-gap: 8px;
  }
}
.facilities__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333% - 6.7px);
          flex: 0 0 calc(33.3333% - 6.7px);
}
.facilities__card img {
  width: 100%;
}

.main-swiper {
  height: 440px;
  margin-top: 53px;
}
@media (max-width: 1440px) {
  .main-swiper {
    height: calc(200px + 240 * (100vw - 410px) / 1030);
  }
}
.main-swiper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 767px) {
  .main-swiper {
    margin-top: 61px;
  }
}
.main-swiper .swiper-button-prev {
  left: 20px;
}
.main-swiper .swiper-button-next {
  right: 20px;
}
.main-swiper .swiper-button-next:after, .main-swiper .swiper-button-prev:after {
  font-size: 35px;
}
.main-swiper .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}
.main-swiper .swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 767px) {
  .main-swiper .swiper-button-prev {
    left: 7px;
  }
  .main-swiper .swiper-button-next {
    right: 7px;
  }
  .main-swiper .swiper-button-next:after, .main-swiper .swiper-button-prev:after {
    font-size: 22px;
  }
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox__container {
  padding: 0;
  max-width: 100%;
}

.position-absolute.grid__item-title {
  text-align: center;
  font-size: 18px;
}

@media (max-width: 991px) {
  .position-absolute.grid__item-title {
    font-size: 13px;
  }
}
.bg-oil {
  background: url("../img/distance/bg.png") center/cover no-repeat;
}



.fancybox-caption-wrap{
	
	display:none;
	
}

.ms-image{
	
	
	display:block;
	
}

.distance-mobile{
	
	 display: none;
	
}

.whatsApp-pc{
	
	display: none;
}

/*img-mob*/
@media screen and (max-width: 600px) {
  .img-mob {
    visibility: hidden;
    display: none;
  }
  
  .distance-pc {
    visibility: hidden;
    display: none;
  }
  
  
  .distance-mobile {
    
    display: block;
  }
  
  
  
  
  
  
  
  .whatsApp-mob {
    visibility: hidden;
    display: none;
  }
  
  
  
  .whatsApp-pc{
	
	display: block;
	}
  
  
  
}

