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

input, textarea, button {
    font-family: 'Barlow', sans-serif;
}

body {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: #696969;
    background: #EBEBEB;
    line-height: 1.3;
    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%;
}

/* *** LOGOWANIE *** */

.log-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-top: 25px;
}

.logo {
    margin-top: 10px;
    margin-bottom: 0;
}

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

.label-box label {
    margin: 0;
    font-weight: normal;
}

.label-box {
    text-align: left;    
    margin-bottom: 5px;
}

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

.input-box input {
    color: #696969;
    padding: 0 15px;
    display: block;
    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: #DC3E38;
}

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

.btn-1:hover {
    background: #9D9D9D;
    color: #696969;
}

.log-box-2 {
    margin-bottom: 25px;
}

.log-box-3 {
    border-top: 1px solid rgba(105,105,105,0.21);        
    padding: 15px 0;
}

.log-box-3 a {
    color: #DC3E38;
    font-weight: bold;
}

.log-box-3 a:hover {
    color: #DC3E38;
    opacity: 0.9;
}

.log-box-4 {
    border-bottom: 1px solid rgba(105,105,105,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: #696969;
    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: 18px 0 25px 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;
	text-align: center;
}

.log-box-5 .col-box-2 {
    float: right;
	text-align: center;
}

.log-box-5 {
    float: left;
    width: 100%;
    padding: 12px 0;
}

.log-box-5 .txt {
    padding-top: 20px;
    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;
}

.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 8px;
    font-size: 16px;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: #DC3E38;
}

.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: #1c2f59;
    text-align: left;
    display: block;
    padding: 11px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: #DC3E38;
    color: #00377F;
}

.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/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,0,0,0.5); 
    border-radius: 5px;
    background: #fff;
    padding: 10px 10px 9px 10px;
    display: none;
    list-style: none;
    right: 0;
}

.h-box:hover ul {
    display: block;
}

.h-box ul a {
    color: #696969;
    padding: 2px 5px;
    display: block;
    font-size: 13px;
    text-align: right;
    text-transform: uppercase;
}

.h-box ul a:hover {
    color: #DC3E38;
}

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    background: #fff;
    color: #696969;
    font-size: 15px;
    padding: 26px 0 23px 0;
}

footer .col-box {
    max-width: 590px;
}

footer .col-box-1 {
    float: left;
}

footer .col-box-2 {
    float: right;
}

.f-buttons a {
    height: 40px;
    display: inline-block;
    margin-right: 7px;
	color:#B2B2B2;
    margin-bottom: 5px;
}

.f-buttons {
    margin-bottom: -5px;
}

footer .col-box-3 {
    float: left;
}

footer .col-box-3-1 {
    margin-right: 80px;    
}

.copyright {
    color: #B2B2B2;
    margin-top: 31px;
}

.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/icons/img02.png') left top no-repeat;
}

.f-txt-2 {
    background: url('../img/icons/img03.png') left top no-repeat;
}

.mail-1 {
    color: #DC3E38;
    text-decoration: underline;
}

.phone-1 {
    color: #696969;
}

.link-1 {
    color: #DC3E38;
    text-decoration: underline;
}

.phone-1:hover {
    opacity: 0.8;
    color: #696969;
}

.f-buttons a:hover {
    opacity: 0.9;
}

.mail-1:hover {
    opacity: 0.8;
    color: #DC3E38;
    text-decoration: underline;
}

.link-1:hover {
    color: #DC3E38;
    text-decoration: underline;
}

.main-content {
    float: left;
    width: 100%;
    min-height: calc(100vh - 284px);
    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 {
    height: 209px;
    background: #fff;
    padding: 20px;
    border-radius: 25px;
}

.box-1 {
    background: #fff;
    border-radius: 25px;
    height: 379px;
    padding: 20px;
}

.box-1-1 {
    background: #fff;
}

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

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

.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/icons/img04.png') left center no-repeat;
    height: 113px;
}

.button-box-2 {
    text-align: right;
    margin-top: -33px;
}

.button-box-2 a {
    margin-left: 20px;
}

.time {
    padding-left: 146px;
    margin-top: -30px;
    float: left;
}

.time-col-box {
    float: left;
    width: 109px;
    text-align: center;
}

.time-col-box span {
    color: #696969;
}

.time-col-box div {
    color: #DC3E38;
    font-size: 57px;
    font-weight: 900;
}

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

.lev-content .lev-col-box.active {
    color: #DC3E38;
    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: #fff;
    padding: 15px;
    border-radius: 30px;
}

.progress-box div {
    height: 100%;
    background: #DC3E38;
    border-radius: 15px;
}

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

.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: #DC3E38;
    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/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: 22px;
}

.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: 12px 10px 12px 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 td:first-child {
    border-radius: 30px 0 0 30px;
}

.table-box table tr td:last-child {
    border-radius: 0 30px 30px 0;
}

.table-box table tr:hover td {
    background: #fff;
    color: #DC3E38;
    font-weight: bold;
}

.table-box {
    padding-right: 20px;
    width: 100%;
}

.scroll-pane {
    float: left;
    width: 100%;
    max-height: 455px !important;
}

.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: #DC3E38 !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: 43px;
    background: transparent;
    display: block;
    border-radius: 43px 43px 43px 43px;
    font-size: 13px;
    color: #696969;
    border: 1px solid #696969;
}

.nav-tabs-1 a:hover, .nav-tabs-1 .current a {
    background: #DC3E38;
    color: #fff;
    border-color: #DC3E38;
}

.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;
    height: 68px;
    display: block;
    border-radius: 50%;
    background: #fff;
    color: #DC3E38;
    line-height: 62px;
    font-size: 24px;
    border: 3px solid #fff;
}

.nav-1 li a:hover {
    opacity: 0.9;
}

.nav-1 li.no-active a, .nav-1 li.no-active div {
    background: #B1B1B1;
    color: #696969;
    border-color: #B1B1B1;
}

.nav-1 li.current a, .nav-1 li.current div {
    background: #fff;
    color: #DC3E38;
    line-height: 62px;    
    border: 3px solid #DC3E38;
}

.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: #DC3E38;
    border-radius: 27px;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    justify-content: center;
    padding: 0 10px;
    padding-top: 2px;
}

.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/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/img12.png') center center no-repeat;
    border-radius: 27px;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    justify-content: center;
    padding: 0 10px;
    padding-top: 2px;
}

.btn-4:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-5 {
    height: 54px;
    display: flex;
    align-items: center;
    background: url('../img/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;
    border-radius: 27px;
    padding-top: 2px;
}

.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;
    display: block;
    padding: 10px 0;
    padding-left: 50px;
    background: url('../img/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;
    top: 50%;
    color: #DC3E38;
    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/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/new/img01.png) left center no-repeat;
}

.no1:after {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    content: "";
    display: block;
    background: url(../img/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 #696969;
    height: 43px;
    line-height: 43px;
    font-size: 13px;
    color: #696969;
    text-align: center;
}

.nav-2 .current a, .nav-2 a:hover {
    background: #DC3E38;
    color: #fff;
    border-color: #DC3E38;
}

.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: 40px;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    padding-top: 7px;
    font-weight: bold;
    color:#696969;
    background: #B1B1B1;
    height: 56px;
	text-transform:uppercase;
}

.box-5-1 a {
    background: #DC3E38;
    color: #fff;
}

.box-5 a:hover {
    opacity: 0.9;
}

.box-5-2 a {
    /*background: #fff;
    color: #00377F;*/
		background: #fff;
    color: #DC3E38;
}

.box-5 {
    margin-bottom: 10px;
}

.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/img14.png');
    border-radius: 5px;
}

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/img15.png');
}

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,1);
}

div.btn-6 span {
    opacity: 0.4;   
}

.content-box-4 {
    padding: 15px 20px;
    background: #fff;
    border-radius: 25px;
}

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

.content-box-4 .name {
    margin-bottom: 15px;
    font-size: 11px;
}

.time-1 {
    float: left;
    width: 100%;
    margin: -5px 0 0 0 !important;
    background: url(../img/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;
    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: rgba(177,177,177,0.21);
    padding: 4px;
    height: 16px;
}

.content-box-4-1 .box-6 .progress-box {
    background: #fff;
}

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

.box-6 .lev-content .active .txt {
    color: #DC3E38;
}

.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: #DC3E38;
    font-weight: 900;
    font-size: 39px;
    display: block;
    line-height: 1.3;
}

/* *** WIEDZA *** */

.title-4 {
    margin-bottom: 15px;
    font-weight: bold;
    color: #DC3E38;
    font-size: 32px;
    font-weight: bold;
	text-transform:uppercase;
}

.boxes-8 {
    float: left;
    width: 100%;    
}

.slider-1,.slider-2 {
    position: relative;
}

body .week-nav {
    position: absolute;
    top: 0;
    left: 0;
}

.box-8 {
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    padding: 6px 8px;
    padding-right: 55px;
    color: #DC3E38;
    background: #fff url('../img/icons/img11.png') right 25px center no-repeat;
}

a.box-8:hover {
    color: #DC3E38;
}

a.box-8.active {
    color: #fff;
}

.box-8 .txt-1 {
    font-size: 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/icons/img10.png') left center no-repeat;
}

.box-8 .txt-3.przeczytane {
    background: url('../img/icons/img13.png') left center no-repeat; 
}

.boxes-8 .box-8:last-child {
    margin-bottom: 0;
}

.box-8 {
    display: block;
    height: 90px;
    border-radius: 5px;
}

a.box-8:hover {
    opacity: 0.9;
}

div.box-8 {
    color: #696969;
    background: #B1B1B1 url('../img/icons/img18.png') right 25px center no-repeat;
}

div.box-8 .txt-3 {
    display: none;
}

.box-8.active {
    background: #DC3E38 url('../img/icons/img15.png') right 25px center no-repeat;
    color: #fff;
}

.box-8.active .txt-3  {
    color: #fff;
    background: url('../img/icons/img14.png') left center no-repeat; 
}

.box-8.active .txt-3.przeczytane {
    color: #fff;
    background: url('../img/icons/img12.png') left center no-repeat; 
}

.week {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.slider-1 ul,.slider-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slider-1 .bx-controls,.slider-2 .bx-controls {
    display: none;
}

.slider-1 .prev-box, .slider-1 .next-box,.slider-2 .prev-box, .slider-2 .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,.slider-2 .prev-box {
    left: 90px;    
}

.slider-1 .next-box,.slider-2 .next-box {
    right: 90px;    
}

.slider-1 .bx-prev, .slider-1 .bx-next,.slider-2 .bx-prev, .slider-2 .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.slider-1 .bx-prev,.slider-2 .bx-prev {
    background: url('../img/icons/img16.png') center center no-repeat;   
}

.slider-1 .bx-next,.slider-2 .bx-next {
    background: url('../img/icons/img17.png') center center no-repeat;   
}

.slider-1 .prev-box:hover, .slider-1 .next-box:hover ,.slider-2 .prev-box:hover, .slider-2 .next-box:hover {

  filter: grayscale(100%);
}

.title-4 span {
    font-size: 19px;
}

.question-content .name {
    font-size: 12px;
    font-weight: 500;
    /*margin: 0 -50px;*/
    margin-bottom: 10px;
	 color: #DC3E38;
}

.popup-1 .question-content .name {
    margin-left: 0;margin-right: 0;
}

.question-content .name span {
    font-size: 23px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.btn-8 {
    border-radius: 5px;
    background: #DC3E38;
    height: 56px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 56px;
    min-width: 188px;
    display: inline-block;
    border: 1px solid #DC3E38;
    border-radius: 28px;
    padding: 0 10px;
}

.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: #B1B1B1;
    height: 66px;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    border: 3px solid #B1B1B1;
}

.box-9 .iradio.checked, .box-9 .icheckbox.checked {
    background: #fff;
    border-color: #DC3E38;
}

.box-9 .iradio.checked + label, .box-9 .icheckbox.checked + label {
    color: #DC3E38;
}

.box-9 label {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 0;
}

.box-9 .current + label {
    color: #DC3E38;
}

.question-button {
    margin-top: 25px;
}

.boxes-9-1 label {
    padding: 0 19px;
    justify-content: inherit;
    padding-right: 55px;
    background: url('../img/icons/img19.png') right 20px center no-repeat;   
    text-align: left;
}
.current2 {
   /* background: url('../img/icons/img19a.png') right 20px center no-repeat!important;   */

}
.boxes-9-1 .iradio.checked + label, .boxes-9-1 .icheckbox.checked + label {
    background: url('../img/icons/img08.png') right 20px center no-repeat;   
    text-align: left;  
}
.boxes-9-1 .iradio.checkedError + label, .boxes-9-1 .icheckbox.checkedError + label {
    background:#f55f5f  url('../img/icons/img09.png') right 20px center no-repeat;   
    text-align: left;  
	border-radius: 5px;
    border: 3px solid #e84343;
	color:#fff;
}
.boxes-9-1 .iradio.error + label, .boxes-9-1 .icheckbox.error + label {
    background: #f55f5f url('../img/icons/img09.png') right 20px center no-repeat;   
    text-align: left;  
	color:#fff;
	border-radius: 5px;
    border: 3px solid #e84343;
}
.small-title {
	font-size: 20px;
	margin-top: 20px;
}
.question-content .name-1 {
    font-size: 17px;
    color: #DC3E38;
    
}

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

.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: #fff url('../img/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/icons/img22.png');
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
}

.popup-bg {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    background: rgba(0,0,0,0.67);
}

.p-content-box-1 {
    color: #DC3E38;
    text-align: center;
}

.p-title-1 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 27px;
}

.p-content-box-1 .lev-content-box {
    padding-right: 0;
}

.p-content-box-1 .lev-content-box .txt {
    color: #696969;
    font-size: 12px;
}

.p-content-box-1 .lev-content {
    height: 45px;
}

.p-content-box-1 .lev-content .lev-col-box {
    height: 45px;
    border-color: #B1B1B1;
}

.p-content-box-1 .progress-box {
    height: 30px;
    background: transparent;
    border: 7px solid #fff;
}

.p-content-box-1 .progress-box {
    padding: 0
}

.p-content-box-1 .progress-box div {
    background: #DC3E38;
}

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

.p-content-box-2 .title-4 {
    color: #696969; 
}

.btn-8-1 {
    background: #DC3E38;
    color: #fff;
}

.btn-8-1:hover {
    color: #fff;
}

.p-content-box-2 .box-9 .iradio, .p-content-box-2 .box-9 .icheckbox {
    background: #B1B1B1;
    border-color: #B1B1B1; 
}

.p-content-box-2 .iradio.checked, .p-content-box-2 .icheckbox.checked {
    background: #fff;
    border-color: #DC3E38;
}

.p-box-1 {
    font-size: 24px;
    font-weight: 500;
    padding-top: 25px;
}

.p-box-1 strong {
	color: #E84343;
    font-size: 47px;
    font-weight: bold;
    display: block;
    margin: -5px 0;
}
.correct strong {
    color: #00377F!important;
}	
.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: #696969;
    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: #696969;
    padding-left: 40px;
}

.popup-1 .list-1 a {
    background-image: url(../img/icons/img23.png);  
}

.summary-content .row {
    margin-left: -25px;
    margin-right: -25px;
}

.summary-content .row > div {
    padding: 0 25px;
}

/* *** POPUP 1 *** */

.popup-2 {
    background: #fff;
    position: fixed;
    top: 50px;
    z-index: 103;
    left: 50%;
    color: #505050;
    overflow: auto;
    font-size: 16px;
    margin-left: -421px;
    border-radius: 15px;
    max-height: calc(100% - 100px);
    width: 842px;
    padding: 25px 20px 20px 20px;
	z-index: 9999;
}

.popup-2 .date {
    color: #DC3E38;
    font-size: 16px;
}

.popup-2 h2 {
    font-weight: normal;
    color: #DC3E38;
    font-size: 21px;
}

.popup-2 .pop-close {
    width: 30px;
    height: 30px;
    background: url('../img/icons/img24.png');
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 13px;
}

.popup-2 .btn-8 {
    border-color: #DC3E38;
}

.pop-button-1 {
    text-align: center;
}

.btn-question {
    padding: 0 30px;
}

.btn-question span {
    padding-left: 40px;
    background: url('../img/icons/img25.png') left center no-repeat; 
}

.more-btn {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 50px;
}

.more-btn a {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 30px;
    background: url('../img/icons/img26a.png') center bottom no-repeat; 
    color: #DC3E38;
    font-size: 14px;
}

.more-btn a.active {
    background: url('../img/icons/img27a.png') center bottom no-repeat;  
}

.more-btn a:hover {
    color: #DC3E38;
    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: #DC3E38;
}

.form-box .title-2 {
    font-weight: normal;
    font-size: 20px;
}

.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;
    height: 45px;
    border-radius: 10px;
    border: none;
}

.input-box-1 textarea {
    height: 150px;
    padding: 10px 15px;
}

.input-box-1 select {
    padding: 0 10px;
    padding-top: 2px;
}


.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 #cacaca;
    margin-right: 10px;
    background: #fff;
    float: left;
}

.aa-checkbox-box label a {
    color: #696969;
}

.aa-checkbox-box label a:hover{
    color: #DC3E38;
}

.aa-checkbox-box .icheckbox.checked:before {
    content: "";
    top: 4px;
    position: absolute;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #DC3E38;
    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 {
    background: #696969;
    color: #9D9D9D;
    line-height: 61px;
    border: 3px solid #fff;
    width: 68px;
    height: 68px;
    display: block;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
	margin: 0 auto;
}

.box-6-6-1 .txt {
    height: 80px;
    padding-top: 10px;
}

.box-6-6-1 .number-green {
	background:#1772CA;
    color: #fff;
}

.box-6-6-1 .number-red {
	background: #fd1c31;
    color: #fff;
}

.box-6-6-1 .number-yellow {
	background: #DC3E38;
    color: #434343;
}

body .bg-green {
    background: #1772CA;
	color: #fff;
}

body .bg-red {
    background: #fd1c31;
	color: #fff;
}

body .bg-yellow {
    background: #DC3E38;
	color: #fff;
}

.carousel-2 .title-2 {
    font-size: 18px;
}

.leg-box {
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    background: #696969;
    color: #9D9D9D;
    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;
}

.ss-btn {
    float: left;
    width: 100%;
    text-align: center;
}

.ss-btn .btn-2 {
    width: 100%;
    text-transform: uppercase;
    line-height: 41px;
}

.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) {
    .logo-1 img {
        height: 45px;
        margin: 15px 0;
    }
    .main-menu > ul > li > a {
        font-size: 15px;
    }
    .h-name {
        font-size: 15px;
    }
    .content-box-1 .col-box-3 {
        width: 545px;
    }
    .time-col-box {
        width: 78px;
    }
    .time-col-box div {
        font-size: 40px;
    }
    .time {
        margin-top: -20px;
    }
    .content-box-1 .col-box-3 {
        width: 529px;
    }
    .content-box-3 .col-box-2 {
        margin: 0 85px;
    }
}

@media only screen and (max-width: 1199px) {
    .question-content .name {
        margin-left: 0;
        margin-right: 0;
    }
    .box-5-5-1 figure div {
        bottom: 10px;
    }
    .col-box-wrapper {
        width: 550px;
    }
    .content-box-1 .col-box-1 {
        width: 350px;
    }
    .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: 60px;
    }
    .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: 70px;
    }
    .page-1 {
        padding-top: 0;
    }    
    header {
        position: relative;
    }
    .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;
    }
    .content-box-1 .col-box-1, .content-box-1 .col-box-2 {
        width: 50%;
    }
    .content-box-1 .col-box-3 {
        width: 100%;
        margin-top: 30px;
    }
    .content-box-1 .box-1, .content-box-1 .box-2 {
        background: #fff;        
    }
    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) {
    .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 30px 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 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: #DC3E38;
}

.kl-button-box a:hover {
    color: #DC3E38;
    opacity: 0.9;
}

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

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

.box-4-content .text {
    padding-left: 20px;
    padding-right: 20px;
}

/* *** 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: #BAE546 !important;
    border-color: #81D172 !important;
}



.no2:after {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    content: "";
    display: block;
    background: url(../img/icons/img09.png) left center no-repeat;
}

.langs-content img {
    border-radius: 50%;
}

.box-2-bg-1 {
    background: #DC3E38; 
    color: #fff;
}

.box-2-bg-1 .btn-2 {
    border-color: #fff; 
    color: #DC3E38;
    background:#fff;  
}

.box-2-bg-1 .btn-2-1 {
    border-color: #fff; 
    color: #fff; 
    background:transparent;  
}

.box-2-bg-1 .box-2-1 {
    background-image: url(../img/new/img03.png); 
}

.box-2-bg-1 .box-2-1, .box-2-bg-1 .time, .box-2-bg-1 .time span {
    color: #fff;
}

.box-2-bg-1 .time div {
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .box-2-bg-1 {
        background: #DC3E38 !important;
    }
}

@media only screen and (max-width: 576px) {
    .box-2-bg-1 .box-2-1 {
        background: none;
    }
}

.content-box-4-1 {
    background: #DC3E38;
    color: #fff;
}

.content-box-4-1 .box-6 .lev-content .txt {
    color: #fff; 
}

.content-box-4-1 .box-7 .col-box span {
        color: #fff;
}

/* *** *** */

.r-content-box-1 {
    text-align: center;
    width: 1060px;
    margin: 0 auto;
    max-width: 100%;
}

.r-content-box-1 h1 {
    color: #DC3E38;
    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: #DC3E38;
    margin-bottom: 10px;
}

.r-content-box-1 h3 {
    font-size: 14px;
    font-weight: bold;
    color: #DC3E38;
    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/new/img04.png); 
}

.rr-box-2-1 {
    width: 404px;
    margin: 0 auto;
    max-width: 100%;
}

.rr-box-2-1 .name {
    border-radius: 28px;
    color: #fff;
    padding: 20px 15px 18px 15px;
    font-size: 13px;
    font-weight: bold;

    background: #DC3E38;
    margin-bottom: 10px;
}

.rr-box-2 {
    margin-bottom: 25px;
}

.rr-box-2a .name {
    background: #ffffff;
    color: #000;
    border: 1px solid;
}

.rr-box-2b .name {
    background: #696969;
    color: #9D9D9D;
}

.rr-box-2c .name {
    background: #fff;
    color: #DC3E38;
}

.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: 20px 15px 20px 15px;
    background: #fff;
    border-radius: 25px;
}

.rr-boxes-3-1 .rr-box-3 {
    min-height: 192px;
}

.rr-box-3 .name {
    font-size: 20px;
    font-weight: bold;
      color: #fff;
}

.rr-box-3 .txt {
    margin-top: 15px;
}

.rr-box-3 .txt strong {
    color: #DC3E38;
}

.rr-boxes-3-1 .rr-box-3 {
    background: url(../img/new/img09.png) center top no-repeat;
    color: #1772CA;
    font-size: 13px;
}

.rr-boxes-3-1 .rr-box-3 .name {
    color: #00377F;
}

.rr-boxes-3-2 .rr-box-3 {
    background: #DC3E38;
    height: auto;
    padding: 15px 15px 25px 15px;
	color: #fff;
}

.rr-boxes-3-2 .txt-1 strong {
    color: #DC3E38;
}

.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: #1772CA;
        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: #DC3E38;*/
	background: #BAE546 ;
    border-color: #81D172 ;
}

.main-content .boxes-9-1 .iradio.current + label, .main-content .boxes-9-1 .icheckbox.current + label {
    color: #DC3E38;
}

.main-content .boxes-9-1 .box-9 .iradio.checked, .main-content .boxes-9-1 .box-9 .icheckbox.checked {
    background: #fff;
    border-color: #DC3E38;
}

.main-content .boxes-9-1 .box-9 .iradio.checked + label, .main-content .boxes-9-1 .box-9 .icheckbox.checked + label {
    color: #DC3E38;    
}

.content-box-4-1 .time-1 span {
    color: #fff;
}

.content-box-4-1 .box-6 {
    border-color: #fff;
}

.content-box-4-1 .time-1 div {
    color: #fff;
}

.content-box-4-1 .time-1 {
    background-image: url(../img/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, .btn-5-1 span {
    padding-bottom: 5px;
    color: #000;
    font-weight: bold;
    background: url(../img/new/img10.png) left bottom no-repeat; 
}

.btn-5-1 {
 background: url(../img/img13-1.png) left top no-repeat;
}

.btn-7:hover{
    color: #000;
}
.content-box-3 .row-box-1-1 .col-box-1 {
    float: left;
    margin-right: 30px;
}

.content-box-3 .row-box-1-1 .box-1-1a {
    overflow: hidden;
    float: none;
    display: block;

}

.dataTables_info {
margin-top: 20px;
}

.content-box-3 .row-box-1-1 .box-1-1a .box-1 {
    background: url(../img/new/img05-1.png) left top no-repeat;
}

.content-box-3 .row-box-1-1 .box-1-1a .box-1 {
    height: auto;
}
table .btn-2 {
min-width: 10px;
}
.myTable  table {
width: 100%;
}

.myTable td, .myTable th {
    font-size: 13px;
padding: 5px;
}
.main-content .boxes-9-1 .box-9 .iradio.checked.current, .main-content .boxes-9-1 .box-9 .icheckbox.checked.current {
    /*background: #fff;
    border-color:#DC3E38;*/
	background: #BAE546 ;
    border-color: #81D172 ;
}

.main-content .boxes-9-1 .iradio.current.checked + label, .main-content .boxes-9-1 .icheckbox.current.checked + label {
    color: #DC3E38;    
}
.p-content-box-2 .iradio.checked, .p-content-box-2 .icheckbox.checked {
    background: #fff !important;
    border-color: #DC3E38 !important;
}

.p-content-box-2 .iradio.checked + label, .p-content-box-2 .icheckbox.checked + label {
    color: #DC3E38;
}

.p-content-box-2 .iradio.current.checked, .p-content-box-2 .icheckbox.current.checked {
   background: #BAE546 !important;
    border-color: #81D172 !important;
}

/* *** 30.12 *** */

.btn-instrukcja {
    position: fixed;
    top: 152px;
    display: block;
    font-size: 10px;
    z-index: 1000;
    color: #696969;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px 0 0 5px;
    padding: 5px 5px;
    background: #fff;
    border: 1px solid #EBEBEB;
    right: 0;
}

.btn-instrukcja:hover {
    color: #DC3E38;
}

.btn-instrukcja span {
    display: block;
}

.btn-instrukcja img {
    width: 40px;
    margin-top: 5px;
    margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
.btn-instrukcja {
    top: auto;
    bottom: 0;
    font-size: 8px;
}
.btn-instrukcja img {
    width: 21px;
}
}
/* cookies */
.modal-body .txt {
	color:#505050;
}
#cookiesBar a {
    color: #fff;
    text-decoration: underline;
}

#cookiesBar p {
    margin-bottom: 10px;
}

#cookiesBar a:hover {
    color: #fff;
    text-decoration:none;
}


#cookiesBar {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 15px;
    z-index: 200;
    border-top:1px solid #fff;
    color: #fff;
        background: #222325;
        text-align: center;
        font-size: 14px;
}
#cookiesBar .wrapper-1 {
	width:100%;
}
#cookiesBarWrap {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
}