.circle-carousel {
	position: absolute;
	top: 160px;
	margin-left: -260px;
	transition: all 1s ease-out;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
.circle-carousel .container .wraper {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 630px;
	height: 630px;
	transform: rotate(90deg);
}
.circle-container {
	padding: 0;
	margin: 0;
	position: absolute;
	list-style: none;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.5s ease-in;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.circle-item {
	display: block;
	position: absolute;
	width: 213px;
	height: 418px;
	background: url(https://buf.pdf.kz/wp-content/themes/buf/assets/img/icons/hero-nav.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.circle-item:hover {
	cursor: pointer;
}
.circle-item.selected {
	background: url(https://buf.pdf.kz/wp-content/themes/buf/assets/img/icons/hero-nav-active.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.circle-item:nth-of-type(1) {
	top: -109px;
	left: calc(50% - 106px);;
	transform: rotate(270deg);
}
.circle-item:nth-of-type(2) {
	top: calc(50% - 209px);
	right: -7px;
	transform: rotate(0deg);
}
.circle-item:nth-of-type(3) {
	top: auto;
	bottom: -109px;
	left: calc(50% - 106px);
	transform: rotate(90deg);
}
.circle-item:nth-of-type(4) {
	top: calc(50% - 209px);
	left: -7px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.circle-content,
.circle-item-content,
.circle-nav {
	display: none;
}
.circle {
	display: flex;
	height: 392px;
	width: 182px !important;
	align-items: center;
	justify-content: center;
}
.circle-container .circle-item:nth-child(1) .circle img {
	transform: rotate(0deg);
}
.circle-container .circle-item:nth-child(3) .circle img {
	transform: rotate(0deg);
}
.circle img {
	display: none;
	margin-left: -35px;
	max-height: 160px;
}
.selected .circle img {
	display: block;
}