.GDPR{ text-align: left; text-align: justify; padding: 20px 100px;}
.GDPR .GDPR__close{ padding: 0 10px;position: relative; left: auto; right: auto; color: #000; display: flex; align-items: center; font-weight: bold; margin: 0; justify-content: center; width: 55px;}
.GDPR .GDPR__close:before,.GDPR .GDPR__close:after{display: none;}
.GDPR .GDPR__box{display: flex; grid-gap: 10px; justify-content: center; align-items: center; margin-top: 20px;}
.GDPR .GDPR__agree{cursor: pointer;padding: 0 10px;background: #e50317; color: #fff; height: 35px; width: 55px; display: flex; justify-content: center; font-weight: bold; align-items: center;}

@media only screen and (max-width: 1280px){
	.GDPR{ padding: 20px;}
}