/* 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;
}

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

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

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.hero-image, .gallery__grids--show, .hero-video, .emotikon-header__logo h2, .fade-in-flex, .fade-in {
  animation: fade-in 0.8s cubic-bezier(0.47, 0, 0.23, 1.38) forwards;
}

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

.fade-in-flex {
  display: flex !important;
}

.fade-out-flex {
  display: flex !important;
}

html {
  font-size: 16px;
}

body {
  background-color: #f1f1ee;
  transition: background-color 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}

.white-space-nowrap {
  white-space: nowrap;
}

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

@supports (-webkit-touch-callout: none) {
  button {
    color: #202020;
  }
}
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,
h4 {
  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,
  h4 {
    font-size: 1.75rem;
  }
}

p,
ul,
ol {
  font-family: Urbanist, sans-serif;
  font-weight: 300;
  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, 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;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #c7c3ac;
}

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;
}

.ikonix-stitek {
  background-color: #c7c3ac;
  padding: 8px;
  height: 50px;
  border-radius: 8px;
}
.ikonix-stitek img {
  height: 16px;
}
@media only screen and (min-width : 768px) {
  .ikonix-stitek {
    height: 100px;
    padding: 15px;
  }
  .ikonix-stitek img {
    height: 30px;
  }
}
.ikonix-stitek--inverse {
  background-color: #202020;
}

.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");
}
.with-bg--project::before {
  transform: rotate(180deg);
  background-position: 10% 96%;
  background-size: cover;
}
@media only screen and (min-width : 768px) {
  .with-bg--project::before {
    background-size: 65%;
  }
}
.with-bg--rotated::before {
  background-image: url("../images/bg-rotated.svg");
}
.with-bg--standards::before {
  background-image: url("../images/bg-standards.svg");
}

.button {
  border: 1px solid #202020;
  outline: none;
  padding: 12px 30px;
  height: 40px;
  border-radius: 8px;
  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;
  color: #202020;
}
.button--display-inline-block {
  display: inline-block;
}
.button:hover, .button:focus {
  animation: animate-scaleX 0.6s cubic-bezier(0.4, 0, 0, 1);
  text-decoration: none;
  color: #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 {
  position: relative;
  text-transform: uppercase;
  font-family: Urbanist, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  flex-shrink: 0;
}
.button--cta {
  background-color: #202020;
  border-color: #202020;
  color: #f7b888;
}
.button--biege {
  border-color: #c7c3ac;
  background-color: transparent;
}
.button--biege span {
  color: #c7c3ac;
}
.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%, 150%);
  color: #202020;
}
.button:hover span::after, .button:focus span::after {
  transform: translate(-50%, 0);
}
.button--cta-inverse {
  background-color: #202020;
  border-color: #f7b888;
}
.button--cta-inverse span {
  color: #f7b888;
}
.button--cta-inverse span::after {
  color: #202020;
}
.button--cta-inverse::after {
  background: #f7b888;
}
.button {
  /* stylelint-disable-next-line keyframes-name-pattern */
}
@keyframes animate-scaleX {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.05);
  }
  100% {
    transform: scaleX(1);
  }
}

button {
  cursor: pointer;
}

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

.loading {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(62, 81, 62, 0.7);
  z-index: 10000000;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms;
}
.loading.show {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.loading__circle {
  display: inline-block;
  position: absolute;
  width: 140px;
  height: 140px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.loading__circle::after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 50%;
  border: 10px solid #fff;
  border-color: #fff transparent;
  animation: loading 1.2s linear infinite;
  opacity: 0.8;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.inquiry-form + .inquiry-form-success-message {
  display: none;
}
.inquiry-form--success {
  display: none !important;
}
.inquiry-form--success + .inquiry-form-success-message {
  display: flex !important;
}

.inquiry-form-success-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
}
.inquiry-form-success-message img,
.inquiry-form-success-message p {
  margin: 0;
}
@media only screen and (min-width : 992px) {
  .inquiry-form-success-message {
    padding: 50px 20px;
    max-width: 50%;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 0.5s ease-in-out forwards;
}

@keyframes fade-in-from-left {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-from-left {
  animation: fade-in-from-left 0.5s ease-in-out forwards;
}

@keyframes fade-in-from-right {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-from-right {
  animation: fade-in-from-right 0.5s ease-in-out forwards;
}

@keyframes fade-in-from-top {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-from-top {
  animation: fade-in-from-top 0.5s ease-in-out forwards;
}

@keyframes fade-in-from-bottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-from-bottom {
  animation: fade-in-from-bottom 0.5s ease-in-out forwards;
}

@media only screen and (max-width : 1600px) {
  .below-hero-image {
    margin-top: 60px !important;
  }
}

.nav-toggle {
  padding: 10px 2px;
  margin: -10px 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.nav-toggle--align-end {
  align-self: flex-end;
}
.nav-toggle::before, .nav-toggle::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #3f3d38;
  position: relative;
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
  transform-origin: center;
}
.nav-toggle::before {
  margin-bottom: 8px;
}

#nav-mobile {
  display: none;
}

.nav-mobile {
  width: 100%;
  padding: 35px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.nav-mobile__fancybox .fancybox-slide {
  padding: 0;
}
.nav-mobile__fancybox .fancybox-content {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #f1f1ee;
}
.nav-mobile__logo {
  margin: 3px 0 0;
  align-self: flex-start;
  text-decoration: none;
}
.nav-mobile__logo img {
  height: 45px;
}
@media only screen and (min-width : 768px) {
  .nav-mobile__logo img {
    height: 100px;
  }
}
.nav-mobile__logo h2 {
  margin: 12px 0 0;
  font-size: 1.75rem;
  color: #202020 !important;
}
@media only screen and (min-width : 768px) {
  .nav-mobile__logo h2 {
    margin: 17px 0 0;
    font-size: 2.375rem;
  }
}
.nav-mobile__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
}
.nav-mobile__list--langs {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.nav-mobile__list--langs .nav-mobile__list-item {
  color: #c7c3ac;
}
.nav-mobile__list--langs .nav-mobile__list-item--active {
  color: #202020;
}
.nav-mobile__list-item {
  display: block;
  padding: 8px 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #3f3d38;
  font-size: 1.125rem;
  line-height: 1.5;
  text-decoration: none;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}
.nav-mobile__list-item--cta {
  min-width: 110px;
  background-color: #f7b888;
  text-align: center;
  border-radius: 8px;
}
.nav-mobile__list-item--cta.nav-mobile__list-item--active {
  background-color: #202020;
  color: #f7b888;
}
.nav-mobile__list-item--active span {
  border-bottom: 1px solid #202020;
}
.nav-mobile__by-ikonix {
  height: 18px;
  align-self: center;
}

.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;
  gap: 32px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (min-width : 1200px) {
  .nav-desktop {
    padding: 32px 80px;
  }
}
.nav-desktop__links-and-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.nav-desktop__links {
  position: relative;
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media only screen and (min-width : 1200px) {
  .nav-desktop__links {
    display: flex;
  }
}
.nav-desktop__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.nav-desktop__list--langs {
  gap: 12px;
}
.nav-desktop__list--langs .nav-desktop__list-item {
  color: #c7c3ac;
}
.nav-desktop__list--langs .nav-desktop__list-item--active {
  color: #202020;
}
.nav-desktop__list--langs .nav-desktop__list-item::before {
  display: none;
}
.nav-desktop__list--above {
  position: absolute;
  right: 0;
  transition: right 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.nav-desktop__list--open {
  right: calc(100% + 32px);
}
.nav-desktop__list--under {
  display: none;
}
.nav-desktop__list-item {
  padding: 8px 0;
  display: inline-block;
  text-transform: uppercase;
  color: #3f3d38;
  font-size: 1rem;
  text-decoration: none;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
}
.nav-desktop__list-item:hover {
  color: #3f3d38;
  text-decoration: none;
}
.nav-desktop__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  height: 1px;
  width: 50%;
  background-color: #3f3d38;
  transition: width 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.nav-desktop__list-item:hover::before, .nav-desktop__list-item--active::before {
  width: 100%;
}
.nav-desktop__list-item--cta {
  min-width: 120px;
  text-align: center;
}
.nav-desktop__list-item--cta .nav-desktop__list-item--active {
  background-color: #202020;
  color: #fff;
}
.nav-desktop__list-item--cta::before {
  display: none;
}

.emotikon-header {
  height: 180px;
  width: 100%;
  position: relative;
  background-color: #f1f1ee;
}
.emotikon-header--no-bg {
  background-color: transparent;
}
@media only screen and (min-width : 420px) {
  .emotikon-header {
    height: 200px;
  }
}
@media only screen and (min-width : 768px) {
  .emotikon-header {
    height: 280px;
  }
}
@media only screen and (min-width : 1200px) {
  .emotikon-header {
    height: 300px;
  }
}
.emotikon-header__wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  height: calc(100% - 20px);
  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;
    height: calc(100% - 40px);
  }
}
.emotikon-header__logo {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  padding-top: 80px;
}
@media only screen and (min-width : 768px) {
  .emotikon-header__logo {
    padding-top: 120px;
  }
}
.emotikon-header__logo-image {
  height: 40px;
  transition: height 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.emotikon-header__logo-image img {
  height: 100%;
}
@media only screen and (min-width : 480px) {
  .emotikon-header__logo-image {
    height: 45px;
  }
}
@media only screen and (min-width : 768px) {
  .emotikon-header__logo-image {
    height: 80px;
  }
}
@media only screen and (min-width : 1200px) {
  .emotikon-header__logo-image {
    height: 120px;
  }
}
.emotikon-header__logo h2 {
  margin: 15px 0 0;
  font-size: 1.75rem;
  color: #202020;
}
@media only screen and (min-width : 768px) {
  .emotikon-header__logo h2 {
    margin: 20px 0 0;
    font-size: 2.375rem;
  }
}
@media only screen and (min-width : 1200px) {
  .emotikon-header__logo h2 {
    margin: 20px 0 0;
    font-size: 2.8125rem;
  }
}
.emotikon-header__by-ikonix {
  height: 12px;
  align-self: flex-end;
  transition: height 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.emotikon-header__by-ikonix img {
  height: 100%;
}
@media only screen and (min-width : 480px) {
  .emotikon-header__by-ikonix {
    height: 18px;
  }
}
@media only screen and (min-width : 1200px) {
  .emotikon-header__by-ikonix {
    height: 25px;
    margin-bottom: 70px;
  }
}
.emotikon-header--fixed .emotikon-header__wrapper, .emotikon-header--collapsed .emotikon-header__wrapper {
  position: fixed;
  z-index: 3;
  top: 0;
  width: auto;
  height: auto;
  justify-content: flex-start;
  transition: opacity 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.emotikon-header--fixed .emotikon-header__logo, .emotikon-header--collapsed .emotikon-header__logo {
  padding-top: 20px;
}
.emotikon-header--fixed .emotikon-header__logo-image, .emotikon-header--collapsed .emotikon-header__logo-image {
  height: 30px;
}
@media only screen and (min-width : 480px) {
  .emotikon-header--fixed .emotikon-header__logo-image, .emotikon-header--collapsed .emotikon-header__logo-image {
    height: 44px;
  }
}
.emotikon-header--fixed .emotikon-header__logo h2, .emotikon-header--collapsed .emotikon-header__logo h2 {
  display: none;
}
.emotikon-header--fixed .emotikon-header__by-ikonix, .emotikon-header--collapsed .emotikon-header__by-ikonix {
  height: 8px;
  margin: 0 0 19px 10px;
}
@media only screen and (min-width : 480px) {
  .emotikon-header--fixed .emotikon-header__by-ikonix, .emotikon-header--collapsed .emotikon-header__by-ikonix {
    height: 14px;
    margin: 0px 0 19px 20px;
  }
}

.header--collapsed .emotikon-header {
  height: 80px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

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

.header--menu-open .nav-toggle::before {
  transform: rotate(-18deg) translateY(5.3px);
}
.header--menu-open .nav-toggle::after {
  transform: rotateZ(18deg) translateY(-5.3px);
}
.header--menu-open .emotikon-header--fixed .emotikon-header__wrapper,
.header--menu-open .emotikon-header--collapsed .emotikon-header__wrapper {
  opacity: 0;
  pointer-events: none;
}

.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;
  }
}
.hero-video .ikonix-stitek {
  position: absolute;
  right: 80px;
  bottom: 0;
  transform: translateY(30%);
}
@media only screen and (min-width : 1200px) {
  .hero-video {
    padding: 0 80px 0 0;
  }
  .hero-video .ikonix-stitek {
    right: 140px;
  }
}

.intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro h2 {
  text-align: center;
}
.intro__content {
  padding: 0 24px 24px 24px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 420px) {
  .intro__content {
    padding: 0 54px 54px 54px;
  }
}
.intro__content hr {
  margin: 48px 0;
}
.intro__content h1 {
  margin: 0;
}
@media only screen and (min-width : 992px) {
  .intro {
    padding: 150px 80px;
  }
  .intro__content {
    padding: 0 0 54px 0;
    flex-direction: row;
  }
  .intro__content > * {
    flex: 1;
  }
  .intro__content hr {
    margin-top: 0;
  }
  .intro__content h1 {
    padding-right: 40px;
  }
}

.two-photos-parallax {
  position: relative;
  margin-top: 30px;
  height: 472px;
  width: 100%;
}
.two-photos-parallax video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.two-photos-parallax__parallax-photo {
  position: absolute;
  bottom: -40px;
  left: 50px;
  width: 190px;
  height: auto;
  border-radius: 6px;
}
@media only screen and (min-width : 568px) {
  .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;
    bottom: -100px;
  }
}
@media only screen and (min-width : 1400px) {
  .two-photos-parallax__parallax-photo {
    width: 420px;
    bottom: -150px;
  }
}

.pudorysy {
  position: relative;
  padding: 85px 0;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.pudorysy h2,
.pudorysy p, .pudorysy__buttons {
  margin: 0;
  padding: 0 54px;
  justify-content: center;
}
.pudorysy__buttons-and-images {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 45px;
}
.pudorysy__buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.pudorysy__buttons button {
  cursor: pointer;
  padding: 12px 22px;
  border-radius: 5px;
  border: 1px solid #3f3d38;
  background-color: #f1f1ee;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}
.pudorysy__buttons button.active {
  background-color: #c7c3ac;
  border-color: #c7c3ac;
}
.pudorysy__images {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .pudorysy__images {
    padding: 0 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .pudorysy__images {
    padding: 0 60px;
  }
}
.pudorysy__images img {
  width: 100%;
  max-width: 500px;
  display: none;
}
.pudorysy__images img.active {
  display: block;
}
.pudorysy__info {
  font-family: new-astro-soft, sans-serif;
  font-weight: 100;
  font-size: 1.75rem;
  display: none;
}
.pudorysy__info--active {
  display: block;
}
.pudorysy .button-wrapper {
  align-self: center;
}
@media only screen and (min-width : 992px) {
  .pudorysy {
    margin: 275px 0 125px 0;
    padding: 0 55% 0 80px;
    justify-content: center;
  }
  .pudorysy h2,
  .pudorysy p {
    margin: 0;
    padding: 0;
  }
  .pudorysy__buttons {
    margin: 0 0 80px;
  }
  .pudorysy__buttons button {
    padding: 16px 30px;
  }
  .pudorysy__buttons-and-images {
    position: absolute;
    padding-right: 80px;
    left: 45%;
    width: 55%;
  }
  .pudorysy__images img {
    max-width: 100%;
  }
  .pudorysy__info {
    font-size: 2.75rem;
  }
  .pudorysy .button-wrapper {
    align-self: flex-start;
  }
}

.scroll-slider {
  display: flex;
  flex-direction: column;
}
.scroll-slider__images {
  position: relative;
}
.scroll-slider__images img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  opacity: 0;
  object-fit: cover;
}
.scroll-slider__images img:first-child {
  position: relative;
  opacity: 1;
}
.scroll-slider__texts {
  display: flex;
  flex-direction: column;
}
.scroll-slider__text {
  flex: 1;
  padding: 50px 55px;
}
.scroll-slider__text h2 {
  font-size: 1.75rem;
  margin: 42px 0;
}
@media only screen and (min-width : 568px) {
  .scroll-slider {
    margin: 150px 0;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .scroll-slider__texts {
    width: 60%;
  }
  .scroll-slider__texts h2 {
    font-size: 2.75rem;
    max-width: 400px;
  }
  .scroll-slider__texts p {
    padding-left: 20%;
  }
  .scroll-slider__images {
    width: 40%;
  }
}

.two-photos-parallax-alt {
  position: relative;
  height: 482px;
  background-size: cover;
  background-position: top center;
  width: 100%;
}
@media only screen and (min-width : 568px) {
  .two-photos-parallax-alt {
    height: 700px;
  }
}
@media only screen and (min-width : 1200px) {
  .two-photos-parallax-alt {
    height: 1139px;
  }
}
.two-photos-parallax-alt__container {
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.two-photos-parallax-alt__parallax-photo-wrapper {
  position: absolute;
  bottom: 0;
  right: 20px;
  max-width: 310px;
  width: 100%;
}
@media only screen and (min-width : 568px) {
  .two-photos-parallax-alt__parallax-photo-wrapper {
    right: 40px;
    max-width: 500px;
  }
}
@media only screen and (min-width : 1200px) {
  .two-photos-parallax-alt__parallax-photo-wrapper {
    right: 80px;
    max-width: 760px;
  }
}
.two-photos-parallax-alt__parallax-photo-wrapper > img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.two-photos-parallax-alt__parallax-photo-wrapper .ikonix-stitek {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 15px;
}
@media only screen and (min-width : 568px) {
  .two-photos-parallax-alt__parallax-photo-wrapper .ikonix-stitek {
    left: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .two-photos-parallax-alt__parallax-photo-wrapper .ikonix-stitek {
    left: 30px;
  }
}

.postup-vystavby {
  padding-left: 55px;
  margin: 100px 0;
}
.postup-vystavby > h2, .postup-vystavby > p {
  margin-bottom: 0;
  padding-right: 55px;
}
@media only screen and (min-width : 568px) {
  .postup-vystavby {
    padding-left: 55px;
    margin: 200px 0;
  }
  .postup-vystavby > h2, .postup-vystavby > p {
    padding-right: 80px;
  }
}
.postup-vystavby__items {
  margin: 120px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (min-width : 568px) {
  .postup-vystavby__items {
    margin: 100px 0;
    flex-flow: row wrap;
    border-bottom: 1px solid #c7c3ac;
    padding-left: 80px;
    margin-left: -55px;
  }
}
.postup-vystavby__item {
  position: relative;
}
.postup-vystavby__item::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 20%;
  height: 1px;
  background-color: #c7c3ac;
}
.postup-vystavby__item h3 {
  font-family: "Anonymous Pro", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  color: #c7c3ac !important;
  margin: 0;
}
.postup-vystavby__item p {
  font-size: 0.8125rem;
  margin: 10px 0 0;
}
.postup-vystavby__item--active h3 {
  color: #f7b888 !important;
}
@media only screen and (min-width : 568px) {
  .postup-vystavby__item {
    flex: 1;
    border-left: 1px solid #c7c3ac;
    padding: 0 0 30px 10px;
  }
  .postup-vystavby__item::before {
    display: none;
  }
}

.teams {
  margin: 100px 0;
}
@media only screen and (min-width : 992px) {
  .teams {
    margin: 200px 0 290px;
  }
}
.teams__item-wrapper {
  height: 590px;
}
@media only screen and (min-width : 992px) {
  .teams__item-wrapper {
    height: 807px;
  }
}
.teams__item {
  display: none;
  height: 100%;
  padding: 0 30px 110px;
  justify-content: flex-end;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}
.teams__item h2,
.teams__item p {
  margin: 0;
}
.teams__item p {
  font-size: 1rem;
}
@media only screen and (min-width : 568px) {
  .teams__item {
    padding: 0 30px 130px;
  }
  .teams__item p {
    font-size: 1.375rem;
  }
}
.teams__item hr {
  width: 100%;
  margin: 35px 0;
}
.teams__item--active {
  display: flex;
}
.teams__item img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .teams__item {
    padding: 0 85px 130px 50%;
  }
}
.teams__bottom {
  position: relative;
  margin-top: -80px;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
@media only screen and (min-width : 992px) {
  .teams__bottom {
    margin-top: -160px;
    margin-bottom: 60px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 80px;
    height: 261px;
  }
}
.teams__video {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  border: 0;
  background-color: transparent;
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.teams__video:hover {
  transform: scale(1.05);
}
.teams__video--active {
  display: flex;
}
.teams__video-preview {
  max-width: 100%;
  border-radius: 8px;
}
.teams__video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
@media only screen and (min-width : 568px) {
  .teams__video {
    width: 400px;
  }
  .teams__video img {
    width: 70px;
  }
}
@media only screen and (min-width : 992px) {
  .teams__video {
    margin-left: 60px;
    width: 400px;
  }
  .teams__video img {
    width: 100px;
  }
}
@media only screen and (min-width : 1200px) {
  .teams__video {
    width: 500px;
  }
}
.teams__tabs-and-cta {
  margin: 50px 0;
  flex-direction: column;
  position: relative;
  display: flex;
}
.teams__tabs-and-cta .button-wrapper {
  display: inline-block;
  margin-top: 91px;
  align-self: center;
}
@media only screen and (min-width : 992px) {
  .teams__tabs-and-cta {
    margin: 0;
    padding-left: 30px;
    flex: 1;
    align-items: flex-end;
  }
  .teams__tabs-and-cta .button-wrapper {
    position: absolute;
    left: 0;
    bottom: -60px;
    transform: translateX(-100%) translateY(100%);
  }
}
.teams__tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  display: none;
}
.teams__tabs button {
  position: relative;
  flex: 1;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 12px;
  font-size: 0.75rem;
}
.teams__tabs button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0.2;
  transition: opacity 0.8s cubic-bezier(0.47, 0, 0.23, 1.38), height 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.teams__tabs button.active::after {
  opacity: 1;
  height: 4px;
}
@media only screen and (min-width : 992px) {
  .teams__tabs {
    max-width: 550px;
    width: 100%;
  }
}

.two-cols {
  margin: 100px 0;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.two-cols img {
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
}
.two-cols h2,
.two-cols p {
  margin: 50px 0;
}
.two-cols__right {
  display: flex;
  flex-direction: column;
}
.two-cols__right hr {
  width: 100%;
}
.two-cols__right .button-wrapper {
  margin-top: 20px;
  align-self: center;
}
.two-cols--image-left {
  flex-direction: column-reverse;
}
.two-cols--project-page .two-cols__right {
  padding-top: 50px;
}
@media only screen and (min-width : 992px) {
  .two-cols {
    max-width: 1100px;
    margin: 150px auto;
    padding: 0 50px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
  }
  .two-cols img {
    max-width: 100%;
  }
  .two-cols__left, .two-cols__right {
    flex: 1;
  }
  .two-cols__left--center, .two-cols__right--center {
    align-self: center;
  }
  .two-cols__right .button-wrapper {
    align-self: flex-start;
    margin-top: 30px;
  }
  .two-cols--image-right {
    justify-content: flex-end;
    max-width: 100%;
    padding-right: 0;
  }
  .two-cols--image-right .two-cols__left {
    max-width: 500px;
  }
  .two-cols--image-right .two-cols__right {
    max-width: 50%;
  }
  .two-cols--image-left {
    justify-content: flex-start;
    max-width: 100%;
    padding-left: 0;
  }
  .two-cols--image-left .two-cols__left {
    max-width: 50%;
  }
  .two-cols--image-left .two-cols__right {
    max-width: 500px;
  }
  .two-cols--project-page {
    padding: 0;
    max-width: 100%;
  }
  .two-cols--project-page .two-cols__left {
    display: flex;
    flex-direction: column;
  }
  .two-cols--project-page .two-cols__left h2,
  .two-cols--project-page .two-cols__left p {
    max-width: 500px;
    align-self: flex-end;
    margin-left: 80px;
  }
  .two-cols--project-page .two-cols__left img {
    margin-top: 50px;
  }
  .two-cols--project-page .two-cols__right {
    padding-top: 200px;
  }
}
.two-cols--no-top-margin {
  margin-top: 0;
}

.pins-and-swiper__image-and-pins {
  position: relative;
  overflow-x: hidden;
}
.pins-and-swiper__bg-image {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.pins-and-swiper__swiper-container {
  margin-top: -50px;
  margin-left: 20px;
  padding-bottom: 30px;
  z-index: 0;
}
.pins-and-swiper__swiper-container .swiper-scrollbar {
  background-color: rgba(199, 195, 172, 0.2);
}
.pins-and-swiper__swiper-container .swiper-scrollbar-drag {
  background-color: #c7c3ac;
}
@media only screen and (min-width : 568px) {
  .pins-and-swiper__swiper-container {
    margin-top: -70px;
    margin-left: 50px;
  }
}
@media only screen and (min-width : 992px) {
  .pins-and-swiper__swiper-container {
    margin-left: 80px;
    margin-top: -90px;
  }
}
.pins-and-swiper__swiper-slide {
  position: relative;
  height: 0;
  padding-top: 250px;
}
@media only screen and (min-width : 768px) {
  .pins-and-swiper__swiper-slide {
    padding-top: 300px;
  }
}
@media only screen and (min-width : 992px) {
  .pins-and-swiper__swiper-slide {
    padding-top: 350px;
  }
}
@media only screen and (min-width : 1200px) {
  .pins-and-swiper__swiper-slide {
    padding-top: 468px;
  }
}
.pins-and-swiper__swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.pins-and-swiper__swiper-slide-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 10px;
  background-image: linear-gradient(to top, black, transparent);
}
.pins-and-swiper__swiper-slide-text p {
  margin: 5px 0;
  font-size: 0.875rem;
  color: #fff;
}
.pins-and-swiper__swiper-slide-text hr {
  width: 40px;
  margin: 10px 0;
}

.ikonix-about {
  padding: 200px 0 80px;
  display: flex;
  flex-direction: column;
}
.ikonix-about__logo {
  margin: 0 0 100px 0;
  align-self: center;
  width: 220px;
}
.ikonix-about__team-and-content {
  display: flex;
  flex-direction: column;
  max-width: 1020px;
  padding-right: 50px;
  width: 100%;
  gap: 50px;
}
.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: 50px 0 50px 50px;
  gap: 30px;
}
.ikonix-about__content hr {
  width: 100%;
}
.ikonix-about__content .button-wrapper {
  align-self: center;
}
@media only screen and (min-width : 992px) {
  .ikonix-about {
    padding: 200px 80px 80px;
  }
  .ikonix-about__logo {
    width: 430px;
  }
  .ikonix-about__content {
    padding: 0;
    width: 50%;
    align-self: flex-end;
  }
  .ikonix-about__content .button-wrapper {
    align-self: flex-start;
  }
}

.active-projects {
  margin: 80px 0;
  padding: 0 20px;
}
.active-projects h2 {
  margin: 40px 0;
  text-align: center;
}
.active-projects__items {
  margin: 0 auto;
  max-width: 900px;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.active-projects__item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none !important;
}
.active-projects__item:hover .active-projects__item-image-wrapper img {
  transform: scale(1.1);
}
.active-projects__item-image {
  position: relative;
  width: 100%;
}
.active-projects__item-image-wrapper {
  overflow: hidden;
  border-radius: 8px;
}
.active-projects__item-image-wrapper img {
  max-width: 100%;
  width: 100%;
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
  margin-bottom: -4px;
}
.active-projects__item .ikonix-stitek {
  position: absolute;
  left: 10px;
  bottom: -15px;
}
.active-projects__name {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  margin-top: 10px;
  padding-right: 15px;
}
@media only screen and (min-width : 568px) {
  .active-projects__name {
    flex-direction: row;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (min-width : 992px) {
  .active-projects__name {
    padding-right: 30px;
    gap: 15px;
  }
}
.active-projects__name h3,
.active-projects__name p {
  margin: 0;
}
.active-projects__name h3 {
  font-family: new-astro-soft, sans-serif;
  font-weight: 400;
  position: relative;
  font-size: 1.25rem;
  line-height: 1;
}
@media only screen and (min-width : 568px) {
  .active-projects__name h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width : 992px) {
  .active-projects__name h3 {
    font-size: 2.625rem;
  }
}
.active-projects__name p {
  font-size: 0.8125rem;
  line-height: 1;
}
@media only screen and (min-width : 568px) {
  .active-projects__name p {
    margin-bottom: 1px;
  }
}
@media only screen and (min-width : 992px) {
  .active-projects__name p {
    font-size: 1rem;
    margin-bottom: 3px;
  }
}
.active-projects__name::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 8px;
  height: 8px;
  background-image: url("../images/arrow.svg");
  background-size: cover;
}
@media only screen and (min-width : 992px) {
  .active-projects__name::after {
    width: 14px;
    height: 14px;
    bottom: 4px;
  }
}
@media only screen and (min-width : 768px) {
  .active-projects {
    margin: 150px 0;
    padding: 0 80px;
  }
  .active-projects__items {
    gap: 35px;
  }
  .active-projects__item .ikonix-stitek {
    left: 20px;
    bottom: -30px;
  }
}

.inquiry__bg {
  width: 100%;
  height: 170px;
  background-color: #202020;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inquiry__bg--no-bottom-border {
  border-radius: 10px 10px 0 0;
}
.inquiry--dark-bg-before {
  background-color: #3f3d38;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.inquiry__modal-open-button {
  background-color: transparent;
  border: 0;
  color: #f7b888;
  font-family: new-astro-soft, sans-serif;
  font-weight: 100;
  font-size: 2.375rem;
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.inquiry__modal-open-button::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #f7b888;
  transition: width 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.inquiry__modal-open-button:hover {
  transform: scale(1.05);
}
.inquiry__modal-open-button:hover::after {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .inquiry__modal-open-button {
    font-size: 3.125rem;
  }
}
.inquiry__fancybox .fancybox-bg {
  background-color: #f1f1ee;
}
.inquiry__modal {
  display: none;
  position: relative;
  padding: 36px;
  background-color: #f1f1ee;
  border: 1px solid #c7c3ac;
  margin: 20px;
  border-radius: 8px;
}
.inquiry__modal::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__modal-close-button {
  align-self: flex-end;
  margin: -14px -14px 0 0;
  background-color: #e9e8e1;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  font-family: Urbanist, sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 10px;
}
.inquiry__modal-close-button img {
  width: 15px;
  height: 15px;
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.inquiry__modal-close-button:hover img {
  transform: rotateZ(90deg);
}
.inquiry__modal-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.inquiry__modal-wrapper h2,
.inquiry__modal-wrapper p {
  margin: 0;
}
.inquiry__modal-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.inquiry__modal-content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 992px) {
  .inquiry__modal-content {
    flex-direction: row;
    padding: 0 100px 45px;
  }
}
.inquiry__modal-input-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.inquiry__modal-input-wrapper label {
  opacity: 0;
  padding: 0 10px;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.inquiry__modal-checkbox-and-button {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width : 1280px) {
  .inquiry__modal-checkbox-and-button {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.inquiry__modal-form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.inquiry__modal-checkbox-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.inquiry__modal-checkbox-wrapper input {
  appearance: none;
  --webkit-appearance: none;
  display: flex;
  place-content: center;
  border: 1px solid #202020;
  border-radius: 10px;
  padding: 2px;
  cursor: pointer;
}
.inquiry__modal-checkbox-wrapper input::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #202020;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.inquiry__modal-checkbox-wrapper input:checked::before {
  transform: scale(1);
}
.inquiry__modal-checkbox-wrapper label {
  text-align: left;
  font-size: 0.875rem;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  color: #202020;
  margin-left: 8px;
  cursor: pointer;
}
.inquiry__modal-checkbox-wrapper a {
  color: #202020;
}
.inquiry__modal form {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 15px;
}
.inquiry__modal form input:not([type=checkbox]),
.inquiry__modal form textarea {
  background-color: #f1f1ee;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  padding: 10px;
  position: relative;
  border: 0;
  border-bottom: 1px solid rgba(32, 32, 32, 0.3);
}
.inquiry__modal form input:not([type=checkbox])::placeholder,
.inquiry__modal form textarea::placeholder {
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.3);
}
.inquiry__modal form input:not([type=checkbox]),
.inquiry__modal form textarea {
  /* stylelint-disable-next-line no-descending-specificity */
}
.inquiry__modal form input:not([type=checkbox]):not(:placeholder-shown) + label,
.inquiry__modal form textarea:not(:placeholder-shown) + label {
  opacity: 1;
}
.inquiry__modal form textarea {
  min-height: 100px;
}
.inquiry__modal form p {
  margin-top: 10px;
  text-align: center;
  font-size: 0.875rem;
  color: #202020;
}
.inquiry__modal form p a {
  color: #202020;
}
.inquiry__modal form button[type=submit] {
  margin: 45px auto 20px;
  min-width: 140px;
  padding: 5px 10px;
  text-transform: uppercase;
  background-color: #202020;
  color: #c7c3ac;
  border: 1px solid #202020;
  border-radius: 8px;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  transition: background-color 0.8s cubic-bezier(0.47, 0, 0.23, 1.38), color 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.inquiry__modal form button[type=submit]:hover, .inquiry__modal form button[type=submit]:focus {
  background-color: #f7b888;
  color: #202020;
}
@media only screen and (min-width : 1280px) {
  .inquiry__modal form button[type=submit] {
    margin: 10px 0;
  }
}
.inquiry__modal-email-phone-inputs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width : 992px) {
  .inquiry__modal-header {
    flex: 1;
    padding: 60px 100px 0 0;
    gap: 30px;
  }
  .inquiry__modal form {
    flex: 1;
  }
  .inquiry__modal-email-phone-inputs {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .inquiry__modal-email-phone-inputs > * {
    flex: 1;
  }
}

.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: 250px;
  }
}
.footer__row {
  display: flex;
  flex-flow: row wrap;
}
.footer__row--top {
  display: block;
}
.footer__row--top > p {
  font-size: 1.125rem;
  color: #202020;
}
@media only screen and (min-width : 992px) {
  .footer__row--top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .footer__row--top {
    gap: 50px;
  }
}
.footer__row--bottom > * {
  width: 50%;
  margin: 0;
}
.footer__row--bottom > *:nth-child(3) {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .footer__row--bottom > *:nth-child(1) {
    order: 1;
    width: 100%;
  }
  .footer__row--bottom > *:nth-child(2) {
    order: 3;
    width: auto;
  }
  .footer__row--bottom > *:nth-child(3) {
    order: 2;
    width: 350px;
  }
}
.footer__address {
  font-size: 1rem;
  color: #202020 !important;
}
@media only screen and (min-width : 480px) {
  .footer__address {
    font-size: 1.125rem;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__contact > a {
  color: #202020;
  text-decoration: none;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
.footer__contact > a:hover {
  text-decoration: underline;
  color: #c7c3ac;
}
@media only screen and (min-width : 480px) {
  .footer__contact > a {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width : 992px) {
  .footer__contact {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.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;
}
@media only screen and (min-width : 992px) {
  .footer__by-ikonix-wrapper {
    display: flex;
    flex-direction: row;
    gap: 60px;
  }
  .footer__by-ikonix-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #202020;
  }
}
.footer__by-ikonix-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__by-ikonix-content > img {
  width: 140px;
}
.footer__by-ikonix {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer__by-ikonix img {
  width: 80px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__links a {
  font-family: Urbanist, sans-serif;
  font-weight: 300;
  color: #202020;
  font-size: 0.875rem;
}
.footer__links a:hover {
  text-decoration: underline;
  color: #c7c3ac;
}
@media only screen and (min-width : 992px) {
  .footer__links {
    margin-top: 10px;
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }
}
.footer__created-by {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.footer__created-by span {
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  color: #202020;
  font-size: 0.875rem;
}
.footer__created-by:hover {
  text-decoration: underline;
}
.footer__created-by:hover span {
  color: #c7c3ac;
}
@media only screen and (min-width : 992px) {
  .footer__created-by {
    margin-top: 10px;
    justify-content: flex-start;
  }
}

.single-image {
  width: 100%;
  padding-right: 20px;
}
.single-image--overlap-previous {
  margin-top: 0;
  position: relative;
  z-index: -1;
}
.single-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}
@media only screen and (min-width : 992px) {
  .single-image {
    padding-right: 80px;
  }
  .single-image--overlap-previous {
    margin-top: -300px;
  }
  .single-image--above {
    position: relative;
    z-index: 0;
  }
}
.single-image--no-padding {
  padding-right: 0;
}

.location-info {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin: 120px 0;
  gap: 80px;
}
@media only screen and (min-width : 992px) {
  .location-info {
    padding: 0 80px;
  }
}
.location-info__images {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 992px) {
  .location-info__images {
    flex-direction: row;
    gap: 60px;
  }
}
.location-info__images img {
  border-radius: 8px;
  width: 100%;
}
.location-info__images-big {
  max-width: 100%;
}
@media only screen and (min-width : 992px) {
  .location-info__images-big {
    margin-bottom: 70px;
    max-width: 762px;
  }
}
.location-info__images-small {
  max-width: 150px;
  align-self: flex-end;
  margin-right: 10%;
  margin-top: -20%;
}
@media only screen and (min-width : 420px) {
  .location-info__images-small {
    max-width: 200px;
  }
}
@media only screen and (min-width : 768px) {
  .location-info__images-small {
    max-width: 300px;
  }
}
@media only screen and (min-width : 992px) {
  .location-info__images-small {
    margin: 0;
  }
}
.location-info__texts {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width : 768px) {
  .location-info__texts {
    flex-direction: row;
    justify-content: space-between;
  }
}
.location-info__text {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .location-info__text {
    max-width: 280px;
  }
}
.location-info__text h2,
.location-info__text p {
  margin: 15px 0;
}

.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 {
  z-index: 100;
}
.location-map__map .marker-wrapper:hover p {
  display: block;
}

.one-col {
  padding: 120px 20px;
}
.one-col__content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.one-col__content hr {
  width: 100%;
}

.photos-swiper {
  margin: 100px 0;
}
.photos-swiper--y-padding {
  padding: 100px 0;
  margin: 0;
}
.photos-swiper__swiper-container {
  margin-left: 20px;
  padding-bottom: 30px;
  z-index: 0;
}
.photos-swiper__swiper-container .swiper-scrollbar {
  background-color: rgba(199, 195, 172, 0.2);
}
.photos-swiper__swiper-container .swiper-scrollbar-drag {
  background-color: #c7c3ac;
}
@media only screen and (min-width : 568px) {
  .photos-swiper__swiper-container {
    margin-left: 50px;
  }
}
@media only screen and (min-width : 992px) {
  .photos-swiper__swiper-container {
    margin-left: 80px;
  }
}
.photos-swiper__swiper-slide {
  position: relative;
  height: 0;
  padding-top: 300px;
}
@media only screen and (min-width : 992px) {
  .photos-swiper__swiper-slide {
    padding-top: 468px;
  }
}
.photos-swiper__swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.photos-swiper__swiper-slide-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 10px;
  background-image: linear-gradient(to top, black, transparent);
}
.photos-swiper__swiper-slide-text p {
  margin: 5px 0;
  font-size: 0.875rem;
  color: #fff;
}
.photos-swiper__swiper-slide-text hr {
  width: 40px;
  margin: 10px 0;
}

.project-info {
  padding: 100px 20px;
}
.project-info__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
  gap: 40px;
  text-align: center;
}
.project-info__header img {
  max-width: 300px;
  width: 100%;
}
.project-info__list {
  list-style-type: none;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.project-info__list-item-content::before {
  content: "";
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/x-cta.svg");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 992px) {
  .project-info {
    padding: 200px 80px;
  }
  .project-info__header {
    gap: 60px;
  }
  .project-info__header img {
    max-width: 450px;
  }
  .project-info__list-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
  }
  .project-info__list-item h2 {
    flex: 1;
  }
  .project-info__list-item-content {
    flex: 1;
  }
}

.standards__two-cols {
  margin: 80px 0;
  padding: 0 20px;
}
.standards__two-cols-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.standards__two-cols hr {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .standards__two-cols {
    margin: 120px auto;
    padding: 0 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }
  .standards__two-cols-left, .standards__two-cols-right {
    flex: 1;
  }
}
.standards__two-cols--with-border {
  border: 1px solid #c7c3ac;
  padding: 40px 50px;
  border-radius: 10px;
}
@media only screen and (min-width : 992px) {
  .standards__two-cols--with-border {
    padding: 70px 90px;
  }
}
.standards__image {
  margin: 50px 20px;
}
.standards__image img {
  max-width: 760px;
  width: 100%;
  border-radius: 8px;
}
@media only screen and (min-width : 992px) {
  .standards__image {
    margin: 90px 80px;
  }
}
.standards__image-with-pins {
  margin: 50px 0;
  padding-left: 20px;
}
@media only screen and (min-width : 992px) {
  .standards__image-with-pins {
    margin: 90px 0;
    padding-left: 80px;
  }
}
.standards__image-with-pins-wrapper {
  position: relative;
}
.standards__image-with-pins-wrapper img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
}
.standards__image-with-pins--image-center {
  padding: 0 20px;
}
@media only screen and (min-width : 992px) {
  .standards__image-with-pins--image-center {
    padding: 0 80px;
  }
}
.standards__image-with-pins--image-center .standards__image-with-pins-wrapper {
  max-width: 750px;
  margin: 0 auto;
}
.standards__image-with-pins-pin {
  width: 28px;
  height: 28px;
  background-color: #202020;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.standards__image-with-pins-pin::before {
  content: "";
  background-image: url("../images/icon-plus.png");
  width: 18px;
  height: 18px;
  background-size: cover;
}
@media only screen and (min-width : 992px) {
  .standards__image-with-pins-pin {
    width: 38px;
    height: 38px;
  }
  .standards__image-with-pins-pin::before {
    width: 20px;
    height: 20px;
  }
  .standards__image-with-pins-pin-content {
    top: 70px;
  }
}
.standards__image-with-pins-pin-wrapper {
  position: absolute;
}
.standards__image-with-pins-pin-wrapper:hover .standards__image-with-pins-pin, .standards__image-with-pins-pin-wrapper:focus .standards__image-with-pins-pin {
  outline: 10px solid rgba(199, 195, 172, 0.5);
}
.standards-pin-content {
  width: 160px;
  padding: 15px;
  background-color: #f1f1ee;
  border-radius: 8px;
}
.standards-pin-content-wrapper {
  display: none;
}
.standards-pin-content hr {
  background-color: #202020;
}
.standards-pin-content h3 {
  font-size: 0.875rem;
  color: #202020;
}
.standards-pin-content p {
  font-size: 0.75rem;
  color: #202020;
  margin: 0;
}

.tippy-box {
  background-color: transparent;
}
.tippy-box .tippy-arrow {
  display: none;
}

.gallery {
  margin: 40px 0;
}
@media only screen and (min-width : 992px) {
  .gallery {
    margin: 80px 0;
  }
}
.gallery__cards {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width : 992px) {
  .gallery__cards {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
.gallery__card {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  flex: 1;
  text-align: center;
  gap: 10px;
  border-radius: 10px;
  border: 0;
}
.gallery__card-hidden-images {
  display: none;
}
.gallery__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  z-index: 0;
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
.gallery__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  z-index: 1;
  transition: opacity 300ms ease-out;
}
.gallery__card h2,
.gallery__card p {
  margin: 0;
  z-index: 1;
  transition: color 300ms ease-out;
}
.gallery__card:hover .gallery__card-bg, .gallery__card:focus .gallery__card-bg {
  opacity: 1;
  transform: scale(1.1);
}
.gallery__card:hover::before, .gallery__card:focus::before {
  opacity: 0;
}
.gallery__card:hover h2,
.gallery__card:hover p, .gallery__card:focus h2,
.gallery__card:focus p {
  color: #fff;
}
@media only screen and (min-width : 992px) {
  .gallery__card {
    height: 700px;
  }
}
.gallery__grids {
  display: none;
  padding: 0 20px;
  margin-top: 60px;
}
.gallery__grids--show {
  display: block;
}
@media only screen and (min-width : 992px) {
  .gallery__grids {
    margin-top: 120px;
  }
}
.gallery__grid {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
  /* stylelint-disable-next-line no-descending-specificity */
}
.gallery__grid h2 {
  margin: 20px 0;
  font-family: new-astro-soft, sans-serif;
  font-weight: 100;
}
.gallery__grid-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width : 568px) {
  .gallery__grid-items {
    flex-direction: row;
  }
}
.gallery__grid-items a {
  padding-top: 75%;
  height: 0;
  position: relative;
}
.gallery__grid-items a img {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__grid-right,
.gallery__grid .gallery__grid-items--reversed .gallery__grid-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width : 568px) {
  .gallery__grid-right,
  .gallery__grid .gallery__grid-items--reversed .gallery__grid-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.gallery__grid {
  /* stylelint-disable-next-line no-descending-specificity */
}
.gallery__grid-left,
.gallery__grid .gallery__grid-items--reversed .gallery__grid-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery__grid-left > a,
.gallery__grid .gallery__grid-items--reversed .gallery__grid-right > a {
  width: 100%;
  height: 100%;
}

.contact {
  margin: 80px 0;
  padding: 0 20px;
}
@media only screen and (min-width : 992px) {
  .contact {
    padding: 0 80px;
  }
}
.contact__two-cols {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__two-cols-left, .contact__two-cols-right {
  flex: 1;
}
.contact__two-cols-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__two-cols-right hr {
  width: 100%;
}
.contact__two-cols-right-location {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.contact__two-cols-right-location p {
  margin: 0;
}
.contact__two-cols-right-location a {
  text-decoration: none;
  color: #202020;
  border-bottom: 1px solid #202020;
  padding-bottom: 5px;
}
.contact__two-cols-right > a {
  text-decoration: none;
  color: #202020;
}
@media only screen and (min-width : 992px) {
  .contact__two-cols {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
}
.contact__person {
  margin: 60px auto;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact__person h2,
.contact__person h3,
.contact__person p {
  margin: 0;
}
.contact__person img {
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
}
.contact__person-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact__person-info p {
  font-size: 1rem;
}
@media only screen and (min-width : 768px) {
  .contact__person {
    margin: 120px auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
}

.news {
  margin: 80px 0;
  padding: 0 20px;
}
.news h1 {
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .news h1 {
    text-align: left;
    margin-left: calc(50% + 50px);
  }
}
.news__article {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.news__article > * {
  flex: 1;
}
.news__article img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}
.news__article-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.news__article-content h2,
.news__article-content p {
  margin: 0;
}
.news__article-date {
  padding-top: 10px;
  border-top: 1px solid #3f3d38;
  font-size: 1.125rem;
}
.news__article-button {
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
  color: #3f3d38;
  padding: 10px 15px;
  background-color: #e9e8e1;
  border-radius: 8px;
  min-width: 160px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width : 768px) {
  .news__article-button {
    font-size: 1.125rem;
  }
}
.news__article-button::after {
  content: "";
  width: 16px;
  height: 12px;
  background-image: url("../images/arrow-right-black.svg");
  background-size: cover;
}
@media only screen and (min-width : 768px) {
  .news__article {
    flex-direction: row;
    align-items: center;
    gap: 100px;
  }
}
.news__pagination {
  padding: 0;
  list-style: none;
  margin: 100px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.news__pagination-button a {
  min-height: 46px;
  min-width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c7c3ac;
  color: #c7c3ac;
  border-radius: 8px;
  text-decoration: none;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
}
.news__pagination-button--prev a, .news__pagination-button--next a {
  border: 0;
  display: block;
  min-height: 46px;
  min-width: 42px;
  background-image: url("../images/arrow-right-biege.svg");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.news__pagination-button--prev a span, .news__pagination-button--next a span {
  display: none;
}
.news__pagination-button--prev a {
  transform: rotate(180deg);
}
.news__pagination-button--active a {
  background-color: #c7c3ac;
  color: #3f3d38;
}

.news-detail {
  margin: 30px 0;
  padding: 0 20px;
}
@media only screen and (min-width : 992px) {
  .news-detail {
    padding: 0 80px;
  }
}
.news-detail__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-detail__back-button {
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-size: 0.875rem;
  color: #3f3d38;
  padding: 10px 15px;
  background-color: #e9e8e1;
  border-radius: 8px;
  min-width: 160px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: flex-end;
}
.news-detail__back-button::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/close.svg");
  background-size: cover;
  margin-left: 15px;
}
.news-detail__date {
  align-self: flex-start;
  padding-top: 10px;
  border-top: 1px solid #3f3d38;
  font-size: 1.125rem;
}
.news-detail h1 {
  margin: 10px auto;
  max-width: 760px;
}
.news-detail__two-cols {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-detail__two-cols-left img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
}
@media only screen and (min-width : 768px) {
  .news-detail__two-cols {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
  .news-detail__two-cols--reversed {
    flex-direction: row-reverse;
  }
  .news-detail__two-cols-left, .news-detail__two-cols-right {
    flex: 1;
  }
}
.news-detail__centered {
  margin: 80px auto;
  max-width: 760px;
}
.news-detail__images {
  margin: 80px auto;
  display: flex;
  flex-flow: row wrap;
}
.news-detail__images-item {
  width: 100%;
  padding: 5px;
}
.news-detail__images-item img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 300px;
  border-radius: 8px;
}
@media only screen and (min-width : 568px) {
  .news-detail__images-item {
    width: 50%;
  }
}
@media only screen and (min-width : 992px) {
  .news-detail__images-item {
    width: 33.33%;
  }
}

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

.financing {
  padding: 0 20px;
}
@media only screen and (min-width : 992px) {
  .financing {
    padding: 0 80px;
  }
}
.financing__with-bg {
  position: relative;
}
.financing__with-bg::before {
  content: "";
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 1200px) {
  .financing__with-bg::before {
    top: -20%;
  }
}
.financing > hr {
  max-width: 1100px;
  margin: 40px auto;
}
@media only screen and (min-width : 992px) {
  .financing > hr {
    margin: 80px auto;
  }
}
.financing__two-cols {
  margin: 40px auto;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
}
.financing__two-cols--reverse-mobile {
  flex-direction: column-reverse;
}
@media only screen and (min-width : 992px) {
  .financing__two-cols {
    margin: 80px auto;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
  .financing__two-cols--centered {
    align-items: center;
  }
  .financing__two-cols-left, .financing__two-cols-right {
    flex: 1;
  }
}
.financing__two-cols--no-top-margin {
  margin-top: 0;
}
.financing__image {
  margin: 40px 0;
  position: relative;
}
@media only screen and (min-width : 992px) {
  .financing__image {
    margin: 80px 0;
  }
}
.financing__image img {
  max-width: 1000px;
  width: 100%;
  border-radius: 8px;
}
.financing__center {
  max-width: 1100px;
  margin: 0 auto;
}
.financing__contact {
  margin: 40px auto;
  max-width: 750px;
}
@media only screen and (min-width : 992px) {
  .financing__contact {
    margin: 80px auto;
  }
  .financing__contact > h2, .financing__contact > p {
    text-align: center;
  }
}
.financing__contact-person {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 992px) {
  .financing__contact-person {
    margin: 80px auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }
}
.financing__contact-info {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
}
.financing__contact-info h3 {
  margin: 0;
}
.financing__contact-info p {
  margin: 0 0 20px;
  font-size: 1rem;
}
.financing__contact-info a {
  margin: 5px 0;
  text-decoration: none;
  font-size: 1.25rem;
}
.financing__contact-image img {
  max-width: 320px;
  width: 100%;
  border-radius: 8px;
}

.cenik .state {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}
.cenik .state--available::before, .cenik .state--unavailable::before, .cenik .state--reserved::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.cenik .state--reserved::before {
  background-color: #f7b888;
}
.cenik .state--unavailable::before {
  background-color: rgba(63, 61, 56, 0.3);
}
.cenik .state--available::before {
  background-color: #add5a6;
}
.cenik .favorite-button {
  border: 0;
  padding: 5px;
  background-color: transparent;
}
.cenik .favorite-button span {
  display: none;
}
.cenik .favorite-button::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/star-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.cenik .favorite-button--active::before {
  background-image: url("../images/star-fill-icon.svg");
}
.cenik__hero {
  position: relative;
}
.cenik__hero-level-1, .cenik__hero-level-2 {
  display: none;
}
.cenik__hero--level-1 .cenik__hero-level-1 {
  display: block;
}
.cenik__hero--level-2 .cenik__hero-level-2 {
  display: block;
}
@media only screen and (min-width : 992px) {
  .cenik__hero--level-2 .cenik__hero-label {
    transform: translateX(-50%) translateY(10%);
  }
}
.cenik__hero-view-scrollable .simplebar-track {
  inset: 10px 10px auto;
}
.cenik__hero-view-scrollable .simplebar-track::before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  right: 5px;
  height: 1px;
  border-radius: 1px;
  opacity: 0.5;
}
.cenik__hero-view-scrollable .simplebar-scrollbar::before {
  background-color: #fff;
  opacity: 1;
}
.cenik__hero-view {
  display: none;
  position: relative;
  min-width: 1000px;
}
.cenik__hero-view--visible {
  display: block;
}
.cenik__hero-view > img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.cenik__hero-level-2 {
  margin-top: 30px;
  position: relative;
  min-height: 670px;
}
@media only screen and (width >= 640px) {
  .cenik__hero-level-2 {
    padding-top: 105%;
  }
}
@media only screen and (width >= 820px) {
  .cenik__hero-level-2 {
    padding-top: 0;
    min-height: 863px;
  }
}
.cenik__hero-level-2 .cenik__hero-view {
  padding: 50px 30px;
  display: block;
  max-width: 800px;
  min-width: 600px;
  margin: 0 auto;
}
.cenik__hero-level-2 .cenik__hero-view img {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cenik__hero-level-2 .cenik__hero-view-wrapper {
  display: none;
  position: absolute;
  padding: 40px 0;
  inset: 0;
  background-image: radial-gradient(closest-side at 60% 50%, #c7c3ac, transparent);
}
.cenik__hero-level-2 .cenik__hero-view-wrapper--visible {
  display: block;
}
.cenik__hero-level-2 .cenik__hero-view-scrollable .simplebar-track::before {
  background-color: #202020;
}
.cenik__hero-level-2 .cenik__hero-view-scrollable .simplebar-scrollbar::before {
  background-color: #202020;
  opacity: 1;
}
.cenik__hero-level-2 .cenik__hero-svgs {
  padding: 50px 30px;
  z-index: 0;
}
.cenik__hero-back-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: rgba(233, 232, 225, 0.8) !important;
  border: 0;
  color: #3f3d38;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.cenik__hero-back-button img {
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.cenik__hero-back-button:hover img {
  transform: rotateZ(90deg);
}
@media only screen and (min-width : 992px) {
  .cenik__hero-back-button {
    right: 80px;
    bottom: auto;
    top: 0;
  }
}
.cenik__hero-info {
  position: absolute;
  top: 80px;
  left: 20px;
}
@media only screen and (min-width : 992px) {
  .cenik__hero-info {
    left: 80px;
    top: 0;
  }
}
.cenik__hero-info-label {
  color: #202020;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  opacity: 0.3;
  display: none;
}
@media only screen and (min-width : 992px) {
  .cenik__hero-info-label {
    display: block;
  }
}
.cenik__hero-info h1 {
  margin: 40px 0;
  display: none;
}
@media only screen and (min-width : 992px) {
  .cenik__hero-info h1 {
    display: block;
  }
}
.cenik__hero-floors {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 42px;
}
.cenik__hero-floor-up, .cenik__hero-floor-down {
  border: 0;
  height: 30px;
  background-color: transparent;
}
.cenik__hero-floor-number {
  color: #c7c3ac;
  border: 1px solid #c7c3ac;
  border-radius: 8px;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  height: 46px;
  display: none;
  background-color: transparent;
}
@media only screen and (min-width : 992px) {
  .cenik__hero-floor-number {
    display: block;
  }
}
.cenik__hero-floor-number--active {
  color: #202020;
  background-color: #c7c3ac;
  display: block;
}
.cenik__hero-table-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #3f3d38;
  padding: 8px 15px;
  font-size: 0.875rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  background-color: rgba(233, 232, 225, 0.8);
  border: 0;
  white-space: nowrap;
  text-transform: initial;
}
@media only screen and (min-width : 992px) {
  .cenik__hero-table-button {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 992px) {
  .cenik__hero-table-button {
    left: 80px;
    bottom: 40px;
  }
}
.cenik__hero-svgs {
  position: absolute;
  inset: 0;
}
.cenik__hero-svgs svg {
  width: 100%;
  height: 100%;
  display: block;
}
.cenik__hero-svgs svg path {
  fill: transparent;
}
.cenik__hero-svgs svg path:hover, .cenik__hero-svgs svg path:focus {
  fill: rgba(247, 184, 136, 0.8);
  cursor: pointer;
  outline: 0;
}
.cenik__hero-svgs svg path[data-status=available] {
  fill: rgba(255, 255, 255, 0.4);
}
.cenik__hero-svgs svg path[data-status=reserved] {
  fill: rgba(247, 184, 136, 0.2);
}
.cenik__hero-svgs svg path[data-status=unavailable] {
  fill: rgba(63, 61, 56, 0.3);
}
.cenik__hero-label {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  border-radius: 10px;
  background-color: #f1f1ee;
  gap: 5px;
  border: 1px solid #3f3d38;
  text-decoration: none;
  transform: translateX(-50%);
  min-width: 140px;
}
.cenik__hero-label hr {
  width: 100%;
}
@media only screen and (max-width : 992px) {
  .cenik__hero-label {
    bottom: 100px !important;
    top: auto !important;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width : 992px) {
  .cenik__hero-label {
    pointer-events: none;
  }
}
.cenik__hero-label h2,
.cenik__hero-label p {
  margin: 0;
}
.cenik__hero-label h2 {
  font-size: 2.125rem;
}
.cenik__hero-label p {
  font-size: 0.875rem;
}
.cenik__hero-label span {
  margin-top: 5px;
  color: #f7b888;
  font-size: 0.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
@media only screen and (min-width : 992px) {
  .cenik__hero-label span {
    display: none;
  }
}
.cenik__hero-label--visible {
  display: flex;
}
.cenik__hero-bottom-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.cenik__hero-bottom-panel button {
  padding: 8px 15px;
  font-size: 0.875rem;
  display: flex;
  flex-direction: row;
  color: #3f3d38;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  background-color: rgba(241, 241, 238, 0.8);
  border: 0;
  white-space: nowrap;
  text-transform: initial;
}
@media only screen and (min-width : 992px) {
  .cenik__hero-bottom-panel button {
    font-size: 1rem;
  }
}
.cenik__hero-bottom-panel button.cta {
  background-color: #f7b888;
  padding: 10px;
}
@media only screen and (min-width : 992px) {
  .cenik__hero-bottom-panel button.cta {
    padding: 8px 30px;
  }
}
.cenik__hero-bottom-panel button.cta span {
  display: none;
}
@media only screen and (min-width : 992px) {
  .cenik__hero-bottom-panel button.cta span {
    display: inline-block;
  }
}
@media only screen and (min-width : 992px) {
  .cenik__hero-bottom-panel {
    padding: 60px 80px;
  }
}
.cenik__hero-bottom-panel .button-favorites {
  position: relative;
  text-transform: uppercase !important;
  padding-left: 26px !important;
  color: #3f3d38;
}
.cenik__hero-bottom-panel .button-favorites::after {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/star-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.cenik__hero-bottom-panel .button-favorites.active::after {
  background-image: url("../images/star-icon-filled.svg");
}
@media only screen and (min-width : 992px) {
  .cenik__hero-bottom-panel .button-favorites {
    padding-left: 56px !important;
  }
  .cenik__hero-bottom-panel .button-favorites::after {
    left: 30px;
  }
}
.cenik__hero-buttons {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.cenik__filters {
  background-color: #3f3d38;
  padding: 30px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-width : 992px) {
  .cenik__filters {
    padding: 40px 80px;
    gap: 80px;
  }
}
.cenik__filters-wrapper {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
  flex: 1;
}
@media only screen and (min-width : 992px) {
  .cenik__filters-wrapper {
    display: flex;
  }
}
.cenik__filters-options-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.cenik__filters-option {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cenik__filters-option p {
  margin: 0;
  color: #c7c3ac;
  font-size: 0.875rem;
}
.cenik__filters-checkboxes {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}
.cenik__filters-checkboxes button {
  display: inline-block;
  color: #c7c3ac;
  cursor: pointer;
  font-family: Urbanist, sans-serif;
  font-weight: 200;
  font-size: 1.375rem;
  border: 0;
  background: transparent;
  padding: 0;
}
.cenik__filters-checkboxes input {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  flex-shrink: 0;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-flex: 0;
  min-width: min-content;
}
.cenik__filters-checkboxes input::before {
  display: inline-block;
  content: attr(data-label);
  color: #c7c3ac;
  cursor: pointer;
  font-family: Urbanist, sans-serif;
  font-weight: 200;
  font-size: 1.375rem;
  border-bottom: 1px solid transparent;
}
.cenik__filters-checkboxes input:checked::before {
  color: #f7b888;
  border-bottom-color: #f7b888;
}
.cenik__filters-range {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 20px;
}
.cenik__filters-range-slider {
  flex: 1;
  height: 1px;
  background: #c7c3ac;
  box-shadow: none;
  border: 0;
  min-width: 100px;
  /* stylelint-disable-next-line selector-class-pattern */
}
.cenik__filters-range-slider .noUi-connect {
  background: #f7b888;
}
.cenik__filters-range-slider {
  /* stylelint-disable-next-line selector-class-pattern */
}
.cenik__filters-range-slider .noUi-handle {
  background: #f7b888;
  border: 0;
  width: 12px;
  height: 12px;
  transform: translateX(-6px);
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
}
.cenik__filters-range-slider {
  /* stylelint-disable-next-line selector-class-pattern */
}
.cenik__filters-range-slider .noUi-handle::before,
.cenik__filters-range-slider .noUi-handle::after {
  display: none;
}
.cenik__filters-range span {
  color: #c7c3ac;
  font-family: Urbanist, sans-serif;
  font-weight: 200;
  font-size: 1.375rem;
}
.cenik__filters-results {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
@media only screen and (min-width : 992px) {
  .cenik__filters-results {
    justify-content: space-between;
    flex: initial;
  }
}
.cenik__filters-results-count {
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 30px;
  padding-bottom: 80px;
}
@media only screen and (min-width : 992px) {
  .cenik__filters-results-count {
    justify-content: flex-end;
    gap: 0;
    padding-bottom: 0;
  }
}
.cenik__filters-results-count p {
  font-size: 0.875rem;
}
.cenik__filters-results-count strong {
  position: absolute;
  top: 20px;
  white-space: nowrap;
  font-size: 4.375rem;
  font-family: new-astro-soft, sans-serif;
  font-weight: 100;
  text-align: right;
}
@media only screen and (min-width : 992px) {
  .cenik__filters-results-count strong {
    padding-left: 30px;
  }
}
.cenik__filters-results-count p,
.cenik__filters-results-count strong {
  margin: 0;
  color: #c7c3ac;
}
.cenik__filters-results-investment {
  display: none;
}
@media only screen and (min-width : 992px) {
  .cenik__filters-results-investment {
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cenik__filters-results-investment label {
    color: #c7c3ac;
    font-family: Urbanist, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    gap: 10px;
  }
  .cenik__filters-results-investment input {
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    place-content: center;
    cursor: pointer;
    position: relative;
  }
  .cenik__filters-results-investment input::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c7c3ac;
    background-color: transparent;
  }
  .cenik__filters-results-investment input:checked::before {
    background-color: #f7b888;
    border-color: #f7b888;
  }
  .cenik__filters-results-investment input:checked::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/icon-check.svg");
    background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.cenik__filters-mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width : 992px) {
  .cenik__filters-mobile {
    display: none;
  }
}
.cenik__filters-mobile-options {
  display: none;
  padding: 20px;
  background-color: #3f3d38;
  min-width: 90%;
}
.cenik__filters-mobile-options-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.cenik__filters-mobile-options-button button {
  margin-bottom: 10px;
  background-color: #e9e8e1;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  font-family: Urbanist, sans-serif;
  color: #3f3d38;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cenik__filters-mobile-options-button button img {
  width: 15px;
  height: 15px;
}
.cenik__filters-mobile-options-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.cenik__filters-mobile-options .cenik__filters-option p {
  font-size: 0.8125rem;
}
.cenik__filters-mobile-options .cenik__filters-checkboxes {
  gap: 20px;
}
.cenik__filters-mobile-options .cenik__filters-range {
  flex-direction: column;
  align-items: stretch;
}
.cenik__filters-mobile-options .cenik__filters-range-slider {
  flex: initial;
  /* stylelint-disable-next-line selector-class-pattern */
}
.cenik__filters-mobile-options .cenik__filters-range-slider .noUi-handle {
  width: 18px;
  height: 18px;
  transform: translateX(-9px) translateY(-2px);
}
.cenik__filters-mobile-options .cenik__filters-range span {
  font-size: 1.375rem;
}
.cenik__filters-mobile-active {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cenik__filters-mobile-active span {
  color: #f7b888;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}
.cenik__filters-mobile-active button {
  background-color: transparent;
  border: 0;
  color: #c7c3ac;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  padding: 0 0 5px;
  border-bottom: 1px solid #c7c3ac;
}
.cenik__filters-mobile.active .cenik__filters-mobile-active {
  display: flex;
}
.cenik__filters-mobile > button {
  align-self: stretch;
  background-color: #c7c3ac;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #3f3d38;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  border: 0;
  gap: 10px;
}
.cenik__filters-mobile > button img {
  width: 10px;
  height: 10px;
}
.cenik__results-table {
  position: relative;
  padding: 30px 20px;
  background-color: #f1f1ee;
}
.cenik__results-table-empty {
  display: none;
  padding: 20px;
  text-align: center;
}
.cenik__results-table-empty--visible {
  display: block;
}
.cenik__results-table {
  /* stylelint-disable-next-line no-descending-specificity */
}
.cenik__results-table > p {
  font-family: Urbanist, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  margin: 15px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.cenik__results-table > p img {
  height: 10px;
}
.cenik__results-table > p:first-of-type {
  margin-top: 40px;
}
@media only screen and (min-width : 992px) {
  .cenik__results-table > p:first-of-type {
    margin-top: 80px;
  }
}
.cenik__results-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: rgba(199, 195, 172, 0.2);
  pointer-events: none;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .cenik__results-table::before {
    height: 126px;
  }
}
@media only screen and (min-width : 992px) {
  .cenik__results-table {
    padding: 40px 80px;
  }
  .cenik__results-table::before {
    height: 140px;
  }
}
.cenik__results-table .dt-layout-table {
  margin: 0 auto !important;
}
.cenik__results-table .dt-scroll-head thead {
  height: 100px !important;
}
.cenik__results-table table thead tr th {
  vertical-align: bottom;
  border-bottom: 0;
}
.cenik__results-table table .dt-column-header {
  flex-direction: column !important;
  text-align: left !important;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: uppercase;
  align-items: flex-start !important;
}
.cenik__results-table table tbody tr {
  cursor: pointer;
}
.cenik__results-table table tbody tr:hover, .cenik__results-table table tbody tr:focus {
  background-color: rgba(199, 195, 172, 0.2);
}
.cenik__results-table table tbody tr td {
  text-align: left !important;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  height: 60px;
  box-shadow: none !important;
  white-space: nowrap;
}
.cenik__results-table table tbody tr td.center {
  text-align: center !important;
}
.cenik__results-table table tbody tr td.investment img {
  max-width: 23px;
}
.cenik__results-table table .dt-column-order {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: auto !important;
  align-self: flex-start !important;
  gap: 2px;
}
.cenik__results-table table .dt-column-order::before, .cenik__results-table table .dt-column-order::after {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  background-image: url("../images/chevron-down-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cenik__results-table table .dt-column-order::before {
  transform: rotate(180deg);
}
.cenik__results-table .dt-scroll-body thead .dt-column-order {
  display: none !important;
}
.cenik__process {
  margin: 90px auto;
  padding: 0 40px;
}
@media only screen and (min-width : 992px) {
  .cenik__process {
    padding: 0 80px;
    margin: 120px auto;
  }
}
.cenik__process-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width : 992px) {
  .cenik__process-header {
    flex-direction: row;
    gap: 100px;
    align-items: center;
  }
}
.cenik__process-header h2,
.cenik__process-header p {
  margin: 0;
}
.cenik__process-header p {
  max-width: 600px;
}
.cenik__process-steps {
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width : 992px) {
  .cenik__process-steps {
    margin: 60px auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
  }
}
.cenik__process-step {
  flex: 1;
  padding: 30px;
  background-color: rgba(199, 195, 172, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cenik__process-step h3,
.cenik__process-step p {
  margin: 0;
}
.cenik__process-step h3 {
  font-family: Urbanist, sans-serif;
  font-weight: 300;
}
.cenik__process-step hr {
  width: 100%;
  margin-top: 50px;
}
.cenik__process-step-divider {
  max-width: 75px;
}
@media only screen and (min-width : 992px) {
  .cenik__process-step-divider {
    transform: rotate(-90deg);
  }
}
.cenik__process-note {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 992px) {
  .cenik__process-note {
    align-items: flex-end;
  }
}
.cenik__process-note p {
  max-width: 600px;
}
.cenik__two-cols {
  margin: 60px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
@media only screen and (min-width : 992px) {
  .cenik__two-cols {
    padding: 0 80px;
    flex-direction: row;
    gap: 60px;
    margin: 120px auto;
  }
}
.cenik__two-cols-left, .cenik__two-cols-right {
  flex: 1;
}
.cenik__two-cols-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width : 992px) {
  .cenik__two-cols-left {
    padding-top: 30px;
  }
}
.cenik__two-cols-left hr {
  width: 100%;
}
.cenik__two-cols-left h2,
.cenik__two-cols-left p {
  margin: 0;
}
.cenik__two-cols-left .button-wrapper {
  margin-top: 40px;
}
@media only screen and (min-width : 992px) {
  .cenik__two-cols-left .button-wrapper {
    align-self: flex-start;
  }
}
.cenik__two-cols-right img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::after {
  opacity: 0.4;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::after {
  opacity: 0.8;
}

.popover__text {
  background-color: #fff;
  color: #3f3d38;
  font-size: 0.75rem;
  font-family: Urbanist, sans-serif;
  padding: 10px;
  border-radius: 8px;
  white-space: nowrap;
}

.cenik-detail {
  margin: 40px auto;
  padding: 0 20px;
}
@media only screen and (min-width : 992px) {
  .cenik-detail {
    padding: 0 80px;
  }
}
.cenik-detail .state {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}
.cenik-detail .state--available::before, .cenik-detail .state--unavailable::before, .cenik-detail .state--reserved::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.cenik-detail .state--reserved::before {
  background-color: #f7b888;
}
.cenik-detail .state--unavailable::before {
  background-color: rgba(63, 61, 56, 0.3);
}
.cenik-detail .state--available::before {
  background-color: #add5a6;
}
.cenik-detail .favorite-button {
  border: 0;
  padding: 5px;
  background-color: transparent;
}
.cenik-detail .favorite-button span {
  display: none;
}
.cenik-detail .favorite-button::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/star-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.cenik-detail .favorite-button--active::before {
  background-image: url("../images/star-fill-icon.svg");
}
.cenik-detail__header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cenik-detail__header-top span {
  font-size: 0.875rem;
  color: #202020;
  opacity: 0.3;
}
.cenik-detail__header-top a {
  background-color: #e9e8e1;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  font-family: Urbanist, sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  text-decoration: none;
}
.cenik-detail__header-top a img {
  width: 15px;
  height: 15px;
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.cenik-detail__header-top a:hover img {
  transform: rotateZ(90deg);
}
.cenik-detail__header-info-wrapper {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__header-info-wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}
.cenik-detail__header-info {
  max-width: 500px;
}
@media only screen and (min-width : 1200px) {
  .cenik-detail__header-info {
    width: 500px;
  }
}
.cenik-detail__header-info-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cenik-detail__header-info-top-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.cenik-detail__header-info-top-buttons button {
  border: 0;
  padding: 5px;
}
.cenik-detail__header-info-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cenik-detail__header-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cenik-detail__header-buttons-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.cenik-detail__header-buttons-top .button {
  flex: 1;
  white-space: nowrap;
}
@media only screen and (min-width : 1200px) {
  .cenik-detail__header-buttons {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.cenik-detail__tables-images-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__tables-images-wrapper {
    margin-top: -40px;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}
.cenik-detail__tables {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__tables {
    flex: 1;
    max-width: 500px;
  }
}
.cenik-detail__table {
  margin-top: 30px;
  padding: 10px;
  background-color: #e9e8e1;
  border-radius: 10px;
}
.cenik-detail__table span {
  font-family: Urbanist, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__table span {
    font-size: 1.375rem;
  }
}
.cenik-detail__table-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  position: relative;
}
.cenik-detail__table-header::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  background-color: #d9d6c7;
  position: absolute;
  top: -10px;
  left: -10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cenik-detail__table-header span {
  font-size: 0.9375rem;
  position: relative;
}
.cenik-detail__table-extra {
  position: relative;
}
.cenik-detail__table-extra::before {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  background-color: #d9d6c7;
  position: absolute;
  top: 0;
  left: -10px;
}
.cenik-detail__table-extra > div {
  border-bottom: 0;
  position: relative;
}
.cenik-detail__table-row {
  padding: 10px;
  border-bottom: 1px solid #202020;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.cenik-detail__table-row--space-between {
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.cenik-detail__table-row--space-between img {
  height: 15px;
}
.cenik-detail__table-row:last-of-type {
  border-bottom: 0;
}
.cenik-detail__table-row span {
  font-size: 1rem;
}
.cenik-detail__table-row-count {
  margin-right: 10px;
}
.cenik-detail__table-row-value {
  flex: 1;
  text-align: right;
}
.cenik-detail__table-no-last-item-border > div:last-of-type {
  border-bottom: 0;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__images {
    margin-top: -70px;
    flex: 1;
  }
}
.cenik-detail__images-main {
  display: block;
  text-align: center;
}
.cenik-detail__images-main img {
  max-width: 577px;
  width: 100%;
}
.cenik-detail__images-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
}
.cenik-detail__images-wrapper img {
  max-width: 175px;
  width: 100%;
}
.cenik-detail__images-fancybox .fancybox-bg {
  background-color: #f1f1ee;
}
.cenik-detail__info {
  margin: 60px 0;
  max-width: 500px;
}
.cenik-detail__info p {
  display: flex;
  flex-direction: row;
  gap: 5px;
  font-size: 0.75rem;
  margin: 20px 0;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__info p {
    font-size: 0.875rem;
  }
}
.cenik-detail__info p img {
  height: 12px;
}
.cenik-detail__info-icon {
  margin: 5px 0 !important;
}
.cenik-detail__inquiry {
  position: relative;
  padding: 26px;
  background-color: #f7b888;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__inquiry {
    flex-direction: row;
    align-items: center;
  }
  .cenik-detail__inquiry-email-phone-inputs {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .cenik-detail__inquiry-email-phone-inputs > * {
    flex: 1;
  }
}
.cenik-detail__inquiry-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__inquiry-header {
    flex: 1;
  }
  .cenik-detail__inquiry-header h2 {
    font-size: 3.1875rem;
    max-width: 250px;
    margin: 0 auto;
  }
}
.cenik-detail__inquiry-input-wrapper {
  display: flex;
  flex-direction: column-reverse;
  margin: 5px 0;
}
.cenik-detail__inquiry-input-wrapper label {
  opacity: 0;
  padding: 0 10px;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.cenik-detail__inquiry-checkbox-and-button {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width : 1280px) {
  .cenik-detail__inquiry-checkbox-and-button {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
}
.cenik-detail__inquiry-form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.cenik-detail__inquiry-checkbox-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cenik-detail__inquiry-checkbox-wrapper input {
  appearance: none;
  --webkit-appearance: none;
  display: flex;
  place-content: center;
  border: 1px solid #202020;
  border-radius: 10px;
  padding: 2px;
  cursor: pointer;
}
.cenik-detail__inquiry-checkbox-wrapper input::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #202020;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
.cenik-detail__inquiry-checkbox-wrapper input:checked::before {
  transform: scale(1);
}
.cenik-detail__inquiry-checkbox-wrapper label {
  text-align: left;
  font-size: 0.875rem;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  color: #202020;
  margin-left: 8px;
  cursor: pointer;
}
.cenik-detail__inquiry-checkbox-wrapper a {
  color: #202020;
}
.cenik-detail__inquiry form {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__inquiry form {
    margin: 20px 100px 20px 0;
  }
}
.cenik-detail__inquiry form input:not([type=checkbox]),
.cenik-detail__inquiry form textarea {
  background-color: #f7b888;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  padding: 10px;
  position: relative;
  border: 0;
  border-bottom: 1px solid rgba(32, 32, 32, 0.3);
}
.cenik-detail__inquiry form input:not([type=checkbox])::placeholder,
.cenik-detail__inquiry form textarea::placeholder {
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.3);
}
.cenik-detail__inquiry form input:not([type=checkbox]),
.cenik-detail__inquiry form textarea {
  /* stylelint-disable-next-line no-descending-specificity */
}
.cenik-detail__inquiry form input:not([type=checkbox]):not(:placeholder-shown) + label,
.cenik-detail__inquiry form textarea:not(:placeholder-shown) + label {
  opacity: 1;
}
.cenik-detail__inquiry form textarea {
  min-height: 100px;
}
.cenik-detail__inquiry form p {
  margin-top: 10px;
  text-align: center;
  font-size: 0.875rem;
  color: #202020;
}
.cenik-detail__inquiry form p a {
  color: #202020;
}
.cenik-detail__inquiry form button[type=submit] {
  margin: 45px auto 20px;
  min-width: 140px;
  padding: 5px 10px;
  text-transform: uppercase;
  background-color: #f7b888;
  color: #202020;
  border-radius: 8px;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  border: 1px solid #202020;
  transition: background-color 0.8s cubic-bezier(0.47, 0, 0.23, 1.38), color 0.8s cubic-bezier(0.47, 0, 0.23, 1.38);
}
@media only screen and (min-width : 1280px) {
  .cenik-detail__inquiry form button[type=submit] {
    margin: 10px 0;
  }
}
.cenik-detail__inquiry form button[type=submit]:hover {
  background-color: #202020;
  color: #f7b888;
}
.cenik-detail__similar-table {
  position: relative;
  margin: 40px auto;
  background-color: #f1f1ee;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__similar-table {
    margin: 80px auto;
  }
}
.cenik-detail__similar-table-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__similar-table-header {
    margin-bottom: 60px;
  }
}
.cenik-detail__similar-table-header p,
.cenik-detail__similar-table-header h2 {
  margin: 0;
}
.cenik-detail__similar-table {
  /* stylelint-disable-next-line no-descending-specificity */
}
.cenik-detail__similar-table > p {
  max-width: 650px;
  font-family: Urbanist, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  margin: 15px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.cenik-detail__similar-table > p img {
  height: 10px;
}
.cenik-detail__similar-table > p:first-of-type {
  margin-top: 40px;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__similar-table > p:first-of-type {
    margin-top: 80px;
  }
}
.cenik-detail__similar-table .dt-layout-table {
  margin: 0 auto !important;
}
.cenik-detail__similar-table .dt-scroll-head thead {
  height: 100px !important;
}
.cenik-detail__similar-table table thead tr th {
  vertical-align: bottom;
  border-bottom: 0;
}
.cenik-detail__similar-table table .dt-column-header {
  flex-direction: column !important;
  text-align: left !important;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: uppercase;
  align-items: flex-start !important;
}
.cenik-detail__similar-table table tbody tr {
  cursor: pointer;
}
.cenik-detail__similar-table table tbody tr:hover, .cenik-detail__similar-table table tbody tr:focus {
  background-color: rgba(199, 195, 172, 0.2);
}
.cenik-detail__similar-table table tbody tr td {
  text-align: left !important;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  height: 60px;
  box-shadow: none !important;
  white-space: nowrap;
}
.cenik-detail__similar-table table tbody tr td.center {
  text-align: center !important;
}
.cenik-detail__similar-table table tbody tr td.investment img {
  max-width: 23px;
}
.cenik-detail__similar-table table .dt-column-order {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: auto !important;
  align-self: flex-start !important;
  gap: 2px;
}
.cenik-detail__similar-table table .dt-column-order::before, .cenik-detail__similar-table table .dt-column-order::after {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  background-image: url("../images/chevron-down-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cenik-detail__similar-table table .dt-column-order::before {
  transform: rotate(180deg);
}
.cenik-detail__similar-table .dt-scroll-body thead .dt-column-order {
  display: none !important;
}
.cenik-detail__similar-table .favorite-button {
  border: 0;
  padding: 5px;
  background-color: transparent;
}
.cenik-detail__similar-table .favorite-button span {
  display: none;
}
.cenik-detail__similar-table .favorite-button::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/star-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.cenik-detail__similar-table .favorite-button--active::before {
  background-image: url("../images/star-fill-icon.svg");
}
.cenik-detail__two-cols {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cenik-detail__two-cols--reverse {
  flex-direction: column-reverse;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__two-cols {
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
  }
  .cenik-detail__two-cols--text {
    max-width: 500px;
    padding-top: 40px;
  }
}
.cenik-detail__two-cols img {
  border-radius: 8px;
  max-width: 100%;
  height: 320px;
  object-fit: cover;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__two-cols img {
    height: 568px;
  }
}
.cenik-detail__two-cols-left, .cenik-detail__two-cols-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width : 992px) {
  .cenik-detail__two-cols-left, .cenik-detail__two-cols-right {
    align-items: flex-start;
  }
}
.cenik-detail__two-cols-left hr, .cenik-detail__two-cols-right hr {
  width: 100%;
}
.cenik-detail__two-cols-left h2,
.cenik-detail__two-cols-left p, .cenik-detail__two-cols-right h2,
.cenik-detail__two-cols-right p {
  margin: 0;
}
.cenik-detail__two-cols-left .button, .cenik-detail__two-cols-right .button {
  margin-top: 40px;
}

.hero-image {
  padding: 0 20px 0 0;
}
@media only screen and (min-width : 1200px) {
  .hero-image {
    padding: 0 80px 0 0;
  }
}
.hero-image img {
  width: 100%;
  height: 420px;
  border-radius: 10px;
  object-fit: cover;
}
@media only screen and (min-width : 992px) {
  .hero-image img {
    height: 554px;
  }
}

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