.why {
    color: #ffffff;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
}

.why__container {
    text-align: center;
    width: 90%;
    max-width: 1525px;
    overflow: hidden;
}

.why__title {
    font-weight: bold;
    font-size: 60px;
    line-height: 122%;
    margin-bottom: 100px;
}

.why__title span {
    color: #f7ca60;
}

.why__item {
    max-width: 440px;
    height: 210px !important;
    border: 1px solid #f7ca60;
    box-sizing: border-box;
    border-radius: 10px;
    padding-top: 25px;
    opacity: 0.5;
}

.why-item__title {
    background: linear-gradient(293.89deg, #f6c150 35.44%, #fded9b 94.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 40px;
    line-height: 122%;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.why-item__text {
    font-size: 22px;
    line-height: 130%;
}

.why__swiper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide-active {
    opacity: 1;
}

.why__swiper {
    width: 440px;
    position: relative;
    margin: 0 auto;
}

.why__control-arrow {
    margin: 0 16px;
}

.why__control-arrow:first-of-type {
    cursor: pointer;
}

.why__control-arrow:last-of-type {
    cursor: pointer;
}

.why-pagination {
    font-weight: 100;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 85px;
}

.swiper-pagination-current {
    font-weight: 500;
    font-size: 50px;
    color: rgba(255, 255, 255, 1);
}
.why__sert-img1 {
    max-width: 205px;
    height: 291px;
    position: absolute;
    top: -114px;
    left: 50%;
    transform: translateX(-50%);
}
.why__sert-img2 {
    max-width: 380px;
    height: 261px;
    position: absolute;
    top: -99px;
    left: 50%;
    transform: translateX(-50%);
}
.why__sert-img3 {
    max-width: 207px;
    height: 291px;
    position: absolute;
    top: -114px;
    left: 50%;
    transform: translateX(-50%);
}
.why__serts {
    max-width: 1260px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 123px;
}
.why__title {
    margin-bottom: 215px;
}
.why__sert {
    border: 1px solid #F7CA60;
    border-radius: 10px;
    display: block;
    text-decoration: none;
}
.why__sert:first-of-type {
    max-width: 336px;
    height: 296px;
    position: relative;
}
.why__sert:nth-of-type(2) {
    max-width: 437px;
    height: 296px;
    position: relative;
}
.why__sert:nth-of-type(3) {
    max-width: 336px;
    height: 296px;
    position: relative;
}
.why__sert-name {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 576px) {
    .why__sert:first-of-type {
        margin-bottom: 157px;
        height: 200px;
    }
    .why__sert:nth-of-type(2) {
        margin-bottom: 200px;
        height: 180px;
    }
    .why__sert:nth-of-type(3) {
        height: 200px;
    }
    .why__sert-name {
        font-size: 20px;
        line-height: 24px;
    }
    .why__sert-img1 {
        max-width: 181px;
        height: auto !important;
        top: -150px;
    }
    .why__sert-img2 {
        max-width: 260px;
        height: auto !important;
        top: -100px;
    }
    .why__sert-img3 {
        max-width: 181px;
        height: auto !important;
        top: -150px;
    }
    .why__serts {
        max-width: 280px;
        flex-direction: column;
    }
    .why__sert {
        max-width: 100% !important;
    }
    .hero__btn-wrap {
        margin-top: 0;
    }
    .why__title {
        font-weight: bold;
        font-size: 26px;
        line-height: 115%;
        margin-bottom: 210px;
        text-align: center;
    }
    .why__title span {
        display: block;
    }
    .why__swiper {
        max-width: 270px;
    }
    .why__item {
        height: 170px !important;
    }
    .why-item__title {
        font-size: 25px;
        line-height: 122%;
    }
    .why-item__text {
        font-size: 15px;
        line-height: 130%;
    }
    .why__control-arrow {
        display: none;
    }
    .why-pagination {
        margin-bottom: 45px;
    }
    .swiper-pagination-current {
        font-size: 30px;
    }
}

.additional-text-block {
    margin: 25px 0;
      font-weight: 300;
      font-size: 20px;
      line-height: 125%;
      color: #ffffff;
  }
