/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

:root {
	--green: #006656;
	--orange: #F37021;
}

@media (min-width: 1199px) {
   body .container {
      max-width: 1200px;
   }

   body .header-container {
	max-width: 1400px;
   }
}

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: 'Open Sans', sans-serif;
}

body {
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
   padding-top: 100px;
   color: #000000;
   line-height: 1.62;
   min-width: 302px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

/* *** HEADER *** */

header {
   position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background: var(--green);
    padding: 8px 0;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    box-shadow: 0 0 5px #333;
    width: 100%;
}

.body-active header {
   padding: 3px 0;
}

.header-box .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo img {
   margin-bottom: -5px;
}

header .logo img {
   display: block;
}

.main-menu {
   margin-top: -1px;
}

.main-menu ul {
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
}

.main-menu ul li {
   margin: 0 0 0 8px;
}

.main-menu > ul > li > a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 0 5px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid transparent;
}

.main-menu > ul > .current > a, .main-menu > ul > li > a:hover {
    color: #fff;
    border-color: var(--orange);
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    list-style: none; 
    width: 305px;
    background: #cacaca;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #1c2f59;
    text-align: left;
    display: block;
    padding: 11px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: red;
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1258px;
    }
}

/* *** BANNER *** */

.banner-box {
    width: 100%;
}

.banner img {
   width: 100%;
   display: block;
   margin-bottom: -3px;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner .prev-box, .banner .next-box {
   position: absolute;
   background: rgba(216, 216, 216, 0.85) url(../../img/frontend/icons/slider-nav.png) no-repeat 0 0;
   display: block;
   top: 50%;
   margin-top: -20px;
   left: 0;
   z-index: 100;
   height: 40px;
   width: 40px;
   background-position: 0 0;
}

body .banner .bx-controls .bx-controls-auto {
   position: absolute !important;
   top: 50%;
   margin-top: -20px;
   right: 41px !important;
   z-index: 100;  
   height: 40px;
   width: 40px !important;
}

body .banner .bx-controls .bx-controls-auto a {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   margin: 0 !important;
   height: 100%;
   display: block;
}

body .banner .bx-controls .bx-controls-auto a.active {
   display: none;
}

body .banner .bx-controls .bx-controls-auto a.bx-stop {
   background: rgba(216, 216, 216, 0.85) url(../../img/frontend/icons/slider-nav.png) no-repeat -120px 0 !important;    
}

body .banner .bx-controls .bx-controls-auto a.bx-start {
   background: rgba(216, 216, 216, 0.85) url(../../img/frontend/icons/slider-nav.png) no-repeat -80px 0 !important;    
}

.banner .next-box {
   background: rgba(216, 216, 216, 0.85) url(../../img/frontend/icons/slider-nav.png) no-repeat -40px 0;
   left: auto;
   right: 0;
}

.banner .prev-box a, .banner .next-box a {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   content: "";
   text-indent: -999999px;
}

.banner ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

.banner ul li {
   position: relative;
   text-align: center;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}

.banner .bx-controls-direction {
   display: none;
}

.banner .bx-controls {
    display: block;
}

.banner .bx-controls {
   padding-top: 0;
}

body .banner .bx-wrapper .bx-pager {
   padding-top: 0;
   position: absolute;
   bottom: 19px;
   right: 0;
   text-align: center !important;
   width: 100% !important;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
   border: 1px solid var(--orange);
   background-color: #fff !important;
   position: relative;
   width: 16px;
   height: 16px;
   border-radius: 50%;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:after {
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -4px;
   border-radius: 50%;
   display: block;
   width: 8px;
   height: 8px;
   background: var(--orange);
   content: "";
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover:after {
   background: #b7b7b7 !important;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active:after {
   background: #434648 !important;
}

.banner .next-box, .banner .prev-box, .banner .bx-controls-auto {
   opacity: 0;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.banner:hover .next-box, .banner:hover .prev-box, .banner:hover .bx-controls-auto {
   opacity: 1;
}

/* *** BREADCRUMB *** */

.breadcrumb-box {
    float: left;
    width: 100%;
    color: #1c2f5a;
    font-size: 12px;
    margin: 10px 0 0 0;
}

.breadcrumb-box ul {
    padding: 0 !important;
}

.breadcrumb-box li {
    float: left;
    margin-right: 20px;
    list-style: none;
}

.breadcrumb-box a {
    color: #1c2f5a;
}

.breadcrumb-box a:hover {
    color: #000;    
}

/* *** EFFECT *** */

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #fff;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--green);
  width: 12px;

}

/* *** FOOTER *** */

footer {
   color: #fff;
   background: #747c7f;
}

footer a:hover {
   color: #fff;
   opacity: 0.85;
}

.footer-top {
   padding: 50px 0;   
}

.footer-bottom {
   padding: 10px 0;
   font-size: 13px;
}

footer a {
   color: #fff;
}

footer .row-box {
   margin: 0 -15px;
   display: flex;
}

footer .col-box {
   padding: 0 15px;
   width: 25%;
}

.f-title {
   margin-bottom: 15px;
   font-size: 20px;
   text-transform: uppercase;
   font-weight: 700;
   line-height: 1.1;
}

.f-menu ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.f-menu li {
   margin-bottom: 10px;
}

.f-menu ul li:last-child {
   margin-bottom: 0;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;

}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../../img/frontend/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp img {
    margin-top: -2px;
    max-width: 100%;
    margin-left: -3px;
    width: 150px;
    max-height: 100%;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #fff;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    box-shadow: 0 0 7px rgb(0 0 0 / 50%);
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: var(--green);    
    float: left;  
    width: 100%;
    padding: 15px 15px 14px 15px;
}

.menu-rsp nav a:hover {
   background: var(--green);  
   opacity: .75;
   color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #408d80;
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

/* *** HOME *** */

.content-box-1 {
	background: #f2f5f7;
}

.padding-1 {
	padding: 60px 0;
}

.boxes-1 .row-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;  
}

.boxes-1 .col-box {
	width: 20%;
}

.box-1 {
	max-width: 100%;
	width: 220px;
	text-align: center;
	padding: 15px;
	display: block;
	height: 100%;
	color: #006656;
	transition: 0.3s all ease;
}

.box-1 .name {
   text-transform: uppercase;
   line-height: 1.2;
	font-weight: 700;
	font-size: 18px;
	margin: 17px 0 10px 0;
}

.box-1:hover {
   color: #006656;	
	background: #fff;
	box-shadow:0 0 5px rgb(243 112 33 / 36%);
	transform:scale(1.05);
	opacity: 0.85;
}

.box-1 img {
	border-radius: 50%;
	border: 6px solid var(--orange);
}

.title h2 {
	font-weight: bold;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}

.boxes-2 .row-box {
	display: flex;
	margin: 0 -12px;
	flex-wrap: wrap;
}

.boxes-2 .col-box {
	margin-bottom: 30px;
	padding: 0 12px;
	width: 25%;
}

.boxes-2 {
	margin-bottom: -30px;
}

.box-2 img {
	width: 100%;
	border-bottom: 4px solid var(--orange);
}

.box-2 {
	display: block;
	color: #000;
}

.box-2 .name {
	font-size: 18px;
	margin: 0;
	padding: 16px 0 10px 0;	
	font-weight: 600;
	line-height: 1.4;
}

.box-2 .txt {
	font-size: 13px;
}

.link-1 {
	color: var(--orange);
   font-size: 10px;
}

.link-1:hover {
	color: var(--orange);	
	opacity: 0.85;
}

.box-2:hover {
	color: #000;
	opacity: 0.85;
}

.content-box-3 {
	background: linear-gradient(to right, transparent 0, transparent 45%, #f0f0f0 100%);	
}

.content-box-3 .container {
	min-height: 354px;
	position: relative;
}

.content-box-3 figure {
	position: absolute;
	top: 0;
	right: 60px;
}

.content-box-3 .description {
	width: 50%;
}

.text ul {
	list-style: none;
	padding-left: 0;
}

.text ul li:after {
	width: 7px;
	height: 7px;
	content: "";
	background: var(--green);
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 50%;
}

.text ul li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}

.text ul li:last-child {
	margin-bottom: 0;
}

.content-box-3-1 .buttons {
	padding-top: 1px;
}

.content-box-3 .description {
	padding-top: 45px;
	padding-bottom: 8px;
}

.content-box-3-1 .buttons a {
	width: 120px;
	display: inline-block;
}

.content-box-3-1 .buttons a:hover {
	opacity: 0.85;
}

.content-box-3-1 .txt {
	font-weight: 600;
	line-height: 1.1;
	font-size: 18px;
	margin-bottom: 10px;
}

.btn-1 {
    padding: 0 30px;
	 height: 40px;
	 display: inline-block;
	 line-height: 40px;
	 font-size: 14px;
    border-radius: 25px;
	 color: #006656;
	 box-shadow: 0 0 3px #ccc;
}

.btn-1:hover {
	color: #5c5c5c;
	background: #eaeaea;
}

/* *** ZASADY *** */

.main-content {
	padding: 75px 0;
	min-height: calc(100vh - 399px);
}

.title-1 h1 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0;
}

.title-1 {
	margin-bottom: 42px;
}

.text-1 {
	color: #333;	
	font-size: 16px;
}

.text-1 h2 {
	font-size: 19px;
	font-weight: bold;
	color: #176c5d;
}

.boxes-3 {
	padding-top: 10px;
}

.boxes-3 .row-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.boxes-3 .col-box {
	margin-bottom: 25px;
}

.boxes-3 .col-box-1 figure {
	margin-top: 25px;
}

.col-box-2 {
	flex-shrink: 0;
	margin: 0 -40px;
}

.col-box-3 {
	padding-top: 40px;
	flex-shrink: 0;
	margin: 0 -40px;
}

.boxes-3 {
	padding-bottom: 50px;
}

.box-3 {
	width: 175px;
	text-align: center;
}

.box-3 .txt {
	color: #000;
	line-height: 1.3;
	font-weight: 500;
	font-size: 19px;
}

.box-3 figure {
	margin-bottom: 5px;
}

.btn-1-1 {
	box-shadow: none;
	color: #fff !important;
   background: var(--orange);
}

.boxes-4 {
	margin-bottom: 25px;
}

.box-4 {
	font-weight: bold;
	color: #176c5d;
	font-size: 20px;
	padding:5px 0;
	padding-left: 45px;
	background: url('../../img/frontend/icons/img09.png') left center no-repeat;
	background-size: 41px auto;
}

.text a {
	color: #006656;
}

.text a:hover {
	opacity: 0.85;
	color: #006656;
}

/* *** NAGRODY *** */

.boxes-5 .row-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.boxes-5 .col-box {
	margin-bottom: 40px;
	width: 50%;
	padding: 0 20px;
}

.boxes-5 {
	margin-bottom: -40px;
}

.box-5 {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.box-5 .txt {
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 7px 15px;
	font-size: 25px;
	font-weight: 600;
	margin: 20px;
	background: #fff;
}

.box-5:hover {
	transform:scale(1.05);
	opacity: 0.85;
}

.input-box {
	margin-bottom: 25px;
}

.label-box label {
	padding: 5px 0;
	font-weight: bold;
	margin:0;
}

.input-box input, .input-box textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 1px 15px 0 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-box input:focus, .input-box textarea:focus {
	border-color: #66afe9;
	box-shadow: 0 0 10px #d6e9f9;
}

.input-box textarea {
	resize: none;
	padding: 11px 15px;
	overflow: auto;
	height: 275px;
}

.form-box {
	padding-top: 7px;
}

.btn-1 {
	border: none;
}

.btn-1-1:hover {
   background: var(--orange);
	color: #fff !important;
	opacity: 0.85;
}

.form-box {
	margin-bottom: 25px;
}

.text table td {
	padding: 5px 10px;
	vertical-align: top;
   border-bottom: 1px solid #bbb;
}

.text table td p {
	margin-bottom: 15px;
}

.table-scroll {
	overflow: auto;
}

/* *** AKTUALNOSCI *** */

.new-box h2 {
	font-size: 24px;
	margin-bottom: 27px;
	font-weight: 600;
}

.new-box figure {
	float: left;
	margin-right: 20px;
	border-bottom: 4px solid #f37021;
}

.new-box a:hover {
	opacity: 0.85;
}

.new-box h2 a {
	color: #000;
}

.new-box h2 a:hover {
	color: #000;
	opacity: 0.85;
}

.new-box .text p {
	margin-bottom: 9px;
}

.new-box figure img {
	display: block;
}

.new-box {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.new-box .description {
	min-height: 140px;
}

.news-boxes {
	display: inline-block;
	width: 100%;
}

.text iframe {
	margin: 5px 0;
	max-width: 100%;
}

.label-box-1 label {
	margin: 0;
	text-align: right;
	display: block;
	padding-top: 6px;
	padding-right: 4px;
}

.form-box-1 .row {
	margin: 0;
}

.input-box-1 {
	margin-bottom: 24px;
}

.form-title {
	margin-bottom: 24px;
	font-weight: bold;
}

.input-box-1 input, .input-box-1 textarea, .select select {
	background: #fff;
	width: 100%;
	border: 1px solid #ddd;
	color: #666;
	height: 36px;
	padding: 7px 10px 6px 10px !important;
}

.input-box-1 textarea {
	resize: none;
	overflow: auto;
	height: 75px;
}

.select select {
	padding: 0 6px !important;
	padding-top: 2px !important;
}

.form-box-1 .row > div {
	padding: 0;
}

.text-2 ul li {
	padding-left: 15px;
}

.text ol {
	padding-left: 15px;
}

.text-2 ul li:after {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
	top: 9px;
}

.text p img {
	margin: 8px 0;
}

.text-2 ul li {
	margin-bottom: 0;
}

.form-box-1 {
	padding-top: 10px;
}

.input-box-1 {
	position: relative;
	width: 430px;
	max-width: 100%;
}

.input-icon {
	position: absolute;
	top: 6px;
	right: -30px;
}

.checkbox-box {
	display: flex;
	margin-bottom: 10px;
	align-items: flex-start; 
}

.checkbox-box a {
	color: var(--green);
}

.checkbox-box a:hover {
	opacity: 0.85;
}

.checkbox-content .checkbox-box:last-child {
	margin-bottom: 0;
}

.checkbox-content {
	margin-bottom: 25px;
}

.checkbox-box label {
	margin: 0;
}

.checkbox-box input {
	flex-shrink: 0;
	margin: 4px 6px 0 0;
}

.form-button-box-2 {
	display: flex;
	justify-content: center;
}

/* *** LOGOWANIE *** */

.log-content {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 27px 20px;
}

.form-box-2 .input-box-1 {
	width: 207px;
}

.form-box-2 .checkbox-content {
	margin-bottom: 23px;
}

.checkbox-box-1 input {
	margin-left: 6px;
	margin-right: 0;
}

.btn-password {
	padding: 15px 0;
}

.btn-password a {
	display: block;
	margin-right: 2px;
   line-height: 1.42857143;
	padding: 10px 15px 8px 15px;
   border: 1px solid transparent;
   border-radius: 4px;
	color: #006656;
}

.btn-password a:hover {
	border-color: rgba(0,0,0,0.08);	
}

.log-box .button-box {
	padding: 0 15px;
}

.log-box {
	margin-top: 33px;
	border-top: 1px solid #ddd;
}

/* *** WYZWANIA *** */

.text h2 {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 24px;
}

.color-black {
	color: #000;
}

.text-2 {
	font-size: 16px;
}

.boxes-6 .row-box {
	flex-wrap: wrap;
	margin: 0 -15px;
	display: flex;
}

.box-6 {
    border-radius: 35px;
    height: 225px;
    box-shadow: 0 0 10px #c3c3c3;
    position: relative;
	 padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 35px;
    color: #006d5a;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
	 opacity: 0.6;
}

.boxes-6 .col-box {
	margin-bottom: 30px;
	width: 50%;
	padding: 0 15px;
}

a.box-6:hover {
	opacity: 0.85;
    color: #006d5a;
}

.boxes-6 {
	position: relative;
	margin-bottom: -30px;
}

.boxes-6 .image-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -171px -157px;
}

.boxes-7 {
	padding: 10px 0;
}

.boxes-7 .row-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.boxes-7 .col-box {
	margin: 0 40px;
}

.box-7 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	width: 260px;
	max-width: 100%;
	display: block;
	border: 1px solid #ccc;
   padding: 30px;
}

.box-7:hover {
	color: #000;
	opacity: 0.85;
}

.box-7 figure {
	margin-bottom: 10px;
}

/* *** PRZYPOMNIJ HASLO *** */

.log-box-1 {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 30px;
}

.log-box-1 .txt {
	color: #09467d;
	margin-bottom: 10px;
}

.form-box-3 .txt-1 {
	display: inline-block;
	font-weight: bold;
	color: #09467d;
	width: 30px;
}

.form-box-3 input {
	width: 173px;
	margin: 0 5px 0 0;
	padding: 2px 4px 1px 4px;
}

/* *** CERTYFIKATY I PRZYWILEJE *** */

.text-4 {
	font-size: 16px;
}

.text-4 h2 {
	font-size: 18px;
	font-weight: bold;
}

.margin-bottom-1 {
	margin-bottom: 50px;
}

.box-8 {
	justify-content: space-between;
	align-items: center;
	display: flex;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #bbb;
}

.box-8 .image-1 {
	width: 100px;
	margin: 0 25px;
	flex-shrink: 0;
}

.box-8 .image-1 img {
	display: block;
}

.box-8 .txt-2 {
	width: 290px;
	color: #176c5d;
	font-size: 20px;
	font-weight: bold;
}

.box-8 .txt-2 span {
	font-size: 24px;
}

.box-8 .txt-1 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.box-8 .txt-1 span {
	display: block;
	color: var(--orange);
	font-size: 22px;
}

.box-8-2 .txt-2 span {
	font-size: 34px;
}

.box-8-3 .txt-2 span {
	font-size: 52px;
}

.box-8-2 .txt-1 span {
	font-size: 30px;
}

.box-8-3 .txt-1 span {
	font-size: 42px;
}

.boxes-9 {
	display: flex;
}

.boxes-9 .col-box {
	width: 33.3333%;
}

.box-9 h2 {
	border-bottom: 1px solid #bbb;
	padding: 10px 15px;
	color: #176c5d;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.box-9 .description {
	padding: 0 30px;
}

.box-9 ul {
	padding: 0;
	margin: 0;
}

.box-9 ul li {
	padding: 0;
	padding: 15px 0;
	font-size: 16px;
	padding-left: 45px;
	padding-top: 12px;
	margin: 0;
	margin-bottom: 5px;	
	list-style: none;
	background: url('../../img/frontend/icons/img09.png') left top no-repeat;
	background-size: 41px;
}

.boxes-9 {
	padding-top: 30px;
}

/* *** KATALOG NAGROD *** */

.title-2 h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

.sidebar {
	padding-top: 6px;
}

.title-2 {
	margin-bottom: 42px;
}

.main-wrapper {
	display: flex;
}

.main {
	width: 75%;
	padding-right: 18px;
}

.sidebar {
	width: 25%;
	padding-left: 18px;
}

.boxes-5-1 .col-box {
	width: 100%;
	margin-bottom: 15px;
}

.boxes-5-1 {
	margin-bottom: -15px;
}

.boxes-5-1 .box-5 {
	border-radius: 9px;
	border: 2px solid transparent;
	transform: none !important;
	box-shadow: none;
}

.boxes-5-1 .active {
	border-color: #006656;
}

.boxes-5-1 .box-5 .txt {
	padding: 4px 10px 3px 10px;
	font-size: 13px;
	margin: 7px;
}

.pr-boxes .row-box {
	display: flex;
	margin: 0 -5px;
	flex-wrap: wrap;
}

.pr-boxes .col-box {
	width: 33.3333%;
	padding: 0 5px;
	margin-bottom: 10px;
}

.pr-box {
	width: 100%;
	padding: 15px;
	height: 291px;
	background: url(../../img/frontend/icons/img12.png) no-repeat calc(100% - 5px) 5px;
	display: block;
	border: 1px solid #eee;
}

.pr-box figure {
	height: 140px;
	display: flex;
	margin-bottom: 5px;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.pr-box .txt {
	font-weight: 600;
	color: #000;
	height: 62px;
	overflow: hidden;
	line-height: 1.2;
   font-size: 17px;
}

.tooltip-inner {
	border: 1px solid #333333;
	background: #fff;
	color: #333;
	line-height: 1.3;
	padding: 8px 10px 10px 10px;
}

@media (min-width: 1199px) {
	.tooltip-inner {
		width: 350px !important;
		min-width: 350px !important;
		max-width: 350px !important; 
	}
}

body .tooltip.show {
	opacity: 1;
}

/* *** MOJE KONTO *** */

.title-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 42px;
}

.title-box .title-1 {
	margin-bottom: 0;
}

.title-txt {
	text-align: center;
	width: 510px;
	max-width: 100%;
	color: #B00000;
	margin-left: 60px;
	font-weight: bold;
}

.btn-basket {
	width: 36px;
	height: 34px;
	display: inline-block;
	background: url('../../img/frontend/icons/img13.png');
	position: relative;
}

.btn-basket span {
	background: var(--green);
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
	 line-height: 20px;
    justify-content: center;
    position: absolute;
    right: -10px;
    bottom: 25px;	
}

.title-box .float-left {
	display: flex;
	align-items: center;
}

.z-box-1 {
	background: linear-gradient(to bottom, #fff, #F2F5F7);
   padding: 10px 15px;
   box-shadow: 0 0 15px #00000029;
   border-radius: 20px;
	min-height: 260px;
}

.z-box-1 .description {
	padding: 12px 0;
}

.z-box-1 .txt-1 {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 10px;
}

.z-box-1 .name {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #eee;
	padding: 6px 0 10px 0;
}

.z-box-1-1 .description {
	min-height: 150px;
	background-size: 84px auto;
	background-position: right top;
	background-repeat: no-repeat;
}

.z-box-1 .txt-1 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.z-box-1 {
	margin-bottom: 30px;
}

.z-boxes-1 {
	padding-top: 10px;
}

.row {
	margin: 0 -15px;
}

.z-box-1-2 {
	min-height: 1px;
}

.z-box-1-3 {
	border: 2px solid var(--green);
}

.z-box-1-2 .name {
	min-height: 60px;
	display: flex;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
	align-items: center;
	border: none;
	margin: 10px 0;
	padding: 0;
}

.z-box-1-2 .description {
	padding: 0;
}

.z-box-1-2 .txt-2 {
	color: var(--orange);
	font-weight: bold;
	text-align: center;
	font-size: 42px;
	margin-top: -5px;
	font-weight: bold;
}

.row>* {
	padding: 0 15px;
}

.z-main {
	width: 75%;
	padding-right: 15px;
}

.z-sidebar {
	width: 25%;
	padding-top: 8px;
	padding-left: 15px;
}

.z-box-1-3 .txt-2 {
	color: var(--green);
}

.z-main-wrapper {
	display: flex;
}

.z-box-2 {
	display: flex;
	margin-bottom: 20px;
}

.z-box-2 .icon {
	margin-right: 15px;
	flex-shrink: 0;
}

.z-box-2 .txt {
	color: #006656;
	font-weight: 700;
	font-size: 16px;	
}

.z-box-2 .button-box {
	padding-top: 20px;
}

.menu-1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu-1 a {
	font-size: 13px;
	border-bottom: 1px solid #eee;
	display: flex;
	padding: 3px 0;
	color: var(--green);
	align-items: center;
}

.menu-1 .icon {
	margin-right: 15px;
	flex-shrink: 0;
}

.menu-1 a:hover {
	opacity: 0.85;
}

.menu-1 .current {
	font-weight: bold;
}

.z-box-3 {
	display: flex;
	justify-content: space-between;
	border: 2px solid #006656;
	align-items: center;
	border-radius: 15px;
	padding: 16px 20px 15px 20px;
	margin-bottom: 10px;
}

.z-boxes-3 {
	margin-bottom: 55px;
}

.z-box-3 .txt-2 {
	width: 115px;
	flex-shrink: 0;
	padding-left: 15px;
	font-weight: bold;
	color: #006656;
}

.z-box-3-1 {
	background: var(--green);
	color: #fff;
}

.z-box-3-1 .txt-2 {
	color: #fff;
	font-size: 24px;
}

.btn-plus {
	width: 24px;
	height: 24px;
	background: url('../../img/frontend/icons/img15.png');
	display:inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.btn-plus.active {
	background: url('../../img/frontend/icons/img15-1.png');
}

body .input-box-1 .row {
	margin: 0 -3px;
}

body .input-box-1 .row > div {
	padding: 0 3px;
}

.input-file-1 input {
	border: none;
	padding: 3px 0 !important;
}

.color-orange {
	color: var(--orange);
}

.checkbox-box small {
	display: block;
	line-height: 1.3;
	padding-top: 4px;
}

.input-box-1 textarea {
	display: block;
}

.form-button-box-3 {
	display: flex;
	justify-content: center;
	padding: 0 0 30px 0;
}

.form-button-box-3 .btn-1 {
	margin: 0 25px;
}

.filtration-box {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
}

.filtration-box .txt-1 strong {
	color: #B00000;
	font-weight: bold;
}

.search-box label {
	display: inline-block;
	font-weight: bold;
	margin: 0;
}

.search-box .input-box-1 {
	display: inline-block;
	margin: 0;
	width: 170px;
}

.table-1 {
	overflow: auto;
}

.table-1 table {
	width: 100%;
}

.table-1 th {
	font-size: 12px;
	font-weight: bold;
	padding: 9px 5px 7px 5px;
	line-height: 1.3;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.table-1 td {
	font-size: 12px;
	line-height: 1.3;	
	padding: 9px 5px 7px 5px;
	border-bottom: 1px solid #CCC;
}

p small {
	font-size: 13px;
}

.table-2 {
	margin-bottom: 25px;
	overflow: auto;
}

.table-2 table tr td {
	padding: 4px 0;
}

.table-2 table tr td:first-child {
	width: 160px;
	text-align: right;
	padding-right: 3px;
}

.title-2-1 {
	margin-bottom: 10px;
}

.padding-top-0 {
	padding-top: 0;
}

.filtration-box-1 {
	margin-bottom: 30px;
}

.filtration-box-1 .row-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fl-box {
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.fl-box-1 {
	margin-left: 15px;
}

.fl-box-2 {
	margin-left: 15px;
}

.filtration-box-1 button {
	width: 32px;
	border-radius: 3px;
	margin-left: 15px;
	height: 32px;
	color: #fff;
	text-align: center;
	padding: 0;
	display: block;
	background: var(--green);
	border: none;
}

.filtration-box-1 button:hover{
	background: var(--orange);
}

.fl-box-2 input {
	padding: 0 5px;
	width: 80px;
	height: 28px;
	border-radius: 4px;
	border: 1px solid rgb(118, 118, 118);
}

.pr-box {
	position: relative;
}

.pr-box .data {
	padding: 6px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.pr-box .points {
	font-weight: 600;
    color: var(--green);
    font-size: 16px;
}

.btn-basket-1 {
	width: 30px;
	height: 30px;
	display: block;
	background: url('../../img/frontend/icons/img16.png');
}

.btn-basket-1:hover {
	opacity: 0.9;
}

.box-6.active {
	opacity: 1;
	border: 2px solid var(--green);
}

.z-content-box-1 p strong {
	color: var(--green);
}

.z-form-box {
	margin-bottom: 25px;
}

.font16 {
	font-size: 16px;
}

.width100.input-box-1 {
	width: 100%;
}

.z-content-box-1 h2 {
	color: var(--green);
	font-size: 19px;
}

.title-3 h1 {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 600;
}

.more {
	display: none;
}

.z-box-4 {
	margin-bottom: 30px;
}

.z-box-4 .name {
	color: #004990;
	font-weight: bold;
}

.z-box-4 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.z-box-4 li {
	align-items: center;
	display: flex;
	margin-top: 12px;
}

.z-box-4 input {
	-webkit-appearance: none;
    -moz-appearance: none;
	 flex-shrink: 0;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #006656;
    color: #fff;
    height: 20px;
    width: 20px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    opacity: .85;	
}

.z-box-4 label {
	padding-left: 30px;
	margin: 0;
	padding-top: 1px;
}

.z-box-4 .active label {
	font-weight: bold;
	color: green;
}

.btn-3 {
	min-width: 250px;
	color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    border: 0;
	 text-align: center;
	 display: inline-block;
    padding: 10px 20px 9px 20px;
    background: linear-gradient(to top right, #006656 0%, #2da895 100%);	
}

.btn-3:hover {
	opacity: 0.9;
	color: #fff;
}

.z-box-4 input[type="radio"]:checked::before {
    position: absolute;
    left: 0;
    top: 0;
	 width: 20px;
	 height: 20px;
    content: "";
	 background: url('../../img/frontend/icons/img17.png') center no-repeat;
}

.b-table {
	width: 100%;
	overflow: auto;
}

.b-table table {
	width: 100%;
}

.b-table table th {
	padding: 0 5px;
}

.b-table table td {
	padding: 5px;
}

.td-1 {
	border-top: 1px solid #000;
}

.b-table {
	margin-bottom: 25px;
}

.b-table small {
	font-size: 10px;
	display: block;
}

.btn-delete {
	width: 18px;
	height: 18px;
	display:inline-block;
	background: url('../../img/frontend/icons/delete.png') center no-repeat;
}

.btn-delete:hover {
	opacity: 0.85;
}

/* *** 14.12 *** */

.z-boxes-5 .col-box-33 {
	width: 33.3333%;
}

.z-boxes-5 .box-5 {
	border-radius: 15px;
}

.z-boxes-5 .box-5 .txt {
	font-size: 16px;
	padding: 7px 15px 3px 15px;
	margin: 15px;
}

.b-table-1 {
	padding: 10px 10px 5px 10px;
	background-color:#EAEAEA;
}

.form-button-box-2-1 .btn-1 {
	margin: 0 30px;
}

@media (max-width: 767px) {
	.b-table-1 td, .b-table-1 th {
		font-size: 12px;
	}
	.z-boxes-5 .box-5 img {
		width: 100%;
	}
}
/* *** 4.01 *** */

.boxes-3 .col-box-3 {
	padding-top: 70px;
}

.box-3 .txt {
	font-size: 16px;
	padding-top: 10px;
}

.x-color-1 {
	color: #707070;
}

.boxes-4-1 {
	display: flex;
	justify-content: center;
}

.boxes-4-1 .box-4 {
	margin: 0 35px;
	padding-left: 55px;
}

.x-btn-1 {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 60px;
}

.boxes-3-1 {
	padding-bottom: 20px;
}

.x-boxes-1 .row-box {
	margin: 0 -22px;
	display: flex;
	flex-wrap: wrap;
}

.x-box-1 .txt-1 {
	background: #006656;
	height: 56px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: flex;
	font-size: 18px;
	padding: 2px 15px 0 15px;
	justify-content: center;
	align-items: center;
}

.x-box-1 .txt-2 {
	color: #fff;
	background: #006656;
	font-size: 16px;
	text-align: center;
	padding: 15px;
}

.x-box-1 figure {
	margin: 10px 0;
}

.x-box-1 figure img {
	width: 100%;
}

.x-boxes-1 .col-box {
	width: 33.3333%;
	padding: 0 22px;
}

.x-boxes-1 {
	padding-top: 5px;
}

.x-box-1 {
	margin-bottom: 44px;
}

.x-boxes-2 {
	padding-top: 18px;
}

.x-boxes-2 .row-box {
	margin: 0 -54px;
	display: flex;
	flex-wrap: wrap;
}

.x-boxes-2 .col-box {
	padding: 0 54px;
	width: 50%;
}

.x-boxes-2 .col-box-1 {
	width: 100%;
}

.x-box-2 {
	margin-bottom: 58px;
	border: 1px solid #006656;
	border-radius: 45px;
}

.x-box-2 figure img {
	width: 100%;
}

.x-box-2 .txt-1 {
	width: 270px;
	height: 50px;
	margin: 0 auto;
	max-width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #006656;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0 15px;
	padding-top: 2px;
}

.x-box-2 .txt-2 {
	font-size: 18px;
	padding: 14px 15px 12px 15px;
	text-align: center;
	color: #006656;
}

.x-boxes-3 {
	display: flex;
	background: #006656;
	flex-wrap: wrap;
	margin-top: 31px;
	color: #fff;
}

.x-boxes-3 .col-box {
	width: 33.3333%;
	margin-bottom: 20px;
}

.x-box-3 {
	text-align: center;
}

.x-box-3 figure {
	margin-top: -21px;
}

.x-box-3 .txt {
	padding: 20px;
	border-left: 1px solid #fff;
}

.x-boxes-3 .col-box:first-child .txt {
	border-left: none;
}

.x-box-3 .txt strong {
	margin-bottom: 10px;
	font-size: 18px;
	display: block;
}

@media (max-width: 992px) {
	.x-box-1 .txt-1 {
		font-size: 16px;
	}
	.x-boxes-1 .row-box {
		margin-left: -15px;
		margin-right: -15px;
	}
	.x-boxes-1 .col-box {
		padding: 0 15px;
	}
	.x-boxes-2 .row-box {
		margin-left: -15px;
		margin-right: -15px;
	}
	.x-boxes-2 .col-box {
		padding: 0 15px;
	}
	.x-box-2 {
		margin-bottom: 30px;
	}
	.x-boxes-2 {
		padding-bottom: 20px;
	}
	.x-box-3 .txt {
		padding: 20px 15px;
	}
	.x-box-3 .txt strong {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.boxes-4-1 .box-4 {
		margin: 0 10px;
	}
	.boxes-4-1 {
		flex-wrap: wrap;
	}
	.x-btn-1 {
		padding: 0 20px;
	}
	.x-boxes-1 .col-box {
		width: 100%;
	}
	.x-box-1 {
		margin-bottom: 30px;
	}
	.x-boxes-2 .col-box {
		width: 100%;
	}
	.x-box-2 {
		border-radius: 15px;
		overflow: hidden;
	}
	.x-boxes-2 {
		padding-top: 10px;
	}
	.x-box-2 .txt-1 {
		width: 100%;
	}
	.x-boxes-3 .col-box {
		width: 100%;
		border: none;
	}
	.x-box-3 figure {
		margin-top: -17px;
	}
}

/* *** 6.01 *** */

.zz-box-1 ul {
	padding: 0;
	margin: 0;
	list-style:none;
	color: #707070;
	font-size: 12px;
}

.zz-box-1 ul li {
	padding-left: 30px;
	margin-top: 5px;
	background: url('../../img/frontend/icons/img18.png') left 3px no-repeat;	
}

.zz-box-1 ul li:first-child {
	margin-top: 0;
}

.zz-box-1 .description {
	position: relative;
	padding-right: 102px;
}

.zz-box-1 figure {
	position: absolute;
	top: 0;
	right: -10px;
}

@media (max-width: 767px) {
	.zz-box-1 figure {
		width: 80px;
	}
	.zz-box-1 .description {
		padding-right: 70px;
	}
}

/* *** 25.01 *** */

.i-tooltip {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff url(../../img/frontend/icons/img12.png) 5px 5px no-repeat;
	cursor: pointer;
}

.btn-basket-2 {
	width: 30px;
	height: 30px;
	display: block;
	background: url('../../img/frontend/icons/disabledToCart.png');
}

/* *** 1.02 *** */

header .logo img {
	margin-bottom: 0;
}

.a-boxes-1 .row-box {
	display: flex;
	margin: 0 -5px;
	justify-content: space-between;
}

.a-boxes-1 .col-box {
	padding: 0 5px;
}

.a-box-1 {
	display: block;
	width: 224px;
}

.a-box-1 .txt-2 {
	font-size: 14px;
	min-height: 149px;
	display: flex;
	justify-content: center;
	background: #006656;
	color: #fff;
	padding: 18px 20px;
	text-align: center;
}

.a-boxes-1-1 .a-box-1 .txt-2 {
	font-size: 16px;
}

.a-box-1 .txt-1 {
	line-height: 1.2;
	font-size: 18px;
	min-height: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #006656;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
}

.a-box-1 figure {
	margin: 10px 0;
}

.a-box-1:hover {
	opacity: 0.9;
}

.title-orange h2 {
	color: #F3772C;
}

.content-box-2-1 {
	padding-top: 47px;
}

.content-box-2-1 .text {
	color: #707070;
	padding-top: 5px;
	font-size: 16px;
}

.a-boxes-1-1 .col-box {
	width: 25%;
}

.a-boxes-1-1 .a-box-1 {
	width: 100%;
}

.a-boxes-1-1 .txt-2 {
	padding: 18px 15px;
}

.a-box-2 {
	background: #006656;
	color: #fff;
	max-width: 100%;
	width: 776px;
	padding: 8px 13px;
	margin-bottom: 30px;
}

.a-boxes-1-1 {
	margin-bottom: 30px;
}

.x-boxes-2-1 .x-box-2 {
	border-radius: 0;
}

.x-boxes-2-1 .x-box-2 .txt-1 {
	width: 100%;
	padding-top: 0;
}

.a-box-3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 45px;
	color: #176C5D;
	margin-top: -5px;
	font-size: 18px;
}

.a-box-4 {
	margin-top: 33px;
}

.a-box-4 a {
	color: #176C5D;	
}

.a-box-4 a:hover {
	color: #176C5D;
	opacity: 0.9;
}

@media (max-width: 1199px) {
	.a-boxes-1-1 .a-box-1 .txt-2 {
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	.a-boxes-1 .a-box-1 {
		width: 100%;
	}
	.a-boxes-1 .col-box {
		width: 25%;
	}
}

@media (max-width: 767px) {
	.a-boxes-1 .col-box {
		width: 100%;
	}
	.a-boxes-1 .row-box {
		flex-wrap: wrap;
	}
	.a-box-1 img {
		width: 100%;
	}
	.a-box-1 .txt-2 {
		min-height: 1px;
	}
	.a-box-1 {
		margin-bottom: 30px;
	}
	.a-boxes-1 {
		margin-bottom: -30px;
	}
	.a-boxes-1 .txt-2 {
		 padding: 18px 15px;
	}
	.a-boxes-1-1 {
		margin-bottom: 0px;
	}
}

/* *** 03.02 *** */

.kotwica {
	position: absolute;
	top: -120px;
	left: 0;
	width:100%;
	height: 1px;
}

.x-box-2 {
	position: relative;
}

.aa-content-box-1 {
	margin-bottom: 10px;
	text-align: center;
	border: 6px solid #006656;
	background: #006656;
}

.aa-content-box-1 .txt-1 {
	color: #006656;
	font-size: 18px;
	font-weight: 500;
	background: #fff;
	padding: 15px 15px;
}

.aa-content-box-1 .txt-2 {
	font-size: 16px;
	text-align: left;
	padding: 15px 0 10px 0;
	color: #fff;
}

/* *** 8.02 *** */

.cc-content-1 {
	padding-left: 30px;
}

.cc-content-2 {
	display: flex;
}

.cc-box-2 {
	display: flex;
}

.cc-box-1 {
	background: #76D750;
	border-radius: 13px;
	width: 399px;
	height: 49px;
	display: flex;
	font-size: 16px;
	align-items: center;
	padding: 0 15px;
	padding-top: 2px;
	font-weight: 600;
}

.cc-content-2 {
	align-items: center;
	margin-bottom: 8px;
}

.cc-box-2 {
	font-size: 16px;
	align-items: center;
	font-weight: 600;
}

.cc-content-2-2 .cc-box-1 {
	background: #F37022;
	color: #fff;
}

.cc-day, .cc-hours {
	margin-left: 14px;
	margin-right: 7px;
	font-size: 26px;
	font-weight: 600;
	padding: 0 5px;
	position: relative;
	height: 46px;
	line-height: 46px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 13px;	
}

.cc-hours:after {
	width: 10px;
	height: 5px;
	border-radius: 3px 3px 0 0;
	background: #76D750;
	position: absolute;
	top: -5px;
	right: 12px;
	content: "";
}

.cc-content-2-2 .cc-hours:after, .cc-content-2-2 .cc-hours:before {
	background: #F37022;
}

.cc-hours:before {
	width: 10px;
	height: 5px;
	border-radius: 3px 3px 0 0;
	background: #76D750;
	position: absolute;
	top: -5px;
	right: 27px;
	content: "";
}

.cc-day {
	width: 47px;
	text-align: center;
}

.cc-hours span {
	color: #76D750;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	margin-top: -2px;
}

.cc-content-2-2 .cc-hours span {
	color: #F37022;
}

.cc-day {
	padding-top: 3px;
	font-size: 20px;
}

.cc-day span {
	display: block;
}

.cc-content-2-2 .cc-day span:after {
	background: #F37022;
}

.cc-day span:after {
	width: 100%;
	top: 0;
	left: 0;
	height: 13px;
	background: #76D750;
	border-radius: 13px 13px 0 0;
	content: "";
	display: block;
	position: absolute;
}

.cc-day:after {
	width: 4px;
	height: 9px;
	border: 1px solid #707070;
	border-radius: 4px;
	background: #fff;
	display: block;
	content: "";
	position: absolute;
	top: -2px;
	left: 11px;
}

.cc-day:before {
	width: 4px;
	height: 9px;
	border: 1px solid #707070;
	border-radius: 4px;
	background: #fff;
	display: block;
	content: "";
	position: absolute;
	top: -2px;
	z-index: 1;
	right: 11px;
}

.cc-box-2 .cc-txt {
	padding-top: 10px;
}

@media (max-width: 992px) {
	.cc-title-box .float-left {
		display: block;
	}
	.cc-content-1 {
		padding: 20px 0 0 0;
	}
}

@media (max-width: 767px) {
	.cc-content-2 {
		display: block;
	}
	.cc-box-1 {
		width: 100%;
		text-align: center;
	}
	.cc-content-1 {
		text-align: center;
		padding: 18px 0 20px 0;
	}
	.cc-box-1 {
		justify-content: center;
		line-height: 1.2;
		padding-top: 0;
	}
	.cc-box-2 {
		justify-content: center;
		padding: 10px 0 20px 0;
	}
}

/* *** 13.02 *** */
.sort-arr {
	color: var(--green);
	font-weight: bold;
}

/* *** PRZELEWY *** */

.s-color-gray {
	color: #707070;
}

.s-color-green {
	color: #006656;
}

.s-font-22 {
	font-size: 22px;
}

.s-content-box-1 {
	width: 491px;
	max-width: 100%;
	color: #707070;
	margin: 0 auto;
	margin-bottom: 50px;
}

.s-content-box-1 .txt-1 {
	padding: 17px 0 15px 0;
	font-weight: bold;
	font-size: 18px;
}

.s-content-box-1 .txt-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.s-content-box-1 .quantity {
	color: #707070;
	font-size: 18px;
}

.s-content-box-1 input {
	border: 1px solid #D2D2D2;
	height: 40px;
	padding: 0 15px;
	width: 102px;
	font-weight: bold;
	margin-right: 5px;
	color: #707070;
	font-size: 18px;
}

.s-btn-1 {
	padding: 0 33px;
	height: 40px;
	background: #006656;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
	line-height: 41px;
	display: inline-block;
}

.s-btn-1:hover {
	opacity: 0.9;
	color: #fff;
}

/* *** ZASADY *** */

.s-boxes-3 .box-3 figure{
	width: 168px;
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EC6707;
}

.s-boxes-3 .box-3 figure {
	margin: 0;
}

.s-boxes-3 .box-3 .txt {
	position: relative;
}

.s-boxes-3 .box-3 .txt span {
	position: absolute;
	top: -9px;
	left: 0;
	color: #F37021;
	opacity: 0.2;
	font-size: 96px;
	font-weight: 900;
	line-height: 1;
}

.s-boxes-3 {
	padding-top: 0;
	position: relative;
}

.s-sign {
	position: absolute;
}

.s-sign-1 {
	top: -40px;
	left: 380px;
}

.s-sign-2 {
	top: -35px;
	left: 880px;
}

.s-sign-3 {
	bottom: 23px;
	left: 80px;
}

.s-sign-4 {
	bottom: 23px;
	left: 585px;
}

.s-content-box-2 {
	position: relative;
	padding: 30px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 30px;
}

.s-content-box-2:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../../img/frontend/zasady2024/09.png') center no-repeat;
	background-size: cover;
	content: "";
	display: block;
}

.s-content-box-2 .container {
	position: relative;
	z-index: 2;
}

.s-content-box-2 .text-1 {
	color: #fff;
	width: 583px;
	max-width: 100%;
}

.s-content-box-2 .text-1 h2 {
	color: #fff;
}

.s-content-box-2 .text-1 span {
	background: #EC6707;
	padding: 0 5px;
}

.s-content-box-2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.s-content-box-2 ul li {
	margin-bottom: 40px;
	padding-left: 15px;
	background: url('../../img/frontend/zasady2024/10.png') left 8px no-repeat; 
}

.s-content-box-2 ul li:last-child {
	margin-bottom: 0;
}

.s-content-box-3 figure {
	margin-bottom: 30px;
	text-align: center;
}

.s-content-box-2, .s-content-box-3, .s-content-box-4 {
	margin-bottom: 50px;
}

.s-table table {
	width: 100%;
	font-size: 14px;
}

.s-table table tr td {
	padding: 10px 0;
	border-bottom: 1px solid #d2d2d2;
}

.s-table table tr:last-child td {
	border-bottom: none;
}

.s-table table tr td:last-child {
	text-align: right;
	padding-left: 15px;
}

.s-table table td img {
	display: inline-block;
	vertical-align: middle;
	margin: -1px 10px 0 0;
}

.s-content-box-4 {
	text-align: center;
	background: #F37021;
	padding: 32px 0;
}

.s-content-box-4 .text-1 {
	color: #fff;
}

.s-content-box-4 .text-1 h2 {
	color: #fff;
}

.s-content-box-4 .btn-1 {
	border: 1px solid #fff;
	box-shadow: 0px 3px 6px #00000029;
}

.s-title {
	font-weight: bold;
	color: #176C5D;
}

.s-txt-box {
	font-weight: bold;
	color: #176C5D;
	padding-top: 15px;
	font-size: 24px;
	line-height: 1.2;
}

.s-content-box-5 {
	display: flex;
	position: relative;
	border: 1px solid #F37021;
	width: 958px;
	margin: 0 auto;
	align-items: center;
	padding: 25px 0;
	margin-bottom: 20px;
}

.s-content-box-5 .txt {
	position: absolute;
	width: 110px;
	top: -12px;
	left: 50%;
	margin-left: -55px;
	text-align: center;
	background: #fff;
}

.s-content-box-5 .col-box {
	width: 50%;
	height: 100%;
	padding: 25px;
	text-align: center;
}

.s-content-box-5 .col-box:last-child {
	border-left: 1px solid #F37021;
}

@media (max-width: 1199px) {
	.s-sign {
		display: none;
	}
	.s-boxes-3 .box-3 {
		width: 175px;
	}
	.s-content-box-5 {
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.s-boxes-3 .row-box {
		justify-content: center;
	}
	.s-txt-box {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.s-boxes-3 .box-3 {
		margin: 0 auto;
		height: 190px;
	}
	.boxes-3 {
		padding-bottom: 0;
	}
}