@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

/* Здесь хранятся все переменные стилей проекта. Указанные ниже переменные приведены в качестве демонстрации. */
.container,
.elementor-section.elementor-section-boxed > .elementor-container {
  margin: 0 auto;
  max-width: 768px;
  width: 90%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .container,
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 848px;
    width: 90%;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1240px) {
  .container,
.elementor-section.elementor-section-boxed > .elementor-container {
    width: 90%;
    max-width: 1340px;
    padding: 0 50px;
  }
}

.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-shortcode .container {
  width: 100%;
}

body {
  font-size: 18px;
  line-height: 1.6;
  color: #1C1C1C;
  font-family: "Commissioner", "Arial", sans-serif;
}

h1, h2, h3, h4, p {
  margin: 0;
}

h1 {
  font-family: "Fraunces", "Arial", sans-serif;
  font-size: 48px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-family: "Fraunces", "Arial", sans-serif;
  font-size: 40px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h4 {
  font-family: "Fraunces", "Arial", sans-serif;
}

.btn,
a.elementor-button-link {
  background: #0A2239;
  border: 3px solid #A4DAED;
  border-radius: 32.5px;
  font-family: "Fraunces", "Arial", sans-serif;
  color: #fff;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 342px;
  height: 60px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s ease-in-out;
}
.btn:hover,
a.elementor-button-link:hover {
  background: #0e2f4f;
}

.triangle {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px 0;
  background: #fff;
  z-index: 10;
}
@media (max-width: 1240px) {
  .site-header {
    padding: 23px 0;
  }
}
@media (max-width: 1240px) {
  .site-header::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1;
  }
}
.site-header .container {
  display: grid;
  grid-template-columns: 358px 1fr;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1240px) {
  .site-header .container {
    grid-template-columns: 244px 1fr;
  }
}
.site-header .container .logo {
  z-index: 2;
}
.site-header .container .logo svg {
  display: block;
}
@media (max-width: 1240px) {
  .site-header .container .logo svg {
    max-width: 244px;
  }
}
.site-header .container nav {
  justify-self: flex-end;
}
@media (max-width: 1240px) {
  .site-header .container nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 85px;
    background: #A4DAED;
    padding: 45px 20px 50px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
  }
}
.site-header .container nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1240px) {
  .site-header .container nav ul {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 20px;
  }
}
.site-header .container nav ul li:not(:last-child) {
  margin-right: 42px;
}
.site-header .container nav ul li a {
  color: #000;
  white-space: nowrap;
}
.site-header .container nav ul .current-menu-item a {
  font-family: "Fraunces", "Arial", sans-serif;
  border: 2px solid #a4daed;
  border-radius: 20px;
  padding: 6px 11px;
}
@media (max-width: 1240px) {
  .site-header .container nav ul .current-menu-item a {
    border-color: #1d84b5;
  }
}
.site-header .container nav.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.site-header .container .toggle-mnu {
  display: flex;
  width: 19px;
  height: 13px;
  justify-self: flex-end;
  align-items: flex-start;
  z-index: 2;
}
@media (min-width: 1240px) {
  .site-header .container .toggle-mnu {
    display: none;
  }
}
.site-header .container .toggle-mnu span:after,
.site-header .container .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
}
.site-header .container .toggle-mnu span:after {
  top: 10px;
}
.site-header .container .toggle-mnu span {
  position: relative;
  display: block;
}
.site-header .container .toggle-mnu span,
.site-header .container .toggle-mnu span:after,
.site-header .container .toggle-mnu span:before {
  width: 100%;
  height: 3px;
  background-color: #0a2239;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.site-header .container .toggle-mnu.active span {
  background-color: transparent;
}
.site-header .container .toggle-mnu.active span:before {
  transform: rotate(45deg) translate(1px, 0px);
}
.site-header .container .toggle-mnu.active span:after {
  transform: rotate(-45deg) translate(4px, -2px);
}
.site-header.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-animation: sticky 0.3s;
          animation: sticky 0.3s;
}

.page .site-header {
  box-shadow: 0px -2px 24px rgba(0, 0, 0, 0.15);
}

.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 768px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@-webkit-keyframes sticky {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes sticky {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
.hero {
  padding-top: 100px;
  position: relative;
  min-height: 735px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero {
    min-height: 545px;
    padding-bottom: 84px;
    padding-top: 166px;
  }
}
.hero::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: rgba(19, 19, 19, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero .container {
  z-index: 1;
  position: relative;
}
.hero .container h1 {
  color: #fff;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .hero .container h1 {
    font-size: 28px;
  }
}
.hero .container h1 span {
  position: relative;
  background-size: 1px 1em;
  box-shadow: inset 0 -0.175em #A4DAED, inset 0 -0.15em #000;
  display: inline;
  margin-top: -6px;
}
.hero .container .description {
  max-width: 734px;
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .hero .container .description {
    font-size: 20px;
  }
}

.best {
  padding: 77px 0 113px;
}
@media (max-width: 768px) {
  .best {
    padding: 50px 0;
  }
}
.best h2 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .best h2 {
    line-height: 1.4;
  }
}
.best .description {
  max-width: 1066px;
  margin-bottom: 38px;
}
.best .products {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 60px;
  counter-reset: section;
}
.best .products .product {
  padding: 35px 45px 35px 75px;
  border: 3px solid #1d84b5;
  box-shadow: 3px 7px 21px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .best .products .product {
    padding: 37px 18px;
  }
}
.best .products .product:nth-child(1) {
  background: rgba(164, 218, 237, 0.3);
}
.best .products .product::before {
  counter-increment: section;
  content: counter(section) ". ";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 18px;
  color: #fff;
  background: #1d84b5;
  width: 50px;
  height: 37px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Fraunces", "Arial", sans-serif;
}
.best .products .product__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
}
@media (max-width: 768px) {
  .best .products .product__body {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .best .products .product__body .col:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .best .products .product__body .col:nth-child(1) a {
    order: 1;
    text-align: center;
  }
}
.best .products .product__body .title {
  font-family: "Fraunces", "Arial", sans-serif;
  font-size: 29px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .best .products .product__body .title {
    order: 2;
  }
}
.best .products .product__body .title span {
  position: relative;
}
.best .products .product__body .title span::before {
  content: "";
  width: 100%;
  height: 8px;
  background: #A4DAED;
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  z-index: -1;
}
.best .products .product__body .descr {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .best .products .product__body .descr {
    order: 3;
  }
}
.best .products .product__body img {
  border-radius: 17px;
  width: 189px;
  height: 189px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .best .products .product__body img {
    order: 1;
  }
}
.best .products .product__body .features {
  font-family: "Fraunces", "Arial", sans-serif;
  margin-bottom: 10px;
}
.best .products .product__body .features__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 7px;
}
.best .products .product__body .features__list li {
  display: flex;
}
.best .products .product__body .features__list li svg {
  min-width: 19px;
  margin: 6px 15px 0 0;
}
.best .products .product__body .features__list li span {
  vertical-align: middle;
}
.best .products .product__body .see-more {
  font-family: "Fraunces", "Arial", sans-serif;
  color: #1d84b5;
}
.best .products .product__body .product__grade {
  font-family: "Fraunces", "Arial", sans-serif;
  font-size: 49px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  .best .products .product__body .product__grade {
    margin-top: 37px;
  }
}
.best .products .product__body .product__grade::after {
  counter-increment: grade;
  content: counter(section) "e plaats ";
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
}
.best .products .product__body .stars {
  display: block;
  margin: 0 auto 8px;
}
.best .products .product__body .grade_description {
  text-align: center;
  margin-bottom: 32px;
}
.best .products .product__body .btn {
  margin: auto;
}
.best .products .product:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.waarom {
  padding: 230px 0 75px;
  background: #A4DAED;
  position: relative;
}
@media (max-width: 768px) {
  .waarom {
    padding: 100px 0 75px;
  }
}
.waarom .container {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 60px;
}
.waarom .container h2 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .waarom .container h2 {
    line-height: 1.4;
  }
}
.waarom .triangle {
  bottom: auto;
  top: -2px;
  transform: scale(1, -1);
}

.site-footer {
  background: #176087;
  padding: 150px 0 130px;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 114px 0 95px;
  }
}
.site-footer .container {
  display: grid;
  grid-template-columns: 475px 1fr;
  grid-column-gap: 180px;
  align-items: center;
}
@media (max-width: 768px) {
  .site-footer .container {
    grid-template-columns: 1fr;
  }
}
.site-footer .container .logo {
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 1240px) {
  .site-footer .container .logo svg {
    max-width: 324px;
  }
}
.site-footer .container .descr {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .site-footer .container .descr {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .site-footer .container .col:nth-child(2) {
    margin-top: 32px;
  }
}
.site-footer .container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer .container a {
  color: #fff;
}
.site-footer .triangle {
  position: absolute;
  top: -2px;
  bottom: auto;
  z-index: 1;
  transform: scale(1, -1);
}
.site-footer .triangle path {
  fill: #A4DAED;
}
