*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

footer,
header,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}

body {
  font: 14px/22px "open_sans", Arial, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c0c0c;
}

button:hover {
  cursor: pointer;
}

.index_pages {
  width: 100%;
  height: 100%;
}

.index_pages ul {
  max-width: 300px;
  padding: 100px 20px 20px;
  margin: 0 auto;
}

.index_pages ul li {
  list-style: none;
  font-size: 25px;
  margin-bottom: 15px;
}

.index_pages ul li a {
  text-decoration: none;
}

.index_pages ul li a:hover {
  text-decoration: underline;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.lock,
body.lock {
  overflow: hidden !important;
  position: relative;
}

html.lock:before,
body.lock:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 56px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
}

h1 {
  display: inline-block;
  font-family: "SharpGrotesk-Medium25", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 120%;
  color: #000;
}

@media (max-width: 1366px) {
  h1 {
    font-size: calc(22px + (38 - 22) *((100vw - 320px) / (1366 - 320)));
  }
}

h2 {
  display: inline-block;
  font-family: "SharpGrotesk-Medium25", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 126%;
}

@media (max-width: 1366px) {
  h2 {
    font-size: calc(16px + (30 - 16) *((100vw - 320px) / (1366 - 320)));
  }
}

h3 {
  display: inline-block;
  font-family: "SharpGrotesk-Medium25", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 126%;
  color: #fff;
}

@media (max-width: 1366px) {
  h3 {
    font-size: calc(12px + (20 - 12) *((100vw - 320px) / (1366 - 320)));
  }
}

h4 {
  display: inline-block;
  font-family: "SharpGrotesk-Medium25", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}

@media (max-width: 1366px) {
  h4 {
    font-size: calc(15px + (18 - 15) *((100vw - 320px) / (1366 - 320)));
  }
}

h5 {
  display: inline-block;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}

@media (max-width: 1366px) {
  h5 {
    font-size: calc(14px + (18 - 14) *((100vw - 320px) / (1366 - 320)));
  }
}

p {
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
}

::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 120%;
}

::-moz-placeholder {
  font-size: 14px;
  line-height: 120%;
}

:-ms-input-placeholder {
  font-size: 14px;
  line-height: 120%;
}

::-ms-input-placeholder {
  font-size: 14px;
  line-height: 120%;
}

::placeholder {
  font-size: 14px;
  line-height: 120%;
}

@media (max-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 12px;
  }
  ::-moz-placeholder {
    font-size: 12px;
  }
  :-ms-input-placeholder {
    font-size: 12px;
  }
  ::-ms-input-placeholder {
    font-size: 12px;
  }
  ::placeholder {
    font-size: 12px;
  }
}

:-ms-input-placeholder {
  font-size: 14px;
  line-height: 120%;
}

@media (max-width: 767px) {
  :-ms-input-placeholder {
    font-size: 12px;
  }
}

::-ms-input-placeholder {
  font-size: 14px;
  line-height: 120%;
}

@media (max-width: 767px) {
  ::-ms-input-placeholder {
    font-size: 12px;
  }
}

.bgc1 {
  background-color: #FFCBCB !important;
}

.bgc2 {
  background-color: #FFCBCB !important;
}

.bgc3 {
  background-color: #DAF8F6 !important;
}

.bgc4 {
  background-color: #FFE6ED !important;
}

.bgc5 {
  background-color: #FFEBD8 !important;
}

.bgc6 {
  background-color: #5A38FD !important;
}

.bgc7 {
  background-color: #06353D !important;
}

.bgc8 {
  background-color: #B5E3E0 !important;
}

.bgc9 {
  background-color: #B5E3E0 !important;
}

.bgc10 {
  background-color: #FFEBD8 !important;
}

.bgc11 {
  background-color: #3FE6DD !important;
}

.bl_form {
  background-color: #F3F3F3;
  padding-top: 170px;
  padding-bottom: 120px;
  position: relative;
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .bl_form {
    padding-top: 120px;
    padding-bottom: 20px;
  }
}

.bl_form .container {
  max-width: 1500px;
}

.bl_form .bl_form__content .gform_wrapper {
  margin: 0;
  max-width: none;
}

.bl_form form .gform_body {
  position: relative;
}

.bl_form form .gform_body > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 60% !important;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul {
    width: 100% !important;
  }
}

.bl_form form .gform_body > ul > li {
  width: 100% !important;
}

.bl_form form .gform_body > ul > li:first-child {
  margin-bottom: 40px;
}

.bl_form form .gform_body > ul > li:first-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_form form .gform_body > ul > li:first-child ul li {
  width: 48%;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:first-child ul li {
    width: 100% !important;
  }
}

.bl_form form .gform_body > ul > li:first-child ul li .ginput_container {
  margin-right: 6px;
}

.bl_form form .gform_body > ul > li:first-child ul li:first-child {
  width: 100%;
  margin: 0;
  margin-bottom: 25px;
}

.bl_form form .gform_body > ul > li:first-child ul li:nth-child(2), .bl_form form .gform_body > ul > li:first-child ul li:nth-child(3), .bl_form form .gform_body > ul > li:first-child ul li:nth-child(4), .bl_form form .gform_body > ul > li:first-child ul li:nth-child(5), .bl_form form .gform_body > ul > li:first-child ul li:nth-child(6), .bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) {
  position: relative;
}

.bl_form form .gform_body > ul > li:first-child ul li:nth-child(2) .ginput_container_text,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(2) .ginput_container_phone,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(2) .ginput_container_email, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(3) .ginput_container_text,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(3) .ginput_container_phone,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(3) .ginput_container_email, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(4) .ginput_container_text,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(4) .ginput_container_phone,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(4) .ginput_container_email, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(5) .ginput_container_text,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(5) .ginput_container_phone,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(5) .ginput_container_email, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) .ginput_container_text,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) .ginput_container_phone,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) .ginput_container_email, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) .ginput_container_text,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) .ginput_container_phone,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) .ginput_container_email {
  position: relative;
}

.bl_form form .gform_body > ul > li:first-child ul li:nth-child(2) .ginput_container_text input,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(2) .ginput_container_phone input,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(2) .ginput_container_email input, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(3) .ginput_container_text input,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(3) .ginput_container_phone input,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(3) .ginput_container_email input, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(4) .ginput_container_text input,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(4) .ginput_container_phone input,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(4) .ginput_container_email input, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(5) .ginput_container_text input,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(5) .ginput_container_phone input,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(5) .ginput_container_email input, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) .ginput_container_text input,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) .ginput_container_phone input,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) .ginput_container_email input, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) .ginput_container_text input,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) .ginput_container_phone input,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) .ginput_container_email input {
  padding: 20px 15px 10px;
}

.bl_form form .gform_body > ul > li:first-child ul li:nth-child(2) .ginput_container_text span,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(2) .ginput_container_phone span,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(2) .ginput_container_email span, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(3) .ginput_container_text span,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(3) .ginput_container_phone span,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(3) .ginput_container_email span, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(4) .ginput_container_text span,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(4) .ginput_container_phone span,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(4) .ginput_container_email span, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(5) .ginput_container_text span,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(5) .ginput_container_phone span,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(5) .ginput_container_email span, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) .ginput_container_text span,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) .ginput_container_phone span,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) .ginput_container_email span, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) .ginput_container_text span,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) .ginput_container_phone span,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) .ginput_container_email span {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 120%;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bl_form form .gform_body > ul > li:first-child ul li:nth-child(2) .ginput_container_text span.active,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(2) .ginput_container_phone span.active,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(2) .ginput_container_email span.active, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(3) .ginput_container_text span.active,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(3) .ginput_container_phone span.active,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(3) .ginput_container_email span.active, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(4) .ginput_container_text span.active,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(4) .ginput_container_phone span.active,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(4) .ginput_container_email span.active, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(5) .ginput_container_text span.active,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(5) .ginput_container_phone span.active,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(5) .ginput_container_email span.active, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) .ginput_container_text span.active,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) .ginput_container_phone span.active,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) .ginput_container_email span.active, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) .ginput_container_text span.active,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) .ginput_container_phone span.active,
.bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) .ginput_container_email span.active {
  top: 30%;
  left: 17px;
  font-size: 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) {
  width: 14%;
}

@media (max-width: 991px) {
  .bl_form form .gform_body > ul > li:first-child ul li:nth-child(6) {
    width: 48% !important;
  }
}

.bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) {
  width: 30%;
}

@media (max-width: 991px) {
  .bl_form form .gform_body > ul > li:first-child ul li:nth-child(7) {
    width: 48% !important;
  }
}

.bl_form form .gform_body > ul > li:first-child ul li:nth-child(8) {
  width: 48%;
}

@media (max-width: 991px) {
  .bl_form form .gform_body > ul > li:first-child ul li:nth-child(8) {
    width: 100% !important;
  }
}

.bl_form form .gform_body > ul > li:first-child ul li:nth-child(8) .ginput_container_select {
  position: relative;
}

.bl_form form .gform_body > ul > li:first-child ul li:nth-child(8) .ginput_container_select:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 7px;
  background-image: url("../img/icons/arrow_bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bl_form form .gform_body > ul > li:first-child ul li:nth-child(8) .ginput_container_select select {
  display: block;
  width: 100% !important;
  padding: 15px 20px;
  padding-right: 25px;
  font-family: "NeurialGrotesk", sans-serif;
  color: #06353D;
  font-size: 14px;
  font-weight: 400;
  border: none;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:first-child ul li:nth-child(8) .ginput_container_select select {
    font-size: 12px;
  }
}

.bl_form form .gform_body > ul > li:first-child ul li:nth-child(8) .ginput_container_select select:active, .bl_form form .gform_body > ul > li:first-child ul li:nth-child(8) .ginput_container_select select:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bl_form form .gform_body > ul > li:first-child ul li:nth-child(8) .ginput_container_select select:hover {
  cursor: pointer;
}

.bl_form form .gform_body > ul > li:first-child ul li .gfield_label {
  display: none;
}

.bl_form form .gform_body > ul > li:first-child ul li .ginput_container {
  margin-bottom: 25px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:first-child ul li .ginput_container {
    margin-bottom: 20px;
  }
}

.bl_form form .gform_body > ul > li:first-child ul li .ginput_container input {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-family: "NeurialGrotesk", sans-serif;
  color: #06353D;
  font-size: 14px;
  font-weight: 400;
  border: none;
  outline: none;
  border-radius: 3px;
}

.bl_form form .gform_body > ul > li:first-child ul li .ginput_container input:active, .bl_form form .gform_body > ul > li:first-child ul li .ginput_container input:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bl_form form .gform_body > ul > li:first-child ul li .ginput_container ::-webkit-input-placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 120%;
}

.bl_form form .gform_body > ul > li:first-child ul li .ginput_container ::-moz-placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 120%;
}

.bl_form form .gform_body > ul > li:first-child ul li .ginput_container :-ms-input-placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 120%;
}

.bl_form form .gform_body > ul > li:first-child ul li .ginput_container ::-ms-input-placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 120%;
}

.bl_form form .gform_body > ul > li:first-child ul li .ginput_container ::placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 120%;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:first-child ul li .ginput_container ::-webkit-input-placeholder {
    font-size: 12px;
  }
  .bl_form form .gform_body > ul > li:first-child ul li .ginput_container ::-moz-placeholder {
    font-size: 12px;
  }
  .bl_form form .gform_body > ul > li:first-child ul li .ginput_container :-ms-input-placeholder {
    font-size: 12px;
  }
  .bl_form form .gform_body > ul > li:first-child ul li .ginput_container ::-ms-input-placeholder {
    font-size: 12px;
  }
  .bl_form form .gform_body > ul > li:first-child ul li .ginput_container ::placeholder {
    font-size: 12px;
  }
}

.bl_form form .gform_body > ul > li:first-child ul li .ginput_container :-ms-input-placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 120%;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:first-child ul li .ginput_container :-ms-input-placeholder {
    font-size: 12px;
  }
}

.bl_form form .gform_body > ul > li:first-child ul li .ginput_container ::-ms-input-placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 120%;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:first-child ul li .ginput_container ::-ms-input-placeholder {
    font-size: 12px;
  }
}

.bl_form form .gform_body > ul > li:nth-child(2) {
  margin-bottom: 40px;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:first-child {
  margin-bottom: 25px;
  margin-top: 0;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) {
  margin-bottom: 25px;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .gfield_label {
  display: none;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container {
  margin-top: 0;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container textarea {
  min-height: 320px;
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 3px;
  padding: 20px;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  resize: vertical;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container textarea {
    min-height: 200px;
  }
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container textarea:active, .bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container ::-webkit-input-placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 150%;
  width: 50%;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container ::-moz-placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 150%;
  width: 50%;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container :-ms-input-placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 150%;
  width: 50%;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container ::-ms-input-placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 150%;
  width: 50%;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container ::placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 150%;
  width: 50%;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container ::-webkit-input-placeholder {
    font-size: 12px;
  }
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container ::-moz-placeholder {
    font-size: 12px;
  }
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container :-ms-input-placeholder {
    font-size: 12px;
  }
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container ::-ms-input-placeholder {
    font-size: 12px;
  }
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container ::placeholder {
    font-size: 12px;
  }
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container :-ms-input-placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 150%;
  width: 50%;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container :-ms-input-placeholder {
    font-size: 12px;
  }
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container ::-ms-input-placeholder {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 150%;
  width: 50%;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(2) .ginput_container ::-ms-input-placeholder {
    font-size: 12px;
  }
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(3) {
  margin-bottom: 35px;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(3) .gfield_label {
  display: block;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(3) .ginput_container input {
  width: 100%;
  display: block;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(3) .ginput_container input:active, .bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(3) .ginput_container input:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(3) .ginput_container input:nth-child(2) {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) {
  padding: 30px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) {
    padding: 20px;
  }
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) .gfield_label {
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 15px;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 450px) {
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) .gfield_label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) .gfield_label span {
  display: none;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) .gfield_label:after {
  content: '399,00 kr inkl.moms';
  position: relative;
  right: 0;
  top: 0;
  font-family: "NeurialGrotesk", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #06353D;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) .ginput_container {
  margin-top: 0;
  padding-top: 15px;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) .ginput_container ul li {
  margin-bottom: 0;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) .ginput_container ul li input {
  display: none;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) .ginput_container ul li label {
  padding-bottom: 15px;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 120%;
  position: relative;
  margin-left: 0;
  padding-left: 35px;
  display: block;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) .ginput_container ul li label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #DCDCDC;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) .ginput_container ul li label:after {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: 1px solid transparent;
  background-image: url("../img/icons/check_1.svg");
  background-position: center center;
  background-size: 70% auto;
  background-repeat: no-repeat;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) .ginput_container ul li label a {
  text-decoration: underline;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #06353D;
  font-size: 14px;
  line-height: 120%;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:nth-child(4) .ginput_container ul li input:checked + label:after {
  opacity: 1;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:last-child {
  margin: 0;
  padding: 0;
  max-width: none;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:last-child button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 20px;
  font-family: "SharpGrotesk-Medium25", sans-serif;
  font-size: 20px;
  width: 100%;
  position: relative;
  border: none;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:last-child button {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:last-child button {
    font-size: 12px;
  }
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:last-child button br {
  display: none;
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:last-child button:before {
  content: '';
  display: block;
  position: relative;
  margin-right: 20px;
  width: 22px;
  height: 22px;
  background-image: url("../img/icons/phone.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:last-child button:before {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:nth-child(2) ul li:last-child button:before {
    width: 15px;
    height: 15px;
  }
}

.bl_form form .gform_body > ul > li:nth-child(2) ul li:last-child button:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

.bl_form form .gform_body > ul > li:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
  width: 37% !important;
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:nth-child(3) {
    width: 100% !important;
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.bl_form form .gform_body > ul > li:nth-child(3) ul li:first-child {
  margin: 0;
  margin-bottom: 25px;
}

.bl_form form .gform_body > ul > li:nth-child(3) ul li .gfield_label {
  display: none;
}

.bl_form form .gform_body > ul > li:nth-child(3) ul li .ginput_container .grid-row {
  margin-left: 0;
  margin-right: 0;
}

.bl_form form .gform_body > ul > li:nth-child(3) ul li .ginput_container .grid-row .ga_wrapper_medium {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bl_form form .gform_body > ul > li:nth-child(3) ul li .ginput_container .grid-row .ga_wrapper_medium .ga_appointments_calendar .ga_monthly_schedule_wrapper .ga_appointments_calendar_header {
  background: #06353D !important;
}

.bl_form form .gform_body > ul > li:nth-child(3) ul li:nth-child(2) {
  margin-bottom: 30px;
}

.bl_form form .gform_body > ul > li:nth-child(3) ul li:nth-child(2) .ginput_container .grid-row .ga_wrapper_medium > div .ga_monthly_schedule_wrapper .ga_appointments_calendar_header {
  background-color: #06353D !important;
}

.bl_form form .gform_body > ul > li:nth-child(3) ul li:nth-child(2) .ginput_container .grid-row .ga_wrapper_medium > div .ga_monthly_schedule_wrapper table thead {
  background-color: #06353D !important;
}

.bl_form form .gform_body > ul > li:nth-child(3) ul li:nth-child(2) .ginput_container .grid-row .ga_wrapper_medium > div .ga_monthly_schedule_wrapper table thead tr th {
  background-color: #06353D !important;
}

@media (max-width: 991px) and (min-width: 768px) {
  .bl_form form .gform_body > ul > li:nth-child(3) ul li:nth-child(2) .ginput_container .grid-row .ga_wrapper_medium > div .ga_monthly_schedule_wrapper table thead tr th {
    font-size: 11px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .bl_form form .gform_body > ul > li:nth-child(3) ul li:nth-child(2) .ginput_container .grid-row .ga_wrapper_medium > div .ga_monthly_schedule_wrapper table tbody tr td span {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .bl_form form .gform_body > ul > li:nth-child(3) ul li:nth-child(2) .ginput_container .grid-row .ga_wrapper_medium > div .ga_monthly_schedule_wrapper table tbody tr td span {
    width: 22px;
    height: 22px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:nth-child(3) ul li:nth-child(3) {
    display: none;
  }
}

.bl_form form .gform_body > ul > li:nth-child(3) ul li:nth-child(3) .calendar_ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bl_form form .gform_body > ul > li:nth-child(3) ul li:nth-child(3) .calendar_ul ul li {
  display: inline-block;
  font-family: "NeurialGrotesk", sans-serif;
  color: #06353D;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px !important;
  padding-left: 26px !important;
  position: relative;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul > li:nth-child(3) ul li:nth-child(3) .calendar_ul ul li {
    margin-bottom: 15px !important;
    font-size: 13px;
  }
}

.bl_form form .gform_body > ul > li:nth-child(3) ul li:nth-child(3) .calendar_ul ul li:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/check_circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 10px;
}

.bl_form form .gform_body > ul > li:nth-child(3) ul li:nth-child(4) {
  display: none;
}

.bl_form form .gform_body > ul #field_1_25 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.bl_form form .gform_body > ul #field_1_25 .bl_form__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 991px) {
  .bl_form form .gform_body > ul #field_1_25 .bl_form__links ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 450px) {
  .bl_form form .gform_body > ul #field_1_25 .bl_form__links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 40px;
}

@media (max-width: 1100px) {
  .bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li {
    margin-right: 20px;
  }
}

@media (max-width: 450px) {
  .bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li {
    margin: 0;
    margin-bottom: 20px;
  }
}

.bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child {
  margin-right: 80px;
  position: relative;
}

@media (max-width: 1200px) {
  .bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 450px) {
  .bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child > a {
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child p {
  display: block;
  font-family: "NeurialGrotesk", sans-serif;
  color: #535353;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 100%;
}

@media (max-width: 450px) {
  .bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child p {
    text-align: center;
  }
}

.bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 450px) {
  .bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 13px;
  margin-bottom: 0;
  width: auto;
}

.bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child ul li:first-child {
  margin-right: 13px;
}

.bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child ul li:last-child {
  margin-right: 0;
}

.bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child ul li a {
  display: block;
  height: 25px;
}

.bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:first-child ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:nth-child(2) {
  margin-right: 20px;
}

.bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:last-child {
  margin-right: 0;
}

@media (max-width: 450px) {
  .bl_form form .gform_body > ul #field_1_25 .bl_form__links ul li:last-child {
    margin-bottom: 0;
  }
}

.bl_form form .gform_body > ul #field_1_26 {
  display: none;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul #field_1_26 {
    display: block;
  }
}

.bl_form form .gform_body > ul #field_1_26 .calendar_ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bl_form form .gform_body > ul #field_1_26 .calendar_ul ul li {
  display: inline-block;
  font-family: "NeurialGrotesk", sans-serif;
  color: #06353D;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px !important;
  padding-left: 26px !important;
  position: relative;
}

@media (max-width: 767px) {
  .bl_form form .gform_body > ul #field_1_26 .calendar_ul ul li {
    margin-bottom: 15px !important;
    font-size: 13px;
  }
}

.bl_form form .gform_body > ul #field_1_26 .calendar_ul ul li:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/check_circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 10px;
}

.bl_form form .gform_footer {
  display: none;
}

.bl_form .bottom__border {
  height: 75px;
  width: 100%;
  background-image: url("../img/icons/bottom_grey.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  z-index: -1;
  padding-bottom: 100px;
}

@media (max-width: 450px) {
  .bl_form .bottom__border {
    background-size: 300% 100%;
    height: 50px;
  }
}

@media (max-width: 450px) and (max-width: 767px) {
  .bl_form .bottom__border {
    background-size: 500% 100%;
  }
}

.main_header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.main_header .header__desktop {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 50;
}

@media (max-width: 768px) {
  .main_header .header__desktop {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.main_header .header__desktop .container {
  max-width: none;
}

.main_header .header__desktop .container .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_header .header__desktop .container .header__content .header__burger {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
}

@media (max-width: 991px) {
  .main_header .header__desktop .container .header__content .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main_header .header__desktop .container .header__content .header__burger .burger {
  width: 18px;
  height: 12px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main_header .header__desktop .container .header__content .header__burger .burger::before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header__desktop .container .header__content .header__burger .burger::after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  overflow: hidden;
}

.main_header .header__desktop .container .header__content .header__burger .burger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  overflow: hidden;
}

.main_header .header__desktop .container .header__content .header__burger .burger.active span {
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header__desktop .container .header__content .header__burger .burger.active::before {
  display: block;
  top: 4px;
  -webkit-transform: rotate(405deg);
      -ms-transform: rotate(405deg);
          transform: rotate(405deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header__desktop .container .header__content .header__burger .burger.active::after {
  display: block;
  top: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-405deg);
      -ms-transform: rotate(-405deg);
          transform: rotate(-405deg);
}

.main_header .header__desktop .container .header__content .header__burger .burger__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

@media (max-width: 424px) {
  .main_header .header__desktop .container .header__content .header__burger .burger__text {
    display: none;
  }
}

.main_header .header__desktop .container .header__content .header__menu {
  width: 45%;
}

@media (max-width: 991px) {
  .main_header .header__desktop .container .header__content .header__menu {
    display: none;
  }
}

.main_header .header__desktop .container .header__content .header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main_header .header__desktop .container .header__content .header__menu ul li {
  margin-right: 30px;
}

.main_header .header__desktop .container .header__content .header__menu ul li:last-child {
  margin-right: 0;
}

.main_header .header__desktop .container .header__content .header__menu ul li a {
  display: block;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  font-size: 16px;
}

.main_header .header__desktop .container .header__content .header__logo {
  max-width: 154px;
  min-width: 154px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header__desktop .container .header__content .header__logo:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: logoAnimate 0.8s ease;
          animation: logoAnimate 0.8s ease;
}

@media (max-width: 991px) {
  .main_header .header__desktop .container .header__content .header__logo {
    max-width: 120px;
    min-width: 120px;
  }
}

@media (max-width: 768px) {
  .main_header .header__desktop .container .header__content .header__logo {
    max-width: 80px;
    min-width: 80px;
  }
}

@media (max-width: 374px) {
  .main_header .header__desktop .container .header__content .header__logo {
    margin-right: 0;
    margin-left: 0;
  }
}

.main_header .header__desktop .container .header__content .header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_header .header__desktop .container .header__content .header__logo a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.main_header .header__desktop .container .header__content .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
}

@media (max-width: 374px) {
  .main_header .header__desktop .container .header__content .header__right {
    display: none;
  }
}

.main_header .header__desktop .container .header__content .header__right p {
  display: block;
  font-size: 16px;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  color: #000;
}

@media (max-width: 991px) {
  .main_header .header__desktop .container .header__content .header__right p {
    display: none;
  }
}

.main_header .header__desktop .container .header__content .header__right .header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  padding: 15px 40px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  max-width: 185px;
  width: 100%;
  font-size: 15px;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .main_header .header__desktop .container .header__content .header__right .header__btn {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .main_header .header__desktop .container .header__content .header__right .header__btn {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .main_header .header__desktop .container .header__content .header__right .header__btn {
    padding: 0;
    max-width: none;
    width: auto;
    background-color: transparent;
    color: #000;
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .main_header .header__desktop .container .header__content .header__right .header__btn {
    display: none;
  }
}

.main_header .header__mobile {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
  overflow: auto;
  z-index: 49;
  background-color: #fff;
  padding: 150px 20px 20px;
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .main_header .header__mobile {
    display: block;
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .main_header .header__mobile {
    padding-top: 100px;
  }
}

@media (max-width: 374px) {
  .main_header .header__mobile {
    width: 100%;
  }
}

.main_header .header__mobile::before {
  content: '';
  position: fixed;
  z-index: 50;
  left: inherit;
  top: inherit;
  height: 150px;
  width: 300px;
  display: block;
  background-color: #fff;
}

@media (max-width: 991px) {
  .main_header .header__mobile::before {
    height: 120px;
  }
}

@media (max-width: 767px) {
  .main_header .header__mobile::before {
    height: 100px;
  }
}

@media (max-width: 374px) {
  .main_header .header__mobile::before {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .main_header .header__mobile .container {
    padding: 0 36px;
  }
}

@media (max-width: 767px) {
  .main_header .header__mobile .container {
    padding: 0 5px;
  }
}

.main_header .header__mobile .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}

.main_header .header__mobile .header__content .header__menu {
  margin-bottom: 40px;
}

.main_header .header__mobile .header__content .header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main_header .header__mobile .header__content .header__menu ul li {
  margin-bottom: 19px;
}

.main_header .header__mobile .header__content .header__menu ul li:last-child {
  margin-bottom: 0;
}

.main_header .header__mobile .header__content .header__menu ul li a {
  font-size: 20px;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  display: block;
  color: #000;
}

.main_header .header__mobile .header__content .header__right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
}

@media (max-width: 374px) {
  .main_header .header__mobile .header__content .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main_header .header__mobile .header__content .header__right p {
  display: block;
  margin-bottom: 20px;
  font-family: "NeurialGrotesk", sans-serif;
}

.main_header .header__mobile .header__content .header__right .header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  max-width: 185px;
  width: 100%;
  font-size: 15px;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.main_header .header__mobile.active {
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@-webkit-keyframes logoAnimate {
  15% {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
  30% {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
  40% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  65% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes logoAnimate {
  15% {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
  30% {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
  40% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  65% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header__fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header__fixed .header__desktop {
  padding-top: 20px;
  padding-bottom: 10px;
}

.header__fixed .header__desktop .container .header__content .header__logo {
  max-width: 70px;
  min-width: 70px;
}

.header__fixed .header__desktop .container .header__content .header__right .header__btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bl_header {
  background-color: #D2FFFC;
  position: relative;
  margin-bottom: 200px;
}

@media (max-width: 991px) {
  .bl_header {
    margin-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .bl_header {
    margin-bottom: 70px;
  }
}

.bl_header .container {
  max-width: 1500px;
}

.bl_header .bl_header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}

@media (max-width: 768px) {
  .bl_header .bl_header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bl_header .bl_header__content .bl_header__left {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 170px;
}

@media (max-width: 991px) {
  .bl_header .bl_header__content .bl_header__left {
    margin-top: 150px;
  }
}

@media (max-width: 768px) {
  .bl_header .bl_header__content .bl_header__left {
    width: 80%;
    margin-bottom: 30px;
    margin-top: 120px;
  }
}

@media (max-width: 450px) {
  .bl_header .bl_header__content .bl_header__left {
    width: 100%;
  }
}

.bl_header .bl_header__content .bl_header__left h1 {
  margin-bottom: 11px;
}

@media (max-width: 768px) {
  .bl_header .bl_header__content .bl_header__left h1 {
    text-align: center;
  }
}

.bl_header .bl_header__content .bl_header__left > p {
  display: block;
  font-size: 19px;
  line-height: 150%;
  color: #06353D;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .bl_header .bl_header__content .bl_header__left > p {
    font-size: 16px;
    text-align: center;
  }
}

.bl_header .bl_header__content .bl_header__left > p span {
  font-weight: 500;
}

.bl_header .bl_header__content .bl_header__left .bl_header__feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .bl_header .bl_header__content .bl_header__left .bl_header__feedback {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bl_header .bl_header__content .bl_header__left .bl_header__feedback .feedback__img {
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  margin-right: 15px;
  position: relative;
}

@media (max-width: 768px) {
  .bl_header .bl_header__content .bl_header__left .bl_header__feedback .feedback__img {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
  }
}

.bl_header .bl_header__content .bl_header__left .bl_header__feedback .feedback__img::before {
  content: '';
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 13px;
  height: 13px;
  background-color: #58DFA0;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .bl_header .bl_header__content .bl_header__left .bl_header__feedback .feedback__img::before {
    width: 10px;
    height: 10px;
  }
}

.bl_header .bl_header__content .bl_header__left .bl_header__feedback .feedback__img .feedback__subimg {
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.bl_header .bl_header__content .bl_header__left .bl_header__feedback .feedback__img .feedback__subimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bl_header .bl_header__content .bl_header__left .bl_header__feedback .feedback__text {
  font-family: "NeurialGrotesk", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #06353D;
}

.bl_header .bl_header__content .bl_header__left form {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  .bl_header .bl_header__content .bl_header__left form {
    margin-bottom: 35px;
  }
}

.bl_header .bl_header__content .bl_header__left form .select {
  width: 100%;
  position: relative;
  font-family: "NeurialGrotesk", sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.bl_header .bl_header__content .bl_header__left form .select:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 8px;
  background-image: url("../img/icons/arrow_bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bl_header .bl_header__content .bl_header__left form .select:hover:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.bl_header .bl_header__content .bl_header__left form .select select {
  width: 100%;
  padding: 20px 30px;
  padding-right: 40px;
  border: none;
  width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "NeurialGrotesk", sans-serif;
  font-size: 16px;
  color: #06353D;
  background-color: #fff;
}

.bl_header .bl_header__content .bl_header__left form .select select:active, .bl_header .bl_header__content .bl_header__left form .select select:focus {
  outline: 0;
  border: none;
  cursor: pointer;
}

.bl_header .bl_header__content .bl_header__left form .select select:hover {
  cursor: pointer;
}

.bl_header .bl_header__content .bl_header__left form .select select option {
  padding: 0;
  width: 80%;
}

.bl_header .bl_header__content .bl_header__left form .select select option {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bl_header .bl_header__content .bl_header__left form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #1DB5AB;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "SharpGrotesk-Medium25", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 991px) {
  .bl_header .bl_header__content .bl_header__left form button {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .bl_header .bl_header__content .bl_header__left form button {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .bl_header .bl_header__content .bl_header__left form button {
    font-size: 14px;
  }
}

.bl_header .bl_header__content .bl_header__left form button:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bl_header .bl_header__content .bl_header__left form button img {
  display: block;
  margin-right: 20px;
}

.bl_header .bl_header__content .bl_header__left .bl_header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bl_header .bl_header__content .bl_header__left .bl_header__links a {
  display: block;
  height: 45px;
  margin-right: 45px;
}

@media (max-width: 991px) {
  .bl_header .bl_header__content .bl_header__left .bl_header__links a {
    margin-right: 20px;
  }
}

.bl_header .bl_header__content .bl_header__left .bl_header__links a img {
  display: block;
}
.bl_header__links_2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  -webkit-gap: 20px;
  row-gap: 10px;
}
.bl_header__links_2 a {
  display: block;
}

@media (max-width: 991px) {
  .bl_header__links_2 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.bl_header__links_2 a img {
  display: block;
}
.trustpilot-widget {
  max-width: 140px;
  max-height: 80px;
  margin-bottom: 10px;
}
.facebook-widget {
  padding-top: 20px;
}
.advokatsamfund {
  padding-top: 20px;
}

.bl_header .bl_header__content .bl_header__right {
  width: 45%;
}

@media (max-width: 767px) {
  .bl_header .bl_header__content .bl_header__right {
    width: 80%;
  }
}

@media (max-width: 450px) {
  .bl_header .bl_header__content .bl_header__right {
    width: 100%;
  }
}

.bl_header .bl_header__line {
  display: block;
  background-image: url("../img/icons/bottom_green.svg");
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: top center;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -190px;
}

@media (max-width: 991px) {
  .bl_header .bl_header__line {
    background-size: auto 100%;
    height: 100px;
    bottom: -90px;
  }
}

@media (max-width: 991px) {
  .bl_header .bl_header__line {
    height: 70px;
    bottom: -60px;
  }
}

.bl_header .bl_header__line .line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/icons/line_footer.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

@media (max-width: 1440px) {
  .bl_header .bl_header__line .line {
    background-size: 100% 100%;
  }
}

@media (max-width: 768px) {
  .bl_header .bl_header__line .line {
    display: none;
  }
}

.bl_fa {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  .bl_fa {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.bl_fa h2 {
  margin-bottom: 45px;
  max-width: 860px;
}

@media (max-width: 767px) {
  .bl_fa h2 {
    text-align: center;
    line-height: 140%;
  }
}

.bl_fa .bl_fa__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .bl_fa .bl_fa__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bl_fa .bl_fa__items .bl_fa__item {
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 24%;
}

@media (max-width: 991px) {
  .bl_fa .bl_fa__items .bl_fa__item {
    width: 45%;
    max-width: none;
    margin-bottom: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 600px) {
  .bl_fa .bl_fa__items .bl_fa__item {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .bl_fa .bl_fa__items .bl_fa__item:last-child {
    margin-bottom: 0;
  }
}

.bl_fa .bl_fa__items .bl_fa__item .bl_fa__item_img {
  max-width: 190px;
  height: 190px;
  margin-bottom: 30px;
}

.bl_fa .bl_fa__items .bl_fa__item .bl_fa__item_img img {
  display: block;
  width: 100%;
}

.bl_fa .bl_fa__items .bl_fa__item h4 {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .bl_fa .bl_fa__items .bl_fa__item h4 {
    max-width: 230px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .bl_fa .bl_fa__items .bl_fa__item h4 {
    text-align: center;
  }
}

.bl_fa .bl_fa__items .bl_fa__item p {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #272727;
}

@media (max-width: 991px) {
  .bl_fa .bl_fa__items .bl_fa__item p {
    max-width: 230px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .bl_fa .bl_fa__items .bl_fa__item p {
    text-align: center;
  }
}

.bl_fortael {
  background-color: #06353D;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .bl_fortael {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 450px) {
  .bl_fortael {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.bl_fortael .top__border {
  height: 70px;
  width: 100%;
  background-image: url("../img/icons/bottom_black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
  right: 0;
  top: -60px;
  overflow: hidden;
}

@media (max-width: 450px) {
  .bl_fortael .top__border {
    background-size: 300% 130%;
  }
}

.bl_fortael .bottom__border {
  height: 70px;
  width: 100%;
  background-image: url("../img/icons/bottom_black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  overflow: hidden;
  background-color: #F3F3F3;
  z-index: -1;
}

@media (max-width: 450px) {
  .bl_fortael .bottom__border {
    background-size: 300% 100%;
  }
}

.bl_fortael .bl_fortael__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .bl_fortael .bl_fortael__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bl_fortael .bl_fortael__content .bl_fortael__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 44%;
}

@media (max-width: 991px) {
  .bl_fortael .bl_fortael__content .bl_fortael__text {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .bl_fortael .bl_fortael__content .bl_fortael__text {
    width: 80%;
    margin-bottom: 80px;
  }
}

@media (max-width: 450px) {
  .bl_fortael .bl_fortael__content .bl_fortael__text {
    width: 100%;
  }
}

.bl_fortael .bl_fortael__content .bl_fortael__text h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 33px;
}

@media (max-width: 991px) {
  .bl_fortael .bl_fortael__content .bl_fortael__text h2 {
    line-height: 130%;
  }
}

@media (max-width: 767px) {
  .bl_fortael .bl_fortael__content .bl_fortael__text h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
  }
}

.bl_fortael .bl_fortael__content .bl_fortael__text p {
  display: block;
  font-size: 17px;
  line-height: 32px;
  color: #BCD6DB;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .bl_fortael .bl_fortael__content .bl_fortael__text p {
    line-height: 180%;
  }
}

@media (max-width: 767px) {
  .bl_fortael .bl_fortael__content .bl_fortael__text p {
    font-size: 15px;
    line-height: 27px;
  }
}

.bl_fortael .bl_fortael__content .bl_fortael__text .bl_fortael__text_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 450px) {
  .bl_fortael .bl_fortael__content .bl_fortael__text .bl_fortael__text_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bl_fortael .bl_fortael__content .bl_fortael__text .bl_fortael__text_links a:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 175px;
  width: 100%;
  background-color: #3FE6DD;
  padding: 15px;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 15px;
  margin-right: 35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 450px) {
  .bl_fortael .bl_fortael__content .bl_fortael__text .bl_fortael__text_links a:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.bl_fortael .bl_fortael__content .bl_fortael__text .bl_fortael__text_links a:first-child:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bl_fortael .bl_fortael__content .bl_fortael__text .bl_fortael__text_links a:nth-child(2) {
  display: block;
  max-width: 180px;
  min-width: 150px;
  width: 100%;
}

.bl_fortael .bl_fortael__content .bl_fortael__text .bl_fortael__text_links a:nth-child(2) img {
  display: block;
  width: 100%;
}

.bl_fortael .bl_fortael__content .bl_fortael__ul {
  width: 45%;
}

@media (max-width: 991px) {
  .bl_fortael .bl_fortael__content .bl_fortael__ul {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .bl_fortael .bl_fortael__content .bl_fortael__ul {
    width: 80%;
  }
}

@media (max-width: 450px) {
  .bl_fortael .bl_fortael__content .bl_fortael__ul {
    width: 100%;
  }
}

.bl_fortael .bl_fortael__content .bl_fortael__ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bl_fortael .bl_fortael__content .bl_fortael__ul ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 90px;
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .bl_fortael .bl_fortael__content .bl_fortael__ul ul li {
    padding-left: 60px;
    margin-bottom: 30px;
  }
}

.bl_fortael .bl_fortael__content .bl_fortael__ul ul li:first-child .ul__img {
  background-color: #EBF8F7;
}

.bl_fortael .bl_fortael__content .bl_fortael__ul ul li:nth-child(2) .ul__img {
  background-color: #FFE6ED;
}

.bl_fortael .bl_fortael__content .bl_fortael__ul ul li:nth-child(3) .ul__img {
  background-color: #FFEBD8;
}

.bl_fortael .bl_fortael__content .bl_fortael__ul ul li:last-child {
  margin-bottom: 0;
}

.bl_fortael .bl_fortael__content .bl_fortael__ul ul li:last-child .ul__img {
  background-color: #DAF8F6;
}

.bl_fortael .bl_fortael__content .bl_fortael__ul ul li .ul__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .bl_fortael .bl_fortael__content .bl_fortael__ul ul li .ul__img {
    width: 40px;
    height: 40px;
  }
}

.bl_fortael .bl_fortael__content .bl_fortael__ul ul li .ul__img img {
  display: block;
  height: 25px;
}

@media (max-width: 767px) {
  .bl_fortael .bl_fortael__content .bl_fortael__ul ul li .ul__img img {
    height: 15px;
  }
}

.bl_fortael .bl_fortael__content .bl_fortael__ul ul li h3 {
  margin-bottom: 5px;
}

.bl_fortael .bl_fortael__content .bl_fortael__ul ul li p {
  display: block;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 17px;
  color: #BCD6DB;
}

@media (max-width: 767px) {
  .bl_fortael .bl_fortael__content .bl_fortael__ul ul li p {
    font-size: 14px;
  }
}

.bl_bubble {
  padding-top: 190px;
  padding-bottom: 150px;
  background-color: #F3F3F3;
  margin-top: -20px;
  margin-bottom: 75px;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .bl_bubble {
    padding-top: 110px;
    padding-bottom: 50px;
  }
}

.bl_bubble .bottom__border {
  height: 75px;
  width: 100%;
  background-image: url("../img/icons/bottom_grey.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  z-index: -1;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .bl_bubble .bottom__border {
    bottom: -40px;
  }
}

@media (max-width: 450px) {
  .bl_bubble .bottom__border {
    background-size: 300% auto;
    height: 50px;
    bottom: -80px;
  }
}

.bl_bubble h2 {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .bl_bubble h2 {
    margin-bottom: 30px;
  }
}

.bl_bubble .bl_bubble__content {
  overflow: hidden;
}

.bl_bubble .bl_bubble__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 320px;
  position: relative;
}

.bl_bubble .bl_bubble__content ul li {
  margin-right: 40px;
}

.bl_bubble .bl_bubble__content ul li:last-child {
  margin-right: 0;
}

.bl_bubble .bl_bubble__content ul li .bubble__item {
  width: 290px;
  border: 2px solid #E5E5E5;
  border-radius: 7px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .bl_bubble .bl_bubble__content ul li .bubble__item {
    width: 290px;
  }
}

.bl_bubble .bl_bubble__content ul li .bubble__item .bubble__img {
  width: 57px;
  height: 57px;
  padding: 19px;
  background-color: white;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .bl_bubble .bl_bubble__content ul li .bubble__item .bubble__img {
    width: 44px;
    height: 44px;
    padding: 14px;
  }
}

.bl_bubble .bl_bubble__content ul li .bubble__item .bubble__img img {
  display: block;
}

.bl_bubble .bl_bubble__content ul li .bubble__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: inherit;
  margin-right: 20px;
}

.bl_bubble .bl_bubble__content ul li .bubble__text h6 {
  display: block;
  font-family: "NeurialGrotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #06353D;
  line-height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

@media (max-width: 768px) {
  .bl_bubble .bl_bubble__content ul li .bubble__text h6 {
    font-size: 13px;
  }
}

.bl_bubble .bl_bubble__content ul li .bubble__text p {
  display: block;
  font-family: "NeurialGrotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #06353D;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
  text-align: center;
}

@media (max-width: 768px) {
  .bl_bubble .bl_bubble__content ul li .bubble__text p {
    font-size: 13px;
  }
}

.bl_all_advokater {
  margin-top: -100px;
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: #FBD9E2;
  position: relative;
  z-index: 8;
}

@media (max-width: 768px) {
  .bl_all_advokater {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.bl_all_advokater .bl_all_advokater__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .bl_all_advokater .bl_all_advokater__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__text {
  width: 39%;
  margin-right: 20px;
}

@media (max-width: 992px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__text h2 {
  display: block;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 1366px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__text h2 {
    font-size: calc(16px + (30 - 16) *((100vw - 320px) / (1366 - 320)));
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__text > p {
  font-family: "NeurialGrotesk", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 30px;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__text ul {
  margin-bottom: 30px;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__text ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__text ul li::before {
  content: '';
  width: 20px;
  height: 12px;
  background-image: url("../img/icons/check__pink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 11px;
  display: block;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__text ul li:last-child {
  margin-bottom: 0;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__text ul li p {
  font-family: "NeurialGrotesk", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__text > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  font-size: 15px;
  line-height: 100%;
  font-weight: 700;
  color: #000;
  font-family: "NeurialGrotesk", sans-serif;
  min-width: 210px;
  background-color: #3FE6DD;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__text > a:hover {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: rgba(63, 230, 221, 0.5);
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul {
  min-width: 520px;
  max-width: 520px;
  height: 525px;
  position: relative;
}

@media (max-width: 1100px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul {
    min-width: 470px;
    max-width: 470px;
    height: 500px;
  }
}

@media (max-width: 768px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul {
    min-width: 360px;
    max-width: 360px;
    height: 700px;
  }
}

@media (max-width: 425px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul {
    min-width: 280px;
    max-width: 280px;
    height: 700px;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li {
  position: absolute;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li .advokater__img__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li .advokater__img__item .item__img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li .advokater__img__item .item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li .advokater__img__item a {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  font-family: "NeurialGrotesk", sans-serif;
  color: #000;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li .advokater__img__item a:hover {
  text-decoration: underline;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:first-child {
  left: 120px;
  top: 10px;
}

@media (max-width: 768px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:first-child {
    left: 50px;
  }
}

@media (max-width: 425px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:first-child {
    left: 20px;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:first-child .item__img {
  width: 70px;
  height: 70px;
}

@media (max-width: 425px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:first-child .item__img {
    width: 60px;
    height: 60px;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(2) {
  top: 0;
  right: 75px;
}

@media (max-width: 768px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(2) {
    right: 50px;
  }
}

@media (max-width: 425px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(2) {
    right: 30px;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(2) .item__img {
  width: 105px;
  height: 105px;
}

@media (max-width: 425px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(2) .item__img {
    width: 90px;
    height: 90px;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(3) {
  top: 120px;
  left: 0;
}

@media (max-width: 768px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(3) {
    top: 150px;
  }
}

@media (max-width: 425px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(3) {
    left: 5px;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(3) .item__img {
  width: 105px;
  height: 105px;
}

@media (max-width: 425px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(3) .item__img {
    width: 90px;
    height: 90px;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(4) {
  left: 50%;
  top: 120px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 768px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(4) {
    left: auto;
    right: 10px;
    top: 170px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(4) .item__img {
  width: 145px;
  height: 145px;
}

@media (max-width: 425px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(4) .item__img {
    width: 130px;
    height: 130px;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(5) {
  top: 185px;
  right: 0;
}

@media (max-width: 768px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(5) {
    right: auto;
    left: 5px;
    top: 300px;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(5) .item__img {
  width: 127px;
  height: 127px;
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(6) {
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(6) {
    left: 20px;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(6) .item__img {
  width: 178px;
  height: 178px;
}

@media (max-width: 425px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(6) .item__img {
    width: 150px;
    height: 150px;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(7) {
  bottom: 20px;
  right: 90px;
}

@media (max-width: 768px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(7) {
    bottom: 150px;
    right: 10px;
  }
}

@media (max-width: 425px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(7) {
    bottom: 180px;
  }
}

.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(7) .item__img {
  width: 105px;
  height: 105px;
}

@media (max-width: 425px) {
  .bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul li:nth-child(7) .item__img {
    width: 90px;
    height: 90px;
  }
}

.bl_all_advokater .bottom__border {
  height: 60px;
  width: 100%;
  background-image: url("../img/border_pink.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  overflow: hidden;
  background-color: transparent;
  z-index: 0;
}

@media (max-width: 450px) {
  .bl_all_advokater .bottom__border {
    background-size: 300% 100%;
    bottom: -40px;
  }
}

.bl_ofte {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .bl_ofte {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.bl_ofte .container {
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_ofte .bl_ofte__content {
  width: 100%;
}

@media (max-width: 991px) {
  .bl_ofte .bl_ofte__content {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .bl_ofte .bl_ofte__content {
    width: 100%;
  }
}

.bl_ofte .bl_ofte__content .text-area p {
  display: block;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: #272727;
}

.bl_ofte .bl_ofte__content h2 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .bl_ofte .bl_ofte__content h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

.bl_ofte .bl_ofte__content ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bl_ofte .bl_ofte__content ul li .bl_ofte__text {
  border-bottom: 1px solid #E7E7E7;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.bl_ofte .bl_ofte__content ul li .bl_ofte__text h5 {
  padding: 26px 30px;
  padding-right: 50px;
  position: relative;
  width: 100%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  color: #222;
  font-weight: 700;
}

@media (max-width: 600px) {
  .bl_ofte .bl_ofte__content ul li .bl_ofte__text h5 {
    padding: 15px 20px;
    padding-right: 40px;
  }
}

.bl_ofte .bl_ofte__content ul li .bl_ofte__text h5:hover {
  cursor: pointer;
}

.bl_ofte .bl_ofte__content ul li .bl_ofte__text h5::after {
  content: '';
  width: 15px;
  height: 9px;
  position: absolute;
  top: 34px;
  right: 30px;
  background-image: url("../img/icons/arrow_bottom2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 600px) {
  .bl_ofte .bl_ofte__content ul li .bl_ofte__text h5::after {
    right: 15px;
    top: 20px;
  }
}

.bl_ofte .bl_ofte__content ul li .bl_ofte__text .text__hidden {
  display: none;
  padding: 15px 30px;
  padding-top: 0;
}

@media (max-width: 600px) {
  .bl_ofte .bl_ofte__content ul li .bl_ofte__text .text__hidden {
    padding: 15px;
    padding-top: 0;
  }
}

.bl_ofte .bl_ofte__content ul li .bl_ofte__text .text__hidden p {
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 33.5px;
  color: #222;
}

@media (max-width: 767px) {
  .bl_ofte .bl_ofte__content ul li .bl_ofte__text .text__hidden p {
    font-size: 12px;
    line-height: 150%;
  }
}

.bl_ofte .bl_ofte__content ul li .bl_ofte__text.active_ofte {
  padding-bottom: 15px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.bl_ofte .bl_ofte__content ul li .bl_ofte__text.active_ofte h5:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_footer {
  background-color: #D2FFFC;
  padding-top: 90px;
  padding-bottom: 150px;
  position: relative;
  margin-top: 200px;
}

@media (max-width: 767px) {
  .main_footer {
    margin-top: 150px;
    padding-top: 20px;
    padding-bottom: 100px;
  }
}

.main_footer .footer__top_border {
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: -180px;
  background-image: url("../img/icons/footer__top.svg");
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: bottom center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .main_footer .footer__top_border {
    height: 150px;
    top: -140px;
  }
}

.main_footer .footer__top_border .line_footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url("../img/icons/line_footer.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

@media (min-width: 1920px) {
  .main_footer .footer__top_border .line_footer {
    background-size: 100% 100%;
  }
}

.main_footer .footer__top_border .footer__logo {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .main_footer .footer__top_border .footer__logo {
    max-width: 170px;
  }
}

.main_footer .footer__top_border .footer__logo a {
  display: block;
}

.main_footer .footer__top_border .footer__logo a img {
  display: block;
  width: 100%;
}

.main_footer .container {
  max-width: 1040px;
}

.main_footer .footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main_footer .footer__content .footer__content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .main_footer .footer__content .footer__content__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main_footer .footer__content .footer__content__top .footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .main_footer .footer__content .footer__content__top .footer__menu {
    margin-bottom: 15px;
  }
}

.main_footer .footer__content .footer__content__top .footer__menu h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .main_footer .footer__content .footer__content__top .footer__menu h3 {
    text-align: center;
  }
}

.main_footer .footer__content .footer__content__top .footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .main_footer .footer__content .footer__content__top .footer__menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main_footer .footer__content .footer__content__top .footer__menu ul li {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .main_footer .footer__content .footer__content__top .footer__menu ul li {
    margin-bottom: 10px;
  }
}

@media (max-width: 450px) {
  .main_footer .footer__content .footer__content__top .footer__menu ul li:first-child, .main_footer .footer__content .footer__content__top .footer__menu ul li:nth-child(2), .main_footer .footer__content .footer__content__top .footer__menu ul li:nth-child(3), .main_footer .footer__content .footer__content__top .footer__menu ul li:nth-child(4) {
    display: none;
  }
}

.main_footer .footer__content .footer__content__top .footer__menu ul li:last-child {
  margin-right: 0;
}

.main_footer .footer__content .footer__content__top .footer__menu ul li a {
  display: block;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.main_footer .footer__content .footer__content__top .footer__menu ul li a:hover {
  text-decoration: underline;
}

.main_footer .footer__content .footer__content__top .footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  max-width: 200px;
  width: 100%;
  background-color: #000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "NeurialGrotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_footer .footer__content .footer__content__top .footer__btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_footer .footer__content .footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .main_footer .footer__content .footer__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    margin-right: -40px;
  }
}

@media (max-width: 374px) {
  .main_footer .footer__content .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
}

.main_footer .footer__content .footer__links a {
  display: block;
  height: 40px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .main_footer .footer__content .footer__links a {
    margin-bottom: 20px;
  }
}

@media (max-width: 374px) {
  .main_footer .footer__content .footer__links a {
    margin-right: 0;
  }
}

.main_footer .footer__content .footer__links a img {
  display: block;
}

.main_footer .footer__content > p {
  display: block;
  text-align: center;
  font-family: "NeurialGrotesk", sans-serif;
  font-size: 13px;
  line-height: 28.5px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .main_footer .footer__content > p {
    line-height: 200%;
  }
}

.main_footer .footer__content > p:nth-child(4) {
  margin-bottom: 50px;
}

.main_footer .footer__content .footer__bottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .main_footer .footer__content .footer__bottom_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.main_footer .footer__content .footer__bottom_links .bottom_links__left {
  margin-right: 50px;
  max-width: 120px;
  min-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .main_footer .footer__content .footer__bottom_links .bottom_links__left {
    margin-right: 0;
  }
}

.main_footer .footer__content .footer__bottom_links .bottom_links__left a {
  display: block;
  margin-bottom: 10px;
}

.main_footer .footer__content .footer__bottom_links .bottom_links__left a img {
  display: block;
}

.main_footer .footer__content .footer__bottom_links .bottom_links__left p {
  display: block;
  font-family: "NeurialGrotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.main_footer .footer__content .footer__bottom_links .bottom_links__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  width: 100%;
}

@media (max-width: 600px) {
  .main_footer .footer__content .footer__bottom_links .bottom_links__right {
    margin-bottom: 30px;
  }
}

.main_footer .footer__content .footer__bottom_links .bottom_links__right a {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  display: block;
  margin-right: 20px;
}

.main_footer .footer__content .footer__bottom_links .bottom_links__right a img {
  display: block;
}

.main_footer .footer__content .footer__bottom_links .bottom_links__right p {
  display: block;
  font-family: "NeurialGrotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.main_footer .feedback__fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

@media (max-width: 767px) {
  .main_footer .feedback__fixed {
    width: 45px;
    height: 45px;
  }
}

.main_footer .feedback__fixed a {
  height: 27px;
  width: 27px;
}

@media (max-width: 767px) {
  .main_footer .feedback__fixed a {
    width: 22px;
    height: 22px;
  }
}

.main_footer .feedback__fixed a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.bl_header__coms {
  background-color: #D2FFFC;
  position: relative;
  padding-top: 230px;
  padding-bottom: 20px;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .bl_header__coms {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .bl_header__coms {
    margin-bottom: 70px;
    padding-top: 120px;
    padding-bottom: 10px;
  }
}

.bl_header__coms .container {
  max-width: 1460px;
}

.bl_header__coms .bl_coms__content h1 {
  max-width: 850px;
  font-size: 30px;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .bl_header__coms .bl_coms__content h1 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
  }
}

.bl_header__coms .bl_coms__content .bl_coms__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .bl_header__coms .bl_coms__content .bl_coms__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bl_header__coms .bl_coms__content .bl_coms__items .bl_coms__item {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img ul{
	/* display:none; */
}
.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img video{
	width:100%;
	height:auto;
}
.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img{
	width:50%;
}
@media (max-width: 991px) {
  .bl_header__coms .bl_coms__content .bl_coms__items .bl_coms__item {
    width: 23%;
  }
}

@media (max-width: 767px) {
  .bl_header__coms .bl_coms__content .bl_coms__items .bl_coms__item {
    width: 44%;
    margin-bottom: 25px;
  }
}

@media (max-width: 450px) {
  .bl_header__coms .bl_coms__content .bl_coms__items .bl_coms__item {
    width: 100%;
  }
	.bl_all_advokater .bl_all_advokater__content .bl_all_advokater__img{
	width:100%;
	}
}

@media (max-width: 767px) {
  .bl_header__coms .bl_coms__content .bl_coms__items .bl_coms__item:last-child {
    margin-bottom: 0;
  }
}

.bl_header__coms .bl_coms__content .bl_coms__items .bl_coms__item h4 {
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .bl_header__coms .bl_coms__content .bl_coms__items .bl_coms__item h4 {
    margin-bottom: 10px;
  }
}

.bl_header__coms .bl_coms__content .bl_coms__items .bl_coms__item p {
  display: block;
  font-size: 16px;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
}

.bl_header__coms .bl_coms__line {
  display: block;
  background-image: url("../img/icons/bottom_green.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
}

@media (max-width: 991px) {
  .bl_header__coms .bl_coms__line {
    background-size: auto 100%;
    height: 100px;
    bottom: -90px;
  }
}

@media (max-width: 991px) {
  .bl_header__coms .bl_coms__line {
    height: 70px;
    bottom: -60px;
  }
}

.bl_text {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .bl_text {
    padding-bottom: 50px;
  }
}

.bl_text .container {
  max-width: 1460px;
}

.bl_text .bl_text__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .bl_text .bl_text__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.bl_text .bl_text__2col > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
}

@media (max-width: 767px) {
  .bl_text .bl_text__2col > div {
    width: 100%;
  }
}
.bl_form form .gform_body>ul>li:nth-child(2) ul li:nth-child(4) .gfield_label:after{
  display: none;
}
.bl_form form .gform_body>ul>li:nth-child(2) ul li:nth-child(5) .gfield_label:after{
  content: '399,00 kr inkl.moms';
  position: absolute;
  right: 0;
  top: 0;
  font-family: "NeurialGrotesk",sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #06353d;
}
.bl_text p {
  font-size: 16px;
  line-height: 35px;
  font-family: "NeurialGrotesk", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}


@media (max-width: 767px) {
  .bl_text p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 28px;
  }
}

.bl_coms2 {
  padding-top: 220px;
}

@media (max-width: 767px) {
  .bl_coms2 {
    padding-top: 120px;
  }
	.bl_header .bl_header__content .bl_header__left .bl_header__feedback .feedback__text{
		font-size:13px;
	}
}

.bl_coms2 h1 {
  max-width: 850px;
  margin-bottom: 75px;
  font-size: 30px;
}

@media (max-width: 767px) {
  .bl_coms2 h1 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}