/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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');
  --font-size: clamp(2.1rem, 3.5vw, 4rem);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.main-page-baner .main-page-baner__container {
  position: relative;
  isolation: isolate;
  background-color: rgba(var(--body-background-color-black-rgb), 1);
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 0px);
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  overflow: hidden;
}
.mobile .main-page-baner .main-page-baner__container {
  min-height: calc(100svh - 30px);
}

@media (orientation: portrait) {
  .main-page-baner .main-page-baner__container {
    --padding-top: 120px;
    --padding-bottom: 0;
  }
}
.main-page-baner .main-page-baner__list,
.main-page-baner .show-container__contentContainer {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: stretch;
  align-items: stretch;
  position: relative;
  z-index: 10;
}
.mobile .main-page-baner .main-page-baner__list,
.mobile .main-page-baner .show-container__contentContainer {
  align-items: stretch;
}

.main-page-baner .main-page-baner__list .show-container__element,
.main-page-baner .show-container__contentContainer .show-container__element {
  grid-column: 1/-1;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: auto min(var(--center-container-width), var(--center-container-width-max) - 0px) auto;
  justify-items: stretch;
  align-items: stretch;
  position: relative;
  inset: 0;
  z-index: 10;
  overflow: hidden;
}
.main-page-baner .main-page-baner__list .main-page-baner__content,
.main-page-baner .show-container__contentContainer .main-page-baner__content {
  grid-column: 2/3;
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 220px 0 135px;
  transform: translateY(calc(var(--top) * 0.2));
}
@media (max-width: 600px) {
  .main-page-baner .main-page-baner__list .main-page-baner__content,
  .main-page-baner .show-container__contentContainer .main-page-baner__content {
    padding: 180px 0 60px;
  }
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  z-index: 10;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .title,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .title {
  grid-column: 1/2;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto auto;
  align-self: end;
  font-size: var(--font-size);
  text-align: center;
}
@media (max-width: 800px) {
  .main-page-baner .main-page-baner__list .main-page-baner__content .content-container .title,
  .main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .title {
    grid-column: 1/-1;
  }
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .title span.row__one,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .title span.row__one {
  grid-column: 1/-1;
  grid-row: 1/2;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .title span.row__two,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .title span.row__two {
  grid-column: 1/-1;
  grid-row: 2/3;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .title span.row__three,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .title span.row__three {
  grid-column: 1/-1;
  grid-row: 3/4;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .title span.row__one,
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .title span.row__two,
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .title span.row__three,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .title span.row__one,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .title span.row__two,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .title span.row__three {
  display: flex;
  justify-content: center;
  position: relative;
  font-family: var(--header-font-family);
  font-weight: 200;
  font-size: 1em;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .title span.row__one,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .title span.row__one {
  gap: 0.3em;
  row-gap: 0;
  flex-wrap: wrap;
  font-size: max(3.5rem, 1.8em);
  line-height: 1.2;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .title span.row__two,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .title span.row__two {
  gap: 0.3em;
  row-gap: 0;
  flex-wrap: wrap;
  font-weight: 800;
  font-size: max(4.5rem, 1em);
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  margin-top: 10px;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .title span.row__three,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .title span.row__three {
  gap: 0.3em;
  row-gap: 0;
  flex-wrap: wrap;
  font-size: max(1.8rem, 1em);
  line-height: 1.2;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 15px;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .title span.row__three::after,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .title span.row__three::after {
  content: "";
  display: none;
  position: relative;
  top: 0.9em;
  right: 0;
  width: 50px;
  height: 1px;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info {
  grid-column: 1/2;
  grid-row: 2/3;
  max-width: 650px;
  padding-top: 30px;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 800px) {
  .main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info,
  .main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info {
    grid-column: 1/-1;
  }
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info p,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info p {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.4em;
  text-align: inherit;
  padding-left: 0;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info p:first-of-type,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info p:last-of-type,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button-container,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button-container {
  padding-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button {
  flex: 0 0 auto;
  font-family: var(--header-font-family);
  display: inline-block;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  padding: 0.85em 50px 0.75em 20px;
  background-color: rgba(var(--main-color-rgb), 1);
  overflow: hidden;
  outline: solid 1px rgba(var(--main-color-rgb), 1);
  outline-offset: 2px;
  transition: all 2s var(--transitions-timing-function-1);
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button.main-page-baner__button--secound,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button.main-page-baner__button--secound {
  background-color: transparent;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button > span,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button > span {
  position: relative;
  z-index: 10;
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button::after,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 13px;
  height: 13px;
  transform: translate(-25px, -50%);
  background-color: #fff;
  -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: 100%;
          mask-size: 100%;
  cursor: pointer;
  transition: all 0.6s var(--transitions-timing-function-1);
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button::before,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(0deg);
  filter: url(#svgFilter2);
  z-index: 1;
  background: #791216;
  transition: all 2s cubic-bezier(0.1, 0.22, 0.3, 1);
}
.mobile-menu .main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button::before,
.mobile-menu .main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button::before {
  display: none;
}

.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button.main-page-baner__button--secound::before,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button.main-page-baner__button--secound::before {
  background: rgba(var(--main-color-rgb), 1);
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button:hover,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button:hover {
  transition: all 1s var(--transitions-timing-function-1);
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button:hover::after,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button:hover::after {
  background: white;
  transform: translate(-15px, -50%);
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button:hover::before,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button:hover::before {
  transform: translate(-50%, -50%) scale(3) rotate(-100deg);
  transition: all 2s cubic-bezier(0.1, 0.22, 0.3, 1);
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button.main-page-baner__button--secound:hover,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button.main-page-baner__button--secound:hover {
  transition: all 1s var(--transitions-timing-function-1);
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button.main-page-baner__button--secound:hover::after,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button.main-page-baner__button--secound:hover::after {
  transform: translate(-15px, -50%);
}
.main-page-baner .main-page-baner__list .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button.main-page-baner__button--secound:hover::before,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button.main-page-baner__button--secound:hover::before {
  transform: translate(-50%, -50%) scale(3) rotate(-100deg);
  transition: all 2s cubic-bezier(0.1, 0.22, 0.3, 1);
}
.main-page-baner .show-container__element span.row__one > span,
.main-page-baner .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: var(--transitions-timing-function-1);
}
.main-page-baner .show-container__element span.row__three > span {
  transform: translate(0, 105%);
  opacity: 0;
  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: var(--transitions-timing-function-1);
}
.main-page-baner .show-container__element span.row__three::after {
  transform: translate(-10%, 0);
  opacity: 0;
  transition-property: transform, opacity;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  transition-duration: var(--animation-duration, 300ms);
  transition-delay: var(--animation-delay-before-out, 0);
  transition-timing-function: var(--transitions-timing-function-1);
}
.main-page-baner .show-container__element .main-page-baner__more-info {
  transform: translate(0, 15px);
  opacity: 0;
  transition-property: transform, opacity;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  transition-duration: var(--animation-duration, 600ms);
  transition-delay: var(--animation-delay, 0);
  transition-timing-function: var(--transitions-timing-function-1);
}
.main-page-baner .show-container__element.main-page-baner__in-animation span.row__one > span,
.main-page-baner .show-container__element.main-page-baner__in-animation span.row__two > span {
  transform: translate(0, 0);
  opacity: 1;
}
.main-page-baner .show-container__element.main-page-baner__in-animation span.row__three > span {
  transform: translate(0, 0);
  opacity: 1;
}
.main-page-baner .show-container__element.main-page-baner__in-animation span.row__three::after {
  transform: translate(0, 0);
  opacity: 1;
}
.main-page-baner .show-container__element.main-page-baner__in-animation .main-page-baner__more-info {
  transform: translate(0, 0);
  opacity: 1;
}
.main-page-baner .show-container__element.main-page-baner__out-animation span.row__one > span,
.main-page-baner .show-container__element.main-page-baner__out-animation span.row__two > span {
  transform: translate(0, -105%);
  opacity: 1;
}
.main-page-baner .show-container__element.main-page-baner__out-animation span.row__three > span {
  transform: translate(0, -105%);
  opacity: 1;
}
.main-page-baner .show-container__element.main-page-baner__out-animation span.row__three::after {
  transform: translate(10%, 0);
  opacity: 0;
}
.main-page-baner .show-container__element.main-page-baner__out-animation .main-page-baner__more-info {
  transform: translate(0, -15px);
  opacity: 0;
}
.main-page-baner .main-page-baner__list li {
  display: none;
  grid-template-columns: 1fr;
}
.main-page-baner .main-page-baner__bgContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  transform: translateY(calc(var(--top) * 0.2));
}
.main-page-baner .main-page-baner__bgContainer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 300px);
}
.main-page-baner .main-page-baner__bgContainer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 21;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: top left;
  background-repeat: repeat;
  opacity: 1;
}
.main-page-baner .main-page-baner__bgContainer .main-page-baner__image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform: scale(1) translate(0, 0);
  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: var(--transitions-timing-function-1), var(--transitions-timing-function-1);
  background-position: center center;
  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) translate(0, 0);
  opacity: 0;
  z-index: 10;
}
.main-page-baner .main-page-baner__bgContainer .main-page-baner__image.main-page-baner__in-animation {
  transform: scale(1) translate(0, 0);
  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.1) translate(0, 0);
  opacity: 0;
  z-index: 1;
}
.main-page-baner .main-page-baner__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  isolation: isolate;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(calc(var(--top) * 0.3));
}
@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;
  transform: translateY(calc(var(--top) * 0.4));
}
.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__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 21;
  background-color: rgba(var(--body-background-color-black-rgb), 0.5);
  background-position: top left;
  background-repeat: repeat;
}
.main-page-baner .main-page-baner__slides-control {
  --size: 50px;
  --strokeWidth: 2px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.mobile .main-page-baner .main-page-baner__slides-control {
  display: none;
}

@media (max-width: 800px) {
  .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) rotateZ(90deg);
  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(-90deg);
}
.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: var(--transitions-timing-function-1);
}
.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 var(--transitions-timing-function-1), stroke-dashoffset 0.5s var(--transitions-timing-function-1), stroke-opacity 0.5s var(--transitions-timing-function-1);
  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__scroll-icon {
  display: grid;
  place-items: center;
  width: 120px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 20;
  transform: translateX(-50%);
  border-radius: 50%;
  transition-duration: 300ms;
  transition-timing-function: var(--transitions-timing-function-1);
}
.page-scrolled .main-page-baner__scroll-icon {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 800px) {
  .main-page-baner__scroll-icon {
    width: 90px;
  }
}
@media (max-height: 930px) and (max-width: 500px) {
  .main-page-baner__scroll-icon {
    display: none;
    bottom: 25px;
  }
}
.main-page-baner__scroll-icon .scroll-icon {
  display: block;
  position: relative;
  z-index: 10;
  height: 40px;
  width: 20px;
  border: 1px solid white;
  border-radius: 1em;
  margin-inline: auto;
  transform: scale(0.75);
  opacity: 1;
  transition-duration: 300ms;
  transition-timing-function: var(--transitions-timing-function-1);
}
.main-page-baner__scroll-icon .scroll-icon::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1;
  position: relative;
  transform: rotateZ(90deg);
  top: 100%;
  left: calc(50% - 20px);
  opacity: 1;
  background-color: white;
  -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__scroll-icon .scroll-icon__dot {
  display: block;
  position: absolute;
  left: 50%;
  background: rgba(255, 255, 255, 0.5);
  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__scroll-icon > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: translateX(0.25px);
}
.main-page-baner__scroll-icon > svg > rect {
  display: none;
  stroke: rgba(var(--main-color-rgb), 1);
  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: 800ms;
  transition-timing-function: var(--transitions-timing-function-1);
}
.main-page-baner__scroll-icon > svg > rect + rect {
  display: block;
  stroke-dashoffset: 321%;
  stroke: rgba(255, 255, 255, 0.5);
}
.main-page-baner__scroll-icon:focus::before, .main-page-baner__scroll-icon:hover::before {
  background-color: rgba(var(--second-color-rgb), 1);
}
.main-page-baner__scroll-icon:focus .scroll-icon, .main-page-baner__scroll-icon:hover .scroll-icon {
  border: 1px solid #fff;
}
.main-page-baner__scroll-icon:focus .scroll-icon::after, .main-page-baner__scroll-icon:hover .scroll-icon::after {
  background-color: #fff;
}
.main-page-baner__scroll-icon:focus .scroll-icon__dot, .main-page-baner__scroll-icon:hover .scroll-icon__dot {
  background: #fff;
}
.main-page-baner__scroll-icon:focus > svg > rect, .main-page-baner__scroll-icon:hover > svg > rect {
  stroke-dashoffset: 321%;
  transform: rotate(0deg);
  opacity: 0;
}
.main-page-baner__scroll-icon:focus > svg > rect + rect, .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__container {
  position: relative;
  z-index: 10;
}
.main-page-section__container > .main-page-section__content {
  grid-column: 2/3;
  position: relative;
}

.main-page-section {
  --text-align: left;
  --margin-inline: 0 auto;
  --grid-column-template: 1fr 1fr;
  --grid-column-image: 1 / 2;
  --grid-column-txt: 2 / -1;
  --padding-block: clamp(60px, 8vw, 10rem);
  --header-before-after-left: 0;
  --header-before-after-right: auto;
  --inset: -30px 30px -30px -30px;
  display: grid;
  grid-template-columns: auto min(90%, 1200px) auto;
  position: relative;
  isolation: isolate;
}
.main-page-section:nth-child(even) {
  --text-align: right;
  --margin-inline: auto 0;
  --grid-column-template: 1fr 1fr;
  --grid-column-image: 2 / -1;
  --grid-column-txt: 1 / 2;
  --padding-block: clamp(30px, 84vw, 14rem) clamp(60px, 8vw, 7rem);
  --header-before-after-left: auto;
  --header-before-after-right: 0;
  --inset: -30px -30px -30px 30px;
}
@media (max-width: 500px) {
  .main-page-section, .main-page-section:nth-child(even) {
    --grid-column-image: 1 / -1;
    --grid-column-txt: 1 / -1;
    --text-align: center;
    --header-before-after-left: 50%;
    --header-before-after-right: 0;
  }
}
.main-page-section .main-page-section__content-container {
  grid-column: 2/3;
  display: grid;
  grid-template-columns: var(--grid-column-template);
  grid-auto-rows: auto;
  row-gap: 20px;
  position: relative;
}
.main-page-section .main-page-section__image {
  grid-column: var(--grid-column-image);
  grid-row: 1/-1;
  position: absolute;
  inset: var(--inset);
  z-index: 10;
}
@media (max-width: 500px) {
  .main-page-section .main-page-section__image {
    position: relative;
    top: -10px;
    left: 0;
    right: auto;
    bottom: auto;
    aspect-ratio: 1920/1080;
  }
}
.main-page-section .main-page-section__image .main-page-section__image__photo {
  isolation: isolate;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: 10;
  overflow: hidden;
}
@media (orientation: landscape) {
  .main-page-section .main-page-section__image .main-page-section__image__photo {
    background-image: var(--bg-image) !important;
  }
}
@media (orientation: portrait) {
  .main-page-section .main-page-section__image .main-page-section__image__photo {
    background-image: var(--bg-image-pion) !important;
  }
}
.main-page-section .main-page-section__image .video {
  position: absolute;
  inset: 0;
  z-index: 20;
  overflow: hidden;
}
@media (max-width: 500px) {
  .main-page-section .main-page-section__image .video {
    position: relative;
    left: 0;
    right: auto;
    bottom: auto;
    margin: 0 auto;
  }
}
.main-page-section .main-page-section__image .video {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.main-page-section .main-page-section__image .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-page-section .main-page-section__text-content {
  grid-column: var(--grid-column-txt);
  padding-block: var(--padding-block);
  text-align: var(--text-align);
  margin-inline: var(--margin-inline);
  position: relative;
  z-index: 20;
}
@media (max-width: 500px) {
  .main-page-section .main-page-section__text-content {
    grid-row: 2/3;
  }
}
.main-page-section .main-page-section__header-conteiner {
  position: relative;
  isolation: isolate;
  margin-inline: var(--margin-inline);
  max-width: 400px;
}
@media (max-width: 500px) {
  .main-page-section .main-page-section__header-conteiner {
    max-width: 100%;
  }
}
.main-page-section .main-page-section__header-conteiner .main-page-section__header {
  font-family: var(--header-font-family);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.main-page-section .main-page-section__header-conteiner .main-page-section__header::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(clamp(45px, 8vw, 4rem) * -1.5 - 10px);
  left: var(--header-before-after-left);
  right: var(--header-before-after-right);
  width: 1px;
  height: calc(clamp(45px, 8vw, 4rem) * 1.5);
  z-index: -1;
  background-color: rgba(var(--main-color-rgb), 1);
}
.main-page-section .main-page-section__header-conteiner .main-page-section__header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.3em;
  left: var(--header-before-after-left);
  right: var(--header-before-after-right);
  width: min(30%, 50px);
  height: 1px;
  z-index: -1;
  background-color: rgba(var(--main-color-rgb), 1);
}
@media (max-width: 500px) {
  .main-page-section .main-page-section__header-conteiner .main-page-section__header::after {
    transform: translateX(-50%);
  }
}
.main-page-section .main-page-section__header-conteiner .main-page-section__header span {
  font-weight: 800;
  font-size: max(1.6rem, 0.6em);
  color: rgba(var(--font-color-rgb), 1);
  display: block;
}
.main-page-section .main-page-section__txt {
  padding: 10px 0 0;
}
.main-page-section .main-page-section__txt .main-page-section__txt-container p {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.main-page-section .main-page-section__button-container {
  padding-top: 30px;
}
.main-page-section .main-page-section__button {
  font-family: var(--header-font-family);
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 200;
  position: relative;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  outline: solid 1px rgba(var(--main-color-rgb), 1);
  outline-offset: 2px;
  transition: all 2s var(--transitions-timing-function-1);
}
.main-page-section .main-page-section__button span {
  display: block;
  padding: 0.65em 15px 0.55em 15px;
  position: relative;
  z-index: 10;
  transition: all 2s var(--transitions-timing-function-1);
}
.main-page-section .main-page-section__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  transform: translate(50%, -50%) scale(0) rotate(0deg);
  filter: url(#svgFilter2);
  z-index: 0;
  background: rgba(var(--main-color-rgb), 1);
  transition: all 500ms cubic-bezier(0.1, 0.22, 0.3, 1);
}
.main-page-section .main-page-section__button:hover span {
  position: relative;
  z-index: 10;
  color: #fff;
  transition: all 1s var(--transitions-timing-function-1);
}
.main-page-section .main-page-section__button:hover::before {
  transform: translate(50%, -50%) scale(3) rotate(-100deg);
  transition: all 2s cubic-bezier(0.1, 0.22, 0.3, 1);
}

.main-page-section__news-section {
  isolation: isolate;
  padding: clamp(60px, 8vw, 10rem) 0 clamp(60px, 8vw, 5rem);
}
.main-page-section__news-section .main-page-section__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  position: relative;
}
.main-page-section__news-section .section__header-container {
  grid-column: 1/2;
  padding: 0 0 60px;
  text-align: right;
  position: relative;
}
@media (max-width: 1050px) {
  .main-page-section__news-section .section__header-container {
    grid-column: 1/-1;
    text-align: center;
  }
}
.main-page-section__news-section .section__header-container::after {
  content: "";
  display: block;
  position: absolute;
  top: -110px;
  right: 0;
  width: 1px;
  height: 100px;
  z-index: -1;
  background-color: rgba(var(--main-color-rgb), 1);
}
@media (max-width: 1050px) {
  .main-page-section__news-section .section__header-container::after {
    left: 50%;
  }
}
.main-page-section__news-section .section__header-container .header__main {
  font-family: var(--header-font-family);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  display: block;
}
.main-page-section__news-section .section__header-container .header__main::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.3em;
  right: 0;
  width: min(30%, 50px);
  height: 1px;
  z-index: -1;
  background-color: rgba(var(--main-color-rgb), 1);
}
@media (max-width: 1050px) {
  .main-page-section__news-section .section__header-container .header__main::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.main-page-section__news-section .section__header-container .header__main span {
  font-weight: 200;
  font-size: 0.8em;
  color: rgb(var(--secound-color-rgb), 1);
  display: block;
}
.main-page-section__news-section .section__articles-container {
  grid-column: 1/4;
  position: relative;
}
.main-page-section__news-section .section__button-container {
  grid-column: 2/-1;
  margin-top: 30px;
  padding-top: 15px;
  position: relative;
  text-align: left;
}
.main-page-section__news-section .section__button-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: min(60%, 300px);
  height: 1px;
  background-color: rgba(var(--second-color-rgb), 1);
}
.main-page-section__news-section .section__button-container .section__button {
  --transition-duration: 300ms;
  --transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  justify-content: start;
  padding: 5px 15px 5px 0;
  font-size: 1.4rem;
  text-decoration: none;
  color: rgba(var(--second-color-rgb), 1);
  background-image: linear-gradient(90deg, rgba(var(--main-color-rgb), 0.9), rgba(var(--main-color-rgb), 0.9));
  background-position: bottom left;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
}
.main-page-section__news-section .section__button-container .section__button span {
  flex: 0 0 auto;
  white-space: nowrap;
  line-height: 1;
}
.main-page-section__news-section .section__button-container .section__button::before {
  flex: 0 0 15px;
  content: "";
  display: inline-block;
  background-color: rgba(var(--second-color-rgb), 1);
  height: 15px;
  transform-origin: 50% 50%;
  transform: rotateZ(-90deg) translateY(0);
  -webkit-mask-image: url(../images/arrow.svg);
          mask-image: url(../images/arrow.svg);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition-property: background-color transform;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
}
.main-page-section__news-section .section__button-container .section__button:hover, .main-page-section__news-section .section__button-container .section__button:focus {
  color: #fff;
  background-size: 100% 100%;
}
.main-page-section__news-section .section__button-container .section__button:hover::before, .main-page-section__news-section .section__button-container .section__button:focus::before {
  background-color: white;
  transform: rotateZ(-90deg) translateY(4px);
}

.aktualnosci-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 450px));
  grid-auto-rows: auto;
  -moz-column-gap: min(50px, 5vw);
       column-gap: min(50px, 5vw);
  row-gap: 50px;
  position: relative;
  justify-content: center;
}
.aktualnosci-list .boxes__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  text-align: left;
}
.aktualnosci-list .boxes__content .boxes__content-container {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 20;
  padding-right: 50px;
}
.aktualnosci-list .boxes__content .boxes__button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
}
.aktualnosci-list .boxes__content .image-container {
  --transitionLength: 0.5s;
  --transitionEasing: cubic-bezier(0.77, 0, 0.175, 1);
  order: 1;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  z-index: 10;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%, 80% calc(100% - 20px), 0 calc(100% - 20px), 0 100%);
}
.aktualnosci-list .boxes__content .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: max(60px, 40% - 20px);
  height: 100%;
  z-index: 5;
  background-color: rgba(var(--main-color-rgb), 0.7);
  transform: translateX(calc(100% + 22px)) scaleX(0.2);
  transition: all var(--transitionLength) var(--transitionEasing);
  transform-origin: right center;
  transition-delay: 0.1s;
}
.aktualnosci-list .boxes__content .image-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: max(60px, 40% - 20px);
  height: 100%;
  z-index: 6;
  opacity: 0;
  background-image: url(../images/arrow-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  transform: translateX(-30px);
  transition: all var(--transitionLength) var(--transitionEasing);
  transform-origin: right center;
  transition-delay: 0s;
}
.aktualnosci-list .boxes__content .image-container .img {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.aktualnosci-list .boxes__content .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.aktualnosci-list .boxes__content:hover .image-container::after {
  transform: translateX(0) scaleX(1);
  transition-delay: 0s;
}
.aktualnosci-list .boxes__content:hover .image-container::before {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.05s;
}
.aktualnosci-list .boxes__content:hover .boxes__header span {
  color: #fff;
  background-size: 100% 100%;
  transition-delay: 0;
}
.aktualnosci-list .boxes__header {
  font-family: var(--header-font-family);
  font-weight: 800;
  font-size: clamp(1.6rem, 2.5vw, 1.8rem) !important;
  line-height: 1;
  color: inherit;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  padding-bottom: 0 !important;
  padding-inline: 10px 20%;
  position: relative;
  display: block;
}
.aktualnosci-list .boxes__header::before {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  left: 10px;
  z-index: 1;
  width: 1px;
  height: 30px;
  background-color: rgb(var(--main-color-rgb));
}
.aktualnosci-list .boxes__header span {
  font-size: 0.8em;
  font-weight: 400;
  display: inline;
  text-transform: none;
  background-image: linear-gradient(rgba(var(--main-color-rgb), 1), rgba(var(--main-color-rgb), 1));
  background-position: bottom left;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 250ms ease-in-out;
  transition-delay: 0;
}
.aktualnosci-list .boxes__date {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 15;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  padding-inline: 10px 20px 10px 5px;
  transform: translateY(-50%);
  background-color: rgba(var(--main-color-rgb), 1);
}

.news-and-poradnik-container {
  display: grid;
  grid-template-columns: auto min(1500px, var(--center-container-width)) auto;
  grid-auto-rows: auto;
  position: relative;
}
.news-and-poradnik-container:not(.one-content)::after {
  grid-column: 2/-1;
  grid-row: 2/3;
  content: "";
  display: none;
  border: solid 1px #f5f5f5;
  border-width: 1px 0 1px 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  right: 0;
  z-index: -1;
}
.mobile .news-and-poradnik-container:not(.one-content)::after {
  display: block;
}

.news-and-poradnik-container:not(.one-content)::before {
  grid-column: 2/-1;
  grid-row: 2/3;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  right: 0;
  z-index: 1;
  opacity: 0.1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/poradnik-tlo.jpg);
}
.webp .news-and-poradnik-container:not(.one-content)::before {
  background-image: url(../images/poradnik-tlo.webp);
}

.mobile .news-and-poradnik-container:not(.one-content)::before {
  display: none;
}

.news-and-poradnik-container .news-section {
  --header-bg-color: #fff;
  grid-column: 2/3;
  position: relative;
  z-index: 10;
}
.news-and-poradnik-container .poradnik-section {
  --header-bg-color: #f5f5f5;
  grid-column: 2/3;
  position: relative;
  z-index: 10;
}
.news-and-poradnik-container .poradnik-section.one-content {
  --header-bg-color: #fff;
}

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