/* *** 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 .container-2 {
    max-width: 1047px;
  }

  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: 106px;
  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;
  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 {
  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;
  transition: 0.15s linear;
  width: 100%;
}

.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;
  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 rgba(0, 0, 0, 0.5);
}

.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: 0.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 rgba(243, 112, 33, 0.36);
  transform: scale(1.05);
  opacity: 0.85;
}

.box-1 img {
  border-radius: 50%;
  border: 6px solid var(--orange);
}

.title h2,
.title h1 {
  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;
  color: #006656;
  box-shadow: 0 0 3px #ccc;
}

.btn-1:hover {
  color: #5c5c5c;
  background: #eaeaea;
}

/* *** ZASADY *** */
.main-content {
  padding: 50px 0;
  min-height: calc(100vh - 328px);
}

.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;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.box-5 img {
  width: 100%;
}

.box-5 .txt {
  /*position: absolute;*/
  top: 0;
  left: 0;
  color: #fff;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
  margin: 20px;
  background: var(--green);
}

.box-5:hover {
  transform: scale(1.05);
}

.input-box {
  margin-bottom: 25px;
}

.label-box label {
  padding: 5px 0;
  font-size: 12px;
  line-height: 16px;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.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: 20px;
}

.form-title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
}

.input-box-1 input,
.input-box-1 textarea,
.select select {
  background: #fff;
  width: 100%;
  border: 1px solid #ddd;
  color: #000;
  height: 40px;
  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;
  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;
}

/* *** 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: 60px;
}

.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;
  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: 85px;
  overflow: hidden;
  line-height: 1.2;
  font-size: 16px;
}

.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 rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  min-height: 220px;
}

.z-box-1 .description {
  padding: 12px 0;
}

.z-box-1 .txt-1 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.z-box-1 .name {
  font-size: 16px;
  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-boxes-1 .row {
  margin: 0 -10px;
}

.z-boxes-1 .row>div {
  padding: 0 10px;
}

.z-box-1 {
  margin-bottom: 20px;
}

.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: 71%;
  padding-right: 15px;
}

.z-sidebar {
  width: 29%;
  position: relative;
  padding-top: 8px;
  padding-left: 15px;
}

.z-sidebar .btn-basket {
  position: absolute;
  top: 0;
  right: 0;
}

.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: 0.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 .txt {
  font-size: 14px;
  padding: 5px 12px 3px 12px;
  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;
}

/* *** 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 .container {
  display: flex;
  align-items: center;
}

.content-box-2 .container figure {
  flex-shrink: 0;
  margin-right: 68px;
}

.content-box-2 .container .title {
  margin: 0;
}

.content-box-2 .container .title h2 {
  color: #006656;
  margin-bottom: 20px;
}

.content-box-2 .container .description {
  width: 362px;
  max-width: 100%;
}

.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 rgba(0, 0, 0, 0.1607843137);
  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;
  }
}

/* *** 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 rgba(0, 0, 0, 0.1607843137);
}

.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;
  }
}

.c-content-box-1 {
  padding: 10px 0;
  background: #FF5800;
}

.c-content-box-1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-content-box-1 .title {
  margin: 0;
  padding-top: 1px;
}

.c-content-box-1 .title h2 {
  margin: 0;
  color: #fff;
}

.c-btn-1 {
  height: 40px;
  line-height: 42px;
  background: #fff;
  color: #F26E20;
  font-size: 16px;
  padding: 0 20px;
  min-width: 168px;
  display: inline-block;
  text-align: center;
}

.c-btn-1:hover {
  opacity: 0.9;
  color: #F26E20;
}

.c-btn-1-orange {
  background: #FF5800;
  color: #fff;
}

.c-btn-1-orange:hover {
  color: #fff;
  opacity: 0.9;
}

.c-title {
  margin: 60px 0 16px 0;
  background: #FF5800;
  padding: 15px 0;
}

.c-title h1 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}

.c-content-box-2 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.c-content-box-2 figure {
  flex-shrink: 0;
  margin-left: 50px;
  margin-top: -106px;
}

.c-content-box-2 .c-box {
  margin-top: 34px;
  position: relative;
}

.c-content-box-2 .c-box .number {
  color: #F26E20;
  opacity: 0.2;
  font-size: 56px;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: -32px;
  left: 0;
}

.c-content-box-3-1 {
  background: #FF5800;
  color: #fff;
  padding: 14px 0 10px;
  text-align: center;
}

.c-content-box-3-1 .txt-1 {
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  padding: 0 10px;
}

.c-content-box-3-1 .txt-2 {
  font-size: 56px;
  line-height: 74px;
  font-weight: bold;
  padding: 10px 0 5px 0;
}

.c-content-box-3-1 .txt-3 a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  background: url("../../img/frontend/icons/img19.png") left center no-repeat;
  padding-left: 15px;
  padding-top: 2px;
}

.c-content-box-3-1 .txt-3 a:hover {
  opacity: 0.9;
  color: #fff;
}

.c-table .no-active {
  opacity: 0.2;
}

.c-table {
  margin-top: 30px;
}

.c-table table {
  width: 100%;
}

.c-table table tr td {
  padding: 10px 10px;
}

.c-table table tr th {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 10px;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #006656;
}

.c-table table tr:nth-child(even) td {
  background: rgba(0, 102, 86, 0.05);
}

.figure-border-1 {
  position: relative;
}

.figure-border-1 img {
  display: block;
}

.figure-border-1:after {
  width: 10px;
  height: 100%;
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  background: #006656;
}

.figure-border-1:before {
  width: 100%;
  height: 10px;
  content: "";
  position: absolute;
  right: 10px;
  left: -10px;
  bottom: -10px;
  background: #006656;
}

.title-margin-bottom-1 {
  margin-bottom: 30px;
}

.c-content-box-6 {
  background: #F2F5F7;
}

.c-content-box-6 .c-content-box-6-1 {
  display: flex;
  align-items: flex-start;
}

.c-content-box-6 .c-content-box-6-1 figure {
  margin-top: -30px;
  margin-left: 100px;
  flex-shrink: 0;
}

.c-content-box-6 .c-content-box-6-1 .description {
  padding: 35px 0;
}

.c-content-box-6 .c-content-box-6-1 .description .txt {
  font-weight: bold;
}

.c-content-box-6 .c-content-box-6-1 .description .txt-1 {
  font-weight: bold;
  font-style: italic;
}

.c-content-box-6 .c-boxes-1 {
  border-bottom: 1px solid #006656;
  margin: 10px 0;
}

.c-content-box-6 .c-boxes-1 .c-box-1 {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  border-top: 1px solid #006656;
}

.c-content-box-7 {
  color: #fff;
  background: #006656 url("../../img/frontend/files/10.png") center no-repeat;
}

.c-content-box-7 .container .description {
  width: 584px;
  max-width: 100%;
}

.c-content-box-7 .container .description .text p {
  margin-bottom: 20px;
}

.c-content-box-7 .container .description h2 {
  margin-bottom: 20px;
}

.c-content-box-7 .container .description .button-box {
  padding-top: 10px;
}

.c-content-box-7-1 {
  background: #fff;
  color: #000;
}

.c-content-box-7-1 .container {
  align-items: center;
  display: flex;
}

.c-content-box-7-1 .container figure {
  margin-right: 30px;
  flex-wrap: wrap;
}

.c-content-box-7-1 .container .description {
  padding: 40px 0;
  background: url("../../img/frontend/icons/img22.png") right top no-repeat;
}

.c-content-box-7-1 .container .description .text {
  width: 460px;
  max-width: 100%;
}

.c-content-box-8 {
  text-align: center;
}

.c-content-box-8 span {
  color: #FF5800;
}

.c-boxes-3 {
  background: url("../../img/frontend/02.png") center no-repeat;
  height: 413px;
  padding: 0 27px;
}

.c-boxes-3 .row-box {
  display: flex;
  margin: 0 -20px;
}

.c-boxes-3 .row-box .col-box {
  padding: 0 20px;
  text-align: center;
  width: 20%;
}

.c-boxes-3 .row-box .col-box .c-box-3 {
  padding: 0 15px;
  margin-top: 26px;
}

.c-boxes-3 .row-box .col-box .c-box-3 figure {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-boxes-3 .row-box .col-box .c-box-3 .txt {
  line-height: 1.4;
}

.c-boxes-3 .row-box .col-box .c-box-3-1 {
  border-radius: 39px;
  height: 239px;
  background: #ffeee5;
}

.c-boxes-3 .row-box .col-box .c-box-3-1-1 {
  margin-top: 97px;
}

.c-boxes-3 .row-box .col-box .c-box-3-2 {
  margin-top: 190px;
}

.c-boxes-3 .row-box .col-box .c-box-3-3 {
  margin-top: 210px;
}

.c-content-box-2 .description {
  width: 100%;
}

.c-form-box-1 {
  width: 100%;
  padding-top: 10px;
}

.c-btn-1-orange {
  border: none;
}

.c-form-box-1 .button-box-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

.c-form-box-1 .button-box-1 a {
  color: #FF5800;
}

.c-form-box-1 .button-box-1 a:hover {
  color: #FF5800;
  opacity: 0.85;
}

.c-form-box-1 .button-box-2 a {
  width: 100%;
}

.min-height-100 {
  min-height: calc(100vh - 523px);
}

.c-boxes-4 {
  width: 461px;
  max-width: 100%;
  border-bottom: 1px solid #006656;
  padding-top: 10px;
}

.c-boxes-4 .c-box-4 {
  border-top: 1px solid #006656;
}

.c-boxes-4 .c-box-4 a {
  padding: 40px 0;
  font-weight: bold;
  color: #000000;
  display: block;
  background: url("../../img/frontend/icons/img28.png") calc(100% - 30px) center no-repeat;
}

.c-boxes-4 .c-box-4 a:hover {
  color: #006656;
}

.c-title-1 {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.c-form-box-2 .input-box-1 {
  margin-bottom: 30px;
}

.c-form-box-2 .row {
  margin: 0 -8px;
}

.c-form-box-2 .row>div {
  padding: 0 8px;
}

.input-box-1 select {
  background: #fff;
  width: 100%;
  border: 1px solid #ddd;
  color: #000;
  height: 40px;
  padding: 7px 10px 6px 10px !important;
  background: url("../../img/frontend/icons/img29.png") calc(100% - 15px) center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.c-checkbox-content .c-checkbox-box {
  margin-bottom: 15px;
}

.c-checkbox-content .c-checkbox-box label {
  position: relative;
}

.c-checkbox-content .c-checkbox-box label input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.c-checkbox-content .c-checkbox-box label span {
  display: block;
  padding-left: 27px;
}

.c-checkbox-content .c-checkbox-box label span:after {
  width: 17px;
  height: 17px;
  border: 1px solid #7F7F7F;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}

.c-checkbox-content .c-checkbox-box .txt-1 {
  padding-left: 27px;
}

.c-checkbox-content .c-checkbox-box .txt-2 {
  padding: 20px 0 30px 0;
  font-size: 9px;
  line-height: 13px;
  padding-left: 27px;
}

.c-checkbox-content .c-checkbox-box .txt-2 a {
  color: #000;
  text-decoration: none;
}

.c-checkbox-content .c-checkbox-box label :checked+span:after {
  border-color: #006656;
}

.c-checkbox-content .c-checkbox-box label :checked+span:before {
  border: 1px solid #006656;
  position: absolute;
  width: 13px;
  height: 13px;
  background: #006656;
  content: "";
  display: block;
  top: 0;
  left: 0;
  border-radius: 50%;
  margin: 4px 2px;
}

.c-box .i-tooltip {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin: -13px 0 5px 0;
}

.c-boxes-5 .row {
  margin: 0 -18px;
}

.c-boxes-5 .row>div {
  padding: 0 18px;
}

.c-boxes-5 .row>div .c-box-5 {
  background: #F5F5F5;
  padding: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-boxes-5 .row>div .c-box-5 .txt-1 {
  font-size: 14px;
}

.c-boxes-5 .row>div .c-box-5 .txt-2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
}

.c-btn-1-1 {
  border: 1px solid #FF5800;
  background: none;
  line-height: 40px;
}

.c-table .txt-1 {
  font-size: 12px;
  line-height: 1.3;
}

.c-table .txt-1 span {
  display: block;
  font-size: 10px;
}

.c-content-box-11 {
  background: #F5F5F5;
  padding: 8px 20px 6px 20px;
  margin-top: -10px;
}

.c-content-box-11 .row-box {
  margin: 0 -10px;
  display: flex;
  justify-content: space-between;
}

.c-content-box-11 .row-box .col-box {
  padding: 0 10px;
}

.c-content-box-11 .row-box .col-box:last-child {
  text-align: right;
}

.c-content-box-11 .row-box .col-box .txt-1 {
  font-size: 12px;
}

.c-content-box-11 .row-box .col-box .txt-2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
}

.c-content-box-12 {
  background: rgba(255, 88, 0, 0.1019607843);
  text-align: center;
}

.c-content-box-12 .text {
  width: 610px;
  margin: 0 auto;
  max-width: 100%;
}

.c-content-box-12 .text p:last-child {
  margin-bottom: 0;
}

.c-content-box-13 {
  background: #FF5800;
}

.c-content-box-13 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
}

.c-content-box-13-1 {
  margin: 0 -85px;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 170px);
}

.sidebar .title-2 h2 {
  font-size: 20px;
}

.boxes-5-1 .box-5 .txt {
  background: #fff;
  color: #000;
}

.c-content-box-3-1-3 {
  border-radius: 20px;
  margin-bottom: 10px;
  text-align: left;
  padding: 10px 15px;
}

.c-content-box-3-1-3 .txt-1 {
  padding: 0;
}

.c-content-box-3-1-3 .txt-2 {
  font-size: 46px;
  padding: 3px 0 0 0;
}

.c-content-box-3-1-3 .txt-3 {
  display: flex;
  justify-content: space-between;
}

.c-content-box-3-1-3 .txt-3 .c-link-1 {
  padding: 0;
  background: none;
  text-decoration: underline;
}

.c-form-password {
  width: 504px;
  max-width: 100%;
  padding-top: 50px;
}

.c-form-password .button-box-1 {
  padding-top: 10px;
}

.c-form-password .form-title {
  margin-bottom: 14px;
}

.c-menu-1 ul li {
  margin-bottom: 22px;
}

.c-menu-1 ul li a {
  color: #000;
  border: none;
}
.variant-box {
    width:100px;
}

.margin-top-1 {
  margin-top: 30px;
}

.orange-text {
  color: #FF5800;
}

.orange-box {
  padding: 5px 15px;
  background-color: #FF5800;
  color: #fff
}

/* *** 11.2025 *** */
@font-face{
  font-family:Oxanium-Regular;src:url("./fonts/Oxanium-Regular.ttf");
}

.ss-content-box-1 h2 {
  color: #006656;
  text-transform: uppercase;
  font-size: 31px;
}
.ss-content-box-1 h2 a {
  color: #006656;
}

.ss-content-box-1-1 figure {
  margin-left: 68px;
  margin-right: 0;
  position: relative;
}
.ss-content-box-1-1 figure:after {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: -1;
  background: #006656;
}

.ss-content-box-1 {
  padding: 0 0 100px 0;
}
.ss-content-box-1 .container {
  display: flex;
  justify-content: center;
}
.ss-content-box-1 .container figure {
  margin: 0 140px 0 0;
}

.ss-content-box-1-1 .container figure {
  margin: 0 0 0 140px;
}

.content-box-1 + .ss-content-box-1 {
  padding-top: 100px;
}

.ss-content-box-1 h2, .ss-content-box-2 h2 {
  font-family: "Oxanium-Regular";
  font-size: 40px;
  line-height: 1;
}

.ss-content-box-1 h2 {
  margin-bottom: 22px !important;
}

.content-box-1 {
  position: relative;
}

.ss-graph-1 {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -850px;
}

@media (max-width: 992px) {
  .ss-content-box-1 {
    padding-bottom: 50px;
  }
  .content-box-1 + .ss-content-box-1 {
    padding-top: 50px;
  }
  .ss-content-box-1 .container figure {
    margin-right: 50px;
    margin-left: 0px;
  }
  .ss-content-box-1-1 .container figure {
    margin-right: 0 !important;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .ss-content-box-1 h2, .ss-content-box-2 h2 {
    font-size: 30px !important;
  }
  .ss-graph-1 {
    display: none;
  }
  .content-box-1 + .ss-content-box-1 {
    padding-top: 30px !important;
  }
  .ss-content-box-1 {
    padding-top: 0 !important;
  }
  .ss-content-box-1-1 .container figure {
    margin-bottom: 0 !important;
  }
  .ss-content-box-1-1 figure:after {
    display: none;
  }
}
.ss-content-box-3 p {
  margin-bottom: 20px;
}
.ss-content-box-3 h2 {
  font-family: "Oxanium-Regular";
  font-size: 40px;
  line-height: 1;
  color: #006656;
}
.ss-content-box-3 h2 span {
  color: #000;
}

.ss-content-box-4 {
  background: url("../../img/frontend/2025/10.png") center no-repeat;
  background-size: cover;
  padding: 32px 0 40px 0;
}
.ss-content-box-4 .description {
  width: 550px;
}
.ss-content-box-4 .description .txt-2 {
  padding: 20px 0 0 40px;
}
.ss-content-box-4 .description .txt-1 {
  background: #006656;
  color: #fff;
  padding: 7px 10px 5px 10px;
}
.ss-content-box-4 .description p {
  margin-bottom: 15px;
}
.ss-content-box-4 .description p:last-child {
  margin-bottom: 0;
}
.ss-content-box-4 .description p a {
  font-style: italic;
  color: #006656;
  text-decoration: underline;
}
.ss-content-box-4 .description p a:hover {
  text-decoration: none;
}

.ss-title {
  margin-bottom: 30px;
}
.ss-title h2 {
  text-transform: uppercase;
  margin: 0;
  font-family: "Oxanium-Regular";
  font-size: 40px;
  line-height: 1;
}
.ss-title h2 span {
  color: #006656;
}

.ss-content-box-5 .figure-border-1:before, .ss-content-box-5 .figure-border-1:after {
  background: #FF5800;
}

.ss-content-box-5 .txt-2 {
  padding-left: 10px;
}

.ss-content-box-5 .txt-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.color-orange {
  color: #F36F21 !important;
}

.ss-content-box-5-1 {
  background: #fff;
}

.ss-content-box-5-1 figure {
  margin: 0 50px 0 0 !important;
}

.ss-content-box-5-1 {
  margin-bottom: 90px;
}
.ss-content-box-5-1 .figure-border-1 {
  position: relative;
}
.ss-content-box-5-1 .figure-border-1 .icon {
  position: absolute;
  bottom: -40px;
  right: -30px;
}
.ss-content-box-5-1 .description {
  padding: 0 !important;
}
.ss-content-box-5-1 .txt-3 {
  padding-left: 20px;
  margin-top: -10px;
}
.ss-content-box-5-1 .txt-3 p {
  margin: 0 0 15px 0;
}
.ss-content-box-5-1 .txt-3 p:last-child {
  margin-bottom: 0;
}

.ss-content-box-5-2 .c-content-box-6-1 {
  justify-content: space-between;
}

.ss-content-box-6 {
  padding: 40px 0 0 0;
}
.ss-content-box-6 .txt {
  margin: -10px 0 25px 0;
}

.ss-content-box-7 {
  font-size: 26px;
  margin-top: -30px;
  font-weight: normal;
  padding-bottom: 37px;
}
.ss-content-box-7 span {
  font-family: "Oxanium-Regular";
  display: block;
  font-size: 55px;
  font-weight: bold;
}
.ss-content-box-7 h2 {
  font-weight: normal;
}

@media (max-width: 767px) {
  .ss-content-box-3 h2, .ss-title h2 {
    font-size: 30px !important;
  }
  .ss-content-box-4 .description {
    width: 100%;
  }
  .ss-content-box-4 .description .txt-2 {
    padding-left: 0;
  }
  .ss-content-box-5-1 .figure-border-1 .icon {
    display: none;
  }
  .ss-content-box-5-1 .description {
    padding-top: 35px !important;
  }
  .ss-content-box-5-1 .txt-3 {
    padding-left: 0;
  }
  .ss-content-box-5-1 {
    margin-bottom: 40px;
  }
  .ss-content-box-7 span {
    font-size: 30px;
    padding-top: 30px;
  }
}
.title-1 {
  margin-bottom: 30px;
}
.title-1 h1 {
  text-transform: uppercase;
  margin: 0;
  font-family: "Oxanium-Regular";
  font-size: 40px;
  line-height: 1;
}
.title-1 h1 span {
  color: #006656;
}

.c-content-box-3-1-3 .txt-1 {
  font-family: "Oxanium-Regular";
  font-size: 22px;
  margin-top: -8px;
  padding-right: 100px;
}

.z-box-1 .txt-1 span {
  display: block;
  padding-top: 12px;
}

.z-box-1 .name {
  position: relative;
}

.z-box-1 .date {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 12px;
}

.ss-content-box-8 {
  display: flex;
  justify-content: space-between;
}
.ss-content-box-8 figure {
  margin-left: 10px;
}
.ss-content-box-8 .t-1 {
  font-weight: bold;
  font-size: 14px;
}
.ss-content-box-8 .t-2 {
  margin-top: 7px;
  padding-left: 25px;
  background: url("../../img/frontend//2025/15.png") left center no-repeat;
}
.ss-content-box-8 .button-box {
  padding-top: 10px;
}

.btn-2 {
  width: 199px;
  height: 30px;
  background: #FF5800;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.btn-2:hover {
  opacity: 0.9;
  color: #fff;
}

@media (max-width: 767px) {
  .title-1 h1 {
    font-size: 30px !important;
  }
  .z-box-1 .date {
    position: relative;
    top: 0;
    right: auto;
  }
  .c-content-box-3-1-3 .txt-1 {
    padding-right: 0;
  }
}
.c-content-box-2 .title {
  margin-bottom: 22px;
}

.ss-form-box .input-box-1 {
  margin-bottom: 20px;
}
.ss-form-box .input-box-1 textarea {
  height: 229px;
}
.ss-form-box .button-box {
  display: flex;
  justify-content: flex-end;
}
.ss-form-box .button-box .c-btn-1-1 {
  color: #000;
  margin-right: 20px;
}

.ss-content-box-9 {
  padding-left: 45px;
}
.ss-content-box-9 .t-1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ss-content-box-9 .t-2 {
  color: #006656;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}
.ss-content-box-9 .t-2 a {
  color: #006656;
}

@media (max-width: 992px) {
  .ss-content-box-9 {
    padding-left: 0;
  }
  .ss-content-box-9 .t-2 {
    font-size: 22px;
  }
  .ss-form-box .button-box .c-btn-1 {
    width: auto;
    min-width: 1px;
  }
}
@media (max-width: 767px) {
  .ss-content-box-9 {
    padding-top: 30px;
  }
  .ss-content-box-9 .t-2 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.ss-title-box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ss-title-box .container .ss-title-txt {
  text-align: right;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin: -8px 0;
}

.z-boxes-5 {
  margin-bottom: -15px;
}

.z-boxes-5 .box-5 .txt {
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  font-size: 16px;
  min-width: 206px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 1px;
}

@media (max-width: 992px) {
  .ss-title-box {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .ss-title-box .container .ss-title-txt {
    font-size: 14px;
    line-height: 1.2;
    margin-left: 10px;
  }
}
.ss-content-box-10 .title {
  padding: 5px 0;
  margin: -20px 0 5px 0;
  color: #006656;
}
.ss-content-box-10 .title h2 {
  font-size: 70px;
}
.ss-content-box-10 .btn-2 {
  height: 40px;
  min-width: 258px;
  line-height: 42px;
  font-size: 16px;
}

.ss-content-box-11 {
  margin: 168px 0 145px 0;
  background: #006656;
}
.ss-content-box-11 .container {
  display: flex;
  color: #fff;
  align-items: center;
}
.ss-content-box-11 .container figure {
  flex-shrink: 0;
  margin-bottom: -95px;
  margin-left: -65px;
  margin-top: -80px;
}
.ss-content-box-11 .container .ss-title {
  margin-bottom: 20px;
}
.ss-content-box-11 .container .description {
  padding-right: 100px;
}

.ss-content-box-12 {
  background: #FAFAFA;
}
.ss-content-box-12 .container {
  display: flex;
  justify-content: space-between;
}
.ss-content-box-12 .container .image {
  width: 322px;
}
.ss-content-box-12 .container .image .txt-1 {
  font-size: 12px;
  text-align: right;
  padding: 20px 0 45px 0;
}
.ss-content-box-12 .container .description {
  padding: 35px 0 45px 0;
  padding-right: 20px;
}
.ss-content-box-12 .container .description .ss-title h2 {
  color: #006656;
  text-transform: none;
}
.ss-content-box-12 .container .description .txt {
  padding-left: 20px;
}
.ss-content-box-12 .container .description .txt strong {
  color: #006656;
}

.ss-content-box-13 {
  padding: 35px 0 50px 0;
  text-align: center;
  background: rgba(255, 88, 0, 0.05);
}
.ss-content-box-13 .ss-title {
  margin-bottom: 15px;
}
.ss-content-box-13 .ss-title h2 {
  text-transform: none;
}
.ss-content-box-13 .txt-1 {
  font-size: 16px;
  margin-bottom: 18px;
}
.ss-content-box-13 .ss-form-1 {
  width: 530px;
  margin: 0 auto;
  max-width: 100%;
}
.ss-content-box-13 .ss-box {
  position: relative;
  border: 1px dashed rgb(255, 88, 0);
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background: #fff;
}
.ss-content-box-13 .ss-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.ss-content-box-13 .ss-box .t-1 {
  font-size: 8px;
  padding-top: 60px;
  background: url("../../img/frontend/2025/24.png") center top no-repeat;
}
.ss-content-box-13 .ss-box .t-1 strong {
  font-size: 12px;
}
.ss-content-box-13 .t-2 {
  margin-top: 11px;
  text-align: left;
  font-size: 9px;
  line-height: 12px;
  padding-right: 20px;
  position: relative;
  border-bottom: 1px solid rgb(212, 212, 212);
  padding-bottom: 3.5px;
}
.ss-content-box-13 .ss-remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 9px;
  display: block;
  content: "";
  background: url("../../img/frontend/2025/25.png") center no-repeat;
}
.ss-content-box-13 .ss-remove:hover {
  opacity: 0.85;
}
.ss-content-box-13 .button-box {
  margin-top: 23px;
}
.ss-content-box-13 .button-box .btn-2 {
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 16px;
  border: none;
}

@media (max-width: 992px) {
  .ss-content-box-11 {
    margin: 50px 0 45px 0;
    padding: 40px 0 45px 0;
  }
  .ss-content-box-11 .container figure {
    margin: 0;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .ss-content-box-10 .title h2 {
    font-size: 40px !important;
  }
  .ss-content-box-11 .container {
    display: block;
  }
  .ss-content-box-11 .container figure {
    width: 100%;
  }
  .ss-content-box-11 .container .description {
    width: 100%;
    padding-right: 0;
  }
  .ss-content-box-11 {
    padding-bottom: 40px;
  }
  .ss-content-box-12 .container {
    display: block;
  }
  .ss-content-box-11 {
    margin-bottom: 0;
  }
  .ss-content-box-12 .container .description .txt {
    padding-left: 0;
  }
  .ss-content-box-12 .container .description .txt p:last-child {
    margin-bottom: 0;
  }
  .ss-content-box-12 .container .image {
    width: 100%;
    text-align: center;
  }
  .ss-content-box-12 .container .image .txt-1 {
    text-align: center;
  }
  .ss-content-box-12 .container .description {
    padding-bottom: 40px;
  }
}
.ss-content-box-14 {
  margin-top: -50px;
  margin-bottom: 80px;
}
.ss-content-box-14 .title {
  text-align: center;
}
.ss-content-box-14 .title h2 {
  text-transform: none;
}

.ss-boxes-1 {
  background: url("../../img/frontend/2025/26.png") center top repeat-y;
}
.ss-boxes-1 .ss-box-1 {
  display: flex;
  margin-bottom: 25px;
}
.ss-boxes-1 .ss-box-1:last-child {
  margin-bottom: 0;
}
.ss-boxes-1 .ss-box-1 .col-box {
  padding: 0 30px;
  width: 50%;
}
.ss-boxes-1 .ss-box-1 .col-box .ss-box-1-1 {
  text-align: right;
}
.ss-boxes-1 .ss-box-1 .col-box .ss-box-1-1 .t-1 {
  font-size: 12px;
  line-height: 18px;
  padding: 0 11px;
  background: rgb(212, 212, 212);
  color: rgb(0, 0, 0);
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 9px;
}
.ss-boxes-1 .ss-box-1 .col-box .ss-box-1-1 .t-1-1 {
  border: 1px solid rgb(255, 88, 0);
  background: none;
  color: rgba(0, 0, 0, 0.5);
}
.ss-boxes-1 .ss-box-1 .col-box .ss-box-1-1 .t-2 {
  font-size: 16px;
  line-height: 24px;
}
.ss-boxes-1 .ss-box-1 .col-box .ss-box-1-1 .t-1-2 {
  background: rgb(255, 88, 0);
  color: #fff;
}
.ss-boxes-1 .ss-box-1 .col-box .ss-box-1-1 .button-box {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.ss-boxes-1 .ss-box-1 .col-box .ss-box-1-1 .button-box .ss-btn-1 {
  margin-left: 20px;
}
.ss-boxes-1 .ss-box-1 .col-box .ss-box-1-2 {
  text-align: left;
}
.ss-boxes-1 .ss-box-1 .col-box .ss-box-1-2 .button-box {
  justify-content: flex-start;
}
.ss-boxes-1 .ss-box-1 .col-box .ss-box-1-2 .button-box .ss-btn-1 {
  margin-left: 0;
  margin-right: 20px;
}

.ss-btn-1 {
  color: rgb(0, 0, 0);
  font-size: 16px;
  min-width: 166px;
  text-align: center;
  line-height: 39px;
  height: 40px;
  border: 1px solid rgb(212, 212, 212);
  padding: 0 25px;
  background: rgb(212, 212, 212);
}
.ss-btn-1:hover {
  opacity: 0.9;
  color: rgb(0, 0, 0);
}

.ss-btn-1-1 {
  border-color: rgb(255, 88, 0);
  background: transparent;
}

.ss-btn-1-2 {
  background: rgb(255, 88, 0);
  border-color: rgb(255, 88, 0);
  color: #fff;
}
.ss-btn-1-2:hover {
  color: #fff;
}

.ss-boxes-2 {
  background: rgb(241, 241, 241);
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.ss-boxes-2 .ss-box-2 {
  border: 1px solid rgb(112, 112, 112);
  background: #fff;
  max-width: 50px;
}
.ss-boxes-2 .ss-box-2-1 {
  border: 1px solid rgb(112, 112, 112);
  background: #fff;
  max-width: 50px;
}
.ss-boxes-2 .ss-box-2, .ss-boxes-2 .ss-box-2-1 {
  margin-left: 20px;
}
.ss-boxes-2 .ss-box-2:first-child, .ss-boxes-2 .ss-box-2-1:first-child {
  margin-left: 0;
}

@media (max-width: 992px) {
  .ss-content-box-14 {
    margin-top: 45px;
  }
  .ss-boxes-1 .ss-box-1 .col-box .ss-box-1-1 .button-box {
    flex-direction: column;
  }
  .ss-boxes-1 .ss-box-1 .col-box .ss-box-1-1 .button-box .ss-btn-1:nth-child(2) {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .ss-boxes-1 {
    background: none;
    display: block;
  }
  .ss-boxes-1 .ss-box-1 {
    display: block;
  }
  .ss-boxes-1 .ss-box-1 .col-box {
    width: 100%;
  }
  .ss-content-box-14 {
    margin-top: 40px;
  }
  .ss-content-box-14 {
    margin-bottom: 40px;
  }
  .ss-boxes-1 .ss-box-1 .col-box .ss-box-1-1 {
    text-align: center;
  }
  .ss-boxes-1 .ss-box-1 .col-box .ss-box-1-1 .button-box .ss-btn-1 {
    margin: 0;
  }
  .ss-boxes-1 .ss-box-1 .col-box {
    padding: 0;
  }
  .ss-boxes-2 {
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */
