.prices-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.prices-top__info {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #828282;
    text-align: right;
}
.prices-top__info span {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 133.333%;
    display: block;
}
.prices-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 435px;
    margin-top: -6px;
}
.prices-add h2 {
    margin-top: 0;
    margin-bottom: 0;
}
.prices-add__content {
    margin-top: 17px;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
}
.prices-add__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
}
.prices-add__title img {
    margin-left: 24px;
    width: 48px;
    margin-top: -18px;
}
.prices-add__price {
    color: #111;
    margin-top: 16px;
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    display: block;
}
.prices-add__price span {
    display: block;
    color: #828282;
    font-size: 12px;
    font-weight: 500;
    line-height: 200%;
}

.product-feature__uptitle {
    display: block;
    color: #FF7855;
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.product-feature__list {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}
.product-feature__list li {
    font-size: 16px;
    line-height: normal;
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    text-align: left;
}
.product-feature__list li:last-of-type {
    margin-bottom: 0;
}
.product-feature__list li:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #FF7855;
    content: '';
}
.product-feature__list li:after {
    position: absolute;
    top: 4px;
    left: 5px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    height: 8px;
    width: 4px;
    content: '';
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.section-content .product-feature {
    min-height: auto;
    padding: 0;
    margin-bottom: 3rem;
} 
.section-content .product-feature:last-of-type {
    margin-bottom: 0;
}
.section-content .benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: 30px;
}
.section-content .benefits-item {
    width: calc(25% - 1rem);
    margin: 1rem 0.5rem 0;
    height: auto;
}
.text-block{
    padding-top: 20px;
}
.text-block ul,
.text-block ol{
    padding: 10px 0 10px 0;
    margin: 0 0 0 0;
}
.text-block li {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 0;
    padding: 5px 0 5px 0;
    list-style-position: inside;
}
.text-block p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 0;
    padding: 10px 0 10px 0;
}
.text-block img{
    display: block;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}



@media screen and (max-width: 1200px) {
    .section-content .benefits-item {
        width: calc(50% - 1rem);
    } 
}

@media screen and (max-width: 991px) {
    .prices-add {
        margin-top: 0;
    }
    .section-content .benefits-item {
        width: calc(100% - 1rem);
    } 
}
@media screen and (max-width: 767px) {
    .prices-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .prices-top .page-title {
        margin-bottom: 16px;
    }
    .prices-top__info {
        text-align: left;
        margin-bottom: 24px;
        font-size: 13px;
        line-height: 162%;
    }
    .prices-top__info span {
        font-size: 16px;
        line-height: 175%;
    }
    .prices-add h2 {
        font-size: 20px;
        line-height: 160%;
    }
    .prices-add__content {
        padding: 23px;
    }
}
.section-video{
    padding-top: 40px;
}


@media screen and (min-width: 992px) {
    .section-how-it-works{
        overflow: inherit;
    }
    .row_flex{
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .hiw-list{
        padding-top: 20vh;
        padding-bottom: 20vh;
    }
    .hiw-list__item{
        padding-bottom: 20vh;
    }
    .hiw-list__item:last-child{
        padding-bottom: 0;
    }
    .hiw-list__image{
        display: none;
    }
    .hiw-list__image.active{
        display: block;
    }
    .col-sticky{
        display: block;
        position: relative;
    }
    .block-sticky{
        position: sticky;
        top: 50px;
        
    }

    .hiw-list__item.active .hiw-list__link {
        opacity: 1;
    }
    .hiw-list__item.active .hiw-list__link:before {
        background: #eb7353;
    }
    .hiw-list__title {
        font-size: 20px;
    }
    .hiw-list__text {
        font-size: 16px;
    }
    .hiw-list__image {
        position: absolute;
        display: block;
        opacity: 0;
        transition: all .3s ease;
        text-align: center;
        width: 100%;
    }
    .hiw-list__image.active {
        opacity: 1;
    }
    .hiw-list__figure {
        min-height: 530px;
    }
    .block-sticky {
        top: calc(50vh - 250px);
    }
    .hiw-list__image img, .hiw-list__image picture{
        object-position: center center;
    }
}
@media screen and (max-width: 991px) {
    .section-how-it-works{
        overflow: hidden;
    }
}
.product-feature{
    justify-content: center;
}
.product-feature__figure.full-width{
    width: 100%!important;
    max-width: 100%!important;
    flex-basis: 100%!important;
    max-width: 100%!important;
}
.product-feature__figure.full-width img{
    max-width: 100%;
    max-height: none;
}

.product-feature_more-cols{
    flex-direction: row!important;
    align-items: flex-start;
}
.product-feature_more-cols .product-feature__figure{
    padding-left: 15px;
    padding-right: 15px;
    align-self: center;
}
.product-feature_more-cols .product-feature__figure img{
    max-width: 100%;
    width: auto;
}
.product-feature_more-cols .product-feature__title{
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #ff6740;
}
.product-feature_more-cols ul{
    display: block;
    list-style: none;
    padding-inline-start: 0px;
}
.product-feature_more-cols ul li{
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    padding: 2px 0 2px 30px;
    position: relative;
    margin-top: 10px;
    font-weight: 500;
    text-align: left;
    color: rgba(17, 17, 17, 0.7);
    
}
.product-feature_more-cols ul li:before{
    width: 3px;
    height: 18px;
    position: absolute;
    left: 5px;
    top: 7px;
    background: #ff0000;
    transform: rotate(45deg);
    content: '';
    display: block;
    border-radius: 4px;
}
.product-feature_more-cols ul li:after{
    width: 3px;
    height: 18px;
    position: absolute;
    left: 5px;
    top: 7px;
    background: #ff0000;
    transform: rotate(-45deg);
    content: '';
    display: block;
    border-radius: 4px;
}
.product-feature_more-cols ul.list-addition{
    padding-top: 10px;
}
.product-feature_more-cols ul.list-addition li:before{
    width: 8px;
    height: 14px;
    border-right: solid 3px #5dc64f;
    border-bottom: solid 3px #5dc64f;
    background: none;
    transform: rotate(45deg);
    top: 5px;
    border-radius: 0 0 0 0;
}
.product-feature_more-cols ul.list-addition li:after{
    display: none;
}
.product-feature__figure video{
    max-width: 100%;
    width: auto;
}
.product-feature__figure iframe{
    max-width: 100%;
    width: auto;
    min-height: 250px;
}
.section-reviews_top{
    padding-top: 0!important;
}
.section-reviews_top .slick-slide {
    height: auto;
}
.slider-reviews__item-cont{
    background: #FFF;
    border-radius: 14px;
}
.list-nav-slider__item span{
    background: #FFF;
}

@media screen and (max-width: 1199px) {
    .product-feature_more-cols .product-feature__figure{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .product-feature_more-cols .product-feature__title br{
        display: none;
    }
    .product-feature__figure iframe{
        max-width: 100%;
        width: auto;
        min-height: 350px;
    }
    
}
@media screen and (max-width: 991px) {
    .product-feature__content:last-child{
        padding-top: 25px;
    }
}
@media screen and (max-width: 767px) {
    .product-feature_more-cols .product-feature__figure{
        padding-top: 0;
        padding-bottom: 0;
    }
    .product-feature__content:last-child{
        padding-top: 20px;
    }
    .product-feature_more-cols ul li{
        font-size: 14px;
        line-height: 18px;
    }
    .product-feature_more-cols ul li:before{
        height: 16px;
        top: 3px;
    }
    .product-feature_more-cols ul li:after{
        height: 16px;
        top: 3px;
    }
    .product-feature_more-cols ul.list-addition li:before{
        width: 7px;
        height: 12px;
        top: 2px;
    }
    .integration-item__img{
        min-height: 200px;
    }
    .product-feature__figure iframe{
        max-width: 100%;
        width: auto;
        min-height: 250px;
    }
}