/*#####################################################################################################################*/
/* ------------------------------------------- Własny CSS -------------------------------------------------------------*/ 
/*#####################################################################################################################*/

/*#####################################################################################################################*/
/* Główne*/
/*#####################################################################################################################*/
/*#####################################################################################################################*/
/* DROP DOW HOVER MENU/
/*#####################################################################################################################*/


body{
	
    font-family: 'Montserrat', sans-serif;
	color: #121514;
	background-color: #FFFFFF;
}
/* PRZYCISK POWROTU/
*###################*/
.padding {
	padding: 20px;
}

a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: fixed;
	z-index: 2999;
	right: 20px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center 43%;
	background-image: url(../images/up-arrow.png);
	background-color: #000;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	border: thin solid #c2b484;
}
a:hover.back-to-top {
	background-color: #c2b484;
	border: thin solid #c2b484;
}
#bg {
  top: 0; 
  left: 0; 	
  /* IMG COVER!!!! */
  min-width: auto;
  width:100%;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 5px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;

}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
   color: #333;
  text-decoration: none;
  background-color: #fff;
}
.content_contener{
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	border-radius:22px;
	
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
   top: 0 !important;
}
.content_auto{
	margin: 0 auto;
	text-align:center;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
   top: 0 !important;
}


.btn-success{
  color: #fff;
  font-weight:700;
  font-style:italic; 
  background-color: transparent;
  border:0px;
  
}
.btn-success:hover{
  color: #b7a884;
  font-weight:700;
  font-style:italic; 
  background-color: transparent;
  border:0px;

}

.btn-success:focus{
	color: #c30000;
  font-weight:700;
  font-style:italic; 
  background-color: transparent;
  border-color: transparent;
  border-radius:0px;

}

.btn-www {
    color: #000;
    font-weight: bold;
    background-color: #c2b484;
    border-color: #c2b484;
    border-radius: 0px;
    font-size: 16px;
    box-shadow: 2px 2px 6px #000;
	padding-left: 30px;
	padding-right:30px;
	margin: 10px;
}

.btn-www:hover {
  color: #000;
    font-weight: bold;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
    font-size: 16px;
    box-shadow: 2px 2px 6px #000;

}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle{
	background-color: transparent;
  border-color: transparent;
}



.alert-success {
	background-color:transparent;
	border-color: transparent;
	border-radius: 1px;
	color: #fabd1f;
	font-weight: 400;
	margin:0px;
	font-size:32px;
	text-align:center;
}



#logo img{
	width:100%;
	height:100%;
	display: block;
	float: left;
	
}
table a:link {
	color: #000;
	font-weight: bold;
	text-decoration:none;
	
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #693fa5;
	text-decoration:underline;
}
table {
	color: #000;
	font-size: 16px;
	background: #eaebec;
	margin: 0px;
	border: #ccc 1px solid;
}
table th {
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #e0e0e0;
	background-color: #ea0509;
	text-align: center;

	
}
table th:first-child{
	text-align: center;
	padding-left: 20px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-align: center;
}
table tr{
	text-align: center;
	padding: 11px 11px 11px 11px;
}
table tr td:first-child{
	text-align: center;
	padding-left: 10px;
	padding-right:10px;
	border-left: 0;
}
table tr td {
	padding-top:20px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 4px 4px 4px 4px;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.podstronapadding{
	margin-top:168px;

}
.podstronapadding2{
	margin-top:40px;

}
.imgtxt1{
	float:left;
	margin-right:20px;
}
.imgtxt2{
	float:right;
	margin-left:20px;
}
.rowmargin{
	margin-top:10px;
	
}
.rowmargin2{
	margin-top:40px;
	margin-bottom: 30px;
	
}
#box{
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 39.89%,rgba(0,0,0,1.00) 86.01%), url(../images/oferta.jpg);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 39.89%,rgba(0,0,0,1.00) 86.01%), url(../images/oferta.jpg);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 39.89%,rgba(0,0,0,1.00) 86.01%), url(../images/oferta.jpg);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 39.89%,rgba(0,0,0,1.00) 86.01%), url(../images/oferta.jpg);
	z-index: 10000;
	min-height: 300px;
	border: thin solid #c2b484;
	background-repeat: no-repeat;
	background-size: cover;
}
#box2{
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 39.89%,rgba(0,0,0,1.00) 86.01%), url(../images/oferta2.jpg);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 39.89%,rgba(0,0,0,1.00) 86.01%), url(../images/oferta2.jpg);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 39.89%,rgba(0,0,0,1.00) 86.01%), url(../images/oferta2.jpg);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 39.89%,rgba(0,0,0,1.00) 86.01%), url(../images/oferta2.jpg);
	z-index: 10000;
	min-height: 300px;
	border: thin solid #c2b484;
	background-repeat: no-repeat;
	background-size: cover;
}#box3{
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 39.89%,rgba(0,0,0,1.00) 86.01%), url(../images/oferta3.jpg);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 39.89%,rgba(0,0,0,1.00) 86.01%), url(../images/oferta3.jpg);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 39.89%,rgba(0,0,0,1.00) 86.01%), url(../images/oferta3.jpg);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 39.89%,rgba(0,0,0,1.00) 86.01%), url(../images/oferta3.jpg);
	z-index: 10000;
	min-height: 300px;
	border: thin solid #c2b484;
	background-repeat: no-repeat;
	background-size: cover;
}
/*#####################################################################################################################*/
/* Karuzela */
/*#####################################################################################################################*/
#carouselExampleCaptions{
	padding-top:0rem;
}

.carousel .item {
	width: 100%;
	max-height: 100%;
}

.carousel .item img {
	width: auto;
}

.carousel .carousel-control{
	background: none;
	border: none;
	top: 50%;
}

.carousel-caption h1{
    font-weight: 800;
    line-height: auto;
    color: #c2b484;
    font-size: 95px;
    text-align: center;
    font-variant: normal;
}
.carousel-caption h2{
	font-weight: normal;
	line-height: auto;
	color: #c2b484;
	font-size: 35px;
	text-align: center;
}
.carousel-indicators {
	right:0;
	text-align:center;
	bottom:24px;
  }
.carousel-indicators li {
	display: inline-block;
	width: 40px;
	height: 4px;
	margin: 5px;
	text-indent: 0;
	cursor: pointer;
	border: none;
	border-radius: 0%;
	background-color: #fff;
	
}
.carousel-indicators .active {
  	width: 40px;
	height: 4px;
    margin: 5px;
    background-color: #fff;
}


/*#####################################################################################################################*/
/* Menu Górne*/
/*#####################################################################################################################*/
#logo img{
	width:100%;
}
.iconpading{
	margin-top:8px;

}
#ul_nawigacja{
	margin-top:0px;
}
#ul_nawigacja2{
	margin-top:-30px;
}


.topfont a, .topfont {
	font-size:15px;
	color:rgba(255,255,255,1.00);

}
.topfont a:hover {
	font-size:15px;
	color:#c2b484;
}
#menu{
    height: auto;
    background-color: rgba(0,0,0,1.00);
    z-index: 100;
    padding-top: 0PX;
    padding-bottom: 0PX;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    background-position: right top;
    background-repeat: no-repeat;
    border-bottom: thin solid #735E3C;
}
#menu p{
	color: #fff;
	

margin: 0px;}
.navbar-nav{
	margin: 0px;
	margin-top: 0px;
	padding: 0px;

	
}

.navbar-outer{
	width: 100%;
}

.navbar-light .navbar-nav .nav-link  {
	color: #FFF;
	font-size: 22px;
	margin-left: 52px;
	margin-right: 0px;
	font-weight: bold;
	margin-top: 5px;
 }
.nav-tabs .nav-item.show .nav-link {
	color: #FFF;
	font-size: 22px;
	margin-left: 32px;
	margin-right: 22px;
	font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #c1ad7e;
	transition: all 0.7s ease;
	font-weight: bold;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #FFF;
}
.navbar-toggler{
	background-color: #c2b484;
	padding-left:8px;
	padding-right:8px;
	border-radius:0px;
	margin-top:10px;

}
.navbar-toggler:hover{
	background-color: #cfbe84;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1.00' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobileul img{
	margin-left:5px;
}

/*#####################################################################################################################*/
/* Formularz */
/*#####################################################################################################################*/

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0,0,0,0.72);
    background-clip: padding-box;
    border: 1px solid #c2b484;
    border-radius: 0px;
}
.form-control:focus {
  color: #fff;
  background-color: rgba(0,0,0,0.72);
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}


/*#####################################################################################################################*/
/*OFIRMIE	*/
/*####################################################################################################################*/

#ofirmie{
	height: auto;
	padding-bottom: 10px;
	padding-top: 30px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% top;
	background-attachment: fixed;
}
#ofirmie img{
	filter: grayscale(100%);
}
#ofirmie img:hover{
	filter: grayscale(0%);
}

#ofirmie h1{
	text-align: center;
	font-size: 30px;
	color: #c2b484;
	font-weight: bold;
	margin-top: 55px;
}	
#ofirmie h2{
	text-align: justify;
	font-size: 32px;
	color: #c2b484;
	font-weight: 400;
	margin-right: 20px;
	margin-left: 20px;
	
}	
#ofirmie p{
	text-align: justify;
	font-size: 17px;
	color: #000;
	font-weight: 400;
	margin-right: 20px;
	margin-left: 20px;
	
}


#ofirmie h3 a:hover{

	color: #051942;
	
	
}#ofirmie h3 a:hover{

	color: #d30000;
	
	
}
#ofirmie li{
	text-align: left;
	font-size: 14px;
	color: #051942;
	font-weight: 400;
	margin-right: 20px;
	margin-left: 20px;
	list-style-image: url(../images/li.png);
	line-height: 42px;	
}
/*INSTRUKTORZY	*/
/*####################################################################################################################*/

#instruktorzy{
	height: auto;
	padding-bottom: 0px;
	padding-top: 20px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;

	background-size: cover;
	background-position: 0% top;

}
#instruktorzy img{
	filter: grayscale(100%);
	
}

#instruktorzy img:hover{
	filter: grayscale(0%);
	
}
#instruktorzy h1{
	text-align: center;
	font-size: 30px;
	color: #c2b484;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 30px;
}	
#instruktorzy h3{
	text-align: center;
	font-size: 20px;
	color: #d30000;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
}		
#instruktorzy p a{
	text-align: left;
	font-size: 17px;
	color: #000;
	font-weight: 400;
	margin-right: 0px;
	margin-left: 0px;
	
}
#instruktorzy p a:hover{
	text-align: left;
	font-size: 17px;
	color: #c2b484;
	font-weight: 400;
	margin-right: 0px;
	margin-left: 0px;
	
}
/*#####################################################################################################################*/
/*OFIRMIE	*/
/*####################################################################################################################*/

#oferta{
	height: auto;
	padding-bottom: 30px;
	padding-top: 30px;
	min-height:400px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../images/paralax.jpg);
	background-size: cover;
	background-position: center top;
	background-attachment: scroll;
}
#oferta h1{
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 125px;
}	
#oferta h2{
	font-weight: 900;
	line-height: auto;
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	

}

#oferta2{
	height: auto;
	padding-bottom: 30px;
	padding-top: 30px;
	min-height:400px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../images/paralax2.jpg);
	background-size: cover;
	background-position: center top;
	background-attachment: scroll;
}
#oferta2 h1{
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 125px;
}	
#oferta2 h2{
	font-weight: 900;
	line-height: auto;
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	

}


/*#####################################################################################################################*/
/*kategorie	*/
/*####################################################################################################################*/

#kategorie{
	height: auto;
	padding-bottom: 50px;
	padding-top: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% top;
	background-attachment: fixed;
	
}
#certyfikaty img{
	filter: grayscale(100%);
	
}

#certyfikaty img:hover{
	filter: grayscale(0%);
	
}
#kategorie h1{
	text-align: left;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	bottom:0px;
	margin-top: 255px;
	margin-bottom: 10px;
}

#kategorie h1 a{
	text-align: left;
	font-size: 20px;
	color: #FFF;
	font-weight: 800;
	bottom: 1px;
	left: 33px;
}


#kategorie h4{
    text-align: center;
    font-size: 30px;
    color: #c2b484;
    font-weight: bold;
    margin-top: 55px;
    margin-bottom: 25px;
    background-position: 0% bottom;
}	
#kategorie h5{
	text-align: left;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	bottom:0px;
	margin-top:280px;
	margin-left:10px;
}

#kategorie h5 a{
	text-align: left;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	bottom:0px;
	margin-left:10px;

}

#kategorie h5 a:hover{
	text-align: left;
	font-size: 20px;
	color: #c2b484	;
	font-weight: bold;
	bottom:0px;
	margin-left:10px;
	
		
}

#kategorie h2{
	text-align: left;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	bottom:0px;
	margin-top:150px;
	margin-left:10px;	
}

#kategorie h2 a{
	text-align: left;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	bottom:0px;
	margin-left:10px;	
}

#kategorie h2 a:hover{
	text-align: left;
	font-size: 20px;
	color: #c2b484	;
	font-weight: bold;
	bottom:0px;
	margin-left:10px;	
		
}
#kategorie h3{
	text-align: left;
	font-size: 20px;
	color: #c2b484;
	font-weight: 900;
	margin-top: 10px;
	text-transform: uppercase;
}

#kategorie img{
	margin-left: 10px;
	margin-right: 10px;
	
}
#kategorie p{
    text-align: left;
    font-size: 17px;
    margin-top: 10px;
    color: #000;
    font-weight: 400;
    margin-right: 0px;
    margin-left: 0px;
}


.zawicon{
	position:absolute;
	z-index:10000;
	bottom:0;
	
}
#loga img{
	margin: 15px;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: opacity .5s linear
}
#loga img:hover{
  opacity:1;
  filter: grayscale(0%);
}
/*#####################################################################################################################*/
/*STOPKA	*/
/*####################################################################################################################*/
#stopka{
	height: auto;
	padding-top: 100px;
	padding-bottom: 80px;
	background-image: url(../images/stopka.jpg);
	background-color: rgba(0,0,0,1.00);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#stopka p{
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	text-decoration: none;
	margin-top:24px
}
#stopka p a{
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	text-decoration: none;
	margin-top: 24px
}
#stopka h3{
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    color: #c2b484;
    text-decoration: none;
    margin-top: 24px
}
#stopka h3 a{
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	text-decoration: none;
	margin-top: 24px
}
#stopka h5{
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	text-decoration: none;
	margin-top:20px
}

#stopka h5 a{
	font-size: 24px;
	color: #fff;
	
}
#stopka p a:hover{
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #c2b484;
	text-decoration: underline;
	margin-top: 24px
}
#stopka h2{
	font-size: 29px;
	margin-top: 15px;
	font-weight: bold;
	text-align: left;
	color: #c2b484;
	text-decoration: none;
	margin-bottom:20px;
}
#stopka h6{
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	margin-top:20px;
}


#stopka h4{
	text-align: center;
	font-size: 45px;
	color: #c2b484;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
}


/*#####################################################################################################################*/
/* GOOGLE MAPS*/
/*#####################################################################################################################*/

.google-maps {
        position: relative;
        padding-bottom: 22%; 
        height: 0;
        overflow: hidden;
		margin-top:0px;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
		 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
		
  }
.google-maps iframe:hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
		 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
	  transition: all 0.10s ease;
		
  }  


/* cookie consent 2.0 --- start*/
#cookie-form{
	width: 360px;
	position: fixed;
	z-index: 9999999999 !important;
	left: auto;
    top: auto;
    bottom: 20px;
    right: 20px;
    height: auto;
    background-color: #fff;
    padding: 20px;
    color: #000;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.44);
}

#cookie-form .cookie-intro{
	width:100%;
	margin:0;
	padding:0;
	padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e5e5;
}
#cookie-form .cookie-intro header{
	font-size: 18px;
	line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0.5rem;
/*    color: #f840cc;*/
    color: #333;
}
#cookie-form .cookie-intro p{
	font-size: 15px;
	color: #3e3e3e;
	line-height: 1.1;
	text-align: left;
	margin:0;
	padding:0;

}
#cookie-form .cookie-types{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#cookie-form .cookie-types .cookie-type{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
}
#cookie-form .cookie-types .cookie-type .cookie-description{

}

#cookie-form .cookie-types .cookie-type .cookie-description label{
	font-size: 16px;
    font-weight: bold;
/*    color: #f840cc;*/
	color: #333;
}
#cookie-form .cookie-types .cookie-type .cookie-description p{
	font-size: 15px;
	line-height: 1.1;
	color: #3e3e3e;
	text-align: left;
}
#cookie-form .cookie-types .cookie-type .cookie-switcher{
	width: 70px;
	flex-shrink: 0;
}
#cookie-form .cookie-types .cookie-type .cookie-switcher input{
	display: none;
}
#cookie-form .cookie-types .cookie-type .cookie-switcher label{
	display: block;
    width: 50px;
    height: 26px;
    background: #8d8e91;
    border-radius: 13px;
    cursor: pointer;
    margin: 0 0 0 auto;
    padding: 0;
    position: relative;
    transition: background-color 400ms;
}

#cookie-form .cookie-types .cookie-type .cookie-switcher label:before{
	content: '';
    background: #fff;
    background: linear-gradient(0deg, #f5f5f5 0%, #fff 46%);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 400ms, left 400ms;
}



#cookie-form .cookie-types .cookie-type .cookie-switcher input:checked + label{
	    background: #c2b484;
}
#cookie-form .cookie-types .cookie-type .cookie-switcher input:checked + label:before{
	left: calc(100% - 23px);
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}

#cookie-form .cookie-types .cookie-type .cookie-switcher input:disabled + label{
	background: #8d8e91;
    pointer-events: none;
}

#cookie-form .cookie-types .cookie-type .cookie-switcher input:disabled + label:before{
	left: 3px;
    right: 3px;
    background: #fff url(../images/lock.svg) no-repeat center;
    width: auto;
    border-radius: 10px;
    line-height: 20px;
    box-shadow: none;
    background-size: auto 15px;
}

#cookie-form .cookie-actions{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
#cookie-form .cookie-actions .cookie-btn{
	font-size:16px;
	line-height: 1;
	background-color: #c2b484;
	border: 1px solid #c2b484;
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 11px 11px 8px 11px;
    text-transform: uppercase;
    transition: all .3s;
    letter-spacing: 1px;
    border-radius: 4px;
    min-width: 240px;

}

#cookie-form .cookie-actions .cookie-btn:hover{
	border: 1px solid #aa995f;
	background-color: #aa995f;
	color:#fff;
}

#cookie-form .cookie-actions .cookie-btn.cookie-reject-all{
	background-color: #fff;
	border: 1px solid #4B4B4B;
    color: #4B4B4B;
}
#cookie-form .cookie-actions .cookie-btn.cookie-reject-all:hover{
	border: 1px solid #c2b484;
    color: #c2b484;
}

#cookie-form .cookie-actions .cookie-btn.cookie-save{
	background-color: #fff;
	border: none;
    color: #4B4B4B;
}
#cookie-form .cookie-actions .cookie-btn.cookie-save:hover{
	border: none;
    color: #c2b484;
}

@media (max-width: 400px){
	#cookie-form{
		width: calc(100% - 40px);
	}
}
/* cookie consent 2.0 --- stop*/