@media (min-width: 1281px) {
  .hidden-md {
    display: none;
  }
  .hidden-lg {
    display: none;
  }
  .menu-list-item-wrap:hover {
    border-bottom: 2px solid var(--main-color);
  }
  .menu-list-item-wrap:hover .menu-nested-item-wrapper {
    display: block;
    position: absolute;
    z-index: 4;
    width: max-content;
    top: 54px;
    background-color: var(--background-white);
  }
  .canvas-for-languages.selected {
    width: 100%;
    background-color: rgba(0,0,0,0.4);
  }
  .canvas-menu-wrapper-restriscted {
    width: 25vw;
    max-width: 25vw;
    height: 100vh;
    background-color: var(--background-white);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }
  .canvas-for-languages.selected .canvas-menu-wrapper-languages .link-picker-flag {
    display: block
  }
  .canvas-menu-wrapper-languages {
    gap: 120px;
    border-bottom: 2px solid var(--main-color);
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .canvas-menu-wrapper-languages .menu-button-close {
    position: absolute;
    left: 0;
  }
  .menu-list-item-wrap-inner {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .hidden-md {
    display: none;
  }
  .hidden-lg {
    display: none;
  }
  .grid-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 32px;
  }
  .menu-list-item-wrap:hover {
    border-bottom: 2px solid var(--main-color);
  }
  .menu-list-item-wrap:hover .menu-nested-item-wrapper {
    display: block;
    position: absolute;
    z-index: 4;
    width: max-content;
    top: 54px;
    background-color: var(--background-white);
  }
  .canvas-for-languages.selected {
    width: 25vw;
    max-width: 25vw;
  }
  .canvas-menu-wrapper-languages {
    gap: 120px;
    border-bottom: 2px solid var(--main-color);
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .canvas-menu-wrapper-languages .menu-button-close {
    position: absolute;
    left: 0;
  }
  .menu-list-item-wrap-inner {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1128px) and (orientation: landscape) {
  .best-of-wrapper {
    grid-gap: 8px;
  }
  .best-of-box-wrapper {
    gap: 11px;
  }
  .park-events-wrapper {
    grid-gap: 12px;
    grid-template-columns: repeat(5, 1fr);
  }
  /* .park-event-item-alert {
    bottom: 73px;
  } */
  .top-sellers-item-wrapper {
    max-height: 58px;
  }
  .top-sellers-info-wrapper {
    padding: 10px;
  }
  .menu-list-item {
    padding: 8px 6px;
  }
  .wrapper-inner.menu-box {
    justify-content: flex-start;
    gap: 8px;
  }
  .bottommargin-md {
    margin-bottom: 24px;
  }
  .footer-events-link-wrapper.four-columns {
    grid-column-gap: 72px;
  }
  .footer-events-link-wrapper {
    grid-column-gap: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .title-margin-top {
    margin-top: 2rem;
  }
  .grid-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 16px;
  }
  .wrapper-inner.menu-box {
    max-width: 100%;
    margin: 0 auto;
  }
  .wrapper-inner.menu-box {
    gap: 32px;
  }
  .park-title-style {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
  }
  .park-events-wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
  }
  .top-sellers-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-sellers-item-wrapper {
    max-width: 100%;
    max-height: 88px;
  }
  .best-of-inner-box {
    flex-direction: row;
  }
  .best-of-wrapper {
    grid-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .title-ofertas-de-ocio {
    font-size: 28px;
  }
  .title-style-section {
    font-size: 42px;
  }
  .park-event-title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  .footer-events-link-wrapper {
    grid-column-gap: 16px;
  }
  .footer-events-link-wrapper.four-columns {
    grid-column-gap: 16px;
  }
  .menu-container {
    display: none;
  }
  .menu-container.selected {
    display: block;
  }
  .menu-wrapper nav .menu-container {
    display: none;
    -webkit-animation: menuNavNoselected 0.15s ease-in;
    -moz-animation: menuNavNoselected 0.15s ease-in;
    -o-animation: menuNavNoselected 0.15s ease-in;
    animation: menuNavNoselected 0.15s ease-in;
    overflow: hidden;
    background-color: #fafafa;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
  }
  .menu-wrapper nav .menu-container.selected{
    -webkit-animation: menuNavselected 0.15s ease-in;
    -moz-animation: menuNavselected 0.15s ease-in;
    -o-animation: menuNavselected 0.15s ease-in;
    animation: menuNavselected 0.15s ease-in;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    z-index: 3;
  }
  @keyframes menuNavselected {
    from {
      width: 0%;
    }
  
    to {
      width: 100%;
    }
  }
  @keyframes menuNavNoselected {
    from {
      display: block;
      width: 100%;
    }
  
    to {
      width: 0%;
    }
  }

  .menu-list-item-wrap {
    overflow: auto !important;
    display: table !important;
  }
  .menu-list-item-wrap-inner {
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--background-grey);
    position: relative;
  }
  .menu-list-item-wrap-inner .has-pointer {
    cursor: pointer;
  }
  .menu-list-arrow-wrapper {
    position: absolute;
    right: 0;
  }
  .menu-list-item-wrap {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    height: 48px;
    position: static;
    border-bottom: 2px solid transparent;
  }
  .menu-list-item-wrap.menu-list-item {
    height: 48px;
  }
  .menu-list-item {
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 16px;
    margin-bottom: 2px;
    z-index: 2;
  }
  .menu-shadow {
    padding: 12px 0;
  }
  .menu-nested-item-wrapper {
    display: none;
    width: 100%;
    height: fit-content;
    z-index: 4;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2px;
  }
  .activate-nested-menu  {
    display: flex;
  }
  .rotate-list-arrow  {
    transform: rotate(90deg);
  }
  .menu-nested-item-wrapper .menu-nested-item {
    padding: 14px 0;
  }
  .menu-nested-item.menu-list-item {
    background-color: var(--background-light-light-grey);
  }
  .park-filter-button div .hidden-sm {
    display: none;
  }
  .menu-box div {
    flex-grow: 0;
    order: 2;
  }
  .menu-box .menu-wrapper {
    flex-grow: 0;
    order: 1;
  }
  .canvas-menu-wrapper-languages {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid var(--main-color);
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .menu-button-close {
    position: absolute;
    left: 0;
  }
  .modal-flag-wrapper .modal-territories-box-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .modal-language-wrapper .modal-territories-box-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  .menu-container .canvas-menu-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid var(--main-color);
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .menu-button-close {
    position: absolute;
    left: 0;
  }
  .flag-box-wrapper .hidden-md {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .grid-wrapper {
    grid-gap: 16px;
  }
  .menu-wrapper nav .menu-container {
    display: none;
    -webkit-animation: menuNavNoselected 0.15s ease-in;
    -moz-animation: menuNavNoselected 0.15s ease-in;
    -o-animation: menuNavNoselected 0.15s ease-in;
    animation: menuNavNoselected 0.15s ease-in;
    overflow: hidden;
    background-color: #fafafa;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
  }
  .menu-wrapper nav .menu-container.selected{
    -webkit-animation: menuNavselected 0.15s ease-in;
    -moz-animation: menuNavselected 0.15s ease-in;
    -o-animation: menuNavselected 0.15s ease-in;
    animation: menuNavselected 0.15s ease-in;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    z-index: 3;
  }
  @keyframes menuNavselected {
    from {
      width: 0%;
    }
  
    to {
      width: 100%;
    }
  }
  @keyframes menuNavNoselected {
    from {
      display: block;
      width: 100%;
    }
  
    to {
      width: 0%;
    }
  }

  .canvas-for-languages {
    height: 100%;
  }
  .flag-and-language-pickers-wrapper {
    gap: 16px;
  }
  .canvas-menu-wrapper-languages {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid var(--main-color);
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .menu-button-close {
    position: absolute;
    left: 0;
  }
  .menu-list-item-wrap {
    overflow: auto !important;
    display: table !important;
  }
  .menu-list-item-wrap-inner {
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--background-grey);
    position: relative;
  }
  .menu-list-item-wrap-inner .has-pointer {
    cursor: pointer;
  }
  .menu-list-arrow-wrapper {
    position: absolute;
    right: 0;
  }
  .user-link-wrapper, .picker-position-flag-wrapper, .picker-position-lang-wrapper {
    padding: 0;
  }
  .menu-list-item-wrap {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    height: 48px;
    position: static;
    border-bottom: 2px solid transparent;
  }

  .menu-list-item-pickers {
    width: 100%;
    overflow: auto !important;
    display: table !important;
    padding: 0 16px;
    height: 48px;
    position: static;
    border-bottom: 2px solid transparent;
  }


  .menu-list-item-wrap.menu-list-item {
    height: 48px;
  }
  .menu-list-item {
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 16px;
    margin-bottom: 2px;
  }
  .menu-shadow {
    padding: 12px 0;
  }
  .menu-nested-item-wrapper {
    display: none;
    width: 100%;
    height: fit-content;
    z-index: 4;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2px;
  }
  .activate-nested-menu  {
    display: flex;
  }
  .rotate-list-arrow  {
    transform: rotate(90deg);
  }
  .menu-nested-item-wrapper .menu-nested-item {
    padding: 14px 0;
  }
  .menu-nested-item.menu-list-item {
    background-color: var(--background-light-light-grey);
  }
  .artist-image-header {
    min-height: 230px;
    max-height: 230px;
  }
  .park-title-style {
    font-size: 42px;
    margin-bottom: 16px;
    line-height: 56px;
  }
  .best-of-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
  }
  .best-of-inner-box {
    flex-direction: row;
  }
  .park-filter-button div .hidden-sm {
    display: none;
  }
  .park-events-wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
  }
  .park-event-title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  .top-sellers-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-sellers-item-wrapper {
    max-width: 100%;
    max-height: 86px;
  }
  .title-ofertas-de-ocio {
    font-size: 28px;
  }

  .menu-box div {
    order: 2;
  }
  .menu-box .menu-wrapper {
    order: 1;
  }
}
@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
  .grid-wrapper {
    grid-gap: 32px;
  }
  .artist-image-header {
    min-height: 200px;
    max-height: 200px;
  }
  .menu-wrapper nav .menu-container {
    display: none;
    -webkit-animation: menuNavNoselected 0.15s ease-in;
    -moz-animation: menuNavNoselected 0.15s ease-in;
    -o-animation: menuNavNoselected 0.15s ease-in;
    animation: menuNavNoselected 0.15s ease-in;
    overflow: hidden;
    background-color: #fafafa;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
  }
  .menu-wrapper nav .menu-container.selected{
    -webkit-animation: menuNavselected 0.15s ease-in;
    -moz-animation: menuNavselected 0.15s ease-in;
    -o-animation: menuNavselected 0.15s ease-in;
    animation: menuNavselected 0.15s ease-in;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    z-index: 3;
  }
  @keyframes menuNavselected {
    from {
      width: 0%;
    }
  
    to {
      width: 100%;
    }
  }
  @keyframes menuNavNoselected {
    from {
      display: block;
      width: 100%;
    }
  
    to {
      width: 0%;
    }
  }
  .canvas-menu-wrapper {
    gap: 42vw;
    border-bottom: 2px solid var(--main-color);
    height: 40px;
    width: 100%;
  }
  .menu-list-item-wrap {
    overflow: auto !important;
    display: table !important;
  }
  .menu-list-item-wrap-inner {
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--background-grey);
    position: relative;
  }
  .menu-list-item-wrap-inner .has-pointer {
    cursor: pointer;
  }
  .menu-list-arrow-wrapper {
    position: absolute;
    right: 0;
  }
  .user-link-wrapper, .picker-position-flag-wrapper, .picker-position-lang-wrapper {
    padding: 0;
  }
  .menu-list-item-wrap {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    height: 48px;
    position: static;
    border-bottom: 2px solid transparent;
  }
  .menu-list-item-wrap.menu-list-item {
    height: 48px;
  }
  .menu-list-item {
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 16px;
    margin-bottom: 2px;
  }
  .menu-shadow {
    padding: 12px 0;
  }
  .menu-nested-item-wrapper {
    display: none;
    width: 100%;
    height: fit-content;
    z-index: 4;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2px;
  }
  .activate-nested-menu  {
    display: flex;
  }
  .rotate-list-arrow  {
    transform: rotate(90deg);
  }
  .menu-nested-item-wrapper .menu-nested-item {
    padding: 14px 0;
  }
  .menu-nested-item.menu-list-item {
    background-color: var(--background-light-light-grey);
  }
  .park-title-style {
    font-size: 42px;
    margin-bottom: 24px;
    line-height: 56px;
  }
  .best-of-wrapper {
    grid-gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
  .title-style-section {
    font-size: 40px;
  }
  .park-events-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
  }
  .top-sellers-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-events-link-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .footer-events-link-wrapper.four-columns {
    grid-column-gap: 16px;
  }
  .footer-copywrite-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .best-of-inner-box {
    flex-direction: row;
  }
  .park-filter-button div .hidden-sm {
    display: none;
  }
  .menu-box div {
    order: 2;
  }
  .menu-box .menu-wrapper {
    order: 1;
  }
}
@media (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {

}
@media (min-width: 320px) and (max-width: 480px) {
  .wrapper-inner.menu-box {
    gap: 10px;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  .menu-box-padding {
    padding: 10px 0;
  }
  .picker-position-flag-wrapper, .picker-position-lang-wrapper, .user-link-wrapper {
    padding: 0;
  }
  .flag-and-language-pickers-wrapper {
    gap: 8px;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-sm {
    display: none;
  }
  .grid-wrapper {
    grid-gap: 16px;
  }
  .artist-image-header {
    min-height: 120px;
    max-height: 120px;
  }
  .park-title-style {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 12px;
  }
  .title-style-section {
    font-size: 24px;
    margin-bottom: 12px !important;
  }
  .bottommargin-md {
    margin-bottom: 24px !important;
  }
  .text-ocio {
    font-size: 14px;
    line-height: 1.2em;
  }
  .best-of-title-event {
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 164px;
  }
  .best-of-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 1rem 0;
  }
  .best-of-inner-box {
    flex-direction: row;
  }
  .best-of-box-wrapper {
    gap: 8px;
  }
  .best-of-event-info {
    gap: 8px;
  }
  .park-filter-button-wrapper {
    gap: 8px;
  }
  .best-of-title {
    font-size: 20px;
  }
  .image-best-of {
    width: 40px;
  }
  .best-of-item {
    padding: 4px 12px 4px 8px;
  }
  .park-events-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }
  .park-event-item-alert {
    bottom: 48px;
  }
  .park-event-item-inner-wrapper {
    padding: 8px;
  }
  .park-event-item-price {
    font-size: 15px;
    line-height: 13px;
  }
  .title-ofertas-de-ocio {
    font-size: 24px;
    line-height: 1.2em;
  }
  .top-sellers-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .top-sellers-item-wrapper {
    max-width: 100%;
    max-height: 90px;
  }
  .trending-marquee .trending-marquee-one{
    animation: marquee 15s linear infinite both;
  }
  .trending-marquee .trending-marquee-two{
    animation: marquee-right 15s linear infinite both;
  }
  .space-padding-lg {
    padding: 2rem 0;
  }
  .footer-events-link-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px;
  }
  .newsletter-form-inner-wrapper-box {
    flex-direction: column;
  }
  .newsletter-form-inner-wrapper-box .newsletter-form-wrapper-input, .newsletter-form-inner-wrapper-box .newsletter-form-wrapper-select, .newsletter-form-inner-wrapper-box .newsletter-form-wrapper-btn {
    width: 100%;
  }
  .footer-copywrite-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .menu-wrapper nav .menu-container, .top-bar-pickers-wrappers .flag-and-language-pickers-wrapper .canvas-for-languages {
    display: none;
    -webkit-animation: menuNavNoselected 0.15s ease-in;
    -moz-animation: menuNavNoselected 0.15s ease-in;
    -o-animation: menuNavNoselected 0.15s ease-in;
    animation: menuNavNoselected 0.15s ease-in;
    overflow: hidden;
    background-color: #fafafa;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
  }
  .menu-wrapper nav .menu-container.selected, .top-bar-pickers-wrappers .flag-and-language-pickers-wrapper .canvas-for-languages.selected{
    -webkit-animation: menuNavselected 0.15s ease-in;
    -moz-animation: menuNavselected 0.15s ease-in;
    -o-animation: menuNavselected 0.15s ease-in;
    animation: menuNavselected 0.15s ease-in;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    z-index: 3;
  }
  @keyframes menuNavselected {
    from {
      width: 0%;
    }
  
    to {
      width: 100%;
    }
  }
  @keyframes menuNavNoselected {
    from {
      display: block;
      width: 100%;
    }
  
    to {
      width: 0%;
    }
  }
  .menu-container .canvas-menu-wrapper {
    gap: 120px;
    border-bottom: 2px solid var(--main-color);
    height: 40px;
    width: 100%;
  }
  .menu-button-close {
    position: absolute;
    left: 0;
  }
  .menu-list-item-wrap {
    overflow: auto !important;
    display: table !important;
  }
  .menu-list-item-wrap-inner {
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--background-grey);
    position: relative;
  }
  .menu-list-item-wrap-inner .has-pointer {
    cursor: pointer;
  }
  .menu-list-arrow-wrapper {
    position: absolute;
    right: 0;
  }
  .menu-list-item-wrap {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    height: 48px;
    position: static;
    border-bottom: 2px solid transparent;
  }
  .menu-list-item-wrap.menu-list-item {
    height: 48px;
  }
  .menu-list-item {
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 16px;
    margin-bottom: 2px;
    z-index: 1;
  }
 .menu-shadow {
    padding: 12px 0;
  }
  .menu-nested-item-wrapper {
    display: none;
    width: 100%;
    height: fit-content;
    z-index: 4;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2px;
  }
  .activate-nested-menu  {
    display: flex;
  }
  .rotate-list-arrow  {
    transform: rotate(90deg);
  }
  .menu-nested-item-wrapper .menu-nested-item {
    padding: 14px 0;
  }
  .menu-nested-item.menu-list-item {
    background-color: var(--background-light-light-grey);
  }
  .canvas-menu-wrapper-languages {
    gap: 120px;
    border-bottom: 2px solid var(--main-color);
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .top-bar-pickers-wrappers .flag-and-language-pickers-wrapper .canvas-for-languages.selected {
    gap: 8px;
  }
  /* .canvas-menu-wrapper.selected {
    gap: 43vw;
    border-bottom: 2px solid var(--main-color);
    height: 40px;
    width: 100%;
    display: block;
  } */
  .modal-flag-wrapper .modal-territories-box-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .flag-and-language-pickers-wrapper {
    gap: 16px;
  }
  .canvas-menu-wrapper-restriscted {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
  }
}

/* @media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and ( min--moz-device-pixel-ratio: 2),only screen and ( -o-min-device-pixel-ratio: 2/1),only screen and ( min-device-pixel-ratio: 2),only screen and ( min-resolution: 192dpi),only screen and ( min-resolution: 2dppx) {
} */


