@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.close-menu {
  background: transparent url('/images/icons/close-menu.svg') no-repeat center center;
  height: 80px;
  width: 80px;
  display: inline-block;
}
.icon-toggle {
  background: transparent url('/images/icons/menu.svg') no-repeat center center;
  height: 31px;
  width: 33px;
  display: inline-block;
}
.previous-category-arrow {
  background: transparent url('/images/icons/prev-category.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;
}
.previous-category-arrow:hover {
  background: transparent url('/images/icons/prev-category-hover.svg') no-repeat center center;
  background-size: cover;
}
.next-category-arrow {
  background: transparent url('/images/icons/next-category.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;
}
.next-category-arrow:hover {
  background: transparent url('/images/icons/next-category-hover.svg') no-repeat center center;
  background-size: cover;
}
.audio {
  background: transparent url('/images/icons/audio.svg') no-repeat center center;
  height: 45px;
  width: 40px !important;
  display: inline;
}
.exhibition-details-icon {
  background: transparent url('/images/icons/exhibition-text.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;
}
.exhibition-details-icon.opened {
  background: transparent url('/images/icons/exhibition-close.svg') no-repeat center center;
  background-size: cover;
}
#videoControl {
  background: transparent url('/images/icons/camera.png') no-repeat center center;
  height: 40px;
  width: 50px;
  display: inline-block;
}
#videoControl.paused {
  background: transparent url('/images/icons/camera-paused.png') no-repeat center center;
}
#audio-speaker {
  background: transparent url('/images/icons/headphones.png') no-repeat center center;
  height: 40px;
  width: 50px;
  display: inline-block;
  border: none !important;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #1f2534;
  color: white;
}
h1,
h2,
h3,
h4,
h5 {
  color: white;
  font-family: 'Montserrat', sans-serif;
}
.tm-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.tm-container-big {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}
.underlined {
  text-decoration: underline;
}
.dropdown {
  position: relative;
  display: inline-block;
  height: inherit;
  cursor: default;
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  /*width: 197px;*/
  border-radius: 0 0 10px 10px;
  background-color: #1f2534;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  right: -60px;
  top: 79px;
  box-sizing: border-box;
  padding: 30px;
  cursor: default;
  min-width: 330px;
}
.dropdown-content p {
  font-weight: 700;
}
.dropdown-content .address {
  margin-bottom: 25px;
}
.dropdown-content a {
  color: white;
  text-decoration: underline;
}
.dropdown-content a.dented-mail {
  margin-left: 65px;
}
.dropdown-content a:hover {
  color: #ff9e01;
  text-decoration: none !important;
}
.dropdown-content a:hover:before {
  content: "";
  display: inline-block;
  width: 6px;
  background-color: #ff9e01;
  position: absolute;
  left: -30px;
  top: -5px;
  bottom: -5px;
}
.icon-caret-down {
  margin-left: 10px;
  padding-bottom: 3px;
}
.rotate-icon svg {
  transform: rotateX(180deg);
  padding-bottom: 0;
  padding-top: 3px;
}
.menu-languages .dropdown-content {
  right: 0;
  min-width: unset;
}
.menu-languages a {
  display: block;
  text-decoration: none;
}
.menu-languages .dropdown-content a:hover,
.menu-languages .dropdown-selected {
  color: white;
  font-weight: 700;
}
.menu-languages .dropdown-content a:hover:before,
.menu-languages .dropdown-selected:before {
  display: none;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 101;
  height: 77px;
  border-bottom: 1px solid white;
  background: rgba(255, 255, 255, 0.2);
}
header .navigation-wrapper {
  max-width: 1760px;
  padding: 0 80px;
  margin: 0 auto;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .navigation-wrapper .menu-left {
  display: flex;
  align-items: center;
}
header .navigation-wrapper .menu-left a svg .blue,
header .navigation-wrapper .menu-left a svg .yellow {
  transition: fill ease-out 300ms;
}
header .navigation-wrapper .menu-left a svg:hover .blue {
  fill: #2a3b8f;
  transition: fill ease-out 300ms;
}
header .navigation-wrapper .menu-left a svg:hover .yellow {
  fill: #ff9e01;
  transition: fill ease-out 300ms;
}
header .navigation-wrapper .menu-right {
  display: flex;
  align-items: center;
}
header .navigation-wrapper .menu-right .dropdown-div {
  margin-left: 40px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  transition: font-weight ease-out 300ms;
}
header .navigation-wrapper .menu-right .dropdown-div .icon-caret-down path {
  stroke: white;
  transition: all ease-out 300ms;
}
header .navigation-wrapper .menu-right .dropdown-div:hover {
  font-weight: 700;
  transition: font-weight ease-out 300ms;
}
header .navigation-wrapper .menu-right .dropdown-div:hover .icon-caret-down path {
  transition: all ease-out 300ms;
}
header .navigation-wrapper .dropdown-div,
header .navigation-wrapper .dropbtn {
  height: 80px;
  align-content: center;
}
header #mobile-nav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: white;
  display: none;
}
header #mobile-nav:before {
  display: block;
  content: ".";
  font-size: 0;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(0deg, rgba(27, 32, 66, 0.1) 0%, white 100%);
}
header #mobile-nav.selected {
  display: block;
}
header #mobile-nav .dropdown-div {
  color: #1f2534;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  height: unset;
  padding: 16px 0;
  border-top: 0.5px solid #1f2534;
  border-bottom: 0.5px solid #1f2534;
  text-align: center;
}
header #mobile-nav .dropdown-div:hover {
  font-weight: 700;
  transition: font-weight ease-out 300ms;
}
header #mobile-nav .dropdown-div:hover .icon-caret-down path {
  transition: all ease-out 300ms;
}
header #mobile-nav .dropdown-div .dropbtn {
  display: inline-block;
  height: unset;
}
header #mobile-nav .dropdown-div .dropbtn .dropdown-content {
  display: none;
  padding-top: 16px;
  font-weight: 400;
  position: unset;
  border: unset;
  width: 100%;
}
header #mobile-nav .dropdown-div .dropbtn .dropdown-content a {
  color: #1f2534;
  font-size: 12px;
  line-height: 21.6px;
  text-decoration: none;
  display: block;
  padding: 8px 0;
}
header.white-header,
header.mobile-white {
  background-color: white;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(27, 32, 66, 0.1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(27, 32, 66, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(27, 32, 66, 0.1);
}
header.white-header .menu-left svg path,
header.mobile-white .menu-left svg path {
  fill: #1f2534;
}
header.white-header .menu-left svg:hover path,
header.mobile-white .menu-left svg:hover path {
  fill: #ff9e01;
}
header.white-header .navigation-wrapper .menu-right .dropdown-div .icon-caret-down path,
header.mobile-white .navigation-wrapper .menu-right .dropdown-div .icon-caret-down path,
header.white-header .dropdown-div .icon-caret-down path,
header.mobile-white .dropdown-div .icon-caret-down path {
  stroke: #1f2534;
}
header.white-header .navigation-wrapper .menu-right .dropdown-div .icon-caret-down:hover path,
header.mobile-white .navigation-wrapper .menu-right .dropdown-div .icon-caret-down:hover path,
header.white-header .dropdown-div .icon-caret-down:hover path,
header.mobile-white .dropdown-div .icon-caret-down:hover path {
  stroke: #ff9e01;
}
header.white-header .navigation-wrapper .menu-right nav li a,
header.mobile-white .navigation-wrapper .menu-right nav li a {
  color: #1f2534;
}
header.white-header .navigation-wrapper .dropdown-div,
header.mobile-white .navigation-wrapper .dropdown-div {
  color: #1f2534;
}
header.white-header .dropdown-content,
header.mobile-white .dropdown-content {
  top: 60px;
}
header.white-header .dropdown-div,
header.mobile-white .dropdown-div,
header.white-header .dropbtn,
header.mobile-white .dropbtn {
  height: 60px;
}
header.white-header .navigation-wrapper .menu-right nav .navigation-content,
header.mobile-white .navigation-wrapper .menu-right nav .navigation-content {
  line-height: 60px;
}
header.mobile-white nav {
  height: auto;
}
.black-bg {
  background-color: black;
}
.hero-img {
  height: 100vh;
  border-radius: 0 0 30px 30px;
}
.hero-img .one-slide {
  position: relative;
}
.hero-img .slick-list {
  border-radius: 0 0 30px 30px;
}
.hero-img .slick-slide {
  height: 100vh;
  opacity: 0.7;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.hero-img .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hero-img .slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.hero-img .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.hero-img .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.hero-img .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50px;
  background-color: white;
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hero-img .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}
.hero-img .slick-dots li button:before {
  color: white;
  opacity: 0.2;
}
.hero-img .slick-dots > li {
  display: inline-block;
}
.hero-img .slick-dots > li:only-child {
  display: none;
}
.hero-title-mob {
  display: none;
  background-color: #222328;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  padding: 32px;
  line-height: 16px;
}
.hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.hero-title {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}
.hero-title .hero-text-wrap {
  width: fit-content;
  padding: 50px 60px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}
.hero-title .hero-text-wrap h1 p {
  font-size: 40px;
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 8px;
}
.hero-title .hero-text-wrap p {
  max-width: 820px;
  font-size: 30px;
  font-weight: 300;
  line-height: 150%;
}
.category-wrapper {
  position: relative;
}
.category-wrapper div:first-child {
  position: relative;
  z-index: 2;
}
.category-list {
  padding: 95px 0;
}
.category-list h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 40px;
}
.category-list ul {
  display: grid;
  /*grid-template-columns: repeat(3, max-content);*/
  grid-template-columns: repeat(3, fit-content(100%));
  gap: 20px 150px;
  /*list-style: none;*/
  padding: 0;
  margin-left: 130px;
}
.category-list ul li {
  font-size: 38px;
  font-weight: 300;
  line-height: 200%;
  min-width: 260px;
  list-style: none;
}
.category-list ul li:before {
  content: "";
  background-color: #96aada;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 25px;
}
.bg-lines1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
  background-image: url(/images/bg-lines1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.bg-lines2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  background-image: url(/images/bg-lines2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.carousel {
  background-color: white;
  padding: 110px 0 200px 0;
  border-radius: 30px 30px 0 0;
}
.carousel .kategorije-wrapper {
  position: relative;
  margin-right: 240px;
}
.carousel .kategorije-wrapper .kategorije-div {
  margin-right: 20px;
  position: relative;
  width: 350px;
  height: 350px;
  background-size: cover;
  background-position: center;
  max-width: 350px;
  cursor: pointer;
}
.carousel .kategorije-wrapper .kategorije-div:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.carousel .kategorije-wrapper .kategorije-div:hover::after {
  background: rgba(31, 37, 52, 0.2);
}
.carousel .kategorije-wrapper .kategorije-div .slide-hover {
  display: none;
  position: absolute;
  inset: 0;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}
.carousel .kategorije-wrapper .kategorije-div .slide-hover img {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 6px;
}
.carousel .kategorije-wrapper .kategorije-div:hover .slide-hover {
  display: flex;
}
.carousel .slick-prev,
.carousel .slick-next {
  position: absolute;
  top: 145px;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
}
.carousel .slick-prev svg,
.carousel .slick-next svg {
  height: 56px;
  transition: all 0.3s ease;
}
.carousel .slick-prev:hover,
.carousel .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.carousel .slick-prev:hover svg,
.carousel .slick-next:hover svg {
  transform: scale(1.3);
  transition: all 0.3s ease;
}
.carousel .slick-prev {
  left: 110px;
}
.carousel .slick-next {
  right: -106px;
}
.carousel .slick-prev[aria-disabled="true"],
.carousel .slick-next[aria-disabled="true"] {
  display: none !important;
}
footer {
  padding: 127px 0 70px 0;
}
footer .f-big {
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 20px;
}
footer span {
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  display: block;
  margin-bottom: 20px;
}
footer span span {
  display: inline-block;
  margin-bottom: 0;
}
footer a {
  color: white;
}
footer a:hover {
  color: #ff9e01;
}
footer .f-mail {
  font-size: 30px;
  font-weight: 400;
  line-height: 135%;
  color: #ff9e01;
  margin-top: 5px;
}
footer .f-dented {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 140px;
  position: relative;
  right: -110px;
}
footer .f-logo {
  max-width: 415px;
  /*margin-bottom: 140px;*/

}
footer .f-novena {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
footer .f-novena p {
  font-size: 12px;
  font-weight: 300;
  line-height: 135%;
  margin-bottom: 0;
}
.static {
  background-color: white;
  color: black;
  padding: 100px 0;
}
.fancybox-container .fancybox-bg {
  background: #1f2534;
  opacity: .95;
}
.fancybox-container .fancybox-slide--image {
  padding: 100px 0 150px 0;
}
.fancybox-container .fancybox-infobar {
  opacity: 1;
  visibility: visible;
  top: 30px;
  width: 100%;
  padding: 0;
  text-align: center;
  color: white;
}
.fancybox-container .fancybox-toolbar {
  top: 38px !important;
  right: 41px !important;
}
.fancybox-container .fancybox-toolbar .fancybox-button--zoom,
.fancybox-container .fancybox-toolbar .fancybox-button--play,
.fancybox-container .fancybox-toolbar .fancybox-button--thumbs {
  display: none !important;
}
.fancybox-container .fancybox-toolbar .fancybox-button {
  background-color: transparent;
  padding: 0;
  transition: all 0.3s ease;
}
.fancybox-container .fancybox-toolbar .fancybox-button:hover {
  transform: scale(1.3);
  transition: all 0.3s ease;
}
.fancybox-container .img-bottom-text {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -74px;
  font-size: 16px;
  font-weight: 700;
  line-height: 135%;
  color: white;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  background: transparent;
}
.fancybox-container .fancybox-navigation .fancybox-button div {
  padding: 0;
}
.fancybox-container .fancybox-button--arrow_left {
  left: 83px;
}
.fancybox-container .fancybox-button--arrow_right {
  right: 83px;
}
/**/
#cookie-trigger {
  position: fixed;
  bottom: 75px;
  right: 25px;
  z-index: 100;
  background: white;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
}
#cookie-trigger:hover {
  background: whitesmoke;
}
#cookie-trigger img {
  width: 30px;
  height: 30px;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px), only screen and (max-width: 767px) {
  .mob-hide {
    display: none;
  }
  .dropdown-content {
    width: 100vw;
    right: -77px;
  }
  .menu-languages .dropdown-content {
    width: unset;
    right: 0;
  }
  header .navigation-wrapper {
    padding: 0 10px;
  }
  header .navigation-wrapper .menu-right {
    gap: 15px;
  }
  header .navigation-wrapper .menu-right .dropdown-div {
    margin-left: 0;
  }
  .icon-caret-down {
    margin-left: 0;
  }
  .hero-overlay {
    height: 70vh;
  }
  .hero-title .hero-text-wrap {
    padding: 30px;
  }
  .hero-title .hero-text-wrap h1 p {
    font-size: 24px;
  }
  .hero-title .hero-text-wrap p {
    font-size: 20px;
  }
  .hero-img {
    height: 70vh;
  }
  .hero-img .slick-slide {
    height: 70vh;
  }
  .category-list {
    padding: 60px 0;
  }
  .category-list h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .category-list ul {
    grid-template-columns: repeat(1, fit-content(100%));
    gap: 0;
    margin-left: 0;
  }
  .category-list ul li {
    font-size: 20px;
  }
  .category-list ul li:before {
    width: 12px;
    height: 12px;
    margin-right: 15px;
  }
  .bg-lines1,
  .bg-lines2 {
    width: 100px;
    height: 100px;
  }
  footer {
    padding: 80px 0 0 0;
  }
  footer .uk-grid div {
    margin-bottom: 30px;
  }
  footer .f-mail {
    font-size: 18px;
  }
  footer .f-dented {
    align-items: flex-start;
    right: unset;
    gap: 80px;
  }
  footer .f-logo {
    width: 200px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 959px), only screen and (min-width: 767px) and (max-width: 959px) {
  .mob-hide {
    display: none;
  }
  header .navigation-wrapper {
    padding: 0 10px;
  }
  header .navigation-wrapper .menu-right {
    gap: 15px;
  }
  header .navigation-wrapper .menu-right .dropdown-div {
    margin-left: 0;
  }
  .icon-caret-down {
    margin-left: 0;
  }
  .hero-overlay {
    height: 70vh;
  }
  .hero-title .hero-text-wrap {
    padding: 30px;
  }
  .hero-title .hero-text-wrap h1 p {
    font-size: 24px;
  }
  .hero-title .hero-text-wrap p {
    font-size: 20px;
    max-width: 500px;
  }
  .hero-img {
    height: 70vh;
  }
  .hero-img .slick-slide {
    height: 70vh;
  }
  .category-list {
    padding: 60px 0;
  }
  .category-list h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .category-list ul {
    grid-template-columns: repeat(2, fit-content(100%));
    gap: 0;
    margin-left: 0;
  }
  .category-list ul li {
    font-size: 20px;
  }
  .category-list ul li:before {
    width: 12px;
    height: 12px;
    margin-right: 15px;
  }
  .bg-lines1,
  .bg-lines2 {
    width: 200px;
    height: 200px;
  }
  footer {
    padding: 80px 0 0 0;
  }
  footer .uk-grid div {
    margin-bottom: 30px;
  }
  footer .f-mail {
    font-size: 18px;
  }
  footer .f-dented {
    align-items: flex-start;
    right: unset;
    gap: 80px;
  }
  footer .f-logo {
    width: 200px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1280px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1280px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1280px), only screen and (min-width: 960px) and (max-width: 1280px) {
  .hero-title .hero-text-wrap {
    padding: 50px;
  }
  .hero-title .hero-text-wrap h1 p {
    font-size: 28px;
  }
  .hero-title .hero-text-wrap p {
    font-size: 20px;
    max-width: 700px;
  }
  .category-list {
    padding: 80px 0;
  }
  .category-list h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .category-list ul {
    gap: 20px;
    margin-left: 60px;
  }
  .category-list ul li {
    font-size: 22px;
  }
  .category-list ul li:before {
    width: 14px;
    height: 14px;
    margin-right: 15px;
  }
  .bg-lines1,
  .bg-lines2 {
    width: 300px;
    height: 300px;
  }
  footer {
    padding: 80px 0 0 0;
  }
  footer .uk-grid div {
    margin-bottom: 30px;
  }
  footer .f-mail {
    font-size: 18px;
  }
  footer .f-dented {
    align-items: flex-start;
    right: unset;
    gap: 80px;
  }
  footer .f-logo {
    width: 200px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1700px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1700px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1281px) and (max-width: 1700px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1700px), only screen and (min-resolution: 192dpi) and (min-width: 1281px) and (max-width: 1700px), only screen and (min-resolution: 2dppx) and (min-width: 1281px) and (max-width: 1700px), only screen and (min-width: 1281px) and (max-width: 1700px) {
  .hero-title .hero-text-wrap {
    padding: 70px;
  }
  .hero-title .hero-text-wrap h1 p {
    font-size: 30px;
  }
  .hero-title .hero-text-wrap p {
    font-size: 24px;
    max-width: 900px;
  }
  .category-list ul {
    gap: 20px 40px;
    margin-left: 60px;
  }
  .category-list ul li {
    font-size: 28px;
  }
  .category-list ul li:before {
    width: 14px;
    height: 14px;
    margin-right: 15px;
  }
  .bg-lines1,
  .bg-lines2 {
    width: 400px;
    height: 400px;
  }
  footer {
    padding: 80px 0 0 0;
  }
  footer .uk-grid div {
    margin-bottom: 30px;
  }
  footer .f-mail {
    font-size: 18px;
  }
  footer .f-dented {
    align-items: flex-start;
    right: unset;
    gap: 80px;
  }
  footer .f-logo {
    width: 200px;
  }
}
