@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'Gilroy';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Gilroy-Bold.ttf');
   src: url('../fonts/Gilroy-Bold.ttf?#iefix') format('truetype'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.eot') format('embedded-opentype'), url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');*/
}
@font-face
{
    font-family: 'Gilroy';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/Gilroy-Heavy.ttf');
   src: url('../fonts/Gilroy-Heavy.ttf?#iefix') format('truetype'), url('../fonts/Gilroy-Heavy.woff') format('woff'), url('../fonts/Gilroy-Heavy.eot') format('embedded-opentype'), url('../fonts/Gilroy-Heavy.svg#Gilroy-Heavy') format('svg');*/
}
@font-face
{
    font-family: 'Gilroy';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Gilroy-Light.ttf');
   src: url('../fonts/Gilroy-Light.ttf?#iefix') format('truetype'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.eot') format('embedded-opentype'), url('../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');*/
}
@font-face
{
    font-family: 'Gilroy';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Gilroy-Medium.ttf');
   src: url('../fonts/Gilroy-Medium.ttf?#iefix') format('truetype'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.eot') format('embedded-opentype'), url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');*/
}
@font-face
{
    font-family: 'Gilroy';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Gilroy-Regular.ttf');
   src: url('../fonts/Gilroy-Regular.ttf?#iefix') format('truetype'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.eot') format('embedded-opentype'), url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');*/
}
/* 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: 'Gilroy';
    font-size: 35px;
    line-height: 1;
    opacity: .95;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
	z-index: 9999999999;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content:url(../images/arrow-blue-left.svg);
}
[dir='rtl'] .slick-prev:before
{
    content: url(../images/arrow-blue-left.svg);
}

.slick-next
{
    right: 0px;
    transform: rotate(180deg);
}
.single-slide .slick-prev
{
    right: 140px;
    bottom: 34px;
    left: auto;
    top: 462px !important;
    z-index: 9999999999;
}
.single-slide .slick-next {
    right: 60px;
    bottom: 34px;
    top: 466px;

}
.single-slide.webslide .slick-prev
{
    right: 140px;
    bottom: -30px;
    left: auto;
    top: auto
    z-index: 9999999999;
}
.single-slide.webslide .slick-next {
    right: 60px;
    bottom: -36px;
    top: auto;

}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.slick-next:before
{
    content:url(../images/arrow-blue-right.svg);
}
[dir='rtl'] .slick-next:before
{
    content: url(../images/arrow-blue-right.svg);
}

/* 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 1px;
    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: 'Gilroy';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #777b79;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #f5a623;
}
 	.slick-prev:before,
    .slick-next:before 
{
      color: #0d1e70;
 }