.section_title {
    text-align: center;
}
.offers {
    padding: 120px 0 170px;
}
.offers_list {
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 76px 425px 0;
}
.offers_list a {
    position: relative;
    display: inline-block;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 20px;
    vertical-align: top;
}
.offers_list a::before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; right: 0;
    margin: auto;
    width: 1px;
    background-color: #dedede;
}
.offers_list a:nth-child(4n)::before {
    display: none;
}
.offers_list a::after {
    content: '';
    position: absolute;
    bottom: 0; right: 20px; left: 20px;
    margin: auto;
    height: 1px;
    background-color: #dedede;
}
.offers_list a .loader {
    height: 300px;
    background-position: top center;
}
.offers_list a .ttl {
    position: relative;
    margin: 20px 0 10px;
    font-family: '"Open Sans",sans-serif';
    font-size: 16px;
    line-height: 1.2;
    color: #266198;
    letter-spacing: -0.025em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


@media (max-width: 1024px) {
    .offers_list a {
        width: 33.3%;
    }
    .offers_list a:nth-child(3n) {
        width: 33.4%;
    }
    .offers_list a:nth-child(3n)::before {
        display: none;
    }
    .offers_list a:nth-child(4n)::before {
        display: block;
        content: '';
        position: absolute;
        top: 0; bottom: 0; right: 0;
        margin: auto;
        width: 1px;
        background-color: #dedede;
    }
}


@media ( max-width: 655px ) {
    .offers {
        padding: 35px 0 60px;
    }
    .offers_list {
        max-width: calc(100% - 30px);
        margin: 35px auto 0;
    }
    .offers_list a,
    .offers_list a:nth-child(3n) {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .offers_list a::before,
    .offers_list a:nth-child(4n)::before {
        display: none;
    }
    .offers_list a::after {
        right: 0; left: 0;
    }
    .offers_list a .loader {
        height: 200px;
    }
    .offers_list a .ttl {
        margin-top: 10px;
        margin-bottom: 16px;
        font-size: 12px;
    }
}
