﻿/*colors*/
@import url('aos.css');
@font-face {
  font-family: 'domaine-display-regular';
  src: url('fonts/domaine-display-regular.woff2') format('woff2');
}
/*Transitions*/
.transition-1s {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.transition-2s {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.transition-3s {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transition-5s {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.transition-9s {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
/*fonts*/
.font-domain {
  font-family: 'domaine-display-regular';
  font-weight: normal;
}
.font-proxima-nova {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-proxima-nova-semibold {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.font-proxima-nova-bold {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.font-montserrat {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-montserrat-medium {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.font-montserrat-semibold {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.font-montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
}
/*Fonts sizes*/
.heading,
h1 {
  font-size: 5rem;
}
@media screen and (max-width: 991px) {
  .heading,
  h1 {
    font-size: 40px;
  }
}
.heading-2,
h1-2 {
  font-size: 3rem;
}
@media screen and (max-width: 991px) {
  .heading-2,
  h1-2 {
    font-size: 28px;
  }
}
.heading-3,
h1-3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 991px) {
  .heading-3,
  h1-3 {
    font-size: 26px;
  }
}
.heading-4,
h1-4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .heading-4,
  h1-4 {
    font-size: 25px;
  }
}
.heading-5,
h1-5 {
  font-size: 1.7rem;
}
@media screen and (max-width: 991px) {
  .heading-5,
  h1-5 {
    font-size: 18px;
  }
}
.size-1 {
  font-size: 5rem;
}
@media screen and (max-width: 991px) {
  .size-1 {
    font-size: 40px;
  }
}
.size-2 {
  font-size: 3rem;
}
@media screen and (max-width: 991px) {
  .size-2 {
    font-size: 28px;
  }
}
.size-3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 991px) {
  .size-3 {
    font-size: 26px;
  }
}
.size-4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .size-4 {
    font-size: 25px;
  }
}
.size-5 {
  font-size: 1.7rem;
}
@media screen and (max-width: 991px) {
  .size-5 {
    font-size: 18px;
  }
}
.size-6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1050px) {
  .size-6 {
    font-size: 24px;
  }
}
.size-7 {
  font-size: 1.3rem;
}
@media screen and (max-width: 991px) {
  .size-7 {
    font-size: 22px;
  }
}
.size-8 {
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  .size-8 {
    font-size: 18px;
  }
}
.size-9 {
  font-size: 1.1rem;
}
@media screen and (max-width: 991px) {
  .size-9 {
    font-size: 18px;
  }
}
.size-10 {
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  .size-10 {
    font-size: 16px;
    line-height: 23px;
  }
}
.size-11 {
  font-size: 0.9rem;
}
@media screen and (max-width: 991px) {
  .size-11 {
    font-size: 16px;
  }
}
.size-12 {
  font-size: 0.85rem;
}
@media screen and (max-width: 991px) {
  .size-12 {
    font-size: 14px;
  }
}
.size-13 {
  font-size: 0.8rem;
}
@media screen and (max-width: 991px) {
  .size-13 {
    font-size: 15px;
  }
}
.size-14 {
  font-size: 0.75rem;
}
@media screen and (max-width: 991px) {
  .size-14 {
    font-size: 14px;
  }
}
/* Layout*/
.container {
  width: 100%;
  max-width: 1880px;
  padding: 0 120px;
  position: relative;
}
.row .col-grid-center {
  display: flex;
  align-items: center;
}
.row.row-fluid {
  margin: 0;
}
.row.row-fluid .col {
  padding: 0;
}
.row.row-reverse {
  flex-direction: row-reverse;
}
p a,
p a:hover,
p a:active,
p a:focus {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
}
.hamburger_menu {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  top: 3.3rem;
  right: 0.8rem;
  position: relative;
  z-index: 20;
}
.hamburger_menu .h-line {
  width: 35px;
  height: 2px;
  background-color: black;
  margin: 3px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hamburger_menu.active .h-line {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
}
.hamburger_menu.active .h-line.line-1 {
  -webkit-transform: rotate(-45deg) translate(-9.5px, 8px);
  transform: rotate(-45deg) translate(-7.5px, 3px);
}
.hamburger_menu.active .h-line.line-3 {
  -webkit-transform: rotate(45deg) translate(-10px, -8px);
  transform: rotate(45deg) translate(-8px, -4px);
}
.hamburger_menu.active .h-line.line-2 {
  background-color: transparent !important;
}
.toggle-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background-color: #464646;
  z-index: 15;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.toggle-menu.active {
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.toggle-menu.active ul {
  list-style: none;
  padding: 6rem 0;
  font-size: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  .toggle-menu.active ul {
    font-size: 28px;
  }
}
.toggle-menu.active a {
  color: white;
  text-decoration: none;
}
/*Global*/
.card {
  border: none;
  border-radius: 1rem;
}
.card-inner {
  padding: 1.5rem 1.95rem;
  height: 100%;
}
.card-ingress {
  margin-bottom: 3.85rem;
  margin-top: 1.5rem;
  max-width: 26.25rem;
  width: 100%;
}
.card-ingress-pink {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.card .cta-btn {
  margin-top: auto;
}
.cta-btn {
  display: inline-block;
  padding: 0.5rem 3rem;
  background-color: #707070;
  color: #FFFFFF;
  border-radius: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  cursor: pointer;
  border: 2px solid #707070;
}
@media screen and (max-width: 991px) {
  .cta-btn {
    font-size: 14px;
  }
}
.cta-btn:hover {
  border: 2px solid #707070;
}
.cta-btn-blue {
  background-color: #809EC6;
  border: 2px solid #809EC6;
}
.cta-btn-blue a {
  color: #FFFFFF;
  text-decoration: none;
}
.cta-btn-outlineblue {
  background-color: #FFFFFF;
  border: 2px solid #809EC6;
}
.cta-btn-outlineblue a {
  color: #000000;
  text-decoration: none;
}
.filter_categories .active {
  background-color: #809EC6;
  border: 2px solid #809EC6;
}
.filter_categories .active a {
  color: #FFFFFF;
  text-decoration: none;
}
.findWay {
  display: flex;
}
.findWay::before {
  content: "";
  display: inline-block;
  background-image: url('images/gps-maker.png');
  width: 27px;
  height: 28.34px;
  background-repeat: no-repeat;
  background-size: 19px;
}
:root {
  font-size: 20px;
}
@media screen and (max-width: 1760px) {
  :root {
    font-size: calc(0.95vw + 0.1rem);
  }
}
@media screen and (max-width: 1441px) {
  :root .header_nav_left {
    position: relative;
    bottom: 2.2rem;
  }
}
@media screen and (max-width: 1310px) {
  :root {
    /* Global content*/
  }
  :root .header_nav #headerOpeningHours::before {
    height: 24px;
    background-size: 20px;
  }
  :root .findWay::before {
    width: 20px;
    background-size: 14px;
  }
  :root .section_hero_about_us .findWay {
    display: flex;
    align-items: center;
  }
  :root .section_hero_about_us .findWay::before {
    position: relative;
    top: 4px;
  }
}
@media screen and (max-width: 1100px) {
  :root .section_hero_inner h1 {
    font-size: 5rem;
    line-height: 5.3rem;
  }
}
@media screen and (max-width: 991px) {
  :root {
    font-size: 14px;
    /* Global*/
  }
  :root .container {
    padding: 0 60px;
  }
  :root .toggle-menu.active .findWay::before {
    width: 27px;
    height: 32.34px;
    background-size: 21px;
    position: relative;
    top: 5px;
  }
  :root .header .logo img {
    width: 100px;
    margin-right: 1rem;
  }
  :root .header #headerOpeningHoursMobile {
    display: inline-block;
    max-width: 100px;
    position: absolute;
    top: 37px;
    margin-left: 5px;
  }
  :root .header_home #headerOpeningHoursMobile {
    display: none;
  }
  :root .section {
    /* Shops page*/
    /* About us and Shops Info has same design*/
  }
  :root .section_hero_inner {
    /*margin-top: 25rem;*/
  }
  :root .section_hero_inner h1 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  :root .section_hero_about_us {
    margin-top: -7rem;
  }
  :root .section_hero_about_us .card_meny {
    padding: 1.5rem 3.2rem 1.5rem;
  }
  :root .section_hero_about_us .card .desktop {
    display: none;
  }
  :root .section_hero_about_us .card .mobile {
    display: block;
  }
  :root .section_hero_about_us .card .mobile-left,
  :root .section_hero_about_us .card .mobile-right {
    display: flex;
    justify-content: center;
  }
  :root .section_hero_about_us .card .mobile-left {
    margin: 5px 0;
  }
  :root .section_hero_about_us .card .mobile-right {
    gap: 15px;
  }
  :root .section_hero_about_us .card .mobile-right a {
    font-size: 12px;
    text-decoration: none;
  }
  :root .section_hero_about_us .card .mobile-right > a:nth-of-type(-n+2)::after {
    content: "";
    display: inline-block;
    background-image: url('images/black_arrow-right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.8rem;
    position: relative;
    width: 1rem;
    height: 1rem;
    top: 2px;
    right: -0.2rem;
  }
  :root .section_hero_about_us .card .findWay {
    align-items: flex-start;
  }
  :root .section_hero_about_us .card .findWay::before {
    width: 15px;
    background-size: 11px;
    top: 0px;
  }
  :root .section_instagram {
    padding-bottom: 1rem;
  }
  :root .section_instagram iframe {
    height: 15rem !important;
  }
  :root .section_shops_categories ul,
  :root .section_shops .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  :root .section_shops .card-image {
    padding-top: 3rem;
  }
  :root .section_shops .card-image img {
    max-width: 15rem;
  }
  :root .section_shops .card_group {
    text-align: center;
    padding-top: 3rem;
  }
  :root .section_about_us_banner img {
    height: 44vh;
    object-fit: cover;
  }
  :root .section_about_us_info_onlytext {
    padding-top: 2rem;
  }
  :root .section_about_us_info_title {
    margin-top: 2rem;
  }
  :root .section_about_us_info .card {
    margin-top: 3rem;
  }
  :root .section_about_us_info .card-inner {
    padding-bottom: 4rem;
  }
  :root .footer .container {
    padding-top: 3.25rem;
  }
  :root .footer_logo {
    display: flex;
    justify-content: center;
  }
  :root .footer_logo img {
    width: 15rem;
  }
  :root .footer .address {
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
  :root .footer .about_us {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  :root .container {
    padding: 0 30px;
  }
  :root .header .logo img {
    width: 100px;
    margin-right: 0.5rem;
  }
  :root .header .col-1 {
    margin-left: -1rem;
  }
  :root .card-inner {
    padding: 2rem;
  }
  :root .section {
    /* Shops page*/
    /* About us and Shops Info has same design*/
  }
  :root .section_hero {
    height: 82vh;
  }
  :root .section_hero_inner h1 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  :root .section_hero_image {
    /*align-items: flex-end;*/
  }
  :root .section_hero_about_us {
    margin-top: -10rem;
  }
  :root .section_hero_about_us .card_meny,
  :root .section_hero_about_us .card_inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  :root .section_hero_about_us .card {
    margin-bottom: 4rem;
  }
  :root .section_hero_about_us .card #openingsHoursMobile {
    font-size: 18px !important;
    margin-bottom: 5px;
  }
  :root .section_hero_about_us .card_inner_title {
    font-size: 25px;
    line-height: 32px;
  }
  :root .section_hero_about_us .card .mobile-right {
    margin-top: 10px;
    margin-inline: -30px;
    gap: 20px;
  }
  :root .section_hero_about_us .card .mobile-right a.nav-item {
    text-decoration: underline;
    font-size: 13px;
  }
  :root .section_hero_about_us .card .mobile-right a.nav-item::after {
    content: none;
    display: none;
  }
  :root .section_grid .card {
    margin-top: 2rem;
  }
  :root .section_grid .card-inner {
    padding: 1.95rem;
  }
  :root .section_grid .card-title {
    margin-bottom: 0;
  }
  :root .section_grid .card-ingress {
    margin-top: 0.75rem;
  }
  :root .section_instagram {
    margin-top: 4rem;
    padding-bottom: 3rem;
  }
  :root .section_instagram iframe {
    height: 370px !important;
  }
  :root .section_shops_heading {
    line-height: 2.2rem;
  }
  :root .section_shops_categories .cta-btn {
    margin: auto;
    padding: 0.5rem 0.8rem;
    text-align: center;
    width: 100%;
  }
  :root .section_shops .row {
    display: grid;
    grid-template-columns: 1fr;
  }
  :root .section_shops .card {
    padding: 3rem 2rem;
  }
  :root .section_shops .card-image {
    padding: 0;
    margin-bottom: 2rem;
  }
  :root .section_shops .card-image img {
    max-width: 17rem;
  }
  :root .section_shops .card_group {
    padding: 0;
  }
  :root .section_shops .card-title {
    font-size: 22px;
  }
  :root .section_shops .card_phone,
  :root .section_shops .card-email,
  :root .section_shops .card-openingshours {
    font-size: 17px;
  }
  :root .section_about_us_info {
    margin-bottom: 5rem;
  }
  :root .section_about_us_info_title {
    margin-bottom: 1rem;
  }
  :root .section_about_us_info .col-center {
    display: flex;
    justify-content: center;
  }
  :root .section_about_us_info .card {
    width: 27.5rem;
  }
  :root .section_about_us_info_image img {
    max-width: 16rem;
    width: 100%;
    margin: auto;
    display: block;
  }
  :root .footer {
    padding-bottom: 2rem;
  }
  :root .footer .left {
    display: flex;
    justify-content: flex-end;
  }
  :root .footer .mobile {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
  }
  :root .footer .desktop {
    display: none;
  }
  :root .footer .address {
    font-size: 16px;
  }
}
@media screen and (max-width: 427px) {
  :root .section_hero_about_us {
    /* margin-top: -13rem;*/
  }
  :root .section_instagram {
    padding-top: 2.5rem;
  }
  :root .section_instagram img {
    width: 100px;
  }
}
/*Header*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  /*Landing page*/
}
.header_nav {
  display: flex;
  align-items: center;
}
.header_nav .logo {
  display: inline-block;
  margin-right: 3.5rem;
  z-index: 10;
}
.header_nav #headerOpeningHours {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_nav #headerOpeningHours::before {
  content: "";
  display: inline-block;
  background-image: url('images/clockicon.png');
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: 27px;
}
.header_nav_left {
  position: relative;
  bottom: 0.5rem;
}
.header_nav_right {
  justify-content: right;
}
.header_nav ul {
  gap: 2rem;
  padding: 3.5rem 0;
}
.header_nav ul a {
  color: #000000;
  text-decoration: none;
}
.header_nav ul a:hover {
  border-bottom: 1px solid #464646;
  text-decoration: none;
}
.header_nav li span {
  margin-right: 0.3rem;
}
.header_home #headerOpeningHours,
.header_home #headerOpeningHoursMobile {
  display: none;
}
.header_home .hamburger_menu .h-line {
  background-color: #FFFFFF;
}
.header_home .header_nav ul a {
  color: #FFFFFF;
  text-decoration: none;
}
.header_home .header_nav ul a:hover {
  border-bottom: 1px solid #FFFFFF;
  text-decoration: none;
}
/* Section*/
.section {
  /* Hero Section*/
  /* About us*/
  /* Grid Section */
  /* instagram section*/
  /*
    * - Shops Page (Multi) ---
    */
  /*
    * - About-us Page
    */
}
.section_hero {
  height: 100vh;
}
.section_hero_image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: url('/css/images/hero-bg.png');
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section_hero_image .introVideo {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section_hero_inner {
  color: #FFFFFF;
  /*margin-top: 10rem;*/
  max-width: 40rem;
  width: 100%;
}
.section_hero_about_us {
  width: 100%;
  margin-top: -6rem;
}
.section_hero_about_us a {
  color: #000000;
}
.section_hero_about_us .card {
  background-color: #FFEAEA;
  margin-bottom: 6.1rem;
}
.section_hero_about_us .card .col {
  display: flex;
  align-items: center;
}
.section_hero_about_us .card .mobile {
  display: none;
}
.section_hero_about_us .card #openingHours,
.section_hero_about_us .card #openingsHoursMobile {
  display: flex;
  align-items: center;
}
.section_hero_about_us .card #openingHours::before,
.section_hero_about_us .card #openingsHoursMobile::before {
  content: "";
  display: inline-block;
  background-image: url('images/clockicon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
  position: relative;
  width: 2rem;
  height: 2rem;
  top: -1px;
}
.section_hero_about_us .card_meny {
  padding: 2.5rem 3.2rem 4.2rem 3.2rem;
}
.section_hero_about_us .card_meny span {
  position: relative;
  top: -2px;
}
.section_hero_about_us .card_meny .left {
  display: inline-flex;
  gap: 3rem;
}
.section_hero_about_us .card_meny .left a {
  text-decoration: none;
}
.section_hero_about_us .card_meny .left a::after {
  content: "";
  display: inline-block;
  background-image: url('images/black_arrow-right.png');
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 1.5rem;
  height: 1rem;
  top: 2px;
  right: -0.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section_hero_about_us .card_meny .left a:hover::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0.1rem;
}
.section_hero_about_us .card_meny .right {
  display: flex;
  justify-content: flex-end;
  gap: 3rem;
}
.section_hero_about_us .card_meny .right li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
.section_hero_about_us .card_inner {
  padding: 0 0 4.5rem 3.2rem;
}
.section_hero_about_us .card_inner_title {
  max-width: 40.5rem;
  margin-bottom: 1.7rem;
  width: 100%;
}
.section_hero_about_us .card_inner_text {
  max-width: 35.5rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
.section_grid .row {
  margin: 0 -1.05rem;
}
.section_grid .row .col {
  padding: 0 1.05rem;
}
.section_grid_content {
  margin-bottom: 4.45rem;
}
.section_grid_heading {
  text-align: center;
}
.section_grid .card {
  margin-top: 3rem;
  overflow: hidden;
}
.section_grid .card-inner {
  padding: 3.8rem 3.75rem;
}
.section_grid .card-blue {
  background-color: #E5F3FF;
}
.section_grid .card-pink {
  background-color: #FFEAEA;
}
.section_grid .card .cta-btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.2rem 1.8rem;
}
.section_grid .card .cta-btn:hover {
  background-color: #FFFFFF;
  color: #707070;
  text-decoration: none;
}
.section_grid .card .row {
  margin: 0;
}
.section_grid .card .row .col {
  padding: 0;
}
.section_grid .card a {
  color: #FFFFFF;
}
.section_grid .card-image {
  height: 100%;
}
.section_grid .card-image img {
  height: 100%;
  width: 100%;
}
.section_instagram {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  background-color: #ED1C24;
  margin-top: 8rem;
}
.section_instagram .section_heading {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2.4rem;
}
.section_shops {
  background-color: #E5F3FF;
  padding-bottom: 8rem;
  margin-top: 6.4rem;
}
.section_shops .row {
  margin-top: 2.6rem;
  row-gap: 3rem;
}
.section_shops_categories ul {
  display: flex;
  gap: 1rem;
}
.section_shops_categories ul .cta-btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section_shops_categories ul .cta-btn:hover,
.section_shops_categories ul .cta-btn:active {
  background-color: #809EC6;
  border: 2px solid #809EC6;
}
.section_shops_categories ul .cta-btn:hover a,
.section_shops_categories ul .cta-btn:active a {
  color: #FFFFFF;
}
.section_shops_heading {
  padding-top: 6.4rem;
  margin-bottom: 3rem;
}
.section_shops .card {
  padding: 2rem;
  height: 100%;
  /*  &_wrap {
                display: flex;
                height: 100%;
                flex-direction: column;
                overflow: hidden;
            }*/
}
.section_shops .card-phone,
.section_shops .card-email {
  display: block;
  color: #000000;
}
.section_shops .card-image {
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 1.5rem;*/
  margin-bottom: 3rem;
}
.section_shops .card-image img {
  width: 100%;
  max-width: 11rem;
}
.section_shops .card_group {
  /*padding: 1.5rem 1.95rem;*/
  /* height: 100%;*/
}
.section_shops .card_group_inner {
  /* display: flex;
                    flex-direction: column;
                    height: 8rem;*/
  width: 100%;
  margin-bottom: 1.5rem;
}
.section_shops .card_group .cta-btn {
  padding: 0.2rem 1.8rem;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section_shops .card_group .cta-btn:hover {
  background-color: #00000029;
  color: #464646;
  text-decoration: none;
}
.section_about_us {
  margin-top: 6.4rem;
}
.section_about_us_banner {
  max-width: 1920px;
  margin: auto;
}
.section_about_us_banner img {
  height: 34rem;
  object-fit: cover;
  width: 100%;
}
.section_about_us_info {
  padding-top: 2.6rem;
  margin-bottom: 8rem;
}
.section_about_us_info_onlytext {
  padding-top: 5rem;
}
.section_about_us_info_image {
  margin-bottom: 3rem;
}
.section_about_us_info_image img {
  max-width: 11rem;
  width: 100%;
}
.section_about_us_info_title {
  line-height: 2.2rem;
  margin-bottom: 2.5rem;
}
.section_about_us_info_ingress {
  margin-bottom: 1.2rem;
  max-width: 40rem;
  width: 100%;
}
.section_about_us_info .card {
  margin-top: -7.75rem;
  background-color: #E5F3FF;
  width: 22.5rem;
}
.section_about_us_info .card-onlytext {
  margin-top: -10.75rem;
}
.section_about_us_info .card-inner {
  padding: 3.5rem 3rem;
  padding-bottom: 7.3rem;
}
.section_about_us_info .card-heading {
  margin-bottom: 1.2rem;
}
.section_about_us_info .card-contact {
  margin-top: 3rem;
}
.section_about_us_info .card-address {
  line-height: 2rem;
}
.section_about_us_info .card-address p a {
  color: #000000;
}
.section_about_us_info .card hr {
  margin: 2.4rem 0;
  border-bottom: 1px solid #000000;
}
.section_about_us_googlemap {
  display: flex;
}
.section_about_us_googlemap iframe {
  width: 100%;
}
/*footer*/
.footer {
  width: 100%;
  padding-bottom: 12rem;
  background-color: #464646;
  color: white;
}
.footer .mobile {
  display: none;
}
.footer .container {
  padding-top: 7.25rem;
}
.footer .container .row {
  margin-top: 2rem;
}
.footer .nav {
  display: inline-block;
}
.footer .nav a {
  color: white;
}
.footer .address p a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer .address p a:hover {
  color: #809EC6;
}
.footer .about_us a {
  padding-top: 0;
  padding-bottom: 0.25rem;
}
.footer .about_us a::after {
  content: "";
  display: inline-block;
  background-image: url('images/arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 1.5rem;
  height: 1rem;
  top: 2px;
  right: -0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .about_us a:hover::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
}
.footer .contact_us a {
  padding: 0.2rem 1rem;
}