@charset 'UTF-8';
/* Slider */


/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.prev-arrow {
    cursor: pointer;
    z-index: 9999;
}

.arrow-bl.slid.active {
    display: flex;
    align-items: center;
}

.next-arrow {
    margin-right: 146px;
    cursor: pointer;
}


ul.slick-dots {
    list-style: disc;
    bottom: -54px;
    text-align: left;
    left: 23px;
    width: 14%;
}

.slick-dots li {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 32px;
    /* height: 32px; */
    /* padding: 6px 0px; */
    cursor: pointer;
}

.slick-dots li button {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
}

li.slick-active button{
    width: 32px;
    height: 32px;
    padding: 6px 0px;
    border-radius: 4px;
    background:  #CC2696;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.blog_page_sl.slick-prev:before {
    display: none !important;
}

.blog_page_sl.slick-next:before {
    display: none !important;
}

.blog_page_sl .slick-prev
{
    left: 20px;
    background: url(../images/slayder-arrow.svg) 50% 50% no-repeat;
    width: 39px;
    height: 39px;
    transition: 0.3s;
    display: block;
    border-radius: 4px;
    top: 46%;
    bottom: auto;
    z-index: 1; 
    border: none;
    transform: rotate(180deg);
    right: auto;
}

.blog_page_sl .slick-prev:hover {
    background: #CC2696 url(../images/slayder-arrow.svg) 50% 50% no-repeat;
}


.blog_page_sl .slick-next
{
    right: 20px;
    background: url(../images/slayder-arrow.svg) 50% 50% no-repeat;
    width: 39px;
    height: 39px;
    transition: 0.3s;
    border: none;
    border-radius: 4px;
    display: block;
    top: 50%;
    bottom: auto;
    z-index: 1;
    
}

.blog_page_sl .slick-next:hover {
    background: #CC2696 url(../images/slayder-arrow.svg) 50% 50% no-repeat;
}






.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    /* width: 20px; */
    /* height: 20px; */
    /* margin: 0 5px; */
    /* padding: 0; */
    cursor: pointer;
}
.slick-dots li button
{
    /* font-size: 0; */
    /* line-height: 0; */
    /* display: block; */
    /* width: 20px; */
    /* height: 20px; */
    /* padding: 5px; */
    /* cursor: pointer; */
    /* color: transparent; */
    /* border: 0; */
    /* outline: none; */
    /* background: transparent; */
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    /* opacity: .75; */
    /* color: black; */
}




.blog_page_sl.slick-dotted.slick-slider {
    margin: 0;
}



.blog_page_sl .slick-dots
{
    position: absolute;
    bottom: 22px;

    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}


.blog_page_sl .slick-dots li
{
    position: relative;

    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    padding: 0;
    background: none;
    cursor: pointer;
}


.blog_page_sl .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
}


.blog_page_sl .slick-dots li.slick-active button {
    background: #CC2696 !important;

}


.blog_page_sl.slick-prev:before {
    display: none !important;
    content: '' !important;
}

.blog_page_sl.slick-next:before {
    display: none !important;
    content: '' !important;
}