.disabled {
    background-color: #ccc;
    pointer-events: none;
  }

@media (width>320px) and (orientation: portrait) {

  .logom {display: block;}
  .pc-slider {
    display: none !important;
  }

  .phone-slider {
    display: flex;
  }

  /*ИНПУТЫ*/
 
  input[type="text"] {
    font-family: inherit; /* 1 */
    font-size: inherit; /* 1 */
    line-height: inherit; /* 1 */
    margin: 0; /* 2 */
  }

  .text-field {
    margin-bottom: 1rem;
    padding-right: 80px;
  }

  .text-field__label {
    display: block;
    margin-bottom: 0.25rem;
  }

  .text-field__input {
    display: block;
    width: 90%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .text-field__input::placeholder {
    color: #212529;
    opacity: 0.4;
  }

  .text-field__input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #bdbdbd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
  }

  /*ИНПУТЫ*/

  .description2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  /*Новые кнопки*/

  .s_button_ix {
    position: absolute;
    height: 62px;
    width: 62px;
    font-family: 'Inter', sans-serif;
    color: #292929;
    font-size: 18px;
    display: flex;
    transition: 0.5s;
    margin-left: 24px;
    bottom: 24px;
    border: #292929 solid 1.5008px;
    border-radius: 50px;
  }

  .intext {
    overflow: hidden;
    min-width: 150px;
    padding: 0 15px 0 15px;
  }

  .button_tick_2 {
    position: relative;
    top: 20px;
    width: 270px;
    border: #292929 solid 2px;
    padding-left: 20px;
    border-radius: 50px;
  }

  .button_tick_2 img {
    position: absolute;
    margin-top: 48px;
    transition: 0.5s;
  }

  .button_tick_2 img:hover {
      transform: scale(1.05)
  }

  .button_ix {
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    color: #292929;
    margin: 20px auto 0 auto;
    font-size: 21px;
    padding-right: 10px;
    display: flex;
    transition: 0.5s;
  }

  .button_ix svg {
      transition: 0.5s;
      padding-left: 10px;
      padding-top: 8px;
      stroke: #292929;
      transition: fill 0.5s ease;
  }

  .button_ix svg path {
      transition: 0.5s;
  }



  .button_ix:hover svg path {
      transform-origin: center;
      stroke: white;
      animation-duration: 0.5s;
      animation-name: AnimStroke;
      transform: rotate(45deg);
      transition: transform 0.5s ease;
  }

  .button_ix:hover svg rect {
      transform-origin: center;
      stroke: #292929;
      animation-duration: 0.5s;
      animation-name: AnimStroke;
  }

  .button_ix:hover {
      color: white;
      background-color: #292929;
      animation-duration: 0.5s;
      animation-name: AnimColor;
  }

  /*Новые кнопки*/

  /*Новые кнопки для слайдера*/

  .port-buttons-l-r {
    margin-top: 4px;
  }

  .button_left_right {
    cursor: pointer;
    stroke: #202020;
    fill: none;
  }

  .button_left_right:hover path {
      color: #FFF;
      fill: #FFF;
      animation-duration: 0.5s;
      animation-fill-mode: forwards;
      animation-name: AnimStroke;
  }

  .button_left_right:hover rect {
      stroke: #202020;
      fill: #202020;
  }

  .button_left_right:hover {
    cursor: pointer;
    stroke: #FFF;
    fill: none;
  }

  .slider-btns-flex {
    display: flex;
    flex-wrap: wrap;
  }

 /*Новые кнопки для слайдера*/

  .grid {
    display: grid;
    grid-template-columns: repeat(4, 75px);
    grid-template-rows: repeat(4, 83px);
    grid-column-gap: 15px;
    grid-row-gap: 10px;
  } 

  .grid-time {
    cursor: pointer;
    background-color: #e0e0e0;
    border-radius: 5px;
    /* margin: 1px; */
   
    font-size: 23px;
    text-align: center;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  }

  .grid-time:hover {
    /*background-color: #d6d6d6;*/
  }

  .blocked-time {
    background-color: #b9b9b9;
    color: #5c5c5c;
  }

  .blocked-time:hover {
    background-color: #b9b9b9;
    color: #5c5c5c;
  }

  .reserv-time {
    background-color: #ecdc95;
  }

  .reserv-time:hover {
    background-color: #dac87a;
  }
  
  .rt-selected {
    background-color: lightblue;
            border: 2px solid lightblue;
  }

  .time-ann-content {
    font-size: 15px;
  }

  .f-container {
    position: relative;
    min-height: 1025px;
    background-color: var(--blockbacks);
  }

  .f-c-container {
      margin-top: 150px;
      padding-top: 32px;
      padding-left: 20px;
      padding-right: 20px;
  }

  .f-head {
    display:none;
      position: relative;
      float: left;
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      font-size: 22px;
      color: var(--darky);
  }

  .confidence-content {
      margin-top: 150px;
      padding-top: 32px;
      padding-left: 20px;
      padding-right: 20px;
  }

  .confidence-title {
      position: relative;
      float: left;
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      font-size: 22px;
      color: var(--darky);
  }

  .footer-line {
      position: relative;
      display: block;

      width: 100%;
      height: 1.5008px;
      background-color: #CDD3DB;
      margin-top: 20px;
      margin-bottom: 20px;
  }

  #footer-bottun1 {
      width: 50px;
      height: 50px;
      display: block;

  }

  .cols {
      display: block;

  }

  .footer-contacts-title {
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      font-size: 26px;
      margin-top: 6px;
      margin-bottom: 12px;
      color: var(--greeny);
  }

  .footer-contacts-text {
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 16px;
      margin-top: 6px;
      margin-bottom: 6px;
      color: var(--darky);
  }


  .icons_footer {
      display: flex;
      margin-top: 28px;
      margin-bottom: 20px;
  }

  .icons_footer img {
      margin-right: 15px;
      transition: 0.5s;
  }

  .icons_footer img:hover {
      transform: scale(1.05)
  }

  .footer-adress {
      display: block;
  }

  .footer-map {

      display: block;
      padding-top: 32px;
      padding-bottom: 28px;
      width: 100%;
  }

  .footer-map img {
      border-radius: 10px;
      display: block;
      width: 100%;
  }

  .footer-under-text {
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #9AA6B6;
  }

  #footer-bottun1 path,
  #footer-bottun1 rect {
      transition: 0.5s;
      stroke: var(--greeny);
      transition: 0.5s;
  }

  #footer-bottun1:hover path {
      stroke: var(--darky);
      transform-origin: center;
      transform: rotate(45deg);
      transition: transform 0.5s ease;
  }

  #footer-bottun1:hover rect {
      transform-origin: center;
      stroke: var(--darky);
      animation-duration: 0.5s;
      animation-name: AnimStroke;
      transition: transform 0.5s ease;
  }


  .req-cross-mod {
    position: relative;
    top: -40px;
    left: 310px;
    border-radius: 30px;
    border: 1.5008px solid #000;
    width: 57px;
    height: 57px;
    background-image: url("img/footer/req-cross.svg");
    background-repeat: no-repeat;
    background-position: center;
  }

  .req-cross-mod:hover {
      background-color: #202020;
      border: 1.5008px solid #FFF;
      background-image: url("img/footer/req-crossw.svg");
      
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0,0,0,0.6); /* !add opacity */
  }

  .modal-title {
    font-family: 'Inter', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 34px;
    color: #202020;
  }

  .modal-content {
    height: 82%;
    background-color: #F0F4F4;
    margin: 5% auto;
    padding: 11px;
    border: 1px solid #888;
    border-radius: 15px;
    /* height: 890px; */
    width: 99%;
  }

  .modal-text-desc {
      font-family: 'Inter', sans-serif;
      margin-top: 0px;
      margin-bottom: 0px;
      color: #202020;
      font-weight: 400;
      font-size: 28px;
  }

  .modal-type-input {
      font-family: 'Inter', sans-serif;
      color: #202020;
      font-weight: 400;
      font-size: 24px;
      border-radius: 60px;
      border: 1px solid #202020;
      padding: 10px;
      padding-left: 24px;
      width: 90%;
      height: 60px;
      margin: 10px 0;
      transition: .3s border-color;
  }

  .modal-req {
      height: 330px !important;
  }

  .pf-centered {
    margin: 64px;
    display: block;
    margin: auto;

  }

  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  header {
    height: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background-color: #dcdce3;
    color: #818181;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .titleh {
    font-size: 32px;
    padding-left: 16px;
    font-weight: 500;
    color: #202020;
  }

  header h1 {
    margin: 0;
  }

  .slider-btns-flex {
    font-size: 24px;
  }

  .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .slider {
    display: flex;
    height: 400px;
    transition: transform 0.5s ease;
  }

  .slider img {
    width: 100%;
    height: auto;
  }

  .prev-btn,
  .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
  }

  .prev-btn {
    left: 0;
  }

  .next-btn {
    right: 0;
  }

  .description {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .column {
    flex: 1;
    margin: 10px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    background-color: #fff;
    border-radius: 5px;
  }

  h2 {
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 1px solid gray;
  }

  .gtbutton {
    font-size: 35px;
    display: block;
    width: 90%;
    margin: 20px auto 0 auto;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  button:hover {
    background-color: #555;
  }

  .floor-plan {
    display: block;
    margin: 20px auto;
    max-width: 100%;
  }

  .service_case {
    background-color: #e0e0e0;
    width: 84%;
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    /* height: 456px; */
    border-radius: 16px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.263));
  }

  .service_case_text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 15px;
  }

  .s-c-title {
    margin-top: -35px;
    color: black;
    font-weight: 700;
    font-size: 38px;
    padding: 16px;
  }

  .bron {
    padding-bottom: 100px;
    display: flex;
    width: 96vw;
    margin: 0 8%;
    flex-direction: column;
    align-items: center;
  }

  .bron h1 {
    font-weight: 800;
    margin: 1rem 1rem 0;
  }

  .bron ul {
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
  }

  .bron li {
    display: flex;
    width: 64px;
    height: 64px;
    margin: 0.25rem;
    flex-flow: column;
    border-radius: 0.2rem;
    padding: 4px;
    font-weight: 300;
    font-size: 9px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 20px 0 rgba(31, 38, 135, 0.07);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }
  
.monthcontainer {
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
  }
  
  
.daycontainer {
    display: flex;
    width: 64px;
    height: 64px;
    margin: 0.25rem;
    flex-flow: column;
    border-radius: 0.2rem;
    padding: 4px;
    font-weight: 300;
    font-size: 9px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 20px 0 rgba(31, 38, 135, 0.07);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .thedate {
    font-size: 23px;
    margin: 0 0 3px 0;
    font-weight: 500;
  }
  
   .datesub {
      font-size: medium;
  }
  
    .dateover {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
  
  li.redcorner {
    border-left: 1px solid red;
    border-top: 1px solid red;
}

  .today {
    font-weight: 800;
    background: #ffff70;
  }

  .today {
    font-weight: 800;
    background-color: #ffff70 !important;
  }

  .greiy {
    background: rgba(255, 255, 255, 0.25);
  }

  .reddy {
    background-color: rgb(255, 121, 72) !important;
  }

  .pinky {
    background-color: rgb(255, 161, 127) !important;
  }

  .grenny {
    background-color: lightgreen !important;
  }

  .bluee {
    background-color: lightblue !important;
  }

  .honne {
    background-color: rgb(226, 240, 245) !important;
  }

.themap img {
  width: 366px;
}

  footer {
    text-align: center;
    padding: 20px 0;
    background-color: #333;
    color: #fff;
  }

  footer p {
    margin: 5px 0;
  }
}

@media (width<325px) and (orientation: portrait) {

  .logom {display: block;}
  .pc-slider {
    display: none !important;
  }

  .phone-slider {
    display: flex;
  }

  /*ИНПУТЫ*/
 
  input[type="text"] {
    width: 90%;
    font-family: inherit; /* 1 */
    font-size: inherit; /* 1 */
    line-height: inherit; /* 1 */
    margin: 0; /* 2 */
  }

  .text-field {
    margin-bottom: 1rem;
    padding-right: 80px;
  }

  .text-field__label {
    display: block;
    margin-bottom: 0.25rem;
  }

  .text-field__input {
    display: block;
    width: 90%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .text-field__input::placeholder {
    color: #212529;
    opacity: 0.4;
  }

  .text-field__input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #bdbdbd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
  }

  /*ИНПУТЫ*/

  .description2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  /*Новые кнопки*/

  .s_button_ix {
    position: absolute;
    height: 62px;
    width: 62px;
    font-family: 'Inter', sans-serif;
    color: #292929;
    font-size: 18px;
    display: flex;
    transition: 0.5s;
    margin-left: 24px;
    bottom: 24px;
    border: #292929 solid 1.5008px;
    border-radius: 50px;
  }

  .intext {
    overflow: hidden;
    min-width: 150px;
    
  }

  .button_tick_2 {
    position: relative;
    top: 20px;
    width: 270px;
    border: #292929 solid 2px;
    padding-left: 20px;
    border-radius: 50px;
  }

  .button_tick_2 img {
    position: absolute;
    margin-top: 48px;
    transition: 0.5s;
  }

  .button_tick_2 img:hover {
      transform: scale(1.05)
  }

  .button_ix {
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    color: #292929;
    margin: 20px auto 0 auto;
    font-size: 24px;
    padding-right: 10px;
    display: flex;
    transition: 0.5s;
  }

  .button_ix svg {
      transition: 0.5s;
      padding-left: 10px;
      padding-top: 8px;
      stroke: #292929;
      transition: fill 0.5s ease;
  }

  .button_ix svg path {
      transition: 0.5s;
  }



  .button_ix:hover svg path {
      transform-origin: center;
      stroke: white;
      animation-duration: 0.5s;
      animation-name: AnimStroke;
      transform: rotate(45deg);
      transition: transform 0.5s ease;
  }

  .button_ix:hover svg rect {
      transform-origin: center;
      stroke: #292929;
      animation-duration: 0.5s;
      animation-name: AnimStroke;
  }

  .button_ix:hover {
      color: white;
      background-color: #292929;
      animation-duration: 0.5s;
      animation-name: AnimColor;
  }

  /*Новые кнопки*/

  /*Новые кнопки для слайдера*/

  .port-buttons-l-r {
    margin-top: 4px;
  }

  .button_left_right {
    cursor: pointer;
    stroke: #202020;
    fill: none;
  }

  .button_left_right:hover path {
      color: #FFF;
      fill: #FFF;
      animation-duration: 0.5s;
      animation-fill-mode: forwards;
      animation-name: AnimStroke;
  }

  .button_left_right:hover rect {
      stroke: #202020;
      fill: #202020;
  }

  .button_left_right:hover {
    cursor: pointer;
    stroke: #FFF;
    fill: none;
  }

  .slider-btns-flex {
    display: flex;
    flex-wrap: wrap;
  }

 /*Новые кнопки для слайдера*/

  .grid {
    display: grid;
    grid-template-columns: repeat(4, 68px);
    grid-template-rows: repeat(4, 83px);
    grid-column-gap: 13px;
    grid-row-gap: 10px;
  } 

  .grid-time {
    cursor: pointer;
    background-color: #e0e0e0;
    border-radius: 5px;
    /* margin: 1px; */
   
    font-size: 21px;
    text-align: center;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  }

  .grid-time:hover {
    /*background-color: #d6d6d6;*/
  }

  .blocked-time {
    background-color: #b9b9b9;
    color: #5c5c5c;
  }

  .blocked-time:hover {
    background-color: #b9b9b9;
    color: #5c5c5c;
  }

  .reserv-time {
    background-color: #ecdc95;
  }

  .reserv-time:hover {
    background-color: #dac87a;
  }
  
  .rt-selected {
    background-color: lightblue;
  }

  .time-ann-content {
    font-size: 15px;
  }

  .f-container {
    position: relative;
    min-height: 1025px;
    background-color: var(--blockbacks);
  }

  .f-c-container {
      margin-top: 150px;
      padding-top: 32px;
      padding-left: 20px;
      padding-right: 20px;
  }

  .f-head {
    display:none;
      position: relative;
      float: left;
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      font-size: 22px;
      color: var(--darky);
  }

  .confidence-content {
      margin-top: 150px;
      padding-top: 32px;
      padding-left: 20px;
      padding-right: 20px;
  }

  .confidence-title {
      position: relative;
      float: left;
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      font-size: 22px;
      color: var(--darky);
  }

  .footer-line {
      position: relative;
      display: block;

      width: 100%;
      height: 1.5008px;
      background-color: #CDD3DB;
      margin-top: 20px;
      margin-bottom: 20px;
  }

  #footer-bottun1 {
      width: 50px;
      height: 50px;
      display: block;

  }

  .cols {
      display: block;

  }

  .footer-contacts-title {
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      font-size: 26px;
      margin-top: 6px;
      margin-bottom: 12px;
      color: var(--greeny);
  }

  .footer-contacts-text {
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 16px;
      margin-top: 6px;
      margin-bottom: 6px;
      color: var(--darky);
  }


  .icons_footer {
      display: flex;
      margin-top: 28px;
      margin-bottom: 20px;
  }

  .icons_footer img {
      margin-right: 15px;
      transition: 0.5s;
  }

  .icons_footer img:hover {
      transform: scale(1.05)
  }

  .footer-adress {
      display: block;
  }

  .footer-map {

      display: block;
      padding-top: 32px;
      padding-bottom: 28px;
      width: 100%;
  }

  .footer-map img {
      border-radius: 10px;
      display: block;
      width: 100%;
  }

  .footer-under-text {
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #9AA6B6;
  }

  #footer-bottun1 path,
  #footer-bottun1 rect {
      transition: 0.5s;
      stroke: var(--greeny);
      transition: 0.5s;
  }

  #footer-bottun1:hover path {
      stroke: var(--darky);
      transform-origin: center;
      transform: rotate(45deg);
      transition: transform 0.5s ease;
  }

  #footer-bottun1:hover rect {
      transform-origin: center;
      stroke: var(--darky);
      animation-duration: 0.5s;
      animation-name: AnimStroke;
      transition: transform 0.5s ease;
  }


  .req-cross-mod {
    position: relative;
    top: -40px;
    left: 256px;
    border-radius: 30px;
    border: 1.5008px solid #000;
    width: 57px;
    height: 57px;
    background-image: url("img/footer/req-cross.svg");
    background-repeat: no-repeat;
    background-position: center;
  }

  .req-cross-mod:hover {
      background-color: #202020;
      border: 1.5008px solid #FFF;
      background-image: url("img/footer/req-crossw.svg");
      
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0,0,0,0.6); /* !add opacity */
  }

  .modal-title {
    font-family: 'Inter', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 28px;
    color: #202020;
  }

  .modal-content {
    height: 82%;
    background-color: #F0F4F4;
    margin: 5% auto;
    padding: 11px;
    border: 1px solid #888;
    border-radius: 15px;
    /* height: 890px; */
    width: 92%;
  }

  .modal-text-desc {
      font-family: 'Inter', sans-serif;
      margin-top: 0px;
      margin-bottom: 0px;
      color: #202020;
      font-weight: 400;
      font-size: 28px;
  }

  .modal-type-input {
      font-family: 'Inter', sans-serif;
      color: #202020;
      font-weight: 400;
      font-size: 24px;
      border-radius: 60px;
      border: 1px solid #202020;
      padding: 10px;
      padding-left: 24px;
      width: 90%;
      height: 60px;
      margin: 10px 0;
      transition: .3s border-color;
  }

  .modal-req {
      height: 330px !important;
  }

  .pf-centered {
    margin: 64px;
    display: block;
    margin: auto;

  }

  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  header {
    height: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background-color: #dcdce3;
    color: #818181;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .titleh {
    font-size: 32px;
    padding-left: 16px;
    font-weight: 500;
    color: #202020;
  }

  header h1 {
    margin: 0;
  }

  .slider-btns-flex {
    font-size: 24px;
  }

  .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .slider {
    display: flex;
    height: 400px;
    transition: transform 0.5s ease;
  }

  .slider img {
    width: 100%;
    height: auto;
  }

  .prev-btn,
  .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
  }

  .prev-btn {
    left: 0;
  }

  .next-btn {
    right: 0;
  }

  .description {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .column {
    flex: 1;
    margin: 10px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    background-color: #fff;
    border-radius: 5px;
  }

  h2 {
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 1px solid gray;
  }

  .gtbutton {
    font-size: 35px;
    display: block;
    width: 90%;
    margin: 20px auto 0 auto;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  button:hover {
    background-color: #555;
  }

  .floor-plan {
    display: block;
    margin: 20px auto;
    max-width: 100%;
  }

  .service_case {
    background-color: #e0e0e0;
    width: 84%;
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    /* height: 456px; */
    border-radius: 16px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.263));
  }

  .service_case_text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 15px;
  }

  .s-c-title {
    margin-top: 0;
    margin-bottom: 0;
    color: black;
    font-weight: 700;
    font-size: 29px;
    padding: 16px;
  }

  .bron {
    padding-bottom: 100px;
    display: flex;
    width: 96vw;
    margin: 0 8%;
    flex-direction: column;
    align-items: center;
  }

  .bron h1 {
    font-weight: 800;
    margin: 1rem 1rem 0;
  }

  .bron ul {
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
  }

  .bron li {
    display: flex;
    width: 64px;
    height: 64px;
    margin: 0.25rem;
    flex-flow: column;
    border-radius: 0.2rem;
    padding: 4px;
    font-weight: 300;
    font-size: 9px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 20px 0 rgba(31, 38, 135, 0.07);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .thedate {
    font-size: 23px;
    margin: 0 0 3px 0;
    font-weight: 500;
  }

  .today {
    font-weight: 800;
    background: #ffff70;
  }

  .today {
    font-weight: 800;
    background-color: #ffff70 !important;
  }

  .greiy {
    background: rgba(255, 255, 255, 0.25);
  }

  .reddy {
    background-color: rgb(255, 121, 72) !important;
  }

  .pinky {
    background-color: rgb(255, 161, 127) !important;
  }

  .grenny {
    background-color: lightgreen !important;
  }

  .bluee {
    background-color: lightblue !important;
  }

  .honne {
    background-color: rgb(226, 240, 245) !important;
  }

.themap img {
  width: 300px;
}

  footer {
    text-align: center;
    padding: 20px 0;
    background-color: #333;
    color: #fff;
  }

  footer p {
    margin: 5px 0;
  }
}