.el-input__inner {
    padding: 10px 45px 10px 30px !important;
}

.home-newsletter .el-input__inner {
    padding: 30px 210px 30px 15px !important;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    left: 60px !important;
    right: auto !important;
    width: 42px !important;
    height: 59px !important;
    background-size: 42px 59px !important;
    opacity: 0.4;
    transition: .4s;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    right: 60px !important;
    left: auto !important;
    width: 42px !important;
    height: 59px !important;
    background-size: 42px 59px !important;
    opacity: 0.4;
    transition: .4s;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;
}
