/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.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;
}

@font-face {
    font-family: 'Saira';
    src: url('fonts/SairaRegular.eot');
    src: url('fonts/SairaRegular.eot') format('embedded-opentype'),
         url('fonts/SairaRegular.woff2') format('woff2'),
         url('fonts/SairaRegular.woff') format('woff'),
         url('fonts/SairaRegular.ttf') format('truetype'),
         url('fonts/SairaRegular.svg#SairaRegular') format('svg');
         font-weight: 400;
}

@font-face {
    font-family: 'Saira';
    src: url('fonts/SairaBold.eot');
    src: url('fonts/SairaBold.eot') format('embedded-opentype'),
         url('fonts/SairaBold.woff2') format('woff2'),
         url('fonts/SairaBold.woff') format('woff'),
         url('fonts/SairaBold.ttf') format('truetype'),
         url('fonts/SairaBold.svg#SairaBold') format('svg');
         font-weight: 700;
}

@font-face {
    font-family: 'Saira';
    src: url('fonts/SairaSemiBold.eot');
    src: url('fonts/SairaSemiBold.eot') format('embedded-opentype'),
         url('fonts/SairaSemiBold.woff2') format('woff2'),
         url('fonts/SairaSemiBold.woff') format('woff'),
         url('fonts/SairaSemiBold.ttf') format('truetype'),
         url('fonts/SairaSemiBold.svg#SairaSemiBold') format('svg');
         font-weight: 600;
}

@font-face {
    font-family: 'Saira';
    src: url('fonts/SairaMedium.eot');
    src: url('fonts/SairaMedium.eot') format('embedded-opentype'),
         url('fonts/SairaMedium.woff2') format('woff2'),
         url('fonts/SairaMedium.woff') format('woff'),
         url('fonts/SairaMedium.ttf') format('truetype'),
         url('fonts/SairaMedium.svg#SairaMedium') format('svg');
         font-weight: 500;
}

@font-face {
    font-family: 'Saira';
    src: url('fonts/SairaBlack.eot');
    src: url('fonts/SairaBlack.eot') format('embedded-opentype'),
         url('fonts/SairaBlack.woff2') format('woff2'),
         url('fonts/SairaBlack.woff') format('woff'),
         url('fonts/SairaBlack.ttf') format('truetype'),
         url('fonts/SairaBlack.svg#SairaBlack') format('svg');
         font-weight: 900;
}



input, textarea, button {
    font-family: 'Saira';
}

body {
    font-family: 'Saira';
    font-size: 14px;
    color: #003E76;
    background: #fff;
    line-height: 22px;
    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 *** */

.container {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }
}

header {
   position: relative;
   width: 167px;
   padding-right: 16px;
   z-index: 10;
   background: #003E76;
   padding-bottom: 25px;
   padding-top: 25px;
   border-radius: 0 0 20px 0;
}

header:after {
   position: absolute;
   top: 0;
   right: 100%;
   width: 30px;
   height: 100%;
   background: #003E76;
   content: "";
   display: block;
}

.logo {
   text-align: center;
}

.h-box {
   margin: 28px 0 50px 0;
}

.main-menu ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.main-menu {
   color: #fff;
}

.main-menu a {
   position: relative;
   z-index: 2;
   color: #fff;
   padding: 12px 15px 11px 15px;
   font-size: 12px;
   display: block;
   line-height: 19px;
}

.main-menu a span {
   position: relative;
   z-index: 2;
}

.main-menu a:after {
   width: 18px;
   height: 18px;
   background: rgba(0, 110, 199, 0.3);
   display: block;
   position: absolute;
   top: 13px;
   left: 5px;
   content: "";
   display: block;
   border-radius: 50%;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.main-menu .current a:after, .main-menu a:hover:after {
   background: rgba(0, 110, 199, 1);
}

.main-menu .current a:before, .main-menu a:hover:before {
   opacity: 1;
}

.main-menu ul li {
   border-top: 1px solid rgba(255,255,255,0.2);
}

.main-menu a:before {
   width: 18px;
   height: 18px;
   background: url('../../img/frontend/icons/07.png') left center no-repeat;
   display: block;
   position: absolute;
   top: 13px;
   z-index: 3;
   left: 5px;
   content: "";
   display: block;
   border-radius: 50%;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    opacity: 0;
}

.wrapper-box {
   position: relative;
}

main {
   width: calc(100% - 167px);
   padding-left: 45px;
}

.wrapper-box {
   align-items: flex-start;
   display: flex;
}

.user-box {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 9px 0;
   position: relative;
}

.user-box:after {
   position: absolute;
   top: 100%;
   left: -50px;
   width: 200%;
   height: 10px;
   content: "";
   display: block;
   background: url('../../img/frontend/04.png');
}

.u-date {
   font-size: 14px;
   height: 62px;
   padding-top: 11px;
}

.u-date strong {
   padding-top: 4px;
   font-weight: 600;
   display: block;
   font-size: 20px;
}

.u-boxes {
   display: flex;
   align-items: center;
}

.btn-1 {
   height: 40px;
   box-shadow: 0px 10px 25px #0000004F;
   display: inline-block;
   padding: 0 18px;
   font-size: 14px;
   color: #fff;
   line-height: 40px;
   background: #D22E12;
   border-radius: 60px;
   font-weight: 500;
   text-align: center;
}

.user-box .btn-1 {
   min-width: 186px;
}

.btn-1-blue {
   background: #006EC7;
}

.btn-1-blue:hover {
   background: #006EC7 !important;   
   opacity: 0.85;
}

.btn-1:hover {
   background: #D22E12;
   color: #fff;
   opacity: 0.85;
}

.u-box {
   margin-left: 95px;
}

.u-box-2 {
   height: 46px;
   display: flex;
   align-items: center;
   padding-left: 20px;
   margin-left: 20px;
   border-left: 1px solid #003E76;
}

.u-box {
   display: flex;
   align-items: center;
}

.btn-basket {
   display: block;
   width: 23px;
   height: 21px;
   background: url('../../img/frontend/icons/02.png') center no-repeat;
   position: relative;
}

.btn-basket span {
   width: 14px;
   height: 14px;
   background: #FF0000;
   display: block;
   position: absolute;
   left: 50%;
   margin-left: -7px;
   bottom: -5px;
   text-align: center;
   color: #fff;
   line-height: 15px;
   border-radius: 50%;
   font-size: 8px;
}

.btn-basket:hover {
   opacity: 0.85;
}

.user-image {
   display: flex;
   align-items: center;
   font-size: 14px;
}

.user-image .txt {
   padding: 0 28px 0 4px;   
   background: url('../../img/frontend/icons/03.png') right center no-repeat;
}

.user-image figure {
   width: 48px;
   height: 48px;
   position: relative;
}

.user-image figure > img {
   border-radius: 50%;
   width: 48px;
}

.user-icon {
   position: absolute;
   bottom: -3px;
   left: -3px;
   border-radius: 50%;
   overflow: hidden;
   width: 18px;
   height: 18px;
   border: 1px solid #422f1b;
}

.user-icon img {
   display: block;
}

.user-image {
   cursor: pointer;
}

.dropdown-item {
   padding-top: 5px !important;
   font-size: 14px;
   line-height: normal;
   white-space: normal;
   color: #003E76;
}

.dropdown-item:hover {
   background: #003E76 !important;
   color: #fff !important;
}

.dropdown-menu {
   margin-top: 5px !important;
   width: calc(100% + 20px);
   right: -20px !important;
   left: auto !important;
   border: 1px solid #003E76 !important;
}

.mr40 {
   margin-bottom: 40px;
}

.row {
   margin: 0 -15px;
}

.row > div {
   padding: 0 15px;
}

/* *** HOME *** */

.main-wrapper {
   display: flex;
}

.main {
   padding-right: 45px;
   width: 670px;
}

.sidebar {
   width: calc(100% - 670px);
}

.banner-1 img {
   border-radius: 0 0 20px 0;
   box-shadow: 0px 0px 15px #00000029; 
}

.banner-1 a:hover {
   opacity: 0.9;
}

.box-1 {
   box-shadow: 0px 0px 15px #00000029;
   border-radius: 0 0 20px 0;
   padding: 0 25px;
}

.title {
   padding: 11px 0 10px 0;
   font-size: 17px;
   font-weight: 500;
   text-align: center;
   border-bottom: 1px solid #003E76;
}

.box-1-content {
   height: 205px;
   justify-content: center;
   display: flex;
   align-items: center;
}

.box-1 {
   height: 305px;
   padding-bottom: 20px;
}

.box-1 .txt {
   font-size: 29px;
   font-weight: bold;
   text-align: center;
   line-height: 1.2;
}

.box-2 {
   position: relative;
   width: 160px;
   height: 160px;
   background: #D2EBFF 0% 0% no-repeat padding-box;
   box-shadow: 0px 3px 6px #00000029;
   border-radius: 50%;
   color: #003E76;
   font-size: 70px;
   font-weight: bold;
   display: flex;
   align-items: center;
   justify-content: center;
}

/* *** WYKRES *** */

@property --p{
  syntax: '<number>';
  inherits: true;
  initial-value: 1;
}

.pie {
  --p:25;      /* the percentage */
  --b:6px;    /* the thickness */
  --c:#003E76; /* the color */
  --w:150px;   /* the size*/
  
  width:var(--w);
  aspect-ratio:1/1;
  position:absolute;
  top: 5px;
  right: 5px;
  display:inline-grid;

  place-content:center;
  font-size:25px;
  font-weight:bold;
  font-family:sans-serif;
}
.pie:before,
.pie:after {
  content:"";
  position:absolute;
  border-radius:50%;
}
.pie:before {
  inset:0;
  background:
    radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
          mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}
.pie:after {
  inset:calc(50% - var(--b)/2);
  background:var(--c);
  transform:rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(var(--w)/2 - 50%));
}
.animate {
  animation:p 1s .5s both;
}
.no-round:before {
  background-size:0 0,auto;
}
.no-round:after {
  content:none;
}
@keyframes p{
  from{--p:0;}
}

.row36 {
   margin: 0 -18px;
}

.row36 > div {
   padding: 0 18px;
}

.banner-1 img {
   width: 100%;
}

.box-3 .description {
   border-radius: 0 0 20px 0;
   background: rgba(165, 220, 255, 0.76);
   padding: 0 20px;
   padding-bottom: 45px;
}

.box-3 .title {
   border: none;
   text-align: left;
}

.box-3-1 {
   margin-top: -45px;
   position: relative;
   margin-left: 20px;
   width: calc(100% - 40px);
   display: block;
   background: #fff;
}

.box-3-1:hover figure img {
   opacity: 0.9;
}

.box-3-1 figure img {
   width: 100%;
}

.box-3-1 .date {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 2;
   height: 26px;
   padding: 0 10px;
   line-height: 28px;
   border-radius: 7px;
   margin: 20px;
   background: #003E76;
   color: #fff;
   font-size: 10px;
   font-weight: 600;
}

.box-3-1 .name {
   position: absolute;
   bottom: 0;
   left: 0;
   padding: 15px 20px;
   z-index: 2;
   color: #fff;
   font-size: 14px;
   font-weight: bold;
}

.box-3-1 figure {
   position: relative;
}

.btn-2 {
   color: #003E76;
   white-space: nowrap;
   font-size: 10px;
}

.btn-2:hover {
   opacity: 0.9;
   color: #003E76;
}

.box-3-1 figure:after {
   position: absolute;
   top: 0;
   left: 0;
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.2);
   background-size: 100% 100%;
}

.box-3-1-icon {
   position: absolute;
   bottom: -30px;
   right: 20px;
}

.title-button-box {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.box-4 figure {
   text-align: center;
}

.box-4 {
   display: block;
   color: #003E76;
   background: url('../../img/frontend/01.png') center top no-repeat;
   background-size: 100% auto;
   padding: 0 20px;
}

.box-4:hover {
   opacity: 0.9;
}

.box-4-1 {
   z-index: 3;
}

.box-4-2 {
   z-index: 2;
}

.box-4 .title {
   border-bottom: none;
}

.btn-3 {
   display: block;
   height: 40px;
   line-height: 41px;
   border-radius: 20px;
   background: #006EC7 0% 0% no-repeat padding-box;
   box-shadow: 0px 10px 25px #0000004F;
   color: #fff;
   font-size: 14px;
   font-weight: 500;
   text-align: center;
}

.box-4-1 {
   background-position: left top;
   background-repeat: no-repeat;
   background-size: 290px auto;
   background-color: #006EC7;
   height: 298px;
   border-radius: 0 0 20px 0;
}

.box-4-1 .title {
   color: #fff;
   border-bottom: 1px solid #fff;
}

.box-4-1 {
   position: relative;
}

.box-4-1 .button-box {
   position: absolute;
   bottom: -20px;
   padding: 0 20px;
   z-index: 2;
   left: 0;
   width: 100%;
}

.btn-3-1 {
   background: #D22E12;
}

.box-4-1 .txt {
   text-align: center;
   color: #fff;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;   
}

.box-4:hover {
   color: #003E76;
}

.box-4-1 figure {
   height: 170px;
   display: flex;
   overflow:  hidden;
   align-items: center;
   justify-content: center;
}

.box-4-2 .title {
   color:#003E76;
   border-color: #003E76;
}

.box-4-2 {
   height: 305px;
   background: #D2EBFF;
}

.box-4-2 figure {
   height: 230px;
}

.box-4-2 .title {
   background: #fff;
   position: relative;
}

.box-4-2 .title:after {
   position: absolute;
   top: 0;
   left: -20px;
   height: 100%;
   display: block;
   width: 20px;
   content: "";
   background: #fff;
}

.box-4-2 .title:before {
   position: absolute;
   top: 0;
   right: -20px;
   height: 100%;
   display: block;
   width: 20px;
   content: "";
   background: #fff;
}


/* *** FOOTER *** */

footer {
   font-size: 10px;
   padding: 22px 0;
   line-height: 15px;
   background: #0072BC;
   position: relative;
   margin-top: 50px;
   color: #fff;
}

.log-page footer {
   margin-top: 0;
}

footer .container {
   display: flex;
   align-items: center;
   justify-content: space-between; 
}

footer .txt {
   width: 270px;
}

footer a {
   color: #fff;
}

footer a:hover {
   color: #fff;
   opacity: 0.9;
}

footer .col-right {
   display: flex;
   align-items: center;
}

.f-logo {
   margin-left: 150px;
}

footer ul {
   padding: 3px 0;
   margin: 0;
   list-style: none;
   border-left: 1px solid #fff;
   padding-left: 15px;
}

footer ul li {
   padding: 3px 0;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;

}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../../img/frontend/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 101;
    width: 100%;
    padding: 10px 20px;
    height: 70px;
    background: #003E76;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    width: 80px;
    margin-top: -2px;
    max-height: 100%;
}

.hamburger {
    position: absolute;
    padding: 15px 20px;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #fff;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    box-shadow: 0 0 10px rgb(255 255 255 / 50%);
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #003E76;
    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;
    float: left;  
    width: 100%;
    padding: 16px 20px 14px 20px;
}

.menu-rsp nav a:hover {
    background-color: #fff;
    color:#003E76;
}

.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.1);
}

.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;
}

/* *** AKTUALNOŚĆ *** */

.title-1 {
   padding-bottom: 84px;
   background: #D2EBFF;
}

.title-1 h1 {
   padding: 17px 40px 27px 40px;
   margin: 0;
   font-weight: 600;
   font-size: 24px;
}

.new-content {
   margin-top: -84px;
   padding: 0 40px;
}

.new-content figure {
   margin-bottom: 30px;
}

.new-content figure img {
   width: 100%;
}

.title-2 {
   margin-bottom: 20px;
   padding-bottom: 15px;
   align-items: center;
   border-bottom: 1px solid #003E76;
   display: flex;
   justify-content: space-between; 
}

.title-2 .date-box {
   margin-left: 10px;
}

.date-box {
   height: 26px;
   background: #003E76;
   line-height: 27px;
   border-radius: 7px;
   padding: 0 10px;
   color: #fff;
   font-weight: 600;
   font-size: 10px;
}

.title-2 h2 {
   font-size: 24px;
   font-weight: 600;
   margin: 0;
}

/* *** LOGOWANIE *** */

.log-footer {
   background: #0072bc;
}

.log-footer {
   padding: 0 30px;
   height: 100px;
   display: flex;
   align-items: center;
   justify-content: flex-end; 
}

.log-content {
   background: #bfe7ff;
   min-height: calc(100vh - 100px);
}

.log-content-box-1 {
   width: 725px;
   background: #fff;
   margin-bottom: 50px;
   padding: 20px 85px 30px 85px;
   border-radius: 0 0 20px 20px;
   box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
}

.log-logo {
   margin-bottom: 23px;
   text-align: center;
}

.log-input-box {
   position: relative;
}

.btn-password:hover {
   opacity: 0.9;
}

.btn-password {
   position: absolute;
   top: 50%;
   margin-top: -7px;
   right: 20px;
   width: 20px;
   height: 14px;
   display: block;
   background: url('../../img/frontend/icons/10.png');
}

.log-qr {
   text-align: center;
   margin-bottom: 35px;
}

.log-title {
   margin-bottom: 18px;
   font-size: 24px;
   font-weight: 600;
}

.log-content .container {
   display: flex;
   justify-content: flex-end; 
}

.log-input-box {
   margin-bottom: 10px;
}

.log-input-box input {
   width: 100%;
   padding: 0 22px;
   color: #003E76;
   font-size: 12px;
   display: block;
   border-radius: 8px;
   border: 1px solid #D2EBFF;
   height: 51px;
}

.log-icon-1 input {
   padding-left: 54px;
   background: url('../../img/frontend/icons/08.png') 22px center no-repeat;
}

.log-icon-2 input {
   padding-left: 54px;
   padding-right: 50px;
   background: url('../../img/frontend/icons/09.png') 22px center no-repeat;
}

.log-icon-3 input {
   padding-left: 54px;
   padding-right: 50px;
   background: url('../../img/frontend/icons/at.svg') 22px center no-repeat;
}


/* .log-icon-3 input {
   padding-left: 54px;
   padding-right: 50px;
   background: url('../../img/frontend/icons/09.png') 22px center no-repeat;
} */

::-webkit-input-placeholder { /* Edge */
  color:#003E76;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#003E76;
}

::placeholder {
  color:#003E76;
}

.log-box-1 {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.btn-4 {
   font-size: 10px;
   color: rgba(0, 62, 118, 0.6);
}

.btn-4:hover {
   color: rgba(0, 62, 118, 1);
}

.log-checkbox {
   display: flex;
   align-items: center;
}

.log-checkbox label {
   font-size: 10px;
   color: rgba(0, 62, 118, 0.6);
   padding: 2px 0 0 14px;
}

.icheckbox {
   border: 1px solid rgba(3, 1, 76, 0.6);
   width: 13px;
   height: 13px;
   border-radius: 50%;
   position: relative;
}

.icheckbox.checked:after {
   width: 7px;
   height: 7px;
   display: block;
   position: absolute;
   border-radius: 50%;
   margin: 2px;
   content: "";
   background: rgba(0, 110, 199, 1);
}

.log-box-1 {
   margin-bottom: 20px;
}

.btn-3 {
   border: none;
}

.log-box-2 .btn-3 {
   width: 100%;
}

.log-box-2 {
   margin-bottom: 20px;   
}

.log-box-3 {
   margin-bottom: 20px;
   text-align: center;
   color:rgba(0, 62, 118, 0.5);
   font-size: 10px;
}

button.btn-3:hover, a.btn-3:hover {
   opacity: 0.9;
}

.btn-5 {
   border: 1px solid rgba(0, 110, 199, 1);
   display: flex;
   align-items: center;
   justify-content: center;
   height: 40px;
   border-radius: 20px;
}

.btn-5:hover {
   opacity: 0.9;
}

.row10 {
   margin: 0 -5px;
}

.row10 > div {
   padding: 0 5px;
}

.log-box-4 {
   margin-bottom: 20px;
}

.log-box-5 .txt {
   font-size: 10px;
   margin-bottom: 10px;
   text-align: center;
}

.btn-6 {
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: rgba(255, 61, 61, 1);
   font-weight: 500;
   font-size: 14px;
   background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
   background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
   box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
   border: 1px solid rgba(255, 61, 61, 1);
   border-radius: 60px;
}

.btn-6:hover {
   background: rgba(255, 61, 61, 1);
   color: #fff;
}

body {
   position: relative;
}

.log-image {
   position: absolute;
   top: 0;
   left: 42%;
   margin-left: -685px;
   height: calc(100% - 99px);
}

.log-bx {
   align-items: flex-end;
   display: flex;
   margin-bottom: 50px;
   justify-content: center;
}

.log-bx .col-bx {
   border-right: 1px solid #003E76;
   padding: 0 22px;
}

.log-bx .col-bx:last-child {
   border-right: none;
}

.log-logo {
   margin: 0;
}

.log-qr {
   margin: 0;
}

/* *** POLEC I ZDOBADZ PUNKTY *** */

.title-3 {
   background: #D2EBFF;
   padding: 17px 40px 14px 40px;
   margin-bottom: 40px;
   border-radius: 0 0 20px 0;
}

.title-3 h1 {
   color: #003E76;
   font-size: 24px;
   font-weight: 600;
}

.main-wrapper-1 {
   display: flex;
}

.main-1 {
   width: 676px;
   padding: 0 55px 0 40px;
}

.sidebar-1 {
   width: calc(100% - 676px);
}

.text > p:last-child {
   margin-bottom: 0;
}

.mr25 {
   margin-bottom: 25px;
}

.boxes-5 .row-box {
   display: flex;
   justify-content: space-between;
}

.boxes-5 .row-box {
   margin: 0 -15px;
}

.boxes-5 .col-box {
   padding: 0 15px;
}

.box-5 {
   width: 78px;
   text-align: center;
}

.box-5 .txt-2 {
   line-height: 17px;
   font-size: 14px;
}

.box-5 .txt-2 strong {
   font-size: 19px;
   display: block;
   margin-bottom: 3px;
}

.box-5 .txt-1 {
   width: 78px;
   height: 78px;
   padding: 8px;
   background: #E31E25;
   border-radius: 50%;
   margin-bottom: 15px;   
}

.box-5 .txt-1 div span {
   display: block;
   font-size: 18px;
}

.box-5 .txt-1 div {
   line-height: 15px;
   font-size: 12px;
   font-weight: bold;
   color: #fff;
   padding-top: 17px;
   border-radius: 50%;
   width: 62px;
   height: 62px;
   box-shadow: 0px 0px 10px #00000066;
   border: 1px solid #FFFFFF;  
   background: #E31E25;
}

.boxes-5 {
   width: 490px;
   margin: 0 auto;
   max-width: 100%;
}

.box-5-1 {
   display: flex;
   justify-content: center;
   width: 100%;
   align-items: center;
}

.box-5-1 .txt-1 {
   margin: 0 0 0 25px;
}

.box-6 {
   padding: 18px 12px;
   background: #D2EBFF;
   border-radius: 0 0 20px 0;
}

.mr30 {
   margin-bottom: 30px;
}

.btn-1-1 {
   background: #FF3D3D;
}

.width100 {
   width: 100%;
}

.basket-empty {
   opacity: 0.3;
}

.content-box-1 {}

.main-wrapper-2 {
   padding: 0 40px;
}

.content-box-2 {
   text-align: center;
}

.content-box-2 .txt-1 {
   font-size: 55px;
   line-height: normal;
   font-weight: bold;
   margin-bottom: 15px;
}

.btn-copy {
   color: #006EC7;
   font-size: 10px;
   background:url('../../img/frontend/icons/11.png') left center no-repeat;
   padding-left: 27px;
}

.btn-copy:hover {
   opacity: 0.9;
   color: #006EC7;
}

.content-box-2 {
   padding-top: 20px;
   margin-bottom: 70px;
}

.content-box-3 {
   border: 1px solid #006EC7;
   border-radius: 20px;
   padding: 10px 30px;
}

.title-4 {
   text-align: center;
   color:#006EC7;
   font-size: 14px;
   margin-bottom: 10px;
   font-weight: 500;
}

.table-1 table {
   font-size: 12px;
   width: 100%;
}

.table-1 .txt {
   font-size: 12px;
}

.table-1 table td, .table-1 table th {
   padding: 12px 15px 10px 15px;
}

.table-1 table tr:nth-child(even) td {
   background: #D2EBFF;
}

.table-1 table tr th {
   font-size: 10px;
   font-weight: normal;
}
 
.table-1 {
   overflow: auto;
}

/* *** O PROGRAMIE *** */

.title-3-txt {
   margin-top: 10px;
}

.bg-1 {
   height: 581px;
   background: url('../../img/frontend/05.png') center no-repeat;
}

.mr20 {
   margin-bottom: 20px;
}

.title-5 h2 {
   font-size: 17px;
   font-weight: bold;
}

.content-box-5-1 {
   padding-top: 13px;
}

.boxes-7 .row-box {
   display: flex;
   margin: 0 -15px;
   justify-content: space-between;
}

.box-7 {
   font-weight: 500;
   position: relative;
}

.box-7 .txt-1 {
   color: rgba(210, 235, 255, 0.3);
   font-size: 70px;
   position: absolute;
   top: 0;
   left: -12px;
   font-weight: 900;
}

.box-7 .txt-2 {
   position: relative;
   z-index: 1;
}

.box-7 a {
   color: #003E76;
}

.box-7 a:hover {
   color: #003E76;
   opacity: 0.85;
}

.boxes-7 .col-box {
   padding: 0 15px;
}

.boxes-7 {
   padding-top: 40px;
}

.box-7 {
   margin-bottom: 25px;
}

.content-box-5-1 .txt-3 {
   min-width: 209px;
   height: 26px;
   color: #003E76;
   text-align: center;
   font-weight: bold;
   background: url('../../img/frontend/06.png');
   background-size: 100% 100%;
   padding: 2px 10px;
}

.content-box-5-1 .txt-3-box {
   display: flex;
   justify-content: flex-end;
}

.content-box-5-1 {
   height: 262px;
}

.content-box-5-1, .content-box-5-2, .content-box-7-1, .content-box-7-3 {
   padding-left: 12px;
   padding-right: 12px;
}

.boxes-8 .row-box {
   margin: 0 -15px;
   display: flex;
   justify-content: space-between;
}

.boxes-8 .col-box {
   padding: 0 15px;
   max-width: 30%;
}

.box-8 {
   line-height: normal;
   font-size: 12px;
}

.boxes-8 {
   padding-top: 15px;
}

.box-8 figure {
   height: 83px;
   display: flex;
   align-items: flex-end; 
}

.box-8 strong {
   font-size: 14px;
   line-height: 22px;
   font-weight: 500;
}

.content-box-5-2 {
   height: 226px;
}

.content-box-5-3 .description {
   width: 430px;
   height: 53px;
   font-size: 12px;
   line-height: normal;
   margin-left: 95px;
   background: #d2ebff;
   padding: 5px;
}

.content-box-5-3 strong {
   font-size: 14px;
   line-height: 22px;
   font-weight: bold;
}

.content-box-6 {
   background: #D2EBFF;
   padding: 20px 0;
}

.bg-2 {
   height: 624px;
   background: url('../../img/frontend/08.png') center no-repeat;
}

.content-box-7-1 {
   padding-top: 47px;
}

.content-box-7-2 {
   display: flex;
   align-items: center;
   min-height: 174px;
   background: #B1D6EB url('../../img/frontend/09.png') left center no-repeat;
   border-radius: 0 0 20px 0;
   padding: 30px 130px 30px 230px;
}

.boxes-9 .row-box {
   display: flex;
   margin: 0 -15px;
}

.boxes-9 .col-box {
   width: 33.3333%;
   padding: 0 15px;
}

.box-9 {
   text-align: center;
}

.box-9 figure {
   height: 102px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   margin: 5px 0;
}

.box-9 .title-5 {
   display: flex;
   justify-content: center;
}

.box-9 {
   display: block;
   color: #003E76;
}

.box-9 a {
   color: #003E76;
   text-decoration: underline;
}

.box-9 a:hover {
   color: #003E76;
   text-decoration: underline;
   opacity: 0.9;
}

.box-9 .title-5 h2 {
   margin: 0 0 5px 0;
   background: #fff;
   padding: 0 10px;
}

.content-box-7-1 {
   height: 328px;
}

.content-box-7-3 {
   height: 273px;
}

.content-box-7-4 .title-5 {
   text-align: right;
}

.boxes-10 {
   display: flex;
   justify-content: flex-end; 
}

.box-10 {
   margin-top: 20px;
   margin-left: 40px;
}

.box-10 a {
   color: #003E76;
}

.box-10 a:hover {
   opacity: 0.9;
   color: #003E76;
}

.box-10-1 {
   background: url('../../img/frontend/icons/15.png') left center no-repeat;
}

.box-10 {
   padding: 10px 0;
   padding-left: 55px;
}

.box-10-2 {
   background: url('../../img/frontend/icons/16.png') left center no-repeat;
}

.boxes-11 .row-box {
   display: flex;
   margin: 0 -12px;
}

.boxes-11 .col-box {
   padding: 0 11px;
   width: 25%;
}

.box-11 {
   text-align: center;
}

.box-11 figure {
   margin: -10px 0 -58px 0;
}

.box-11 .description {
   color: #fff;
   padding: 43px 25px;
   background: #006EC7;
}

.box-11 .txt-1 {
   margin-bottom: 32px;
}

.box-11 .txt-2 {
   font-weight: bold;
   margin-bottom: 7px;
}

.box-11 .button-box {
   border-radius: 0 0 20px 0;
   background: #003064;
   padding: 12px 15px 11px 15px;
}

.box-11 .button-box a {
   color: #fff;
   font-weight: bold;
}

.box-11 .button-box a:hover {
   opacity: 0.9;
}

.box-11 .txt-3 strong {
   display: block;
   font-size: 17px;
   padding-top: 7px;
}

.box-11 .txt-3 {
   margin-bottom: 20px;
}

.box-11 {
   margin-bottom: 15px;
}

.box-11 .description {
   min-height: 336px;
}

.box-11 .description .txt-3:last-child {
   margin-bottom: 0;
}

/* *** AKTUALNOŚCI *** */

.new-banner {
   position: relative;
   display: block;
}

.new-banner img {
   display: block;
}

.new-info {
   background: #003E76 url('../../img/frontend/icons/17.png') 8px 7px no-repeat;
   border-radius: 0 0 8px 0;
   position: absolute;
   top: 0;
   line-height: 28px;
   left: 0;
   color: #fff;
   font-size: 10px;
   padding: 0 7px 0 30px;
   height: 26px;
}

.new-banner-data {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   display: flex;
   justify-content: space-between;
   padding: 10px 40px 10px 22px;
   align-items: flex-end;
   color: #fff;
}

.new-banner-data .txt {
   font-size: 17px;
   font-weight: bold;
}

.new-banner-data .date {
   font-size: 10px;
}

.btn-1-white {
   border: 1px solid #006EC7;
   background: #fff;
   color: #006EC7;
   width: 211px;
   line-height: 39px;
}

.btn-1-txt span:last-child {
   display: none;
}

.btn-1-txt:hover span:last-child, .new-banner:hover .btn-1-txt span:last-child {
   display: block;
}

.btn-1-txt:hover span:first-child, .new-banner:hover .btn-1-txt span:first-child{
   display: none;
}

.btn-1-white:hover, .new-banner:hover .btn-1-white {
   color: #006EC7;
   background: #fff;
   opacity: 1;
}

.new-banner-icon {
   position: absolute;
   bottom: -80px;
   z-index: 1;
   right: 0;
}

.new-banner {
   margin-bottom: 85px;
}

.new-banner:after {
   position: absolute;
   top: 0;
   background: rgba(0,0,0,0.2);
   background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.2));
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   content: "";
}

.new-banner .new-info {
   z-index: 1;
}

.new-banner .new-banner-data {
   z-index: 1;
}

.new-banner img {
   width: 100%;
}

.new-info-1 {
   background: #006ec7 url(../../img/frontend/icons/19.png) 8px 7px no-repeat;
}

.new-banner .txt {
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
   
}

.news-list .new-banner {
   margin-bottom: 30px;
}

.new-banner:hover {
   opacity: 0.9;
}

.new-banner .description {
   width: 65%;
   padding-right: 15px;
}

.news-list .new-banner .description {
   width: 100%;
   padding-right: 0;
}

.news-list .new-banner .new-banner-data {
   padding-left: 22px;
   padding-right: 22px;   
}

.btn-1-white:hover {
   opacity: 0.9;
}

/* *** PRODUKTY PREMIOWANE *** */

.filtration-content {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.search-box-1 {
   width: 317px;
   position: relative;
}

.search-box-1 button {
   position: absolute;
   top: -1px;
   right: 0;
   width: 40px;
   background: url('../../img/frontend/icons/20.png') center no-repeat;
   border: none;
   height: 30px;
}

.search-box-1 button:hover {
   opacity: 0.9;
}

.search-box-1 input {
   border: 1px solid rgba(0, 110, 199, 0.3);
   border-radius: 60px;
   height: 30px;
   display: block;
   width: 100%;
   padding: 0 12px;
   color: #003E76;
   font-size: 12px;
}

.filtration-box {
   display: flex;
   align-items: center;
   font-size: 12px;
}

.filtration-box ul {
   padding: 0;
   margin: 0;
   list-style: none;
   display: flex;
}

.filtration-box ul li {
   margin-left: 10px;
}

.filtration-box button {
   display: block;
   color: #003E76;
   padding: 0 15px;
   background: #fff;
   line-height: 28px;
   height: 30px;
   border: 1px solid rgba(0, 110, 199, 0.3);
   border-radius: 60px;
}

.filtration-box button:hover, .filtration-box .is-checked {
   border-color: #003E76;
   background: #003E76;
   color: #fff;
}

.box-12 figure {
   height: 118px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
}

.box-12 {
   text-align: center;
   display: block;
   overflow: hidden;
   box-shadow: 0px 3px 6px #00000029;
   border-radius: 0px 0px 20px 0px;   
}

.box-12 .txt-1 {
   padding: 0 20px;   
   color: #003E76;
   padding-bottom: 3px;
   font-weight: bold;
}

.box-12 .txt-2 {
   position: relative;
   padding: 5px 20px;
   color: #FF0000; 
}

.box-12 .txt-2:after {
   position: absolute;
   top: 0;
   left: 0;
   background: #FF0000;
   content: "";
   display: block;
   width: 0;
   height: 100%;
    -webkit-transition: 0.35s linear;
    -moz-transition: 0.35s linear;
    -ms-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear;
}

.box-12:hover .txt-2:after {
   width: 100%;
}

.box-12 .txt-2 span {
   position: relative;
   z-index: 1;
}

.box-12:hover .txt-2 {
   color: #fff;
}

.box-12 {
   margin-bottom: 38px;
}

.row50 {
   margin: 0 -25px;
}

.row50 > div {
   padding: 0 25px;
}

/* *** MOJE KONTO *** */

.title-3-date {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.title-3 .date {
   font-size: 14px;
}

.title-3 strong {
   font-size: 20px;
   font-weight: 600;
}

.m-prev-box a {
   font-size: 12px;
   color: #003064;
}

.m-prev-box a:hover {
   opacity: 0.85;
   color: #003064;
}

.mr10 {
   margin-bottom: 10px;
}

.input-box {
   margin-bottom: 10px;
}

.input-box input {
   display: block;
   height: 40px;
   border: 0.8326995968818665px solid #D2EBFF;
   border-radius: 8px;
   width: 100%;
   padding: 0 13px;
}

.input-box ::placeholder {
   color: rgba(0, 62, 118, 0.6);
   font-size: 12px;
}

.width300 {
   width: 300px;
   max-width: 100%;
}

button.btn-1 {
   border: none;
}

.btn-1-width {
   width: 233px;
}

.m-content-box-1 {
   margin-top: -84px;
   z-index: 1;
   box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
   border-radius: 0px 0px 20px 0px;   
   position: relative;
   padding: 15px 20px;
   background: #fff;
}

.m-boxes-1 .row-box {
   display: flex;
   justify-content: space-around; 
}

.m-box-1 {
   width: 171px;
   text-align: center;
}

.m-box-1 .txt {
   color: #003E76;
   font-weight: bold;
   font-size: 24px;
}

.m-box-1-top {
   height: 120px;
   margin: 15px 0;
   display: flex;
   align-items: center;
   justify-content: center;
}

.m-box-1 {
   margin-bottom: 25px;
}

.m-box-1 .txt-1 {
   font-size: 94px;
   font-weight: bold;
}

.procent-box-1 {
   position: relative;
}

.procent-box-1 .pie {
   --w: 107px;
   --b: 5px;
    top: 4px;
    right: 4px;   
}

.procent-box-1 .box-2 {
   width: 114px;
   height: 114px;
   font-size: 24px;
}

.m-box-1 .name {
   position: relative;
   font-size: 17px;
   font-weight: 500;
}

.m-box-1 .name:after {
   width: 151px;
   max-width: 100%;
   margin: 0 auto;
   margin-top: 10px;
   height: 1px;
   background: #003E76;
   content :"";
   display: block;
}

.m-box-2 {
   margin-bottom: 30px;
   border: 1px solid #006EC7;
   border-radius: 20px;
}

.m-boxes-2 .m-box-2:last-child {
   margin-bottom: 0;
}

.m-box-2 .name {
   color: #006EC7;
   cursor: pointer;
   text-align: center;
   font-weight: 500;
   padding: 9px 20px;
}

.mr50 {
   margin-bottom: 50px;
}

.m-box-2 .description {
   padding: 0 20px 20px 20px;
}

.m-box-2 .content {
   border-top: 1px solid #006EC7;   
   padding-top: 17px;
}

.m-table-1 table {
   width: 100%;
}

.m-table-1 table td {
   padding: 7px 0;
   padding-left: 10px;
   position: relative;
   border-bottom: 1px solid hsla(207, 100%, 39%, 0.1);
}

.m-table-1 table tr:last-child td {
   border-bottom: none;
}

.m-table-1 table tr td:first-child {
   padding-left: 0px;
}

.m-table-1 .txt-1 {
   font-size: 22px;
   text-align: right;
}

.m-table-1 .txt-2 {
   font-size: 30px;
   font-weight: bold;
   text-align: right;
}

.m-summary td:after {
   position: absolute;
   top: 0;
   left: 0;
   width:100%;
   content: "";
   height: 1px;
   background: #003E76;
}

.m-table-1 .m-summary td {
   padding-top: 20px;
   padding-bottom: 0;
}

.m-table-2 {
   margin-top: -8px;
   background: #fff;
   margin-bottom: -7px;
   padding: 0 0 0 10px;
}

.m-table-1 .info {
   margin: 0px 0 0 3px;
}

.info {
   width: 12px;
   vertical-align: middle;
   height: 12px;
   display: inline-block;
   cursor: pointer;
   background: url('../../img/frontend/icons/21.png') center no-repeat;
}

.m-table-3 table {
   width: 100%;
   font-size: 10px;
}

.m-table-3 table td {
   padding: 14px 10px 12px 10px;
}

.m-table-3 table tr:nth-child(even) td {
   background: #D2EBFF;
}

.m-table-3 .txt-1 {
   font-weight: bold;
   font-size: 17px;
}

.m-table-3 .txt-2 {
   text-align: right;
   font-weight: bold;
   font-size:29px;
}

.m-table-3 th {
   padding: 7px 10px 5px 10px;
   font-weight: normal;
}

.btn-filter {
   display: inline-block;
   vertical-align: middle;
   margin: 0 3px;
   margin-top: -2px;
}

.btn-filter:hover{
   opacity: 0.9;
}

.btn-more {
   -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
             filter: flipv;
   display: block;
   width: 12px;
   height: 12px;
   background: url('../../img/frontend/icons/23.png') center no-repeat;
}

.btn-more:hover {
   opacity: 0.9;
}

.m-table-4 table tr th {
   font-weight: bold;
}

.m-table-4 table tr td, .m-table-4 table tr th {
   padding: 1px 5px;
}

.m-table-4 table tr td {
   background: none !important;
}

.tr-details {
   display: none;
}

.m-table-3-1 table tr:nth-child(even) td {
   background: #fff;
}

.m-table-3-1 table .tr-bg-1 td {
   background: #D2EBFF !important;
}

.m-table-3-1 table .tr-bg-1 + tr td {
  background: #D2EBFF;
}

.m-box-2 .description {
   display: none;
}

.title-1-date {
   display: flex;
   padding-right: 40px;
   justify-content: space-between;
}

.title-1-date strong {
   font-size: 20px;
   font-weight: 600;
}

.title-1-date .date {
   margin-top: 20px;
}

.input-box input {
   color: #003E76;
}

.m-title {
   margin-bottom: 17px;
   font-weight: bold;
   font-size: 17px;
}

.row40 {
   margin: 0 -20px;
}

.row40 > div {
   padding: 0 20px;
}

.checkbox-box {
   display: flex;   
}

.checkbox-box .icheckbox, .checkbox-box .iradio {
   width: 15px;
   height: 15px;
   border-radius: 3px;
   border: 1px solid #006EC7;
   flex-shrink: 0;
   margin: 0px 7px 0 0;
}

.checkbox-box .iradio {
   border-radius: 50%;
}

.checkbox-box label {
   font-size: 12px;
   margin: 0;
   line-height: 1.4;
}

.checkbox-box {
   margin-bottom: 15px;
}

.checkbox-box .icheckbox.checked:after, .checkbox-box .iradio.checked:after {
   display: none;
}

.checkbox-box .icheckbox.checked, .checkbox-box .iradio.checked {
   background: url('../../img/frontend/icons/24.png') 2px 3px no-repeat;
}

.checkbox-box .iradio.checked {
   background: url('../../img/frontend/icons/32.png') center no-repeat;
}

.m-title-1 {
   padding-left: 22px;
}

.m-content-box-3-1 a {
   color: #003E76;
   text-decoration: underline;
}

.m-content-box-3-1 a:hover {
   color: #003E76;
   opacity: 0.85;
   text-decoration: underline;
}

.m-content-box-3-1 {
   padding-left: 22px;
   font-size: 12px;
   margin: 0;
}

.input-icon .input-box input {
   padding-right: 40px;
   background: url('../../img/frontend/icons/25.png') calc(100% - 15px) center no-repeat;
}

.m-content-box-4 {
   width: 489px;
   max-width: 100%;
}

.input-box-1 input {
   height: 61px;
   font-size: 29px;
   font-weight: bold;
   padding-top: 2px;
}

/* *** KATALOG NAGROD *** */

.box-13 {
   display: flex;
   box-shadow: 0px 3px 6px #00000029;
   border-radius: 0px 0px 20px 0px;   
}

.box-13 .image {
   position: relative;
   flex-shrink: 0;
   width: 173px;
   padding: 4px;
   padding-bottom: 43px;
}

.box-13 .image-2 {
   position: absolute;
   bottom: -18px;
   right: -11px;
}

.box-13 .description {
   width: 100%;
   padding-right: 14px;
   padding-left: 11px;
}

.box-13 .name {
   font-weight: bold;
   padding: 11px 20px 10px 0;
   border-bottom: 1px solid #003E76;
}

.box-13 .txt-1 {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.box-13 .txt-1-2 {
   border: 1px solid #003E76;
   height: 30px;
   border-radius: 20px;
   line-height: 28px;
   padding: 0 20px;
}

.box-13 .txt-1 {
   padding: 10px 0 30px 0;
   font-size: 1
}

.box-13 .txt-2 {
   color: #006EC7;
   font-size: 17px;
}

.box-13 {
   position: relative;
}

.btn-basket-1 {
   box-shadow: 0px 2px 10px #00000026;
   border-radius: 25px;
   width: 49px;
   height: 49px;
   background:url('../../img/frontend/icons/26.png') center no-repeat;
   display: block;
}

.box-13 .btn-basket-1 {
   position: absolute;
   bottom: 0;
   right: 0;
   margin: 20px;
}

.btn-basket-1:hover {
   opacity: 0.9;
}

.box-13 {
   margin-bottom: 24px;
}

.boxes-13 {
   margin-bottom: -24px;
}

.box-13 .info {
   position: absolute;
   top: 16px;
   right: 13px;
}

.tooltip-inner {
   color: #003064;
   font-size: 10px;
   padding: 10px;
   line-height: 1.3;
   box-shadow: 0px 3px 6px #00000029;
   border-radius: 0px 0px 20px 0px;
   background: #fff;
   text-align: left;
}

.tooltip-arrow {
   display: none !important;
}

/* *** KOSZYK *** */

.steps {
   display: flex;
}

.steps div {
   background: #add9ff url('../../img/frontend/icons/27.png') center no-repeat;
   width: 28px;
   position: relative;
   height: 28px;
   margin-left: 88px;
   border-radius: 50%;
   border: 1px solid #044077;
}

.steps div:before {
   position: absolute;
   top: 50%;
   right: 100%;
   margin: 0 10px;
   content: "";
   display: block;
   width: 68px;
   height: 1px;
   background:#003E76;
}

.steps div:first-child:before {
   display: none;
}

.steps div.current {
   background: #003976 url('../../img/frontend/icons/28.png') center no-repeat;
   box-shadow: 0px 3px 6px #00000078;
   border: 1px solid #044077;
}

.b-main-wrapper {
   display: flex;
}

.b-main {
   width: 566px;
   padding: 0 40px;
}

.b-sidebar {
   width: calc(100% - 566px);
}

.b-title {
   margin-bottom: 13px;
   font-size: 16px;
   font-weight: 600;
}

.b-box-1 {
   padding: 20px 36px 36px 36px;
   box-shadow: 0px -3px 10px #0000001A;
}

.b-box-1 table {
   width: 100%;
}

.b-box-1 table tr td {
   padding-bottom: 5px;
}

.b-box-1 table tr:last-child td {
   padding-bottom: 0;
}

.b-box-1 table tr td:last-child {
   padding-left: 10px;
   font-size: 17px;
   font-weight: bold;
   text-align: right;
   padding-left: 10px;
}

.b-box-1 .button-box {
   padding-top: 3px;
}

.b-box-1 .button-box a {
   width: 100%;
   box-shadow: none;
   margin-top: 20px;
}

.b-box-2 {
   display: flex;
   margin-bottom: 60px;
   position: relative;
}

.b-box-2 figure {
   flex-shrink: 0;
   width: 68px;
   height: 74px;
   box-shadow: 0px 3px 6px #00000029;
   border-radius: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   background: #F2F2F2;
   margin-right: 20px;
}

.b-box-2 .description {
   width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between; 
}

.btn-remove {
   position: absolute;
   top: 6px;
   right: 0;
   width: 9px;
   height: 12px;
   background: url('../../img/frontend/icons/29.png') center no-repeat;
}

.b-box-2 .name {
   margin-bottom: 10px;
   padding-right: 15px;
}

.btn-remove:hover {
   opacity: 0.85;
}

.b-box-2 .name {
   color:#003E76;
   font-weight: bold;
}

.b-box-2 .data {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.b-box-2 .txt-1 {
   color: #006EC7;
}

.b-box-2 .txt-1 sup {
   font-size: 9px;
   margin-left: 3px;
}

.quantity-box {
   width: 68px;
   height: 15px;
   position: relative;
}

.quantity-box input {
   display: block;
   width: 100%;
   border: none;
   text-align: center;
   color:#006EC7;
   height: 15px;
}

.minus {
   width: 15px;
   height: 15px;
   background: url('../../img/frontend/icons/minus.png') center no-repeat;
   display: block;
   top: 0;
   position: absolute;
   left: 0;
   border-radius: 50%;
}

.plus {
   position: absolute;
   top: 0;
   right: 0;
   width: 15px;
   height: 15px;
   position: absolute;   
   background: url('../../img/frontend/icons/plus.png') center no-repeat;
   display: block;
   border-radius: 50%;
}

.minus:hover, .plus:hover {
   opacity: 0.85;
}

.b-content-box-1 {
   padding: 20px 0;
}

.b-box-1 table .tr-1 td:first-child {
   padding-left: 20px;
}

.b-box-1 table .tr-1 td strong {
   font-size: 14px;
}

.b-summary td {
   border-top: 1px solid #003E76;
   padding-top: 5px;
}

.b-summary td span {
   margin-left: 50px;
}

body .form-control {
    display: block;
    height: 40px !important;
    border: 0.8326995968818665px solid #D2EBFF;
    border-radius: 8px;
    width: 100%;
    padding: 0 13px !important;
}

body .form-floating>label {
   padding: 9px 13px !important;
   font-size: 12px;
   opacity: 0.6;
}

body .form-control {
   padding-top: 12px !important;
   outline: none !important;
   box-shadow: none !important;
   font-weight: bold;
   font-size: 14px !important;
   color: #003E76 !important;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
   transform: scale(.70) translateY(-.5rem) translateX(.15rem);   
   padding-left: 16px !important;
}

body .input-icon .form-floating input {
    padding-right: 40px !important;
    background: url(../../img/frontend/icons/25.png) calc(100% - 15px) center no-repeat;
}

.b-box-1-1 {
   padding-bottom: 50px !important;
   position: relative;
}

.b-box-1 .button-box .btn-1 {
   width: 100%;
}

.b-box-1-1 .button-box {
   position: absolute;
   bottom: -20px;
   padding: 0 36px;
   left: 0;
   width: 100%;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
   opacity: 1;
}

/* *** KONTAKT *** */

.phone-box {
   margin-bottom: 35px;
}

.contact-box {
   font-size: 10px;
   padding-left: 70px;
}

.contact-box .txt {
   font-size: 17px;
   font-weight: bold;
}

.contact-box a {
   color: #003E76;
}

.contact-box a:hover {
   color: #003E76;
   opacity: 0.9;
}

.phone-box {
   background: url('../../img/frontend/icons/30.png') left center no-repeat;
}

.mail-box {
   background: url('../../img/frontend/icons/31.png') left center no-repeat;
}

/* *** FAQ *** */

.faq-box .name {
   font-weight: bold;
   position: relative;
   cursor: pointer;
   padding: 10px 40px 9px 15px;
}

.faq-boxes .faq-box:nth-child(odd) {
   background: #D2EBFF;
}

.faq-box .description {
   display: none;
   padding: 0 15px 12px 15px;
}

.btn-more.active {
   -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
             filter: flipv;
}

.faq-box .name:after {
   -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
             filter: flipv;
   display: block;
   width: 12px;
   height: 12px;
   position: absolute;
   top: 15px;
   right: 15px;
   content: "";
   background: url('../../img/frontend/icons/23.png') center no-repeat;
}

.faq-box .name.active:after {
   -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
             filter: flipv;
}

/* *** WYZWANIA *** */

.boxes-14 {
   margin-top: -84px;
}

.box-14 {
   border-radius: 0 0 20px 0;
   background: #fff;
   display: block;
   position: relative;
   overflow: hidden;
   height: 197px;
   margin-bottom: 30px;
}

.box-14 .description {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   background: url('../../img/frontend/19.png') center bottom no-repeat;
   background-size: 100% 100%;
   height: 67px;
   font-size: 16px;
   padding: 18px 15px;
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
   color: #fff;
}

.box-14 .txt {
   font-weight: 600;
   font-size: 22px;
}

.box-14 figure {
   height: 150px;
   display: flex;
   padding: 20px;
   align-items: center;
   justify-content: center;
}

.box-14:hover {
   opacity: 0.9;
}

/* *** REJESTRACJA *** */

.subpage-1 .user-box:after {
   display: none;
}

.subpage-1 .user-box {
   filter: blur(14px);
}

.subpage-1 header, .subpage-2 header {
   height: 700px;
}

.wrapper-box {
   min-height: calc(100vh - 149px);
}

.row60 {
   margin: 0 -30px;
}

.row60 > div {
   padding: 0 30px;
}

.r-box-1 {
   box-shadow: 0px 0px 15px #00000029;
   border-radius: 0px 0px 20px 0px;
   padding: 20px 20px 30px 20px;
   position: relative;
}

.r-box-1 h2 {
   font-weight: bold;
   font-size: 17px;
   margin-bottom: 11px;
}

.r-box-1 {
   height: 100%;
}

.r-boxes-1 .row > div {
   margin-bottom: 50px;
}

.r-boxes-1 {
   margin-bottom: -50px;
}

.r-box-1 .button-box {
   padding: 0 20px;
   position: absolute;
   bottom: -20px;
   left: 0;
   width: 100%;
}

.r-box-1 .btn-1 {
   width: 158px;
}

.title-3 {
   position: relative;
}

.title-3 .date-1 {
   right: auto;
   right: 376px;
   font-size: 17px;
   font-weight: 500;
   position: absolute;
}

.r-wrapper {
   width: 551px;
   max-width: 100%;
}

.mb-3 {
   margin-bottom: 10px !important;
}

.input-code {
   margin-top: 35px;
}

.input-code input {
   background: #D2EBFF;
}

.width300 {
   width: 300px;
   margin: 0 auto;
}

.m-content-box-3-1.mr40 {
   margin-bottom: 40px;
}

.b-title-1 {
   font-size: 17px;
}

.icheckbox.hide {
   opacity: 0;
}

/* *** WITAMY *** */

.btn-7 {
   min-width: 113px;
   height: 30px;
   box-shadow: 0px 10px 25px #0000001C;
   border-radius: 60px;
   display: inline-block;
   line-height: 30px;
   text-align: center;
   color:#044077;
   text-align: center;
   padding: 0 15px;
}

.title-3 .btn-7 {
   margin-top: -3px;
}

.btn-7:hover {
   background: #044077;
   color: #D2EBFF;
}

.r-boxes-1-1 .r-box-1 {
   background: #D2EBFF;
   box-shadow: none;
}

.mr15 {
   margin-bottom: 15px;
}

.subpage-2 .hamburger {
   display: none;
}

.title-3-1-txt {
   font-size: 17px;
   font-weight: bold;
}

.ank-title {
   font-weight: bold;
   margin-bottom: 10px;
}

.ank-title small {
   display: block;
   font-size: 10px;
   font-weight: normal;
}

.ank-boxes {
   display: flex;
   flex-wrap: wrap;
}

.ank-boxes {
   padding-bottom: 20px;
}

.ank-box {
   cursor: pointer;
   margin: 0 6px 6px 0;
   position: relative;
}

.ank-box .txt {
   height: 30px;
   border-radius: 15px;
   padding: 0 28px;
   line-height: 28px;
   color: #006EC7;
   cursor: pointer;
   position: relative;
   font-weight: 500;
   border: 1px solid rgba(0, 110, 199, 0.3);
}

.ank-box .iradio, .ank-box .icheckbox {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 2;
}

.ank-box .icheckbox {
   border: none;
   border-radius: 0;
   background: none !important;
}

.ank-box .icheckbox:after {
   display: none;
}

.ank-box .checked + .txt {
   color: #003E76;
   background: rgba(0, 110, 199, 0.3);
}

.ank-box:hover .txt {
   color: #003E76;
   background: rgba(0, 110, 199, 0.3);
}

.info-1 {
   width: 14px;
   height: 14px;
   background: url('../../img/frontend/icons/34.png') center no-repeat;
}

/* *** AWATAR *** */

.z-main-wrapper {
   display: flex;
}

.z-main {
   width: calc(100% - 287px);
}

.z-sidebar {
   width: 287px;
}

.z-title {
   font-size: 17px;
   margin-bottom: 10px;
   font-weight: bold;
}

.z-boxes-1 {
   display: flex;
   flex-wrap: wrap;
}

.z-box-1 {
   position: relative;
   margin: 0 10px 20px 0;
   overflow: hidden;
   cursor: pointer;
}

.z-box-1 .iradio {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   width: 100%;
   height: 100%;
}

.z-boxes-1 {
   padding-bottom: 20px;
}

.z-box-1 .txt {
   width: 146px;
   color: #006EC7;
   font-size: 10px;
   border-radius: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 40px;
   padding-top: 2px;
   border: 1px solid rgba(0, 110, 199, 0.3);
}

.z-box-1 .txt img {
   opacity: 0.3;
   margin-top: -2px;
}

.z-box-1 .checked + .txt img {
   opacity: 1;
}

.z-box-1 .checked + .txt {
   border: 2px solid #006EC7;
   font-weight: 600;
   color: #006EC7;
}

.z-box-2 {
   background: #D2EBFF;
   border-radius: 0 0 20px 0;
   height: 373px;
   text-align: center;
   padding: 38px 20px;
}

.z-box-2 .txt-1 {
   margin: -20px 0 17px 0;
   font-size: 17px;
   font-weight: bold;
}

.z-box-2 .txt-2 {
   font-size: 24px;
   font-weight: 600;
   padding-top: 20px;
}

.z-box-2 {
   position: relative;
}

.z-box-2 .button-box .btn-1 {
   width: 100%;
}

.z-box-2 .button-box {
   padding: 0 20px;
   width: 100%;
   bottom: -20px;
   position: absolute;
   left: 0;
}

.z-main-wrapper .btn-1 {
   box-shadow: none;
}

.z-boxes-1-1 .z-box-1 .txt img {
   opacity: 1;
}

.z-boxes-1-1 .z-box-1 {
   overflow: visible; 
}

.z-boxes-1-1 .z-box-1 .txt {
   width: 93px;
   border: none !important;
   overflow: visible;
   height: 93px;
}

.z-boxes-1-1 .z-box-1 .txt img {
   max-width: none;
   max-height: none;
}

.z-boxes-1-1 .z-box-1 {
   margin: 14px;
}

.z-boxes-1-1 {
   width: 363px;
   max-width: 100%;
   margin: 0 auto;
}

.z-boxes-1-1 .z-box-1 .checked + .txt:after {
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -56px -52px;
   content: "";
   display: block;
   width: 105px;
   border-radius: 50%;
   height: 106px;
   border: 4px solid #006EC7;
}

.z-content-box-1 {
   display: flex;
   align-items: center;
   margin-bottom: 30px;
}

.z-box-3 {
   display: flex;
   font-size: 10px;
   align-items: center;
}

.z-box-3 .z-box-3-1 img {
   height: 14px;
   margin-top: -1px;
}

.z-content-box-1 {
   position: relative;
}

.btn-edit {
   position: absolute;
   top: 3px;
   right: 0;
   width: 19px;
   height: 17px;
   background:url('../../img/frontend/icons/35.png') center no-repeat;
}

.btn-edit:hover {
   opacity: 0.85;
}

.z-box-3 {
   margin-right: 30px;
}

.z-box-3 .z-box-3-1 {
   margin-left: 10px;
   min-width: 74px;
   padding: 0 10px;
   text-align: center;
   color: #006EC7;
   line-height: 20px;
   font-size: 8px;
   height: 20px;
   border-radius: 10px;
   border: 1px solid #006EC7;
}

.z-box-2 div.btn-1 {
   opacity: 1 !important;
   color: rgba(255,255,255,0.3);
}

.z-box-2 figure img {
   border-radius: 50%;
}

.popup-content {
   position: fixed;
   z-index: 1000;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(4, 64, 119, 0.8);
   padding: 90px 20px;
}

.popup {
   max-height: calc(100vh - 180px);
   overflow: auto;
}

.p-title {
   height: 94px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #044077;
   border-radius: 0 0 20px 0;
   color: #fff;
   font-size: 17px;
   font-weight: bold;
   padding: 20px;
   margin-bottom: -20px;
   position: relative;
   z-index: 1;
}

.popup {
   width: 400px;
   margin: 0 auto;
   max-width: 100%;
}

.popup .content {
   background: #fff;
   padding: 50px 50px 30px 50px;
   border-radius: 0 0 20px 0;
}

.p-box-1 {
   display: flex;
   align-items: center;
   margin-bottom: 16px;
   padding-bottom: 16px;
   border-bottom: 1px solid #D2EBFF;
}

.p-close {
   width: 36px;
   height: 36px;
   display: block;
   margin: 0 auto;
   background: url('../../img/frontend/icons/41.png') center no-repeat;
}

.popup .button-box {
   padding-top: 13px;
}

.p-close:hover {
   opacity: 0.9;
}

.p-box-1 figure {
   margin-right: 10px;
   flex-shrink: 0;
}

.p-box-1 .description {
   width: 100%;
   padding-right: 35px;
}

.p-boxes-1 .p-box-1:last-child {
   margin-bottom: 0;
   padding-bottom: 0;
   border: none;
}

.p-box-1 .txt-1 {
   padding-bottom: 6px;
}

.p-box-1 .txt-2 {
   font-size: 10px;
   line-height: 1.3;
}

.p-box-1.active {
   background: url('../../img/frontend/icons/40.png') right center no-repeat;
}

.p-title-1 {
   justify-content: flex-start; 
}

.popup-1 .content {
   padding: 44px 24px 24px 24px;
}

.popup-1 .text p {
   margin-bottom: 15px;
}

.popup-1 .button-box-1 {
   padding-top: 5px;
}

.popup-1 .btn-1 {
   width: 100%;
   box-shadow: none;
}

.popup-2 .content {
   padding: 20px 0 0 0 !important;
}

.popup-2 .p-title {
   border-radius: 0;
}

.popup-2 .btn-1 {
   width: 100%;
   box-shadow: none;
}

.popup-2 .button-box {
   padding: 0 20px;
   padding-top: 13px;
}

/* *** SAMOUCZEK *** */

.s-box {
   text-align: center;
}

.s-slider ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.s-slider h2 {
   text-align: center;
   font-size: 14px;
   font-weight: 600;
   margin-bottom: 50px;
}

.s-box {
   text-align: left;
   margin: 0 auto;
   max-width: 100%;
   width: 510px;
}

.s-box-1 {
   display: flex;
   align-items: center;   
}

.s-box-1 figure {
   width: 155px;
   flex-shrink: 0;
   padding-right: 20px;
}

.s-box-1-1 {
   align-items: flex-start;
}

.s-box .text p {
   margin-bottom: 15px;
}

.s-slider {
   position: relative;
}

.s-slider .prev-box, .s-slider .next-box {
    position: absolute;
    top: 115px;
    z-index: 10000;
    width: 113px;
    height: 30px;
}

.s-slider img {
   display: inline !important;
}

.s-slider .prev-box {
    left: 0;    
}

.s-slider .next-box {
    right: 0;    
}

.s-slider .bx-prev, .s-slider .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.s-slider .bx-prev {
    background: url('../../img/frontend/icons/42.png') no-repeat;   
}

.s-slider .bx-next {
    background: url('../../img/frontend/icons/43.png') no-repeat;   
}

.s-slider .prev-box:hover, .s-slider .next-box:hover {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.s-slider .bx-controls {
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 30px;
    display: flex;
   justify-content: center;
    left: 0;
    text-align: center;
}

.s-slider .bx-pager {
    float: none;
    padding: 0;
}

.s-slider .bx-pager .bx-pager-item {
    float: left;
    margin: 0 6px;
}

.s-slider .bx-pager .bx-pager-item a {
    float: left;
    text-indent: -99999px;    
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0;
    border: 1px solid #006EC7;
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;      
}

.s-slider .bx-pager .bx-pager-item .active, .s-slider .bx-pager .bx-pager-item a:hover{
    background: #006EC7 !important;    
}

.s-slider .disabled {
   opacity: 0.3;
}

.s-slider  {
   z-index: 1;
}

.button-end {
   /* position: absolute; */
   top: 155px;
   z-index: 10000;
   right: 0;
   width: 113px;
}

.button-end a {
   height: 30px;
   box-shadow: none;
   width: 100%;
   line-height: 30px;
}

.box-1 .title {
   position: relative;
}

.box-1 .info {
   position: absolute;
   top: 50%;
   margin-top: -5px;
   right: 0;
}

.avatar-checked {
   border-width: 5px;
   border-color: #2e6cc1;
   border-style: solid;
   border-radius: 50px;
   margin: 8px !important;
}

/* 31.05 */
.box-12 .txt-1 {
   min-height: 69px;
}

.box-11 .description {
   position: relative;
   }
   
   .box-11 .txt-1, .box-11 .txt-2, .box-11 .txt-3 {
   position: relative;
   z-index: 2;
   }
   
   .box-11 .description:after {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 0;
   
   background: #003064;
   content: "";
   -webkit-transition: 0.25s linear;
   -moz-transition: 0.25s linear;
   -ms-transition: 0.25s linear;
   -o-transition: 0.25s linear;
   transition: 0.25s linear;
   }
   
   .box-11:hover .description:after {
   height: calc(100% - 75px);
   }
   
   .box-11 figure {
   position: relative;
   z-index: 2;
   }

   /*05.06*/


.box-11 {
   position: relative;
}

.box-11 .desc-1 {
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;    
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   overflow: hidden;
   background: #003064;   
   height: 0;
   color: #fff;
   z-index: 2;
}

.box-11 .desc-1-content {
   padding: 20px;
}

.box-11 {
   overflow: hidden;
       border-radius: 0 0 20px 0;
}

.box-11 .button-box {
   z-index: 2;
   position: relative;
}

.box-11:hover .desc-1 {
   height: calc(100% - 125px); 
}

/* 14.06 */ 
.info-tooltip {
   position: absolute;
   top: 0px;
   right: 0px;
   z-index: 2;
   width: 39px;
   height: 43px;
}

.info-tooltip .tooltip .tooltip-inner {
  width: 100%;
  max-width: 100%;
}

.info-tooltip .tooltip {
  position: absolute;
  top: 30px;
  width: 300px;
  right: 0;
  overflow: auto;  
  max-height: 300px;
  display: none;
  opacity: 0;
}

.info-tooltip:hover .tooltip {
  display: block;
  opacity: 1;
}

.info-tooltip .tooltip a {
  text-decoration: underline;
  color: #003E76;
}

.info-tooltip .tooltip a:hover {
  opacity: 0.85;
  text-decoration: underline;
  color: #003E76;
}

/* 15.06 */
@media (max-width: 767px) {
   body .log-box-4 .btn-5 {
      margin-top: 10px !important;
   }
   .log-box-4 {
      margin-top: -10px;
   }
   .box-11 .desc-1 {
      height: auto !important;
      padding-bottom: 5px;
      display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
   }
   .s-slider .prev-box, .s-slider .next-box {
      display: block !important;
   }
   .s-slider .prev-box, .s-slider .next-box {
      width: 43px;
   }
   .s-slider .bx-next, .s-slider .bx-prev {
      background-position: center center;
      border: 1px solid #006EC7;
      border-radius: 5px;
   }
   .s-slider figure {
      padding-left: 45px;
      padding-right: 45px;
   }
   iframe {
      max-width: 100% !important;
   }
   .info {
      background-color: #fff;
      width: 30px;
      height: 30px;
      border-radius: 50%;
   }
   .info-tooltip .tooltip {
      width: 260px;
   }
   .tooltip-inner {
      font-size: 12px;
   }
   .box-11:hover .description:after {
      height: calc(0% - 75px);
   }
 }

 /* *** 16.06  *** */

.box-13 .select {
   width: auto;
   display: inline-block;
}

.box-13 .txt-1-2 {
   white-space: nowrap;
}

.box-13 .chosen-container-single .chosen-single div {
   display: none;
}

.box-13 .chosen-container-single .chosen-single span {
   margin-right: 0;
}

.box-13 .select .chosen-container-single .chosen-single {
   border: none;
   line-height: 19px;
   height: 20px;
   padding: 0;
   color: #003E76;
}

.box-13 .chosen-container .chosen-drop {
   width: 100%;
   margin-left: 0px;
   border: 1px solid #003E76;
   border-radius: 15px;
   padding-top: 4px;
   overflow: hidden;
   margin-top: 0px;
}

.box-13 .chosen-container .chosen-results li {
   padding: 3px 13px;
   color: #003E76 !important;
}

.box-13 .chosen-container .chosen-results li:hover {
   background: #fff !important;
   color: #006EC7 !important;
}

.box-13 .txt-1-2 {
   position: relative;
}

.box-13 .chosen-container {
   position: static;
}

.box-13 .txt-1-2 select {
   border: none;
   color: #003E76 !important;
     -webkit-appearance: none;
  -moz-appearance: none;
  text-align: right;
}

/* *** 29.06 *** */

footer .col-left {
   display: flex;
}

.f-box-1 {
   width: 260px;
   padding: 0;
   padding-left: 25px;
   margin-left: 25px;
   border-left: 1px solid #fff;
}

.f-box-1-0 {
   padding-left: 0;
   margin-left: 0;
   border: none;
}

.f-box-1-2, .f-box-1-1, .f-box-1-0 {
   font-size: 12px;
   line-height: 1.5;
}

footer .f-box-1-3 ul {
   margin: -3px 0;
}

.f-box-1 ul {
   padding-left: 0;
   margin: 0;
   border: none;
}

footer {
   background: #006EC7;
}

.f-social {
   padding-top: 19px;
   display: flex;
   justify-content: center;
}

.f-social a {
   margin: 0 15px;
}

.f-box-1-1 {
   border-left: none;
   padding-left: 0;
}

.f-box-1-0 {
   width: 84px;
}

.f-box-1-0 .f-image {
   margin-top: 5px;
}

.f-scan {
   margin-top: -18px;
}

.f-box-1-1 {
   width: 222px;
   text-align: center;
}

.f-logo {
   margin: 0;
}

footer .container {
   align-items: flex-start;   
}

footer {
   padding: 30px 0;
}

@media (max-width: 1199px) {
   .f-box-1-1 {
      width: 138px;
   }
}

@media (max-width: 992px) {
   footer .container {
      display: block;
   }
   body .f-logo {
      margin: 20px 0 0 0;
   }
}

@media (max-width: 767px) {
   .f-box-1 {
      width: 100%;
   }
   footer .col-left {
      display: block;
   }
   .f-box-1 {
      padding-left: 0;
      margin-left: 0;
      border: none;
   }
   body footer ul {
      padding: 0;
   }
   .f-box-1 {
      margin-bottom: 25px;
   }
}

/* 04.07 */

.box-3dd .new-banner-data .description {
   padding: 0;
   margin: 0;
   background: none;
}

.box-3dd .new-banner-data {
   padding: 22px;
   align-items: flex-start;
}

.xxx-boxes .box-1 .txt span, .xxx-boxes .box-4 .txt span {
   font-size: 16px;
   padding: 5px 0;
   display: block;
   font-weight: normal;
}

.xxx-boxes .box-1, .xxx-boxes .box-4 {
   height: 335px;
}

.xxx-boxes .box-4-1 .button-box {
   bottom: 12px;
}

@media (max-width: 1199px) {
   .xxx-boxes .box-4 {
      height: auto;
   }
}

.xxx-box-1 {
   background: #f7fbff;
   display: flex;
}

.xxx-box-1 figure {
   flex-shrink: 0;
}

.xxx-boxes-1 .description {
   width: 100%;
   display: flex;
   justify-content: space-between;
   padding: 0 20px;
   align-items: center;
}

.xxx-box-1 .date {
   font-size: 10px;
}

.xxx-box-1 {
   margin-bottom: 20px;
}

.xxx-boxes-1 {
   padding-bottom: 25px;
}

 .txt-box {
   padding: 10px 0;
}

.xxx-box-1 .txt {
   font-size: 17px;
   font-weight: bold;
}

.xxx-box-1 .button-box {
   display: flex;
   flex-shrink: 0;
   padding-left: 20px;
}

.xxx-btn-1 {
   height: 30px;
   display: block;
   border: 1px solid #044077;
   border-radius: 8px;
   padding: 0 5px;
   margin-right: 20px;
   font-size: 10px;
   min-width: 106px;
   text-align: center;
   line-height: 30px;
}

.xxx-btn-2:hover {
   background: #006EC7;
   color: #fff;
}

.xxx-btn-2 {
   height: 30px;
   border: 1px solid #006EC7;
   color: #006EC7;
   line-height: 28px;
   width: 107px;
   font-size: 14px;
   text-align: center;
   border-radius: 15px;
   background: #fff;
}

.xxx-btn-1 span {
   background: url('../../img/frontend/icons/44.png') left center no-repeat;
   padding-left: 21px;
}

.xxx-btn-1-2 span {
   background: url('../../img/frontend/icons/45.png') left center no-repeat;
   padding-left: 21px;
}

.xxx-btn-1-2 {
   background: #003E76;
   color: #fff;
}

.box-12 {
   position: relative;
}

.box-12-icon {
   margin: 5px 2px;
   position: absolute;
   top: 0;
   right: 0;
}

.xxx-table-1 table {
   width: 100%;
}

.xxx-table-1 table tr td:nth-child(1) {
   width: 212px;
}

.xxx-table-1 table tr td {
   padding-left: 20px;
}

.xxx-table-1 table tr td:first-child {
   padding-left: 0;
}

.xxx-table-1 .txt-1 {
   padding: 0 10px;
   font-size: 10px;
   min-width: 95px;
   border-radius: 10px;
   text-align: center;
   height: 20px;
   background: #1C6D00;
   display: inline-block;
   color: #fff;
}

.xxx-table-1 .txt-2 {
   font-size: 17px;
   font-weight: bold;
   padding-top: 5px;
}

.xxx-table-1 .txt-3 {
   font-size: 10px;
}

.xxx-table-1 .txt-4 {
   font-size: 17px;
   font-weight: bold;
}

.xxx-table-1 td {
   background: #f7fbff;
}

.xxx-table-1 table {
   border-collapse: separate;
   border-spacing: 0px 20px;
}

.xxx-table-1 .txt-1-1 {
   background: #D22E12;
}

.txt-1 .txt-1-1 {
   font-size: 13px;
}

.xxx-btn-3 {
   width: 30px;
   display: block;
   border-radius: 50%;
   height: 30px;
   background: #fff url('../../img/frontend/icons/48.png') center no-repeat;
   box-shadow: 0px 3px 6px #00000029;
   border: 1px solid #006EC7;
}

.xxx-btn-3-1 {
   background: #fff url(../../img/frontend/icons/49.png) center no-repeat;
   border-color: #1C6D00;
}

.xxx-not-active .txt-2, .xxx-not-active .txt-4 {
   opacity: 0.3;
}

.xxx-not-active .txt-1 {
   background: #BABABA;
}

.xxx-table-1 {
   margin-top: -20px;
   margin-left: 40px;
   width: calc(100% - 80px);
}

div.xxx-btn-3 {
   border-color: #BABABA;
   background: #fff url(../../img/frontend/icons/50.png) center no-repeat;
}

@media (max-width: 1199px) {
   .xxx-table-1 {
      margin-left: 0;
      width: 100%;
      overflow: auto;
   }
}

@media (max-width: 767px) {
   .xxx-table-1 figure img {
      max-width: none;
      width: 100px;
   }
   .box-3dd .new-banner-data {
      display: block;
   }
   .box-3dd .new-banner-data .description {
      padding-bottom: 20px;
   }
   .xxx-boxes .box-1 .info {
      top: 12px;
   }
   .xxx-boxes .box-1, .xxx-boxes .box-4 {
      height: auto;
      margin-bottom: 20px;
   }
   .xxx-box-1 {
      display: block;
   }
   .xxx-box-1 figure img {
      width: 100%;
   }
   .xxx-boxes-1 .description {
      padding: 13px 15px 15px 15px;
      display: block;
   }
   .txt-box {
      padding: 0;
   }
   .xxx-box-1 .button-box {
      padding: 20px 0 0 0;
   }
}

.box-12 .txt-1 {
  min-height: 91px;
}

/* style huberta */
.txt-1-additional-info {
   font-size: 10px;
}

.txt-1-new {
   padding: 5px 0 5px 0 !important;
}