/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** COLORS *** */

:root {
    --color-red: #CC0033;
    --color-black: #000;
    --color-gray-light: #eee;
    --color-gray: #333333;
    --color-gray-dark-1: #707070;
    --color-gray-light-1: #D4D4D4;
    --color-gray-dark: #8a9096;
    --color-blue: #295EB6;
    --color-blue-light: #219CDC;
    --color-orange: #FF8000;
}

/* *** GLOBAL *** */

@font-face {
    font-family: 'Vaillant16Book';
    src: url('fonts/Vaillant16Book.eot');
    src: url('fonts/Vaillant16Book.eot') format('embedded-opentype'),
         url('fonts/Vaillant16Book.woff2') format('woff2'),
         url('fonts/Vaillant16Book.woff') format('woff'),
         url('fonts/Vaillant16Book.ttf') format('truetype'),
         url('fonts/Vaillant16Book.svg#Vaillant16Book') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Vaillant16Book';
    src: url('fonts/Vaillant16Demi.eot');
    src: url('fonts/Vaillant16Demi.eot') format('embedded-opentype'),
         url('fonts/Vaillant16Demi.woff2') format('woff2'),
         url('fonts/Vaillant16Demi.woff') format('woff'),
         url('fonts/Vaillant16Demi.ttf') format('truetype'),
         url('fonts/Vaillant16Demi.svg#Vaillant16Demi') format('svg');
    font-weight: bold;
}



.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: arial;
}

body {
    font-family: arial;
    font-size: 16px;
    color: var(--color-gray);
    background: #fff;
    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%;
}

@media (min-width: 1200px){
    .container {
        max-width: 1250px;
    }
}

/* *** HEADER *** */

.search-box-1 {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 50px;
    position: relative;
}

.search-box-1 button {
    position: absolute;
    top: 0;
    right: 0;
    height: 47px;
    background: url('../../img/frontend/icons/search.png') center no-repeat;
    border: none;
    width: 47px;
}

.search-box-1 button:hover {
    opacity: 0.9;
}

.search-box-1 input {
    height: 47px;
    border-radius: 5px;
    width: 100%;
    padding: 0 20px;
    padding-top: 2px;
    border: 1px solid var(--color-gray-dark-1);
    display: block;
}

body .search-box-1 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333 !important;
    opacity: 0.2;
}
body .search-box-1 input::-moz-placeholder { /* Firefox 19+ */
    color: #333 !important;
    opacity: 0.2;
}
body .search-box-1 input:-ms-input-placeholder { /* IE 10+ */
    color: #333 !important;
    opacity: 0.2;
}
body .search-box-1 input:-moz-placeholder { /* Firefox 18- */
    color: #333 !important;
    opacity: 0.2;
}

header {
    background: #fff;
    position: relative;
    z-index: 10;
}

.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.header-top .float-left {
    display: flex;
    align-items: center;
}

.header-top .float-right {
    display: flex;
    align-items: center;
}

.header-top {
    background: #EEEEEE;
}

.header-top .float-left .h-box-1 {
    margin-right: 30px;
}

.header-top .float-right .h-box-1 {
    margin-left: 30px;
}

.langs-box {
    display: flex;
    align-items: center;
}

.langs-box a, .langs-box img {
    display: block;
}

.langs-box a {
    margin-left: 7px;
    opacity: 0.29;
}

.langs-box .current, .langs-box a:hover {
    opacity: 1;
}

.header-box {
    border-bottom: 1px solid var(--color-gray-light);    
}

.header-box .container {
    display: flex;
    justify-content: space-between;
    height: 58px;
    align-items: center;
}

.h-box {
    display: flex;
    align-items: center;
}

header .logo {
    display: block;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-menu > ul {
    display: flex;
}

.logo {
    margin-right: 40px;
}

.main-menu > ul > li {
    margin-right: 50px;
    position: relative;
}

.main-menu > ul > li > a {
    color: var(--color-gray);
    display: flex;
    align-items: center;
    padding-top: 6px;
    border-bottom: 2px solid transparent;
    float: left;
    height: 59px;
}

.main-menu > ul > li > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--color-blue);
    content: "";
    display: block;
    -webkit-transition: 0.25s linear !important;
    -moz-transition: 0.25s linear !important;
    -ms-transition: 0.25s linear !important;
    -o-transition: 0.25s linear !important;
    transition: 0.25s linear !important;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: var(--color-gray);
}

.main-menu > ul > li > a:hover:after, .main-menu > ul > li.current > a:after {
    width: 100%;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -125px;
    text-align: center;
    list-style: none; 
    width: 250px;
    background: var(--color-gray-light); 
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: var(--color-gray); 
    text-align: center;
    display: block;
    padding: 11px 15px 10px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: var(--color-blue); 
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

.main-menu {
    margin-left: 308px;
}

.btn-1 {
    height: 35px;
    display: block;
    color: var(--color-blue-light);
    background: #fff;
    line-height: 35px;
    border-radius: 5px;
    padding: 0 25px;
    border: 1px solid var(--color-blue-light);
}

.btn-1-1 {
    padding: 0 35px;    
    color: #000;
} 

.btn-1:before {
    background: var(--color-blue-light);
}

.header-rsp .btn-1:hover {
    background: var(--color-blue-light);
    color: #fff;
}

/* *** KATALOG NAGRÓD 1 *** */

.main-content {
    padding: 44px 0 80px 0;
    min-height: calc(100vh - 281px);
}

.description-box span {
    color: var(--color-blue);
}

body .title-1-large h1 {
    font-size: 22px;
}

.description-box {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.box-1 {
    display: block;
    position: relative;
    margin-bottom: 16px;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 5px;
}

.boxes-1 {
    margin-bottom: -16px;
}

.box-1 .name {
    font-size: 14px;
    background: var(--color-blue-light);
    border-radius: 5px;
    color: #fff;
    padding: 6px 10px 5px 10px;
    position: absolute;
    font-weight: bold;
    bottom: 0;
    margin: 10px;
    left: 0;
}

.boxes-1 .row-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.boxes-1 .col-box {
    width: 33.33333%;
    padding: 0 8px;
}

/* *** FOOTER *** */
 
.f-button-box a {
    margin: 0 5px;
}
 
footer {
    background: #295EB6;
    padding: 50px 0;
    font-size: 12px;
    color: #fff;
}

footer .container {
    display: flex;
}

footer .col-box {
    width: 308px;
}

footer a {
    text-decoration: underline;
    color: #fff;
}

footer a:hover {
    color: #fff;
    opacity: 0.9;
    text-decoration: underline;
}

footer .container {
    position: relative;
}

.f-logo {
    position: absolute;
    bottom: -50px;
    right: 15px;
}

/* *** 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 .btn-1 {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 70px;
}

.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: -1px;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: var(--color-gray);
}

.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: var(--color-gray); 
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 17px 15px 14px 15px;
}

.menu-rsp nav a:hover {
    background-color: var(--color-blue);
    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;
}

/* *** KATALOG NAGRÓD 2 *** */

.popup-content {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
    background: rgba(45,45,45,0.6);
    padding: 5% 0;
}

.popup-box {
    margin: 0 auto;
    max-width: 100%;
    width: 848px;
    border: 10px solid var(--color-blue-light);
    background: #fff;
    text-align: center;
}

.popup-box .description {
    padding: 40px 40px 40px 40px;
}

.popup-box .txt {
    font-size: 22px;
}

.popup-box .txt p {
    margin-bottom: 15px;
}

.btn-2-blue {
    border-color: var(--color-blue-light);
    background: var(--color-blue-light);
    height: 42px;
    overflow: hidden;
    border-radius: 3px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0px 5px 10px #50A7D88F;
}

.btn-2-blue:hover {
    background: var(--color-blue-light);
    color: #fff;
}

.btn-2-blue:before {
    background: var(--color-blue);
    color: #fff;
}

.popup-box .button-box {
    padding-top: 18px;
}

.popup-box .btn-2 {
    width: 374px;
    max-width: 100%;
}

/* *** SKLEP 13 *** */

.main-wrapper {
    display: flex;
}

.sidebar {
    width: 293px;
}

.main {
    width: calc(100% - 309px);
    padding-left: 15px;
}

.main-large {
    width: calc(100% - 294px); 
}

.box-2 {
    text-align: center;
    border-radius: 5px;
    color: #fff;
    padding: 0 20px 20px 20px;
    margin-bottom: 30px;
    background: var(--color-blue);
}

.box-2 .txt-1 {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    font-size: 26px;
    font-weight: bold;
    padding: 19px 0 14px 0;
}

.box-2 .txt-2 {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 30px 0;
}

.box-2 .txt-2-2 {
    font-weight: bold;
    font-size: 18px;
}

.box-2 .txt-2 span {
    display: block;
    font-size: 55px;
    line-height: 1;
}

.btn-3 {
    background: url('../../img/frontend/icons/shopping-cart.png') calc(100% - 15px) 10px no-repeat;
    height: 44px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 0 10px;
    padding-top: 12px;
    display: block;
    text-align: left;
    position: relative;
    color: #fff;
}

.btn-3:hover {
    box-shadow: inset 0 0 10px rgba(255,255,255,0.3);
    color: #fff;
}

.btn-3 span {
    position: absolute;
    right: 8px;
    top: 4px;
    width: 18px;
    padding-right: 1px;
    height: 18px;
    border-radius: 50%;
    display: block;
    background: #fff;
    color: var(--color-blue);
    padding-left: 1px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    border: 2px solid var(--color-blue);
}

.box-2 .txt-3 {
    padding: 0 0 10px 0;
}

.box-2 .txt-3 strong {
    font-size: 35px;
    display: block;
    font-weight: bold;
    line-height: 1;
}

.box-color {
    height: 15px;
    background: red;
    margin: 15px -20px 10px -20px;
}

.menu-1 li {
    margin-bottom: 15px;
}

.menu-1 ul li:last-child {
    margin-bottom: 0;
}

.menu-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-1 a {
    text-align: center;
    padding: 5px 10px 4px 10px;
    color: var(--color-gray);
    border-radius: 5px;
    border: 1px solid var(--color-blue-light);
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.menu-1 .current a {
    background: var(--color-blue-light);
    color: #fff;
}

.menu-1 a {
    background: none;
}

.menu-1 a:before {
    background: var(--color-blue-light);
}

.banner-1 {
    margin-bottom: 16px;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 5px;
}

.boxes-3 .row-box {
    display: flex;
}

.box-4 {
    margin-bottom: 50px;
    align-items: center;
    display: flex;
}

.boxes-4 .row-box .col-box:last-child .box-4 {
    margin-bottom: 0;
}

.box-4 a:hover img {
    opacity: 0.9;
}

.box-4 figure {
    height: 181px;
    display: flex;
    width: 181px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.box-4 .description {
    padding-left: 30px;
    width: 550px;
}

.box-4 .name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.box-4 .txt-1 {
    font-size: 12px;
    margin-bottom: 10px;
}

.box-4 .name a {
    color: var(--color-black);
}

.box-4 .data {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.box-4 .points {
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    padding-top: 1px;
    color: var(--color-blue-light);
}

.box-4 .content-box-1b {
    display: flex;
    justify-content: space-between; 
    padding-top: 15px;
}

.box-4 .quantity {
    width: 67px;
    margin-right: 6px;
    margin-left: 15px;
}

.box-4 .content-box-1b .float-left {
    display: flex;
}

.box-4 .content-box-1b .float-right {
    display: flex;
}

.box-4 .content-box-1b .float-right a {
    background: none;
    line-height: 37px;
    border: 1px solid var(--color-blue);
    color: var(--color-blue);
    padding: 0 10px;
    margin-left: 20px;
    width: auto;
}

.box-4 .content-box-1b .float-right a img {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 5px;
}

.btn-4 {
    width: 46px;
    height: 28px;
    border: 1px solid var(--color-blue-light);
    border-radius: 3px;
    display: block;
    background: url('../img/icons/img02.png') center no-repeat;
}

.btn-4:before {
    background: rgba(0,0,0,0.1);
}

.pagination-box ul {
    list-style: none;
    padding:0;
    margin: 0;
    justify-content: center;
    display: flex;
}

.pagination-box li {
    margin: 0 5px;
}

.pagination-box a {
    color: var(--color-gray);
}

.pagination-box .current a, .pagination-box a:hover {
    color: var(--color-blue);  
}

.pagination-box {
    margin: 40px 0 -42px 0;
}

/* *** SKLEP 12 *** */

.content-box-1 {
    display: flex;
}

.content-box-1 figure {
    border: 1px solid var(--color-gray-light-1);  
    border-radius: 5px;
    width: 396px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 415px;
    border-radius: 5px;
}

.content-box-1 .description {
    width: calc(100% - 396px);
    padding-left: 16px;
    flex-wrap: wrap;
    display: flex;
}

.content-box-1b {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.content-box-1 h1 {
    font-size: 20px;
    padding-top: 10px;
    color: #000;
    margin-bottom: 20px;
}

.text p:last-child {
    margin-bottom: 0;
}

.content-box-1 .points {
    font-size: 18px;
    color: var(--color-blue-light);  
    font-weight: bold;

}

.content-box-1a .data p {
    margin-bottom: 0;
    margin-top: 5px;
}

.content-box-1 .text {
    margin-bottom: 20px;
}

.pdf {
    width: 26px;
    height: 30px;
    background: url('../../img/frontend/icons/pdf.png');
    display: inline-block;
}

.pdf:hover {
    opacity: 0.9;
}

.pdf-content {
    padding-top: 8px;
}

.quantity-box {
    display: flex;
    align-items: center;
}

.quantity-box label {
    margin: 0;
    padding-top: 1px;
}

.quantity {
    width: 125px;
    height: 37px;
    margin-left: 20px;
    position: relative;
    border: 1px solid var(--color-gray-dark-1);
}

.quantity input {
    width: 100%;
    height: 35px;
    display: block;
    border: none;
    text-align: center;
    padding: 0 10px;
    padding-top: 2px;
}

.btn-4-1 {
    width: 60px;
    height: 37px;
    background-image: url('../../img/frontend/icons/basket-1.png');
}

.plus {
    width: 15px;
    height: 14px;
    display: block;
    position: absolute;
    top: 2px;
    right: 1px;
    background-image: url('../../img/frontend/icons/img04.png');    
}

.minus {
    width: 15px;
    height: 14px;
    display: block;
    position: absolute;
    bottom: 2px;
    right: 1px;
    background-image: url('../../img/frontend/icons/img05.png');    
}

.plus:hover, .minus:hover {
    opacity: 0.8;
}

/* *** SKLEP 11 *** */

.content-box-2 {
    width: 100%;
    display: flex;
}

.content-box-2 .cl-box-1 {
    width: 610px;
    padding-right: 45px;
}

.content-box-2 .cl-box-2 {
    width: calc(100% - 610px);
}

.box-3 {
    width: 100%;
    border-radius: 5px;
    padding: 25px 30px 20px 30px; 
    text-align: center;
    border: 1px solid var(--color-blue-light);
}

.box-3-name {
    padding: 0 0 5px 0;
    margin-bottom: 6px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid var(--color-blue-light);
}

.box-3 .button-box {
    padding-bottom: 10px;
}

.box-3 .txt-1 {
    color: var(--color-blue-light);
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box-3 .txt {
    margin-bottom: 15px;
}

.box-3 .btn-1 {
    width: 100%;
}

.btn-1-blue {
    box-shadow: 0px 5px 10px #50A7D8;
    background: var(--color-blue-light);
    color: #fff;
    text-align: center;
    overflow: hidden;
}


.btn-1-blue:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-1-green:before {
    background: #fff;
}

.title h1 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
}

.steps {
    padding-top: 42px;
}

.steps a, .steps div {
    width: 36px;
    text-align: center;
    line-height: 38px;
    height: 36px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #C9C9C9;
}

.steps li:after {
    width: 54px;
    background: #C9C9C9;
    content:"";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    margin: 0 6px;
}

.steps .current, .steps a:hover {
    background: var(--color-blue);
}

.steps {
    margin-bottom: 40px;
}

.steps ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.steps ul li:last-child:after {
    display: none;
}

.box-5 a:hover img {
    opacity: 0.9;
}

.box-5 {
    display: flex;
    width: 100%;
    position: relative;
}

.close-1 {
    position: absolute;
    top: 5px;
    right: 0;
    width: 26px;
    height: 26px;
    background: url('../../img/frontend/icons/delete.png');
}

.close-1:hover {
    opacity: 0.8;
}

.box-5 figure {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 195px;
    border: 1px solid #D4D4D4;
}

.box-5 .description {
    width: calc(100% - 180px);
    padding: 5px 0 9px 0;
    padding-left: 11px;
    display: flex;
    padding-right: 35px;
    justify-content: space-between;
    flex-direction: column;
}

.box-5 .name {
    font-size: 24px;
}

.box-5 .name a {
    color: #000;
}

.box-5 .points {
    padding: 7px 0;
    font-size: 18px;
}

.quantity-1 label {
    margin: 0 8px 0 0;
}

.quantity-1 input {
    border: 1px solid #707070;
    width: 57px;
    height: 37px;
    text-align: center;
    padding: 0 10px;
    padding-top: 3px;
}

.box-5 {
    margin-bottom: 30px;
}

.boxes-5 {
    margin-bottom: -30px;
}

/* *** SKLEP 7 *** */

.table-1 {
    text-align: left;
}

.table-1 table {
    width: 100%;
}

.table-1 th {
    padding-bottom: 7px;
    border-bottom: 1px solid #D0D3D6;    
    font-size: 14px;
    vertical-align: top;
    font-weight: normal;
}

.table-1 table tr th:last-child {
    text-align: right;
}

.table-1 table .summary td {
    border-top: 1px solid #D0D3D6;  
}

.table-1 th span {
    font-size: 11px;
    display: block;
}

.table-1 td {
    font-size: 14px;
    line-height: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top;
}

.table-1 table tr td:first-child {
    width: 60%;
}

.table-1 table tr td:last-child {
    width: 40%;
    text-align: right;
    padding-left: 15px;
}

.table-1 td span {
    font-size: 11px;
    padding-top: 2px;
    display: block;
}

.content-box-2 .cl-box-1-1 {
    padding-right: 15px;
}

.title-1 {
    font-weight: bold;
    margin-bottom: 10px;
}

.input-box input, .input-box textarea {
    border: 1px solid #D0D3D6;
    border-radius: 5px;
    height: 40px;
    padding: 0 10px;
    padding-top: 1px;
    width: 100%;
    font-size: 13px;
    color: var(--color-gray); 
}

.input-box .input-color {
    color: var(--color-gray);    
}

.input-box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #8A9096 !important;
}
.input-box ::-moz-placeholder { /* Firefox 19+ */
    color: #8A9096 !important;
}
.input-box :-ms-input-placeholder { /* IE 10+ */
    color: #8A9096 !important;
}
.input-box :-moz-placeholder { /* Firefox 18- */
    color: #8A9096 !important;
}

.row16 {
    margin: 0 -8px;
}

.row16 > div {
    padding: 0 8px;
}

.input-box {
    margin-bottom: 20px;
}

.title-1 {
    position: relative;
}

.title-1-button {
    position: absolute;
    top: -1px;
    right: 0;
}

.btn-5 {
    height: 21px;
    padding: 0 10px;
    font-size: 10px;
    display: inline-block;
    border: 1px solid #D0D3D6;
    color: var(--color-gray);
    line-height: 20px;
    border-radius: 3px;
    background: none;
}

.btn-5:hover {
    color: var(--color-gray);    
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

.btn-5 span {
    background: url('../img/icons/img07.png') left center no-repeat;
    padding-left: 20px;
}

.input-box-1 {
    position: relative;
    margin-bottom: 25px;
}

.input-box-1 label {
    display: block;
    position: absolute;
    top: -7px;
    left: 9px;
    background: #fff;
    color: #8A9096;
    padding: 0 3px;
    font-size: 11px;
}

.input-box-1 input, .input-box-1 textarea {
    border: 1px solid #D0D3D6;
    border-radius: 3px;
    height: 40px;
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 13px;    
    padding-top: 1px;
}

.ic-1 input {
    padding-right: 30px;
    background: url('../img/icons/img08.png') right 10px center no-repeat;
}

.icheckbox {
    width: 16px;
    height: 16px;
    position: relative;
    flex-shrink: 0;
    border: 1px solid #707070;
}

.icheckbox ins {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icheckbox.checked:after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    display: block;
    content: "";
    background: var(--color-blue);
}

.checkbox-box {
    display: flex;
    margin-bottom: 5px;
}

.checkbox-box label a {
    color: var(--color-blue);
    text-decoration: underline;
}

.checkbox-box label a:hover {
    opacity: 0.9;
}

.checkbox-box label {
    flex-shrink: 1;
    padding-top: 2px;
    font-size: 12px;
    margin: 0;
    padding-left: 5px;
}

.form-button-box {
    display: flex;
    justify-content:  space-between; 
}

.legend-box {
    margin: 20px 0;
    padding-left: 21px;
    font-size: 12px;
}

/* *** SKLEP 15 *** */

.communique-box {
    text-align: center;
    padding: 50px 0;
}

.communique-box figure img {
    margin: 0 12px;
}

.communique-box .txt-2 {
    font-size: 24px;
}

.communique-box .txt-1 {
    font-size: 55px;
    padding: 11px 0 5px 0;
    font-weight: bold;
}

.communique-box .button-box {
    margin-top: 65px;
}

.communique-box .btn-1-gray {
    display: inline-block;
    min-width: 107px;
}

.btn-1-gray {
    border-color: #D0D3D6;
    color: #8A9096;
    background: transparent;
}

.btn-1-gray:before {
    background: #D0D3D6;
    color: #8A9096;
}

/* *** PREMIA PIENIEZNA *** */

.color-green {
    color: var(--color-blue);
}

.content-box-3 .text {
    margin-top: -10px;
    margin-bottom: 45px;
}

.row20 {
    margin: 0 -10px;
}

.row20 > div {
    padding: 0 10px;
}

.form-box-2 .input-box {
    margin-bottom: 30px;
}

.input-box.active input {
    border-color: var(--color-blue);
}

.communique-1 {
    color: var(--color-blue);
    font-size: 12px;
    margin-top: 57px;
}

.title-2 h1 {
    padding: 15px 0;
    font-weight: bold;
    font-size: 16px;
}

.content-box-4 {
    border: 1px solid #D0D3D6;
    border-radius: 3px;
    padding: 35px 45px;
}


.btn-up-down {
    padding-bottom: 3px;
    padding-top: 0;
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
         -o-transform: scaleY(-1);
            transform: scaleY(-1);
               filter: flipv;
}

.btn-up-down.active {
    padding-bottom: 0;
    padding-top: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
               filter: flipv; 
}

.z-content-box-1 {
    padding-left: 57px;
    line-height: 1.5;
    font-size: 12px;
}

body .z-content-box-1-1 table td, body .z-content-box-1-1 table th {
    line-height: 1.5;
    font-size: 12px; 
}

.border-top-1 {
    border-top: 1px solid #000;
}

.z-content-box-1-1 table td {
    width: 25%;
}

.z-content-box-1-1 {
    margin-bottom: 20px;
}

.z-title {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
}

.table-2 table {
    width: 100%;
}

.table-2 table tr td:first-child {
    width: 57px;
}

.table-2 table td, .table-2 table th {
    font-size: 14px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.table-2 table th {
    padding-bottom: 10px;
}

.table-2 table tr td:last-child, .table-2 table tr th:last-child {
    padding-right: 0;
}

.fv-box {
    border-radius: 3px;
    width: 43px;
    height: 43px;
    background: #F3F3F3;
    justify-content: center;
    display: flex;
    align-items: center;
}

.fv-box a:hover img {
    margin-top: 5px;
}

/* *** PREMIA PIENIEZNA 2 *** */

.content-box-5 .col-box-1 {
    width: 410px;
    padding-right: 30px;
}

.content-box-5 .col-box-2 {
    width: calc(100% - 410px);
}

.text-1 {
    font-size: 14px;
}

.text-1 p, .text-1 li, .text-1 ul {
    margin-bottom: 10px;
}

.content-box-5 {
    display: flex;
}

.content-box-5 .title h1 {
    padding-top: 3px;
}

.input-box-1 textarea, .input-box textarea {
    height: 147px;
    resize: none;
    overflow: auto;
}

.input-box-1 textarea, .input-box textarea {
    padding-top: 12px;
    padding-bottom: 12px;
}

.form-box-3 .button-box {
    display: flex;
    justify-content: flex-end; 
}

.form-box-3 textarea {
    height: 200px;
}

.form-box-3 button {
    min-width: 190px;
}

.flex-left {
    justify-content: flex-start !important; 
}

.edit-box {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 5px 0 20px 0;
}

.form-box-3 .input-box-1 {
    margin-bottom: 20px;
}

/* *** LOGOWANIE *** */

.log-content {
    min-height: 100vh;
    display: flex;
}

.log-content .col-box {
    width: 50%;
    height: 100vh;
    padding: 9% 130px;
}

.log-content .col-box-1 {
    text-align: right;
    background: var(--color-red);  
}

.log-content .col-box-2 {
    text-align: left;
    background: var(--color-blue);  
}

.l-box {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    max-width: 100%;
    text-align: center;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
}

.header-rsp .btn-1:hover {
    color: #fff;
}

.l-box figure {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    background: #fff;
    height: 170px;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
    margin-bottom: 55px;
}

.l-btn {
    height: 59px;
    box-shadow: 0px 5px 10px #00000080;
    line-height: 59px;
    color: #fff;
    border: 1px solid #FFFFFF;
    display: block;
    background: #B8002E;
    border-radius: 3px;
}

.l-btn-green {
    background: #017E6E;
}

.input-box {
    position: relative;
}

.input-txt {
    display: none;
    display: block;
    position: absolute;
    top: -7px;
    left: 9px;
    background: #fff;
    color: #8A9096;
    padding: 0 3px;
    font-size: 11px;    
}

.animate__animated {
    opacity: 0;
}

.animate__zoomIn {
    opacity: 1;
}

.l-box figure, .l-btn {
    -webkit-transition: 0.15s linear !important;
    -moz-transition: 0.15s linear !important;
    -ms-transition: 0.15s linear !important;
    -o-transition: 0.15s linear !important;
    transition: 0.15s linear !important;
}

/*
.l-box:hover figure {
    opacity: 0.9;
}
*/

.l-box:hover .l-btn {
    background: var(--color-red);  
}

.l-box:hover {
    margin-top: 10px;
}

.col-box-2 .l-box:hover .l-btn {
    background: var(--color-blue);  
}

.boxes-1 .row-box .col-box .box-1 {
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

.boxes-1 .row-box .col-box:nth-child(1) .box-1 {
    animation-name:anim-one;
    animation-delay: 0s;
}
.boxes-1 .row-box .col-box:nth-child(2) .box-1 {
    animation-name:anim-one;
    /* animation-delay: 0.5s; */
    animation-delay: 0s;
}
.boxes-1 .row-box .col-box:nth-child(3) .box-1 {
    animation-name:anim-one;
    /* animation-delay: 1s; */
    animation-delay: 0s;
}
.boxes-1 .row-box .col-box:nth-child(4) .box-1 {
    animation-name:anim-one;
    /* animation-delay: 1.5s; */
    animation-delay: 0s;
}
.boxes-1 .row-box .col-box:nth-child(5) .box-1 {
    animation-name:anim-one;
    /* animation-delay: 2s; */
    animation-delay: 0s;
}
.boxes-1 .row-box .col-box:nth-child(6) .box-1 {
    animation-name:anim-one;
    /* animation-delay: 2.5s; */
    animation-delay: 0s;
}
.boxes-1 .row-box .col-box:nth-child(7) .box-1 {
    animation-name:anim-one;
    /* animation-delay: 3s; */
    animation-delay: 0s;
}
.boxes-1 .row-box .col-box:nth-child(8) .box-1 {
    animation-name:anim-one;
    /* animation-delay: 3.5s; */
    animation-delay: 0s;
}
.boxes-1 .row-box .col-box:nth-child(9) .box-1 {
    animation-name:anim-one;
    /* animation-delay: 4s; */
    animation-delay: 0s;
}
.boxes-1 .row-box .col-box:nth-child(10) .box-1 {
    animation-name:anim-one;
    /* animation-delay: 4.5s; */
    animation-delay: 0s;
}
.boxes-1 .row-box .col-box:nth-child(11) .box-1 {
    animation-name:anim-one;
    /* animation-delay: 5s; */
    animation-delay: 0s;
}
@keyframes anim-one {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.box-1 {
    overflow: hidden;
}

.box-1 img {
    transition: all .5s ease-in-out;    
}

.box-1 img:hover {
    transform: scale(1.1);
}

.box-1 {
    opacity: 0;
}

.tr-information {
    display: none;
}

/* *** LOGOWANIE *** */

.body-log {
    position: relative;
}

.body-log:after {
    width: 2000px;
    display: block;
    content: "";
    height: 100%;
    background: #EEEEEE;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2302px; 
}

.body-log .main-content {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 222px);
}

.body-log .main-content {
    padding: 80px 0;
}

.body-log footer {
    position: relative;
    z-index: 1;
}

.z-content-box-2 {
    display: flex;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 5px;
    background: #fff;
    width: 100%;
}

.z-content-box-2 .description {
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100% - 309px);
}

.z-top {
    display: flex;
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #D0D3D6;
}

.z-top .langs-box {
    margin-left: 30px;
}

.z-top .float-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.z-content-box-2 label {
    color: #333333;
    font-size: 12px;
    margin: 0 0 5px 0;
}

.z-content-box-2 .btn-1 {
    box-shadow: none;
}

.z-content-box-2 .title h1 {
    margin-bottom: 17px;
}

.z-form-box {
    width: 532px;
    max-width: 100%;
}

.password-btn-box {
    margin: -10px 0 25px 0;
}

.password-btn-box a {
    font-size: 11px;
    text-decoration: underline;
    color: var(--color-gray);
}

.password-btn-box a:hover {
    opacity: 0.9;
    text-decoration: underline;
    color: var(--color-gray);
}

.body-log .header-rsp .btn-1 {
    display: none;
}