@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    src: url('../font/OpenSans-SemiBold.ttf');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    src: url('../font/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    src: url('../font/OpenSans-Bold.ttf');
}


.main-card{
    background-color: #fff;
    padding: 0 21px 0 36px;
    border-radius: 10px;
    width: 44.6%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;

}

 

.main-block-title{
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    margin: 20px 0;
}

.main-block-cards .main-card-info{
    align-self: center;
}

.main-card-title{
    font-size: 24px;
    line-height: 31.2px;
    font-family: 'Open Sans';
    font-weight: 700;
    margin-bottom: 20px;
}

.main-card-desc{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #A5A5A5;
    line-height: 26px;
    margin-bottom: 35px;
}

.main-card-link{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    line-height: 26px; 
    color: #fff;
    border-radius: 5px;
    padding: 10px 40px 10px 40px;
    background-color: #16C837;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.main-card-link:hover{
    background-color: #1C9E34;
    text-decoration:none;
}

.main-block-cards{
    display: flex;
    gap:21px;
    flex-wrap: wrap;
    margin-bottom: 21px;
}

.main-block-cards-mini{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 26px;
    display: flex;
    gap: 30px;
}

.main-block-cards-mini .main-card{
    flex-direction: column;
    padding: 0;
}

.main-block-cards-mini .main-card:not(:last-child){
    padding-right: 21px;
}

.main-block-cards-mini .main-card{
    position: relative;
    width: 160px;
    flex: 0 0 auto;
    transition: 0.3s;
}

.main-card-img--mikro{
    height: 224px;
    align-self: center;
}

.main-block-cards-mini .main-card:last-child{
    width: auto;
    flex: 1 1 auto;
}

.main-block-cards-mini .main-card:nth-child(5){
    flex: 0 0 auto;
    width: 190px;
}

.main-block-cards-mini .main-card:not(:last-child)::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 108px;
    background-color: #F1F1F1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-block-cards-mini .main-card-img,.main-block-cards-mini svg{
    align-self: center;
    margin-bottom: 16px;
}

.main-block-cards-mini .main-card-title{
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 10px;
    color: #171717;
 
}

.main-block-cards-mini .main-card-info{
    text-align: center;
}

.main-block-cards-mini .main-card-desc{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
 
    margin-bottom: 0;
    line-height: 21px; 
}

.main-block-cards-mini .main-card:hover .main-card-title{
    color: #26A74D;
    text-decoration:none;
}

.main-block-cards-mini .main-card:hover .main-card-desc{
    color: #1E1E1E;
    text-decoration:none;
}

.main-card{
    text-decoration:none !important;
}

.main-card:hover svg path,.main-block-cards-mini .main-card-desc,.main-block-cards-mini .main-card-title{
    transition: .3s;
    text-decoration:none;
}

.main-card:hover svg path{
    fill: #6C84A9;
}

@media screen and (min-width: 1000px){
    .wrapper-new{
        max-width: 1339px;
        margin: 0 auto;
        padding: 0 20px 0 20px;
    }
}

@media(max-width:1360px){
    .main-block-cards-mini{
        flex-wrap: wrap;
        gap:1.3%;
    }
    .main-block-cards-mini .main-card:last-child,.main-block-cards-mini .main-card{
        width: 160px;
        flex: 1;
        justify-content: flex-start;
    }
    
    .main-card{
        width:44.4%;
    }
    
    .main-block-cards{
        gap:0;
        justify-content:space-between;
    }
}

@media(max-width:1200px){
    
    .wrapper-new{
        padding:0 20px;
    }
    .main-block-cards-mini .main-card,.main-block-cards-mini .main-card:nth-child(5),.main-block-cards-mini .main-card:last-child, .main-block-cards-mini .main-card{
        width: 29%;
        flex: 0 0 auto;
    }

    .main-block-cards-mini .main-card:nth-child(3)::after{
        display: none;
    }

    .main-card{
        flex: 0 0 auto;
        width: 44%;
        justify-content:flex-start;
    }
    
    
    
    .main-block-cards-mini{
        justify-content:center;
        row-gap:20px;
        padding:40px 0;
    }
}

@media(max-width:991px){
    .main-block-cards .main-card{
        width: 50%;
         flex: 1;
         padding: 20px;
    }
    
    

    .main-block-cards .main-card-img{
        width: 50%;
        object-fit: contain;
    }

    .main-block-cards{
        gap: 20px;
    }
}

@media(max-width:769px){
    .main-block-cards-mini .main-card,.main-block-cards-mini .main-card:nth-child(5),.main-block-cards-mini .main-card:last-child, .main-block-cards-mini .main-card{
        width: 42%;
    }

    .main-block-cards .main-card{
        width: 100%;
        flex: 1 1 auto;
    }

    .main-block-cards-mini{
        gap:20px;
        justify-content: center;
    }
    
    .main-block-cards-mini .main-card::after{
        display: none;
    }

    .main-block-cards-mini .main-card{
        padding-right: 0;
    }
}

@media(max-width:426px){
    .main-card{
        flex-direction: column;
        gap: 20px;
    }

    .main-block-cards .main-card-img{
        width: 100%;
    }
    
    .main-block{
        padding:0 10px;
    }

    .main-block-cards-mini .main-card, .main-block-cards-mini .main-card:nth-child(5), .main-block-cards-mini .main-card:last-child, .main-block-cards-mini .main-card{
        width: 100%;
        flex:1 1 auto;
    }
}

/* TOP table (offers/category: ZAIMY) */
.vbbank-top-table{
    background-color: #fff;
    border-radius: 10px;
    padding: 18px;
    margin-top: 18px;
}

.vbbank-top-table__title{
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 14px;
    color: #171717;
}

.vbbank-top-table__wrap{
    border: 1px solid #F1F1F1;
    border-radius: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.vbbank-top-table__table{
    width: 100%;
    min-width: 720px;
    border-collapse: separate;
    border-spacing: 0;
}

.vbbank-top-table__table thead th{
    background-color: #F1F1F1;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #171717;
    padding: 12px 14px;
    text-align: left;
    white-space: nowrap;
}

.vbbank-top-table__table thead th:first-child{ border-top-left-radius: 10px; }
.vbbank-top-table__table thead th:last-child{ border-top-right-radius: 10px; }

.vbbank-top-table__th{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vbbank-top-table__th-icon{
    color: #16C837;
    display: inline-flex;
}

.vbbank-top-table__table tbody td{
    padding: 12px 14px;
    border-top: 1px solid #F1F1F1;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #171717;
    vertical-align: top;
    background-color: #fff;
}

.vbbank-top-table__table tbody tr:hover td{
    background-color: rgba(22, 200, 55, 0.06);
}

.vbbank-top-table__col-sum{
    text-align: right;
    white-space: nowrap;
}

.vbbank-top-table__table thead th.vbbank-top-table__col-sum{
    text-align: right;
}

.vbbank-top-table__table thead th.vbbank-top-table__col-sum .vbbank-top-table__th{
    width: 100%;
    justify-content: flex-end;
}

.vbbank-top-table__mfo{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.vbbank-top-table__logo{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    overflow: hidden;
    background-color: #fff;
}

.vbbank-top-table__logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vbbank-top-table__mfo-text{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vbbank-top-table__company{
    font-size: 12px;
    line-height: 16px;
    color: #A5A5A5;
}

.vbbank-top-table__product{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #171717;
}

.vbbank-top-table__value{
    display: inline-block;
    white-space: nowrap;
}

@media(max-width: 991px){
    .vbbank-top-table{
        padding: 14px;
    }
    .vbbank-top-table__title{
        font-size: 20px;
        line-height: 28px;
    }
}