@charset "UTF-8"; .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { display: none; } .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { display: none; } .swiper-button-next, .swiper-button-prev { width: 3em; height: 3em; } .swiper-button-prev, .swiper-container-rtl .swiper-button-next { background: url(../images/arrow-left.png) no-repeat center center/contain; } .swiper-button-prev.swiper-button-disabled { opacity: 1; background: url(../images/arrow-left-disable.png) no-repeat center center/contain; } .swiper-button-next.swiper-button-disabled { opacity: 1; background: url(../images/arrow-right-disable.png) no-repeat center center/contain; } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { background: url(../images/arrow-right.png) no-repeat center center/contain; } .swiper-pagination-bullet { background-color: $green-d; } .swiper-pagination-bullet-active { background-color: $green-d; } @media screen and (max-width: 992px) { .swiper-button-next, .swiper-button-prev { margin-top: 0; transform: translateY(-50%); width: 4em; height: 4em; } .swiper-pagination-bullet { width: 1.5em; height: 1.5em; } }