/*Страница КРЕДИТ*/
.service-pages-credit {
    padding-top: 50px;
}
.credit-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
    padding: 50px 0;
}
.credit-logo {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 100px;
}
.credit-logo:before {
    content: '';
    display: block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: absolute;
    top: 0;
    left: -50px;
    right: -50px;
    margin: auto;
}
.credit-logo_privat:before {
    width: 90px;
    height: 90px;
    background: url("images/logo/privat.png");
}
.credit-logo_sense:before {
    width: 90px;
    height: 90px;
    background: url("images/logo/sense.png");
}
.credit-logo_mono:before {
    width: 90px;
    height: 90px;
    background: url("images/logo/mono.png");
}
.credit-logo_novapay:before {
    width: 90px;
    height: 90px;
    background: url("images/logo/novapay.png");
}
@media (max-width: 767px) {
    .credit-wrap {
        gap: 50px;
        padding-bottom: 0;
    }
    .credit-logo {
        width: 35%;
    }
}
@media (max-width: 575px) {
    .credit-wrap {
        gap: 20px;
    }
    .credit-logo {
        padding-top: 70px;
    }
    .credit-logo_privat:before {
        width: 60px;
        height: 60px;
    }
    .credit-logo_sense:before {
        width: 70px;
        height: 55px;
    }
    .credit-logo_mono:before {
        width: 60px;
        height: 60px;
    }
    .credit-logo_novapay:before {
        width: 60px;
        height: 60px;
    }
}
/*Страница КРЕДИТ*/

.service-page .text-center b {
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
    text-transform: uppercase;
    display: block;
    color: #000;
}

@media (max-width: 575px) {
    .service-page .text-center b {
        font-size: 25px;
        line-height: 24px;
    }
}

ul.credit_step li p span {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.credit-content {
    padding: 30px 0;
}
/*---------------*/

div.service-page p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0.6rem;
}

div.credit_step p {
    font-size: 18px;
    line-height: 21px;
}

div.credit_rule p {
    font-size: 16px;
    line-height: 16px;
}

div.credit_type {
    margin: 23px 17px;
}

div.credit_type p {
    font-size: 14px;
    line-height: 13px;
}

div.credit_type .oval_g,
div.credit_type .oval_b {
    width: 80px;
    height: 40px;
    background: #359095;
    -webkit-border-radius: 40px / 20px;
    -moz-border-radius: 40px / 20px;
    border-radius: 40px/20px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
}
div.credit_type .oval_b {
    background: #878ee0;
}




/*----- KYRYLO----------*/

.tabs__navigation {
    display: flex;
    border-bottom: 2px solid #e0e0e0;
}
.tabs__title {
    padding: 10px 15px;
    font-weight: 600;
    line-height: 1.1;
    color: #616161;
    position: relative;
    font-size: 18px;
    border: 0px;
    background-color: #fff;
}
.tabs__title.--tab-active {
    color: #000;
}
.tabs__title.--tab-active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0074de;
}
.tabs__content {
    padding: 24px 15px;
}
.tabs__body[hidden] {
    display: none !important;
}
.tabs__body:not([hidden]) {
    display: block;
}

/* Generated by vite-plugin-svg-spritemap */
[data-fls-spollers] summary {
    list-style: none;
}
[data-fls-spollers] summary::marker,
[data-fls-spollers] summary::-webkit-details-marker {
    display: none;
}

.spollers {
    display: grid;
    gap: 15px;
}

.spollers__item {
    font-size: 1.25rem;
}

.spollers__title {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    cursor: default;
    text-align: left;
    padding: 16px 35px 16px 24px;
    border-radius: 20px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    list-style: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
}
.spollers__title img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}
.spollers__title::marker,
.spollers__title::-webkit-details-marker {
    display: none;
}
.--spoller-init .spollers__title {
    cursor: pointer;
}
.--spoller-init .spollers__title::before,
.--spoller-init .spollers__title::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    background-color: #000;
    height: 2px;
    width: 7px;
    transition: transform 0.5s ease 0s;
}
.--spoller-init .spollers__title::before {
    transform: translate(-75%, -50%) rotate(40deg);
}
.--spoller-init .spollers__title::after {
    transform: translate(0, -50%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active::before {
    transform: translateX(-75%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active::after {
    transform: rotate(40deg);
}
.--spoller-init .spollers__title.--spoller-active {
    border-radius: 20px 20px 0px 0px;
}

.spollers__body {
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}
/* Generated by vite-plugin-svg-spritemap */
/* Generated by vite-plugin-svg-spritemap */
/* Generated by vite-plugin-svg-spritemap */
/* Generated by vite-plugin-svg-spritemap */
.requirements {
    margin-bottom: 24px;
}
.requirements__title {
    font-weight: 700;
    font-size: 36px;
    color: #0e1b12;
    margin-bottom: 24px;
}
.requirements__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}
.requirements__item {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    flex-grow: 1;
    flex-basis: 48%;
}
.requirements__item img {
    width: 30px;
    height: 36px;
    object-fit: contain;
}

.design__titles {
    font-weight: 700;
    font-size: 36px;
    color: #0e1b12;
    margin-bottom: 24px;
}
.design__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}
.design__item {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    flex-basis: 48%;
    flex-grow: 1;
    padding-left: 69px;
}
.design__item span {
    display: flex;
    border-radius: 50%;
    color: #fff;
    background-color: #0074de;
    width: 32px;
    height: 32px;
    object-fit: contain;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 16px;
    top: 16px;
}
.design__title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.3;
}
.design__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
}

.spollers__item {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #000;
}
.spollers__item:not(:last-child) {
    margin-bottom: 20px;
}
.spollers__item span {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    color: #616161;
}
.spollers__list {
    margin-bottom: 40px;
}
.conditions__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #000;
    margin-bottom: 12px;
}
.conditions__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #000;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    padding-bottom: 20px;
}
.conditions__item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}
.conditions__item a {
    text-decoration: underline;
    color: #0074de;
}
.conditions__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #616161;
}
.conditions__item p:not(:last-child) {
    margin-bottom: 15px;
}
.conditions__item:not(:last-child) {
    margin-bottom: 16px;
}
.conditions__item span {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    color: #616161;
}
.novapay__top {
    display: flex;
    border-radius: 20px;
    padding: 16px 24px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    align-items: center;
    column-gap: 15px;
}
.novapay__logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.novapay__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 8px;
}
.novapay__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
}
.novapay__sab-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 40px;
}
.novapay__list {
    margin-bottom: 40px;
}
.novapay__list p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #616161;
}
.novapay__item {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #000;
}
.novapay__item:not(:last-child) {
    margin-bottom: 20px;
}
.novapay__item span {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    color: #616161;
}
@media (max-width: 767.98px) {
    .tabs__title {
        font-size: 16px;
        padding: 10px 10px;
    }
    .spollers__title {
        font-size: 16px;
        padding: 10px 24px 10px 10px;
        line-height: 1.5;
    }
    .spollers__title img {
        width: 110px;
        height: 20px;
    }
    .requirements {
        margin-bottom: 16px;
    }
    .requirements__title {
        margin-bottom: 16px;
        font-size: 24px;
    }
    .requirements__item {
        font-size: 16px;
        flex-basis: 100%;
    }
    .design__titles {
        margin-bottom: 16px;
        font-size: 24px;
    }
    .design__item {
        font-size: 16px;
        flex-basis: 100%;
    }
}
@media (max-width: 479.98px) {
    .tabs__content {
        padding: 20px 0px;
    }
    .--spoller-init .spollers__title::before,
    .--spoller-init .spollers__title::after {
        right: 15px;
    }
    .design__title {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .design__text {
        font-size: 14px;
        line-height: 1.4;
    }
    .spollers__item {
        font-size: 14px;
        row-gap: 2px;
    }
    .spollers__item:not(:last-child) {
        margin-bottom: 10px;
    }
    .spollers__item span {
        font-size: 16px;
    }
    .conditions__item {
        font-size: 14px;
        padding-bottom: 16px;
    }
    .conditions__item p {
        font-size: 12px;
    }
    .conditions__item span {
        font-size: 16px;
    }
    .novapay__top {
        margin-bottom: 16px;
        padding: 16px 10px;
    }
    .novapay__title {
        font-size: 16px;
    }
    .novapay__text {
        font-size: 14px;
        line-height: 1.4;
    }
    .novapay__sab-title {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .novapay__list p {
        font-size: 12px;
    }
    .novapay__list {
        margin-bottom: 30px;
    }
    .novapay__item {
        font-size: 14px;
        row-gap: 2px;
    }
    .novapay__item:not(:last-child) {
        margin-bottom: 10px;
    }
    .novapay__item span {
        font-size: 16px;
    }
}
/* -------------------------------------------------- */