.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination {
    bottom: 6px !important;
}

.select2 {
    width: 100% !important;
    margin-bottom: 20px;
}
.select2-container {
    background: #3A387B;
    border-radius: 7px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    padding: 6px 10px;
    border: unset;
    background: #3A387B;
    border-radius: 7px;
}

.select2-container .select2-selection--single {
    height: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset !important;
    color: #FFF;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: unset;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px;
    border-color: black transparent transparent transparent;
}

.select2-container--open {
    padding-top: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    pointer-events: none;
    transform: translateY(-50%) rotate(-135deg);
    border-bottom-style: unset;
    border-right-style: unset;
}
