.section-cookies {
	align-items: center;
	background: #000;
	border-radius: 6px;
	bottom: 19px;
	display: flex;
	height: 63px;
	left: 50%;
	max-width: 1250px;
	padding: 0 21px;
	position: fixed;
	transform: translateX(-50%);
	width: 95%;
	z-index: 999;
}

.section-cookies.mod-hide {
	display: none;
}

.section-cookies .sub-content {
	align-items: center;
	display: flex;
	width: 100%;
}

.section-cookies .sub-text {
	flex: 1;
}

.section-cookies .sub-text p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0;
}

.section-cookies .sub-text p a {
	font-weight: 500;
	color: #fff;
}

.section-cookies .sub-btns {
	margin-left: 70px;
}

.section-cookies .sub-btns .btn {
	background: #fff;
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 36px;
	width: 111px;
}

.section-cookies .sub-btns .btn:first-of-type {
	margin-right: 10px;
}

.section-cookies .sub-btns .btn:hover {
	background: rgba(#fff, 0.25);
}


@media only screen and (max-width: 1023px) {
	.section-cookies {
		height: auto;
		padding: 20px;
	}

	.section-cookies .sub-content {
		flex-direction: column;
	}

	.section-cookies .sub-btns {
		margin-left: 0;
		margin-top: 20px;
	}

	.section-cookies .sub-btns .btn {
		font-size: 13px;
		padding: 4px 0;
		width: 115px;
	}
}