@charset 'UTF-8';
@font-face {
  font-family: 'DINOTBold';
  src: local('DINOT-Bold'), url('fonts/DINOT-Bold.woff2') format('woff2'), url('fonts/DINOT-Bold.woff') format('woff'), url('fonts/DINOT-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'DINOT';
  src: local('DINOT'), url('fonts/DINOT.woff2') format('woff2'), url('fonts/DINOT.woff') format('woff'), url('fonts/DINOT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Dekar';
  src: local('Dekar'), url('fonts/Dekar.woff2') format('woff2'), url('fonts/Dekar.woff') format('woff'), url('fonts/Dekar.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

.hidden {
  display: none; }

.visible {
  visibility: visible !important; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }
/* Hides from IE-mac \*/
.clearfix {
  display: block; }

.b-lazy {
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  max-width: 100%;
  opacity: 0; }

.b-lazy.b-loaded {
  opacity: 1; }

.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1em 0.5em 0;
  position: relative;
  top: 0.5em;
  max-width: 50%; }

.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%; }

.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em; }
/*********************************************************************
 * 6. Accessibility helpers
 *
 */
/* Hide visually, but remain approachable for screenreader */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0; }
/* Show bypass link on hover */
.element-focusable:focus {
  clip: auto;
  overflow: visible;
  height: auto; }
/* Sample styling for bypass link */
.bypass-to-main:focus {
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #333;
  color: #fff; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/* 
 .button--loading {
 animation: loadingButton 1s ease-in-out infinite;
 animation-direction: alternate;
 }
 @keyframes loadingButton {
 0% {
 background-color: rgba($highlight, 0);
 }
 100% {
 background-color: rgba($highlight, 0.5);
 }
 }
 */
[class~="wrap"] {
  box-sizing: border-box;
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  [class~="wrap"] *, [class~="wrap"] *::before, [class~="wrap"] *::after {
    box-sizing: inherit; }

[class*="gridy"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px; }

[class*="coly"] {
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px 10px; }

[class="coly"] {
  flex: 1 1 0%; }

[class*="gridy"][class*="coly"] {
  margin: 0;
  padding: 0; }

[class~="gridy-no-gutter"] {
  margin: 0; }
  [class~="gridy-no-gutter"] > [class*="coly"] {
    padding: 0; }

[class~="gridy-center"] {
  justify-content: center; }

[class~="gridy-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto; }

[class~="gridy-top"] {
  align-items: flex-start; }

[class~="gridy-middle"] {
  align-items: center; }

[class~="gridy-bottom"] {
  align-items: flex-end; }

[class~="gridy-reverse"] {
  flex-direction: row-reverse; }

[class][class~="gridy-column"] {
  flex-direction: column; }
  [class][class~="gridy-column"] > [class*="coly"] {
    flex-basis: auto; }

[class][class~="gridy-column-reverse"] {
  flex-direction: column-reverse; }
  [class][class~="gridy-column-reverse"] > [class*="coly"] {
    flex-basis: auto; }

[class~="gridy-space-between"] {
  justify-content: space-between; }

[class~="gridy-space-around"] {
  justify-content: space-around; }

[class~="gridy-equal-height"] > [class*="coly"] {
  display: flex; }

[class~="gridy-no-bottom"] > [class*="coly"] {
  padding-bottom: 0; }

[class~="coly-column"] {
  display: flex;
  flex-direction: column; }

[class~="coly-top"] {
  align-self: flex-start; }

[class~="coly-middle"] {
  align-self: center; }

[class~="coly-bottom"] {
  align-self: flex-end; }

[class~="coly-first"] {
  order: -1; }

[class~="coly-last"] {
  order: 7; }

[class~="order-1"] {
  order: 1; }

[class~="order-2"] {
  order: 2; }

[class~="order-3"] {
  order: 3; }

[class~="order-4"] {
  order: 4; }

[class~="order-5"] {
  order: 5; }

[class~="order-6"] {
  order: 6; }
  @media only screen and (min-width: 481px) {
  [class~="order-s-1"] {
    order: 1; }
    [class~="order-s-2"] {
      order: 2; }

    [class~="order-s-3"] {
      order: 3; }

    [class~="order-s-4"] {
      order: 4; }

    [class~="order-s-5"] {
      order: 5; }

    [class~="order-s-6"] {
      order: 6; } }
  @media only screen and (min-width: 650px) {
  [class~="order-sl-1"] {
    order: 1; }
    [class~="order-sl-2"] {
      order: 2; }

    [class~="order-sl-3"] {
      order: 3; }

    [class~="order-sl-4"] {
      order: 4; }

    [class~="order-sl-5"] {
      order: 5; }

    [class~="order-sl-6"] {
      order: 6; } }
  @media only screen and (min-width: 768px) {
  [class~="order-m-1"] {
    order: 1; }
    [class~="order-m-2"] {
      order: 2; }

    [class~="order-m-3"] {
      order: 3; }

    [class~="order-m-4"] {
      order: 4; }

    [class~="order-m-5"] {
      order: 5; }

    [class~="order-m-6"] {
      order: 6; } }
  @media only screen and (min-width: 900px) {
  [class~="order-ml-1"] {
    order: 1; }
    [class~="order-ml-2"] {
      order: 2; }

    [class~="order-ml-3"] {
      order: 3; }

    [class~="order-ml-4"] {
      order: 4; }

    [class~="order-ml-5"] {
      order: 5; }

    [class~="order-ml-6"] {
      order: 6; } }
  @media only screen and (min-width: 980px) {
  [class~="order-l-1"] {
    order: 1; }
    [class~="order-l-2"] {
      order: 2; }

    [class~="order-l-3"] {
      order: 3; }

    [class~="order-l-4"] {
      order: 4; }

    [class~="order-l-5"] {
      order: 5; }

    [class~="order-l-6"] {
      order: 6; } }
  @media only screen and (min-width: 1240px) {
  [class~="order-xl-1"] {
    order: 1; }
    [class~="order-xl-2"] {
      order: 2; }

    [class~="order-xl-3"] {
      order: 3; }

    [class~="order-xl-4"] {
      order: 4; }

    [class~="order-xl-5"] {
      order: 5; }

    [class~="order-xl-6"] {
      order: 6; } }
  @media only screen and (min-width: 1800px) {
  [class~="order-xxl-1"] {
    order: 1; }
    [class~="order-xxl-2"] {
      order: 2; }

    [class~="order-xxl-3"] {
      order: 3; }

    [class~="order-xxl-4"] {
      order: 4; }

    [class~="order-xxl-5"] {
      order: 5; }

    [class~="order-xxl-6"] {
      order: 6; } }

[class][class~="off-0"] {
  margin-left: 0%; }

[class][class~="off-1"] {
  margin-left: 16.67%; }

[class][class~="off-2"] {
  margin-left: 33.33%; }

[class][class~="off-3"] {
  margin-left: 50%; }

[class][class~="off-4"] {
  margin-left: 66.67%; }

[class][class~="off-5"] {
  margin-left: 83.33%; }
  @media only screen and (min-width: 481px) {
  [class][class~="off-s-0"] {
    margin-left: 0%; }
    [class][class~="off-s-1"] {
      margin-left: 16.67%; }

    [class][class~="off-s-2"] {
      margin-left: 33.33%; }

    [class][class~="off-s-3"] {
      margin-left: 50%; }

    [class][class~="off-s-4"] {
      margin-left: 66.67%; }

    [class][class~="off-s-5"] {
      margin-left: 83.33%; } }
  @media only screen and (min-width: 650px) {
  [class][class~="off-sl-0"] {
    margin-left: 0%; }
    [class][class~="off-sl-1"] {
      margin-left: 16.67%; }

    [class][class~="off-sl-2"] {
      margin-left: 33.33%; }

    [class][class~="off-sl-3"] {
      margin-left: 50%; }

    [class][class~="off-sl-4"] {
      margin-left: 66.67%; }

    [class][class~="off-sl-5"] {
      margin-left: 83.33%; } }
  @media only screen and (min-width: 768px) {
  [class][class~="off-m-0"] {
    margin-left: 0%; }
    [class][class~="off-m-1"] {
      margin-left: 16.67%; }

    [class][class~="off-m-2"] {
      margin-left: 33.33%; }

    [class][class~="off-m-3"] {
      margin-left: 50%; }

    [class][class~="off-m-4"] {
      margin-left: 66.67%; }

    [class][class~="off-m-5"] {
      margin-left: 83.33%; } }
  @media only screen and (min-width: 900px) {
  [class][class~="off-ml-0"] {
    margin-left: 0%; }
    [class][class~="off-ml-1"] {
      margin-left: 16.67%; }

    [class][class~="off-ml-2"] {
      margin-left: 33.33%; }

    [class][class~="off-ml-3"] {
      margin-left: 50%; }

    [class][class~="off-ml-4"] {
      margin-left: 66.67%; }

    [class][class~="off-ml-5"] {
      margin-left: 83.33%; } }
  @media only screen and (min-width: 980px) {
  [class][class~="off-l-0"] {
    margin-left: 0%; }
    [class][class~="off-l-1"] {
      margin-left: 16.67%; }

    [class][class~="off-l-2"] {
      margin-left: 33.33%; }

    [class][class~="off-l-3"] {
      margin-left: 50%; }

    [class][class~="off-l-4"] {
      margin-left: 66.67%; }

    [class][class~="off-l-5"] {
      margin-left: 83.33%; } }
  @media only screen and (min-width: 1240px) {
  [class][class~="off-xl-0"] {
    margin-left: 0%; }
    [class][class~="off-xl-1"] {
      margin-left: 16.67%; }

    [class][class~="off-xl-2"] {
      margin-left: 33.33%; }

    [class][class~="off-xl-3"] {
      margin-left: 50%; }

    [class][class~="off-xl-4"] {
      margin-left: 66.67%; }

    [class][class~="off-xl-5"] {
      margin-left: 83.33%; } }
  @media only screen and (min-width: 1800px) {
  [class][class~="off-xxl-0"] {
    margin-left: 0%; }
    [class][class~="off-xxl-1"] {
      margin-left: 16.67%; }

    [class][class~="off-xxl-2"] {
      margin-left: 33.33%; }

    [class][class~="off-xxl-3"] {
      margin-left: 50%; }

    [class][class~="off-xxl-4"] {
      margin-left: 66.67%; }

    [class][class~="off-xxl-5"] {
      margin-left: 83.33%; } }

[class~="gridy-1"] > [class*="coly"] {
  flex-basis: 100%;
  max-width: 100%; }

[class~="gridy-2"] > [class*="coly"] {
  flex-basis: 50%;
  max-width: 50%; }

[class~="gridy-3"] > [class*="coly"] {
  flex-basis: 33.33%;
  max-width: 33.33%; }

[class~="gridy-4"] > [class*="coly"] {
  flex-basis: 25%;
  max-width: 25%; }

[class~="gridy-5"] > [class*="coly"] {
  flex-basis: 20%;
  max-width: 20%; }

[class~="gridy-6"] > [class*="coly"] {
  flex-basis: 16.67%;
  max-width: 16.67%; }
  @media only screen and (min-width: 481px) {
  [class~="gridy-s-1"] > [class*="coly"] {
    flex-basis: 100%;
    max-width: 100%; }
    [class~="gridy-s-2"] > [class*="coly"] {
      flex-basis: 50%;
      max-width: 50%; }

    [class~="gridy-s-3"] > [class*="coly"] {
      flex-basis: 33.33%;
      max-width: 33.33%; }

    [class~="gridy-s-4"] > [class*="coly"] {
      flex-basis: 25%;
      max-width: 25%; }

    [class~="gridy-s-5"] > [class*="coly"] {
      flex-basis: 20%;
      max-width: 20%; }

    [class~="gridy-s-6"] > [class*="coly"] {
      flex-basis: 16.67%;
      max-width: 16.67%; } }
  @media only screen and (min-width: 650px) {
  [class~="gridy-sl-1"] > [class*="coly"] {
    flex-basis: 100%;
    max-width: 100%; }
    [class~="gridy-sl-2"] > [class*="coly"] {
      flex-basis: 50%;
      max-width: 50%; }

    [class~="gridy-sl-3"] > [class*="coly"] {
      flex-basis: 33.33%;
      max-width: 33.33%; }

    [class~="gridy-sl-4"] > [class*="coly"] {
      flex-basis: 25%;
      max-width: 25%; }

    [class~="gridy-sl-5"] > [class*="coly"] {
      flex-basis: 20%;
      max-width: 20%; }

    [class~="gridy-sl-6"] > [class*="coly"] {
      flex-basis: 16.67%;
      max-width: 16.67%; } }
  @media only screen and (min-width: 768px) {
  [class~="gridy-m-1"] > [class*="coly"] {
    flex-basis: 100%;
    max-width: 100%; }
    [class~="gridy-m-2"] > [class*="coly"] {
      flex-basis: 50%;
      max-width: 50%; }

    [class~="gridy-m-3"] > [class*="coly"] {
      flex-basis: 33.33%;
      max-width: 33.33%; }

    [class~="gridy-m-4"] > [class*="coly"] {
      flex-basis: 25%;
      max-width: 25%; }

    [class~="gridy-m-5"] > [class*="coly"] {
      flex-basis: 20%;
      max-width: 20%; }

    [class~="gridy-m-6"] > [class*="coly"] {
      flex-basis: 16.67%;
      max-width: 16.67%; } }
  @media only screen and (min-width: 900px) {
  [class~="gridy-ml-1"] > [class*="coly"] {
    flex-basis: 100%;
    max-width: 100%; }
    [class~="gridy-ml-2"] > [class*="coly"] {
      flex-basis: 50%;
      max-width: 50%; }

    [class~="gridy-ml-3"] > [class*="coly"] {
      flex-basis: 33.33%;
      max-width: 33.33%; }

    [class~="gridy-ml-4"] > [class*="coly"] {
      flex-basis: 25%;
      max-width: 25%; }

    [class~="gridy-ml-5"] > [class*="coly"] {
      flex-basis: 20%;
      max-width: 20%; }

    [class~="gridy-ml-6"] > [class*="coly"] {
      flex-basis: 16.67%;
      max-width: 16.67%; } }
  @media only screen and (min-width: 980px) {
  [class~="gridy-l-1"] > [class*="coly"] {
    flex-basis: 100%;
    max-width: 100%; }
    [class~="gridy-l-2"] > [class*="coly"] {
      flex-basis: 50%;
      max-width: 50%; }

    [class~="gridy-l-3"] > [class*="coly"] {
      flex-basis: 33.33%;
      max-width: 33.33%; }

    [class~="gridy-l-4"] > [class*="coly"] {
      flex-basis: 25%;
      max-width: 25%; }

    [class~="gridy-l-5"] > [class*="coly"] {
      flex-basis: 20%;
      max-width: 20%; }

    [class~="gridy-l-6"] > [class*="coly"] {
      flex-basis: 16.67%;
      max-width: 16.67%; } }
  @media only screen and (min-width: 1240px) {
  [class~="gridy-xl-1"] > [class*="coly"] {
    flex-basis: 100%;
    max-width: 100%; }
    [class~="gridy-xl-2"] > [class*="coly"] {
      flex-basis: 50%;
      max-width: 50%; }

    [class~="gridy-xl-3"] > [class*="coly"] {
      flex-basis: 33.33%;
      max-width: 33.33%; }

    [class~="gridy-xl-4"] > [class*="coly"] {
      flex-basis: 25%;
      max-width: 25%; }

    [class~="gridy-xl-5"] > [class*="coly"] {
      flex-basis: 20%;
      max-width: 20%; }

    [class~="gridy-xl-6"] > [class*="coly"] {
      flex-basis: 16.67%;
      max-width: 16.67%; } }
  @media only screen and (min-width: 1800px) {
  [class~="gridy-xxl-1"] > [class*="coly"] {
    flex-basis: 100%;
    max-width: 100%; }
    [class~="gridy-xxl-2"] > [class*="coly"] {
      flex-basis: 50%;
      max-width: 50%; }

    [class~="gridy-xxl-3"] > [class*="coly"] {
      flex-basis: 33.33%;
      max-width: 33.33%; }

    [class~="gridy-xxl-4"] > [class*="coly"] {
      flex-basis: 25%;
      max-width: 25%; }

    [class~="gridy-xxl-5"] > [class*="coly"] {
      flex-basis: 20%;
      max-width: 20%; }

    [class~="gridy-xxl-6"] > [class*="coly"] {
      flex-basis: 16.67%;
      max-width: 16.67%; } }

[class*="gridy"] > [class~="coly-auto"] {
  flex: 1 1 0%;
  max-width: 100%; }

[class*="gridy"] > [class~="coly-1"] {
  flex-basis: 16.67%;
  max-width: 16.67%; }
  [class*="gridy"] > [class~="coly-2"] {
    flex-basis: 33.33%;
    max-width: 33.33%; }
  [class*="gridy"] > [class~="coly-3"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class*="gridy"] > [class~="coly-4"] {
    flex-basis: 66.67%;
    max-width: 66.67%; }
  [class*="gridy"] > [class~="coly-5"] {
    flex-basis: 83.33%;
    max-width: 83.33%; }
  [class*="gridy"] > [class~="coly-6"] {
    flex-basis: 100%;
    max-width: 100%; }
  @media only screen and (min-width: 481px) {
  [class*="gridy"] > [class~="coly-s-auto"] {
    flex: 1 1 0%;
    max-width: 100%; }
    [class*="gridy"] > [class~="coly-s-1"] {
      flex-basis: 16.67%;
      max-width: 16.67%; }
      [class*="gridy"] > [class~="coly-s-2"] {
        flex-basis: 33.33%;
        max-width: 33.33%; }
      [class*="gridy"] > [class~="coly-s-3"] {
        flex-basis: 50%;
        max-width: 50%; }
      [class*="gridy"] > [class~="coly-s-4"] {
        flex-basis: 66.67%;
        max-width: 66.67%; }
      [class*="gridy"] > [class~="coly-s-5"] {
        flex-basis: 83.33%;
        max-width: 83.33%; }
      [class*="gridy"] > [class~="coly-s-6"] {
        flex-basis: 100%;
        max-width: 100%; } }
  @media only screen and (min-width: 650px) {
  [class*="gridy"] > [class~="coly-sl-auto"] {
    flex: 1 1 0%;
    max-width: 100%; }
    [class*="gridy"] > [class~="coly-sl-1"] {
      flex-basis: 16.67%;
      max-width: 16.67%; }
      [class*="gridy"] > [class~="coly-sl-2"] {
        flex-basis: 33.33%;
        max-width: 33.33%; }
      [class*="gridy"] > [class~="coly-sl-3"] {
        flex-basis: 50%;
        max-width: 50%; }
      [class*="gridy"] > [class~="coly-sl-4"] {
        flex-basis: 66.67%;
        max-width: 66.67%; }
      [class*="gridy"] > [class~="coly-sl-5"] {
        flex-basis: 83.33%;
        max-width: 83.33%; }
      [class*="gridy"] > [class~="coly-sl-6"] {
        flex-basis: 100%;
        max-width: 100%; } }
  @media only screen and (min-width: 768px) {
  [class*="gridy"] > [class~="coly-m-auto"] {
    flex: 1 1 0%;
    max-width: 100%; }
    [class*="gridy"] > [class~="coly-m-1"] {
      flex-basis: 16.67%;
      max-width: 16.67%; }
      [class*="gridy"] > [class~="coly-m-2"] {
        flex-basis: 33.33%;
        max-width: 33.33%; }
      [class*="gridy"] > [class~="coly-m-3"] {
        flex-basis: 50%;
        max-width: 50%; }
      [class*="gridy"] > [class~="coly-m-4"] {
        flex-basis: 66.67%;
        max-width: 66.67%; }
      [class*="gridy"] > [class~="coly-m-5"] {
        flex-basis: 83.33%;
        max-width: 83.33%; }
      [class*="gridy"] > [class~="coly-m-6"] {
        flex-basis: 100%;
        max-width: 100%; } }
  @media only screen and (min-width: 900px) {
  [class*="gridy"] > [class~="coly-ml-auto"] {
    flex: 1 1 0%;
    max-width: 100%; }
    [class*="gridy"] > [class~="coly-ml-1"] {
      flex-basis: 16.67%;
      max-width: 16.67%; }
      [class*="gridy"] > [class~="coly-ml-2"] {
        flex-basis: 33.33%;
        max-width: 33.33%; }
      [class*="gridy"] > [class~="coly-ml-3"] {
        flex-basis: 50%;
        max-width: 50%; }
      [class*="gridy"] > [class~="coly-ml-4"] {
        flex-basis: 66.67%;
        max-width: 66.67%; }
      [class*="gridy"] > [class~="coly-ml-5"] {
        flex-basis: 83.33%;
        max-width: 83.33%; }
      [class*="gridy"] > [class~="coly-ml-6"] {
        flex-basis: 100%;
        max-width: 100%; } }
  @media only screen and (min-width: 980px) {
  [class*="gridy"] > [class~="coly-l-auto"] {
    flex: 1 1 0%;
    max-width: 100%; }
    [class*="gridy"] > [class~="coly-l-1"] {
      flex-basis: 16.67%;
      max-width: 16.67%; }
      [class*="gridy"] > [class~="coly-l-2"] {
        flex-basis: 33.33%;
        max-width: 33.33%; }
      [class*="gridy"] > [class~="coly-l-3"] {
        flex-basis: 50%;
        max-width: 50%; }
      [class*="gridy"] > [class~="coly-l-4"] {
        flex-basis: 66.67%;
        max-width: 66.67%; }
      [class*="gridy"] > [class~="coly-l-5"] {
        flex-basis: 83.33%;
        max-width: 83.33%; }
      [class*="gridy"] > [class~="coly-l-6"] {
        flex-basis: 100%;
        max-width: 100%; } }
  @media only screen and (min-width: 1240px) {
  [class*="gridy"] > [class~="coly-xl-auto"] {
    flex: 1 1 0%;
    max-width: 100%; }
    [class*="gridy"] > [class~="coly-xl-1"] {
      flex-basis: 16.67%;
      max-width: 16.67%; }
      [class*="gridy"] > [class~="coly-xl-2"] {
        flex-basis: 33.33%;
        max-width: 33.33%; }
      [class*="gridy"] > [class~="coly-xl-3"] {
        flex-basis: 50%;
        max-width: 50%; }
      [class*="gridy"] > [class~="coly-xl-4"] {
        flex-basis: 66.67%;
        max-width: 66.67%; }
      [class*="gridy"] > [class~="coly-xl-5"] {
        flex-basis: 83.33%;
        max-width: 83.33%; }
      [class*="gridy"] > [class~="coly-xl-6"] {
        flex-basis: 100%;
        max-width: 100%; } }
  @media only screen and (min-width: 1800px) {
  [class*="gridy"] > [class~="coly-xxl-auto"] {
    flex: 1 1 0%;
    max-width: 100%; }
    [class*="gridy"] > [class~="coly-xxl-1"] {
      flex-basis: 16.67%;
      max-width: 16.67%; }
      [class*="gridy"] > [class~="coly-xxl-2"] {
        flex-basis: 33.33%;
        max-width: 33.33%; }
      [class*="gridy"] > [class~="coly-xxl-3"] {
        flex-basis: 50%;
        max-width: 50%; }
      [class*="gridy"] > [class~="coly-xxl-4"] {
        flex-basis: 66.67%;
        max-width: 66.67%; }
      [class*="gridy"] > [class~="coly-xxl-5"] {
        flex-basis: 83.33%;
        max-width: 83.33%; }
      [class*="gridy"] > [class~="coly-xxl-6"] {
        flex-basis: 100%;
        max-width: 100%; } }

.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
  height: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace; }

.sl-wrapper .sl-close:focus, .sl-wrapper .sl-navigation button:focus {
  outline: 0; }

body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1050; }

.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
  top: 30px;
  display: none;
  color: #000;
  position: fixed; }

.sl-wrapper {
  z-index: 1040; }

.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer; }

.sl-wrapper button:hover {
  opacity: 0.7; }

.sl-wrapper .sl-close {
  right: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  font-size: 3rem; }

.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1060;
  font-size: 1rem; }

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none; }

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  text-align: center;
  display: block;
  z-index: 1060;
  color: #000; }

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem; }

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem; }

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000; }

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0; }

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px; }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem; }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem; }

  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0; } }

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px; }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem; }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem; }

  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0; } }

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0; }

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto; }

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0%, 100% {
    opacity: 0; }

  0% {
    transform: scale(0.1); }

  50% {
    opacity: 1; }

  100% {
    transform: scale(1.2); } }

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg'); }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: '←'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000; }

[class~="wrap"] {
  max-width: 100%; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots li {
  background-color: #005caa;
  margin: 0;
  width: 40px;
  height: 40px;
  padding: 10px; }

.slick-dots li button {
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.slick-dots {
  bottom: 0;
  z-index: 200; }

.slick-dots li button::before {
  font-size: 50px;
  line-height: 20px;
  display: none;
  width: 20px;
  height: 20px; }

.slick-dots li.slick-active button::before {
  display: block;
  opacity: 1;
  color: #005caa;
  background-color: #005caa;
  content: "";
  border: 3px solid #fff;
  border-radius: 100%;
  width: 14px;
  height: 14px; }

.slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  min-width: 100%;
  max-width: initial; }

.slide {
  max-height: 370px; }

.slider {
  max-height: 370px;
  overflow-y: hidden; }

[class*="gridy"][class*="coly"] {
  padding: 0 4px 8px; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

html {
  font-size: 16px; }

body {
  color: 0;
  font-family: 'DINOT', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0; }

h1 {
  font-family: 'Dekar', sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  color: #005caa;
  margin: 0 0 15px 0; }
  h1 p {
    margin: 0; }

h2 {
  font-family: 'Dekar', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #009fe3;
  margin: 0; }
  h2 p {
    margin: 0; }

h3 {
  font-family: 'Dekar', sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0; }
  h3 p {
    margin: 0; }

h4 {
  font-family: 'Dekar', sans-serif;
  font-size: 2.19rem;
  margin: 0; }
  h4 p {
    margin: 0; }

ul {
  list-style-image: url('images/puce.png');
  padding-left: 20px; }

a img {
  border: 0; }

a[href^="mailto"] {
  font-family: sans-serif; }

p a {
  color: #005caa; }

p strong {
  font-family: "DINOTBold"; }

h1 p strong, h2 p strong, h3 p strong, h4 p strong {
  font-family: 'Dekar', sans-serif; }

.wrapper {
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

#mainWrapper {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.mainContent {
  flex: 1 0 0; }

.mainContent__content {
  padding-top: 30px; }

header {
  position: relative; }

.mainHeader__bigWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 43px;
  z-index: 100; }

.mainHeader__wrapper {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  height: 100%; }

.mainHeader__blocTitle {
  width: 220px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px 15px;
  left: 80px;
  position: relative; }

.backHomeLink {
  margin-bottom: 30px;
  border: none;
  display: block; }

.mainHeader__blocTitle__title {
  font-family: 'Dekar', sans-serif;
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 35px;
  color: #005caa; }

.mainHeader__blocTitle_title--page {
  color: #009fe3;
  text-align: center;
  margin-top: 60%; }

.header__imageMobile {
  display: none; }

nav {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #005caa;
  text-align: center;
  height: 43px;
  position: relative;
  z-index: 200; }
  nav .wrapper {
    display: flex;
    justify-content: space-around; }
  nav a {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Dekar', sans-serif;
    text-decoration: none;
    margin-left: 25px;
    margin-right: 25px; }
    nav a.cur {
      font-weight: bold; }
    nav a span {
      transition: transform 200ms linear;
      display: inline-block;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1, 1);
      transform: translateZ(0);
      font-smoothing: antialiased !important; }
      nav a span:hover {
        transform: scale(1.05); }

.no-flexbox nav a {
  margin-left: 40px;
  margin-right: 40px; }

.nav__picto {
  display: inline-block;
  margin-right: 15px;
  max-height: 23px;
  vertical-align: middle;
  margin-top: -3px; }

footer {
  /* padding-top: 15px; */
  padding-bottom: 15px;
  font-size: 11px;
  line-height: 14px;
  color: #005caa; }
  footer p {
    display: inline-block;
    margin: 0; }
  footer a {
    color: #005caa;
    text-decoration: none;
    transition: all 200ms ease;
    font-family: Arial; }
    footer a:hover {
      color: #009fe3; }

.mainFooter__title {
  font-family: 'Dekar', sans-serif;
  font-size: 15px;
  color: #005caa;
  display: inline-block;
  margin-right: 5px; }

.presentation__col h1 strong {
  color: #009fe3; }

.presentation__col__ctc h2 + p {
  margin-top: 5px; }

.presentation_col2 {
  padding-left: 20px;
  padding-right: 20px; }

.presentation__col blockquote {
  margin-left: 0;
  margin-top: 25px;
  font-style: italic;
  font-weight: bold;
  font-family: "DINOTBold"; }

.presentation_col3 {
  background-color: #009fe3; }
  .presentation_col3 .presentation__col__ctc {
    padding: 10px 20px 20px 20px;
    color: #fff; }
  .presentation_col3 h2 {
    color: #fff; }

.membres__groupe {
  margin-bottom: 30px; }
  .membres__groupe h2 {
    font-size: 22px;
    margin-bottom: 5px; }

.membres__groupe__logos {
  margin-left: -15px;
  margin-right: -15px; }

.membre {
  position: relative;
  margin: 10px 15px;
  display: inline-block; }
  .membre a {
    display: block; }

.membre__logos {
  font-size: 0; }
  .membre__logos img {
    max-height: 60px; }
  .membre__logos .membre__logo_nb {
    position: absolute;
    left: 0;
    right: 0;
    transition: opacity 200ms ease; }
  .membre__logos .membre__logo_coul {
    opacity: 0;
    transition: opacity 200ms ease; }

.membre:hover .membre__logo_coul {
  opacity: 1; }
  .membre:hover .membre__logo_nb {
    opacity: 0; }

.partenairesInsti {
/*  float: right;
  padding: 15px 15px 0 15px;
  border: 5px solid #009fe3;
  margin-bottom: 30px;
  width: 33%; */}

.projet {
  padding: 10px;
  margin-bottom: 30px; }

.projet__titre {
  font-size: 25px;
  line-height: 28px; }

.projet__ssTitre {
  font-size: 16px;
  line-height: 19px;
  color: #009fe3;
  margin-bottom: 10px;
  font-weight: normal; }

.projet__txt .align_left {
  margin-right: 5px; }
  .projet__txt .align_center {
    margin-left: 0;
    margin-right: 0; }

.contact__titre {
  color: #005caa;
  font-size: 24px;
  margin-bottom: 30px; }

.formulaireWrapper {
  margin-bottom: 30px; }

.contactForm {
  max-width: 450px; }

.inputsWrapper {
  display: flex; }

.labels {
  padding-right: 15px;
  text-align: right; }

.inputs {
  flex: 1; }

label {
  color: #005caa;
  font-size: 12px;
  display: block;
  height: 25px;
  margin-bottom: 15px; }

.labelMobile {
  display: none; }

.inputInline label {
  display: inline;
  top: 0;
  left: 0; }

.inputWrapper {
  margin-bottom: 15px;
  position: relative; }

input[type="text"], input[type="email"], input[type="tel"] {
  background-color: #dadada;
  border-radius: 5px;
  border: none;
  padding: 4px 5px;
  height: 25px;
  width: 100%;
  max-width: 100%;
  transition: background-color 300ms ease; }
  input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    background-color: #ededed; }

textarea {
  background-color: #dadada;
  border-radius: 5px;
  border: none;
  padding: 4px 5px;
  height: 120px;
  width: 100%;
  max-width: 100%;
  transition: background-color 300ms ease; }
  textarea:hover, textarea:focus {
    background-color: #ededed; }

.label__desc {
  margin-top: 15px;
  font-size: 10px;
  color: grey;
  font-style: italic; }

.rgpdMentions {
  color: grey;
  font-size: 12px;
  font-style: italic; }

.submitBtn {
  background-color: #005caa;
  color: #fff;
  font-size: 16px;
  font-family: 'Dekar', sans-serif;
  padding: 10px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  transition: all 300ms ease; }
  .submitBtn:hover {
    background-color: #009fe3;
    cursor: pointer; }

.parsley-errors-list {
  position: absolute;
  list-style: none;
  color: #ff5733;
  font-size: 10px;
  margin-top: -2px;
  margin-bottom: 0;
  padding-left: 0; }

.contact__visuel {
  padding-left: 100px; }

.gps {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 100px; }
  .gps a {
    text-decoration: none;
    color: #000;
    transition: color 300ms ease; }
    .gps a:hover {
      color: #005caa; }

.button--loading {
  animation: loadingButton 1s ease-in-out infinite;
  animation-direction: alternate; }

@keyframes loadingButton {
  0% {
    background-color: rgba(0, 92, 170, 0); }

  100% {
    background-color: rgba(0, 92, 170, 0.5); } }

.alert {
  padding: 10px;
  border: 1px solid #fff; }

.alert--success {
  border-color: #9acd32;
  color: #9acd32; }

.alert--error {
  border-color: #ff5733;
  color: #ff5733; }

@media only screen and (min-width: 1600px) {
  /* body::after {
   content: "";
   width: 10px;
   height: 10px;
   position: fixed;
   top: 0;
   left: 0;
   background-color: red;
   }*/
    body {
      font-size: 15px;
      line-height: 22px; }
    footer {
      font-size: 11px; }
    .slider, .slide {
      max-height: 470px; }
    .mainHeader__blocTitle {
      width: 280px;
      text-align: center; }
    .mainHeader__blocTitle__title {
      font-size: 35px;
      line-height: 40px; }
    .backHomeLink {
      margin-bottom: 50px; }
    .mainContent__content {
      padding-top: 50px; }
    h1 {
      font-size: 30px;
      line-height: 35px; }
    h2 {
      font-size: 25px;
      line-height: 30px; }
    .membres__groupe h2 {
      font-size: 28px;
      margin-bottom: 10px; }
    .membres__groupe {
      margin-bottom: 50px; }
    .projet {
      padding: 10px 20px; }
    .projet__titre {
      margin-bottom: 5px; }
    .contact__titre {
      font-size: 30px; }
    .contactForm {
      max-width: 550px; }
    label {
      font-size: 12px;
      margin-bottom: 25px; }
    .inputWrapper {
      margin-bottom: 20px; }
    input[type="text"], input[type="email"], input[type="tel"] {
      height: 30px; } }

@media only screen and (max-width: 1280px) {
  /* body::after {
   content: "";
   width: 10px;
   height: 10px;
   position: fixed;
   top: 0;
   left: 0;
   background-color: green;
   }*/ }

@media only screen and (max-width: 1100px) {
  /*
   body::after {
   content: "";
   width: 10px;
   height: 10px;
   position: fixed;
   top: 0;
   left: 0;
   background-color: lightblue;
   }
   */
    .mainHeader__blocTitle {
      padding-top: 15px; }
    .mainHeader__blocTitle__title {
      font-size: 25px;
      line-height: 30px; }
      .mainHeader__blocTitle__title p {
        margin: 0; }
    .mainHeader__blocTitle_title--page {
      margin-top: 40%;
      font-size: 30px; }
    .backHomeLink {
      margin-bottom: 15px; }
    nav a {
      font-size: 20px; }
    .contact__visuel {
      padding-left: 50px; }
    .gps {
      padding-left: 0px; }
    .projet__txt {
      font-size: 12px;
      line-height: 18px; }
    .partenairesInsti {
      width: 50%; } }

@media only screen and (max-width: 980px) {
  /*body::after {
   content: "";
   width: 10px;
   height: 10px;
   position: fixed;
   top: 0;
   left: 0;
   background-color: lightgreen;
   }*/
    .slider, .slide {
      height: 300px;
      max-height: 300px; }
    .mainHeader__blocTitle {
      left: 0; }
    .projet__txt {
      font-size: 13px;
      line-height: 20px; }
    .mainHeader__blocTitle__title {
      font-size: 25px;
      line-height: 26px; }
    .mainHeader__blocTitle_title--page {
      margin-top: 30%; }
    .presentation_col2 {
      padding-left: 0; }
    .partenairesInsti {
      width: 60%;
      float: none;
      clear: right;
      margin-bottom: 30px; } }

@media only screen and (max-width: 768px) {
  /*body::after {
   content: "";
   width: 10px;
   height: 10px;
   position: fixed;
   top: 0;
   left: 0;
   background-color: lightgrey;
   }*/
    .partenairesInsti {
      width: 100%; }
    .slider, .slide {
      height: 300px;
      max-height: 300px; }
    .slick-dots li {
      width: 30px;
      height: 30px;
      padding: 5px; }
    footer {
      padding-top: 25px; }
    .mainHeader__blocTitle__title {
      font-size: 22px;
      line-height: 23px; }
    .contactForm {
      max-width: 100%; }
    label {
      font-size: 12px;
      margin-bottom: 25px; }
    .inputWrapper {
      margin-bottom: 20px; }
    input[type="text"], input[type="email"], input[type="tel"] {
      height: 30px; } }

@media only screen and (max-width: 670px) {
  /*body::after {
   content: "";
   width: 10px;
   height: 10px;
   position: fixed;
   top: 0;
   left: 0;
   background-color: pink;
   }*/
    body {
      font-size: 14px; }
    .mainHeader__wrapper {
      width: 100%; }
    nav a {
      font-size: 18px; }
    .nav__picto {
      display: none; }
    .mainHeader__blocTitle {
      width: 180px; }
    .mainHeader__blocTitle__title {
      font-size: 18px;
      line-height: 20px; }
    .mainHeader__blocTitle_title--page {
      font-size: 22px; } }

@media only screen and (max-width: 550px) {
  /* body::after {
   content: "";
   width: 10px;
   height: 10px;
   position: fixed;
   top: 0;
   left: 0;
   background-color: yellow;
   }*/
    .slider, .slide {
      height: 250px;
      max-height: 250px; } }

@media only screen and (max-width: 500px) {
  /*body::after {
   content: "";
   width: 10px;
   height: 10px;
   position: fixed;
   top: 0;
   left: 0;
   background-color: purple;
   }*/
    .slider {
      display: none; }
    .mainHeader__bigWrapper {
      position: relative;
      height: auto;
      padding-bottom: 0px; }
    .mainHeader__blocTitle {
      left: 0;
      width: 100%;
      text-align: center;
      padding-bottom: 10px; }
    .mainHeader__blocTitle_title--page {
      margin-top: 0; }
    nav .wrapper {
      flex-direction: column; }
    nav {
      height: auto; }
    nav a {
      padding-top: 5px;
      padding-bottom: 5px;
      margin-bottom: 4px; }
    h1 {
      font-size: 22px;
      line-height: 25px; }
    .labels {
      display: none; }
    .labelMobile {
      display: block;
      margin-bottom: 0; }
    .mainHeader__blocTitle__title p br {
      display: none; }
    .header__imageMobile {
      display: block; } }
