/*------ responsive ------*/ 
@media only screen and (min-width: 992px) {
  .filterPopup {
    position: relative;
    overflow-y: auto;
    opacity: 10;
    pointer-events: auto;
    z-index: 1 !important;
  }
  .sidebar.-mobile-filter {
    display: block;
    padding: 0;
    width: 100%;
  }
  
  .sidebar.-mobile-filter .-icon-close {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1400px) {
  .mapFilter {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 1300px) {

}
@media only screen and (min-width: 1200px) {
  .header .header-menu .menu li {
    position: static;
  }
  .header .header-menu .menu li a {
    cursor: pointer;
  }

  .hover_animtion_box li a.hover_animation::before  {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    height: 40px;
    width: auto;
    background-color: var(--color-gray-1);
    border-radius: 10px;
    transition: transform .5s;
    z-index: -1;
  }
  .hover_animtion_box li:hover a.hover_animation::before {
    width: 100%;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .hover_animtion_box li a.hover_animation::before {
    width: 0;
    height: 40px;
    left: 0%;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .hover_animtion_box div a.hover_animation::before,
  .hover_animtion_box div button.hover_animation::before  {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 40px;
    width: auto;
    background-color: rgb(255 255 255);
    border-radius: 10px;
    transition: transform .5s;
    z-index: -1;
  }
  .hover_animtion_box div:hover a.hover_animation::before,
  .hover_animtion_box div:hover button.hover_animation::before {
    width: 100%;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .hover_animtion_box div a.hover_animation::before,
  .hover_animtion_box div button.hover_animation::before  {
    width: 0;
    height: 100%;
    left: 0%;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .header .header-menu .menu li:hover > .subnav {
    opacity: 1;
    pointer-events: auto;
    z-index: 0;
  }
  .header .header-menu .menu li.-has-mega-menu:hover > .mega {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .header .header-menu .menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 1;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu .menu__nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .header-menu .menu__nav > li {
    padding: 0;
  }
  .header .header-menu .menu__nav > li.menu-item-has-children > a .icon {
    font-size: 7px;
  }
  .header .header-menu .menu__nav > li.menu-item-has-children:hover > a::after {
    content: '';
    position: absolute;
    z-index:2;
    bottom: -6px;
    left: 40%;
    width: 12px;
    height: 12px;
    background-color: white;
    transform: rotate(45deg);
    /* border: 1px solid var(--color-green-1); */
    border-right-width: 0;
    border-bottom-width: 0;
  }
  .header .header-menu .menu__nav a {
    padding: 25px 16px;
    height: 80px;
  }
  .header.-type-5.-header-5-sticky .header-menu .menu__nav a {
    padding: 15px 16px;
    height: 70px;
    color:var(--color-dark-1);
  }
  .header.-type-5.-header-5-sticky .header-menu .menu__nav a {
    height: 60px;
  }
  .header .header-menu .menu .subnav {
    position: absolute;
    left: 50%;
    right: 0;
    top: 80px;
    width: 100%;
    padding: 16px;
    opacity: 0;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 8px;
    /* border: 1px solid var(--color-green-1); */
    color: var(--color-dark-1) !important;
    box-shadow: 0px 80px 80px 0px #00000038;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header.-type-5.-header-5-sticky .header-menu .menu__nav li > ul{
    top: 69px;
  }
  .header .header-menu .menu .subnav__backBtn {
    display: none;
  }
  .header .header-menu .menu .subnav .subnav {
    top: 0;
    left: 100%;
  }
  .header .header-menu .menu .subnav li a {
    padding: 12px 16px;
    border-radius: 8px;
  }
  .header .header-menu .menu .subnav li a:hover {
    color: var(--color-black);
    background-color: var(--color-light-2);
  }
  .header .header-menu .menu .mega-mobile {
    display: none;
  }
  .header .header-menu .menu .mega {
    position: absolute;
    top: 100%;
    background-color: white;
    padding: 30px;
    border-radius: 4px;
    color: var(--color-dark-1);
    width: 800px;
    box-shadow: 0px 10px 30px 0px #05103608;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    pointer-events: none;
  }
  .header .header-menu .menu .mega__content {
    display: flex;
    justify-content: space-between;
  }
  .header .header-menu .menu .mega__grid {
    display: grid;
    gap: 60px;
    grid-template-columns: auto auto auto;
  }
  .header .header-menu .menu .mega__image {
    width: 270px;
  }
  .header .header-menu .menu .mega__image img {
    width: 100%;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .header-menu .menu .mega a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header .header-menu .menu__backButton {
    display: none;
  }
  .header .header-menu .mobile-overlay {
    display: none;
  }
  .header .header-menu .mobile-bg {
    display: none;
  }
  .header .header-menu .mobile-back-button {
    display: none;
  }
  .header .header-menu .mobile-footer {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {   
  .teklifAlInfoBox{
    zoom: 0.65;
  }
  .header.-type-2 {
    margin-top: 0;
  }
  .header.-type-2 .col-auto-menu {
    position: absolute;
  }
  .header .header-menu {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: calc(100vh - 80px);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    pointer-events: none;
  }
  .header .header-menu.is-menu-active {
    opacity: 1;
    pointer-events: auto;
  }
  .header .header-menu.is-menu-active .-is-active {
    pointer-events: auto !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .header .header-menu .mega {
    display: none;
  }
  .header .header-menu ul {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .header .header-menu__content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .header .header-menu .mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(5, 16, 54, 0.7);
    z-index: -2;
  }
  .header .header-menu .mobile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: white;
  }
  .header .header-menu .menu {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    padding: 20px;
    padding-top: 40px;
  }
  .header .header-menu .menu ul {
    pointer-events: none;
  }
  .header .header-menu .menu li {
    overflow: hidden;
  }
  .header .header-menu .menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    font-weight: 500;
    color: var(--color-dark-1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu .menu a .icon {
    font-size: 8px;
    transform: rotate(-90deg);
  }
  .header .header-menu .menu a:hover {
    color: var(--color-blue-1);
  }
  .header .header-menu .menu__nav {
    display: flex;
    flex-direction: column;
  }
  .header .header-menu .menu__nav > li > a {
    font-size: 20px;
  }
  .header .header-menu .menu__nav > li > a:hover {
    background-color: rgba(53, 84, 209, 0.05) !important;
  }
  .header .header-menu .menu .subnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }
  .header .header-menu .menu .subnav li {
    padding: 0 20px;
  }
  .header .header-menu .menu .subnav a {
    height: 40px;
    font-size: 18px;
    padding: 0 20px;
    transform: translateY(100%);
  }
  .header .header-menu .menu .subnav__backBtn {
    margin-bottom: 20px;
  }
  .header .header-menu .menu .subnav__backBtn li {
    padding: 0;
  }
  .header .header-menu .menu .subnav__backBtn a {
    justify-content: flex-start;
    height: 50px;
    font-size: 20px;
    color: var(--color-blue-1);
    background-color: rgba(53, 84, 209, 0.05) !important;
  }
  .header .header-menu .menu .subnav__backBtn a .icon {
    margin-right: 12px;
    transform: rotate(90deg);
  }
  :root {
    --dashboard-width: 250px;
  }
  .mapFilter {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }
  .section-bg__item.-w-1500 {
    width: 100%;
  }
  .section-bg__item.-w-1165 {
    width: 100%;
  }
  .section-bg__item.-video-left {
    top: unset;
    width: 100%;
    transform: none;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 960px;
  }
  .halfMap__content {
    width: 660px;
  }
  table.table-3 th {
    padding: 15px 15px;
    min-width: 100px;
  }
  table.table-3 td {
    padding: 15px 15px;
  }
  table.table-4 th {
    padding: 15px 15px;
    min-width: 100px;
  }
  table.table-4 td {
    padding: 15px 15px;
  }
  table.table-5 th {
    padding: 15px 15px;
    min-width: 100px;
  }
  table.table-5 td {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 991px) {  
  .teklifAlInfoBox{
    zoom: 0.45;
  }
  .single-field.-w-410 input {
    width: 100%;
  }
  .mapFilter__grid {
    grid-template-columns: 420px 1fr;
  }
  .section-bg__item.-video-left {
    max-width: 720px;
  }
  .section-bg__item.-left-100 {
    left: 0;
  }
  .section-bg__item.-right-100 {
    right: 0;
  }
  .modalGrid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .blog-grid-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .blog-grid-1 > *:nth-child(1) {
    grid-row: unset;
  }
  .border-center > *:nth-child(1n + 2) {
    border-top: 1px solid var(--color-light-2);
  }
  .border-center > * {
    border-left: 0;
  }
  .halfMap {
    flex-direction: column;
  }
  .halfMap__content {
    width: 100%;
    order: 2;
  }
  .halfMap__map {
    order: 1;
  }
  .galleryGrid.-type-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .galleryGrid.-type-1 > *:nth-child(1) {
    grid-row: 1;
  }
  .galleryGrid.-type-1 img {
    width: 100%;
  }
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .galleryGrid.-type-2 img {
    width: 100%;
  }
  .lg\:w-full {
    width: 100% !important;
  }
  .map-form {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .card-box-1-bg .button.-sm {
    padding: 8px 12px;
    font-size: 9px !important;
    border-radius: 7px;
    height: 27px;
    line-height: 27px;
  }

  .t_ani_img_1{
    right: 37%;
    top: 93%;
  }
  .t_ani_img_2{
    left: 38%;
  }
  .t_ani_img_3{
    left: 30%;
  }
  .t_ani_img_4{
    right: 50%;
  }
  .t_ani_img_5{
    left: 23%;
    top: 20%;
  }
  .t_ani_img_6{
    right: 35%;
  }
  .t_ani_img_7{
    right: 26%;
    top: 0%;
  }
  .t_ani_img_8{
    right: 28%;
    top: 70%;
  }

  .mobile-x-scroll{
    flex-shrink: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #aaa rgba(0,0,0,0);
    scrollbar-width: thin;
    margin: 0;
  }
  .mobile-x-item{
    display: grid;
    cursor: pointer;
    scroll-snap-stop: always;
    width: 75% !important;
    flex: 1 0 75%;
    padding-left: 0;
  } 
  .mobile-x-item.client-logo{
    width: 35% !important;
    flex: 1 0 35%;
  }
  .mobile-x-item.account_left_menu{
    width: auto !important;
    flex: 0 0 0 !important;
  }
  .mobile-x-item.client-logo img{
    width: 100PX !important;
  }

  .mobile-x-item.account_left_menu .dropdown-item{
    border: 1px solid var(--color-border) !important;
    box-shadow: 0px 1px 10px 0px #0000000d;
    height: 40px;
    border-radius: 4px !important;
  }

  .footer.-type-2 {
    /* position: relative !important; */
  }
  main.footer-fixed footer{
    position: fixed !important;
  }
  .loginpage .footer.-type-2 {
    position: fixed !important;
  }
  .dropdown-menu-mobil-end {
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    position: fixed !important;
    display: block !important;
    transform: translateY(100%) !important;
    transition: all 0.2s ease !important;
  }
  .dropdown-menu-mobil-end.show {
    border-radius: 16px 16px 0 0 !important;
    transform: translateY(0%) !important;
    box-shadow: 0 0 100vh 100vh #0510365c;
    z-index: 9999;
    padding-bottom: 10px !important;
    width: 100%;
  }
  .dropdown-menu-mobil-end .dropdown-item {
        font-size: 14px;
        padding: 10px 15px !important;
  }
  
  table.table{
    width: 100%;
    display: block;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #aaa rgba(0,0,0,0);
    scrollbar-width: thin;
    /* white-space: nowrap; */
    scroll-snap-align: start;
  }
    
  .teklifAlInfoBox{
    zoom: 0.35;
  }

  .prjIdMach{padding: 10px 12px;}
  .-pills .tabs__controls {
      flex-direction: row !important;
      justify-content: start !important;
      background-color: transparent!important;
      padding: 10px;
      border-radius: 12px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-color: #aaa rgba(0, 0, 0, 0);
      scrollbar-width: thin;
      white-space: nowrap;
      scroll-snap-align: start;
  }

  .tabs__controls {
      justify-content: start;
      background-color: var(--color-light-2)!important;
      padding: 10px;
      border-radius: 50px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-color: #aaa rgba(0,0,0,0);
      scrollbar-width: thin;
      white-space: nowrap;
      scroll-snap-align: start;
  }
  .tabs__controls .tabs__button {
      border-radius: 12px !important;
      scroll-snap-stop: always;
      pointer-events: inherit;
  }
  .tabs.-pills .tabs__controls .tabs__button {
      color: var(--color-dark-3) !important;
      background-color: var(--color-gray-4) !important;
  }
  .tabs.-pills .tabs__controls .tabs__button.is-tab-el-active {
      color: var(--color-dark-1) !important;
      background-color: var(--color-gray-1) !important;
  }
  .tabs.-underline-2 .tabs__controls .tabs__button {
      background-color: var(--color-white)!important;
      scroll-snap-align: center;
      min-width: fit-content;
      width: 100%;
      padding: 5px 15px !important;
      position: relative;
      border-radius: 30px !important;
      scroll-snap-stop: always;
      pointer-events: inherit;
      overflow: hidden;
  }

  .thumb1.-thumb-akademi .user-tag {
    width: 50px;
    height: 50px;
  }
  
  .sectionTitle.-md .sectionTitle__title {
    font-size: var(--text-26);
  }
  .header-margin {
    margin-top: 80px;
  }
  .header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .icon-menu{
    color:var(--color-white);
    width: 35px;
    height: 35px;
    justify-content: center;
  }
  .header.is-sticky .icon-menu{
    color:var(--color-dark-1);
  }
  .header .header-logo img {
    max-width: 150px;
  }
  main {
    margin-top: 60px;
  }
  .dashboard__content {
    padding: 30px;
    padding-bottom: 0;
  }
  .dashboard__sidebar {
    width: 80%;
    height: calc(100% - 80px);
  }
  .mapFilter__grid {
    grid-template-columns: 250px 1fr;
    padding-left: 330px;
  }
  .mapFilter__grid .ratio {
    width: 100%;
    height: auto;
  }
  .mapFilter__grid.-filters-hidden {
    padding-left: 70px;
  }
  .layout-pt-sm {
    padding-top: 30px;
  }
  .layout-pb-sm {
    padding-bottom: 30px;
  }
  .layout-pt-md {
    padding-top: 60px;
  }
  .layout-pb-md {
    padding-bottom: 60px;
  }
  .layout-pt-lg {
    padding-top: 100px;
  }
  .layout-pb-lg {
    padding-bottom: 100px;
  }
  .layout-pt-xl {
    padding-top: 120px;
  }
  .layout-pb-xl {
    padding-bottom: 120px;
  }
  .section-bg__item.-video-left {
    max-width: 540px;
  }
  .section-bg__item.-mx-20 {
    left: 0;
    right: 0;
  }
  .section-bg__item.-image {
    position: relative;
    width: 100%;
  }
  .md\:size-full {
    width: 100%;
    height: auto;
  }
  .sidebar.-mobile-filter {
    grid-template-columns: 1fr 1fr;
  }
  .sidebar.-mobile-filter {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
  }
  .filterPopup .bg-blur-2 {
    background:white !important;
    border:0 !important;
  }
  .filterPopup .bg-blur-2 .sidebar__item {
    border:1px solid #ddd !important;
    border-radius:16px;
    padding: 24px 16px 16px 24px !important;
  }
  .sidebar.-mobile-filter > .sidebar__item:last-child {
    border-top: 1px solid var(--color-border) !important;
  }
  .filterPopup .header_filter{
    border-bottom: 1px solid var(--color-border) !important;
    height: 60px !important;
  }  
  .sidebar.-mobile-filter:last-child > .sidebar__item {
    border-top:1px solid #ccc !important;
  }

  .halfMap {
    margin-top: 80px;
  }
  .halfMap__content {
    padding: 20px;
  }
  .galleryGrid.-type-1 {
    grid-template-columns: 1fr 1fr;
  }
  .galleryGrid.-type-1 {
    grid-template-columns: 1fr;
  }
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr 1fr;
  }
  .table-calendar__header > *, .table-calendar__grid > * {
    width: 32px;
    height: 32px;
  }
  .select {
    position: relative;
  }  
  .select__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 15px;
    height: 70px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    background-color: white;
    text-align: left;
  }  
  .select__icon {
    width: 20px;
    height: 20px;
  }
  .select__dropdown {
    position: fixed;
    bottom: -0px;
    top: auto;
    left: 0px;
    right: 0;
    transform: translateY(100%);
    z-index: 30;
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 300px;
    box-shadow: 0 -30px 20px 10px rgba(0, 0, 0, 0.05);
    border-radius: 16px 16px 0 0 !important;
  }  
  .select__dropdown.-is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-0%);
  }  
  .select__options {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 99;
  }  
  .select__options::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }  
  .select__options::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
  }  
  .select__options__button {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    text-align: left;
    transition: all 0.15s ease;
  }  
  .select__options__button:hover,
  .select__options__button:hover .text-light-1{
    cursor: pointer;
    color: var(--color-purple-1) !important;
  }
  .select__options__button:hover img{
    cursor: pointer;
    border:1px solid var(--color-purple-1) !important;
    background: var(--color-light-2) !important;
    border-radius:25px;
    padding:1px;
  }
  .select__options__button:focus,
  .select__options__button:focus .text-light-1 {
    color: var(--color-purple-1) !important;
  }
  .select__options__button:focus img{
    cursor: pointer;
    border:1px solid var(--color-purple-1) !important;
    background: var(--color-light-2) !important;
    border-radius:25px;
    padding:1px;
  }  
  .select__search {
    flex-shrink: 0;
    height: 50px;
    border-radius: 4px;
    background-color: #F5F5F5 !important;
    color: black;
    padding: 0 20px;
    margin-bottom: 12px;
  }
  .ModalAll {
    top: auto;
    bottom: 0;
    right: 0;
  }
  .ModalAll__content {
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    max-width: 100%;
    height: 100%;
    max-height: 100% !important;
    transform: translateY(0%);
    border-radius: 16px 16px 0 0 !important;
    transition: all 0.2s ease;
  }
  .ModalAll.is-hidden .ModalAll__content{
      transform: translateY(100%);
  }
  
  .langMenu {
      top: auto;
      bottom: 0;
      padding: 0;
  }
  .langMenu__content {
      position: fixed;
      left: 0;
      bottom: 0;
      top: auto;
      right: 0;
      max-width: 100%;
      transform: translateY(0%);
      border-radius: 16px 16px 0 0 !important;
      transition: all 0.2s ease;
  }
  .langMenu.is-hidden .langMenu__content{
      transform: translateY(100%);
  }  
  .currencyMenu {
      top: auto;
      bottom: 0;
      padding: 0;
  }
  .currencyMenu__content {
      position: fixed;
      left: 0;
      bottom: 0;
      top: auto;
      right: 0;
      max-width: 100%;
      transform: translateY(0%);
      border-radius: 16px 16px 0 0 !important;
      transition: all 0.2s ease;
  }
  .currencyMenu.is-hidden .currencyMenu__content{
      transform: translateY(100%);
  }
  .js-currencyMenu-mainTitle .m-none{
      display: none;
  }
  .js-language-mainTitle .m-none{
      display: none;
  }
  .js-blog-slider.blog-slider .swiper-slide::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(152deg, #f1f1f1, #f1f1f1c9, transparent);
  }  
}
@media only screen and (max-width: 564px) {
  .searchMenu-marka__field {
    left: -35px;
    right: -35px;
  }
  .searchMenu-kiratipi__field {
    left: -35px;
    right: -35px;
  }
  .searchMenu-date__field {
    left: -35px;
    right: -35px;
  }
  .searchMenu-guests__field {
    left: -35px;
    right: -35px;
  }
  .mapFilter__close {
    right: 50%;
    transform: translateX(50%);
  }
  .mapFilter__grid {
    grid-template-columns: 1fr;
  }
  .mapFilter-results {
    display: none;
  }
  .layout-pt-sm {
    padding-top: 30px;
  }
  .layout-pb-sm {
    padding-bottom: 30px;
  }
  .layout-pt-md {
    padding-top: 30px;
  }
  .layout-pb-md {
    padding-bottom: 30px;
  }
  .layout-pt-lg {
    padding-top: 60px;
  }
  .layout-pb-lg {
    padding-bottom: 60px;
  }
  .layout-pt-xl {
    padding-top: 60px;
  }
  .layout-pb-xl {
    padding-bottom: 60px;
  }
  .modalGrid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr;
  }
  .sm\:w-full {
    width: 100% !important;
  }
  .map-500 {
    min-height: 400px;
    height: 400px;
  }
  .border-line-2 {
    display: none;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}