.b-compare {

}
.b-compare {
    text-align: center;
    padding: 70px 0;
}
.b-compare__wrapper {
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto;
}
.b-compare__title {
    font: bold 36px/130% 'Inter', sans-serif;
    text-align: center;
    letter-spacing: -0.02em;
    color: #353F4B;
}
.b-compare__description {
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #757c87;
    margin-top: 12px;
}
.t-compare {
    position: relative;
    width: 1000px;
    padding-top: 13px;
    margin-top: 69px;
}
.t-compare__line_header {
    position: relative;
    width: 100%;
    height: 130px;
    background: #f7f9fc 30px center / 60px auto no-repeat;
    padding: 32px 0 0 117px;
    font: 300 29px / 35px 'Inter', sans-serif;
    letter-spacing: 0.4px;
    text-align: left;
    color: #1b222f;
}
.t-compare__white {
    position: absolute;
    top: -13px;
    right: 0;
    width: 240px;
    height: 144px;
    padding: 32px 12px 0;
    border-radius: 4px 4px 0 0;
    font: 15px/20px Inter, sans-serif;
    text-align: center;
    color: #777e89;
    background: #FFFFFF;
}
.t-compare__white.free{
    padding: 62px 12px 0;
    right: 250px;
}
.t-compare__line {
    position: relative;
    width: 100%;
    min-height: 60px;
    padding: 19px 506px 19px 48px;
    border-top: 2px solid #FFF;
    background: #f7f9fc url("../img/gear.png") 16px center / 16px no-repeat;
    font: 600 14px/20px 'Inter', sans-serif;
    letter-spacing: -0.01em;
    color: #353F4B;
    text-align: left;
}
.t-compare__col {
    position: absolute;
    top: 0;
    width: 240px;
    height: 100%;
    text-align: center;
    padding: 19px;
}
.t-compare__col:nth-last-child(1) {
    right: 0;
    color: #00bf6c;
}
.t-compare__col:nth-last-child(2) {
    right: 250px;
    color: #6b7d98;
}
.t-compare__col.v {
    background: url("../img/v.png") center / 20px no-repeat;
}
.t-compare__col.x {
    background: url("../img/x.png") center / 20px no-repeat;
}
.t-compare__line_footer {
    text-align: right;
}
.t-compare__footer {
    display: inline-block;
    width: 240px;
    padding: 25px 15px;
    margin-left: 10px;
    text-align: center;
}

.t-compare {
    width: 1000px;
    border-collapse: collapse;
}
.t-compare__label {
    position: absolute;
    width: 60px;
    height: 28px;
    left: calc(50% - 30px);
    top: -8px;
    font: bold 14px/28px 'Inter', sans-serif;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    border-radius: 0 0 4px 4px;
}
.t-compare__label.free {
    background-color: #00bf6c;
    z-index: 4;
}
.t-compare__label.pro {
    background-color: #1583e6;
    z-index: 4;
}
.t-compare__label:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    border: 4px solid;
}
.t-compare__label.free:after {
    border-color: #FFFFFF #009b57 #009b57 #FFFFFF;
}
.t-compare__label.pro:after {
    border-color: #FFFFFF #125fa5 #125fa5 #FFFFFF;
}
.t-compare__border-pro {
    position: absolute;
    right: 0;
    top: 0;
    width: 240px;
    height: calc(100% + 1px);
    border: solid 1px #1583e6;
    border-radius: 6px;
}
.t-compare__border-free {
    position: absolute;
    right: 250px;
    top: 0;
    width: 240px;
    height: calc(100% + 1px);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}
.t-compare__btn {
    display: inline-block;
    position: relative;
    min-width: 150px;
    min-height: 40px;

    font: 600 13px/20px Inter, sans-serif;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 7;
}
.t-compare__btn.white {
    background: #fff;
    padding: 8px;
    color: #1583e6;
    border: solid 2px #1583e6;
}
.t-compare__btn.blue {
    background: #089BDB;
    padding: 10px;
    color: #ffffff;
}

.t-compare-price {
    color: #1b222f;
    font-weight: 400;
    margin: 0 auto 4px;
    font-size: 30px;
    line-height: 30px;
}
.t-compare-price__curency {
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
}
.t-compare-price__regular {
    display: inline-block;
    position: relative;
    margin-left: 4px;
    font-size: 17px;
    line-height: 22px;
    vertical-align: middle;
}
.t-compare-price__regular:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/red-line.svg") 5px 6px no-repeat;
    content: '';
}
