.simple-carousel__nav{position:relative;z-index:2;margin-top:32px}.simple-carousel__nav .content{padding:0}.simple-carousel__nav-row{display:flex;justify-content:flex-start;align-items:center}.simple-carousel__arrows{display:flex}.simple-carousel__arrow{width:40px;height:40px;position:relative;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#ebefee;color:inherit;cursor:pointer;transition:.3s}.simple-carousel__arrow:hover{background-color:#d8dfde}.simple-carousel__arrow:first-child{margin-right:18px}.simple-carousel__arrow-progress{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.simple-carousel__arrow-progress svg{width:calc(100% + 14px);height:calc(100% + 14px);flex-shrink:0}.simple-carousel__arrow-progress circle{stroke-dasharray:153;stroke-dashoffset:153;transform:rotate(-90deg);transform-origin:center;stroke:currentColor;stroke-width:2px;r:25px;cx:50%;cy:50%}.simple-carousel__arrow-progress_active circle{animation:loader 5s linear infinite both}.simple-carousel__counter{margin-right:25px;font-family:Roboto,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:23px;color:inherit}@keyframes loader{0%{stroke-dashoffset:150}to{stroke-dashoffset:0}}