@charset "UTF-8";

/*
Theme Name: Dejure
Theme URI: https://dejure.foundation/
Author: the Dejure team
Author URI: https://dejure.foundation/
Description: Theme for Dejure Foundation
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dejure
Tags:
*/

/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

@font-face {
  font-family: "icomoon";
  src: url("./assets/fonts/icomoon.eot?eyzd2f");
  src: url("./assets/fonts/icomoon.eot?eyzd2f#iefix") format("embedded-opentype"), url("./assets/fonts/icomoon.ttf?eyzd2f") format("truetype"), url("./assets/fonts/icomoon.woff?eyzd2f") format("woff"), url("./assets/fonts/icomoon.svg?eyzd2f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-address:before {
  content: "\e900";
}

.icon-attach:before {
  content: "\e901";
}

.icon-burger:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e903";
}

.icon-content:before {
  content: "\e904";
}

.icon-copy:before {
  content: "\e905";
}

.icon-download:before {
  content: "\e906";
  color: white;
  font-size: 19px;
}

.icon-email:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-instagram:before {
  content: "\e909";
}

.icon-minus:before {
  content: "\e90a";
}

.icon-more:before {
  content: "\e90b";
}

.icon-pencil:before {
  content: "\e90c";
}

.icon-phone:before {
  content: "\e90d";
}

.icon-play:before {
  content: "\e90e";
}

.icon-plus:before {
  content: "\e90f";
}

.icon-quote:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-share:before {
  content: "\e912";
}

.icon-telegram:before {
  content: "\e913";
}

.icon-twitter:before {
  content: "\e914";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  cursor: pointer;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #171717;
  min-width: 360px;
  margin: auto;
  overflow-x: hidden;
}

h1, .h1 {
  font-size: 60px;
  line-height: 120%;
  font-weight: 600;
}
@media only screen and (max-width: 539px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
}
@media only screen and (max-width: 1210px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 539px) {
  h2, .h2 {
    font-size: 29px;
  }
}

h3, .h3 {
  font-size: 30px;
  line-height: 120%;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 120%;
  }
}

h5 {
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  h5 {
    font-size: 18px;
    line-height: 120%;
  }
}

h6 {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  h6 {
    font-size: 16px;
    line-height: 120%;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, h6 {
  margin: 0;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 15px 0 20px;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

input, textarea {
  outline: none;
}

a {
  color: #3B61EA;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex .item-6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 16.6%;
          flex: 1 1 16.6%;
  max-width: 16.6%;
}
@media only screen and (max-width: 1210px) {
  .flex .item-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    max-width: 33%;
  }
}
.flex .item-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
}
@media only screen and (max-width: 1210px) {
  .flex .item-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .flex .item-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.flex .item-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
  max-width: 33.3%;
}
@media only screen and (max-width: 1210px) {
  .flex .item-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .flex .item-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.flex .item-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1210px) {
  .flex .item-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.flex .item-1-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 66.6%;
          flex: 1 1 66.6%;
  max-width: 66.6%;
}
@media only screen and (max-width: 1210px) {
  .flex .item-1-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.flex .item-1-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
  max-width: 75%;
}
@media only screen and (max-width: 1210px) {
  .flex .item-1-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.flex .item-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contact-form h5 {
  margin-bottom: 15px;
}

.wpcf7-form .form-item {
  width: 100%;
}

.form-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
.form-group .item-2 {
  max-width: 47%;
}
@media only screen and (max-width: 767px) {
  .form-group .item-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.form-group .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #171717;
  background: none;
  font-weight: 500;
  padding: 13px 10px;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .form-group .form-control {
    margin: 10px 0;
  }
}
.form-group .submit button {
  background: rgba(127, 162, 255, 0.3);
  color: #7FA2FF;
}

/* checkbox */
.checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-tick {
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
  background: rgba(126, 162, 255, 0.3);
  border: 1px solid #7FA2FF;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkbox-tick {
  background: #3B61EA;
  border-color: #3B61EA;
}

.checkbox-tick::after {
  content: "";
  position: absolute;
  display: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkbox-tick::after {
  display: block;
}

.checkbox .checkbox-tick::after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* radio */
.radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-weight: 500;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  border: 1px solid #7FA2FF;
  background-color: rgba(126, 162, 255, 0.3);
  width: 12px;
  height: 12px;
  outline: none;
  margin: 4px 6px;
  cursor: pointer;
}
input[type=radio]:checked {
  border: 3.5px solid #3B61EA;
  background-color: #FFF;
}

ul {
  margin: 20px 0;
  padding-left: 20px;
}
ul li {
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  ul li {
    font-size: 14px;
  }
}

ol {
  list-style-type: none;
  counter-reset: ordered;
}

ol li {
  margin: 15px 0 25px;
  position: relative;
  padding-left: 0;
  font-size: 15px;
}

ol li::before {
	border-radius: 50%;
    background: rgba(127, 162, 255, 0.3);
    color: #3B61EA;
    content: counters(ordered, ".") ". ";
    counter-increment: ordered;
    display: inline-block;
    font-weight: 700;
    margin-left: -47px;
    margin-top: -5px;
    padding: 4px 10px;
    width: 10px;
    height: 21px;
    position: absolute;
}

time {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin: 15px 0 10px;
  color: rgba(23, 23, 23, 0.5);
}

blockquote {
  background: #EFF2FD;
  padding: 75px 100px 40px;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  border-radius: 10px;
}
blockquote span {
  color: #3B61EA;
  margin-top: 10px;
  display: block;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  blockquote {
    padding: 60px 18px 20px;
  }
}
@media only screen and (max-width: 767px) {
  blockquote p {
    font-size: 18px;
  }
}
blockquote::before {
  content: "\e910";
  font-family: icomoon;
  display: block;
  padding-bottom: 30px;
  font-size: 76px;
  color: rgba(127, 162, 255, 0.3);
}

.blockquote-more {
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .blockquote-more {
    margin: 50px 0;
  }
}

.btn {
  border: none;
  width: 180px;
  font-weight: 700;
  font-size: 12px;
  padding: 13px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.btn-white {
  background-color: #EFF2FD;
  color: #3B61EA;
}
.btn-blue {
  background-color: #3B61EA;
  color: #FFF;
}

.wrapper-btn {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1210px) {
  .wrapper-btn {
    margin-bottom: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-btn {
    margin-bottom: 50px;
  }
}
.wrapper-btn .btn-blue {
  float: right;
  margin-top: 10px;
  margin-right: 1px;
}
@media only screen and (max-width: 767px) {
  .wrapper-btn .btn-blue {
    width: calc(100% - 24px);
    float: none;
  }
}

.analytics-page .wrapper-btn, .blog-page .wrapper-btn, .news-page .wrapper-btn, .projects-page .wrapper-btn {
  margin-bottom: 0;
}

.light-blue .wrapper-btn {
  margin-bottom: 80px;
}

form .btn {
  width: 170px;
  height: 47px;
  padding: 0;
}

.wrapper {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1210px) {
  .wrapper {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding: 0 18px;
  }
}

.home #toggle:checked ~ .nav {
  top: 72px;
}

@media only screen and (max-width: 1210px) {
  .tags.inside {
    width: 205px;
    margin-right: 36px;
  }
}

@media only screen and (max-width: 900px) {
  .tags.inside {
    width: 140px;
  }
}

.blue .wrapper {
  position: unset;
}

.divider {
  display: block;
  width: 100%;
  height: 0.9px;
  margin: 18px 0 26px;
  background: rgba(23, 23, 23, 0.5);
}
@media only screen and (max-width: 767px) {
  .divider {
    margin: 15px 0 20px;
  }
}

.divider-v {
  display: inline-block;
  height: 24px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  top: 8px;
  margin: 0 8px;
}

.upp {
  text-transform: uppercase;
}

.blue {
  color: #FFF;
  background-color: #3B61EA;
}

.light-blue {
  background-color: #EFF2FD;
}

.black {
  background-color: #171717;
}

.icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3B61EA;
  border-radius: 3px;
}
.icon.icon-more {
  color: #FFF;
  font-size: 22px;
  text-decoration: none;
}
.icon.icon-pencil {
  color: #FFF;
  font-size: 23px;
  text-decoration: none;
}

/* animated search */
.search-container {
  display: inline-block;
  position: absolute;
  right: 0;
  height: 36px;
  width: 36px;
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  background: #FFF;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .search-container {
    display: none;
  }
}
.search-container.active {
  width: 800px;
  border-bottom: 1px solid #171717;
}
@media only screen and (max-width: 1210px) {
  .search-container.active {
    width: 530px;
  }
}
@media only screen and (max-width: 1023px) {
  .search-container.active {
    width: 300px;
  }
}
.search-container.active .icon-close {
  opacity: 1;
  display: block;
}
.search-container.active .search-input {
  width: 705px;
}
@media only screen and (max-width: 1210px) {
  .search-container.active .search-input {
    width: 435px;
  }
}

@media only screen and (max-width: 1024px) {
  .search-container.active .search-input {
    width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .search-container.active .search-input {
    color: #171717;
  }
}

.search-container .icon-search {
  color: #171717;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 7px;
  left: 8px;
  cursor: pointer;
}
.search-container .icon-close {
  display: none;
  opacity: 0;
  color: #7FA2FF;
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 8px;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}
.search-container .search-input {
  position: absolute;
  cursor: default;
  left: 45px;
  top: 6px;
  width: 0;
  padding: 5px;
  border: none;
  outline: none;
  font-size: 18px;
  line-height: 20px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  font-size: 15px;
  font-weight: 500;
}
.search-container .search-input::-webkit-input-placeholder {
  color: rgba(23, 23, 23, 0.4);
}
.search-container .search-input::-moz-placeholder {
  color: rgba(23, 23, 23, 0.4);
}
.search-container .search-input:-ms-input-placeholder {
  color: rgba(23, 23, 23, 0.4);
}
.search-container .search-input::-ms-input-placeholder {
  color: rgba(23, 23, 23, 0.4);
}
.search-container .search-input::placeholder {
  color: rgba(23, 23, 23, 0.4);
}

.tags a {
  padding: 6px 10px 8px;
  display: inline;
  background: #EFEDEE;
  border-radius: 3px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 300%;
  color: rgba(23, 23, 23, 0.5);
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 1210px) {
  .tags a {
    margin-right: 5px;
  }
}
.tags a.active {
  color: #3B61EA;
  border: 1px solid #3B61EA;
}
.tags a.remove {
  color: #D40000;
  background: rgba(212, 0, 0, 0.1);
}
.tags a.remove .icon-close::before {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  top: 3px;
  margin-left: 6px;
}
.tags.nav {
  height: auto;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .tags.nav {
    height: 100%;
  }
}
.tags.nav .btn-drop {
  display: none;
  font-weight: 500;
  width: 100%;
  color: rgba(23, 23, 23, 0.5);
}
@media only screen and (max-width: 767px) {
  .tags.nav .btn-drop {
    display: block;
  }
}
.tags.nav .dropdown {
  border: none;
}
.tags.nav .dropdown.active .icon-more {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tags.nav .icon-more {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #171717;
}
.tags.nav .dropdown-content {
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tags.nav .dropdown-content {
    padding: 20px 0 !important;
    display: none;
  }
}
.tags.nav .nav-link {
  padding: 0;
  white-space: normal;
}
.tags.nav .nav-link a {
  color: rgba(23, 23, 23, 0.5);
}
.tags.nav .nav-link a.active {
  color: #3B61EA;
}
.tags.nav .nav-link a.remove {
  color: #D40000;
}
.tags.nav .nav-link a.remove .icon-close {
  color: #D40000 !important;
}

.goto-header {
  position: relative;
}
.goto-header .goto {
  color: #171717;
  text-decoration: none;
  position: absolute;
  top: 12px;
  right: 4px;
  left: auto;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1210px) {
  .goto-header .goto {
    top: 8px;
  }
}
.goto-header span {
  background: #171717;
  left: 4px;
  color: #FFF;
  font-size: 14px;
}

.pagination.flex {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media only screen and (max-width: 767px) {
  .pagination.flex {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.pagination .page-number {
  font-size: 12px;
  font-weight: 700;
  margin-right: 5px;
}
.pagination .page-number.icon {
  color: #3B61EA;
  background: #FFF;
  border: 1px solid #3B61EA;
  text-decoration: none;
}
.pagination .page-number.icon.current {
  background: rgba(127, 162, 255, 0.3);
}
.pagination .page-number.dots {
  border: none;
}

header.blue {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
header.blue .navigation a {
  color: #FFF;
}
@media only screen and (max-width: 1210px) {
  header.blue .navigation a {
    color: #171717;
  }
}
header.blue .add-nav .icon {
  background-color: #3B61EA;
}
header.blue .add-nav .icon img {
  -webkit-filter: invert(0);
          filter: invert(0);
}
header.blue .add-nav .add-nav-lang {
  color: rgba(255, 255, 255, 0.6);
}
header.blue .add-nav .add-nav-lang .active {
  color: #FFF;
}
header.blue .add-nav .add-nav-lang .divider-v {
  background: rgba(255, 255, 255, 0.4);
}
header.blue .hamburger {
  top: 20px;
}
header.blue .hamburger div {
  background-color: #FFF;
}
header.blue .search-container {
  color: #FFF;
  background: #3B61EA;
  overflow: hidden;
}
header.blue .search-container.active {
  border-bottom: 1px solid #FFF;
}
header.blue .icon-search {
  color: #FFF;
}
header.blue .search-input {
  font-weight: 400;
  color: #FFF;
}
header.blue .search-input::-webkit-input-placeholder {
  color: #FFF;
}
header.blue .search-input::-moz-placeholder {
  color: #FFF;
}
header.blue .search-input:-ms-input-placeholder {
  color: #FFF;
}
header.blue .search-input::-ms-input-placeholder {
  color: #FFF;
}
header.blue .search-input::placeholder {
  color: #FFF;
}
header.white {
  border-bottom: 1px solid rgba(23, 23, 23, 0.3);
}

.header {
  height: 70px;
}
@media only screen and (max-width: 1210px) {
  .header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5px;
    height: 65px;
  }
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.header .logo img {
  width: 70px;
  position: relative;
  top: 2px;
}
.header .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media only screen and (max-width: 1210px) {
  .header .navigation {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.header .add-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1210px) {
  .header .add-nav {
    max-width: 58%;
  }
}
@media only screen and (max-width: 767px) {
  .header .add-nav {
    max-width: 51%;
  }
}
.header .add-nav .flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .add-nav .icon {
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
}
.header .add-nav-search {
  position: relative;
  top: -19px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .header .add-nav-search {
    display: none;
  }
}
.header .add-nav-btn {
  margin-left: 20px;
}
.header .add-nav-btn .btn {
  width: 140px;
  padding: 7.5px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .header .add-nav-btn .btn {
    width: 105px;
  }
}
.header .add-nav .add-nav-lang {
  margin-left: 20px;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(23, 23, 23, 0.5);
}
@media only screen and (max-width: 767px) {
  .header .add-nav .add-nav-lang {
    display: none;
  }
}
.header .add-nav .add-nav-lang a {
  color: inherit;
  text-decoration: none;
}
.header .add-nav .add-nav-lang .active {
  color: #171717;
}
.header .add-nav .add-nav-lang .divider-v {
  background: rgba(23, 23, 23, 0.3);
}

/* Hamburger */
.hamburger {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 1210px) {
  .hamburger {
    display: block;
    position: absolute;
    top: 15px;
    right: 22px;
  }
}
@media only screen and (max-width: 359px) {
  .hamburger {
    right: -20px;
  }
}
.hamburger div {
  background-color: #171717;
  position: relative;
  width: 24px;
  height: 2.5px;
  margin-top: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#toggle {
  display: none;
}

#toggle:checked + .hamburger .burger1 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 15px;
}

#toggle:checked + .hamburger .burger2 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -2.5px;
}

#toggle:checked + .hamburger .burger3 {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

#toggle:checked ~ .nav {
  height: 100vh;
}
@media only screen and (max-width: 1210px) {
  #toggle:checked ~ .nav {
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    background: #FFF;
    display: block;
    padding-top: 32px;
  }
}

/* Menu */
ul.nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  height: auto;
  z-index: 999;
}
@media only screen and (max-width: 1210px) {
  ul.nav {
    height: 0;
    overflow: hidden;
  }
}
ul.nav .social {
  display: none;
}
@media only screen and (max-width: 1210px) {
  ul.nav .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 22px;
  }
  ul.nav .social a {
    color: #FFF;
    text-decoration: none;
    font-size: 21px;
    margin-right: 10px;
  }
}

.nav-link {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 1210px) {
  .nav-link {
    padding: 15px 22px;
  }
}
.nav-link:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 1210px) {
  .nav-link:first-child {
    padding-left: 22px;
  }
}
.nav-link:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1210px) {
  .nav-link:last-child {
    padding-right: 22px;
  }
}
.nav-link.active {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1210px) {
  .nav-link.active > a {
    color: #3B61EA !important;
  }
  .nav-link.active span {
    color: #3B61EA !important;
  }
}
.nav-link a {
  font-weight: 500;
  color: #171717;
  text-decoration: none;
}
.nav-link span {
  cursor: pointer;
}

.nav .search-container {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav .search-container {
    display: block;
    width: 100%;
    position: relative;
    background: none !important;
  }
  .nav .search-container.active {
    border-bottom: 1px solid #b9b9b9 !important;
  }
  .nav .search-container .icon-search {
    color: #051F80 !important;
    top: 0;
    left: 18px;
  }
  .nav .search-container .icon-close {
    display: none;
  }
  .nav .search-container .search-input {
    width: 80%;
    left: 50px;
    top: -2px;
  }
  .nav .search-container .search-input::-webkit-input-placeholder {
    color: rgba(23, 23, 23, 0.4);
  }
  .nav .search-container .search-input::-moz-placeholder {
    color: rgba(23, 23, 23, 0.4);
  }
  .nav .search-container .search-input:-ms-input-placeholder {
    color: rgba(23, 23, 23, 0.4);
  }
  .nav .search-container .search-input::-ms-input-placeholder {
    color: rgba(23, 23, 23, 0.4);
  }
  .nav .search-container .search-input::placeholder {
    color: rgba(23, 23, 23, 0.4);
  }
}

/* Dropdown menu */
.dropdown {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1210px) {
  .dropdown {
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: -1px;
  }
}
.dropdown .btn-drop {
  border: none;
}
.dropdown .btn-drop.icon-more {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1210px) {
  .dropdown .btn-drop.icon-more {
    position: absolute;
    top: 21px;
    right: 65px;
    color: #171717;
  }
}
.dropdown-content {
  display: none;
  position: absolute;
  background: none;
  z-index: 1;
}
@media only screen and (max-width: 1210px) {
  .dropdown-content {
    position: relative;
  }
}
.dropdown-content ul {
  list-style-type: none;
  border-radius: 5px;
  background: #FFF;
  padding: 5px;
  width: 270px;
}
@media only screen and (max-width: 1210px) {
  .dropdown-content ul {
    margin: 0;
  }
}
.dropdown-content ul .nav-link {
  padding: 0;
}
.dropdown-content ul li a {
  border-radius: 3px;
  padding: 8px 10px;
  color: #171717 !important;
  display: block;
  white-space: normal;
}
.dropdown-content ul li a:hover {
  background: rgba(127, 162, 255, 0.3);
  color: #3B61EA !important;
}
.dropdown.active .dropdown-content {
  display: block;
  padding: 15px 0;
}
@media only screen and (max-width: 1210px) {
  .dropdown.active .dropdown-content {
    padding: 0;
  }
}
.dropdown.active .btn-drop.icon-more {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.counter {
  height: 550px;
}
@media only screen and (max-width: 1210px) {
  .counter {
    height: 716px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1210px) and (max-width: 767px) {
  .counter {
    height: 688px;
  }
}
.counter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1210px) {
  .counter-header {
    margin: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .counter-header {
    margin: 45px 0 50px;
  }
}
.counter-header h1 {
  font-size: 90px;
  width: 450px;
  position: relative;
  line-height: 120%;
  left: -3px;
}
.counter-header h1 span {
    position: relative;
    left: -3px;
}
.counter-header h5 {
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .counter-header h1 {
    font-size: 60px;
    font-weight: 700;
  }
}
.counter-content {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 1210px) {
  .counter-content {
    position: relative;
  }
}
.counter-content .h3 {
  font-size: 40px;
	position: absolute;
    top: 60px;
}
@media only screen and (max-width: 1210px) {
.counter-content .h3 {
    top: 20px;
	}
}
@media only screen and (max-width: 767px) {
  .counter-content .h3 {
    font-size: 26px;
  }
}
.counter-content-inside .item-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  position: relative;
}
@media only screen and (max-width: 1210px) {
  .counter-content-inside {
    margin-left: -23px;
    margin-right: -23px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-content-inside {
    margin-left: -19px;
    margin-right: -19px;
  }
}
.counter-content .item-3 {
  max-width: 33.3%;
  height: 275px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
.counter-content .item-3:nth-child(n+4) {
  border-bottom: none;
}
@media only screen and (max-width: 1210px) {
  .counter-content .item-3 {
    height: 164px;
    padding: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
	margin-top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-content .item-3 {
    max-width: 50%;
    height: 140px;
    padding: 18px;
	border-bottom: none;
  }
}
.counter-content .item-3 p {
  width: 90%;
    position: relative;
	top: 45%;
}
@media only screen and (max-width: 1210px) {
  .counter-content .item-3 p {
    width: 85%;
    top: 30%
  }
}
@media only screen and (max-width: 767px) {
  .counter-content .item-3 p {
    font-size: 12px;
    font-weight: 500;
    width: 100%;
	 top: 34%;
  }
}
.counter-content .item-3 p a {
  color: #FFF;
  text-decoration: none;
}
.counter-content .divider {
  background: #EFEDEE;
}

.slider {
  padding: 100px 0;
}
@media only screen and (max-width: 1210px) {
  .slider {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider {
    padding: 50px 0;
  }
}
.slider .flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
}
@media only screen and (max-width: 1210px) {
  .slider .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.slider h4 {
  margin-right: 50px;
}
@media only screen and (max-width: 1210px) {
  .slider h4 {
    margin-right: 0;
    margin-top: 224px;
  }
}
@media only screen and (max-width: 1023px) {
  .slider h4 {
    margin-top: 214px;
  }
}
@media only screen and (max-width: 890px) {
  .slider h4 {
    margin-top: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .slider h4 {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 700px) {
  .slider h4 {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 620px) {
  .slider h4 {
    margin-top: 10px;
  }
}
.slider p {
  margin-right: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1210px) {
  .slider p {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.slider img {
  border-radius: 5px;
}
@media only screen and (max-width: 1210px) {
  .slider img {
	width: 100%;
    max-height: 560px;
    object-fit: cover;
  }
}
.slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  position: relative;
  top: -20px;
}
@media only screen and (max-width: 1210px) {
  .slider .slick-dots {
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider .slick-dots {
    top: 20px;
  }
}
.slider .slick-dots li {
  height: 2px;
  width: 30px;
  margin-right: 3px;
  background-color: rgba(23, 23, 23, 0.2);
  border: none;
  overflow: hidden;
  list-style-type: none;
}
@media only screen and (max-width: 1210px) {
  .slider .slick-dots li {
    width: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .slider .slick-dots li {
    width: 40px;
  }
}
.slider .slick-dots li.slick-active {
  width: 110px;
  height: 4px;
  background-color: #171717;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 1210px) {
  .slider .slick-dots li.slick-active {
    width: 208px;
  }
}
@media only screen and (max-width: 767px) {
  .slider .slick-dots li.slick-active {
    width: 77px;
  }
}
.slider .slick-dots li.slick-active + li {
  width: 110px;
  height: 4px;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 1210px) {
  .slider .slick-dots li.slick-active + li {
    width: 208px;
  }
}
@media only screen and (max-width: 767px) {
  .slider .slick-dots li.slick-active + li {
    width: 77px;
  }
}
.slider .slick-dots li button {
  display: none;
}

.news {
  margin: 100px 0;
}
@media only screen and (max-width: 1210px) {
  .news {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .news {
    margin: 50px 0;
  }
}
.news h3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1210px) {
  .news h3 {
    margin-bottom: 5px;
  }
}
.news h1 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1210px) {
  .news h1 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .news h1 {
    font-size: 40px;
    font-weight: 700;
  }
}
.news .wrapper > .flex {
  margin-right: -3%;
}
@media only screen and (max-width: 1210px) {
  .news .wrapper > .flex {
    margin-right: -2%;
  }
}
.news .item-3 {
  max-width: 31%;
  margin-right: 2%;
}
@media only screen and (max-width: 1210px) {
  .news .item-3 {
    max-width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .news .item-3 {
    max-width: 100%;
  }
}
.news .item-3.tags {
  max-width: 90%;
  margin-right: 0;
  position: relative;
  top: 5px;
}
.news-item-content {
  height: 205px;
  overflow: hidden;
}

.news-item-content h6 {
  max-height: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 1210px) {
  .news-item-content {
    height: 190px;
  }
}
@media only screen and (max-width: 1210px) {
  .news-item-content p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .news-item .tags {
    max-width: 85%;
  }
}
.news-item .tags a {
  font-size: 12px;
  padding: 3px 6px 3px;
  color: rgba(23, 23, 23, 0.5);
  background: none;
  border: 1px solid rgba(23, 23, 23, 0.5);
}
.news img {
  border-radius: 5px;
  width: 100%;
}
/*.news img.green {
  border-left: 6px solid #00734A;
}
.news img.violet {
  border-left: 6px solid #7538F5;
}
.news img.blue {
  border-left: 6px solid #3B61EA;
}*/
.news .nav.author {
  width: 340px;
  position: absolute;
  top: 20px;
  right: 0;
  border-bottom: 1px solid #171717;
  z-index: 2;
}
@media only screen and (max-width: 1210px) {
  .news .nav.author {
    height: auto;
    right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .news .nav.author {
    right: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .news .nav.author {
    width: auto;
    position: relative;
    top: -20px;
    right: 0;
    border-bottom: 1px solid rgba(23, 23, 23, 0.5);
  }
}
.news .nav.author .nav-link {
  white-space: normal;
}
.news .nav.author .dropdown {
  position: relative;
}
@media only screen and (max-width: 1210px) {
  .news .nav.author .dropdown {
    border: 0;
    margin: 0;
    padding: 10px 0;
  }
}
.news .nav.author .dropdown.active .icon-more {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news .nav.author .btn-drop {
  color: #171717;
  font-weight: 500;
  margin-left: 8px;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .news .nav.author .btn-drop {
    margin-left: 0;
    color: rgba(23, 23, 23, 0.5);
  }
}
.news .nav.author .icon-more {
  position: absolute;
  top: 15px;
  right: 8px;
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #171717;
}
@media only screen and (max-width: 767px) {
  .news .nav.author .icon-more {
    right: 0;
  }
}
.news .nav.author .dropdown-content ul {
  width: 320px;
  height: 156px;
  overflow-y: scroll;
  padding: 2px 10px;
  margin: 10px 0;
}
.news .nav.author .dropdown-content ul::-webkit-scrollbar {
  width: 3px;
}
.news .nav.author .dropdown-content ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(59, 97, 234, 0.3);
          box-shadow: inset 0 0 3px rgba(59, 97, 234, 0.3);
  border-radius: 30px;
}
.news .nav.author .dropdown-content ul::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #3B61EA;
}

.news-page {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .news-page {
    margin-bottom: 40px;
  }
}
.news-page .btn-blue {
  position: relative;
  top: -79px;
  left: -1px;
}
.news-page .pagination {
  padding-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .news-page .pagination {
    position: relative;
    top: 80px;
  }
}

.separated {
  position: relative;
  top: -30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .separated {
    top: -20px;
  }
}

.blog-page {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1210px) {
  .blog-page {
    margin-bottom: 50px;
  }
}
.blog-page .btn-blue {
  position: relative;
  top: -80px;
}
@media only screen and (max-width: 767px) {
  .blog-page .btn-blue {
    top: -70px;
  }
}
.blog-page .pagination {
  padding-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .blog-page .pagination {
    position: relative;
    top: 80px;
  }
}
.blog-page .news-item-content {
  height: 205px;
  overflow: hidden;
}
@media only screen and (max-width: 1210px) {
  .blog-page .news-item-content {
    height: 160px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page .news-item-content {
    height: 130px;
  }
}
.blog-page .news-item-content p a {
  color: #3B61EA;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
}

.news.light-blue {
  padding: 100px 0;
  margin: 0;
}
@media only screen and (max-width: 1210px) {
  .news.light-blue {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .news.light-blue {
    padding: 50px 0;
  }
}
.news.light-blue .news-item-content {
  height: 150px;
}

.flex .news-item .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0 0;
  max-height: 35px;
}

.autor {
  font-weight: 500;
  font-size: 12px;
  color: #3B61EA;
  display: block;
  margin: 10px 0;
  text-decoration: none;
}

.reports .wrapper > .flex {
  margin-right: -2%;
}
@media only screen and (max-width: 767px) {
  .reports .wrapper > .flex {
    margin-right: -3%;
  }
}
.reports .item-4 {
  max-width: 23%;
  margin-right: 2%;
}
@media only screen and (max-width: 1023px) {
  .reports .item-4 {
    max-width: 47.5%;
    margin-right: 2%;
  }
}
.reports .item-4 .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 55px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .reports .item-4 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .reports .item-4 .flex {
	height: 75px;
  }
}
.reports .item-4 .flex a.icon {
  -ms-flex-item-align: self-end;
      -ms-grid-row-align: self-end;
      align-self: self-end;
  position: relative;
  left: 19px;
}
.reports h6 {
  width: 80%;
}
@media only screen and (max-width: 1280px) {
	.reports .item-4 .flex a.icon {
	  left: 10px;
	}
}
@media only screen and (max-width: 1023px) {
  .reports h6 {
    width: 100%;
  }
	.reports .item-4 .flex a.icon {
	  left: 0;
	}
}
@media only screen and (max-width: 1023px) {
  .reports .pagination {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .reports .pagination {
    top: 70px;
  }
}

@media only screen and (max-width: 1023px) {
  .reports-item time {
    margin: 10px 0;
  }
  .reports-item .divider {
    margin: 15px 0;
  }
}
.reports-item img {
  width: 100%;
}
}
.reports-item .icon-download {
  color: #FFF;
  font-size: 22px;
  text-decoration: none;
}

article.news .news-wrap {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.article h1, .article .h1 {
  font-size: 30px;
  line-height: 120%;
  font-weight: 700;
  margin: 20px 0 40px;
}
@media only screen and (max-width: 1210px) {
  .article h1, .article .h1 {
    margin: 20px 0 30px;
  }
}
.article h2, .article .h2 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin: 30px 0;
}
.article h3, .article .h3 {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  margin: 30px 0;
}
@media only screen and (max-width: 1210px) {
  .article h3, .article .h3 {
    margin: 10px 0 20px;
  }
}
.article img {
  width: 100%;
  height: auto;
}
.article .social {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1210px) {
  .article .social {
    margin-top: 30px;
  }
}
.article .social a {
  font-size: 22px;
  color: #171717;
  text-decoration: none;
}
.article .social .icon {
  background-color: rgba(23, 23, 23, 0.1);
  margin-right: 10px;
}
.article .social img {
  width: auto;
}

.article .social .icon:last-child {
  margin: 0;
}

.article blockquote {
  background: none;
  font-size: 18px;
  -moz-text-align-last: left;
       text-align-last: left;
  position: relative;
  padding: 30px 25px 15px 75px;
}
@media only screen and (max-width: 1210px) {
  .article blockquote {
    padding: 20px 20px 10px 70px;
  }
}
@media only screen and (max-width: 539px) {
  .article blockquote {
    padding: 40px 20px 1px 0;
  }
  .article blockquote p {
    font-size: 16px;
    line-height: 120%;
  }
}
.article blockquote::before {
  font-size: 50px;
  position: absolute;
  top: 45px;
  left: 0;
}
@media only screen and (max-width: 539px) {
  .article blockquote::before {
    font-size: 40px;
    top: 20px;
  }
}
.article blockquote a {
  font-size: 12px;
  color: #3B61EA;
  text-decoration: none;
}
.article-content {
  position: relative;
}
.article-content.item-1-4 {
  max-width: 74%;
  margin-right: 2%;
}
@media only screen and (max-width: 1210px) {
  .article-content.item-1-4 {
    max-width: 100%;
  }
}
.article-content .tags a {
  font-size: 12px;
  padding: 4px 6px;
  color: rgba(23, 23, 23, 0.5);
  background: none;
  border: 1px solid rgba(23, 23, 23, 0.5);
}
.article-content time {
  position: absolute;
  top: -62px;
  right: 0;
}
@media only screen and (max-width: 767px) {
.article-content time {
  top: -47px;
}
}
.analytics .article-content time {
	top: -52px;
}
@media only screen and (max-width: 1210px) {
.analytics .article-content time {
	top: -47px;
}
}


.article-content .banner {
  border-radius: 5px;
  margin-bottom: 15px;
}
.article-content .goto span {
  font-size: 13px;
  font-weight: 600;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
      vertical-align: text-top;
}
.article-content .goto span::before {
  position: relative;
  top: 0.6px;
  left: 1px;
}
.article-footer {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
.article-footer .author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-footer .author img {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.article .donors {
  margin-top: 50px;
}
.article .donors-item {
  margin: 20px 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article .donors-item div {
  font-size: 12px;
  line-height: 150%;
  color: rgba(23, 23, 23, 0.6);
}
.article .donors img {
  width: 170px;
  margin-right: 30px;
}
.article .accented {
  padding: 50px 0;
  margin-bottom: 100px;
  border-top: 1px solid rgba(23, 23, 23, 0.5);
  border-bottom: 1px solid rgba(23, 23, 23, 0.5);
}
.article .accented .wrapper {
  margin-bottom: 50px;
}
.article .accented h3 {
  margin: 0 0 30px;
}

.article-content-banner {
  position: absolute;
}
@media only screen and (max-width: 1210px) {
  .article-content-banner {
    position: absolute;
    bottom: -50px;
  }
}
@media only screen and (max-width: 1210px) {
  .article-content-banner .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.article-content-banner .social .icon {
  color: #171717;
  background-color: rgba(23, 23, 23, 0.1);
  font-size: 20px;
  margin-bottom: 10px;
  text-decoration: none;
}
@media only screen and (max-width: 1210px) {
  .article-content-banner .social .icon {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.flex.article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .flex.article .analytics-article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex.article .analytics-article-item > img {
  width: 400px;
  float: left;
  margin: 0 30px 15px 66px;
}
@media only screen and (max-width: 1210px) {
  .flex.article .analytics-article-item img {
    margin: 0 22px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .flex.article .analytics-article-item img {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .flex.article .analytics-article-item img {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .flex.article time {
    top: -34px;
  }
}
@media only screen and (max-width: 767px) {
  .flex.article h1 {
    font-size: 26px;
  }
}
.flex.article .analytics-article-descr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tilda-publishing .flex.article .analytics-article-descr {
  width: 100%;
}
@media only screen and (max-width: 1210px) {
  .flex.article .analytics-article-descr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .flex.article .analytics-article-descr {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 1210px) {
  .flex.article .analytics-article-descr .description {
    float: left;
  }
}
@media only screen and (max-width: 1210px) {
  .flex.article .analytics-article-btn {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.flex.article .analytics-article-btn .btn-blue {
  float: none;
  top: 0;
  margin: 15px 0;
}
@media only screen and (max-width: 1210px) {
  .flex.article .analytics-article-btn .btn-blue {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .flex.article .analytics-article-btn .btn-blue {
    width: calc(100% - 24px);
    margin: 5px 0 15px;
  }
}

.news .article-content img.green {
 width: 100%;
}

.news .article-content img.blue {
  width: 100%;
}

.news .article-content img.violet {
  width: 100%;
}

.content-slider {
  position: relative;
  border-radius: 5px;
}
.content-slider .navigation {
  background: #454545;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.content-slider .navigation .pages {
  margin: 2px 28px 0 18px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.content-slider .navigation .pages .active {
  font-size: 36px;
  color: #FFF;
}
.content-slider .navigation .arrows {
  background: #FFF;
  border-radius: 5px;
  padding: 10px 0;
}
.content-slider .navigation .arrows span {
  padding: 0 8px;
  font-size: 22px;
  font-weight: 600;
  color: rgba(127, 162, 255, 0.5);
  cursor: pointer;
}
.content-slider .navigation .arrows span:first-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  top: -1.5px;
}
.content-slider .navigation .arrows span.active {
  color: #3B61EA;
}

@media only screen and (max-width: 1210px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar.item-4 {
  max-width: 24%;
}
@media only screen and (max-width: 1210px) {
  .sidebar.item-4 {
    max-width: 100%;
  }
}
.sidebar.item-4 > .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1210px) {
  .sidebar.item-4 > .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar.item-4 > .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sidebar .news-item {
  height: 220px;
  padding: 15px;
  background: #EFF2FD;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1210px) {
  .sidebar .news-item {
    margin-bottom: 0;
  }
}
.sidebar .news-item.flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
}
@media only screen and (max-width: 1210px) {
  .sidebar .news-item.flex {
    margin-right: 10px;
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .news-item.flex {
    margin-right: 0;
    margin-bottom: 18px;
  }
}

.sidebar .news-item.flex h6 {
  height: 105px;
  overflow: hidden;
}

.sidebar .flex .news-item .flex {
  justify-content: space-between;
  position: relative;
}

.sidebar .flex .news-item .flex .tags {
  position: relative;
  top: 6.5px;
	padding-right: 36px;
}

.sidebar .flex .news-item .flex .icon.icon-more {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sidebar time {
  margin-top: 0;
}

.sidebar h5 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 5px 0 15px;
}

@media only screen and (max-width: 1210px) {
  .sidebar h6 {
    font-size: 17px;
  }
}

.directions {
  padding: 100px 0;
}
@media only screen and (max-width: 1210px) {
  .directions {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .directions {
    padding: 50px 0;
  }
}
.directions .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1210px) {
	.directions .flex {
  		gap: 6px;
}
}
@media only screen and (max-width: 1023px) {
	.directions .flex {
  		flex-wrap: wrap;
	}
}
.directions .item-2 {
  max-width: 49.5%;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1210px) {
	.directions .item-2 {
  		margin-bottom: -2px;
	}
}
@media only screen and (max-width: 1023px) {
  .directions .item-2 {
    max-width: 100%;
  }
}
.directions .item-3 {
  max-width: 32.6%;
}
@media only screen and (max-width: 1210px) {
  .directions .item-3 {
    flex: 1 1 47%;
    max-width: 47%;
  }
}
@media only screen and (max-width: 1023px) {
  .directions .item-3 {
    flex: 1 1 100%;
    max-width: 100%;
	margin-bottom: 4px;
  }
}
.directions .item-3 img {
    position: relative;
    top: -23px;
}
@media only screen and (max-width: 539px) {
	.directions .item-3 img {
    	top: 5px;
	}
}
.directions-item {
  position: relative;
  max-height: 503px;
  overflow: hidden;
  border-radius: 5px;
}
.directions-item img {
  width: 100%;
  border-radius: 8px;
}
.directions-item h5 {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #FFF;
  line-height: 120%;
  font-size: 22px;
}
@media only screen and (max-width: 549px) {
.directions-item h5 {
  font-size: 18px;
}
}
.directions-item .icon {
  position: absolute;
  bottom: 24px;
  right: 20px;
}
.directions-item .icon::before {
  position: relative;
  left: 2px;
}

.home .directions-item .icon::before {
  position: relative;
  left: 6px;
}

.directions-item .icon img {
  width: auto;
}
.directions.light-blue {
  padding: 100px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1210px) {
  .directions.light-blue {
    padding: 80px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .directions.light-blue {
    padding: 50px 0 40px;
  }
}

.directions-page .blue {
  display: block;
  width: 100%;
  height: 550px;
  position: absolute;
  z-index: -1;
}
.directions-page .goto {
  top: 40px;
  color: #FFF;
}
@media only screen and (max-width: 1210px) {
  .directions-page .goto {
    top: 30px;
    left: 28px;
  }
}
.directions-page .goto span {
  border: 1px solid #FFF;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.directions-page .goto span::before {
  font-size: 12px;
  position: relative;
  top: 0.5px;
  left: 2px;
}
.directions-page h1 {
  color: #FFF;
  padding: 100px 0 50px;
}
@media only screen and (max-width: 1210px) {
  .directions-page h1 {
    padding: 80px 0 50px;
  }
}
.directions-page .article {
  border-radius: 5px;
  padding: 65px 100px;
}
@media only screen and (max-width: 1210px) {
  .directions-page .article {
    padding: 30px;
  }
}

.goto {
  color: #000;
  text-decoration: none;
  position: absolute;
  top: -55px;
  left: 4px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1210px) {
  .goto {
    top: -49px;
  }
}
@media only screen and (max-width: 767px) {
  .goto {
    top: -35px;
  }
}
.goto span {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  right: 4px;
  top: 0.5px;
}
.goto img {
  width: 6.5px;
  margin-left: 3px;
  margin-bottom: 2px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accented {
  padding: 80px 0 85px;
  background-image: url("/wp-content/themes/dejure/assets/img/justice.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1210px) {
  .accented {
    padding: 61px 0;
    background-size: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .accented {
    background-size: 90%;
  }
}
.accented .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accented h3 {
  text-align: center;
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .accented h3 {
    width: auto;
    line-height: 140%;
  }
}
.accented p {
  width: 470px;
  text-align: center;
  margin: 20px 0 30px;
}
@media only screen and (max-width: 767px) {
  .accented p {
    width: auto;
  }
}
.accented form {
  position: relative;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
    height: 47px;
    overflow: hidden;
}
.accented form .btn {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .accented form .btn {
    width: 115px;
  }
}
.accented input[type=email] {
  outline: none;
  border: none;
  height: 45px;
  margin-right: -10px;
  width: 300px;
  background: rgba(59, 97, 234, 0.7);
  border-radius: 5px;
  padding-left: 12px;
  color: #FFF;
}
@media only screen and (max-width: 1210px) {
  .accented input[type=email] {
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .accented input[type=email] {
    width: 190px;
  }
}
.accented input[type=email]::-webkit-input-placeholder {
  color: #FFF;
  font-size: 14px;
}
.accented input[type=email]::-moz-placeholder {
  color: #FFF;
  font-size: 14px;
}
.accented input[type=email]:-ms-input-placeholder {
  color: #FFF;
  font-size: 14px;
}
.accented input[type=email]::-ms-input-placeholder {
  color: #FFF;
  font-size: 14px;
}
.accented input[type=email]::placeholder {
  color: #FFF;
  font-size: 14px;
}

.accented .wpcf7-not-valid-tip {
  display: none;
  position: absolute;
  color: #fff;
  width: 340px;
}

.accented .wpcf7-response-output {
  position: absolute;
  top: 20px;
  left: -10px;
  border: none!Important;
}

.wpcf7-spinner {
  display: none;
}

.analytics {
  position: relative;
  margin: 100px 0 70px;
}
@media only screen and (max-width: 1210px) {
  .analytics {
    margin: 80px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .analytics {
    margin: 50px 0;
  }
}
.analytics h1 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1210px) {
  .analytics h1 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .analytics h1 {
    font-size: 40px;
    font-weight: 700;
  }
}
.analytics-content {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1210px) {
  .analytics-content {
    margin-bottom: 20px;
  }
}
.analytics-img.item-2 {
  flex: 1 1 49%;
  max-width: 49%;
}
@media only screen and (max-width: 1210px) {
  .analytics-img.item-2 {
    max-width: 45%;
  }
  .analytics-img.item-2 img {
    width: 100%;
  }
}
.analytics-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1210px) {
  .analytics-item {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1210px) {
  .analytics-item h6 {
    font-size: 14px;
    line-height: 135%;
  }
}
.analytics-item-bottom {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1210px) {
  .analytics-item-bottom {
    margin-bottom: 12px;
  }
}
.analytics-item-bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.9px;
  background-color: rgba(23, 23, 23, 0.5);
  position: absolute;
  bottom: -17px;
}
@media only screen and (max-width: 1210px) {
  .analytics-item-bottom::after {
    bottom: -6px;
  }
}
.analytics-item-bottom .icon.icon-more {
    position: absolute;
    right: 0;
    bottom: 4px;
}
.analytics .inside a {
  font-size: 11.5px;
  padding: 3px 6px;
  color: rgba(23, 23, 23, 0.5);
  background: none;
  border: 1px solid rgba(23, 23, 23, 0.5);
}
.analytics .flex.wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -1.5%;
}
.analytics .flex.item-2 {
  justify-content: space-between;
    flex: 1 1 49%;
    max-width: 50%;
    margin-right: 0.9%;
}
@media only screen and (max-width: 900px) {
  .analytics .flex.item-2 {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .tags.inside {
    width: auto;
  }
}

@media only screen and (max-width: 515px) {
  .tags.inside {
    width: 170px;
  }
}

.analytics time {
  margin-top: 0;
}
.analytics.light-blue {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .analytics.light-blue {
    padding: 50px 0;
  }
}

.tags.inside {
  position: relative;
  top: 1px;
}

.analytics .btn-blue {
  position: relative;
  top: -15px;
}
.analytics .pagination {
  padding-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .analytics .pagination {
    position: relative;
    top: 80px;
  }
}

.analytics-page .btn-blue {
  position: relative;
  top: -82px;
}
.analytics-page .pagination {
  padding-bottom: 40px;
}

article.analytics {
  padding-bottom: 0;
}

article.analytics .btn-blue {
  float: none;
  margin: 15px 0;
}

.analytics .article-content {
  padding-top: 20px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1210px) {
  .analytics .article-content {
    margin-bottom: 80px;
  }
}

.projects {
  margin: 100px 0 0;
}
@media only screen and (max-width: 1210px) {
  .projects {
    margin: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .projects {
    margin: 50px 0 0;
  }
}
.projects h1 {
  margin-bottom: 50px;
}
.projects .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1211px) {
  .projects.white .item-1-3 {
    max-width: 32.6%;
  }
}
.projects .item-1-3 {
  max-width: 66.3%;
}
@media only screen and (max-width: 1210px) {
  .projects .item-1-3 {
    max-width: 100%;
  }
}
.projects .item-3 {
  max-width: 32.6%;
}
@media only screen and (max-width: 1210px) {
  .projects .item-3 {
    max-width: 48.8%;
  }
}
@media only screen and (max-width: 767px) {
  .projects .item-3 {
    max-width: 100%;
  }
}
.projects-item {
  position: relative;
  border-radius: 5px;
  margin-bottom: 16px;
  height: 350px;
  overflow: hidden;
}
@media only screen and (max-width: 1210px) {
  .projects-item {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .projects-item {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .projects-item {
    height: 340px;
  }
}
.projects-item img {
  width: 100%;
  border-radius: 5px;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}
.projects-item h5 {
  position: absolute;
  bottom: 26px;
  left: 20px;
  color: #FFF;
  width: 70%;
}
.projects-item .icon {
  position: absolute;
  bottom: 26px;
  right: 20px;
}
.projects-item .icon img {
  width: auto;
}
.projects.light-blue {
  padding: 100px 0 1px;
}
@media only screen and (max-width: 1210px) {
  .projects.light-blue {
    padding: 80px 0 1px;
  }
}
@media only screen and (max-width: 767px) {
  .projects.light-blue {
    padding: 50px 0 1px;
  }
}

.home .projects.light-blue {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .home .projects.light-blue {
    padding-bottom: 50px;
  }
}

.single .projects.light-blue {
  padding: 100px 0 90px;
}

.projects-page {
  padding-bottom: 70px;
}
.projects-page .btn-blue {
  position: relative;
  top: -90px;
}
.projects-page .pagination {
  padding-top: 30px;
  padding-bottom: 40px;
}

.projects-article .wrapper {
  max-width: 970px;
  margin-bottom: 100px;
}

.projects-banner {
  background-image: url("/wp-content/themes/dejure/assets/img/projects-banner-bg.png");
  background-repeat: no-repeat;
  background-position: right 60px bottom 0;
  height: 710px;
}
.projects-banner h1 {
  width: 870px;
  padding: 175px 0 20px;
}
.projects-banner .btn-white {
  margin: 40px 0;
}

.content {
  text-align: center;
  padding: 13px;
  margin-bottom: 100px;
}
.content a {
  color: inherit;
  text-decoration: none;
}
.content .icon-content {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: 3px;
  right: 3px;
}
.content-name {
  font-weight: 700;
  text-transform: uppercase;
}

.timeline {
  position: relative;
  padding: 80px 40px;
  margin-top: 100px;
}
.timeline h3 {
  text-align: center;
}
.timeline > .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px 0;
}
.timeline > .flex:last-child .number::after {
  content: none;
}
.timeline .date {
  text-align: right;
  padding-right: 35px;
  max-width: 48%;
}
.timeline .number {
  color: #3B61EA;
  font-weight: 700;
  position: relative;
}

.timeline .number::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -11px;
  width: 30px;
  height: 30px;
  background: rgba(127, 162, 255, 0.3);
  border-radius: 30px;
}
.timeline .number::after {
  content: url(/wp-content/themes/dejure/assets/img/dots.svg);
  position: absolute;
  top: 27px;
  left: 3px;
}
.timeline h6 {
  padding-left: 35px;
}

.dossier {
  position: relative;
  margin-top: 100px;
}
.dossier .item-3 img {
  width: 100%;
}
.dossier .item-1-3 {
  max-width: 63.6%;
  padding-left: 30px;
}
.dossier .h1 {
  margin: 0 !important;
}
.dossier .autor {
  margin: 5px 0 15px;
  display: block;
  font-size: 14px;
}
.dossier-links a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #171717;
}
.dossier .goto {
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
}
.dossier .goto span {
  margin-left: 6px;
}
.dossier .goto .icon-more {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  margin-left: 6px;
  font-size: 15px;
  color: #FFF;
  background: #000;
}

.pdf {
  background: #EFF2FD;
  border-radius: 10px;
  padding: 25px 25px 25px 22px;
  margin: 50px 0 22px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pdf-file img {
  width: 50px !important;
  height: 50px;
  margin-right: 25px;
}
.pdf-file span {
  font-size: 12px;
  font-weight: 400;
  color: rgba(23, 23, 23, 0.5);
}

.more {
  margin: 100px 0 90px;
}
@media only screen and (max-width: 1210px) {
  .more {
    margin: 160px 0 80px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .more {
    margin: 130px 0 50px;
  }
}
.more img {
  border-radius: 5px;
}
@media only screen and (max-width: 1210px) {
  .more img {
    width: 100%;
  }
}
.more-content {
  padding-left: 60px;
}
@media only screen and (max-width: 1210px) {
  .more-content {
    padding-left: 0;
  }
  .more-content-header {
    position: absolute;
    left: 22px;
    top: -80px;
    width: calc(100% - 44px);
  }
}
.more .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more .item-2 {
  max-width: 48%;
}
@media only screen and (max-width: 1210px) {
  .more .item-2 {
    max-width: 100%;
  }
}
.more p {
  margin-bottom: 30px;
}

.info {
  margin: 100px 0 50px;
}
@media only screen and (max-width: 1210px) {
  .info {
    margin: 80px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .info {
    margin: 50px 0;
  }
}
.info-item {
  background: #EFF2FD;
  padding: 18px 20px 22px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1210px) {
  .info-item {
    padding: 15px 15px 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .info-item {
    margin-bottom: 10px;
    height: 180px;
  }
}
@media only screen and (max-width: 1210px) {
  .info-item ul li {
    font-size: 14px;
    line-height: 150%;
  }
}
.info h3 {
  margin-bottom: 10px;
}
.info h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1210px) {
  .info h5 {
    margin-bottom: 15px;
  }
}
.info ul {
  padding-left: 25px;
  line-height: 150%;
}
@media only screen and (max-width: 1210px) {
  .info ul {
    margin-top: 0;
  }
}
.info .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .info .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.info .item-3 {
  max-width: 28.5%;
}
@media only screen and (max-width: 1023px) {
  .info .item-3 {
    max-width: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .info .item-3 {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media only screen and (max-width: 767px) {
  .info .item-3:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.info time {
  margin: 0;
}
.info.partners h5 {
  max-width: 280px;
  margin: 0;
}
@media only screen and (max-width: 539px) {
  .info.partners h5 {
    max-width: 230px;
  }
}
.info.partners .info-item {
  height: 155px;
}
@media only screen and (max-width: 1210px) {
  .info.partners .info-item {
    height: 145px;
  }
}

@media only screen and (max-width: 1023px) {
  .info.partners .info-item {
    max-width: 44.5%;
  }
}
@media only screen and (max-width: 767px) {
  .info.partners .info-item {
    max-width: 43%;
  }
}
@media only screen and (max-width: 539px) {
  .info.partners .info-item {
    max-width: 100%;
  }
  .info.partners .info-item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .info .wrapper-btn {
    margin-bottom: 50px;
  }
}
.info .wrapper-btn .btn-blue {
  width: 180px;
}

.contacts {
  padding: 100px 0;
}
@media only screen and (max-width: 1210px) {
  .contacts {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .contacts {
    padding: 50px 0;
  }
}
.contacts .flex.article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  .contacts .flex.article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contacts h1 {
  font-size: 60px;
  margin-bottom: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contacts h1 {
    font-size: 40px;
    margin: 0;
  }
}
.contacts .light-blue {
  border-radius: 5px;
  padding: 30px 30px 0;
}
@media only screen and (max-width: 767px) {
  .contacts .light-blue {
    padding: 15px 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts .submit {
    width: 100%;
  }
  .contacts .submit button {
    height: 46px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contacts .checkbox {
    font-size: 12px;
    margin: 15px 0 25px;
  }
}
.contacts .tel {
  font-size: 19px;
  font-weight: 600;
  margin: 30px 0;
}
.contacts .tel .icon-phone {
  font-size: 21px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: #3B61EA;
}
.contacts .mail {
  font-size: 19px;
  font-weight: 600;
  margin: 30px 0;
}
.contacts .mail .icon-email {
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  color: #3B61EA;
}
.contacts .address {
    font-size: 19px;
    font-weight: 600;
    margin: 30px 0;
  line-height: 140%;
  position: relative;
  left: 30px;
}
@media only screen and (max-width: 1023px) {
  .contacts .address {
    margin: 30px 0;
  }
}
.contacts .address .icon-address {
  font-size: 23px;
  position: absolute;
  left: -30px;
  top: 6px;
  color: #3B61EA;
}
.contacts .social {
  margin: 60px 0;
}
@media only screen and (max-width: 1023px) {
  .contacts .social {
    margin: 35px 0 50px;
  }
}
.contacts a {
  color: #171717;
  text-decoration: none;
}

/* search page */
.search-page {
  padding: 100px 0;
}
@media only screen and (max-width: 1210px) {
  .search-page {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .search-page {
    padding: 50px 0;
  }
}
.search-page .flex.article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  .search-page .flex.article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-page h1 {
  font-size: 60px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .search-page h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .search-page h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .search-page .aside {
    position: absolute;
    right: 22px;
    width: 34%;
  }
}
@media only screen and (max-width: 767px) {
  .search-page .aside {
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 30px;
  }
}
.search-page .aside h5 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .search-page .aside h5 {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .search-page .tags.nav {
    height: 100%;
    margin: 12px 0 0;
  }
  .search-page .tags.nav .btn-drop {
    display: block;
    padding: 0 8px;
  }
  .search-page .tags.nav .btn-drop .icon-more {
    right: 8px;
  }
  .search-page .tags.nav .dropdown {
    margin-bottom: 5px;
  }
  .search-page .tags.nav .dropdown::before {
    content: "";
    display: block;
    height: 0.6px;
    width: 100%;
    background: #171717;
    position: relative;
    top: 25px;
    left: 0;
  }
  .search-page .tags.nav .dropdown.active .dropdown-content {
    display: block;
  }
  .search-page .tags.nav .dropdown-content {
    padding: 20px 0 0 !important;
    display: none;
  }
}
.search-page .radio-wrapper label span {
  color: #3B61EA;
  text-decoration: none;
}
.search-page .search-container {
  position: relative;
  border-bottom: 1px solid rgba(23, 23, 23, 0.5);
  width: 100%;
  margin-bottom: 30px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .search-page .search-container {
    max-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .search-page .search-container {
    display: block;
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.search-page .search-container .search-input {
  left: 0;
  width: 90%;
  padding-left: 0;
}
.search-page .search-container .search-input::-webkit-input-placeholder {
  color: #171717;
}
.search-page .search-container .search-input::-moz-placeholder {
  color: #171717;
}
.search-page .search-container .search-input:-ms-input-placeholder {
  color: #171717;
}
.search-page .search-container .search-input::-ms-input-placeholder {
  color: #171717;
}
.search-page .search-container .search-input::placeholder {
  color: #171717;
}
.search-page .search-container .icon-search {
  font-size: 20px;
  left: unset;
  top: 12px;
  right: 4px;
  border: none;
  background: none;
}
.search-page .search-container .found {
  color: rgba(23, 23, 23, 0.6);
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: 45px;
  left: 0;
}
.search-page .search-container .found a {
  color: #3B61EA;
  text-decoration: none;
}
.search-page-found h5 {
  font-weight: 700;
  margin: 50px 0 30px;
}
.search-page-found h6 {
  font-size: 15px;
  margin-bottom: 33px;
  position: relative;
}
.search-page-found h6::after {
  content: "";
  display: block;
  height: 0.9px;
  width: 100%;
  background: rgba(23, 23, 23, 0.5);
  position: relative;
  top: 10px;
}
.search-page-found h6 a {
  display: block;
  width: 92%;
}
.search-page-found h6 a::after {
  content: "\e90b";
  font-family: icomoon;
  width: 10px;
  height: 10px;
  background-color: #3B61EA;
  border-radius: 2px;
  color: #FFF;
  font-size: 11px;
  padding: 3px;
  position: absolute;
  top: 4px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* donate page */
.donate {
  padding: 100px 0;
}
@media only screen and (max-width: 1210px) {
  .donate {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .donate {
    padding: 50px 0;
  }
}
.donate .flex {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
@media only screen and (max-width: 767px) {
  .donate .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.donate h1 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .donate h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.donate p {
  width: 65%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .donate p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .donate p {
    margin-bottom: 30px;
  }
}
.donate h5 {
  font-weight: 700;
}
.donate .form {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .donate .form {
    margin-bottom: 30px;
    padding: 20px 15px;
  }
}
.donate .form .form-group {
  margin: 30px 0;
}
.donate .form .form-control {
  margin: 0;
}
.donate .form .form-btn .btn {
  font-size: 14px;
  font-weight: 500;
  width: auto;
  text-transform: none;
  color: #3B61EA;
  border: 1px solid #3B61EA;
  background: none;
  padding: 11px 12px;
  border-radius: 5px;
  margin-right: 6px;
}
@media only screen and (max-width: 767px) {
  .donate .form .form-btn .btn {
    padding: 12px 10px;
  }
}
.donate .form .form-btn .btn.active {
  border: 1px solid #3B61EA;
  background-color: #3B61EA;
  color: #FFF;
}
.donate .form .form-btn.sum .btn {
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .donate .form .form-btn.sum .btn {
    padding: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .donate .form .form-btn.sum .btn {
    font-size: 14px;
    padding: 12px 10px;
  }
  .donate .form .form-btn.sum .btn:last-child {
    margin-right: 0;
  }
}
.donate .form .submit {
  text-align: right;
}
.donate .form .submit button {
  background: rgba(127, 162, 255, 0.3);
  color: #7FA2FF;
  width: 200px;
  padding: 16px 20px;
}
.donate .details {
  padding-left: 130px;
}
@media only screen and (max-width: 1210px) {
  .donate .details {
    padding-left: 20px;
  }
}
.donate .details .divider {
  margin-bottom: 20px;
}
.donate .details div {
  margin-bottom: 12px;
}
.donate .details span {
  font-size: 12px;
  color: rgba(23, 23, 23, 0.5);
}
.donate .details h6 {
  font-size: 17px;
  font-weight: 500;
}

/* error page */
.error-page {
  text-align: center;
  padding: 130px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .error-page {
    padding: 230px 0 260px;
  }
}
@media only screen and (max-width: 767px) {
  .error-page {
    padding: 120px 0 160px;
  }
}
.error-page h1 {
  font-size: 156px;
  font-weight: 700;
}
.error-page .btn {
  margin: 30px 0 0;
}

.about-us-block {
  color: #FFF;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1210px) {
  .about-us-block {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-block {
    margin-bottom: 30px;
  }
}
.about-us-block .item-1-3 {
  margin-left: 140px;
}
@media only screen and (max-width: 1210px) {
  .about-us-block .item-1-3 {
    margin-left: 0;
  }
  .about-us-block .item-1-3 p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1210px) and (max-width: 767px) {
  .about-us-block .item-1-3 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1210px) {
  .about-us-block .item-3 {
    max-width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-block .item-3 {
    max-width: 0;
  }
}
.about-us .blue {
  display: block;
  width: 100%;
  height: 650px;
  position: absolute;
  z-index: -1;
}
.about-us h1 {
  color: #FFF;
  padding: 100px 0 40px;
}
@media only screen and (max-width: 1210px) {
  .about-us h1 {
    padding: 80px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us h1 {
    padding: 50px 0 25px;
    font-size: 40px;
    font-weight: 700;
  }
}
.about-us .divider {
  background-color: #7FA2FF;
}
.about-us .article {
  background: url("/wp-content/themes/dejure/assets/img/about-us-bg.png"), #EFF2FD;
  background-repeat: no-repeat;
  background-position: 115%;
  background-blend-mode: luminosity, normal;
  padding: 65px 100px;
  border-radius: 5px;
}
@media only screen and (max-width: 1210px) {
  .about-us .article {
    font-size: 17px;
    padding: 40px 40px 62px;
  }
}
@media only screen and (max-width: 1023px) {
  .about-us .article {
    background-position:200%;
  }
}
@media only screen and (max-width: 767px) {
  .about-us .article {
    font-size: 16px;
    padding: 20px 15px 30px;
  }
}
.about-us .article .item-2:last-child {
  max-width: 21%;
}
@media only screen and (max-width: 767px) {
  .about-us .article .item-2:last-child {
    max-width: 0;
  }
}
.about-us .article.cooperation {
  background-image: none;
  padding: 65px 58px;
  font-size: 15px;
}
@media only screen and (max-width: 539px) {
  .about-us .article.cooperation {
    padding: 1px 15px;
  }
}
@media only screen and (max-width: 539px) {
  .about-us .article.cooperation {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us .article .btn-blue {
    width: calc(100% - 26px);
  }
}
@media only screen and (max-width: 767px) {
  .about-us .article .info-item {
    height: 180px;
  }
}

@media only screen and (max-width: 1210px) {
  .our-team {
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .our-team {
    margin-bottom: 80px;
  }
}
.our-team-block {
  color: #FFF;
  margin-bottom: 160px;
}
@media only screen and (max-width: 1210px) {
  .our-team-block {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .our-team-block {
    margin-bottom: 40px;
  }
}
.our-team-block .item-1-3 {
  margin-left: 140px;
}
@media only screen and (max-width: 1210px) {
  .our-team-block .item-1-3 {
    margin-left: 0;
  }
  .our-team-block .item-1-3 p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1210px) and (max-width: 767px) {
  .our-team-block .item-1-3 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1210px) {
  .our-team-block .item-3 {
    max-width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .our-team-block .item-3 {
    max-width: 0;
  }
}
.our-team .blue {
  display: block;
  width: 100%;
  height: 480px;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 1210px) {
  .our-team .blue {
    height: 460px;
  }
}
@media only screen and (max-width: 1023px) {
  .our-team .blue {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .our-team .blue {
    height: 400px;
  }
}
@media only screen and (max-width: 539px) {
  .our-team .blue {
    height: 470px;
  }
}
.our-team h1 {
  color: #FFF;
  padding: 100px 0 40px;
}
@media only screen and (max-width: 1210px) {
  .our-team h1 {
    padding: 80px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .our-team h1 {
    width: 50%;
    font-size: 40px;
    font-weight: 700;
    line-height: 106%;
    padding: 30px 0 20px;
  }
}
.our-team .divider {
  background-color: #7FA2FF;
}

.team {
  margin: 70px 0 50px;
}
@media only screen and (max-width: 1210px) {
  .team {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .team {
    margin: 30px 0;
  }
}
.team .flex {
  margin-right: -3%;
}
.team-four .flex {
  margin-right: -4%;
}
.team .item-3 {
  max-width: 31%;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .team .flex {
    margin-right: -2%;
  }
  .team .item-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.team .item-3 h6 {
  margin: 20px 0 10px;
}
@media only screen and (max-width: 1210px) {
  .team .item-3 h6 {
    font-size: 17px;
    margin: 10px 0;
  }
}
.team .item-3 p {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.team .item-4 {
  max-width: 23%;
  margin-right: 1.4%;
  max-height: 465px;
}
@media only screen and (max-width: 767px) {
  .team .item-4 {
    max-width: 48.5%;
  }
}
.team .item-4 .active {
  background: #EFF2FD;
  border-radius: 5px;
  padding: 10px 20px 20px;
  height: 386px;
  overflow: hidden;
}
.team .item-4 .active .job-title {
  font-size: 12px;
  margin: 15px 0 10px;
}
.team .item-4 .active p {
  font-size: 13px;
}
.team .item-4 h6 {
  margin: 10px 0 5px;
  white-space: nowrap;
}

.team .item-4 img {
  max-height: 282px;
}
@media only screen and (max-width: 1210px) {
  .team .item-4 h6 {
    font-size: 15px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .team .item-4 .divider {
    margin-bottom: 15px;
  }
}
.team img {
  border-radius: 5px;
  width: 100%;
  max-height: 73%;
}
@media only screen and (max-width: 1024px) {
.team img {
  max-height: 68%;
}
}

@media only screen and (max-width: 767px) {
  .team img {
    max-height: none;
  }
}

.team .job-title {
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  height: 36px;
  overflow: hidden;
}

.video {
  position: relative;
}
.video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.video .preloader {
  background: #C7C7C4;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 46%;
  cursor: pointer;
}
.video .preloader .icon-play {
  color: #3B61EA;
  font-size: 30px;
  position: relative;
  top: 15px;
  left: 17px;
  border-radius: 1px;
}

.footer {
  padding: 80px 0 70px;
  color: #FFF;
}
@media only screen and (max-width: 1210px) {
  .footer {
    position: relative;
    padding: 150px 0 30px;
  }
}
@media only screen and (max-width: 1210px) {
  .footer .item-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1210px) {
  .footer .item-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1210px) {
  .footer .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 1210px) {
  .footer .logo .sub {
    border: none;
  }
}
.footer .logo img {
  width: 135px;
  position: relative;
  left: -10px;
}
@media only screen and (max-width: 1210px) {
  .footer .logo img {
    position: absolute;
    top: 30px;
  }
}
.footer .logo p {
  font-size: 13px;
  width: 270px;
}
.footer .sub {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1210px) {
  .footer .sub {
    padding: 5px 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer ul.nav {
  width: 270px;
}
@media only screen and (max-width: 1210px) {
  .footer ul.nav {
    height: 100%;
    width: 100%;
  }
}
.footer ul.nav li {
  padding: 0;
}
.footer ul.nav a {
  color: #FFF !important;
  padding: 12px 0;
}
.footer .nav-link .active {
  display: none;
}
.footer .dropdown {
  border: none;
}
.footer .dropdown.active .dropdown-content {
  padding: 0;
}
.footer .dropdown.active .btn-drop::after {
  content: "\e90a";
}
.footer .dropdown .dropdown-content ul {
  margin: 0;
  padding: 0;
  width: auto;
  background: none;
}
@media only screen and (max-width: 1210px) {
  .footer .dropdown .btn-drop::after {
    content: "\e90f";
    font-family: icomoon;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-left: 8px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #FFF;
    cursor: pointer;
  }
}
.footer .dropdown-content {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1210px) {
  .footer .dropdown-content {
    display: none;
  }
}
.footer .dropdown-content ul li a:hover {
  background: none;
}

.footer-contacts {
  color: #FFF;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-contacts .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 1210px) {
  .footer-contacts .item-4 {
    max-width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-contacts .item-4 {
    max-width: 100%;
  }
}
.footer-contacts a {
  color: #FFF;
  text-decoration: none;
}
.footer-contacts .tel {
  font-size: 18px;
  font-weight: 600;
}
.footer-contacts .tel .icon-phone {
  font-size: 19px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
@media only screen and (max-width: 1210px) {
  .footer-contacts .tel {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-contacts .tel {
    margin-bottom: 30px;
  }
}
.footer-contacts .mail {
  font-size: 18px;
  font-weight: 600;
}
.footer-contacts .mail .icon-email {
  font-size: 19px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
@media only screen and (max-width: 1210px) {
  .footer-contacts .mail {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-contacts .mail {
    margin-bottom: 30px;
  }
}
.footer-contacts .address {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  left: 27px;
  line-height: 140%;
}
@media only screen and (max-width: 1210px) {
  .footer-contacts .address {
    max-width: 170px;
    margin-left: 50px;
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-contacts .address {
    margin-bottom: 30px;
    margin-left: 0;
    max-width: none;
  }
}
.footer-contacts .address .icon-address {
  font-size: 20px;
  position: absolute;
  top: 9px;
  left: -28px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-contacts .address .icon-address {
    top: -1px;
  }
}
.footer-contacts .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1210px) {
  .footer-contacts .social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    top: 110px;
  }
  .footer-contacts .social::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    width: 1000%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .footer-contacts .social {
    position: relative;
    top: 0;
  }
  .footer-contacts .social::before {
    content: none;
  }
}
.footer-contacts .social .icon {
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 1210px) {
  .footer-contacts .social .icon {
    margin-left: 0;
    margin-right: 10px;
  }
}

.copyright {
  color: #FFF;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#payment-form .radio {
  display: inline-block;
}
#payment-form .radio input[type=radio],
#payment-form .payment-error {
  display: none;
}
#payment-form .form-row.has-error .payment-error {
  display: block;
  color: red;
  margin-top: 15px;
  margin-left: 10px;
}

#payment-form .form-row.has-error .form-control {
  border-bottom-color: red;
}

#payment-form label {
  box-sizing: border-box;
}

#payment-form label.radio {
  display: block;
}

#payment-form .form-btn.sum .btn {
  padding: 13px 12px;
}

#payment-form input[type=radio]:checked + .btn {
    border: 1px solid #3B61EA;
    background-color: #3B61EA;
    color: #FFF;
}

#liqpay-form {
  display: none;
}

#payment-form.paydonate .month {
  display: none;
}

#payment-form .field-amount {
  width: 103px;
}

#t-footer, #t-header, .tn-atom {
  display: none;
}

/* The Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 30px 30px 0;
  border: 1px solid #888;
  max-width: 770px;
}

@media only screen and (max-width: 767px) {
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 770px;
  }
}

.modal-content h5 {
  text-transform: uppercase;
  font-weight: 700;
}

/* The Close Button */
.js-modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  color: #7FA2FF;
  text-decoration: none;
}

.js-modal-close:hover,
.js-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.wpcf7 input[type="file"] {
  font-size: 0;
  margin: 0 8px 0 10px;
  vertical-align: text-bottom;
}

.wpcf7 input[type="file"]::before {
  content: "\e901";
  font-family: "icomoon";
  color: #3B61EA;
  font-size: 20px;
}

@media only screen and (max-width: 539px) {
  .wpcf7 input[type="file"] {
    margin: 0 8px 0 8px;
  }
}

.modal.active {
  display: block;
  z-index: 999;
}

.modal::-webkit-scrollbar { 
    display: none;
}

.wpcf7-list-item {
  margin: 0 0 0 11px;
}

.form-group.file-item {
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .wpcf7-list-item {
    margin: 10px 0 20px 10px;
  }
  .form-group.file-item {
    margin: 20px 0 10px;
  }
}

.single .wpcf7-form-control-wrap {
 margin: 0;
}

.wpcf7-list-item-label {
    position: relative;
    top: -1.5px;
    left: 3px;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
  margin-left: 10px;
}

#rec193336066 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
  font-size: 34px !important;
}

#rec186630472 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
  font-size: 28px !important;
}

#rec186627822 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
  line-height: 95% !important;
}

#allrecords ul, .t228__positionabsolute, .t738__witharrows {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
	padding: 4px 9px 5px;
    margin-left: 0;
}

.content-none {
  margin-left: 9px;
}

#allrecords ul {
  display: block !important;
}

.t-rec_pt_90 {
  padding-top: 0 !important;
}

.t668 ol li::marker {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .open-mobile-menu .add-nav-btn {
    display: none;
  }

  .open-mobile-menu .header .add-nav .add-nav-lang {
    display: block;
  }
}

.default h1 {
  font-size: 42px;
  margin: 50px 0 0;
}
.default .dossier {
  margin-top: 80px;
}
.default h3.h1 {
  font-size: 36px;
}
.default .dossier .autor {
  font-size: 14px;
}

.landing h1 {
	position: relative;
	top: 36px;
}

.landing .dossier .autor {
    font-size: 14px;
    margin: 10px 0 15px;
}

.landing .timeline {
	margin: 80px 0;
}

#vacancies .wrapper > .flex {
  gap: 12px;
}

.filter-label span {
  display: none;
}

@media only screen and (max-width: 539px) {
	.projects.light-blue .goto-header .h2 {
 		 width: 75%;
	}
}

#rec193336127 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
	font-size: 34px !important;
}

@media only screen and (max-width: 1279px) {
	#rec193213156 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
		font-size: 26px !important;
	}
}

@media only screen and (max-width: 767px) {
	#rec193213157 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
		font-size: 24px !important;
	}
}

@media only screen and (max-width: 539px) {
	#rec193213157 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
		font-size: 20px !important;
	}
}

.icon.icon-youtube::before {
	content: url(/wp-content/uploads/2024/11/youtube.svg);
	transform: scale(0.8);
}
.icon.icon-tiktok::before {
	content: url(/wp-content/uploads/2024/11/tiktok.svg);
	transform: scale(0.85);
}

.social .icon.icon-youtube::before, .social .icon.icon-tiktok::before {
	filter: invert(94%) sepia(94%) saturate(0%) hue-rotate(252deg) brightness(107%) contrast(106%);
}