#main-header #main-header-top {
  background-image: url(../img/bg1.jpg);
  background-size: cover;
}
@media (min-width: 768px) {
  #main-header #main-header-top {
    padding: 0;
  }
}
#main-header #main-header-top .container .light1 {
  display: none;
}
@media (min-width: 360px) {
  #main-header #main-header-top .container .light1 {
    display: block;
    position: absolute;
    top: -10px;
    left: 101px;
    width: 62px;
    z-index: -1;
    pointer-events: none;
  }
}
@media (min-width: 400px) {
  #main-header #main-header-top .container .light1 {
    display: none;
  }
}
@media (min-width: 500px) {
  #main-header #main-header-top .container .light1 {
    display: block;
    left: 256px;
  }
}
@media (min-width: 768px) {
  #main-header #main-header-top .container .light1 {
    top: -15px;
    left: 199px;
  }
}
@media (min-width: 992px) {
  #main-header #main-header-top .container .light1 {
    left: 0;
    width: 100px;
  }
}
#main-header #main-header-top .container .light2 {
  display: none;
}
@media (min-width: 1200px) {
  #main-header #main-header-top .container .light2 {
    display: block;
    position: absolute;
    top: -15px;
    left: 525px;
    width: 100px;
    z-index: -1;
    pointer-events: none;
  }
}
#main-header #main-header-top .container .horse {
  display: none;
}
@media (min-width: 400px) {
  #main-header #main-header-top .container .horse {
    display: block;
    position: absolute;
    top: 6px;
    left: 114px;
    width: 90px;
    z-index: -1;
    pointer-events: none;
  }
}
@media (min-width: 500px) {
  #main-header #main-header-top .container .horse {
    top: 3px;
    left: 119px;
    width: 130px;
  }
}
@media (min-width: 768px) {
  #main-header #main-header-top .container .horse {
    top: 32px;
    left: 175px;
    width: 97px;
  }
}
@media (min-width: 992px) {
  #main-header #main-header-top .container .horse {
    top: 6px;
    left: 298px;
    width: 207px;
  }
}
@media (min-width: 992px) {
  #main-header #main-header-top .brand-logo {
    transform: translateX(100px);
  }
}
@media (min-width: 1200px) {
  #main-header #main-header-top .brand-logo {
    transform: translateX(110px);
  }
}
#main-header #main-header-bottom {
  --bg-size: auto 50vh;
}
@media (min-width: 768px) {
  #main-header #main-header-bottom {
    --bg-size: 116% auto;
  }
}
#main-header #main-header-bottom #main-header-links, #main-header #main-header-bottom #menu-sub {
  background-image: url(../img/bg2.jpg);
  background-size: var(--bg-size);
  background-position: 0 0;
}
#main-header #main-header-bottom #menu-sub {
  background-position: 0 -45px;
}
@media (min-width: 768px) {
  #main-header #main-header-bottom #menu-sub {
    background-position: 0 -40px;
  }
}
#main-header #main-header-bottom #menu-sub:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  transform: rotate(270deg);
  background-image: url(../img/menu-deco-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 600px) {
  #main-header #main-header-bottom #menu-sub:before {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  #main-header #main-header-bottom #menu-sub:before {
    display: block;
    right: auto;
    left: 15px;
    transform: rotate(0deg);
  }
}
#main-header #main-header-bottom #menu-sub:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  left: 15px;
  transform: rotate(270deg);
  background-image: url(../img/menu-deco-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 600px) {
  #main-header #main-header-bottom #menu-sub:after {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  #main-header #main-header-bottom #menu-sub:after {
    display: block;
    top: 15px;
    left: auto;
    right: 15px;
    transform: rotate(0deg);
  }
}
#main-header #main-header-bottom #menu-sub #menu-secondary-nav #menu-secondary > li > a {
  color: #233952;
}
#main-header #main-header-bottom #menu-sub .menu-sub-close:before, #main-header #main-header-bottom #menu-sub .menu-sub-close:after {
  background: #233952;
}

.cat-title .line,
.primary-sidebar .widget .widget-title .line {
  height: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  pointer-events: none;
  background: none;
}
.cat-title .line:before,
.primary-sidebar .widget .widget-title .line:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 5px;
  right: 5px;
  border-bottom: 2px solid #A03C3C;
  z-index: -1;
}
.cat-title .line .dots,
.primary-sidebar .widget .widget-title .line .dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 15px;
  height: 17px;
  flex: 1;
  gap: 2px 32px;
  overflow: hidden;
}
.cat-title .line .dots img,
.primary-sidebar .widget .widget-title .line .dots img {
  display: block;
  height: 100%;
}

.cat-title .line * {
  visibility: hidden;
}
@media (min-width: 460px) {
  .cat-title .line * {
    visibility: visible;
  }
}

.primary-sidebar .widget .widget-title .line {
  opacity: 1;
}
.primary-sidebar .widget .widget-title .line .line-left, .primary-sidebar .widget .widget-title .line .line-right {
  width: 23px;
}
.primary-sidebar .widget .widget-title .line .dots {
  margin: 0 7px;
  height: 10px;
  gap: 2px 20px;
}/*# sourceMappingURL=new-year.css.map */