

/* Start:/rassrochka/style.css?17839498721654*/
.v-credit-page-grid,
.v-credit-page-img-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    grid-gap: 2em;
}
.v-credit-page-grid {
    margin-bottom: 2em;
}
.v-credit-page-img-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.intec-template-layout-page-wrapper {
    margin-bottom: 0!important;
}
.intec-template-layout-page-wrapper .intec-detail-form-btn {
    margin: 16px 0;
    max-width: 311px;
    width: 100%;
    background-color: #E4191F;
    border-radius: 3px;
    height: 40px;
    border-color: transparent;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    transition: .3s ease-out;
}
.intec-template-layout-page-wrapper .intec-detail-form-btn:hover {
    opacity: .7;
}
.v-btn-center {
    display: flex;
    justify-content: center;
}

.v-steps-block {
    padding: 1em;
    border-radius: 12px;
    background: #F6F7FB;
}
.v-steps-block .item {
    display: grid;
    grid-template-columns: 45px 1fr;
    grid-gap: 1em;
    align-items: center;
    margin: .5em 0;
}
.v-steps-block .num {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #68EA68;
}
.v-steps-block h4 {
    margin: 0;
    font-size: .8em;
}
.v-steps-block p {
    margin-bottom: 0;
    margin-top: .3rem;
    font-size: .8em;
}
@media (max-width: 1280px) {
    .v-credit-page-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 640px) {
    .v-credit-page-img-grid {
        grid-template-columns: 1fr;
    }
}

/* End */
/* /rassrochka/style.css?17839498721654 */
