.popup-menu-wrapper .catalog-header {
  background: none;
  font-weight: 400;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 1360px) {
  .popup-menu-wrapper .catalog-header {
    width: 200px;
  }
}
.popup-menu-wrapper .catalog-header.bg_dark {
  color: #000;
}
.popup-menu-wrapper .catalog-header.bg_dark span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='394' viewBox='0 0 400 394' data-prefix='ifwlgh7of'%3E%3Cpath fill-rule='evenodd' d='M37.846 1.135C11.16 7.218-5.157 35.884 3.366 61.71c15.5 46.963 82.918 41.5 91.435-7.408 5.534-31.779-25.146-60.418-56.955-53.167m151.432.075c-36.2 7.803-49.172 54.649-22.155 80.004 28.49 26.737 74.826 9.959 79.157-28.663 3.61-32.194-25.247-58.186-57.002-51.341m153.906 0c-35.27 7.602-48.793 51.947-23.873 78.292 29.658 31.355 80.594 10.701 80.487-32.636-.075-30.69-26.644-52.116-56.614-45.656M36.544 151.09C.42 159.402-12.304 203.751 13.86 230.152c30.543 30.819 82.317 7.597 79.917-35.844-1.597-28.887-29.138-49.683-57.235-43.218m149.7.498c-35.237 9.228-46.826 54.311-20.443 79.531 26.36 25.197 71.05 11.654 78.563-23.807 7.31-34.503-24.113-64.63-58.12-55.724m153.973-.017c-34.922 9.149-46.87 53.215-21.35 78.736 24.542 24.542 66.771 14.873 77.904-17.836 12.075-35.475-20.346-70.386-56.554-60.9M40.06 299.956c-38.338 7.256-52.315 54.196-24.088 80.896 31.665 29.952 84.21 3.274 78.754-39.986-3.355-26.603-28.972-45.774-54.666-40.91m151.052.057c-36.956 6.649-51.577 53.325-24.955 79.666 26.155 25.878 70.087 13.73 79.06-21.861 8.19-32.487-21.07-63.748-54.105-57.805m153.906 0c-39.879 7.175-52.525 58.889-20.485 83.769 30.776 23.898 75.66 1.766 75.66-37.307 0-29.138-26.664-51.591-55.175-46.462' fill='%23000'/%3E%3C/svg%3E");
  background-size: contain;
}
.popup-menu-wrapper .catalog-header.bg_white {
  color: #fff;
}
.popup_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 99999;
  padding: 150px 5vw;
  height: 100vh;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.popup_menu.active {
  visibility: visible;
  opacity: 1;
}
.popup_menu .popup_menu_top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.popup_menu .close_menu_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  margin: 0 auto;
}
.popup_menu .close_menu_btn .icon {
  color: #fff;
  width: 42px;
  height: 42px;
}
.popup_menu ul {
  list-style: none;
  padding: 0;
}
.popup_menu .popup_menu_fixed {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5vw;
}
.popup_menu .popup_menu_fixed li ul {
  display: none;
}
.popup_menu .popup_menu_fixed li.firstlevel {
  width: calc(50% - 2.5vw);
}
.popup_menu .popup_menu_fixed li.firstlevel a {
  font-size: clamp(20px, 2vw, 28px);
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.popup_menu .popup_menu_fixed li.firstlevel a:hover {
  color: #00a2e5;
}
body .text--u-i5nt43hum .text-block-wrap-div span {
  font-size: inherit !important;
}
body .blocklist__item_text--u-ix51hvsxy span.text-block-wrap-div {
  line-height: 1;
}
body .imageFit__img--u-i0c9di2up {
  object-fit: contain;
}
body .mosaic-popup--u-if07rm9zc {
  z-index: 1001;
}
.blocklist__item_text--u-il62l1ylw span.text-block-wrap-div span, .blocklist__item_text--u-ix51hvsxy span.text-block-wrap-div span {
  font-size: inherit !important;
}
body .div--u-iggkhc560 {
  min-height: 45vh;
  justify-content: center;
}
body .div--u-ip6sfop6f {
  height: 58vw;
}
@media (max-width: 1440px) {
  body .imageFit__overlay--u-isekc0yvz {
    position: static;
  }
  body .imageFit__img--u-iysr72xsf {
    position: absolute;
    z-index: 1;
    background: #000;
    transition: 0.3s;
  }
  body .imageFit--u-i6e1qs1fj:hover .imageFit__img--u-iysr72xsf {
    opacity: 0;
  }
  body .div--u-ip6sfop6f {
    height: auto;
  }
  .imageFit__overlay--u-isekc0yvz .blocklist--u-i0d8r8bu5 {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    margin-top: auto;
    height: auto;
    margin-bottom: auto;
    opacity: 1;
    visibility: visible;
  }
  .imageFit__overlay--u-isekc0yvz {
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
    background-color: black;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0);
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255, 255, 255, 0);
  }
  .blocklist__item--u-ihta78fva {
    opacity: 1;
    visibility: visible;
    height: 94.32%;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .imageFit__overlay--u-isekc0yvz .blocklist__item--u-ihta78fva {
    opacity: 1;
    height: 94.32%;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .imageFit__overlay--u-isekc0yvz .link-universal--u-ij3rnvt1i {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .imageFit__overlay--u-isekc0yvz .div--u-ilmkkc4zd {
    height: 12vw;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .imageFit__overlay--u-isekc0yvz .blocklist__item_title--u-ifptyvl7b {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.5vw;
    color: #464646;
  }
  .imageFit__overlay--u-isekc0yvz .blocklist__item_text--u-irvwytj1k {
    display: inline-block;
    color: #464646;
  }
  .imageFit__overlay--u-isekc0yvz .imageFit--u-ipfsurb0i {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    height: 89.63%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  body .div--u-iggkhc560 {
    min-height: 0;
  }
  .imageFit__overlay--u-isekc0yvz .div--u-ilmkkc4zd {
    margin-bottom: 20px;
    height: auto;
  }
  .imageFit__overlay--u-isekc0yvz .blocklist__item_title--u-ifptyvl7b {
    font-size: 2.5vw;
  }
  .imageFit__overlay--u-isekc0yvz .imageFit--u-ipfsurb0i {
    height: 150px;
    margin-bottom: 0;
  }
  body .imageFit__overlay--u-isekc0yvz {
    padding-bottom: 0;
  }
  .imageFit__overlay--u-isekc0yvz .blocklist__item--u-ihta78fva {
    height: auto;
  }
  .imageFit__overlay--u-isekc0yvz {
    justify-content: flex-start;
  }
  .imageFit--u-i6e1qs1fj {
    height: auto;
  }
}
@media (max-width: 767px) {
  body .mosaic-video-widget__video--u-idgdwl8fj {
    object-fit: cover;
  }
  body .blocklist__item--u-ivfj0p6tl {
    background: #fff;
  }
  .imageFit__overlay--u-isekc0yvz .blocklist__item_title--u-ifptyvl7b {
    font-size: 14px;
  }
}
/**/
