.SalesList {
	margin: 0 -15px;
}

.SalesItem {
	background: #FFFFFF;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 25px 25px 25px;
	position: relative;
	flex-flow: row wrap;
	text-decoration: none;
}

.SalesItemBlock {
	padding: 15px;
	box-sizing: border-box;
	display: flex!important;
}

.SalesItem__name {
	font-weight: bold;
	font-size: 24px;
	line-height: 100%;
	padding-bottom: 65px;
	width: 60%;
	color: #326276;
}
.SalesItem:hover .SalesItem__name {
	color: #2BB3C0;
}
.SalesItem img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.Sales .slick-track {
	display: flex;
}

.Sales .slick-track > div,
.Sales .slick-track > div > div {
	display: flex!important;
}

.SalesItem__circle {
	width: 140px;
	height: 140px;
	right: 10px;
	position: absolute;
	border-radius: 50%;
	top: 60%;
	transform: translateY(-50%);
}

.SalesItem__more {
	width: 100%;
	position: relative;
	margin-top: auto;
}

.SalesItem__more > div {
	display: inline-block;
	border-bottom: 1px solid #221F1C;
	line-height: 19px;
	color: #221F1C;
	font-weight: bold;
}

.SalesItem:hover .SalesItem__name,
.SalesItem:hover {
	text-decoration: none;
}

.Sales .slick-dotted.slick-slider {
	margin-bottom: 60px;
}


.Sales a.link1 {
	position: absolute;
	right: 0;
	top: 15px;
	padding-right: 30px;
}
.Sales a.link1:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 22px;
	height: 15.14px;
	background: url(/img/arrow_green_right.svg) center no-repeat;
	transform: translateY(-50%);
}

.Sales a.link1:hover:after {
	background-image: url(/img/arrow_dark_right.svg);
}

.SalesLink:hover {
	color: #221F1C;
}

.SalesLink:hover:before {
	background: #221F1C;
}

.Sales .SalesLink:hover .arrow_red {
	fill: #221F1C;
	stroke: #221F1C;
}
.Sales {
	position: relative;
}

.Sales .link1 div:last-child {
	right: 27px;
}
@media (max-width: 991px) and (min-width: 768px) {
	.SalesItem__name {
		font-size: 18px;
		line-height: 26px;
		width: 80%;
	}

	.SalesItem__circle {
		width: 110px;
		height: 110px;
		right: 4px;
		top: 70%;
	}

	.SalesItem img {

		width: 40%;
	}
}

@media (max-width: 767px) {
	.SalesItem__name {
		font-size: 16px;
		line-height: 24px;
		width: 45%;
	}

	.SalesItem__circle {
		width: 115px;
		height: 115px;
	}

	.SalesItem img {
		max-width: 130px;
		max-height: 150px;
	}

	.SalesLink {
		display: none;
	}
}