.top-technician {
	position: relative;
	padding: 0;

	.swiper {
		padding: 50px 30px;
	}

	.second-swiper {
		margin-top: -80px;

		.swiper-wrapper {
			margin-right: 135px;
		}
	}

	.top-technician-wrapper {
		margin-top: 100px;

		.swiper-slide {
			@media (max-width: 576px) {
				width: 290px !important;
			}
		}

		h3 {
			margin-bottom: 40px;
			font-size: 25px;
			text-align: center;
			color: #455464;
			font-weight: bold;

			@media (max-width: 576px) {
				font-size: 16px;
				margin-bottom: 0;
			}
		}
	}

	.top-technician-item-fake {
		width: 130px;
	}

	.top-technician-item {
		display: flex;
		justify-content: right;
		align-items: center;
		direction: rtl;
		padding: 0 15px;
		width: 270px;
		height: 88px;
		border-radius: 45px;
		margin: 0 5px;
		box-shadow: 0px 16px 40px rgba(123, 123, 123, 0.15);
		background-color: #fff;

		.top-technician-avatar {
			width: 64px;
			height: 64px;
			border-radius: 50%;
		}

		.top-technician-content {
			width: 160px;
			margin-right: 15px;
		}

		.top-technician-name {
			font-size: 15px;
			color: #546e7a;
			direction: rtl;
			text-align: right;
			width: 100%;
			display: block;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}

		.top-technician-rate {
			background-image: url('/assets/images/star.png');
			background-position: right center;
			background-repeat: no-repeat;
			padding-right: 30px;
			font-size: 14px;
			color: #78909c;
		}
	}
}
