/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

@font-face {
   font-family: 'hemi';
   src: url('fonts/hemi.eot');
   src: url('fonts/hemi.eot') format('embedded-opentype'),
        url('fonts/hemi.woff2') format('woff2'),
        url('fonts/hemi.woff') format('woff'),
        url('fonts/hemi.ttf') format('truetype'),
        url('fonts/hemi.svg#hemi') format('svg');
}

/* *** COLORS *** */

:root {
    --color-brown: #6E0000;
    --color-pink-0: #FFA9AF;
}

/* *** 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: 'Open Sans', sans-serif;
}

@media (min-width: 1200px) {
    body .container {
        max-width: 1226px;
    }
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    background: #ef4136 url('/img/frontend/bg.png') center top no-repeat;
    background-attachment: fixed;
    line-height: 19px;
    min-width: 302px;
}

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

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

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

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

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

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

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

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

.bx-caption {
    display: none;
}

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

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

/* *** HEADER *** */

header {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}

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

header .logo {
    width: 262px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-menu {
    background: var(--color-brown);
    height: 36px;
    padding: 0 11px;
    border-radius: 18px;
}

.main-menu ul {
    padding: 0;
    display: flex;
    margin: 0;
}

.main-menu > ul > li {
    position: relative;
    margin: 0 11px;
    list-style: none;
}

.main-menu > ul > li > a {
    color: #fff;
    display: block;
    float: left;
    opacity: 0.5;
    height: 36px;
    padding: auto;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 36px;
    font-size: 14px;
    white-space: nowrap;
}

.main-menu > ul > .current > a {
    opacity: 1;
    color: #fff;
}

.main-menu > ul > li:hover > a {
    color: #fff;
    opacity: 1;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    list-style: none; 
    width: 305px;
    background: #cacaca;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: var(--color-violet);
    text-align: left;
    display: block;
    padding: 11px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: red;
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

.user-box {
    background: var(--color-brown);
    height: 36px;
    padding: 0 16px 0 22px;
    border-radius: 18px;
    display: flex;
    padding-bottom: 1px;
    align-items: center;
}

.user-box .txt strong {
    font-weight: normal;
}

.u-btn {
    cursor: pointer;
    background: url('/img/frontend/icons/img01.png') right calc(50% + 1px) no-repeat;
    padding-right: 20px;
}

.u-box {
    margin-left: 22px;
    position: relative;
}

.u-btn img {
    box-shadow: 0px 5px 20px #2A177533;
    margin-bottom: 5px;
}

.u-box:hover .u-list {
    display: block;
}

.u-list {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    width: 80px;
    background: var(--color-brown);
}

.u-list {
   /* width: 100%;*/
   width: 150px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 5px 10px 4px 10px;
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    list-style: none;
}

.u-list li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.u-list a {
    color: #fff;
}

.u-list a:hover {
    color: #fff;
    opacity: 0.5;
}

/* *** HOME *** */

.main-content {
    min-height: calc(100vh - 287px);
}

.content-box-2 {
    border-radius: 5px;
}

.title {
    font-family: 'hemi';
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.box-1 .data {
    display: flex;
    width: 100%;
}

.box-1 {
    width: 100%;
    display: flex;
    align-items: center;
}

.box-1 figure {
    width: 209px;
}

.box-1-1 {
    width: calc(100% - 209px);
}

.box-1-1 .row-box {
    display: flex;
    justify-content: center;
}

.box-1-1-content .box-1-1 {
    padding-top: 25px;
}

.box-1-1 .col-box {
    text-align: center;
    padding: 0 30px;
}

.box-1-1 {
    color: #fff;
    font-size: 12px;
}

.box-1-1 span {
    display: block;
    font-size:70px;
    font-family: 'hemi';
    line-height: 1;
    color: #fff;
}

.box-1-1 .col-box {
    height: 101px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.box-1-1 .col-box:first-child {
    border: none;
}

.btn-1 {
    min-width: 234px;
    height: 40px;
    display: inline-block;
    color: #fff;
    line-height: 37px;
    border: 1px solid var(--unnamed-color-ffffff);
    background: transparent linear-gradient(180deg, #BE1E2D 0%, #EF4136 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000033;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}


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

.box-1 .button-box {
    text-align: center;
    padding-top: 25px;
}

.box-1-1-content {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.box-1-1-content figure {
    padding: 25px 0;
}

.box-1-1-content .box-1-1 {
    margin-top: -20px;
}

.bg-1 {
    background: none;
    border: none;
}

.time-content {
    height: 135px;
    display: flex;
    align-items: center;
    padding-left: 140px;
    background: url('/img/frontend/img03.png') left center no-repeat;
}

.time {
    display: flex;
    padding-top: 40px;
}

.time-kafel {
    display: flex;
    padding-top: 0px;
}

.time-col-box {
    width: 25%;
    text-align: center;
    padding-right: 20px;
    color: var(--color-violet);
}

.time-col-box div {
    color: #fff;
    font-size: 70px;
   font-family: 'hemi';

}

.time-col-box span {
    display: block;
    margin-top: 25px;
    font-size: 12px;
    color: #fff;
}

.z-content-box-1 .button-box-1 .btn-1-white {
    color: #fff;
    border: 1px solid #fff;
    background: none;
}

.box-2 .button-box {
    padding: 20px 0;
    text-align: center;
}

.box-2 .button-box a {
    margin: 0 10px;
}

.box-2 .button-box .btn-1-white {
    background: #d42f31;
}

body .content-box-2-1 {
    padding-left: 0;
    padding-right: 0;
}

.bg-2 {
    box-shadow: 0px 3px 6px #00000029;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background: rgba(94,0,0,0.51);
}

.boxes-3 {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.box-3 {
    width: 33.33333%;
    height: 16px;
    padding: 0 10px;
    text-align: center;
    border-right: 1px solid var(--color-violet-dark);
}

.boxes-3 .box-3:first-child {
    border-left: 1px solid var(--color-violet-dark);
}

.procent-content {
    height: 52px;
    padding: 16px;
    border-radius: 26px;
    box-shadow: 10px 13px 16px rgba(52,32,135,0.44);
    background: rgba(255,255,255,0.37);
}

.procent-content .procent {
    height: 20px;
    background-image: linear-gradient(to right, var(--color-pink-1), var(--color-pink-2));
    border-radius: 26px;
}

.title-icon {
    position: relative;
    padding-right: 40px;
}

.title-icon .tooltip-1 {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
}

.tooltip-1 {
    width: 32px;
    height: 32px;
    display: block;
    background: url('/img/frontend/icons/img02.png');
}

.tooltip-1:hover {
    opacity: 0.9;
    cursor: pointer;
}

.content-box-2 .content {
    padding: 11px 0;
}

.content-box-2 {
    padding: 25px 30px;
    position: relative;
}

.bg {
    box-shadow: 0px 3px 6px #00000029;    
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background: rgba(94,0,0,0.21);
}


.tooltip-inner {
    background: var(--color-brown);
    color: #fff;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: var(--color-brown);
}

/* *** FOOTER *** */

footer {
   padding: 55px 0;
}

footer .container {
   display: flex;
   justify-content: flex-end;
   align-items: center;
}

.created a {
    margin-left: 17px;
}

.created {
    align-items: center;
    display: flex;
}

.created .txt {
    margin-top: 10px;
}

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

.header-rsp .logo-rsp {
    height: 50px;
    text-align: center;
    width: 113px;
    margin: 0 auto;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
}

.hamburger {
    position: absolute;
    top: 0;
    left: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #5E0000;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 80px;
    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;
    font-weight: bold;
    height: auto;
    color: var(--color-brown);
    font-size: 15px;
    float: left;  
    width: 100%;
    padding: 12px 15px 12px 15px;
}

.menu-rsp nav a:hover {
    background-color: var(--color-brown);
    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;
}

/* *** TESTUJ *** */

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

.content-box-4 .wrapper-1, .content-box-4 .wrapper-2 {
    width: 556px;
}

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

.title-1 h2 {
    font-size: 40px;
   font-family: 'hemi';
    margin-bottom: 20px;
}

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

.margin-bottom-1 {
    margin-bottom: 25px;
}

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

.box-4 .link {
    color: #BF1F2D;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    height: 50px;
    display: flex;
    padding: 0 60px;
    font-size: 14px;
    padding-top: 1px;
    border: 1px solid rgba(255,255,255);
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 3px 5px #17050533;
    background-image: linear-gradient(to bottom, #fff, #E4E4E4);
    position: relative;
}

.box-4 .link:after {
    width: 53px;
    height: 50px;
    position: absolute;
    top: -1px;
    right: -1px;
    content: "";
    display: block;
    background: url('/img/frontend/icons/img04.png') center no-repeat;
}

.box-4 div.link:after {
     background: url('/img/frontend/icons/img18.png') center no-repeat; */
}

.box-4 {
    margin-bottom: 20px;
}

.boxes-4 {
    margin-bottom: -20px;
}

.box-4 div.link {
    box-shadow: none;
    border: none;
    color: rgba(255,255,255,0.5);
    background: transparent;  
    border: 1px solid rgba(255,255,255,0.5);
}

.button-bottom-box .row-box {
    display: flex;
    margin: 0 -20px;
}

.button-bottom-box .col-box {
    width: 50%;
    padding: 0 20px;
}

.btn-2 {
    display: block;
    border: 1px solid #fff;
        background-image: linear-gradient(to bottom, #fff, #E4E4E4);
    border-radius: 14px;
    padding-left: 5px;
    padding-right: 5px;
    height: 109px;
}

.btn-2 .icon {
    height: 80px;
    display: flex;
    align-items: center;
    padding-top: 20px;
    justify-content: center;
    margin-top: -28px;
    margin-bottom: 17px;
    text-align: center;
}

.btn-2 .icon img {
    max-height: none;
}

a.link:hover {
    opacity: 0.9;
}

.btn-2 .txt {
    color: rgba(191,31,45,0.25);
    font-weight: 600;
    font-size: 14px;
}

.button-bottom-box {
    padding-bottom: 10px;
    padding-top: 40px;
}

.content-box-5-small .title, .content-box-2-small .title {
    margin-bottom: 15px;
}

.content-box-5-small {
    margin-bottom: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background: rgba(94,0,0,0.21);
    padding: 20px;
    margin-bottom: 46px;
    border-radius: 5px;
}

@media only screen and (min-width: 767px) {

.content-box-5-small .time-content {
    background-size: 60px auto;
    height: 90px;
    padding-left: 68px;
}

.content-box-5-small .time-col-box {
    padding-right: 15px;
}

.content-box-5-small .time-content {
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.content-box-5-small .time-content .time-col-box span {
    font-size: 12px;
    opacity: 0.6;
}

.content-box-5-small .time-content .time-col-box div {
    font-size: 45px;
    margin-bottom: -5px;
}

.content-box-2-small {
    padding: 20px;
    margin-bottom: 45px;
}


.content-box-2-small .content {
    padding-bottom: 0;
}

.content-box-2-small .boxes-3 {
    margin-bottom: 15px;
}

.content-box-2-small .procent-content {
    height: 32px;
}

.content-box-2-small .procent-content .procent {
    height: 14px;
}

.content-box-2-small .procent-content {
    padding: 9px;
}

}

.boxes-5 {
    display: flex;
    margin: -15px -20px -10px -20px;
    width: calc(100% + 40px);
}

.boxes-5 .col-box {
    padding: 0 15px;
}

.boxes-5 .col-box:first-child {
    width: 33.333%;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.boxes-5 .col-box:last-child {
    width: 66.66666%;
}

.box-5 {
    text-align: center;
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    padding-bottom: 7px;
}

.box-5 span {
    padding: 10px 0 15px 0;
    display: block;
    font-size: 45px;
    font-family: 'hemi';
    font-weight: bold;
    color: #fff;
}

.box-5 figure {
    height: 65px;
    display: flex;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
}

.box-5 figure img {
    max-width: 80px;    


}

.box-5 .row-box-1 {
    display: flex;
}

.box-5 .row-box-1 .col-box-1 {
    width: 50%;
    padding: 0 5px;
    text-align: center;
}


.box-4 .link-1 {
   /* background: transparent linear-gradient(180deg, #BE1E2D 0%, #EF4136 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none; */

    color: #BF1F2D;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    height: 50px;
    display: flex;
    padding: 0 60px;
    font-size: 14px;
    padding-top: 1px;
    border: 1px solid rgba(255,255,255);
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 3px 5px #17050533;
    background-image: linear-gradient(to bottom, #fff, #E4E4E4);
    position: relative;
    
}

.box-4 .link-1:after {
    /* display: none; */
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    content: "";
    height: 100%;
    display: block;
    background: url(/img/frontend/icons/fajka.png) center no-repeat; 
}

a.btn-2 {
    color: var(--color-violet-dark);
}

a.btn-2 .txt {
    opacity: 1;
    padding-top: 4px;
    height: 32px;
    display: flex;
    align-items: center;
    padding-bottom: 3px;
    justify-content: center;
    line-height: 1;
    text-align: center;
   color: rgba(191,31,45,1);
}

a.btn-2:hover {
    opacity: 0.9;
}

/* *** LOGIN *** */

.login-container {
    overflow: auto;    
    height: 100vh;
}

.login-content {
    width: 395px;
    min-height: 100vh;
    position: relative;
    padding-bottom: 20px;
    padding-right: 15px;
    color: #6e0000;
    font-size: 12px;
}

.l-logo {
    padding: 65px 0;
    width: 300px;
}

.l-logo {
   margin-left: -10px;
}

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

.input-box input {
    height: 45px;
    display: block;
    font-size: 15px;
    border-radius: 10px;
    width: 100%;
    color: var(--color-violet-dark);
    padding: 0 15px 0 68px;
    padding-top: 4px;
    border: 1px solid var(--color-brown);
    background: #FFA9AF;
}

.l-form {
    width: 100%;
}

.login-container .container {
    position: relative;
}

.mask-1 {
    width: 1000px;
    right: 100%;
    top: 0;
    margin-right: -323px;
    position: absolute;
    height: 100%;
    z-index: -1;
    background: #fff;
    display: block;
}

.input-login, .input-password {
    position: relative;
}

.l-box-1 a {
    font-size: 12px;
    font-weight: bold;
    color: var(--color-brown);
}

.l-box-1 {
    margin-bottom: 30px;
}

.l-button-box-1 {
    margin-bottom: 35px;
}

.l-button-box-1 .btn-1 {
    box-shadow: 0px 10px 20px #00000033;
}

.l-box-2 a {
    color: var(--color-brown);
    font-weight: bold;
}

.l-box-3 {
    padding: 50px 0;
    font-weight: bold;
}

.l-box-3 figure {
    margin-top: 10px;
}

.l-box-4 a {
    font-weight: bold;
    color: var(--color-brown);
}

.l-box-4 {
   display: none;
}

.l-box-4 a:hover, .l-box-2 a:hover, .l-box-1 a:hover {
    color: var(--color-brown);
    opacity: 0.9;
}

.body-login {
   background-color: #fff;
    background-image:  url('/img/frontend/bg-2.png');
}

@media only screen and (max-width: 1800px) {
    .body-login {
        background-size: auto;
    }
}

/* *** 24.04 *** */

/* *** REJESTRACJA *** */

.subpage-1 header .logo {
    width: 482px;
    padding-top: 20px;
    height: 155px;
    margin: 0 auto;
}

.subpage-1 header .logo img {
   width: 320px;
}

.subpage-1 header {
    margin-bottom: 35px;
}

.subpage-1 .main-content {
    padding-bottom: 35px;
}

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

.z-input-box {
   
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 20px;
}

.z-input-box input, .z-input-box textarea {
    height: 45px;
    background: none;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    color: var(--color-brown);
    padding-bottom: 3px;
    border-radius: 10px;
    border: none;
    background: var(--color-pink-0);
}

.z-input-box textarea {
    height: 186px;
    resize: none;
    overflow: auto;
    text-align: left;
    padding: 15px 15px;
}

.body-bg-2 {
    background: #ef4136 url('/img/frontend/bg.png') center top no-repeat;
}

.z-input-box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--color-brown);
    font-size: 10px;
    font-weight: 600;
}
.z-input-box ::-moz-placeholder { /* Firefox 19+ */
    color: var(--color-brown);
    font-size: 10px;
    font-weight: 600;
}
.z-input-box :-ms-input-placeholder { /* IE 10+ */
    color: var(--color-brown);
    font-size: 10px;
    font-weight: 600;
}
.z-input-box :-moz-placeholder { /* Firefox 18- */
    color: var(--color-brown);
    font-size: 10px;
    font-weight: 600;
}

.z-form-box .button-box {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 28px;
}

.column .z-form-box .z-wrapper-1 .button-box {
   padding-top: 70px;
}

.z-form-box .btn-1 {
    min-width: 217px;
}


.z-form-box {
    padding-top: 5px;
}

.z-wrapper-2 {
    width: 898px;
    margin: 0 auto;
    max-width: 100%;
}

.icheckbox {
    width: 13px;
    height: 13px;
    margin: 4px 3px 0 0;
    border-radius: 3px;
    border: 1px solid #fff;
    flex-shrink: 0;
}

.icheckbox.checked:after {
   position: absolute;
   top: 0;
   background: #fff;   
   left: 0;
   border-radius: 2px;
   width: 7px;
   height: 7px;
   margin: 2px;
   content: "";
   display: block;
}

.z-checkbox-box {
    display: flex;
    margin-bottom: 13px;
}

.z-checkbox-content {
    padding-top: 15px;
    padding-bottom: 10px;
}

.z-checkbox-content .z-checkbox-box:last-child {
    margin-bottom: 0;
}

.z-checkbox-box label {
    padding-left: 5px;
    font-size: 12px;
    margin: 0;
    padding-top: 1px;
}

.z-checkbox-box label a {
    color: #fff;
    text-decoration: underline;
}

.z-checkbox-box label a:hover {
    color: #fff;
    opacity: 0.9;
}

.u-btn img {
    border-radius: 50%;
}

/* *** ZMIANA AVATARA *** */

.z-content-box-1 {
    margin: 0 -33px;
}

.z-content-box-1 .column .text:first-child {
    font-weight: bold;
    font-size: 14px;
}

.z-content-box-1 .row-box {
    display: flex;
}

.z-content-box-1 .column {
    width: 50%;
    padding: 0 78px;
    margin: 10px 0 15px 0;
}

.z-content-box-1 .row-box .column:first-child {
    border-right: 1px solid rgba(255,255,255,0.3);
}

.z-box-1 {
    text-align: center;
}

.btn-width-1 {
    min-width: 217px;
}

.z-box-1 figure {
    height: 159px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;

    margin-bottom: 36px;
}

.z-box-1 figure img {
    border-radius: 50%;
}

.z-title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.z-box-3 {
    background: #fff;
    height: 110px;
    position: relative;
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

.z-boxes-3 .row-box-1 {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}

.z-boxes-3 .col-box {
    width: 50%;
    padding: 0 15px;
}

.z-boxes-3-2 .col-box {
    padding: 0 6px;
}

.z-box-3 .iradio {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 2;
    height: 100%;
    border: 2px solid transparent;
    width: 100%;
}

.z-box-3 .iradio.checked {
    border-color: var(--color-brown);
}

.z-boxes-3-2 .z-box-3 .iradio.checked {
    box-shadow: 0px 1px 5px #00000066;
}

.z-content-box-1 .row-box .column:last-child .z-wrapper-3 {
    width: 416px;
}

.z-wrapper-3 {
    width: 368px;
    margin: 0 auto;
    max-width: 100%;
}

.z-boxes-3-1 {
    margin-bottom: 55px;
}

.z-boxes-3-2 .col-box {
    width: 75px;
}

.z-boxes-3-2 .z-box-3 {
    height: 63px;
}

.z-boxes-3-3 .col-box {
    width: 109px;
    padding: 0 10px;
}

.z-boxes-3-3 .row-box-1 {
    margin: 0 -10px;
}

.z-boxes-3-3 .z-box-3 {
    margin-bottom: 20px;
    height: auto;
    border-radius: 50%;
}

.z-boxes-3-3 .z-box-3 .iradio {
    border-radius: 50%;
}

.z-boxes-3-3 .z-box-3 img {
    border-radius: 50%;
}

.z-content-box-1 .button-box-1 {
    text-align: center;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 20px;
}

.z-content-box-1 .button-box-1 .btn-1.btn-1-white {
    width: auto;
    min-width: auto;
    height: auto;
    line-height:normal;
    padding: 0;
    border:none;
    border-radius: 0;
    margin: 0;
    color: #fff;
    background: none !important;
    box-shadow: none;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
}

.z-content-box-1 .button-box-1 .btn-1 {
    min-width: 215px;
    padding: 0 15px;
    margin: 6px;
}

.z-content-box-1 .button-box-1 .btn-1-white {
    color: #fff;
    border: 1px solid #fff;
    line-height: 61px;
    background: none;
}

.iradio {
    cursor: pointer;
}

.tooltip-1-icon {
    background: url(/img/frontend/icons/img14.png);
}

.s-content-box-3 .tooltip-1-icon {
   width: 20px;
   height: 20px;
   background-size: 100% auto;
   margin-top: 6px;
}

.boxes-3-3 {
    display: flex;
    margin: 0 -15px;
}

.boxes-3-3 .box-3-3 {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.333% - 30px);
    height: 41px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    font-family: 'hemi';
    opacity: 0.5;
    border: 1px solid #FFFFFF;
    border-radius: 26px;

}

.content-box-2-small .boxes-3-3 .box-3-3 {
    height: 27px;
    font-size: 12px;
    line-height: 26px;
}

.content-box-2-small .boxes-3-3 {
    padding: 37px 0 25px 0;
}

.box-3-3.active {
    background: var(--color-brown);
    opacity: 1;
    box-shadow: 0px 0px 10px #EEEEEE;    
    color: #fff;
}

.content-box-2 .content.padding-0 {
    padding: 0;
}

.margin-top-1 {
    margin-top: 58px;
}

.shadow-none {
    box-shadow: none;
}

.z-box-4 {
    margin-bottom: -36px;
}

.z-box-4 figure {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 20px;
}

.box-4 span.link:after {
    background: url(/img/frontend/icons/img04.png) center no-repeat;
}

/* *** WIEDZA 2 *** */

.nav-tabs-1 ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

.nav-tabs-1 {
    margin-bottom: 27px;
}

.nav-tabs-1 li {
    margin: 5px 20px;
}

.nav-tabs-1 a {
    white-space: nowrap;
    opacity: 0.5;
    font-weight: bold;
    color: #fff;
}

.nav-tabs-1 .current a, .nav-tabs-1 li a:hover {
    opacity: 1;
}

.z-boxes-5 {
   width: 424px;
   margin: 0 auto;
   max-width: 100%;
}

.z-box-5 .z-link {
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    padding: 8px 40px 8px 10px;
    text-align: left;
    min-height: 58px;
    background-image: linear-gradient(to bottom, #fff, #E4E4E4);
    color: #5E0000;
}

.z-box-5 .z-link.active {
   background-image: linear-gradient(to bottom, #fff, #E4E4E4);
   /*background: #ffffff url('/img/frontend/icons/img16.png') center right 10px no-repeat;*/
}

.z-box-5 {
   position: relative;
}

.z-box-5 div.z-link:after {
   position: absolute;
   top: 0;
   right: 0;
   width: 58px;
   content: "";
   height: 100%;
   display: block;
   background: url(/img/frontend/icons/fajka.png) center no-repeat; 
}

.z-box-5 .z-link:after, .z-box-5 .z-link.active:after {
   position: absolute;
   top: 0;
   right: 0;
   width: 58px;
   content: "";
   height: 100%;
   display: block;
   background: url(/img/frontend/icons/img04.png) center no-repeat;
}

.z-box-5.no-active .z-link:after {
   display: none;
}

.z-box-5 div.z-link {
   width: 100%;
    /*background: #ffffff url('/img/frontend/icons/img17.png') center right 10px no-repeat; /*/ 
}

.boxes-legend {
   width:  calc(100% + 14px);
   max-width: none;
}

.z-box-5 .txt-2 {
   font-family: 'hemi';
   font-size: 18px;
}

.boxes-legend .z-box-5 .z-link .txt-2 {
    font-weight: bold;
    font-size: 14px; 
}

.z-box-5 .z-link.active .txt-2 {
    font-weight: bold;
}

.z-box-5 .z-link .txt-1 {
    font-size: 10px;   
}

.z-box-5 {
    margin-bottom:20px;
}

.col-xl-8 .content-box-2 {
   min-height: calc(100% - 45px);
}

.end-game {
   padding-bottom: 20px;
}

a.z-link:hover {
    opacity: 0.9;
}

.z-box-5.no-active .z-link {
    background: transparent url('/img/frontend/icons/img18.png') center right 9px no-repeat;  
    border: 1px solid rgba(255,255,255,0.5);
}

.z-box-5.no-active .z-link .txt-1, .z-box-5.no-active .z-link .txt-2 {
    color: #fff;
    opacity: 0.5;
}

.cont-box {
    display: none;
}

.z-content-box-2 .text {
    width: 476px;
    max-width: 100%;
    margin: 0 auto;
}

.z-content-box-2 .img-txt {
    display: inline-block;
    vertical-align: middle;
    margin-top: -20px;

}

.z-content-box-2 .btn-3 {
 
    max-width: 100%;
}

.z-content-box-2 .button-box {
    padding-top: 35px;
}

.z-content-box-2 {
    padding: 40px 0 60px 0;
}

.btn-3 {
   min-width: 234px;
    height: 40px;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    border: 1px solid var(--unnamed-color-ffffff);
    background: transparent linear-gradient(180deg, #BE1E2D 0%, #EF4136 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000033;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

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

.z-content-box-3 {
    text-align: left;
}

.z-content-box-3 .txt {
    font-size: 12px;
}

.z-content-box-3 {
    padding: 60px 0 54px 0;   
}

.boxes-legend {
    margin: 0 -7px;
    display: flex;
}

.boxes-legend .z-box-5 {
    padding: 0 7px;
    width: 33.333%;
}

.boxes-legend .z-box-5 .z-link {
    min-height: 58px;
    padding-top: 1px;
    padding-bottom: 0;
}

.boxes-legend {
    margin-top: 15px;
    margin-bottom: -20px;
}

/* *** WIEDZA 4 *** */

.z-content-box-4 {

    padding: 10px;
 
    text-align: left;
}

.z-content-box-4 figure img {
    border-radius: 18px 18px 0 0;   
}

.z-content-box-4 figure {
    margin-bottom: 25px;
}

.z-content-box-4 {
    margin: 0 -10px;
    margin-bottom: -10px;
}

.z-content-box-4 .date {
   font-size: 12px;
}

.z-content-box-4 h2 {
    font-size: 22px;
    font-weight: bold;
   font-family: 'hemi';
    padding-top: 5px;
    margin-bottom: 18px;
}

.z-content-box-4 .button-box {
    padding: 35px 0 30px 0;
    text-align: center;
}

/* *** TEST *** */

.z-wrapper-4 {
    width: 730px;
    max-width: 100%;
    margin: 0 auto;
}

.z-content-box-5 {
    text-align: center;
    margin-bottom: 20px;
}

.z-content-box-5 .txt-1 {
    font-weight: bold;
    font-size: 14px;
}

.z-content-box-5 .txt-2 {
    margin-top: 13px;
    font-size: 10px;
}

.z-box-6 {
    margin-bottom: 20px;
    position: relative;
}

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

.z-box-6 label {
    margin: 0;
    /*border: 2px solid #FD0377;*/
    border-radius: 14px;
    text-align: center;
    padding: 15px 20px 15px 20px;
    color: var(--color-brown);
    background: #fff;
    display: block;
}

.z-box-6 input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.z-box-6 .iradio, .z-box-6 .icheckbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    cursor: pointer;
    border: 2px solid transparent;
    background: none;
}

.z-box-6 .iradio.checked, .z-box-6 .icheckbox.checked {
    border-color: var(--color-brown);
}

.z-box-6 .icheckbox.checked {
    top: -4px;
}

.z-box-6 .iradio.checked + label, .z-box-6 .icheckbox.checked + label {
   font-weight: bold;
}

.z-content-box-6 .button-box {
    text-align: center;
    padding: 30px 0 30px 0;
}

.z-boxes-6-1 {
    padding: 0 20px;
    display: flex;
    align-items: flex-start; 
    flex-wrap: wrap;
    margin: 0 -190px;
    margin-bottom: -20px;
}

.z-boxes-6-1 .z-box-6 {
    width: calc(25% - 50px);
    margin: 0 25px;
    margin-bottom: 50px;
}

.z-boxes-6-1 .z-box-6 label {
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
}

.z-boxes-6-2 .z-box-6 label {
    padding-left: 55px;
    padding-right: 55px;
    cursor: pointer;
    background-image: url('/img/frontend/icons/img19.png');
    background-repeat: no-repeat;
    background-position: right 25px center;
}

/* *** KONTAKT *** */

.c-content-box-1 {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
}

.c-content-box-1 .text {
    width: 50%;
}

.c-content-box-1 .text, .c-content-box-1 figure {
    margin-bottom: 25px;
}

.c-content-box-1 .text a {
    color: #fff;
}

.c-content-box-1 .text a:hover {
    color: #fff;
    opacity: 0.9;
}

.z-form-box .row {
    margin: 0 -10px;
}

.z-form-box .row > div {
    padding: 0 10px;
}

.c-content-box-2 .button-box {
    padding: 5px 0 2px 0;
}

.c-box-1 {
    margin-bottom: 10px;
    position: relative;
    border-radius: 14px;
    text-align: center;
    font-weight: bold;
    padding: 21px 60px 13px 90px;
    color: var(--color-violet-dark-1);
    box-shadow: inset -2px -1px 16px #7161f177, 8px 13px 16px #00000029;
    background: var(--color-light);
    display: flex;
    justify-content: space-between;  
}

.c-box-1:hover {
    color: var(--color-violet-dark-1);
    opacity: 0.9;
}

.c-box-1:after {
    position: absolute;
    width: 32px;
    height: 33px;
    display: block;
    content: "";
    top: 50%;
    margin-top: -16.5px;
    right: 15px;
    background: url('/img/frontend/icons/img22.png')
}

.c-box-1.no {
    background: transparent url('/img/frontend/icons/img24.png') 14px center no-repeat;
}

.c-box-1.yes {
    background: transparent url('/img/frontend/icons/img23.png') 14px center no-repeat;
}

.c-boxes-1 {
    margin-bottom: -10px;
}

/* *** WIEDZA 6 *** */

.nav-tabs-2 {
    margin-bottom: 33px;
}

.nav-tabs-2 a {
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 15px;
    min-width: 234px;
    color: #fff;
    text-align: center;
    background: none;
      box-shadow: 0px 10px 20px #00000033;
      border: 1px solid #FFFFFF;
      border-radius: 10px;
    display: inline-block;
}

.nav-tabs-2 .current a {

   background: transparent linear-gradient(180deg, #BE1E2D 0%, #EF4136 100%) 0% 0% no-repeat padding-box;

}

.nav-tabs-2 li {
    margin: 0 23px;
}

.nav-tabs-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center; 
}

.nav-tabs-2 a:hover {
    opacity: 0.9;
}

.z-wrapper-5 {
    width: 584px;
    max-width: 100%;
    margin: 0 auto;
}

.c-box-2 {
   box-shadow: 0px 3px 5px #17050533;
   border: 1px solid #FFFFFF;
   overflow: hidden;
   border-radius: 10px;
}

.c-box-2 .name {
    text-align: center;
    min-height: 58px;
    font-size: 15px;
    display: flex;
    align-items: center;
   font-family: 'hemi';
    justify-content: center;
    cursor: pointer;
    position: relative;
    line-height: normal;
    padding: 0 55px 0 55px; 
    padding-top: 4px;
   background-image: linear-gradient(to bottom, #fff, #E4E4E4);
    font-weight: bold;
    color: #5E0000;
}

.c-box-2 .name:after {
   position: absolute;
   top: 0;
   right: 0;
   width: 50px;
   display: block; 
   height: 100%;
   content:"";
    background: url('/img/frontend/icons/img04.png') center no-repeat;  
}

.c-box-2 .name.active:after {
   transform: rotate(90deg);
}

.c-box-2 .name .icon {
    position: absolute;
    top: 0;
    left: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}

.c-box-2 .description {
    display: none;
    background: #E4E4E4;
}

.c-box-2 .c-boxes-1-1 {
    padding: 10px 0 20px 0;
    position: relative;
}

.c-box-2 .c-boxes-1-1:after {
    background: #dfcdcd;
    height: 1px;
    width: calc(100% - 30px);
    left: 15px;
    position: absolute;
    top: 0;
    content: "";
    display: block;
}

.c-boxes-1-1 .c-box-1 {
    box-shadow: none;
    color: #5E0000;
    font-size: 14px;
    margin: 0;
    padding: 9px 20px 8px 60px;
    border-radius: 0;
    background-color: transparent;
}

.c-boxes-1-1 .c-box-1 .txt-2 {
   font-family: 'hemi';
   font-size: 18px;
}

.c-boxes-1-1 .c-box-1:after {
    display: none;
}

.c-box-2 {
    margin-bottom: 10px;
}

.c-boxes-2 .co-box-2:last-child {
    margin-bottom: 0;
}

.menu-1 ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
}

.menu-1 {
    margin-bottom: 23px;
    margin-top: -10px;
}

.menu-1 a, .menu-1 div {
    width: 54px;
    height: 54px;
    margin: 10px;
    display: flex;
    align-items: center;
    padding-right: 3px;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    border: 1px solid #fff;
    padding-top: 1px;
    border-radius: 50%;
   font-family: 'hemi';
}

.menu-1 a:hover, .menu-1 .current a {
        background: transparent linear-gradient(180deg, #BE1E2D 0%, #EF4136 100%) 0% 0% no-repeat padding-box;
}

.menu-1 div {
        background: transparent linear-gradient(180deg, #BE1E2D 0%, #EF4136 100%) 0% 0% no-repeat padding-box;
   border: none;
   opacity: 0.6;
}

.s-boxes-1 {
    display: flex;
    flex-wrap: wrap;
}

.s-boxes-1 .col-box-1 {
    width: 50%;
}

.s-boxes-1 .box-1 {
    display: block;
    text-align: center;
}

.s-boxes-1 .box-1-1, .s-boxes-1 .box-1 figure {
    width: 100%;
}

.s-boxes-1 .box-1-1 .col-box {
    border: none;
}

.s-boxes-1 .title {
    text-align: center;
    font-size: 18px;
}

.s-boxes-1 .box-1 figure {
    height: 141px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    justify-content: center;
}

.s-content-box-1 {
    padding-top: 20px;
}

.s-content-box-2 {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 30px;
    padding-top: 30px;
}

.s-content-box-3 {
    position: relative;
    padding-right: 60px;
}

.s-content-box-3 .box-3-3 {
    border: 1px solid rgba(255,255,255,0.2);
    margin-right: 10px;
 
}

.s-content-box-3 .box-3-3.active {
    border: 1px solid #fff;
}

.s-content-box-3 .title-icon-box {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
}

.s-table table {
    width: 100%;
    text-align: left;
}

.s-table table th {
    font-size: 12px;
    font-weight: normal;
    color: rgba(255,255,255,1);
    padding:0 10px 2px 10px;
}

.s-table table td {
    font-weight: bold;
    padding: 4.5px 10px 6.5px 10px;
    font-size: 14px;
    border: none;
}

.s-table table tr td:first-child {
    border-radius: 15px 0 0 15px;
}

.s-table table tr td:last-child {
    border-radius: 0 15px 15px 0;
}

.s-table table tr {
    border: 1px solid transparent;
}

.s-table table tr:hover td, .s-table table tr.active td {
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
}

.s-table table tr:hover td:first-child, .s-table table tr.active td:first-child {
   border-left: 1px solid #fff;
}

.s-table table tr:hover td:last-child, .s-table table tr.active td:last-child {
   border-right: 1px solid #fff;
}

.s-image {
    display: inline-block;
    vertical-align: top;
    margin-top: -4px;
    width: 25px;
    border-radius: 50%;
}

.s-content-box-4 .txt {
    color: #fff;
   font-family: 'hemi';
    padding: 0 20px;
    font-size: 16px;
    margin: -22px 0 7px 0;
}

.s-content-box-1 {
    padding-bottom: 25px;
}

.s-table {
    padding-right: 20px;
}

.scroll-pane {
    height: 353px !important;
}

.s-boxes-1 {
    height: 353px;
}

body .jspVerticalBar {
    background: rgba(255,255,255,0.2) !important;
    width: 2px !important;
    margin-right: 0 !important;
    right: 6px !important;
}

.jspTrack {
    background: rgba(255,255,255,0.2) !important;
}

.jspDrag {
    width: 14px !important;
    margin-left: -6px !important;
    right :1px;
    background:var(--color-brown) !important;
    -webkit-border-radius: 10px !important; 
    -moz-border-radius: 10px !important; 
    border-radius: 10px !important;   
}

.z-box-5 .z-link-1 {
    background: #ffffff url(/img/frontend/icons/img17.png) center right 10px no-repeat;
}

/* *** 30.06 *** */

.x-cont-box {
    display: none;
}

/* *** 12.08 *** */

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

.radius-1 {
    border-radius: 20px;
}

.v-boxes-1 {
    display: flex;
    padding: 0 100px;
}

.v-box-1 {
    text-align: center;
}

.v-box-1 .txt {
    margin-top: 20px;
}

.v-boxes-1 .col-box {
    width: 33.3333%;
    padding: 0 15px;
}

.v-boxes-1- figure {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.v-boxes-2 {
    display: flex;
    justify-content: space-between; 
}

.v-box-2 {
    background: #fff;
    width: 399px;
    border-radius: 18px;
    color: #5E0000;
    padding: 25px 22px;
}
.v-box-2 h2 {
    font-size: 26px;
    width: 100%;
    text-align: center;
}

.v-box-2 .text {
    min-height: 137px;
    color: #5E0000;
    text-align: center;
}

.v-box-2 figure {
    margin: 0 -15px 25px 0;
    text-align: center;
}

.bg-transparent {
    border: none;
}

.v-box-3 {
    padding: 30px;
    background: #ef4136;
    border-radius: 18px;
}

.v-box-3 .txt-1 {
    font-size: 54px;
    font-family: 'hemi';
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.v-box-3 .txt-2 {
    text-align: center;
    font-size: 18px;
}

.v-box-3 table {
    width: 100%;
}

.v-box-3 table td {
    padding-top: 5px;
}

.v-box-3 table tr td:last-child {
    text-align: right;
    padding-left: 10px;
    color: white;
}

.v-boxes-3 {
    display: flex;
}

.v-box-3 figure {
    text-align: center;
    padding: 17px 0 45px 0;
}

.v-boxes-3 .col-box {
    width: 33.3333%;
    padding: 0 20px;
}

.body-bg-3 {
    background-color: #1e1380;
}

.body-bg-3, .body-bg-3 .bg:before, .body-bg-3 .bg-2:before {
    background-image: url(/img/frontend/ogrze/img13.png);
}

@media (max-width: 1199px) {
    .v-boxes-3 .col-box {
        padding: 0 10px;
    }
    .v-box-3 .txt-1 {
        font-size: 30px;
    }
    .v-box-3 table tr td:last-child {
        white-space: nowrap; 
    }
}

@media (max-width:992px) {
    .v-boxes-1 {
        padding: 0;
    }
    .v-boxes-3 .col-box {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .v-boxes-3 .col-box:last-child {
        margin-bottom: 0;
    }
    .v-boxes-2 {
        display: block;
    }
    .v-box-2 {
        width: 100%;
        margin-bottom: 15px;
    }
    .v-boxes-2 .v-box-2:last-child {
        margin-bottom: 0;
    }
    .v-box-2 .text {
        min-height: 5px;
    }
    
    .v-boxes-3 {
        display: block;
    }
}

@media (max-width:767px) {
    .v-boxes-1 .col-box {
        width: 100%;
        margin-bottom: 30px;
    }
    .v-boxes-1 .col-box:last-child {
        margin-bottom: 0;
    }
    .v-boxes-1 {
        display: block;
    }
}

/* *** *** */

.zz-box-1 {
    display: flex;
    justify-content: space-between; 
}

.zz-box-1-1 {
    font-weight: 500;
    text-align: center;
    padding: 0 45px;
}

.zz-box-1 .button-box {
    width: 220px;
}

.zz-box-1 .button-box a {
    width: 100%;
    box-shadow: none;
    margin-bottom: 46px;
    text-align: center;
}

@media (max-width:1199px) {
    .zz-box-1-1 {
        padding: 0;
        padding-right: 40px;
    }
}

@media (max-width:576px) {
    .zz-box-1 {
        display: block;
    }
    .zz-box-1-1 {
        padding: 0 0 30px 0;
    }
    .zz-box-1 .button-box {
        margin: 0 auto;
    }
    .zz-box-1 .button-box a {
        margin-bottom: 15px;
    }
    .zz-box-1 .button-box a:last-child {
        margin-bottom: 0;
    }
}

.end-game .zz-box-1 {
    display: block;
}

.end-game .button-box {
    display: flex;
    width: 100%;
    padding: 0 17px;
    padding-top: 20px;
}

.end-game .title {
    text-align: center;
}

.end-game .txt {
    display: none;
}

.end-game .button-box a {
    margin: 0 17px;
    background: #d42f31;
}

.end-game .button-box a:last-child {
    order: 0;
}

.end-game .button-box a:first-child {
    order: 1;
}

body .form-floating input {
    border-radius: 10px;
    background: #FFA9AF !important;
    box-shadow: none !important;
    font-family: 'Open Sans', sans-serif !important;
    outline: none !important;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    border-color: #FFA9AF;
    padding-bottom: 14px !important;
    color: #5E0000 !important;
    height: 45px !important;
 }
 
 body .form-floating label {
    font-weight: 600;
    display: block;
    font-size: 11px;
    width: 100%;
    height: 45px;
    padding: 12px 10px;
    letter-spacing: 0.2px;
    text-align: center;
    color: rgba(110,0,0,0.4);
 }
 
 .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
       transform: scale(.85) translateY(-0.7rem) translateX(2.05rem);
       opacity: 1;
 }

body .form-text-left label {
   text-align: left;
}

.form-floating {
   margin-bottom: 15px;
}

.form-floating.form-text-left>.form-control:focus~label, .form-floating.form-text-left>.form-control:not(:placeholder-shown)~label, .form-floating.form-text-left>.form-select~label {
      transform: scale(.85) translateY(-0.7rem) translateX(0.15rem);
}

.l-form .form-floating {
   margin-bottom: 30px;
}

.l-box-1 {
   margin-top: -20px;
}

.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown), .form-floating>.form-select {
   border-color: #5E0000;
}

body .form-floating.font-input input {
   padding-top: 9px !important;
   text-align: center;
   padding-bottom: 9px !important;
   font-size: 26px;
   font-family: 'hemi' !important;
}

.btn-inf {
   background: url('/img/frontend/icons/img32.png') left center no-repeat;
   font-size: 12px;
   padding-left: 19px;
   background-position: top 3px left;
   color: #fff;
   display: inline-block;
   margin-top: 10px;
}

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

body .form-floating input {
   text-align: center;
}

body .l-form .form-floating input {
   text-align: left;
}



.pop-close {
    width: 33px;
    height: 33px;
    background: url('../../img/frontend/icons/img20.png');
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    background-repeat: no-repeat;
}

.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: #fff;
    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: #fff;
    font-size: 28px;
    padding: 20px 0 10px 0;
}

.p-content-box-1 {
    padding: 30px 0;
    float: left;
    width: 100%;
}
.l-box-1 p {
    width: 320px;
}
.bx-next, .bx-prev {
    color: #fff!important
}



/* *** 28.10 *** */

.a-button-box-1 {
   margin: 0 -100px;
}

.a-button-box-1 .btn-1 {
   padding: 0 25px;
}

@media (max-width: 767px) {
   .a-button-box-1 {
      margin: 0;
   }
   .a-button-box-1 .btn-1 {
      height: auto;
      line-height: normal;
      padding: 8px 20px;
   }
}

.a-content-box-2 .a-button-box-1 {
   margin: 0;
}

.a-content-box-2 {
   padding-left: 47px;
   padding-right: 47px;
}

.a-content-box-2 .btn-1 {
   width: 100%;
}

.a-content-box-2 p {
   font-size: 12px;
}

.a-title h2 {
   font-size: 22px;
   font-family: 'hemi';
}

.s-table-1 table tr td:last-child, .s-table-1 table tr th:last-child {
   text-align: right;
}

/* *** 02.11 *** */

.d-boxes-1 .row-box {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -10px;
}

.d-boxes-1 .col-box {
   padding: 0 10px;
   width: 33.3333%;
}

.d-box-1 {
   font-size: 10px;
   line-height: normal;
   text-align: center;
   margin-bottom: 20px;
}

.d-boxes-1 {
   margin-bottom: -15px;
}

.d-box-1 figure {
   width: 81px;
   margin: 0 auto;
   position: relative;
   margin-bottom: -5px;
   height: 81px;
}

.d-box-1.no-active figure:after {
   position: absolute;
   top: -2px;
   left: 0;
   width: 100%;
   height: 100%;
   content: "";
   display: block;
   background: url('/img/frontend/icons/osiagniecia/19.png') center no-repeat;
}

.d-box-1 {
   position: relative;
}

.d-tooltip {
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;
   width: 11px;
   height: 11px;
   background: url('/img/frontend/icons/img33.png');
   display: block;
}

.tooltip-bg .tooltip-arrow  {
   display: none;
}

.tooltip-bg .tooltip-inner {
   background: #fff;
   color: #6E0000;
   text-align: left;
   padding: 8px 10px 10px 10px;
}

.tooltip-bg .tooltip.fade  {
   opacity: 1 !important;
}

.tooltip-bg .tooltip.fade .tooltip-inner {
   box-shadow: 0 0 10px rgba(0,0,0,0.5);   
}

.d-height-1 {
   margin-bottom: 30px;
   min-height: 10px !important;
}

.d-content-box-1 .txt-1 {
   font-weight: bold;
   font-size: 14px;
}

.d-box-2 {
   display: flex;
   align-items: center;
   padding-right: 50px;
   position: relative;
   margin-top: 20px;
}

.btn-edit {
   width: 32px;
   display: block;
   background: url('/img/frontend/icons/img34.png');
   height: 32px;
   position: absolute;
   top: 0;
   right: 0;
}

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

.d-box-2 .txt-2 {
   font-family: 'hemi';
   line-height: 1;
   padding-left: 10px;
   font-size: 32px;
}

.d-content-box-2 {
   font-size: 14px;
}

.d-content-box-2 .txt-1 {
   font-weight: bold;
}

.d-content-box-2 .content-box-2-small {
   padding: 0;
   margin: 0;
}

.d-content-box-2 .content-box-2-small .boxes-3-3 {
   padding: 25px 0 45px 0;
}

.d-content-box-2 .d-col-1 {
   width: 50%;
   padding-right: 50px;
}

.d-content-box-2 .txt-2 {
   margin-top: 10px;
}

.d-content-box-2 .txt-2 span {
   font-family: 'hemi';
   font-size: 24px;
}

.d-content-box-2 {
   display: flex;
}

.d-content-box-2 .button-box {
   padding-top: 30px;
}

.d-btn-1 {
   box-shadow: 0px 3px 6px #00000029;
   border-radius: 5px;
   background: #eeeeee;
   display: flex;
   line-height: 40px;
   height: 38px;
   color: #BF1F2D;
   padding: 0 65px;
   justify-content: center;
   text-align: center;
   font-weight: 600;
}

.d-btn-1:hover {
   color: #BF1F2D;
   opacity: 0.9;
}

.d-btn-1 img {
   margin: 0 20px 0 -55px;
   display: block;
}

.d-content-box-2 .button-box {
   padding-top: 60px;
}

.d-content-box-2 .txt-3 {
   font-family: 'hemi';
   margin-top: 30px;
   font-size: 24px;
}

@media (max-width: 1199px) {
   .d-content-box-2 {
      display: block;
   }
   .d-content-box-2 .d-col-1 {
      width: 100%;
      padding: 0;
   }
   .d-content-box-2 .d-col-2 {
      width: 100%;
      margin-top: 27px;
   }
}

@media (max-width: 767px) {
   .d-box-2 .txt-2 {
      font-size: 20px;
   }
   .d-btn-1 {
      padding: 0 30px;
   }
   .d-btn-1 img {
      margin-left: -20px;
      margin-right: 10px;
   }
}

select.form-select {
    border-radius: 10px;
     background-color: #FFA9AF !important;
     box-shadow: none !important;
     font-family: 'Open Sans', sans-serif !important;
     outline: none !important;
     font-weight: 500;
     font-size: 15px;
     text-align: center;
     padding: 11px 10px 0 10px !important;
     border-color: #FFA9AF;
     color: #5E0000 !important;
     height: 45px !important;
 }

/*KRUX*/
.form-floating>.form-select {color: #5E0000;background: rgba(255,255,255,0.6); border: solid 0px white; border-radius: 12px; height: 47px;}
.form-floating>.form-select label {display: none !important;}

.form-floating>.form-select:not(:placeholder-shown)~label, 
.form-floating>.form-select:focus~label /*TODO : js (np jQuery maskedInput) */
{
    /* display: none; */
}
.avatar {width: 80px; height: auto;}
.levelModal, .levelModal .modal-content, .levelModal .modal-body {background: #BF1F2D !important;}

#lifebuoy-fiszka {
    width: 360px;
    position: absolute; 
    right: -300px;
    top: 250px;
    background: var(--color-brown);
    border-radius: 30px 0 0 30px; 
    z-index: 200;
    cursor: pointer;
    box-shadow: 0px 0px 12px 2px rgba(255, 255, 255, 0.9);
}
#lifebuoy-fiszka img {
    width: 60px;
    height: 60px;
}
.fiszkaactive {
    right: 0 !important;
    top: 250px;
    transform: translateX();
    transition: left 1s linear !important;
}

#lifebuoy-fiszka span {
    color: white;
    font-family: 'hemi', Arial;
    font-size: 30px;
    position: relative;
    top: 7px;
    left: 10px;
}

.kafel {
    min-height: 200px;
}

.kafel-ikona {
    position: absolute;
    right: 0;
    top: -30px;
    margin: 0;
}

.radio-row .iradio {
    width: 15px;
    height: 15px;
    margin: 4px 3px 0 0;
    border-radius: 50%;
    border: 1px solid #fff;
    flex-shrink: 0;
}

.radio-row .iradio.checked:after {
   top: 0;
   background: #fff;   
   border-radius: 50%;
   width: 9px;
   height: 9px;
   margin: 2px;
   content: "";
   display: block;
}

.z-box-6 .current {
    background: lightgreen !important;
}

.zrobteraz {
    margin-bottom: 46px;
    padding: 15px 25px !important;
    height: 100px !important;
}

.zrobteraz .button-box {
    margin-bottom: 0 !important;
}

.z-box-6 label span.your {position: absolute; right: 15px; top:5px; color: gray; font-weight: normal;}
.z-box-6 label span.right {position: absolute; right: 15px; bottom:5px; color: gray; font-weight: normal;}
.z-content-box-5 .txt-3 {
    font-family: 'hemi';
    margin-top: 30px;
    font-size: 24px;
 }

 /* 
 .modal-content {
    background: #6E0000 !important;
    color: white !important;
    border: solid 2px white;
 }
 */

.modal-header .btn-close {
    filter: invert(11%) sepia(50%) saturate(5379%) hue-rotate(358deg) brightness(84%) contrast(118%);
 }

 .modal-header, .modal-body {
    border:rgba(255, 255, 255, 0);
    color: #6E0000;
}

.modal-title {
    font-size: 0.8em !important;
}

.modal-body .txt {
    color: #6E0000;
    font-size: 1.4em !important;
    line-height: 150%;
}

.btn-close-self {
    color: #6E0000 !important;
}
/* *** FOOTER *** */

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

footer .col-box {
    width: 50%;
}

footer .col-box-1 {
    float: left;
}
footer  a {
    color:#000;
}
footer .col-box-2 {
    float: right;
        margin-top: -84px;
}

.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;  
    width: 40%;
}

.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-box-1 {
    margin-top: 20px;
}    
.f-txt-1 {
    background: url('../../img/frontend/icons/phone.png') left top no-repeat;
}

.f-txt-2 {
    background: url('../../img/frontend/icons/mail.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;
}