.b-compare {
    position: relative;
    padding: 96px 0 120px;
    font: 16px/24px 'Open Sans', sans-serif;
}
.b-compare__wrapper {
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto;
}
.t-compare {
    position: relative;
    width: 1000px;
    padding-top: 23px;
    margin-top: 45px;
    border-collapse: collapse;
}
.t-compare__line_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: 130px;
    background: #3D4E62 24px center / 57px auto no-repeat;
    padding: 0 0 0 99px;
    border-radius: 8px 0 0 0;
    color: #FFF;
}
.t-compare__name {
    font: 600 23px/36px 'Open Sans', sans-serif;
}
.t-compare__white {
    position: absolute;
    top: -23px;
    right: 0;
    width: 208px;
    height: 153px;
    padding: 23px 12px 0;
    border-radius: 4px 4px 0 0;
    font: 16px/26px Inter, sans-serif;
    color: #FFF;
    background: #3D4E62;
    text-align: center;
}
.t-compare__white.free{
    padding: 71px 12px 0;
    right: 216px;
}
.t-compare__label-dot {
    color: #FFAD09;
}
.t-compare__line {
    position: relative;
    width: 100%;
    min-height: 56px;
    margin-top: 2px;
    padding: 16px 448px 16px 24px;
    background: #3D4E62;
    font: 16px/24px Inter, sans-serif;
    color: #FFF;
    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("../img/v_green.png") center / 16px no-repeat;
}
.t-compare__col.x {
    background: url("../img/x.png") center / 16px no-repeat;
}
.t-compare__col.t {
    background: url("../img/t.png") center / 16px no-repeat;
}
.t-compare__line:last-child {
    border-radius: 0 0 0 8px;
}
.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;
    border-radius: 0 0 8px 8px;
    text-align: center;
    background: #3D4E62;
}

.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: #00000000 #788591 #788591 #00000000;
}
.t-compare__label.pro:after {
    border-color: #00000000 #1177D1 #1177D1 #00000000;
}
.t-compare__border-pro {
    position: absolute;
    right: 0;
    top: 0;
    width: 208px;
    height: calc(100% + 1px);
    border: solid 1px #34A0FF;
    border-radius: 8px;
}
.t-compare__border-free {
    position: absolute;
    right: 216px;
    top: 0;
    width: 208px;
    height: calc(100% + 1px);
    border-radius: 8px;
    border: 1px solid #506A88;
}
.t-compare__btn {
    display: block;
    position: relative;
    min-width: 160px;
    min-height: 56px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 13px 0 #00000033;
    font: 600 15px/20px Inter, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 7;
    transition: background-color 150ms linear;
}
.t-compare__btn.white {
    background: #3D4E62;
    padding: 16px;
    color: #FFF;
    border: solid 2px #1583E6;
}
.t-compare__btn.blue {
    background: #1583E6;
    padding: 18px;
    color: #ffffff;
}
.t-compare__btn:hover {
    background: #1E94FF;
    border-color: #1E94FF;
    box-shadow: 0 10px 13px 0 #0065DB40;
}
.t-compare__btn:active {
    background: #1271C7;
    border-color: #1271C7;
}

.t-compare-price {
    margin: 8px auto;
    font: 800 36px/46px Inter, sans-serif;
    color: #34A0FF;
    vertical-align: 0;
}
.t-compare-price__curency {
    vertical-align: 14px;
    margin-right: 4px;
    font: 800 16px/22px Inter, sans-serif;
    color: #FFF;
}
.t-compare__time-limit {
    margin: 43px 0 0 ;
    width: 100%;
    background: #3D4E62 url("../img/dot.png") 16px 16px / 32px 32px  no-repeat;
    border-radius: 0 16px 16px 16px;
    padding: 16px 16px 18px 68px;
    font: 16px/24px Inter, sans-serif;
    color: #FFF;
}