.slider-text-section .swiper-button-prev,
.slider-text-section .swiper-button-next, .slider-text-section .swiper-button-prev:after,
.slider-text-section .swiper-button-next:after {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.slider-text-section {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .slider-text-section {
      display: flex;
      align-items: center;
      gap: 30px; } }
  @media (min-width: 1200px) {
    .slider-text-section {
      padding: 81px 0;
      gap: 60px; } }
  @media (min-width: 1800px) {
    .slider-text-section {
      padding-bottom: 170px; } }
  @media (min-width: 1800px) {
    .slider-text-section {
      gap: 110px; } }
  @media (min-width: 768px) {
    .slider-text-section.slider-position-left {
      flex-direction: row-reverse; } }
  @media (min-width: 1800px) {
    .slider-text-section.slider-position-left .text-holder {
      width: calc(46.5% - 55px);
      padding-left: 0; } }
  @media (min-width: 1800px) {
    .slider-text-section.slider-position-left .slider-holder {
      width: calc(53.5% - 55px);
      padding-left: 0;
      padding-right: 2%; } }
  .slider-text-section .text-holder {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .slider-text-section .text-holder {
        width: calc(50% - 15px);
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .slider-text-section .text-holder {
        width: calc(50% - 30px); } }
    @media (min-width: 1800px) {
      .slider-text-section .text-holder {
        width: calc(43% - 55px);
        padding-left: 3.8%; } }
  @media (min-width: 768px) {
    .slider-text-section .slider-holder {
      width: calc(50% - 15px); } }
  @media (min-width: 1200px) {
    .slider-text-section .slider-holder {
      width: calc(50% - 30px); } }
  @media (min-width: 1800px) {
    .slider-text-section .slider-holder {
      width: calc(57% - 55px);
      padding-left: 1.6%;
      padding-right: 4%; } }
  .slider-text-section .section-sub-title {
    margin-bottom: 4px; }
  .slider-text-section .section-title {
    margin-bottom: 17px; }
  .slider-text-section .section-text {
    border-bottom: 2px solid #E0E0E0;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .slider-text-section .section-text {
        padding-bottom: 31px;
        margin-bottom: 42px; } }
    .slider-text-section .section-text p:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .slider-text-section .info-list {
      display: flex;
      flex-wrap: wrap;
      gap: 14px; } }
  @media (min-width: 1200px) {
    .slider-text-section .info-list {
      column-gap: 24px;
      row-gap: 20px; } }
  .slider-text-section .info-list .item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .slider-text-section .info-list .item {
        width: calc(50% - 7px);
        margin-bottom: 0;
        font-size: 12px; } }
    @media (min-width: 1024px) {
      .slider-text-section .info-list .item {
        font-size: 15px; } }
    @media (min-width: 1200px) {
      .slider-text-section .info-list .item {
        width: calc(50% - 12px); } }
    .slider-text-section .info-list .item:last-child {
      margin-bottom: 0; }
    .slider-text-section .info-list .item .icon {
      display: block;
      max-width: 51px;
      width: 100%; }
  .slider-text-section .swiper-slide {
    color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    height: auto;
    min-height: 400px;
    padding: 20px 20px 80px; }
    @media (min-width: 1024px) {
      .slider-text-section .swiper-slide {
        min-height: 600px; } }
    @media (min-width: 1200px) {
      .slider-text-section .swiper-slide {
        font-size: 20px;
        min-height: 753px;
        padding: 32px 59px 80px; } }
    @media (min-width: 1440px) {
      .slider-text-section .swiper-slide {
        padding-right: 179px;
        padding-bottom: 30px; } }
    .slider-text-section .swiper-slide:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 80%, transparent 100%);
      z-index: 1; }
      @media (min-width: 1200px) {
        .slider-text-section .swiper-slide:before {
          background: linear-gradient(0deg, #000 0%, transparent 100%); } }
    .slider-text-section .swiper-slide .img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center; }
    .slider-text-section .swiper-slide .text-block {
      position: relative;
      z-index: 10; }
      .slider-text-section .swiper-slide .text-block p:last-child {
        margin-bottom: 0; }
    .slider-text-section .swiper-slide .text-title {
      color: #4A87B5;
      font-weight: 900;
      font-size: 18px;
      margin-bottom: 11px; }
      @media (min-width: 1024px) {
        .slider-text-section .swiper-slide .text-title {
          font-size: 26px;
          margin-bottom: 22px; } }
      @media (min-width: 1200px) {
        .slider-text-section .swiper-slide .text-title {
          font-size: 30px; } }
    .slider-text-section .swiper-slide .text {
      letter-spacing: 0.01em;
      line-height: 1.42; }
  .slider-text-section .swiper-btns {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 24px;
    right: 24px;
    gap: 18px; }
  .slider-text-section .swiper-button-prev,
  .slider-text-section .swiper-button-next {
    width: 38px;
    height: 38px;
    background: #4A87B5;
    border-radius: 50%;
    position: static;
    transform: none; }
    .slider-text-section .swiper-button-prev:hover,
    .slider-text-section .swiper-button-next:hover {
      background: #fff; }
      .slider-text-section .swiper-button-prev:hover:after,
      .slider-text-section .swiper-button-next:hover:after {
        background-image: url("../../images/icon-submit-arrow-blue.svg"); }
    .slider-text-section .swiper-button-prev:after,
    .slider-text-section .swiper-button-next:after {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 30px;
      height: 30px;
      content: '';
      background-image: url("../../images/icon-submit-arrow-white.svg"); }
  .slider-text-section .swiper-button-prev:after {
    transform: rotate(180deg); }

/*# sourceMappingURL=slider-text.css.map */