.bg-image {
    background: url('../img/РЫБАЛКА.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(100%) contrast(130%) brightness(90%);
}

.fishing {
    text-align: center;
    padding: 200px 100px 0;
}

.we-have {
    text-align: start;
}

.we-have__icon-list {
    margin-top: 40px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

.we-have__title {
    font-size: 50px;
}

.we-have__text {
    color: #FFD680;
}

.we-have__list {
    margin-top: 100px;
    font-size: 18px;
}

.adress {
    text-align: start;
    font-size: 18px;
    padding: 100px 100px 0;
}

.adress__image {
    width: 424px;
}

.adress__list {
    display: flex;
    list-style: none;
    gap: 34px;
    flex-wrap: wrap;
    justify-content: center;
}

.we-have__item-img {
    height: 110px;
    width: 110px;
}

.cost {
    padding: 100px 100px 0;
}

.cost__text {
    text-align: start;
}

@media (max-width: 780px) {
    .bg-image {
        max-width: 100vw;
        object-fit: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .adress__image {
        max-width: 300px;
    }
    .cost,
    .adress,
    .fishing {
        padding: 100px 30px 0;
    }
    .we-have__title {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .bg-image {
        max-width: 100vw;
        object-fit: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .fishing {
        padding: 100px 0 0;
    }
}