@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

blockquote {
  margin: 20px 0 30px;
  padding-left: 20px;
  border-left: 5px solid; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

article,
aside,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/* Basic Styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'GeoticaThree';
  src: url("../fonts/GeoticaThree-Regular.eot");
  src: url("../fonts/GeoticaThree-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GeoticaThree-Regular.woff2") format("woff2"), url("../fonts/GeoticaThree-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Italic.eot");
  src: url("../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato-Bold.eot");
  src: url("../fonts/lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-Bold.woff2") format("woff2"), url("../fonts/lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-BoldItalic.eot");
  src: url("../fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-BoldItalic.woff2") format("woff2"), url("../fonts/Lato-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

body {
  color: #394F5F;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 23px; }

.h1 {
  font-family: "GeoticaThree";
  font-size: 80px;
  line-height: 84px;
  font-weight: 400; }
  @media (max-width: 991px) {
    .h1 {
      font-size: 35px;
      line-height: 39px; } }

.h2 {
  font-family: "GeoticaThree";
  font-size: 70px;
  line-height: 74px;
  font-weight: 400; }
  @media (max-width: 991px) {
    .h2 {
      font-size: 35px;
      line-height: 39px; } }

.h3 {
  font-family: "GeoticaThree";
  font-size: 60px;
  line-height: 64px;
  font-weight: 400; }
  @media (max-width: 991px) {
    .h3 {
      font-size: 35px;
      line-height: 39px; } }

.h4 {
  font-family: "GeoticaThree";
  font-size: 28px;
  line-height: 32px;
  font-weight: 400; }

p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px; }
  p.xs {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 17px; }

.link {
  display: inline-block;
  padding-bottom: 7px;
  text-decoration: none;
  position: relative;
  color: #394F5F; }
  .link:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #394F5F; }

body.noscroll {
  height: 100%;
  overflow: hidden; }

.main {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

.container {
  width: 1280px;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  .container--large {
    width: 1440px; }

.btn {
  display: inline-block;
  width: 188px;
  height: 50px;
  padding: 0;
  border-radius: 0;
  text-align: center;
  line-height: 46px;
  color: #FFFFFF;
  font-family: "Lato";
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  -webkit-appearance: none; }
  @media (min-width: 992px) {
    .btn {
      cursor: pointer; } }
  .btn--primary {
    background-color: #394F5F;
    border: 2px solid #394F5F; }
    @media (min-width: 992px) {
      .btn--primary {
        transition: all .2s; }
        .btn--primary:hover {
          background-color: transparent;
          color: #394F5F; } }
  .btn--secondary {
    background-color: #F6F9FC;
    border: 2px solid #F6F9FC;
    color: #394F5F; }
    @media (min-width: 992px) {
      .btn--secondary {
        transition: all .2s; }
        .btn--secondary:hover {
          background-color: transparent;
          color: #F6F9FC; } }
  .btn--transparent {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF; }
    @media (min-width: 992px) {
      .btn--transparent {
        transition: all .2s; }
        .btn--transparent:hover {
          background-color: #F6F9FC;
          color: #394F5F; } }

.form_field {
  min-height: 70px;
  margin-bottom: 30px;
  position: relative;
  padding-top: 20px; }
  .form_field__label {
    position: absolute;
    top: 35px;
    left: 10px;
    font-size: 16px;
    line-height: 23px;
    color: #718EA2;
    font-style: italic;
    transition: all 0.3s; }
    .form_field__label.terms {
      position: static; }
    .form_field__label a {
      color: inherit; }
  .form_field__text {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(129, 145, 158, 0.23);
    border-radius: 0;
    font-size: 16px;
    color: #394F5F;
    font-style: italic; }
    .form_field__text:focus + .form_field__label {
      font-size: 8px;
      top: 0; }
  .form_field__textarea {
    width: 100%;
    max-width: 100%;
    min-height: 92px;
    padding: 10px;
    background-color: transparent;
    border: 1px solid rgba(129, 145, 158, 0.23);
    border-radius: 0;
    font-size: 16px;
    color: #394F5F;
    font-style: italic; }
    .form_field__textarea:focus + .form_field__label {
      font-size: 8px;
      top: 0; }
  .form_field__checkbox {
    display: inline;
    margin: 0 10px 0 0; }
  .form_field--filled .form_field__label {
    font-size: 8px;
    top: 0; }
  .form_field--error .form_field__label {
    color: #FF4D32; }

.form_message {
  color: #718EA2; }
  .form_message p {
    text-align: center; }
    .form_message p:last-child {
      margin-bottom: 0; }
  .form_message--error {
    color: #FF4D32; }

.cookies {
  background: #394F5F;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #666;
  min-height: 80px;
  z-index: 999999; }

.cookies .container {
  display: flex;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  margin-right: auto;
  margin-left: auto; }

.cookies .container:before,
.cookies .container:after {
  content: " ";
  display: table; }

.cookies .container:after {
  clear: both; }

.cookies .container p {
  margin: 0;
  width: 100%; }

.cookies .container a {
  color: #fff;
  text-decoration: underline; }

.cookies .continue_wrapper {
  width: 100%;
  text-align: center; }

.cookies .continue {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .cookies .container {
    width: auto;
    display: block; }
  .cookies .continue {
    font-size: 17px;
    padding: 0 20px;
    margin: 15px 0 5px; } }

@media screen and (min-width: 768px) {
  .cookies {
    padding: 16px; }
  .cookies .container p {
    width: calc(100% - 190px);
    float: left; }
  .cookies .continue_wrapper {
    width: 190px;
    float: right;
    height: 42px;
    position: relative;
    width: 180px; }
  .cookies .continue {
    position: relative;
    top: 50%;
    transform: translateY(-50%); } }

@media screen and (min-width: 1020px) {
  .cookies {
    padding: 10px 0; }
  .cookies .container {
    width: 1020px; } }

@media screen and (max-width: 1279px) and (min-width: 1020px) {
  .cookies .container {
    width: 1000px; } }

@media screen and (min-width: 1280px) {
  .cookies .container {
    width: 1260px; } }

.header {
  width: 1440px;
  max-width: 100%;
  height: 153px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 35px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  transition: all 0.3s; }
  @media (max-width: 991px) {
    .header {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 0px;
      padding-bottom: 0px;
      height: 60px;
      transition: background 0.3s; }
      .header:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 100vh;
        top: 0;
        right: 0;
        background-color: #394F5F;
        transition: width 0.3s; } }
  .header__logo {
    display: block;
    margin-left: 50px;
    z-index: 10; }
    @media (max-width: 991px) {
      .header__logo {
        margin-left: 0; } }
    .header__logo__img {
      display: block;
      height: 56px;
      width: auto; }
    .header__logo--sticky {
      display: none; }
  .header__nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: opacity 0.3s;
    transition-delay: 0s; }
    @media (max-width: 991px) {
      .header__nav {
        z-index: -1;
        pointer-events: none;
        opacity: 0;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start; } }
    .header__nav__item {
      display: block;
      min-width: 100px;
      padding: 10px 25px;
      font-size: 14px;
      line-height: 17px;
      color: #FFFFFF;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      position: relative;
      transition: all 0.3s; }
      @media (max-width: 1280px) {
        .header__nav__item {
          min-width: 0;
          padding: 10px; } }
      @media (max-width: 991px) {
        .header__nav__item {
          width: 100%;
          padding: 0 35px;
          margin-bottom: 25px;
          font-size: 25px;
          line-height: 35px;
          color: #718EA2;
          text-align: left;
          text-transform: none; } }
      @media (min-width: 992px) {
        .header__nav__item:after {
          content: '';
          display: block;
          width: 0;
          height: 3px;
          background-color: #FFFFFF;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          bottom: -5px;
          opacity: 0;
          transition: all 0.3s; }
        .header__nav__item:hover:after, .header__nav__item--active:after {
          width: 80px;
          max-width: 100%;
          opacity: 1; } }
  .header__btn {
    width: 232px;
    height: auto;
    align-self: stretch;
    background-color: #394F5F;
    border: 2px solid #394F5F;
    transition: opacity 0.3s;
    transition-delay: 0s; }
    @media (min-width: 992px) {
      .header__btn {
        transition: all .2s; }
        .header__btn:hover {
          background-color: transparent;
          color: #394F5F; } }
    @media (max-width: 1280px) {
      .header__btn {
        width: auto;
        padding-left: 25px;
        padding-right: 25px; } }
    @media (max-width: 991px) {
      .header__btn {
        width: 0;
        padding: 0;
        z-index: -1;
        pointer-events: none;
        opacity: 0;
        display: none; } }
  .header__mobile {
    display: none;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 40px;
    height: 21px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    position: relative;
    cursor: pointer;
    transition: all 0.3s; }
    @media (max-width: 991px) {
      .header__mobile {
        display: block;
        z-index: 10; } }
    .header__mobile:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: #FFFFFF;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      transition: all 0.3s; }
  .header__form {
    max-width: 100%;
    width: 525px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 55px;
    padding-bottom: 55px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch; }
    .header__form__title {
      color: #394F5F;
      margin-bottom: 10px; }
    .header__form__text {
      font-weight: bold;
      font-style: italic;
      color: #718EA2;
      margin-bottom: 40px; }
    .header__form__btn {
      align-self: flex-end; }
  .header--sticky {
    background-color: #FFFFFF;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0; }
    .header--sticky .header__logo {
      display: none; }
    .header--sticky .header__logo--sticky {
      display: block; }
    .header--sticky .header__nav__item {
      color: #394F5F; }
      .header--sticky .header__nav__item:after {
        background-color: #394F5F; }
    .header--sticky .header__btn {
      height: 46px;
      background-color: #FFFFFF;
      color: #394F5F;
      align-self: center; }
      @media (min-width: 992px) {
        .header--sticky .header__btn:hover {
          background-color: #394F5F;
          color: #FFFFFF; } }
    .header--sticky .header__mobile {
      border-top-color: #394F5F;
      border-bottom-color: #394F5F; }
      .header--sticky .header__mobile:after {
        background-color: #394F5F; }
  .header--open {
    height: 100vh;
    padding-top: 2px;
    align-items: flex-start; }
    .header--open .header__mobile {
      width: 35px;
      transform: rotate(45deg);
      border-bottom: 0;
      top: 25px; }
      .header--open .header__mobile:after {
        transform: rotate(-90deg);
        top: -20px; }
    .header--open .header__nav {
      z-index: 10;
      pointer-events: initial;
      opacity: 1;
      transition-delay: 0.3s; }
    .header--open .header__btn {
      z-index: 10;
      pointer-events: initial;
      opacity: 1;
      display: block;
      transition-delay: 0.3s;
      background-color: #718EA2;
      font-size: 16px;
      position: absolute;
      bottom: 55px;
      left: 15px;
      right: 15px;
      width: calc(100vw - 30px);
      height: 100px;
      display: none; }
    .header--open:after {
      width: 100vw;
      z-index: 9; }
    .header--open.header--sticky .header__logo {
      display: block; }
    .header--open.header--sticky .header__logo--sticky {
      display: none; }
    .header--open.header--sticky .header__nav__item {
      color: #718EA2; }
    .header--open.header--sticky .header__btn {
      color: #FFFFFF; }
    .header--open.header--sticky .header__mobile {
      border-top-color: #FFFFFF;
      border-bottom-color: #FFFFFF; }
      .header--open.header--sticky .header__mobile:after {
        background-color: #FFFFFF; }

.sliderhome {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px; }
  @media (max-width: 991px) {
    .sliderhome {
      padding: 0; } }
  .sliderhome__slide {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      .sliderhome__slide {
        height: 320px;
        height: 320px;
        height: auto; } }
    .sliderhome__slide:before {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(108, 138, 160, 0.95); }
    .sliderhome__slide__content {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media (max-width: 991px) {
        .sliderhome__slide__content {
          padding-top: 75px;
          padding-bottom: 55px;
          justify-content: center; } }
      .sliderhome__slide__content__text {
        width: 50%;
        padding-right: 10px;
        transform: translateX(7.5vw);
        position: relative;
        z-index: 1; }
        @media (max-width: 991px) {
          .sliderhome__slide__content__text {
            width: 66.666%;
            min-width: 66.666%;
            transform: translateX(16vw); } }
        .sliderhome__slide__content__text__pretitle {
          font-weight: 700;
          font-style: italic;
          color: #FFFFFF;
          margin-bottom: 15px; }
          @media (max-width: 991px) {
            .sliderhome__slide__content__text__pretitle {
              margin-bottom: 0; } }
        .sliderhome__slide__content__text__title {
          color: #FFFFFF; }
          @media (max-width: 991px) {
            .sliderhome__slide__content__text__title {
              font-size: 30px;
              line-height: 34px; } }
      .sliderhome__slide__content__image {
        width: 50%;
        position: relative;
        padding-top: 75px;
        transform: translateX(-65px); }
        @media (max-width: 991px) {
          .sliderhome__slide__content__image {
            width: 66.666%;
            min-width: 66.666%;
            padding-top: 20px;
            transform: translateX(-16vw);
            left: -10px; } }
        .sliderhome__slide__content__image__img {
          display: block;
          box-shadow: 0 -2px 46px 0 rgba(0, 0, 0, 0.33);
          position: relative;
          max-width: 100%;
          max-height: calc(100vh - 75px - 300px); }
          @media (max-width: 991px) {
            .sliderhome__slide__content__image__img {
              max-height: none; } }
        .sliderhome__slide__content__image:before {
          content: '';
          display: block;
          position: absolute;
          top: 75px;
          bottom: 0;
          left: 0;
          right: 0;
          border: 10px solid #FFFFFF;
          transform: translate(75px, -75px); }
          @media (max-width: 991px) {
            .sliderhome__slide__content__image:before {
              transform: translate(20px, 0);
              top: 0;
              bottom: 45px;
              left: 55px;
              border-width: 7px; } }
  .sliderhome .swiper-pagination {
    width: 7px;
    left: auto;
    right: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      .sliderhome .swiper-pagination {
        left: 0;
        right: 0;
        top: auto;
        bottom: 20px;
        flex-direction: row;
        width: 100%;
        height: 7px; } }
    .sliderhome .swiper-pagination .swiper-pagination-bullet {
      width: 7px;
      height: 7px;
      margin-bottom: 25px;
      border: 1px solid #FFFFFF;
      border-radius: 0;
      background-color: transparent;
      opacity: 1; }
      @media (max-width: 991px) {
        .sliderhome .swiper-pagination .swiper-pagination-bullet {
          margin-bottom: 0;
          margin-right: 25px; } }
      .sliderhome .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #FFFFFF; }
      .sliderhome .swiper-pagination .swiper-pagination-bullet:last-child {
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .sliderhome .swiper-pagination .swiper-pagination-bullet:last-child {
            margin-right: 0; } }

.pageheading {
  max-width: 1440px;
  margin: 0 auto;
  height: 500px;
  padding: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991px) {
    .pageheading {
      padding: 0;
      height: 300px; } }
  @media (max-width: 767px) {
    .pageheading {
      height: 200px;
      padding-top: 30px; } }
  .pageheading__title {
    color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 3; }
  .pageheading:before {
    content: '';
    background-image: url(../images/heading-bg.jpg);
    background-image: url(../images/Cabecera_servicios_celimac.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 1; }
    @media (max-width: 991px) {
      .pageheading:before {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; } }
  .pageheading:after {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    background-color: rgba(108, 138, 160, 0.88);
    z-index: 2; }
    @media (max-width: 991px) {
      .pageheading:after {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; } }

.servicesdistributor {
  max-width: 1440px;
  margin: 0 auto; }
  .servicesdistributor__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .servicesdistributor__wrap {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: -20px;
        margin-right: -20px; } }
    @media (max-width: 767px) {
      .servicesdistributor__wrap {
        flex-direction: column;
        padding-bottom: 0; } }
  .servicesdistributor__service {
    width: calc((100% - 20px) / 2);
    height: 450px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-size: cover;
    background-position: center; }
    @media (max-width: 767px) {
      .servicesdistributor__service {
        width: 100%;
        height: 250px;
        margin-bottom: 0; } }
    .servicesdistributor__service__title {
      position: relative;
      z-index: 2;
      color: #FFFFFF;
      font-size: 3.5vw;
      text-align: center; }
      @media (max-width: 767px) {
        .servicesdistributor__service__title {
          font-size: 25px;
          line-height: 39px; } }
    .servicesdistributor__service:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      background-color: rgba(57, 79, 95, 0.78); }

.breadcrumbs {
  padding: 25px 35px; }
  @media (max-width: 991px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs__link {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #718EA2;
    text-decoration: none; }
    .breadcrumbs__link::after {
      content: '|';
      display: inline-block;
      margin-left: 3px;
      color: #394F5F; }
  .breadcrumbs__actual {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #394F5F; }

.serviceintro {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
  z-index: 3; }
  @media (max-width: 991px) {
    .serviceintro {
      margin-top: 40px; } }
  .serviceintro .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .serviceintro .container {
        flex-direction: column-reverse; } }
  .serviceintro__left {
    width: 65%;
    margin-top: -60px;
    background-color: #FFFFFF; }
    @media (max-width: 1024px) {
      .serviceintro__left {
        width: 50%;
        height: auto; } }
    @media (max-width: 991px) {
      .serviceintro__left {
        width: 100%;
        margin-top: 0; } }
  .serviceintro__right {
    height: 540px;
    height: 40vw;
    width: 35%;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #394F5F; }
    @media (max-width: 1024px) {
      .serviceintro__right {
        width: 50%;
        height: auto; } }
    @media (max-width: 991px) {
      .serviceintro__right {
        width: 100%;
        background-color: transparent;
        padding: 0; } }
  .serviceintro__content {
    width: 100%;
    max-width: 520px;
    padding: 25px 60px; }
    @media (max-width: 767px) {
      .serviceintro__content {
        padding: 40px 5px; } }
    @media (max-width: 600px) {
      .serviceintro__content {
        max-width: 100%; } }
  .serviceintro__title {
    color: #394F5F;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .serviceintro__title {
        margin-bottom: 30px; } }
    @media (max-width: 600px) {
      .serviceintro__title {
        text-align: center; } }
  .serviceintro__text {
    margin-bottom: 60px; }
    .serviceintro__text p {
      color: #394F5F;
      font-style: italic; }
      .serviceintro__text p:last-child  {
        margin-bottom: 0; }
  .serviceintro__image {
    width: 100%;
    height: 100%;
    border: 5px solid #FFFFFF;
    position: relative; }
    @media (max-width: 991px) {
      .serviceintro__image {
        border-color: #394F5F;
        transform: translateX(10px);
        max-width: 400px;
        margin: 0 auto; } }
    .serviceintro__image__img {
      display: block;
      position: absolute;
      right: 60px;
      top: -50px;
      background: #D8D8D8;
      box-shadow: 0 9px 48px 0 rgba(0, 0, 0, 0.52);
      max-width: 500px;
      max-height: 100%; }
      @media (max-width: 1440px) {
        .serviceintro__image__img {
          max-width: calc((75vw - 80px) / 2); } }
      @media (max-width: 1024px) {
        .serviceintro__image__img {
          position: static;
          max-width: 100%;
          width: 100%;
          box-shadow: none; } }
      @media (max-width: 991px) {
        .serviceintro__image__img {
          transform: translate(-20px, -20px); } }
    .serviceintro__image__legend {
      font-size: 13px;
      line-height: 60px;
      font-weight: 700;
      font-style: italic;
      color: #FFFFFF;
      transform: rotate(-90deg);
      transform-origin: bottom right;
      position: absolute;
      top: -30px;
      right: 0;
      margin: 0; }
      @media (max-width: 1024px) {
        .serviceintro__image__legend {
          transform: none;
          position: static; } }
      @media (max-width: 991px) {
        .serviceintro__image__legend {
          display: none; } }

.projectsfilters {
  margin-top: -40px; }
  @media (max-width: 991px) {
    .projectsfilters {
      background-color: #F6F9FC;
      margin-top: 0; } }
  @media (max-width: 767px) {
    .projectsfilters {
      padding-top: 15px;
      background-color: transparent; } }
  .projectsfilters__wrap {
    width: 100%;
    height: 130px;
    background-color: #F6F9FC;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .projectsfilters__wrap {
        background-color: transparent;
        display: none;
        height: auto; } }
  .projectsfilters__filter {
    width: 300px;
    max-width: calc((100% - 60px) / 4); }
    @media (max-width: 767px) {
      .projectsfilters__filter {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px; } }
  .projectsfilters__btn {
    display: none;
    width: 100%;
    height: 68px;
    background-color: #FFFFFF;
    border-color: #394F5F;
    font-size: 16px;
    color: #394F5F;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .projectsfilters__btn {
        display: block; } }

.dropdown {
  width: 100%;
  position: relative;
  cursor: pointer; }
  .dropdown__current {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 42px;
    padding-right: 35px;
    padding-left: 35px;
    background-color: #394F5F;
    font-size: 14px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative; }
    .dropdown__current:after {
      content: '';
      display: block;
      position: absolute;
      top: 4px;
      bottom: 0;
      right: 25px;
      width: 6px;
      height: 6px;
      margin: auto;
      border-top: 2px solid #FFFFFF;
      border-right: 2px solid #FFFFFF;
      transform: rotate(135deg);
      transform-origin: 75% 25%;
      transition: transform 0.3s; }
  .dropdown__list {
    display: none;
    background-color: #718EA2;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1; }
    .dropdown__list ul {
      margin: 0;
      padding: 20px 0 35px 0; }
  .dropdown__option {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 47px; }
  .dropdown__btn {
    display: block;
    width: 100%;
    height: 47px;
    border: none;
    padding: 0 10px;
    background-color: transparent;
    font-size: 14px;
    line-height: 17px;
    font-style: italic;
    text-align: center;
    color: #FFFFFF; }
  .dropdown--open .dropdown__current:after {
    transform: rotate(-45deg); }

.projects__wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 100px; }

.projects__project {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer; }
  @media (max-width: 600px) {
    .projects__project {
      height: 240px; } }
  .projects__project--40 {
    width: calc(40% - 10px); }
    @media (max-width: 600px) {
      .projects__project--40 {
        width: 100%; } }
  .projects__project--60 {
    width: calc(60% - 10px); }
    @media (max-width: 600px) {
      .projects__project--60 {
        width: 100%; } }

.projects__content {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 90%;
  padding: 20px 50px 35px 25px;
  background-color: #FFFFFF; }
  @media (max-width: 600px) {
    .projects__content {
      padding: 10px 15px; } }

@media (max-width: 600px) {
  .projects__title {
    font-size: 21px;
    line-height: 25px; } }

.projects__text {
  font-style: italic; }
  @media (max-width: 600px) {
    .projects__text {
      display: none; } }

.article {
  width: calc((100% - 120px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #394F5F;
  text-decoration: none; }
  @media (max-width: 991px) {
    .article {
      width: 100%;
      flex-direction: row;
      align-items: stretch;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .article {
      flex-direction: column;
      align-items: center;
      margin-bottom: 25px; } }
  .article__image {
    width: 75%;
    align-self: flex-end;
    overflow: hidden; }
    @media (max-width: 991px) {
      .article__image {
        width: 25%; } }
    @media (max-width: 767px) {
      .article__image {
        width: 100%;
        max-height: 100vw; } }
    .article__image__img {
      display: block;
      max-width: 100%;
      width: 100%; }
  .article__content {
    width: calc(100% - 33px);
    background-color: #FFFFFF;
    padding: 25px;
    margin-top: -130px; }
    @media (max-width: 991px) {
      .article__content {
        width: 75%;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start; } }
    @media (max-width: 767px) {
      .article__content {
        width: 100%;
        padding: 25px 15px; } }
    .article__content__heading {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 15px; }
  .article__title {
    max-width: calc(100% - 70px); }
  .article__date {
    min-width: 57px;
    padding: 0 5px;
    height: 67px;
    border: 1px solid #394F5F;
    position: relative;
    top: -10px;
    right: -10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .article__date__day {
      display: block;
      line-height: 28px; }
    .article__date__month {
      display: block;
      font-size: 14px;
      line-height: 14px;
      font-style: italic; }
  @media (max-width: 991px) {
    .article__text {
      margin-top: auto; } }
  .article__text p {
    font-style: italic;
    margin-bottom: 20px; }
    .article__text p:last-child {
      margin-bottom: 0; }

.articleslist {
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 135px;
  margin: 0 auto;
  position: relative;
  background-color: #F6F9FC; }
  .articleslist:before {
    content: '';
    display: block;
    width: 100%;
    height: 220px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .articleslist__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative; }
    @media (max-width: 991px) {
      .articleslist__wrap {
        flex-direction: column; } }
  .articleslist .article {
    margin-bottom: 150px; }
    @media (max-width: 991px) {
      .articleslist .article {
        margin-bottom: 40px; } }
  .articleslist .pagination {
    margin-bottom: 0; }

.singlearticle {
  margin-bottom: 130px; }
  @media (max-width: 991px) {
    .singlearticle {
      padding-top: 60px;
      margin-bottom: 60px; } }
  .singlearticle__title {
    padding: 0 60px;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .singlearticle__title {
        padding: 0; } }
    @media (max-width: 767px) {
      .singlearticle__title {
        margin-bottom: 20px; } }
  .singlearticle__text {
    padding: 0 60px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .singlearticle__text {
        padding: 0; } }
    .singlearticle__text:after {
      content: '';
      display: table;
      clear: both; }
  @media (max-width: 767px) {
    .singlearticle__img {
      display: block;
      float: none;
      width: 100%; } }
  .singlearticle__img--right {
    float: right;
    margin: 0 0 40px 40px; }
  .singlearticle__img--left {
    float: left;
    margin: 0 40px 40px 0; }
  .singlearticle__share {
    padding: 0 60px; }
    @media (max-width: 991px) {
      .singlearticle__share {
        padding: 0; } }
    .singlearticle__share__title {
      font-weight: 700;
      margin-bottom: 35px; }
    .singlearticle__share__icon {
      display: inline-block;
      width: 26px;
      height: 26px;
      margin-right: 50px; }
      .singlearticle__share__icon__img {
        display: block;
        width: 26px;
        height: 26px; }
  .singlearticle .breadcrumbs {
    position: relative;
    top: -120px;
    z-index: 2; }
    .singlearticle .breadcrumbs .breadcrumbs__link {
      color: #FFFFFF; }
      .singlearticle .breadcrumbs .breadcrumbs__link:before {
        display: none;
        background-color: #FFFFFF; }

.whointro {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
  z-index: 3;
  padding: 120px 0 0 0;
  background-color: #F6F9FC; }
  @media (max-width: 991px) {
    .whointro {
      padding-top: 0;
      margin-top: 40px;
      background-color: #FFFFFF; } }
  .whointro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background-color: #FFFFFF; }
    @media (max-width: 991px) {
      .whointro:before {
        display: none; } }
  .whointro .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 190px; }
    @media (max-width: 991px) {
      .whointro .container {
        flex-direction: column;
        padding-bottom: 0; } }
  .whointro__left {
    width: 50%;
    padding-left: 70px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .whointro__left {
        padding-left: 0; } }
    @media (max-width: 991px) {
      .whointro__left {
        width: 100%;
        background-color: transparent;
        padding: 0; } }
  .whointro__right {
    width: 50%; }
    @media (max-width: 991px) {
      .whointro__right {
        width: 100%;
        margin-top: 0; } }
  .whointro__content {
    width: 414px;
    padding: 90px 55px;
    background-color: #394F5F;
    position: absolute;
    top: -80px;
    bottom: 0;
    right: 40px; }
    @media (max-width: 991px) {
      .whointro__content {
        position: static;
        max-width: 520px;
        width: 100%;
        background-color: transparent;
        padding: 25px 60px; } }
    @media (max-width: 767px) {
      .whointro__content {
        padding: 40px 5px; } }
    @media (max-width: 600px) {
      .whointro__content {
        max-width: 100%; } }
  .whointro__title {
    color: #FFFFFF;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .whointro__title {
        color: #394F5F; } }
    @media (max-width: 767px) {
      .whointro__title {
        margin-bottom: 30px; } }
    @media (max-width: 600px) {
      .whointro__title {
        text-align: center; } }
    .whointro__title:after {
      content: '';
      display: block;
      width: 3px;
      height: 130px;
      background-color: #FFFFFF; }
      @media (max-width: 991px) {
        .whointro__title:after {
          display: none; } }
  .whointro__text p {
    color: #FFFFFF;
    font-style: italic; }
    @media (max-width: 991px) {
      .whointro__text p {
        color: #394F5F; } }
    .whointro__text p:last-child  {
      margin-bottom: 0; }
  .whointro__image {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 45px;
    padding-left: 45px; }
    @media (max-width: 991px) {
      .whointro__image {
        border: 5px solid #718EA2;
        position: relative;
        padding: 0;
        transform: translateX(10px); } }
    .whointro__image:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 70%;
      height: 80%;
      border: 7px solid #718EA2; }
      @media (max-width: 991px) {
        .whointro__image:before {
          display: none; } }
    .whointro__image__img {
      width: 100%;
      display: block;
      box-shadow: 0 9px 48px 0 rgba(0, 0, 0, 0.52);
      position: relative; }
      @media (max-width: 991px) {
        .whointro__image__img {
          position: static;
          max-width: 100%;
          width: 100%;
          box-shadow: none;
          transform: translate(-20px, -20px); } }
    .whointro__image__legend {
      font-size: 13px;
      line-height: 110px;
      font-weight: 700;
      font-style: italic;
      color: #FFFFFF;
      transform: rotate(-90deg);
      transform-origin: top left;
      position: absolute;
      bottom: -180px;
      left: -40px;
      margin: 0;
      background-color: #718EA2;
      padding: 0 30px; }
      @media (max-width: 991px) {
        .whointro__image__legend {
          display: none; } }

.contactblock {
  padding: 100px 0 150px; }
  @media (max-width: 1024px) {
    .contactblock {
      padding: 70px 0; } }
  @media (max-width: 991px) {
    .contactblock {
      padding: 50px 0; } }
  .contactblock__title {
    color: #394F5F;
    margin-bottom: 15px; }
  .contactblock__subtitle {
    color: #394F5F;
    font-style: italic;
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .contactblock__subtitle {
        margin-bottom: 60px; } }
  .contactblock__map {
    width: calc( 50% + 65px);
    height: 420px;
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 991px) {
      .contactblock__map {
        width: 100%; } }
  .contactblock__wrap {
    position: relative;
    width: 100%; }
  .contactblock__info {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 1024px) {
      .contactblock__info {
        flex-direction: column; } }
    @media (max-width: 991px) {
      .contactblock__info {
        width: 100%; } }
  .contactblock__box {
    width: calc((100% - 40px) / 3); }
    @media (max-width: 1024px) {
      .contactblock__box {
        width: 100%;
        padding-right: 20px; } }
    .contactblock__box__title {
      color: #394F5F;
      margin-bottom: 15px; }
    .contactblock__box__text {
      font-style: italic;
      color: #718EA2;
      margin-bottom: 0; }
      .contactblock__box__text a {
        color: inherit;
        text-decoration: none; }
  .contactblock__form {
    width: 50%;
    padding: 50px 45px 30px 45px;
    background-color: #394F5F;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch; }
    @media (max-width: 991px) {
      .contactblock__form {
        width: 100%;
        position: static;
        margin-bottom: 45px; } }
    .contactblock__form .form_field {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .contactblock__form .form_field {
          margin-bottom: 15px; } }
    .contactblock__form .form_field__textarea,
    .contactblock__form .form_field__text {
      color: #FFFFFF; }
    .contactblock__form .btn {
      margin-top: 25px;
      align-self: flex-end; }

.policies {
  padding: 50px 0; }
  .policies__title {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .policies__title {
        margin-bottom: 25px; } }
  .policies__text {
    margin-bottom: 60px; }
    .policies__text a {
      color: #718EA2; }
    .policies__text ul {
      list-style: circle inside;
      margin-bottom: 22px; }
      .policies__text ul.nostyle {
        list-style: circle inside;
        padding-left: 40px; }

.error {
  height: calc( 100vh - 80px);
  width: calc( 100vw - 80px);
  margin: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #718EA2; }
  @media (max-width: 991px) {
    .error {
      width: 100vw;
      height: 100vh;
      margin: 0; } }
  .error__title {
    max-width: 540px;
    padding: 0 20px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px; }
  .error__text {
    max-width: 540px;
    padding: 0 20px;
    text-align: center; }
    .error__text p {
      color: #FFFFFF;
      font-style: italic; }
      .error__text p:last-child {
        margin-bottom: 0; }
