h2 {
  font-weight: normal;
  line-height: 1em;
}

.header .logo {
  display: flex;
  position: absolute;
  top: 30px;
  right: 40px;
}

#content {
  outline: 0;
}

/**/

.cover {
  position: relative;
  min-height: 840px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover .toggle-slick {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;

  max-width: 600px;
  margin-top: -60px;
}

.cover .toggle-slick {
  position: absolute;
  top: 80px;
  right: 20px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 9px;
  border: 0;
  cursor: pointer;
}

.cover-slick {
  height: 100%;
}

.cover-slick div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cover h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3.5rem;
  margin: 5rem 5rem 2rem;
  text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
}
.cover h2 strong {
  display: block;
  width: 100%;
  font-size: 3.7rem;
}

.services {
  position: relative;
}
.services .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 3.5rem;
}
.services .service {
  background-color: #fff;
  width: 235px;
  height: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease-in;
  line-height: 1.1;
}
.services-slick {
  padding-left: 1px;
}
.services figure {
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid currentColor;
  display: flex;
}

.services .service:hover {
  transform: scale(1.05);
  text-decoration: none;
  background-color: color-mix(in srgb, currentColor 50%, #fff);
}
.services .service:hover figure {
  background-color: rgba(255, 255, 255, 0.7);
}
.services figcaption {
  width: min-content;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: auto;
  color: var(--softgray);
}

/**/
.slick-articles .slick-slide {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.slick-articles .slick-slide:nth-of-type(3n) {
  border: 0;
}
.articles article {
  margin-inline: auto;
  max-width: 350px;
}

.articles .title {
}

.articles .pic {
  position: relative;
  display: block;
  height: 227px;
  margin-bottom: 1.5rem;
}

.articles .pic::after {
  content: "";
  position: absolute;
  bottom: -30px;
  height: 2px;
  width: 5rem;
  right: 0;
  background: var(--site3);
}

.articles article img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: inherit;
  object-fit: cover;
}

.articles article figcaption {
}

.articles h3 {
  color: var(--gray);
  font-size: 1.3rem;
  line-height: 1.2;
}
.article .pic + .info {
  margin-top: 2rem;
}

.article .info {
  color: var(--gray);
}
.article .info .dates + span {
  display: block;
  height: 2.7rem;
}
.article .info + .mt-3 {
  font-weight: bold;
}
.articles article p {
  margin: 0;
  height: 40px;
  overflow: hidden;
}

.weather {
  position: absolute;
  left: 5%;
  top: -105px;
  z-index: 0;
  width: 200px;
  height: 200px;
}
.weather a {
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(images/weather.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 2.5rem;
}
.weather span {
  font-weight: bold;
  color: var(--black);
  padding-top: 14px !important;
  text-align: center;
  font-size: 2.02rem !important;
}
.weather figcaption {
  color: var(--black);
  text-align: center;
  font-weight: bold;
  margin-top: -8px;
}
.box-pir {
  display: block;
  height: 100%;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  position: relative;
}

@media (min-width: 1200px) {
  .box-pir {
    margin: 0 -30px;
  }
}

.box-pir .toggle-slick {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #fff;
}

.box-pirs-slick {
  height: 100%;
  padding: 20px;
}

.box-pirs-slick div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.box-pirs-slick div a {
}

.box-pirs-slick div img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.events .title {
  padding: 20px;
}

.events ul {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}

.events .event {
  display: block;
  margin: 0 0 12px 0;
  color: inherit;
  text-decoration: none;
}

.events .event:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.events .event .icon {
  position: relative;
  float: right;
  margin-left: 10px;
  background-image: url(images/calc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  width: 50px;
  height: 50px;
}

.events .event .icon .day {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
  font-weight: bold;
  color: #333;
  font-size: 0.8em;
}

.events .event .text {
  padding-top: 4px;
}

.events .event .date {
  display: block;
  font-weight: bold;
}

.events .event .name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**/

.board {
  background: #f1f1f1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}

.boards-tabs {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.boards-tabs li {
  display: inline-block;
}

.boards-tabs li a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding: 5px 0;
}

.boards-tabs li a:hover,
.boards-tabs li a:focus {
  color: #785739;
}

.boards-tabs li:after {
  content: "\2022";
  padding: 0 10px;
}

.boards-tabs li:last-child:after {
  content: "";
  padding: 0 0;
}

.boards-tabs li a.selected {
  font-weight: bold;
  color: #785739;
  border-bottom: 2px solid #785739;
}

#board-ads .item {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  cursor: pointer;
}

#board-ads .item:hover,
#board-ads .item:focus {
  background: #fdfcd7;
}

#board-ads .item .item-info {
  display: none;
}

#board-ads .item.opened {
  background: #f1f1f1;
}

#board-ads .item.opened .item-info {
  display: block;
}

#board-ads .item .head .title {
  float: right;
  font-size: 1em;
  padding: 4px;
}

#board-ads .item .head .publishTime {
  float: left;
}

#board-ads .item .head .arrow:before {
  content: "\f0d9";
}

#board-ads .item.opened .head .arrow:before {
  content: "\f0d7";
}

/**/

.business {
  padding-bottom: 15px;
}

.business .title {
  padding: 30px 0;
}

.business .categories {
  padding: 0 10px 10px 10px;
}

.business-category {
  display: block;
  background: #f1f1f1;
  margin: 10px;
  color: inherit;
}

.business-category:hover,
.business-category:focus {
  background: #ddd;
  text-decoration: none;
  color: #000;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.event-promo {
  border: 1px solid var(--site2);
  display: block;
  margin-bottom: 30px;
  color: inherit;
}
.event-promo .pic {
  background-color: #f9f9f9;
  padding-bottom: 72%;
  overflow: hidden;
  position: relative;
}

.event-promo .pic img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-promo .details {
  border-top: 1px solid #ddd;
  padding: 1rem;
  color: var(--gray);
}
.event-promo .details .name {
  font-weight: bold;
  font-size: 1.25rem;
  min-height: 4rem;
  color: var(--gray);
}
.event-promo .read-more {
  text-align: left;
}
.event-promo .read-more-btn {
  padding: 2px 10px;
  margin-left: -1rem;
  border-radius: 0 1rem 1rem 0;
}
.btn-primary,
.event-promo .read-more-btn {
  background-color: var(--site2);
  border-color: var(--site2);
  color: var(--black);
}
.event-promo .read-more {
  text-align: left;
}
.event-promo .details .icon {
  background-color: var(--site2);
  margin-right: -1rem;
  border-radius: 1rem 0 0 1rem;
  display: inline-block;
  width: 40px;
  text-align: center;
  padding: 2px 0;
}
.catmenu {
  position: relative;
  width: 87vw;
  margin-inline: auto;
}
.catmenu ul {
  display: flex;
  gap: 7px;
  margin-bottom: 0;
}
.catmenu li {
  color: #717070;
  background-color: #fff;
  min-width: 200px;
  padding: 1rem 2rem;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
}
.catmenu li.active {
  z-index: 1;
  color: #cd8200;
}
.sections {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: -12rem;
}
.sections .wrap {
  position: relative;
}

.sections .wrapper {
  position: relative;
  background-color: #fff;
  padding: 3rem 4rem 5rem;
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sections .wrapper button.slick-next,
.sections .wrapper button.slick-prev {
  background-color: #fff;
  border: 1px solid var(--black);
  height: 59px;
  width: 59px;
  border-radius: 50px;
  z-index: 2;
}
.sections .wrapper button.slick-next {
  left: -40px;
}
.sections .wrapper button.slick-prev {
  right: -40px;
}
.sections section {
  width: 87vw;
  display: block;
  margin-inline: auto;
}
.sections section {
  visibility: hidden;
  height: 0;
}
.sections section.open {
  z-index: 2;
  height: auto;
  visibility: visible;
}
.inclick .wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: auto;
  padding: 50px 90px;
  height: 510px;
}
.inclick .service {
  padding: 1rem 0 1rem 0;
  transition: all 0.2s ease-in-out;
  width: fit-content;
  position: relative;
}
.inclick .service:hover figcaption {
  color: #cd8200;
}
.inclick .service::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 70%;
  background-color: rgba(0, 0, 0, 0.1);
}
.inclick figure {
  font-size: calc(1.2vw + 5px);
  display: flex;
  font-weight: bold;
  align-items: center;
  color: var(--gray);
}

.inclick .service:hover {
  text-decoration: none;
  transform: scale(1.07);
}
.inclick .icon {
  width: 70px;
  margin-left: 1rem;
}
.inclick .icon img {
  object-fit: contain;
}
.events .wrapper .grade {
  z-index: 1;
  border-radius: 40px 0 0 40px;
  position: absolute;
  left: 0;
  width: 20%;
  height: 100%;
  top: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 0) 100%
  );
}

.events .wrapper .grade:nth-of-type(2) {
  z-index: 1;
  border-radius: 0 40px 0 0;
  position: absolute;
  right: 0;
  width: 10%;
  height: 100%;
  top: 0;
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 0) 100%
  );
}
.slick-events .slick-slide a {
  max-width: 370px;
  margin: 0 20px;
}

.slick-events .slick-list {
  margin: 0;
}

.wrapper .read {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 1;
  bottom: -2rem;
  right: 50%;
  transform: translateX(50%);
}
.wrapper .link {
  width: 100%;
  max-width: 250px;
  padding: 0;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid var(--site2);
}
.wrapper .link a {
  justify-content: center;
  text-align: center;
  display: flex;
  border-radius: 50px;
  border: 1px solid #fff;
  font-size: 1.5rem;
  color: var(--grayText);
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  background-color: var(--site2);
}
.wrapper .link a:hover {
  background-color: var(--site3);
}
.pris {
  margin-top: 5rem;
  width: 100%;
  max-width: 1580px;
  margin-inline: auto;
}

.pris > .wrapper {
  padding-right: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1rem;
}

.pris .wrapper .square-ads:not(div.slick-pris) {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  flex-direction: column;
  display: flex;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  flex: 1;
  border-radius: 25px;
  max-width: 330px;
  align-items: center;
  border: 5px solid #fff;
  background-size: contain;
}
.pris .wrapper .slick-pris {
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
flex-direction: column;
display: flex;
position: relative;
width: 100%;
aspect-ratio: 1;
flex:1;
border-radius: 25px;
max-width: 330px;
align-items: center; */
}

.pris > div img {
  position: relative;
  width: 100%;
  top: -1rem;
  width: 65%;
  display: none !important;
}
.link-ads {
    width: 100%;
    height: 100%;
}
.pris .wrapper > div img + span:first-of-type {
  font-size: 2rem;
  font-weight: bold;
  font-size: calc(1.2vw + 5px);
  display: none;
}

.pris .wrapper > div:not(div:nth-of-type(2)) .btn-ads {
  display: flex;
  justify-content: center;
  color: var(--grayText);
  font-weight: bold;
  max-width: 160px;
  margin-inline: auto;
  text-align: center;
  background-color: var(--site2);
  width: 100%;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: -1rem;
  left: 50%; 
  transform: translateX(-50%); 
  border: 2px double #ffffff;
}
.pris .slick-slide {
  display: block;
  height: 305px;
  height: auto;
  aspect-ratio: 16 / 5.8;
  background-size: cover;
  border-radius: 1rem;
  position: relative;
}
.pris .slick-dots {
  bottom: -35px;
}
.pris .wrapper > div:not(div:nth-of-type(2)) .btn-ads.span {
  text-align: center;
  background-color: var(--site2);
  width: 100%;
  height: 100%;
  border-radius: 50px;
  padding: 0.5rem 1rem;
}

.pris .wrapper > div:not(div:nth-of-type(2)) a:hover span {
  background-color: var(--site3);
}
.pris lli:nth-of-type(2) {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  flex-direction: column;
  display: flex;
  position: relative;
  width: 100%;
  border-radius: 25px;
  margin-inline: 2rem;
  aspect-ratio: 16 / 5.8;
  flex: 2 1 850px;
  max-width: 850px;
  border-radius: 30px;
  border: 1rem solid #fff;
  background-size: cover;
  background-position: center;
}
.pris .wrapper > div:nth-of-type(2) {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 100%;
  border-radius: 25px;
  margin-inline: 2rem;
  flex: 2;
  max-width: 850px;
  border-radius: 30px;
  border: 1rem solid #fff;
  background-size: cover;
  background-position: center;
}
.pris .slick-prev,
.pris .slick-next {
  background-color: rgba(255, 255, 255, 0.61);
  height: 50px;
  width: 30px;
  border-radius: 0 10px 10px 0;
}
.pris .slick-prev {
  border-radius: 10px 0 0 10px;
}
.pris lli:nth-of-type(2) a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
/* .pris li:nth-of-type(2) img{
position: absolute;
width: 100%;
object-fit: contain;
top: auto;
	padding: 1rem;
	display: none;
} */

.pris lli:nth-of-type(2) span {
  display: none !important;
}
.pris lli:nth-of-type(2)::after,
.pris lli:nth-of-type(2)::before,
.pris .wrapper > div:nth-of-type(2)::after,
.pris .wrapper > div:nth-of-type(2)::before {
  content: "";
  position: absolute;
  height: 7.4rem;
  width: 1px;
  background-color: var(--black);
  top: -6rem;
  right: 5rem;
  z-index: 1;
}
.pris lli:nth-of-type(2)::before,
.pris .wrapper > div:nth-of-type(2)::before {
  right: auto;
  z-index: 1;
  left: 5rem;
}
.pris lli:nth-of-type(2) a::after,
.pris lli:nth-of-type(2) a::before,
.pris .wrapper > div:nth-of-type(2) .slick-list::after,
.pris .wrapper > div:nth-of-type(2) .slick-list::before {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  border: 1px solid var(--black);
  background-color: #fff;
  border-radius: 50px;
  top: 1.4rem;
  right: 4.5rem;
  z-index: 1;
}
.pris lli:nth-of-type(2) a::before,
.pris .wrapper > div:nth-of-type(2) .slick-list::before {
  right: auto;
  left: 4.5rem;
}
@media (max-width: 1600px) {
  .services .service {
    width: 190px;
    height: 190px;
  }

  .services figure {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
}

@media (max-width: 1500px) {
  .slick-articles .slick-slide {
    border: 0;
  }
  .cover h2 {
    font-size: 2.8rem;
  }
  .cover h2 strong {
    font-size: 3.25rem;
  }

  .inclick figure {
    font-size: 1.1rem;
  }
  .inclick .icon {
    width: 68px;
  }
}

@media (max-width: 1099px) {
  .services .wrapper {
    gap: 0 2.5rem;
  }
  .services .service {
    width: 180px;
    height: 180px;
  }

  .services figcaption {
    font-size: 1.5rem;
  }

  .services figure {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 3px solid currentColor;
  }
  .inclick .wrapper {
    padding: 50px;
  }
}

@media (max-width: 1300px) {
  .pris .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 36px;
    place-items: center;
  }

  .pris ul lli:first-of-type,
  .pris .wrapper div:first-of-type {
    grid-area: 1 / 2 / 2 / 3;
  }

  .pris .wrapper div:last-of-type {
    grid-area: 1 / 1 / 2 / 2;
  }

  .pris .wrapper div:nth-of-type(2) {
    grid-area: 2 / 1 / 3 / 3;
    border-radius: 10px;
    max-width: 98%;
    margin: auto;
  }

  .pris .wrapper div:not(li:nth-of-type(2)) a {
    max-width: 80%;
  }

  .pris .wrapper div:not(li:nth-of-type(2)) a span {
    padding: 0.3rem;
  }

  .pris .wrapper div img + span:first-of-type {
    font-size: calc(1.5vw + 10px);
  }

  .pris .wrapper div:nth-of-type(2)::before,
  .pris .wrapper div:nth-of-type(2)::after,
  .pris .wrapper div:nth-of-type(2) .slick-list::after,
  .pris .wrapper div:nth-of-type(2) .slick-list::before {
    content: none;
  }
}

@media (max-width: 991px) {
  .header .logo {
    top: 10px;
  }
  .cover {
    min-height: 540px;
  }
  .cover h2 {
    font-size: 2.8rem;
    margin: 3rem;
  }
  .services .service {
    width: 170px;
    height: 170px;
  }
  .sections .wrapper button.slick-next,
  .sections .wrapper button.slick-prev {
    height: 44px;
    width: 44px;
  }
  .sections .wrapper button.slick-prev {
    right: -30px;
  }
  .sections .wrapper button.slick-next {
    left: -30px;
  }
  .services .wrapper {
    box-shadow: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
  }
  .sections .weather {
    display: none;
  }
  .weather {
    position: relative;
    left: auto;
    width: 140px;
    height: 140px;
    top: 0;
    z-index: 5;
    margin-top: -2.5rem;
  }

  .weather a {
    width: 140px;
    height: 140px;
    padding-top: 1.5rem;
  }

  .weather span {
    font-size: 1.7rem !important;
  }

  .weather figcaption {
    margin-top: -30px;
  }
  #footer-content {
    margin-top: 0;
  }
  .inclick .icon {
    width: 34px;
  }
  .inclick figure {
    align-items: flex-start;
    flex-direction: column;
  }
  .sections .wrapper {
    padding: 2.5rem;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 1px -4px 5px;
  }
  .catmenu {
    width: 100%;
  }
  .catmenu ul {
    justify-content: center;
    display: flex;
    padding-right: 0;
  }
  .catmenu li {
    min-width: calc(32% - 1rem);
    padding: 0.7rem;
    font-size: 1.1rem;
  }
  .sections {
    margin-top: -4rem;
  }
  .sections section {
    width: 100%;
  }

  .articles .pic {
    height: 190px;
  }
  .articles .pic img {
    object-fit: contain;
  }
  .sections .slick-prev,
  .sections .slick-next {
    top: 100px;
  }
  .cover .toggle-slick {
    top: 30px;
    right: auto;
    left: 30px;
  }
  .inclick .wrapper {
    gap: 1%;
    flex-direction: row;
    height: auto;
  }
  .inclick .service {
    width: 49%;
  }
  .inclick figcaption {
    width: min-content;
  }
  .wrapper .read {
    width: fit-content;
    right: 2rem;
    bottom: auto;
    justify-content: flex-start;
    transform: none;
  }
  .wrapper .link {
    width: 160px;
    margin-top: 2rem;
  }
  .wrapper .link a {
    font-size: 1.1rem;
    padding: 3px 6px;
  }

  .articles .info .dates + span {
    display: none;
  }
  .articles .pic + .info {
    height: auto;
    margin-bottom: 1rem;
  }
  .articles h3 {
    font-size: 1.2rem;
  }
} /** min-width 991px **/

.offset-padding {
  padding: -15px;
}
@media (max-width: 767px) {
  .cover h2 {
    margin: 2rem auto 5px;
    font-size: 1.5rem;
  }
  .cover h2,
  .cover h2 strong {
    font-size: calc(4vw + 8px);
    margin-inline: auto;
  }

  .cover h2 strong {
    font-size: calc(4vw + 12px);
  }
} /** MAX-width 767px **/

@media (max-width: 768px) {
  .slick-events .slick-slide a {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .events .wrapper .grade {
    display: none;
  }

  .slick-events .slick-slide {
    margin: 0;
  }

  .inclick .service {
    width: 32%;
  }

  .cover {
    min-height: 370px;
  }

  .services .service {
    width: 90px;
    height: 90px;
  }
  .services figure {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border-width: 2px;
  }
  .services figcaption {
    font-size: 1.12rem;
  }
}

@media (max-width: 370px) {
  .pris .wrapper div img + span:first-of-type {
    display: none;
  }
  .pris .wrapper div:not(li:nth-of-type(2)) a span {
    padding: 0.5rem 1rem;
  }
  .catmenu li {
    padding: 0.7rem 6px;
  }
}
