.commands {
    margin-bottom: 65px;
}

.commands-slider__item {
    opacity: 1;
    border-radius: 8px;
    padding: 32px 24px;
    background: #F5F5F5;
}

.commands-slider__picture {
    margin-bottom: 20px;
}

.commands-slider__picture img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 50%;
}

.commands-slider__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #181D27;
    margin-bottom: 5px;
}

.commands-slider__position {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #0D5EFF;
    margin-bottom: 10px;
}

.commands-slider__contact {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #535862;
}

.commands-slider__contact img {
    width: 12px;
}

.commands-slider__department {
    margin-top: 20px;
    border-radius: 16px;
    padding: 2px 8px;
    border: 1px solid #079455;
    color: #079455;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
}

.swiper-commands-nav {
	display: flex;
	gap: 15px;
	margin: 20px 0;
}

.swiper-commands-nav div {
	cursor: pointer;
	width: 48px;
	height: 48px;
	border: 1px solid #E9EAEB;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 640px) {
	.commands-slider .swiper-slide {
        width: 260px;
    }
}
