.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@keyframes innerBorder {
  0% {
    width: 0%;
    height: 0%;
  }
  10% {
    width: 0%;
    height: 0%;
  }
  30% {
    width: 100%;
    height: 100%;
  }
  70% {
    width: 100%;
    height: 100%;
  }
  90% {
    width: 0%;
    height: 0%;
  }
  100% {
    width: 0%;
    height: 0%;
  }
}
a {
  color: inherit;
}
html,
body {
  overflow-x: hidden;
  max-width: 1920px;
  margin: auto;
}
body {
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.85px;
  padding-top: 120px;
}
body h1 {
  font-family: filson-pro, sans-serif;
}
body .btn {
  font-family: 'Kaisei Decol', serif;
  box-shadow: none !important;
}
body .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .btn {
  position: relative;
}
body .btn.btn-primary {
  color: currentColor;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Kaisei Decol', serif;
  font-size: 16px;
  line-height: 25px;
  background-color: transparent;
  border: 2px solid currentColor;
  padding: 22px 25px 19px 25px;
  min-width: 275px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  letter-spacing: 2.4px;
  transition: all 0.444s ease-in-out !important;
  -webkit-transition: all 0.444s ease-in-out !important;
  -moz-transition: all 0.444s ease-in-out !important;
  -o-transition: all 0.444s ease-in-out !important;
  transition-property: font-size, letter-spacing, opacity, transform !important;
}
body .btn.btn-primary:before,
body .btn.btn-primary:after {
  content: '';
  width: 2px;
  height: 2px;
  position: relative;
  top: -2px;
  background-color: currentColor;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
}
body .btn.btn-primary:before {
  left: -2px;
  transition: all 0.444s ease-in-out !important;
  -webkit-transition: all 0.444s ease-in-out !important;
  -moz-transition: all 0.444s ease-in-out !important;
  -o-transition: all 0.444s ease-in-out !important;
}
body .btn.btn-primary:after {
  right: -2px;
  transition: all 0.444s ease-in-out !important;
  -webkit-transition: all 0.444s ease-in-out !important;
  -moz-transition: all 0.444s ease-in-out !important;
  -o-transition: all 0.444s ease-in-out !important;
}
body .btn.btn-primary .inner-border {
  pointer-events: none;
  position: absolute;
  width: 100px;
  height: 20px;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.444s ease-in-out !important;
  -webkit-transition: all 0.444s ease-in-out !important;
  -moz-transition: all 0.444s ease-in-out !important;
  -o-transition: all 0.444s ease-in-out !important;
}
body .btn.btn-primary .inner-border:first-of-type {
  left: 4.5px;
  bottom: 4.5px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
body .btn.btn-primary .inner-border:last-of-type {
  right: 4.5px;
  top: 4.5px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
}
body .btn.btn-primary:active,
body .btn.btn-primary:hover,
body .btn.btn-primary:focus {
  font-size: 14px;
  letter-spacing: 3.22px;
}
body .btn.btn-primary:active:before,
body .btn.btn-primary:hover:before,
body .btn.btn-primary:focus:before {
  left: -10px;
}
body .btn.btn-primary:active:after,
body .btn.btn-primary:hover:after,
body .btn.btn-primary:focus:after {
  right: -10px;
}
body .btn.btn-primary:active .inner-border,
body .btn.btn-primary:hover .inner-border,
body .btn.btn-primary:focus .inner-border {
  width: 210px;
  height: 35px;
}
body .title-primary {
  font-size: 70px;
  font-family: filson-pro, sans-serif;
  line-height: 70px;
  font-weight: 100;
  letter-spacing: 0.7px;
}
body .title-primary b {
  font-weight: 500;
}
body .title-secondary {
  font-size: 35px;
  font-family: filson-pro, sans-serif;
  line-height: 25px;
  letter-spacing: 0.35px;
}
body .title-tertiary {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Kaisei Decol', serif;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 2.4px;
}
@media (min-width: 1420px) {
  body .container {
    max-width: 1400px;
  }
}
body .container-fluid {
  padding: 0;
}
@media (min-width: 1920px) {
  body .container-fluid {
    max-width: 1920px;
  }
}
body .owl-dots .owl-dot:focus {
  outline: none;
}
body .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #869791;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  opacity: 0.5;
}
body .owl-dots .owl-dot:hover span,
body .owl-dots .owl-dot.active span {
  opacity: 1;
}
body .cli-switch input:checked + .cli-slider,
body .cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #141414;
}
body #cookie-law-info-again {
  background-color: #141414 !important;
  color: #ffffff !important;
}
body .lb-outerContainer {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
body .lightbox .lb-image {
  border: 1px solid #ffffff;
}
body .lb-nav a.lb-next {
  background: url('../img/next.svg') 90% 47% no-repeat;
}
body .lb-nav a.lb-prev {
  background: url('../img/prev.svg') 10% 47% no-repeat;
}
body .lb-data .lb-close {
  background: url('../img/close.svg') top right no-repeat;
}
body header {
  box-shadow: rgba(149,157,165,0.07) 0px 8px 24px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
}
body header .container-fluid {
  display: flex;
  align-items: center;
  padding-left: 135px;
  padding-right: 105px;
}
body header .logo-container {
  display: flex;
  align-items: center;
  color: #000000;
  text-decoration: inherit;
  font-size: 15px;
  font-family: 'Kaisei Decol', serif;
  line-height: 20px;
  letter-spacing: 0.75px;
}
body header .logo-container .logo {
  width: auto;
  height: 120px;
}
body header .logo-container .tagline {
  font-weight: 700;
  margin-left: 25px;
}
body header .logo-container .tagline p {
  margin-bottom: 0;
}
body header .menu-container {
  flex-grow: 1;
}
body header .menu-container ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  font-family: 'Quicksand', sans-serif;
  line-height: 16px;
  letter-spacing: 0.13px;
}
body header .menu-container ul.menu li a {
  margin-right: 40px;
  text-decoration: inherit;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 8.5px;
}
body header .menu-container ul.menu li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.222s ease-in-out !important;
  -webkit-transition: all 0.222s ease-in-out !important;
  -moz-transition: all 0.222s ease-in-out !important;
  -o-transition: all 0.222s ease-in-out !important;
}
body header .menu-container ul.menu li a:active:after,
body header .menu-container ul.menu li a:hover:after,
body header .menu-container ul.menu li a:focus:after,
body header .menu-container ul.menu li a[aria-current='page']:after {
  width: calc(100% + 5px);
}
body header .socials {
  margin-left: 15px;
  display: flex;
  gap: 15px;
}
body header .socials a.social {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.222s ease-in-out !important;
  -webkit-transition: all 0.222s ease-in-out !important;
  -moz-transition: all 0.222s ease-in-out !important;
  -o-transition: all 0.222s ease-in-out !important;
}
body header .socials a.social svg {
  height: 17px;
  width: auto;
}
body header .socials a.social:active,
body header .socials a.social:hover,
body header .socials a.social:focus {
  color: #505056;
}
body.single-matiere .menu-item-462 a:after {
  width: calc(100% + 5px) !important;
}
body .mobile-menu {
  display: none;
}
body main {
  position: relative;
}
body main .btn-contact {
  position: fixed;
  bottom: -40px;
  right: -30px;
  background-color: #ffffff;
  z-index: 99;
  padding: 40px 39px 52px 25px;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  transition: all 0.222s ease-in-out !important;
  -webkit-transition: all 0.222s ease-in-out !important;
  -moz-transition: all 0.222s ease-in-out !important;
  -o-transition: all 0.222s ease-in-out !important;
}
body main .btn-contact svg {
  color: #505056;
  transition: all 0.222s ease-in-out !important;
  -webkit-transition: all 0.222s ease-in-out !important;
  -moz-transition: all 0.222s ease-in-out !important;
  -o-transition: all 0.222s ease-in-out !important;
}
body main .btn-contact p {
  height: 0;
  margin: 0;
  color: #ffffff;
  transition: all 0.222s ease-in-out !important;
  -webkit-transition: all 0.222s ease-in-out !important;
  -moz-transition: all 0.222s ease-in-out !important;
  -o-transition: all 0.222s ease-in-out !important;
  overflow: hidden;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0px;
}
body main .btn-contact:active,
body main .btn-contact:hover,
body main .btn-contact:focus {
  right: -50px;
  background-color: #000000;
  color: #ffffff;
  padding: 50px 70px 63px 52px;
}
body main .btn-contact:active p,
body main .btn-contact:hover p,
body main .btn-contact:focus p {
  height: 40px;
  margin-top: 12px;
}
body main .btn-contact:active svg,
body main .btn-contact:hover svg,
body main .btn-contact:focus svg {
  transform: scale(1.15);
  color: #ffffff;
}
body main .section-404 {
  margin: auto;
  margin-top: 150px;
  margin-bottom: 150px;
  text-align: center;
  max-width: 98%;
}
body main .section-404 .container {
  position: relative;
  padding: 50px;
}
body main .section-404 h1 {
  margin-bottom: 40px;
}
body main .section-404 h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
body main .section-404 .inner-border {
  pointer-events: none;
  position: absolute;
  width: 200px;
  height: 40px;
  max-width: 100%;
  max-height: 100%;
  animation-name: innerBorder;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  transition: all 0.444s ease-in-out !important;
  -webkit-transition: all 0.444s ease-in-out !important;
  -moz-transition: all 0.444s ease-in-out !important;
  -o-transition: all 0.444s ease-in-out !important;
}
body main .section-404 .inner-border:first-of-type {
  left: 0;
  bottom: 0;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
body main .section-404 .inner-border:last-of-type {
  right: 0;
  top: 0;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
}
body footer {
  background-color: #111111;
  padding-top: 75px;
  padding-bottom: 45px;
  position: relative;
  z-index: 999;
}
body footer .top .container {
  display: flex;
  align-items: center;
  position: relative;
}
body footer .top .container .logo-container .logo {
  width: 205px;
  height: auto;
}
body footer .top .container .infos {
  display: flex;
  flex-direction: column;
  margin-left: 75px;
}
body footer .top .container .infos .contact-details {
  display: flex;
  flex-direction: column;
  padding-top: 7px;
  padding-bottom: 7px;
}
body footer .top .container .infos .contact-details .contact-detail {
  text-decoration: inherit;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.55px;
}
body footer .top .container .infos .contact-details a {
  transition: all 0.222s ease-in-out !important;
  -webkit-transition: all 0.222s ease-in-out !important;
  -moz-transition: all 0.222s ease-in-out !important;
  -o-transition: all 0.222s ease-in-out !important;
}
body footer .top .container .infos .contact-details a:active,
body footer .top .container .infos .contact-details a:hover,
body footer .top .container .infos .contact-details a:focus {
  color: #8f8f8f;
}
body footer .top .container .infos .socials {
  display: flex;
  flex-direction: column;
  padding-top: 7px;
  padding-bottom: 7px;
}
body footer .top .container .infos .socials a {
  text-decoration: inherit;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #8f8f8f;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.55px;
  transition: all 0.222s ease-in-out !important;
  -webkit-transition: all 0.222s ease-in-out !important;
  -moz-transition: all 0.222s ease-in-out !important;
  -o-transition: all 0.222s ease-in-out !important;
}
body footer .top .container .infos .socials a:active,
body footer .top .container .infos .socials a:hover,
body footer .top .container .infos .socials a:focus {
  color: #ffffff;
}
body footer .top .container .arrow-up {
  color: #ffffff;
  position: absolute;
  left: 45%;
  top: 60%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.222s ease-in-out !important;
  -webkit-transition: all 0.222s ease-in-out !important;
  -moz-transition: all 0.222s ease-in-out !important;
  -o-transition: all 0.222s ease-in-out !important;
}
body footer .top .container .arrow-up:active,
body footer .top .container .arrow-up:hover,
body footer .top .container .arrow-up:focus {
  padding-bottom: 80px;
  color: #8f8f8f;
}
body footer .bottom .container {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.55px;
}
body footer .bottom .container a {
  color: #8f8f8f;
  text-decoration: inherit;
  transition: all 0.222s ease-in-out !important;
  -webkit-transition: all 0.222s ease-in-out !important;
  -moz-transition: all 0.222s ease-in-out !important;
  -o-transition: all 0.222s ease-in-out !important;
}
body footer .bottom .container a:active,
body footer .bottom .container a:hover,
body footer .bottom .container a:focus {
  color: #ffffff;
}
body footer .bottom .container a.idcom {
  color: #ffffff;
}
body footer .bottom .container a.idcom:active,
body footer .bottom .container a.idcom:hover,
body footer .bottom .container a.idcom:focus {
  color: #8f8f8f;
}
body footer .bottom .container .menu-container {
  margin-left: 20px;
  margin-right: 20px;
}
body footer .bottom .container .menu-container ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
body footer .bottom .container .menu-container ul.menu li:not(:first-of-type) {
  margin-left: 20px;
}
@media (max-width: 1900px) {
  body header .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1399.98px) {
  body .title-primary {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0.6px;
  }
  body header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  body header .menu-container ul.menu li a {
    margin-right: 30px;
  }
  body header .logo-container {
    font-size: 13px;
    line-height: 18px;
    padding-right: 20px;
    letter-spacing: 0.65px;
  }
  body header .logo-container .tagline {
    margin-left: 15px;
  }
}
@media (max-width: 1199.98px) {
  body header .logo-container {
    font-size: 12px;
    line-height: 16px;
    padding-right: 10px;
    letter-spacing: 0.6px;
  }
  body header .logo-container .tagline {
    margin-left: 5px;
  }
  body header .menu-container ul.menu li a {
    margin-right: 20px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
  }
  body header .socials {
    margin-left: 10px;
  }
  body header .socials svg {
    height: 14px;
  }
}
@media (max-width: 991.98px) {
  body .title-primary {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0.6px;
  }
  body header .container-fluid {
    justify-content: space-between;
    padding-right: 120px;
  }
  body header .socials {
    gap: 15px;
  }
  body header .socials a.social svg {
    height: 30px;
  }
  body header .menu-container {
    display: none;
  }
  body header .logo-container {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.75px;
  }
  body .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 700px;
    height: 100%;
    z-index: 9999;
    background: rgba(255,255,255,0.97);
    opacity: 0;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    pointer-events: none;
    transition: all 0.333s ease-in-out !important;
    -webkit-transition: all 0.333s ease-in-out !important;
    -moz-transition: all 0.333s ease-in-out !important;
    -o-transition: all 0.333s ease-in-out !important;
  }
  body .mobile-menu .menu-container ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 800px;
  }
  body .mobile-menu .menu-container ul.menu li {
    text-align: center;
  }
  body .mobile-menu .menu-container ul.menu li a {
    display: inline-block;
    text-decoration: inherit;
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Kaisei Decol', serif;
    font-weight: 700;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 4.5px;
    position: relative;
  }
  body .mobile-menu .menu-container ul.menu li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: all 0.333s ease-in-out !important;
    -webkit-transition: all 0.333s ease-in-out !important;
    -moz-transition: all 0.333s ease-in-out !important;
    -o-transition: all 0.333s ease-in-out !important;
  }
  body .mobile-menu .menu-container ul.menu li a:active:after,
  body .mobile-menu .menu-container ul.menu li a:hover:after,
  body .mobile-menu .menu-container ul.menu li a:focus:after,
  body .mobile-menu .menu-container ul.menu li a[aria-current='page']:after {
    width: 100%;
  }
  body .mobile-menu.open {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    pointer-events: initial;
    opacity: 1;
  }
  body footer {
    padding-bottom: 75px;
  }
  body footer .top .container {
    justify-content: space-around;
  }
  body footer .top .container .arrow-up {
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  }
  body footer .bottom .container {
    justify-content: space-around;
  }
}
@media (max-width: 767.98px) {
  body .title-primary {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0.5px;
  }
  body .title-secondary {
    font-size: 28px;
    line-height: 25px;
    letter-spacing: 0.28px;
  }
  body .title-tertiary {
    font-size: 13px;
    letter-spacing: 1.95px;
  }
  body .btn.btn-primary {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px 15px 20px;
    min-width: 250px;
    letter-spacing: 2.1px;
  }
  body .btn.btn-primary .inner-border {
    pointer-events: none;
    position: absolute;
    width: 50px;
    height: 10px;
  }
  body .btn.btn-primary:active,
  body .btn.btn-primary:hover,
  body .btn.btn-primary:focus {
    font-size: 12px;
    letter-spacing: 3.22px;
  }
  body .btn.btn-primary:active .inner-border,
  body .btn.btn-primary:hover .inner-border,
  body .btn.btn-primary:focus .inner-border {
    width: 100px;
    height: 30px;
  }
  body .mobile-menu .menu-container ul.menu {
    max-height: 700px;
  }
  body .mobile-menu .menu-container ul.menu li a {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 3.75px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body footer .top .container {
    justify-content: space-between;
  }
  body footer .top .container .infos {
    text-align: right;
  }
  body footer .bottom .container {
    font-size: 9px;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  #cookie-law-info-again {
    left: 50% !important;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  body {
    padding-top: 80px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.75px;
  }
  body .title-primary {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.4px;
  }
  body .c-header__burger {
    top: 40px;
  }
  body header .container-fluid {
    padding-right: 100px;
  }
  body header .logo-container {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.6px;
  }
  body header .logo-container .logo {
    height: 80px;
  }
  body header .logo-container .tagline {
    font-size: 8px;
    line-height: 10px;
  }
  body header .socials {
    gap: 10px;
  }
  body header .socials a.social svg {
    height: 15px;
  }
  body .mobile-menu .menu-container ul.menu {
    max-height: 530px;
  }
  body .mobile-menu .menu-container ul.menu li a {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2.7px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  body main .btn-contact {
    padding: 25px 45px 45px 30px;
  }
  body main .btn-contact svg {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  body main .section-404 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  body footer .bottom .container {
    flex-direction: column;
  }
  body footer .bottom .container .menu-container {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  body footer .bottom .container .menu-container ul.menu {
    flex-direction: column;
  }
  body footer .bottom .container .menu-container ul.menu li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 375px) {
  body footer .top .container {
    flex-direction: column;
  }
  body footer .top .container .infos {
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
  }
  body footer .top .container .arrow-up {
    position: static;
    transform: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body footer .top .container .arrow-up:active,
  body footer .top .container .arrow-up:hover,
  body footer .top .container .arrow-up:focus {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
.c-header__burger {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 60px;
  transform: translateY(-50%);
  right: 30px;
  z-index: 99999;
  font-size: 0;
  cursor: pointer;
}
.c-header__burger i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-header__burger i:before,
.c-header__burger i:after {
  background: #000000;
}
.i-burger::before,
.i-burger::after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  background-color: #000000;
  left: calc(50% - 11px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.85,0,0.3,1);
  transition: -webkit-transform 0.5s cubic-bezier(0.85,0,0.3,1);
  -o-transition: transform 0.5s cubic-bezier(0.85,0,0.3,1);
  transition: transform 0.5s cubic-bezier(0.85,0,0.3,1);
  transition: transform 0.5s cubic-bezier(0.85,0,0.3,1), -webkit-transform 0.5s cubic-bezier(0.85,0,0.3,1);
}
.i-burger::before {
  top: calc(50% - 1.5px - 5px);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: translateX(4px) scaleX(0);
  -ms-transform: translateX(4px) scaleX(0);
  transform: translateX(4px) scaleX(0);
}
.i-burger::after {
  top: calc(50% - 1.5px + 5px);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateX(-4px) scaleX(0);
  -ms-transform: translateX(-4px) scaleX(0);
  transform: translateX(-4px) scaleX(0);
}
.i-close::before,
.i-close::after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  left: calc(50% - 11px);
}
.i-close::before {
  top: calc(50% - 1.5px);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg) scaleX(0);
  -ms-transform: rotate(45deg) scaleX(0);
  transform: rotate(45deg) scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.85,0,0.3,1);
  transition: -webkit-transform 0.5s cubic-bezier(0.85,0,0.3,1);
  -o-transition: transform 0.5s cubic-bezier(0.85,0,0.3,1);
  transition: transform 0.5s cubic-bezier(0.85,0,0.3,1);
  transition: transform 0.5s cubic-bezier(0.85,0,0.3,1), -webkit-transform 0.5s cubic-bezier(0.85,0,0.3,1);
}
.i-close::after {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(-45deg) scaleX(0);
  -ms-transform: rotate(-45deg) scaleX(0);
  transform: rotate(-45deg) scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.85,0,0.3,1) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.85,0,0.3,1) 0.2s;
  -o-transition: transform 0.5s cubic-bezier(0.85,0,0.3,1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.85,0,0.3,1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.85,0,0.3,1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.85,0,0.3,1) 0.2s;
}
.i-burger.m-show::before,
.a-close.m-show i.i-burger::before,
.i-burger.m-show::after,
.a-close.m-show i.i-burger::after {
  -webkit-transform: translateX(0) scaleX(1);
  -ms-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
}
.i-close.m-show::before,
.a-close.m-show i.i-close::before {
  -webkit-transform: rotate(45deg) scaleX(1);
  -ms-transform: rotate(45deg) scaleX(1);
  transform: rotate(45deg) scaleX(1);
}
.i-close.m-show::after,
.a-close.m-show i.i-close::after {
  -webkit-transform: rotate(-45deg) scaleX(1);
  -ms-transform: rotate(-45deg) scaleX(1);
  transform: rotate(-45deg) scaleX(1);
}
@media (min-width: 991.98px) {
  .c-header__burger {
    display: none;
  }
}
