
.container
{
    margin: 0 auto;
    display: flex;
}
.filter, .content
{
    margin-top: 100px !important;
}
.container-head
{
    margin-bottom: 45px;
}
.container-head, .filter-head
{
    text-align: center;
}

.filter-one, .filter-two
{
    display: flex;
    justify-content: center;
    gap: 15px;
}
.line
{
    margin-top: 5px;
    width: 190px;
    height: 2px;
    opacity: 0.3;
    border-radius: 10px;
    background-color: #000000;
}
.filter-content
{
    width: 216px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 35px;
    margin-right: 119px;
    background: #56CCF2;
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    padding: 25px;
    border-radius: 34px;
    box-shadow: 0px 4px 10px rgb(84 84 84 / 25%);
}
.filter h1
{
    font-size: 22px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    top: 291px;
    position: absolute;
}
.filter
{
    width: 450px;
}
.filter-header h2
{
    font-size: 19px;
}
.filter-head
{
    font-size: 19px;
}

.filter select
{
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 11px;
    padding: 5px 25px;
    cursor: pointer;
    margin-bottom: 15px;
    max-width: 195px;
    box-shadow: 0px 4px 10px rgb(84 84 84 / 25%);

}
.filter-button button
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    border: 0;
    color: white;
    padding: 5px 11px;
    border-radius: 10px;
    background: #6190E8;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #A7BFE8, #6190E8);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #A7BFE8, #6190E8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0px 4px 10px rgb(84 84 84 / 25%);
    cursor: pointer;
}
.filter-saves
{
    margin-top: 45px;
}
.filter-saves button
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    border: 0;
    color: white;
    padding: 10px 11px;
    border-radius: 10px;
    background: #6190E8;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #A7BFE8, #6190E8);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #A7BFE8, #6190E8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0px 4px 10px rgb(84 84 84 / 25%);
    cursor: pointer;
}
.swiper-pagination-bullet
{
    background: #5e5e5e !important;
    margin-bottom: 32px !important;
}

.swiper-pagination {
    pointer-events: all !important;
}

.filter p
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
    text-align: start;
}

.filter-item
{
    margin-bottom: 15px;
}

.filter-button
{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.button-active
{
    background: #ff9966;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff5e62, #ff9966);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff5e62, #ff9966) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.highlight {
    background: linear-gradient(to right, #ff5e62, #ff9966) !important;
    padding: 2px;
    border-radius: 5px;
}

.content-block
{
    display: flex;
    justify-content: space-between;
    background-color: #d9edff;
    width: 900px;
    height: 125px;
    border-radius: 28px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 10px rgb(84 84 84 / 25%);

}

.content-head
{
    width: 150px;
}

.content-head p, .content-info-date p, .content-info-price
{
    word-wrap: break-word;
}

.content-head
{
    align-content: center;
    color: white;
    font-size: 14px;
    padding: 21px;
    text-align: center;
    background: linear-gradient(to right, #A7BFE8, #6190E8);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
}

.content-info-date
{
    margin: 0 auto;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: grid; place-items: center;
}

.content-info-price
{
    margin: 0 auto;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: flex; /* Основной Flexbox */
    display: -webkit-box; /* Для Safari */
    align-items: center;
    -webkit-box-align: center; /* Для Safari */
}

.content-info-date p, .content-head p, .content-info-price p
{
    margin: 0 !important;
}

.hidden {
    display: none;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    position: absolute;
    margin-top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.content-block {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.content-block.show {
    opacity: 1;
}

@media(max-width: 1365px)
{
    .content-block
    {
        width: 800px;
    }
}

@media(max-width: 1232px)
{
    .container
    {
        flex-direction: column;
        justify-content: center;
    }
    .content, .filter-content, .filter
    {
        margin: 0 auto !important;
    }

    .filter
    {
        margin-bottom: 55px !important;
    }

    .filter h1
    {
        display: none;
    }
}

@media(max-width: 850px)
{
    .content-block
    {
        width: 669px;
    }
}

@media(max-width: 700px)
{
    .content-block
    {
        width: 500px;
    }
}

@media(max-width: 500px)
{
    .content-block
    {
        max-width: 350px;
        height: 350px;
        flex-direction: column;
    }

    .content-head
    {
        border-bottom-left-radius: 0;
        border-top-right-radius: 28px;
    }

    .content-info-date
    {
        padding: 15px;
    }

    .content-info-price
    {
        margin-bottom: 30px;
        padding: 15px;
    }
    .content-head
    {
        width: auto;
    }

    .filter
    {
        width: 100%;
    }
}

@media(max-width: 380px)
{
    .content-block
    {
        max-width: 300px;
    }
}