@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');
/* CSS Document */
html { height: 100%; width: 100%; }
body {
	font-family: 'Open Sans', sans-serif;
	min-height: 100%;
	position: relative;
	color: #000;
	max-width: 100vw;
	overflow-x: hidden;
	line-height: normal;
	font-size: 17px;
	padding-top: 120px;
}
.wrapper {
	max-width: 1300px;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
	float: none !important;
}
p {
	margin: 0;
}
.justified-gallery {
	min-height: 70px;
	margin-top: 30px;
}
a {
	outline: none;
}
.form-control, .form-group, .input-group-text, .btn, .card, .custom-checkbox .custom-control-label::before {
	border-radius: 0;
}
iframe {
	max-width: 100% !important;
}
@media (max-width: 767px) {
	.mobile-100 { width: 100%; padding: 0 0 20px 0 !important; }
	.mobile-100 img { width: 100% !important; height: auto !important; }
}
table {
	max-width: 100% !important;
}
@media (max-width: 767px) {
	table {
		display: block;
		height: auto !important;
	}
	table tbody {
		display: block;
	}
	table tr, table td {
		display: block;
		width: 100% !important;
		height: auto !important;
	}
}





header * {
	transition: all .2s ease-in-out;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	border-bottom: 1px solid #D9D9D9;
	transition: all .3s ease-in-out;
}
header .icons {
	position: absolute;
	top: 5px;
	right: 15px;
}
@media (min-width:1200px){
	header {
		padding: 15px 0;
	}
	header .logo-mobile {
		display: none;
	}
	header .logo {
		float: left;
		margin-left: 40px;
		position: relative;
	}
	header .logo a {
		display: block;
		transition: none;
	}
	header .logo img {
		max-width: 120px;
	}
	header .logo::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-position: top left;
		background-image: url(../images/logo-mic.jpg);
		width: 70px;
		height: 70px;
		opacity: 0;
	}
	header.mic {
		padding: 5px 0;
	}
	header.mic .logo::before {
		opacity: 0;
	}
	header.mic .logo img {
		max-width: 100px;
		opacity: 1;
	}
}
@media (max-width:1200px){
	header .logo {
		display: none;
	}
	header .logo-mobile {
		margin: 15px auto 0;
		max-width: 120px;
		padding: 10px 0;
		text-align: center;
	}
}

/** MAIN MENU **/
/* desktop */
@media (min-width:1200px){
	header .menu-link {
		display: none;
	}
	header .nav {
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
		flex-wrap: nowrap;
		align-items: flex-end;
		z-index: 3;
	}
	header .nav a {
		color: #000;
		font-size: 12px;
		padding: 10px 0;
		margin: 0 8px;
		position: relative;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		font-weight: bold;
	}
	header .nav .lang img {
		max-width: 25px;
	}
	header .nav a:hover, header .nav a.active {
		text-decoration: none;
		color: #87181a;
	}
	header.mic .nav a {
		padding: 10px 0;
		margin: 0 4px;
	}
	header .nav > li {
		position: relative;
	}
	header .nav > li > ul {
		position: absolute;
		list-style: none;
		top: 100%;
		left: 0;
		padding: 0;
		background: #fff;
		opacity: 0;
		visibility: hidden;
		min-width: 270px;
		border-bottom: 1px solid #CFCFCF;
	}
	header .nav > li:hover > ul {
		opacity: 1;
		visibility: visible;
	}
	header .nav > li > ul a {
		border-top: 1px solid #CFCFCF;
		display: block;
		margin: 0;
		padding: 13px 15px;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: normal;
	}
	header .lang img {
		max-width: 32px;
		top: -1px;
		position: relative;
	}
}
@media (min-width:1200px) and (max-width:1400px){
	header .nav a {
		margin: 0 4px;
		font-size: 12px;
	}
}
header .nav .shop_revino > a { position: relative; }
header .nav .shop_revino > a::before { content: ""; display: none; position: absolute; bottom: 5px; left: 0; height: 2px; width: 100%; background: #ff0000; }
/* end desktop header .nav a */

/* mobile */
@media (max-width:1200px){
	/* menu btn */
	header .menu-link {
		color: #000;
		display: inline-block;
		font-size: .7em;
		text-transform: uppercase;
		font-weight: 700;
		padding-top: 20px;
		position: absolute;
		left: 35px;
		top: 31px;
	}
	header .menu-link:hover {
		text-decoration: none;
	}

	/* This is the top line */
	header .menu-link:before {
		content: "";
		background: #000;
		height: 2px;
		width: 30px;
		position: absolute;
		top: 8px; /* Adjusted to make space for the new middle line */
		left: 50%;
		margin: 0 0 0 -15px;
		display: block;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	/* This is the new middle line */
	header .menu-link span {
		content: "";
		background: #000;
		height: 2px;
		width: 30px;
		position: absolute;
		top: 15px;
		left: 50%;
		margin: 0 0 0 -15px;
		display: block;
		transition: all 0.0s ease-out;
		-webkit-transition: all 0.0s ease-out;
		-moz-transition: all 0.0s ease-out;
		-ms-transition: all 0.0s ease-out;
		-o-transition: all 0.0s ease-out;
	}

	/* This is the bottom line */
	header .menu-link:after {
		content: "";
		background: #000;
		height: 2px;
		width: 30px;
		position: absolute;
		top: 22px; /* Adjusted to be below the new middle line */
		left: 50%;
		margin: 0 0 0 -15px;
		display: block;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	/* When the menu is open, the top line rotates to form one half of the "X" */
	header .menu-link.open:before {
		transform: rotate(45deg);
		top: 15px; /* Aligned with the new middle line */
		width: 25px;
		margin: 0 0 0 -13px;
	}

	/* The middle line disappears when the menu is open */
	header .menu-link.open span {
		transform: rotate(-45deg);
		top: 15px;
		opacity: 0;
	}

	/* The bottom line rotates to form the other half of the "X" */
	header .menu-link.open:after {
		transform: rotate(-45deg);
		top: 15px; /* Aligned with the new middle line */
		width: 25px;
		margin: 0 0 0 -13px;
	}
	/* end menu btn */
	header .lang {
		position: absolute;
		top: 11px;
		right: 20px;
	}
	header .lang img {
		max-width: 32px;
	}
	
	header .nav {
		position: relative;
		top: 100%;
		width: 100%;
		background: #fff;
		padding: 20px;
		display: none;
	}
	header .nav i {
		margin-left: 10px;
		font-size: .8em;
	}
	header .nav > li {
		margin-bottom: 2px;
		padding-bottom: 2px;
		border-bottom: 1px solid #CFCFCF;
	}
	header .nav > li:nth-last-child(-n+3) {
		border-bottom: 0px solid #CFCFCF;
		margin-bottom: 0px;
	}
	header .nav.open {
		display: flex;
		height: calc(100vh - 109px);;
		overflow-y: scroll;
		flex-wrap: nowrap;
	}
	header .nav a {
		display: block;
		color: #000;
		padding: 8px 0;
		border-bottom: 1px solid #D4D4D4;
		font-size: 12px;
	}
	header .nav .shop_revino > a::before {
		display: none;
	}
	header .nav a:nth-last-child(-n+2) {
		border-bottom: 0px solid #D4D4D4;
	}
	header .nav ul.drop {
		list-style: none;
		font-size: .9em;
		display: none;
	}
	header .nav > li.showSubcats .drop {
		display: block;
	}
	
	
	header .nav .btn_cautare {
		visibility: hidden;
		display: block;
		height: 80px;
	}
	body.noScroll {
		overflow: hidden;
	}
}
/* end mobile */

/** END MAIN MENU **/



/** CAUTARE **/
#cautare {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding: 0 10px;
	overflow: hidden;
	z-index: 2;
}
#cautare input:focus {
    outline: none;
}
#cautare.open {
	padding: 30px 10px;
	border-top: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
}
#cautare #submit {
	display: none;
}
#cautare .cauta {
	color: #B9B9B9;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	cursor: pointer;
}
#cautare .search {
	width: 100%;
	background: transparent;
	border: 0;
	padding: 10px 70px 10px 55px;
	color: #000;
	font-size: 18px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width:1200px){
	header .btn_cautare_mobile {
		display: none;
	}
}
@media (max-width:1200px){
	header .btn_cautare_mobile {
		position: absolute;
		top: 31px;
		right: 20px;
		color: #000;
		font-size: 22px;
	}
	header .btn_cautare_mobile img {
		width: 24px;
	}
}
/** END CAUTARE **/

section.slider { margin-bottom: 50px; }

section.content .article_cat {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
}

section.content a {
	color: #000;
}
section.content .crama_info .crama-img {
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #BFBFBF;
}
section.content .crama_info span {
	white-space: normal !important;
}
section.content .page_contact {
	max-width: 700px;
}

section.content .element-top, section.content .element-centru {
	margin-bottom: 50px;
	padding: 30px 0;
}
section.content .element-top {
	padding: 0;
}
section.content .element-jos {
	margin-bottom: 50px;
}
@media (max-width:767px) {
	section.content .element-top {
		padding: 0 0 50px 0;
		border-bottom: 1px solid #CFCFCF;
	}
	section.content .element-centru {
		padding: 50px 0;
		border-top: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
	}
	section.content .element-jos {
		padding: 50px 0;
		border-top: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
	}
}

section.content .inapoi {
	float: right;
	font-size: 16px;
	cursor: pointer;
	line-height: 2.3;
}
section.content .btn-more {
	display: table;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 12px 30px;
	border: 1px solid #87181a;
}
section.content .btn-more:hover {
	text-decoration: none;
	background: #F9F9F9;
}
section.content .showall_btn {
	display: table;
	margin: 0 auto;
	padding: 12px 30px;
	border: 1px solid #87181a;
}
section.content .showall_btn:hover {
	text-decoration: none;
	background: #F9F9F9;
}


/** ARTICLES home **/
section.content .home_articles {}
section.content .article_wrapper {
	margin-bottom: 50px;
}
section.content .article_wrapper .title {
	padding: 20px 0 3px 0;
}
section.content .article_wrapper .title a {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	box-shadow: inset 0 -2px 0 transparent;
	
	transition: all .2s ease-in-out;
}
section.content .article_wrapper .title a.title_b_n { color: #000; text-transform: none; font-weight: bold; font-size: 20px; }
section.content .article_wrapper .title a:hover {
	color: #4F4F4F;
}
section.content .article_wrapper .subtitle {
	color: #000;
	font-size: 19px;
	padding-bottom: 5px;
}
section.content .article_wrapper .description {
	color: #000;
	font-size: 14px;
}
@media (max-width:1200px){
	section.content .article_wrapper .description {
		font-size: 16px;
	}
}
@media (max-width:767px){
	section.content .article_wrapper {
		margin-bottom: 50px;
		padding-bottom: 50px;
		border-bottom: 1px solid #CFCFCF;
	}
	section.content .article_wrapper.last {
		padding-bottom: 0;
		border-bottom: 0;
	}
}
/** END ARTICLES **/

section.content .article_cat .titlu {
	font-size: 22px;
	display: block;
	color: #000;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
section.content .article_cat .titlu:hover {
	text-decoration: none;
	color: #4F4F4F;
}
section.content .title-categorie {
	margin-bottom: 30px;
}

section.content .crame .regiune-crame {
	margin-bottom: 10px;
}
section.content .crame .regiune-crame-link {
	border-left: 1px solid #CCC;
	padding: 0 0 10px 10px;
	font-size: 16px;
}
@media (max-width:1200px){
	section.content .article_cat .titlu {
		font-size: 1.2em;
		margin-top: 10px;
	}
}

section.content .content { position: relative; }
section.content .reg_content .titlu {
	position: relative;
	margin: 20px 0;
}
section.content .reg_content .titlu h1 {
	font-size: 1.2em;
	padding-right: 100px;
}
section.content .titlu .back_btn {
	position: absolute;
	right: 0;
	top: -30px;
	font-size: 16px;
	color: #87181a;
}
section.content .titlu h2 {
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
section.content .reg_content .det_cazare_border {
	position: relative;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	padding: 0;
	font-family: arial;
}
@media (max-width:676px){
	section.content .reg_content .det_cazare_border {
		padding-top: 40px;
	}
}
section.content .reg_content .det_cazare_border .icons_cazare_det {
	position: absolute;
	top: 15px;
	left: 10px;
}
section.content .reg_content .det_cazare_border .icons_cazare_det p {
	display: inline;
	padding-right: 7px;
}
section.content .reg_content .det_cazare_border .icons-crama {
	margin-left: 5px;
}

section.content h1 {
	margin-bottom: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
section.content div.titlu_oras {
	padding: 20px 0;
	font-size: 18px;
	font-weight: bold;
}
section.content div.titlu_oras a:hover {
	text-decoration: none;
	color: #4F4F4F;
}

section.content .winebars_wrapper {
	border-top: 1px solid #CFCFCF;
	padding-top: 50px;
}
section.content .winebar .titlu_winebar {
	font-weight: bold;
}
section.content .row.winebar {
	border-bottom: 1px solid #CFCFCF;
    margin-bottom: 30px;
}
section.content .winebar .desc_winebar {
	margin-bottom: 30px;
}
section.content .zona-winebar h3 {
	margin-bottom: 30px;
}

section.content .alte_crame .titlu_alte_crame {
	padding-top: 20px;
}

/** Newsletter page **/
body.newsletter_page {
	background-image: url(../images/newsletter_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
body.newsletter_page .newsletter_card {
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 200px !important;
	margin-top: 50px !important;
}
body.newsletter_page .extra-lg {
	height: 60px;
}
.btn_newsletter {
	display: block;
	margin: 0 auto;
	background: #ebebeb;
	color: #000;
	height: 48px;
	border-color: transparent;
}
.btn_newsletter:hover {
	background: #bababa;
	color: #000;
	border-color: transparent;
}
/** END Newsletter page **/

/** Nesletter popup**/
.newsletter_popup {
	position: fixed;
	width: 400px;
	bottom: 30px;
	right: -400px;
	opacity: 0;
	z-index: 1000;
	font-size: 16px;
	
	transition: all .35s ease-in;
}
.newsletter_popup .custom-checkbox {
	line-height: 24px;
}
.newsletter_popup.open {
	bottom: 30px;
	right: 30px;
	opacity: 1;
}
.newsletter_popup .btn_close {
	position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    font-size: 1.75em;
    color: #6c6c6c;
}
.newsletter_popup .btn_close:hover {
	color: #000;
}
.newsletter_popup .nl_title {
	font-size: 19px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.newsletter_popup .nl_subtitle {
	font-size: 16px;
}
@media (max-width:500px){
	.newsletter_popup {
		max-width: 95vw;
		bottom: auto;
		top: 89px;
		right: -100%;
	}
	.newsletter_popup.open {
		right: 50%;
		transform: translateX(50%);
	}
}
/** END Nesletter popup**/


/** HARTA CRAME PAGE**/
.searchformCrame input {
	width: 100%;
	padding: 4px 10px;
	border: 1px solid #919191;
	border-radius: 3px;
	font-size: 16px;
}
.resetHartaCrame {
	padding-top: 10px;
	display: block;
	font-size: 16px;
	color: #87181a !important;
}
.regiuni_crame {
	margin-bottom:10px;
	background:#e9e9e9;
	padding: 0 15px;
	position: relative;
}
.regiuni_crame a {
	font-size: 16px;
}
.regiuni_crame > ul {
	list-style:none;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	display: flex;
	width: 100%;
	flex-direction: row;
	margin: 0;
	padding: 0;
	justify-content: space-between;
}
.regiuni_crame > ul > li > a {
	padding: 10px 15px 8px 15px;
	display: block;
	position: relative;
}
.regiuni_crame > ul > li > a::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	background: #87181a;
	bottom: 8px;
	left: 15px;
	transition: width .3s ease-out;
}
.regiuni_crame > ul > li:hover > a::before {
	width: 50px;
}
.regiuni_crame > ul > li:hover > a {
	color: #87181a;
	text-decoration: none;
}
.regiuni_crame > ul > li > .dropdownregiuni {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #717171;
	transition: opacity .3s ease-out;
}
.regiuni_crame > ul > li:hover > .dropdownregiuni {
	opacity: 1;
	visibility: visible;
	background: #fff;
}
.legenda-harta {
	font-size: 13px;
	font-weight: bold;
}
.legenda-harta img {
	margin-left: 15px;
}
@media (max-width:1200px){
	.regiuni_crame > ul {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.regiuni_crame > ul > li {
		width: 50%;
	}
	.regiuni_crame > ul > li a {
		text-align: center;
	}
	.regiuni_crame > ul > li > a::before {
		bottom: 8px;
		left: 50%;
		transform: translateX(-50%);
	}
	.resetHartaCrame {
		text-align: center;
	}
}
/** END HARTA CRAME PAGE**/



footer {
	padding: 40px 0;
	background: #fff;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	width: 100%;
	font-size: 16px;
}
footer a {
	color: #000;
	padding: 3px 0;
	display: inline-block;
}
footer a:hover {
	text-decoration: none;
	color: #87181a;
}
footer .fotter-social {
	margin-top: 10px;
}
footer .copyright a {
	padding: 0;
}
@media (min-width:767px){
	.mobile {
		display: none;
	}
}
@media (max-width:767px){
	footer td {
		display: block;
		width: 100% !important;
		text-align: center !important;
	}
	footer .copyright {
		text-align: center !important;
	}
	.resetHartaCrame.mobile {
		display: block;
		margin-bottom: 15px;
	}
}


/** Galerie foto stuff **/
#galeriefoto .load-more img {
	visibility: hidden;	
}

#galeriefoto .load-more {
	transition: all .3s ease;

}
#galeriefoto .load-more::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fbf8f8;
	width: 100%;
	display: block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all .3s ease;
} 
#galeriefoto .load-more::after {
	content: '+';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 80px;
	color: #e38e84;
	transition: all .3s ease;
}
#galeriefoto .load-more:hover::after {
	transition: all .3s ease;
	
	color: #383838;
}
/** END galerie foto **/

/* Paginare */
.pagination_text { text-align: center; margin-bottom: 10px; }
.pagination_regs { text-align: center; }
.pagination_regs a, .pagination_regs > span { padding: 4px 7px; margin: 0 2px; border: 1px solid #B3B3B3; border-radius: 3px; }
.pagination_regs a { color: #B3B3B3 !important; }
.pagination_regs .current { border: 1px solid #000; }
.pagination_regs a:hover { color: #000 !important; text-decoration: none; }
#disabled_prev:hover, #disabled_next:hover { color: #B3B3B3 !important; }
/* END Paginare */

.scrollup {
	width: 50px;
	height: 50px;
	font-size: 25px;
	color: #f1dcd7;	
	background-color: #fff;
	border-radius: 40px;
	position:fixed;
	border: 2px solid #f1dcd7;
	bottom: 15px;
	right: 15px;
	display: none;			
}
.scrollup i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.scrollup:hover i {
	color: #87181a;
}
.scrollup i::before {
	position: relative;
}



/* STIL POPUP */
.popupWindow {
	max-width:700px;
	height: auto;
    text-align:center;
    margin-top: 40px;
    position: fixed;
    background: #FFFCEA;
	display:none;
	border:1px solid #7F7F7F;
}
.popupWindow h3 { font-size:18px; }
.popupWindow h4 { font-size:16px; }
.b-close {
    position: absolute;
	display:block;
    right: 0px;
    top: 0px;
    cursor: pointer;
    padding: 3px 8px 1px 8px;
}
.popupWindow img {
	max-width: 100%;
	height: auto;
}
.b-close span { color:#71123e; font-weight:bold; font-size:22px; }
/* END STIL POPUP */


/* cookie bar */
.consent-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: arial;
    box-shadow: #121212 2px 2px 14px 2px;
    background: #fff;
    box-sizing: border-box;
    z-index: 999;
    display: none
}
.consent-bar * {
    box-sizing: border-box
}
.consent-bar.open {
    display: block
}
.consent-bar .wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 15px 0
}
.consent-bar .wrapper .text {
    padding: 0 15px;
	font-size: 0.9em;
}
.consent-bar .wrapper .text h3 {
    margin: 0 0 15px 0
}
.consent-bar .wrapper .cookie-consent {
    display: none
}
.consent-bar .wrapper .cookie-consent.open {
    display: block
}
.consent-bar .wrapper .buton {
    padding: 5px 10px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px
}
.consent-bar .wrapper .buton.btn_accept {
    background: #18a300;
    color: #fff
}
.consent-bar .wrapper .buton.btn_accept:hover {
    background: #1cc000
}
.consent-bar .wrapper .tab-link.btn_refuz {
    background: #ccc;
	font-weight: normal;
    color: #333333;
	float: right
}
.consent-bar .wrapper .tab-link.btn_refuz:hover {
	background: #d5d5d5
}
.consent-bar .wrapper .buton.btn_more {
    background: #ccc
}
.consent-bar .wrapper .buton.btn_more:hover {
    background: #d5d5d5
}

.cookie-consent {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 15px
}
.cookie-consent ul {
    margin: 0;
    padding: 0
}
.cookie-consent .scroll {
    max-height: 190px;
    padding: 10px;
    overflow-y: scroll
}
.cookie-consent .scroll>div {
    min-width: 500px
}
.cookie-consent .top-menu {
    list-style: none;
    z-index: 1;
    position: relative
}
.cookie-consent .top-menu::after {
    content: "";
    display: block;
    clear: both
}
.cookie-consent .top-menu>li {
    float: left;
    border: 1px solid #b7b7b7;
    border-right: 0;
    background: #f5f5f5
}
.cookie-consent .top-menu>li.current {
    background: #fff;
    border-bottom: 1px solid #fff
}
.cookie-consent .top-menu>li:nth-last-child(-n+2) {
    border-right: 1px solid #b7b7b7
}
.cookie-consent .top-menu>li:last-child {
	float: right;
}
.cookie-consent .top-menu>li a {
    display: block;
    font-size: .85em;
	padding: 9px 24px 8px 24px;
    color: #000;
    text-decoration: none
}
.cookie-consent .gdpr_wrapper {
    width: 100%;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    border-top-left-radius: 0;
    font-family: Arial;
    height: 190px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    top: -1px
}
.cookie-consent .gdpr_wrapper>div {
    max-height: 100%
}
.cookie-consent .gdpr_wrapper::before,
.gdpr_wrapper::after {
    content: "";
    display: block;
    clear: both
}
.cookie-consent .gdpr_wrapper .left_col {
    width: 150px;
    padding: 10px;
    float: left
}
.cookie-consent .gdpr_wrapper .right_col {
    width: calc(100% - 150px);
    padding: 13px 10px 10px 10px;
    float: right;
    font-size: 14px
}
.cookie-consent .tab-content {
    display: none
}
.cookie-consent .tab-content.current {
    display: block
}
.cookie-consent .gdpr_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.cookie-consent .gdpr_wrapper ul li a {
    display: block;
    padding: 5px;
    margin: 3px 0;
    font-size: 14px;
    border: 1px solid #b7b7b7;
    cursor: pointer;
    color: #000;
    text-decoration: none
}
.cookie-consent .gdpr_wrapper ul li a:hover,
.gdpr_wrapper ul li a.current {
    box-shadow: 0 1px #5a585b
}
.cookie-consent .gdpr_wrapper hr {
    margin: 15px 0
}
.cookie-consent .gdpr_wrapper .cookie-table {
    width: 100%
}
.cookie-consent .gdpr_wrapper .cookie-table tr th {
    background: #f6f6f9;
    border-bottom: 1px solid #cfcfcf;
    font-weight: 400;
    padding: 3px;
    text-align: left
}
.cookie-consent .gdpr_wrapper .cookie-table tr td {
    border-bottom: 1px solid #c3c3c3;
    padding: 5px 3px;
    border-right: 1px solid #cfcfcf
}
.cookie-consent .gdpr_wrapper .cookie-table tr td:last-child {
    border-right: 0
}





@media (max-width:676px){
	h1 {
		font-size: 1.8rem;
	}
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.4rem;
	}
}