@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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 {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  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-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.counter .counter-item {
  padding-right: 10px;
  width: 25%;
}
.counter .counter-item .number {
  font-family: 'Assistant', sans-serif;
  font-weight: 600;
  color: #cdd2d9;
  font-size: 60px;
  margin-bottom: 25px;
  padding-right: 10px;
}
@media screen and (max-width: 1600px) {
  .counter .counter-item .number {
    font-size: calc(42px);
  }
}
@media screen and (max-width: 768px) {
  .counter .counter-item .number {
    font-size: calc(36px);
  }
}
.counter .counter-item .number:first-child {
  padding: 0 0 0 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .counter .counter-item .number:first-child {
    padding: 0;
  }
}
.counter .counter-item .number:last-child {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .counter .counter-item .number:last-child {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .counter .counter-item {
    width: 50%;
    margin-bottom: 50px;
    padding-right: 0;
    text-align: center;
  }
  .counter .counter-item .number {
    font-size: 48px;
    margin-bottom: 10px;
    padding: 0;
  }
  .counter .counter-item li {
    padding: 0 5px;
  }
}
.counter ul {
  text-align: center;
}
.counter ul li {
  padding: 0 10px;
  font-size: 18px;
  position: relative;
  display: inline;
}
.counter ul li:first-child {
  font-family: 'Assistant', sans-serif;
  font-weight: 600;
}
.counter ul li:last-child {
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
}
.counter ul li + li:before {
  content: '' !important;
  position: absolute;
  display: inline-block;
  height: 13px;
  width: 2px;
  background-color: #000;
  left: -2px;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .counter ul ul {
    justify-content: center;
  }
  .counter ul ul li {
    font-size: 16px;
  }
  .counter ul ul li:last-child {
    text-align: left;
  }
  .counter ul ul li + li {
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .counter {
    margin-bottom: 10px;
  }
  .counter ul {
    justify-content: center;
  }
}
@media (max-width: 1440px) {
  .counter ul {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .counter ul {
    display: block;
  }
  .counter ul li {
    display: inline;
  }
  .counter ul li + li {
    border: none;
  }
}
body {
  font-family: 'Assistant', sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: 'Assistant', sans-serif;
  margin: 0 0 0.5em;
  color: #000000;
  font-weight: 300;
}
h1 {
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 60px;
}
@media screen and (max-width: 1600px) {
  h1 {
    font-size: calc(42px);
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: calc(36px);
  }
  #page .standart-list h1{
    margin-bottom: 28px;
  }
}
h2 {
  font-size: 48px;
}
@media screen and (max-width: 1600px) {
  h2 {
    font-size: calc(34px);
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: calc(30px);
  }
}
strong {
  font-weight: bold;
}
p {
  line-height: 1.2;
}
h4 {
  font-size: 24px;
}
p {
  margin: 0 0 0.9em;
}
a {
  color: #000000;
  font-family: 'Palanquin', sans-serif;
  font-weight: 16;
  font-weight: 600;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #90101f;
  text-decoration: none;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
nav.navbar:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000061;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
}
nav.navbar.open:before {
  opacity: 1;
  pointer-events: auto;
}
header {
  font-family: 'Assistant', sans-serif;
}
.sup-info {
  font-family: 'Palanquin', sans-serif;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  padding: 24px 0;
  letter-spacing: 0.6px;
}
.sup-info ul {
  display: flex;
  justify-content: center;
}
.sup-info ul a {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.sup-info ul a:hover,
.sup-info ul a:active,
.sup-info ul a:focus {
  color: #90101f;
}
.sup-info ul li {
  text-transform: uppercase;
  padding: 5px 9px 5px 52px;
}
.sup-info ul li + li {
  border-left: 1px solid #ffffff;
}
.sup-info ul > li {
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .sup-info {
    font-size: 10px;
    padding: 18px 0;
  }
  .sup-info ul > li {
    padding: 0 8px;
  }
  .sup-info .email {
    display: none;
  }
}
@media (max-width: 768px) {
  .sup-info ul,
  .sup-info ul a {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .navbar.open .menu-items {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .navbar.open .hamburger-lines .line1 {
    transform: rotate(35deg);
  }
}
@media screen and (max-width: 768px) {
  .navbar.open .hamburger-lines .line2 {
    transform: scaleY(0);
  }
}
@media screen and (max-width: 768px) {
  .navbar.open .hamburger-lines .line3 {
    transform: rotate(-35deg);
  }
}
.navbar .navbar-container {
  position: relative;
  display: flex;
  padding: 15px 0;
  align-items: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .navbar .navbar-container {
    align-items: inherit;
    padding: 6px;
  }
}
.navbar .logo {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .navbar .logo {
    width: 53%;
    padding-top: 20px;
    padding-bottom: 28px;
    margin-left: -9px;
  }
}
.navbar .logo img {
  object-fit: contain;
}
.navbar .menu-items {
  width: 33%;
  display: flex;
  justify-content: flex-end;
}
.navbar .menu-items .current_page_item a {
  color: #90101f;
}
.navbar .menu-items li {
  padding: 0 17px 0 45px;
  padding: 5px 24px;
  letter-spacing: 0.7px;
}
.navbar .menu-items .hamburger-close {
  display: none;
  width: 40px;
  height: 20px;
  position: absolute;
  background-color: #0f0;
  top: 46px;
  right: 34px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .navbar .menu-items .hamburger-close {
    display: block;
  }
}
.navbar .menu-items .hamburger-close:before,
.navbar .menu-items .hamburger-close:after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 10px;
  background: #90101f;
  transform: rotate(45deg) translate(7%, 46%);
}
.navbar .menu-items .hamburger-close:after {
  transform: rotate(-45deg);
}
.navbar .hamburger-lines {
  display: none;
}
@media screen and (max-width: 768px) {
  .navbar .hamburger-lines {
    display: block;
    /*height: 13px;*/
    height: 24px;
    /*width: 17px;*/
    width: 40px;
    position: absolute;
    top: 34px;
    right: 4px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.navbar .hamburger-lines .line {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .navbar .hamburger-lines .line {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: #026122;
  }
}
@media screen and (max-width: 768px) {
  .navbar .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .navbar .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .navbar .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .navbar .menu-items {
    display: block;
    position: absolute;
    z-index: 5;
    right: -25px;
    background: #fff;
    height: 60vh;
    max-width: 300px;
    display: flex;
    display: none;
    flex-direction: column;
    padding-left: 0px;
    transition: transform 0.5s ease-in-out;
    margin-top: -75px;
  }
}
.navbar .menu-items li a {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .navbar .menu-items li {
    display: block;
    margin-bottom: 2.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    padding-left: 36px;
  }
}
footer {
  background-color: #000;
  color: #fff;
  padding: 36px 0;
  font-size: 14px;
}
footer span {
  font-weight: 400;
}
footer p {
  color: #fff;
}
footer .item-hold {
  display: flex;
  justify-content: space-between;
}
footer .item-hold li p {
  font-weight: 100;
}
footer .item-hold .left-side,
footer .item-hold .right-side {
  width: 50%;
}
footer .item-hold .logo {
  font-family: 'Palanquin', sans-serif;
  padding-right: 50px;
  position: relative;
}
footer .item-hold .logo::before {
  position: absolute;
  content: '';
  background-color: #fff;
  height: 3.2em;
  width: 2px;
  top: 0px;
  right: 0;
}
footer .item-hold .logo img {
  display: block;
  margin-bottom: 10px;
}
footer .item-hold .left-side {
  display: flex;
}
footer .item-hold .left-side .group {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
footer .item-hold .left-side .group-items {
  width: auto;
  padding: 0 0 0 50px;
}
footer .item-hold .left-side .group-items p {
  font-family: 'Palanquin', sans-serif;
  font-size: 14px;
}
footer .item-hold .right-side ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .item-hold .right-side ul .group-items {
  padding-left: 60px;
}
footer .item-hold .right-side ul .group-items:first-child {
  padding-right: 70px;
}
footer .item-hold .right-side ul .group-items img {
  display: block;
  margin: 0 auto;
}
footer .item-hold .right-side ul li:first-child {
  position: relative;
}
footer .item-hold .right-side ul li:first-child::before {
  position: absolute;
  content: '';
  background-color: #fff;
  height: 3.2em;
  width: 2px;
  top: 3px;
  left: 100%;
}
footer .copy {
  font-size: 14px;
  margin-top: 20px;
}
footer .copy ul {
  display: flex;
  justify-content: center;
}
footer .copy ul li {
  padding: 0 10px;
  color: #a5a5a5;
}
footer .copy ul li + li {
  position: relative;
}
footer .copy ul li + li:before {
  position: absolute;
  content: '';
  background-color: #a5a5a5;
  height: 0.7em;
  width: 1px;
  top: 6px;
  left: 0px;
}
footer .copy ul a {
  font-size: 14px;
  color: #a5a5a5;
  font-weight: 400;
}
footer .copy ul a:hover {
  color: #90101f;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1201px) and (max-width: 1919px) {
  footer .item-hold .right-side ul {
    justify-content: flex-start;
  }
  footer .item-hold .right-side ul .group-items {
    padding-left: 10px;
  }
  footer .item-hold .right-side ul .group-items:first-child {
    padding-right: 20px;
  }
  footer .item-hold .logo::before {
    height: 3.5em;
  }
  footer .item-hold .left-side {
    width: 100%;
  }
  footer .item-hold .left-side .group {
    width: 70%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  footer {
    padding: 10px 0 42px;
  }
  footer .item-hold {
    flex-wrap: wrap;
  }
  footer .item-hold .left-side {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .item-hold .right-side {
    width: 100%;
  }
  footer .item-hold .right-side ul {
    justify-content: space-evenly;
  }
  footer .copy ul {
    flex-wrap: wrap;
  }
  footer .copy ul li {
    margin-bottom: 10px;
  }
  footer .copy ul li + li {
    position: relative;
  }
  footer .copy ul li + li:before {
    content: none;
  }
  footer .copy ul li:nth-child(even) {
    position: relative;
  }
  footer .copy ul li:nth-child(even)::before {
    position: absolute;
    content: '';
    height: 0.7em;
    width: 1px;
    top: 6px;
    left: 0px;
  }
}
@media screen and (max-width: 768px) {
  footer .item-hold .left-side {
    display: none;
  }
  footer .item-hold .right-side {
    display: none;
  }
}
body {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
body * {
  box-sizing: inherit;
}
.container,
.container-wide,
.container-sm {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1470px;
}
.container-wide {
  max-width: 1750px;
}
.container-sm {
  max-width: 1170px;
}
.subtitle {
  font-family: 'Palanquin', sans-serif;
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .subtitle {
    letter-spacing: 0.8px;
  }
}
p,
a {
  font-family: 'Palanquin', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
}
strong {
  font-weight: 600;
}
.link {
  position: relative;
}
.link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: -20%;
  left: 0;
}
.slider-hero {
  position: relative;
}
.slider-hero .slick-next:before,
.slider-hero .slick-prev:before {
  box-sizing: border-box;
  content: '';
  display: inline-block;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px 8px;
  width: 60px;
  height: 60px;
  background-image: url(../images/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .slider-hero .slick-next:before,
  .slider-hero .slick-prev:before {
    width: 48px;
    height: 48px;
  }
}
.slider-hero .slick-next:hover:before,
.slider-hero .slick-prev:hover:before {
  border: 1px solid #90101f;
  background-image: url(../images/arrow-red.png);
}
.slider-hero .slick-prev:before {
  transform: rotate(180deg);
}
.slider-hero .text-slide {
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  font-family: 'Assistant', sans-serif;
  position: absolute;
  width: 80%;
  color: #ffffff;
  top: 34%;
  left: 14%;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .slider-hero .text-slide {
    font-size: calc(42px);
  }
}
@media screen and (max-width: 768px) {
  .slider-hero .text-slide {
    font-size: calc(36px);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1919px) {
  .slider-hero .text-slide {
    top: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .slider-hero .text-slide {
    width: 80%;
    top: 15%;
  }
}
@media screen and (max-width: 1199px) {
  .slider-hero .text-slide {
    font-size: 36px;
    line-height: 45px;
    width: 100%;
    top: 28%;
    letter-spacing: 0px;
    left: 4%;
  }
  .slider-hero .text-slide br {
    display: none;
  }
}
.slider-hero .slick-prev,
.slider-hero .slick-next {
  top: 6%;
}
@media screen and (min-width: 1200px) {
  .slider-hero .slick-prev,
  .slider-hero .slick-next {
    top: 75%;
  }
}
@media screen and (max-width: 1199px) {
  .slider-hero .slick-prev,
  .slider-hero .slick-next {
    top: 80%;
  }
}
@media screen and (max-width: 768px) {
  .slider-hero .slick-prev,
  .slider-hero .slick-next {
    top: 76%;
  }
}
.slider-hero .slick-prev {
  left: 268px;
  z-index: 1;
  right: auto;
}
@media screen and (min-width: 1201px) and (max-width: 1919px) {
  .slider-hero .slick-prev {
    left: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-hero .slick-prev {
    left: 140px;
  }
}
@media screen and (max-width: 768px) {
  .slider-hero .slick-prev {
    left: 15px;
  }
}
.slider-hero .slick-next {
  left: 350px;
}
@media screen and (min-width: 1201px) and (max-width: 1919px) {
  .slider-hero .slick-next {
    left: 290px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-hero .slick-next {
    left: 240px;
  }
}
@media screen and (max-width: 768px) {
  .slider-hero .slick-next {
    left: 83px;
  }
}
.slider-hero .slick-slide {
  position: relative;
}
.slider-hero .slick-slide img {
  min-height: 80vh;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slider-hero .slick-slide img {
    height: 64vh;
  }
}
.slider-logo {
  background-color: #dfe4ea;
  padding: 30px 40px;
  margin-bottom: 85px;
}
.slider-logo .multiple-items {
  max-width: 1470px;
  margin: 0 auto;
}
.slider-logo .slick-slide {
  height: 50px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.slider-logo .slick-next:before,
.slider-logo .slick-prev:before {
  color: #000000;
  background-image: url(../images/arrow-left-logo.png);
  content: ' ';
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 50px;
  display: inline-block;
}
.slider-logo .slick-prev,
.slider-logo .slick-next {
  top: 50%;
}
.slider-logo .slick-prev {
  left: -35px;
}
.slider-logo .slick-next {
  right: -35px;
}
.slider-logo .slick-next:before {
  background-image: url(../images/arrow-right-logo.png);
}
@media screen and (max-width: 768px) {
  .slider-logo {
    padding: 17px 0;
    margin-bottom: 30px;
  }
  .slider-logo .slick-next {
    right: -15px;
  }
  .slider-logo .slick-prev {
    left: -15px;
  }
}
.info {
  margin: 0 auto;
  text-align: center;
}
.info .subtitle {
  letter-spacing: 1.4px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .info .subtitle {
    font-size: 18px;
  }
}
.info h2 {
  font-size: 60px;
  font-weight: 300;
  max-width: 650px;
  margin: 0 auto 95px;
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  .info h2 {
    font-size: calc(42px);
  }
}
@media screen and (max-width: 768px) {
  .info h2 {
    font-size: calc(36px);
  }
}
.info h2 span {
  font-weight: 600;
}
.info h1,
.info h3 {
  font-weight: 300;
  margin-bottom: 95px;
}
.info h1 span,
.info h3 span {
  font-weight: 600;
}
.info .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 103px;
}
.info .item .info-item {
  width: 25%;
  text-align: left;
  padding-right: 10px;
}
.info .item .info-item:not(:first-child) {
  padding-left: 20px;
}
.info .item .info-item h3 {
  font-size: 45px;
  color: #90101f;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 10px;
}
@media screen and (max-width: 1600px) {
  .info .item .info-item h3 {
    font-size: calc(42px);
  }
}
@media screen and (max-width: 768px) {
  .info .item .info-item h3 {
    font-size: 30px;
  }
}
.info .item .info-item .item-text {
  font-size: 18px;
  font-family: 'Assistant', sans-serif;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 27px;
}
.info .item .info-item p {
  font-weight: 400;
  letter-spacing: 1.1px;
  line-height: 20px;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .info .subtitle {
    letter-spacing: 0.8px;
  }
  .info h1,
  .info h3,
  .info h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .info .item {
    margin-bottom: 60px;
  }
  .info .item .info-item {
    width: 100%;
    padding-right: 0;
    padding-left: 7px;
    margin-bottom: 15px;
  }
  .info .item .info-item p {
    letter-spacing: 1px;
    padding-right: 0;
  }
  .info .item .info-item:not(:first-child) {
    padding-left: 7px;
  }
  .info .item .item-text {
    margin-bottom: 30px;
  }
}
.counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .counter {
    margin-bottom: 0;
  }
}
.long-rental {
  margin-bottom: 112px;
  position: relative;
  overflow: hidden;
}
.long-rental h1 {
  max-width: 500px;
}
.long-rental h1 strong {
  display: block;
}
@media screen and (max-width: 1440px) {
  .long-rental h1 {
    max-width: 400px;
  }
}
.long-rental .subtitle {
  margin-bottom: 34px;
}
.long-rental h1,
.long-rental h3 {
  margin-bottom: 10px;
}
.long-rental .top {
  margin-bottom: 65px;
  max-width: 75%;
}
.long-rental .center {
  max-width: 740px;
  margin: 0 auto;
  width: 66%;
  width: 40vw;
}
@media screen and (max-width: 768px) {
  .long-rental .center {
    width: 100vw;
  }
}
.long-rental .text-holder {
  padding: 6px 108px 60px 104px;
}
.long-rental p {
  line-height: 20px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.long-rental a {
  letter-spacing: 1px;
  text-decoration: none;
}
.long-rental .black {
  color: #fff;
  background: #000;
  position: relative;
  z-index: 1;
  width: 40vw;
}
.long-rental .black h4 {
  font-family: 'Palanquin', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
  margin-top: 38px;
}
.long-rental .black .text-holder {
  padding-bottom: 20px;
}
.long-rental .black a {
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  padding-bottom: 7px;
}
.long-rental .black a:hover {
  color: #90101f;
  transition: all 0.3s linear;
}
.long-rental .black p {
  color: #fff;
}
.long-rental .black .image-holder {
  position: absolute;
  z-index: 0;
  width:  calc( 50vw - 50% );
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50vw);
  right: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .long-rental .black {
    width: 100vw;
  }
}
.long-rental img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.long-rental .right-side {
  position: absolute;
  top: 0;
  bottom: -20px;
  right: 0;
  left: 66%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  .long-rental .right-side {
    bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .long-rental .text-holder {
    padding: 10px 60px 150px;
  }
}
@media screen and (max-width: 768px) {
  .long-rental {
    margin-bottom: 54px;
  }
  .long-rental .container-sm {
    padding: 0;
  }
  .long-rental h1 {
    font-size: 36px;
  }
  .long-rental .top {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .long-rental .center {
    max-width: 100%;
  }
  .long-rental .text-holder {
    padding: 30px 23px 60px;
  }
  .long-rental img {
    min-height: 340px;
  }
  .long-rental .black > .image-holder {
    position: static;
    width: 100%;
    transform: none;
  }
  .long-rental .black > .text-holder {
    padding-top: 10px;
    padding-bottom: 70px !important;
  }
  .long-rental .right-side {
    position: static;
    width: 100%;
    transform: none;
  }
  .long-rental .right-side img {
    min-height: 760px;
  }
  .long-rental p {
    margin-bottom: 13px;
  }
}
.besoin-2 {
  overflow: hidden;
}
.besoin-2 .container-sm {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.besoin-2 .image-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.besoin-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.besoin-2 .text-holder {
  position: relative;
  margin: 84px 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 38px 48px;
}
.besoin-2 .text-holder * {
  color: #fff;
  letter-spacing: 1.6px;
  line-height: 1.1;
}
.besoin-2 .entreprises {
  position: relative;
  width: 50%;
}
.besoin-2 .entreprises .text-holder {
  background: rgba(144, 16, 31, 0.78);
}
.besoin-2 .entreprises .image-holder {
  width: calc(66vw);
  left: auto;
}
.besoin-2 h3 {
  letter-spacing: 0.6px;
  margin-bottom: 37px;
}
.besoin-2 p {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 600;
}
.besoin-2 p:last-child {
  margin-bottom: 25px;
}
.besoin-2 .vente_vehicules {
  position: relative;
  width: 50%;
  width: calc(18%);
  margin-left: 30px;
}
.besoin-2 .vente_vehicules .text-holder {
  margin-right: -74px;
}
.besoin-2 .vente_vehicules .image-holder {
  width: calc(66vw);
}
.besoin-2 {
  overflow: hidden;
}
.besoin-2 .container-sm {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.besoin-2 .image-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.besoin-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.besoin-2 .text-holder {
  position: relative;
  margin: 84px 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 38px 48px;
}
.besoin-2 .text-holder * {
  color: #fff;
  letter-spacing: 1.6px;
  line-height: 1.1;
}
.besoin-2 .entreprises .text-holder {
  background: rgba(144, 16, 31, 0.78);
}
.besoin-2 h3 {
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}
.besoin-2 p {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 600;
  margin-bottom: 20px;
}
.besoin-2 h4 {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 600;
  font-family: 'Palanquin', sans-serif;
}
.besoin-2 .entreprises,
.besoin-2 .vente_vehicules {
  position: relative;
  width: 50%;
}
.besoin-2 .vente_vehicules {
  width: calc(33% - 15px);
  margin-left: 30px;
}
.besoin-2 .vente_vehicules .text-holder {
  margin-right: -74px;
}
.besoin-2 .vente_vehicules .image-holder {
  width: calc(33vw + 33%);
}
.besoin-2 .entreprises .image-holder {
  width: calc(66vw);
  left: auto;
}
@media (max-width: 1440px) {
  .besoin-2 .vente_vehicules {
    margin-left: 10px;
  }
  .besoin-2 .vente_vehicules .text-holder {
    margin-right: 0;
  }
  .besoin-2 .entreprises .image-holder {
    width: 68vw;
  }
}
@media (max-width: 1024px) {
  .besoin-2 .container-sm {
    flex-wrap: wrap;
    padding: 0;
  }
  .besoin-2 .entreprises,
  .besoin-2 .vente_vehicules {
    width: 100%;
    margin: 0;
  }
  .besoin-2 .vente_vehicules .image-holder,
  .besoin-2 .entreprises .image-holder {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}
.comment h1,
.comment h2,
.comment h3 {
  text-align: center;
}
.comment h3 {
  letter-spacing: 1.1px;
  margin-bottom: 31px;
}
.comment h2 {
  margin: 0 auto;
  font-size: 60px;
  font-family: 'Assistant', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .comment h2 {
    font-size: calc(42px);
  }
}
@media screen and (max-width: 768px) {
  .comment h2 {
    font-size: calc(36px);
  }
}
.comment h2:last-of-type {
  font-weight: 600;
  margin-bottom: 104px;
}
.comment h2 span {
  font-weight: 300;
}
.comment .comment-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 90px;
}
.comment .comment-items {
  position: relative;
  width: 25%;
  font-size: 16px;
  font-family: 'Palanquin', sans-serif;
  font-weight: 300;
  padding: 0 15px;
}
.comment .comment-items:first-child {
  padding-right: 20px;
}
.comment .comment-items:not(:first-child) {
  padding-left: 10px;
}
.comment .comment-items:not(:first-child):before {
  left: 47%;
}
@media screen and (max-width: 768px) {
  .comment .comment-items:not(:first-child) {
    padding-right: 20px;
  }
}
.comment .comment-items:last-child {
  padding-left: 25px;
}
.comment .comment-items:last-child:before {
  left: 55%;
}
@media screen and (max-width: 768px) {
  .comment .comment-items:last-child:before {
    left: 47%;
  }
}
@media screen and (max-width: 768px) {
  .comment .comment-items:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.comment .comment-items p {
  letter-spacing: 0.7px;
}
.comment .comment-items:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #71101b;
  bottom: -12px;
  left: 44%;
}
@media screen and (max-width: 768px) {
  .comment .comment-items:before {
    left: 47%;
  }
}
@media screen and (max-width: 768px) {
  .comment h1,
  .comment h2 {
    text-align: center;
    margin-bottom: 36px;
  }
  .comment h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  .comment h2:last-of-type {
    margin-bottom: 50px;
  }
  .comment .comment-items {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 38px;
  }
}
.comment h2:last-of-type {
  font-weight: 300;
}
@media (max-width: 992px) {
  .comment .comment-items {
    width: 50%;
    margin-bottom: 50px;
    padding: 0 0px !important;
  }
  .comment .comment-items:before {
    left: calc(48%) !important;
  }
}
@media (max-width: 768px) {
  .comment .comment-items {
    width: 100%;
  }
}
.services {
  padding: 144px 0 122px 0;
  position: relative;
  background: none;
}
.services p {
  line-height: 1.7;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-weight: 300;
}
.services p span {
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .services p {
    font-size: 28px;
  }
}
.services .img-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.services img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .services {
    padding: 60px 0 40px;
  }
  .services p {
    font-size: 20px;
  }
}
.info-holder {
  text-align: center;
  padding-top: 35px;
}
.contact-page .subtitle {
  margin-bottom: 24px;
}
.contact-page h1 {
  margin-bottom: 90px;
  font-weight: 300;
}
.contact-page .img-hold img {
  min-height: 260px;
  object-fit: cover;
}
.form-holder {
  margin-top: -128px;
  position: relative;
  text-align: left;
}
.form-holder .container-wide {
  padding-left: 16%;
}
.form-holder h2,
.form-holder h3 {
  max-width: 945px;
}
.form-holder .flexbox {
  position: relative;
}
.form-holder .flexbox:before {
  content: '';
  position: absolute;
  height: 130px ;
  top: 0;
  left: 0;
  max-width: 945px;
  width: 100%;
  background: #fff;
  z-index: 0;
}
.form-holder .text-holder {
  padding: 45px 0 45px 60px;
}
.form-holder .wp-block-contact-form-7-contact-form-selector {
  position: relative;
  z-index: 1;
}
.form-holder .col-50 {
  width: 66%;
  margin-bottom: 100px;
}
.form-holder .col-50 + .col-50 {
  width: 33%;
  text-align: center;
}
.form-holder .col-30 {
  width: 28%;
}
.form-holder .col-30 + .col-30 {
  width: 25%;
  /*display: flex;*/
  flex-direction: column;
  justify-content: flex-end;
}
.form-holder .col-30 + .col-30 + .col-30 {
  width: 41%;
  justify-content: flex-start;
}
.form-holder form {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-between;
  font-size: 18px;
}
.form-holder form > * {
  width: 100%;
}
.form-holder form h3 {
  font-family: 'Palanquin', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.form-holder form h2 {
  margin-bottom: 75px;
}
.form-holder form h2 strong {
  font-weight: bold;
}
.form-holder .sub {
  font-family: 'Palanquin', sans-serif;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 100;
}
.form-holder .address {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
}
.form-holder .tel {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 60px;
  color: #cdd3d9;
  margin-bottom: 13px;
}
.form-holder input[type="text"],
.form-holder input[type="tel"],
.form-holder input[type="email"],
.form-holder textarea {
  font-family: 'Palanquin', sans-serif;
  display: block;
  border-width: 0 0 2px;
  border-color: #BBBEC1;
  padding: 7px 4px;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}
.form-holder input[type="text"]::placeholder,
.form-holder input[type="tel"]::placeholder,
.form-holder input[type="email"]::placeholder,
.form-holder textarea::placeholder {
  color: #1c1c1c;
  font-weight: 600;
}
.form-holder input[type="text"],
.form-holder input[type="tel"],
.form-holder input[type="email"] {
  font-family: 'Palanquin', sans-serif;
  max-width: 324px;
  margin-bottom: 36px;
}
.form-holder input[type="text"]::placeholder,
.form-holder input[type="tel"]::placeholder,
.form-holder input[type="email"]::placeholder {
  color: #1c1c1c;
  font-weight: 600;
}
.form-holder textarea {
  font-family: 'Palanquin', sans-serif;
  height: 238px;
  max-width: 560px;
}
.form-holder .row {
  font-family: 'Palanquin', sans-serif;
  padding: 65px 0 108px;
  font-style: italic;
  font-size: 16px;
}
.form-holder .row br {
  display: none;
}
.form-holder .row span {
  font-style: normal;
}
.form-holder label {
  margin-top: 8px;
  display: inline-block;
}
.form-holder .submit-wrapper {
  padding: 57px 90px 0 0 ;
  display: block;
  text-align: center;
}
.form-holder input[type="submit"] {
  display: block;
  margin: 0 auto;
  padding: 15px 88px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #000;
  -webkit-appearance: none;
}
.form-holder input[type="submit"]:hover {
  background: #fff;
  color: #000;
}
.form-holder input[type="submit"]:disabled {
  opacity: .7;
}
.form-holder input[type="submit"]:disabled:hover {
  background: #000;
  color: #fff;
}
.wpcf7-list-item {
  margin: 0 1em 0 0 ;
  display: block;
}
@media (max-width: 1440px) {
  .form-holder .col-50,
  .form-holder .col-50 + .col-50 {
    width: 50%;
  }
  .form-holder .container-wide {
    padding: 0;
  }
  .form-holder .text-holder {
    padding: 30px;
  }
  .form-holder .tel {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .contact-page h1 {
    margin-bottom: 45px;
  }
  .form-holder {
    margin-top: -40px;
  }
  .form-holder .flexbox:before {
    left: 30px;
    right: 30px;
    width: auto;
  }
  .form-holder form {
    margin-top: -30px;
  }
  .form-holder form > h2,
  .form-holder form > h3 {
    text-align: center;
  }
  .form-holder .col-50,
  .form-holder .col-50 + .col-50,
  .form-holder .col-30,
  .form-holder .col-30 + .col-30,
  .form-holder .col-30 + .col-30 + .col-30 {
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }
}
@media (max-width: 1440px) {
  .info-holder .flexbox ul li:before {
    left: -60px;
  }
  .form-holder .submit-wrapper {
    padding: 50px 50px 0 ;
  }
  .form-holder .row {
    padding: 40px 0 40px;
  }
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 0.8em;
  white-space: nowrap;
}
.your-message .wpcf7-not-valid-tip {
  bottom: -22px;
  top: auto;
}
.lld-holder {
  margin-bottom: 40px;
  margin-top: 50px;
}
.lld-holder .lld-banner {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.lld-holder .lld-banner h3 {
  margin-bottom: 24px;
}
.lld-holder .lld-banner h1 {
  margin-bottom: 85px;
  font-weight: 300;
}
.lld-holder .flexbox .text-holder {
  padding: 10px 95px 18px 60px;
}
.lld-holder .flexbox .text-holder h2 {
  margin-bottom: 80px;
}
.lld-holder .flexbox p {
  margin-bottom: 38px;
  text-align: left;
}
.lld-holder .flexbox ul.right-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 33px;
}
.lld-holder .flexbox ul.right-list li p {
  font-size: 18px;
  color: #1c1c1c;
  font-family: 'Lexend Deca', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.lld-holder .flexbox ul.right-list li p:last-of-type {
  margin-bottom: 20px;
}
.lld-holder .flexbox ul.right-list li:before {
  background-image: url(../images/noun-check-box-858499.png);
  background-position: center;
  background-size: contain;
  width: 56px;
  height: 56px;
  display: block;
  content: '';
  position: absolute;
  left: -60px;
}
.lld-holder .right-holder {
  margin-top: 100px;
}
@media (max-width: 1600px) {
  .lld-holder .flexbox ul.right-list li:before {
    left: -40px;
  }
}
@media (max-width: 1220px) {
  .lld-holder .lld-banner > .img-hold img {
    min-height: 279px !important;
  }
  .lld-holder .flexbox {
    flex-direction: column;
  }
  .lld-holder .flexbox h3.subtitle {
    letter-spacing: 0.5px;
  }
  .lld-holder .flexbox .text-hold > h1 {
    letter-spacing: -2px;
    margin-bottom: 18px;
  }
  .lld-holder .flexbox .text-holder {
    max-width: 100%;
    left: auto;
  }
  .lld-holder .flexbox .text-holder h3.subtitle {
    left: 35%;
    transform: translateX(-25%);
  }
  .lld-holder .flexbox .text-holder h2 {
    margin: 18px -45px 58px -30px;
    letter-spacing: -0.4px;
  }
  .lld-holder .flexbox p {
    text-align: left;
    letter-spacing: 0.8px;
    margin: 0 -10px 38px -20px;
  }
  .lld-holder .right-holder {
    margin-top: 40px;
  }
  .lld-holder .right-holder ul {
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .lld-holder .flexbox .text-holder h3.subtitle {
    left: 42% !important;
  }
}
.lld-grey {
  padding: 60px 0 10px 0;
  background-color: #cdd3d9;
}
.lld-grey .comment h3 {
  margin-bottom: 20px;
}
.lld-grey .comment .comment-list {
  padding-top: 0;
}
.lld-grey .comment h2 {
  margin-bottom: 90px;
}
.lld-grey .comment h2:last-child {
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .lld-grey .comment-items {
    margin: 0 auto 60px;
  }
}
.optimisons .parent {
  display: grid;
  grid-template-columns: 1fr 1.1fr 0.9fr;
  grid-template-rows: 1fr 0.8fr auto;
  gap: 0px 0px;
  grid-template-areas: "div1 div2 div2" "div1 div3 div4" "div5 div5 div6";
}
.optimisons .div1 {
  grid-area: div1;
}
.optimisons .div2 {
  grid-area: div2;
  padding-top: 6%;
  padding-left: 100px;
  line-height: 1.2;
}
.optimisons .div2 h2 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .optimisons .div2 {
    padding-left: 0;
    padding-top: 0;
  }
  .optimisons .div2 h2 {
    margin-bottom: 50px;
  }
}
.optimisons .div3 {
  background-color: #90101f;
  grid-area: div3;
  padding: 40px 100px;
  color: #ffffff;
}
.optimisons .div3 h4,
.optimisons .div3 h3,
.optimisons .div3 p {
  color: #ffffff;
}
.optimisons .div3 h4 {
  font-weight: 600;
}
.optimisons .div3 p {
  font-family: 'Palanquin', sans-serif;
}
@media screen and (max-width: 768px) {
  .optimisons .div3 {
    padding: 40px 50px;
  }
}
.optimisons .div4 {
  grid-area: div4;
  background-image: url(../images/LLD-img3.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.optimisons .div4 .text-holder {
  position: relative;
  z-index: 1;
  min-width: 50%;
  max-width: 90%;
}
.optimisons .div4 .text-holder p {
  background: rgba(0, 0, 0, 0.77);
  padding: 5px 40px 5px 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.optimisons .div5 {
  grid-area: div5;
  display: flex;
  align-items: center;
  padding: 74px 0 55px;
}
.optimisons .div5 .left-side {
  width: 55%;
}
.optimisons .div5 .right-side {
  width: 45%;
}
.optimisons .div5 h2 {
  padding-top: 6%;
  padding-left: 106px;
  line-height: 1.2;
}
.optimisons .div5 p {
  padding-left: 10px;
  letter-spacing: 0.5px;
}
.optimisons .div6 {
  grid-area: div6;
  background-image: url(../images/LLD-img3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.optimisons .div1,
.optimisons .div4,
.optimisons .div6 {
  overflow: hidden;
  position: relative;
}
.optimisons .div1 img,
.optimisons .div4 img,
.optimisons .div6 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1440px) {
  .optimisons .parent {
    grid-template-rows: auto 0.8fr auto;
  }
  .optimisons .div2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .optimisons .parent {
    grid-template-columns: auto 1.1fr 0.9fr;
    grid-template-rows: auto;
  }
  .optimisons .div5 {
    padding: 40px 20px ;
    flex-direction: column;
  }
  .optimisons .div5 .left-side,
  .optimisons .div5 .right-side {
    width: 100%;
  }
  .optimisons .div5 h2 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .optimisons .lld-banner .flexbox .text-holder:before {
    top: -60px;
    height: 50px;
  }
  .optimisons .parent {
    grid-template-areas: "div1" "div2" "div3" "div4" "div5" "div6";
    grid-template-rows: 1.2fr 1.2fr auto 1fr 1fr 1fr;
  }
  .optimisons .parent .div2 {
    padding: 50px;
  }
  .optimisons .div3 {
    padding: 25px;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
  }
  .optimisons .div1 img {
    height: 75%;
  }
}
.lld-holder.group-nous h1 {
  font-weight: 100;
}
.lld-holder.group-nous .right-holder {
  width: 30%;
}
@media screen and (min-width: 1201px) and (max-width: 1919px) {
  .lld-holder.group-nous .flexbox .right-holder {
    width: 37%;
  }
}
.group-nous.lld-holder {
  margin-bottom: -45px;
}
.group-nous.lld-holder .counter .counter-item {
  width: 50%;
  margin-bottom: 30px;
}
.group-nous.lld-holder .counter .counter-item .number:first-child {
  padding-left: 0;
}
.group-nous.lld-holder .flexbox .text-holder .subtitle {
  top: -40px;
}
.group-nous.lld-holder .flexbox ul {
  justify-content: center;
}
.group-nous.lld-holder .flexbox ul > li:before {
  background-image: none;
  content: none;
}
.group-nous.lld-holder .right-holder {
  margin-top: 145px;
}
@media screen and (max-width: 1199px) {
  .group-nous.lld-holder .right-holder .counter-item > ul {
    padding-left: 0px;
  }
}
.optimisons.grid-group .parent {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr auto 1fr;
}
.optimisons.grid-group .div2 {
  padding-top: 7%;
  padding-left: 107px;
}
.optimisons.grid-group .div2 h2 {
  margin-bottom: 47px;
  max-width: 65%;
}
@media screen and (max-width: 768px) {
  .optimisons.grid-group .div2 h2 {
    max-width: 100%;
  }
}
.optimisons.grid-group .div3 {
  background-color: #fff;
  padding: 0;
}
.optimisons.grid-group .div3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.optimisons.grid-group .div4 {
  background-image: none;
}
.optimisons.grid-group .div4 .text-holder h4 {
  font-size: 18px;
}
.optimisons.grid-group .div4 .text-holder p {
  font-size: 16px;
  background-color: #fff;
  color: #000;
}
.optimisons.grid-group .div6 {
  background-image: none;
}
.optimisons.grid-group .div6 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.enterprises-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 0.8fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "image-holder title title" "image-holder profesionales gestion" "image-holder utelisation item";
}
.enterprises-grid .title {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 64px;
}
.enterprises-grid .title h3 {
  margin-bottom: 34px;
}
.enterprises-grid .title h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  padding-left: 6px;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 1600px) {
  .enterprises-grid .title h2 {
    font-size: calc(42px);
  }
}
@media screen and (max-width: 768px) {
  .enterprises-grid .title h2 {
    font-size: calc(36px);
  }
}
.enterprises-grid .item .info-item {
  padding: 0 30px 0 94px;
  margin-bottom: 20px;
}
.enterprises-grid .item .info-item h3 {
  font-size: 45px;
  color: #90101f;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .enterprises-grid .item .info-item h3 {
    font-size: calc(42px);
  }
}
@media screen and (max-width: 768px) {
  .enterprises-grid .item .info-item h3 {
    font-size: 30px;
    margin: 0;
  }
}
.enterprises-grid .item .info-item p {
  font-weight: 400;
  letter-spacing: 1.1px;
  line-height: 20px;
  padding-right: 5px;
}
.enterprises-grid .item .item-text {
  font-size: 18px;
  font-family: 'Assistant', sans-serif;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 27px;
}
.enterprises-grid .image-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.enterprises-grid .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enterprises-grid .text-holder {
  background-color: #90101f;
  opacity: 0.8;
  color: #fff;
  padding: 30px 50px;
  width: 85%;
}
.enterprises-grid .text-holder .subtitle {
  margin-bottom: 20px;
  color: #fff;
}
.enterprises-grid .text-holder h4 {
  margin-bottom: 50px;
  color: #fff;
}
.enterprises-grid .text-holder p {
  color: #fff;
}
.enterprises-grid .text-holder a {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .enterprises-grid {
    display: block;
  }
  .enterprises-grid .title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .enterprises-grid .image-holder {
    height: 500px;
  }
  .enterprises-grid .item .info-item {
    padding: 0 20px;
  }
}
.image-holder {
  grid-area: image-holder;
}
.title {
  grid-area: title;
}
.item:nth-child(1) {
  grid-area: profesionales;
}
.item:nth-child(2) {
  grid-area: utelisation;
}
.item:nth-child(3) {
  grid-area: gestion;
}
.item:nth-child(4) {
  grid-area: item;
}
.standart-list {
  margin-bottom: 200px;
}
.standart-list .container {
  max-width: 1035px;
}
.standart-list h1 {
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 100px;
  letter-spacing: 0.8px;
}
.standart-list h2 {
  margin-top: 55px;
  font-size: 48px;
  color: #000000;
  margin-bottom: 57px;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 1600px) {
  .standart-list h2 {
    font-size: calc(33.6px);
  }
}
@media screen and (max-width: 768px) {
  .standart-list h2 {
    font-size: calc(28.8px);
  }
}
.standart-list h3 {
  font-size: 28px;
  color: #1c1c1c;
  margin-bottom: 35px;
  margin-top: 14px;
  /*letter-spacing: 0.6px;*/
}
.standart-list h4 {
  color: #000000;
  font-size: 24px;
  margin-bottom: 28px;
  margin-top: 50px;
  font-weight: 600;
}
.standart-list h4.subtitle{
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-family: 'Palanquin', sans-serif;
  color: #1c1c1c;
  font-weight: 100;
}

.standart-list p {
  font-family: 'Palanquin', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 18px;
  line-height: 1.3;
  letter-spacing: -0.55px;
}
.standart-list ul {
  list-style: inherit;
  padding: revert;
  margin-bottom: 30px;
}
.standart-list p span {
  font-weight: 600;
}
.standart-list p a {
  color: #8a0f1d;
  text-decoration: none;
}
.standart-list p a:hover {
  opacity: 0.8;
}
.lld-holder {
  text-align: center;
}
.lld-holder .counter .counter-item {
  width: 100%;
}
.lld-holder .flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lld-holder .flexbox .text-holder {
  position: relative;
  text-align: left;
  left: 17%;
  max-width: 50%;
}
.lld-holder .flexbox .text-holder .subtitle {
  position: absolute;
  top: -8%;
  left: 65px;
}
@media screen and (max-width: 1199px) {
  .lld-holder .flexbox .text-holder .subtitle {
    top: -3%;
  }
}
.lld-holder .flexbox .text-holder:before {
  content: '';
  position: absolute;
  height: 130px;
  top: -130px;
  left: 0;
  max-width: 945px;
  width: 100%;
  background: #fff;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .lld-holder .flexbox .text-holder:before {
    top: -30px;
    height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .lld-holder .flexbox .text-holder {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .lld-holder .flexbox .right-holder {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lld-holder .subtitle {
    top: -30px;
  }
}
.caracteristiques .flexbox {
  display: flex;
  flex-wrap: wrap;
}
.caracteristiques .flexbox .item {
  width: calc(33.33333333%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .caracteristiques .flexbox .item {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  .caracteristiques .flexbox .item {
    width: 100%;
  }
}
.caracteristiques .flexbox .front {
  opacity: 1;
  position: relative;
}
.caracteristiques .flexbox .front img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.caracteristiques .flexbox .front .text-holder {
  position: absolute;
  text-transform: uppercase;
  text-align: right;
  transform: translate(0px, -17vh);
  background: #ffffff;
  opacity: 0.6;
  width: 100%;
  right: 0;
  padding: 20px 40px;
}
.caracteristiques .flexbox .front .text-holder p {
  display: inline-block;
  padding: 0 5px;
}
.caracteristiques .flexbox .front .text-holder p:first-child::after {
  content: '';
  height: 1em;
  width: 2px;
  background-color: #000;
  display: inline-block;
  left: 7px;
  top: 2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caracteristiques .flexbox .front .text-holder {
    transform: translate(0px, -30vh);
    padding: 40px 50px 40px;
  }
  .caracteristiques .flexbox .front .text-holder p {
    padding: 20px;
  }
}
.caracteristiques .flexbox .front.back h2 {
  margin-bottom: 50px;
}
.caracteristiques .flexbox .front.back p {
  margin-bottom: 36px;
}
.caracteristiques .flexbox .front.back a {
  font-size: 36px;
  color: #90101f;
}
@media screen and (max-width: 425px) {
  .caracteristiques .flexbox .front.back {
    left: 0;
    padding: 0 15px;
  }
  .caracteristiques .flexbox .front.back p {
    font-size: 14px;
  }
  .caracteristiques .flexbox .front.back h2 {
    text-align: center;
  }
}
.vehicule {
  margin-bottom: 0;
}
.vehicule-holder h2 {
  font-family: 'Assistant', sans-serif;
}
@media screen and (max-width: 768px) {
  .vehicule-holder h2 {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.vehicule-holder .counter {
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.vehicule-holder .counter ul > li:before {
  background-image: none;
  content: none;
}
.vehicule-holder .number {
  font-family: 'Assistant', sans-serif;
  font-weight: 600;
  color: #cdd2d9;
  font-size: 60px;
  margin-bottom: 20px;
}
.vehicule-holder .right-holder {
  margin-top: 120px;
}
.vehicule-holder .lld-banner {
  margin-bottom: -95px;
}
.vehicule-holder .lld-banner .flexbox .text-holder > h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .vehicule-holder .lld-banner {
    margin-bottom: 0;
  }
  .vehicule-holder .lld-banner h1 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .vehicule-holder.lld-banner .flexbox .text-holder ul > li {
    padding-left: 0  !important;
  }
  .vehicule-holder.lld-banner .flexbox .text-holder:before {
    top: -70px;
    height: 50px;
  }
}
body {
  font: 16px/1.3 'Palanquin', sans-serif;
}
.subtitle {
  text-transform: uppercase;
}
ul#primary-menu-list {
  display: flex;
}
.navbar .menu-items li {
  padding: 5px 30px;
}
@media (max-width: 768px) {
  ul#primary-menu-list {
    display: flex;
    flex-direction: column;
  }
}
/*home*/
.link:after {
  background-color: currentColor;
}
footer .footer-info .footer-group ul li {
  padding: 0 50px;
}
footer .footer-info .footer-group ul {
  justify-content: flex-start;
}
@media (max-width: 1600px) {
  footer .item-hold li p,
  footer .item-hold li a {
    font-size: 12px;
  }
}
@media (max-width: 1440px) {
  .site .counter .counter-item .number {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 992px) {
  footer .footer-info .footer-group.right {
    width: 100%;
    max-width: 700px;
  }
}
/*LLC*/
/*.lld-holder .flexbox .text-holder:before {*/
/*    top: -117px;*/
/*}*/
/*.lld-holder .flexbox .text-holder .subtitle {*/
/*    top: -55px;*/
/*}*/
/*.lld-holder .flexbox .text-holder {*/
/*    margin-top: -45px;*/
/*}*/
/*.lld-holder .flexbox .text-holder h2{*/
/*    font-size: 50px;*/
/*}*/
.lld-holder .flexbox {
  margin-top: -20px;
}
.lld-holder .flexbox .text-holder h2 {
  font-family: 'Assistant', sans-serif;
}
.lld-holder .flexbox .text-holder a {
  position: relative;
}
.lld-holder .flexbox .text-holder a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  bottom: -20%;
  left: 0;
}
.lld-holder .flexbox .text-holder .subtitle {
  top: -60px;
}
@media screen and (max-width: 1199px) {
  .lld-holder .flexbox .text-holder .subtitle {
    top: -30px;
  }
  .vehicule-holder .lld-banner {
    margin-bottom: 40px;
  }
}
.vehicule-holder .lld-banner {
  margin-bottom: 40px;
}
.vehicule-holder .counter {
  margin-bottom: 30px;
}
.optimisons .div2 {
  padding: 70px 70px 70px 110px;
}
.optimisons .div3 {
  padding: 25px 100px;
}
.optimisons h4 {
  margin-bottom: 29px;
  margin-top: 33px;
}
.optimisons .div4 {
  padding-top: 50px;
}
.optimisons .div4 .text-holder {
  width: 77%;
}
.optimisons .div4 .text-holder p {
  margin-bottom: 22px;
  padding: 16px 45px;
}
.optimisons .div4.plaintext {
  padding: 0 50px;
}
.optimisons .div4.plaintext .text-holder {
  width: 100%;
  max-width: 100%;
  padding: 0 30px;
  margin-top: -30px;
}
.optimisons .div4.plaintext h4 {
  font-weight: 600;
}
.optimisons .div4.plaintext .text-holder p {
  text-transform: none;
  padding: 0;
}
.optimisons .div5 .right-side {
  padding: 0 10px;
}
.optimisons .div5 a.link {
  margin-left: 106px;
}
@media (max-width: 768px) {
  .optimisons.grid-group .parent {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto 1fr auto auto 1fr ;
  }
  .optimisions .parent .div3 {
    padding: 25px 50px;
  }
}
@media (max-width: 1220px) {
  .lld-holder.group-nous .right-holder {
    width: 100%;
  }
}
.caracteristiques .flexbox .back {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 70px;
}
.caracteristiques .flexbox .item {
  min-height: 300px;
}
.caracteristiques .flexbox .front .text-holder {
  transform: none;
  padding: 51px 50px 40px;
  bottom: 22%;
  font-size: 18px;
}
.caracteristiques .flexbox .front .text-holder p {
  letter-spacing: 1.4px;
  padding: 0 9px;
}
.caracteristiques .flexbox .front .text-holder p:first-child {
  font-weight: bold;
}
.caracteristiques .flexbox .back h2 {
  /*    font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw -
    [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));
    */
  line-height: 1.2;
  margin-bottom: 61px;
}
@media (max-width: 1600px) {
  .caracteristiques .flexbox .back h2 {
    margin-bottom: 10px;
    line-height: 1;
  }
}
@media (max-width: 1400px) {
  .caracteristiques .flexbox .item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .caracteristiques .flexbox .item {
    width: 100%;
  }
}
.enterprises-grid .text-holder .subtitle {
  margin-bottom: 40px;
}
.enterprises-grid .text-holder,
.enterprises-grid .text-holder p {
  font-size: 24px;
}
@media (max-width: 768px) {
  .lld-holder {
    margin-top: 0;
  }
  .lld-holder .lld-banner {
    margin-top: 10px;
  }
  .lld-holder .lld-banner h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .lld-holder .img-hold img {
    min-height: 256px !important;
    object-fit: cover !important;
  }
  .lld-holder .flexbox .text-holder {
    left: 15px;
    max-width: calc(100% - 30px);
  }
  .lld-holder .flexbox .text-holder .subtitle {
    left: 50%;
    transform: translateX(-50%);
  }
  .lld-holder .flexbox .text-holder h2 {
    margin-top: 24px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 55px;
    margin-left: 0;
    margin-right: 0;
  }
  .lld-holder .flexbox p {
    margin-left: 0;
    margin-right: 0;
  }
  .lld-holder.group-nous .right-holder {
    margin-top: 10px;
  }
  /*___________________*/
  .group-nous {
    margin-bottom: 20px;
  }
  .optimisons .div1 {
    min-height: 370px;
  }
  .optimisons .div1 {
    object-fit: cover;
  }
  .optimisons.grid-group .div2 {
    padding-top: 38px;
    padding-left: 37px;
  }
  .optimisons.grid-group .div2 h2 {
    margin-bottom: 47px;
  }
  .optimisons .div4.plaintext {
    padding: 41px 3px;
    overflow: visible;
  }
  .optimisons .plaintext h4 {
    margin-bottom: 42px;
  }
  .optimisons .div5 {
    padding: 26px 37px;
  }
  .optimisons .div5 h2 {
    margin-bottom: 33px;
  }
  .optimisons .div5 p {
    padding-left: 0;
  }
  .optimisons .div5 a.link {
    margin-left: 0;
  }
  .optimisons .div5 .right-side {
    padding: 0;
  }
  .optimisons .div5 .right-side {
    padding: 31px 0 38px;
  }
  .enterprises-grid .text-holder {
    width: 100%;
  }
  .caracteristiques .flexbox .front .text-holder {
    padding: 50px 10px 50px;
  }
}
footer .item-hold li p,
footer .item-hold li a {
  color: #fff;
  white-space: nowrap;
  font-weight: 100;
}
footer .item-hold li a:hover {
  text-decoration: underline;
}
footer .item-hold .left-side .group {
  width: auto;
}
.lld-holder .flexbox ul li {
  padding-left: 8px;
}
@media (max-width: 1199px) {
  .lld-holder .flexbox .text-holder:before {
    top: -60px;
    height: 60px;
  }
  .lld-holder .flexbox .text-holder h3.subtitle {
    left: 35%;
  }
}
@media (max-width: 1220px) {
  .vehicule-holder .counter ul > li {
    padding: 0 17px 0 20px !important;
  }
  .group-nous .counter ul > li + li:before,
  .vehicule-holder .counter ul > li + li:before {
    content: '' !important;
    background-color: #000;
    position: absolute;
    width: 2px;
    height: 1em;
    display: inline-block;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
  }
}
.number span + span {
  position: relative;
  left: -0.2em;
}
footer .copy ul li {
  padding: 0 20px;
}
footer .copy ul a {
  font-size: 14px;
}
footer .item-hold .left-side {
  width: auto;
}
footer .item-hold .right-side {
  width: 46%;
}
@media screen and (min-width: 1201px) and (max-width: 1919px) {
  footer .item-hold .left-side {
    width: auto;
  }
  footer .item-hold .right-side ul {
    justify-content: flex-end;
  }
  footer .item-hold .right-side ul .group-items:first-child {
    padding: 0 2.5vw;
  }
  footer .item-hold .right-side ul .group-items {
    padding-left: 2.5vw;
  }
}
footer .item-hold .right-side ul li:first-child::before {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  footer .item-hold .left-side .group-items {
    padding: 0 0 0 30px;
  }
  footer .item-hold .logo {
    padding-right: 30px;
  }
  footer .item-hold .right-side ul .group-items:first-child {
    padding: 0 20px;
  }
  footer .item-hold .right-side ul .group-items {
    padding-left: 20px;
  }
  footer .copy ul li {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  footer .item-hold .logo img {
    max-width: 156px;
  }
  footer .item-hold .left-side .group-items {
    padding: 0 0 0 20px;
  }
  footer .item-hold .logo {
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  footer .item-hold {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  footer .item-hold .right-side {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */