article,
aside,
footer,
header,
nav,
section {
  display: block;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
::-webkit-input-placeholder {
  color: #d0d4dc;
}
:-moz-placeholder {
  color: #d0d4dc;
}
::-moz-placeholder {
  color: #d0d4dc;
}
:-ms-input-placeholder {
  color: #d0d4dc;
}
.error::-webkit-input-placeholder {
  color: #ff9292;
}
.error:-moz-placeholder {
  color: #ff9292;
}
.error::-moz-placeholder {
  color: #ff9292;
}
.error:-ms-input-placeholder {
  color: #ff9292;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #343c48;
  font: 16px/1.625em "Open Sans", Arial, sans-serif;
  background: #000;
  min-width: 320px;
  overflow-x: hidden;
  padding: 90px 0 0;
}
body.menu--open {
  overflow: hidden;
}
div.centralize {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
}
.main {
  background: #fff;
  -webkit-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.contact--open .main,
.menu--open .main {
  opacity: 0.2;
}
a {
  -webkit-transition: color 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: color 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: color 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  color: #44d1b1;
  text-decoration: none;
}
a:hover {
  color: #343c48;
}
.rs,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto Slab";
}
strong {
  font-weight: 700;
}
div.valign {
  display: table;
  width: 100%;
  height: 100%;
}
div.valign > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.section {
  padding: 100px 30px;
}
.section h2 {
  font-size: 2.25em;
  line-height: 1.47em;
  font-weight: 300;
}
@media all and (max-width: 700px) {
  .section h2 {
    font-size: 2em;
    line-height: 1.47em;
  }
}
@media all and (max-width: 500px) {
  .section {
    padding: 60px 30px;
  }
}
.btn {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #fff !important;
  padding: 13px 20px;
  border-radius: 4px;
  background: #343c48;
  -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn--xl {
  font-size: 16px;
  padding: 17px 35px;
}
.btn--orange {
  background: #f57023;
}
.btn--orange:hover {
  background: #e55a0a;
}
.btn--green {
  background: #44d1b1;
}
.btn--green:hover {
  background: #2db596;
}
@media all and (max-width: 500px) {
  .btn {
    font-weight: normal;
  }
  .btn--xl {
    font-size: 14px;
    padding: 15px 25px;
  }
}
.header {
  background: #343c48;
  padding: 30px 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 29;
}
.header__logo {
  display: inline-block;
  vertical-align: middle;
}
.header__logo img {
  display: block;
  -webkit-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.contact--open .header img,
.menu--open .header img {
  opacity: 0.2;
}
@media all and (max-width: 1240px) {
  .header {
    padding: 30px;
  }
}
@media all and (max-width: 400px) {
  .header {
    padding: 30px 20px;
  }
}
.nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  -webkit-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.contact--open .nav {
  opacity: 0.2;
}
@media all and (min-width: 1100px) {
  .nav__trigger {
    display: none;
  }
  .nav__wrapper {
    padding: 27px 50px;
  }
  .nav__wrapper ul {
    list-style: none;
    display: block;
  }
  .nav__wrapper ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
  }
  .nav__wrapper ul li a {
    padding: 9px 0;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .nav__wrapper ul li a:after {
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #f57023;
    -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  }
  .nav__wrapper ul li a:hover:after {
    width: 100%;
  }
  .nav__wrapper ul li.active a:after {
    width: 100%;
  }
  .nav__button {
    padding: 10px 20px !important;
    cursor: pointer;
  }
  .nav__button:after {
    display: none !important;
  }
}
@media all and (max-width: 1240px) and (min-width: 1100px) {
  .nav__wrapper {
    padding: 27px 25px;
  }
  .nav__wrapper ul li {
    padding: 0 15px;
  }
}
@media all and (max-width: 1100px) {
  .nav__trigger {
    position: absolute;
    top: 24px;
    right: 20px;
    z-index: 199;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url("/media/img/menu.png") no-repeat 50% 50%;
    background-size: 35px auto;
    display: block;
    text-indent: -9999px;
  }
  .menu--open .nav__trigger {
    background-image: url("/media/img/menu-close.png");
  }
  .nav__wrapper {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    max-width: 640px;
    overflow: auto;
    background: #647186;
    color: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    right: -640px;
    padding: 20% 0;
  }
  .nav__wrapper ul {
    list-style: none;
    text-align: center;
  }
  .nav__wrapper ul li {
    padding: 10px 0;
  }
  .nav__wrapper ul li a {
    color: #fff;
  }
  .menu--open .nav__wrapper {
    right: 0;
  }
}
@media all and (max-width: 400px) {
  .nav__trigger {
    right: 10px;
  }
}
.home_hero {
  background: #eaedf1 url(/media/img/bg-home_hero.svg) no-repeat 100% 150px;
  background-size: 500px auto;
  padding: 0 30px;
  overflow: hidden;
  font-size: 0;
}
.home_hero__content,
.home_hero__figure,
.home_hero__logotypes {
  font-size: 16px;
}
.home_hero__content,
.home_hero__figure {
  display: inline-block;
  vertical-align: middle;
  padding: 80px 0 30px;
}
.home_hero__figure {
  width: 50%;
  text-align: right;
}
.home_hero__figure figure {
  background: #343c48;
  border-radius: 25px;
  padding: 17px 60px 17px 50px;
  position: relative;
  max-width: 490px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.home_hero__figure figure div.iframe {
  position: absolute;
  top: 17px;
  left: 50px;
  bottom: 17px;
  right: 60px;
  background: #000;
}
.home_hero__figure figure div.iframe > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_hero__figure figure a {
  display: block;
}
.home_hero__figure figure a:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -47px 0 0 -47px;
  width: 94px;
  height: 94px;
  background: #343c48;
  border-radius: 50%;
}
.home_hero__figure figure a:after {
  display: block;
  content: ' ';
  position: absolute;
  border-left: 20px solid #fff;
  border-bottom: 14px solid transparent;
  border-top: 14px solid transparent;
  left: 50%;
  top: 50%;
  margin: -14px 0 0 -6px;
}
.home_hero__figure figure:before {
  display: block;
  content: ' ';
  position: absolute;
  width: 7px;
  height: 7px;
  background: #2B2D38;
  border-radius: 50%;
  border: 1px solid #595C6D;
  top: 50%;
  margin-top: -3px;
  left: 22px;
}
.home_hero__figure figure:after {
  display: block;
  content: ' ';
  position: absolute;
  width: 24px;
  height: 24px;
  background: #2B2D38;
  border-radius: 50%;
  border: 1px solid #595C6D;
  top: 50%;
  margin-top: -12px;
  right: 18px;
}
.home_hero__figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid #fff;
  border-radius: 2px;
}
.home_hero__content {
  padding-left: 30px;
  padding-right: 30px;
  width: 50%;
}
.home_hero__content h1 {
  font-size: 2em;
  line-height: 1.343em;
  max-width: 400px;
}
.home_hero__content p {
  padding: 40px 0 50px;
}
.home_hero__logotypes {
  margin: 0 -30px;
  padding: 50px 0;
}
.home_hero__logotypes ul {
  list-style: none;
  display: table;
  width: 100%;
}
.home_hero__logotypes ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .home_hero__logotypes {
    margin: 0 -10px;
  }
  .home_hero__logotypes ul {
    display: block;
    text-align: center;
  }
  .home_hero__logotypes ul li {
    display: inline-block;
    padding: 15px 20px;
  }
  .home_hero__logotypes ul li img {
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 1000px) {
  .home_hero__content,
  .home_hero__figure {
    display: block;
    width: auto;
    text-align: center;
  }
  .home_hero__content {
    padding-left: 0;
    padding-right: 0;
  }
  .home_hero__content h1 {
    margin: 0 auto;
  }
  .home_hero__figure {
    padding-top: 30px;
  }
}
@media all and (max-width: 500px) {
  .home_hero__content {
    padding-top: 60px;
  }
  .home_hero__figure {
    margin: 0 -15px;
  }
  .home_hero__figure figure {
    padding: 15px;
    border-radius: 10px;
  }
  .home_hero__figure figure:after,
  .home_hero__figure figure:before {
    display: none;
  }
  .home_hero__figure figure div.iframe {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
  }
}
.why_us {
  background: url("/media/img/bg-why_us1.svg") no-repeat 0 200px;
}
.why_us h2 {
  text-align: center;
  padding: 20px 0 80px;
}
.why_us div.centralize {
  position: relative;
}
.why_us ul {
  list-style: none;
  background: url("/media/img/bg-why_us.svg") no-repeat 100% 0;
  padding: 60px 0 0;
}
.why_us ul li {
  counter-increment: why_us;
  padding: 0 0 0 150px;
}
.why_us ul li h3 {
  font-size: 3.75em;
  line-height: 1em;
  font-weight: 300;
  padding: 0 0 35px;
  position: relative;
}
.why_us ul li h3:before {
  content: counter(why_us);
  font-size: 1.7em;
  position: absolute;
  right: 100%;
  top: 25px;
  padding: 0 30px 0 0;
}
.why_us ul li h3:after {
  display: block;
  content: ' ';
  position: absolute;
  width: 70px;
  height: 6px;
  left: 0;
  bottom: 14px;
  border-radius: 3px;
  background: #f57023;
}
.why_us ul li p {
  font-size: 1.25em;
  line-height: 1.65em;
  max-width: 350px;
}
.why_us ul li + li {
  margin-top: 80px;
}
.why_us ul li:nth-child(3) {
  margin-top: 0;
}
.why_us ul li:nth-child(n+3) {
  margin-left: 50%;
}
.why_us__box {
  background: #eaedf1;
  padding: 1px 0 0;
  width: 50%;
  max-width: 526px;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.why_us__box > img {
  display: block;
  margin: 40px auto;
}
.why_us__box figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 1100px) {
  .why_us h2 {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .why_us ul {
    padding: 0;
    background-position: 100% 100%;
  }
  .why_us ul li {
    margin: 40px 0 0 !important;
    padding: 0 0 0 80px;
    display: inline-block;
    width: 49%;
    text-align: left;
    vertical-align: top;
  }
  .why_us ul li h3 {
    font-size: 3em;
    line-height: 1em;
  }
  .why_us ul li h3:before {
    font-size: 1.7em;
  }
  .why_us__box {
    position: relative;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: none;
    margin: 50px -30px -100px;
  }
}
@media all and (max-width: 900px) {
  .why_us ul li {
    padding: 0 30px 0 60px;
  }
  .why_us ul li h3 {
    font-size: 2.4em;
    line-height: 1em;
  }
  .why_us ul li h3:before {
    font-size: 1.7em;
    top: 15px;
    padding: 0 20px 0 0;
  }
  .why_us ul li p {
    font-size: 1em;
  }
}
@media all and (max-width: 700px) {
  .why_us ul {
    margin: 0 -30px;
    padding: 0 20px;
  }
  .why_us ul li {
    display: block;
    width: auto;
  }
  .why_us ul li p {
    max-width: none;
  }
}
@media all and (max-width: 500px) {
  .why_us h2 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .why_us__box > img {
    width: 80%;
    max-width: 373px;
    height: auto;
  }
}
.home_cta {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.home_cta p {
  font-family: "Roboto Slab";
  font-size: 2.25em;
  line-height: 1.47em;
  font-weight: 300;
  padding: 0 0 55px;
}
.home_cta__wrapper {
  position: relative;
  padding: 50px 0 50px 385px;
  background: url("/media/img/ico-home_cta.svg") no-repeat 50px 40px;
  background-size: 216px auto;
}
@media all and (max-width: 1000px) {
  .home_cta__wrapper {
    padding-left: 0;
    padding-top: 300px;
    padding-bottom: 30px;
    background-position: 0 0;
  }
}
@media all and (max-width: 500px) {
  .home_cta {
    padding-bottom: 60px;
  }
  .home_cta__wrapper {
    padding-top: 200px;
    background-size: 150px auto;
  }
  .home_cta p {
    font-family: "Roboto Slab";
    font-size: 1.75em;
    line-height: 1.47em;
  }
}
.boxes_1 {
  overflow: hidden;
  text-align: center;
}
.boxes_1 h2 {
  padding: 0 0 90px;
}
.boxes_1 ul {
  list-style: none;
  font-size: 0;
  padding: 0 0 20px;
  margin: 0 -100px 0 -50px;
}
.boxes_1 ul li {
  font-size: 16px;
  width: 33.333%;
  vertical-align: top;
  display: inline-block;
  padding: 0 50px;
  text-align: left;
}
.boxes_1__box {
  color: #343c48;
}
.boxes_1__box h4 {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.375em;
  padding: 0 0 35px;
  position: relative;
  max-width: 300px;
}
.boxes_1__box h4:after {
  display: block;
  content: ' ';
  position: absolute;
  width: 30px;
  height: 4px;
  left: 0;
  bottom: 14px;
  border-radius: 2px;
  background: #44d1b1;
}
@media all and (max-width: 1300px) {
  .boxes_1 ul {
    margin: 0 -40px 0 -20px;
  }
  .boxes_1 ul li {
    padding: 0 20px;
  }
}
@media all and (max-width: 1100px) {
  .boxes_1 ul {
    margin: 0;
  }
  .boxes_1 ul li {
    padding: 0;
    width: auto;
    display: block;
    max-width: 700px;
    margin: 0 auto;
  }
  .boxes_1 ul li + li {
    padding-top: 70px;
  }
  .boxes_1 ul li h4 {
    max-width: none;
  }
}
@media all and (max-width: 500px) {
  .boxes_1 h2 {
    padding: 0 0 70px;
  }
  .boxes_1 ul {
    margin: 0;
  }
  .boxes_1 ul li + li {
    padding-top: 50px;
  }
}
.did_you_know {
  background: #eaedf1;
  padding: 30px;
}
.did_you_know h2 {
  font-size: 2em;
  line-height: 1.47em;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.did_you_know p {
  font-size: 14px;
  line-height: 1.7em;
  font-family: "Roboto Slab";
  font-weight: 300;
}
.did_you_know__box {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 49%;
  padding: 15px 0 15px 40px;
}
.did_you_know__wrapper {
  position: relative;
  padding: 0 0 0 350px;
  text-align: right;
}
@media all and (max-width: 1000px) {
  .did_you_know h2 {
    top: 5px;
  }
  .did_you_know__wrapper {
    padding: 0 0 0 300px;
  }
  .did_you_know__box {
    padding: 15px 0;
    display: block;
    width: auto;
  }
}
@media all and (max-width: 700px) {
  .did_you_know h2 {
    position: relative;
    top: 0;
    padding: 0 0 20px;
  }
  .did_you_know__wrapper {
    padding: 0;
  }
}
.pricelist {
  text-align: center;
  overflow: hidden;
  padding: 0 30px;
}
.pricelist h3 {
  font-size: 2em;
  line-height: 1.47em;
  font-weight: 300;
}
.pricelist__top {
  padding: 50px 0 80px;
}
.pricelist__top h3 {
  padding: 0 0 30px;
}
.pricelist__top h3 + p {
  font-size: 1.25em;
  line-height: 1.65em;
  padding: 0 0 50px;
  font-weight: 300;
}
.pricelist__box {
  padding: 8px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.07);
  max-width: 640px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}
.pricelist__box__left,
.pricelist__box__right {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  padding: 60px 30px 45px;
}
.pricelist__box__left h5,
.pricelist__box__right h5 {
  font-size: 1.625em;
  line-height: 1.2em;
  font-family: 'Open Sans';
  padding: 0 0 35px;
}
.pricelist__box__left h6,
.pricelist__box__right h6 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.pricelist__box__left p,
.pricelist__box__right p {
  padding: 10px 0;
}
.pricelist__box__ribbon {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 46px;
  left: -21px;
  font-family: "Roboto Slab";
  color: #fff;
  background: #44d1b1;
  width: 170px;
  height: 36px;
  line-height: 34px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pricelist__box__ribbon:after,
.pricelist__box__ribbon:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  border-top: 36px solid transparent;
}
.pricelist__box__ribbon:before {
  left: -36px;
  border-right: 36px solid #44d1b1;
}
.pricelist__box__ribbon:after {
  right: -36px;
  border-left: 36px solid #44d1b1;
}
.pricelist__box__ribbon div:after,
.pricelist__box__ribbon div:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 100%;
  border-bottom: 12px solid transparent;
}
.pricelist__box__ribbon div:before {
  left: -36px;
  border-left: 12px solid #2C917A;
}
.pricelist__box__ribbon div:after {
  right: -36px;
  border-right: 12px solid #2C917A;
}
.pricelist__box__left p {
  font-size: 12px;
  line-height: 1.8em;
}
.pricelist__box__left a.selectBox {
  color: #343c48;
  border: 1px solid #9ba9bb;
  font-size: 3.125em;
  line-height: 72px;
  font-weight: 300;
  display: inline-block;
  padding: 0 60px 0 15px;
  margin: 0 0 35px;
  width: auto !important;
  position: relative;
}
.pricelist__box__left a.selectBox .selectBox-label {
  width: auto !important;
}
.pricelist__box__left a.selectBox .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #9ba9bb;
  width: 46px;
}
.pricelist__box__left a.selectBox .selectBox-arrow:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #343c48;
  margin: -3px 0 0 -5px;
}
.pricelist__box__right {
  background: #44d1b1;
  color: #fff;
  position: relative;
}
.pricelist__box__right:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 10px solid #fff;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  margin-top: -15px;
}
.pricelist__box__right h6 {
  font-size: 4.375em;
  line-height: 1em;
  font-family: "Roboto Slab";
  font-weight: 400;
}
.pricelist__box__right h6 span + span {
  font-size: 16px;
  line-height: 2.2em;
  padding: 0 0 0 5px;
  margin: 0 -25px 0 0;
  vertical-align: top;
}
.pricelist__box__right p {
  font-size: 14px;
  padding: 20px 0 10px;
}
.pricelist__box__right .btn {
  padding: 10px 20px;
  margin: 25px 0 0;
}
.pricelist__bottom {
  padding: 20px 0 110px;
}
.pricelist__bottom p {
  max-width: 565px;
  margin: 0 auto;
  padding: 30px 0 40px;
}
.pricelist__divide {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  font-size: 1.25em;
}
.pricelist__divide:after,
.pricelist__divide:before {
  display: block;
  content: ' ';
  position: absolute;
  width: 450px;
  height: 1px;
  background: #343c48;
  top: 50%;
  opacity: 0.6;
}
.pricelist__divide:before {
  right: 100%;
}
.pricelist__divide:after {
  left: 100%;
}
@media all and (max-width: 700px) {
  .pricelist__box__left,
  .pricelist__box__right {
    display: block;
    width: auto;
    padding: 30px 20px 35px;
  }
  .pricelist__box__left {
    padding-top: 100px;
  }
  .pricelist__box__right:before {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .pricelist__bottom {
    padding: 70px 0;
  }
}
.selectBox-dropdown-menu {
  position: absolute;
  border: 1px solid #9ba9bb;
  list-style: none;
  background: #fff;
  padding: 5px 0;
}
.selectBox-dropdown-menu li a {
  display: block;
  padding: 5px 15px;
  color: #343c48;
  cursor: pointer;
  font-size: 1.25em;
}
.selectBox-dropdown-menu li a:hover {
  color: #44d1b1;
}
.box_figure {
  background: #fbfbfc;
  position: relative;
  padding: 0 30px;
}
.box_figure__box {
  width: 50%;
  padding: 130px 50px 130px 0;
}
.box_figure__box h3 {
  font-size: 2.25em;
  line-height: 1.47em;
  font-weight: 300;
}
.box_figure__box p {
  font-size: 1.25em;
  line-height: 1.65em;
  padding: 10px 0 40px;
}
.box_figure__box a {
  color: #f57023;
}
.box_figure figure {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media all and (max-width: 700px) {
  .box_figure {
    padding: 0;
  }
  .box_figure__box {
    width: auto;
    padding: 70px 30px 90px;
  }
  .box_figure figure {
    position: relative;
    width: auto;
    height: auto;
    left: 0;
  }
  .box_figure figure img {
    display: block !important;
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 500px) {
  .box_figure__box {
    width: auto;
    padding: 50px 30px 70px;
  }
}
.knowledge {
  padding: 70px 30px 0;
}
.knowledge__hero {
  background: #eaedf1;
  padding: 85px 30px 100px;
}
.knowledge h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  top: 13px;
  border-top: 1px solid #D8D8D8;
  font-family: "Open Sans";
  letter-spacing: 1px;
}
.knowledge h5 span {
  background: #fff;
  padding: 0 70px 0 0;
  position: relative;
  top: -13px;
}
.knowledge__list {
  padding: 50px 0 70px;
}
.knowledge__list > ul {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0 -20px;
}
.knowledge__list > ul li {
  font-size: 16px;
  width: 33.333%;
  vertical-align: top;
  display: inline-block;
  padding: 20px;
  text-align: left;
}
.knowledge__article {
  color: #343c48;
  display: block;
}
.knowledge__article figure img {
  display: block;
  width: 100%;
  height: auto;
}
.knowledge__article div {
  padding: 30px 0 50px;
}
.knowledge__article h6 {
  background: #eaedf1;
  display: inline-block;
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 8px 12px;
}
.knowledge__article h3 {
  font-size: 1.5em;
  line-height: 1.33em;
  font-weight: 300;
  padding: 15px 0 20px;
}
.knowledge__article span {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding-right: 20px;
}
.knowledge__article span + span {
  padding-left: 20px;
  border-left: 1px solid #343c48;
}
.knowledge__article--hero {
  font-size: 0;
  direction: rtl;
}
.knowledge__article--hero div,
.knowledge__article--hero figure {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  direction: ltr;
}
.knowledge__article--hero figure {
  width: 58%;
}
.knowledge__article--hero div {
  width: 42%;
  padding: 0 70px 0 0;
}
.knowledge__article--hero h6 {
  background: #F7F6F6;
}
.knowledge__article--hero h3 {
  font-size: 2em;
  line-height: 1.34em;
}
.knowledge__pager {
  text-align: center;
  padding: 0 0 130px;
}
.knowledge__pager > * {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  border: 1px solid #9BA9BB;
  border-radius: 4px;
  line-height: 58px;
}
.knowledge__pager ul {
  list-style: none;
  font-size: 0;
  height: 60px;
}
.knowledge__pager ul li {
  display: inline-block;
}
.knowledge__pager ul li + li {
  border-left: 1px solid #9BA9BB;
}
.knowledge__pager ul li a,
.knowledge__pager ul li span {
  line-height: 58px;
  display: block;
  width: 52px;
  font-size: 14px;
  text-align: center;
  color: #647186;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.knowledge__pager ul li a:hover {
  color: #fff;
  background: #647186;
  font-weight: 700;
}
.knowledge__pager__first,
.knowledge__pager__last {
  width: 90px;
  text-align: center;
  color: #647186;
  font-size: 14px;
}
.knowledge__pager__first:hover,
.knowledge__pager__last:hover {
  color: #fff;
  background: #647186;
}
@media all and (max-width: 1100px) {
  .knowledge__article--hero div,
  .knowledge__article--hero figure {
    display: block;
    width: auto;
  }
  .knowledge__article--hero figure {
    margin: -100px -30px 70px;
  }
  .knowledge__list > ul > li {
    width: 50%;
  }
}
@media all and (max-width: 700px) {
  .knowledge__pager__first,
  .knowledge__pager__last {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .knowledge__list > ul > li {
    width: 100%;
  }
  .knowledge__article figure {
    margin: 0 -30px;
  }
  .knowledge__article div {
    padding-bottom: 20px;
  }
  .knowledge__article--hero figure {
    margin: -100px -30px 70px;
  }
  .knowledge__article--hero div {
    padding: 0;
  }
  .knowledge__pager {
    padding: 0 0 90px;
  }
}
@media all and (max-width: 500px) {
  .knowledge {
    padding-top: 40px;
  }
  .knowledge__list {
    padding-top: 20px;
  }
  .knowledge__hero {
    padding: 100px 30px 60px;
  }
  .knowledge__article--hero figure {
    margin-bottom: 50px;
  }
  .knowledge__pager {
    margin: -40px 0 0;
    padding: 0 0 70px;
  }
  .knowledge__pager ul li {
    display: none;
  }
  .knowledge__pager ul li:first-child,
  .knowledge__pager ul li:last-child {
    display: inline-block;
  }
}
.article {
  padding: 0 30px;
}
.article__head {
  padding: 63px 0 0;
  position: relative;
}
.article__head div.centralize {
  position: relative;
}
.article__head h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  font-size: 2.875em;
  line-height: 1.3em;
  padding: 0 0 40px;
  width: 67%;
}
.article__head figure {
  height: 400px;
  margin: 0 -80px;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.article__head figure:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  opacity: 0.5;
}
.article__wrapper {
  font-size: 0;
  padding: 100px 0 90px;
}
.article__aside,
.article__content {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.article__content {
  width: 67%;
  padding: 0 100px 0 0;
  position: relative;
}
.article__aside {
  width: 33%;
}
.article__info {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding: 0 0 25px;
}
.article__info span {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding-right: 20px;
}
.article__info span + span {
  padding-left: 20px;
  border-left: 1px solid #343c48;
}
.article__go_back {
  color: #343c48;
  display: inline-block;
  margin: 60px 0 0;
  padding: 0 28px 0 0;
  background: url(/media/img/ico-list.svg) no-repeat 100% 50%;
}
.article__go_back:hover {
  color: #44d1b1;
}
.article article figure {
  margin: 30px 0;
}
.article article figure img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}
.article article ol,
.article article p,
.article article ul {
  padding: 15px 0;
}
.article article ol a,
.article article p a,
.article article ul a {
  color: #f57023;
}
.article article ol a:hover,
.article article p a:hover,
.article article ul a:hover {
  color: #343c48;
}
.article article ol,
.article article ul {
  margin-left: 30px;
}
.article article blockquote {
  border-left: 4px solid #44d1b1;
  padding: 0 0 0 30px;
  margin: 30px 0;
  font-size: 1.2em;
  line-height: 1.625em;
}
.article article p.article__lead {
  font-size: 1.875em;
  line-height: 1.3em;
  padding-top: 0 !important;
  padding-bottom: 25px;
}
.article article h2 {
  font-size: 1.875em;
  line-height: 1.3em;
  padding: 30px 0 15px;
}
.article article h3 {
  font-size: 1.575em;
  line-height: 1.3em;
  padding: 30px 0 15px;
}
.article article h4 {
  font-size: 1.375em;
  line-height: 1.3em;
  padding: 30px 0 15px;
}
.article__cta {
  background: #44d1b1 url(/media/img/ico-home_cta.svg) no-repeat 170px 30px;
  background-size: 165px auto;
  margin: 0 0 20px;
  padding: 30px 45px 60px;
  color: #fff;
}
.article__cta h3 {
  font-size: 2em;
  line-height: 1.35em;
  padding: 0 0 20px;
  font-weight: 300;
}
.article__cta p {
  font-size: 1.25em;
  line-height: 1.6em;
  font-weight: 300;
  padding: 0 0 25px;
  max-width: 200px;
}
.article__cta a.btn {
  padding: 10px 20px;
}
.article__related {
  background: #fff;
  margin: 0 0 50px;
  padding: 45px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
}
.article__related h3 {
  font-weight: 700;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.33em;
  padding: 0 0 20px;
}
.article__related ul {
  list-style: none;
  display: inline-block;
}
.article__related ul li {
  display: block;
  padding: 9px 0 9px 50px;
  position: relative;
  counter-increment: related;
}
.article__related ul li + li {
  border-top: 1px solid #D9D9D9;
}
.article__related ul li:before {
  display: block;
  content: ' ';
  position: absolute;
  content: counter(related);
  top: 50%;
  left: 0;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background: #44d1b1;
  text-align: center;
  line-height: 36px;
  font-family: "Roboto Slab";
  font-weight: 700;
  color: #fff;
}
.article__related ul li a {
  color: #343c48;
  padding: 0 30px 0 0;
}
.article__related ul li a:hover {
  color: #44d1b1;
}
.article__categories {
  background: #fff;
  margin: 0 0 50px;
  padding: 30px 45px 0;
  box-shadow: -1px -1px 0 0 #d4d8de;
}
.article__categories h3 {
  font-weight: 700;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.33em;
  padding: 0 0 20px;
}
.article__categories ul {
  list-style: none;
  display: inline-block;
}
.article__categories ul li {
  display: block;
  padding: 9px 0;
}
.article__categories ul li + li {
  border-top: 1px solid #D9D9D9;
}
.article__categories ul li a {
  color: #343c48;
  padding: 0 30px 0 0;
}
.article__categories ul li a:hover {
  color: #44d1b1;
}
.article__social {
  position: absolute;
  right: 100%;
  list-style: none;
  font-size: 0;
  padding: 0 30px 0 0;
}
.article__social li {
  display: block;
  vertical-align: middle;
  padding: 0 0 15px;
}
.article__social li a {
  display: block;
  width: 30px;
  height: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-color: #44d1b1;
  border-radius: 50%;
  -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 0.8;
}
.article__social li a:hover {
  opacity: 1;
}
.article__social__item--facebook a {
  background-image: url("/media/img/social/facebook1.svg");
  background-size: 9px auto;
}
.article__social__item--linkedin a {
  background-image: url("/media/img/social/linkedin1.svg");
  background-size: 14px auto;
}
.article__social__item--twitter a {
  background-image: url("/media/img/social/twitter1.svg");
  background-size: 16px auto;
}
@media all and (max-width: 1290px) {
  .article__head figure {
    margin: 0 -30px;
  }
  .article__social {
    position: relative;
    right: 0;
    padding: 0;
  }
  .article__social ul {
    margin-left: 0 !important;
  }
  .article__social ul li {
    display: inline-block;
    padding: 0 10px 0 0;
  }
}
@media all and (max-width: 1190px) {
  .article__head {
    padding-top: 0;
  }
  .article__head h1 {
    width: auto;
  }
}
@media all and (max-width: 1000px) {
  .article__aside,
  .article__content {
    display: block;
    width: auto;
    padding: 0;
  }
  .article__content {
    padding: 0 0 80px;
  }
  .article__cta,
  .article__related {
    float: left;
    width: 48%;
    margin: 0 0 30px 4%;
  }
  .article__cta:first-child,
  .article__related:first-child {
    margin-left: 0;
  }
  .article__categories {
    clear: both;
  }
  .article__cta {
    padding: 30px 25px 50px;
  }
  .article__related {
    padding: 35px 25px;
  }
  .article__categories {
    padding: 35px 25px 0;
  }
}
@media all and (max-width: 800px) {
  .article__head figure {
    height: 550px;
  }
}
@media all and (max-width: 700px) {
  .article__head figure {
    height: auto;
  }
  .article__head figure img {
    display: block !important;
    width: 100%;
    height: auto;
  }
  .article__head h1 {
    position: relative;
    color: #343c48;
    padding: 50px 0 0;
    font-size: 2.2em;
  }
  .article__info {
    position: relative;
    bottom: 0;
  }
  .article__wrapper {
    padding-top: 40px;
  }
  .article__cta,
  .article__related {
    float: none;
    width: auto;
    margin: 0 0 30px 0;
  }
  .article article p.article__lead {
    font-size: 1.5em;
    line-height: 1.4em;
  }
}
@media all and (max-width: 500px) {
  .article__wrapper {
    padding-bottom: 30px;
  }
  .article__content {
    margin-right: -10px;
  }
}
.footer {
  background: #eaedf1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.contact--open .footer,
.menu--open .footer {
  opacity: 0.2;
}
.footer__top {
  font-size: 0;
  padding: 70px 30px;
}
.footer__col {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 20%;
  padding: 20px 0;
}
.footer__col--first {
  width: 40%;
}
.footer__col + .footer__col {
  padding-left: 30px;
}
.footer__col h5 {
  font-size: 1.25em;
  line-height: 1.3em;
  color: #343c48;
  padding: 0 0 38px;
  position: relative;
}
.footer__col h5:after {
  display: block;
  content: ' ';
  position: absolute;
  width: 10px;
  height: 1px;
  left: 0;
  bottom: 13px;
  background: #f57023;
}
.footer__col ul {
  list-style: none;
}
.footer__col ul li {
  padding: 13px 0;
}
.footer__col ul li a {
  color: #343c48;
}
.footer__col ul li a:hover {
  color: #f57023;
}
.footer_ill {
  max-width: 133px;
  margin: 50px 0 0 90px;
}
.footer_ill img {
  display: block;
  width: 100%;
}
.footer__bottom {
  border-top: 1px solid #fff;
  padding: 30px;
}
.footer__bottom div.centralize {
  position: relative;
}
.footer__bottom p {
  display: inline-block;
  color: #6E7493;
  font-size: 12px;
}
.footer__bottom p + p {
  margin-left: 35px;
}
.footer__social {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  font-size: 0;
}
.footer__social li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
}
.footer__social li a {
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 0.8;
}
.footer__social li a:hover {
  opacity: 1;
}
.footer__social__item--facebook a {
  background-image: url("/media/img/social/facebook.svg");
}
.footer__social__item--google a {
  background-image: url("/media/img/social/googleplus.svg");
}
.footer__social__item--instagram a {
  background-image: url("/media/img/social/instagram.svg");
}
.footer__social__item--linkedin a {
  background-image: url("/media/img/social/linkedin.svg");
}
.footer__social__item--twitter a {
  background-image: url("/media/img/social/twitter.svg");
}
@media all and (max-width: 1100px) {
  .footer__col {
    width: 33.333%;
  }
  .footer__col--first {
    width: auto;
    display: block;
    text-align: left;
    padding: 0 0 40px;
  }
  .footer__col + .footer__col {
    padding-left: 0;
  }
  .footer_ill {
    display: none;
  }
}
@media all and (max-width: 750px) {
  .footer__bottom {
    text-align: center;
  }
  .footer__social {
    position: relative;
    padding: 20px 0 0;
  }
}
@media all and (max-width: 700px) {
  .footer__col {
    width: auto;
    display: block;
  }
  .footer__col ul li {
    padding: 7px 0;
  }
  .footer__col + .footer__col {
    padding-top: 30px;
  }
}
@media all and (max-width: 500px) {
  .footer p {
    display: block;
    padding: 0;
    margin: 0 !important;
  }
}
.get_to_know {
  background: #44d1b1;
  position: relative;
  padding: 0 30px;
  color: #fff;
}
.get_to_know div.centralize {
  position: relative;
}
.get_to_know figure {
  position: absolute;
  top: 0;
  left: 45%;
  width: 60%;
  height: 100%;
  background-size: contain;
  background-position: 50% 30%;
  background-repeat: no-repeat;
}
.get_to_know__box {
  width: 50%;
  padding: 90px 40px 120px 0;
}
.get_to_know__box h3 {
  font-weight: 100;
  font-size: 2.25em;
  line-height: 1.47em;
  padding: 0 0 40px;
  max-width: 450px;
}
@media all and (max-width: 1000px) {
  .get_to_know {
    padding: 30px 0 80px;
  }
  .get_to_know figure {
    position: relative;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
  }
  .get_to_know figure img {
    display: block !important;
    width: 100%;
    height: auto;
    background: none;
  }
  .get_to_know__box {
    width: auto;
    padding: 0 30px;
    text-align: center;
  }
  .get_to_know__box h3 {
    margin: 0 auto;
  }
}
@media all and (max-width: 500px) {
  .get_to_know {
    padding: 30px 0 70px;
  }
  .get_to_know__box h3 {
    font-size: 1.75em;
    line-height: 1.47em;
  }
}
.about {
  padding: 0 30px 70px;
  overflow: hidden;
}
.about__boxes {
  overflow: hidden;
  text-align: center;
  padding: 30px 0 0;
}
.about__boxes ul {
  list-style: none;
  font-size: 0;
  padding: 0 0 20px;
  margin: 0 -100px 0 -50px;
}
.about__boxes ul li {
  font-size: 16px;
  width: 33.333%;
  vertical-align: top;
  display: inline-block;
  padding: 30px 50px;
  text-align: left;
  color: #343c48;
}
.about__boxes ul li h4 {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.375em;
  padding: 0 0 35px;
  position: relative;
  max-width: 300px;
}
.about__boxes ul li h4:after {
  display: block;
  content: ' ';
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0;
  bottom: 14px;
  border-radius: 2px;
  background: #f57023;
}
.about__logotypes,
.about__logotypes1 {
  margin: 0 -30px;
  padding: 50px 0;
}
.about__logotypes ul,
.about__logotypes1 ul {
  list-style: none;
  display: table;
  width: 100%;
}
.about__logotypes ul li,
.about__logotypes1 ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.about__lead {
  text-align: center;
  font-family: "Roboto Slab";
  padding: 0 0 30px;
}
.about__lead p {
  font-weight: 100;
  font-size: 2.25em;
  line-height: 1.47em;
  max-width: 990px;
  margin: 0 auto;
  padding: 30px 0;
}
.about__head {
  font-size: 0;
  margin: 0 -85px 30px;
}
.about__head p {
  font-weight: 100;
  font-size: 36px;
  font-family: "Roboto Slab";
  line-height: 1.2em;
  padding: 20px 0;
  max-width: 460px;
  position: relative;
}
.about__head p:before {
  display: block;
  content: ' ';
  position: absolute;
  width: 70px;
  height: 6px;
  left: 0;
  top: -5px;
  border-radius: 3px;
  background: #f57023;
}
.about__head__box2 {
  color: #fff;
  background: #44d1b1;
}
.about__head figure {
  position: relative;
  top: 100px;
}
.about__head figure img {
  display: block;
  width: 100%;
  height: auto;
}
.about__head__box1,
.about__head__box2,
.about__head figure {
  display: inline-block;
  vertical-align: top;
}
.about__head__box1,
.about__head__box2 {
  padding: 70px 85px;
}
.about__head__box1 {
  width: 45%;
  padding-bottom: 60px;
}
.about__head__box1 img {
  display: block;
  margin: 0 0 80px -10px;
}
.about__head figure {
  width: 55%;
  vertical-align: bottom;
}
.about__head__box2 {
  width: 62%;
  position: relative;
}
.about__head__box2 p:before {
  background: #fff;
}
@media all and (max-width: 1200px) {
  .about__boxes ul {
    margin: 0 -50px 0 -30px;
  }
  .about__boxes ul li {
    width: 33.333%;
    padding: 30px;
  }
  .about__logotypes,
  .about__logotypes1 {
    margin: 0 -10px;
  }
  .about__logotypes ul,
  .about__logotypes1 ul {
    display: block;
    text-align: center;
  }
  .about__logotypes ul li,
  .about__logotypes1 ul li {
    display: inline-block;
    padding: 15px 20px;
  }
  .about__logotypes ul li img,
  .about__logotypes1 ul li img {
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 1100px) {
  .about__head p {
    font-size: 28px;
    line-height: 1.47em;
  }
  .about__head figure {
    top: 50px;
  }
  .about__head__box1 {
    padding-right: 30px;
  }
  .about__head__box1 img {
    width: 250px;
    height: auto;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1000px) {
  .about__boxes ul {
    margin: 0 -50px 0 -30px;
  }
  .about__boxes ul li {
    width: 50%;
    padding: 30px;
  }
}
@media all and (max-width: 800px) {
  .about__head__box2 {
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 700px) {
  .about__logotypes1 img {
    height: 100px;
    width: auto;
  }
  .about__lead p {
    font-size: 1.75em;
    line-height: 1.47em;
  }
  .about__boxes ul {
    margin: 0;
  }
  .about__boxes ul li {
    width: auto;
    display: block;
    padding: 30px 0;
    text-align: center;
  }
  .about__boxes ul li h4 {
    margin: 0 auto;
  }
  .about__boxes ul li h4:after {
    left: 50%;
    margin-left: -10px;
  }
  .about__head {
    margin: 0 -30px;
  }
  .about__head__box1,
  .about__head__box2,
  .about__head figure {
    display: block;
    width: auto !important;
  }
  .about__head figure {
    top: 0;
  }
  .about__head__box1,
  .about__head__box2 {
    padding: 50px 30px 30px !important;
  }
}
@media all and (max-width: 500px) {
  .about {
    padding: 0 30px 30px;
  }
  .about__logotypes {
    padding: 20px 0;
  }
  .about__logotypes1 {
    padding: 50px 0 20px 0;
  }
}
.boxes_3 {
  margin: 0 0 80px;
  text-align: center;
  background: #f0f0f3 url("/media/img/bg-boxes_3.svg") no-repeat 0 40%;
  background-size: 20% auto;
}
.boxes_3 h2 {
  padding: 0 0 70px;
}
.boxes_3 ul {
  list-style: none;
  font-size: 0;
  padding: 0 0 20px;
  margin: 0 -100px -50px -50px;
}
.boxes_3 ul li {
  font-size: 16px;
  width: 50%;
  vertical-align: top;
  display: inline-block;
  padding: 50px;
  text-align: left;
}
.boxes_3__box {
  color: #343c48;
  font-size: 1.25em;
  line-height: 1.65em;
  margin: 0 auto;
  max-width: 510px;
}
.boxes_3__box h4 {
  font-weight: 700;
  padding-bottom: 0.8em;
}
.boxes_3__wrapper {
  overflow: hidden;
}
.boxes_3__figure {
  background: url("/media/img/graph.svg") no-repeat 50% 100%;
  background-size: 1920px auto;
  margin: 0 -30px -100px;
}
.boxes_3__figure img {
  width: 80%;
  max-width: 900px;
  height: auto;
  margin: 0 auto -180px;
}
@media all and (max-width: 1250px) {
  .boxes_3__figure {
    background-size: auto 100%;
  }
  .boxes_3 ul {
    margin: 0 -30px -50px;
  }
  .boxes_3 ul li {
    padding: 50px 30px;
  }
}
@media all and (max-width: 800px) {
  .boxes_3 {
    background-size: 40% auto;
  }
  .boxes_3__box {
    font-size: 1em;
    line-height: 1.7em;
  }
  .boxes_3 ul li {
    padding: 30px;
  }
}
@media all and (max-width: 700px) {
  .boxes_3 {
    margin: 0 0 20px;
  }
  .boxes_3__figure {
    background-size: 100% auto;
  }
  .boxes_3__figure img {
    margin: 40px auto -100px;
    width: 100%;
  }
  .boxes_3 ul li {
    padding: 30px;
    display: block;
    width: auto;
  }
}
@media all and (max-width: 500px) {
  .boxes_3 {
    margin: 0 0 80px;
  }
  .boxes_3 h2 {
    padding: 0 0 40px;
  }
}
.boxes_4 {
  overflow: hidden;
  text-align: center;
  padding-bottom: 160px;
}
.boxes_4 div.centralize {
  background: url("/media/img/boxes_4_ill.png") no-repeat 90% 100%;
  background-size: 300px auto;
}
.boxes_4 h2 {
  padding: 0 0 45px;
}
.boxes_4__sub {
  margin-top: -30px;
  padding-bottom: 70px;
}
.boxes_4__sub h3 {
  padding: 0 0 20px;
  font-size: 1.4em;
}
.boxes_4__wrapper > ul {
  list-style: none;
  font-size: 0;
  padding: 0 0 20px;
  margin: 0 -100px 0 -50px;
}
.boxes_4__wrapper > ul > li {
  font-size: 16px;
  width: 50%;
  vertical-align: top;
  display: inline-block;
  padding: 80px 50px;
  text-align: left;
}
.boxes_4__wrapper > ul > li h4:before {
  width: 175px;
}
.boxes_4__wrapper > ul > li:nth-child(1) h4:before {
  width: 10px;
}
.boxes_4__wrapper > ul > li:nth-child(2) h4:before {
  width: 50px;
}
.boxes_4__wrapper > ul > li:nth-child(3) h4:before {
  width: 80px;
}
.boxes_4__wrapper > ul > li:nth-child(4) h4:before {
  width: 110px;
}
.boxes_4__wrapper > ul > li:nth-child(5) h4:before {
  width: 140px;
}
.boxes_4__box {
  color: #343c48;
  max-width: 430px;
  margin: 0 auto;
}
.boxes_4__box h4 {
  font-size: 2.25em;
  line-height: 1.47em;
  font-weight: 300;
  padding: 0 0 20px;
  position: relative;
}
.boxes_4__box h4:before {
  display: block;
  content: ' ';
  position: absolute;
  bottom: 100%;
  left: 0;
  margin: 0 0 13px;
  background: url("/media/img/dots.svg") no-repeat 0 0;
  height: 10px;
}
.boxes_4__box ul {
  font-size: 1.25em;
  line-height: 1.5em;
  list-style: disc;
  margin: 0 0 0 25px;
}
.boxes_4__box ul li {
  padding: 4px 0;
}
.boxes_4__highlighted {
  background: #eaedf1;
  width: 50%;
  padding: 50px 60px;
  text-align: left;
  position: relative;
}
.boxes_4__highlighted:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 50%;
  right: -54px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  margin-top: -54px;
  background: #44d1b1 url(/media/img/ico-shield.svg) no-repeat 50% 50%;
  background-size: 60px auto;
}
.boxes_4__highlighted h6 {
  font-size: 1.25em;
  font-weight: 700;
  color: #44d1b1;
  font-family: "Roboto Slab";
}
.boxes_4__highlighted h3 {
  font-size: 2.25em;
  line-height: 1.47em;
  font-weight: 300;
  padding: 0 0 10px;
}
.boxes_4__highlighted p {
  font-size: 1.1em;
}
@media all and (max-width: 1250px) {
  .boxes_4__wrapper > ul {
    margin: 0 -30px;
  }
  .boxes_4__wrapper > ul > li {
    padding: 60px 30px;
  }
  .boxes_4__box h4 {
    font-size: 1.75em;
    line-height: 1.47em;
  }
  .boxes_4__box ul {
    font-size: 1em;
    line-height: 1.5em;
  }
  .boxes_4__highlighted {
    padding: 50px 70px 50px 40px;
  }
  .boxes_4__highlighted h3 {
    font-size: 1.75em;
    line-height: 1.27em;
    padding: 15px 0;
  }
}
@media all and (max-width: 900px) {
  .boxes_4 div.centralize {
    background-size: 200px auto;
  }
}
@media all and (max-width: 700px) {
  .boxes_4 {
    padding-bottom: 100px;
  }
  .boxes_4 h2 {
    padding: 0 0 70px;
  }
  .boxes_4__highlighted {
    width: auto;
    padding: 90px 30px 60px;
    text-align: center;
    margin: 70px -30px -100px;
  }
  .boxes_4__highlighted:after {
    right: auto;
    left: 50%;
    top: 0;
    margin-left: -54px;
  }
  .boxes_4 div.centralize {
    background: none;
  }
  .boxes_4__wrapper > ul {
    margin: 0;
  }
  .boxes_4__wrapper > ul > li {
    display: block;
    width: auto;
    padding: 40px 0;
  }
}
@media all and (max-width: 500px) {
  .boxes_4 h2 {
    padding: 0 0 50px;
  }
}
.boxes_2 {
  overflow: hidden;
  text-align: center;
  background: #343c48;
  color: #fff;
}
.boxes_2 h2 {
  padding: 0 0 90px;
}
.boxes_2 ul {
  list-style: none;
  font-size: 0;
  padding: 0 0 20px;
  margin: 0 -50px;
}
.boxes_2 ul li {
  font-size: 16px;
  width: 33.333%;
  vertical-align: top;
  display: inline-block;
  padding: 0 50px;
  text-align: left;
}
.boxes_2__box {
  color: #fff !important;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.boxes_2__box figure {
  padding: 0 0 45px;
}
.boxes_2__box h4 {
  font-size: 1.375em;
  line-height: 1.32em;
  padding: 0 0 20px;
  position: relative;
}
@media all and (max-width: 800px) {
  .boxes_2 ul {
    margin: 0;
  }
  .boxes_2 ul li {
    display: block;
    width: auto;
  }
  .boxes_2 ul li + li {
    padding-top: 100px;
  }
  .boxes_2__box {
    position: relative;
    padding: 0 0 0 150px;
    max-width: none;
    text-align: left;
  }
  .boxes_2__box figure {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
  .boxes_2__box figure img {
    height: 100px;
  }
}
@media all and (max-width: 500px) {
  .boxes_2 h2 {
    padding: 0 0 70px;
  }
  .boxes_2 ul li {
    padding: 0;
  }
  .boxes_2 ul li + li {
    padding-top: 70px;
  }
  .boxes_2__box {
    padding: 0;
    text-align: center;
  }
  .boxes_2__box figure {
    position: relative;
    padding: 0 0 40px;
  }
}
.logicaltrust {
  font-size: 0;
  position: relative;
  padding: 110px 0;
}
.logicaltrust:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #eaedf1;
}
.logicaltrust__left,
.logicaltrust__right {
  position: relative;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 50px;
}
.logicaltrust__right {
  padding-top: 240px;
}
.logicaltrust__left p {
  margin: 0 -15px;
}
.logicaltrust figure {
  margin: 0 -50px;
  padding: 0 0 40px;
}
.logicaltrust figure img {
  display: block;
  width: 100%;
  height: auto;
}
.logicaltrust p {
  padding: 0 0 30px;
  font-size: 1.25em;
  line-height: 1.6em;
}
.logicaltrust__lead {
  font-size: 2em !important;
  line-height: 1.35em !important;
  font-family: "Roboto Slab";
  font-weight: 300;
  padding: 0 0 45px !important;
}
.logicaltrust__logo {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: #eaedf1;
  text-align: center;
  padding: 45px 30px;
}
.logicaltrust__logo img {
  display: block;
  width: 100%;
  max-width: 373px;
  height: auto;
  margin: 0 auto;
}
@media all and (max-width: 900px) {
  .logicaltrust {
    padding-top: 0;
  }
  .logicaltrust p {
    font-size: 1em;
    line-height: 1.6em;
  }
  .logicaltrust__left,
  .logicaltrust__right {
    padding: 0 30px;
  }
  .logicaltrust figure {
    margin: 0 -30px;
    padding: 0 0 30px;
  }
  .logicaltrust__lead {
    font-size: 1.8em !important;
    line-height: 1.35em !important;
    padding: 0 0 45px !important;
  }
  .logicaltrust__right {
    padding-top: 200px;
  }
  .logicaltrust__left p {
    margin: 0;
  }
}
@media all and (max-width: 700px) {
  .logicaltrust:before {
    display: none;
  }
  .logicaltrust__logo {
    position: relative;
    left: 0;
    width: auto;
    margin: 0 -30px;
  }
  .logicaltrust__lead {
    padding: 0 0 35px !important;
  }
  .logicaltrust__right {
    padding-top: 0;
  }
  .logicaltrust__left,
  .logicaltrust__right {
    display: block;
    width: auto;
  }
}
@media all and (max-width: 500px) {
  .logicaltrust {
    padding: 0 0 80px;
  }
}
.trainings_hero {
  color: #fff;
  padding: 90px 30px 90px;
  background-position: 100% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}
.trainings_hero__wrapper {
  padding: 0 0 0 450px;
  position: relative;
}
.trainings_hero__wrapper h2 {
  font-size: 3.375em;
  line-height: 1.15em;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 350px;
}
.trainings_hero__wrapper h2:before {
  display: block;
  content: ' ';
  position: absolute;
  width: 70px;
  height: 6px;
  left: 0;
  top: 100%;
  margin-top: 25px;
  border-radius: 3px;
  background: #44d1b1;
}
.trainings_hero__wrapper p {
  font-size: 2.25em;
  line-height: 1.35em;
  font-family: "Roboto Slab";
  font-weight: 300;
  padding: 0 0 50px;
}
.trainings_hero__wrapper a {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  width: 46%;
  vertical-align: top;
  padding: 0 0 20px;
  position: relative;
  line-height: 1.6em;
}
.trainings_hero__wrapper a:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 100%;
  left: 0;
  border-left: 5px solid #f57023;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.trainings_hero__wrapper a + a {
  margin-left: 7%;
}
.trainings_hero__wrapper a span {
  font-weight: 300;
  display: block;
  font-family: "Roboto Slab";
  font-size: 1.625em;
  line-height: 1.4em;
}
@media all and (max-width: 1250px) {
  .trainings_hero__wrapper {
    padding: 0;
  }
  .trainings_hero__wrapper h2 {
    position: relative;
    margin: 0 0 50px;
  }
}
@media all and (max-width: 700px) {
  .trainings_hero {
    padding: 90px 30px;
  }
  .trainings_hero a {
    margin: 0 !important;
    width: auto;
    display: block;
  }
  .trainings_hero a + a {
    margin-top: 40px !important;
  }
  .trainings_hero__wrapper h2 {
    font-size: 2.75em;
    line-height: 1.15em;
  }
  .trainings_hero__wrapper p {
    font-size: 1.75em;
    line-height: 1.35em;
  }
  .trainings_hero__wrapper a {
    font-size: 0.85em;
  }
}
@media all and (max-width: 500px) {
  .trainings_hero {
    padding: 60px 30px 80px;
  }
}
.contact {
  position: fixed;
  top: 0;
  z-index: 39;
  width: 100%;
  height: 100%;
  max-width: 640px;
  overflow: auto;
  background: #647186;
  color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  right: -640px;
}
.contact--open .contact {
  right: 0;
}
.contact__inner {
  padding: 130px 100px;
}
.contact__inner h4 {
  font-size: 2em;
  line-height: 1.34em;
}
.contact__inner p {
  padding: 0 0 20px;
}
.contact__form {
  padding: 35px 0;
}
.contact__details ul {
  list-style: none;
}
.contact__details ul li {
  display: inline-block;
  vertical-align: top;
}
.contact__details ul li + li {
  padding-left: 50px;
}
.contact__details ul li h6 {
  font-size: 16px;
}
.contact__details ul li p {
  padding: 0;
  padding-top: 5px;
  line-height: 1em;
  font-size: 10pt;
}
.contact__details ul li p a {
  color: #fff;
}
.contact__details ul li span {
  font-size: 10px;
  line-height: 1em;
  opacity: 0.5;
}
.contact__close {
  position: absolute;
  top: 50px;
  right: 50px;
  color: #fff !important;
  cursor: pointer;
  font-size: 12px;
}
@media all and (max-width: 650px) {
  .contact__close {
    right: 10%;
    top: 30px;
  }
  .contact__inner {
    padding: 80px 10%;
  }
  .contact__details ul {
    list-style: none;
  }
  .contact__details ul li {
    display: block;
  }
  .contact__details ul li + li {
    padding-left: 0;
    padding-top: 20px;
  }
}
.form__row + .form__row {
  padding: 30px 0 0;
}
.form__row .btn {
  display: block;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.form__row p {
  padding: 0;
  font-size: 10px;
  color: #ff9292;
  margin: 0 0 -26px;
}
.form__row input,
.form__row textarea {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #929BAA;
  padding: 0 20px;
  outline: none;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
}
.form__row input.error,
.form__row textarea.error {
  border-color: #ff9292;
}
.form__row input {
  padding: 0 20px;
  line-height: 50px;
}
.form__row textarea {
  padding: 10px 20px;
  line-height: 30px;
}
.form__row #contactform-gdprterms {
  display: inline-block;
  width: auto;
  margin: 8px 10px 10px 0;
}
.form__row #contactform-gdprterms.error {
  outline: 1px solid #ff9292;
}
#rodo_modal {
  color: #343c48;
}
@media all and (min-width: 1000px) {
  .home_hero__content,
  .home_hero__figure,
  .home_hero__logotypes {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .home_hero__content {
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .home_hero__figure {
    -moz-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  .home_hero__logotypes {
    transition-delay: 0.4s;
  }
  .home_hero.active .home_hero__content,
  .home_hero.active .home_hero__figure {
    opacity: 1;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .home_hero.active .home_hero__logotypes {
    opacity: 1;
  }
  .why_us__box,
  .why_us h2 {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .why_us ul > li {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .why_us ul > li:nth-child(1) {
    transition-delay: 0.2s;
  }
  .why_us ul > li:nth-child(2) {
    transition-delay: 0.4s;
  }
  .why_us ul > li:nth-child(3) {
    transition-delay: 0.6s;
  }
  .why_us ul > li:nth-child(4) {
    transition-delay: 0.8s;
  }
  .why_us ul > li:nth-child(5) {
    transition-delay: 1s;
  }
  .why_us__box {
    transition-delay: 1.2s;
  }
  .why_us.active .why_us__box,
  .why_us.active h2,
  .why_us.active ul > li {
    opacity: 1;
  }
  .home_cta__wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .home_cta.active .home_cta__wrapper {
    opacity: 1;
  }
  .boxes_1 h2,
  .boxes_2 h2 {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .boxes_1__wrapper ul > li,
  .boxes_2__wrapper ul > li {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .boxes_1__wrapper ul > li:nth-child(1),
  .boxes_2__wrapper ul > li:nth-child(1) {
    transition-delay: 0.2s;
  }
  .boxes_1__wrapper ul > li:nth-child(2),
  .boxes_2__wrapper ul > li:nth-child(2) {
    transition-delay: 0.4s;
  }
  .boxes_1__wrapper ul > li:nth-child(3),
  .boxes_2__wrapper ul > li:nth-child(3) {
    transition-delay: 0.6s;
  }
  .boxes_1.active .boxes_1__wrapper ul > li,
  .boxes_2.active .boxes_1__wrapper ul > li,
  .boxes_1.active .boxes_2__wrapper ul > li,
  .boxes_2.active .boxes_2__wrapper ul > li,
  .boxes_1.active h2,
  .boxes_2.active h2 {
    opacity: 1;
  }
  .trainings_hero__wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .trainings_hero.active .trainings_hero__wrapper {
    opacity: 1;
  }
  .boxes_3 h2 {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .boxes_3__wrapper div.centralize > ul > li {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .boxes_3__wrapper div.centralize > ul > li:nth-child(1) {
    transition-delay: 0.2s;
  }
  .boxes_3__wrapper div.centralize > ul > li:nth-child(2) {
    transition-delay: 0.4s;
  }
  .boxes_3__wrapper div.centralize > ul > li:nth-child(3) {
    transition-delay: 0.6s;
  }
  .boxes_3__wrapper div.centralize > ul > li:nth-child(4) {
    transition-delay: 0.8s;
  }
  .boxes_3__figure img {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    top: 50px;
    opacity: 0;
    position: relative;
    transition-delay: 1s;
  }
  .boxes_3.active .boxes_3__wrapper div.centralize > ul > li,
  .boxes_3.active h2 {
    opacity: 1;
  }
  .boxes_3.active .boxes_3__figure img {
    top: 0;
    opacity: 1;
  }
  .boxes_4 h2 {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .boxes_4__wrapper > ul > li {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .boxes_4__wrapper > ul > li:nth-child(1) {
    transition-delay: 0.2s;
  }
  .boxes_4__wrapper > ul > li:nth-child(2) {
    transition-delay: 0.4s;
  }
  .boxes_4__wrapper > ul > li:nth-child(3) {
    transition-delay: 0.6s;
  }
  .boxes_4__wrapper > ul > li:nth-child(4) {
    transition-delay: 0.8s;
  }
  .boxes_4__wrapper > ul > li:nth-child(5) {
    transition-delay: 1s;
  }
  .boxes_4__wrapper > ul > li:nth-child(6) {
    transition-delay: 1.2s;
  }
  .boxes_4__highlighted {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
    transition-delay: 1.4s;
  }
  .boxes_4.active .boxes_4__wrapper > ul > li,
  .boxes_4.active h2 {
    opacity: 1;
  }
  .boxes_4.active .boxes_4__highlighted {
    opacity: 1;
  }
  .about div.centralize {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .about.active div.centralize {
    opacity: 1;
  }
  .get_to_know div.centralize {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .get_to_know.active div.centralize {
    opacity: 1;
  }
  .logicaltrust {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .logicaltrust.active {
    opacity: 1;
  }
  .box_figure {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .box_figure.active {
    opacity: 1;
  }
  .did_you_know div.centralize {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .did_you_know.active div.centralize {
    opacity: 1;
  }
  .pricelist__bottom,
  .pricelist__divide,
  .pricelist__top {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .pricelist__top {
    transition-delay: 0.2s;
  }
  .pricelist__divide {
    transition-delay: 0.4s;
  }
  .pricelist__bottom {
    transition-delay: 0.6s;
    font-size: 1.2em;
  }
  .pricelist.active .pricelist__bottom,
  .pricelist.active .pricelist__divide,
  .pricelist.active .pricelist__top {
    opacity: 1;
  }
  .knowledge div.centralize,
  .knowledge__hero div.centralize {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
  }
  .knowledge.active div.centralize,
  .knowledge__hero.active div.centralize {
    opacity: 1;
  }
}
@keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes slidein {
  from {
    opacity: 0;
    -moz-transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes slidein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@-ms-keyframes slidein {
  from {
    opacity: 0;
    -ms-transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
}
#cookie-warn {
  position: fixed;
  bottom: 0px;
  background: none repeat scroll 0% 0% #333c49;
  margin: 0px;
  padding: 15px;
  left: 0px;
  right: 0px;
  color: #ffffff;
  text-align: justify;
}
