/*COLORS*/
/*FONTS*/
ul.page-numbers {
    padding-left: 0;
}

ul.page-numbers li {
    list-style: none;
    float: left;
}

ul.page-numbers .page-numbers {
    text-decoration: none !important;
}

.slick-dots li {
    position: relative;
    padding: 11px 10px;
    cursor: pointer;
}

.slick-dots li.slick-active:before {
    transform: scale(1.4);
}

.slick-dots li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #b8b8b8;
    border-radius: 50%;
}

.slick-dots li {
    position: relative;
    padding: 11px 10px;
    cursor: pointer;
}

.slick-dots li.slick-active:before {
    transform: scale(1.4);
}

.slick-dots li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #b8b8b8;
    border-radius: 50%;
}

.owl-controls .owl-dots {
    margin: 0 -15px;
}

.owl-controls .owl-dots .owl-dot {
    padding: 0 15px;
    display: inline-block;
}

.owl-controls .owl-dots .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    background-color: #bcb2ad;
    border-radius: 50%;
}

.owl-controls .owl-dots .owl-dot.active {
    background-color: transparent !important;
}

.stm_carousel__big .owl-controls .owl-nav .owl-next,
.stm_carousel__big .owl-controls .owl-nav .owl-prev {
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-color: #fff;
}

.stm_carousel__big .owl-controls .owl-nav .owl-next:before,
.stm_carousel__big .owl-controls .owl-nav .owl-prev:before {
    line-height: 40px;
    font-size: 14px;
}

.stm_carousel__big .owl-controls .owl-nav .owl-prev {
    left: 25px !important;
    right: auto;
}

.stm_carousel__big .owl-controls .owl-nav .owl-next {
    right: 25px !important;
    left: auto;
}

ul.page-numbers {
    position: relative;
    margin: 15px 0 40px 0;
    padding: 30px 0 0 6px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

ul.page-numbers:after, ul.page-numbers:before {
    content: "";
    display: block;
    border-bottom: 1px solid #e6e6e6;
    -ms-flex: 1;
    flex: 1;
}

ul.page-numbers:before {
    margin-right: 20px;
}

ul.page-numbers:after {
    margin-left: 20px;
}

ul.page-numbers li {
    width: 40px;
    vertical-align: top;
    position: relative;
    float: none;
    padding: 0;
    margin: 0 5px;
}

ul.page-numbers li .page-numbers {
    display: block;
    padding: 0;
    min-width: 40px;
    line-height: 40px;
    border: none;
    height: 40px;
    border-radius: 3px;
    background-color: #f2f2f2;
    font-size: 14px !important;
    font-weight: bold;
}

ul.page-numbers li .page-numbers.next, ul.page-numbers li .page-numbers.prev {
    border-radius: 3px !important;
    line-height: 40px;
    width: 38px;
    padding: 0;
    background: transparent;
    border: 1px solid #e6e6e6;
}

ul.page-numbers li .page-numbers.next i, ul.page-numbers li .page-numbers.prev i {
    font-size: 12px;
}

ul.page-numbers li .page-numbers:not(.current) {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
}

ul.page-numbers li .page-numbers:not(.current):hover {
    color: #fff;
}

ul.page-numbers li:last-child {
    margin-right: 0;
}

ul.page-numbers li:first-child {
    margin-left: 0;
}

.stm_pagination_style_6 ul.page-numbers li .page-numbers.current,
.stm_pagination_style_6 ul.page-numbers li .page-numbers:hover {
    color: #fff !important;
}

.stm_carousel__big .owl-controls .owl-nav .owl-next:before,
.stm_carousel__big .owl-controls .owl-nav .owl-prev:before {
    line-height: 36px;
}

.stm_carousel_dots_bottom .owl-controls .owl-dots {
    margin-top: 30px;
}

.stm_carousel_dots_bottom .owl-controls .owl-dots .owl-dot {
    padding: 0;
}