.tariffs {
    padding: 95px 0 100px;
    color: #ffffff;
    background: url('images/bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.tariffs__subtitle {
    text-align: center;
    margin: 15px 0 60px;
    font-size: 16px;
}

.tariffs__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.tariffs__item {
    width: 100%;
    max-width: 350px;
    margin: 0 6px 15px;
    padding: 40px 48px 48px;
    position: relative;
    background: #ffffff;
    color: #1A1A1A;
    border-radius: 20px;
    border: 2px solid transparent;
}

.tariffs__item-title {
    font-size: 24px;
    font-weight: 700;
}

.tariffs__item-description {
    font-size: 16px;
    font-weight: 600;
    color: #6B9AB3;
    margin: 10px 0;
}

.tariffs__item-price {
    color: #009BFF;
    font-size: 32px;
    font-weight: 700;
}

.tariffs__item-list {
    padding-left: 0;
}

.tariffs__item-list-item {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
    color: #4D4D4D;
    padding-left: 28px;
}

.tariffs__item-list-item::before {
    content: url('images/check.png');
    position: absolute;
    left: 0;
}

.tariffs__item-button.button {
    width: 100%;
    text-align: center;
}

.tariffs__item-button.button::after {
    content: url('images/telegram.svg');
    display: inline-block;
    padding-left: 5px;
    height: 18px;
    line-height: 20px;
    vertical-align: middle;
}

.tariffs__item-label {
    position: absolute;
    width: 102px;
    height: 102px;
    padding: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background: url('images/star.png') no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 25px;
    top: -45px;
    transform: rotate( -25deg);
    z-index: 2;
}

.tariffs__item--new {
    background: #030405;
    border-color: #009BFF;
}

.tariffs__item--new .tariffs__item-title {
    color: #ffffff;
}

.tariffs__item--new .tariffs__item-description {
    color: #B3E5FF;
}

.tariffs__item--new .tariffs__item-price {
    color: #ffffff;
}

.tariffs__item--new .tariffs__item-list-item {
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
    .tariffs__item {
        max-width: 100%;
        width: calc(33.3% - 12px);
        padding: 30px 25px 25px;
    }
}

@media screen and (max-width: 989px) {
    .tariffs__item {
        max-width: 100%;
        width: 100%;
        margin: 0 0 30px;
        padding: 30px 25px 25px;
    }
    .tariffs {
        padding: 80px 0 50px;
    }
}
