/*  ------  local   ------  */
.exf__reffilable-legalTerms {
    position: absolute;
    bottom : 1vw;
    right: 2vw;
}
.exf__page .exf__services .swiper-wrapper {
	justify-content: center;
}

 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.exf__page .exf__sets-products .swiper-wrapper {
	    justify-content: left;
	}
}

@media (max-width: 480px) {
	.exf__page .exf__services .swiper-wrapper {
		justify-content: left;
	}
	.exf__reffilable-legalTerms {
	    font-size: 8px;
	}
}
