.cookies-top.cookies-bar-wrapper {
	display: none;
	width: 624px;
	z-index: 99990;
	background-color: #fff;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	position: fixed;
	left: 50px;
	bottom: 50px; right: 50px;
	-webkit-box-shadow: 0px 11px 47px 3px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 11px 47px 3px rgba(0,0,0,0.11);
	box-shadow: 0px 11px 47px 3px rgba(0,0,0,0.11);
}
div.cookies-list span.close {
	font-size: 0px;
	position: absolute;
	right: 14px; top: 5px;
	width: 40px; height: 40px;
}
div.cookies-list span.close:after {
	width: 40px; height: 40px;
	display: block;
	content: "+";
	line-height: 30px;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	transform: rotate(45deg);

}
.cookies-top .cookies-bar {
	padding: 40px 30px;
	font-size: 16px; line-height: 24px;
	z-index: 99999;
}
.cookies-bar-wrapper h2 {
	margin: 0;
	padding: 0px 0 20px 0;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	color: #244E0C;

}
.cookies-bar-wrapper p {
	font-size: 14px;
	line-height: 22px;
}
.cookies-bar-wrapper * {
	color: #414141;
}
.cookies-bar-wrapper .bottom-buttons {
	padding-bottom: 0;
}
.cookies-bar-wrapper .btn {
	display: inline-block;
	font-weight: 400;
	font-size: 19px;
	line-height: 30px;
	border-radius: 5px;
	text-decoration: none;
	padding: 9px 24px;
}
.bottom-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bottom-buttons .btn.btn-primary{
	color: #fff;
	background: #244E0C;
	border: 1px solid #244E0C;
	margin-right: 15px;
}
.bottom-buttons .btn.btn-secondary {
	color: #244E0C;
	border: 1px solid #244E0C;
}
.bottom-buttons a.more.btn {
	color: #244E0C;
	text-decoration: underline;
	margin-left: auto;
	background: transparent;
}
.bottom-buttons a.more:hover {
	text-decoration: none;
}

div.cookies-list .btn{
	padding: 0;
}

div.cookies-list .btn.btn-primary {
	display: inline-block;
	font-weight: 400;
	font-size: 19px;
	line-height: 30px;
	border-radius: 5px;
	text-decoration: none;
	padding: 9px 0;
	color: #fff;
	background: #244E0C;
	border: 1px solid #244E0C;
	margin-right: 15px;
	max-width: 245px;
	width: 100%;
	text-align: center;
	margin-top: auto;
}
.bottom-buttons a.more.btn:focus,
.bottom-buttons a.more.btn:active {
	-moz-box-shadow: inset 0 0 0px;
	-webkit-box-shadow: inset 0 0 0px;
	box-shadow: inset 0 0 0px;
}
.menu.resp-tabs-list {
	padding: 26px 0 0 0;
	margin: 0 10px 20px 10px;
	list-style-type: none;
	font-size: 0;
	border-bottom: 2px solid #c4c4c4;
	position: relative;
	height: 70px;
	max-height: 70px;
	overflow: visible;
}
.menu.resp-tabs-list li {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	background: none;
	margin: 0 8px;
	padding: 0px 13px 0px 13px;
	border: 1px solid transparent;
	border-bottom: 2px;
	position: relative;
	top: 2px;
	webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.menu.resp-tabs-list li.resp-tab-active {
	border: 1px solid #c4c4c4;
	border-bottom: 2px solid #fff;
}
.menu.resp-tabs-list li a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
	color: #000;
}
.menu.resp-tabs-list li:hover a,
.menu.resp-tabs-list li.resp-tab-active a {
	color: #009fdf;
}

div.cookies-list {
	display: none;
	position: fixed;
	top: 50%; left: 50%;
	width: 856px;
	height: 640px;
	max-width: 95%;
	max-height: 95vh;
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	padding: 20px;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	position: fixed;
	bottom: 50px; right: 50px;
	-webkit-box-shadow: 0px 11px 47px 3px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 11px 47px 3px rgba(0,0,0,0.11);
	box-shadow: 0px 11px 47px 3px rgba(0,0,0,0.11);
	z-index: 99995;
}

.cookies-list .nav-tabs {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}

.cookies-list .nav-tabs .nav-item {
	flex: 0 0 50%;
	max-width: 50%;
	text-align: center;
	background: transparent;
	cursor: pointer;
	min-height: 60px;
	padding: 0;
}

.cookies-list .nav-tabs .nav-link {
	font-size: 24px;
	line-height: 34px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-bottom: 4px solid transparent;
}

.cookies-list .tab-pane {
	position: relative;
}

.cookies-list .nav-tabs .nav-item.active .nav-link {
	border-bottom: 4px solid #244E0C;
}
.cookies-bar .table-responsive table{
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.cookies-list-menu {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 20px 0 0;
	width: 245px;
	float: left;
	height: 100%;
	max-height: inherit;
	display: flex;
	flex-direction: column;
}
.cookies-list-menu ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	list-style-type: none;
	height: auto;
	max-height: inherit;
}
.cookies-list-menu li {
	margin: 0;
	padding: 10px;
	background: none;
	border-bottom: 0px;
}
.cookies-list-menu li.active {
	background: #EBF9E3;
}
.cookies-list-menu a {
	display: flex;
	align-items: center;
	padding: 15px 0 15px 60px;
	color: #00133B;
	font-weight: 400;
	font-size: 19px;
	text-decoration: none;
}
.cookies-list-menu li.active {
	color: #00133B;
}
.cookies-list-menu .checkboxAccept {
	width: initial;
	height: initial;
	background: transparent;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 10px;
	border: 1px solid #726E6E;

}
.cookies-list-menu .checkboxAccept input[type=checkbox] {
	display: none;
}
.cookies-list-menu .checkboxAccept label {
	width: 48px;
	height: 48px;
	background: transparent;
	padding: 0;
}
.cookies-list-menu .checkboxAccept label:after {
	width: 18px;
	height: 10px;
	background: transparent;
	padding: 0;
	margin-top: -9px;
	margin-left: -10px;
	border: 3px solid #6F6F6F;
	border-top: none;
	border-right: none;
}
.cookies-list-menu .cookies-list-menu.checkboxAccept input[type=checkbox]:checked+label:after {
	opacity: 1;
	border-color: #6F6F6F;
}
.cookies-list-menu li:last-child {
	border-bottom: none;
}

.cookies-list-content {
	display: none;
	padding-left: 265px;
}
.cookies-list-content > div {
	padding-right: 20px;
	min-height: 135px;
	max-height: 400px;
}
.cookies-list-content h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #244E0C;
}
.cookies-list-content p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #37383A;
}

div.container-inner div.container-padding {
	padding: 20px;
	/*padding-bottom: 0;
	position: absolute;
	width: 100%; height: 100%;
	overflow: hidden;
	overflow-y: scroll;*/
}

div.container-inner{
	width: 100%;
}

.cookies-bar div.table-responsive {
	overflow-y: auto;
	height: 370px;
	padding: 0 20px 0 0;
	width: 100%;
}
.cookies-bar div.table-responsive::-webkit-scrollbar
/*div.container-inner div.container-padding::-webkit-scrollbar */{
width: 7px; height: 7px;
}

.cookies-bar div.table-responsive::-webkit-scrollbar-track
/*div.container-inner div.container-padding::-webkit-scrollbar-track */{
	background: #fff;
}
.cookies-bar div.table-responsive::-webkit-scrollbar-thumb
/*div.container-inner div.container-padding::-webkit-scrollbar-thumb*/ {
	background: #c4c4c4;
}
.cookies-bar div.table-responsive::-webkit-scrollbar-thumb:hover
/*div.container-inner div.container-padding::-webkit-scrollbar-thumb:hover*/ {
	background: #555;
}

/* .checkboxAccept */
.checkboxAccept {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	margin: 0 12px 0 0;
	background: #b8b8b8;
	border-radius: 0px;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.checkboxAccept label {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 1px;
	left: 1px;
	cursor: pointer;
	background: #eaeaea;
	background-image: radial-gradient(circle, #ffffff, #f9f9f9, #f2f2f2, #ececec, #e6e6e6);
	border-radius: 0;
	border: none;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.checkboxAccept label:after {
	content: '';
	width: 12px;
	height: 8px;
	position: absolute;
	top: 50%; left: 50%;
	margin-top: -5px; margin-left: -6px;
	border: 4px solid #009fdf;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
.checkboxAccept label.chck-nutne:after {
	border-color: #c4c4c4;
}
.checkboxAccept label:hover::after {
	opacity: 0.3;
}
.checkboxAccept input[type=checkbox] {
	visibility: hidden;
}
.checkboxAccept input[type=checkbox]:checked + label:after {
	opacity: 1;
}
/* end .checkboxAccept */

.cookies-list-content .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

table.cookies-table {
	font-size: 12px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
table.cookies-table tr th {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #244E0C;
	padding: 8px;
	border-bottom: 4px solid #244E0C;
	text-align: left;

}
table.cookies-table tr td {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #37383A;
	border-bottom: 1px solid #DCDCDC;
	vertical-align: middle;
	padding: 11px;
}
div.cb-overlay {
	display: none;
	width: 100%; height: 100%;
	position: fixed;
	left: 0; top: 0;
	background: #000;
	z-index: 99995;
}
div#cookies-nutne {
	display: block;
}
div.cookies-list #o-cookies {
	height: 375px;
	overflow-y: auto;
}

div.cookies-list #o-cookies h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #244E0C;
}

div.cookies-list #o-cookies ul{
	margin-left: 0;
}

div.cookies-list #o-cookies::-webkit-scrollbar {
width: 7px; height: 7px;
}
div.cookies-list #o-cookies::-webkit-scrollbar-track {
	background: #fff;
}
div.cookies-list #o-cookies::-webkit-scrollbar-thumb {
	background: #c4c4c4;
}
div.cookies-list #o-cookies::-webkit-scrollbar-thumb:hover {
	background: #555;
}

@media (max-height: 520px) {
	.cookies-top.cookies-bar-wrapper {
		position: absolute;
		top: 20px;
		height: 244px;
	}
	div.cookies-list {
		position: absolute;
		top: 20px;
		margin-top: 0;
	}
}
@media (max-width: 768px) {
	div.cookies-list {
		position: fixed;
		top: 20px; left: 20px;
		transform: none;
		margin-top: 0; margin-left: 0;
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		overflow-y: auto;
	}
	.cookies-list-content {
		padding-left: 20px;
		padding-right: 20px;
		float: none;
	}
	.cookies-bar div.table-responsive {
		width: 100%;
		padding-right: 0;
		height: auto;
		border: 0px none;

	}
	.cookies-bar div.table-responsive::-webkit-scrollbar {
		width: 0px; height: 0px;
	}
	.cookies-list-menu {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
}
@media (max-width: 650px) {
	.cookies-top.cookies-bar-wrapper {
		top: 20px; left: 20px; bottom: inherit;
		width: calc(100% - 40px)
	}
}
@media (max-width: 580px) {
	.cookies-list-content > div {
		height: auto;
	}
	.container-inner.resp-tab-content {
		width: 100%;
		max-width: 	100%;
	}
	.cookies-list-content {
		width: 100%;
		max-width: 100%;
	}
	.cookies-bar div.table-responsive {
		width: 100%;
		max-width: 100%;
		overflow-x: scroll;
	}
}
@media (max-width: 430px) {
	div.bottom-buttons {
		text-align: center;
	}
	div.bottom-buttons a {
		clear: both !important;
		float: none;
	}
}
@media (max-width: 390px) {
	.menu.resp-tabs-list {
		height: auto;
		max-height: inherit;
		border: 0;
	}
	.menu.resp-tabs-list li {
		display: block;
		text-align: center;
	}
	.menu.resp-tabs-list li.resp-tab-active {
		border: 0;
	}
}