/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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, 12.5vw, 20rem);
  position: relative;
}
.main-page-baner .main-page-baner__container {
  position: absolute;
  inset: 0;
  z-index: 10;
  isolation: isolate;
  padding: 0;
  margin: 0;
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  overflow: hidden;
}
@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 1fr;
  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: start;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 270px 0 60px calc(var(--mianPageSectionPadding, 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: left;
  text-transform: uppercase;
}
@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: start;
  position: relative;
  font-family: var(--header-font-family);
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 2px;
  color: #000;
  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 {
  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 {
  line-height: 1.2;
  position: relative;
}
.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;
  line-height: 1.2;
  position: relative;
}
.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;
  align-self: start;
  max-width: 500px;
  padding-top: 30px;
}
@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: #121212;
  line-height: 1.5em;
  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;
}
.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 {
  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: 300;
  position: relative;
  padding: 0.85em 50px 0.75em 20px;
  background-color: rgba(var(--body-background-color-black-rgb), 1);
  border-radius: 30px;
  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::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;
  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:hover,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button:hover {
  color: rgba(var(--body-background-color-black-rgb), 1);
  background-color: rgba(var(--gold-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::after,
.main-page-baner .show-container__contentContainer .main-page-baner__content .content-container .main-page-baner__more-info .main-page-baner__button:hover::after {
  transform: translate(-15px, -50%);
  background-color: rgba(var(--body-background-color-black-rgb), 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 .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;
  filter: grayscale(0.2);
  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;
  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.6);
  background-position: top left;
  background-repeat: repeat;
}
.main-page-baner .main-page-baner__slides-control {
  --size: 50px;
  --strokeWidth: 2px;
  position: absolute;
  top: 50%;
  left: calc(50% - (var(--size)) + min(var(--center-container-width), var(--center-container-width-max)) / 2);
  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);
}

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