.sec-pad_price {
    padding-top: 120px;
    padding-bottom: 80px;
    z-index: 0;
}

.sm_price_area_price {
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
    z-index: inherit;
}

.price-info {
    position: relative;
}

.sec-pad_criteria {
    padding-top: 0;
    padding-bottom: 59px;
    z-index: -1;
}

.prices .btn-magnet-wrapper {
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.prices .btn-magnet {
    margin-bottom: 0 !important;
}

/* price-info header */

.price-info__header.stuck .price-info__header-list {
    border: 0 none;
}

.price-info__header-inner {
    display: flex;
    justify-content: flex-end;
}

.price-info__header-list {
    display: flex;
    justify-content: flex-end;
    border: 1px solid #E9EBED;
    border-bottom: 0 none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
}

.price-info__header-list.price-info__header-list-eu {
    border-left: none;
    border-top-left-radius: 10px;
}
.price-info__header-list.price-info__header-list-eu .price-info__header-item:first-child {
    border-left: 1px solid #E9EBED;
}

.price-info__header-item {
    flex: 1;
}

.price-info__header-item:not(:last-child) {
    border-right: 1px solid #E9EBED;
}

.price-tariff {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 171px;
    padding-top: 24px;
    padding-bottom: 20px;
}

.price-tariff_space-between {
    justify-content: space-between;
}

.price-tariff__name {
    color: #232832;
    font-weight: 700;
    font-size: 27px;
    line-height: 140%;
    margin: 0 0 8px 0;
    white-space: nowrap;
}

.grid-container .price-tariff__name.price-tariff-b2c-uk {
    margin: 0 0 24px 0;
    font-size: 34px;
}

.price-tariff__name sub {
    vertical-align: text-top;
    font-weight: 500;
    color: #7A8393;
    margin-left: 4px;
}

.price-tariff__number {
    font-weight: 700;
    font-size: 18px;
    color: #F64D60;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    font-family: var(--font-family-outfit);
}

.grid-container .price-tariff__number.price-tariff__number-b2c-uk {
    margin: 0;
    font-size: 27px;
}
.grid-container .price-tariff__description.price-tariff-b2c-uk {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 32px;
}

.price-tariff__number sub {
    font-weight: 500;
    font-size: 11px;
    line-height: 150%;
    color: #7A8393;
    bottom: 0;
    margin-left: 4px;
}

.price-tariff__number_text {
    font-weight: 500;
    font-size: 11px;
    line-height: 27px;
    color: #677687;
}

.price-tariff__btn {
    padding: 8px 26px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    line-height: 21px;
    transition: all 0.3s linear;
    margin: 0;
    display: block;
}

.price-arrow {
    display: none;
}

.price-arrow_width {
    width: 400px;
}

.price-arrow__btn {
    outline: none;
    border: 1px solid rgba(23, 85, 153, 0.2);
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-info__header-item_arrow {
    border: none;
    border-right: 1px solid rgba(23, 85, 153, 0.2);
}


.price-info__header.stuck {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #FFFFFF;
    animation: showElement;
    animation-duration: 0.2s;
    box-shadow: 3px 3px 11px rgba(17, 54, 95, 0.06);
}

.price-info__header.stuck .sm_price_area_price {
    z-index: 2;
}

.price-info__header.stuck .price-arrow {
    min-height: 24px;
    position: relative;
}

.price-info__header.stuck .price-arrow__btn {
    width: 24px;
    height: 24px;
    top: 85%;
}

.price-info__header.stuck .btn {
    display: none;
}

.price-info__header.stuck .price-tariff__name {
    margin: 0;
}

@keyframes showElement {
    0% {
        opacity: 0;
        top: -70px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

.price-info__header.stuck .price-tariff__btn {
    display: none;
}

.price-info__header.stuck .price-tariff {
    min-height: 65px;
    padding: 20px 0;
}

.price-info__header.stuck .price-info__header-item {
    border: none;
}

.price-info__header.stuck .price-tariff__number {
    margin-bottom: 0;
}

.stuck+.sm_price_area_price {
    padding-top: 150px;
}

.price-info .price-info__header.stuck+.price-info__body {
    padding-top: 150px;
}

.faq_area,
.footer_area_two {
    position: relative;
    z-index: 0;
}


/* price-info */

.price-info__list {
    width: 402px;
    /*border-bottom: 1px solid rgba(23, 85, 153, 0.15);*/
    position: relative;
    z-index: 100;
}

.range-content__title {
    font-weight: 700;
    font-size: 53px;
    line-height: 120%;
    color: #232832;
    margin: 0 0 24px;
    letter-spacing: -0.01em;
}

.range-content__subtitle {
    display: block;
    margin: 0 auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #7A8393;
    max-width: 770px;
}

.price-info__name {
    padding: 16px 24px 16px 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E9EBED;
    border-right: 1px solid #E9EBED;
    border-left: 1px solid #E9EBED;
    height: 100%;
    height: -moz-available;          /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    height: fill-available;
}

.price-info__name_eu.price-info__name_eu {
    border-right: none;
}

.hovered {
    background-color: #E9EBED;
}

.item-price-js {
    transition: all 0.3s;
}

.price-info__name_border {
    border-right: none;
}

.price-info__name-item {
    padding: 16px 24px 16px 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(23, 85, 153, 0.15);
    border-right: 1px solid rgba(23, 85, 153, 0.15);
    border-left: 1px solid rgba(23, 85, 153, 0.15);
    height: 56px;
}

.price-info__name-item_padding {
    padding-top: 32px;
    padding-bottom: 32px;
    border-right: none;
}

.fa-check {
    color: #24B63B;
    font-size: 19px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
}

.price-info__item {
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
}

.price-info__item_center::before,
.price-info__item_center::after {
    display: none;
}

.price-info__item_justify {
    justify-content: flex-end;
}

.price-info__item:last-child .price-info__name-title {
    min-height: 24px;
}

.price-info__name-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #232832;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.price-info__name-link {
    display: inline-block;
}

.price-info__name-title_bold {
    font-weight: 700;
}

.border-left-radius {
    border-top-left-radius: 10px;
}

.border-left-bottom-radius {
    border-bottom-left-radius: 10px;
}

.border-left-bottom-none {
    border-left: none;
    border-bottom: none;
    border-right: none;
}

.price-info__name-title_bold {
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
}

.price-info__name-title_opacity {
    opacity: 0;
}

.price-info__name_height {
    padding-top: 22px;
    padding-bottom: 22px;
}

.price-info__item.hovered .price-info__name-question {
    background-color: rgb(23 85 153 / 0%);
}

.price-info__name-icon {
    background-color: #7A8393;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    transition: all 0.3s linear;
    position: relative;
}

.price-info__name-icon .icon-question {
    max-width: 100%;
    max-height: 100%;
}

.price-info__name-question:hover .price-info__name-icon {
    background-color: #242A38;
}

.price-info__name-question:hover .price-info__name-answer {
    opacity: 1;
    visibility: visible;
    backface-visibility: hidden;
    transition: opacity .4s ease-out, transform .5s cubic-bezier(0, 1, .5, 1);
    background-color: #242A38;
}

.price-info__name-question:hover .price-info__name-answer::after {
    opacity: 1;
}

.price-info__name-answer {
    max-width: 250px;
    min-width: 250px;
    padding: 8px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 3px;
    text-align: center;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 100%;
    z-index: 15;
    transform: translate(-50%, -8px);
    visibility: hidden;
    transition: visibility 0s .5s, opacity .3s ease-out, transform .5s cubic-bezier(0, 1, .5, 1), -webkit-transform .5s cubic-bezier(0, 1, .5, 1);
    backface-visibility: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.price-info__name-answer::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-color: #182E45 transparent;
    border-width: 5px 5px 0;
    border-style: solid;
    width: 0;
    border-radius: 0;
    opacity: 0;
}

.price-info__btn {
    display: none;
}


/* criteria */

.criteria__head {
    margin-bottom: 24px;
}

.criteria__title {
    color: #182E45;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 4px;
}

.criteria__title_margin {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 29px;
}

.criteria__text:not(:last-child) {
    margin-bottom: 24px;
}

.criteria__descr {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #182E45;
}

.criteria__text-item:not(:last-child) {
    margin-bottom: 12px;
}

.criteria__descr_margin {
    margin-bottom: 8px;
    display: block;
}

.criteria__text-list {
    margin: 0;
    padding-left: 25px;
    color: #182E45;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.price-info__body {
    border-right: 1px solid #E9EBED;
}

.price-info__body .col-content {
    width: calc(100% - 402px);
    border-top: 1px solid #E9EBED;
}

.price-info__body {
    display: flex;
    position: relative;
    z-index: 9;
}

.slide-inner {
    display: flex;
    align-items: center;
    border-bottom-right-radius: 10px
}

.border-bottom-right-radius {
    border-bottom-right-radius: 10px;
}

.slide-inner__item {
    flex: 1;
    text-align: center;
}


.slide-inner__value {
    padding: 16px;
    color: #232832;
    font-size: 14px;
    line-height: 160%;
    font-weight: 700;
    border-bottom: 1px solid #E9EBED;
    border-right: 1px solid #E9EBED;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-inner__value.first-column {
    border-left: 1px solid #E9EBED;
}
.slide-inner__value.first-column.last-row {
    border-radius: 0 0 0 10px;
}
.slide-inner__value.last-column.last-row {
    border-radius: 0 0 10px 0;
}
.slide-inner__value:last-child.hovered,
.price-info__item:last-child.hovered {
    background-color: transparent;
}

.slide-inner__value-border {
    border-right: none;
}

.slide-inner__value__btn {
    display: none;
}

.slide-inner__value .line {
    display: block;
    color: #C7CED7;
    width: 16px;
}

.slide-inner__value.slide-inner__value_center {
    border-right: none;
}


.slide-inner__value_center .slide-inner__value_btn {
    padding-bottom: 12px;
    padding-top: 12px;
}

.item-border {
    border-right: none;
}

/* .faq-area */

.faq-area .row {
    display: flex;
    justify-content: center;
    width: 100%;
}


@media (max-width: 1199px) {
    /* Price info */

    .price-tariff {
        padding: 24px 20px 20px;
    }

    .price-info__list {
        width: 279px;
    }

    .price-arrow_width {
        width: 275px;
    }

    .price-info__body .col-content {
        width: calc(100% - 275px);
    }

    .faq-area .row {
        width: auto;
    }
}

@media (min-width: 768px) {
    .price-info__header.stuck .price-info__header-slide {
        width: 750px;
        margin: 0 auto;
    }

}

@media (min-width: 992px) {
    .price-info__header.stuck .price-info__header-slide {
        width: 970px;
        margin: 0 auto;
    }

    .price-info__list {
        width: 279px;
    }

    .price-info__body .col-content {
        width: calc(100% - 274px);
    }
}

@media (min-width: 1200px) {

    .price-info__header.stuck .price-info__header-slide {
        width: 1200px;
        margin: 0 auto;
    }

    .price-info__list {
        width: 402px;
    }

    .price-info__body .col-content {
        width: calc(100% - 402px)
    }
}

@media (max-width: 991px) {

    /* header */
    .sec-pad_price {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .range-content__title {
        font-size: 44px;
        margin-bottom: 32px;
    }

    .range-content__subtitle {
        max-width: 602px;
    }

    .price-info__header.stuck .price-tariff {
        min-height: 60px;
        padding-bottom: 16px;
        padding-top: 16px;
    }

    .price-info__header.stuck .custom-container {
        padding-right: 0;
        padding-left: 0;
    }

    .price-info .price-info__header.stuck+.price-info__body {
        padding-top: 168px;
    }

    .price-tariff {
        padding: 24px 20px 20px;
        min-height: 167px;
    }

    .price-tariff__name {
        font-size: 22px;
        line-height: 140%;
        font-weight: 700;
        white-space: nowrap;
    }
    .grid-container .price-tariff__name.price-tariff-b2c-uk {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    .price-tariff__btn {
        padding-right: 16px;
        padding-left: 16px;
        max-width: 110px;
        white-space: nowrap;
    }

    .price-info__name {
        padding: 16px;
    }

    .price-info__name_height {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .price-info__item::before {
        right: 41.8%;
    }

    .price-info__item::after {
        right: 20.8%;
    }

    .price-info__name-item_padding {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .price-info__list {
        width: 274px;
    }

    .price-info__name-question {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Criteria */

    .criteria__text-item::marker {
        font-weight: bold;
    }

    .criteria__title_margin {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    /* header */

    .price-info__header-inner {
        width: 100%;
    }

    .price-info__body {
        border-right: 0 none;
    }

    .sec-pad_price {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .price-tariff__name sub {
        bottom: -7px;
    }

    .range-content__title {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .range-content__subtitle {
        font-size: 12px;
        line-height: 20px;
        max-width: 100%;
    }

    .price-info__header.stuck .price-tariff {
        min-height: 40px;
        padding-top: 0;
        padding-bottom: 0 !important;
    }

    .price-info__header.stuck {
        padding-bottom: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .price-info .price-info__header.stuck+.price-info__body {
        padding-top: 105px;
    }

    .price-arrow_width {
        display: none;
    }

    /* Header */

    .price-arrow {
        align-items: center;
        position: relative;
        z-index: 1;
        min-height: 91px;
        background-color: #ffffff;
        min-width: 160px;
    }

    .price-info__header-list {
        justify-content: flex-start;
        border: 0 none;
        padding-bottom: 16px;
    }

    .price-arrow__btn-icon {
        max-width: 100%;
        max-height: 100%;
    }

    .price-arrow__btn_left {
        transform: rotate(180deg);
        position: absolute;
        left: 0;
    }

    .price-arrow__btn_right {
        position: absolute;
        left: 56px;
    }

    .price-info__name {
        /* width: 50%; */
        min-width: 160px;
        /*max-width: 160px;*/
        border-right: none;
        border-left: none;
    }

    .price-info__header-item {
        border: none;
    }


    .price-info__header-item_none:first-child {
        border: none;
    }

    /* Price-info */

    .slide-inner__value.slide-inner__value_center {
        align-items: flex-start;
        padding-top: 8px;
    }


    .price-info__header.stuck .price-info__header-slide {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .sm_price_area_price {
        padding-bottom: 0px;
    }

    .criteria {
        padding: 40px 0 80px;
    }

    .price-info__slide {
        display: flex;
    }

    .price-info__item {
        border-right: none;
        border-left: none;
    }

    .icon-check {
        width: 12px;
        height: 9px;
    }

    .border-left-radius,
    .border-left-radius {
        border-radius: 0%;
    }

    .price-info__name {
        padding: 8px 20px 8px 0;
    }

    .price-info__item::before {
        display: none;
    }

    .price-info__item::after {
        display: none;
    }

    .price-tariff {
        padding: 0 0 0 !important;
        text-align: center;
        min-height: 88px;
        justify-content: space-between;
    }

    .price-tariff__name {
        font-size: 18px;
        line-height: 18px;
    }
    .grid-container .price-tariff__name.price-tariff-b2c-uk {
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    .price-tariff__number {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
        white-space: nowrap;
    }
    .grid-container .price-tariff__number.price-tariff__number-b2c-uk {
        font-size: 27px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px
    }

    .price-tariff__number_text {
        font-weight: 500;
        font-size: 11px;
        line-height: 27px;
        color: #677687;
    }

    .price-tariff__btn {
        font-size: 11px;
        line-height: 17px;
        padding: 6px 8px;
    }

    .border-left-bottom-radius {
        border-radius: 0%;
    }

    .price-info__name-title {
        font-size: 12px;
        line-height: 20px;
        max-width: 102px;
    }

    .price-info__name-title_width {
        max-width: 128px;
    }

    .price-info__name-title_bold {
        font-size: 15px;
        line-height: 24px;
    }

    .price-info__name-title_opacity {
        display: none;
    }

    .price-info__name-answer {
        font-size: 11px;
        line-height: 17px;
        max-width: 150px;
        min-width: 150px;
    }

    .price-info__header-item_none:last-child {
        border-right: none;
    }

    .slide-inner__value__btn {
        display: block;
    }

    .criteria h5 {
        font-size: 18px;
    }

    .criteria p b {
        font-size: 14px;
    }

    .price-info__name_height {
        padding: 20px 0;
    }

    /* Price-Slide */

    .sm_price_area_price__container {
        padding-right: 0;
    }

    .price-info__list {
        border-bottom: none;
    }

    .price-info__body .col-content {
        border-top: none;
        width: calc(100% - 160px);
    }

    .price-info__header-slide {
        display: flex;
        align-items: center;
    }

    .header_ab.header_top_price {
        position: fixed;
        z-index: 100;
    }

    .price-info__item_center {
        display: flex;
        align-items: center;
    }

    .price-info__name-item_padding {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .price-info__item:last-child {
        border-bottom: none;
    }

    .header_top_price+div,
    .header_top_price+section {
        margin-top: 50px;
    }

    .price-info__body .col-content {
        border-right: none;
    }

    .slide-inner__item {
        border-right: none;
    }

    .slide-inner__item:not(:last-child) {
        border-right: none;
    }

    .slide-inner__value {
        padding: 0;
        font-size: 11px;
        line-height: 2.2;
        border-top: 1px solid rgba(23, 85, 153, 0.15);
        border-right: none;
        border-bottom: none;
    }

    .slide-inner__value_padding {
        padding-top: 8px;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 13px;
        font-weight: bold;
        color: #677687;
    }

    .swiper-button-prev:after {
        transform: rotate(180deg);
    }

}

@media (max-width: 575px) {

    .price-info__header-item:not(:last-child) {
        border-right: none;
    }

    .price-info__header-item,
    .slide-inner__item {
        width: 115px;
    }

    .sm_price_area .btn {
        line-height: 30px;
        padding: 0 8px;
        font-size: 11px;
    }

    .criteria {
        padding: 40px 0 80px !important;
    }
}
