.b-compare {
    position: relative;
    padding: 80px 0 100px;
    background: #F9F9FA;
    font: 16px/24px 'Open Sans', sans-serif;
    text-align: center;
}
.b-compare__wrapper {
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto;
}
.b-compare__title {
    font: 700 30px/36px 'Open Sans', sans-serif;
    color: #1A222E;
}
.b-compare__description {
    color: #757C87;
    margin: 15px auto 0;
    max-width: 760px;
}
.t-compare {
    position: relative;
    width: 1000px;
    padding-top: 23px;
    margin-top: 45px;
    border-collapse: collapse;
}
.t-compare__line_header {
    position: relative;
    width: 100%;
    height: 130px;
    background: #fff 24px center / 57px auto no-repeat;
    padding: 28px 0 28px 99px;
    border-radius: 8px 0 0 0;
    font: 600 23px/36px 'Open Sans', sans-serif;
    text-align: left;
    color: #363F4B;
}
.t-compare__white {
    position: absolute;
    top: -23px;
    right: 0;
    width: 208px;
    height: 153px;
    padding: 23px 12px 0;
    border-radius: 4px 4px 0 0;
    font: 14px/22px Inter, sans-serif;
    color: #8B8C8F;
    background: #FFFFFF;
    text-align: center;
}
.t-compare__white.free{
    padding: 71px 12px 0;
    right: 216px;
}
.t-compare__line {
    position: relative;
    width: 100%;
    min-height: 56px;
    margin-top: 2px;
    padding: 16px 448px 16px 24px;
    background: #fff;
    font: 16px/24px 'Inter', sans-serif;
    color: #222429;
    text-align: left;
}
.t-compare__col {
    position: absolute;
    top: 0;
    width: 208px;
    height: 100%;
    padding: 19px;
    text-align: center;
}
.t-compare__col:nth-last-child(1) {
    right: 0;
}
.t-compare__col:nth-last-child(2) {
    right: 216px;
}
.t-compare__col.v {
    background: url("../png/v.png") center / 16px no-repeat;
}
.t-compare__col.x {
    background: url("../png/x.png") center / 16px no-repeat;
}
.t-compare__line_footer {
    display: flex;
    justify-content: end;
    align-items: stretch;
    margin-top: 2px;
}
.t-compare__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 208px;
    padding: 25px 15px;
    margin-left: 8px;
    text-align: center;
    background: #fff;
}

.t-compare__label {
    position: absolute;
    width: 42px;
    height: 22px;
    left: calc(50% - 21px);
    top: -8px;
    font: 800 12px/22px 'Inter', sans-serif;
    text-align: center;
    color: #ffffff;
    border-radius: 0 0 4px 4px;
}
.t-compare__label.free {
    background-color: #84909A;
    z-index: 4;
}
.t-compare__label.pro {
    background-color: #1785E6;
    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 #788591 #788591 #FFFFFF;
}
.t-compare__label.pro:after {
    border-color: #FFFFFF #1177D1 #1177D1 #FFFFFF;
}
.t-compare__border-pro {
    position: absolute;
    right: 0;
    top: 0;
    width: 208px;
    height: calc(100% + 1px);
    border: solid 1px #1177D1;
    border-radius: 6px;
}
.t-compare__border-free {
    position: absolute;
    right: 216px;
    top: 0;
    width: 208px;
    height: calc(100% + 1px);
    border-radius: 6px;
    border: 1px solid #CDCED1;
    box-shadow: 0 4px 8px 0 #22242914;
}
.t-compare__btn {
    display: block;
    position: relative;
    min-width: 160px;
    min-height: 48px;
    width: 100%;
    font: 600 14px/20px Inter, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 7;
}
.t-compare__btn.white {
    background: #fff;
    padding: 12px;
    color: #1785E6;
    border: solid 2px #1785E6;
}
.t-compare__btn.blue {
    background: #1785E6;
    padding: 14px;
    color: #ffffff;
}

.t-compare-price {
    margin: 8px auto;
    font: 800 36px/46px Inter, sans-serif;
    color: #1177D1;
    vertical-align: 0;
}
.t-compare-price__curency {
    vertical-align: 14px;
    font: 800 16px/22px Inter, sans-serif;
    color: #9ED1FF;
}
.t-compare__white.pro {

}