/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
/* By Athlon Front-End Team */
/* Core variables */
/* CSS Reset */
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,
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 {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

p {
  margin-bottom: 1em;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: white;
    color: black;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Vendor */
/* Components */
/* Browser specific styles */
:root {
  --ff-body: "Raleway", sans-serif;
  --fs-17: clamp(0.9rem, 0.885vw + 0.5rem, 1.3rem);
  --fs-18: clamp(0.9rem, 0.938vw + 0.5rem, 1.4rem);
  --fs-20: clamp(1rem, 1.042vw + 0.5rem, 1.25rem);
  --fs-22: clamp(1.2rem, 1.146vw + 0.5rem, 1.65rem);
  --fs-24: clamp(1.3rem, 1.25vw + 0.5rem, 1.8rem);
  --fs-29: clamp(1.3rem, 1.51vw + 0.5rem, 1.9rem);
  --fs-32: clamp(1.3rem, 1.667vw + 0.5rem, 2rem);
  --fs-36: clamp(1.4rem, 1.875vw + 0.5rem, 2.25rem);
  --fs-42: clamp(1.7rem, 2.188vw + 0.5rem, 2.75rem);
  --fs-64: clamp(2.25rem, 3.333vw + 1rem, 4.0rem);
  --fs-72: clamp(2.6rem, 3.75vw + 0.5rem, 4.1rem);
  --m-180: clamp(2.5rem, 11vw + 1rem, 15rem);
  --m-200: clamp(2.5rem, 13vw + 1rem, 16rem);
  --m-100: 100px;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--ff-body);
  font-size: 1.25rem;
  line-height: 1.6;
  color: #293133;
  font-weight: 300;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.hp-header .logo img {
  width: 100%;
  max-width: calc(100vw - 2rem);
  margin-left: 20px;
  margin-top: 20px;
  height: auto;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #FFFFFF;
  border-bottom: 1px solid #E1DFDF;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sticky-header .container {
  max-width: 81rem;
  height: 6.3rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 83rem) {
  .sticky-header .container {
    margin: 0 1rem;
  }
}
@media (max-width: 600px) {
  .sticky-header .container {
    height: 4.3rem;
  }
}
.sticky-header .container > * {
  width: 32%;
}
.sticky-header .container .sticky-logo,
.sticky-header .container .small-logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .sticky-header .container .small-logo {
    display: none;
  }
}
.sticky-header .container .small-logo img {
  display: table;
  margin: 0 auto;
  max-width: 74px;
}
.sticky-header .right > ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  .sticky-header .right > ul.menu {
    display: none;
  }
}
.sticky-header .right > ul.menu a {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  color: #31393B;
  margin-right: 20px;
  position: relative;
  padding: 5px 0;
  display: table;
  white-space: nowrap;
}
.sticky-header .right > ul.menu a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.sticky-header .right > ul.menu a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sticky-header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sticky-header .menu-toggle {
  border: none;
  background: #A28C78;
  color: white;
  line-height: 4rem;
  font-weight: 700;
  font-size: 1.125rem;
  display: block;
  padding: 0 20px;
  z-index: 10;
  position: relative;
}
@media (max-width: 600px) {
  .sticky-header .menu-toggle {
    line-height: 2.75rem;
  }
}
.sticky-header .menu-slideout {
  width: 280px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  background: #A28C78;
  padding: 60px 80px 50px 40px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sticky-header .menu-slideout a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.sticky-header .menu-slideout a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.sticky-header .menu-slideout a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sticky-header .menu-slideout ul.menu {
  padding: 0;
  list-style: none;
}
.sticky-header .menu-slideout ul.menu > li {
  margin-bottom: 30px;
}
.sticky-header .menu-slideout ul.menu > li > a {
  font-weight: 700;
  font-size: var(--fs-18);
  line-height: 1.375rem;
  white-space: nowrap;
}
.sticky-header .menu-slideout ul.menu > li ul {
  padding: 0;
  list-style: none;
}
.sticky-header .menu-slideout ul.menu > li ul li a {
  font-weight: 400;
  font-size: var(--fs-17);
  line-height: 1.375rem;
  white-space: nowrap;
}
.sticky-header .slideout-container {
  position: relative;
}
.sticky-header .slideout-container:hover .menu-slideout {
  opacity: 1;
  pointer-events: auto;
}
.sticky-header.homepage:not(.scrolled) {
  background: transparent;
  border-color: transparent;
}
.sticky-header.homepage:not(.scrolled) .sticky-logo,
.sticky-header.homepage:not(.scrolled) .small-logo {
  opacity: 0;
  pointer-events: none;
}

.dragscroll {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dragscroll::-webkit-scrollbar {
  display: none;
}

.dragscroll.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.dragscroll.disable-cursor {
  cursor: auto !important;
}

.arrow-button {
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 3.2em;
  white-space: nowrap;
  color: #000000;
  border: 1px solid #000000;
  padding: 0 20px 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-button:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjA2OTggMTguMTc5TDE5Ljg1OTcgMTlMMjkgOS41TDE5Ljg1OTcgMEwxOS4wNjk4IDAuODIwOTc2TDI2Ljg1NTkgOC45MTMzNEgwVjEwLjA4NjVIMjYuODU1OUwxOS4wNjk4IDE4LjE3OVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  display: block;
  width: 30px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 350px) {
  .arrow-button:after {
    display: none;
  }
}
.arrow-button:hover {
  background: black;
  color: white;
}
.arrow-button:hover:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjA2OTggMTguMTc5TDE5Ljg1OTcgMTlMMjkgOS41TDE5Ljg1OTcgMEwxOS4wNjk4IDAuODIwOTc2TDI2Ljg1NTkgOC45MTMzNEgwVjEwLjA4NjVIMjYuODU1OUwxOS4wNjk4IDE4LjE3OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}

.main-content {
  max-width: 1620px;
  margin: 0 auto;
}
@media (max-width: 1660px) {
  .main-content {
    margin: 0 20px;
  }
}

.paragraph-push-1 {
  margin-top: var(--m-180);
}
@media (min-width: 900px) {
  .paragraph-push-1 .text {
    padding-left: 17.3vw;
  }
}
.paragraph-push-1 h2.title {
  font-weight: 700;
  font-size: var(--fs-32);
  line-height: 1.3em;
  border-bottom: 4px solid #2A6496;
  display: table;
  margin-bottom: 20px;
}
.paragraph-push-1 p {
  font-size: var(--fs-64);
  line-height: 1.33em;
  color: #A7A7A9;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -0.1em;
}
.paragraph-push-1 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 80px;
}
@media (max-width: 800px) {
  .paragraph-push-1 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .paragraph-push-1 .row > * {
    margin-top: 20px;
  }
}
.paragraph-push-1 .row .arrow-button {
  margin-left: auto;
  margin-right: 30px;
}
.paragraph-push-1 .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.paragraph-push-1 .images .image {
  margin-right: 40px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .paragraph-push-1 .images .image:last-child {
    margin-right: 0;
  }
}
.paragraph-push-1 .images .image img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}
.paragraph-push-1 .images .image:hover img {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}

.paragraph-push-2 {
  margin-top: var(--m-200);
}
.paragraph-push-2 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 900px) {
  .paragraph-push-2 .top {
    display: block;
  }
}
.paragraph-push-2 .top .text {
  width: 51%;
  margin-right: -11%;
  z-index: 5;
  position: relative;
  background: white;
  padding-right: 50px;
  padding-top: 40px;
}
@media (max-width: 900px) {
  .paragraph-push-2 .top .text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.paragraph-push-2 .top .images {
  width: 60%;
  overflow: hidden;
}
@media (max-width: 900px) {
  .paragraph-push-2 .top .images {
    width: 100%;
  }
}
.paragraph-push-2 .top .images .image {
  overflow: hidden;
}
.paragraph-push-2 .top .images .image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}
.paragraph-push-2 .top .images .image:hover img {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.paragraph-push-2 h2.title {
  font-weight: 700;
  font-size: var(--fs-32);
  line-height: 1.3em;
  border-bottom: 4px solid #2A6496;
  display: table;
  margin-bottom: 35px;
}
.paragraph-push-2 p {
  font-weight: 300;
  font-size: var(--fs-36);
  line-height: 1.8em;
  color: #61636A;
  margin-top: 0;
  margin-bottom: 0;
}
.paragraph-push-2 .arrow-button {
  margin-top: 120px;
}
@media (max-width: 900px) {
  .paragraph-push-2 .arrow-button {
    margin-top: 20px;
  }
}

.paragraph-four-images {
  margin-top: var(--m-200);
}
.paragraph-four-images .top,
.paragraph-four-images .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paragraph-four-images a {
  max-width: calc(50% - 50px);
  text-decoration: none;
}
@media (max-width: 700px) {
  .paragraph-four-images a {
    max-width: calc(50% - 10px);
  }
}
.paragraph-four-images a .image {
  overflow: hidden;
}
.paragraph-four-images a .image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}
.paragraph-four-images a .image:hover img {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.paragraph-four-images a span {
  font-weight: 400;
  font-size: var(--fs-32);
  color: #000000;
  display: block;
  margin-top: 20px;
}
.paragraph-four-images .text {
  margin: 100px auto;
  max-width: 780px;
  text-align: center;
}
.paragraph-four-images .text h2 {
  font-weight: 700;
  font-size: var(--fs-32);
  line-height: 1.6em;
  border-bottom: 4px solid #2A6496;
  display: table;
  margin: 0 auto 10px;
}
.paragraph-four-images .text p {
  font-weight: 300;
  font-size: var(--fs-36);
  line-height: 1.8em;
  color: #61636A;
  margin-top: 0;
}

.paragraph-push-text {
  border-top: 1px solid #62636A;
  border-bottom: 1px solid #62636A;
  margin-top: var(--m-200);
  padding: 90px 0;
}
.paragraph-push-text .container {
  max-width: 780px;
  margin: 0 auto;
}
.paragraph-push-text h2 {
  font-weight: 700;
  font-size: var(--fs-32);
  line-height: 1.3em;
  border-bottom: 4px solid #2A6496;
  display: table;
  margin-bottom: 20px;
}
.paragraph-push-text p {
  font-weight: 300;
  font-size: var(--fs-36);
  line-height: 1.6em;
  color: #61636A;
  margin-top: 0;
}
.paragraph-push-text .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
.paragraph-push-text .buttons a {
  padding: 0 54px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
  font-size: var(--fs-20);
  line-height: 4.3em;
  color: #FFFFFF;
  text-decoration: none;
  background: #31393B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  margin-bottom: 10px;
}
.paragraph-push-text .buttons a:nth-child(2) {
  background: #62636A;
}
.paragraph-push-text .buttons a:hover {
  background: black;
}

.prefooter .mini-logo {
  display: table;
  margin: var(--m-200) auto 100px;
}
.prefooter .images-slider img {
  margin: 4px 2px;
}
.prefooter .grey-block {
  background: #191E20;
  color: white;
}
.prefooter .grey-block .container {
  max-width: 1620px;
  margin: 0 auto;
  padding: 110px 0 80px;
}
@media (max-width: 1660px) {
  .prefooter .grey-block .container {
    margin: 0 20px;
  }
}
.prefooter .grey-block .container > p {
  font-size: var(--fs-29);
  line-height: 1.6em;
  max-width: 780px;
}
.prefooter .grey-block .title {
  font-weight: 700;
  font-size: var(--fs-32);
  max-width: 780px;
}
.prefooter .grey-block .keyfigures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
@media (max-width: 950px) {
  .prefooter .grey-block .keyfigures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.prefooter .grey-block .keyfigures .figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}
@media (max-width: 950px) {
  .prefooter .grey-block .keyfigures .figure {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.prefooter .grey-block .keyfigures .figure .number {
  font-size: var(--fs-72);
  line-height: 1.1em;
  padding-bottom: 15px;
  margin-right: 20px;
}
.prefooter .grey-block .keyfigures .figure .text {
  max-width: 280px;
  font-size: var(--fs-32);
  line-height: 1.2em;
}

footer {
  background: #000000;
  color: white;
}
footer .container {
  max-width: 1620px;
  margin: 0 auto;
  padding: 110px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1660px) {
  footer .container {
    margin: 0 20px;
  }
}
@media (max-width: 999px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .container .left {
    margin-bottom: 40px;
  }
}
footer .footer-logo {
  max-width: 100%;
}
footer .footer-logo img {
  max-width: 100%;
  height: auto;
}
footer ul.menu {
  padding: 0;
  list-style: none;
}
footer ul.menu a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
footer ul.menu a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid white;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
footer ul.menu a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
footer ul.menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 650px) {
  footer ul.menu > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer ul.menu > li > a {
  font-weight: 700;
  font-size: var(--fs-24);
  line-height: var(--fs-42);
  white-space: nowrap;
}
footer ul.menu > li ul.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 650px) {
  footer ul.menu > li ul.submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10px;
  }
}
footer ul.menu > li ul.submenu li > a {
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: var(--fs-42);
  margin-left: 30px;
  white-space: nowrap;
  display: table;
}
footer .info-block {
  position: relative;
  padding-top: 70px;
  margin-top: 90px;
}
footer .info-block:before {
  content: "";
  display: block;
  height: 6px;
  width: 130px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
}
footer .info-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  footer .info-block .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .info-block .row span {
  font-weight: 700;
  font-size: var(--fs-24);
  line-height: var(--fs-42);
}
footer .info-block .row a {
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: var(--fs-42);
  margin-left: 20px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
footer .info-block .row a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid white;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
footer .info-block .row a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-top {
  text-align: center;
  padding-top: 200px;
  max-width: 1150px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .page-top {
    padding-top: 100px;
  }
}
.page-top .breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-top .breadcrumbs ul a,
.page-top .breadcrumbs ul span {
  font-size: 0.8125rem;
  color: #AAAAAA;
  font-weight: 400;
}
.page-top .breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top .breadcrumbs ul li:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #9C9999;
  margin: 0 10px;
  border-radius: 10px;
}
.page-top .breadcrumbs ul li:last-child:after {
  display: none;
}
.page-top h1.page-title {
  text-align: center;
  font-size: var(--fs-42);
  line-height: 1.4em;
  margin: 30px auto;
  font-weight: 700;
}
.page-top .chapo p {
  font-size: var(--fs-36);
  line-height: 1.8em;
  color: #61636A;
}
.page-top .text p {
  font-size: var(--fs-22);
  line-height: 1.4em;
}

.paragraph-products-list {
  max-width: 730px;
  margin: 100px auto;
}
.paragraph-products-list .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: black;
}
.paragraph-products-list .product .image {
  margin-right: 80px;
  overflow: hidden;
  display: block;
  min-width: 200px;
}
.paragraph-products-list .product .image img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-width: 200px;
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}
.paragraph-products-list .product .text {
  width: 100%;
}
.paragraph-products-list .product .text h2 {
  font-size: var(--fs-19);
  line-height: 1.4em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 2px solid #ECEBEB;
  display: block;
  -webkit-transition: border 1.5s ease;
  transition: border 1.5s ease;
}
.paragraph-products-list .product .text p {
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  font-weight: 400;
}
.paragraph-products-list .product:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.paragraph-products-list .product:hover .text h2 {
  border-bottom: 2px solid #000000;
}
@media (min-width: 990px) {
  .paragraph-products-list.two-col {
    max-width: 1260px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 100px;
  }
}
