

.rate {
    padding-bottom: calc(40px + 60 * (100vw - 320px) / 1600);
}

.rate__link {
    display: inline-block;
    margin: 0 auto;
    margin-top: calc(35px + 6 * (100vw - 320px) / 1600);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18.1541px;
    line-height: 22px;
    text-align: center;
    color: #495DFA;
    padding: 10px 37px;
    border: 1px solid #495DFA;
    border-radius: 21px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
}

.rate__link:hover {
    background: #EFF1F8;
}

.rate__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.rate__name {
    margin-bottom: calc(18px + 17 * (100vw - 320px) / 1600);
}

.rate__desc {
    max-width: 100%;
    width: 100%;
    display: block;
}

.rate__desc-inner {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #E0E3ED;
}

.rate__desc-row {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    padding: 17px 48px;
}

.rate__desc-row:nth-child(2)::before {
    content: "";
    width: 34px;
    height: 34px;
    background: #EFF1F8;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-image: url(../landing_new/img/palce-1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.rate__desc-row:nth-child(3)::before {
    content: "";
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-image: url(../landing_new/img/palce-2.png);
    background-position: center;
    background-repeat: no-repeat;
}

.rate__desc-row:nth-child(4)::before {
    content: "";
    width: 34px;
    height: 34px;
    background: #EFF1F8;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-image: url(../landing_new/img/palce-3.png);
    background-position: center;
    background-repeat: no-repeat;
}

.rate__desc-row:nth-child(odd) {
    background: #F4F6FB;
}

.rate__desc-row:nth-child(even) {
    background: #Fff;
}

.rate__desc-row-top * {
    color: #677181 !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
}

.rate__desc-col {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #03177A;
    text-align: center;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 30ch;
    overflow: hidden;
}

.rate__desc-col-blue {
    color: #495DFA;
}

.rate__desc-col:last-child {
    /*text-align: right;*/
}

.rate__desc-col:first-child {
    text-align: left;
}

.rate__desc-col:nth-child(1) {
    color: #495DFA;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #495DFA;
}

.rate__mob {
    max-width: 100%;
    width: 100%;
    display: none;
}

.rate__mob-card {
    margin-bottom: 20px;
    border: 1px solid #E0E3ED;
    border-radius: 6px;
}

.rate__mob-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 13px;
}

.rate__mob-card-row:nth-child(odd) {
    background: #F4F6FB;
}

.rate__mob-card-row:nth-child(1) {
    height: 50px;
    background-color: #E5EAFB;
    padding-left: 47px;
    position: relative;
}

.rate__mob-card-row:nth-child(1)::before {
    content: "";
    width: 34px;
    height: 34px;
    background: #EFF1F8;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-image: url(../landing_new/img/palce-1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.rate__mob-card-row:nth-child(1) > * {
    color: #495DFA;
}

.rate__mob-card-left {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #6E84A7;
}

.rate__mob-card-right {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

.rate__mob-card-2 .rate__mob-card-row::before {
    background-image: url(../landing_new/img/palce-2.png);
}

.rate__mob-card-3 .rate__mob-card-row::before {
    background-image: url(../landing_new/img/palce-3.png);
}

.rate__name {
    margin-block: 4rem 2rem;
}

@media (max-width: 991px) {
    .rate__desc-row {
        grid-template-columns: 1fr 1fr 1fr 1fr 50px;
    }
}

@media (max-width: 700px) {
    .rate__desc {
        display: none;
    }

    .rate__mob {
        display: block;

    }
    .rate__mob-card:not(.rate__mob-card-1, .rate__mob-card-2, .rate__mob-card-3) {
        .rate__mob-card-row::before {
            display: none;
        }
    }
}
