@import url(https://fonts.googleapis.com/css?family=Raleway:700&display=swap);
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img, img {
  border: 0;
}

/* Border-box fix */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Fix iOS forms */
input[type=text],
input[type=email],
input[type=submit],
textarea,
button {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Fix ugly outlines */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Book.eot");
  src: url("../fonts/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Book.woff") format("woff"), url("../fonts/AvenirLTStd-Book.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Medium.eot");
  src: url("../fonts/AvenirLTStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Medium.woff") format("woff"), url("../fonts/AvenirLTStd-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Heavy.eot");
  src: url("../fonts/AvenirLTStd-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../fonts/AvenirLTStd-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: "Avenir LT Std", sans-serif;
  color: #353330;
  background: #fff;
  font-size: 16px;
  margin-top: 110px;
}
@media (max-width: 720px) {
  body {
    font-size: 16px;
    margin-top: 140px;
  }
}

.nav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  border-bottom: 1px solid #ddd;
}
.nav__menu-pll-selector {
  position: relative;
  padding: 0 45px 0 40px;
}
@media (max-width: 720px) {
  .nav__menu-pll-selector {
    padding: 10px 20px 0 20px;
  }
}
.nav__menu-pll-selector:after {
  position: absolute;
  right: 20px;
  top: -5px;
  height: 31px;
  content: "";
  border-right: 1px solid #d8d8d8;
}
@media (max-width: 720px) {
  .nav__menu-pll-selector:after {
    display: none;
  }
}
.nav__menu-pll-selector-list {
  position: absolute;
  top: 30px;
  display: none;
}
@media (max-width: 720px) {
  .nav__menu-pll-selector-list {
    top: 40px;
  }
}
.nav__menu-pll-selector-list--active {
  display: block;
  background-color: #fff;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.15);
  padding: 0 10px 4px;
  border-radius: 5px;
}
.nav__menu-pll-selector-list li {
  width: 100%;
  margin-bottom: 5px;
}
.nav__menu-pll-selector-list li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.nav__menu-pll-selector-list li a.icon--sv {
  background: url(../img/sweden.svg) no-repeat center;
  background-size: cover;
}
.nav__menu-pll-selector-list li a.icon--nb {
  background: url(../img/norway.svg) no-repeat center;
  background-size: cover;
}
.nav__menu-pll-selector-list li a.icon--en {
  background: url(../img/greatbritain.svg) no-repeat center;
  background-size: cover;
}
.nav__menu-pll-selector-list li a.icon--fi {
  background: url(../img/finland.svg) no-repeat center;
  background-size: cover;
}
.nav__menu-pll-selector-active {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 10px;
}
.nav__menu-pll-selector-active--en {
  background: url(../img/greatbritain.svg) no-repeat center;
  background-size: cover;
}
.nav__menu-pll-selector-active--nb {
  background: url(../img/norway.svg) no-repeat center;
  background-size: cover;
}
.nav__menu-pll-selector-active--sv {
  background: url(../img/sweden.svg) no-repeat center;
  background-size: cover;
}
.nav__menu-pll-selector-active--fi {
  background: url(../img/finland.svg) no-repeat center;
  background-size: cover;
}
.nav__wrapper {
  flex-basis: 100%;
  flex-grow: 1;
  max-width: 1250px;
  padding: 15px 20px;
  display: flex;
}
@media (max-width: 720px) {
  .nav__wrapper {
    display: none;
  }
}
.nav__logo {
  width: 181px;
  height: 74px;
  background: url(../img/logo.svg) no-repeat center;
  background-size: contain;
  margin-right: 30px;
  display: inline-block;
}
.nav__bigmenu-logo {
  width: 109px;
  height: 44px;
  background: url(../img/logo.svg) no-repeat center;
  background-size: contain;
  margin-right: 30px;
  display: inline-block;
}
.nav__menu {
  flex-grow: 1;
  flex-basis: calc(100% - 181px);
}
.nav__menu-line-top-tag {
  font-size: 12px;
  color: #727A7B;
  letter-spacing: 0.03em;
  flex-basis: 85%;
  text-align: center;
}
.nav__menu-line-top-icons {
  display: flex;
  margin-left: 20px;
  justify-content: flex-end;
  flex-basis: 15%;
}
.nav__menu-line-top-icons span {
  border-right: 1px solid #ddd;
  padding: 20px;
  width: 20px;
  height: 20px;
  display: flex;
}
.nav__menu-line-top-icon-search {
  width: 20px;
  height: 20px;
  background: url(../img/search.svg) no-repeat center;
  margin-right: 40px;
  display: inline-block;
  position: relative;
}
.nav__menu-line-top-icon-search:after {
  position: absolute;
  right: -20px;
  top: -5px;
  bottom: -5px;
  content: "";
  border-right: 1px solid #d8d8d8;
}
.nav__menu-line-top-icon-hamburger {
  width: 22px;
  height: 20px;
  background: url(../img/hamburger.svg) no-repeat center;
  position: relative;
}
.nav__menu-line-top-icon-hamburger:after {
  content: "MENY";
  font-size: 7px;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.15em;
  color: #5F646E;
}
.nav__menu-line-top {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.nav__menu-line-bottom {
  flex-basis: 100%;
  flex-grow: 1;
  max-width: 85%;
}
.nav__menu-line-bottom ul {
  display: flex;
  justify-content: center;
}
.nav__menu-line-bottom ul li {
  border-right: 1px solid #D8D8D8;
  padding: 10px 25px;
}
.nav__menu-line-bottom ul li:last-child {
  border: 0;
}
.nav__menu-line-bottom ul li a {
  font-family: "Raleway";
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-decoration: none;
}
.nav__menu-line-bottom ul li ul {
  display: none;
}
.nav__menu-line-bottom ul li.current-menu-item a, .nav__menu-line-bottom ul li.current-menu-parent a {
  color: #4C94A1;
}
.nav__menu-line-bottom ul li.current-menu-item ul, .nav__menu-line-bottom ul li.current-menu-parent ul {
  display: flex !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #fff;
}
.nav__menu-line-bottom ul li.current-menu-item ul li, .nav__menu-line-bottom ul li.current-menu-parent ul li {
  border-right: 0;
}
.nav__menu-line-bottom ul li.current-menu-item ul li a, .nav__menu-line-bottom ul li.current-menu-parent ul li a {
  color: inherit;
}
.nav__menu-line-bottom ul li.current-menu-item ul li.current-menu-item a, .nav__menu-line-bottom ul li.current-menu-item ul li.current-menu-parent a, .nav__menu-line-bottom ul li.current-menu-parent ul li.current-menu-item a, .nav__menu-line-bottom ul li.current-menu-parent ul li.current-menu-parent a {
  color: #4C94A1;
}
.nav__menu-line-top-icon-search-wrap {
  position: relative;
}
.nav__search {
  position: absolute;
  top: calc(100% + 40px);
  right: 0;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  display: flex;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: scale(0.95);
  padding: 10px;
  background: #fff;
  z-index: 9999;
}
.nav__search--active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.nav__search form {
  width: 100%;
  height: 100%;
  display: flex;
}
.nav__search form input {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  padding: 15px 30px 10px 30px;
  font-size: 16px;
  border-radius: 50px;
  font-family: "Avenir LT Std", sans-serif;
  display: flex;
  align-items: center;
  line-height: normal;
}
.nav__search form button {
  background: #222;
  color: #fff;
  border: 0;
  padding: 15px 30px 10px 30px;
  font-size: 16px;
  border-radius: 50px;
  font-family: "Avenir LT Std", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: normal;
}
.nav__bigmenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.4s, box-shadow 0.4s;
}
.nav__bigmenu--active {
  transform: translateY(0);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}
.nav__bigmenu-head {
  flex-basis: 100%;
  flex-grow: 1;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav__bigmenu-wrapper {
  flex-basis: 100%;
  flex-grow: 1;
  max-width: 1250px;
  margin: 0 auto;
  padding: 15px 20px 50px 20px;
}
.nav__bigmenu-second-col {
  padding: 0 50px;
  border-right: 1px solid #ddd;
  flex-grow: 1;
  flex-basis: 25%;
}
.nav__bigmenu-second-col:last-child {
  border: 0;
}
.nav__bigmenu-second-col:first-child {
  padding-left: 0;
}
.nav__bigmenu-second-col h4 {
  font-family: "Raleway";
  font-size: 12px;
  color: #935A5A;
  letter-spacing: 2.77px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.nav__bigmenu-second-col ul li {
  margin-bottom: 22px;
}
.nav__bigmenu-second-col ul li a {
  color: inherit;
  line-height: 1.4;
  font-family: "Raleway";
  font-size: 12px;
  letter-spacing: 2.77px;
  text-transform: uppercase;
  text-decoration: none;
}
.nav__bigmenu-second-cols {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  padding: 0 10%;
}
.nav__bigmenu-close {
  width: 20px;
  height: 20px;
  background: url(../img/close.svg) no-repeat center;
  cursor: pointer;
}

.category .nav__menu-line-bottom ul li ul {
  display: none !important;
}

.nav--active {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  max-width: 100%;
  padding: 0px 20px;
}
.nav--active .nav__wrapper {
  position: relative;
  align-items: center;
  padding: 8px 20px;
}
.nav--active .nav__logo {
  height: 21px;
  background: url(../img/hom.svg) no-repeat center left;
  background-size: contain;
}
.nav--active .nav__menu-line-top {
  position: absolute;
  right: 0;
  top: 15px;
  right: 20px;
  margin: 0;
  padding: 0;
}
.nav--active .nav__menu-line-top-tag {
  display: none;
}
.nav--active .nav__menu-line-top-icons {
  margin: 0;
}
.nav--active .nav__menu-line-top-icon-hamburger:after {
  content: none;
}
.nav--active .nav__menu-line-bottom ul li ul {
  display: none !important;
}

.nav-mobile {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  display: none;
}
@media (max-width: 720px) {
  .nav-mobile {
    display: block;
  }
}
.nav-mobile--active .nav-mobile__line {
  display: none;
}
.nav-mobile__logo {
  width: 127px;
  height: 52px;
  background: url(../img/logo.svg) no-repeat center;
  background-size: contain;
  margin-right: 30px;
  display: inline-block;
}
.nav-mobile__line {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 10px 20px;
}
.nav-mobile__icons {
  display: flex;
}
.nav-mobile__search {
  width: 40px;
  height: 40px;
  background: url(../img/search-alt.svg) no-repeat center;
  margin-right: 10px;
}
.nav-mobile__hamburger {
  width: 40px;
  height: 40px;
  background: url(../img/menu-alt.svg) no-repeat center;
}
.nav-mobile__menu-line-bottom {
  flex-basis: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 20px;
}
.nav-mobile__menu-line-bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 38px;
  flex-grow: 0;
}
.nav-mobile__menu-line-bottom ul li {
  border-left: 1px solid #D8D8D8;
  padding: 0 12px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-mobile__menu-line-bottom ul li a {
  font-family: "Raleway";
  font-size: 10px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-decoration: none;
  line-height: 1.2;
}
.nav-mobile__menu-line-bottom ul li ul {
  display: none;
}
.nav-mobile__home {
  width: 20px;
  height: 20px;
  background: url(../img/home-alt.svg) no-repeat center;
  display: inline-block;
  margin-right: 10px;
}
.nav-mobile__search-area {
  position: absolute;
  top: calc(100% - 80px);
  right: 10px;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  display: flex;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: scale(0.95);
  padding: 10px;
  background: #fff;
  z-index: 999999;
}
.nav-mobile__search-area--active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.nav-mobile__search-area form {
  width: 100%;
  height: 100%;
  display: flex;
}
.nav-mobile__search-area form input {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  padding: 15px 30px 10px 30px;
  font-size: 16px;
  border-radius: 50px;
  font-family: "Avenir LT Std", sans-serif;
  display: flex;
  align-items: center;
  line-height: normal;
}
.nav-mobile__search-area form button {
  background: #222;
  color: #fff;
  border: 0;
  padding: 15px 30px 10px 30px;
  font-size: 16px;
  border-radius: 50px;
  font-family: "Avenir LT Std", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: normal;
}
.nav-mobile__bigmenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  background: #fff;
  text-align: right;
  padding: 30px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  opacity: 0;
  transform: translateX(100%);
  box-shadow: none;
  transition: transform 0.4s, box-shadow 0.4s, opacity 0.4s;
}
.nav-mobile__bigmenu--active {
  transform: translateX(0);
  opacity: 1;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.nav-mobile__bigmenu-cols {
  flex-basis: 100%;
  flex-grow: 1;
}
.nav-mobile__bigmenu-col {
  flex-basis: 100%;
  flex-grow: 1;
}
.nav-mobile__bigmenu-col h4 {
  font-family: "Raleway";
  font-size: 16px;
  color: #935A5A;
  letter-spacing: 2.77px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.nav-mobile__bigmenu-col ul li {
  margin-bottom: 22px;
}
.nav-mobile__bigmenu-col ul li a {
  color: inherit;
  line-height: 1.4;
  font-family: "Raleway";
  font-size: 16px;
  letter-spacing: 2.77px;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-mobile__bigmenu-close {
  width: 30px;
  height: 30px;
  background: url(../img/close.svg) no-repeat center;
  cursor: pointer;
}

.footer {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.footer__wrapper {
  padding: 70px 20px;
  max-width: 1250px;
  flex-basis: 100%;
  flex-grow: 1;
}
.footer__wrapper--alt {
  padding: 20px 20px 70px 20px;
}
@media (max-width: 720px) {
  .footer__wrapper {
    padding: 40px 20px;
  }
}
.footer__first {
  background: #F9F8F3;
  display: flex;
  justify-content: center;
}
.footer__first h3 {
  font-family: "Raleway";
  font-size: 12px;
  color: #4C94A1;
  letter-spacing: 2.77px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .footer__first h3 {
    line-height: 1.6;
  }
}
.footer__second {
  background: #F9F8F3;
  display: flex;
  justify-content: center;
}
.footer__message {
  background: #F9F8F3;
  display: flex;
  justify-content: center;
}
.footer__message p {
  font-size: 14px;
  color: #727a7b;
  line-height: 1.5;
}
.footer__message p a {
  font-weight: 700;
  color: inherit;
}
.footer__message em {
  font-style: italic;
}
.footer__message strong {
  font-weight: 700;
}
.footer__social {
  margin-bottom: 40px;
}
.footer__social a {
  font-family: "Raleway";
  font-size: 12px;
  color: #222;
  letter-spacing: 2.77px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 100px;
  line-height: 25px;
  padding: 3px 0 3px 30px;
}
@media (max-width: 720px) {
  .footer__social a {
    margin-right: 50px;
  }
}
.footer__social-icon--instagram {
  background: url(../img/instagram.svg) no-repeat center left;
}
.footer__social-icon--facebook {
  background: url(../img/fac.svg) no-repeat center left;
}
.footer__form {
  flex-basis: 100%;
  flex-grow: 1;
}
.footer__form form {
  display: flex;
  width: 100%;
}
@media (max-width: 720px) {
  .footer__form form {
    flex-flow: row wrap;
  }
}
.footer__form form input {
  border: 1px solid #ddd;
  padding: 17px;
  font-family: "Raleway";
  font-size: 12px;
  letter-spacing: 2.77px;
  margin: 0;
  flex-basis: 370px;
  margin-right: 20px;
}
@media (max-width: 720px) {
  .footer__form form input {
    flex-basis: 100%;
    flex-grow: 1;
    margin: 0;
    margin-bottom: 10px;
  }
}
.footer__form form button {
  margin: 0;
  padding: 17px 40px;
  font-family: "Raleway";
  font-size: 12px;
  background: #727A7B;
  border: 0;
  color: #fff;
  letter-spacing: 2.77px;
}
@media (max-width: 720px) {
  .footer__form form button {
    flex-basis: 100%;
    flex-grow: 1;
  }
}
.footer__second-col {
  padding: 0 50px;
  border-right: 1px solid #ddd;
  flex-grow: 1;
  flex-basis: 25%;
}
@media (max-width: 720px) {
  .footer__second-col {
    flex-basis: 100%;
    padding: 0;
    border: 0;
  }
}
.footer__second-col:last-child {
  border: 0;
}
.footer__second-col:first-child {
  padding-left: 0;
}
.footer__second-col h4 {
  font-family: "Raleway";
  font-size: 12px;
  color: #935A5A;
  letter-spacing: 2.77px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.footer__second-col ul li {
  margin-bottom: 22px;
}
.footer__second-col ul li a {
  color: inherit;
  line-height: 1.4;
  font-family: "Raleway";
  font-size: 12px;
  letter-spacing: 2.77px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer__second-cols {
  display: flex;
}
@media (max-width: 720px) {
  .footer__second-cols {
    flex-flow: row wrap;
  }
}

.af-mailchimp-result {
  display: flex;
  align-items: center;
  margin: 20px;
}
@media (max-width: 720px) {
  .af-mailchimp-result {
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}

.b01 {
  display: flex;
  justify-content: center;
  background: url(../img/placeholder.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .b01 {
    margin-bottom: 230px;
  }
}
.b01__wrapper {
  flex-basis: 100%;
  flex-grow: 1;
  max-width: 1250px;
  padding: 20px 60px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  position: relative;
}
@media (max-width: 720px) {
  .b01__wrapper {
    padding: 20px;
    align-items: flex-end;
    display: block;
  }
}
.b01__box {
  flex-basis: 460px;
  background: #fff;
  padding: 40px;
}
@media (max-width: 720px) {
  .b01__box {
    flex-basis: 100%;
    transform: translateY(400px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
}
.b01__box h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}
.b01__box p {
  line-height: 1.7;
}
.b01__box a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #222;
  padding-bottom: 2px;
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
}

.b02 {
  display: flex;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
  flex-flow: row wrap;
}
.b02__wrapper {
  flex-basis: 100%;
  flex-grow: 1;
  max-width: 1250px;
  padding: 20px;
  display: flex;
}
.b02__wrapper--first {
  padding: 20px 20px 0 20px;
}
.b02__posts {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -15px;
  flex-basis: 100%;
  flex-grow: 1;
}
@media (max-width: 720px) {
  .b02__posts {
    margin: 0;
  }
}
.b02__no-search {
  line-height: 1.5;
  text-align: left;
  font-size: 18px;
}
.b02__posts-head {
  border-top: 1px solid #979797;
  text-align: center;
  flex-basis: 100%;
  flex-grow: 1;
  padding: 40px 20px 0 20px;
}
.b02__posts-head h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 720px) {
  .b02__posts-head h2 {
    font-size: 20px;
  }
}
.b02__posts-head h2 a {
  color: #4C94A1;
  text-decoration: none;
}
.b02__post {
  border: 2px solid #eee;
  border-top: 0;
  border-left: 0;
  background: #FCFCFC;
  flex-basis: calc(33.3333% - 30px);
  margin: 15px;
  padding: 10px 10px 30px 10px;
  min-height: 400px;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 720px) {
  .b02__post {
    flex-basis: 100%;
    margin: 10px 0;
    min-height: auto;
  }
}
.b02__post-image {
  height: 250px;
  background: #ddd url(../img/placeholder.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .b02__post-image {
    height: calc(73vw - 60px);
    max-height: 250px;
  }
}
.b02__post-tag {
  font-family: "Raleway";
  color: #935A5A;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.b02__post-heading {
  font-size: 30px;
  line-height: 1.1;
}
.b02__quote {
  background: #DAE6E8;
  flex-basis: calc(33.3333% - 30px);
  margin: 15px;
  padding: 25px;
  min-height: 400px;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 720px) {
  .b02__quote {
    flex-basis: 100%;
    margin: 15px 0;
    min-height: 300px;
  }
}
.b02__quote blockquote {
  font-size: 44px;
  font-style: italic;
  text-align: center;
}
.b02__quote-name {
  position: absolute;
  font-family: "Raleway";
  color: #935A5A;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  bottom: 25px;
  right: 25px;
  letter-spacing: 0.2em;
  text-align: right;
  line-height: 1.4;
}
.b02__quote-name a {
  color: #935A5A;
}
.b02__links {
  background: #fff;
  flex-basis: calc(33.3333% - 30px);
  flex-grow: 1;
  margin: 15px;
  padding: 25px;
  min-height: 400px;
}
@media (max-width: 720px) {
  .b02__links {
    flex-basis: 100%;
    min-height: auto;
    padding: 10px;
    margin: 0;
    margin-bottom: 20px;
  }
}
.b02__links h2 {
  text-transform: uppercase;
  font-family: "Raleway";
  font-size: 15px;
  color: #935A5A;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.b02__links ul li {
  border-bottom: 1px solid #EFEFEF;
  padding: 20px 20px 20px 30px;
  background: url(../img/arrow.svg) no-repeat center left 5px;
}
.b02__links ul li a {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  color: #5F646E;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.b02__link-icon {
  width: 20px;
  height: 10px;
  background: url(../img/link.svg) no-repeat center;
  display: inline-block;
  margin-left: 5px;
}
.b02__banner {
  height: 200px;
  margin-right: 50px;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  margin: 15px;
  position: relative;
  font-size: 16px !important;
  border: 1px solid #ddd;
}
.b02__banner--alt {
  margin: 20px 0;
  padding: 0 20px;
}
@media (max-width: 720px) {
  .b02__banner {
    flex-flow: row wrap;
    height: auto;
    margin: 0;
    padding: 20px;
    margin: 20px 0 !important;
  }
}
.b02__banner-heading {
  font-size: 28px !important;
  font-weight: bold;
  flex-basis: 245px;
  line-height: 1.3;
  padding-right: 20px;
}
@media (max-width: 720px) {
  .b02__banner-heading {
    flex-basis: 70%;
    flex-grow: 1;
    margin-bottom: 20px;
  }
}
.b02__banner-img {
  flex-basis: 150px;
  height: 180px;
  background: url(../img/product.png) no-repeat center;
  flex-grow: 0;
  margin-right: 40px;
}
@media (max-width: 720px) {
  .b02__banner-img {
    margin-right: 0;
    flex-basis: 30%;
    flex-grow: 1;
    margin-bottom: 20px;
  }
}
.b02__banner-img--book {
  background: url(../img/book.png) no-repeat center;
}
.b02__banner-list {
  margin-right: 40px;
}
@media (max-width: 720px) {
  .b02__banner-list {
    flex-basis: 100%;
    flex-grow: 1;
    margin-bottom: 20px;
    margin-left: 20px;
  }
}
.b02__banner-list ul {
  list-style: disc;
}
.b02__banner-list ul li {
  line-height: 1.8;
  font-style: italic;
}
@media (max-width: 720px) {
  .b02__banner-cta {
    flex-basis: 100%;
    flex-grow: 1;
  }
}
.b02__banner-button {
  background: #06A399;
  color: #fff !important;
  font-weight: 600;
  font-size: 20px !important;
  text-decoration: none;
  padding: 20px 20px;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 720px) {
  .b02__banner-button {
    width: 100%;
  }
}
.b02__banner-super {
  width: 152px;
  height: 17px;
  background: url(../img/supersynbiotic.svg) no-repeat center;
  margin: 0 auto;
}
.b02__annons {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 10px;
  font-style: italic;
  text-transform: uppercase;
}
.b02__load-more {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.b02__load-more-button {
  margin: 0;
  padding: 17px 40px;
  font-family: "Raleway";
  font-size: 12px;
  background: #727a7b;
  border: 0;
  color: #fff;
  letter-spacing: 2.77px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}

.b03 {
  display: flex;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
  background: #ddd url(../img/placeholder.jpg) no-repeat center;
  background-size: cover;
  min-height: 275px;
  margin-bottom: 60px;
}
.b03--archive {
  margin-top: 38px;
}
.b03__wrapper {
  flex-basis: 100%;
  flex-grow: 1;
  max-width: 1000px;
  padding: 40px 0 0 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 720px) {
  .b03__wrapper {
    margin: 20px;
  }
}
.b03__tab {
  background: #fff;
  padding: 50px 50px 0 50px;
  margin-bottom: -46px;
  flex-basis: 100%;
  flex-grow: 1;
}
@media (max-width: 720px) {
  .b03__tab {
    padding: 40px 20px;
    margin-bottom: -106px;
  }
}
.b03__head {
  margin-bottom: 20px;
  flex-grow: 1;
}
.b03__head h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}
.b03__head h1 a {
  color: #4c94a1;
  text-decoration: none;
}
.b03__head p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.b03__categories {
  border-top: 1px solid #d8d8d8;
  padding-top: 30px;
  margin: 0 0;
}
.b03__categories ul {
  display: flex;
}
@media (max-width: 720px) {
  .b03__categories ul {
    flex-flow: row wrap;
  }
}
.b03__categories ul li {
  padding: 0 40px 0 0;
}
@media (max-width: 720px) {
  .b03__categories ul li {
    flex-basis: 100%;
    flex-grow: 1;
    margin-bottom: 10px;
  }
}
.b03__categories ul li a {
  font-family: "Raleway";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 13px;
  text-decoration: none;
  color: inherit;
}
.b03__categories ul li.active a {
  color: #4C94A1;
}
.b03__head-first-link {
  color: #4c94a1 !important;
  text-decoration: none !important;
}

.b04 {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  max-width: 1600px;
  margin: 0 auto;
}
.b04__wrapper {
  flex-basis: 100%;
  flex-grow: 1;
  max-width: 1250px;
  padding: 5px 20px;
  display: flex;
  justify-content: center;
}
.b04__wrapper ul {
  display: flex;
}
.b04__wrapper ul li {
  padding: 10px;
}
.b04__wrapper ul li a {
  font-family: "Raleway";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 11px;
  text-decoration: none;
  color: inherit;
}

.b05 {
  display: flex;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 38px;
}
@media (max-width: 720px) {
  .b05 {
    margin-top: 70px;
  }
}
.b05__wrapper {
  flex-basis: 100%;
  flex-grow: 1;
  max-width: 900px;
  padding: 50px 20px;
}
@media (max-width: 720px) {
  .b05__wrapper {
    max-width: 100vw;
  }
}
.b05__breadcrumb {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .b05__breadcrumb {
    align-items: center;
  }
}
.b05__head {
  margin-bottom: 10px;
  padding-right: 25%;
}
.b05__head h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 720px) {
  .b05__head h1 {
    font-size: 40px;
  }
}
@media (max-width: 720px) {
  .b05__head {
    padding-right: 0;
  }
}
.b05__categories {
  display: flex;
  margin-bottom: 30px;
  font-family: "Raleway";
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  align-items: center;
  margin: 20px 0 30px 0;
}
@media (max-width: 720px) {
  .b05__categories {
    align-items: flex-start;
  }
}
.b05__categories--bottom {
  margin-top: 40px;
}
.b05__categories ul {
  display: flex;
}
@media (max-width: 720px) {
  .b05__categories ul {
    flex-flow: row wrap;
  }
}
.b05__categories ul li {
  margin: 0;
  border-right: 1px solid #d8d8d8;
  padding: 0px 15px;
}
.b05__categories ul li:last-child {
  border-right: 0;
}
.b05__categories ul li a {
  color: #935A5A;
  font-weight: 600;
  text-decoration: none;
}
.b05__categories-label {
  margin-right: 20px;
  color: #B2BEC0;
  padding: 0px 0;
  font-family: "Raleway";
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 720px) {
  .b05__categories-label {
    margin-right: 10px;
  }
}
.b05__intro {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.b05__breadcrumb {
  display: flex;
  align-items: center;
}
@media (max-width: 720px) {
  .b05__breadcrumb {
    flex-flow: row wrap;
    line-height: 1.4;
  }
}
.b05__breadcrumb a {
  margin-right: 15px;
  color: #4c94a1;
}
.b05__breadcrumb span a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 15px;
  font-size: 10px;
  font-family: "Raleway";
  letter-spacing: 0.1em;
  color: #4c94a1;
}
.b05__breadcrumb span a:after {
  content: "/";
  margin-left: 15px;
  color: #d8d8d8;
}
.b05__breadcrumb span:first-child a:after, .b05__breadcrumb span:last-child a:after {
  content: "";
}
.b05__breadcrumb span:last-child a {
  color: #4c94a1;
}
@media (max-width: 720px) {
  .b05__breadcrumb span:last-child a {
    display: none;
  }
}
.b05__breadcrumb-home {
  width: 14px;
  height: 17px;
  background: url(../img/home-alt.svg) no-repeat center;
  background-size: contain;
}
.b05__content {
  font-size: 1.1em;
  letter-spacing: 0.03em;
}
.b05__content p {
  font-size: 1em;
  line-height: 1.4;
  font-weight: 200;
  margin-bottom: 1.5em;
}
.b05__content p:last-child {
  margin-bottom: 0;
}
.b05__content em {
  font-style: italic;
}
.b05__content h1, .b05__content h2, .b05__content h3 {
  margin-bottom: 1.5em;
  line-height: 1.4;
  font-weight: 700;
}
.b05__content h1 {
  font-size: 2em;
}
.b05__content h2 {
  font-size: 1.5em;
}
.b05__content h3 {
  font-size: 1.25em;
}
.b05__content a {
  color: inherit;
  font-weight: 700;
}
.b05__content ul {
  padding-left: 22px;
  margin-bottom: 25px;
  font-size: 1em;
  font-weight: 200;
  list-style: disc;
}
.b05__content ul:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .b05__content ul {
    margin-bottom: 15px;
    font-size: 1em;
  }
}
.b05__content ul li {
  margin-bottom: 5px;
  line-height: 1.4;
  padding-left: 5px;
}
.b05__content ul li ul, .b05__content ul li ol {
  padding-top: 10px;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.b05__content ol {
  margin-bottom: 25px;
  font-size: 1em;
  font-weight: 200;
  list-style: none;
  counter-reset: item;
}
.b05__content ol:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .b05__content ol {
    margin-bottom: 15px;
    font-size: 1em;
  }
}
.b05__content ol li {
  margin-bottom: 8px;
  line-height: 1.4;
  padding-left: 5px;
  counter-increment: item;
  display: flex;
  align-items: center;
}
.b05__content ol li:before {
  content: counter(item);
  background: #009035;
  color: #fff;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-right: 10px;
  font-weight: bold;
}
.b05__content iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 56.25vw !important;
  max-height: 480px !important;
}
.b05__content blockquote {
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 500;
  padding-left: 25px;
  border-left: 4px solid #eee;
}
.b05__content blockquote:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .b05__content blockquote {
    margin-bottom: 15px;
    font-size: 1em;
  }
}
.b05__content strong {
  font-weight: 700;
  color: #262f3c;
}
.b05__content img {
  max-width: calc(100% + 50px);
  height: auto;
  position: relative;
  box-shadow: 10px 10px 0 #EFEFF0;
}
@media (max-width: 720px) {
  .b05__content img {
    max-width: 100%;
  }
}
.b05__content img.alignleft {
  float: left;
  margin: 0 1.5em 1.5em -1.5em;
}
@media screen and (max-width: 768px) {
  .b05__content img.alignleft {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 1.5em 0;
  }
}
.b05__content img.alignright {
  float: right;
  margin: 0 -1.5em 1.5em 1.5em;
}
@media screen and (max-width: 768px) {
  .b05__content img.alignright {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 1.5em 0;
  }
}
.b05__content img.aligncenter {
  display: block;
  margin: 1.5em 0;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .b05__content img.aligncenter {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 1.5em 0 !important;
  }
}
.b05__content .wp-caption.alignleft {
  float: left;
  margin: 8px 1.5em 1.5em 0;
}
.b05__content .wp-caption.alignleft img {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .b05__content .wp-caption.alignleft {
    float: none;
    max-width: calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
    margin: 1.5em 0;
  }
}
.b05__content .wp-caption.alignright {
  float: right;
  margin: 8px 0 1.5em 1.5em;
}
.b05__content .wp-caption.alignright img {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .b05__content .wp-caption.alignright {
    float: none;
    max-width: calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
    margin: 1.5em 0;
  }
}
.b05__content .wp-caption.aligncenter {
  display: block;
  margin: 1.5em auto;
  max-width: 100%;
  width: 100%;
}
.b05__content .wp-caption.aligncenter img {
  margin: 0;
  max-width: calc(100% + 50px) !important;
  width: calc(100% + 50px) !important;
}
@media screen and (max-width: 768px) {
  .b05__content .wp-caption.aligncenter {
    float: none;
    max-width: calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
    margin: 1.5em 0;
  }
}
.b05__content .wp-caption-text {
  font-size: 0.8em;
  color: #999;
}
.b05__links {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 720px) {
  .b05__links {
    flex-flow: row wrap;
  }
}
.b05__links a {
  margin-right: 20px;
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #4c94a1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Raleway";
  text-decoration: none;
}
@media (max-width: 720px) {
  .b05__links a {
    margin-bottom: 10px;
  }
}
.b05__links a img {
  margin-right: 10px;
  max-height: 15px;
  width: auto;
}

.b06 {
  display: flex;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
  flex-flow: row wrap;
}
.b06__wrapper {
  flex-basis: 100%;
  flex-grow: 1;
  max-width: 1250px;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.b06__desktop-banner {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}
.b06__desktop-banner img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 720px) {
  .b06__desktop-banner {
    display: none;
  }
}
.b06__mobile-banner {
  display: none;
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}
.b06__mobile-banner img {
  height: auto;
  min-height: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .b06__mobile-banner {
    display: block;
  }
}

.cookie {
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -50px 50px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
}
.cookie--active {
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.cookie__wrapper {
  padding: 50px;
  max-width: 1250px;
  flex-basis: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .cookie__wrapper {
    flex-flow: row wrap;
  }
}
.cookie__text {
  flex-basis: 75%;
  font-size: 1.1em;
  letter-spacing: 0.03em;
}
.cookie__text p {
  font-size: 1em;
  line-height: 1.4;
  font-weight: 200;
  margin-bottom: 1.5em;
}
.cookie__text p:last-child {
  margin-bottom: 0;
}
.cookie__text em {
  font-style: italic;
}
.cookie__text h1, .cookie__text h2, .cookie__text h3 {
  margin-bottom: 1.5em;
  line-height: 1.4;
  font-weight: 700;
}
.cookie__text h1 {
  font-size: 2em;
}
.cookie__text h2 {
  font-size: 1.5em;
}
.cookie__text h3 {
  font-size: 1.25em;
}
.cookie__text a {
  color: inherit;
  font-weight: 700;
}
.cookie__text ul {
  padding-left: 22px;
  margin-bottom: 25px;
  font-size: 1em;
  font-weight: 200;
  list-style: disc;
}
.cookie__text ul:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cookie__text ul {
    margin-bottom: 15px;
    font-size: 1em;
  }
}
.cookie__text ul li {
  margin-bottom: 5px;
  line-height: 1.4;
  padding-left: 5px;
}
.cookie__text ul li ul, .cookie__text ul li ol {
  padding-top: 10px;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.cookie__text ol {
  margin-bottom: 25px;
  font-size: 1em;
  font-weight: 200;
  list-style: none;
  counter-reset: item;
}
.cookie__text ol:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cookie__text ol {
    margin-bottom: 15px;
    font-size: 1em;
  }
}
.cookie__text ol li {
  margin-bottom: 8px;
  line-height: 1.4;
  padding-left: 5px;
  counter-increment: item;
  display: flex;
  align-items: center;
}
.cookie__text ol li:before {
  content: counter(item);
  background: #009035;
  color: #fff;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-right: 10px;
  font-weight: bold;
}
.cookie__text iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 56.25vw !important;
  max-height: 480px !important;
}
.cookie__text blockquote {
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 500;
  padding-left: 25px;
  border-left: 4px solid #eee;
}
.cookie__text blockquote:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cookie__text blockquote {
    margin-bottom: 15px;
    font-size: 1em;
  }
}
.cookie__text strong {
  font-weight: 700;
  color: #262f3c;
}
.cookie__text img {
  max-width: calc(100% + 50px);
  height: auto;
  position: relative;
  box-shadow: 10px 10px 0 #EFEFF0;
}
@media (max-width: 720px) {
  .cookie__text img {
    max-width: 100%;
  }
}
.cookie__text img.alignleft {
  float: left;
  margin: 0 1.5em 1.5em -1.5em;
}
@media screen and (max-width: 768px) {
  .cookie__text img.alignleft {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 1.5em 0;
  }
}
.cookie__text img.alignright {
  float: right;
  margin: 0 -1.5em 1.5em 1.5em;
}
@media screen and (max-width: 768px) {
  .cookie__text img.alignright {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 1.5em 0;
  }
}
.cookie__text img.aligncenter {
  display: block;
  margin: 1.5em 0;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cookie__text img.aligncenter {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 1.5em 0 !important;
  }
}
.cookie__text .wp-caption.alignleft {
  float: left;
  margin: 8px 1.5em 1.5em 0;
}
.cookie__text .wp-caption.alignleft img {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cookie__text .wp-caption.alignleft {
    float: none;
    max-width: calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
    margin: 1.5em 0;
  }
}
.cookie__text .wp-caption.alignright {
  float: right;
  margin: 8px 0 1.5em 1.5em;
}
.cookie__text .wp-caption.alignright img {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cookie__text .wp-caption.alignright {
    float: none;
    max-width: calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
    margin: 1.5em 0;
  }
}
.cookie__text .wp-caption.aligncenter {
  display: block;
  margin: 1.5em auto;
  max-width: 100%;
  width: 100%;
}
.cookie__text .wp-caption.aligncenter img {
  margin: 0;
  max-width: calc(100% + 50px) !important;
  width: calc(100% + 50px) !important;
}
@media screen and (max-width: 768px) {
  .cookie__text .wp-caption.aligncenter {
    float: none;
    max-width: calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
    margin: 1.5em 0;
  }
}
.cookie__text .wp-caption-text {
  font-size: 0.8em;
  color: #999;
}
.cookie__text h3 {
  margin-bottom: 10px;
}
@media (max-width: 720px) {
  .cookie__text {
    flex-basis: 100%;
  }
}
.cookie__button {
  flex-basis: 25%;
  text-align: right;
}
.cookie__button button {
  background: #222;
  color: #fff;
  border-radius: 50px;
  padding: 15px 40px;
  border: 0;
  font-size: 16px;
  font-family: "Raleway";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 40px;
  cursor: pointer;
}

.contact-form {
  display: flex;
  justify-content: center;
  width: 100%;
}
.contact-form__wrapper {
  padding: 50px;
  max-width: 1000px;
  flex-basis: 100%;
  flex-grow: 1;
}
@media (max-width: 720px) {
  .contact-form__wrapper {
    padding: 20px;
  }
}
.contact-form__form {
  width: 100%;
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 720px) {
  .contact-form__form {
    margin: 0;
    flex-flow: row wrap;
  }
}
.contact-form__form form {
  flex-basis: 100%;
  flex-grow: 1;
  display: flex;
  width: 100%;
}
@media (max-width: 720px) {
  .contact-form__form form {
    flex-flow: row wrap;
  }
}
.contact-form__form form input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  font-family: "Avenir LT Std";
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 13px;
  border: 1px solid #ddd;
}
.contact-form__form form textarea {
  width: 100%;
  margin-bottom: 20px;
  font-family: "Avenir LT Std";
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 12px;
  border: 1px solid #ddd;
  height: 110px;
}
.contact-form__form form button {
  width: 100%;
  font-family: "Raleway";
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 15px;
  border: 0;
  background: #727a7b;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.contact-form__head {
  margin-bottom: 20px;
}
.contact-form__head h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-form__head p {
  line-height: 1.4;
}
.contact-form__form-col {
  flex-basis: 50%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 720px) {
  .contact-form__form-col {
    padding: 0;
    flex-basis: 100%;
  }
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.fof {
  display: flex;
  justify-content: center;
}
.fof__wrapper {
  text-align: center;
  flex-grow: 1;
  flex-basis: 100%;
}
.fof__wrapper h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
.fof__wrapper a {
  color: inherit;
}
