#solutions-banner-text p {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
}

#solutions__excursions {
    padding-top: 51px;
}

#solutions__banner-with-title {
    border-bottom: none;
}

.solutions__banner {
    padding-bottom: 30px;
    border-bottom: 1px solid #101010;
    width: 60%;
}

.solutions__banner-text-container {
    width: 60%;
}

#solutions__text {
    font-size: 42px;
}


.solutions__input-field,
.solutions__search {
    width: 100%;
}

.solutions__search {
    margin-top: 30px;
}


.search__input {
    width: 100%;
    padding: 28px;
    background: none;
    outline: none;
    border-radius: 5px;
    border: 1px solid #57585A;
    box-shadow: none;
    color: #101010;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.search__apply {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
    outline: none;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.search__icon {
    user-select: none;
    pointer-events: none;
}

.solutions__search-result {
    margin-bottom: 51px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
}

.search-result__bottom-left {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 30px;

}

.search-result__bottom {
    align-items: center;
}

.search-result__title {
    color: #101010;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.solutions__search-result-dropdown-field {
    transition: border .1s ease-in-out, box-shadow .1s ease-in-out, background .1s ease-in-out;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px;
    border-radius: 58px;
    background: #E8E8E8;
    border: 1px solid transparent;
    box-shadow: none;
    min-width: 215px;
}

.solutions__search-result-dropdown-field:not(.expanded) .search-result__dropdown-content {
    display: none;
}

.solutions__search-result-dropdown-field.expanded {
    border: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    background: none;
}

.solutions__search-result-dropdown-field > *:not(.search-result__dropdown-content) {
    pointer-events: none;
}

.search-result__dropdown-content {
    top: 50px;
    left: 0;
    z-index: 20;
    background: white;
    border-radius: 5px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    overflow: hidden;
}

.search-result__dropdown-content .dropdown-content__list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;


    a {
        color: inherit;
    }
}

.dropdown-content__list li {
    transition: background .1s ease-in-out, box-shadow .1s ease-in-out, color .1s ease-in-out;
    width: 100%;
    overflow-wrap: break-word;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.filter__active,
.dropdown-content__list li:hover {
    background: var(--color-orange);
    box-shadow: var(--shadow-button-orange);

    color: white;
}

.search-result__export,
.search-result__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.search-result__export {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    color: #F54500;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.search-result__export img {
    width: 18px;
    height: 18px;
}

.solutions__elements {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 10px;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: start;
    width: 100%;
    padding-top: 100px;
    border-bottom: 1px solid black;
}

.solutions__item {
    width: calc(50% - 10px);
    margin-bottom: 50px;
}

.solutions__image {
    width: 100%;
    height: 701px;
    display: block;
    object-fit: cover;
    border-radius: 5px;
}

.solutions__elements_projects .solutions__image {
    height: 527px;
}

.solutions__text {
    margin-top: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;

    color: var(--Black, #101010);
}


.title__services-carusel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title__services-carusel h1 {
    flex: 1;
}

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

@media (max-width: 1440px) {
    .solutions__image {
        height: 587px;
    }

    .solutions__elements_projects .solutions__image {
        height: 440px;
    }
}

@media (max-width: 1024px) {
    .solutions__image {
        height: 421px;
    }

    .solutions__elements_projects .solutions__image {
        height: 314px;
    }
}

@media (max-width: 768px) {
    .solutions__image {
        height: 307px;
    }

    .solutions__elements_projects .solutions__image {
        height: 229px;
    }
}

@media (max-width: 375px) {
    .solutions__image {
        height: 148px;
    }

    .solutions__elements_projects .solutions__image {
        height: 168px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .solutions__banner {
        padding-bottom: 25px;
        border-bottom: none;
    }

    .solutions__banner,
    .solutions__banner .banner__text-container,
    .solutions__banner-text__large p {
        width: 80%;


    }

    .solutions__input-field,
    .solutions__search {
        width: 100%;
    }

    .solutions__search {
        margin-top: 25px;
    }

    .search__input {
        width: 100%;
        padding: 24px;
        font-size: 15px;
    }

    .search__apply {
        top: 25px;
        right: 25px;
    }

    .solutions__search-result {
        margin-top: 40px;
        gap: 25px;
        padding-bottom: 60px;
    }

    .search-result__title {
        font-size: 28px;
    }

    .solutions__search-result-dropdown-field {
        min-width: 80%;
    }

    .search-result__export,
    .search-result__bottom {
        flex-direction: row;
        justify-content: space-between;
        gap: 15px;
    }

    .solutions__elements {
        gap: 40px 8px;
        padding-top: 80px;
    }

    .solutions__item {
        width: calc(50% - 8px);
        margin-bottom: 0px;
    }

    .solutions__text {
        font-size: 15px;
    }

    .title__services-carusel {
        flex-direction: row;
        justify-content: space-between;
        gap: 15px;
    }

    .title__services-carusel h1 {
        width: 100%;
        text-align: center;
    }

    .carousel__rulers {
        justify-content: center;
        width: 100%;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .solutions__banner {
        padding-bottom: 15px;
        border-bottom: none;
    }

    #solutions-banner-text p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
    }

    #solutions__title-services-carusel > h1 {
        font-size: 24px;
    }

    .solutions__banner,
    .banner__text-container,
    .solutions__banner-text__large p {
        width: 90%;
    }

    #solutions__text {
        font-size: 20px;
    }

    .solutions__input-field,
    .solutions__search {
        width: 100%;
    }

    .solutions__search {
        margin-top: 15px;
    }

    .search__input {
        width: 100%;
        padding: 18px;
        font-size: 14px;
    }

    .search__apply {
        top: 15px;
        right: 15px;
    }

    .solutions__search-result {
        margin-top: 20px;
        gap: 15px;
        padding-bottom: 40px;
    }

    .search-result__title {
        font-size: 20px;
    }

    .solutions__search-result-dropdown-field {
        min-width: 200px;
    }

    .search-result__export,
    .search-result__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .solutions__elements {
        gap: 20px 5px;
        padding-top: 40px;
    }

    .solutions__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .solutions__text {
        font-size: 14px;
    }

    .title__services-carusel {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .title__services-carusel h1 {
        width: 100%;
        text-align: left;
    }

    .carousel__rulers {
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .search-result__dropdown-content {
        width: 50vw;
    }
}
