/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1240px;
  }
}
.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: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  background: #fff;
  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, .btn-1, .btn-1 span {
  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 {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
header .h-boxes {
  display: flex;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  right: 20px;
  align-items: center;
}
header .h-boxes .h-box-2 {
  font-size: 14px;
}
header .h-boxes .h-box-2 strong {
  font-weight: 900;
}
header .h-boxes .h-box-2 a {
  color: #000;
}
header .h-boxes .h-box {
  margin-left: 24px;
}
header .h-boxes .h-box a:hover {
  opacity: 0.85;
}
header .h-boxes .user-box {
  width: 45px;
  height: 45px;
  box-shadow: 2px 10px 18px rgba(105, 95, 151, 0.2901960784);
  border-radius: 19px;
  position: relative;
}
header .h-boxes .user-box span {
  position: absolute;
  top: 0;
  border-radius: 50%;
  right: 0;
  margin: -1px -2px;
  border: 2px solid #FFFFFF;
  width: 13px;
  height: 13px;
  background: #6149CD;
}
header .h-boxes .user-box img {
  border-radius: 19px;
}
header .container .logo img {
  display: block;
}
header .header-box .container {
  position: relative;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-menu {
  height: 30px;
  background: url("../../img/frontend/01.png") center no-repeat;
  transform: scaleX(-1) !important;
}
header .main-menu {
  justify-content: flex-end;
  display: flex;
}
header .main-menu a:hover img {
  opacity: 0.9;
}
header .main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}
header .main-menu ul > li {
  margin: 0 0 0 30px;
}
header .main-menu ul > li > a {
  color: #fff;
  display: block;
  height: 30px;
  line-height: 31px;
  font-size: 12px;
  text-align: center;
  position: relative;
}
header .main-menu ul > li > a img {
  margin-top: -2px;
}
header .main-menu ul > li :hover {
  color: #fff;
  font-weight: bold;
}
header .main-menu ul > li.current > a {
  color: #fff;
  font-weight: bold;
}

.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;
}

/* *** BANNER *** */
.banner-box {
  width: 100%;
}

.banner-box img {
  display: block;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.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 .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  padding: 20px 10px;
  color: #fff;
}

.banner a {
  color: #fff;
}

.banner h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.banner a:hover {
  color: blue;
}

.banner .prev-box, .banner .next-box {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  height: 44px;
  z-index: 1000;
}

.banner .prev-box {
  left: 15px;
}

.banner .next-box {
  right: 14px;
}

.banner .bx-prev, .banner .bx-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  text-indent: -9999999px;
}

.banner .bx-prev {
  background: green url("../../img/frontend/sprite.png") -35px 0 no-repeat;
}

.banner .bx-next {
  background: green url("../../img/frontend/sprite.png") -62px 0 no-repeat;
}

.banner .prev-box:hover, .banner .next-box:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.banner .bx-controls {
  width: auto;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  right: 10px;
}

.banner .bx-pager {
  float: left;
  padding: 0;
}

.banner .bx-pager .bx-pager-item {
  float: left;
  margin-right: 10px;
}

.banner .bx-pager .bx-pager-item a {
  float: left;
  text-indent: -99999px;
  display: block;
  width: 15px;
  height: 15px;
  background: blue;
  border-radius: 50%;
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover {
  background: green !important;
}

body, html {
  height: 100%;
}

.banner-full-screen {
  width: 100%;
  height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
  height: 100% !important;
}

.banner-full-screen {
  height: 100%;
}

/* *** 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/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 20px;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-rsp .logo-rsp {
  margin-top: 12px;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  width: 150px;
  max-height: 100%;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #000;
}

.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 10px rgba(255, 255, 255, 0.5);
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #1C4470;
  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;
  float: left;
  width: 100%;
  padding: 15px 20px 14px 20px;
}

.menu-rsp nav a img {
  margin-top: -3px;
}

.menu-rsp nav a:hover {
  background-color: #86C94E;
  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: rgba(255, 255, 255, 0.2);
}

.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;
}

@media only screen and (min-width: 992px) {
  .menu-rsp {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .header-rsp {
    display: block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  body {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
/* *** HOME *** */
footer {
  padding: 52px 0 17px 0;
  background: #262626;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  opacity: 0.85;
}
footer .f-title {
  font-weight: bold;
  margin-bottom: 15px;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
footer .container .f-boxes {
  display: flex;
  margin: 0 -20px;
}
footer .container .f-boxes .f-box {
  padding: 0 20px;
}
footer .col-right {
  display: flex;
}
footer .f-logo {
  margin-left: 94px;
}

.content-box-1 {
  background-size: cover;
  background-position: center center;
  position: relative;
  position: relative;
}
.content-box-1:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C4470;
  opacity: 0.94;
  content: "";
  display: block;
}
.content-box-1 .container {
  display: flex;
  position: relative;
  z-index: 2;
}
.content-box-1 figure {
  margin: 16px 45px -35px 0;
  border-radius: 15px;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.4);
}
.content-box-1 .description {
  padding: 40px 0;
  color: #fff;
}
.content-box-1 .description .txt {
  opacity: 0.7;
  margin-bottom: 30px;
}

.btn-1 {
  padding: 0 27px;
  display: inline-block;
  height: 40px;
  box-shadow: 2px 14px 32px rgba(97, 73, 205, 0.1019607843);
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  line-height: 39px;
  font-size: 12px;
  color: #fff;
}
.btn-1 span {
  background: url("../../img/frontend/icons/03.png") right center no-repeat;
  padding-right: 26px;
}
.btn-1:hover {
  background: #fff;
}
.btn-1:hover span {
  background-image: url("../../img/frontend/icons/03-1.png");
  color: #1C4470;
}

.title {
  background: url("../../img/frontend/icons/04.png") left center no-repeat;
  height: 47px;
  margin-bottom: 10px;
}
.title h2 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 12px 0;
  padding-left: 12px;
  margin: 0;
}

body {
  background: #F7FFFF;
}

header {
  background: #fff;
}

.content-box-2 {
  padding: 37px 0 70px 0;
}
.content-box-2 .container {
  display: flex;
}
.content-box-2 .container .col-left {
  width: 812px;
  padding-right: 16px;
}
.content-box-2 .container .col-right {
  width: calc(100% - 812px);
}

.box-1 {
  display: block;
  box-shadow: 2px 13px 54px rgba(28, 68, 112, 0.0784313725);
  border-radius: 15px;
  background: #fff;
  padding: 0 20px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.box-1 .title {
  margin: 0;
}
.box-1:hover {
  opacity: 0.9;
}

.title-blue {
  background-image: url("../../img/frontend/icons/04-1.png");
}
.title-blue h2 {
  color: #1C4470;
}

.box-2 {
  display: block;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.3882352941);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.box-2 .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.box-2 .description .title {
  margin: 0;
}
.box-2 .button-box {
  padding: 40px 0 55px 0;
}
.box-2 .btn-1-white {
  border-color: #fff;
}

.btn-1-white {
  background: #fff;
  color: #1C4470;
  border: 1px solid #1C4470;
}
.btn-1-white span {
  background: url("../../img/frontend/icons/03-1.png") right center no-repeat;
  padding-right: 26px;
}
.btn-1-white:hover {
  color: #1C4470;
  background: #1C4470;
}
.btn-1-white:hover span {
  background-image: url("../../img/frontend/icons/03.png");
  color: #fff;
}

.title-1 {
  background: url("../../img/frontend/icons/04-2.png") left center no-repeat;
  height: 60px;
  margin-bottom: 34px;
}
.title-1 h2 {
  color: #000000;
  font-weight: 800;
  padding: 14px 0;
  font-size: 29px;
  padding-left: 12px;
  margin: 0;
}
.title-1 h2 span {
  /*background: transparent linear-gradient(270deg, var(--unnamed-color-86c94e) 0%, var(--unnamed-color-86c94e) 10%, #81C95A 20%, #6EC983 30%, #54CAB8 40%, #35CBF5 50%, #33C6F0 60%, #2EB4DF 70%, #2697C2 80%, #1C6F9C 90%, #13436F 100%) 0% 0% no-repeat padding-box;*/
  /*background: transparent linear-gradient(270deg, #86C94E 0%, #86C94E 10%, #81C95A 20%, #6EC983 30%, #54CAB8 40%, #35CBF5 50%, #33C6F0 60%, #2EB4DF 70%, #2697C2 80%, #1C6F9C 90%, #13436F 100%) 0% 0% no-repeat padding-box;*/
  background: transparent linear-gradient(270deg, #13436F 0%, #1C6F9C 10%, #2697C2 20%, #2EB4DF 30%, #33C6F0 40%, #35CBF5 50%, #54CAB8 60%, #6EC983 70%, #81C95A 80%, #86C94E 90%, #86C94E 100%) 0% 0% no-repeat padding-box;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.boxes-3 {
  background: #fff;
  box-shadow: 5px 31px 54px rgba(28, 68, 112, 0.1019607843);
  border-radius: 15px;
  padding: 25px 0;
  display: flex;
}
.boxes-3 .box-3 {
  width: 33.3333%;
  padding: 0 20px;
  height: 115px;
  border-left: 1px solid #E6E6E6;
  display: flex;
  justify-content: space-between;
}
.boxes-3 .box-3:first-child {
  border-left: none;
}
.boxes-3 .box-3 .txt-1 {
  line-height: 1.2;
  font-size: 10px;
}
.boxes-3 .box-3 .txt-1 .txt-1-1 {
  font-size: 14px;
}
.boxes-3 .box-3 .txt-1 .txt-1-2 {
  font-size: 24px;
  font-weight: 900;
  padding-top: 2px;
}

/*ALA ZMIANY*/
.txt-1-90::after {
  white-space: pre-line;
  content: " \A Cel na 90%";
}

.txt-1-90:hover::before {
  content: "Wypłata";
  color:black;
  font-size: 17px;
  font-weight:normal;
  line-height:1;
}

.txt-1-90:hover::after {
  white-space: pre-line;
  content: "\A 90% nagrody pieniężnej";
  font-size: 17px;
  line-height:1;
}

.txt-1-95::after {
  white-space: pre-line;
  content: " \A Cel na 95%";
}

.txt-1-95:hover::before {
  content: "Wypłata";
  color:black;
  font-size: 17px;
  font-weight:normal;
  line-height:1;
}

.txt-1-95:hover::after {
  white-space: pre-line;
  content: "\A 95% nagrody pieniężnej";
  font-size: 17px;
  line-height:1;
}

.txt-1-100::after {
  white-space: pre-line;
  content: " \A Cel na 100%";
}

.txt-1-100:hover::before {
  content: "Wypłata";
  color:black;
  font-size: 17px;
  font-weight:normal;
  line-height:1;
}

.txt-1-100:hover::after {
  white-space: pre-line;
  content: "\A 100% nagrody pieniężnej";
  font-size: 17px;
  line-height:1;
}

.txt-1-100p::after {
  white-space: pre-line;
  content: " Realizacja celu powyżej 100%";
}

.txt-1-100p:hover::before {
  content: "Wypłata";
  color:black;
  font-size: 17px;
  font-weight:normal;
  line-height:1;
}

.txt-1-100p:hover::after {
  white-space: pre-line;
  content: "\A 100% nagrody pieniężnej";
  font-size: 17px;
  line-height:1;
}

.txt-1-90:hover ~ .arrow-img, .txt-1-95:hover ~ .arrow-img, .txt-1-100:hover ~ .arrow-img, .txt-1-100p:hover ~ .arrow-img  {
  transform: rotateY(180deg);
  transition: transform 0.5s ease;
}

/*ALA ZMIANY - KONIEC*/

.boxes-3 .image {
  height: 115px;
  display: flex;
  align-items: center;
}

.title-box {
  height: 96px;
  display: flex;
  padding-top: 10px;
  margin-bottom: 16px;
}
.title-box .title-1 {
  margin: 0;
}

.box-4 {
  padding: 10px 20px 50px 20px;
  text-align: right;
  color: #000000;
  font-size: 12px;
  opacity: 0.3;
}

.box-5 {
  display: flex;
}
.box-5 .description {
  width: 354px;
  flex-shrink: 0;
  margin-right: 30px;
}
.box-5 .description .button-box {
  padding-top: 40px;
}
.box-5 .description .title {
  margin-bottom: 20px;
}
.box-5 .image {
  width: 100%;
  text-align: center;
  position: relative;
}
.box-5 .image .image-logo {
  position: absolute;
  top: 0;
  right: 0;
}

.color-green {
  color: #86C94E;
}

.xx-progress {
  width: 114px;
  height: 114px;
  position: relative;
}

.my-chart-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #000000;
}

.content-box-1 .container {
  align-items: flex-start;
}

/* *** O PROGRAMIE *** */
header {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.content-box-3 {
  padding: 50px 0;
}
.content-box-3 .title-1 {
  margin: 0;
}
.content-box-3 .title-1 h2 {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 40px;
  padding-left: 13px;
}

.content-box-4 {
  background: #EDEDED;
  padding: 10px 0;
}
.content-box-4 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-box-4 .container figure {
  flex-shrink: 0;

}

.text {
  font-size: 17px;
  line-height: 32px;
}
.text p:last-child {
  margin-bottom: 0;
}

.title-3 {
  margin-bottom: 20px;
}
.title-3 h2 {
  margin: 0;
  font-weight: 800;
  color: #1C4470;
  font-size: 29px;
  line-height: 1.3;
  margin: 0;
}

.content-box-5 {
  padding: 35px 0;
}

.text strong {
  font-weight: 800;
}

.boxes-6 {
  margin-bottom: 35px;
  padding-top: 10px;
}
.boxes-6 .row-box {
  margin: 0 -8px;
  display: flex;
}
.boxes-6 .row-box .col-box {
  padding: 0 8px;
  width: 33.3333%;
}
.boxes-6 .row-box .col-box .box-6 {
  background: transparent linear-gradient(270deg, #13436F 0%, #1C6F9C 10%, #2697C2 20%, #2EB4DF 30%, #33C6F0 40%, #35CBF5 50%, #54CAB8 60%, #6EC983 70%, #81C95A 80%, #86C94E 90%, #86C94E 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 4px;
}
.boxes-6 .row-box .col-box .box-6 > span:first-child {
  display: flex;
  background: #fff;
  border-radius: 12px;
  padding: 15px 32px;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 135px;
}
.boxes-6 .row-box .col-box .box-6 > span:first-child p {
  margin: 0;
}

.content-box-6 {
  background: url("../../img/frontend/06.png") center no-repeat;
  background-size: cover;
}
.content-box-6 .container {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-box-6 .container .title-3 {
  margin: 0;
}
.content-box-6 .container .title-3 h2 {
  color: #fff;
  padding-top: 2px;
}

.content-box-7 {
  padding: 35px 0;
}

.mb25 {
  margin-bottom: 25px;
}

.mb50 {
  margin-bottom: 50px;
}

.content-box-8 {
  padding: 40px 0;
  background: url("../../img/frontend/07.png") center no-repeat;
  background-size: cover;
}

.box-7 {
  display: block;
  background: transparent linear-gradient(270deg, var(--unnamed-color-86c94e) 0%, var(--unnamed-color-86c94e) 10%, #81C95A 20%, #6EC983 30%, #54CAB8 40%, #35CBF5 50%, #33C6F0 60%, #2EB4DF 70%, #2697C2 80%, #1C6F9C 90%, #13436F 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #86C94E 0%, #86C94E 10%, #81C95A 20%, #6EC983 30%, #54CAB8 40%, #35CBF5 50%, #33C6F0 60%, #2EB4DF 70%, #2697C2 80%, #1C6F9C 90%, #13436F 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  width: 389px;
  padding: 4px;
  color: #000;
  max-width: 100%;
}
.box-7:hover {
  color: #000;
}
.box-7:hover .box-7-content {
  background: #F7FFFF;
}
.box-7 .box-7-content {
  transition: 0.15s linear;
  padding: 15px 25px;
  background: #fff;
  border-radius: 12px;
}
.box-7 .txt-1 {
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 15px;
}
.box-7 .title-3 {
  margin-bottom: 15px;
  background: url(../../img/frontend/icons/03-1.png) right center no-repeat;
  padding-right: 26px;
}

.content-box-4 .description {
  padding: 20px 0;
  margin-right: 30px;
}

.content-box-4-1 .text p {
  margin-bottom: 15px;
}
.content-box-4-1 .text p:last-child {
  margin-bottom: 0;
}
.content-box-4-1 strong {
  color: #1C4470;
}

.content-box-9 {
  padding: 35px 0 50px 0;
}

.table-1 table {
  width: 100%;
}
.table-1 table img.no-active {
  opacity: 0.2;
}
.table-1 table tr th {
  padding: 15px 10px;
  font-size: 12px;
  font-weight: normal;
}
.table-1 table tr th:nth-child(2) {
  padding-left: 53px;
}
.table-1 table tr th:nth-child(3) {
  padding-left: 25px;
}
.table-1 table tr th:nth-child(4) {
  padding-left: 20px;
}
.table-1 table tr td:last-child, .table-1 table tr th:last-child {
  text-align: right;
  padding-right: 20px;
}
.table-1 table tr td:first-child, .table-1 table tr th:first-child {
  padding-left: 20px;
}
.table-1 table tr td {
  color: #757575;
  font-size: 17px;
  padding: 10px 0;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.2;
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
}
.table-1 table tr td .txt-1 {
  height: 35px;
  line-height: 35px;
  padding-left: 43px;
  position: relative;
}
.table-1 table tr td .txt-1 .image {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  border-radius: 50%;
  border: 2px solid blue;
  height: 34px;
  width: 34px;
  overflow: hidden;
}
.table-1 table tr td .txt-2 {
  height: 35px;
  padding-left: 15px;
  line-height: 35px;
}
.table-1 table tr td .txt-3 {
  height: 35px;
  padding-left: 10px;
  line-height: 35px;
}
.table-1 table tr td .txt-1-1 {
  font-weight: bold;
}
.table-1 table .active td {
  background: #fff;
  color: #000;
  font-weight: bold;
}
.table-1 table .active td .txt-1 {
  /*background: url("../../img/frontend/icons/08.png") 27px center no-repeat;*/
}
.table-1 table .active td .txt-2 {
  background: url("../../img/frontend/icons/09.png") left center no-repeat;
}
.table-1 table .active td .txt-3 {
  background: url("../../img/frontend/icons/11.png") 0 no-repeat;
}
.table-1 table .active-1 td {
  color: #757575;
}
.table-1 table .active-1 .txt-2, .table-1 table .active-1 .txt-1, .table-1 table .active-1 .txt-3 {
  background: none !important;
}

.content-box-4-2 .container {
  align-items: flex-start;
}

.main-content {
  padding-bottom: 85px;
}

.main-content.main-content-register{
  padding-bottom: 185px;
}

.nav-tabs-1 {
  margin-bottom: 40px;
}
.nav-tabs-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.nav-tabs-1 ul li {
  margin-right: 30px;
}
.nav-tabs-1 a, .nav-tabs-1-back a {
  border: 1px solid #1C4470 !important;
}
.nav-tabs-1 a, .nav-tabs-1-back a {
  padding: 0 27px;
  display: inline-block;
  background: #fff;
  height: 40px;
  box-shadow: 2px 14px 32px rgba(97, 73, 205, 0.1019607843);
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  line-height: 39px;
  font-size: 12px;
  color: #1C4470;
}
.nav-tabs-1 a span , .nav-tabs-1-back a span{
  background: url("../../img/frontend/icons/03-1.png") right center no-repeat;
  padding-right: 36px;
}
.nav-tabs-1 a:hover, .nav-tabs-1-back a:hover {
  border: 1px solid #1C4470;
}

.boxes-8 {
  margin-bottom: -16px;
}
.boxes-8 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.boxes-8 .row-box .col-box {
  padding: 0 8px;
  width: 25%;
  margin-bottom: 16px;
}
.boxes-8 .row-box .col-box .box-8 {
  box-shadow: 2px 13px 54px rgba(28, 68, 112, 0.0784313725);
  border-radius: 15px;
  background: #fff;
  padding: 0 20px;
  text-align: center;
}
.boxes-8 .row-box .col-box .box-8 figure {
  height: 147px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxes-8 .row-box .col-box .box-8 .txt {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  min-height: 76px;
  border-top: 1px solid #EBEBEB;
  padding-top: 13px;
  padding-bottom: 13px;
}

.cont-box {
  display: none;
}

/* *** POPUP *** */
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11111111111100;
  background: #1C4470;
  opacity: 0.79;
}

.popup {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  z-index: 11111111111101;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -250px;
  background: #fff;
  border: 4px solid #86c94e;
}
.popup:after {
  width: 513px;
  height: 513px;
  background: url("../img/08.png") left center no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -7px;
}
.popup .popup-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  flex-direction: column;
  padding: 30px 70px;
}
.popup .popup-content .txt-1 {
  font-weight: bold;
  font-size: 29px;
  line-height: 32px;
  font-weight: 900;
}
.popup .popup-content figure {
  margin-bottom: 10px;
}
.popup .popup-content .txt-2 {
  padding-top: 20px;
}
.popup .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 70px;
  z-index: 3;
}
.popup .close-popup:hover {
  opacity: 0.9;
}

/* *** BLAD *** */
.subpage-1 {
  background: #EBEBEB;
}
.subpage-1 .content-box-3 {
  padding-bottom: 20px;
  filter: grayscale(100%);
}
.subpage-1 .content-box-3 .container {
  display: flex;
  justify-content: center;
}

.a-wrapper-1 {
  width: 1056px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

.a-content-box-1 {
  padding-bottom: 60px;
}
.a-content-box-1 h2 {
  color: #343434;
  font-weight: 800;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 45px;
}
.a-content-box-1 h3 {
  color: #000000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 45px;
}
.a-content-box-1 h4 {
  color: #000000;
  font-size: 29px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 45px;
}

.a-boxes-1 .row-box {
  display: flex;
  justify-content: space-around;
}
.a-boxes-1 .row-box .a-box-1 {
  width: 260px;
  max-width: 100%;
}
.a-boxes-1 .row-box .a-box-1 .txt {
  margin-bottom: 30px;
  color: #000000;
}
.a-boxes-1 .row-box .a-box-1 .btn-1 {
  color: #343434;
  width: 218px;
  border: 1px solid #343434;
}
.a-boxes-1 .row-box .a-box-1 .btn-1 span {
  width: 100%;
  display: block;
  text-align: left;
  background-image: url("../../img/frontend/icons/03-2.png");
}
.a-boxes-1 .row-box .a-box-1 .btn-1:hover {
  background: #343434;
}
.a-boxes-1 .row-box .a-box-1 .btn-1:hover span {
  background-image: url("../../img/frontend/icons/03.png");
}

@media (min-width: 1199px) {
  body {
    min-height: 100%;
    height: auto;
    padding-bottom: 144px;
    position: relative;
  }
  footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 144px;
  }
}
.title-5 {
  font-weight: 800;
  color: #1C4470;
  font-size: 29px;
  line-height: 32px;
  margin-bottom: 20px;
}

.label-box label {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.input-box {
  margin-bottom: 10px;
}
.input-box input, .input-box textarea, .input-box select {
  border: 1px solid #E6E6E6;
  transition: 0.15s linear;
  background: #fff;
  padding: 0 15px;
  height: 42px;
  border-radius: 5px;
  width: 100%;
  display: block;
  padding-top: 1px;
}
.input-box input:focus, .input-box textarea:focus, .input-box select:focus {
  box-shadow: 2px 14px 32px rgba(28, 68, 112, 0.1019607843);
  border: 1px solid #1C4470;
}
.input-box select {
  padding: 0 12px;
  padding-top: 2px;
  background: #fff url("../img/icons/13.png") calc(100% - 10px) 16px no-repeat;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
.input-box textarea {
  resize: none;
  overflow: auto;
  padding: 10px 15px;
  height: 150px;
}

.form-button {
  padding-top: 30px;
}

.btn-2 {
  border: 1px solid #1C4470;
  background: #1C4470;
  color: #fff;
  font-size: 12px;
  padding: 0 15px;
  height: 42px;
  border-radius: 5px;
  width: 100%;
  display: block;
  line-height: 42px;
}
.btn-2:hover {
  opacity: 0.9;
}

.form-box {
  width: 576px;
  max-width: 100%;
}

.form-box-1 {
  width: 100%;
}

.content-box-5-1 {
  background: #EDEDED;
  margin-top: -45px;
}
.content-box-5-1 .boxes-6 {
  margin-bottom: 10px;
}

body .boxes-6-1 .row-box .col-box .box-6 {
  height: 100%;
}
body .boxes-6-1 .row-box .col-box .box-6 > span {
  display: block !important;
  height: 100% !important;
  padding: 15px 20px !important;
  text-align: left !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
body .boxes-6-1 .row-box .col-box .box-6 > span strong {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
body .boxes-6-1 .row-box .col-box .box-6 > span a {
  color: #000;
}
body .boxes-6-1 .row-box .col-box .box-6 > span a:hover {
  color: #000;
  opacity: 0.8;
}

.title-5-image {
  position: relative;
}
.title-5-image figure {
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: -10px;
  max-height: none;
}

.checkbox-content {
  padding: 32px 0 10px 0;
}
.checkbox-content .checkbox-box {
  margin-bottom: 5px;
}
.checkbox-content .checkbox-box:last-child {
  margin-bottom: 0;
}
.checkbox-content .checkbox-box label {
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}
.checkbox-content .checkbox-box label .icheckbox, .checkbox-content .checkbox-box label .iradio {
  width: 11px;
  height: 11px;
  border: 1px solid #707070;
  position: absolute;
  top: 1px;
  left: 0;
}
.checkbox-content .checkbox-box label .icheckbox.checked, .checkbox-content .checkbox-box label .iradio.checked {
  background: #fff;
  border: 4px solid #1C4470;
}

.checkbox-box.mb1 {
  margin-bottom: 20px;
}

.l-content-box-1 .description {
  padding: 94px 0;
  margin-left: 50%;
  padding-left: 117px;
  width: 505px;
}
.l-content-box-1 .l-logo {
  margin-bottom: 80px;
}
.l-content-box-1 .l-logo img {
  max-width: none;
}
.l-content-box-1 .title {
  margin-bottom: 28px;
}

.l-form-box .input-box {
  position: relative;
  margin-bottom: 30px;
}
.l-form-box .input-box .view-icon {
  position: absolute;
  top: 9px;
  right: 15px;
}
.l-form-box .input-box .view-icon:hover {
  opacity: 0.9;
}
.l-form-box .input-box input {
  width: 100%;
  background: rgba(28, 68, 112, 0.05);
  border-color: rgba(28, 68, 112, 0.05);
}
.l-form-box .txt-1 {
  padding: 0 15px;
  text-align: right;
  margin: -25px 0 60px 0;
}
.l-form-box .txt-1 a {
  color: rgb(150, 150, 150);
  font-size: 12px;
}
.l-form-box .txt-1 a:hover {
  opacity: 0.9;
}
.l-form-box .l-button-box {
  margin-bottom: 90px;
}
.l-form-box .txt-2 {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.l-form-box .btn-2-1 {
  text-align: center;
  color: #1C4470;
  border: 1px solid #1C4470;
  background: transparent;
}

.body-log {
  padding: 0;
}

.l-image {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: url("../../img/frontend/09.png") center no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px;
}
.l-image .l-image-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 40px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-image .l-txt {
  width: 470px;
}
.l-image .bx-pager {
  display: none;
}/*# sourceMappingURL=style.css.map */

.background-transparent{
  background: transparent !important;
}

/* *** PH *** */

.main-menu li.current a {
  text-decoration: underline;
}

.title-black h2 {
  color: #343434;
}

.title-black {
  background-image: url(../../img/frontend/ph/02.png);
}

.z-box-1 {
  background: #fff;
  display: block;
  box-shadow: 0px 3px 25px #1C44701A;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.z-box-1 figure img {
  width: 100%;
}

.z-box-1 .description {
  padding: 0 20px;
}

.z-box-1-1 {
  border-bottom: 1px solid #f1f3f6;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z-box-1-2 {
  display: flex;
}

.z-box-1-2 .txt-1 {
  font-size: 12px;
}

.z-box-1-2 .txt-2 {
  font-weight: bold;
  font-size: 20px;
  padding: 2px 0 15px 0;
}

.z-box-1-2 .col-box {
  width: 50%;
  padding: 0 20px;
}
.z-box-1-1 .title {
  margin: 0;
}

.z-box-1-3 .btn-1 {
  width: 100%;
}

.z-box-1-3 .btn-1 span {
  width: 100%;
  display: block;
}

.z-box-1-3 {
  padding: 0 0 20px 0;
}

.btn-1-blue {
  background: #1C4470;
  color: #fff;
  border: 1px solid #1C4470;
}
.btn-1-blue span {
  background: url("../../img/frontend/icons/03.png") right center no-repeat;
  padding-right: 26px;
}
.btn-1-blue:hover {
  color: #1C4470;
  background-color: transparent;
}
.btn-1-blue:hover span {
  background-image: url("../../img/frontend/icons/03-1.png");
  color: #1C4470;
}

.z-title-box {
  margin: 40px 0 -50px 0;
}

.z-content-box-1 {
  background: #fff;
  box-shadow: 0px 3px 25px #1C44701A;
  border-radius: 15px;
  padding: 20px;
}

.z-content-box-1-1 .btn-1 {
  width: 290px;
}

.z-content-box-1-1 .btn-1 span {
  width: 100%;
  display: block;
}

.z-content-box-1-1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}

.z-content-box-1-1 h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 800;
}

/*.z-content-box-1-1:after {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  height: 4px;*/
/*  content: "";*/
/*  display: block;*/
/*  width: 100%;*/
/*  border-radius: 3px;*/
/*  background: #86C94E;*/
/*}*/

.z-boxes-2 {
  display: flex;
}

.z-boxes-2 .col-box {
  width: 33.3333%;
  text-align: center;
  padding: 70px 0 40px 0;
}

.z-boxes-2 figure {
  margin-bottom: 33px;
}

.z-box-2 .txt-1 {
  font-size: 14px;
  line-height: 18px;
  min-height: 54px;
}

.z-box-2 .txt-2 {
  font-size: 42px;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 800;
}

.color-blue {
  color: #33C6F0;
}

.z-link-1 {
  color: #1C4470;
  font-size: 12px;
}

.z-link-1:hover {
  color: #1C4470;
  opacity: 0.9;
}

.z-content-box-1-2 .button-box {
  display: flex;
  justify-content: center;
}

.content-box-2-2-2 .z-content-box-1 {
  min-height: 474px;
}

.content-box-2-2-2 {
  padding-bottom: 40px;
}

.z-content-box-3 .box-5 .description {
  width: 458px;
}

.z-content-box-2, .z-content-box-3 {
  margin-bottom: 70px;
}

.z-table table {
  width: 100%;
}

.z-table table th {
  vertical-align: top;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #1C4470;
  padding-bottom: 10px;
}

.z-table table td {
  vertical-align: top;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  padding: 0 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.z-table .txt-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.z-table {
  padding-top: 10px;
  border-bottom: 1px solid #1C4470;
  padding-bottom: 5px;
}

.z-table .txt-1 {
  font-weight: 800;
  font-size: 17px;
  color: #1C4470;
}

.z-plus {
  width: 19px;
  margin-left: 20px;
  margin-top: 2px;
  height: 22px;
  display: block;
  background: url('../../img/frontend/ph/07.png') center no-repeat;
}

.z-plus span {
  width: 22px;
  height: 22px;
  display: block;
  background: url('../../img/frontend/ph/08.png') center no-repeat;
}

.z-plus.active span {
  transform: rotate(45deg);
}

.z-content-box-4{
  display: flex;
  padding: 10px;
  border-top: 1px solid #F7FFFF;
  background: #1C447017;
  margin: 0 -10px;
  margin-top: -5px;
}

.z-content-box-4-1 {
  width: calc(100% - 340px);
}

.z-content-box-4-2 {
  width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.z-box-4 {
  width: 100%;
  height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 40px 5px 40px;
  align-items: flex-end;
  background: #1C447017;
}

.z-box-4-1 {
  font-weight: bold;
  color: #1C4470;
}

.z-box-4-2 {
  font-weight: 800;
  line-height: 1.1;
  color: #000000;
  font-size: 42px;
}

.z-box-3 {
  width: 100%;
  height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 40px 5px 40px;
  align-items: flex-end;
}

.z-box-3-1 {
  font-weight: bold;
  color: #1C4470;
}

.z-box-3-2 {
  line-height: 22px;
  color: #000000;
  font-size: 14px;
}

.z-title-1 {
  font-weight: bold;
  color: #1C4470;
  font-size: 12px;
  margin-bottom: 10px;
}

.z-table-1 {
  margin-bottom: 15px;
}

.z-table tr td:last-child {
  vertical-align: middle;
}

.z-table table tr:nth-child(4n+2) td {
  background: #1C447017;
}

.z-table-1 tr td {
  background: none !important;
}

.z-table-1 table tr th {
  font-weight: bold;
  border: none;
  font-size: 12px;
  padding: 0 10px 3px 0;
}

.z-table-1 table tr td {
  border: none;
  font-size: 11px;
  width: 20%;
  padding: 0 10px 3px 0;
}

.z-edit {
  margin-left: 5px;
  cursor: pointer;
}

.z-tr-more {
  display: none;
}

.z-content-box-5 .btn-1 {
  width: 100%;
  box-shadow: 0px 6px 10px #0000004A;
}

.z-content-box-5 .btn-1 span {
  width: 100%;
  display: block;
}

.z-content-box-5 {
  margin-bottom: 30px;
}

.z-content-box-5 .btn-1 span {
  width: 100%;
}

.z-table-2 table {
  width: 100%;
}

.z-table-2 table td, .z-table-2 table th {
  font-size: 14px;
  line-height: 1.3;
  padding: 10px 10px;
  width: 25%;
}

.z-table-2 table th {
  font-weight: normal;
  font-size: 12px;
}

.z-table-2 table td:last-child, .z-table-2 table th:last-child {
  text-align: right;
}

.z-table-2 table td {
  background: #f1fcf6;
}

.z-table-2 table tr:nth-child(even) td {
  background: #e6f7e5;
}

.z-table-2 table tr td:nth-child(2), .z-table-2 table tr th:nth-child(2) {
  text-align: right;
}

.z-box-5 {
  box-shadow: 0px 3px 25px #0000001A;
  border-radius: 15px;
  padding: 22px;
  background: #fff;
}

.z-boxes-2-1 {
  display: block;
}

.z-boxes-2-1 .col-box {
  width: 100%;
  border-bottom: 2px solid #dfe5eb;
  padding: 0;
}

.z-boxes-2-1 .col-box:last-child {
  border-bottom: none;
}

.z-boxes-2-1 .z-box-2 {
  display: flex;
  padding: 20px 0 19px 0;
  justify-content: space-between;
  align-items: center;
}

.z-boxes-2-1 .z-box-2 figure {
  margin: 0;
  width: 110px;
}

.z-boxes-2-1 .z-box-2 .description {
  text-align: left;
  width: 201px;
  margin-right: 20px;
}

.z-boxes-2 .z-box-2 .txt-1 {
  min-height: 1px;
}

.z-boxes-2-1 .z-box-2 .description br {
  display: none;
}

.z-boxes-6 {
  padding: 10px 0;
}

.z-box-6-txt-1 strong {
  display: block;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
}

.z-box-6 {
  display: flex;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between;
}

.z-table-3 table {
  width: 100%;
  line-height: 1.4;
}

.z-table-3 table th {
  font-size: 12px;
  padding-right: 20px;
  font-weight: normal;
  vertical-align: bottom;
  padding-bottom: 10px;
}

.z-table-3 table tr th:last-child, .z-table-3 table tr td:last-child {
  padding-right: 0;
}

.z-table-3 table td {
  padding-bottom: 10px;
  padding-right: 20px;
}

.z-table-3 .txt-1 {
  height: 40px;
  display: flex;
  padding: 0 10px;
  align-items: center;
}

.z-width-1, .z-width-1 div {
  width: 283px;
}

.z-input-1 {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid #757575;
  background: none;
}

.z-input-1:disabled {
  border-color: #E6E6E6;
}

.z-width-2,.z-width-2 div {
  width: 128px;
}

.z-btn-2 {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #1C4470;
  color: #1C4470;
  line-height: 38px;
  display: block;
  box-shadow: 0px 3px 25px #00000033;
  font-size: 11px;
  text-align: center;
  background: none;
}

.z-btn-2:hover {
  opacity: 0.9;
  color: #1C4470;
}

.z-btn-2-1 {
  background: #1C4470;
  color: #fff;
  padding-top: 1px;
}

.z-btn-2-1.disabled{
  opacity: .7;
  cursor: unset;
  pointer-events: none;
}

.z-btn-2-1:hover {
  color: #fff;
}

div.z-btn-2-1 {
  opacity: 1 !important;
  color:rgba(255,255,255,0.2) !important;
}

.z-table-3 .zrekrutowano td {
  color: #86C94E;
}

div.z-btn-2-2 {
  opacity: 1 !important;
  color: #fff;
  background: #86C94E;
  padding-top: 1px;
  border-color: #86C94E;
}

@media (max-width: 992px) {
  .z-table {
    overflow: auto;
  }
  .z-content-box-3 figure {
    margin-top: 60px;
  }
  .z-content-box-5 {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .z-content-box-5 {
    margin-top: 0px;
  }
  .z-content-box-1-1 {
    display: block;
  }
  .z-content-box-1-1 .btn-1 {
    width: auto;
  }
  .z-content-box-1-1 h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .z-boxes-2 .col-box {
    width: 100%;
  }
  .z-boxes-2 {
    flex-wrap: wrap;
  }
  .z-boxes-2 .col-box {
    padding: 20px 0;
  }
  .z-boxes-2 figure {
    margin-bottom: 15px;
  }
  .z-boxes-2 {
    padding-top: 20px;
  }
  .z-content-box-3 .box-5 .description {
    width: 100%;
  }
  .z-content-box-3 .box-5 .image .image-logo {
    top: -40px;
  }
  .z-title-box {
    margin-bottom: -20px;
  }
  .z-boxes-2-1 .col-box {
    padding: 0;
  }
  .z-boxes-2-1 {
    padding-top: 0;
  }
  .z-table-2 {
    overflow: auto;
  }
  .z-table-3 {
    overflow: auto;
  }
}

/* *** SPRZEDAWCY *** */
.s-content-box-1 {
  margin-bottom: 20px;
}

.s-content-box-2 {
  padding: 50px 0;
}

.text a {
  color: #1C4470;
  text-decoration: underline;
}
.text a:hover {
  text-decoration: underline;
  color: #1C4470;
  opacity: 0.9;
}

.s-content-box-3 {
  background: #EDEDED;
  padding: 20px 0;
}

.s-content-box-4 .row-box {
  margin: 0 -13px;
  display: flex;
}
.s-content-box-4 .row-box .col-box {
  padding: 0 13px;
  width: 50%;
}
.s-content-box-4 .row-box .col-box .s-content-box-4-1 {
  padding: 22px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
.s-content-box-4 .row-box .col-box .s-content-box-4-1 .button-box {
  text-align: center;
}

.s-title-1 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

.s-box {
  text-align: center;
}

.s-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  display: inline-block;
}
.s-checkbox .icheckbox {
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0;
}
.s-checkbox .icheckbox.checked:before {
  background: #1C4470;
  width: 8px;
  height: 8px;
  margin: 3px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  display: block;
  content: "";
}
.s-checkbox label {
  padding-left: 22px;
  position: relative;
}

.s-btn-1 {
  padding: 0 20px;
  display: inline-block;
  height: 40px;
  border: 1px solid #1C4470;
  border-radius: 5px;
  line-height: 39px;
  font-size: 12px;
  background: #1C4470;
  color: #fff;
}

.s-btn-1 span {
  background: url("../../img/frontend/icons/03.png") right center no-repeat;
  padding-right: 26px;
}

a.s-btn-1:hover, button.s-btn-1:hover {
  background: #fff;
}

a.s-btn-1:hover span, button.s-btn-1:hover span {
  background-image: url("../../img/frontend/icons/03-1.png");
  color: #1C4470;
}

.s-box .s-checkbox {
  padding: 20px 0;
  line-height: 1.4;
}

div.s-btn-1 {
  opacity: 0.2;
}

.s-boxes {
  padding-bottom: 10px;
}
.s-boxes .row-box-1 {
  flex-wrap: wrap;
  display: flex;
  margin: 0 -10px;
}
.s-boxes .row-box-1 .col-box-1 {
  width: 33.3333%;
  padding: 0 10px;
}
.s-boxes .row-box-1 .col-box-1 .s-box {
  text-align: left;
}
.s-boxes .row-box-1 .col-box-1 .s-box figure {
  text-align: center;
}
.s-boxes .row-box-1 .col-box-1 .s-box .s-checkbox {
  padding: 2px 0 10px 0;
  padding-left: 20px;
}

.s-box-one {
  height: 264px;
  padding-bottom: 10px;
}

.s-content-box-5 {
  margin-bottom: 44px;
  width: 831px;
  max-width: 100%;
}
.s-content-box-5 .text {
  margin-bottom: 40px;
}

.a-btn-1-prev {
  padding: 0 15px 0 15px;
  display: inline-block;
  height: 40px;
  box-shadow: 2px 14px 32px rgba(97, 73, 205, 0.1019607843);
  border: 1px solid #1C4470;
  border-radius: 5px;
  line-height: 39px;
  font-size: 12px;
  color: #1C4470;
  background: #fff;
}

.a-btn-1-prev span {
  background: url("../../img/frontend/sprzedawcy/icons/01.png") left center no-repeat;
  padding-left: 36px;
}

.a-btn-1-prev:hover {
  background: #1C4470;
}

.a-btn-1-prev:hover span {
  background-image: url("../../img/frontend/sprzedawcy/icons/02.png");
  color: #fff;
}

.s-padding-left-0 {
  padding-left: 0 !important;
}

.s-content-box-6 {
  padding: 37px 0 40px 0;
}
.s-content-box-6 .container {
  display: flex;
}
.s-content-box-6 .container .col-right {
  width: 289px;
  margin-left: 18px;
  flex-shrink: 0;
}
.s-content-box-6 .container .col-left {
  width: calc(100% - 289px);
}

.z-box-1-image-1-1 {
  text-align: center;
  margin-top: -115px;
}

.s-content-box-6-1 .row-box {
  display: flex;
  margin: 0 -9px;
}
.s-content-box-6-1 .row-box .col-box {
  padding: 0 9px;
  width: 50%;
}

.s-content-box-6-1-1 {
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.01);
  padding: 19px;
  border-radius: 15px 0px 15px 15px;
}

.s-content-box-6-2 {
  display: flex;
  position: relative;
  padding-bottom: 18px;
  align-items: center;
  justify-content: space-between;
}
.s-content-box-6-2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #86C94E;
  content: "";
  display: block;
  height: 3px;
  border-radius: 3px;
}
.s-content-box-6-2 .txt-1 {
  font-weight: 900;
  font-size: 42px;
  line-height: 32px;
}
.s-content-box-6-2 .txt-2 {
  font-size: 12px;
  line-height: 20px;
}

.s-boxes-1 {
  width: 100%;
}
.s-boxes-1 .s-box-1 {
  display: flex;
  padding: 8px 11px;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.s-boxes-1 .s-box-1:last-child {
  border-bottom: none;
}
.s-boxes-1 .s-box-1 .txt-1 {
  font-size: 14px;
  line-height: 20px;
  width: 135px;
  padding-right: 10px;
}
.s-boxes-1 .s-box-1 .txt-2 {
  font-size: 29px;
  font-weight: 900;
  line-height: 32px;
  color: #343434;
}
.s-boxes-1 .s-box-1 .txt-2.color-green {
  color: #86C94E;
}

.s-chart-box {
  width: 135px;
  height: 135px;
  position: relative;
  flex-shrink: 0;
  margin-left: 13px;
}

.s-content-box-6-3 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.s-content-box-6-4 {
  border-radius: 0px 0px 15px 15px;
  background: #E6E6E6;
  padding: 8px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -9px -9px -9px;
}
.s-content-box-6-4 .txt-1 span {
  display: block;
  font-size: 12px;
  opacity: 0.7;
}
.s-content-box-6-4 .txt-2 {
  font-weight: 900;
  color: #000000;
  font-size: 29px;
  line-height: 32px;
  opacity: 0.2;
}

.s-content-box-6-5 {
  height: 22px;
  display: flex;
  justify-content: flex-end;
}
.s-content-box-6-5 span {
  display: block;
  width: 123px;
  display: block;
  text-align: right;
  padding-right: 20px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  padding-top: 3px;
  height: 22px;
  background: url("../../img/frontend/sprzedawcy/icons/05.png");
}

.s-content-box-6-5-1 span {
  background: url("../../img/frontend/sprzedawcy/icons/05-1.png");
}

.s-info {
  display: inline-block;
  margin-top: -5px;
  vertical-align: top;
}

.swiper-txt {
  padding: 10px 0 8px 0;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
}

.swiper-slide-thumb-active .swiper-txt {
  font-weight: 900;
}

.s-swiper-1 {
  padding: 0 50px;
}

.a-slider .swiper-button-prev {
  width: 20px;
  height: 21px;
  top: 50%;
  margin-top: -10px;
  left: 10px;
  border: 1px solid #292c2d;
  border-radius: 50%;
  background: url("../../img/frontend/sprzedawcy/icons/06.png") center 5px no-repeat;
}
.a-slider .swiper-button-prev:after {
  display: none;
}
.a-slider .swiper-button-prev:hover {
  opacity: 0.9;
}

.a-slider .swiper-button-next {
  width: 20px;
  height: 21px;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  border: 1px solid #292c2d;
  border-radius: 50%;
  background: url("../../img/frontend/sprzedawcy/icons/07.png") center 5px no-repeat;
}
.a-slider .swiper-button-next:after {
  display: none;
}
.a-slider .swiper-button-next:hover {
  opacity: 0.9;
}

.s-boxes-2 .row-box {
  display: flex;
  margin: 0 -9px;
}
.s-boxes-2 .row-box .col-box {
  padding: 0 9px;
  width: 50%;
}
.s-boxes-2 .row-box .col-box .s-box-2 {
  box-shadow: 2px 13px 54px rgba(28, 68, 112, 0.0784313725);
  border-radius: 15px;
  padding: 10px;
  background: #fff;
  position: relative;
}
.s-boxes-2 .row-box .col-box .txt {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  padding: 20px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.s-boxes-2 .row-box .col-box .button-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.s-boxes-2 .row-box .col-box .button-box .btn-1 {
  padding: 0 13px;
}
.s-boxes-2 .row-box .col-box .s-box-2 img {
  border-radius: 10px;
  width: 100%;
}
.s-boxes-2 .row-box .col-box .btn-1-blue:hover {
  background: #fff;
}

.btn-1-green {
  background: #86C94E;
  border: 1px solid #86C94E;
}

.z-box-1-new-1 .z-box-1-1 {
  padding: 39px 0;
}

.box-5-new-1 .description {
  width: 458px;
}

.box-5-new-1 {
  margin-bottom: 30px;
}

.box-5-new-1 figure {
  width: 500px;
  max-width: 100%;
}

.s-box-2 .btn-1 {
  width: 120px;
}
.s-box-2 .btn-1 span {
  width: 100%;
  display: block;
}

.swiper-txt {
  cursor: pointer;
}

.boxes-6-1-margin-1 {
  margin-bottom: 10px;
}

.s-content-box-7 {
  background: url("../../img/frontend/sprzedawcy/15.png") center no-repeat;
  background-size: 100% 100%;
  padding: 25px 0 0 0;
}
.s-content-box-7 .title-3 {
  text-align: center;
  margin-bottom: 31px;
  color: #fff;
}
.s-content-box-7 .title-3 h2 {
  color: #fff;
}

.s-content-box-7 {
  position: relative;
  margin-bottom: 90px;
}
.s-content-box-7:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63px;
  background: #fff;
  content: "";
  display: block;
}

.s-boxes-3 {
  position: relative;
  z-index: 1;
}
.s-boxes-3 .row-box {
  display: flex;
  margin: 0 -8px;
}
.s-boxes-3 .row-box .col-box {
  width: 25%;
  padding: 0 8px;
}
.s-boxes-3 .row-box .col-box .s-box-3 {
  padding: 4px;
  display: block;
  height: 127px;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.4);
  border-radius: 11px;
  background: transparent linear-gradient(270deg, var(--unnamed-color-86c94e) 0%, var(--unnamed-color-86c94e) 10%, #81C95A 20%, #6EC983 30%, #54CAB8 40%, #35CBF5 50%, #33C6F0 60%, #2EB4DF 70%, #2697C2 80%, #1C6F9C 90%, #13436F 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #86C94E 0%, #86C94E 10%, #81C95A 20%, #6EC983 30%, #54CAB8 40%, #35CBF5 50%, #33C6F0 60%, #2EB4DF 70%, #2697C2 80%, #1C6F9C 90%, #13436F 100%) 0% 0% no-repeat padding-box;
  text-align: center;
}
.s-boxes-3 .row-box .col-box .s-box-3 .s-box-3-1 {
  background: #fff;
  border-radius: 8px;
  color: #1C4470;
  padding-top: 12px;
  font-size: 29px;
  font-weight: 900;
  line-height: 32px;
}
.s-boxes-3 .row-box .col-box .s-box-3 .s-box-3-1 img {
  margin-bottom: 15px;
  margin-top: 10px;
}

.s-content-box-8 {
  position: relative;
  margin-bottom: 90px;
}
.s-content-box-8 .container {
  display: flex;
  align-items: center;
}
.s-content-box-8 .container .description {
  width: 55%;
  padding-right: 60px;
}
.s-content-box-8 .container figure {
  width: 45%;
  text-align: center;
}
.s-content-box-8 .s-text small {
  width: 475px;
  max-width: 100%;
}

.s-text {
  font-size: 17px;
  line-height: 27px;
}
.s-text small {
  font-size: 12px;
  line-height: 15px;
  display: block;
}
.s-text p {
  margin-bottom: 15px;
}
.s-text p:last-child {
  margin-bottom: 0;
}
.s-text ul {
  margin-bottom: 15px;
  color: #1C4470;
  font-weight: bold;
}

.s-content-box-8 .button-box {
  padding-top: 25px;
}

.s-content-box-8-1 .s-text ul {
  color: #86C94E;
}
.s-content-box-8-1 .title-3 h2 {
  background: transparent linear-gradient(270deg, #B5D649 90%, #6EC051 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-1-green-1 {
  background: #fff;
  color: #86C94E;
  border: 1px solid #86C94E;
}
.btn-1-green-1 span {
  background: url("../../img/frontend/sprzedawcy/icons/09.png") right center no-repeat;
}
.btn-1-green-1:hover {
  border-color: #1C4470;
}

.content-box-4-1-new-1 strong {
  color: #000;
}
.content-box-4-1-new-1 strong.color-blue {
  color: #1C4470;
}

.table-1 table .active td .txt-2-1 {
  background: url("../../img/frontend/sprzedawcy/icons/10.png") left center no-repeat;
}

.s-table-1 {
  box-shadow: 3px 17px 54px rgba(28, 68, 112, 0.1294117647);
  border-radius: 15px;
  overflow: hidden;
}
.s-table-1 tr td {
  width: 20%;
}
.s-table-1 table tr th {
  padding-bottom: 13px;
}

.s-table-1-txt {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  background: #fff;
}

.s-table-1-txt-1 {
  text-align: right;
}

.s-table-1-1 {
  background: #fff;
  margin-bottom: 45px;
  border: 1px solid #1C4470;
}
.s-table-1-1 table tr td {
  color: #1C4470;
  border: none;
}
.s-table-1-1 table tr:first-child td {
  border-bottom: 1px solid #1C4470;
}
.s-table-1-1 table .active-1 td {
  color: #1C4470;
}

.s-menu {
  display: flex;
  align-items: center;
}
.s-menu a {
  margin-left: 30px;
  width: 73px;
  height: 40px;
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  display: block;
  color: #757575;
  font-size: 12px;
  text-align: center;
  line-height: 38px;
}
.s-menu a:hover, .s-menu a.active {
  color: #1C4470;
  border-color: #1C4470;
  box-shadow: 2px 14px 32px rgba(97, 73, 205, 0.1019607843);
}

.title-3-menu {
  margin-bottom: 37px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s-table-1-1 table tr td .txt-2, .table-1 table tr td .txt-1 {
  height: auto !important;
}

.content-box-4-2-new-1 h3 {
  color: #1C4470;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.content-box-4-2-new-1 .figure-1 {
  margin-top: -130px;
}

.box-8-txt {
  border-top: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  padding: 7px 10px 19px 10px;
  justify-content: space-between;
}
.box-8-txt .box-8-txt-1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
.box-8-txt .box-8-txt-2 {
  height: 34px;
  padding-left: 11px;
  color: #000000;
  font-size: 17px;
  padding-top: 1px;
  line-height: 32px;
  font-weight: bold;
  background: url("../../img/frontend/sprzedawcy/icons/11.png") left center no-repeat;
}
.box-8-txt .box-8-txt-2 sup {
  font-weight: normal;
  font-size: 12px;
  margin-left: 5px;
}
.box-8-txt .box-8-txt-2-1 {
  background: url("../../img/frontend/sprzedawcy/icons/11-1.png") left center no-repeat;
}

.s-content-box-7-2-2-2-2 {
  background: none;
}

.s-content-box-7-2-2-2-2:after {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .s-boxes-3 .row-box .col-box .s-box-3 .s-box-3-1 {
    font-size: 20px;
    line-height: 1.3;
  }
  .s-boxes-3 .row-box .col-box .s-box-3 {
    height: auto;
  }
  .box-5-new-1 figure {
    width: 50%;
  }
  .box-5-new-1 .description {
    width: 50%;
    padding-right: 20px;
  }
  .box-5-new-1 figure {
    width: 100%;
  }
  .s-content-box-6 .container .col-right {
    width: 245px;
  }
  .s-content-box-6 .container .col-left {
    width: calc(100% - 263px);
  }
}
@media only screen and (max-width: 992px) {
  .s-content-box-7, .s-content-box-8 {
    margin-bottom: 50px;
  }
  .s-boxes-2 .row-box {
    display: block;
  }
  .s-boxes-2 .row-box .col-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .s-boxes-2 .row-box .col-box:last-child {
    margin-bottom: 0;
  }
  .box-5-new-1 .description .button-box {
    padding-top: 20px;
  }
  .s-content-box-4 .row-box {
    flex-wrap: wrap;
  }
  .s-content-box-4 .row-box .col-box {
    width: 100%;
  }
  .s-content-box-4 .row-box .col-box:first-child {
    margin-bottom: 20px;
  }
  .s-box-one {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .s-boxes-3 .row-box .col-box {
    width: 100%;
    margin-bottom: 16px;
  }
  .s-boxes-3 .row-box .col-box:last-child {
    margin-bottom: 0;
  }
  .s-content-box-8 .container {
    display: block;
  }
  .s-content-box-8 .container .description {
    width: 100%;
    padding: 0;
  }
  .s-content-box-8 .container figure {
    width: 100%;
    margin: 25px 0 0 0;
    text-align: center;
  }
  .s-boxes-3 .row-box {
    flex-wrap: wrap;
  }
  .s-content-box-6 .container .col-right {
    margin-left: 0;
  }
  .s-boxes .row-box-1 .col-box-1 {
    width: 50%;
  }
  .s-boxes .row-box-1 .col-box-1 .s-box .s-checkbox {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .s-content-box-6 .container .col-left {
    width: 100%;
  }
  .s-content-box-6 .container {
    display: block;
  }
  .s-content-box-6 .container .col-right {
    width: 100%;
    margin-top: 20px;
  }
  .title-3-menu {
    display: block;
  }
  .s-menu {
    margin: 10px 0 0 0;
  }
  .s-menu a {
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .s-content-box-6-3 {
    display: block;
  }
  .s-chart-box {
    margin: 10px auto 10px auto;
  }
  .s-content-box-6-4 {
    display: block;
  }
  .s-boxes-2 .row-box .col-box .txt {
    font-size: 16px;
  }
  .s-boxes-2 .row-box .col-box .txt {
    padding: 12px 20px;
  }
}

/* *** LOGOWANIE *** */

/* *** LOGOWANIE *** */

.l-content-box-1 .description {
  padding: 126px 0;
  margin-left: 50%;
  padding-left: 117px;
  width: 505px;
}

.l-content-box-1 .l-logo {
  margin-left: -55px;
  margin-bottom: 52px;
}

.l-content-box-1 .l-logo img {
  max-width: none;
}

.l-content-box-1 .l-title {
  text-align: center;
  margin-bottom: 41px;
}
.l-content-box-1 .l-title h2 {
  margin: 0;
  font-weight: 800;
  font-size: 29px;
  line-height: 32px;
}

.l-input-box {
  margin-bottom: 30px;
  position: relative;
}
.l-content-box-1 .l-logo {
  margin-left: 0;
}
.ll-title {
  text-align: left;
  padding: 13px 0 10px 14px;
  background: url('../../img/frontend/03-log.png') left top no-repeat;
}
.ll-title h2 {
  font-size: 29px;
  font-weight: 800;
}
.l-content-box-1 .description {
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-input-box input {
  background: rgba(28, 68, 112, 0.05);
  height: 40px;
  display: block;
  width: 100%;
  padding: 10px 10px 9px 10px;
  border-radius: 5px;
  font-size: 12px;
  border: none;
}

.l-input-box .view-icon {
  position: absolute;
  top: 7px;
  right: 15px;
}

.l-input-box .view-icon:hover {
  opacity: 0.9;
}

.l-form-box .txt-1 {
  padding: 0 20px;
  text-align: right;
  margin: -25px 0 27px 0;
}

.l-form-box .txt-1 a {
  color: rgb(150, 150, 150);
  font-size: 10px;
}

.l-form-box .txt-1 a:hover {
  opacity: 0.9;
}

.l-form-box .l-button-box {
  margin-bottom: 90px;
}

.l-form-box .btn-1 {
  width: 100%;
}

.l-image {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: url("../../img/frontend/01-log.png") center no-repeat;
  background-size: cover;
  background-position: center center;
}

.l-btn-1 {
  height: 40px;
  padding: 0 28px;
  background: #1d4370;
  color: #fff;
  font-size: 12px;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  border: none;
}
.l-btn-1:hover {
  opacity: 0.9;
}
.l-form-box .l-button-box-2 {
  text-align: center;
  margin: 0 0 10px 0;
  color: rgb(150, 150, 150);
  font-size: 10px;
}

.l-btn-1 {
  line-height: 42px;
}
.l-btn-1:hover {
  color: #fff;
}


.l-btn-1-1 {
  background: none;
  color: #1d4370;
  border: 1px solid #1d4370;
}
.l-btn-1-1:hover {
  background: #1d4370;
  color: #fff;
}

.l-content-box-1 .l-image {
  padding-top: 270px;
  display: flex;
  justify-content: flex-end;
  color: #fff;
  font-size: 71px;
  line-height: 80px;
  font-weight: 800;
}

.l-content-box-1 .l-image .txt {
  padding: 0 20px;
}

.l-input-box .view-icon {
  top: 10px;
}

.l-content-box-1 {
  min-height: 100vh;
  position: relative;
}

.l-content-box-1 {
  padding-bottom: 100px;
}

.l-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 0;
  width: 50%;
  text-align: center;
}

.l-body {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 1500px) {
  .l-content-box-1 .l-image {
    padding-top: 240px;
  }
  .l-content-box-1 .l-image {
    font-size: 55px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 992px) {
  .l-content-box-1 .l-image {
    display: none;
  }
  .l-body {
    padding-top: 0 !important;
  }
  .l-footer {
    width: 100%;
  }
  .l-form-box .l-button-box {
    margin-bottom: 0 !important;
  }
  .l-content-box-1 {
    padding-bottom: 0;
  }
  .l-footer {
    position: relative;
  }
}

.prev-page {
  margin-bottom: 20px;
}
.prev-page a {
  font-size: 12px;
  color: #000;
  background: url("../../img/frontend/icons/arrow-prev.png") left center no-repeat;
  padding-left: 20px;
}
.prev-page a:hover {
  opacity: 0.9;
}

.box-8-txt .rewards {
  display: flex;
  flex-direction: column; /* każdy element w nowej linii */
  align-items: flex-end;  /* wyrównanie do prawej */
  font-size: 8px;
  line-height: 15px;
}
header .header-menu ul{
  transform: scaleX(-1) !important;
  margin-right: auto !important;
}
