/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
@font-face {
  font-family: "filson-pro";
  src: url("fonts/FilsonProRegular.eot");
  src: url("fonts/FilsonProRegular.eot") format("embedded-opentype"), url("fonts/FilsonProRegular.woff2") format("woff2"), url("fonts/FilsonProRegular.woff") format("woff"), url("fonts/FilsonProRegular.ttf") format("truetype"), url("fonts/FilsonProRegular.svg#FilsonProRegular") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "filson-pro";
  src: url("fonts/FilsonProBold.eot");
  src: url("fonts/FilsonProBold.eot") format("embedded-opentype"), url("fonts/FilsonProBold.woff2") format("woff2"), url("fonts/FilsonProBold.woff") format("woff"), url("fonts/FilsonProBold.ttf") format("truetype"), url("fonts/FilsonProBold.svg#FilsonProBold") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "filson-pro";
  src: url("fonts/FilsonProMedium.eot");
  src: url("fonts/FilsonProMedium.eot") format("embedded-opentype"), url("fonts/FilsonProMedium.woff2") format("woff2"), url("fonts/FilsonProMedium.woff") format("woff"), url("fonts/FilsonProMedium.ttf") format("truetype"), url("fonts/FilsonProMedium.svg#FilsonProMedium") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "filson-pro";
  src: url("fonts/FilsonProBlack.eot");
  src: url("fonts/FilsonProBlack.eot") format("embedded-opentype"), url("fonts/FilsonProBlack.woff2") format("woff2"), url("fonts/FilsonProBlack.woff") format("woff"), url("fonts/FilsonProBlack.ttf") format("truetype"), url("fonts/FilsonProBlack.svg#FilsonProBlack") format("svg");
  font-weight: 900;
}
.container {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1550px;
  }
}
.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: "filson-pro";
}

body {
  font-family: "filson-pro";
  font-size: 16px;
  color: #000000;
  background-size: cover;
  line-height: 24px;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
header {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #fff;
}

header .header-box {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .h-boxes {
  display: flex;
  align-items: center;
}

header .h-boxes .h-box {
  margin-left: 16px;
  position: relative;
}

header .h-boxes .h-box a:hover {
  opacity: 0.9;
}

header .main-menu {
  margin-bottom: 0;
  flex-shrink: 0;
}

header .main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}

header .main-menu ul > li {
  margin-left: 32px;
}
header .main-menu ul > li:first-child {
  margin-left: 0;
}

header .main-menu ul > li > a {
  color: rgb(40, 68, 148);
  padding: 3px 0;
  display: block;
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 500;
  position: relative;
}

header .main-menu ul > li :hover {
  color: rgb(40, 68, 148);
  opacity: 0.9;
}

header .main-menu ul > li.current > a {
  color: rgb(40, 68, 148);
  background: url("../../img/frontend/icons/14.png") bottom left repeat-x;
  opacity: 1;
}

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

.btn-logout {
  width: 41px;
  height: 41px;
  display: block;
  background: url("../../img/frontend/icons/02.png") center no-repeat;
}

.btn-logout:hover {
  opacity: 0.9;
}

/* *** 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 20px;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  max-height: 100%;
  width: 148px;
  margin-left: -5px;
}

.buttons-rsp {
  background: rgb(0, 120, 169);
  position: relative;
  z-index: 20;
  padding: 0 20px 20px 20px;
  border-radius: 0 0 17px 17px;
  display: flex;
  box-shadow: 0 0 20px rgba(6, 48, 66, 0.26);
  flex-direction: column;
}

.buttons-rsp .btn-1 {
  margin-top: 12px;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: rgb(40, 68, 148);
}

.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: rgb(254, 250, 223);
  padding: 10px 0;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
}

.menu-rsp nav > ul > li:first-child {
  border-top: none;
}

.menu-rsp nav .menu-rsp-content a {
  line-height: normal;
  height: auto;
  color: rgb(40, 68, 148);
  font-size: 16px;
  float: left;
  width: 100%;
  text-align: center;
  padding: 16px 20px;
}

.menu-rsp nav .menu-rsp-content a:hover {
  color: rgb(40, 68, 148);
  font-weight: bold;
}

.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: #fff;
}

.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;
  }
  body {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
footer {
  padding: 140px 0;
  background: #FEFADF;
  color: #284494;
  font-size: 14px;
  line-height: 16px;
}

footer .footer-bottom {
  border-top: 2px solid rgba(151, 151, 151, 0.2);
  padding-top: 34px;
  display: flex;
  justify-content: space-between;
}

footer a {
  color: #284494;
}

footer a:hover {
  opacity: 0.9;
  color: #284494;
}

.f-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.f-menu ul li {
  margin-right: 58px;
}

.footer-top {
  padding-bottom: 110px;
}
.footer-top .row-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-top .row-box .col-box {
  width: 50%;
}
.footer-top .row-box .col-box .f-logos {
  display: flex;
  justify-content: space-between;
}
.footer-top .row-box .col-box .f-logos .f-logo {
  padding: 0 25px;
}
.footer-top .row-box .col-box:last-child {
  display: flex;
  justify-content: center;
}
.footer-top .row-box .col-box:last-child .f-txt {
  display: flex;
}
.footer-top .row-box .col-box:last-child .f-txt .col-box-1 {
  padding: 0 45px;
}
.footer-top .row-box .col-box:last-child .f-txt .col-box-1 .f-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-top .row-box .col-box:last-child .f-txt .col-box-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-top .row-box .col-box:last-child .f-txt .col-box-1 ul li {
  margin-bottom: 7px;
}
.footer-top .row-box .col-box:last-child .f-txt .col-box-1 ul li:last-child {
  margin-bottom: 0;
}
.footer-top .row-box .col-box:last-child .f-txt .col-box-1 ul li .fb {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 3px 0;
  padding-left: 25px;
  background: url("../../img/frontend/icons/28.png") left center no-repeat;
}
.footer-top .row-box .col-box:last-child .f-txt .col-box-1 ul li .inst {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 3px 0;
  padding-left: 25px;
  background: url("../../img/frontend/icons/29.png") left center no-repeat;
}

/* *** LOGOWANIE *** */
.log-content {
  position: relative;
  display: flex;
}
.log-content .col-box {
  width: 50%;
}
.log-content .col-box-2 {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("../../img/frontend/01.png") center no-repeat;
  background-size: cover;
}
.log-content .col-box-2 figure {
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.log-content .col-box-1 {
  padding: 100px 20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.log-content .col-box-1 .log-logo {
  text-align: center;
}
.log-content .col-box-1 h2 {
  padding: 60px 0;
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
  margin: 0;
  color: #284494;
  text-align: center;
}
.log-content .col-box-1 h3 {
  color: #284494;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 28px;
}
.log-content .log-box {
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
}
.log-content .log-box .txt-1 {
  text-align: center;
  font-size: 14px;
  margin: -25px 0 60px 0;
  line-height: 16px;
}
.log-content .log-box .txt-1 a {
  color: rgb(40, 68, 148);
  text-decoration: underline;
}
.log-content .log-box .txt-1 a:hover {
  text-decoration: none;
}
.log-content .log-box .button-box-1 {
  padding: 0 10px;
  margin-bottom: 90px;
}
.log-content .log-box .button-box-2 {
  padding: 0 10px;
}
.log-content .log-box .button-box-3 {
  padding: 22px 0 54px 0;
}
.log-content .log-box .txt-3 {
  text-align: center;
  margin-bottom: 30px;
}
.log-content .log-box .txt-2 {
  color: rgb(40, 68, 148);
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}
.log-content .log-box .button-box-2 {
  padding: 0 10px;
}
.log-content .log-box .txt-4 {
  margin: 0 -80px 0 -20px;
  font-size: 14px;
  padding: 10px 0 25px 0;
  line-height: 16px;
}
.log-content .log-box .txt-4 .txt-4-2 {
  display: flex;
}
.log-content .log-box .txt-4 .txt-4-2-1 {
  padding-right: 15px;
}
.log-content .log-box .txt-4 .txt-4-2-1, .log-content .log-box .txt-4 .txt-4-2-2 {
  margin-top: 15px;
}

.label-box {
  margin-bottom: 8px;
}
.label-box label {
  display: block;
  margin: 0;
  color: #284494;
  font-size: 14px;
  line-height: 18px;
}
.label-box label span {
  color: #4A5565;
}

.input-file {
  display: block;
  padding: 0 16px;
  height: 45px;
  width: 100%;
  border: 1px solid rgba(74, 85, 101, 0.4);
  border-radius: 10px;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  line-height: 24px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.input-file input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.input-file .input-file-txt-1 {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(40, 68, 148, 0.4);
  font-size: 14px;
  padding: 0 15px;
  color: #fff;
  height: 100%;
  border-radius: 10px 0 0 10px;
  line-height: 44px;
}
.input-file .input-file-txt-2 {
  height: 100%;
  display: flex;
  align-items: center;
  color: rgba(74, 85, 101, 0.6);
}

.input-box {
  margin-bottom: 38px;
  position: relative;
}
.input-box input, .input-box select, .input-box textarea {
  display: block;
  padding: 0 16px;
  height: 45px;
  width: 100%;
  border: 1px solid rgba(74, 85, 101, 0.4);
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.input-box input.error, .input-box select.error, .input-box textarea.error {
  border-color: #ED2626;
}
.input-box textarea {
  height: 138px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
  overflow: auto;
}
.input-box select {
  color: rgba(74, 85, 101, 0.6);
  background: #fff url("../../img/frontend/icons/05.png") calc(100% - 15px) 18px no-repeat;
  appearance: none; /* Standard */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none;
}
.input-box select option {
  color: #000;
}

::placeholder {
  color: rgba(74, 85, 101, 0.6);
}

.btn-1 {
  height: 45px;
  display: block;
  padding: 0 24px;
  background: rgb(40, 68, 148);
  width: 100%;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  border: none;
  font-weight: 500;
  border-radius: 15px;
  text-align: center;
  border: 2px solid rgb(40, 68, 148);
}
.btn-1:hover {
  opacity: 0.9;
  color: #fff;
}

.btn-2 {
  height: 45px;
  display: block;
  padding: 0 24px;
  background: #fff;
  width: 100%;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  color: rgb(40, 68, 148);
  border: none;
  border-radius: 15px;
  border: 2px solid rgb(40, 68, 148);
}
.btn-2:hover {
  opacity: 0.9;
  color: rgb(40, 68, 148);
}

.btn-password {
  height: 43px;
  width: 43px;
  display: block;
  background: #fff url("../../img/frontend/icons/01.png") center no-repeat;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 10px;
}
.btn-password:hover {
  opacity: 0.9;
}

.error-txt {
  margin-top: 8px;
  padding: 0 22px;
  color: #ED2626;
  font-size: 10px;
  line-height: 14px;
  padding-left: 49px;
  background: url("../../img/frontend/icons/02.png") 22px top no-repeat;
}

.btn-prev {
  display: inline-block;
  color: #284494;
  font-size: 14px;
  line-height: 16px;
  padding-left: 18px;
  background: url("../../img/frontend/icons/03.png") left center no-repeat;
}
.btn-prev:hover {
  opacity: 0.85;
  color: #284494;
}

/* *** REJESTRACJA *** */
.reg-body {
  background: url("../../img/frontend/04.png") center top no-repeat;
}

.reg-content {
  padding: 95px 0;
}
.reg-content .reg-content-box-1 {
  display: flex;
  flex-wrap: wrap;
}
.reg-content .reg-content-box-1 .col-box {
  padding: 0 90px;
  width: 50%;
}
.reg-content .reg-content-box-1 .reg-box-1 {
  width: 400px;
  max-width: 100%;
}

.wrapper {
  width: 1390px;
  margin: 0 auto;
  max-width: 100%;
}

.reg-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.reg-title img {
  flex-shrink: 0;
  margin-right: 12px;
}
.reg-title h2 {
  color: #284494;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.my-tooltip {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 4px 0 0;
}

.btn-add span {
  padding: 5px 0;
  background: url("../../img/frontend/icons/08.png") right center no-repeat;
  padding-right: 34px;
}

.reg-line {
  height: 112px;
  background: url("../../img/frontend/05.png") center repeat-x;
}

.reg-info {
  font-size: 14px;
  line-height: 16px;
  padding-top: 40px;
  color: rgb(66, 66, 66);
}
.reg-info .reg-info-2 {
  display: flex;
}
.reg-info .reg-info-2-1 {
  padding-right: 15px;
}
.reg-info .reg-info-2-1, .reg-info .reg-info-2-2 {
  margin-top: 15px;
}

.reg-box-2 .btn-1 {
  width: 400px;
  max-width: 100%;
}
.reg-box-2 .button-box {
  padding-top: 45px;
}

.checkbox-content .checkbox-box {
  margin-bottom: 24px;
  color: rgb(103, 103, 103);
  font-size: 10px;
  line-height: 14px;
}
.checkbox-content .checkbox-box .error {
  color: rgb(237, 38, 38);
  font-size: 10px;
  line-height: 14px;
  padding-left: 32px;
  padding-top: 5px;
}
.checkbox-content .checkbox-box label {
  display: block;
  margin: 0;
  position: relative;
  padding-top: 3px;
}
.checkbox-content .checkbox-box label span.l-txt {
  display: block;
  padding-left: 32px;
}
.checkbox-content .checkbox-box label span.l-txt:after {
  width: 19px;
  height: 19px;
  background: url("../../img/frontend/icons/11.png") center no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-content .checkbox-box label span.l-txt span {
  color: rgb(40, 68, 148);
}
.checkbox-content .checkbox-box label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.checkbox-content .checkbox-box a {
  color: rgb(103, 103, 103);
}
.checkbox-content .checkbox-box a:hover {
  text-decoration: underline;
  color: rgb(103, 103, 103);
}
.checkbox-content .checkbox-box-line {
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: 1px solid rgba(74, 85, 101, 0.4);
  padding-bottom: 12px;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 10px;
}

.checkbox-content .checkbox-box label :checked + span:after {
  background: url("../../img/frontend/icons/12.png") center no-repeat;
}

.checkbox-content .checkbox-box.error label span.l-txt:after {
  background: url("../../img/frontend/icons/13.png") center no-repeat;
}

.legend-box {
  border-top: 1px solid rgba(74, 85, 101, 0.4);
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  margin-top: 80px;
  padding-top: 2px;
}

/* *** HOME *** */
.content-box-1 {
  padding: 21px 0 24px 0;
  background: linear-gradient(90deg, #5AB692 0%, #5AB692 46.63%, #284494 100%);
  color: rgb(254, 250, 223);
}
.content-box-1 h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 8px;
}
.content-box-1 a {
  color: rgb(254, 250, 223);
}
.content-box-1 a:hover {
  opacity: 0.9;
  color: rgb(254, 250, 223);
}

.content-box-2 {
  z-index: 1;
  position: relative;
}
.content-box-2 .swiper-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-box-2 .swiper-box .wrapper {
  position: relative;
}
.content-box-2 .swiper-box figure {
  position: absolute;
  bottom: 106px;
  right: -50px;
}
.content-box-2 .swiper-box .description {
  padding: 63px 0;
  height: 602px;
}
.content-box-2 .swiper-box .description .txt-1 {
  margin-bottom: 20px;
}
.content-box-2 .swiper-box .description .txt-2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
}
.content-box-2 .swiper-box .description .txt-2-2 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
}

.content-box-3 {
  position: relative;
  z-index: 3;
  background: rgba(254, 250, 223, 0.4);
}

.boxes-1 {
  padding-bottom: 99px;
}
.boxes-1 .row-box {
  display: flex;
  margin: 0 -16px;
}
.boxes-1 .row-box .col-box {
  width: 33.33333%;
  padding: 0 16px;
}
.boxes-1 .row-box .col-box .box-1 {
  margin-top: -180px;
  border-radius: 15px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.boxes-1 .row-box .col-box .box-1 .txt-1 {
  border-radius: 15px;
  padding: 10px 19px;
  background: rgb(136, 212, 216);
  margin-bottom: 10px;
}
.boxes-1 .row-box .col-box .box-1 .txt-1 .txt-1-1 {
  color: rgb(40, 68, 148);
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: 500;
}
.boxes-1 .row-box .col-box .box-1 .txt-1 .txt-1-2 {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 28px;
}
.boxes-1 .row-box .col-box .box-1 .txt-1 .txt-1-3 {
  color: rgb(40, 68, 148);
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
}
.boxes-1 .row-box .col-box .box-1 .txt-2 {
  padding: 0 8px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
}
.boxes-1 .row-box .col-box .box-1 .txt-3 {
  padding: 0 8px;
  color: rgb(136, 212, 216);
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 10px;
}
.boxes-1 .row-box .col-box .box-1 .txt-4 {
  padding: 0 8px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.boxes-1 .row-box .col-box .box-1 .txt-5 {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.boxes-1 .row-box .col-box .box-1 .txt-5 .txt-5-1 {
  margin-right: 7px;
  background: rgba(205, 237, 239, 0.4);
  height: 25px;
  width: 13%;
  border-radius: 50px;
}
.boxes-1 .row-box .col-box .box-1 .txt-5 .active {
  background: rgb(205, 237, 239);
}
.boxes-1 .row-box .col-box .box-1 .txt-5 .txt-5-2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  padding: 3px 0 0 2px;
}
.boxes-1 .row-box .col-box .box-1-2 .txt-1 {
  background: rgb(255, 158, 34);
}
.boxes-1 .row-box .col-box .box-1-2 .txt-3 {
  color: rgb(255, 158, 34);
}
.boxes-1 .row-box .col-box .box-1-2 .txt-3 span {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.boxes-1 .row-box .col-box .box-1-2 .txt-5 .txt-5-1 {
  width: 23%;
  background: rgba(255, 158, 34, 0.4);
}
.boxes-1 .row-box .col-box .box-1-2 .txt-5 .active {
  background: rgb(255, 158, 34);
}
.boxes-1 .row-box .col-box .box-1-3 .txt-1 {
  background: rgb(90, 182, 146);
}
.boxes-1 .row-box .col-box .box-1-3 .txt-3 {
  color: rgb(90, 182, 146);
}
.boxes-1 .row-box .col-box .box-1-3 .txt-3 span {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.boxes-1 .row-box .col-box .box-1-3 .txt-5 .txt-5-1 {
  width: 34%;
  background: rgba(90, 182, 146, 0.4);
}
.boxes-1 .row-box .col-box .box-1-3 .txt-5 .active {
  background: rgb(90, 182, 146);
}

.content-box-4 {
  background: linear-gradient(rgba(136, 212, 216, 0.4) 0%, #C1E6DB 46.63%, #FEFADF 100%);
  padding: 120px 0 130px 0;
}

.title h2 {
  margin: 0 0 45px 0;
  color: #284494;
  font-size: 56px;
  font-weight: 900;
  line-height: 64px;
}

.content-overflow {
  overflow: hidden;
}

.boxes-2 {
  margin-bottom: -60px;
}
.boxes-2 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.boxes-2 .row-box .col-box {
  padding: 0 14px;
  width: 20%;
  margin-bottom: 60px;
}
.boxes-2 .row-box .no-active {
  opacity: 0.5;
}
.boxes-2 .row-box .box-2 {
  position: relative;
}
.boxes-2 .row-box .box-2 .my-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin: 15px;
}
.boxes-2 .row-box .box-2 figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.boxes-2 .row-box .box-2-txt {
  text-align: center;
  color: #284494;
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
  padding-top: 18px;
}

/* *** MOJE KONTO *** */
.btn-2.active {
  background: rgb(40, 68, 148);
  color: #fff;
}

.main-content {
  padding: 45px 0 120px 0;
}

.title-1 {
  margin-bottom: 12px;
}
.title-1 h1, .title-1 h2 {
  margin: 0;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  color: rgb(40, 68, 148);
}
.title-1 a {
  color: rgb(40, 68, 148);
  padding-left: 29px;
  display: inline-block;
  background: url("../../img/frontend/icons/30.png") left center no-repeat;
}

.nav-tabs-1 {
  margin-bottom: 48px;
}
.nav-tabs-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  border-bottom: 1px solid rgba(74, 85, 101, 0.4);
}
.nav-tabs-1 ul li {
  margin-right: 38px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: -1px;
}
.nav-tabs-1 ul li a {
  padding: 2px 0;
  display: block;
  color: rgb(40, 68, 148);
  border-bottom: 3px solid transparent;
}
.nav-tabs-1 ul li a:hover {
  opacity: 0.9;
}
.nav-tabs-1 ul li.current a {
  font-weight: bold;
  border-color: rgb(90, 182, 146);
}

.cont-box {
  display: none;
}

.content-box-5 {
  display: flex;
}
.content-box-5 .col-box-1 {
  width: 450px;
  padding-right: 50px;
}
.content-box-5 .col-box-2 {
  width: calc(100% - 450px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-box input:disabled {
  background: #fff url("../../img/frontend/icons/31.png") calc(100% - 15px) center no-repeat;
}

.form-box-1 .txt-1 {
  margin-bottom: 20px;
  color: rgb(80, 80, 80);
  padding: 22px 0;
}

.content-box-6 {
  display: flex;
}
.content-box-6 .col-box-1 {
  width: 50%;
  padding-right: 134px;
}
.content-box-6 .col-box-2 {
  width: 50%;
}

.form-box-2 .form-box-2-1 {
  width: 400px;
  margin-left: 27px;
  max-width: 100%;
}
.form-box-2 .reg-info {
  padding: 0;
  font-size: 16px;
  padding-top: 30px;
  line-height: 24px;
  padding-bottom: 50px;
  border-bottom: 3px solid rgb(90, 182, 146);
  margin-bottom: 55px;
}

.content-box-7 {
  border-bottom: 3px solid rgb(90, 182, 146);
  padding-bottom: 22px;
  display: flex;
  align-items: center;
}
.content-box-7 h2 {
  margin: 0;
  color: rgb(40, 68, 148);
  font-size: 28px;
  line-height: 35px;
  margin-right: 28px;
}
.content-box-7 h2 span {
  font-size: 32px;
  margin-left: 10px;
}

.my-select {
  position: relative;
  display: block;
  padding: 0 16px;
  z-index: 2;
  height: 45px;
  width: 380px;
  border: 1px solid rgba(74, 85, 101, 0.4);
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.my-select .sel-txt {
  color: #9B959F;
  font-size: 16px;
  line-height: 24px;
  line-height: 44px;
}
.my-select .sel {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 16px;
  border-radius: 10px;
  background: #fff;
}
.my-select .sel .sel-name {
  height: 43px;
  line-height: 44px;
  cursor: pointer;
  font-size: 14px;
  background: url("../../img/frontend/icons/32.png") right 13px no-repeat;
  padding-right: 26px;
}
.my-select .sel ul {
  border: 1px solid rgba(74, 85, 101, 0.4);
  position: absolute;
  top: 100%;
  border-radius: 10px;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  display: none;
  list-style: none;
  background: #fff;
  padding: 4px 16px;
}
.my-select .sel ul li a {
  color: #000;
  font-size: 14px;
  display: block;
  padding: 0;
}
.my-select .sel ul li a:hover {
  color: rgb(40, 68, 148);
}

.sel:hover ul {
  display: block;
}

.content-box-8 {
  display: flex;
  padding: 10px 0 9px 0;
  border-bottom: 3px solid rgb(40, 68, 148);
}
.content-box-8 .col-box {
  width: 50%;
  text-align: center;
  color: rgb(69, 69, 69);
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}

.table-1 table {
  width: 100%;
  color: rgb(69, 69, 69);
}
.table-1 table tr th {
  border-bottom: 3px solid rgb(90, 182, 146);
  padding: 20px 12px 12px 12px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.table-1 table tr td {
  border-bottom: 3px solid rgba(90, 182, 146, 0.4);
  padding: 20px 12px 12px 12px;
}

.mb-35 {
  margin-bottom: 35px;
}

.buttons-prev-next {
  display: flex;
  padding: 0 34px;
  justify-content: flex-end;
}
.buttons-prev-next a {
  width: auto;
  margin-left: 12px;
}

.btn-prev-1 span {
  background: url("../../img/frontend/icons/33.png") left center no-repeat;
  padding-left: 22px;
}

.btn-prev-1, .btn-next-1 {
  font-size: 16px;
  min-width: 120px;
  text-align: center;
  padding: 0 20px;
}

.btn-next-1 span {
  background: url("../../img/frontend/icons/34.png") right center no-repeat;
  padding-right: 22px;
}

.status {
  padding: 2px 0;
  color: rgb(90, 182, 146);
  background: url("../../img/frontend/icons/35.png") left center no-repeat;
  padding-left: 30px;
  margin-left: -7px;
}

.przyznana {
  color: rgb(255, 158, 34);
  background: url("../../img/frontend/icons/37.png") left center no-repeat;
}

.anulowana {
  color: rgb(237, 38, 38);
  background: url("../../img/frontend/icons/38.png") left center no-repeat;
}

.btn-download {
  color: rgb(40, 68, 148);
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  padding: 2px 0 1px 0;
  padding-left: 27px;
  background: url("../../img/frontend/icons/36.png") left center no-repeat;
}
.btn-download:hover {
  opacity: 0.9;
  color: rgb(40, 68, 148);
}

.mb-30 {
  margin-bottom: 30px;
}

.boxes-3 {
  padding-top: 10px;
}
.boxes-3 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -28px;
  margin-bottom: -56px;
}
.boxes-3 .row-box .col-box {
  margin-bottom: 56px;
  padding: 0 28px;
  width: 33.3333%;
}
.boxes-3 .row-box .col-box .box-3 {
  position: relative;
  padding: 13px;
  border-radius: 14px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.boxes-3 .row-box .col-box .box-3 .txt-2 {
  min-height: 127px;
}
.boxes-3 .row-box .col-box .box-3 .image img {
  border-radius: 15px;
}
.boxes-3 .row-box .col-box .box-3 a {
  display: block;
}
.boxes-3 .row-box .col-box .box-3 a:hover {
  opacity: 0.9;
}
.boxes-3 .row-box .col-box .box-3:after {
  width: 49px;
  height: 49px;
  display: block;
  content: "";
  position: absolute;
  bottom: -34px;
  right: -25px;
  background: url("../../img/frontend/icons/39.png") center no-repeat;
}
.boxes-3 .row-box .col-box .box-3 img {
  display: block;
}
.boxes-3 .row-box .col-box .box-3 .txt {
  position: absolute;
  bottom: 7px;
  left: 0;
}
.boxes-3 .row-box .col-box .box-3 .desc {
  position: absolute;
  bottom: 13px;
  width: calc(100% - 26px);
  background: rgba(106, 70, 197, 0.85);
  border-radius: 15px;
  padding: 26px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  left: 13px;
}
.boxes-3 .row-box .col-box .box-3 .desc p {
  margin-bottom: 15px;
}
.boxes-3 .row-box .col-box .box-3 .desc p:last-child {
  margin-bottom: 0;
}
.boxes-3 .row-box .col-box .box-instagram {
  background: linear-gradient(270deg, rgba(246, 211, 113, 0.7) 11.54%, rgba(242, 122, 29, 0.7) 26.92%, rgba(229, 91, 61, 0.7) 35.93%, rgba(207, 40, 114, 0.7) 50.48%, rgba(111, 67, 195, 0.7) 73.08%, rgba(77, 88, 206, 0.7) 100%);
}
.boxes-3 .row-box .col-box .txt-1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 23px;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(270deg, rgba(246, 211, 113, 0.7) 11.54%, rgba(242, 122, 29, 0.7) 26.92%, rgba(229, 91, 61, 0.7) 35.93%, rgba(207, 40, 114, 0.7) 50.48%, rgba(111, 67, 195, 0.7) 73.08%, rgba(77, 88, 206, 0.7) 100%);
}
.boxes-3 .row-box .col-box .txt-1 span {
  border-radius: 13px;
  padding: 8px 15px 7px 15px;
  background: #fff;
  display: block;
  color: rgb(40, 68, 148);
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.boxes-3 .row-box .col-box .box-facebook {
  background: rgb(24, 119, 242);
}
.boxes-3 .row-box .col-box .box-facebook .desc {
  background: rgba(24, 119, 242, 0.85);
}
.boxes-3 .row-box .col-box .box-facebook .txt-1 {
  background: rgb(24, 119, 242);
}
.boxes-3 .row-box .col-box .box-wiedza {
  background: rgb(90, 182, 146);
}
.boxes-3 .row-box .col-box .box-wiedza .desc {
  background: rgba(90, 182, 146, 0.85);
}
.boxes-3 .row-box .col-box .box-wiedza .txt-1 {
  background: rgb(90, 182, 146);
}
.boxes-3 .row-box .col-box .box-inspiracje {
  background: rgb(254, 250, 223);
}
.boxes-3 .row-box .col-box .box-inspiracje .desc {
  background: rgba(254, 250, 223, 0.85);
}
.boxes-3 .row-box .col-box .box-inspiracje .desc .txt-2 {
  color: rgb(40, 68, 148);
}
.boxes-3 .row-box .col-box .box-inspiracje .txt-1 {
  background: rgb(254, 250, 223);
}
.boxes-3 .row-box .col-box .box-posty {
  background: rgb(40, 68, 148);
}
.boxes-3 .row-box .col-box .box-posty .desc {
  background: rgba(40, 68, 148, 0.85);
}
.boxes-3 .row-box .col-box .box-posty .txt-1 {
  background: rgb(40, 68, 148);
}

.title-2 {
  margin-bottom: 40px;
  text-align: center;
}
.title-2 h2 {
  color: rgb(40, 68, 148);
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  margin: 0;
}

.mb-120 {
  margin-bottom: 120px;
}

.font-18 {
  font-size: 18px;
  line-height: 28px;
}

.content-box-10 {
  text-align: center;
}

.filtration-box {
  margin-bottom: 40px;
}
.filtration-box .row-box {
  display: flex;
  flex-wrap: wrap;
}
.filtration-box .row-box > div {
  margin-right: 10px;
  margin-bottom: 10px;
}
.filtration-box .row-box > div button {
  border-radius: 15px;
  border: none;
  padding: 2px;
  position: relative;
}
.filtration-box .row-box > div button span {
  border-radius: 13px;
  padding: 8px 15px 7px 15px;
  background: #fff;
  display: block;
  color: rgb(40, 68, 148);
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.filtration-box .row-box > div .is-checked {
  transform: translateY(-10px);
}
.filtration-box .row-box > div .bg-1 {
  background: linear-gradient(270deg, rgba(246, 211, 113, 0.7) 11.54%, rgba(242, 122, 29, 0.7) 26.92%, rgba(229, 91, 61, 0.7) 35.93%, rgba(207, 40, 114, 0.7) 50.48%, rgba(111, 67, 195, 0.7) 73.08%, rgba(77, 88, 206, 0.7) 100%);
}
.filtration-box .row-box > div .bg-2 {
  background: rgb(24, 119, 242);
}
.filtration-box .row-box > div .bg-3 {
  background: rgb(40, 68, 148);
}
.filtration-box .row-box > div .bg-4 {
  background: rgb(254, 250, 223);
}
.filtration-box .row-box > div .bg-5 {
  background: rgb(90, 182, 146);
}

.content-box-11 {
  padding-top: 30px;
  text-align: center;
}
.content-box-11 img {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}

.content-box-12 .content-box-5 {
  align-items: center;
}
.content-box-12 .content-box-5 .txt-2 {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: rgb(69, 69, 69);
}

.mb-50 {
  margin-bottom: 50px;
}

.content-box-13 {
  padding-top: 22px;
}
.content-box-13 .nav-tabs-1 ul li.current a {
  border-color: rgb(255, 158, 34);
}
.content-box-13 .nav-tabs-1 {
  margin-bottom: 25px;
}
.content-box-13 .content-box-13-1 .input-box {
  width: 200px;
}
.content-box-13 .content-box-13-1 .input-box select {
  height: 49px;
  border: 1px solid rgb(209, 213, 220);
  background: #fff url(../../img/frontend/icons/40.png) calc(100% - 15px) 21px no-repeat;
  color: #000;
  box-shadow: none;
}
.content-box-13 .content-box-13-1 .label-box {
  margin-bottom: 13px;
}
.content-box-13 .content-box-13-2 {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background: rgb(255, 158, 34);
  border-radius: 16px;
  padding: 32px;
  align-items: center;
  display: flex;
}
.content-box-13 .content-box-13-2 figure {
  flex-shrink: 0;
  margin-right: 32px;
}
.content-box-13 .content-box-13-2 .txt-1 {
  font-size: 28px;
  line-height: 35px;
  color: rgb(54, 65, 83);
  font-weight: 500;
}
.content-box-13 .content-box-13-2 .txt-2 {
  color: rgb(54, 65, 83);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: -10px;
  font-weight: 500;
}
.content-box-13 .content-box-13-2 .txt-2 strong {
  font-weight: 900;
  font-size: 56px;
  margin: 0 5px 0 0;
  line-height: 64px;
  color: rgb(40, 68, 148);
}
.content-box-13 .content-box-13-2 .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title-3 h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  color: rgb(54, 65, 83);
  margin: 0;
}

.mb-40 {
  margin-bottom: 40px;
}

.table-2 {
  border: 1px solid rgb(229, 231, 235);
  border-radius: 14px;
  overflow: hidden;
}
.table-2 table {
  width: 100%;
}
.table-2 table tr {
  position: relative;
}
.table-2 table tr th {
  padding: 20px 24px 18px 24px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgb(74, 85, 101);
  background: rgb(249, 250, 251);
}
.table-2 table tr td {
  color: rgb(54, 65, 83);
  border-top: 1px solid rgb(229, 231, 235);
  padding: 17px 24px;
}
.table-2 table tr .points {
  padding: 4px 12px 2px 12px;
  background: rgb(243, 244, 246);
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: rgb(54, 65, 83);
}
.table-2 table tr .place-0 {
  padding-left: 27px;
  background: url(../../img/frontend/icons/42.png) left center no-repeat;
}
.table-2 table tr .place-1 {
  padding-left: 27px;
  background: url(../../img/frontend/icons/43.png) left center no-repeat;
}
.table-2 table tr .place-2 {
  padding-left: 27px;
  background: url(../../img/frontend/icons/44.png) left center no-repeat;
}
.table-2 table .active:after, .table-2 table tr:hover:after {
  width: 3px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 158, 34);
}
.table-2 table .active td, .table-2 table tr:hover td {
  border-bottom: 1px solid rgb(255, 158, 34);
  background: rgb(239, 246, 255);
}
.table-2 table .active td .points, .table-2 table tr:hover td .points {
  color: rgb(40, 68, 148);
  background: rgb(224, 231, 255);
}
.table-2 table .active td .place, .table-2 table tr:hover td .place {
  color: rgb(40, 68, 148);
  font-weight: bold;
}
.table-2 table .active td .txt, .table-2 table tr:hover td .txt {
  font-weight: bold;
}

/* *** POWIADOMIENIA *** */
.content-box-14 {
  display: flex;
}
.content-box-14 .col-box-1 {
  width: calc(100% - 520px);
}
.content-box-14 .col-box-2 {
  padding-left: 80px;
  width: 520px;
}

.boxes-4 .box-4 {
  margin-bottom: 40px;
  background: rgb(197, 231, 251);
  padding: 22px 24px 24px 24px;
  border-radius: 16px;
}
.boxes-4 .box-4:last-child {
  margin-bottom: 0;
}
.boxes-4 .txt-1 {
  color: rgb(40, 68, 148);
  font-weight: bold;
  margin-bottom: 13px;
}
.boxes-4 .txt-2 {
  color: rgb(40, 68, 148);
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
}
.boxes-4 .box-4-1 {
  border: 1px solid rgb(229, 231, 235);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.boxes-4 .box-4-1 .txt-1 {
  color: rgb(30, 41, 57);
}
.boxes-4 .box-4-1 .txt-4 {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.boxes-4 .box-4-1 .txt-4:last-child {
  margin-bottom: 0;
}
.boxes-4 .box-4-1 .txt-4 .txt-4-2 {
  font-size: 14px;
  font-weight: bold;
}
.boxes-4 .box-4-1 .txt-4 .txt-4-1 {
  padding-left: 20px;
  position: relative;
}
.boxes-4 .box-4-1 .txt-4 .txt-4-1:after {
  width: 12px;
  height: 12px;
  background: rgb(255, 158, 34);
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.boxes-4 .box-4-1 .txt-4 .txt-4-1-1:after {
  background: rgb(40, 68, 148);
}
.boxes-4 .box-4-2 {
  background: #eef9ff;
  border: 1px solid #d6e8ff;
}
.boxes-4 .box-4-2 .txt-3 {
  margin-bottom: 7px;
}
.boxes-4 .box-4-2 .txt-3:last-child {
  margin-bottom: 0;
}
.boxes-4 .box-4-2 .txt-3 .txt-3-1 {
  color: rgb(16, 24, 40);
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.boxes-4 .box-4-2 .txt-3 .txt-3-2 {
  color: rgb(74, 85, 101);
}

.boxes-5 .box-5 {
  margin-bottom: 22px;
  border: 1px solid rgba(229, 231, 235, 0.6);
  border-radius: 14px;
  padding: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.boxes-5 .box-5:last-child {
  margin-bottom: 0;
}
.boxes-5 .box-5 .cl-box-3 {
  opacity: 0.6;
  flex-shrink: 0;
  padding-right: 10px;
}
.boxes-5 .box-5 .cl-box-1 {
  flex-shrink: 0;
  width: 100px;
  font-size: 14px;
  line-height: 22px;
  border-right: 1px solid rgba(209, 213, 220, 0.6);
}
.boxes-5 .box-5 .cl-box-2 {
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
.boxes-5 .box-5 .cl-box-2 .txt-3 {
  color: rgba(106, 114, 130, 0.6);
}
.boxes-5 .box-5 .cl-box-2 .txt-2 {
  padding: 8px 48px 5px 48px;
  background: rgb(243, 244, 246);
  color: rgba(106, 114, 130, 0.6);
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 6px;
  border-radius: 30px;
  font-weight: bold;
  display: inline-block;
}
.boxes-5 .box-5 .txt-1 {
  color: rgb(153, 161, 175);
  opacity: 0.6;
}
.boxes-5 .box-5-1 {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(40, 68, 148);
  background: linear-gradient(rgb(197, 231, 251), rgb(255, 255, 255));
}
.boxes-5 .box-5-1 .txt-1 {
  color: rgb(106, 114, 130);
  opacity: 1;
}
.boxes-5 .box-5-1 .txt-1 span {
  color: rgb(74, 85, 101);
}
.boxes-5 .box-5-1 .cl-box-2 .txt-3 {
  color: rgb(30, 41, 57);
}
.boxes-5 .box-5-1 .cl-box-2 .txt-2 {
  background: rgb(40, 68, 148);
  color: #fff;
}
.boxes-5 .box-5-1 .cl-box-3 {
  opacity: 1;
}
.boxes-5 .box-5-2 {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 158, 34, 0.3);
  background: linear-gradient(rgb(254, 250, 223), rgb(255, 255, 255));
}
.boxes-5 .box-5-2 .txt-1 {
  color: rgb(106, 114, 130);
  opacity: 1;
}
.boxes-5 .box-5-2 .txt-1 span {
  color: rgb(74, 85, 101);
}
.boxes-5 .box-5-2 .cl-box-2 .txt-3 {
  color: rgb(30, 41, 57);
}
.boxes-5 .box-5-2 .cl-box-2 .txt-2 {
  background: rgb(255, 158, 34);
  color: #fff;
}
.boxes-5 .box-5-2 .cl-box-3 {
  opacity: 1;
}

.content-box-14 {
  padding-top: 35px;
}

/* *** ZASADY *** */
.content-box-15 {
  display: flex;
  align-items: center;
}
.content-box-15 figure {
  flex-shrink: 0;
  margin-left: 16px;
  width: 60%;
}
.content-box-15 .description {
  padding: 0 24px;
  color: rgb(40, 68, 148);
}

.text p:last-child {
  margin-bottom: 0;
}

.mb-70 {
  margin-bottom: 70px;
}

.line-box {
  height: 20px;
  background: url("../../img/frontend/05.png") center repeat-x;
}

.title-4 img {
  display: block;
}

.content-box-16-1 {
  display: flex;
  align-items: center;
  padding: 0 50px;
}
.content-box-16-1 figure {
  flex-shrink: 0;
  margin-right: 85px;
}

.content-box-16-1-1 figure {
  margin-right: 0;
  margin-left: 85px;
}

.boxes-6 .row-box {
  display: flex;
  margin: 0 -16px;
}
.boxes-6 .row-box .col-box {
  width: 33.3333%;
  padding: 0 16px;
}
.boxes-6 .row-box .col-box .box-6 {
  background: rgba(205, 237, 239, 0.4);
  border-radius: 15px;
  text-align: center;
  height: 100%;
  padding: 18px 23px;
  color: rgb(40, 68, 148);
}
.boxes-6 .row-box .col-box .box-6 .txt-1 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-top: 10px;
}
.boxes-6 .row-box .col-box .box-6-2 {
  background: rgba(255, 158, 34, 0.4);
}
.boxes-6 .row-box .col-box .box-6-3 {
  background: rgba(90, 182, 146, 0.4);
}

.text ul {
  padding-left: 29px;
}
.text ul:last-child {
  margin-bottom: 0;
}

.content-box-18 {
  padding: 0 50px;
}
.content-box-18 h3 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  color: rgb(40, 68, 148);
}

.boxes-7 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxes-7.boxes-7-1 {
  padding-right: 120px;
}
.boxes-7.boxes-7-2 {
  padding-left: 120px;
}
.boxes-7 .box-7 {
  width: 376px;
  font-weight: bold;
  padding-left: 76px;
  margin: 0 30px;
  margin-top: 54px;
  position: relative;
}
.boxes-7 .box-7:after {
  width: 58px;
  height: 58px;
  content: "";
  display: block;
  border-radius: 50%;
  background: rgb(217, 217, 217);
  position: absolute;
  top: 50%;
  margin-top: -29px;
  left: 0;
}

.boxes-8 .box-8 {
  border-bottom: 2px solid rgba(74, 85, 101, 0.4);
}
.boxes-8 .box-8 .name {
  padding: 19px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  cursor: pointer;
  background: url("../../img/frontend/icons/49.png") 8px center no-repeat;
  padding-left: 43px;
}
.boxes-8 .box-8 .text {
  display: none;
  padding-bottom: 27px;
}
.boxes-8 .active {
  border-color: rgb(40, 68, 148);
}
.boxes-8 .active .name {
  background: url("../../img/frontend/icons/50.png") 8px center no-repeat;
  color: rgb(40, 68, 148);
}

:target {
  scroll-margin-top: 20px;
}

/* *** WYZWANIA *** */
.w-content-box-1 {
  display: flex;
  align-items: center;
  margin-top: -40px;
}

.w-content-box-1 figure {
  margin-left: 50px;
  flex-shrink: 0;
}

.w-content-box-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 160px 0 40px;
}
.w-content-box-2 .txt-1 {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}
.w-content-box-2 .txt-1-1 {
  color: #284494;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 10px;
}
.w-content-box-2 .txt-1-1 span {
  font-size: 32px;
  line-height: 40px;
  margin-left: 5px;
}
.w-content-box-2 .txt-2 {
  color: #4A5565;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.w-content-box-2 .txt-2 strong {
  color: #284494;
  font-size: 56px;
  line-height: 64px;
  margin-left: 20px;
  font-weight: 900;
}

.w-boxes-1 {
  padding-top: 5px;
}
.w-boxes-1 .w-box-1-content {
  background: rgba(172, 225, 228, 0.6);
  margin-bottom: 12px;
  border-radius: 15px;
  overflow: hidden;
}
.w-boxes-1 .w-box-1-content:last-child {
  margin-bottom: 0;
}
.w-boxes-1 .w-box-1 {
  padding: 22px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w-boxes-1 .w-box-1 .col-box-1 {
  width: 100%;
}
.w-boxes-1 .w-box-1 .col-box-2 {
  flex-shrink: 0;
}
.w-boxes-1 .w-box-1 .col-box-3 {
  padding: 0 10px 0 30px;
  flex-shrink: 0;
}
.w-boxes-1 .w-box-1 .txt-1 {
  padding: 13px 54px 13px 92px;
  margin: 0 15px;
  border-radius: 15px;
  text-align: center;
  color: rgb(40, 68, 148);
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  background: rgba(172, 225, 228, 0.6) url("../../img/frontend/icons/53.png") 43px center no-repeat;
}
.w-boxes-1 .w-box-1 .txt-1 span {
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
}
.w-boxes-1 .w-box-1 .txt-2 {
  display: flex;
  align-items: center;
}
.w-boxes-1 .w-box-1 .txt-2 .txt-2-1 {
  color: rgb(40, 68, 148);
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
.w-boxes-1 .w-box-1 .txt-2 .txt-2-1 span {
  font-size: 10px;
  line-height: 14px;
  font-weight: normal;
}
.w-boxes-1 .w-box-1 .txt-2 .txt-2-2 {
  display: flex;
  align-items: center;
}
.w-boxes-1 .w-box-1 .txt-2 .txt-2-2 .fb {
  margin-left: 22px;
  color: rgb(40, 68, 148);
  padding-left: 25px;
  display: block;
  background: url("../../img/frontend/icons/54.png") left center no-repeat;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.w-boxes-1 .w-box-1 .txt-2 .txt-2-2 .fb:hover {
  color: rgb(40, 68, 148);
  opacity: 0.9;
}
.w-boxes-1 .w-box-1 .txt-2 .txt-2-2 .inst {
  margin-left: 22px;
  color: rgb(40, 68, 148);
  padding-left: 26px;
  display: block;
  background: url("../../img/frontend/icons/55.png") left center no-repeat;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.w-boxes-1 .w-box-1 .txt-2 .txt-2-2 .google {
  margin-left: 22px;
  color: rgb(40, 68, 148);
  padding-left: 25px;
  display: block;
  background: url("../../img/frontend/icons/google.png") left center no-repeat;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.w-boxes-1 .w-box-1 .txt-2 .txt-2-2 .inst:hover {
  color: rgb(40, 68, 148);
  opacity: 0.9;
}
.w-boxes-1 .w-box-1 .txt-3 {
  margin-top: 16px;
  color: rgb(40, 68, 148);
  font-weight: 500;
}
.w-boxes-1 .w-box-1-content.background-1 {
  background: rgba(255, 158, 34, 0.4);
}
.w-boxes-1 .w-box-1-content.background-1 .w-box-1 .txt-1 {
  background-color: rgba(255, 158, 34, 0.4);
  background-image: url("../../img/frontend/icons/56.png");
}
.w-boxes-1 .w-box-1-content.background-2 {
  background: rgba(90, 182, 146, 0.4);
}
.w-boxes-1 .w-box-1-content.background-2 .w-box-1 .txt-1 {
  background-color: rgba(90, 182, 146, 0.4);
  background-image: url("../../img/frontend/icons/57.png");
}
.w-boxes-1 .w-box-1-content.background-3 {
  background: rgba(254, 250, 223, 0.6);
}
.w-boxes-1 .w-box-1-content.background-3 .w-box-1 .txt-1 {
  background-color: rgb(254, 250, 223);
  background-image: url("../../img/frontend/icons/53.png");
}
.w-boxes-1 .w-box-1-content.background-4 {
  background: rgba(40, 68, 148, 0.4);
}
.w-boxes-1 .w-box-1-content.background-4 .w-box-1 .txt-1 {
  background-color: rgba(40, 68, 148, 0.4);
  background-image: url("../../img/frontend/icons/53.png");
  color: #fff;
}
.w-boxes-1 .w-box-1-content.background-5 {
  background: rgba(74, 85, 101, 0.4);
}
.w-boxes-1 .w-box-1-content.background-5 .w-box-1 .txt-1 {
  background-color: rgba(74, 85, 101, 0.4);
  background-image: url("../../img/frontend/icons/53.png");
  color: #fff;
}

.btn-more {
  font-size: 14px;
  line-height: 16px;
  color: rgb(40, 68, 148);
  padding-left: 22px;
  display: inline-block;
  background: url("../../img/frontend/icons/52.png") left center no-repeat;
}
.btn-more:hover {
  opacity: 0.9;
  color: rgb(40, 68, 148);
}

.nav-tabs-1.not-border ul {
  border-bottom: none;
}

.w-box-1-description {
  background: #fff;
  border-radius: 13px;
  padding: 0 12px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.w-box-1-description .w-frame-box {
  border-bottom: 1px solid rgba(74, 85, 101, 0.4);
  padding: 22px 28px;
}
.w-box-1-description .w-content-box-3 h3 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  color: rgb(40, 68, 148);
  margin-bottom: 20px;
}
.w-box-1-description .w-content-box-4 .name {
  background: linear-gradient(270deg, rgba(246, 211, 113, 0.7) 11.54%, rgba(242, 122, 29, 0.7) 26.92%, rgba(229, 91, 61, 0.7) 35.93%, rgba(207, 40, 114, 0.7) 50.48%, rgba(111, 67, 195, 0.7) 73.08%, rgba(77, 88, 206, 0.7) 100%);
  display: inline-block;
  border-radius: 15px;
  padding: 2px;
}
.w-box-1-description .w-content-box-4 .name span {
  background: #fff;
  border-radius: 13px;
  padding: 9px 15px 6px 15px;
  display: block;
  color: rgb(40, 68, 148);
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.w-box-1-description .w-content-box-4 .name-1 {
  background: rgb(24, 119, 242);
}
.w-box-1-description .w-content-box-4 .date {
  color: rgb(74, 85, 101);
  font-size: 14px;
  padding: 8px 0 4px 0;
  padding-left: 30px;
  margin-left: 20px;
  line-height: 16px;
  background: url("../../img/frontend/icons/60.png") left top no-repeat;
}

.w-boxes-2 .row-box {
  margin: 0 -9px;
  display: flex;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
}
.w-boxes-2 .row-box .col-box {
  width: 20%;
  padding: 0 9px;
  margin-bottom: 18px;
}
.w-boxes-2 .row-box .col-box .w-box-2 {
  background: linear-gradient(270deg, rgba(246, 211, 113, 0.7) 11.54%, rgba(242, 122, 29, 0.7) 26.92%, rgba(229, 91, 61, 0.7) 35.93%, rgba(207, 40, 114, 0.7) 50.48%, rgba(111, 67, 195, 0.7) 73.08%, rgba(77, 88, 206, 0.7) 100%);
  padding: 6px;
  overflow: hidden;
  border-radius: 15px;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg {
  background: #fff;
  border-radius: 10px;
  padding: 13px 15px;
  display: flex;
  flex-wrap: wrap;
  min-height: 115px;
  align-items: flex-start;
  justify-content: space-between;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .date-1 {
  width: 73%;
  padding-right: 2px;
  font-size: 14px;
  line-height: 18px;
  color: rgb(40, 68, 148);
  padding-left: 31px;
  background: url("../../img/frontend/icons/60.png") left 1px no-repeat;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .date-1 span {
  color: rgb(0, 0, 0);
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .date-1-1 {
  padding-top: 8px;
  padding-bottom: 2px;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-box-2-1 {
  border-bottom: 1px solid rgb(0, 0, 0);
  width: 100%;
  padding: 30px 0 11px 0;
  position: relative;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-box-2-1:after {
  position: absolute;
  bottom: -1px;
  left: -15px;
  width: calc(100% + 30px);
  height: 1px;
  background: #000;
  content: "";
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-box-2-1 a {
  display: inline-block;
  color: rgb(40, 68, 148);
  font-size: 14px;
  padding-right: 20px;
  background: url("../../img/frontend/icons/63.png") right center no-repeat;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-box-2-1 a:hover {
  opacity: 0.9;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-box-2-2 {
  width: 100%;
  padding-top: 10px;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-box-2-2 .t-1 {
  margin-bottom: 5px;
  color: rgb(40, 68, 148);
  font-size: 14px;
  line-height: 16px;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-box-2-3 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-box-2-3 img {
  margin: 0 -7px -5px 0;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-checkbox-box {
  margin-top: -19px;
  margin-right: -21px;
  position: relative;
  width: 35%;
  padding: 6px;
  border-radius: 0 15px 0 15px;
  background: linear-gradient(270deg, rgba(246, 211, 113, 0.7) 11.54%, rgba(242, 122, 29, 0.7) 26.92%, rgba(229, 91, 61, 0.7) 35.93%, rgba(207, 40, 114, 0.7) 50.48%, rgba(111, 67, 195, 0.7) 73.08%, rgba(77, 88, 206, 0.7) 100%);
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-checkbox-box input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-checkbox-box label {
  display: block;
  margin: 0;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-checkbox-box label span {
  display: block;
  border-radius: 0 10px 0 10px;
  background: #fff;
  height: 49px;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-checkbox-box .points {
  display: block;
  text-align: center;
  padding-top: 13px;
  opacity: 1;
  border-radius: 0 10px 0 10px;
  background: url("../../img/frontend/20.png") center no-repeat;
  background-size: 100% 100%;
  height: 49px;
  color: #fff;
  font-size: 14px;
}
.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-checkbox-box .points span {
  font-size: 18px;
}

.w-boxes-2 .row-box .col-box .w-box-2 .w-box-2-bg .w-checkbox-box label :checked + span {
  background: #fff url("../../img/frontend/icons/61.png") center no-repeat;
}

.w-boxes-2-blue .row-box .col-box .w-box-2 {
  background: rgb(24, 119, 242);
}

.w-boxes-2-blue .row-box .col-box .w-box-2 .w-box-2-bg .w-checkbox-box {
  background: rgb(24, 119, 242);
}

.w-boxes-2-blue .row-box .col-box .w-box-2 .w-box-2-bg .w-checkbox-box .points {
  background: rgb(24, 119, 242);
}

.w-slider, .w-slider-1 {
  position: relative;
  padding: 0 40px;
  width: 530px;
  overflow: hidden;
  margin-left: 20px;
}
.w-slider .swiper-slide, .w-slider-1 .swiper-slide {
  padding: 0 10px;
  text-align: center;
}
.w-slider .swiper-button-prev, .w-slider-1 .swiper-button-prev {
  width: 13px;
  height: 19px;
  overflow: hidden;
  display: block;
  margin-top: -9.5px;
  left: 0;
  background: url("../../img/frontend/icons/58.png") center no-repeat;
}
.w-slider .swiper-button-prev:after, .w-slider-1 .swiper-button-prev:after {
  display: none;
}
.w-slider .swiper-button-next, .w-slider-1 .swiper-button-next {
  width: 13px;
  height: 19px;
  overflow: hidden;
  display: block;
  margin-top: -9.5px;
  right: 0;
  background: url("../../img/frontend/icons/59.png") center no-repeat;
}
.w-slider .swiper-button-next:after, .w-slider-1 .swiper-button-next:after {
  display: none;
}
.w-slider .swiper, .w-slider-1 .swiper {
  overflow: hidden;
}
.w-slider .swiper-slide a, .w-slider-1 .swiper-slide a {
  color: rgb(40, 68, 148);
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  height: 30px;
  border-bottom: 3px solid transparent;
}
.w-slider .swiper-slide a:hover, .w-slider-1 .swiper-slide a:hover {
  opacity: 0.9;
}
.w-slider .swiper-slide .current, .w-slider-1 .swiper-slide .current {
  font-size: 18px;
  font-weight: bold;
  border-color: rgb(90, 182, 146);
}

.w-box-1-description {
  display: none;
}

.w-frame-box.border-none {
  border-bottom: none;
}

.btn-hide {
  display: flex;
  justify-content: flex-end;
  padding: 17px 7px 15px 0;
}
.btn-hide a {
  color: rgb(40, 68, 148);
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  padding: 2px 0;
  padding-left: 19px;
  background: url("../../img/frontend/icons/62.png") left center no-repeat;
}
.btn-hide a:hover {
  opacity: 0.9;
  color: rgb(40, 68, 148);
}

.padding-top-1 {
  padding-top: 5px;
}

.width-820 {
  width: 820px;
  max-width: 100%;
}

.date + .padding-top-1 {
  padding-top: 0;
}

.text h4 {
  color: rgb(40, 68, 148);
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.w-box-1-description .w-content-box-4 .date-2 {
  color: rgb(0, 0, 0);
  line-height: 18px;
  padding-top: 0;
  padding-bottom: 0;
  background-position: left 2px;
}
.w-box-1-description .w-content-box-4 .date-2 span {
  display: block;
  color: rgb(40, 68, 148);
}

.w-padding-1 {
  padding-left: 20px;
  padding-right: 20px;
}

.w-content-box-6 {
  background: linear-gradient(270deg, rgba(246, 211, 113, 0.7) 11.54%, rgba(242, 122, 29, 0.7) 26.92%, rgba(229, 91, 61, 0.7) 35.93%, rgba(207, 40, 114, 0.7) 50.48%, rgba(111, 67, 195, 0.7) 73.08%, rgba(77, 88, 206, 0.7) 100%);
  padding: 20px 20px;
  border-radius: 15px;
}

.w-boxes-3 .row-box {
  margin: 0 -19px;
  margin-bottom: -38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.w-boxes-3 .row-box .col-box {
  padding: 0 19px;
  margin-bottom: 38px;
  width: 313px;
}
.w-boxes-3 .row-box .col-box .w-box-3 {
  background: rgba(255, 158, 34, 0.6);
  border-radius: 15px;
  padding: 12px 12px;
  text-align: center;
  min-height: 135px;
}
.w-boxes-3 .row-box .col-box .w-box-3 .t-1 {
  color: rgb(40, 68, 148);
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.w-boxes-3 .row-box .col-box .w-box-3 .t-2 {
  font-size: 32px;
  color: rgb(40, 68, 148);
  margin-top: 25px;
  line-height: 40px;
  font-weight: 500;
}

.w-content-box-7 {
  min-height: 99px;
  margin-top: 20px;
  background: rgb(254, 250, 223);
  border-radius: 15px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
}
.w-content-box-7 figure {
  padding: 11px 35px;
}
.w-content-box-7 .txt-1 {
  color: rgb(40, 68, 148);
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
.w-content-box-7 .txt-2 {
  color: rgb(0, 0, 0);
}

.w-content-box-8 {
  padding: 20px 55px 30px 55px;
}
.w-content-box-8 .date {
  margin-bottom: 15px;
}

.w-content-box-6-blue {
  background: rgba(24, 119, 242, 0.8);
}

.w-content-box-6-blue .w-boxes-3 .row-box .col-box .w-box-3 {
  background: rgba(205, 237, 239, 0.4);
  color: #fff;
}
.w-content-box-6-blue .w-boxes-3 .row-box .col-box .w-box-3 .t-1 {
  color: #fff;
}
.w-content-box-6-blue .w-boxes-3 .row-box .col-box .w-box-3 .t-2 {
  color: #fff;
}

.w-box-3 .date {
  display: inline-block;
  text-align: left;
  margin-top: 23px;
  margin-bottom: 0px;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.w-content-box-9 {
  color: rgb(40, 68, 148);
  font-weight: bold;
  margin-top: -19px;
}
.w-content-box-9 span {
  color: rgb(90, 182, 146);
}
.w-content-box-9 img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}

.w-content-box-9-1 span {
  color: #ff9e22;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  z-index: 1000000000000;
}

.popup {
  width: 800px;
  position: fixed;
  top: 30px;
  left: 50%;
  overflow: auto;
  margin-left: -400px;
  max-height: calc(100% - 60px);
  background: #fff;
  padding: 20px 20px;
  z-index: 1000000000001;
}

.p-close {
  position: absolute;
  top: 0;
  right: 2px;
  color: #000;
  margin: 5px;
  font-size: 35px;
}
.p-close:hover {
  opacity: 0.9;
  color: #000;
}

.popup-button {
  display: flex;
  padding-top: 20px;
  justify-content: center;
}
.popup-button .btn-1 {
  width: auto;
}

@media (max-width: 860px) {
  .popup {
    left: 20px;
    width: calc(100% - 40px);
    top: 20px;
    max-height: calc(100% - 40px);
    overflow: auto;
    margin: 0;
  }
}
/* *** *** */
.mb-60 {
  margin-bottom: 60px;
}

.opinion-content {
  display: flex;
  justify-content: center;
}
.opinion-content .o-button {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  align-items: center;
}
.opinion-content .o-button button {
  min-width: 250px;
  width: auto;
}
.opinion-content .opinion-box {
  display: flex;
  align-items: center;
  border: 1px solid #5AB692;
  border-radius: 15px;
  padding: 11px 24px;
}
.opinion-content .opinion-box .t-0 {
  font-size: 18px;
  background: #FEFADF;
  margin-right: 20px;
  border-radius: 15px;
  padding: 11px 12px;
}
.opinion-content .opinion-box .o-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #4A5565;
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin: 0 20px;
}
.opinion-content .opinion-box .o-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.opinion-content .opinion-box .o-box .t-1 {
  padding-top: 5px;
}
.opinion-content .opinion-box .o-box span {
  opacity: 0.5;
}

.opinion-content .opinion-box .o-box :checked + span, .opinion-content .opinion-box .o-box :checked + span + span {
  opacity: 1;
}

@media (max-width: 767px) {
  .opinion-content .opinion-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .opinion-content .opinion-box .t-0 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  .opinion-content .opinion-box .t-0 br {
    display: none;
  }
  .opinion-content .opinion-box .o-box {
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .opinion-content .opinion-box {
    padding-bottom: 0px !important;
  }
  .opinion-content .opinion-box .t-0 {
    margin-right: 0;
  }
  .opinion-content .opinion-box {
    padding: 10px;
  }
  .mb-60 {
    margin-bottom: 50px;
  }
}

/* *** 14.01 *** */
.hh-box {
  width: 310px;
}

.hh-box select {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(74, 85, 101, 0.4);
  border-radius: 10px;
  padding: 0 10px;
  padding-top: 1px;
  font-size: 14px;
  padding-right: 25px;
  color: #284494;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  -webkit-appearance: none; /* Chrome, Safari, Opera */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  background: url("../../img/frontend/icons/70.png") calc(100% - 10px) center no-repeat;
  background-size: 14px auto;
}

.hh-box label {
  color: #284494;
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2;
}

header .main-menu ul > li {
  margin-left: 20px;
}

header .main-menu ul > li > a {
  font-size: 17px;
}

.h-boxes .h-box:first-child {
  margin-left: 0;
}

@media (max-width: 1499px) {
  header .main-menu ul > li > a {
    font-size: 16px;
  }
  header .main-menu ul > li {
    margin-left: 15px;
  }
}
@media (max-width: 1455px) {
  .logo img {
    width: 160px;
  }
}
@media (max-width: 1390px) {
  .hh-box select {
    font-size: 12px;
  }
  .hh-box {
    width: 260px;
  }
  .hh-box label {
    font-size: 12px;
  }
}
@media (max-width: 1340px) {
  header .main-menu ul > li > a {
    font-size: 14px !important;
  }
}
@media (max-width: 1280px) {
  .hh-box {
    width: 180px;
  }
}
@media (max-width: 1220px) {
  .hh-box {
    width: 120px;
  }
}
@media (max-width: 1199px) {
  header .btn-2 {
    font-size: 12px;
  }
  header .main-menu ul > li > a {
    font-size: 12px !important;
  }
  body header .main-menu ul > li {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .hh-box {
    width: calc(100% - 200px);
  }
  body header .header-box {
    justify-content: space-between;
  }
}
@media (max-width: 500px) {
  body header .header-box {
    flex-wrap: wrap;
  }
  body header .header-box {
    justify-content: center;
  }
  .hh-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cl-box-desc {
  display: none;
  border: 1px solid rgb(229, 231, 235);
  margin: -32px 0 22px 0;
  border-radius: 0 0 14px 14px;
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 24px 100px 24px 122px;
}

.txt-3-button {
  display: inline-block;
  padding-right: 35px;
  cursor: pointer;
  background: url("../../img/frontend/icons/70.png") right center no-repeat;
}

.txt-3-button.active {
  background: url("../../img/frontend/icons/71.png") right center no-repeat;
}

.cl-box-desc-yellow {
  border-color: rgba(255, 158, 34, 0.3);
}
.cl-box-desc-blue {
  border-color: rgba(40, 68, 148, 0.3);
}
@media (max-width: 992px) {
  .cl-box-desc {
    padding: 20px;
  }
}
/* *** 15.01 *** */
.aa-cont-box {
  display: none;
}

.action-nav-tabs .current {
  font-weight: bold;
}

.aa-select {
  height: 40px;
  border: 1px solid rgba(74, 85, 101, 0.4);
  border-radius: 10px;
  line-height: 1.2;
  background: url(../../img/frontend/icons/70.png) calc(100% - 10px) center no-repeat;
  background-size: 14px auto;
  position: relative;
  z-index: 2;
}
.aa-select .aa-name {
  color: #284494;
  height: 38px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  padding-top: 2px;
  cursor: pointer;
  padding-right: 30px;
  color: #284494;
  font-size: 14px;
  font-weight: bold;
}
.aa-select ul {
  border: 1px solid rgba(74, 85, 101, 0.4);
  padding: 10px 10px;
  display: none;
  background: #fff;
  z-index: 3;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 10px;
  width: 100%;
  list-style: none;
  margin: 0;
}
.aa-select ul li a {
  padding: 3px 0;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #284494;
}
.aa-select ul li a:hover {
  color: rgb(90, 182, 146);
}

.aa-select:hover ul {
  display: block;
}

@media (max-width: 1270px) {
  .aa-select .aa-name {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .aa-select .aa-name {
    text-overflow: ellipsis;
    padding-top: 13px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.w-boxes-1 .w-box-1 .txt-1 {
  position: relative;
}
.w-boxes-1 .w-box-1 .txt-1 img {
  position: absolute;
  top: 28px;
  left: 43px;
}

@media (max-width: 1199px) {
  .w-boxes-1 .w-box-1 .txt-1 img {
    top: 21px;
    left: 19px;
  }
}
.w-boxes-1 .w-box-1-content .w-box-1 .txt-1 {
  background-image: none !important;
}
/* *** 22.01 *** */

.xx-nav-tabs-1 .row-box .col-box {
  width: 33.333% !important;
}

@media (max-width: 767px) {
  .boxes-3 .row-box .col-box .box-3 {
    padding: 5px !important;
  }
  .boxes-3 .row-box {
    margin: 0 -5px !important;
  }
  .boxes-3 .row-box .col-box {
    padding: 0 5px !important;
  }
}
/*# sourceMappingURL=style.css.map */