/* stylelint-disable property-no-vendor-prefix */
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

@font-face {
  font-family: urbanist-light;
  src: url("/fonts/Urbanist/Urbanist-Light.ttf");
}
@font-face {
  font-family: urbanist-regular;
  src: url("/fonts/Urbanist/Urbanist-Regular.ttf");
}
@font-face {
  font-family: urbanist-medium;
  src: url("/fonts/Urbanist/Urbanist-Medium.ttf");
}
@font-face {
  font-family: urbanist-bold;
  src: url("/fonts/Urbanist/Urbanist-Bold.ttf");
}
@font-face {
  font-family: anonymous-pro-regular;
  src: url("/fonts/Anonymous_Pro/AnonymousPro-Regular.ttf");
}
.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-from-left {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.inquiry__form-success, .hero-video, .fade-in {
  animation: fade-in 0.8s cubic-bezier(0.47, 0, 0.23, 1.38) forwards;
}

.fade-out {
  animation: fade-out 0.8s cubic-bezier(0.47, 0, 0.23, 1.38) forwards;
}

html {
  font-size: 16px;
  background-color: #f1f1ee;
}

.container {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.container--overflow-x-hidden {
  overflow-x: hidden;
}

h1,
.h1-like {
  font-family: new-astro-soft, sans-serif;
  font-weight: 100;
  font-size: 3rem;
  line-height: 1;
}
@media only screen and (min-width : 992px) {
  h1,
  .h1-like {
    font-size: 5.75rem;
  }
}

h2,
.h2-like {
  font-family: new-astro-soft, sans-serif;
  font-weight: 100;
  font-size: 1.75rem;
  line-height: 1;
}
@media only screen and (min-width : 992px) {
  h2,
  .h2-like {
    font-size: 2.75rem;
  }
}

h3 {
  font-family: new-astro-soft, sans-serif;
  font-weight: 100;
  font-size: 1.375rem;
  line-height: 1;
}
@media only screen and (min-width : 992px) {
  h3 {
    font-size: 1.75rem;
  }
}

p,
ul,
ol {
  font-family: urbanist-light, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media only screen and (min-width : 992px) {
  p,
  ul,
  ol {
    font-size: 1.375rem;
  }
}

p strong {
  font-family: urbanist-bold, sans-serif;
  font-weight: 700;
}

ul li,
ol li {
  margin: 5px 0;
}

ul.custom-list {
  list-style-type: none;
}
ul.custom-list li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
ul.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9375rem;
  width: 4px;
  height: 4px;
  background-color: #202020;
  border-radius: 50%;
}

a {
  color: #202020;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #202020;
}

.dark-bg {
  background-color: #3f3d38;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p {
  color: #fff;
}

.with-bg {
  position: relative;
}
.with-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.with-bg--fliped::before {
  background-image: url("../images/bg-fliped.svg");
}

.button {
  background: #202020;
  border: 1px solid #202020;
  outline: none;
  padding: 12px 30px;
  height: 40px;
  border-radius: 18px;
  overflow: hidden;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
  /* stylelint-disable-next-line keyframes-name-pattern */
}
.button:hover, .button:focus {
  animation: animate-scaleX 0.6s cubic-bezier(0.4, 0, 0, 1);
  background: #202020;
}
.button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f7b888;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%);
}
.button:hover::after, .button:focus::after {
  transform: translateY(0%);
  border-radius: 0;
}
.button span {
  overflow: hidden;
  position: relative;
  color: #f7b888;
  text-transform: uppercase;
  font-family: urbanist-regular, sans-serif;
  font-size: 1.125rem;
}
.button span::after {
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  content: attr(data-text);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, 100%);
  color: black;
}
.button:hover span::after, .button:focus span::after {
  transform: translate(-50%, 0);
}
@keyframes animate-scaleX {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.05);
  }
  100% {
    transform: scaleX(1);
  }
}

button {
  cursor: pointer;
}

.nav-desktop {
  position: fixed;
  z-index: 2;
  max-width: 1440px;
  width: 100%;
  height: 80px;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 32px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (min-width : 768px) {
  .nav-desktop {
    height: 100px;
  }
}
@media only screen and (min-width : 1200px) {
  .nav-desktop {
    padding: 32px 80px;
  }
}
.nav-desktop__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.nav-desktop__list-item {
  padding: 8px 0;
  display: inline-block;
  text-transform: uppercase;
  color: #3f3d38;
  font-size: 0.875rem;
  text-decoration: none;
  font-family: urbanist-regular, sans-serif;
}
@media only screen and (min-width : 480px) {
  .nav-desktop__list-item {
    font-size: 1rem;
  }
}
.nav-desktop__list-item--active {
  color: #c7c3ac;
}

.emotikon-header {
  height: 145px;
  width: 100%;
  position: relative;
  background-color: #f1f1ee;
}
@media only screen and (min-width : 480px) {
  .emotikon-header {
    height: 200px;
  }
}
@media only screen and (min-width : 768px) {
  .emotikon-header {
    height: 220px;
  }
}
@media only screen and (min-width : 1200px) {
  .emotikon-header {
    height: 250px;
  }
}
.emotikon-header__wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
}
@media only screen and (min-width : 1200px) {
  .emotikon-header__wrapper {
    padding: 0 80px;
  }
}
.emotikon-header__logo {
  text-decoration: none;
  padding-top: 80px;
}
.emotikon-header__logo img {
  height: 40px;
  transition: height 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
@media only screen and (min-width : 480px) {
  .emotikon-header__logo img {
    height: 50px;
  }
}
@media only screen and (min-width : 768px) {
  .emotikon-header__logo img {
    height: 70px;
  }
}
@media only screen and (min-width : 1200px) {
  .emotikon-header__logo img {
    height: 100px;
  }
}
.emotikon-header__by-ikonix {
  width: 80px;
  align-self: flex-start;
  transition: width 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
  margin-top: 94px;
}
@media only screen and (min-width : 480px) {
  .emotikon-header__by-ikonix {
    width: 120px;
    margin-top: 94px;
  }
}
@media only screen and (min-width : 768px) {
  .emotikon-header__by-ikonix {
    width: 160px;
    margin-top: 100px;
  }
}
@media only screen and (min-width : 1200px) {
  .emotikon-header__by-ikonix {
    width: 240px;
    margin-top: 110px;
  }
}
.emotikon-header--fixed .emotikon-header__wrapper {
  position: fixed;
  width: auto;
  height: auto;
  justify-content: flex-start;
}
.emotikon-header--fixed .emotikon-header__logo {
  padding-top: 30px;
}
.emotikon-header--fixed .emotikon-header__logo img {
  height: 27px;
}
@media only screen and (min-width : 480px) {
  .emotikon-header--fixed .emotikon-header__logo {
    padding-top: 20px;
  }
  .emotikon-header--fixed .emotikon-header__logo img {
    height: 40px;
  }
}
@media only screen and (min-width : 768px) {
  .emotikon-header--fixed .emotikon-header__logo {
    padding-top: 20px;
  }
  .emotikon-header--fixed .emotikon-header__logo img {
    height: 60px;
  }
}
.emotikon-header--fixed .emotikon-header__by-ikonix {
  width: 80px;
  margin: 0 0 13px 10px;
  align-self: flex-end;
}
@media only screen and (min-width : 480px) {
  .emotikon-header--fixed .emotikon-header__by-ikonix {
    width: 120px;
    margin: 0 0 19px 10px;
  }
}
@media only screen and (min-width : 768px) {
  .emotikon-header--fixed .emotikon-header__by-ikonix {
    margin: 0 0 30px 15px;
  }
}

.header--logo-fixed .nav-desktop {
  background-color: rgba(241, 241, 238, 0.9);
}
.header--logo-fixed .emotikon-header--fixed .emotikon-header__wrapper {
  z-index: 3;
}

.hero-video {
  position: relative;
  padding: 0 20px 0 0;
}
.hero-video__video {
  width: 100%;
  height: 420px;
  border-radius: 10px;
  object-fit: cover;
}
@media only screen and (min-width : 992px) {
  .hero-video__video {
    height: 840px;
  }
}

.two-photos-parallax {
  position: relative;
  height: 350px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
}
.two-photos-parallax__parallax-photo {
  position: absolute;
  top: 30%;
  left: 40px;
  width: 190px;
  height: auto;
  border-radius: 6px;
}
@media only screen and (min-width : 568px) {
  .two-photos-parallax {
    height: 500px;
  }
  .two-photos-parallax__parallax-photo {
    width: 250px;
  }
}
@media only screen and (min-width : 992px) {
  .two-photos-parallax {
    height: 800px;
  }
  .two-photos-parallax__parallax-photo {
    left: 80px;
    width: 300px;
  }
}
@media only screen and (min-width : 1400px) {
  .two-photos-parallax__parallax-photo {
    width: 420px;
  }
}

.two-cols {
  margin: 100px 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 60px;
}
.two-cols img {
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
}
.two-cols h1,
.two-cols h2,
.two-cols p {
  margin: 0;
}
.two-cols p strong {
  font-family: urbanist-medium, sans-serif;
}
.two-cols__right, .two-cols__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.two-cols__right hr, .two-cols__left hr {
  width: 100%;
}
.two-cols__right .button, .two-cols__left .button {
  align-self: flex-start;
}
@media only screen and (min-width : 992px) {
  .two-cols {
    margin: 200px auto;
    padding: 0 80px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
  }
  .two-cols--centered {
    max-width: 1100px;
  }
  .two-cols--no-padding-right {
    padding-right: 0;
  }
  .two-cols img {
    max-width: 100%;
  }
  .two-cols__left, .two-cols__right {
    flex: 1;
  }
  .two-cols__left--margin-left p, .two-cols__left--margin-left .button {
    margin-left: 100px;
  }
}
@media only screen and (min-width : 1200px) {
  .two-cols__left--margin-left p, .two-cols__left--margin-left .button {
    margin-left: 200px;
  }
}

.ikonix-about {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ikonix-about__logo {
  margin: 100px 0;
  align-self: center;
  width: 220px;
}
.ikonix-about__team-and-content {
  display: flex;
  flex-direction: column;
  max-width: 1020px;
  padding-right: 20px;
  width: 100%;
  gap: 60px;
}
.ikonix-about__team-and-content img {
  max-width: 100%;
  width: 100%;
  border-radius: 6px;
}
.ikonix-about__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 20px;
  padding-right: 0;
  gap: 30px;
}
.ikonix-about__content p {
  margin: 0;
}
.ikonix-about__content hr {
  width: 100%;
}
.ikonix-about__content .button {
  align-self: center;
}
@media only screen and (min-width : 992px) {
  .ikonix-about {
    padding: 200px 80px;
  }
  .ikonix-about__logo {
    width: 430px;
  }
  .ikonix-about__content {
    padding: 0;
    width: 50%;
    align-self: flex-end;
  }
  .ikonix-about__content .button {
    align-self: flex-start;
  }
}

.inquiry {
  padding: 100px 20px 0;
}
@media only screen and (min-width : 992px) {
  .inquiry {
    padding: 200px 80px 0;
  }
}
.inquiry__wrapper {
  position: relative;
  padding: 40px;
  background-color: #f1f1ee;
  border: 1px solid #c7c3ac;
  border-radius: 8px;
}
@media only screen and (min-width : 992px) {
  .inquiry__wrapper {
    padding: 80px;
  }
}
.inquiry__wrapper::before {
  content: "";
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  border-radius: 8px;
  pointer-events: none;
  border: 1px solid #c7c3ac;
}
.inquiry__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width : 992px) {
  .inquiry__content {
    flex-direction: row;
    align-items: center;
  }
}
.inquiry__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.inquiry__header h2,
.inquiry__header p {
  color: #202020;
  margin: 0;
}
.inquiry__header h2 {
  line-height: 1.2;
}
@media only screen and (min-width : 992px) {
  .inquiry__header {
    padding-right: 60px;
    max-width: 40%;
    gap: 30px;
  }
  .inquiry__header p {
    font-size: 1.125rem;
  }
}
.inquiry__input-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.inquiry__input-wrapper label {
  opacity: 0;
  padding: 0 10px;
  font-family: urbanist-regular, sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.inquiry__email-phone-inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width : 992px) {
  .inquiry__email-phone-inputs {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .inquiry__email-phone-inputs > * {
    flex: 1;
  }
}
.inquiry__checkbox-and-button {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width : 1280px) {
  .inquiry__checkbox-and-button {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.inquiry__button-wrapper {
  display: flex;
  flex-direction: row;
  margin-right: -20px;
}
.inquiry__form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.inquiry__form-bottom p {
  margin: 0;
  text-align: center;
  font-size: 0.875rem;
  color: #202020;
}
.inquiry__form-bottom p a {
  color: #202020;
}
.inquiry__checkbox-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.inquiry__checkbox-wrapper input {
  appearance: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #202020;
  border-radius: 20px;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
}
.inquiry__checkbox-wrapper input::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #202020;
  border-radius: 50%;
  opacity: 0;
}
.inquiry__checkbox-wrapper input:checked::before {
  opacity: 1;
}
.inquiry__checkbox-wrapper label {
  text-align: left;
  font-size: 0.875rem;
  font-family: urbanist-regular, sans-serif;
  color: #202020;
  margin-left: 8px;
  cursor: pointer;
}
@media only screen and (min-width : 992px) {
  .inquiry__form {
    flex: 1;
  }
}
.inquiry__form-default {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inquiry__form-success {
  display: none;
}
.inquiry__form-success p {
  color: #202020;
  font-size: 1.125rem;
}
.inquiry__form--success .inquiry__form-success {
  display: block;
}
.inquiry__form--success .inquiry__form-default {
  display: none;
}
.inquiry__form input:not([type=checkbox]),
.inquiry__form textarea {
  background-color: #f1f1ee;
  font-family: urbanist-regular, sans-serif;
  padding: 10px;
  position: relative;
  border: 0;
  border-bottom: 1px solid rgba(32, 32, 32, 0.3);
  /* stylelint-disable-next-line no-descending-specificity */
}
.inquiry__form input:not([type=checkbox])::placeholder,
.inquiry__form textarea::placeholder {
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.3);
}
.inquiry__form input:not([type=checkbox]):not(:placeholder-shown) + label,
.inquiry__form textarea:not(:placeholder-shown) + label {
  opacity: 1;
}
.inquiry__form textarea {
  min-height: 100px;
}

.footer {
  background-color: #f1f1ee;
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
  gap: 50px;
}
@media only screen and (min-width : 992px) {
  .footer {
    padding: 40px 80px;
  }
}
.footer__logo img {
  max-width: 250px;
}
@media only screen and (min-width : 992px) {
  .footer__logo {
    min-width: 255px;
  }
}
.footer__row-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer__row-top > p {
  font-size: 1.125rem;
}
@media only screen and (min-width : 992px) {
  .footer__row-top {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .footer__row-top {
    gap: 50px;
  }
}
.footer__contact {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
.footer__contact a {
  font-size: 1.125rem;
  text-decoration: none;
}
@media only screen and (min-width : 992px) {
  .footer__contact {
    flex-direction: row-reverse;
  }
}
.footer__socials {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 8px;
  background-color: #202020;
}
.footer__address {
  font-size: 1rem !important;
  color: #202020 !important;
  min-width: 250px;
}
.footer__row-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
.footer__by-ikonix-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.footer__by-ikonix-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #202020;
}
@media only screen and (min-width : 992px) {
  .footer__by-ikonix-wrapper {
    display: flex;
    flex-direction: row;
  }
  .footer__by-ikonix-wrapper::before {
    height: 2px;
    margin-top: 0;
  }
}
.footer__by-ikonix-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width : 992px) {
  .footer__by-ikonix-content {
    padding-top: 0;
  }
}
.footer__by-ikonix-content > img {
  width: 140px;
}
.footer__by-ikonix {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer__by-ikonix img {
  width: 140px;
}
.footer__links-wrapper {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width : 992px) {
  .footer__links-wrapper {
    margin-top: 30px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .footer__links-wrapper {
    gap: 50px;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.footer__links a {
  font-family: urbanist-light, sans-serif;
  color: #202020;
  font-size: 0.875rem;
}
@media only screen and (min-width : 992px) {
  .footer__links {
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }
}
.footer__created-by {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.footer__created-by span {
  font-family: urbanist-regular, sans-serif;
  color: #202020;
  font-size: 0.875rem;
}
@media only screen and (min-width : 992px) {
  .footer__created-by {
    margin-top: 0;
    min-width: 255px;
    justify-content: flex-start;
  }
}

.location-map {
  height: 400px;
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .location-map {
    height: 700px;
  }
}
.location-map__map {
  height: 100%;
  width: 100%;
}
.location-map__map .marker-wrapper {
  position: relative;
}
.location-map__map .marker-wrapper p {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7b888;
  color: #3f3d38;
  font-size: 0.875rem;
  text-wrap: nowrap;
  padding: 5px;
  border-radius: 5px;
}
.location-map__map .marker-wrapper:hover p {
  display: block;
}

.basic {
  max-width: 1070px;
  margin: 80px auto;
  padding: 0 20px;
}
@media only screen and (min-width : 992px) {
  .basic {
    padding: 0 80px;
  }
}

.mad {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

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