.start-page .section.tariffs .info div>* {
    display: inline-block;
    position: relative;
}

.start-page .section.tariffs .info .variants .caption {
    white-space: nowrap;
    color: #1b64b9;
    font-family: PTSansNarrowBold;
    font-size: 24px;
    line-height: 50px;
}

.tariffs .variants .count span {
    font-size: 0.7em;
    display: block!important;
}

.tariffs .variants .text {
    width: calc(100% - 350px);
    box-sizing: border-box;
    font-size: 16px;
    vertical-align: top;
}

.tariffs .variants .text li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.tariffs .info>div:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.start-page .section.tariffs.services>*:before {
    content: '';
}

.start-page .section h2 {
    display: block;
    font-family: PTSansNarrowBold;
    font-size: 36px;
    line-height: 35px;
}


@media (max-width: 930px){

    .start-page .section.tariffs .info .variants .text{
        padding-left: 0;
        width: calc(100% - 200px);
        max-width: 530px;
    }

}

@media (max-width: 640px){

    .start-page .section.tariffs .info .variants .text{
        padding: 0;
        width: auto;
        margin-top: 15px;
    }

}

.variants .button.try {
    line-height: 32px;
}