/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
body {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
img {
  max-width: 100%;
  height: auto;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
h1,
h2,
h3 {
  font-family: "Lora", serif;
  font-weight: 500;
  color: #54565e;
}
h1 em,
h2 em,
h3 em {
  font-family: "Urbanist", sans-serif;
  font-style: normal;
  color: #d11f3d;
}
.btn {
  border: 1px solid #54565e;
  margin: 0;
  padding: 0.6em 1em;
  border-radius: 5px;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.btn-arrow::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #d11f3d;
  border-right: 2px solid #d11f3d;
  margin-right: 0.75em;
  transform: rotate(45deg);
}
.btn-primary {
  border-color: #d11f3d;
  background-color: #d11f3d;
  color: white;
}
.btn-primary:hover {
  background-color: #8e152a;
}
.phone-block {
  text-align: left;
}
.phone-block svg {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  margin-right: 0.6em;
}
.phone-block > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}
.phone-block > span span {
  display: block;
}
.phone-block > span .tel {
  font-weight: 600;
  font-size: 1.2em;
}
.m-1 {
  margin: 0.5em;
}
.my-1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.mx-1 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.mt-1 {
  margin-top: 0.5em;
}
.mb-1 {
  margin-bottom: 0.5em;
}
.ms-1 {
  margin-left: 0.5em;
}
.me-1 {
  margin-right: 0.5em;
}
.m-2 {
  margin: 1em;
}
.my-2 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.mx-2 {
  margin-left: 1em;
  margin-right: 1em;
}
.mt-2 {
  margin-top: 1em;
}
.mb-2 {
  margin-bottom: 1em;
}
.ms-2 {
  margin-left: 1em;
}
.me-2 {
  margin-right: 1em;
}
.m-3 {
  margin: 1.5em;
}
.my-3 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.mx-3 {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.mt-3 {
  margin-top: 1.5em;
}
.mb-3 {
  margin-bottom: 1.5em;
}
.ms-3 {
  margin-left: 1.5em;
}
.me-3 {
  margin-right: 1.5em;
}
.m-4 {
  margin: 2em;
}
.my-4 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.mx-4 {
  margin-left: 2em;
  margin-right: 2em;
}
.mt-4 {
  margin-top: 2em;
}
.mb-4 {
  margin-bottom: 2em;
}
.ms-4 {
  margin-left: 2em;
}
.me-4 {
  margin-right: 2em;
}
.m-5 {
  margin: 2.5em;
}
.my-5 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.mx-5 {
  margin-left: 2.5em;
  margin-right: 2.5em;
}
.mt-5 {
  margin-top: 2.5em;
}
.mb-5 {
  margin-bottom: 2.5em;
}
.ms-5 {
  margin-left: 2.5em;
}
.me-5 {
  margin-right: 2.5em;
}
.m-6 {
  margin: 3em;
}
.my-6 {
  margin-top: 3em;
  margin-bottom: 3em;
}
.mx-6 {
  margin-left: 3em;
  margin-right: 3em;
}
.mt-6 {
  margin-top: 3em;
}
.mb-6 {
  margin-bottom: 3em;
}
.ms-6 {
  margin-left: 3em;
}
.me-6 {
  margin-right: 3em;
}
.m-7 {
  margin: 3.5em;
}
.my-7 {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}
.mx-7 {
  margin-left: 3.5em;
  margin-right: 3.5em;
}
.mt-7 {
  margin-top: 3.5em;
}
.mb-7 {
  margin-bottom: 3.5em;
}
.ms-7 {
  margin-left: 3.5em;
}
.me-7 {
  margin-right: 3.5em;
}
.m-8 {
  margin: 4em;
}
.my-8 {
  margin-top: 4em;
  margin-bottom: 4em;
}
.mx-8 {
  margin-left: 4em;
  margin-right: 4em;
}
.mt-8 {
  margin-top: 4em;
}
.mb-8 {
  margin-bottom: 4em;
}
.ms-8 {
  margin-left: 4em;
}
.me-8 {
  margin-right: 4em;
}
@keyframes hero {
  0% {
    transform: scaleX(1.1);
    margin-left: 0;
    opacity: 0.2;
  }
  100% {
    transform: scaleX(1);
    margin-left: -8%;
    opacity: 1;
  }
}
@keyframes herotexts {
  0% {
    top: -5em;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.hero {
  overflow: hidden;
  position: relative;
  padding-bottom: 4px;
}
.hero h1 {
  font-size: 2.5em;
  line-height: 1.2;
}
.hero p {
  font-size: 1.25em;
}
.hero::before {
  content: '';
  z-index: 0;
  position: absolute;
  background-color: #d5d0c4;
  top: 0;
  left: 0;
  bottom: 4px;
  right: 0;
}
.hero img {
  transform-origin: 0% 50%;
  position: relative;
  z-index: 1;
  max-width: none;
  width: 110%;
  opacity: 0.2;
  margin-left: 0;
  animation: hero 1.2s ease forwards;
}
.hero .inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero .container {
  height: 100%;
  grid-template-columns: 2fr 1fr;
  align-items: end;
}
.hero .container::before {
  content: '';
}
.hero .texts {
  position: relative;
  padding-bottom: 3em;
  z-index: 2;
  top: -5em;
  opacity: 0;
  animation: herotexts 0.6s ease forwards;
  animation-delay: 0.5s;
}
.hero .texts::after {
  content: '';
  height: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 10px;
  background-color: #d11f3d;
  margin-top: -8px;
}
.grid {
  display: grid;
  gap: 2em;
}
.grid-2 {
  grid-template-columns: 1fr 1fr;
}
.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-center {
  align-items: center;
}
.left-image {
  grid-template-columns: 6fr 1fr 5fr;
}
.left-image > :last-child {
  grid-column: 3;
}
.left-image .image {
  position: relative;
}
.left-image .image::before {
  content: '';
  position: absolute;
  width: 8px;
  border-radius: 10px;
  top: 12%;
  height: 42%;
  left: 100%;
  margin-left: -4px;
  background-color: #d11f3d;
}
.right-image {
  grid-template-columns: 5fr 1fr 6fr;
}
.right-image > :last-child {
  grid-column: 3;
}
.right-image .image {
  position: relative;
}
.right-image .image::before {
  content: '';
  position: absolute;
  width: 8px;
  border-radius: 10px;
  top: 12%;
  height: 42%;
  right: 100%;
  margin-right: -4px;
  background-color: #d11f3d;
}
body {
  padding-top: 65px;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding-top: 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
  z-index: 12;
}
.main-header .container {
  display: flex;
  align-items: flex-end;
}
.main-header .logo {
  display: block;
  margin-bottom: 15px;
}
.main-header .logo img {
  display: block;
  height: 40px;
  width: auto;
}
.main-header .lang-selector {
  margin-bottom: 15px;
  border: 0;
  appearance: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 1.25em;
  position: relative;
  padding-left: 1em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><polygon fill="%23333" points=".07 2.37 5 7.63 10.07 2.37 .07 2.37"/></svg>');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 0% 50%;
}
.main-header .lang-container {
  position: relative;
}
.main-header .lang-container::after {
  content: '';
  position: absolute;
  top: 100%;
  height: 8px;
  width: 1600px;
  border-radius: 10px;
  background-color: #d11f3d;
  left: 0;
  margin-top: -4px;
}
nav.main-menu {
  margin: 0 1em 0 2em;
  flex-grow: 1;
}
nav.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-menu ul li {
  display: inline-block;
  margin-right: 1em;
}
nav.main-menu a {
  display: block;
  padding: 0px 0px 6px;
  text-decoration: none;
  font-weight: 600;
  color: #333333;
  font-size: 1.2em;
  border-bottom: 3px solid white;
}
nav.main-menu a:hover {
  border-color: #d11f3d;
}
.main-content {
  padding-top: 1em;
  padding-bottom: 3em;
}
footer {
  padding: 4em 0;
  background-color: #cdcfd3;
}
footer .container {
  grid-template-columns: 2fr 1fr 1fr 2fr;
  align-items: end;
  position: relative;
}
footer .container::after {
  content: '';
  position: absolute;
  left: 0;
  top: -4em;
  width: 200px;
  height: 8px;
  background-color: #d11f3d;
  border-radius: 10px;
  margin-top: -4px;
}
footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
footer .footer-menu a:hover {
  text-decoration: underline;
}
footer .phone-block-container {
  text-align: right;
}
footer .phone-block {
  display: inline-block;
}
.card .image {
  display: block;
  position: relative;
}
.card .image::after {
  content: '';
  position: absolute;
  left: 12%;
  top: 100%;
  width: 34%;
  height: 8px;
  background-color: #d11f3d;
  border-radius: 10px;
  margin-top: -4px;
}
.card h3 {
  margin: 0.3em 0;
  font-size: 2em;
}
.card p {
  margin: 0.3em 0 0.8em;
}
.modal {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  display: flex;
  pointer-events: none;
}
.modal::before {
  content: '';
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 105;
  opacity: 0;
  transition: all 0.3s ease;
}
.modal.shown {
  pointer-events: all;
}
.modal.shown::before {
  opacity: 1;
}
.modal.shown .modal-modal {
  opacity: 1;
  top: 0;
}
.modal .modal-modal {
  opacity: 0;
  top: -10em;
  transition: all 0.3s ease;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 110;
  max-width: 100%;
  width: 680px;
  background-color: white;
  padding: 30px 40px;
  margin: auto;
  box-sizing: border-box;
}
.modal .modal-header {
  display: flex;
}
.modal .modal-header h2 {
  font-size: 2.5em;
  margin: 0;
  position: relative;
}
.modal .modal-header h2::before {
  content: '';
  height: 8px;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  border-radius: 10px;
  background-color: #d11f3d;
}
.modal .modal-header .phone-block {
  margin-top: 0.5em;
  margin-left: 2em;
}
.modal .bt-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
  text-indent: 45px;
  white-space: nowrap;
}
.modal .bt-close::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 5px;
  right: 5px;
  height: 4px;
  background-color: #d11f3d;
  transform: rotate(45deg);
}
.modal .bt-close::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 5px;
  right: 5px;
  height: 4px;
  background-color: #d11f3d;
  transform: rotate(-45deg);
}
.field {
  margin: 0.75em 0;
}
.field label {
  display: block;
}
input[type="text"] {
  font-family: inherit;
  padding: 4px 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-sizing: border-box;
  max-width: 100%;
  width: 25em;
}
textarea {
  font-family: inherit;
  padding: 4px 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  min-height: 6em;
}
.page-home .three-points {
  margin: 4em 0;
}
.page-home .three-points h2 {
  font-size: 3.5em;
  line-height: 1.25;
  margin: 0 0 0.5em;
}
.page-home .contact-us h2 {
  font-size: 3.5em;
  line-height: 1.25;
  margin: 0;
}
.page-home .contact-us .or {
  font-size: 1.25em;
}
.page-home .contact-grid {
  display: flex;
  align-items: center;
  justify-content: right;
}
.page-home .contact-grid > * {
  margin-left: 1.5em;
}
.page-home .logos-carousel {
  overflow: hidden;
  position: relative;
}
.page-home .logos-carousel::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 58.21%;
  background-color: #f2f2f2;
}
.page-home .logos-carousel .logos-inside {
  position: absolute;
  align-items: center;
  display: grid;
  top: 0;
  left: 0;
  height: 100%;
  gap: 0;
  transition: left 0.5s ease;
}
.page-home .logos-carousel .logo {
  text-align: center;
}
.page-home .logos-carousel .logo svg {
  width: 70%;
  height: auto;
}
.page-home .logos-carousel .logo .logo2 {
  width: 50%;
}
.page-expertise .hero {
  color: white;
}
.page-expertise .hero h1 {
  color: white;
}
.page-expertise .logos {
  text-align: center;
}
.page-expertise .logos > * {
  margin: 0 15px;
  vertical-align: middle;
}
.page-expertise .logo-unece {
  display: inline-block;
  text-align: center;
  color: #999999;
}
.page-expertise .logo-unece img {
  width: 120px;
}
.page-texts .container {
  max-width: 860px;
}
/*# sourceMappingURL=base.css.map */