.history-page {
    margin-bottom: 132px;
}

.history-page .container-big {
    max-width: 1200px;
    z-index: 1;
}

.history-page .container-big .catalog-page-all-cont {
    width: 100%;
}

.history_banner {
    position: relative;
    margin-bottom: 60px;
}

.history_banner a {
    display: flex;
    height: 500px;
    background-size: 100% 100%;
}

.history_banner_content {
    position: relative;
    padding-bottom: 75px;
}
.history_banner .abs-lines{
    position:absolute;
    right: 0;
    top:0;
    height:100%;
    width: auto;
    bottom: 0;



}
.history_banner .abs-bg{
    position: absolute;
    top: 0;
    bottom:0;
    height: 100%;
    width: auto;
    z-index:0;
    left: 45%;
}

.history_banner_img {
    width: 100%;
    max-width: 824px;
    height: auto;
}

.history_banner_img.mob_show {
    display: none;
}

.history_banner_title {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #877FB0;
    text-transform: uppercase;
    text-align: left;
    margin-top: 75px;
    margin-bottom: 30px;
    width: 59%;
}

.history_banner_subtitle {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #697B6F;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    width: 59%;
}

.history_banner_description {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    text-align: left;
    width: 59%;
}

.history_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:35px 30px;
}

.history_list .history_list_item {
    width: calc(33% - 17px)
}

.history_list_item_img {
    width: 100%;
    max-width: 570px;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.history_list_item_title {
    display: block;
    min-height: 72px;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #03101A;
    text-align: left;
    margin-top: 25px;
}

.history_list_item_title:hover {
    color: #877FB0;
}
.history-list-header{
    margin-bottom: 35px;
    text-align: left;
}

@media only screen and (max-width: 1199px) {
    .history_banner .abs-lines{
        display: none;
    }
    .history_banner {
        margin-right: 0;
    }

    .history_banner_title {
        font-size: 30px;
        width: 100%;
    }

    .history_banner_subtitle {
        font-size: 24px;
        width: 100%;
    }

    .history_banner_description {
        font-size: 16px;
        width: 100%;
    }
}

@media only screen and (max-width: 992px){
    .history_list .history_list_item{
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 768px) {
    .history_banner .abs-bg{
        display: none;
    }

    .history-page .history_banner a {
        height: auto;
        flex-direction: column-reverse;
        background-image: none !important;
    }

    .history_banner_content {
        background-color: #DEDCDB;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 30px;
    }

    .history_banner_title {
        margin-top: 30px;
        margin-bottom: 24px;
    }

    .history_banner_subtitle {
        margin-bottom: 24px;
    }

    .history_banner_img.mob_show {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .history_list {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .history_list .history_list_item {
        width: 75%;
    }
}

@media only screen and (max-width: 475px) {
    .history_list .history_list_item {
        width: 100%;
    }
}