@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('ajax-loader.html') center center no-repeat;
}

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

    src: url('fonts/slick.html');
    src: url('fonts/slickd41d.html?#iefix') format('embedded-opentype'), url('fonts/slick-2.html') format('woff'), url('fonts/slick-3.html') format('truetype'), url('fonts/slick-4.html#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 38px;
    height: 38px;
    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;
    opacity: 1;
}

.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;
}

.slick-prev
{
    background: url(../images/myelements/p24.png);
    left: 14px;
    background-size: 100%;
    z-index: 2;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}


.slick-next
{
    background: url(../images/myelements/u24.png);
    right: 14px;
    background-size: 100%;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
/*UNCLASSIC ARROWS*/
.multiple-items .slick-prev
{
	background: url(../images/icons/grey-arrow.html) no-repeat white;
	background-position: center center;
	background-size: 53%;
	z-index: 2;
	top: -77px;
	right: 106px;
	left: auto;
	width: 74px;
	height: 32px;
}
.multiple-items [dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}


.multiple-items .slick-next
{
	width: 74px;
	height: 32px;
	right: 27px;
	top: -93px;
	background: url(../images/icons/grey-arrow.html) no-repeat white;
	background-position: center center;
	background-size: 53%;
	transform: rotate(-180deg);
}
.multiple-items [dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}
@media (min-width: 900px)
.slick-dots {
   display: flex !important;
}
}
.slick-dots
{
   position: absolute;
   bottom: 54px;

   justify-content: center;
   align-items: center;
   width: 100%;
   height: max-content;
   padding: 0;
   margin: 0;
   list-style: none;
   text-align: center;
}
.slick-dots li
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: max-content;
    height: max-content;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: max-content;
    border-radius: 100px;
    padding: 2px;
    cursor: pointer;
    border: 0;
    position: relative;
    outline: none;
}
.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
{
    display: block;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '';
    text-align: center;
    opacity: 1;
    background: #fff;
    border-radius: 100px;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background: #0fadf2;
}
@media (min-width:320px) and (max-width: 920px){
    .slick-dots li button:before, .slick-arrow {
        display: none !important;
    }
	.testim-wrapper {
		width: 100%;
	}
}