.slider-wrapper {
  position: relative;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 10px;
  height: 800px;
  max-height: 100vh; }
  .slider-wrapper .slide {
    width: 100%;
    min-width: 100%; }
    .slider-wrapper .slide.animation-element.active {
      z-index: 2; }
    .slider-wrapper .slide.animation-element:not(.active):not(.next-slide) {
      display: none; }
  .slider-wrapper .slide-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow-x: hidden; }
  .slider-wrapper .slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--light-bg); }
    .slider-wrapper .slide-bg .image {
      height: 100%; }
    .slider-wrapper .slide-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(1) contrast(1.2) brightness(0.5); }
  .slider-wrapper .slide-inner {
    display: flex;
    align-items: center;
    width: 100%; }
  .slider-wrapper .photo {
    margin-left: auto;
    max-width: 50%;
    max-height: 100%;
    overflow-y: hidden;
    padding-left: 20px;
    padding-right: 20px; }
    .slider-wrapper .photo img {
      max-width: 100%;
      height: auto; }
  .slider-wrapper .text {
    position: relative;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow-y: hidden;
    padding-top: 180px;
    height: 100%; }
    .slider-wrapper .text:after {
      display: block;
      content: "";
      width: 34px;
      height: 34px;
      min-height: 34px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-image: url("/img/arrow-down-white.svg");
      position: absolute;
      bottom: 49px;
      pointer-events: none; }
    .slider-wrapper .text .text-inner {
      padding: 40px;
      margin-bottom: 180px;
      width: 718px;
      max-width: 100%; }
    .slider-wrapper .text .buttons {
      justify-content: flex-start; }
    .slider-wrapper .text a,
    .slider-wrapper .text button {
      margin-left: 0;
      background-color: var(--text-hover);
      border: none; }
      .slider-wrapper .text a:hover,
      .slider-wrapper .text button:hover {
        border: none !important; }
    .slider-wrapper .text * {
      color: var(--light); }
    .slider-wrapper .text .slide-title, .slider-wrapper .text .slide-subtitle {
      margin: 0; }
    .slider-wrapper .text .slide-title {
      font-size: 84rem;
      font-weight: 900;
      margin: 0;
      text-align: center; }
      .slider-wrapper .text .slide-title span {
        color: var(--element1-color); }
    .slider-wrapper .text .slide-subtitle {
      font-size: 25rem;
      font-weight: 400;
      margin: 0;
      margin-top: 10px;
      text-align: center; }
    .slider-wrapper .text .title {
      margin-top: 20px;
      margin-bottom: 20px; }
  .slider-wrapper:after {
    display: block;
    content: "";
    height: 430px;
    width: 703px;
    min-height: 515px;
    background-image: url("/img/Linia.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -315px;
    top: 160px;
    z-index: 4;
    pointer-events: none; }

@media (max-width: 575.5px) {
  .slider-wrapper {
    height: 350px; }
    .slider-wrapper.resolution-desktop {
      display: none; }
    .slider-wrapper:after {
      display: none; }
    .slider-wrapper .animation-buttons .btn-animate {
      width: 35px;
      height: 35px; }
      .slider-wrapper .animation-buttons .btn-animate .line1 {
        width: 11px;
        height: 3px; }
      .slider-wrapper .animation-buttons .btn-animate .line2 {
        width: 17px;
        height: 3px; }
      .slider-wrapper .animation-buttons .btn-animate .line3 {
        width: 11px;
        height: 3px; }
    .slider-wrapper .photo {
      max-width: 40%; }
    .slider-wrapper .text {
      padding-top: 80px; }
      .slider-wrapper .text:after {
        width: 25px;
        height: 25px;
        min-height: 25px;
        bottom: 45px; }
      .slider-wrapper .text .slide-title {
        font-size: 40rem; }
      .slider-wrapper .text .text-inner {
        margin-bottom: 100px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .slider-wrapper {
    height: 400px; }
    .slider-wrapper.resolution-desktop {
      display: none; }
    .slider-wrapper:after {
      display: none; }
    .slider-wrapper .animation-buttons .btn-animate {
      width: 35px;
      height: 35px; }
      .slider-wrapper .animation-buttons .btn-animate .line1 {
        width: 11px;
        height: 3px; }
      .slider-wrapper .animation-buttons .btn-animate .line2 {
        width: 17px;
        height: 3px; }
      .slider-wrapper .animation-buttons .btn-animate .line3 {
        width: 11px;
        height: 3px; }
    .slider-wrapper .photo {
      max-width: 40%; }
    .slider-wrapper .text {
      padding-top: 120px; }
      .slider-wrapper .text:after {
        width: 25px;
        height: 25px;
        min-height: 25px;
        bottom: 45px; }
      .slider-wrapper .text .slide-title {
        font-size: 55rem; }
      .slider-wrapper .text .text-inner {
        margin-bottom: 140px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .slider-wrapper {
    height: 525px; }
    .slider-wrapper:after {
      height: 317px;
      width: 433px;
      min-height: 317px;
      background-size: 430px;
      right: calc(50vw - 645px);
      top: 145px; }
    .slider-wrapper .animation-buttons .btn-animate {
      width: 35px;
      height: 35px; }
      .slider-wrapper .animation-buttons .btn-animate .line1 {
        width: 11px;
        height: 3px; }
      .slider-wrapper .animation-buttons .btn-animate .line2 {
        width: 17px;
        height: 3px; }
      .slider-wrapper .animation-buttons .btn-animate .line3 {
        width: 11px;
        height: 3px; }
    .slider-wrapper.resolution-mobile {
      display: none; }
    .slider-wrapper .photo {
      max-width: 40%; }
    .slider-wrapper .text {
      padding-top: 140px; }
      .slider-wrapper .text .slide-title {
        font-size: 65rem; }
      .slider-wrapper .text .text-inner {
        margin-bottom: 140px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .slider-wrapper {
    height: 610px; }
    .slider-wrapper:after {
      height: 368px;
      width: 500px;
      min-height: 368px;
      background-size: 500px;
      right: calc(50vw - 780px);
      top: 145px; }
    .slider-wrapper .animation-buttons .btn-animate {
      width: 35px;
      height: 35px; }
      .slider-wrapper .animation-buttons .btn-animate .line1 {
        width: 11px;
        height: 3px; }
      .slider-wrapper .animation-buttons .btn-animate .line2 {
        width: 17px;
        height: 3px; }
      .slider-wrapper .animation-buttons .btn-animate .line3 {
        width: 11px;
        height: 3px; }
    .slider-wrapper.resolution-mobile {
      display: none; }
    .slider-wrapper .photo {
      max-width: 40%; }
    .slider-wrapper .text {
      padding-top: 138px; }
      .slider-wrapper .text .slide-title {
        font-size: 70rem; }
      .slider-wrapper .text .text-inner {
        margin-bottom: 170px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .slider-wrapper:after {
    right: calc(50vw - 1000px); }
  .slider-wrapper.resolution-mobile {
    display: none; } }
@media (min-width: 1580px) {
  .slider-wrapper.resolution-mobile {
    display: none; }
  .slider-wrapper .text {
    width: 100%; } }

/*# sourceMappingURL=slider.css.map */
