/*.swiper-container {*/

/*}*/

/*.swiper-slide {*/

/*}*/

.swiper-container {
    width: 100%;
    margin: 20px auto;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*margin-right: 10px !important;*/
    font-family: 'Roboto', sans-serif;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000000;
    opacity: 1;
    background: #FFFFFF;
    font-family: MAKChoc;
}

.swiper-pagination-bullet-active {
    color: transparent;
    color: black;
    background-color: #fffb00;
    background-repeat: no-repeat;
    background-position: 15px 9px;
}

