.news-filter__category-list {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.news-filter__category-list > li {
    display: inline-block;
    color: #000;
    padding: 0 25px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
/*
.news-filter__category-list > li:not(:last-child) {
    border-right: 1px solid #fff;
}
*/
.news-filter__category-list > li:not(:last-child):after {
    content: "|";
    color: #000;
    position: absolute;
    top: 0;
    left: 100%;
}

.news-filter__category-list > li > span {
    display: inline-block;
    height: 15px;
    line-height: 15px;
}

.news-filter__category-list > li.active > span {
    border-bottom: 1px solid #000;
    font-weight: 600;
}

.news-filter__city-list {
    margin-top: 30px;
}

.news-city-button {
    background: transparent;
    font-size: 12px;
    color: #000;
    padding: 12px 10px 11px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.news-city-button.active {
    background: #000;
    color: #fff;
    font-weight: 600;
}

.insurance {
    background-color: #c1d5e5;
    padding: 60px 0 80px 0;
}

.insurance__info .insurance__name span {
    color: #000;
}

.insurance__info .insurance__name span:hover {
    border-bottom: 1px solid #000;
}

.insurance .block-title, .prices .block-title {
    margin-bottom: 40px;
}
.insurance .block-title span {
    color: #000;
}
.insurance .block-title span, .prices .block-title span {
    font-family: "Times New Roman",Georgia,serif;
    font-size: 24px;
    font-weight: 500;
}
.insurance .block-title span.title-caps, .prices .block-title span.title-caps {
    text-transform: uppercase;
    font-size: 26px;
}
.insurance__list__container {
    max-width: 1086px;
    margin-left: auto;
    margin-right: auto;
}
.insurance__list {
    margin-left: -2.87%;
    margin-right: -2.87%;
    display: flex;
    flex-wrap: wrap;
}

.insurance__info .visit-page-btn span {
    border-bottom: none !important;
}

.fade-in-up {
    transform: scale(0);
    opacity: 0;
}

.fade-in-up.animate {
    transform: scale(1);
    opacity: 1;
    transition: transform .4s, opacity .4s;
}

@media (max-width: 767px) {
    .insurance__list {
        flex-wrap: wrap;
    }
    .insurance__col {
        flex: 0 0 100% !important;
    }
}
@media (max-width: 1020px) {
    .insurance__image {
        /*height: 300px !important;*/   
    }
}
@media (max-width: 1200px) {
    .insurance__col {
        padding: 0 1.08%;
    }
}
.insurance__col {
    flex: 0 0 33.33333333%;
    padding: 0 1.32% 0;
    margin-bottom: 20px;
}
.insurance__body {
    height: 100%;
}
.insurance__image {
    margin: 0;
    height:  auto;
    overflow: hidden;
    position: relative;
}
.insurance__image img {
    position:  static;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.news-filters {
    margin-bottom: 20px;
    margin-left: -1.55%;
}

.news-filters  select {
    margin-right: 10px;
}

.news-filters select {
    font-size: 14px;
    padding: 6px;
}

.load-more-button {
    cursor: pointer;
    text-transform: uppercase;
    background: #feeb00;
    padding: 10px;
    line-height: 13px;
    margin-top: 12px;
    display: inline-block;
}

.hidden {
    display: none !important;
}