.b-sectionDouble__topWrap {
  position: relative;
}

.b-sectionDouble__slider {
  padding: 15px;
  margin: -15px;
}

.b-sectionDouble__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: calc(100% - 80px);
}

.b-sectionDouble__btn {
  display: none;
  top: 50%;
  margin-top: -20.5px;
}

.b-sectionDouble__btn_prev {
  right: auto;
  left: -10px;
}

.b-sectionDouble__btn_next {
  right: -10px;
}

.b-sectionDouble__slide {
  display: none;
}

.b-sectionDouble__slide:nth-child(-n+6) {
  display: block;
}

.b-sectionDouble__slideIn {
  width: 100%;
}

.b-sectionDouble__text {
  display: none;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  font-size: 15px;
  line-height: 25px;
}

.b-sectionDouble__link {
  text-align: center;
  margin-top: 2rem;
}

.b-sectionDouble_half .b-sectionDouble__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-sectionDouble_half .b-sectionDouble__more {
  margin-bottom: 1.5rem;
}

@media (min-width: 560px) {
  .b-sectionDouble__title {
    max-width: 100%;
  }

  .b-sectionDouble__btn_prev {
    left: -5px;
  }

  .b-sectionDouble__btn_next {
    right: -5px;
  }

  .b-sectionDouble_half .b-sectionDouble__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b-sectionDouble_half .b-sectionDouble__more {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .b-sectionDouble__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -25.5px;
  }

  .b-sectionDouble__btn_prev {
    left: 0;
  }

  .b-sectionDouble__btn_next {
    right: 0;
  }

  .b-sectionDouble__slide {
    display: block;
  }

  .b-sectionDouble__slideIn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 226px;
  }

  .b-sectionDouble__text {
    display: block;
    margin-top: 2rem;
  }

  .b-sectionDouble__link {
    margin-top: 2.5rem;
  }

  .b-sectionDouble_half .b-sectionDouble__text {
    display: none;
  }
}

@media (min-width: 1024px) {
  .b-sectionDouble__title {
    text-align: left;
  }

  .b-sectionDouble__btn_prev {
    left: auto;
    right: 71px;
  }

  .b-sectionDouble__slideIn {
    min-width: 311px;
  }

  .b-sectionDouble__link {
    margin-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .b-sectionDouble__content {
    position: relative;
    display: grid;
    grid-template-columns: calc(40% - 30px) 60%;
    grid-template-rows: minmax(100px, auto) auto;
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .b-sectionDouble__topWrap {
    position: static;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-row: auto;
  }

  .b-sectionDouble__btn {
    top: -49px;
  }

  .b-sectionDouble__slideIn {
    min-width: 234px;
  }

  .b-sectionDouble__cardsWrap {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .b-sectionDouble__textWrap {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 0;
  }

  .b-sectionDouble__text {
    margin-top: 0;
  }

  .b-sectionDouble__link {
    text-align: left;
  }

  .b-sectionDouble_half .b-sectionDouble__topWrap {
    padding-top: 3rem;
    padding-left: 4rem;
    padding-right: 2.5rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .b-sectionDouble_half .b-sectionDouble__title {
    margin-bottom: 0;
  }

  .b-sectionDouble_half .b-sectionDouble__textWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
    padding-right: 2.5rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .b-sectionDouble_half .b-sectionDouble__text {
    display: block;
  }

  .b-sectionDouble_half .b-sectionDouble__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 1920px) {
  .b-sectionDouble__slideIn {
    min-width: 292px;
  }

  .b-sectionDouble_half .b-sectionDouble__content {
    z-index: 1;
  }

  .b-sectionDouble_half .b-sectionDouble__content:before, .b-sectionDouble_half .b-sectionDouble__content:after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    content: '';
    z-index: -1;
  }

  .b-sectionDouble_half .b-sectionDouble__content:before {
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(40% - 40px);
    background-image: var(--background);
  }

  .b-sectionDouble_half .b-sectionDouble__content:after {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    width: calc((40% - 30px) / 2);
    left: calc((40% - 30px) / 2);
  }

  .b-sectionDouble_half .b-sectionDouble__topWrap {
    grid-row-start: 1;
    grid-row-end: 3;
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4rem;
    margin-left: 50%;
  }

  .b-sectionDouble_half .b-sectionDouble__cardsWrap {
    grid-row-start: 1;
    grid-row-end: 4;
  }

  .b-sectionDouble_half .b-sectionDouble__textWrap {
    grid-row-start: 3;
    grid-row-end: 4;
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
    padding-bottom: 2rem;
    margin-left: 50%;
  }

  .b-sectionDouble_half .b-sectionDouble__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
  }

  .b-sectionDouble_half .b-sectionDouble__more {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
}

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