.personalisation-img-box{
	margin-top: 48px;
}
@media screen and (min-width:991px){
	.by-models .by-models__anchor{
		flex-basis: 25%;
	}
	.personalisation-img-box{
		margin-top: 64px;
	}
}

@media screen and (min-width:1280px){
	.by-navigation .by-navigation__model.by-navigation__model--active:first-child:after{
		right: calc(100% + 1px);
	}
	.by-navigation .by-navigation__model.by-navigation__model--active:after{
		background-color: #fff;
    content: "";
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    width: calc(50vw - 640px);

	}
}
.set--min-height{
	transition: max-height .3s ease-in-out;
}
