.logo-text{
    color: #404040;
    font-weight: bold;
    font-size: large;
}
.logo-img {
    width: 70px;
}

header{
    background-color: white;
    margin-bottom: 24px;
}
.super_text_color{
    color: var(--bs-primary);
}

.super_item_wr{
}
.super_item{
    margin:0 auto 24px
}
.super_items{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-5px;
    margin-right:-5px
}
.super_items__more {
    margin-top: 20px;
    text-align: center;
}
.super_item_wr{
    box-sizing:border-box;
    margin-left:5px;
    margin-right:5px;
    word-wrap:break-word;
}
.super_item{
    background:#fff;
    border-radius:5px;
    padding:24px 24px 20px;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.super_item_header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.super_item_logo {
    width:46px;
    height:46px;
    /* background:#f7f3f3; */
    border-radius:12.2667px;
    margin-right:16px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:4px;
}
.super_item_logo img {
    border: 1px solid #F6F3F3;
    border-radius: 12px;
    max-width: 46px;
    max-height: 46px;
}
.super_item {
    position: relative;
}
.super_item__badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 20px;
    margin: 0 auto;
    width: 155px;
}
.super_item_logo img {
    max-width: 45px;
}
.super_item_title{
    font-weight:bold;
    font-size:18px;
    line-height:26px;
    color:#2f343a
}
.super_item_r{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size: 12px;
}
.super_item_stars a {
    margin-right:9.4px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.super_item_stars img{
    margin-right:2.6px;
    width: 12px;
}
.super_item_r_desc{
    font-size:12px;
    line-height:20px;
    color:#999;
}
.super_item_r_desc_padd{
    padding-top: 2px;
    padding-left: 6px;
}
.super_item_credit{
    margin-top:16px;
    padding:10px 0;
    border-top:.5px solid darkseagreen;
    border-bottom:.5px solid darkseagreen;
    font-weight: bolder;
    font-size:inherit;
    line-height:18px;
    color: inherit;
}
.super_item_desc{
    margin-top:12px;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1
}
.super_item_desc li{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding-left:14px;
    margin-bottom: 8px;
}
.super_item_desc li:before{
    content:'';
    position:absolute;
    top:50%;
    margin-top:-3px;
    left:0;
    width:6px;
    height:6px;
    border-radius:80%;
    background: coral;
}
.super_item_desc ul{
    padding: 0;
    margin: 0;
}
.super_item_desc li:nth-child(2n):before{
    background: orange;
}
.super_item_desc li:nth-child(3n):before{
    background: coral;
}
.super_item_desc li:nth-child(4n):before{
    background: orange;
}
.super_item_desc li span:first-child{
    font-weight:500;
    font-size:14px;
    line-height:24px;
    color:#999
}
.super_item_desc li span:last-child{
    font-weight:600;
    font-size:15px;
    line-height:24px;
    text-align:right;
    color:#666
}
.super_item_more {
    margin-top: 10px;
    text-align: center;
}
.super_item_more a {
    font-size: 14px;
    border-bottom: 1px solid;
}
.super_item_btn{
    margin: 0 auto;
    margin-top:16px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width: 100%;
}
.super_item_btn a,
.super_item_btn span {
    width: 98%;
    height:46px;

    color: white;

    background:var(--main-color);
    border-radius:50px;
    border: 1px solid var(--main-color);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    cursor:pointer;
    -webkit-transition:.3s;

    font-weight:600;
    font-size:14px;
    line-height:19px;
    text-align:center;
    letter-spacing:.02em;

    transition: .7s;
}

.super_item_btn span:hover{
    background: transparent;
    color: var(--main-color);
}
.super_item__show-more {
    margin-top: 5px;
    text-align: center;
}
.super_item_otzyvy {
    display: inline-block;
}
.super_item_opf {
    font-size: 12px;
    line-height: 14px;
    color: #a0a0a0;
    font-weight: 400;
    text-align: center;
    margin-top: 12px;
}
.super-info-block{
    background-color: var(--bs-body-bg);
}
.super-info-block a{
    text-decoration: none;
    color: var(--main-color);
}
.super-gs-rules{
    background: white;
    font-size: 13px;
}
.super-footer a{
    text-decoration: none;
    color: var(--main-color);
}


@media screen and (max-width:1200px) {
}
@media screen and (max-width:992px){
    .loan-approval-form__title {
        font-size: 16px;
    }
    .loan-approval-form {
        padding: 20px;
    }
    .loan-approval-form__in {
        display: block;
        gap: 0;
    }
    .loan-approval-form__input {
        font-size: 14px;
    }
    .loan-approval-form__input {
        width: 100%;
    }
    .loan-approval-form__submit {
        margin-top: 10px;
        width: 100%;
    }
    .loan-approval-form__note {
        line-height: 1.2;
    }
}
@media screen and (max-width: 768px) {
    h1{
        font-size: 22px;
    }
    header{
        margin-bottom: 12px;
    }

    .super_item {
        padding: 12px 9px 6px;
        margin: 0 auto 10px;
    }
    .super_item_wr .super_item_title {
        font-size: 13px;
        line-height: 1.2;
        margin: 0;
    }
    .super_item_r{
        line-height: 16px;
        font-size: 9px;
    }
    .super_item_logo{
        margin-right: 2px;
        padding-left: 0;
    }
    .super_item_logo img {
        max-width: 40px;
    }
    .super_item_credit {
        margin: 6px 0;
        font-size: 12px;
        line-height: 1.2;
    }
    .super_item_desc {
        margin: 0;
    }
    .super_item_desc li{
        padding-left: 10px;
        margin-bottom: 2px;
    }
    .super_item_desc li span:first-child, .super_item_desc li span:last-child {
        font-size: 12px;
    }
    .super_item_otzyvy {
        font-size: 11px;

    }
    .super_item_r_desc_padd{
        padding-top: 2px;
        padding-left: 3px;
    }
    .super_item_wr .super_item_btn {
        margin: 2px;
    }
    .super_item_wr .super_item_btn span {
        height: 35px;
        font-size: 12px;
    }
    .super_item_wr .super_item_opf {
        font-size: 8px;
        margin-top: 0;
    }
    .loan-approval__tags li a {
        display: block;
        white-space: nowrap;
        padding: 0 10px;
        font-weight: 500;
        font-size: 10px;
        color: #41c6ff;
        border-radius: 60px;
        line-height: 28px;
        height: 28px;
        background: #f3f3f3;
    }
}
@media screen and (max-width: 576px) {

}
