/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-slider {
  overflow: hidden; }
  .block-slider__header {
    margin-bottom: 9rem; }
    .block-slider__header h1, .block-slider__header h2, .block-slider__header h3, .block-slider__header h4, .block-slider__header h5, .block-slider__header h6 {
      font-size: var(--fs-48);
      font-weight: 400;
      line-height: 1.35;
      margin-bottom: 2rem;
      color: #15161B; }
    .block-slider__header p {
      font-size: var(--fs-16);
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: .5rem;
      letter-spacing: 0.2px;
      color: #A4A3FC; }
    .block-slider__header *:last-child {
      margin-bottom: 0; }
    @media (max-width: 1199.98px) {
      .block-slider__header {
        margin-bottom: 5rem; } }
    @media (max-width: 767.98px) {
      .block-slider__header * {
        text-align: left !important; } }
  .block-slider__slide .image {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: center; }
    .block-slider__slide .image img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .block-slider__footer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 12rem;
    bottom: 8rem;
    z-index: 2; }
    @media (max-width: 1199.98px) {
      .block-slider__footer {
        right: 6rem;
        bottom: 4rem; } }
    @media (max-width: 767.98px) {
      .block-slider__footer {
        right: 3rem;
        bottom: 2rem; } }
  .block-slider__nav {
    display: flex; }
    .block-slider__nav-prev, .block-slider__nav-next {
      display: block;
      cursor: pointer;
      transition: .35s all;
      width: 5.6rem;
      height: 4.8rem;
      background: rgba(21, 22, 27, 0.85);
      display: flex;
      align-content: center;
      justify-content: center;
      align-items: center; }
      .block-slider__nav-prev:hover, .block-slider__nav-next:hover {
        opacity: .5; }
      .block-slider__nav-prev img, .block-slider__nav-next img {
        width: 1.2rem; }

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .block-slider .container--limit .block-slider__slider,
  .block-slider .container--full .block-slider__slider {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: 100vw; } }


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