.ws-pricing_block {
    position: relative;
    opacity: 0;
}
/* @media (min-width: 768px) {
    .ws-pricing_block:before {
        content: '';
        position: absolute;
        top:0; right:0;
        width: 70rem;
        width: 539px;
        max-width: 25vw;
        height: 100%;
        background: url('../../../../inc/assets/images/pricing-bgr.jpg') no-repeat left bottom;
        background-size: cover;
    }
} */
.ws-pricing_block .container {
    position: relative;
}
.ws-pricing_block .container .block-title,
.ws-pricing_block .container .block-subtitle {
    max-width:48rem;
    margin-left:auto;
    margin-right: auto;
}
.ws-pricing-switch {
    padding: 0.125rem;
    border: 1px solid var(--brand);
    background: var(--white);
}
.ws-pricing-switch > * {
    cursor:pointer;
    display: flex;
    flex-direction: column;
    padding: 0.625rem 1.5rem;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    background: var(--white);
    color: var(--heading);
    font-size: 1.125rem;
    margin: .125rem;
    transition: all .3s
}
.ws-pricing-switch > *:before {
    display: block;
    content: attr(data-title);
    font-weight: 500;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.ws-pricing-switch > *.active {
    color: var(--white);
    background: var(--brand);
    font-weight: 500
}
.ws_pricelist_carousel_wrap.tns-slider {
    display: flex
}

.price-item {
    position: relative;
    transition: transform .5s
}
.ws_mobile .price-item {
}
.ws_desktop .price-item {
    /* padding:12px 0 30px; */
    /* transform:scale(0.9); */
}
.ws_desktop .price-item:hover {
    /* transform:scale(1); */
}
.price-item-wrap {
    /* box-shadow: 2px 5px 8px rgba(0,0,0,0.2); */
    background: #fff;
    display:block;
    text-decoration:none;
    color:var(--heading);
    /* overflow: hidden; */
    height: 100%;
    border: 1px solid var(--border);
    border-width: 1px 1px 1px 0;
    /* padding:20px 40px 62px; */
    position: relative;
}
.price-item:first-child .price-item-wrap {
    border-left-width: 1px
}
.price-title {
    line-height: 1.2;
    border-bottom: 1px solid var(--border);
    padding: 2rem;

}
.price-subtitle {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    font-size: 1rem;
    font-weight: 400;
    margin-top: .5rem;
}
.price-content {
    color: var(--text);
    padding: 2rem;
    border-bottom: 1px solid var(--border);
}
.price-value {
    line-height: 1;
    color: var(--heading);
    margin-bottom: .5rem;
}
.price-value span {
    vertical-align: bottom;
}
.price-value span, .price-descr {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    font-size: 1rem;
    font-weight: 400;
}
.price-button-wrap {
    padding: 2rem;
    border-bottom: 1px solid var(--border);
}
.price-button-wrap .button {
    width: 100%;
    height: 3rem;
}
.price-features {
    padding: 2rem 2rem 1rem;
}
.price-features p {
    margin-bottom: 1.5rem
}
.price-features ul {
    padding: 0;
    list-style-type: none;
}
.price-features ul li {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--brand);
    padding: 0;
}
.price-features ul li:before {
    content: '\e903';
    font-family: 'ppwr' !important;
    color: var(--heading);
    font-size: 1.25rem;
    line-height: 1;
    width: 1.25rem;
    flex-shrink: 0;
    margin-right: .75rem;
}
.price-features ul li:not(:last-child) {
    margin-bottom: 1rem
}
/* featured */
.price-item.featured .price-item-wrap {
    border: 2px solid var(--brand);
    border-top-width: 1px;
}
.price-item.featured .price-title {
    border-bottom-color: var(--brand);
    background: linear-gradient(135deg, #1a3527 0%, #28513b 100%);
    color: var(--white);
}
.price-item.featured .price-subtitle {
    color: var(--extralight-brand);
}

/* carousel */
.ws-pricing_block .tns-ovh {
    overflow: visible
}
.ws-pricing_block .tns-nav {
    text-align: left;
    padding-left: 1.75rem;
    padding-top: 2rem;
}
.ws-pricing_block .tns-nav button {
    border:none;
    background-color: var(--lightgrey);
    width: .75rem;
    height:.75rem;
	padding:0;
    border-radius: 62.4375rem;
    margin: .25rem;
    position: relative;
    transition: width .3s
}
.ws-pricing_block .tns-nav button.tns-nav-active {
    width: 2rem
}
.ws-pricing_block .tns-nav button.tns-nav-active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1rem;
    border-radius: .75rem;
    background: #eee;
}
/**/
.ws-pricing_block .tns-controls {
    position: absolute;
    right: 0;
    left:0;
    bottom: -3rem;
}
.ws-pricing_block .tns-controls button {
    width: 3rem;
    height: 3rem;
    position: absolute;
    background: #fff;
    border: 1px solid var(--text);
    border-radius: 100%;
    color: var(--text);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.1);
    font-size: 0;
    overflow: hidden;
    transition: border-color .3s
}
.ws-pricing_block .tns-controls button[data-controls="prev"] {
    left: calc(50% - 3.5rem);
}
.ws-pricing_block .tns-controls button[data-controls="next"] {
    right: calc(50% - 3.5rem);
}
.ws-pricing_block .tns-controls button:before {
    font-family: 'ppwr' !important;
    font-size: 1.5rem;
    line-height: 2.75rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: var(--text);
    transition: color .5s
}
.ws-pricing_block .tns-controls button[data-controls="prev"]:before {
    content: '\e905';
}
.ws-pricing_block .tns-controls button[data-controls="next"]:before {
    content: '\e904';
}
.ws-pricing_block .tns-controls button:hover {
    border-color: var(--brand);
}
.ws-pricing_block .tns-controls button:hover:before {
    color: var(--brand)
}

@media only screen and (max-width: 991px) {
    .ws-pricing_block .tns-outer {
        padding-bottom: 4rem !important;
    }
    .ws-pricing_block .tns-controls {
        bottom: 2.5rem;
    }
}
@media only screen and (max-width: 767px) {
    .price-title.h6 {
        font-size: 1.5rem
    }
    .price-value.h3 {
        font-size: 2.25rem
    }
    .price-title, .price-content, .price-button-wrap, .price-features {
        padding: 1.5rem;
    }
    .price-features {
        padding-bottom: .5rem
    }
}
