.clientAcc__block .clientA__accordion .accordion__item .accordion__title {
    font-size: 18px !important;
}
.tariff-menu span {
    font-size: 14px !important;
}
.tariff-menu img {
    width: 15px !important;
}
.tariff-menu {
    padding-top: 50px;
}
.tariff-data img {
    width: 40px !important;
}
.tarrifs__item {
    justify-content: flex-start !important;
}
.tarrifs__item__span {
    height: 54px;
}
.tarrifs__item:first-child .tarrifs__item__span {
    height: 54px;
    padding-top: 10px !important;
}
.tarrifs__item__span.tarrifs__item-border:nth-child(5) {
    padding-bottom: initial;
}
.group-title {
    font-size: 18px;
    color: deepskyblue;
}
.news__card {
    min-width: 33%;
    min-height: 150px;
}
.swiper-slide {
    min-height: 230px;
}
.reviews__img {
    width: 144px;
    border-radius: 90%;
}
#warn {
    margin-top: 15px;
    font-weight: bold;
}
.newsMain-name {
    font-size: 51px;
}
.newsMain__content {
    align-items: initial;
}
.newsMain__content {
    padding-bottom: 50px;
}
.center h3 {
    font-size: 54px;
}
.center a {
    color: #1cd4e7;
}
.center h1 {
    font-size: 98px;
}
.center {
    text-align: center;
}
.pb-100 {
    padding-bottom: 100px;
}
.news-row {
    display: block;
    padding-bottom: 15px;
}
.news-header {
    color: gray;
    font-size: 12px;
}
.news-title {
    font-size: 24px;
}
.news-text img {
    max-width: 600px;
    padding-top: 10px;
}
.text-center {
    text-align: center;
}
.news-block ul {
    margin-left: 20px;
}
.news-block a {
    color: deepskyblue;
}
.mt-10 {
    margin-top: 10px;
}
.pagination {
    display: flex;
    justify-content: center;
}
.pagination li a:hover {
    background-color: #5d0096;
    text-decoration: none;
}
.pagination li {
    list-style: none;
    display: block;
    padding: 8px 12px;
    margin: 1px 3px;
    text-decoration: none;
    border: 1px solid #470b6f;
    border-radius: 3px;
}
.pagination li a:hover{
    border-color: #fff;
    background-color: #fdfdfd;
    background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
}
.pagination li a.active{
    color: #f2f2f2;
    background-color: #676767;
    border-color: #505050;
    background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
}
