.tariffs-switcher {
    display:flex;
    justify-content: center;
    margin-bottom:48px;
}

.tariffs-card_price {
    font-size:21px;
}

.tariffs-card_desc {
    color:gray;
    font-size:12px;
    margin-bottom:16px;
    margin-top:4px;
}

.tariffs-card_features li {
    margin-bottom:16px;
}

.tariffs-card_features li:last-child {
    margin-bottom:0;
}

.tariffs {
    display:flex;
    box-shadow: rgb(0 13 36 / 0%) 0px 10px 20px 0px, rgb(0 13 36 / 10%) 0px 2px 8px 0px;
    border-radius: 6px;
}

.tariffs > li {
    padding:24px 24px 76px;
    width:25%;
    position:relative;
}

.tariffs > li + li {
    border-left: 1px solid rgb(222, 227, 234);
}

.tariffs-card_wrapper {
    overflow:hidden;
}

.tariffs-card_footer {
    position:absolute;
    bottom: 0;
    left:0;
    width:100%;
    padding:24px;
    box-sizing: border-box;
}

@media (max-width:1199px) {
    .tariffs {
        flex-wrap: wrap;
    }

    .tariffs > li {
        box-sizing: border-box;
        width:50%;
    }

    .tariffs > li:nth-child(odd) {
        border-left:none;
    }

    .tariffs > li:nth-child(3),
    .tariffs > li:nth-child(4) {
        border-top: 1px solid rgb(222, 227, 234);
    }
}

@media (max-width:767px) {

    .tariffs > li {
        width:100%;
    }

    .tariffs > li + li {
        border-left:none;
        border-top: 1px solid rgb(222, 227, 234);
    }
}

.prosupport-phone {
    width:296px;
    height:514px;
    position:relative;
}

.prosupport-phone .phone-border {
    width:296px;
    height:514px;
    background:url(/templates/rsflat/resource/img/prosupport/phone.png) no-repeat top left;
    position:absolute;
    z-index:2;
    pointer-events: none;
}

.prosupport-phone video {
    position: absolute;
    top: 36px;
    left: 17px;
}
