/*FEATURES*/
.features-arrow-block.active .features-btn{
    position: absolute;
    top: 1px;
    width: 37px;
    height: 38px;
}
.features-arrow-block.active .features-btn:hover{
    cursor: pointer;
}
.features-arrow-block.active #features-left-button{
    left: -22px;

    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAYAAABit09LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA4SURBVHgB7YxBDQAgDMQGikAhOEQKQcFRA8smYE2a+zTXLEDSYmYY4cVRkR9Bx2dZeNuZ14q9+Hzv4KqtUWLQwQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: 50%;
}
.features-arrow-block.active #features-right-button{
    right: -22px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAYAAABit09LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA8SURBVHgB7cwxDQAgEEPRBgVIQRoOwBFSkIKE0oH9LmG8+0m3l4Lk1gashJp2Ev/gXuCret5mUPTgMpG6QrOtN+w3jrgAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: 50%;
}
#featuresTab{
    flex-wrap: nowrap;
    height: auto;
    min-height: auto;
    overflow: hidden;
}
.features-arrow-block.active .features-btn-prev,
.features-arrow-block.active .features-btn-next.deactive{
    background: #E8E8E8;
}

.row-features-item{
    margin-bottom: 40px;
}
.features-item .features-title{
    margin-bottom: 21px;
}
.features-item ul{
    padding-left: 15px;
    margin-bottom: 0;
}
.features-item p, .features-item ul li{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 18px;
}

.features .tab-content .row-features-item:nth-child(even) div:last-child {
    order: -1;
}


.row-features-item iframe {
    width: 100%;
    height: 403px;
}
@media (max-width: 767.98px) {
    .row-features-item iframe {
        margin-bottom: 15px;
        height: 315px;
    }
}