/* Draai gem install autoprefixer-rails in de console om autoprefixing te activeren!!!!! */
.gallery .col-md-3 {
  min-height: 0; }
.gallery .gallery-image {
  width: 100%;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
  border: 1px solid #163400;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .gallery .gallery-image {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 320px) and (max-width: 374px) {
    .gallery .gallery-image {
      height: auto; } }
  .gallery .gallery-image a {
    text-decoration: none; }
  @media only screen and (max-width: 479px) {
    .gallery .gallery-image.small {
      width: 100%;
      height: auto; } }
  .gallery .gallery-image.small img {
    width: auto;
    height: 150px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gallery .gallery-image.small {
      height: 150px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery .gallery-image.small {
      height: 150px; } }
  @media only screen and (max-width: 479px) {
    .gallery .gallery-image.large {
      width: 100%;
      height: auto; } }
  .gallery .gallery-image.large img {
    width: 100%;
    height: auto; }
  .gallery .gallery-image.hidden {
    visibility: hidden; }
  .gallery .gallery-image .more {
    color: #163400;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    height: 150px;
    padding: 60px 0; }

header {
  background-color: #FFFFFF;
  padding-top: 5px;
  position: fixed;
  top: 0;
  height: 50px;
  z-index: 40;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    header {
      padding-top: 3px; } }
  header .nav__shadow {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    content: "";
    -webkit-box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.1); }
  header .nav__desktop {
    padding-top: 12px; }
    header .nav__desktop li {
      display: inline-block;
      list-style-type: none;
      margin-right: 45px; }
      header .nav__desktop li:last-of-type {
        margin-right: 0; }
      header .nav__desktop li a {
        padding-top: 15px;
        font-family: "Raleway-Medium", sans-serif;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease; }
        header .nav__desktop li a:hover, header .nav__desktop li a:focus {
          text-decoration: none;
          border-top: solid 3px #59CF00; }
  header a img {
    z-index: -1;
    width: 190px;
    height: auto; }
    @media only screen and (min-width: 768px) {
      header a img {
        width: 205px;
        height: 45px; } }
    @media only screen and (min-width: 1200px) {
      header a img {
        width: 205px;
        height: 43px; } }
  header button {
    margin-top: -26px;
    width: 18px;
    height: 12px; }
    @media only screen and (min-width: 768px) {
      header button {
        margin-top: -32px; } }
  @media only screen and (min-width: 1200px) {
    header .current_page_item a {
      border-top: solid 3px #59CF00; } }

@-moz-document url-prefix() {
  header .nav__desktop li a {
    padding-top: 14px; } }
.footer {
  background-color: #EAEFE6;
  padding-bottom: 50px; }
  @media only screen and (min-width: 1400px) {
    .footer {
      padding-bottom: 65px; } }
  .footer:before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/themes/fosfaatrechten/img/decoration/light_green_footer_mob.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: -30px;
    width: calc(100% + 20px);
    height: 50px;
    left: -10px; }
    @media only screen and (min-width: 768px) {
      .footer:before {
        background-image: url("/wp-content/themes/fosfaatrechten/img/decoration/light_green_footer.svg");
        margin-top: -25px; } }
    @media only screen and (min-width: 992px) {
      .footer:before {
        margin-top: -33px; } }
    @media only screen and (min-width: 1200px) {
      .footer:before {
        margin-top: -40px; } }
    @media only screen and (min-width: 1400px) {
      .footer:before {
        margin-top: -45px; } }
    @media only screen and (min-width: 2001px) {
      .footer:before {
        margin-top: -49px;
        left: -100px;
        width: calc(100% + 200px); } }
  .footer p {
    font-size: 12px; }
  @media only screen and (min-width: 1400px) {
    .footer__about {
      width: auto; } }
  .footer__header {
    padding: 40px 0 15px 0; }
    .footer__header h3 {
      font-size: 14px; }
    @media only screen and (min-width: 1200px) {
      .footer__header {
        font-size: 14px;
        padding: 40px 0 20px 0; } }
  .footer__text {
    font-size: 12px;
    padding: 3px 0; }
  .footer__wrapper {
    margin-top: 100px; }
    @supports (-ms-ime-align: auto) {
      .footer__wrapper {
        /* Microsoft EdgeV13&14 CSS styles go here */
        margin-bottom: 30px; }
        @media only screen and (min-width: 2001px) {
          .footer__wrapper {
            margin-bottom: -1px; } } }
    .footer__wrapper #icon {
      width: 90px;
      height: 214px;
      position: absolute;
      right: 5%;
      bottom: 0;
      z-index: 1; }
      @media only screen and (min-width: 768px) {
        .footer__wrapper #icon {
          right: 6%; } }
      @media only screen and (min-width: 992px) {
        .footer__wrapper #icon {
          right: 7.5%;
          width: 105px;
          height: 250px; } }
      @media only screen and (min-width: 1200px) {
        .footer__wrapper #icon {
          left: calc(7.5% + 15px);
          width: 140px;
          height: 333px; } }
  .footer__copy {
    margin: auto;
    position: relative;
    bottom: 0;
    left: 0;
    top: 10px;
    width: 160px;
    padding: 0 0 16px;
    background-color: #285d00;
    font-family: "Raleway-Light", sans-serif;
    color: #FFFFFF;
    font-size: 9px; }
    @media only screen and (min-width: 480px) {
      .footer__copy {
        width: auto;
        font-size: 12px; } }
    @media only screen and (min-width: 1200px) {
      .footer__copy {
        font-size: 14px; } }
    @media only screen and (min-width: 768px) {
      .footer__copy {
        padding-bottom: 12px; } }
    @media only screen and (min-width: 1450px) {
      .footer__copy {
        padding-bottom: 18px; } }
    .footer__copy p {
      display: inline-block;
      font-family: "Raleway-Light", sans-serif;
      font-size: 9px; }
      @media only screen and (min-width: 480px) {
        .footer__copy p {
          font-size: 12px; } }
      @media only screen and (min-width: 1200px) {
        .footer__copy p {
          font-size: 14px; } }
    .footer__copy a {
      color: #FFFFFF;
      font-family: "Raleway-Light", sans-serif; }
      .footer__copy a:hover, .footer__copy a:focus {
        color: white; }
    .footer__copy__wrapper {
      width: 100%;
      text-align: center;
      background-color: #285d00;
      padding: 0 0 10px;
      margin-top: -15px; }
      @media only screen and (min-width: 768px) {
        .footer__copy__wrapper {
          background-color: transparent; } }
      .footer__copy__wrapper:before {
        content: '';
        position: absolute;
        background-image: url("/wp-content/themes/fosfaatrechten/img/decoration/darkgreen_footer_mob.svg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-top: -15px;
        height: 30px;
        width: calc(100% + 20px);
        left: -10px; }
        @media only screen and (min-width: 768px) {
          .footer__copy__wrapper:before {
            background-image: url("/wp-content/themes/fosfaatrechten/img/decoration/dark_green_footer.svg");
            margin-top: -10px; } }
        @media only screen and (min-width: 1450px) {
          .footer__copy__wrapper:before {
            margin-top: -18px; } }
        @media only screen and (min-width: 2001px) {
          .footer__copy__wrapper:before {
            background-size: cover;
            width: 110%;
            left: -4%; } }

@font-face {
  font-family: 'Raleway-Bold';
  src: url("fonts/Raleway-Bold.woff2") format("woff2"), url("fonts/Raleway-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway-Light';
  src: url("fonts/Raleway-Light.woff2") format("woff2"), url("fonts/Raleway-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway-Medium';
  src: url("fonts/Raleway-Medium.woff2") format("woff2"), url("fonts/Raleway-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway-Regular';
  src: url("fonts/Raleway-Regular.woff2") format("woff2"), url("fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url("fonts/Raleway-SemiBold.woff2") format("woff2"), url("fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  border: 0;
  box-sizing: border-box; }

*:hover,
*:focus {
  outline: none !important; }

body {
  max-width: 100vw;
  overflow-x: hidden;
  color: #163400;
  font-family: "Raleway-Regular", sans-serif;
  position: relative;
  padding-top: 50px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #163400;
  font-family: "Raleway-Bold", sans-serif;
  letter-spacing: 1.1px;
  line-height: 1.3;
  margin: 0; }

h1 {
  font-size: 28px; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 36px; } }
  @media only screen and (min-width: 1200px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 20px; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 28px; } }
  @media only screen and (min-width: 1200px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-size: 14px;
  font-family: "Raleway-SemiBold", sans-serif;
  letter-spacing: 1.3px; }

h5 {
  font-family: "Raleway-Regular", sans-serif;
  font-size: 12px; }

a {
  color: #163400;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  a:hover, a:focus {
    cursor: pointer !important;
    color: #163400; }

p {
  font-family: "Raleway-Regular", sans-serif;
  font-size: 13px; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 14px; } }

img {
  height: auto;
  width: 100%; }

ul {
  padding: 0;
  list-style: none; }

tr,
td,
th {
  font-family: "Raleway-Regular", sans-serif;
  color: #163400; }

.container {
  width: 90%; }
  @media only screen and (min-width: 768px) {
    .container {
      width: 85%; } }

.col-no-padding {
  padding: 0; }

.col-1,
.col-2,
.col-3,
.col-4 {
  width: 100%;
  float: left; }

@media only screen and (min-width: 768px) {
  .col-2,
  .col-3,
  .col-4 {
    width: calc(50% - 13px); }
    .col-2:nth-of-type(odd),
    .col-3:nth-of-type(odd),
    .col-4:nth-of-type(odd) {
      margin-right: 25px; }
    .col-2:nth-of-type(even),
    .col-3:nth-of-type(even),
    .col-4:nth-of-type(even) {
      margin-left: 0;
      margin-right: 0; } }

.col-3 {
  margin: 25px 0 40px;
  background-color: #EAEFE6;
  padding: 10px 20px 21px 20px; }
  @media only screen and (min-width: 768px) {
    .col-3 {
      margin-top: -14px;
      padding: 14px 22% 25px 20px; } }
  .col-3 label {
    color: #285d00 !important;
    font-family: "Raleway-SemiBold", sans-serif; }
  @media only screen and (min-width: 768px) {
    .col-3 {
      width: calc(50% - 13px); } }
  .col-3 input {
    margin-bottom: 0 !important;
    padding-right: 20px; }
  .col-3:after {
    font-family: "Raleway-Regular", sans-serif;
    color: #618E3E;
    position: absolute;
    content: "KG";
    height: 16px;
    width: 16px;
    margin-top: -25px;
    right: 38px; }
    @media only screen and (min-width: 768px) {
      .col-3:after {
        right: calc(22% + 12px);
        margin-top: -24px; } }

#wpadminbar {
  margin-top: 50px; }

.privacy .gfield_label {
  display: none; }

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: url("/wp-content/themes/fosfaatrechten/img/icons/left.svg") !important;
  height: 40px;
  width: 40px;
  margin-top: -20px; }
  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before {
    display: none !important; }

.pswp__button--arrow--left {
  left: calc(7.5% + 15px); }
  @media only screen and (min-width: 992px) {
    .pswp__button--arrow--left:hover, .pswp__button--arrow--left:focus {
      left: calc(7.5% + 13px); } }

.pswp__button--arrow--right {
  right: calc(7.5% + 15px);
  background-image: url("/wp-content/themes/fosfaatrechten/img/icons/right.svg") !important; }
  @media only screen and (min-width: 992px) {
    .pswp__button--arrow--right:hover, .pswp__button--arrow--right:focus {
      right: calc(7.5% + 13px); } }

.pswp__button {
  background-color: rgba(22, 52, 0, 0.3); }

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.9); }

input,
textarea,
label {
  height: 30px;
  line-height: 30px;
  overflow: hidden; }

label {
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  font-size: 12px;
  color: #FFFFFF; }

textarea {
  resize: none;
  height: 100px; }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #FFFFFF;
  color: #618E3E;
  font-family: "Raleway-Regular", sans-serif;
  letter-spacing: 1px;
  outline: 0;
  padding: 0;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  width: 100%; }
  input:hover, input:focus,
  textarea:hover,
  textarea:focus {
    border-bottom: 1.5px solid #FFFFFF; }

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: margin .3s ease;
  -o-transition: margin .3s ease;
  transition: 0.3s ease;
  outline: 0;
  padding: 4px 20px 35px;
  border-radius: 20px;
  background-color: #59CF00;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Raleway-Bold", sans-serif !important;
  border-bottom: none !important;
  width: auto; }
  @media only screen and (min-width: 361px) {
    input[type=submit] {
      font-size: 13px; } }
  @media only screen and (min-width: 768px) {
    input[type=submit] {
      font-size: 14px; } }
  input[type=submit]:hover, input[type=submit]:focus {
    box-shadow: 0 0 4px rgba(22, 52, 0, 0.1);
    background-color: #54c600; }

.gfield_checkbox a,
.gfield_checkbox label {
  color: #163400;
  font-size: 12px; }
  @media only screen and (min-width: 361px) {
    .gfield_checkbox a,
    .gfield_checkbox label {
      font-size: 13px !important; } }
  @media only screen and (min-width: 768px) {
    .gfield_checkbox a,
    .gfield_checkbox label {
      font-size: 14px !important; } }
.gfield_checkbox li {
  display: inline-block;
  margin-top: 0 !important; }
  .gfield_checkbox li label {
    font-family: "Raleway-Regular", sans-serif;
    max-width: 100% !important;
    font-weight: normal; }
    .gfield_checkbox li label:hover, .gfield_checkbox li label:focus {
      cursor: pointer; }
  .gfield_checkbox li input[type=checkbox] {
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
    position: absolute; }
    .gfield_checkbox li input[type=checkbox] + label {
      margin: 0;
      max-width: 100%;
      position: relative;
      padding: 3px 0 0 25px;
      font-family: "Raleway-Regular", sans-serif;
      font-size: 12px;
      line-height: 1.3; }
      .gfield_checkbox li input[type=checkbox] + label:before {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        border: 1px solid #618E3E;
        top: 0;
        left: 0; }
      @media only screen and (min-width: 361px) {
        .gfield_checkbox li input[type=checkbox] + label {
          padding: 3px 0 0 30px;
          font-size: 13px; } }
      @media only screen and (min-width: 768px) {
        .gfield_checkbox li input[type=checkbox] + label {
          font-size: 14px;
          padding-top: 2px; } }
    .gfield_checkbox li input[type=checkbox]:checked + label:after {
      content: "";
      position: absolute;
      height: 16px;
      width: 16px;
      background: url(img/checked.svg) no-repeat center center;
      top: 2px;
      left: 2px;
      background-size: 14px 10px; }

.gfield_error input,
.gfield_error textarea {
  border-bottom: 1.5px solid #FF7500 !important; }
.gfield_error input[type=checkbox] + label::before {
  border: 2px solid #FF7500 !important; }

.validation_error {
  color: #FF7500;
  padding-top: 20px;
  font-size: 13px; }
  @media only screen and (min-width: 768px) {
    .validation_error {
      font-size: 14px; } }

.validation_message {
  display: none; }

label {
  color: #618E3E;
  font-size: 12px; }

.privacy .validation_message {
  display: block;
  color: #FF7500;
  margin-top: -17px;
  padding-bottom: 20px; }

.grecaptcha-badge {
  z-index: 50; }

.content p strong,
.content p b,
.text p strong,
.text p b {
  font-family: "Raleway-Bold", sans-serif; }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  background-color: transparent;
  color: #FFFFFF;
  outline: 0;
  padding: 9px 24px;
  border-radius: 20px;
  font-family: "Raleway-Bold", sans-serif !important;
  display: inline-block;
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .btn {
      padding: 11px 25px;
      font-size: 14px; } }
  .btn:hover, .btn:focus {
    box-shadow: 0 0 4px rgba(22, 52, 0, 0.1);
    text-decoration: none;
    color: #FFFFFF; }
  .btn__green {
    background-color: #59CF00; }
    .btn__green:hover, .btn__green:focus {
      box-shadow: 0 0 4px rgba(22, 52, 0, 0.1);
      background-color: #54c600; }
  .btn__grey {
    background-color: #E1E1E1; }
    .btn__grey:hover, .btn__grey:focus {
      box-shadow: 0 0 4px rgba(22, 52, 0, 0.1);
      background-color: #dddddd; }
  .btn__white {
    color: #163400;
    background-color: #FFFFFF; }
    .btn__white:hover, .btn__white:focus {
      color: #163400; }
  .btn__orange {
    background-color: #FF7500; }
    .btn__orange:hover, .btn__orange:focus {
      box-shadow: 0 0 4px rgba(22, 52, 0, 0.1);
      background-color: #f67400; }
  .btn__buy, .btn__sell {
    padding: 0;
    width: 40px;
    height: 40px; }
    .btn__buy svg, .btn__sell svg {
      width: 40px;
      height: 40px; }
    .btn__buy:hover, .btn__buy:focus, .btn__sell:hover, .btn__sell:focus {
      box-shadow: none; }
      .btn__buy:hover svg rect, .btn__buy:focus svg rect, .btn__sell:hover svg rect, .btn__sell:focus svg rect {
        -webkit-transition: fill 0.4s ease;
        -moz-transition: fill 0.4s ease;
        -ms-transition: fill 0.4s ease;
        -o-transition: fill 0.4s ease;
        transition: fill 0.4s ease;
        fill: #54c600; }
  .btn__small {
    color: #163400; }
    .btn__small:hover, .btn__small:focus {
      color: #163400; }
    .btn__small__text {
      padding-top: 9px;
      display: block;
      font-size: 12px; }
      @media only screen and (min-width: 768px) {
        .btn__small__text {
          font-size: 14px;
          padding-top: 15px; } }
      .btn__small__text:hover, .btn__small__text:focus {
        text-decoration: none; }
    .btn__small__wrapper {
      display: inline-block;
      text-align: center;
      width: 55px; }
      @media only screen and (min-width: 480px) {
        .btn__small__wrapper {
          width: 75px; } }
      @media only screen and (min-width: 768px) {
        .btn__small__wrapper {
          width: 85px; } }
      @media only screen and (min-width: 1200px) {
        .btn__small__wrapper:hover, .btn__small__wrapper:focus {
          cursor: pointer; }
          .btn__small__wrapper:hover .btn__small__text, .btn__small__wrapper:focus .btn__small__text {
            text-decoration: none; } }
  .btn__slider {
    right: 0;
    background-color: #285d00;
    transform: translateY(-50%);
    top: calc(50% + 25px);
    position: absolute;
    padding: 0;
    width: 40px;
    z-index: 1; }
    @media only screen and (min-width: 992px) {
      .btn__slider:hover, .btn__slider:focus {
        margin-right: -5px; } }
    .btn__slider__left {
      left: 0; }
      .btn__slider__left svg {
        transform: rotate(180deg); }
      @media only screen and (min-width: 992px) {
        .btn__slider__left:hover, .btn__slider__left:focus {
          margin-left: -5px; } }
  .btn__menu__toggler {
    background-color: #FFFFFF;
    position: absolute;
    right: calc(5% + 15px);
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .btn__menu__toggler {
        right: calc(7.5% + 15px); } }
    .btn__menu__toggler,
    .btn__menu__toggler svg {
      height: 20px;
      width: 22px; }
      @media only screen and (min-width: 768px) {
        .btn__menu__toggler,
        .btn__menu__toggler svg {
          width: 24px; } }
    .btn__menu__toggler #menu-close {
      display: none; }
    .btn__menu__toggler svg {
      fill: #285d00;
      position: relative;
      -webkit-transition: fill 0.3s ease-in-out;
      -o-transition: fill 0.3s ease-in-out;
      transition: fill 0.3s ease-in-out; }
    .btn__menu__toggler .line {
      -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
      transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
      transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
      transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .btn__menu__toggler.open svg {
      fill: #285d00; }
    .btn__menu__toggler.open .line-1 {
      -webkit-transform: rotate(45deg) translate(2.5px, -2px);
      -ms-transform: rotate(45deg) translate(2.5px, -2px);
      transform: rotate(45deg) translate(2.5px, -2px); }
    .btn__menu__toggler.open .line-2 {
      opacity: 0; }
    .btn__menu__toggler.open .line-3 {
      -webkit-transform: rotate(-45deg) translate(-6.5px, -2px);
      -ms-transform: rotate(-45deg) translate(-6.5px, -2px);
      transform: rotate(-45deg) translate(-6.5px, -2px); }
    .btn__menu__toggler.open-ie11 svg {
      display: none; }
    .btn__menu__toggler.open-ie11 #menu-close {
      display: inline-block; }

.dropdown {
  padding: 60px 0;
  background-color: #285d00;
  z-index: 2;
  left: 0;
  position: absolute;
  width: 100%;
  top: 50px;
  text-align: center;
  display: none; }
  .dropdown li {
    margin: 15px 0; }
    .dropdown li a {
      display: block; }
    .dropdown li:hover, .dropdown li:focus {
      border-left: solid 4px #59CF00; }
  .dropdown .current_page_item {
    border-left: solid 4px #59CF00; }
  .dropdown a {
    color: #FFFFFF; }
    .dropdown a:hover, .dropdown a:focus {
      font-family: "Raleway-Bold", sans-serif;
      color: #FFFFFF;
      text-decoration: none; }
  .dropdown .current_page_item a {
    margin-left: -4px;
    font-family: "Raleway-Bold", sans-serif;
    width: 100%; }

.list__block__one {
  white-space: nowrap; }
  @media only screen and (min-width: 1200px) {
    .list__block__one {
      margin-left: 29%; } }
  @media only screen and (min-width: 1400px) {
    .list__block__one {
      margin-left: 26%; } }
  @media only screen and (min-width: 1550px) {
    .list__block__one {
      margin-left: 44%; } }
.list__block__two {
  white-space: nowrap; }
  @media only screen and (min-width: 1200px) {
    .list__block__two {
      margin-left: 27%; } }
  @media only screen and (min-width: 1400px) {
    .list__block__two {
      margin-left: 25%; } }
  @media only screen and (min-width: 1550px) {
    .list__block__two {
      margin-left: 43%; } }
@media only screen and (min-width: 1200px) {
  .list__block__three {
    margin-left: 20%; } }
@media only screen and (min-width: 1400px) {
  .list__block__three {
    margin-left: 12%; } }
@media only screen and (min-width: 1550px) {
  .list__block__three {
    margin-left: 30%; } }

.block-offer {
  margin: 50px 0 80px; }
  .block-offer__text {
    padding-bottom: 50px; }
  .block-offer__table {
    text-align: center;
    width: calc(100% + 3px);
    border-radius: 20px; }
    .block-offer__table .col_one {
      border-right: 2px solid #EAEFE6;
      width: 42%; }
    .block-offer__table th,
    .block-offer__table td {
      padding: 20px 0; }
      .block-offer__table th li span,
      .block-offer__table td li span {
        display: inline-block;
        width: 35%;
        text-align: right; }
        @media only screen and (min-width: 361px) {
          .block-offer__table th li span,
          .block-offer__table td li span {
            width: 31%; } }
        @media only screen and (min-width: 480px) {
          .block-offer__table th li span,
          .block-offer__table td li span {
            width: 23%; } }
        @media only screen and (min-width: 600px) {
          .block-offer__table th li span,
          .block-offer__table td li span {
            width: 18%; } }
        @media only screen and (min-width: 768px) {
          .block-offer__table th li span,
          .block-offer__table td li span {
            width: 14%; } }
        @media only screen and (min-width: 992px) {
          .block-offer__table th li span,
          .block-offer__table td li span {
            width: 11%; } }
        @media only screen and (min-width: 1200px) {
          .block-offer__table th li span,
          .block-offer__table td li span {
            width: 22%; } }
        @media only screen and (min-width: 1450px) {
          .block-offer__table th li span,
          .block-offer__table td li span {
            width: 18%; } }
        @media only screen and (min-width: 1726px) {
          .block-offer__table th li span,
          .block-offer__table td li span {
            width: 15%; } }
    .block-offer__table tr {
      border-bottom: 2px solid #EAEFE6; }
      .block-offer__table tr .left {
        vertical-align: top;
        padding-top: 20px; }
    .block-offer__table :last-child {
      border-bottom: none; }
    .block-offer__table th {
      background-color: #EAEFE6; }
    .block-offer__table :first-child {
      border-top-left-radius: 20px; }
    .block-offer__table :last-child {
      border-top-right-radius: 20px; }
    .block-offer__table__wrapper {
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 0 0 7px rgba(22, 52, 0, 0.1);
      -webkit-box-shadow: 0 0 7px rgba(22, 52, 0, 0.1);
      -moz-box-shadow: 0 0 7px rgba(22, 52, 0, 0.1); }

.page__image {
  position: absolute;
  top: 49px;
  right: -1px;
  width: 54%;
  height: 30%; }
  .page__image__img {
    position: absolute;
    right: 0; }
    .page__image__img img {
      position: relative;
      z-index: 2;
      -webkit-border-radius: 0% 100% 0% 100% / 19% 0% 100% 81%;
      -moz-border-radius: 0% 100% 0% 100% / 19% 0% 100% 81%;
      border-radius: 0% 100% 0% 100% / 19% 0% 100% 81%;
      height: 108px;
      width: 480px; }
      @media only screen and (min-width: 1199px) {
        .page__image__img img {
          height: 135px;
          width: 600px; } }
      @media only screen and (min-width: 1399px) {
        .page__image__img img {
          height: 147px;
          width: 650px; } }
      @media only screen and (min-width: 1549px) {
        .page__image__img img {
          height: 175px;
          width: 777px; } }
  .page__image svg {
    right: 0;
    z-index: 3;
    -webkit-border-radius: 0% 100% 0% 100% / 33% 0% 100% 67%;
    -moz-border-radius: 0% 100% 0% 100% / 33% 0% 100% 67%;
    border-radius: 0% 100% 0% 100% / 33% 0% 100% 67%;
    position: absolute;
    height: 109px;
    width: 480px; }
    @media only screen and (min-width: 1199px) {
      .page__image svg {
        height: 136px;
        width: 600px; } }
    @media only screen and (min-width: 1399px) {
      .page__image svg {
        height: 148px;
        width: 651px; } }
    @media only screen and (min-width: 1549px) {
      .page__image svg {
        height: 178px;
        width: 777px; } }
.page__decor {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  height: 125px; }
  @media only screen and (min-width: 768px) {
    .page__decor {
      height: 150px; } }
  @media only screen and (min-width: 992px) {
    .page__decor {
      height: 190px; } }
  @media only screen and (min-width: 1200px) {
    .page__decor {
      height: 230px; } }
  @media only screen and (min-width: 1400px) {
    .page__decor {
      height: 250px; } }
  @media only screen and (min-width: 1450px) {
    .page__decor {
      height: 300px; } }
  @media only screen and (min-width: 1726px) {
    .page__decor {
      height: 360px; } }
  .page__decor #decor-1 {
    z-index: -1;
    width: 101%; }
  .page__decor .page__name {
    left: calc(5% + 15px);
    z-index: 1;
    position: absolute;
    padding-bottom: 35px; }
    @media only screen and (min-width: 480px) {
      .page__decor .page__name {
        padding-bottom: 30px; } }
    @media only screen and (min-width: 600px) {
      .page__decor .page__name {
        padding-bottom: 25px; } }
    @media only screen and (min-width: 768px) {
      .page__decor .page__name {
        padding-bottom: 15px;
        left: calc(7% + 14px); } }
    @media only screen and (min-width: 992px) {
      .page__decor .page__name {
        padding-top: 35px; } }
    @media only screen and (min-width: 1200px) {
      .page__decor .page__name {
        padding-bottom: 20px; } }
    @media only screen and (min-width: 1726px) {
      .page__decor .page__name {
        padding-top: 35px;
        padding-bottom: 0; } }
    @media only screen and (min-width: 2001px) {
      .page__decor .page__name {
        padding-top: 120px; } }
    @media only screen and (min-width: 2350px) {
      .page__decor .page__name {
        padding-top: 150px; } }
    @supports (-ms-ime-align: auto) {
      .page__decor .page__name {
        /* Microsoft EdgeV13&14 CSS styles go here */
        padding: 0;
        margin-top: -30px; }
        @media only screen and (min-width: 768px) {
          .page__decor .page__name {
            margin-top: -10px; } }
        @media only screen and (min-width: 992px) {
          .page__decor .page__name {
            margin-top: 25px; } }
        @media only screen and (min-width: 2001px) {
          .page__decor .page__name {
            margin-top: 50px; } } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .page__decor .page__name {
        /* IE10 & IE11 CSS styles go here */
        padding: 0;
        margin-top: -30px; } }
    @media all and (-ms-high-contrast: none) and (min-width: 2001px), (-ms-high-contrast: active) {
      .page__decor .page__name {
        /* IE10 & IE11 CSS styles go here */
        padding: 0;
        margin-top: 0; } }
  .page__decor :first-letter {
    text-transform: uppercase; }
.page__head {
  margin-bottom: -20px;
  height: 125px; }
  @media only screen and (min-width: 768px) {
    .page__head {
      margin-bottom: -40px;
      height: 150px; } }
  @media only screen and (min-width: 992px) {
    .page__head {
      margin-top: -50px;
      margin-bottom: -50px;
      height: 190px; } }
  @media only screen and (min-width: 1200px) {
    .page__head {
      height: 230px; } }
  @media only screen and (min-width: 1400px) {
    .page__head {
      height: 250px; } }
  @media only screen and (min-width: 1450px) {
    .page__head {
      margin-top: -70px;
      margin-bottom: -70px;
      height: 300px; } }
  @media only screen and (min-width: 1726px) {
    .page__head {
      margin-top: -100px;
      height: 360px; } }
  @media only screen and (min-width: 2001px) {
    .page__head {
      margin-top: -150px; } }
  @media only screen and (min-width: 2251px) {
    .page__head {
      margin-top: -175px; } }
.page__image_under {
  z-index: -1;
  margin-top: -50px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 992px) {
    .page__image_under {
      margin-top: -50px; } }
  @media only screen and (min-width: 1200px) {
    .page__image_under {
      margin-top: -70px; } }
  @media only screen and (min-width: 1550px) {
    .page__image_under {
      margin-top: -80px; } }
  @media only screen and (min-width: 1726px) {
    .page__image_under {
      margin-top: -100px; } }
  @media only screen and (min-width: 2001px) {
    .page__image_under {
      margin-top: -120px; } }
  .page__image_under__wrapper {
    max-height: 180px;
    overflow: hidden; }
    @media only screen and (min-width: 480px) {
      .page__image_under__wrapper {
        max-height: 220px; } }
    @media only screen and (min-width: 600px) {
      .page__image_under__wrapper {
        max-height: 300px; } }
    @media only screen and (min-width: 768px) {
      .page__image_under__wrapper {
        max-height: 400px; } }
    @media only screen and (min-width: 1200px) {
      .page__image_under__wrapper {
        max-height: 500px;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1550px) {
      .page__image_under__wrapper {
        max-height: 600px; } }
    @media only screen and (min-width: 2001px) {
      .page__image_under__wrapper {
        max-height: 800px; } }

.text {
  margin: 80px 0; }
  @media only screen and (min-width: 992px) {
    .text {
      margin: 90px 0 80px; } }

.two_text {
  margin: 80px 0; }
  @media only screen and (min-width: 992px) {
    .two_text {
      margin: 90px 0; } }
  .two_text .btn {
    margin-top: 25px; }
  .two_text__left {
    margin-bottom: 50px; }
    @media only screen and (min-width: 992px) {
      .two_text__left {
        margin-bottom: 0; } }

.flowchart {
  /* Safari 10.1+ (alternate method) */ }
  .flowchart h2,
  .flowchart h4,
  .flowchart p {
    color: #FFFFFF; }
  .flowchart__wrapper {
    padding: 55px 0 15px; }
    @media only screen and (min-width: 992px) {
      .flowchart__wrapper {
        padding: 10px 0 0; } }
    @media only screen and (min-width: 1450px) {
      .flowchart__wrapper {
        padding: 30px 0 0; } }
  .flowchart__title {
    z-index: 30;
    position: relative;
    padding-bottom: 5px; }
    @media only screen and (min-width: 992px) {
      .flowchart__title {
        padding-bottom: 20px; } }
  .flowchart__block {
    text-align: center;
    padding: 40px 0; }
    .flowchart__block__icon {
      display: inline-block;
      position: relative;
      z-index: 2; }
      .flowchart__block__icon img {
        width: auto; }
      .flowchart__block__icon__two {
        padding-left: 25px; }
        @media only screen and (min-width: 992px) {
          .flowchart__block__icon__two {
            padding-left: 20px; } }
        @media only screen and (min-width: 1400px) {
          .flowchart__block__icon__two {
            padding-left: 25px; } }
        .flowchart__block__icon__two:after {
          content: "";
          position: absolute;
          width: 70px;
          height: 80px;
          top: 0;
          left: 105px;
          background-color: #285d00; }
          @media only screen and (min-width: 768px) {
            .flowchart__block__icon__two:after {
              display: none; } }
    .flowchart__block__inner {
      padding: 30px 5px 0; }
      @media only screen and (min-width: 992px) {
        .flowchart__block__inner {
          padding: 30px 0 0; } }
    .flowchart__block__title {
      padding-bottom: 20px; }
    .flowchart__block__line-hor {
      position: absolute;
      left: 0; }
      @media only screen and (min-width: 768px) {
        .flowchart__block__line-hor {
          left: 55%;
          width: 121%; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .flowchart__block__line-hor {
          width: 100%; } }
      @media only screen and (min-width: 1450px) {
        .flowchart__block__line-hor {
          right: -45.8%; } }
    .flowchart__block__line-hor-two {
      position: absolute;
      margin-left: -5px;
      width: 50%; }
    .flowchart__block__line-hor-long {
      display: none; }
      @media only screen and (min-width: 768px) {
        .flowchart__block__line-hor-long {
          width: calc(100% + 1px);
          height: 40px;
          display: block; } }
      @media only screen and (min-width: 900px) {
        .flowchart__block__line-hor-long {
          width: 100%; } }
      @media only screen and (min-width: 1450px) {
        .flowchart__block__line-hor-long {
          width: calc(100% + 2px); } }
      @media only screen and (min-width: 1550px) {
        .flowchart__block__line-hor-long {
          width: calc(100% + 1px); } }
      @media only screen and (min-width: 1726px) {
        .flowchart__block__line-hor-long {
          width: 100%; } }
      @media only screen and (min-width: 1726px) {
        .flowchart__block__line-hor-long {
          width: 99.99%; } }
      @media only screen and (min-width: 1950px) {
        .flowchart__block__line-hor-long {
          width: 99.9%; } }
      @media only screen and (min-width: 2200px) {
        .flowchart__block__line-hor-long {
          width: 99.8%; } }
      @media only screen and (min-width: 2300px) {
        .flowchart__block__line-hor-long {
          width: 99.7%; } }
    .flowchart__block__line-ver {
      position: absolute;
      left: 15px;
      height: calc(100% + 40px);
      width: 100%;
      z-index: 10; }
      @media only screen and (min-width: 768px) {
        .flowchart__block__line-ver {
          display: none; } }
    .flowchart__block__line-ver-md {
      display: none;
      z-index: 10; }
      @media only screen and (min-width: 768px) {
        .flowchart__block__line-ver-md {
          position: absolute;
          height: calc(100% + 52px);
          top: -1px;
          width: 2px;
          display: block;
          right: -5.7%; } }
      @media only screen and (min-width: 992px) {
        .flowchart__block__line-ver-md {
          display: none; } }
    .flowchart__block__line-ver-lg {
      display: none;
      z-index: 10; }
      @media only screen and (min-width: 992px) {
        .flowchart__block__line-ver-lg {
          position: absolute;
          height: calc(100% + 52px);
          top: -1px;
          width: 2px;
          display: block;
          right: -4.5%; } }
      @media only screen and (min-width: 1200px) {
        .flowchart__block__line-ver-lg {
          right: -28.4%; } }
      @media only screen and (min-width: 1450px) {
        .flowchart__block__line-ver-lg {
          right: -29.6%; } }
    .flowchart__block__line-ver-left {
      z-index: 10;
      display: none; }
      @media only screen and (min-width: 768px) {
        .flowchart__block__line-ver-left {
          position: absolute;
          height: calc(100% + 72px);
          top: 9px;
          width: 17px;
          display: block; } }
    .flowchart__block .last-line {
      display: none; }
    .flowchart__block .one-icon:after {
      content: "";
      position: absolute;
      width: 120px;
      height: 80px;
      top: 0;
      left: 80px;
      background-color: #285d00; }
      @media only screen and (min-width: 768px) {
        .flowchart__block .one-icon:after {
          display: none; } }
    @media only screen and (min-width: 768px) {
      .flowchart__block .remove {
        display: none; } }
    @media only screen and (min-width: 768px) {
      .flowchart__block .line0 {
        display: none; } }
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .flowchart__block .last_of_row {
    left: -15px;
    width: 100%; } }
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .flowchart__block .last_of_row {
    left: 28.1%; } }
@media only screen and (min-width: 768px) and (min-width: 1450px) {
  .flowchart__block .last_of_row {
    left: 29.6%; } }
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .flowchart__block .last_of_row_md {
    width: 100%;
    left: -4%; } }
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .flowchart__block .first-of-row {
    left: 15px;
    width: 200%; } }
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .flowchart__block .first-of-row_md {
    left: 0;
    width: 145%; } }

  .flowchart svg line {
    stroke-width: 2px;
    stroke: #FFFFFF; }
  .flowchart hr {
    z-index: 2;
    border: 0;
    width: 2000px;
    height: 6px;
    margin: 18px 0;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 15%, #285d00 50%, rgba(255, 0, 0, 0) 85%, rgba(255, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 0, 0, 0)), color-stop(15%, rgba(255, 0, 0, 0)), color-stop(50%, #285d00), color-stop(85%, rgba(255, 0, 0, 0)), color-stop(100%, rgba(255, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 5%, #285d00 50%, rgba(255, 0, 0, 0) 85%, rgba(255, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 15%, #285d00 50%, rgba(255, 0, 0, 0) 85%, rgba(255, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 15%, #285d00 50%, rgba(255, 0, 0, 0) 85%, rgba(255, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(left, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 15%, #285d00 50%, rgba(255, 0, 0, 0) 85%, rgba(255, 0, 0, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#285D00', endColorstr='#285D00', GradientType=1);
    /* IE6-9 */
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden; }
  .flowchart hr:before {
    content: "";
    display: block;
    border-top: solid 1px rgba(40, 93, 0, 0.1);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 2; }
  .flowchart hr.vertical {
    z-index: 20;
    width: 4px;
    height: 2000px;
    background: -moz-linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 15%, #285d00 50%, rgba(255, 0, 0, 0) 85%, rgba(255, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 0, 0, 0)), color-stop(15%, rgba(255, 0, 0, 0)), color-stop(50%, #285d00), color-stop(85%, rgba(255, 0, 0, 0)), color-stop(100%, rgba(255, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 5%, #285d00 50%, rgba(255, 0, 0, 0) 85%, rgba(255, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 15%, #285d00 50%, rgba(255, 0, 0, 0) 85%, rgba(255, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 15%, #285d00 50%, rgba(255, 0, 0, 0) 85%, rgba(255, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(bottom, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 15%, #285d00 50%, rgba(255, 0, 0, 0) 85%, rgba(255, 0, 0, 0) 100%);
    /* W3C */ }
    .flowchart hr.vertical:before {
      width: 1px;
      height: 100%;
      left: 50%;
      top: auto;
      z-index: 20; }
  .flowchart .line-one {
    margin-left: -150%; }
    @media only screen and (max-width: 767px) {
      .flowchart .line-one {
        margin-top: 108px;
        margin-left: 150%; } }
    @media only screen and (min-width: 768px) {
      .flowchart .line-one {
        margin-top: 118px; } }
    @media only screen and (min-width: 992px) {
      .flowchart .line-one {
        margin-top: 134px; } }
    @media only screen and (min-width: 1200px) {
      .flowchart .line-one {
        margin-top: 144px; } }
  .flowchart .line-two {
    margin-top: 100%; }
    @media only screen and (max-width: 767px) {
      .flowchart .line-two {
        margin-left: -1px;
        height: 500px !important; } }
    @media only screen and (min-width: 992px) {
      .flowchart .line-two {
        margin-top: 8px; } }
  @media only screen and (max-width: 767px) {
    .flowchart .line-three {
      display: none; } }
  @media only screen and (min-width: 992px) {
    .flowchart .line-three {
      margin-top: 77.5px; } }
  .flowchart .line-four {
    display: none; }
    @media only screen and (min-width: 992px) {
      .flowchart .line-four {
        display: block;
        right: calc(-4.5% - 2px); } }
    @media only screen and (min-width: 1200px) {
      .flowchart .line-four {
        right: calc(-28.4% - 2px); } }
    @media only screen and (min-width: 1450px) {
      .flowchart .line-four {
        right: calc(-29.6% - 2px); } }
  @media only screen and (max-width: 767px) {
    .flowchart .line-five {
      display: none; } }
  @media only screen and (min-width: 992px) {
    .flowchart .line-five {
      left: 27px; } }
  .flowchart .line-six {
    right: calc(-5.7% - 2px); }
    @media only screen and (max-width: 767px) {
      .flowchart .line-six {
        display: none; } }
    @media only screen and (min-width: 992px) {
      .flowchart .line-six {
        display: none; } }
  .flowchart .line-seven,
  .flowchart .line-eleven {
    margin-top: 8px; }
    @media only screen and (max-width: 767px) {
      .flowchart .line-seven,
      .flowchart .line-eleven {
        display: none; } }
    @media only screen and (min-width: 992px) {
      .flowchart .line-seven,
      .flowchart .line-eleven {
        display: none; } }
  @media only screen and (min-width: 768px) {
    .flowchart .line-eight,
    .flowchart .line-twelve {
      left: 13px; } }
  @media only screen and (min-width: 992px) {
    .flowchart .line-eight,
    .flowchart .line-twelve {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .flowchart .line-nine,
    .flowchart .line-thirteen {
      margin-top: 77px; } }
  @media only screen and (min-width: 992px) {
    .flowchart .line-nine,
    .flowchart .line-thirteen {
      display: none; } }
  .flowchart .line-ten {
    right: calc(-5.7% - 2px);
    z-index: 22 !important; }
    @media only screen and (max-width: 767px) {
      .flowchart .line-ten {
        display: none; } }
    @media only screen and (min-width: 992px) {
      .flowchart .line-ten {
        display: none; } }
  .flowchart .line-twelve {
    z-index: 22 !important; }
    @media only screen and (max-width: 767px) {
      .flowchart .line-twelve {
        display: none; } }
  .flowchart .md-ver3 {
    z-index: 21 !important; }
    @media only screen and (max-width: 767px) {
      .flowchart .md-ver3 {
        display: none; } }
  .flowchart .hidden3 {
    display: none; }
  .flowchart .short-line {
    z-index: 1;
    margin-top: -43px;
    width: 200px; }
    @media only screen and (min-width: 768px) {
      .flowchart .short-line {
        display: none; } }
  .flowchart .short-line0 {
    display: none; }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .flowchart hr {
        display: none !important; }
        .flowchart hr:before {
          display: none !important; } } }

.flowchart.background {
  margin: 110px 0; }
  @media only screen and (min-width: 992px) {
    .flowchart.background {
      margin: 185px 0 180px; } }
  @media only screen and (min-width: 2001px) {
    .flowchart.background {
      margin: 220px 0 250px; } }
  .flowchart.background:before, .flowchart.background:after {
    z-index: 31; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .flowchart.background:before {
      margin-top: -95px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1449px) {
    .flowchart.background:before {
      margin-top: -9.2%; } }
  @media only screen and (min-width: 1450px) {
    .flowchart.background:after {
      margin-top: -30px; } }

.full-wrapper-flowchart {
  margin: -50px 0;
  overflow: hidden;
  position: relative; }
  .full-wrapper-flowchart:before, .full-wrapper-flowchart:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 110px;
    z-index: 30;
    background-color: #FFFFFF; }
    @media only screen and (min-width: 992px) {
      .full-wrapper-flowchart:before, .full-wrapper-flowchart:after {
        height: 180px; } }
    @media only screen and (min-width: 1200px) {
      .full-wrapper-flowchart:before, .full-wrapper-flowchart:after {
        height: 200px; } }
  .full-wrapper-flowchart:after {
    margin-top: -110px; }
    @media only screen and (min-width: 992px) {
      .full-wrapper-flowchart:after {
        margin-top: -179px; } }
    @media only screen and (min-width: 1200px) {
      .full-wrapper-flowchart:after {
        margin-top: -198px; } }

.form {
  margin: 80px 0 50px 0; }
  @media only screen and (min-width: 768px) {
    .form {
      margin-top: 100px; } }
  @media only screen and (min-width: 992px) {
    .form {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .form__title {
      padding-bottom: 25px; } }
  .form input,
  .form textarea {
    color: #285d00;
    margin-bottom: 25px;
    border-bottom: 1px solid #618E3E; }
    @media only screen and (min-width: 768px) {
      .form input,
      .form textarea {
        margin-bottom: 50px; } }
    .form input:hover, .form input:focus,
    .form textarea:hover,
    .form textarea:focus {
      border-bottom: 1.5px solid #285d00; }
  .form .gfield_checkbox {
    margin: 30px 0; }
  .form input[type=submit] {
    color: #FFFFFF;
    margin-bottom: 0; }

.form_and_person {
  margin: 80px 0; }
  .form_and_person__title {
    padding-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .form_and_person__title {
        padding-bottom: 30px; } }
  .form_and_person__text {
    padding-bottom: 10px; }
  .form_and_person input,
  .form_and_person textarea {
    color: #285d00;
    margin-bottom: 25px;
    border-bottom: 1px solid #618E3E; }
    @media only screen and (min-width: 768px) {
      .form_and_person input,
      .form_and_person textarea {
        margin-bottom: 50px; } }
    .form_and_person input:hover, .form_and_person input:focus,
    .form_and_person textarea:hover,
    .form_and_person textarea:focus {
      border-bottom: 1.5px solid #285d00; }
  .form_and_person .gfield_checkbox {
    margin: 30px 0; }
  .form_and_person input[type=submit] {
    color: #FFFFFF;
    margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .form_and_person .col-2:nth-of-type(odd) {
      margin-left: 25px;
      margin-right: 0; }
    .form_and_person .col-2:nth-of-type(even) {
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 768px) {
    .form_and_person .col-3 {
      width: calc(50% - 13px);
      padding-right: 20px; } }
  @media only screen and (min-width: 992px) {
    .form_and_person .col-3 {
      margin-right: 50%; } }
  @media only screen and (min-width: 768px) {
    .form_and_person .col-3:after {
      right: 22px; } }
  @media only screen and (min-width: 992px) {
    .form_and_person .col-3:after {
      right: calc(50% + 36px); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .form_and_person .col-4 {
      width: 100%; } }
  .form_and_person .contact-person {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .form_and_person .contact-person {
        margin-top: -45px; } }
    @media only screen and (min-width: 1200px) {
      .form_and_person .contact-person {
        margin-top: -60px; } }
    @media only screen and (min-width: 1450px) {
      .form_and_person .contact-person {
        margin-top: -100px; } }
    .form_and_person .contact-person__media {
      margin-bottom: 75px; }
      @media only screen and (max-width: 599px) {
        .form_and_person .contact-person__media {
          padding-bottom: 75px; } }
  .form_and_person .block-offer__header {
    width: calc(100% + 10px);
    left: -5px; }
    @media only screen and (min-width: 768px) {
      .form_and_person .block-offer__header {
        top: 100px;
        margin-top: 0; } }
    @media only screen and (min-width: 1450px) {
      .form_and_person .block-offer__header {
        top: 135px; } }
  @media only screen and (min-width: 768px) {
    .form_and_person .block-offer__wrapper {
      margin-top: 120px; } }
  @media only screen and (min-width: 1450px) {
    .form_and_person .block-offer__wrapper {
      margin-top: 175px; } }
  .form_and_person .block-offer__wrapper:after {
    margin-top: -65px; }
    @media only screen and (min-width: 768px) {
      .form_and_person .block-offer__wrapper:after {
        margin-top: -125px;
        height: 125px; } }
  .form_and_person .contact-person__media {
    padding-bottom: 20px; }
    @media only screen and (min-width: 1200px) {
      .form_and_person .contact-person__media {
        padding-bottom: 50px; } }
    @media only screen and (min-width: 1450px) {
      .form_and_person .contact-person__media {
        padding-bottom: 60px; } }
  @media only screen and (min-width: 768px) {
    .form_and_person .contact-person__header {
      top: 50px; } }
  @media only screen and (min-width: 1450px) {
    .form_and_person .contact-person__header {
      top: 30px; } }
  @media only screen and (min-width: 2001px) {
    .form_and_person .contact-person__header {
      top: 20px; } }
  @media only screen and (min-width: 768px) {
    .form_and_person .contact-person__wrapper {
      margin-top: 70px; } }
  @media only screen and (min-width: 1450px) {
    .form_and_person .contact-person__wrapper {
      margin-top: 110px; } }
  @media only screen and (min-width: 480px) {
    .form_and_person .contact-person__wrapper:after {
      margin-top: -60px;
      height: 60px; } }
  @media only screen and (min-width: 1200px) {
    .form_and_person .contact-person__wrapper:after {
      margin-top: -80px;
      height: 80px; } }

.newest_news {
  margin: 100px 0 75px; }
  .newest_news__title {
    margin-bottom: 50px; }
  .newest_news__btn {
    margin-top: 25px; }
    @media only screen and (min-width: 768px) {
      .newest_news__btn {
        float: right; } }
  .newest_news__article {
    width: 100%; }
    .newest_news__article__title {
      height: 47px;
      overflow: hidden; }
    .newest_news__article:hover, .newest_news__article:focus {
      box-shadow: 0 0 15px 1px rgba(22, 52, 0, 0.1);
      text-decoration: none; }
      .newest_news__article:hover .newest_news__article__inner, .newest_news__article:focus .newest_news__article__inner {
        border-collapse: separate;
        box-shadow: 0 0 15px 1px rgba(22, 52, 0, 0.1);
        -webkit-box-shadow: 0 0 15px 1px rgba(22, 52, 0, 0.1);
        -moz-box-shadow: 0 0 15px 1px rgba(22, 52, 0, 0.1); }
    .newest_news__article__wrapper {
      margin: 0 0 50px;
      border-radius: 20px; }
    .newest_news__article__inner {
      padding: 30px;
      border-collapse: separate;
      box-shadow: 0 0 15px 1px rgba(22, 52, 0, 0.1);
      -webkit-box-shadow: 0 0 15px 1px rgba(22, 52, 0, 0.1);
      -moz-box-shadow: 0 0 15px 1px rgba(22, 52, 0, 0.1);
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
      @media only screen and (min-width: 992px) {
        .newest_news__article__inner {
          box-shadow: none; } }
    .newest_news__article__image img {
      width: 100%; }
    .newest_news__article__text {
      padding: 25px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .newest_news .last-md {
      display: none; } }

.reviews {
  background-color: #285d00;
  margin: 140px 0 50px 0;
  text-align: center; }
  @media only screen and (min-width: 600px) {
    .reviews {
      margin-top: 100px; } }
  @media only screen and (min-width: 768px) {
    .reviews {
      margin-top: 130px; } }
  @media only screen and (min-width: 992px) {
    .reviews {
      margin-top: 150px; } }
  @media only screen and (min-width: 1200px) {
    .reviews {
      margin: 150px 0 200px; } }
  @media only screen and (min-width: 1726px) {
    .reviews {
      margin-top: 200px; } }
  @media only screen and (min-width: 2001px) {
    .reviews {
      margin-top: 270px; } }
  .reviews:before, .reviews:after {
    left: -4px;
    z-index: -2;
    content: "";
    height: 100px;
    width: calc(100% + 10px);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute; }
  .reviews:before {
    margin: -40px 0 -1px 0;
    background-image: url("/wp-content/themes/fosfaatrechten/img/decoration/reviews_before_mob.svg"); }
    @media only screen and (min-width: 600px) {
      .reviews:before {
        margin-top: -50px; } }
    @media only screen and (min-width: 768px) {
      .reviews:before {
        height: 100px;
        background-image: url("/wp-content/themes/fosfaatrechten/img/decoration/reviews_before.svg"); } }
    @media only screen and (min-width: 992px) {
      .reviews:before {
        margin-top: -60px; } }
    @media only screen and (min-width: 1200px) {
      .reviews:before {
        margin-top: -70px; } }
    @media only screen and (min-width: 1450px) {
      .reviews:before {
        margin-top: -90px; } }
    @media only screen and (min-width: 1726px) {
      .reviews:before {
        margin-top: -99px; } }
  .reviews:after {
    background-image: url("/wp-content/themes/fosfaatrechten/img/decoration/reviews_after_mob.svg");
    margin: -1px 0 0 0;
    height: 50px; }
    @media only screen and (min-width: 600px) {
      .reviews:after {
        margin-top: -20px;
        height: 70px; } }
    @media only screen and (min-width: 768px) {
      .reviews:after {
        height: 90px;
        background-image: url("/wp-content/themes/fosfaatrechten/img/decoration/reviews_after.svg"); } }
    @media only screen and (min-width: 1200px) {
      .reviews:after {
        height: 140px;
        margin-top: -60px; } }
    @media only screen and (min-width: 2001px) {
      .reviews:after {
        height: 200px; } }
  .reviews h3,
  .reviews p {
    color: #FFFFFF; }
  .reviews .slick-slider {
    margin-top: -75px; }
  .reviews__image {
    padding-bottom: 50px;
    width: 175px;
    height: 140px;
    margin: 0 auto 45px auto; }
    @media only screen and (min-width: 480px) {
      .reviews__image {
        width: 250px;
        height: 100%;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .reviews__image {
        width: 357px;
        margin-bottom: 0; } }
    .reviews__image img {
      border-radius: 66% 105% 105% 79% / 74% 88% 93% 116%;
      margin: auto;
      width: 175px;
      height: 140px;
      margin-top: 10px;
      z-index: 2;
      position: relative;
      top: 10px; }
      @media only screen and (min-width: 480px) {
        .reviews__image img {
          width: 250px;
          height: 100%; } }
      @media only screen and (min-width: 768px) {
        .reviews__image img {
          width: auto;
          height: 100%; } }
  .reviews__decor img {
    background-color: #f5f5f5;
    z-index: 1;
    content: "";
    position: absolute;
    width: 190px;
    height: 152px;
    top: -4px;
    transform: translateX(-4%);
    /* IE 10+ */ }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .reviews__decor img {
        transform: translateX(0); } }
    @media only screen and (min-width: 480px) {
      .reviews__decor img {
        width: 270px;
        height: 215px;
        top: -5px; } }
    @media only screen and (min-width: 768px) {
      .reviews__decor img {
        transform: translateX(0);
        width: 357px;
        height: 280px;
        top: 4px; } }
  .reviews__name {
    padding-bottom: 7px; }
    @media only screen and (min-width: 768px) {
      .reviews__name {
        padding-bottom: 10px; } }
  .reviews__company {
    padding-bottom: 40px; }
    @media only screen and (min-width: 768px) {
      .reviews__company {
        padding-bottom: 20px; } }
  .reviews__btn {
    padding-top: 30px; }
  .reviews .one-review {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .reviews .one-review {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 768px) {
      .reviews .one-review {
        margin-bottom: 0; } }

.team {
  margin-bottom: 40px; }
  @media only screen and (min-width: 992px) {
    .team {
      margin-bottom: 0; } }
  .team__text {
    margin: 80px 0; }
  .team__item {
    text-align: center; }
    .team__item__image {
      padding-bottom: 30px; }
      .team__item__image img {
        width: auto;
        border-radius: 100%; }
      .team__item__image__wrapper {
        background-color: #EAEFE6;
        width: 120px;
        height: 120px;
        border-radius: 100%;
        margin: auto; }
    .team__item__wrapper {
      text-align: center;
      margin-bottom: 25px;
      padding: 0 5px; }
      @media only screen and (min-width: 992px) {
        .team__item__wrapper {
          margin-bottom: 75px;
          padding: 0 25px; } }
    .team__item__name {
      padding-bottom: 10px; }
      .team__item__name h3 {
        font-size: 22px; }
    .team__item__function {
      padding-bottom: 20px; }
    .team__item__text {
      padding-bottom: 20px; }

.two_text {
  margin: 80px 0; }
  @media only screen and (min-width: 992px) {
    .two_text {
      margin: 90px 0; } }
  .two_text .btn {
    margin-top: 25px; }
  .two_text__left {
    margin-bottom: 50px; }
    @media only screen and (min-width: 992px) {
      .two_text__left {
        margin-bottom: 0; } }

.two_text_image__title {
  padding: 70px 0 40px 0; }
  @media only screen and (min-width: 1200px) {
    .two_text_image__title {
      padding: 100px 0 50px 0; } }
  .two_text_image__title h2 {
    color: #FFFFFF; }
.two_text_image__left {
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    .two_text_image__left {
      margin-bottom: 0; } }
@media only screen and (min-width: 1200px) {
  .two_text_image__right {
    width: 85%; } }
.two_text_image .btn {
  margin: 50px 0 30px 0; }
  @media only screen and (min-width: 600px) {
    .two_text_image .btn {
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .two_text_image .btn {
      margin: 40px 0 20px 0; } }
  @media only screen and (min-width: 992px) {
    .two_text_image .btn {
      margin-bottom: 0; } }
.two_text_image__img {
  position: absolute;
  margin-top: 57%;
  z-index: 1; }
  .two_text_image__img img {
    width: 100%;
    height: auto; }
.two_text_image__decor_right {
  position: absolute;
  right: 0; }
  .two_text_image__decor_right img {
    width: 100%;
    float: right; }

.slick-dots {
  padding-right: 10px;
  margin-top: 30px; }
  .slick-dots li {
    height: 10px;
    width: 10px;
    display: inline-block;
    padding: 0 10px; }
    .slick-dots li button {
      background: url("/wp-content/themes/fosfaatrechten/img/decoration/white_dot.svg");
      text-indent: -9999px;
      overflow: hidden;
      height: 10px;
      width: 10px; }
  .slick-dots .slick-active button {
    background: url("/wp-content/themes/fosfaatrechten/img/decoration/green_dot.svg"); }

.contact-person {
  text-align: center;
  margin: -70px 0 50px 0; }
  @media only screen and (min-width: 600px) {
    .contact-person {
      margin-top: -115px; } }
  @media only screen and (min-width: 768px) {
    .contact-person {
      margin: -85px 15px 0 0; } }
  .contact-person h3 {
    padding-bottom: 10px;
    font-size: 18px; }
    @media only screen and (min-width: 768px) {
      .contact-person h3 {
        font-size: 20px; } }
    @media only screen and (min-width: 1200px) {
      .contact-person h3 {
        font-size: 22px; } }
  .contact-person__image {
    padding-bottom: 30px; }
    .contact-person__image img {
      z-index: 4;
      width: auto;
      height: auto;
      border-radius: 100%; }
  .contact-person__function {
    padding-bottom: 30px; }
  .contact-person__email {
    padding-bottom: 10px; }
    .contact-person__email a:hover, .contact-person__email a:focus {
      text-decoration: none; }
  .contact-person__phone {
    padding-bottom: 25px; }
    .contact-person__phone a:hover, .contact-person__phone a:focus {
      text-decoration: none; }
  .contact-person__body {
    border-bottom: 2px solid #FFFFFF; }
    @media only screen and (min-width: 768px) {
      .contact-person__body .first .contact-person__body {
        margin-right: -31px;
        border-right: 2px solid #FFFFFF; } }
    @media only screen and (min-width: 768px) {
      .contact-person__body .first .contact-person__image {
        margin-right: -31px; } }
  .contact-person__media {
    padding-top: 5px;
    padding-bottom: 50px; }
    @media only screen and (min-width: 480px) {
      .contact-person__media {
        padding-bottom: 80px; } }
    @media only screen and (min-width: 600px) {
      .contact-person__media {
        padding-bottom: 100px; } }
    .contact-person__media a {
      -webkit-transition: margin .3s ease;
      -o-transition: margin .3s ease;
      transition: 0.3s ease;
      padding: 0 5px; }
      .contact-person__media a svg:hover, .contact-person__media a svg:focus {
        padding-bottom: 1px; }
      .contact-person__media a:hover, .contact-person__media a:focus {
        text-decoration: none; }
  .contact-person__wrapper {
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: -70px;
    margin-top: 50px; }
    @media only screen and (min-width: 600px) {
      .contact-person__wrapper {
        margin-top: 125px; } }
    @media only screen and (min-width: 1200px) {
      .contact-person__wrapper {
        margin-top: 0; } }
    .contact-person__wrapper:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100px;
      margin-top: -70px;
      margin-bottom: -70px;
      background-color: #FFFFFF; }
      @media only screen and (min-width: 480px) {
        .contact-person__wrapper:after {
          margin-top: -100px;
          height: 100px; } }
      @media only screen and (min-width: 768px) {
        .contact-person__wrapper:after {
          margin-top: -60px;
          height: 60px; } }
      @media only screen and (min-width: 1200px) {
        .contact-person__wrapper:after {
          margin-top: -55px;
          height: 55px; } }
  .contact-person__header {
    overflow: hidden;
    position: relative;
    top: 40px;
    left: -5px;
    height: 65px;
    width: calc(100% + 15px);
    margin-top: 10px; }
    @media only screen and (min-width: 600px) {
      .contact-person__header {
        top: 35px; } }
    @media only screen and (min-width: 768px) {
      .contact-person__header {
        top: 20px; } }
    .contact-person__header img {
      width: 102%; }
    .contact-person__header__wrapper {
      overflow: hidden;
      margin-bottom: -1px; }
  .contact-person__body {
    background-color: #EAEFE6; }
    @media only screen and (min-width: 768px) {
      .contact-person__body {
        border-bottom: none;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1200px) {
      .contact-person__body {
        -webkit-box-shadow: inset 0 -14px 0 0 #FFFFFF;
        -moz-box-shadow: inset 0 -14px 0 0 #FFFFFF;
        box-shadow: inset 0 -14px 0 0 #FFFFFF; } }

#contact-person-one {
  margin-right: 0; }

.background {
  color: #FFFFFF;
  background-color: #285d00;
  margin: 41px 0 100px; }
  @media only screen and (min-width: 600px) {
    .background {
      margin-top: 51px; } }
  @media only screen and (min-width: 768px) {
    .background {
      margin: 71px 0 150px 0; } }
  @media only screen and (min-width: 1200px) {
    .background {
      margin: 111px 0 200px 0; } }
  @media only screen and (min-width: 1450px) {
    .background {
      margin-bottom: 250px; } }
  @media only screen and (min-width: 2001px) {
    .background {
      margin-top: 160px; } }
  .background:before, .background:after {
    left: -4px;
    z-index: -2;
    content: "";
    height: 50px;
    width: calc(100% + 10px);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute; }
  .background:before {
    margin: -40px 0 -1px 0;
    background-image: url("/wp-content/themes/fosfaatrechten/img/decoration/two_text_before_mob.svg"); }
    @media only screen and (min-width: 600px) {
      .background:before {
        margin-top: -48px; } }
    @media only screen and (min-width: 768px) {
      .background:before {
        margin-top: -70px;
        height: 100px;
        background-image: url("/wp-content/themes/fosfaatrechten/img/decoration/two_text_before.svg"); } }
    @media only screen and (min-width: 1200px) {
      .background:before {
        margin-top: -110px;
        height: 150px; } }
    @media only screen and (min-width: 2001px) {
      .background:before {
        margin-top: -150px;
        height: 190px; } }
  .background:after {
    background-image: url("/wp-content/themes/fosfaatrechten/img/decoration/two_text_after_mob.svg");
    margin: -1px 0 0 0;
    height: 50px; }
    @media only screen and (min-width: 600px) {
      .background:after {
        margin-top: -20px;
        height: 65px; } }
    @media only screen and (min-width: 768px) {
      .background:after {
        height: 125px;
        background-image: url("/wp-content/themes/fosfaatrechten/img/decoration/two_text_after.svg"); } }
    @media only screen and (min-width: 1200px) {
      .background:after {
        height: 200px; } }
    @media only screen and (min-width: 2001px) {
      .background:after {
        height: 280px; } }

.banner {
  margin-bottom: 100px; }
  @media only screen and (min-width: 1200px) {
    .banner {
      margin-bottom: 145px; } }
  @media only screen and (min-width: 1299px) {
    .banner {
      margin-bottom: 165px; } }
  @media only screen and (min-width: 1450px) {
    .banner {
      margin-bottom: -50px;
      min-height: 700px; } }
  @media only screen and (min-width: 1726px) {
    .banner {
      min-height: 730px; } }
  @media only screen and (min-width: 1925px) {
    .banner {
      min-height: 700px; } }
  @media only screen and (min-width: 2100px) {
    .banner {
      min-height: 740px; } }
  @media only screen and (min-width: 2251px) {
    .banner {
      min-height: 800px; } }
  @media only screen and (min-width: 2450px) {
    .banner {
      min-height: 850px; } }
  @media only screen and (min-width: 2600px) {
    .banner {
      min-height: 900px; } }
  .banner__title {
    padding: 90% 0 30px; }
    @media only screen and (min-width: 600px) {
      .banner__title {
        padding-top: 70%; } }
    @media only screen and (min-width: 768px) {
      .banner__title {
        padding: 150px 0 50px; } }
    @media only screen and (min-width: 992px) {
      .banner__title {
        padding: 150px 0 50px; } }
    @media only screen and (min-width: 1726px) {
      .banner__title {
        padding-top: 200px; } }
  .banner__text {
    padding-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .banner__text {
        padding-bottom: 70px;
        padding-right: 15%; } }
    @media only screen and (min-width: 1200px) {
      .banner__text {
        padding-bottom: 95px;
        padding-right: 0; } }
    @media only screen and (min-width: 1450px) {
      .banner__text {
        padding-right: 15%; } }
  .banner__button {
    padding-top: 25px; }
    .banner__button a {
      padding: 12px 20px; }
      @media only screen and (min-width: 361px) {
        .banner__button a {
          padding: 12px 15px; } }
      @media only screen and (min-width: 480px) {
        .banner__button a {
          padding: 12px 25px; } }
      @media only screen and (min-width: 768px) {
        .banner__button a {
          padding: 10px 25px; } }
    @media only screen and (min-width: 361px) {
      .banner__button {
        padding: 0;
        float: right; } }
    .banner__button .btn__orange {
      margin-left: 7px; }
  .banner__wrapper {
    max-width: 290px;
    display: block;
    position: relative;
    margin-left: -7px; }
    @media only screen and (min-width: 480px) {
      .banner__wrapper {
        max-width: 360px;
        margin-left: -17px; } }
    @media only screen and (min-width: 768px) {
      .banner__wrapper {
        max-width: 405px;
        margin-left: -21px;
        padding-bottom: 30px; } }
    @media only screen and (min-width: 1299px) {
      .banner__wrapper {
        padding-bottom: 50px; } }
    @media only screen and (min-width: 1400px) {
      .banner__wrapper {
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1450px) {
      .banner__wrapper {
        padding-bottom: 110px; } }
  .banner__image {
    position: absolute;
    right: -1px;
    z-index: -1;
    top: 47px;
    width: 90%; }
    @media only screen and (min-width: 600px) {
      .banner__image {
        width: 79%; } }
    @media only screen and (min-width: 768px) {
      .banner__image {
        width: 49%; } }
    @media only screen and (min-width: 1200px) {
      .banner__image {
        width: 52%;
        max-height: 700px; }
        .banner__image img {
          border-bottom-right-radius: 11%;
          border-bottom-left-radius: 15%; } }
    @media only screen and (min-width: 1450px) {
      .banner__image {
        width: 50%; } }
    @media only screen and (min-width: 1550px) {
      .banner__image {
        width: 47%; } }
    @media only screen and (min-width: 1726px) {
      .banner__image {
        width: 44%; } }
    @media only screen and (min-width: 1925px) {
      .banner__image {
        width: 39%; } }
  .banner__decor img {
    border-bottom-right-radius: 2%;
    width: 91%;
    top: 46px;
    right: -2px;
    z-index: -1;
    position: absolute; }
    @media only screen and (min-width: 600px) {
      .banner__decor img {
        width: 80%; } }
    @media only screen and (min-width: 768px) {
      .banner__decor img {
        width: 50%; } }
    @media only screen and (min-width: 1200px) {
      .banner__decor img {
        width: 53%;
        border-bottom-right-radius: 13.5%;
        border-bottom-left-radius: 15%; } }
    @media only screen and (min-width: 1450px) {
      .banner__decor img {
        width: 51%; } }
    @media only screen and (min-width: 1550px) {
      .banner__decor img {
        width: 48%; } }
    @media only screen and (min-width: 1726px) {
      .banner__decor img {
        width: 45%; } }
    @media only screen and (min-width: 1925px) {
      .banner__decor img {
        width: 40%; } }
  .banner .btn__small__wrapper:hover .btn__small svg, .banner .btn__small__wrapper:focus .btn__small svg {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: -8px; }

.contact_page {
  margin: -50px 0 0; }
  @media only screen and (min-width: 1200px) {
    .contact_page {
      margin: -70px 0 0; } }
  @media only screen and (min-width: 1200px) {
    .contact_page {
      margin-top: -5%; } }
  @media only screen and (min-width: 2251px) {
    .contact_page {
      margin-bottom: 50px; } }
  .contact_page__title {
    padding-top: 50px; }
  .contact_page h2,
  .contact_page a {
    color: #FFFFFF; }
  .contact_page__block {
    margin: -120px auto 0;
    -webkit-box-shadow: 0 0 11px 3px rgba(22, 52, 0, 0.2);
    -moz-box-shadow: 0 0 11px 3px rgba(22, 52, 0, 0.2);
    box-shadow: 0 0 11px 3px rgba(22, 52, 0, 0.2);
    background-color: #FFFFFF;
    border-radius: 20px;
    height: 220px;
    width: 260px;
    text-align: center; }
    @media only screen and (min-width: 600px) {
      .contact_page__block {
        margin-right: 0;
        width: 290px;
        margin-bottom: -50px; } }
    @media only screen and (min-width: 1200px) {
      .contact_page__block {
        width: 385px;
        height: 320px;
        margin-bottom: -185px; } }
    .contact_page__block h3 {
      padding: 30px 0; }
      @media only screen and (min-width: 1200px) {
        .contact_page__block h3 {
          padding-top: 80px; } }
    .contact_page__block li,
    .contact_page__block a {
      padding: 1px 0;
      color: #163400;
      list-style: none; }
    .contact_page__block .street:before {
      margin-left: -39px;
      content: "";
      position: absolute;
      height: 20px;
      width: 14px;
      background-image: url("/wp-content/themes/fosfaatrechten/img/icons/street.svg"); }
    .contact_page__block .phone {
      padding-top: 28px; }
      .contact_page__block .phone:before {
        margin-left: -40px;
        content: "";
        position: absolute;
        height: 18px;
        width: 18px;
        background-image: url("/wp-content/themes/fosfaatrechten/img/icons/phone.svg"); }
    .contact_page__block__wrapper {
      margin: auto;
      text-align: left;
      width: 145px; }
      @media only screen and (min-width: 1200px) {
        .contact_page__block__wrapper {
          width: 175px; } }
  .contact_page input,
  .contact_page textarea {
    color: #FFFFFF;
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .contact_page input,
      .contact_page textarea {
        margin-bottom: 50px; } }
    .contact_page input:hover, .contact_page input:focus,
    .contact_page textarea:hover,
    .contact_page textarea:focus {
      border-bottom: 1.5px solid #FFFFFF; }
  @media only screen and (min-width: 768px) {
    .contact_page .col-2 {
      width: calc(50% - 13px); }
      .contact_page .col-2:nth-of-type(even) {
        margin-right: 25px; }
      .contact_page .col-2:nth-of-type(odd) {
        margin-left: 0;
        margin-right: 0; } }
  .contact_page .gfield_checkbox {
    margin: 30px 0; }
  .contact_page input[type=submit] {
    color: #FFFFFF;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .contact_page input[type=submit] {
        margin-bottom: 0; } }
  .contact_page label {
    color: #FFFFFF; }
  .contact_page .gfield_checkbox li input[type=checkbox] {
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
    position: absolute; }
    .contact_page .gfield_checkbox li input[type=checkbox] + label {
      margin: 0;
      max-width: 100%;
      position: relative;
      padding: 3px 0 0 25px;
      font-family: "Raleway-Regular", sans-serif;
      font-size: 12px;
      line-height: 1.3; }
      .contact_page .gfield_checkbox li input[type=checkbox] + label:before {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        border: 1px solid #FFFFFF;
        top: 0;
        left: 0; }
      @media only screen and (min-width: 361px) {
        .contact_page .gfield_checkbox li input[type=checkbox] + label {
          padding: 3px 0 0 30px;
          font-size: 13px; } }
      @media only screen and (min-width: 768px) {
        .contact_page .gfield_checkbox li input[type=checkbox] + label {
          font-size: 14px;
          padding-top: 2px; } }
      @media only screen and (min-width: 361px) {
        .contact_page .gfield_checkbox li input[type=checkbox] + label a {
          font-size: 13px; } }
      @media only screen and (min-width: 768px) {
        .contact_page .gfield_checkbox li input[type=checkbox] + label a {
          padding-top: 2px; } }
    .contact_page .gfield_checkbox li input[type=checkbox]:checked + label:after {
      content: "";
      position: absolute;
      height: 16px;
      width: 16px;
      background: url(img/checked_green.svg) no-repeat center center !important;
      top: 2px;
      left: 2px;
      background-size: 14px 10px; }
  .contact_page .background:before {
    z-index: 0;
    margin-top: -25px; }
    @media only screen and (max-width: 992px) {
      .contact_page .background:before {
        height: 60px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact_page .background:before {
        margin-top: -60px;
        height: 120px; } }
    @media only screen and (min-width: 1200px) {
      .contact_page .background:before {
        margin-top: -60px; } }
    @media only screen and (min-width: 1450px) {
      .contact_page .background:before {
        margin-top: -80px; } }
    @media only screen and (min-width: 1726px) {
      .contact_page .background:before {
        margin-top: -100px; } }
    @media only screen and (min-width: 2001px) {
      .contact_page .background:before {
        margin-top: -150px; } }
    @media only screen and (min-width: 2251px) {
      .contact_page .background:before {
        margin-top: -185px; } }

.contact_page .maps {
  margin: 0 0 -60px;
  position: relative; }
  @media only screen and (min-width: 600px) {
    .contact_page .maps {
      margin-bottom: -75px; } }
  @media only screen and (min-width: 768px) {
    .contact_page .maps {
      margin-bottom: -100px; } }
  @media only screen and (min-width: 1200px) {
    .contact_page .maps {
      margin-bottom: -125px; } }
  .contact_page .maps-canvas {
    height: 500px; }

.news {
  margin: 100px 0 0 0; }

.page-load-status {
  margin: auto;
  height: 30px;
  width: 30px; }

.single .reviews {
  margin-top: 120px; }
  @media only screen and (min-width: 768px) {
    .single .reviews {
      margin-top: 150px; } }
.single .page__decor {
  margin-top: -90px; }
  @media only screen and (min-width: 480px) {
    .single .page__decor {
      margin-top: -110px; } }
  @media only screen and (min-width: 600px) {
    .single .page__decor {
      margin-top: -140px; } }
  @media only screen and (min-width: 768px) {
    .single .page__decor {
      margin-top: -195px; } }
  @media only screen and (min-width: 992px) {
    .single .page__decor {
      margin-top: -185px; } }
  @media only screen and (min-width: 1200px) {
    .single .page__decor {
      margin-top: -210px; } }
  @media only screen and (min-width: 1550px) {
    .single .page__decor {
      margin-top: -250px; } }
  @media only screen and (min-width: 2001px) {
    .single .page__decor {
      margin-top: -275px; } }
.single .no-image {
  margin-top: -50px; }
  @media only screen and (min-width: 600px) {
    .single .no-image {
      margin-top: -60px; } }
  @media only screen and (min-width: 768px) {
    .single .no-image {
      margin-top: -80px; } }
  @media only screen and (min-width: 992px) {
    .single .no-image {
      margin-top: -60px; } }
  @media only screen and (min-width: 1200px) {
    .single .no-image {
      margin-top: -80px; } }
  @media only screen and (min-width: 1550px) {
    .single .no-image {
      margin-top: -120px; } }
.single .no-image-head {
  margin-bottom: -100px; }
  @media only screen and (min-width: 768px) {
    .single .no-image-head {
      margin-bottom: -150px; } }
  @media only screen and (min-width: 1200px) {
    .single .no-image-head {
      margin-bottom: -200px; } }
.single__img {
  position: relative;
  max-height: 220px;
  height: 200px;
  overflow: hidden; }
  @media only screen and (min-width: 480px) {
    .single__img {
      max-height: 250px;
      height: 250px; } }
  @media only screen and (min-width: 600px) {
    .single__img {
      max-height: 300px;
      height: 300px; } }
  @media only screen and (min-width: 768px) {
    .single__img {
      max-height: 400px;
      height: 400px; } }
  @media only screen and (min-width: 992px) {
    .single__img {
      max-height: 450px;
      height: 450px; } }
  @media only screen and (min-width: 1200px) {
    .single__img {
      max-height: 500px;
      height: 500px; } }
  @media only screen and (min-width: 1550px) {
    .single__img {
      max-height: 600px;
      height: 600px; } }
  @media only screen and (min-width: 2001px) {
    .single__img {
      max-height: 800px;
      height: 800px; } }
  .single__img img {
    display: block;
    position: absolute;
    top: 10px; }
    @media only screen and (min-width: 768px) {
      .single__img img {
        top: 50px; } }
.single__title {
  margin: 50px 0 15px; }
  @media only screen and (min-width: 768px) {
    .single__title {
      margin: 80px 0 25px; } }
  @media only screen and (min-width: 992px) {
    .single__title {
      margin: 120px 0 25px; } }
.single__preface {
  margin: 15px 0; }
  @media only screen and (min-width: 768px) {
    .single__preface {
      margin: 20px 0; } }
  .single__preface p {
    font-family: "Raleway-SemiBold", sans-serif; }
.single__left {
  margin: 15px 0; }
  @media only screen and (min-width: 768px) {
    .single__left {
      margin: 20px 0; } }
  .single__left p {
    margin-bottom: 15px; }
.single__right {
  margin: 15px 0; }
  @media only screen and (min-width: 768px) {
    .single__right {
      margin: 20px 0; } }
.single__gallery {
  margin-top: 60px; }
  @media only screen and (min-width: 768px) {
    .single__gallery {
      margin-top: 20px; } }
  .single__gallery__img {
    margin-bottom: 30px; }
  .single__gallery__small {
    margin: 15px 9px; }
    @media only screen and (min-width: 768px) {
      .single__gallery__small {
        margin: 15px 13px; } }
    @media only screen and (min-width: 1200px) {
      .single__gallery__small {
        margin: 15px 12px; } }
@media only screen and (max-width: 767px) {
  .single .first {
    margin-left: 15px;
    margin-right: 3px; } }
@media only screen and (min-width: 768px) {
  .single .first-lg {
    margin-left: 15px;
    margin-right: 10px; } }
@media only screen and (max-width: 767px) {
  .single .last {
    margin-left: 3px;
    margin-right: 15px; } }
@media only screen and (min-width: 768px) {
  .single .last-lg {
    margin-left: 9px;
    margin-right: 15px; } }

.pop-up {
  width: 300px;
  height: 270px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 11px 3px rgba(22, 52, 0, 0.2);
  position: fixed;
  bottom: 50px;
  z-index: 101;
  display: none;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .pop-up {
      left: 50%;
      margin-left: -150px; } }
  @media only screen and (min-width: 768px) {
    .pop-up {
      width: 385px;
      height: 305px;
      right: 8.33333333%; } }
  .pop-up__away {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    float: right;
    margin: 20px 20px 0 0; }
    .pop-up__away__wrapper {
      width: 100%;
      height: 50px; }
      .pop-up__away__wrapper a:hover .pop-up__away, .pop-up__away__wrapper a:focus .pop-up__away {
        margin: 19px 19px 0 0; }
      .pop-up__away__wrapper a:hover svg, .pop-up__away__wrapper a:focus svg {
        height: 18px;
        width: 18px; }
  .pop-up__wrapper {
    text-align: center;
    width: 270px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .pop-up__wrapper {
        width: 325px; } }
  .pop-up__text {
    padding: 18px 0 25px;
    font-size: 11px;
    font-family: "Raleway-Light", sans-serif;
    line-height: 22px; }
    @media only screen and (min-width: 768px) {
      .pop-up__text {
        padding: 28px 0 35px;
        font-size: 12px; } }
  .pop-up .btn {
    padding: 9px 22px; }
  .pop-up .btn__grey {
    float: left; }
  .pop-up .btn__green {
    float: right; }
  .pop-up__email {
    height: 40px;
    display: none; }
    .pop-up__email ::placeholder {
      color: #163400;
      font-size: 14px; }
    .pop-up__email__input {
      vertical-align: top;
      display: inline-block;
      color: #163400;
      background-color: #E1E1E1;
      border-radius: 20px;
      padding: 0 5px 0 15px;
      width: 100%;
      float: left;
      margin-right: -40px;
      border-bottom: none;
      height: 40px !important; }
      .pop-up__email__input:hover, .pop-up__email__input:focus {
        border-bottom: none; }
    .pop-up__email__submit {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      vertical-align: top;
      height: 40px;
      width: 40px;
      display: inline-block;
      border-bottom: none; }
      .pop-up__email__submit:hover, .pop-up__email__submit:focus {
        margin-right: -2px;
        border-bottom: none; }
  .pop-up__done {
    padding-top: 10px;
    display: none; }
  .pop-up .mc4wp-error p, .pop-up .mc4wp-notice p {
    font-size: 10px;
    padding-top: 8px;
    color: #FF7500; }
    @media only screen and (min-width: 768px) {
      .pop-up .mc4wp-error p, .pop-up .mc4wp-notice p {
        font-size: 12px;
        padding-top: 12px; } }
  .pop-up .mc4wp-notice p {
    color: #618E3E; }
