.brandSlider .item {
	width: 10%;
	min-height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brandSlider .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%
}

.brandSlider .item img {
	max-width: 80%;
	display: block;
}

.wrapper {
	box-shadow: 0 5px 49px 1px rgba(3, 28, 38, 0.08);
}

.indexBrands .wrapper {
	padding-bottom: 45px;
}

.title h2 {
	font-size: 22px;
	margin: 0;
	text-align: center;
	color: #171717;
}

.indexBrands .title {
	padding-top: 20px;
	margin-bottom: 55px;
	position: relative;
}

.indexBrands {
	margin-top: 30px;
	margin-bottom: 40px;
}

.indexBrands .title a {
	position: absolute;
	right: 30px;
	top: 22px;
	color: #171717;
	font-size: 12px
}

.brandSlider .flickity-slider {
	display: flex;
	justify-content: space-between;
}

.brandSlider {
	margin: 0 50px;
}

.brandSlider .flickity-prev-next-button.previous {
	left: -45px;
}

.brandSlider .flickity-prev-next-button.next {
	right: -45px;
}

.brandSlider .flickity-prev-next-button {
	background: 0;
	opacity: 1;
	padding: 0;
	width: 25px;
}

.indexNews {
	margin-bottom: 35px
}

.indexNews .item {
	padding: 17px 25px 20px;
	height: 100%;
}

.indexNews .item .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.indexNews .item .title a {
	color: #171717;
	font-size: 12px;
}

.indexNews .item .group {
	display: flex;
}

.indexNews .item .group>a {
	width: 40%;
	margin-right: 25px;
}

.indexNews .item .group>a .image {
	background-size: cover;
	background-position: center;
	height: 100%;
}

.indexNews .item .group .info {
	width: 60%;
}

.indexNews .item .group .info h3 {
	color: #242323;
	font-size: 20px;
	line-height: 29px;
	margin: 0;
	margin-bottom: 2px;
}

.indexNews .item .group .info span {
	color: #858585;
	display: inline-block;
	margin-bottom: 5px;
}

.indexNews .item .group .info .desc p {
	color: #242323;
	line-height: 22px;
}

.indexNews .item .group .info .seeAll {
	text-align: right;
}

.indexNews .item .group .info .seeAll a {
	display: inline-block;
	color: #18B3ED;
	font-size: 12px;
	padding: 7px 12px;
	background: white;
}

.indexNews .item.right .group {
	align-items: flex-start;
	height: 75%;
}

.indexNews .item.right .group>img {
	margin-right: 45px;
}

.indexNews .item.right .group p {
	color: #191919;
	font-size: 18px;
}

.indexNews .item.right .title {
	margin-bottom: 40px;
}


.indexNews .item.right .group .info {
	width: 70%;
	height: 85%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.indexNews .item.right .group .info .sendCv a {
	background: white;
	display: inline-block;
	align-items: center;
	padding: 10px 35px;
	color: #00ACED;
	font-size: 15px;
}

.indexNews .row {
	display: flex;
}

.indexNews .wrapper {
	height: 100%;
}

.indexBrands.indexPartners .item {
	width: 12.5%;
	min-height: 78px;
}