@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&display=swap');
/* *** CSS RESET *** */

:root {
    --czerwony: #DC3E38; 
    --szary:#696969;
    --kolortla: #EBEBEB;
}
: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;
    color: var(--szary); 
}

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: 'Barlow', sans-serif;
}

body {
    /*font-family: 'Exo 2', sans-serif;*/
font-family: 'Barlow', sans-serif;

    font-size: 17px;
    color: var(--szary);
    background: #EBEBEB url('img/frontend/img01.png?v=1') center top no-repeat;
    line-height: 1.3;
    min-width: 302px;
}
body {
	background: #EBEBEB  center top no-repeat;
}
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%;
}

/* *** LOGOWANIE *** */

.log-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-top: 70px;
}

.logo {
    margin-bottom: 50px;
}

.wrapper-1 {
    width: 406px;
    margin: 0 auto;
    max-width: 100%;
}

.label-box label {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    color: var(--szary);
}

.label-box {
    text-align: left;    
    margin-bottom: 5px;
    
}

.input-box {
    margin-bottom: 15px;
}

.input-box input {
    color: #696969;
    padding: 0 15px;
    display: block;
    font-family: 'Barlow', sans-serif;
    width: 100%;
    background: #fff;
    height: 56px;
    border-radius: 10px;
    border: none;
}

.log-box-1 {
    margin-bottom: 15px;
}

.log-box-1 a {
    font-weight: bold;
    color: #696969;
}

.log-box-1 a:hover {
    color: var(--czerwony);
}

.btn-1 {
    min-width: 188px;
 
    height: 56px;
    background: #696969;
    border-radius: 28px;
    color: #9D9D9D;
    font-size: 13px;
    font-weight: bold;
    border: none;
    padding: 0 15px;
    padding-top: 2px;
    text-transform: uppercase;
}

.btn-1:hover {
    background: #9D9D9D;
    color: #696969;
}

.log-box-2 {
    margin-bottom: 25px;
}

.log-box-3 {
    border-top: 1px solid rgba(255,255,255,0.21);
    border-bottom: 1px solid rgba(255,255,255,0.21);    
    
}

.log-box-3 a {
  
}

.log-box-3 {
    border-top: 1px solid rgba(105,105,105,0.21);
    padding: 15px 0;
}

.box-2.ttu img {
    margin-bottom: 5px;
}

.log-box-3 a {
    color: #DC3E38;
    font-weight: bold;
}

.log-box-3 a:hover {
    color: var(--czerwony); opacity: 0.9;
}

.log-box-4 {
    border-bottom: 1px solid rgba(255,255,255,0.21);    
    padding: 15px 0;
    font-size: 13px;
}

.langs-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.log-box-4 .txt {
    margin-bottom: 15px;
}

.langs-content li {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
}

.lang-image {
    padding-bottom: 5px;
    margin-bottom: -5px;
}

.langs-content {
    position: relative;
}

.langs-content ul {
    background: #93BFF2;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-left: 4px;
    border-radius: 5px;
    padding-right: 2px;
    display: none;
    position: absolute;
    top: 100%;
    text-align: center;
    left: 0;
}

.langs-content a:hover {
    opacity: 0.9;
}

.langs-content:hover ul {
    display: block;
}

.langs-content img {
    max-width: none;
    max-height: none;
}

.log-box-6 {
    padding: 20px 0;
    clear: both;
}

.log-box-5 .image-1 {
    margin-right: 28px;
    float: left;
}

.log-box-5 a:hover {
    opacity: 0.9;
}

.log-box-5 .description {
    overflow: hidden;
    text-align: left;
}

.log-box-5 .col-box-1 {
    float: left;
}

.log-box-5 .col-box-2 {
    float: right;
}

.log-box-5 {
    float: left;
    width: 100%;
    padding: 12px 0;
}

.log-box-5 .txt {
    padding-top: 35px;
    height: 68px;
}

/* *** HEADER *** */

@media (min-width: 1199px) {
    .container {
        max-width: 1199px;
    }
}

@media (min-width: 1307px) {
    .container {
        max-width: 1307px;
    }
}

header {
    position: relative;
    z-index: 10;
    top: 0;
    text-align: center;
    left: 0;
    float: left;
    width: 100%;
}

.header-box {
    float: left;
    width: 100%;
    padding: 26px 0;
}

.logo-1 {
    float: left;
 
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    display: inline-block;
    margin-top: 23px;
    vertical-align: top;
    text-transform: uppercase;
}

.main-menu > ul > li {
    position: relative;
    float: left;
    list-style: none;
}

.main-menu > ul > li:after {
    height: 16px;
    width: 1px;
    background: #696969;
    content: "";
    display: block;
    margin-top: 7px;
}

.main-menu > ul > li:first-child:after {
    display: none;
}

.main-menu > ul > li > a {
    color: #696969;
    display: block;
    float: left;
    padding: 5px 18px;
    font-size: 16px;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: var(--czerwony);
}

.main-menu > ul > .current > a {
    font-weight: bold;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    list-style: none; 
    width: 305px;
    background: #cacaca;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
color: var(--szary);
    text-align: left;
    display: block;
    padding: 12px 15px 10px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: var(--czerwony);
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

.h-box {
    float: right;
    margin-top: 12px;
    position: relative;
}

.h-name {
    font-size: 16px;
}

.h-name figure {
    margin-left: 10px;
    display: inline-block;
    width: 70px;
    height: 58px;
    cursor: pointer;
    vertical-align: middle;
    padding-right: 16px;
    background: url('../../img/frontend/icons/img01.png') right center no-repeat;
}

.h-name figure img {
    border-radius: 50%;
}

.h-box ul {
    position: absolute;
    top: 100%;
    box-shadow: 0 0 10px rgba(0,55,127,0.5); 
    border-radius: 5px;
    background: #93BFF2;
    padding: 10px;
    display: none;
    list-style: none;
    right: 0;
}

.h-box:hover ul {
    display: block;
}

.h-box ul a {
    color: #fff;
    padding: 2px 5px;
    display: block;
    font-size: 13px;
    text-align: right;
    text-transform: uppercase;
}

.h-box ul a:hover {
    color: var(--czerwony);
}

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    background: #5f5f5f;
    color: #fff;
    font-size: 15px;
    padding: 23px 0;
}

footer .col-box {
    max-width: 630px;
}

footer .col-box-1 {
    float: left;
}

footer .col-box-2 {
    float: right;
}

.f-buttons a {
    height: 80px;
    display: inline-block;
    margin-right: 7px;
}

footer .col-box-3 {
    float: left;
}

footer .col-box-3-1 {
    margin-right: 80px;    
}

.copyright {
    color: #B2B2B2;
    margin-top: 35px;
}

.f-box-2 figure {
    float: left;
    margin: 0 30px 0 0;
}

.f-box-2 .txt {
    padding-bottom: 10px;
}

.f-box-2 .description {
    padding-top: 13px;
    overflow: hidden;
}

.f-txt {
    padding-left: 36px;
}

.f-txt-1 {
    background: url('../../img/frontend/icons/img02.png') left top no-repeat;
}

.f-txt-2 {
    background: url('../../img/frontend/icons/img03.png') left top no-repeat;
}

.mail-1 {
    color: var(--czerwony);
    text-decoration: underline;
}

.phone-1 {
    color: var(--czerwony);
}

.link-1 {
color: var(--czerwony);
    text-decoration: underline;
}

.phone-1:hover {
    opacity: 0.8;
    color: var(--czerwony);
}

.f-buttons a:hover {
    opacity: 0.9;
}

.mail-1:hover {
    opacity: 0.8;
    color: var(--czerwony);
    text-decoration: underline;
}

.link-1:hover {
    opacity: 0.8;
    color: var(--czerwony);
    text-decoration: underline;
}

.main-content {
    float: left;
    width: 100%;
    min-height: calc(100vh - 252px);
    padding-bottom: 60px;
}

.content-box-1 .row-box {
    margin-left: -15px;
    margin-right: -15px;
}

.content-box-1 .col-box {
    padding: 0 15px;
    float: left;
}

.content-box-1 .col-box-1 {
    width: 436px;
}

.content-box-1 .col-box-2 {
    width: 218px;
}

.content-box-1 .col-box-3 {
    width: 653px;
}

.box-2 {
    min-height: 206px;
    background: url('../../img/frontend/img09.png') left top no-repeat;
    padding: 20px;
    text-transform: uppercase;
}

.box-1 {
    background: url('../../img/frontend/img05.png') left top no-repeat;
    height: 376px;
    padding: 12px 15px;
    text-transform: uppercase;
}

.box-1-1 {
    background: url('../../img/frontend/img07.png') left top no-repeat;
}

.title-1 {
    margin-bottom: 30px;
}

.box-1 figure {
    text-align: center;
    margin-bottom: 40px;
}

.boxes-1-1 {
    margin-bottom: 35px;
}

.boxes-1-1 .box-1-1 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    height: 95px;
    text-align: center;
}

.boxes-1-1 .box-1-1:nth-child(2) {
  border-left: 1px solid #D6D6D6;
}

.box-1-1 span {
    color: var(--czerwony);
    margin-top: -5px;
    font-size: 57px;
    font-weight: 900;
    display: block;
    margin-bottom: -4px;
}

.button-box-1 {
    text-align: center;
}

.btn-2 {
border-radius: 5px;
    background: #DC3E38;
    height: 42px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 41px;
    border-radius: 21px;
    min-width: 142px;
    display: inline-block;
    border: 1px solid #DC3E38;
    padding: 0 10px;
}

.btn-2-1 {
    background: transparent;
    color: #cfabaa;
}

.btn-2:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-2-1:hover {
    color: #DC3E38;
}

.boxes-1-1a {
    padding-top: 20px;
}

.boxes-1-1a .box-1-1 {
    width: 100%;
}

.box-2-1 {
    background: url('../../img/frontend/icons/img04.png') left center no-repeat;
    height: 113px;
}

.button-box-2 {
    text-align: right;
    margin-bottom: -5px;
   margin-top: -25px;
}

.button-box-2 a {
    margin-left: 20px;
}

.time {
    padding-left: 111px;
    margin-top: -30px;
    float: left;
}

.time-col-box {
    float: left;
    font-size: 12px;
    width: 110px;
    text-align: center;
}

.time-col-box span {
    color: var(--czerwony);
}

.time-col-box div {
    font-size: 47px;
    font-weight: 900;
        color: #DC3E38;
}

.box-3 {
    margin-top: 20px;
}

.lev-content {
    height: 87px;
    position: relative;
    margin-top: 14px;
    float: left;
    width: 100%;
}

.box-3 .title-1 {
    height: 19px;
}

.lev-content .txt {
    margin-top: -12px;
}

.lev-content .lev-col-box {
    width: 33.333%;
    height: 87px;
    border-left: 1px solid #D6D6D6;
    float: left;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #93BFF2;
}

body .lev-content .lev-col-box.active .txt {
    color: var(--czerwony) !important;
    font-weight: bold;
    
}

.lev-content .lev-col-box:first-child {
    border-left: none;
}

.lev-content {
    position: relative;
}

.progress-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #1772ca;
    padding: 15px;
}

.progress-box div {
    height: 100%;
    background: var(--czerwony);
}

.lev-content-box {
    padding-right: 44px;
    float: left;
    width: 100%;
    position: relative;
}

.lev-content-box .tooltip-1 {
    position: absolute;
    bottom: 14px;
    right: 0;
}

.tooltip-1 img:hover {
    cursor: pointer;
}

.tooltip-inner {
    font-size: 13px;
    padding: 6px 10px 10px 10px !important;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../../img/frontend/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -3px;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: var(--czerwony);
}

.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 {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    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: #000;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 15px 15px 15px 15px;
}

.menu-rsp nav a:hover {
    background: var(--czerwony);
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #dfdfdf;
}

.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;
}

/* *** WYNIKI OGÃ“LNE *** */

.content-box-1-1 .col-box-2 {
    width: 327px;    
}

.box-1-1a {
    background: url('../../img/frontend/img10.png') left top no-repeat;
}

.content-box-1-1 .box-1 {
    height: 307px;    
}

.content-box-1-1 .col-box-3 {
    width: 544px;
}

.content-box-1-1 .box-1 figure {
    margin-bottom: 10px;
}

.content-box-1-1 .boxes-1-1 {
    margin-bottom: 10px;
}

.content-box-1-1 .boxes-1-1a .box-1-1 {
    margin-top: -10px;
}

.title-2 {
    font-size: 27px;
    margin-bottom: 20px;
}

.table-box table {
    font-size: 20px;
    width: 100%;
}

.table-box table th {
    font-size: 13px;
    font-weight: normal;
}

body .jspHorizontalBar {
    display: none;
}

.table-box table th, .table-box table td {
    padding: 14px 10px 14px 10px;
}

.table-box table tr th:last-child, .table-box table tr td:last-child {
    text-align: right;
}

.table-box table th:first-child, .table-box table td:first-child {
    width: 70px;
}

.table-box table th:nth-child(2), .table-box table td:nth-child(2) {
    width: 370px;
}

.table-box table tr:hover td {
    background: #93BFF2;
    color: #fff;
}

.table-box {
    padding-right: 20px;
    width: 100%;
}

.scroll-pane {
    float: left;
    width: 100%;
    max-height: 422px !important;
}

body .jspVerticalBar {
    background: #B1B1B1 !important;
    width: 2px !important;
    margin-right: 0 !important;
    right: 6px !important;
}

.jspTrack {
    background: #B1B1B1 !important;
}

.jspDrag {
    width: 14px !important;
    margin-left: -6px !important;
    right :1px;
    background: var(--czerwony) !important;
    -webkit-border-radius: 10px !important; 
    -moz-border-radius: 10px !important; 
    border-radius: 10px !important;   
}

.col-box-wrapper {
    float: left;
    width: 763px;
}

.box-3-1 {
    padding: 0 15px;
    float: left;
    width: 100%;
}

.box-1 {
    float: left;
    width: 100%;
}

.box-3-1 .lev-content .txt {
    margin-top: 0;
}

.box-3-1 .lev-content-box {
    padding-right: 0;
}

.nav-tabs-1 {
    text-align: center;
    margin-bottom: 40px;
}

.nav-tabs-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-tabs-1 li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.nav-tabs-1 a {
    width: 188px;
    height: 43px;
    line-height: 45px;
    background: #93BFF2;
    display: block;
    border-radius: 43px 43px 43px 43px;
    font-size: 13px;
    color: #fff;
}

.nav-tabs-1 a:hover, .nav-tabs-1 .current a {
    background: var(--czerwony);
    color: #fff;
    border-color: var(--czerwony);
}

.cont-box {
    height: 0;
    overflow: hidden;
}

.cont-box.active {
    height: auto;
}

.wrapper-2 {
    width: 622px;
    margin: 0 auto;
}

.nav-1 {
    text-align: center;
    margin: -5px 0;
}

.nav-1 li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 2.5px;
}

.nav-1 li a, .nav-1 li div {
  /*  width: 68px;*/
   width: 188px;
    height: 68px;
    display: block;
  /*  border-radius: 50%;*/
  
    background: #93BFF2;
    color: #fff;
 /*   line-height: 67px;*/
   /* font-size: 24px;*/
   font-size: 12px;
    font-weight: bold;
    border-radius: 5px !important;
    padding-top:17px;
}

.nav-1 li a:hover {
    opacity: 0.9;
}

.nav-1 li.no-active a, .nav-1 li.no-active div {
    background: #696969;
    color: #9D9D9D;
}

.nav-1 li.current a, .nav-1 li.current div {
    background: var(--czerwony);
    color: #fff;
    line-height: 16px;    
    border: 3px solid #fff;
}
.nav-1 li.undone a, .nav-1 li.undone div {
    background: #fd1c1c;
    color: #fff;
    line-height: 16px;   
    border: 3px solid #fff;
}
.nav-1 li.done a, .nav-1 li.done div {
    background: #93BFF2 ;
    color: #fff;
    line-height: 16px;   
    border: 3px solid #fff;
}

.nav-1 {
    margin-bottom: 30px;
}

.nav-1 ul {
    padding: 0;
    margin: 0;
}

.boxes-4 {
    float: left;
    width: 100%;
}

.box-4 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.boxes-4 .box-4:last-child {
    margin-bottom: 0;
}

.btn-3 {
    height: 54px;
    display: flex;
    align-items: center;
    background: url('../../img/frontend/img11.png');
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    justify-content: center;
    padding: 0 10px;
    padding-top: 2px;
     text-transform: uppercase;
}

.btn-3:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-3:after {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 10px;
    content: "";
    display: block;
    background: url('../../img/frontend/icons/img06.png') center right no-repeat;
    margin-top: -4px;
    right: 18px;
    transform:scale(1,-1);
   -webkit-transform:scale(1,-1);
    -moz-transform:scale(1,-1);
   -o-transform:scale(1,-1);
}

.btn-3.current:after {
    transform: none; 
   -webkit-transform: none; 
    -moz-transform: none; 
   -o-transform: none; 
}

.btn-4 {
    height: 54px;
    display: flex;
    align-items: center;
    background: url('../../img/frontend/img12.png') center center no-repeat;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    justify-content: center;
    padding: 0 10px;
    padding-top: 2px;
     text-transform: uppercase;
}

.btn-4:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-5 {
    height: 54px;
    display: flex;
    align-items: center;
    background: url('../../img/frontend/img13.png') center center no-repeat;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    justify-content: center;
    padding: 0 10px;
    padding-top: 2px;
     text-transform: uppercase;
}

.btn-5:hover {
    color: #fff;
    opacity: 0.9;
}

.list-1 {
    list-style: none;
    padding: 9px 0 0 0;
    margin: 0;
}

.list-1 a, .list-1 div {
    position: relative;
 color: #696969;
    font-size: 21px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    padding-left: 50px;
    background: url('../../img/frontend/icons/img07.png') right center no-repeat;
    padding-right: 90px;
}

.list-1 div {
    background: none;
}

.list-1 a:hover {
    opacity: 0.9;
}

.list-1 a span, .list-1 div span {
    padding-right: 27px;
    font-size: 16px;
    position: absolute;
    color: var(--czerwony);
    top: 50%;
    margin-top: -11px;
    right: 0;
}

.yes:after {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    content: "";
    display: block;
    background: url('../../img/frontend/icons/img08.png') left center no-repeat;  
}

.no:after {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    content: "";
    display: block;
    background: url('../../img/frontend/icons/img09.png') left center no-repeat;  
}

.nav-2 {
    margin-bottom: 12px;
    float:left;
    width: 100%;
}

.nav-2 ul {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
}

.nav-2 ul li {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
}

.nav-2 a {
    display: block;
    border-radius: 23px;
    border: 1px solid #fff;
    height: 43px;
    line-height: 43px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.nav-2 .current a, .nav-2 a:hover {
    background: var(--czerwony);
    color: #00377F;
    border-color: var(--czerwony);
}

.cont-box-a {
    height: 0;
    overflow: hidden;
}

.cont-box-a.active {
    height: auto;
}

.cont-boxes-1 {
    clear: both;
}

/* *** TEST *** */

.content-box-3 {
    text-align: center;
}

.content-box-3 .col-box-1 {
    width: 297px;
    min-height: 1px;
    float: left;
    display: inline-block;
    vertical-align: top;
}

.content-box-3 .col-box-2 {
    margin: 0 139px;
    float: left;    
    width: 404px;
    display: inline-block;
    vertical-align: top;
}

.title-3 {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.box-5 a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    padding-top: 7px;
    font-weight: bold;
    color: #9D9D9D;
    background: #707070;
    height: 56px;
}



.box-5 a:hover {
    opacity: 0.9;
}



.box-5 {
    margin-bottom: 10px;
        text-transform:uppercase;
}

.boxes-5 .box-5:last-child {
    margin-bottom: 0;
}

.btn-6 {
    display: inline-block;
    width: 186px;
    height: 82px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    background: url('../../img/frontend/img14.png');
    border-radius: 5px;
     text-transform: uppercase;
}

a.btn-6:hover {
    opacity: 0.9;
    color: #fff;
}

.btn-7 {
    display: inline-block;
    width: 186px;
    height: 82px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    border-radius: 5px;
    background: url('../../img/frontend/img15.png');
     text-transform: uppercase;
}

a.btn-7:hover {
    opacity: 0.9;
}

div.btn-6, div.btn-7 {
  filter: grayscale(100%);
}

.button-box-3 {
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.21);
}

div.btn-6 span {
    opacity: 0.4;   
}

.content-box-4 {
    padding: 9px 12px;
    /*background: #7b93aa;*/
	background: #2884ef ;
}

.content-box-4 {
    float: left;
    width: 100%;
    text-align: left;
    background: #fff !important;
        padding: 15px 20px;
        border-radius: 25px;
}

.content-box-4 .name {
    margin-bottom: 15px;
    font-size: 11px;
}

.time .time-col-box div {
    font-weight: bold;
}

.time-1 {
    float: left;
    width: 100%;
    margin: -5px 0 0 0 !important;
    background: url(../../img/frontend/icons/img04.png) left center no-repeat;
    background-size: 37px;
    padding-left: 50px;
}

.time-1 .time-col-box {
    width: 25%;  
}

.time-1 .time-col-box div {
    font-size: 32px;
    margin: 0;
    font-weight: 900;
    line-height: 1;
}

.time-1 .time-col-box span {
    margin: 0;
    font-size: 10px;
    line-height: 1;
}

.box-6 {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0 10px 0;
    border-top: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
}

.box-6 .progress-box {
    /*background: #5C9CDA;*/
background: rgba(177,177,177,0.21);
    border-radius: 15px;
    padding: 4px;
    height: 16px;
}

.box-6 .lev-content .txt {
    font-size: 10px;
    
}

.box-6 .lev-content .lev-col-box, .box-6 .lev-content {
    height: 22px;
}

.box-6 .lev-content .txt {
color: #B1B1B1;
text-transform: uppercase;
}

.box-7 {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
    margin-top: -5px;
}

.box-7 .col-box {
    text-align: center;
    width: 33.333%;
    float: left;
    font-size: 10px;
}

.box-7 .col-box span {
    color: var(--czerwony);
    font-weight: 900;
    font-size: 39px;
    display: block;
    line-height: 1.3;
}

/* *** WIEDZA *** */

.title-4 {
    margin-bottom: 15px;
    font-weight: bold;
    color: var(--czerwony);
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.error {
    color: #E84343!important;
}
.success {
     color: var(--czerwony);
}
.boxes-8 {
    float: left;
    width: 100%;    
}

.slider-1 {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}

body .week-nav {
    position: absolute;
    top: 0;
    left: 0;
}

.box-8 {
    margin-bottom: 10px;
    text-align: left;
    float: left;
    width: 100%;
    position: relative;
    padding: 6px 8px;
    padding-right: 55px;
    color: #00377F;
    background: #fff url('../../img/frontend/icons/img11.png') right 25px center no-repeat;
}

.box-8 .txt-1 {
    font-size: 14px;/*12px*/
    font-weight: bold;
}

.box-8 .txt-1-1 {
    position: absolute;
    top: 0;
    right: 11px;
    padding: 6px 8px;
}

.box-8 .txt-2 {
    font-size: 26px;
}

.box-8 .txt-3 {
    font-size: 10px;
    color: #E84343;
    padding: 5px 0;
    padding-left: 27px;
    margin-top: 9px;
    background: url('../../img/frontend/icons/img10.png') left center no-repeat;
}

.box-8 .txt-3.przeczytane {
    background: url('../../img/frontend/icons/img13.png') left center no-repeat; 
}

.boxes-8 .box-8:last-child {
    margin-bottom: 0;
}

.box-8 {
    display: block;
    min-height: 90px;
    border-radius: 5px;
}

a.box-8:hover {
    opacity: 0.9;
}

div.box-8 {
    color: #9D9D9D;
    background: #696969 url('../../img/frontend/icons/img18.png') right 25px center no-repeat;
}

div.box-8 .txt-3 {
    /*display: none;*/
}

.box-8.active {
    background:#DC3E38 url('../../img/frontend/icons/img15.png') right 25px center no-repeat;
    color: #fff;
}

.box-8.active .txt-3  {
    color: #fff;
    background: url('../../img/frontend/icons/img14.png') left center no-repeat; 
}

.box-8.active .txt-3.przeczytane {
    color: #fff;
    background: url('../../img/frontend/icons/img12.png') left center no-repeat; 
}

.week {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.slider-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slider-1 .bx-controls {
    display: none;
}

.slider-1 .prev-box, .slider-1 .next-box {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    height: 44px;
    z-index: 1000;
 
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.slider-1 .prev-box:hover, .slider-1 .next-box:hover {
    opacity: 0.8;
}

.slider-1 .prev-box {
    left: 0px;    
}

.slider-1 .next-box {
    right: 0px;
}

.slider-1 .bx-prev, .slider-1 .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.slider-1 .bx-prev {
    background: url('../../img/frontend/icons/img16.png') center center no-repeat;   
}

.slider-1 .bx-next {
    background: url('../../img/frontend/icons/img17.png') center center no-repeat;   
}

.slider-1 .prev-box:hover, .slider-1 .next-box:hover {
    opacity: 1;
}

.title-4 span {
    font-size: 19px;
}

.question-content .name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 22px;
}

.question-content .name span {
    font-size: 23px;
    color: var(--czerwony) !important;
    display: block;
    margin-bottom: 10px;
}

.question-content .name p {
  font-size: 23px;
    color: #DC3E38;
    display: block;
    margin-bottom: 10px;
}

.btn-8 {
    border-radius: 5px;
    background: var(--czerwony);
    height: 56px;
    font-weight: bold;
    text-align: center;
    border-radius: 28px;
    color: #fff;
    font-size: 13px;
    line-height: 56px;
    min-width: 188px;
    display: inline-block;
    border: 1px solid var(--czerwony);
    padding: 0 10px;
     text-transform: uppercase;
}

.btn-8:hover {
    color: #fff;
    opacity: 0.9;
}

.box-9 {
    position: relative;
    margin-bottom: 10px;
}

.boxes-9 .box-9:last-child {
    margin-bottom: 0;
}

.box-9 {
    height: 66px;
    width: 100%;  
}

.box-9 .iradio, .box-9 .icheckbox {
    background: #7b93aa;
    height: 66px;
    width: 100%;
    border-radius: 5px;

}

.box-9 .isortable {
    position: absolute;
    height: 66px;
    width: 100%;
    border-radius: 5px;
    background: #7b93aa url(../../img/frontend/icons/img21.png) right 20px center no-repeat;
}

.box-9 .iradio.checked, .box-9 .icheckbox.checked {
    background: #fff;
    border-color: var(--czerwony);
}

.box-9 .iradio.checked + label, .box-9 .icheckbox.checked + label {
        color: var(--czerwony);
}

.box-9 label {
    position: absolute;
    top: 0;
    height: 100%;
    font-weight: bold;
    color: #696969;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
    text-align: center;
    left: 0;
}

.question-button {
    margin-top: 25px;
}

.boxes-9-1 label {
    padding: 0 19px;
    justify-content: inherit;
    padding-right: 55px;
    background: url('../../img/frontend/icons/img19.png') right 20px center no-repeat;   
    text-align: left;
}

.boxes-9-1 .iradio.checked + label, .boxes-9-1 .icheckbox.checked + label {
    background: url('../../img/frontend/icons/img20.png') right 20px center no-repeat;   
    text-align: left;  
}
.boxes-9-1 .iradio.error + label, .boxes-9-1 .icheckbox.error + label {
    background: #f55f5f url('../../img/frontend/icons/img09.png') right 20px center no-repeat;   
    text-align: left;  
	color:#fff;
	border-radius: 5px;
    border: 3px solid #e84343;
}
.question-content .name-1 {
    font-size: 17px;
}

.boxes-9-2 .box-9 {
    width: 121px;
    height: 140px;
    display: inline-block;
    vertical-align: top;
}

.boxes-9-2 .box-9 .icheckbox, .boxes-9-2 .box-9 .iradio {
    height: 140px;
    background: #fff;
    border-color: #fff;
}

.boxes-9-2 .box-9 {
    margin-left: 5px;
    margin-right: 5px;
}

.boxes-9-2 .box-9 .icheckbox.checked, .boxes-9-2 .box-9 .iradio.checked {
    border-color: var(--czerwony);
}

.popup-1 .boxes-9-2 .box-9 .icheckbox.checked, .popup-1 .boxes-9-2 .box-9 .iradio.checked {
    border-color: #BAE546;
}

.boxes-9-2 {
    padding-top: 10px;
}

.boxes-9-3 .box-9 {
    text-align: left;
    justify-content: inherit; 
    padding: 0 19px;
    cursor: pointer;
    border-radius: 5px;
    padding-right: 45px;
    display: flex;
    align-items: center;
    background: #4d76a9 url('../../img/frontend/icons/img21.png') right 20px center no-repeat;
}

.boxes-9-3 .box-9 span {
    position: absolute;
    top: 24px;
    left: -30px;
}

/* *** POPUP 1 *** */

.popup-1 {
        display: none;
    background: #EBEBEB;
    position: fixed;
    top: 50px;
    z-index: 103;
    left: 50%;
    overflow: auto;
    margin-left: -311px;
    padding: 40px;
    border-radius: 15px;
    max-height: calc(100% - 100px);
    width: 622px;
}

.pop-close {
    width: 19.8px;
    height: 19.8px;
    background: url('../../img/frontend/icons/img22.png');
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
}

.popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    background: rgba(0,0,0,0.67);
    display:none;
}

.p-content-box-1 {
    color: #00377F;
    text-align: center;
}

.p-title-1 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 27px;
}

.p-content-box-1 .lev-content-box {
    padding-right: 0;
}

.p-content-box-1 .lev-content-box .txt {
    color: #00377F;
    font-size: 12px;
}

.p-content-box-1 .lev-content {
    height: 45px;
}

.p-content-box-1 .lev-content .lev-col-box {
    height: 45px;
    border-color: #D5B907;
}

.p-content-box-1 .progress-box {
    height: 30px;
    background: transparent;
    border: 7px solid #D5B907;
}

.p-content-box-1 .progress-box {
    padding: 0
}

.p-content-box-1 .progress-box div {
    background: #00377F;
}

.p-boxes-1 .col-box {
    width: 33.333%;
    float: left;
    color: #E84343;
    font-size: 28px;
    padding: 20px 0 10px 0;
}

.p-content-box-1 {
    padding: 30px 0;
    float: left;
    width: 100%;
}

/* *** POPUP PYTANIE *** */

.popup-width-1 {
    width: 460px;
    margin-left: -230px;
}

.p-content-box-2 {
    text-align: center;
    color: #00377F;
}

.p-content-box-2 .title-4 {
    color: #696969;
}

.title-4.small-title {
    font-size: 16px;
}

.boxes-9-1 + .title-4.small-title {
    padding-top: 15px;
}

.btn-8-1 {
    background: var(--czerwony);
    color: #fff;
    border: 1px solid var(--czerwony); 
     text-transform: uppercase;
}

.btn-8-1:hover {
    color: #fff;
}

.p-content-box-2 .box-9 .iradio, .p-content-box-2 .box-9 .icheckbox {
    background: #D5B907;
    border-color: #D5B907; 
}

.p-content-box-2 .iradio.checked, .p-content-box-2 .icheckbox.checked {
    background: #BAE546;
    border-color: #81D172;
}

.p-box-1 {
    color: #E84343;
    font-size: 24px;
    font-weight: 500;
    padding-top: 25px;
}
.correct {
    color: var(--czerwony);
}
.p-box-1 strong {
    font-size: 47px;
    font-weight: bold;
    display: block;
    margin: -5px 0;
}

.p-box-1 strong span {
    font-size: 28px;
}

.p-content-box-2 .boxes-9-2 {
    margin-left: -15px;
    margin-right: -15px;
}

.popup-1 .boxes-9-3 {
    padding-left: 15px;
}

.popup-1 .boxes-9-3 .box-9 {
    color: #fff;
    cursor: inherit;
}

.popup-1 .boxes-9-3 .box-9 span {
    color: #00377F;
}

.popup-width-2 {
    width: 776px;
    margin-left: -388px;
}

.summary-content {
    text-align: left;
}

.popup-1 .list-1 a, .popup-1 .list-1 div {
    color: #00377F;
    padding-left: 40px;
}

.popup-1 .list-1 a {
    background-image: url(../../img/frontend/icons/img23.png);  
}

.summary-content .row {
    margin-left: -25px;
    margin-right: -25px;
}

.summary-content .row > div {
    padding: 0 25px;
}

/* *** POPUP 1 *** */

.popup-2 {
    display: none;
    background: #fff;
    position: fixed;
    top: 50px;
    z-index: 103;
    left: 50%;
    color: #505050;
    overflow: auto;
    font-size: 14px;
    margin-left: -421px;
    border-radius: 15px;
    max-height: calc(100% - 100px);
    width: 842px;
    padding: 25px 20px 20px 20px;
}

.popup-2 .date {
    color: #00377F;
    font-size: 16px;
}

.popup-2 h2 {
    font-weight: normal;
       color: var(--czerwony);
    font-size: 21px;
}
.popup-2 p a {
    color: #000!important;
    text-decoration: underline;
}
.popup-2 .pop-close {
    width: 30px;
    height: 30px;
    background: url('../../img/frontend/icons/img24.png');
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 13px;
}



.pop-button-1 {
    text-align: center;
}

.btn-question {
    padding: 0 30px;
     text-transform: uppercase;
}

.btn-question span {
    padding-left: 40px;
    background: url('../../img/frontend/icons/img25.png') left center no-repeat; 
}

.more-btn {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 50px;
     text-transform: uppercase;
}

.more-btn a {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 30px;
    background: url('../../img/frontend/icons/img26.png') center bottom no-repeat; 
    color: #00377F;
    font-size: 14px;
}

.more-btn a.active {
    background: url('../../img/frontend/icons/img27.png') center bottom no-repeat;  
}

.more-btn a:hover {
    color: #00377F;
    opacity: 0.9;
}

.more-box {
    display: none;
}

.content-box-3 .col-box-1-2 {
    width: 980px;
    width: calc(100% - 297px);
    padding-right: 50px;
    float: left;
    text-align: left;
}

.title-2-1 {
    text-align:left;
    color: var(--czerwony);
}

.form-box .title-2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
}

.form-button {
    text-align: center;
    padding-top: 15px;
}



.input-box-1 {
    margin-bottom: 15px;
}

.input-box-1 input, .input-box-1 select, .input-box-1 textarea {
    color: #696969;
    padding: 0 15px;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    height: 56px;
    border-radius: 5px !important;
}

.input-box-1 select option {
    color: #000;
}

.label-box-1 label {
    text-transform: uppercase;
}

.input-box-1 textarea {
    height: 150px;
    padding: 10px 15px;
}

.input-box-1 select {
    padding: 0 10px;
}


.aa-checkbox-box label {
    display: block;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
}

.aa-checkbox-box {
    margin-bottom: 20px;
}

.aa-checkbox-box .icheckbox {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    margin-right: 10px;
    background: transparent;
    float: left;
}

.aa-checkbox-box label a {
    color: #fff;
}

.aa-checkbox-box label a:hover{
    color: var(--czerwony);
}

.aa-checkbox-box .icheckbox.checked:before {
    content: "";
    top: 4px;
    position: absolute;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
}

.aa-checkbox-box .iradio input {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    background: none;
    left: 0;
    display: block;
}

.aa-checkbox-box .iradio ins {
    z-index: 2;
}

.aa-checkbox-box .iradio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #cacaca;
    margin-right: 10px;
    background: #fff;
    float: left;
}

.aa-checkbox-box .iradio.checked:before {
    content: "";
    top: 4px;
    position: absolute;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;    
    background: #0a3087;
    display: block;
}

.carousel {
    float: left;
    width: 100%;
}

.carousel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.boxes-6-6-1 {
    padding-top: 25px;
}

.boxes-6-6-1 .row-box {
    margin-left: -10px;
    margin-right: -10px;
}

.boxes-6-6-1 .row-box .col-box {
    width: 25%;
    float: left;
    padding: 0 10px;
}

.box-6-6-1 {
    text-align: center;
    margin-bottom: 10px;
}

.box-6-6-1 .number {
    width: 81px;
    height: 81px;
    background: url(../../img/frontend/icons/img15gray.png);
    margin: 0 auto;
    text-align: center;
    color: #cccccc;
    font-size: 30px;
    font-weight: bold;
    line-height: 79px;
}

.box-6-6-1 .txt {
    height: 80px;
    padding-top: 10px;
}

.box-6-6-1 .number-green {
    background: url('../../img/frontend/icons/img15green.png');
    color: #fff;
}

.box-6-6-1 .number-red {
    background: url('../../img/frontend/icons/img15red.png');
    color: #fff;
}

.box-6-6-1 .number-yellow {
    background: url('../../img/frontend/icons/img15yellow.png');
    color: #434343;
}

body .bg-green {
    background: #8bc53e;
}

body .bg-red {
    background: #ff0000;
}

body .bg-yellow {
    background: #ffdd00;
}

.carousel-2 .title-2 {
    font-size: 18px;
}

.leg-box {
    padding: 5px 5px 4px 5px;
    font-size: 16px;
    background: #cccccc;
    color: #fff;
    text-align: center;
}

.button-box-2-1 {
    float: left;
    width: 100%;
    padding-top: 5px;
}

.ss-btn a {
    position: absolute;
    top: 0;
    color: transparent;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
     text-transform: uppercase;
}

.ss-btn {
    float: left;
    width: 100%;
    text-align: center;
     text-transform: uppercase;
}

.ss-btn .btn-2 {
    width: 100%;
}

.ss-boxes .txt-box {
   padding-top: 15px;
   clear: both;
}

.ss-boxes .row-box {
    margin-left: -5px;
    margin-right: -5px;
}

.ss-boxes .row-box .col-box {
    width: 33.333%;
    float: left;
    padding: 0 5px;
}

.box-5-5-1 {
    margin-bottom: 8px;
    font-size: 13px;
}

.box-5-5-1 figure {
    padding: 0;
    position: relative;
}

.box-5-5-1 figure div {
    position: absolute;
    width: 100%;
    bottom: 22px;
    text-align: center;
}

.box-5-5-1 figure div span {
    display: inline-block;
    background: #fff;
    padding: 0 20px;
    font-size: 13px;
    color: #000;
    line-height: 20px;
    height: 20px;
    font-weight: bold;
}

.box-5-5-1 .description {
    padding: 5px 0 0 0;
}

.box-5-5-1 .txt-1 {
    font-weight: bold;
    padding-top: 5px;
}

.box-5-5-1 table {
    width: 100%;
}

.box-5-5-1 table tr td {
    padding-top: 5px;
}

.color-green {
    color: #009245;
}

.color-red {
    color: #ed1c24;
}

.box-5-5-1 table tr td:last-child {
    text-align: right;
    font-weight: bold;
    width: 70px;
}

.ss-boxes {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.carousel-2 .bx-controls {
    display: none;
}

.ss-btn {
    margin-top: 40px;
    position: relative;
}

.box-5-5-1 figure img {
    width: 100%;
}

/* *** RWD *** */

@media only screen and (max-width: 1322px) {

    .main-menu > ul > li > a {
        font-size: 15px;
    }
    .h-name {
        font-size: 15px;
    }
    .content-box-1 .col-box-3 {
        width: 436px;
    }
    .time-col-box {
        width: 78px;
    }
    .time-col-box div {
        font-size: 40px;
    }
    .time {
        margin-top: -20px;
    }

    .content-box-3 .col-box-2 {
        margin: 0 85px;
    }
}

@media only screen and (max-width: 1216px) {
    .content-box-1 .col-box-1 {
        width: 420px;
    }
    .content-box-1 .col-box-3 {
        width: 420px;
    }
}

@media only screen and (max-width: 1199px) {
    .box-5-5-1 figure div {
        bottom: 10px;
    }
    .col-box-wrapper {
        width: 550px;
    }
    body .content-box-1 .col-box-1, body .content-box-1 .col-box-3 {
        width: 50%;
    }
    .time {
        margin-top: -12px;
    }
    .content-box-1 .col-box-2 {
        width: 200px;
    }
    .content-box-1 .col-box-3 {
        width: 410px;
    }
    .time-col-box {
        width: 67px;
    }
    .time {
        padding-left: 80px;
    }
    .box-2-1 {
        background-size: auto 50px;        
        background-position: left top;
    }
    .main-menu > ul > li > a {
        padding: 5px 10px;
    }
    .h-name span {
        display: none;
    }
    .h-box ul {
        width: 150px;
    }
    .h-name figure {
        margin-left: 0;
    }
    .main-menu > ul > li > a {
        padding: 5px 10px;
    }
    footer .col-box-3-1 {
        margin-right: 30px;
    }
    .content-box-3 .col-box-2 {
        margin: 0 5px;
    }
    .content-box-3 .col-box-1:first-child {
        display: none;
    }
    .content-box-3 .col-box-2 {
        width: 50%;
        float: left;
        margin: 0;
    }
    .content-box-3 .col-box-1 {
        float: right;
    }
}

@media only screen and (min-width: 992px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .boxes-6-6-1 .row-box .col-box {
        width: 50%;
    }
    .leg-box {
        font-size: 11px;
    }
    .ss-boxes .row-box .col-box {
        width: 100%;
    }
    .boxes-9-3 .box-9 span {
        position: relative;
        top: auto;
        left: auto;
        margin-right: 5px;
    }    
    .button-box-3 .float-left, .button-box-3 .float-right {
        width: 100%;
        text-align: center;
    }
    .button-box-3 .float-left {
        margin-bottom: 10px;
    }
    .col-box-wrapper {
        width: 100%;
    }
    .time {
        padding-left: 55px;
    }
    .btn-slide-down {
        display: block !important;
    }
    .main-menu {
        display: none;
    }
    .header-rsp {
        display: block;
    }
    body {
        padding-top: 85px;
    }
     
    header {
        position: relative;
        display: none;
    }
    .search-box {
        width: 100%;
    }
    .header-right-box {
        width: 100%;
    }
    .search {
        width: 100%;
    }
    header .langs-box {
        display: none;
    }
    .slider-1-full-screen {
        height: calc(100% - 72px);
    }
    .logo-1 {
        display: none;
    }
    .header-box {
        padding: 15px 0 10px 0;
    }
    .h-box {
        margin: 0;
        display: inline-block;
        float: none;
    }
    .h-name figure {
        width: 50px;
        height: 38px;
        margin-left: 5px;
    }
    .h-name span {
        display: inline-block;
    }
    body .content-box-1 .col-box-1, body .content-box-1 .col-box-3 {
        width: 100%;
        margin-bottom: 15px;
    }
    .content-box-1 .col-box-3 {
        width: 100%;
   
    }

    footer .col-box-1, footer .col-box-2 {
        width: 100%;
        max-width: none;
    }
    footer .col-box-3 {
        margin-right: 0;
        width: 50%;
        margin-bottom: 23px;
        padding-right: 15px;
    }
    footer {
        padding-bottom: 0;
    }
    .copyright {
        margin-top: 10px;
    }
    .nav-tabs-1 {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .main-content {
        height: auto;
        min-height: 10px;
    }
    .box-2-1 {
        background: none !important;
    }
    .content-box-3 .col-box-1-2 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .summary-content .row {
        margin: 0;
    }
    .title-4 {
        font-size: 26px;
    }
    .summary-content .row > div {
        padding: 0;
    }
    .popup-1 .boxes-9-3 {
        padding-left: 0;
    }
    .popup-1 {
        left: 15px;
        width: calc(100% - 30px);
        top: 15px;
        margin: 0;
        max-height: calc(100% - 30px);
    }
    .p-boxes-1 .col-box {
        font-size: 14px;
    }
    .p-content-box-1 .lev-content .txt {
        margin-top: -12px;
    }
    .popup-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .slider-1 .prev-box {
        left: 0;
    }
    .slider-1 .next-box {
        right: 0;
    }
    .box-8 .txt-3 {
        margin-top: 18px;
    }
    .box-8 .txt-2 {
        font-size: 18px;
    }
    .content-box-3 .col-box-2 {
        width: 100%;
        padding: 10px 0 25px 0;
    }
    .content-box-3 .col-box-1 {
        width: 100%;
    }
    .nav-2 ul li {
        padding: 0 5px;
    }
    .nav-2 ul {
        margin: 0 -5px;
    }
    .nav-1 li a, .nav-1 li div {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .nav-1 li.current a, .nav-1 li.current div {
        line-height: 36px;
    }
    .list-1 a, .list-1 div {
        font-size: 16px;
        padding-left: 40px;
    }
    .wrapper-2 {
        max-width: 100%;
    }
    .list-1 a span, .list-1 div span {
        padding-right: 20px;
        font-size: 12px;
        margin-top: -7px;
    }
    .title-2 {
        font-size: 22px;
    }
   .box-1-1 span {
        font-size: 35px;
        margin: 0;
   }
   .col-box-wrapper {
    margin-bottom: 12px;
   }
   .boxes-1-1 .box-1-1 {
        height: 75px;
   }
   footer .col-box-3 {
        width: 100%;
        padding-right: 0;
   }
   .f-box-2, .f-txt {
    float:none;
    display: inline-block;
   }
   .f-txt {
    padding: 30px 0 0 0;
    background-position: center top;
   }
   .f-box-2 {
    text-align: left;
   }
   .f-box-2 figure {
    margin-right: 12px;
   }
   .f-buttons {
    text-align: center;
   }

   .f-buttons a {
   /* height: 25px; */
   }
   footer {
        text-align: center;
   }
}

@media only screen and (max-width: 576px) {
    .table-box table {
        font-size: 14px;
    }
    .nav-tabs-1 li {
        margin: 2px;
    }
    .content-box-1-1 .box-1 figure {
        margin-bottom: 40px;
    }
    .log-box-5 .image-1 {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .content-box-1-1 .box-1 {
        height: auto;
    }
    .log-box-5 .description {
        float: left;
        width: 100%;
    }
    .log-box-5 .txt {
        text-align: center;
        height: auto;
        margin-bottom: 22px;
    }
    .content-box-1 .col-box-1, .content-box-1 .col-box-2 {
        width: 100%;
    }
    .content-box-1 .col-box-3, .content-box-1 .col-box-2 {
        margin-top: 15px;
    }
    .box-2 {
        height: auto;
    }
    .button-box-2 {
        margin: 15px 0 0 0;
        display: inline-block;
    }
    .box-2-1 {
        display: inline-block;
    }
    .box-2 {
        text-align: center;
    }
    .title-1 {
        text-align: center;
    }
    .box-2-1 {
        margin-bottom: 10px;
        height: auto;
    }
    .time-col-box span {
        font-size: 12px;
    }
    .time-col-box {
        width: auto;
        padding: 0 10px;
    }
    .time-col-box div {
        font-size: 20px;
    }
    .box-2-1 {
        padding-left: 0;
        background: none;
    }
    .time {
        padding-left: 0;
    }
    .button-box-2 {
        text-align: center;
    }
    .button-box-2 a {
        margin: 0 0 5px 0;
    }
    .lev-content .txt {
        font-size: 13px;
    }
    .box-1 {
        height: auto;
    }
    .button-box-1 {
        padding-bottom: 10px;
    }
    .boxes-1-1a {
        margin-top: -20px;
        padding-top: 0;
        margin-bottom: 0;
    }
    .lev-content .txt {
        margin-top: 0;
    }
    .progress-box {
        height: 40px;
        padding: 10px;
    }
    .lev-content .lev-col-box, .lev-content {
        height: 65px;
    }
    .lev-content-box .tooltip-1 {
        bottom: 5px;
    }
    .box-6 .lev-content .txt {
        margin-top: -12px;
    }
    .time-1 {
        background: none;
    }
}

.kl-content-box-1 {
    padding-bottom: 40px;
    width: 930px;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
}

.kl-button-box {
    margin-bottom: 20px;
}

.kl-button-box a {
    color: var(--czerwony);
}

.kl-button-box a:hover {
    color: #fff;
}

.log-box-2 {
    position: relative;
}

.log-box-2-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.log-box-2.active .log-box-2-mask {
    display: none;
}

.log-box-2.active button {
    background: var(--czerwony);
    color: white;
}

.log-box-2.active button:hover {
    opacity: 0.9;
}

/* *** 05.11 *** */

.aa-slider .bx-controls {
    display: none;
}

.aa-slider ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.aa-prev, .aa-next {
    position: relative;
}

.aa-prev a, .aa-next a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -99999999px;
}

.aa-cont-box {
    height: 0;
    overflow: hidden;
}

.aa-cont-box.active {
    height: auto;
}

/* *** *** */

.boxes-4-1-1 .box-4 {
    text-align: left
}

.boxes-4-1-1 .btn-3 {
    text-align: left;
    display: block;
    height: auto;
    padding: 17px 40px 16px 20px;
    background-size: 100% 100%;
}

.box-4-content {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* *** 16.11 *** */

.popup-1 .boxes-9-2 .box-9 .icheckbox.checked, .popup-1 .boxes-9-2 .box-9 .iradio.checked {
    background: #fff;
    border-color: #fff;
}

.popup-1 .boxes-9-2 .box-9 .current, .popup-1 .boxes-9-2 .box-9 .current {
    background: #BAE546;
    border-color:#BAE546;
}

.p-content-box-2 .current, .p-content-box-2 .current {
background: #fff;
    border-color:    var(--czerwony);
}

.p-content-box-2 .iradio.checked, .p-content-box-2 .icheckbox.checked {
background: #fff;
    border-color:    var(--czerwony);
}

.no1:after {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    content: "";
    display: block;
    background: url(../../img/frontend/new/img01.png) left center no-repeat;
}

.langs-content img {
    border-radius: 50%;
}

.box-2-bg-1 {
    background-image: url(../../img/frontend/new/img02.png); 

}

.box-2-bg-1 .btn-2 {
    border-color: #00377f; 
    color: var(--czerwony);
    background:#00377f;  
}

.box-2-bg-1 .btn-2-1 {
    border-color: #00377f; 
    color: #00377f; 
    background:transparent;  
}

.box-2-bg-1 .box-2-1 {
    background-image: url(../../img/frontend/new/img03.png); 
}

.box-2-bg-1 .box-2-1, .box-2-bg-1 .time, .box-2-bg-1 .time span {
    color: #1772ca;
}


@media only screen and (max-width: 767px) {
    .box-2-bg-1 .box-2-1 {
        background: none;
    }
}

.content-box-4-1 {
    background: var(--czerwony);
    color: #00377f;
}

.content-box-4-1 .box-6 .lev-content .txt {
    color: #00377f; 
}

.content-box-4-1 .box-7 .col-box span {
        color: #1772ca;
}

/* *** *** */

.r-content-box-1 {
    text-align: center;
    width: 1060px;
    margin: 0 auto;
    max-width: 100%;
}

.r-content-box-1 h1 {
    color: var(--czerwony);
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.r-content-box-1 .r-box-1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
}

.r-margin-bottom-1 {
    margin-bottom: 50px;
}

.r-content-box-1 h2 {
    font-size: 20px;
    font-weight: bold;
    color: var(--czerwony);
    margin-bottom: 10px;
}

.r-content-box-1 h3 {
    font-size: 14px;
    font-weight: bold;
    color: var(--czerwony);
    margin-bottom: 5px;
}

.r-wrapper-1 {
    width: 842px;
    margin: 0 auto;
    max-width: 100%;
}

.rr-boxes-1 .row-box {
    margin-left: -15px;
    margin-right: -15px;
}

.rr-boxes-1 {
    margin-bottom: 55px;
}

.rr-boxes-1 .col-box {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.rr-box-1 {
    width: 100%;
    height: 166px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    background-image: url(../../img/frontend/new/img04.png); 
}

.rr-box-2-1 {
    width: 404px;
    margin: 0 auto;
    max-width: 100%;
}

.rr-box-2-1 .name {
    color: #00377F;
    padding: 20px 15px 18px 15px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 10px;
}

.rr-box-2 {
    margin-bottom: 25px;
}

.rr-box-2a .name {
    background: #93BFF2;
    color: #fff;
}

.rr-box-2b .name {
    background: #696969;
    color: #9D9D9D;
}

.rr-box-2c .name {
   background: #fff;
    color: #00377F;
}

.rr-boxes-3 .row-box {
    margin-left: -15px;
    margin-right: -15px;
}

.rr-boxes-3 .col-box {
    width: 33.333%;
    float: left;
    padding: 0 15px;
}

.rr-box-3 {

    padding: 35px 15px 20px 15px;
    background: url(../../img/frontend/new/img06.png) center top no-repeat; 
}

.rr-boxes-3-1 .rr-box-3 {
    min-height: 192px;
}

.rr-box-3 .name {
    font-size: 20px;
    font-weight: bold;
    color: var(--czerwony);
}

.rr-box-3 .txt {
    margin-top: 15px;
}

.rr-box-3 .txt strong {
    color: var(--czerwony);
}

.rr-boxes-3-1 .rr-box-3 {
    background: url(../../img/frontend/new/img09.png) center top no-repeat;
    color: #93BFF2;
    font-size: 13px;
}

.rr-boxes-3-1 .rr-box-3 .name {
    color: #00377F;
}

.rr-boxes-3-2 .rr-box-3 {
    background: #93BFF2;
    height: auto;
    padding: 15px 15px 25px 15px;
}

.rr-boxes-3-2 .txt-1 strong {
    color: var(--czerwony);
}

.rr-boxes-3-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #3672C4;
    border-bottom: 1px solid #3672C4;
}

.rr-boxes-3-2 .txt-1 {
    padding-top: 12px;
}

.rr-boxes-3-2-1 {
    border-top: none;
}

@media only screen and (max-width: 992px) {
    .rr-box-3 {
        background: #93BFF2;
        padding-top: 20px;
    }
    .rr-boxes-3-1 .rr-box-3 {
        background: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .rr-boxes-1 .col-box {
        width: 100%;
    }
    .rr-box-1 {
        background-position: center center;
        background-repeat: no-repeat;
    }
    .rr-boxes-3-1 .rr-box-3 {
        min-height: 10px;
    }
    .rr-boxes-3 .col-box {
        margin: 1px 0;
        width: 100%;
    }
}

/* *** 17.11 *** */

.main-content .boxes-9-1 .current {
    background: #fff;
    border-color: var(--czerwony);
    color: #4A668F;
}

.main-content .boxes-9-1 .iradio.current + label, .main-content .boxes-9-1 .icheckbox.current + label {
    color: #00377F;
}

.main-content .boxes-9-1 .box-9 .iradio.checked, .main-content .boxes-9-1 .box-9 .icheckbox.checked {
    background: #7b93aa;
    border-color: #4A668F;
}

.main-content .boxes-9-1 .box-9 .iradio.checked + label, .main-content .boxes-9-1 .box-9 .icheckbox.checked + label {
    color: #fff;    
}

.content-box-4-1 .time-1 span {
    color: #00377f;
}

.content-box-4-1 .time-1 {
    background-image: url(../../img/frontend/new/img03.png);
}

@media only screen and (max-width: 574px) {
    .content-box-4-1 .time-1 {
        background-image: none;
    }
}

/* *** **** */

.btn-7 {
    padding-top: 32px;
    color: #000;
}

.btn-7 span {
    padding-bottom: 5px;
    background: url(../../img/frontend/new/img10.png) left bottom no-repeat; 
}

.btn-7:hover{
    color: #000;
}

.main-content .boxes-9-1 .box-9 .iradio.checked.current, .main-content .boxes-9-1 .box-9 .icheckbox.checked.current {
    background: #fff;
    border-color:var(--czerwony);
}

.main-content .boxes-9-1 .iradio.current.checked + label, .main-content .boxes-9-1 .icheckbox.current.checked + label {
    color: #00377F;    
}

.main-content .boxes-9-1 .icheckbox.current.checked + label {
    color: var(--czerwony);
}

/* *** *** */

.btn-5-1 {
    width: 100%;
    background: url(../../img/frontend/img13-1.png);
}

.btn-5-1 span {
    color: #000;
     font-size: 16px;
    font-weight: bold;   
    padding-bottom: 5px;
    background: url(../../img/frontend/new/img10.png) left bottom no-repeat;
}

/* *** 17.06 *** */

.title-2-2 h2 {
    font-weight: bold;
}

.c-title {
    padding-bottom: 5px;
    text-transform: uppercase;
}

.c-box-1 {
    margin-bottom: 25px;
}

.c-box-1 .txt {
    color: var(--czerwony);
    font-size: 24px;
}

.c-box-1 .txt-1 {
    border: 1px solid #fff;
    padding: 12px 15px;
    margin-top: 10px;
}

.c-box-1 .txt-1 strong {
    color: var(--czerwony);
    font-weight: bold;
}

.c-boxes-2 .c-title {
    margin-bottom: 10px;
}

.c-box-2 {
    margin-bottom: 25px;
    background: #fff;
    display: flex;
    text-align: center;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    height: 99px;
    color: var(--czerwony);
    border: 1px solid var(--czerwony);
}

.c-padding-bottom-1 {
    padding-bottom: 10px;
}

.zz-content-box-1 {
    text-align: left;
}

.zz-box-1 {
    padding: 18px 20px 22px 20px;
    background: #7b93aa;
}

.zz-title {
    font-size: 15px;
    margin-bottom: 10px;
}

.zz-box-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.zz-box-1 li {
    margin-bottom: 15px;
    padding-right: 40px;
    position: relative;
}

.zz-box-1 span {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--czerwony);
    font-weight: bold;
}

.zz-button-box-1 {
    padding-top: 10px;
    text-align: center;
}

.zz-sidebar {
    float: left;
    width: 297px;
}

.zz-main {
    overflow: hidden;
    padding-left: 30px;
}

.zz-search input {
    width: 297px;
    height: 42px;
    border: 1px solid #fff;
    background: none;
    padding: 0 10px;
    color: #fff;
}

.zz-box-2-1 div {
    display: inline-block;
    vertical-align: middle;
}

.zz-quantity {
    position: relative;
    width: 100px;
    padding: 0 25px;
    text-align: center;
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
}

.zz-quantity input {
    width: 100%;
    border: none;
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.zz-quantity .zz-minus {
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    left: 0;
    width: 25px;
    height: 25px;
    background: url('../../img/frontend/icons/img28.png');
    display: block;
}

.zz-quantity .zz-plus {
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url('../../img/frontend/icons/img29.png');
    display: block;
}

.zz-quantity .zz-minus:hover, .zz-quantity .zz-plus:hover {
    opacity: 0.8;
}

.zz-box-2 .float-left {
    margin-top: 5px;
}

.zz-table table {
    width: 100%;
}

.zz-box-2 {
    margin-bottom: 10px;
}

.zz-table td, .zz-table th {
    font-size: 15px;
    padding: 5px 10px 5px 0;
    border-bottom: 1px solid rgba(107,155,213,0.2);
}

.zz-table th {
    border-width: 2px;
    text-transform: uppercase;
    font-size: 12px;
    color: #5C9CDA;
    font-weight: normal;
}

.zz-table th a {
    background: url('../../img/frontend/icons/img30.png') right center no-repeat;
    padding-right: 15px;
    color: #5C9CDA;
}

.zz-table th a:hover {
    color: #5C9CDA;
    opacity: 0.9;
}

.zz-table {
    overflow: auto;
}

.zz-table .txt-1 {
    opacity: 0.7;
}

.zz-pagination-box {
    padding-top: 25px;
    text-align: center;
}

.zz-pagination-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.zz-pagination-box ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    font-size: 18px;
}

.zz-pagination-box a {
    color: #5C9CDA;
}

.zz-pagination-box a:hover {
    color: #5C9CDA;
    opacity: 0.8;
}

.zz-pagination-box span {
    color: var(--czerwony);
    font-weight: bold;
}

.zz-prev {
    width: 10px;
    margin: 0 10px;
    margin-top: 4px;
    height: 15px;
    display: block;
    background: url('../../img/frontend/icons/img31.png');  
}

.zz-next {
    width: 10px;
    margin: 0 10px;    
    margin-top: 4px;
    height: 15px;
    display: block;
    background: url('../../img/frontend/icons/img32.png');  
}

.zz-button-box-1 .btn-2 {
    width: 200px;
    max-width: 100%;
}

@media only screen and (max-width: 992px) {
    .zz-sidebar {
        width: 30%;
    }
    .zz-box-2 .float-left, .zz-box-2 .float-right {
        width: 100%;
    }
    .zz-box-2 .float-right {
        padding-top:12px;
    }
}

@media only screen and (max-width: 767px) {
    .zz-sidebar {
        width: 100%;
    }
    .zz-main {
        width: 100%;
        padding: 20px 0 0 0;
    }
}

.x-title {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.x-box label {
    display: flex;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    align-items: center;
    padding: 8px 15px 5px 15px;
    justify-content: center;
    height: 108px;
    border: 1px solid #fff;
    font-size: 12px;
}

.x-box .checked + label {
    border-color: #F8DF50;
    background: #ffffff;
}

.row10 {
    margin: 0 -5px;
}

.x-box-1 .box-9 {
    padding-top: 2px;
}

.row10 > div {
    padding: 0 5px;
}

.x-box-1 {
    padding-left: 35px;
}

.x-box-1 .box-9 {
    height: 49.5px;
    text-transform: uppercase;
    background-color: #4A668F;
    background-image: url('../../img/frontend/icons/img33.png');
    font-size: 14px;
}

.x-box-1 .boxes-9-3 .box-9 span {
    top: 16px;
}

.x-box-1 .box-9-1 {
    background: rgba(5,45,103,0.18);
}

.x-box-1 .box-9-1 span {
    color: #052D67;
}

.row36 {
    margin: 0 -18px;
}

.row36 > div {
    padding: 0 18px;
}

.x-box-2 label {
    margin: 0 0 10px 0;
    padding-left: 47px;
    position: relative;
    background: url('../../img/frontend/icons/img34.png') left center no-repeat;
}

.x-box-2 .iradio.checked + label {
    background: url('../../img/frontend/icons/img35.png') left center no-repeat;
}

.x-box-2 .iradio.checked + label .txt {
    border-color: #F8DF50;
    background: #7b93aa;
}

.x-box-2 label .txt {
    padding: 12px 15px;
    border: 1px solid #fff;
    display: block;
}

.x-box-2 strong {
    color: var(--czerwony);
    text-transform: uppercase;
}

.x-box-3 {
    padding: 30px 0 0 0;
}

.select-center select, .select-center option {
    text-align: center;
    text-align-last:center
}

.select-center {
    text-align: center; 
}

.x-box-3-1 {
    padding-top: 10px;
}

.x-box-3-1 .txt {
    text-align: center;
    font-weight: bold;
    color: var(--czerwony);
    font-size: 24px;
}

.x-box-4 {
    width: 506px;
    margin: 0 auto;
    clear: both;
    padding-top: 40px;
}

.btn-2-large {
    height: 56px;
    min-width: 188px;
    line-height: 56px;
    font-size: 13px;
    text-transform: uppercase;
}

.x-box-4 .btn-2-large {
    width: 100%;
}

.x-box-4-1 {
    padding: 20px 0 10px 0;
}

.x-select-1 .chosen-select {
    width: 100%;
    color: #fff;
    font-family: 'Exo 2', sans-serif !important;
}

body .x-select-1 .chosen-container-multi .chosen-choices {
    height: 47px !important;
    border: 1px solid #fff;
    padding: 0 15px;
    background: none;
    font-family: 'Exo 2', sans-serif !important;
}

.x-select-1 .search-field {
    height: 45px;
    font-family: 'Exo 2', sans-serif !important;    
    line-height: 47px;
    padding-top: 1px !important;
}

.x-select-1 .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: 'Exo 2', sans-serif !important;
    font-size: 15px;
    color: #fff !important;
    padding: 0 10px;
}

.x-select-1 .chosen-container-multi .chosen-choices {
    padding: 0 3px !important;
}

.x-select-1 .chosen-container-multi .chosen-choices li.search-choice {
    background: #5C9CDA;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 32px;
    padding-bottom: 13px;
    box-shadow: none;
}

.x-select-1 .search-choice-close {
    width: 17px !important;
    height: 17px !important;
    top: 50% !important;
    right: 8px !important;
    margin-top: -8.5px !important;
    background: url('../../img/frontend/icons/img36.png') !important;
}
.koperta {
    width: 155px;
    margin: 0 auto;
    height: 40px;
    /* background: url(../../img/frontend/icons/koperta.png) left top no-repeat; */
    background-size: 1%;
}
@media only screen and (max-width: 1199px) {
    .x-boxes {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 992px) {
    .x-box-1 .boxes-9-3 .box-9 span {
        position: relative;
        top: auto;
        left: auto;
        margin-right: 5px;
    }
    .x-box-1 {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .x-box-1 {
        margin-bottom: 35px;
    }
    .x-box-4 {
        max-width: 100%;
    }
    .x-box-4 .btn-2-large {
        display: flex;
        line-height: normal;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .x-box-4 .chosen-container {
        width: 100% !important;
    }
}

/*solmedia*/
/* color new #4A668F
light #93BFF2 */
.time-col-box div {
	font-weight: 400;
}
.time-col-box span {
	color: inherit;
}
.time {
	margin-top: 0;
}
footer {
	background: #fff;
    color: var(--szary);
}	
footer a {
	color: #4A668F;
}
.mail-1,.mail-1:hover,.phone-1,.phone-1:hover {
color: var(--czerwony);
}

.log-box-3 a {
    color: var(--czerwony);
	text-transform: uppercase;
}
.content-box-1 .col-box-1a {
	width: 653px;
}
.center {
	text-align: center;
}
.ttu {
	text-transform: uppercase;
}
big {
	font-size: 32px;
}
.box-2/*box-2b*/ {
	background-image: url(../../img/frontend/box-2-2.png);
}
.box-2-1 {
	background-image: url(../../img/frontend/new/img03.png);
}
.progress-box {
	background: #7b93aa;
}
.progress-box div{
    background:var(--czerwony);
    border-radius: 15px;
}
.lev-content .lev-col-box {
    color: #696969;
    text-transform: uppercase;
}

.box-3-1 .progress-box {
    background: #fff;
}

.nav-tabs-1 a {
    width: 188px;
    height: 43px;
    line-height: 43px;
    background: transparent;
    display: block;
    border-radius: 43px 43px 43px 43px;
    font-size: 13px;
    color: #696969;
    border: 1px solid #696969;
}
.popup-1.popup-width-2 {
	/*background: #EBEBEB;*/
        
}
.popup-1.popup-width-2 .btn-8 {
	border-color: #EBEBEB;
}
.btn-3 {
background: #DC3E38;
    border-radius: 27px;
}
body {
	background-attachment: fixed;
}
body.page-1 {
	/*background-image:url('../../img/frontend/img01gradient.png');*/
	background-attachment: scroll;
    background: var(--kolortla);
}	
.boxes-flex {
    display: flex;
    justify-content: center;
}
.boxes-flex > div {
	padding: 5px 15px;
	border-right: 1px solid #fff;
}
.boxes-flex > div:last-child {
	border-right: 0;
}
.boxes-flex .txt span {
	color: var(--czerwony);
	font-weight: 700;
	font-size: 40px;
	display: block;
}
.about .rr-box-2-1 .name {
	width: 70px;
	height: 70px;
	border-radius:50%;
	text-align: center;
	font-size: 24px;
    margin: 10px auto 15px;
}
.about h3 {    
	font-size: 24px;
	margin: 50px 0 20px;
}
@media (min-width: 992px) {
.about .rr-box-2-1 {
	width: 584px;
}
}
.table-points {
	margin: 0 auto;
	font-weight: 700;
}
.table-points td:first-child {
	color: #93BFF2;
	text-align: left;
}
.table-points td:last-child {
	color: var(--czerwony);
	text-align: right;
	font-size: 24px;
}
.table-points span{
	font-size: 16px;
}
.boxes-flex-2 {
    justify-content: space-between;
	display: flex;
}
.boxes-flex-2 > div {
	border-right: 0;
	display: flex;
    align-items: center;
}
.boxes-flex-2 .number {
	font-size: 60px;
	padding-left: 30px;
}
.btn-2-2,.btn-2-2:hover {
    border: 2px solid var(--czerwony);
    border-radius: 5px;
    background: inherit;
    height: 42px;
    font-weight: bold;
    text-align: center;
    color: var(--czerwony);
    font-size: 13px;
    line-height: 42px;
    min-width: 142px;
    display: inline-block;
    padding: 0 10px;
}	
.right {
	text-align: right;
}
.box-2 .title-1 {
	margin-bottom: 19px;
}
.yes:after {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    content: "";
    display: block;
    background: url('../../img/frontend/icons/yes.png') left center no-repeat;  
}
.no:after {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    content: "";
    display: block;
    background: url(../../img/frontend/icons/no.png) left center no-repeat;
}
.lack:after {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    content: "";
    display: block;
    background: url(../../img/frontend/icons/no2.png) left center no-repeat;
}
/* *** 07.07 ** */

.x-box-1 {
    position: relative;
}

.kk-number-box {
    position: absolute;
    top: 0;
    left: 0;
}

.kk-number {
    clear: both;
    height: 49.5px;
        display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 5px;
}

@media only screen and (max-width: 992px) {
    .x-box-1 .boxes-9 {
        padding-left: 30px;
    }
}

.box-9 .iradio, .box-9 .icheckbox {
position: absolute !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.box-9 label {
position: relative;
 display: flex;
 min-height: 66px;
 align-items: center;
 font-weight: normal;
 color: #fff;

    padding: 5px 15px 3px 12px !important;
    padding-right: 55px;
    padding-left: 55px;
}

.box-9 {
height: auto;

}

.ui-sortable .box-9 {
min-height: 66px;
}
.nav-1 li.done.current a, .nav-1 li.done.current div {
    background: var(--czerwony);
    color: #00377F;
    line-height: 16px;
    border: 3px solid #fff;
}

@media only screen and (max-width: 767px) {
.nav-1 li.done.current a, .nav-1 li.done.current div, .nav-1 li.done a, .nav-1 li.done div {
line-height: normal !important;
padding: 10px !important;
height: auto !important;
}

.nav-1 li {
    width: 100%;
}

.nav-1 li a, .nav-1 li div {
width: 100%;
}

.koperta {
    width: 155px;
    margin: 0 auto;
    height: 40px;
    /* background: url(../../img/frontend/icons/koperta.png) left top no-repeat; */
    background-size: 1%;
}
}
/*nadpisanie solmedia*/
.progress-box,.rr-box-2b .name,.nav-1 li.no-active a, .nav-1 li.no-active div,.zz-box-1{
    color: #696969;
    background: #B1B1B1;
        border-radius: 40px;
}

.box-9 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.box-9 .iradio, .box-9 .icheckbox {
        background: #B1B1B1;
    height: 100%;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    border: 3px solid #B1B1B1;
}

.content-box-4 {
    border-radius: 25px;
}

.main-menu ul ul {
        color: #696969;
    background: #B1B1B1;
}

div.box-8 {
    background: #DC3E38 url(../../img/frontend/icons/img18.png) right 25px center no-repeat;
    
}
.box-1 {
        border-radius: 25px;
	background: #fff;
}
.box-1-1 {
	background: #fff;
}
.box-2 {
    border-radius: 25px;
	background: #fff;
}
.box-1-1.box-1-1a {
	background: #fff;
}

.boxes-9-3 .box-9 {
	background-color: #7b93aa;
}
.rr-box-2b .name,div.box-8,.nav-1 li.no-active a, .nav-1 li.no-active div{
	color: #fff;
}
.box-8 .txt-1 {
	font-size: 15px;
}
.box-2-1 {
    background-image: url(../../img/frontend/img03new.png);
}
.box-5 a {
	background: #7b93aa;
	color: #fff;
}
div.box-8 .txt-3 {

    color: white;

}
.box-8 .txt-2 {
    font-size: 24px;
}
.box-8 .txt-1 {
	font-size: 14px; 
}

.content-box-3 .col-box-1 .btn-8 {
    min-width: 1px;
    width: auto;
    height: 28px !important;
}

.box-5-2 a {
   background: #FFF;
    color: #00377F;
}

.box-5-1 a {
    background: var(--czerwony);
     color: #fff;
}

.btn-6-1 {
    padding: 0 15px;
    padding-top: 32px;
    text-align: left;
}

.extra-test {
    text-align: right;
     background: url('../../img/frontend/icons/001-active.png');   
}

.extra-test span {
    opacity: 0.7 !important;
}

.aa-checkbox-box a {
    color: var(--czerwony) !important;
}
.aa-checkbox-box a:hover {
    color: var(--czerwony) !important;
    opacity: 0.9;
}
/* *** 29.12 o grze*** */

.xx-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #DC3E38;   
}

.xx-content-box {
    font-size: 18px;
    margin: 0 auto;
    max-width: 100%;
    color: #696969;
}

.xx-content-box-1 {
    margin-bottom: 40px;    
}

.x-figure-1 img {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.x-figure-1 {
    padding-top: 8px;
    margin-bottom: 25px;
}

.xx-content-box .text p:last-child {
    margin-bottom: 0;
}

.xx-boxes-1 {
    text-align: center;
}

.xx-boxes-1 .col-box {
    width: 253px;
    display: inline-block;
    vertical-align: top;
    margin: 0 22px;
    margin-top: 30px;
}

.xx-box-1 .txt {
    font-size: 14px;
    padding-top: 10px;
}

.xx-boxes-2 {
    text-align: center;
}

.xx-box-2 figure {
    height: 61px;
    margin-bottom: 20px;
}

.xx-boxes-2 .col-box {
    display: inline-block;
    vertical-align: top;
    margin: 0 60px;
    margin-top: 30px;
}

.xx-boxes-3 .row-box {
    margin: 0 -28px;
}

.xx-boxes-3 .col-box {
    padding: 0 28px;
    float: left;
    width: 50%;
    margin-top: 30px;
}

.xx-boxes-3 .description {
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 30px 65px;
    text-align: center;
    padding-top: 125px;
}

.xx-box-3 figure {
    text-align: center;
    margin-bottom: -105px;
}

.xx-box-3 figure img {
    border-radius: 10px;
}

.xx-content-box-2 {
    padding: 30px 0 0 0;
    background: #DC3E38;
    margin-bottom: 95px;
    position: relative;
}

.xx-bg-1 {
    position: absolute;
    left: 50%;
    top: 0;
    background: #DC3E38;
    margin-left: -2000px;
    width: 4000px;
    height: 100%;
}

.xx-content-box-2-1 {
    color: #fff;
    position: relative;
    z-index: 2;
}

.xx-content-box-2-1 h2 {
    color: #fff;
}

.xx-content-box-2-1 .text p {
    color: #fff;
}

.xx-boxes-4  {
    text-align: center;
}

.xx-boxes-4 .col-box {
    display: inline-block;
    margin: 0 70px;
    vertical-align: top;
    margin-top: 30px;
}

.xx-box-4 .txt-1 {
    font-weight: bold;
    font-size: 50px;
}

.xx-box-4 .txt-2 {
    margin-bottom: 20px;
    text-align: right;
}

.xx-boxes-5 {
    background: #dc3e38;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    margin-bottom: -55px;
    margin-top: 55px;
}

.xx-boxes-5 .col-box {
    border-left: 2px solid #fff;
    float: left;
    width: 25%;
    padding: 0 10px;
}

.xx-boxes-5 .col-box:first-child {
    border-left: none;
}

.xx-box-5 {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ft-row-box {
    display: flex;
    justify-content: space-between; 
}

.copyright {
    margin-top: 20px;
}

.f-box-1 {
    margin-top: 40px;
}

.f-txt-2 {
    padding-left: 35px;
    background: url('../../img/frontend/icons/img02.png') left top no-repeat;
}

.f-txt-1 {
    padding-left: 35px;
    background: url('../../img/frontend/icons/img03.png') left top no-repeat;
}

.ft-logos {
    margin-bottom: -15px;
}

.f-box-2 .description {
    padding-top: 0;
}

.ft-logos li {
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
}

.ft-logos ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ft-col-box-2 {
    width: 485px;
    padding-left: 15px;
    margin-right: 15px;
    border-right: 2px solid #f5f5f5;
}

@media (max-width: 1199px) {
    .xx-boxes-2 .col-box {
        margin-left: 40px;
        margin-right: 40px;
    }
    .xx-boxes-4 .col-box {
        margin-left: 10px;
        margin-right: 10px;
    }
    .xx-boxes-3 .description {
        padding-left: 30px;
        padding-right: 30px;
    }
    .f-txt-1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .ft-row-box {
        display: block;
    }
    .ft-logos br {
        display: none;
    }
    .ft-col-box-2 {
        width: 100%;
        padding: 30px 0 35px 0;
        margin:0;
        border: none;
    }
}

@media (max-width: 767px) {
    .xx-boxes-1 .col-box, .xx-boxes-2 .col-box, .xx-boxes-4 .col-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .xx-box-4 .txt-2 {
        text-align: center;
    }
    .xx-box-5 {
        height: auto;
        display: block;
    }
    .xx-boxes-5 .col-box {
        width: 100%;
        border: none;
        margin-top: 20px;
    }
    .xx-boxes-5 {
        padding-top: 0;
    }
    .xx-boxes-3 .col-box {
        width: 100%;
    }
    .f-txt-1, .f-txt-2 {
        padding-left: 0;
        background-position: center top;
    }
    .ft-logos li {
        margin-left: 7px;
        margin-right: 7px;
    }
    .xx-content-box {
        font-size: 16px;
    }
    .xx-title {
        text-align: center;
    }
    .xx-title h2 {
        font-size: 26px;
    }
    
}

.f-txt-1 {
    padding-left: 35px;
    background: url(../../img/frontend/icons/img03.png) left top no-repeat;
}

.f-txt-2 {
    padding-left: 35px;
    background: url(../../img/frontend/icons/img02.png) left top no-repeat;
}

.f-txt-1 a {
    color: var(--szary);
}

.f-txt-1 a:hover {
    opacity: 0.9;
    color: var(--szary);
}

.ff-list-1 {
    color: #427962;
}

.ff-list-1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ff-list-1 li {
    padding: 10px 0;
    border-bottom: 1px solid #EBEBEB;
    padding-left: 30px;
    background: url(../../img/frontend/icons/check.png) left center no-repeat;
}

.ff-list-1 li:last-child {
    border-bottom: none;
}

@media (max-width: 767px) {
    .ff-list-1 li {
        padding-left: 0;
        background: none;
    }
    .f-txt-1, .f-txt-2 {
        padding-left: 0;
        background-position: center top;
    }
}

/* *** 24.01 *** */

.fa-col-box {
    float: left;
    width: 50%;
}

footer .col-box-3-3 {
    width:295px;
}

.f-table {
    width: 145%;
}

.f-table tr td {
    border-bottom: 1px solid #EBEBEB;
    padding-right: 30px;
}

.f-table tr:last-child td {
    border-bottom: none;
}

.f-table div {
    padding: 7px 0;
    color: #427962;
    font-size: 13px;
    padding-left: 30px;
    background: url(/img/frontend/icons/check.png) left 8px no-repeat;
}

@media (max-width: 1320px) {
    .f-table {
        width: 125%;
    }
}

@media (max-width: 1199px) {
    .f-table {
        width: 100%;
    }
}

@media (max-width: 992px) {
    footer .col-box-3-3 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .f-table,  .f-table tr,  .f-table td {
        display: block;
    }
    .f-table table {
        width: 100%;
    }
    .f-table div {
        display: inline-block;
    }
}

.log-box-4-1 {
    padding-top: 10px;
}

.log-box-4-1 .txt {
    font-size: 14px;
    padding-bottom: 15px;
}