/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/mainpage.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.main-page-baner {
  --top: var(--offsetY, "0px");
  --margin-bottom: 0px;
  --padding-top: 150px;
  --padding-bottom: 0;
  --font-size: clamp(3rem, 15vw, 28rem);
  display: grid;
  grid-template-columns: auto min(90%, 1640px) auto;
  grid-template-rows: 1fr;
  justify-items: stretch;
  align-items: stretch;
  position: relative;
  z-index: 10;
  min-height: max(90vh - clamp(10px, 2.5vw, 15px), 700px);
  margin: clamp(10px, 2.5vw, 15px);
  margin-bottom: 0;
}
@media (orientation: portrait) {
  .main-page-baner {
    --padding-top: 120px;
    --padding-bottom: 0;
  }
}
.mobile .main-page-baner {
  min-height: max(65svh, 400px);
}

.main-page-baner::after {
  grid-column: 1/-1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(16deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.4) 200px, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0.3) calc(100% - 318px), rgba(0, 0, 0, 0.9) 100%);
}
.main-page-baner .main-page-baner__list,
.main-page-baner .show-container__contentContainer {
  grid-column: 1/-1;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: stretch;
  align-items: end;
  align-self: end;
  position: relative;
  z-index: 10;
  top: 60px;
}
.mobile .main-page-baner .main-page-baner__list,
.mobile .main-page-baner .show-container__contentContainer {
  align-items: center;
  align-self: center;
}

.main-page-baner .main-page-baner__list li {
  display: none;
  grid-template-columns: auto min(90%, 1640px) auto;
}
.main-page-baner .main-page-baner__list li:first-child {
  display: grid;
}
.main-page-baner .show-container__contentContainer .show-container__element {
  grid-column: 1/-1;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: auto min(90%, 1640px) auto;
}
.main-page-baner .show-container__contentContainer .show-container__element span.row__one > span,
.main-page-baner .show-container__contentContainer .show-container__element span.row__two > span {
  transform: translate(0, 105%);
  opacity: 0.5;
  transition-property: transform, opacity;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  transition-duration: var(--animation-duration, 300ms);
  transition-delay: var(--animation-delay, 0);
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.main-page-baner .show-container__contentContainer .show-container__element span.row__three > span {
  transform: translate(calc(-105% - var(--paddingLeft)), 0);
  opacity: 1;
  transition-property: transform, opacity;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  transition-duration: var(--animation-duration, 300ms);
  transition-delay: var(--animation-delay, 0);
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.main-page-baner .show-container__contentContainer .show-container__element span.row__three::before {
  transform: translate(0, -105%);
  transition-property: transform;
  transform-origin: 50% 50%;
  will-change: transform;
  transition-duration: var(--animation-duration, 300ms);
  transition-delay: var(--animation-delay-in, 0);
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.main-page-baner .show-container__contentContainer .show-container__element span.row__two::after {
  transition-property: background-size;
  transform-origin: 50% 50%;
  will-change: background-size;
  transition-duration: 300ms;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.main-page-baner .show-container__contentContainer .show-container__element.main-page-baner__in-animation span.row__one > span,
.main-page-baner .show-container__contentContainer .show-container__element.main-page-baner__in-animation span.row__two > span {
  transform: translate(0, 0);
  opacity: 1;
}
.main-page-baner .show-container__contentContainer .show-container__element.main-page-baner__in-animation span.row__two::after {
  background-size: 100% 100%;
}
.main-page-baner .show-container__contentContainer .show-container__element.main-page-baner__in-animation span.row__three > span {
  transform: translate(0, 0);
  opacity: 1;
}
.main-page-baner .show-container__contentContainer .show-container__element.main-page-baner__in-animation span.row__three::before {
  transform: translate(0, 0);
}
.main-page-baner .show-container__contentContainer .show-container__element.main-page-baner__out-animation span.row__one > span,
.main-page-baner .show-container__contentContainer .show-container__element.main-page-baner__out-animation span.row__two > span {
  transform: translate(0, -105%);
  opacity: 1;
}
.main-page-baner .show-container__contentContainer .show-container__element.main-page-baner__out-animation span.row__two::after {
  background-position: center right;
  background-size: 0 100%;
}
.main-page-baner .show-container__contentContainer .show-container__element.main-page-baner__out-animation span.row__three > span {
  transition-delay: var(--animation-out-delay) !important;
  transform: translate(calc(-105% - var(--paddingLeft)), 0);
  opacity: 1;
}
.main-page-baner .show-container__contentContainer .show-container__element.main-page-baner__out-animation span.row__three::before {
  transition-delay: var(--animation-delay-before-out) !important;
  transform: translate(0, 105%);
}
.main-page-baner .main-page-baner__content {
  grid-column: 2/3;
  grid-row: 1/2;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.main-page-baner .main-page-baner__content .content-container {
  display: block;
}
.main-page-baner .main-page-baner__content .title {
  display: block;
  position: relative;
  font-size: var(--font-size);
}
.main-page-baner .main-page-baner__content .title span.row__one,
.main-page-baner .main-page-baner__content .title span.row__two {
  display: inline-flex;
  position: relative;
  font-family: "Outfit", arial, verdana, helvetica, sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 0.8;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
}
.main-page-baner .main-page-baner__content .title span.row__one {
  font-size: 0.8em;
  font-weight: 200;
  display: flex;
}
.main-page-baner .main-page-baner__content .title span.row__two {
  clear: both;
  position: relative;
}
.main-page-baner .main-page-baner__content .title span.row__three {
  --paddingLeft: 1em;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  top: calc(var(--font-size) * -0.65);
  left: calc(var(--font-size) * -0.2);
  font-family: "Outfit", arial, verdana, helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  color: #f8f8f8;
  text-transform: uppercase;
  padding-left: var(--paddingLeft);
  overflow: hidden;
}
.main-page-baner .main-page-baner__content .title span.row__three::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1px;
  height: calc(100% - 0.2em);
  background-color: rgba(255, 255, 255, 0.4);
}
.main-page-baner .main-page-baner__content .title span.row__three span {
  display: block;
}
.mobile .main-page-baner .main-page-baner__content .title span.row__three {
  transform: translate(14px, 10px);
}

.main-page-baner .main-page-baner__bgContainer {
  grid-column: 1/-1;
  grid-row: 1/2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.main-page-baner .main-page-baner__bgContainer .main-page-baner__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: scale(1);
  z-index: 1;
  opacity: 0;
  transition-property: transform, opacity;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  transition-duration: 3000ms, 1500ms;
  transition-delay: 0ms, 0ms;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99), cubic-bezier(0.25, 0.74, 0.22, 0.99);
  background-position: center calc(var(--top) * 0.5);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (orientation: landscape) {
  .main-page-baner .main-page-baner__bgContainer .main-page-baner__image {
    background-image: var(--bg-image) !important;
  }
}
@media (orientation: portrait) {
  .main-page-baner .main-page-baner__bgContainer .main-page-baner__image {
    background-image: var(--bg-image-pion) !important;
  }
}
.main-page-baner .main-page-baner__bgContainer .main-page-baner__image.main-page-baner__image--first-slide {
  transition-duration: 2500ms;
  transform: scale(1.3);
  opacity: 1;
  z-index: 10;
}
.main-page-baner .main-page-baner__bgContainer .main-page-baner__image.main-page-baner__in-animation {
  transform: scale(1.3);
  opacity: 1;
  z-index: 10;
}
.main-page-baner .main-page-baner__bgContainer .main-page-baner__image.main-page-baner__out-animation {
  transition-delay: 0ms !important;
  transform: scale(1.3);
  opacity: 1;
  z-index: 1;
}
.main-page-baner .main-page-baner__bg {
  grid-column: 1/-1;
  grid-row: 1/2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (orientation: landscape) {
  .main-page-baner .main-page-baner__bg {
    background-image: var(--bg-image) !important;
  }
}
@media (orientation: portrait) {
  .main-page-baner .main-page-baner__bg {
    background-image: var(--bg-image-pion) !important;
  }
}
.main-page-baner .main-page-baner__bg .video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.main-page-baner .main-page-baner__bg .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.main-page-baner .main-page-baner__slides-control {
  --size: 50px;
  --strokeWidth: 2px;
  grid-column: 1/-1;
  position: absolute;
  top: calc(var(--padding-top) - var(--size) - 20px);
  left: calc((100% - min(90%, 1640px)) / 2);
  z-index: 100;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.mobile .main-page-baner .main-page-baner__slides-control {
  display: none;
}

.main-page-baner .main-page-baner__slides-control.main-page-baner__slides-control--show .slides-control__change-slide {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  cursor: pointer;
}
.main-page-baner .main-page-baner__slides-control.main-page-baner__slides-control--show .slides-control__change-slide.slides-control__change-slide--prev {
  transform: translateY(0) rotateZ(-180deg);
}
.main-page-baner .main-page-baner__slides-control .slides-control__change-slide {
  flex: 0 0 var(--size);
  position: relative;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transform: translateY(var(--size));
  pointer-events: none;
  transition-property: transform, opacity;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.main-page-baner .main-page-baner__slides-control .slides-control__change-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25%;
  cursor: pointer;
}
.main-page-baner .main-page-baner__slides-control .slides-control__change-slide svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.main-page-baner .main-page-baner__slides-control .slides-control__change-slide svg circle {
  stroke: #ffffff;
  stroke-width: var(--strokeWidth);
  stroke-dasharray: calc(6.2832 * (var(--size) - var(--strokeWidth)));
  stroke-dashoffset: calc(6.2832 * (var(--size) - var(--strokeWidth)));
  stroke-opacity: 1;
  fill: none;
  transform: rotate(-120deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99), stroke-dashoffset 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99), stroke-opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  will-change: stroke-dashoffset;
}
.main-page-baner .main-page-baner__slides-control .slides-control__change-slide svg + svg {
  z-index: 1;
}
.main-page-baner .main-page-baner__slides-control .slides-control__change-slide svg + svg circle {
  stroke: rgba(255, 255, 255, 0.1);
  stroke-dashoffset: 0;
}
.main-page-baner .main-page-baner__slides-control .slides-control__change-slide.slides-control__change-slide--prev {
  transition-delay: 250ms;
  transform: translateY(var(--size)) rotateZ(-180deg);
}
.main-page-baner .main-page-baner__slides-control .slides-control__change-slide.slides-control__change-slide--next {
  transition-delay: 500ms;
}
.main-page-baner .main-page-baner__slides-control .slides-control__change-slide:hover svg circle {
  stroke-dashoffset: 0;
  stroke-opacity: 1;
  transform: rotate(0deg);
}
.main-page-baner .main-page-baner__scroll-icon {
  grid-column: 2/3;
  grid-row: 1/2;
  display: none;
  place-items: center;
  height: 180px;
  width: 180px;
  position: absolute;
  right: 0;
  bottom: -60px;
  z-index: 20;
  border-radius: 50%;
}
.main-page-baner .main-page-baner__scroll-icon .scroll-icon {
  display: block;
  position: relative;
  height: 40px;
  width: 20px;
  border: 1px solid #c1a678;
  border-radius: 1em;
  margin-inline: auto;
  transform: scale(0.75);
  opacity: 1;
}
.main-page-baner .main-page-baner__scroll-icon .scroll-icon::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1;
  position: relative;
  transform: rotateZ(90deg);
  top: calc(100% + 10px);
  left: calc(50% - 20px);
  opacity: 1;
  background-color: #c1a678;
  -webkit-mask-image: url(../images/arrow-white.svg);
          mask-image: url(../images/arrow-white.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 45%;
          mask-size: 45%;
}
.main-page-baner .main-page-baner__scroll-icon .scroll-icon__dot {
  display: block;
  position: absolute;
  left: 50%;
  background: #c1a678;
  height: 6px;
  width: 6px;
  top: 6px;
  margin-left: -3px;
  border-radius: 50%;
  transform-origin: top center;
  backface-visibility: hidden;
  animation: scroll-icon_keyframes 1.5s ease-out infinite;
}
.main-page-baner .main-page-baner__scroll-icon > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: translateX(0.25px);
}
.main-page-baner .main-page-baner__scroll-icon > svg > rect {
  stroke: #c1a678;
  rx: 90px;
  ry: 90px;
  fill: none;
  stroke-width: 1.25;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transform: rotate(-120deg);
  stroke-dasharray: 321%;
  stroke-dashoffset: 642%;
  transition-property: stroke-dashoffset, transform, opacity;
  transform-origin: 50% 50%;
  will-change: stroke-dashoffset, transform, opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.main-page-baner .main-page-baner__scroll-icon > svg > rect + rect {
  stroke-dashoffset: 321%;
  stroke: #181d24;
}
.main-page-baner .main-page-baner__scroll-icon:focus .scroll-icon, .main-page-baner .main-page-baner__scroll-icon:hover .scroll-icon {
  border: 1px solid #181d24;
}
.main-page-baner .main-page-baner__scroll-icon:focus .scroll-icon::after, .main-page-baner .main-page-baner__scroll-icon:hover .scroll-icon::after {
  background-color: #181d24;
}
.main-page-baner .main-page-baner__scroll-icon:focus .scroll-icon__dot, .main-page-baner .main-page-baner__scroll-icon:hover .scroll-icon__dot {
  background: #181d24;
}
.main-page-baner .main-page-baner__scroll-icon:focus > svg > rect, .main-page-baner .main-page-baner__scroll-icon:hover > svg > rect {
  stroke-dashoffset: 321%;
  transform: rotate(0deg);
  opacity: 0;
}
.main-page-baner .main-page-baner__scroll-icon:focus > svg > rect + rect, .main-page-baner .main-page-baner__scroll-icon:hover > svg > rect + rect {
  stroke-dashoffset: 0%;
  opacity: 1;
}

@keyframes scroll-icon_keyframes {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    transform: translateY(0.75em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.main-page-section--under-main-baner-boxes {
  position: relative;
  isolation: isolate;
  background-color: #fff;
}
.main-page-section--under-main-baner-boxes::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}
.main-page-section--under-main-baner-boxes .main-page-section__content-container {
  width: min(90%, 1640px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-auto-rows: auto;
}
@media (max-width: 768px) {
  .main-page-section--under-main-baner-boxes .main-page-section__content-container {
    grid-template-columns: 1fr;
  }
}
.main-page-section--under-main-baner-boxes .main-page-section__header-conteiner {
  grid-column: 1/-1;
  color: #121212;
  padding-top: clamp(4rem, 5vw, 10rem);
  max-width: 550px;
  justify-self: start;
}
@media (max-width: 768px) {
  .main-page-section--under-main-baner-boxes .main-page-section__header-conteiner {
    grid-column: 1/-1;
  }
}
.main-page-section--under-main-baner-boxes .main-page-section__header-conteiner h2 {
  margin-bottom: 30px;
}
.main-page-section--under-main-baner-boxes .main-page-section__header-conteiner h2 .header__main {
  font-family: "Outfit", arial, verdana, helvetica, sans-serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  color: #181d24;
}
.main-page-section--under-main-baner-boxes .main-page-section__header-conteiner h2 .header__main .small {
  font-size: 0.8em;
  font-weight: 200;
  display: block;
  padding-bottom: 0.5em;
}
.main-page-section--under-main-baner-boxes .main-page-section__header-conteiner p {
  max-width: 450px;
  line-height: 1.4;
}
.main-page-section--under-main-baner-boxes .main-page-section__txt {
  grid-column: 1/4;
  grid-row: 2/3;
}
@media (max-width: 1450px) {
  .main-page-section--under-main-baner-boxes .main-page-section__txt {
    grid-column: 1/-1;
  }
}

.co-robimy-lista {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  -moz-column-gap: clamp(30px, 5vw, 100px);
       column-gap: clamp(30px, 5vw, 100px);
  row-gap: clamp(90px, 10vw, 140px);
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .co-robimy-lista {
    margin-top: 60px;
  }
}
.co-robimy-lista li {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  gap: 20px;
}
@media (max-width: 600px) {
  .co-robimy-lista li {
    grid-template-columns: 1fr;
    grid-template-rows: 160px auto;
  }
}
.co-robimy-lista li p {
  grid-column: 2/-1;
  font-size: 1.4rem;
  line-height: 1.3em;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  .co-robimy-lista li p {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
}
.co-robimy-lista li p:first-of-type {
  margin-top: 0;
}
.co-robimy-lista li p:last-of-type {
  margin-bottom: 0;
}
.co-robimy-lista li:hover h3 .small {
  color: #121212;
}
.co-robimy-lista li:hover .image-container .img::before {
  transform: scaleX(1);
}
.co-robimy-lista h3 {
  grid-column: 2/-1;
  font-family: "Outfit", arial, verdana, helvetica, sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #181d24;
  position: relative;
  margin-bottom: 0.5em;
}
@media (max-width: 600px) {
  .co-robimy-lista h3 {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
.co-robimy-lista h3 span {
  display: block;
  text-transform: uppercase;
}
.co-robimy-lista h3 .small {
  font-size: 0.8em;
  font-weight: 400;
  color: #181d24;
  transition: all 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.co-robimy-lista .image-container {
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
}
@media (max-width: 600px) {
  .co-robimy-lista .image-container {
    position: relative;
    top: 0;
    left: 0;
  }
}
.co-robimy-lista .image-container::before {
  content: "";
  display: block;
  width: 110px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: -2;
  background-color: #181d24;
}
.co-robimy-lista .image-container::after {
  content: "";
  display: block;
  width: 180px;
  aspect-ratio: 1/1;
  border: solid 1px #c1a678;
  position: absolute;
  top: -11px;
  left: -11px;
  z-index: -1;
}
.co-robimy-lista .image-container .img {
  position: relative;
  width: 160px;
  height: 160px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.co-robimy-lista .image-container .img img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.co-robimy-lista .boxes__button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.main-page-section--map {
  position: relative;
  padding-bottom: 50px;
}
.main-page-section--map::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: calc(100% - 100px);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #181d24;
  grid-column: 1/-1;
}
.main-page-section--map .main-page-section__content-container {
  display: grid;
  grid-template-columns: 1fr 90% 1fr;
  grid-template-rows: auto auto;
}
@media (max-width: 768px) {
  .main-page-section--map .main-page-section__content-container {
    grid-template-columns: 1fr;
  }
}
.main-page-section--map .main-page-section__header-conteiner {
  grid-column: 2/3;
  color: #121212;
  padding-top: clamp(4rem, 7vw, 15rem);
  max-width: 550px;
  justify-self: end;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .main-page-section--map .main-page-section__header-conteiner {
    grid-column: 1/-1;
  }
}
.main-page-section--map .main-page-section__header-conteiner h2 {
  margin-bottom: 30px;
}
.main-page-section--map .main-page-section__header-conteiner h2 .header__main {
  font-family: "Outfit", arial, verdana, helvetica, sans-serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  color: #181d24;
}
.main-page-section--map .main-page-section__header-conteiner h2 .header__main .small {
  font-size: 0.8em;
  font-weight: 200;
  display: block;
  padding-bottom: 0.5em;
}
.main-page-section--map .main-page-section__header-conteiner p {
  max-width: 450px;
  line-height: 1.4;
}
.main-page-section--map .main-page-section__txt {
  grid-column: 2/3;
  position: relative;
  z-index: 20;
}
@media (max-width: 768px) {
  .main-page-section--map .main-page-section__txt {
    grid-column: 1/-1;
  }
}
.main-page-section--map .main-page-section__txt .map-container {
  position: relative;
  padding-bottom: 40%;
}

.main-page-section--galery {
  position: relative;
}
.main-page-section--galery::before {
  display: none;
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/rodzina-park-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  overflow: hidden;
  filter: blur(0.3), grayscale(1);
}
@media (max-width: 768px) {
  .main-page-section--galery::before {
    top: 15px;
  }
}
.main-page-section--galery::after {
  content: "";
  display: none;
  width: 100%;
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-color: #181d24;
  grid-column: 1/-1;
}
@media (max-width: 768px) {
  .main-page-section--galery::after {
    top: 15px;
  }
}
.main-page-section--galery .main-page-section__content-container {
  display: grid;
  grid-template-columns: 1fr min(90%, 1640px) 1fr;
  grid-template-rows: auto auto;
}
@media (max-width: 768px) {
  .main-page-section--galery .main-page-section__content-container {
    grid-template-columns: 1fr;
  }
}
.main-page-section--galery .main-page-section__header-conteiner {
  grid-column: 2/3;
  grid-row: 1/2;
  display: block;
  grid-template-columns: 1fr;
  justify-items: start;
  color: #121212;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .main-page-section--galery .main-page-section__header-conteiner {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}
.main-page-section--galery .main-page-section__header-conteiner h2 {
  grid-column: 1/-1;
  text-align: left;
  position: relative;
}
@media (max-width: 768px) {
  .main-page-section--galery .main-page-section__header-conteiner h2 {
    grid-column: 1/-1;
  }
}
.main-page-section--galery .main-page-section__header-conteiner h2 .header__main {
  font-family: "Outfit", arial, verdana, helvetica, sans-serif;
  font-weight: 200;
  font-size: clamp(2.4rem, 10vw, 25rem);
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  color: #f5f5f5;
  position: relative;
  z-index: 10;
  margin-bottom: -0.4em;
}
@media (max-width: 768px) {
  .main-page-section--galery .main-page-section__header-conteiner h2 .header__main {
    margin-bottom: 0.4em;
  }
}
.main-page-section--galery .main-page-section__header-conteiner h2 .header__main .small {
  font-size: 0.8em;
  font-weight: 200;
  display: block;
  padding-bottom: 0.5em;
}
.main-page-section--galery .main-page-section__txt {
  grid-column: 2/3;
}
@media (max-width: 768px) {
  .main-page-section--galery .main-page-section__txt {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}

.mainpage-gallery-list {
  padding: 25px 0 75px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
  position: relative;
}
@media (max-width: 1400px) {
  .mainpage-gallery-list {
    grid-template-columns: 1fr 1fr;
    top: -30px;
  }
}
.mainpage-gallery-list .gallery-list__item {
  position: relative;
}
@media (max-width: 768px) {
  .mainpage-gallery-list .gallery-list__item:first-child {
    display: none;
  }
}
.mainpage-gallery-list .gallery-list__item .item-container {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.mainpage-gallery-list .gallery-list__item .item-container a {
  --transitionLength: 0.5s;
  --transitionEasing: cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  display: block;
  order: 1;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 0;
}
.mainpage-gallery-list .gallery-list__item .item-container a:hover .image,
.mainpage-gallery-list .gallery-list__item .item-container a:hover img {
  transform: scale(1.1);
}
.mainpage-gallery-list .gallery-list__item .item-container .bg-conteiner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.mainpage-gallery-list .gallery-list__item .item-container .bg-conteiner .item-video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.mainpage-gallery-list .gallery-list__item .item-container .bg-conteiner .image,
.mainpage-gallery-list .gallery-list__item .item-container .bg-conteiner img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% center;
     object-position: 100% center;
  max-width: none;
  display: block;
  transition: transform 500ms ease-in-out;
}
.mainpage-gallery-list .gallery-list__item .item-container .bg-conteiner video {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  max-width: none;
  display: block;
}

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