/* --- BASE --- */

* {
  font-family: 'Montserrat', sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  outline: none !important;
  background-color: transparent;
  box-sizing: border-box;
}
*::-moz-focus-inner {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
html {
  scrollbar-width: thin;
  scroll-behavior: smooth;
  scrollbar-color: #161616 #fff;
  border-radius: 9999px;
}

html ::-webkit-scrollbar {
  scrollbar-width: thin;
  scroll-behavior: smooth;
  width: 0.4vw;
}

html ::-webkit-scrollbar-thumb {
  background-color: #000;
  background-clip: padding-box;
}
html,
body {
  width: 100%;
  display: block;
  margin-top: 0 !important;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body {
  color: #000;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  background-color: #fff;
  padding-top: 106px;
}
main {
  background: #fff;
  min-height: calc(100vh - 185px);
}
section {
  position: relative;
  display: block;
  width: 100%;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
}
span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  color: inherit;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
p + p,
p + ul,
ul + p {
  margin-top: 20px;
}

/* --- / BASE --- */

/* --- DEFAULTS --- */

.font-40 {
  font-size: 4em;
}
.font-36 {
  font-size: 3.6em;
}
.font-32 {
  font-size: 3.2em;
}
.font-30 {
  font-size: 3em;
}
.font-28 {
  font-size: 2.8em;
}
.font-26 {
  font-size: 2.6em;
}
.font-24 {
  font-size: 2.4em;
}
.font-22 {
  font-size: 2.2em;
}
.font-20 {
  font-size: 2em;
}
.font-18 {
  font-size: 1.8em;
}
.font-16 {
  font-size: 1.6em;
}
.font-14 {
  font-size: 1.4em;
}
.font-12 {
  font-size: 1.2em;
}

.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.color-white {
  color: #fff;
}
.color-secondary {
  color: #585858;
}

.secondary-background {
  background: #000;
}
.tertiary-background {
  background: #d7d7d7;
}
.quaternary-background {
  background: #eeeeee;
}

.text-uppercase {
  text-transform: uppercase;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.content {
  position: relative;
  display: block;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  overflow: unset;
  max-width: 1785px;
}
.content--xx-large {
  max-width: 1550px;
}
.content--x-large {
  max-width: 1110px;
}
.content--large {
  max-width: 940px;
}

.double--content {
  display: flex;
}
.content--55 {
  width: 55%;
}
.content--50 {
  width: 50%;
}
.content--45 {
  width: 45%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mt-200,
.my-200 {
  margin-top: 200px;
}
.mb-200,
.my-200 {
  margin-bottom: 200px;
}

.mt-100,
.my-100 {
  margin-top: 100px;
}
.mb-100,
.my-100 {
  margin-bottom: 100px;
}

.mt-60,
.my-60 {
  margin-top: 60px;
}
.mb-60,
.my-60 {
  margin-bottom: 60px;
}

.mt-40,
.my-40 {
  margin-top: 40px;
}
.mb-40,
.my-40 {
  margin-bottom: 40px;
}

.mt-30,
.my-30 {
  margin-top: 30px;
}
.mb-30,
.my-30 {
  margin-bottom: 30px;
}

.mt-20,
.my-20 {
  margin-top: 20px;
}
.mb-20,
.my-20 {
  margin-bottom: 20px;
}

.mt-10,
.my-10 {
  margin-top: 10px;
}
.mb-10,
.my-10 {
  margin-bottom: 10px;
}

.pt-200,
.py-200 {
  padding-top: 200px;
}
.pb-200,
.py-200 {
  padding-bottom: 200px;
}

.pt-100,
.py-100 {
  padding-top: 100px;
}
.pb-100,
.py-100 {
  padding-bottom: 100px;
}

.pt-50,
.py-50 {
  padding-top: 50px;
}
.pb-50,
.py-50 {
  padding-bottom: 50px;
}

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

.btn {
  display: block;
  position: relative;
  width: 200px;
  font-size: 1.4em;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 25px;
  border-radius: 16px;
  color: #fff;
  background: #000;
  transition: all ease-out 0.2s;
}
.btn:hover {
  box-shadow: #0000001f 0px 6px 5px;
  transform: scale(1.1);
}
.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.form__fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.form__row {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0 0 10px 0;
}
.form__group {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 5px;
}
.form__group:first-child {
  margin-left: 0;
}
.form__group:last-child {
  margin-right: 0;
}
.form__group--checkbox {
  display: flex;
  align-items: center;
}
.form__control {
  position: relative;
  color: #000;
  font-size: 1.4em;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 15px;
  border: 1px solid #c4c4c4;
  background: #fff;
  border-radius: 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__control::placeholder {
  opacity: 0.5;
  color: #000;
}
.form__control--checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  border: solid 2px #000;
  border-radius: 3px;
  background: none;
  padding: 0;
  cursor: pointer;
  margin-right: 10px;
}
.form__control--checkbox:checked::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  background: #000;
}
.form__control--area {
  height: auto;
  min-height: 110px;
  padding: 12px 15px;
  resize: none;
  line-height: 1.8em;
}
.form__control--submit {
  padding: 0 30px;
  text-transform: uppercase;
  height: 30px;
  background: #000;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  font-size: 1.4em;
  color: #fff;
  margin: auto;
  cursor: pointer;
  transition: all ease-out 0.2s;
  z-index: 1;
}
.form__control--submit:hover {
  transform: scale(1.1);
  box-shadow: #0000001f 0px 6px 5px;
}
.form__control--submit:disabled, 
.form__control--submit:hover:disabled {
  opacity: 0.5;
  transform: none;
  box-shadow: none;
}
.form__error {
  display: block;
  position: relative;
  font-size: 1.4em;
  padding: 5px 15px 5px;
  max-width: 300px;
  margin: 5px auto;
  border-radius: 15px;
  background-color: #cf5454;
  color: #fff;
  font-weight: 300;
  line-height: 1.4em;
}
.form__error::after {
  content: 'X';
  position: absolute;
  right: 15px;
  top: 5px;
  color: #fff;
  cursor: pointer;
  transform: scaleY(0.8);
}

/* --- / DEFAULTS --- */

/* --- HEADER --- */

.header {
  position: fixed;
  width: 100%;
  height: 106px;
  top: 0;
  left: 0;
  z-index: 110;
  background: #000;
  transition: background ease-out 0.2s;
}
.header--fixed {
  position: fixed;
  box-shadow: #0000001f 0px 6px 5px;
}
.menu {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: unset;
}
.menu__logo {
  display: block;
}
.form--search__mobile {
  display: none;
}
.menu__navigation-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.menu__navigation {
  position: relative;
}
.menu__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.menu__item + .menu__item {
  margin-left: 36px;
}
.menu__btn {
  font-size: 1.7em;
  position: relative;
}
.menu__btn::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
  transition: all ease-out 0.2s;
}
.menu__btn:hover::after {
  opacity: 1;
  transform: translateX(-50%);
}
.menu__btn--highlight {
  display: block;
  padding: 5px 15px;
  border-radius: 16px;
  background: #fff;
  color: #000;
  transition: all ease-out 0.2s;
}
.menu__btn--highlight::after {
  content: none;
}
.menu__btn--highlight:hover {
  box-shadow: #0000001f 0px 6px 5px;
  transform: scale(1.1);
}

.burguer-menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  body {
    padding-top: 90px;
  }
  .header {
    height: 90px;
  }

  .menu__navigation-container {
    /*display: none;*/
  }
  .menu__title {
    margin-left: 5px;
  }

  .form--search__mobile {
    display: block;
    width: 34%;
    margin-left: 23px;
  }

  .menu__navigation-container {
    display: block;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    left: 100%;
    padding: 80px 30px;
    background-color: #000;
    align-items: flex-start;
    z-index: 102;
    transition: all 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .menu-opened .menu__navigation-container {
    margin-left: -300px;
  }
  .menu__list {
    display: block;
  }
  .menu__item--shortcut {
    display: block;
  }
  .menu__item + .menu__item {
    margin: 25px 0 0 0;
  }
  .menu__btn {
    font-size: 1.4em;
    display: inline-block;
  }

  .header::after {
    content: " ";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    transform: translate(-100%);
    transition-delay: 0.3s, 0s;
    transition-duration: 0s, 0.3s;
    transition-property: transform, background-color;
    transition-timing-function: ease-out, ease-out;
    z-index: 100;
  }
  .menu-opened .header::after {
    transition-delay: 0s, 0s;
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.5);
  }

  .burguer-menu {
    text-indent: -40000px;
    position: relative;
    display: table;
    padding: 10px;
    z-index: 200;
    background-color: transparent;
    border: 0;
  }
  .burguer-menu .burguer-menu__containment {
    position: relative;
    width: 25px;
    height: 19px;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    background-color: transparent;
  }
  .burguer-menu .burguer-menu__containment div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    background-color: transparent;
  }
  .burguer-menu .burguer-menu__containment div span,
  .burguer-menu .burguer-menu__containment div::before,
  .burguer-menu .burguer-menu__containment div::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .burguer-menu .burguer-menu__containment div span {
    -webkit-transition: opacity 0.3s ease 0.3s, background-color 0.3s ease 0.01s;
    -moz-transition: opacity 0.3s ease 0.3s, background-color 0.3s ease 0.01s;
    transition: opacity 0.3s ease 0.3s, background-color 0.3s ease 0.01s;
  }
  .burguer-menu .burguer-menu__containment div span {
    top: 50%;
    margin-top: -1px;
    /*-webkit-transition-delay: .3s;*/
    /*transition-delay: .3s;*/
  }
  .burguer-menu .burguer-menu__containment div::before {
    content: " ";
    top: 0;
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
  }
  .burguer-menu .burguer-menu__containment div::after {
    content: " ";
    bottom: 0;
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
  }
  .menu-opened header .burguer-menu .burguer-menu__containment div {
    top: 50%;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: -1px;
  }
  .menu-opened header .burguer-menu .burguer-menu__containment div::before,
  .menu-opened header .burguer-menu .burguer-menu__containment div::after {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .menu-opened header .burguer-menu .burguer-menu__containment div span {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu-opened header .burguer-menu .burguer-menu__containment div::before {
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
  .menu-opened header .burguer-menu .burguer-menu__containment div::after {
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -1px;
  }
}

/* --- / HEADER --- */

/* --- FOOTER --- */

.footer {
  background: #0f0f0f;
  padding: 30px 0;
}
.footer__content {
  height: 100%;
  display: flex;
  gap: 25px;
}
.menu__footer {
  align-self: center;
}
.footer__items {
  width: 30%;
}
.footer__items:nth-of-type(2) {
  margin-left: auto;
}

.social__list {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.social__btn {
  transition: all ease-out 0.2s;
}
.social__btn:hover {
  opacity: 0.8;
}
.foot__signature {
  background: #fff;
}
.signature-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.policy-notify {
  position: fixed !important;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 600px;
  z-index: 125;
  transform: translate(-50%, -50%);
}
.policy-notify .overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  transform: translate(-50%, -50%);
}
.policy-notify__wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 40px 50px;
  box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 40%);
  flex-direction: column;
  gap: 20px;
}
.policy__title {
  position: relative;
  padding-left: 70px;
}
.policy__title::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 60px;
  height: 60px;
  background: url('../img/cookies-icon.png') center no-repeat;
}
.policy-notify__wrapper .btn {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .footer__content {
    flex-direction: column;
    gap: 50px;
  }
  .footer__items {
    margin: auto;
    width: 100%;
  }
}

/* --- / FOOTER --- */

/* --- MODAL --- */

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
}
.modal .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-dialog {
  background-color: #f7f7f8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 650px;
  padding: 40px 20px 40px 250px;
  -webkit-animation: showModal 0.3s;
  animation: showModal 0.3s;
}
.modal .modal-dialog::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  height: 100%;
  background: url('../../site/img/modal-image.jpg') center 100%/cover;
}
.modal .modal-dialog.hide-modal {
  -webkit-animation: hideModal 0.3s forwards;
  animation: hideModal 0.3s forwards;
}

@keyframes showModal {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
  }
  45% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes hideModal {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}
.modal .modal-dialog .close-modal {
  width: 24px;
  height: 24px;
  padding: 1px;
  text-indent: -40000px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 20px;
  margin-right: 20px;
}
.modal .modal-dialog .close-modal::before,
.modal .modal-dialog .close-modal::after {
  content: " ";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -6px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.modal .modal-dialog .close-modal::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .modal-dialog .close-modal::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* --- / MODAL --- */

/* --- HOME --- */

.main__banner {
  position: relative;
  background: #c4c4c4;
  overflow: hidden;
}
.main__banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 94%);
  z-index: 1;
}
.main__banner--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main__banner--image {
  display: block;
  position: relative;
  max-height: calc(100vh - 106px);
  left: 50%;
  transform: translateX(-50%);
  transition: all ease-out 0.2s;
}
.main__banner--loading .main__banner--image {
  transform: translateX(-50%) scale(1.1);
  opacity: 0;
}
.main__banner--loading .banner__form {
  transform: scale(1.1);
  opacity: 0;
}
.carousel__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}
.letter--reveal {
  max-width: 600px;
}
.letter--reveal h3 {
  display: flex;
}
.letter--reveal span {
  transform: rotateX(90deg);
  transform-origin: top;
  opacity: 0;
  transition: all ease-out 0.3s;
}
span.letter--visible {
  transform: none;
  opacity: 1;
  min-width: 8px;
}
.carousel--form {
  padding: 20px 40px;
  background: #fffffff2;
}
.banner__form {
  max-width: 250px;
  transition: all ease-out 0.2s;
}
.carousel--form .form__control + label {
  display: grid;
  letter-spacing: 1px;
}

.about--text__content {
  position: relative;
  padding-left: 30px;
}
.about--text__content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #000;
}
.about--text {
  width: 90%;
  height: 100%;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about--text__title {
  letter-spacing: -1px;
}

.mosaics {
  position: relative;
}
.mosaic {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: 200px 300px;
  grid-gap: 15px;
}
.mosaic__el {
  position: relative;
  transition: z-index step-end 0.5s, width ease-out 0.5s, height ease-out 0.5s, left ease-out 0.5s, top ease-out 0.5s, opacity ease-out 0.3s, transform ease-out 0.5s;
  grid-area: 1 / 1 / 1;
  cursor: pointer;
  z-index: 1;
}
.mosaic__el:nth-child(5n + 1) {
  /*grid-area: 1 / 1 / 2 / 7;*/
  width: calc(600% + 75px);
  height: 200px;
}
.mosaic__el:nth-child(5n + 2) {
  /*grid-area: 1 / 7 / 2 / 11;*/
  width: calc(400% + 45px);
  height: 200px;
  left: calc(600% + 90px);
}
.mosaic__el:nth-child(5n + 3) {
  /*grid-area: 2 / 1 / 3 / 4;*/
  top: 215px;
  width: calc(300% + 30px);
  height: 300px;
}
.mosaic__el:nth-child(5n + 4) {
  /*grid-area: 2 / 4 / 3 / 8;*/
  top: 215px;
  width: calc(400% + 45px);
  height: 300px;
  left: calc(300% + 45px);
}
.mosaic__el:nth-child(5n + 5) {
  /*grid-area: 2 / 8 / 3 / 11;*/
  top: 215px;
  width: calc(300% + 30px);
  height: 300px;
  left: calc(700% + 105px);
}
.mosaic__el.case--item.case--item__active {
  width: calc(1000% + 135px);
  height: 515px;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: auto;
  transition: all ease-out 0.5s;
}
.mosaic__el.case--item__inactive {
  transform: scale(0);
  opacity: 0;
  transition: all ease-out 0.3s;
}
.case-closed {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.case__image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease-out 0.3s;
}
.case__image:hover {
  transform: scale(1.1);
}
.img--hover {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  white-space: nowrap;
  display: none;
  padding: 20px 15px;
  background: #fff;
  font-weight: 400;
  margin-top: 15px;
  margin-left: -20px;
}
.case__content {
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
  padding: 25px 35px;
  max-width: 285px;
  width: 100%;
  margin: 0 60px;
  opacity: 0;
  transform: translateY(-50%) scale(0);
  transform-origin: left;
  transition: all ease-out 0.3s;
}
.case--item__active .case__content {
  display: block;
  opacity: 1;
  transform: translateY(-50%);
  transition-delay: 0.2s;
}
.case--item__active .case__image:hover {
  transform: none;
}
.case__description p + p {
  margin-top: 5px;
}
.case__button {
  display: block;
  letter-spacing: -1px;
  border: solid 1px;
  padding: 4px 0;
  border-radius: 12px;
  transition: all ease-out 0.2s;
}
.case__button:hover {
  transform: scale(1.1);
}
.close__btn {
  position: absolute;
  top: 6px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 0;
  transform: scale(0) translateY(50px);
  transition: all ease-out 0.2s;
  transition-delay: 0.3s;
}
.close__btn::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}
.close__btn::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}
.close__btn--visible {
  transform: none;
}
.text__img--hover {
  display: none;
}

.flex--container {
  display: flex;
}

.projects__image {
  display: block;
  min-width: 100%;
}
.projects__banner {
  position: relative;
  background: #c4c4c4;
}
.projects__banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.projects__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
.img--reveal {
  transition: all ease-out 0.2s;
  transform: scale(1.1);
  opacity: 0;
}
.img--reveal.img--shown {
  transform: none;
  opacity: 1;
}

.brands--container {
  display: flex;
  justify-content: space-between;
}
.brands--left {
  margin-right: 75px;
/*  max-width: 335px;*/
}
.brands--right {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-left: 75px;
  justify-items: center;
  align-content: center;
}
.brand--item {
  scale: 0.95;
}
.testimony--carousel {
  position: relative;
  z-index: 1;
}
.testimony--carousel::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 174px;
  height: 99%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  z-index: 1;
}
.testimony--carousel::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 174px;
  height: 99%;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  z-index: 1;
}
.secondary-background .testimony--carousel::before {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.secondary-background .testimony--carousel::after {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.testimony--carousel .slick-slide {
  margin: 0px 20px;
}
.testimony--container {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 51px rgba(0, 0, 0, 0.05);
  margin: 50px 0;
}
.testimony--header {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: flex-end;
}
.testimony--name {
  position: relative;
  margin-bottom: 25px;
}
.testimony--name::before {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 185px;
  height: 1px;
  background: #000;
}
.testimony--text {
  position: relative;
  display: inline-block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.64;
  font-style: italic;
  line-height: 2em;
}

.register--container {
  clip-path: inset(0 0 0 0);
}
.register--container::before {
  content: '';
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg-register.jpg');
  background-size: cover;
  filter: grayscale(100%);
}
.register--text p {
  margin-top: 0;
}

.differentials--container {
  margin-left: 90px;
}
.differentials--text {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 90px;
  align-items: flex-start;
  justify-content: space-between;
}
.certificates__image {
  width: 100%;
}
.differentials--list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.differential--item {
  position: relative;
  width: calc(50% - 15px);
}
.differential--item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}

.manifest__video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.manifest__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stores--container {
  overflow: hidden;
}
.stores--container .slick-list {
  margin: 0 -15px;
}
.stores--container .slick-slide {
  margin: 0 15px;
}
.store--name {
  position: relative;
}
.store--name::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 70%;
  height: 1px;
  background: #000;
  transition: all ease-out 0.2s;
}
.stores--container .slick-slide:hover .store--name::before {
  width: 100%;
}

.catalog--image {
  max-width: 100%;
}
.form--text {
  max-width: 405px;
}
.form--content {
  height: 100%;
  display: flex;
  align-items: center;
}
.form--content .font-22 {
  margin-right: -50px;
  letter-spacing: -1px;
}
.footer--form {
  width: 90%;
  max-width: 315px;
  margin-left: auto;
  padding: 30px 40px;
  background: #ffffffb8;
}
.footer--form .form__control + label {
  display: grid;
  letter-spacing: 1px;
}

/* --- / HOME --- */

/* --- THANKS --- */

.thanks--container {
  background: #d0d0d0;
}
.thanks--content {
  width: 90%;
  max-width: 650px;
  margin-left: auto;
}
.catalog--list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-right: 20px;
}
.catalog--item {
  display: flex;
  gap: 15px;
  background: #000;
  align-items: center;
  padding: 7px 27px 7px 7px;
  border-radius: 18px;
  transition: all ease-out 0.2s;
}
.catalog--item:hover {
  transform: scale(1.1);
}
.thanks--image {
  display: block;
  margin-left: auto;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
.row--fixed .row__item {
  width: 50%;
}
.date {
  display: flex;
  width: 100%;
  max-width: 295px;
  margin-bottom: 20px;
  border: 1px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.date > div {
  display: flex;
  height: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.date__day-month {
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px;
  background-color: #000;
  flex-grow: 1;
}
.date__year {
  padding: 0 15px;
}

.btn-link {
  display: table;
}
.btn-link::after {
  content: " ";
  display: block;
  height: 2px;
  margin: 15px 0 0 0;
  background-color: #000;
}
.btn-link__arrow-left {
  float: right;
  width: 8px;
  margin: 4px 0 0 10px;
  position: relative;
}
.btn-link__arrow-left::before,
.btn-link__arrow-left::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  padding-bottom: 100%;
  transform: rotate(45deg);
  transform-origin: center center;
  box-sizing: content-box;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: all 0.24s ease-out;
}
.btn-link__arrow-left::after {
  margin-right: 6px;
}
.btn-link:hover .btn-link__arrow-left::after {
    margin-right: 0;
}

/* --- / THANKS --- */
@media only screen and (max-width: 1480px) {
  .form--content .font-24 {
    font-size: 2em;
    margin-right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .font-40, .font-36 {
    font-size: 3em;
  }
  .font-32 {
    font-size: 2.4em;
  }

  .double--content {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .content--45,
  .content--50,
  .content--55 {
    width: 100%;
    max-width: 500px;
  }

  .form__control {
    font-size: 1.2em;
  }

  .main__banner--image {
    max-height: 100vh;
  }
  .main__banner--content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .carousel--form {
    padding: 15px 30px;
    margin: auto;
  }

  .about--text {
    margin-left: 0;
    width: 100%;
  }

  .case--item__active .case__content {
    margin: 40px;
    width: calc(100% - 80px);
    opacity: 0.9;
    padding: 30px;
    height: 70%;
  }
  .case__button {
    font-size: 1.1em;
  }

  .text-about {
    font-size: 1.6em;
  }

  .testimony--container {
    margin-left: 0;
  }

  .brand {

  }

  .differentials--text {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .differentials--container {
    margin-left: 0;
  }

  .footer--form {
    margin: auto;
  }

  .thanks--image {
    width: 100%;
    margin: 0;
  }

  .thanks--content {
    margin: auto;
  }

  .catalog--list {
    gap: 10px;
    justify-content: space-between;
  }
  .catalog--item {
    gap: 10px;
    padding-right: 20px;
  }
  .catalog--item h4 {
    font-size: 1.2em;
  }
  .catalog--item img {
    width: 15px;
  }

  .row.row--fixed {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .row--fixed .row__item {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .brands--right {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    justify-content: center;
    margin: 0;
    height: auto;
  }
  .brand--title {
    width: 100%;
    text-align: center;
  }
  .testimony--container {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.05);
  }
  .testimony--carousel::before,
  .testimony--carousel::after {
    content: none;
  }
  .testimony--name::before {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .brands--container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .form__group--checkbox {
    line-height: 1;
  }
  .form__row {
    margin-bottom: 7px;
  }

  .carousel--form h3 {
    line-height: 1;
  }
}

@media only screen and (max-width: 680px) {
  .modal .modal-dialog {
    padding: 20px;
  }
  .modal .modal-dialog::before {
    content: none;
  }

  .letter--reveal {
    margin-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .font-32 {
    font-size: 2em;
  }

  .main__banner--image {
    max-height: 104vh;
    height: 104vh;
  }
  
  .brands--left {
    margin-right: 0;
  }
  .brands--right {
    gap: 30px 0;
  }
  .brand--item {
    scale: 0.8;
  }
}