.sci-heading .sci-name {
    font-size: 24px;
    font-weight: bold;
}
#getbank > p {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nqs-select-mod .nqs-select div .h2 {
    font-size: 18px;
    font-weight: bold;
}
.nqs-final-result .h2 {
    font-size: 28px;
    text-align: center;
    text-transform: none;
    margin-bottom: 10px;
}
#best-price .h2,
#success .h2,
#best-treid .h2 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 0;
}
#best-price .h2 span,
#best-treid .h2 span {
    color: #308dca;
}
#success .h2 {
    margin: 0 0 8px;
}
#callback .h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.catalog-item > .h2 {
    font-size: 17px;
    font-weight: bold;
    min-height: 66px;
}
#getbank > .h2 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.thank-you-text {
    padding: 0 20px;
    margin-bottom: 60px;
}

.topbar-geo.--time::after {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 25C19.4036 25 25 19.4036 25 12.5C25 5.59644 19.4036 0 12.5 0C5.59644 0 0 5.59644 0 12.5C0 19.4036 5.59644 25 12.5 25ZM17.0962 7.90381C15.8772 6.68482 14.2239 6 12.5 6C10.7761 6 9.12279 6.68482 7.90381 7.90381C6.68482 9.12279 6 10.7761 6 12.5C6 14.2239 6.68482 15.8772 7.90381 17.0962C9.12279 18.3152 10.7761 19 12.5 19C14.2239 19 15.8772 18.3152 17.0962 17.0962C18.3152 15.8772 19 14.2239 19 12.5C19 10.7761 18.3152 9.12279 17.0962 7.90381ZM11.8906 12.5V9.04688C11.8906 8.70918 12.1623 8.4375 12.5 8.4375C12.8377 8.4375 13.1094 8.70918 13.1094 9.04688V12.175L15.2752 13.6172C15.557 13.8051 15.6332 14.1809 15.4453 14.4627C15.2574 14.7445 14.8791 14.8207 14.5998 14.6328L12.1623 13.0078C11.9922 12.8936 11.8906 12.7031 11.8906 12.5Z' fill='%23308DCA'/%3E%3C/svg%3E%0A");
}
@media (max-width: 576px) {
    .topbar-geo.--time {
        margin-left: auto;
        margin-right: 58px;
    }
}

.catalog-anchor {
	position: absolute;
	top: -80px;
}

.link-groups {
	display: grid;
	grid-gap: 40px;
}

.link-groups__group-title {
	font-weight: bolder;
	text-transform: uppercase;
	color: white;

	margin-bottom: 16px;
}
.link-groups__group-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
	grid-gap: 10px;
}
.link-groups__group-link {
	color: white;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 0.5em;
	text-decoration-color: transparent;

	align-self: start;
	justify-self: start;
	font-size: 14px;
	transition: 0.2s;
	transition-property: color text-underline-offset;
}
.link-groups__group-link:hover {
	color: #e51c24;
	text-underline-offset: 0.2em;
	text-decoration-color: currentColor;
}

.footer_copyright{
    padding-bottom: 20px;
}


.row_politic {
    display: flex;
    padding-top: 20px;
}

/* Create two equal columns that sits next to each other */
.column_politic_30 {
    background: #f8f8f8!important;
    padding: 10px;
    min-height: 100vh;
    flex: 30%;
}

/* Create two equal columns that sits next to each other */
.column_politic_70 {
    background: #fff!important;
    min-height: 100vh;
    padding: 10px;
    flex: 70%;
}

.menu-info__content .text-x4 {
    display: block;
}

.text-x4 {
    font-size: 35px;
    line-height: 114%;
    letter-spacing: -.02em;
    font-weight: 700;
    padding-bottom: 50px;
}

.menu-info__content {
    padding: 50px;
    position: relative;
    max-height: none;
    background: none;
    overflow: visible;
    overflow: initial;
}

.mb-3 {
    margin-bottom: 15px;
}

.section-break {
    margin: 20px 0 15px;
    border: 1px solid #05141f;
}

.mb-4 {
    margin-bottom: 20px;
}
.color-black, .color-primary-black {
    color: #05141f;
}

.text-x5 {
    font-size: 25px;
    padding: 25px;
}

.nuxt-link-active{
    font-weight: bold;
}

.btn-politic{
    cursor: pointer;
}

.hidden{
    display: none;
}

.text-s2i, .text-s2i-b {
    font-size: 15px;
    line-height: 167%;
}
.text-s2i {
    font-weight: 400;
}
.color-dark-gray {
    color: #697279;
}

.mb-6 {
    margin-bottom: 30px;
    padding: 25px;
}

.mb-0 {
    margin-bottom: 30px!important;
}

.color-dark-gray {
    color: #697279;
}

.text-x0 {
    font-size: 25px;
}

@media (max-width: 600px){
    .column_politic_30 {
        display: none;
    }
}

@media (max-width: 600px){
    .column_politic_30 {
        display: none;
    }
    .politic{
        display: contents!important;
    }
    .section-break{
        display: inherit!important;
    }
}

.row_politic p {
    line-height: 25px;
}

.section__pagination {
    margin-top: 40px;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.pagination__item {
    min-width: 1.5em;
    line-height: 1.5em;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;

    font-size: 14px;
    font-weight: 700;
}
.pagination__item.current {
    background-color: #e11e22;
    color: #fff;
}

.pagination__delimiter {
    min-width: 1.5em;
    line-height: 1.5em;
    text-align: center;

    font-size: 14px;
    font-weight: 700;
}

.pagination__button {
    width: 1.5em;
    line-height: 1.5em;
    border-radius: 2px;
    text-align: center;

    font-size: 14px;
    font-weight: 700;
    background: #f3f3f3;
    /* color: #308dca; */
    text-decoration: none;
}
.pagination__button--prev::before {
    content: '<';
}
.pagination__button--next::before {
    content: '>';
}

