/*
Theme Name: LC Blank Master
Theme URI: https://livecomposerplugin.com/themes/
Author: Live Composer
Description: WordPress theme with Pusan static layout templates.
Version: 1.0
*/
/* Base */
@font-face {
  font-family: "Vladivostok";
  src: url("fonts/Vladivostok-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vladivostok-bold";
  src: url("fonts/Vladivostok-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "georgia";
  src: url("fonts/georgia.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  transition: all 0.3s linear;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  font-family: "Vladivostok";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  font-variant-numeric: lining-nums;
}
body.popup-open {
  overflow: hidden;
}
b, strong{
  font-family: "Vladivostok-bold";
}
h1 {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-family: "georgia";
  text-transform: uppercase;
}

h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  font-family: "georgia";
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: "georgia";
}

.container {
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  margin: 0 auto;
}

.container-big {
  width: 100%;
  max-width: 1420px;
  box-sizing: border-box;
  margin: 0 auto;
}

.section-margin {
  margin-top: 120px;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

.bg {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

img {
  display: block;
}

.button {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background-color: rgb(121, 189, 224);
  border: none;
  border-radius: 16px;
  padding: 10px 16px;
  cursor: pointer;
  font-family: "Vladivostok";
  text-align: center;
  display: block;
  width: fit-content;
  box-sizing: border-box;
}
.button:hover {
  background-color: rgb(112, 177, 210);
}
.button.white {
  background-color: rgba(255, 255, 255, 0.15);
  width: 100%;
  color: #fff;
  padding: 16px;
  border-radius: 4px;
}
.button.white:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.button.orange {
  background-color: rgb(251, 188, 4);
}
.button.orange:hover {
  background-color: rgb(234, 177, 11);
}
.button.mob {
  display: none;
}

@media (max-width: 1400px) {
  .container {
    padding: 0 36px;
  }
  .container-big {
    padding: 0 36px;
  }
  h1 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }
  .section-margin {
    margin-top: 100px;
  }
}
@media (max-width: 799px) {
  .container {
    padding: 0 10px;
  }
  .container-big {
    padding: 0 10px;
  }
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .section-margin {
    margin-top: 80px;
  }
  .button.mob {
    display: block;
    margin: 32px auto 0;
  }
}
/* Blocks */
.notfound {
  position: relative;
  overflow: hidden;
}
.notfound::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.image-not-found {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.content-not-found {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
}
.content-not-found h1 {
  font-size: 48px;
  line-height: 48px;
}
.content-not-found p {
  font-size: 18px;
  margin-top: 8px;
}
.content-not-found .button {
  color: #000;
  margin: 64px auto 0;
}

@media (max-width: 1280px) {
  .content-not-found h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 799px) {
  .content-not-found h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .content-not-found p {
    font-size: 16px;
    line-height: 24px;
  }
}
.intro-about {
  margin-top: 48px;
}

.wrapp-intro-about {
  display: flex;
  align-items: center;
  gap: 64px;
}

.wrapp-image-intro-about {
  width: 100%;
  max-width: 608px;
  position: relative;
}
.wrapp-image-intro-about::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}

.image-intro-about {
  width: 100%;
  height: 442px;
  border-radius: 2px;
  object-fit: cover;
}

.desc-image-intro-about {
  color: #fff;
  width: 100%;
  max-width: 280px;
  box-sizing: border-box;
  position: absolute;
  font-family: "georgia";
  line-height: 24px;
  right: 32px;
  top: 32px;
  z-index: 1;
}

.text-intro-about {
  width: 100%;
  max-width: 608px;
}
.text-intro-about h1 {
  font-size: 64px;
  line-height: 64px;
}

.after-title-about {
  font-size: 24px;
  line-height: 32px;
  font-family: "georgia";
  margin-top: 32px;
}

.desc-intro-about {
  font-size: 18px;
  line-height: 28px;
  margin-top: 32px;
}
.desc-intro-about b {
  font-family: "Vladivostok-bold";
}

.histroy-about {
  margin-top: 80px;
}

.wrapp-histroy-about {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.history-item {
  width: 100%;
  max-width: 290px;
}

.year-history {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-family: "georgia";
}

.desc-history {
  line-height: 24px;
  margin-top: 32px;
}

.wrapp-soc-about {
  background-color: rgb(245, 251, 254);
  padding: 32px;
  box-sizing: border-box;
}
.wrapp-soc-about h2 {
  font-size: 32px;
  line-height: 48px;
  color: rgb(43, 76, 94);
}
.wrapp-soc-about p {
  color: rgb(43, 76, 94);
  font-size: 18px;
  font-family: "georgia";
  margin-top: 8px;
}

.wrapp-button-soc {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}

.warning-soc {
  margin-top: 24px;
  font-size: 14px;
  line-height: 20px;
}

.team {
  margin-bottom: 120px;
}
.team h2 {
  font-size: 52px;
  line-height: 52px;
  text-transform: none;
}

.wrapp-team {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.item-team {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}
.item-team:nth-child(2n) {
  flex-direction: row-reverse;
}

.image-team {
  width: 100%;
  max-width: 296px;
  height: 320px;
  flex-shrink: 0;
  object-fit: cover;
}

.text-team {
  width: 100%;
  max-width: 877px;
}

.name-team {
  font-size: 32px;
  line-height: 40px;
  font-family: "georgia";
}

.staf-team {
  font-size: 18px;
  margin-top: 12px;
}

.desc-team {
  margin-top: 32px;
  line-height: 24px;
}

.inst-team {
  margin-top: 32px;
}

@media (max-width: 1280px) {
  .wrapp-intro-about {
    flex-direction: column;
    gap: 64px;
  }
  .text-intro-about {
    max-width: 100%;
  }
  .text-intro-about h1 {
    font-size: 52px;
    line-height: 52px;
  }
  .wrapp-image-intro-about {
    max-width: 100%;
  }
  .histroy-about {
    margin-top: 64px;
    gap: 32px;
  }
  .wrapp-histroy-about {
    gap: 32px;
    flex-wrap: wrap;
  }
  .history-item {
    width: 100%;
    max-width: 100%;
  }
  .year-history {
    font-size: 32px;
    line-height: 32px;
  }
  .wrapp-soc-about h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .wrapp-soc-about p {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapp-team {
    gap: 64px;
  }
  .team {
    margin-bottom: 100px;
  }
}
@media (max-width: 799px) {
  .wrapp-histroy-about {
    flex-direction: column;
    gap: 48px;
  }
  .histroy-about {
    margin-top: 48px;
  }
  .history-item {
    width: 100%;
    max-width: 100%;
  }
  .text-intro-about h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .after-title-about {
    font-size: 18px;
    line-height: 28px;
    margin-top: 24px;
  }
  .desc-intro-about {
    font-size: 14px;
    line-height: 26px;
    margin-top: 24px;
  }
  .image-intro-about {
    height: 280px;
  }
  .desc-image-intro-about {
    font-size: 14px;
    line-height: 20px;
    left: 20px;
    bottom: 20px;
    box-sizing: border-box;
    max-width: 315px;
  }
  .desc-history {
    margin-top: 16px;
    font-size: 14px;
    line-height: 26px;
  }
  .wrapp-soc-about {
    text-align: center;
  }
  .wrapp-button-soc {
    justify-content: center;
  }
  .warning-soc {
    text-align: center;
  }
  .team h2 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }
  .item-team {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
  }
  .item-team:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .image-team {
    max-width: 100%;
    aspect-ratio: 3 / 4;
  }
  .name-team {
    font-size: 24px;
    line-height: 32px;
  }
  .staf-team {
    font-size: 14px;
    line-height: 20px;
    color: rgb(68, 68, 68);
  }
  .desc-team {
    font-size: 14px;
    line-height: 26px;
    margin-top: 16px;
  }
  .inst-team {
    margin-top: 16px;
  }
  .wrapp-team {
    gap: 38px;
    margin-top: 32px;
  }
  .team {
    margin-bottom: 80px;
  }
}
footer {
  background-color: #F8F8FB;
  padding: 64px 0;
}

.top-footer {
  display: flex;
  gap: 48px;
}

.left-top-footer {
  width: 100%;
  max-width: 616px;
}

.right-footer {
  width: 100%;
  max-width: 616px;
  height: 484px;
  object-fit: cover;
}

.menu-footer ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.menu-footer ul li {
  list-style-type: none;
}
.menu-footer ul li a {
  color: #000;
  font-family: "georgia";
  text-transform: uppercase;
}
.menu-footer ul li a:hover {
  color: #79BDE0;
}

.create-project-title {
  font-size: 14px;
  line-height: 24px;
  margin-top: 48px;
}

.wrapp-logo-creare-project {
  margin-top: 24px;
  display: flex;
  gap: 24px;
  align-items: center;
}
.wrapp-logo-creare-project img{
  filter: brightness(0);
  height: 32px;
}
.wrapp-logo-creare-project img:nth-child(3){
  height: 46px;
}
.url-footer-top-left {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.url-footer-top-left a {
  color: #444444;
}
.url-footer-top-left a:hover {
  color: rgba(68, 68, 68, 0.8);
}

.bottom-footer {
  margin-top: 48px;
}

.text-bottom-footer {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 24px;
}

.wrapp-url-bottom-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.wrapp-url-bottom-footer a {
  color: rgba(68, 68, 68, 0.7);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.text-bootom-warning-footer {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
}

.copyrite-footer {
  color: rgb(68, 68, 68);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
}

.popup-region {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.popup-region.active {
  opacity: 1;
  visibility: visible;
}

.wrapp-popup-region {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.content-popup-region {
  width: 100%;
  max-width: 677px;
  background-color: #fff;
  position: relative;
  padding: 64px;
  box-sizing: border-box;
  border-radius: 20px;
}

.title-popup-region {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.02em;
  font-family: "georgia";
  text-transform: uppercase;
}

.wrapp-url-region {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 32px;
}
.wrapp-url-region a {
  width: 100%;
  max-width: 210px;
  color: rgb(68, 68, 68);
  font-size: 18px;
  line-height: 28px;
}
.wrapp-url-region a:hover {
  opacity: 0.6;
}

.close-popup-region {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}

.popup-search {
  background-color: rgb(248, 248, 251);
  padding-top: 32px;
  padding-bottom: 96px;
  width: 100vw;
  height: calc(100dvh - 220px);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.popup-search.active {
  opacity: 1;
  visibility: visible;
}
.popup-search .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wrapp-input-search {
  display: flex;
  align-items: center;
  gap: 32px;
}

.close-popup-search {
  flex-shrink: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}

.input-search {
  width: 100%;
  position: relative;
}
.input-search input {
  width: 100%;
  padding: 16px 36px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid rgb(121, 189, 224);
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  font-family: "Vladivostok";
}
.input-search input:focus-visible {
  outline: none;
}
.input-search svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.list-search {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.title-search {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "georgia";
  color: #000;
}
.item-search{
  width: 100%;
}
.item-search:hover .title-search {
  color: rgb(121, 189, 224);
}

.desc-search {
  color: rgb(173, 173, 173);
  font-size: 14px;
  line-height: 24px;
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.swiper-search {
  margin-top: 48px;
  height: auto;
  flex: 1;
  min-height: 0;
  width: 100%;
}
.swiper-search .swiper-slide {
  height: auto;
  padding-right: 50px;
  box-sizing: border-box;
}
.swiper-search .swiper-scrollbar-drag {
  background-color: rgb(121, 189, 224);
}

@media (max-width: 1280px) {
  .right-footer {
    display: none;
  }
  .left-top-footer {
    max-width: 100%;
  }
  .menu-footer ul {
    gap: 24px;
  }
  .menu-footer ul li {
    text-align: center;
  }
  .create-project-title {
    text-align: center;
    margin-top: 32px;
  }
  .wrapp-logo-creare-project {
    justify-content: center;
  }
  .url-footer-top-left {
    justify-content: center;
    margin-top: 32px;
  }
  .popup-search {
    height: calc(100dvh - 130px);
    padding-bottom: 28px;
  }
  .swiper-search {
    margin-top: 32px;
  }
  .list-search {
    gap: 24px;
  }
}
@media (max-width: 799px) {
  footer {
    padding: 48px 0;
  }
  .wrapp-logo-creare-project {
    flex-wrap: wrap;
    max-width: 307px;
    margin: 24px auto 0;
  }
  .url-footer-top-left {
    flex-wrap: wrap;
  }
  .text-bottom-footer {
    font-size: 12px;
    line-height: 24px;
  }
  .text-bootom-warning-footer {
    font-size: 12px;
    line-height: 24px;
  }
  .title-popup-region {
    font-size: 20px;
  }
  .content-popup-region {
    padding: 32px 24px;
    padding-bottom: 64px;
    border-radius: 20px 20px 0 0;
  }
  .wrapp-url-region {
    gap: 24px;
  }
  .wrapp-url-region a {
    max-width: 250px;
    font-size: 16px;
    line-height: 24px;
  }
  .wrapp-popup-region {
    align-items: flex-end;
  }
  .popup-search {
    height: calc(100dvh - 133px);
  }
  .title-search {
    font-size: 14px;
    line-height: 20px;
  }
  .swiper-search .swiper-slide {
    padding-right: 30px;
  }
}
.attractions-gastrolist {
  padding: 120px 0;
  background-color: rgb(248, 248, 251);
}

.intro-gastrolist {
  margin-top: 48px;
}
.intro-gastrolist h1 {
  max-width: 573px;
}

.wrapp-filter-gastro {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.count-filter-single {
  flex-shrink: 0;
}

.label-count-filter {
  line-height: 20px;
}

.value-count-filter {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 20px;
}

.wrapp-filter-item-gastro {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: flex-end;
}

.filter-item {
  width: 100%;
  max-width: 299px;
  position: relative;
}
.filter-item.is-open .list-filter {
  opacity: 1;
  visibility: visible;
}

.button-filter {
  width: 100%;
  position: relative;
  background-color: rgb(245, 247, 248);
  border: none;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Vladivostok";
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.button-filter svg {
  flex-shrink: 0;
}

.list-filter {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background-color: rgb(245, 247, 248);
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 100%);
  box-sizing: border-box;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.list-filter li {
  list-style-type: none;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.card-list-singles {
  margin-top: 50px;
}

.wrapp-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 49px;
}

.card-singles {
  width: calc((100% - 147px) / 4);
}
.card-singles:hover .wrapp-image-slide-attractions::after {
  background-color: rgba(15, 50, 68, 0.3);
}
.card-singles:hover .title-attractions {
  color: rgb(121, 189, 224);
}

.wrapp-button-load-more {
  margin-top: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.count-post {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1280px) {
  .intro-gastrolist {
    margin-top: 32px;
  }
  .intro-gastrolist h1 {
    max-width: 100%;
  }
  .wrapp-filter-gastro {
    flex-direction: column;
    align-items: flex-start;
  }
  .filter-item {
    width: 100%;
    max-width: 100%;
  }
  .wrapp-filter-item-gastro {
    flex-direction: column;
    gap: 10px;
  }
  .card-list-singles {
    margin-top: 48px;
  }
  .wrapp-card-list {
    gap: 24px;
  }
  .card-singles {
    width: calc((100% - 48px) / 3);
  }
  .card-singles .img-slide-attractions {
    height: 280px;
  }
  .wrapp-button-load-more {
    margin-top: 64px;
  }
  .attractions-gastrolist {
    padding: 64px 0;
  }
}
@media (max-width: 799px) {
  .card-list-singles {
    margin-top: 32px;
  }
  .wrapp-card-list {
    gap: 32px 12px;
  }
  .card-singles {
    width: calc(50% - 6px);
  }
  .card-singles .img-slide-attractions {
    height: 220px;
  }
  .card-singles .title-attractions {
    font-size: 14px;
    line-height: 20px;
  }
  .attractions-gastrolist {
    padding: 50px 0;
  }
}
header {
  padding: 27px 0;
}

.row-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-header ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
.menu-header ul li {
  list-style-type: none;
}
.swiper-button-lock{
  display: none !important;
}
.menu-header ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 8px 12px;
  box-sizing: border-box;
  border-radius: 30px;
  cursor: pointer;
}
.menu-header ul li a:hover {
  background-color: #7EBFE2;
}

.button-search-header {
  cursor: pointer;
  background: transparent;
  border: 1px solid #E8E8E8;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-search-header:hover {
  background-color: #79BDE0;
}
.button-search-header:hover svg path {
  stroke: #fff;
}
.button-search-header.active {
  background-color: #79BDE0;
}
.button-search-header.active svg path {
  stroke: #fff;
}

.open-menu {
  display: none;
}

.close-menu {
  display: none;
}

@media (max-width: 1280px) {
  .menu-header {
    position: absolute;
    top: 47px;
    right: 56px;
    z-index: 2;
    background-color: rgb(248, 248, 251);
    padding: 48px;
    box-sizing: border-box;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
  }
  .menu-header ul {
    flex-direction: column;
    gap: 32px;
  }
  .menu-header ul li a {
    font-size: 16px;
    line-height: 20px;
  }
  .menu-header.active {
    opacity: 1;
    visibility: visible;
  }
  .close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    background-color: rgb(121, 189, 224);
    position: absolute;
    top: -20px;
    right: -20px;
  }
  .open-menu {
    border: 1px solid rgb(232, 232, 232);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 100%;
  }
  .wrapp-button-header {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .menu-header {
    padding: 32px;
    top: 37px;
    right: 29px;
  }
  header {
    padding: 17px 0;
  }
}
.intro-main {
  width: 100%;
  height: 830px;
  position: relative;
}

.bg-intro-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.content-intro-main {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.content-intro-main h1 {
  text-align: center;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0;
  text-transform: none;
}

.wrapp-button-intro-main {
  max-width: 335px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wrapp-title-section-swiper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
}

.wrapp-nav-swiper {
  display: flex;
  align-items: center;
  gap: 24px;
}

.wrapp-button-nav-swiper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-swiper {
  border: none;
  background-color: rgb(248, 248, 251);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}
.nav-swiper:hover {
  background-color: rgb(238, 238, 242);
}
.nav-swiper.swiper-button-disabled{
  opacity: .4;
  cursor: no-drop;
}
.wrapp-swiper-attractions {
  margin-top: 56px;
}

.wrapp-image-slide-attractions {
  position: relative;
}
.wrapp-image-slide-attractions::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: transparent;
  z-index: 1;
  display: block;
  transition: all 0.3s linear;
}

.swiper-attractions {
  overflow: visible !important;
}
.swiper-attractions .swiper-slide {
  width: 100%;
  max-width: 283px;
}
.swiper-attractions .swiper-slide:hover .title-attractions {
  color: rgb(121, 189, 224);
}
.swiper-attractions .swiper-slide:hover .wrapp-image-slide-attractions::after {
  background-color: rgba(15, 50, 68, 0.3);
}

.img-slide-attractions {
  width: 100%;
  height: 362px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}

.tag-attractions-slide {
  margin-top: 12px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  opacity: 0.5;
}

.title-attractions {
  text-transform: uppercase;
  margin-top: 16px;
  color: #000;
  font-size: 20px;
  font-family: "georgia";
}

.short-desc-attractions {
  color: rgb(47, 47, 47);
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.attractions {
  overflow: hidden;
}

.gastro-list {
  padding: 100px 0;
  background-color: rgb(255, 243, 225);
}
.gastro-list .nav-swiper {
  background-color: rgb(251, 249, 246);
}
.gastro-list .nav-swiper:hover {
  background-color: rgb(255, 250, 243);
}

.swiper-gastro-list {
  overflow: visible !important;
}
.swiper-gastro-list .swiper-slide {
  width: 100%;
  max-width: 283px;
}
.swiper-gastro-list .swiper-slide:hover .title-attractions {
  color: rgb(251, 188, 4);
}
.swiper-gastro-list .swiper-slide:hover .wrapp-image-slide-attractions::after {
  background-color: rgba(63, 47, 13, 0.3);
}

.apps {
  overflow: hidden;
}
.apps h2 {
  text-align: center;
}

.wrapp-swiper-apps {
  margin-top: 70px;
}

.swiper-apps {
  overflow: visible !important;
}
.swiper-apps .swiper-slide {
  width: 100%;
  max-width: 410px;
}

.wrapp-cards-apps {
  background-color: rgb(248, 248, 251);
  position: relative;
}

.card-apps {
  padding-top: 32px;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}

.name-apps {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
  font-family: "georgia";
}

.points-app {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  background-color: rgb(121, 189, 224);
  box-shadow: 0px -4px 32px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  width: 100%;
}
.points-app ul {
  margin-left: 20px;
}
.points-app ul li {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.wrapp-url-apps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.wrapp-url-apps a:hover {
  opacity: 0.5;
}

.articles-main {
  overflow: hidden;
}

.wrapp-swiper-artlicless {
  margin-top: 56px;
}

.swiper-articless {
  overflow: visible !important;
}
.swiper-articless .swiper-slide {
  width: 100%;
  max-width: 283px;
}
.swiper-articless .swiper-slide:hover .title-attractions {
  color: rgb(121, 189, 224);
}
.swiper-articless .swiper-slide:hover .wrapp-image-slide-attractions::after {
  background-color: rgba(15, 50, 68, 0.3);
}

.wrapp-action-festival {
  width: 100%;
  height: 574px;
  position: relative;
}
.wrapp-action-festival::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 4px;
}

.bg-action-festival {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
  border-radius: 4px;
}

.wrapp-content-action-festival {
  position: relative;
  z-index: 2;
  padding-top: 220px;
}
.wrapp-content-action-festival h2 {
  text-align: center;
  color: #fff;
  font-size: 53px;
  line-height: 40px;
}

.button-action-festival {
  margin: 72px auto 0;
  padding: 22px 55px;
  border-radius: 4px;
}

.about-project {
  background-color: rgb(248, 248, 251);
  padding: 64px 0;
  text-align: center;
}
.about-project h2 {
  margin-top: 24px;
  text-transform: none;
}

.label-about-project {
  color: rgb(68, 68, 68);
  font-size: 18px;
  line-height: 28px;
}

.button-about-more {
  margin: 64px auto 0;
  width: 207px;
}

.about-us {
  margin-bottom: 120px;
}

.wrapp-about-us {
  display: flex;
  align-items: center;
  gap: 48px;
}

.image-about-us {
  width: 100%;
  max-width: 430px;
  aspect-ratio: 1/1;
}

.pre-title-text-about {
  font-size: 18px;
  line-height: 28px;
  color: rgb(68, 68, 68);
}
.content-about p{
  color: #000 !important;
}
.content-about h2 {
  margin-top: 24px;
  text-transform: none;
}

.desc-about-us {
  color: rgb(68, 68, 68);
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.desc-about-us ul {
  margin-left: 20px;
}
.desc-about-us ul li::marker {
  font-size: 12px;
}
.desc-about-us ul li{
  color: #000;
}
.button-about-us-med-turizm {
  margin-top: 48px;
}
.two-vertical-image-section{
  display: flex;
  gap: 24px 48px;
  justify-content: center;
  flex-wrap: wrap;
}
.vertical-two-image{
  display: flex;
  width: calc(50% - 24px);
  
}
.vertical-two-image img{
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.two-vertical-image-section .author-foto-single{
  margin: 0;
}
@media (max-width: 1280px) {
  .two-vertical-image-section{
    gap: 14px 24px;
  }
  .vertical-two-image {
    width: calc(50% - 12px);
  }
  .content-intro-main h1 {
    font-size: 58px;
    line-height: 58px;
  }
  .swiper-attractions .swiper-slide {
    max-width: 250px;
  }
  .img-slide-attractions {
    height: 320px;
  }
  .title-attractions {
    font-size: 16px;
  }
  .gastro-list {
    padding: 64px 0;
  }
  .wrapp-nav-swiper {
    flex-shrink: 0;
  }
  .wrapp-title-section-swiper h2 {
    max-width: 525px;
  }
  .swiper-gastro-list .swiper-slide {
    max-width: 250px;
  }
  .swiper-apps .swiper-slide {
    max-width: 348px;
  }
  .wrapp-action-festival {
    height: 420px;
  }
  .wrapp-content-action-festival {
    padding-top: 154px;
  }
  .wrapp-content-action-festival h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .button-action-festival {
    padding: 10px 16px;
    border-radius: 16px;
    margin: 32px auto 0;
  }
  .about-project h2 {
    font-size: 32px;
    line-height: 40px;
    max-width: 544px;
    margin: 24px auto 0;
  }
  .button-about-more {
    margin: 32px auto 0;
    width: 207px;
  }
  .wrapp-about-us {
    flex-direction: column;
  }
  .image-about-us {
    max-width: 315px;
  }
  .content-about {
    max-width: 100%;
  }
  .pre-title-text-about br {
    display: none;
  }
  .content-about h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .desc-about-us {
    font-size: 18px;
    line-height: 28px;
  }
  .button-about-us-med-turizm {
    margin: 48px auto 0;
  }
  .about-us {
    margin-bottom: 100px;
  }
  .swiper-articless .swiper-slide {
    max-width: 250px;
  }
}
@media (max-width: 799px) {
  .intro-main {
    height: 640px;
  }
  .content-intro-main h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .wrapp-button-intro-main {
    max-width: calc(100% - 10px);
  }
  .wrapp-nav-swiper {
    display: none;
  }
  .wrapp-swiper-attractions {
    margin-top: 32px;
  }
  .title-attractions {
    line-height: 24px;
  }
  .swiper-apps .swiper-slide {
    max-width: 320px;
  }
  .points-app ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapp-swiper-apps {
    margin-top: 48px;
  }
  .wrapp-swiper-artlicless {
    margin-top: 32px;
  }

  .wrapp-action-festival {
    height: 220px;
  }
  .wrapp-content-action-festival h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .wrapp-content-action-festival {
    padding-top: 52px;
  }
  .about-project {
    padding: 48px 0;
  }
  .about-project h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .pre-title-text-about {
    font-size: 16px;
    line-height: 24px;
  }
  .content-about h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .desc-about-us {
    font-size: 14px;
    line-height: 24px;
    gap: 16px;
  }
  .about-us {
    margin-bottom: 80px;
  }
  .vertical-two-image{
    width: 100%;
  }
}
.privacy-section {
  width: 100%;
  max-width: 748px;
  margin: 64px auto 100px;
}
.privacy-section h1 {
  text-align: center;
  font-size: 48px;
  line-height: 48px;
}

.short-desc-privacy {
  color: rgb(68, 68, 68);
  font-size: 18px;
  text-align: center;
  margin-top: 24px;
}

.content-privacy {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: rgb(47, 47, 47);
}
.content-privacy h2 {
  font-size: 28px;
  line-height: 32px;
  text-transform: none;
  color: rgb(38, 38, 38);
  margin-top: 84px;
  margin-bottom: 16px;
}
.content-privacy h2:first-child {
  margin-top: 0;
}
.content-privacy ul, .content-privacy ol {
  margin-left: 20px;
}
.video-block-single{
  display: block;
  position: relative;
}
.video-block-single::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-block-single img{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.video-block-single svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 799px) {
  .privacy-section h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .short-desc-privacy {
    font-size: 14px;
    line-height: 24px;
  }
  .content-privacy {
    font-size: 14px;
    line-height: 24px;
    margin-top: 64px;
  }
  .content-privacy h2 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 48px;
  }
}
.intro-region {
  margin-top: 44px;
}

.wrapp-intro-region {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}

.title-intro-region {
  display: flex;
  align-items: center;
  gap: 15px;
}

.short-desc-region {
  margin-top: 11px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
  max-width: 60%;
}
.desc-contact-info-single{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.desc-contact-info-single ul, .desc-contact-info-single ol{
  margin-left: 20px;
}
.button-title-region {
  color: #000;
  font-size: 14px;
}

.wrapp-count-filter {
  display: flex;
}
.wrapp-count-filter .button-title-region {
  display: none;
}

@media (max-width: 1280px) {
  .short-desc-region {
    max-width: 100%;
  }
  .wrapp-intro-region {
    flex-direction: column;
    align-items: flex-start;
  }
  .wrapp-intro-region .count-filter-single {
    text-align: left;
  }
  .button-title-region {
    display: none;
  }
  .wrapp-count-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .wrapp-count-filter .button-title-region {
    display: block;
  }
  .intro-region {
    margin-top: 32px;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  margin-top: 32px;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-family: "georgia";
}
.breadcrumbs a {
  color: rgb(181, 181, 189);
}
.breadcrumbs p {
  color: rgb(121, 189, 224);
}

.wrapp-single-blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  margin-top: 48px;
}
.wrapp-single-blocks a{
	color: #42a7cc;
}
.wrapp-single-blocks a:hover{
	opacity: 0.6;
}
.intro-single {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
  margin-top: 48px;
}
.intro-single h1 {
  text-align: center;
  letter-spacing: 0.04em;
}

.translate-title-single {
  text-align: center;
  color: rgb(181, 181, 189);
  line-height: 24px;
  margin-top: 16px;
}

.image-intro-single {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-top: 48px;
}

.row-info-intro-single {
  margin-top: 32px;
  display: flex;
  gap: 24px;
}

.label-column-single {
  font-size: 12px;
  line-height: 18px;
  color: rgb(47, 47, 47);
}

.value-column-single {
  color: rgb(47, 47, 47);
  margin-top: 8px;
}

.wrapp-dollars-value {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.items-dollars-value.active svg path {
  fill: rgb(251, 188, 4);
}

.url-column-single {
  color: rgb(121, 189, 224);
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "georgia";
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
}
.url-column-single:hover {
  text-decoration: none;
}

.column-small-intro-info {
  width: 100%;
  max-width: 160px;
}

.column-medium-intro-info {
  width: 100%;
  max-width: 178px;
}

.column-big-intro-info {
  width: 100%;
  max-width: 400px;
}

.desc-intro-single {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.text-block {
  width: 100%;
  max-width: 786px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: rgb(47, 47, 47);
  font-size: 18px;
}
.text-block h2 {
  text-transform: none;
}
.text-block ul, .text-block ol {
  margin-left: 20px;
}

.text-block-background {
  width: 100%;
  max-width: 848px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: rgb(245, 251, 254);
  padding: 32px;
  box-sizing: border-box;
  color: rgb(47, 47, 47);
  font-size: 18px;
}
.text-block-background h2 {
  text-transform: none;
}
.text-block-background ul,
.text-block-background ol {
  margin-left: 20px;
}

.text-and-image-block {
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  gap: 48px;
}
.text-and-image-block.reverse {
  flex-direction: row-reverse;
}

.image-text-block {
  width: 100%;
  max-width: 526px;

  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.wrapp-text-image-block {
  width: 100%;
  max-width: 526px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 18px;
}
.wrapp-text-image-block h2 {
  text-transform: none;
}
.wrapp-text-image-block ul,
.wrapp-text-image-block ol {
  margin-left: 20px;
}

.wrapp-desc-text-image-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gallery-full-block {
  width: 100%;
  max-width: 786px;
}

.swiper-gallery-full .swiper-slide img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.name-gallery {
  color: rgba(47, 47, 47, 0.6);
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.wrapp-nav-swiper-full-gallery {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.gallery-small-image {
  width: 100%;
  max-width: 786px;
}

.swiper-gallery-small-image .swiper-slide {
  width: 100%;
  max-width: 290px;
}
.swiper-gallery-small-image .swiper-slide img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

.nav-gallery-small-image {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.block-point-single {
  width: 100%;
  max-width: 786px;
}
.block-point-single h2 {
  text-transform: none;
}

.wrapp-point {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}

.count-point-single {
  display: flex;
  background-color: rgb(248, 248, 251);
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: rgb(121, 189, 224);
  font-family: "georgia";
  border-radius: 100%;
  flex-shrink: 0;
}

.wrapp-title-point {
  display: flex;
  align-items: center;
  gap: 16px;
}

.name-point-single {
  font-size: 20px;
  line-height: 28px;
  font-family: "georgia";
}

.translate-point-single {
  font-size: 12px;
  line-height: 18px;
  font-family: "georgia";
  color: rgb(173, 173, 173);
  margin-top: 4px;
}

.desc-point-single {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 16px;
  font-size: 18px;
}

.contact-info-single {
  width: 100%;
  max-width: 786px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.item-contact-info-single {
  display: flex;
  align-items: center;
  gap: 16px;
}
.item-contact-info-single img {
  flex-shrink: 0;
}

.label-contact-single {
  color: rgb(109, 109, 109);
  font-size: 14px;
  line-height: 18px;
  font-family: "georgia";
}

.value-contact-single {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(47, 47, 47);
}

.url-contact-single {
  color: #7EBFE2;
  border-bottom: 1px solid #7EBFE2;
  width: fit-content;
  font-size: 16px;
  line-height: 24px;
}
.url-contact-single:hover {
  border-bottom: 1px solid transparent;
}
.vertical-image-big{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.vertical-image-big img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
}
.author-foto-single{
    color: rgba(47, 47, 47, 0.6);
      font-size: 14px;
      text-align: center;
      margin-top: 10px;
}
@media (max-width: 1280px) {
  .row-info-intro-single {
    flex-wrap: wrap;
  }
  .column-small-intro-info {
    max-width: 100%;
  }
  .wrapp-single-blocks {
    gap: 64px;
  }
  .image-text-block {
    max-width: 340px;
  }
  .text-and-image-block {
    align-items: flex-start;
  }
}
@media (max-width: 799px) {
  .text-and-image-block {
    flex-direction: column;
    gap: 32px;
  }
  .text-and-image-block.reverse {
    flex-direction: column-reverse;
  }
  .desc-intro-single p {
    font-size: 14px;
    line-height: 24px;
  }
  .text-block {
    font-size: 16px;
    line-height: 24px;
    gap: 24px;
  }
  .text-block-background {
    font-size: 16px;
    line-height: 24px;
    gap: 24px;
  }
  .image-text-block {
    max-width: 100%;
    height: 320px;
  }
  .wrapp-desc-text-image-block {
    font-size: 16px;
    line-height: 24px;
    gap: 24px;
  }
  .wrapp-text-image-block {
    gap: 24px;
  }
  .desc-point-single {
    font-size: 16px;
    line-height: 24px;
    gap: 24px;
  }
  .breadcrumbs {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .wrapp-single-blocks {
    margin-top: 20px;
  }
  .intro-single {
    margin: 0;
  }
  .intro-single h1 {
    text-align: left;
  }
  .translate-title-single {
    text-align: left;
  }
}
.info-sponsor {
  margin-top: 48px;
  margin-bottom: 120px;
}

.wrapp-info-sponsor {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}

.left-info-sponsor {
  width: 100%;
  max-width: 468px;
}

.image-sponsor {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.wrapp-contact-sponsor {
  margin-top: 32px;
  background-color: rgb(245, 251, 254);
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.phone-sponsor {
  color: rgb(43, 76, 94);
  font-size: 24px;
  line-height: 48px;
  letter-spacing: -0.02em;
  font-family: "georgia";
}

.mail-sponsor {
  font-size: 18px;
  color: rgb(43, 76, 94);
  font-family: "georgia";
  margin-top: 10px;
}

.adress-sponsor {
  max-width: 345px;
  margin-top: 10px;
}

.right-info-sponsor {
  width: 100%;
  max-width: 748px;
}
.right-info-sponsor h1 {
  line-height: 48px;
}

.staff-sponsor {
  font-size: 24px;
  line-height: 32px;
  margin-top: 32px;
  font-family: "georgia";
}

.desc-sponsor {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  line-height: 28px;
  color: rgb(68, 68, 68);
}
.padding-block{
  padding-top: 80px;
}
.medturism{
  margin-top: 48px;
}
.wrapp-medturism{
  display: flex;
  gap: 64px;
}
.left-info-medturism{
  width: calc(50% - 32px);
  box-sizing: border-box;
}
.image-info-medturism{
  width: 100%;
  height: 628px;
  object-fit: cover;
}
.content-left-medturism{
  background-color: rgba(245, 251, 254, 1);
  padding: 24px;
  box-sizing: border-box;
  margin-top: 32px;
}
.title-left-medturism{
  font-family: "georgia";
  font-size: 24px;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(43, 76, 94, 1);
}
.desc-left-medturism{
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.desc-left-medturism p{
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.desc-left-medturism span{
  flex-shrink: 0;
  width: 106px;
}
.right-info-medturism{
  width: calc(50% - 32px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.right-info-medturism h1{
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.right-info-medturism ul{
  margin-left: 20px;
}
.right-info-medturism ul li::marker{
  font-size: 12px;
}
.right-info-medturism a{
  color: #7EBFE2;
}
@media (max-width: 1280px) {
  .info-sponsor {
    margin-bottom: 80px;
  }
  .wrapp-info-sponsor {
    flex-direction: column;
    gap: 48px;
  }
  .left-info-sponsor {
    max-width: 100%;
    display: flex;
    gap: 24px;
  }
  .image-sponsor {
    width: calc(50% - 12px);
    height: 396px;
  }
  .wrapp-contact-sponsor {
    margin-top: 0;
    width: calc(50% - 12px);
  }
  .desc-sponsor {
    font-size: 16px;
    line-height: 24px;
    gap: 20px;
  }
  .wrapp-medturism{
    flex-direction: column;
    gap: 48px;
  }
  .left-info-medturism{
    width: 100%;
    display: contents;
  }
  .image-info-medturism{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1 ;
    order: 1;
  }
  .content-left-medturism{
    order: 3;
    margin: 0;
  }
  .right-info-medturism{
    width: 100%;
    order: 2;
  }
}
@media (max-width: 799px) {
  .desc-left-medturism{
    gap: 20px;
  }
  .desc-left-medturism p {
    flex-direction: column;
    gap: 0px;
  }
  .info-sponsor {
    margin-top: 24px;
    margin-bottom: 80px;
  }
  .left-info-sponsor {
    flex-direction: column;
    gap: 24px;
  }
  .image-sponsor {
    width: 100%;
  }
  .wrapp-contact-sponsor {
    width: 100%;
  }
  .right-info-sponsor h1 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .staff-sponsor {
    color: rgb(38, 38, 38);
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-top: 24px;
  }
  .desc-sponsor {
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
  }
  .right-info-medturism{
    font-size: 16px;
    line-height: 28px;
    gap: 24px;
  }
  .right-info-medturism h1{
    font-size: 18px;
    line-height: 32px;
  }
}
