/*.eng6_sec {
    color: #fff;
    position: relative;
    z-index: 3;
    padding-top: 30px;
}

.eng6_sec:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 180px;
    background-image: linear-gradient(48deg,#E41D94 0,#7421DF 50%,#4C1E87 100%);
    content: "";
    z-index: -1;
    top: 0;
}

@media (max-width:540px) {
    .eng6_sec:before {
        height: 360px;
    }
}*/

.eng6_sec {
    margin: 30px auto;
}

.eng6_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F7F8F8;
    box-shadow: 0 4px 4px rgb(0 0 0 / 20%);
    margin: 12px;
}

.eng6_left {
    width: 40%;
}

.eng6_right {
    width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 12px;
}

.eng6_right p {
    margin: 18px 12px;
    font-weight: 700;
    color: #4C1E87;
}
.eng6_right span {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    
}
@media (max-width:1100px) {
    .eng6_left, .eng6_right {
        width: 100%;
    }
    .eng6_left img {
        width: calc(100% - 24px);
    }
    .eng6_info {
        flex-wrap: wrap;
    }
}

.eng6_left img {
    padding: 6px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
    background: #fff;
    margin: 12px;
}

.slick-dots li button:before {
    font-family: 'slick';
     font-size: 6px;
     line-height: 20px;
     position: absolute;
     top: 0;
     left: 0;
     width: 20px;
     height: 20px;
     content: '•'; /* <-- Вот этот символ */
     text-align: center;
     opacity: .25;
     color: black;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
   }

   .fa-chevron-left:before {
    content: "\f053";
  }
  .fa-chevron-right:before {
    content: "\f054";
  }

  .eng6 button#prev {
    position: absolute;
    font-size: 2rem;
    z-index: 1;
    top: 40%;
    background-image: linear-gradient(48deg,#E41D94 0,#7421DF 50%,#4C1E87 100%);
    padding: 12px;
    border-radius: 5px;
    color: #fff;
    left: -15px;
  }

  .eng6 button#next {
    font-size: 2rem;
    position: absolute;
    z-index: 1;
    top: 40%;
    background-image: linear-gradient(48deg,#4C1E87 0,#7421DF 50%,#E41D94 100%);
    padding: 12px;
    border-radius: 5px;
    color: #fff;
    right: -15px;
  }
  .eng6 button#prev:hover {
    background-image: linear-gradient( 48deg,#E41D94 0,#4C1E87 100%);
  }

  .eng6 button#next:hover  {
    background-image: linear-gradient( 48deg,#4C1E87 0,#E41D94 100%);
  }

.eng6_btn {
    display: flex;
}
