.circle-reasons {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */

    display: flex;
    width: 386px;
    height: 386px;
    border: 1px solid #979797;
    background-color: #f5f5f5;
    border-radius: 50%;
}
#js-wheel-rotate-switch{
	height: 536px;
}

.slick-slide {
	padding: 0 15px;
	outline: none;
}

.slick-dots {
	margin-top: 30px;
	margin-bottom: 0;
	padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	list-style: none;
}

.slick-dots li {
	margin: 0 7.5px;
}

.slick-dots li.slick-active button{
	background-color: #404040;
}

.slick-dots li button{
    display: block;
    padding: 0;
    width: 7px;
    height: 7px;
	font-size: 0;
	border: 0;
    border-radius: 10px;
    background-color: #c4c4c4;
	outline: none;
	cursor: pointer;
}

.wheel-hidden-sm-wrap {
	display: inline;
}

.wheel-hidden-sm {
	display: inline;
}

.b-wheel-more {
	display: none;
}

.b-wheel-more .less {
	display: none;
}

@media (min-width: 992px){
	.wheel-rotate-item {
		display: none;
	}
	.wheel-rotate-item.active {
		display: block;
	}
}

@media (max-width: 991px){
	.wheel-hidden-sm {
		display: none;
	}
	.wheel-hidden-sm.is-open {
		display: inline !important;
	}
	.b-wheel-more {
		display: block;
		margin-top: 15px;
		margin-left: auto;
		margin-right: 0;
	}
	.b-wheel-more.is-active .more {
		display: none;
	}
	.b-wheel-more.is-active .less {
		display: inline;
	}
	
	#js-wheel-rotate-switch {
		height: auto;
	}
	
	.reasons-to-work-section {
		margin-top: 15px;
		margin-bottom: 60px;
	}
	
	.reasons-content {
		display: block;
	}
	
	.reasons-to-work-section .reasons-title {
		margin-bottom: 40px;
		padding: 0 15px;
		text-align: left;
		font-size: 34px;
		line-height: 40px;
		color: #0091D1;
	}
	
	.reasons-circle {
		display: none;
	}
	
	.reasons-text {
		padding-right: 0;
		max-height: none;
	}
	
	.wheel-rotate-item {
		font-size: 16px;
		line-height: 25px;
		text-align: justify;
		letter-spacing: 0.02em;
		color: #67686A;
	}
	
	.reasons-text .wheel-rotate-item h3 {
		margin: 0 0 30px;
		font-size: 30px;
		line-height: 35px;
		text-align: center !important;
		color: #404040;
	}
}

.rotate-transparent-wheel {
    display: flex;
    z-index: 100;
    align-self: center;
    margin: auto;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.white-wheel {
    align-self: center;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    width: 104px;
    height: 104px;
}

.segmentation {
    height: 104px;
    align-self: center;
    position: absolute;
    margin: 0 36.5%;
    z-index: 1000;
}

.pointer {
    position: absolute;
    top: 34.5%;
}

.pointer img {
    width: 104px;
}

.reason {
    color: #646464;
    font-family: "Futura BT - Heavy";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.11px;
    margin-right: 0px;
}

.selected-reason-area {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
}

.reason {
    position: absolute;
    z-index: 1;
}

.reason.selected {
    color: #fafafa;
}

.reason span {
    display: inline-block;
}

.reason.start {
   top: 45%;
    width: 101px;
    right: 3%;
}.reason.start span {

}
.reason.deg45 {
        top: 64%;
    width: 101px;
    right: 15%;
}.reason.deg45 span {
    transform: rotate(45deg);
}
.reason.deg90 {
    width: 101px;
    top: 76%;
    right: 36.5%;
}.reason.deg90 span {
    transform: rotate(90deg);
}
.reason.deg135 {
    width: 72px;
    top: 65%;
    right: 62%;
}.reason.deg135 span {
    transform: rotate(315deg);
}
.reason.deg180 {
   top: 45%;
    width: 101px;
    right: 65%;
}.reason.deg180 span {
    transform: rotate(0deg);
}
.reason.deg225 {
       top: 22.5%;
    width: 101px;
    right: 57%;
}.reason.deg225 span {
    transform: rotate(45deg);
}
.reason.deg270 {
    top: 15%;
    right: 34%;
}.reason.deg270 span {
    transform: rotate(270deg);
}
.reason.deg315 {
   top: 23.5%;
    right: 15%;
    width: 101px;
}.reason.deg315 span {
    transform: rotate(315deg);
}