@media (max-width:440px) {
  #map, svg g, svg text, svg path, #touch_menu_selector {
    cursor: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
     -khtml-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  svg text::selection {
    background: none;
  }

  #ind_cont {
    display: none;
  }

  .widgetspace {
    display: flex;
    flex-direction: column;
    gap: 16px;
    top: 100%;
    width: 100%;
  }

  body {
    user-select: none !important;
  }
  #note svg {
    width: 24px;
  }
  #touch_menu_selector.active {
    opacity: 1;
    pointer-events: all;

  }

  #userpic_supermenu {
    width: 200px;
  }

  #userpic_supermenu.active .userpic_toggler {
    opacity: 1;
  }

  .userpic_toggler {
    width: 32px;
    height: 32px;
  }

  #touch_menu_selector {
    width: calc(100% - 32px);
    right: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    opacity: 0;
    transition: .4s all ease-in;
    position: fixed;
    bottom: 20px;
    background: black;
    color: white;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    z-index: 10;
  }

  #touch_menu_selector .menu {
    flex-direction: row;
    justify-content: flex-start;
    background: none;
    border: none;
    width: 310px;
    overflow: hidden;
    padding: 0;
  }

  #touch_menu_selector .menu_text {
    color: white;
    width: 272px;
    line-height: 16px;
    font-size: 20px;
    font-family: 'Inter';

  }

  
  #touch_left_arrow,
  #touch_right_arrow {
    padding: 16px;
    flex-shrink: 0;
  }
  .touch_menu_container {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      align-content: center;
      justify-content: flex-start;
      align-items: center;
      transition: .4s all ease-in;
      height: 34px;
  }

  .question {
    position: relative;
    margin: 0;
    right: 0;
    left: 0;
    top: 0;
  }

  .answers_block {
    margin-left: 0;
  }

  #questionspace {
    display: flex;
    gap: 96px;
  }

  .full_view .close_view {
    stroke-width: 1px;
    stroke: #cbcbcb;
  }

  .full_view .close_view line {
    stroke: black;
  }

  .w_pic {
    width: 100%;
  }
  .w_pic div {
    width: 100%;
  }

  pre.text {
    margin-bottom: 64px;
    font-size: 16px;
  }

  #fv .read_close .button,
  #fv .read_close .close_view {
    position: static;
  }
  #fv .read_close .button {
    height: 8px;
    width: auto;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.02em;
  }

  #fv .read_close .button div{
        padding: 10px 24px;
        width: auto;
        height: auto;
  }
  
  #fv .read_close {
    display: flex;
    gap: 8px;
    padding: 4px;
    border-radius: 12px 40px 40px 12px;
    left: calc(50% - 179px/2 - 0.5px);
    border: 1px solid #e2e2e2;
    z-index: 500;
    position: fixed;
    bottom: 48px;
    background: white;
  }

  #supermenu {
    transition: 0.4s all ease-in;
    box-sizing: border-box;
    display: flex;
    padding: 8px;
    width: 183px;
    height: 48px;
    left: calc(50% - 183px/2);
    bottom: 64px;
    position: fixed;
    background: #FFFFFF;
    border: 1px solid #A4A4A4;
    border-radius: 24px;
  }

  .active#schedule_supermenu {
    opacity: 1;
  }

  #schedule_supermenu {
    transition: .4s all ease-in;
    opacity: 0;
    display: flex;
    align-items: center;
  }

  .location {
    width: 340px;
  }

  .hours_touch {
    width: 118px;
    overflow: hidden;

  }

  .hours_slider {
    transition: .4s all ease-in;
    width: calc(24 * 118px);
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;

  }

  .hours_slider div {
    text-align: center;
    width: 118px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: black;
    font-weight: 500;
    text-align: center;
  }

  #schedule_widgets .w_string div {
    display: inline-block;
    width: 352px;
  }
}

.full_view .close_view circle,
.footer__modal .close_view circle {
  stroke: #cbcbcb;
  stroke-width: 1px;
}

.full_view .close_view circle,
.full_view  .close_view line,
.footer__modal .close_view circle,
.footer__modal  .close_view line {
  transition: .4s all ease-in;
}

.full_view .close_view line,
.footer__modal .close_view line {
  stroke: black;
  stroke-width: 1px;
}

@media (min-width:440px) {
  .widgetspace .title {
    margin-left: 24px;
  }

  .full_view .close_view:hover circle {
    fill: #a4a4a4;
    stroke: #a4a4a4;
  }
  .full_view .close_view:hover line {
    stroke: white;
  }

  #processfullview .close_view {
    right: calc(50% - 466px);
  }

  #map {
    width: 98%;
    margin-left: 1%;
  }

  #touch_menu_selector {
    display: none;
  }
  .w_button {
    width: 164px;
  }

  .widgetspace.active, .widgetspace.old {
    overflow: scroll;
  }
  
  #fv .read_close,
  #musicfullview .read_close{
    display: none;
  }
}