.gdc-shade {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 10000;
	background: rgba(0,0,0, .6);
	transition: all .3s ease-out;
}


.gdc-container-modal {
	position: relative;
	min-height: 100px;
	max-width: 700px;
	width: 100%;
	background-color: rgba(239, 239, 239, 1);
	padding: 30px;
	max-height: 70vh;
	overflow-y: auto;
	z-index: 9999 !important;
	box-shadow: 3px 5px 20px 0px rgba(0,0,0, .5);
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
}

.gdc-content-extra {
	width: 100%;
}

.gdc-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
}

.gdc-description {
	width: 100%;
}

.gdc-content {
	width: 100%;
}

.gdc-btnHolder {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

@media screen and (min-width: 768px) {
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
}



.gdc-button {
	background-color: #000000;
	color: #fff;
	font-weight: 500;
	padding: 8px 12px;
	width: 32%;
	cursor: pointer;
	text-align: center;
	margin: 7px 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gdc-button:hover {
	background: #a40f17;
	color: #fff;
}

.gdc-description a {
	font-weight: 400;
	color: #000;
	text-decoration: underline;
}

.gdc-description a:hover {
	color: #a40f17;
}

.gdc-button-odabrani {
	color: #000000;
	background-color: #555;
	font-weight: bold;
	padding: 8px 12px;
	cursor: pointer;
	margin: 10px 0;
	width: 180px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gdc-button-odabrani:hover {
	background-color: #a40f17;
	color: #232323;
}

.gdc-smallTxt {
	font-size: 13px;
	display: none;
	margin-bottom: 15px;
	background: #fff;
	padding: 15px;
}

.gdc-button.gdc1 {
	right: 220px;
}

.gdc-options {
	margin: 10px 0;
}

.gdc-options input[type=checkbox][disabled]:checked + label:before {
	background: #ccc;
	border: 1px solid #ccc;
	color: #000;
}

.gdc-options input[type=checkbox]:checked + label:before {
	font-size: 10px;
	color: #fff;
	background: #000000;
	border: 1px solid #000000;
}

.gdc-options input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.gdc-options input[type=checkbox] + label:before {
	content: '';
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #a8a8a8;
	background: transparent;
	border-radius: 0;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-right: 12px;
	overflow: hidden;
}

.gdc-options label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 0;
}

.gdc-options input[type=checkbox] + label {
	font-weight: 400;
	position: relative;
	padding: 0;
	display: inline-block;
}

.gdc-options input[type=checkbox] + label:before {
	top: -2px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	line-height: 19px;
}


.gdc-options label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #000000;
	border: none;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}

.gdc-cookieSettings {
	position: fixed;
	bottom: 17px;
	left: 20px;
	width: 45px;
	height: 45px;
	z-index: 9998;
	cursor: pointer;
	background: url(../img/cookies.svg) 50% 50% no-repeat;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	border-radius: 100%;
}

.gdc-smallTxt-splitter {
	height: 1px;
	border-bottom: solid 1px #d3d3d3;
	clear: both;
	margin: 8px 0;
}

.gdc-smallTxt-expander {
	float: right;
	cursor: pointer;
	position: relative;
	top: -2px;
}

.gdc-info-ico {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../img/info-white.svg) 50% 50% no-repeat;
	background-size: 17px auto;
}

.gdc-options svg circle {
	fill: #fff;
}

.gdc-info-icon-bkg {
	fill: #000000;
}

@media screen and (max-width: 1249px) {
	.gdc-button.gdc2,
	.gdc-button.gdc1 {
		position: relative;
		-webkit-transform: none;
		transform: none;
		top: auto;
		right: auto;
		display: inline-block;
		margin-top: 10px;
	}

	.gdc-button.gdc1 {
		margin-right: 15px;
	}
}

@media screen and (max-width: 767px) {

	.gdc-container-modal {
		padding: 20px 15px;
		width: 95%;
	}

	.gdc-cookieSettings {
		z-index: 9998;
	}

	.gdc-options {
		margin-right: 10px;
	}

	.gdc-btnHolder {
		flex-wrap: wrap;
		margin: 15px 0 0 0;
	}

	.gdc-button {
		width: 100%;
		margin: 0 0 10px 0;
	}
}


@media screen and (max-width: 479px) {
	.gdc-container-modal {
		max-width: 85%;
	}

	.gdc-description {
		max-width: 100%;
		padding: 0 0 10px 0;
	}

	.gdc-content {
		flex-wrap: wrap;
	}

	.gdc-button {
		display: inline-block;
		margin: 0 0 10px 0;
		width: 100%;
	}

	.gdc-description,
	.gds-checkbox-label,
	.gdc-button {
		font-size: 14px;
	}

	.gdc-btnHolder {
		margin: 10px 0 5px 0;
	}
}

@media screen and (max-width: 375px) {
	.gdc-btnHolder {
		width: 100%;
	}

	.gdc-button {
		display: block;
		margin: 0 0 10px 0;
	}
}
