.modal-open{overflow:hidden}
#over {
    display: block;
    width: 100vw;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    background-color: rgba(25, 25, 25, .7);
}

.cookie-agreement {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100vw;
	padding-top: 2rem;
	padding-bottom: 4rem;
	background: #191919;
	/* background: #2be406; */
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
}

.cookie-agreement h2 {
	text-align: left;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.75rem;
	letter-spacing: .4375rem;
}

.cookie-agreement p {
	font-family: MazdaTypeRegular,
		sans-serif;
	color: #fff;
	padding: 1rem 0 2rem;
	font-size: 14px;
	line-height: 1.75rem;
}

.cookie-agreement ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin: 0 0 2.5rem;
}
.btn {
        border-radius: 100px!important;
}
.modal-body h2 {
    text-align: center;
    font-weight: 600;
    font-size: 45px;
}
.cookie-agreement ul>li {
	display: block;
	color: #fff;
	margin-bottom: 1rem;
	position: relative;
	font-size: 1rem;
	padding-left: 1.5rem;
	margin-right: 2rem;
}

.cookie-agreement ul>li::before {
	content: "\2022";
	position: absolute;
	color: #999;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.cookie-agreement__linksWrapper {
	display: flex;
	flex-wrap: wrap;
	flex: 0 1 auto;
	flex-direction: row;
}

.cookie-agreement__links {
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}
.container {
    width: 100%!important;
}
.btnCookieAgreement__wrapper {
	display: block;
}

.btnCookieAgreement__text {
	display: block;
	/*  color: transparent; */
}

.btnCookieAgreement__text span {
	display: block;
	transition: all .3s,
		visibility 50ms;
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	user-select: none;
	color: #191919;
}

.btnCookieAgreement__text span:first-child {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	transform: translateY(-150%);
}

.btnCookieAgreement__text span:last-child {
	transform: translateY(-100%);
	opacity: 0;
	line-height: 100%;
	visibility: hidden;
}
.btnCookieAgreement__text { font-size: 16px; }
.img-circle {
    width: 100px;
    height: 100px;
    border: 1px solid #26c3ff;
    background: #26c3ff;
    padding: 8px;
}
.circl-6 {
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.desc-block {
    width: 80%;
    padding-left: 20px;
}
.desc-block h3 {
    color:#fff;
}
.desc-block p, .modal-content p {
    font-size: 14px;
    color:#eeee
}
.product-block h3 {
    width: 100%;
    word-break: break-word;
}

.modal-content {
    border-radius: 0;
    background: #5d6162;
    color: #2ed06e;
    font-weight: 600;
}
 .modal-content p, .modal-content li {
     font-size: 16px;
     line-height: 24px;
     color:#fff;
     margin-bottom: 0;
	 font-weight: 400;
 }
.modal-content ul, .modal-content ol {
	padding-left: 20px
}
.modal-content ul li {
     font-size: 16px;
     line-height: 24px;
     color:#fff;
     font-weight: normal;
}

.icon img {
    width: 35px;
    height: 35px;
}

.solutions p.unsere-text {
	max-width: 100%;
}

.modal-doc-wrap p {
	margin: 0 0 10px;
}