/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/************************/
/*




.animate-round-image-nav .slick-track {
    display: flex;
    flex-flow: column;
}

.animate-round-text-slider {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 110px;
    padding-right: 30px;
}

.animate-round-image-nav {
    position: absolute !important;
    left: -125px;
    top: 50%;
    transform: translateY(-50%);
}
.animate-round-image img {
    min-width: 190px;
}
.animate-round-image {
    padding: 0px 0;
}



.animate-round-image-nav .slick-slide:first-child {transform: translate(-75px, -40px);}

.animate-round-image-nav .slick-list {
    overflow: visible;
}

.animate-round-image-nav .slick-slide:nth-child(2) {
    transform: translate(-5px, -25px);
}

.animate-round-image-nav .slick-slide:nth-child(3) {
    transform: translate(0px, -5px);
}

.animate-round-image-nav .slick-slide:nth-child(4) {
    transform: translate(-65px, -6px);
}



*/
section.animate-round-image-slider-section {
    background: #EFEEED;
    border-radius: 30px;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ari-slider-outer {
    display: flex;
    align-items: center;
}
.animate-round-image-slider{
    width: 250px;
    position: relative;
    left: -115px;
    pointer-events: none;
}
.animate-round-text-slider{
    width: calc(100% - 250px);
}
.animate-round-text-slide-inner h2 {
    font-size: 32px;
    line-height: 43px;
    color: #000 !important;
    font-weight: 500;
    font-family: "CodecPro-Bold-500", Sans-serif;
    margin-top: 0;
}

.animate-round-text-slide-inner p {
    color: #000;
    font-size: 22px;
    line-height: 35px;
}

.animate-round-text-slide-inner {
    max-width: 80%;
}
.ari-slider-outer {
    position: relative;
    width: calc(100% - 770px);
}

.ari-big-img {
    position: relative;
    width: 770px;
}
.ari-big-img .head {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4.6%;
}

.ari-big-img .head h2 {
    font-size: 50px;
    line-height: 68px;
    color: #171717;
    max-width: 260px;
    text-align: center;
}
.animate-round-image-nav .slick-slide {
    opacity: 0;
    transition: 0.3s linear;
    transition-delay: 100ms;
}
path#yello-round-line {
    stroke-dasharray: 583px;
    stroke-dashoffset: -583px;
    transition: 0.6s linear;
}
.animate-round-text-for .slick-slide.slick-current.slick-active {
    transition: opacity 0.6s linear;
}
.animate-round-image-nav .slick-slide.slick-current {
    opacity: 1;
    transition: 0.6s linear;
    transition-delay: 0s;
}
.animate-round-image-nav .slick-list { overflow: visible; } 
.animate-round-image-nav .slick-slide:first-child, .animate-round-image-nav .slick-slide:last-child { left: -40px; position: relative; }
circle#yellow-dot1, circle#yellow-dot2, circle#yellow-dot3 {
    fill: #D9D9D9;
    transition: 0.6s linear;
}

.slickCurrent-1 path#yello-round-line {
    stroke-dashoffset: -383px;
}
.slickCurrent-2 path#yello-round-line {
    stroke-dashoffset: -193px;
}
.slickCurrent-3 path#yello-round-line {
    stroke-dashoffset: 0px;
}
.slickCurrent-1 circle#yellow-dot1{fill: #FFCB17;}
.slickCurrent-2 circle#yellow-dot2, .slickCurrent-2 circle#yellow-dot1{fill: #FFCB17;}
.slickCurrent-3 circle#yellow-dot3, .slickCurrent-3 circle#yellow-dot2, .slickCurrent-3 circle#yellow-dot1{fill: #FFCB17;}
.animate-round-image-slider .slick-track { transform: none !important; }
@media (min-width:1200px) and (max-width:1440px) {
    .ari-big-img { margin-left: -60px; } 
    .ari-big-img .head { margin-left: 60px; } 
    .ari-slider-outer { width: calc(100% - 720px); } 
    .animate-round-text-slider { width: calc(100% - 150px); margin-left: -100px; }
}
@media (min-width:1024px) and (max-width:1199px) {
    .ari-big-img { width: 550px; } 
    .ari-big-img svg { max-width: 100%; } 
    .animate-round-image-slider { width: 150px; } 
    .animate-round-text-slider { width: calc(100% - 100px); margin-left: -50px;} 
    .ari-slider-outer { width: calc(100% - 550px); }
    .animate-round-text-slide-inner p { font-size: 18px; line-height: 32px; }
}