.swiper-div {
}
.swiper-text-block {
}
.swiper-text-block h3 {
    line-height: 1em;
    color:#fff;
}
.swiper-text-block h4 {
    margin-top: -5px;
}
.swiper-div:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -76px;
    width: 273px;
    z-index: -1;
    height: 227px;
    background: url(main-slider-right-decor.png) 0 0 no-repeat;
}
.swiper-div:after{
    content: "";
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: -1;
    width: 250px;
    height: 107px;
    background: url(main-slider-left-decor.png) 0 0 no-repeat;
}

.swiper-div .btn-warning {
    width: 200px;
    padding: 15px 0px;
    border-width: 0;
    border-radius: 4px;
    font-size: 1.4em !important;
    border-color: transparent;
    color: #fff;
    z-index: 1;
    background: #f6770f;
    background: -webkit-linear-gradient(top, #f6770f 0%, #e84a12 100%);
    background: -ms-linear-gradient(top, #f6770f 0%, #e84a12 100%);
    background: linear-gradient(to bottom, #f6770f 0%, #e84a12 100%);
}
.swiper-div .btn-warning:before {
    content: " ";
    visibility: hidden;
}
.swiper-div .btn-warning:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(button-left-decor.png) 0 0 no-repeat, url(button-right-decor.png) 100% 100% no-repeat;
}