.integrationShadow {
    background: url("../images/ui/integration_shadow.png") bottom no-repeat;
}

@media (max-width: 767px) {

    .integrationShadow {
        background: none;
    }

    .integrationShadow.showOnMobile{
        background: url("../images/ui/integration_shadow.png") bottom no-repeat;
    }

}

.video {
    margin-top: 40px;
}

.video .text {
    margin-top: 30px;
    margin-bottom: 40px;
}

.order {
    padding: 30px 15px;
    margin-bottom: -10px;
}

.order form {
    margin-top: 25px;
    margin-bottom: 25px;
}

.order .bisField {
    max-width: 315px;
    margin-right: 5px;
    width: 100%;
}

.order a.button {
    height: 65px;
    line-height: 65px;
}
.order a.button, .order .bisField {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {

    .order .bisField {
        margin-bottom: 10px;
    }

}

.featureWithBg {
    margin-top: 40px;
    padding-bottom: 35px;
}

.featureWithBg .bigText {
    margin-bottom: -40px;
}

.featureWithBg .whiteBg {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.backArrowBlock {
    margin-top: 40px;
    margin-bottom: 45px;
}

.moreFeatures .title {
    margin-bottom: 25px;
}

.anotherFeature {
    height: 275px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
}

.anotherFeature .yellowOverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #feba12;
    opacity: 0;
    z-index: 1;
}

.anotherFeature .bgShape {
    background-image: url(../images/ui/feature_shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 208px 182px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.noTouch .anotherFeature:hover .yellowOverlay {
    opacity: 0.8;
}

.noTouch .anotherFeature:hover .bgShape {
    display: block;
}

@media (max-width: 991px) {

    .moreFeatures {
        margin-bottom: 20px;
    }

}