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


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

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    background: #000;
    line-height: 1.3;
    padding-top: 110px;
    font-weight: 300;
    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 {
    background: #000;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

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

header .logo img {
   display: block;
}

.main-menu ul {
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
}

.main-menu {
    margin-bottom: 10px;
    border-bottom: 1px solid #F05A22;
}

.main-menu > ul > li > a {
    color: #fff;
    display: block;
    padding: 0 10px 6px 10px;
    font-size: 14px;
}

.main-menu > ul > li:first-child > a {
   padding-left: 0;
}

.main-menu > ul > li:last-child > a {
   padding-right: 0;
}

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

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

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

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

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

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

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

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

.h-boxes {
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: flex-end;
}

.h-box {
    margin-left: 30px;
}

.h-box-1 strong {
    color: #F05A22;
    font-weight: 600;
}

.btn-1 {
    font-size: 13px;
    color: #fff;
    height: 36px;
    padding: 0 25px;
    display: inline-block;
    border: 1px solid #F05A22;
    line-height: 34px;
    border-radius: 18px;
}

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

.btn-basket {
    width: 39px;
    margin-top: -2px;
    position: relative;
    height: 34px;
    background: url('/img/frontend/icons/01.png');
    display: block;
}

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

.btn-basket span {
    color: #fff;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 2px;
    font-size: 12px;
    display: block;
}

.btn-logout {
    width: 22px;
    height: 26px;
    background: url('/img/frontend/icons/02.png');
    display: block;
}

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

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

/* *** BANNER *** */

.banner-box {
    width: 100%;
}

.banner-box img {
    display: block;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

.banner ul li {
   position: relative;
   text-align: center;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}

.banner .bx-controls-direction {
   display: none;
}

.banner .bx-controls {
    display: block;
}

.banner .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: red;
    padding: 20px 10px;
    color: #fff;
}

.banner a {
    color: #fff;
}

.banner h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.banner a:hover {
    color: blue;
}

.banner .prev-box, .banner .next-box {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    height: 44px;
    z-index: 1000;
}

.banner .prev-box {
    left: 15px;    
}

.banner .next-box {
    right: 14px;    
}

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

.banner .bx-prev {
    background: green url('/img/frontend/sprite.png') -35px 0 no-repeat;   
}

.banner .bx-next {
    background: green url('/img/frontend/sprite.png') -62px 0 no-repeat;  
}

.banner .prev-box:hover, .banner .next-box:hover {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.banner .bx-controls {
    width: auto;
    position: absolute;
    z-index: 100;
    bottom: 10px;
    right: 10px;
}

.banner .bx-pager {
    float: left;
    padding: 0;
}

.banner .bx-pager .bx-pager-item {
    float: left;
    margin-right: 10px;
}

.banner .bx-pager .bx-pager-item a {
    float: left;
    text-indent: -99999px;    
    display: block;
    width: 15px;
    height: 15px;
    background: blue;
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;      
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover{
    background: green !important;    
}

body, html {
    height: 100%;
}

.banner-full-screen {
    width: 100%;
    height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
    height: 100% !important;
}

.banner-full-screen {
    height: 100%;
}

/* *** HOME *** */

.main-content {
   padding: 30px 0 120px 0;
}

.title h1, .title h2 {
   font-size: 60px;
   text-shadow: 0 0 2px #9d3b16, 0 0 2px #9d3b16;
   font-family: 'hemi';
   color: #000;
   position: relative;
   margin-bottom: 0;
}

.title {
   margin-bottom: 20px;
}

.title span {
   font-size: 30px;
   position: absolute;
   top: 7px;
   left: 20px;
   color: #fff;
}

.title-button {
   display: flex;

   justify-content: space-between;
}

.btn-2 {
   height: 50px;
   line-height: 50px;
   background: #F05A22;
   border: 1px solid #F05A22;
   border-radius: 25px;
   color: #fff;
   min-width: 210px;
   padding: 0 15px;
   text-align: center;
   font-size: 20px;
   font-weight: bold;
   display: inline-block;
}

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

.box-1 {
   display: flex;
   align-items: center;
   box-shadow: 0px 0px 40px #F05A22B3;
   border: 1px solid #F05A22;
   overflow: hidden;
   border-radius: 10px;
   margin-bottom: 50px;
}

.box-1 .txt-1 {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 20px;
}

.box-1 .txt-1 span {
   color: #F05A22;
   margin-left: 6px;
}

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

.box-1 .col-box-1 {
   width: 287px;
   flex-shrink: 0;
   height: 111px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   font-size: 20px;
   font-weight: bold;
   background: #F05A22;
}

.box-1 .col-box-2 {
   padding: 15px;
   width: calc(100% - 111px);
}

.progress-box div {
   height: 20px;
   background: #F05A22;
   position: relative;
   z-index: 1;
   border-radius: 21px;
   background-image: linear-gradient(to right, #F05A22 , #FFC906);
}

.progress-box {
   position: relative;
   overflow: hidden;
   width: 100%;
   background: #414141 0% 0% no-repeat padding-box;
   border-radius: 21px;
}

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

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

.content-box-2 figure {
   border: 2px solid #F05A22;
   border-radius: 10px;
   overflow: hidden;
   flex-shrink: 0;
}

.content-box-2 .description {
   display: flex;
   flex-direction: column;
   padding: 55px 0;
   justify-content: space-between;
   padding-right: 20px;
}

.content-box-2 .button-box {
   display: flex;
   justify-content: flex-end; 
}

.boxes-2 .row-box {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -8px;
}

.boxes-2 .col-box {
   padding: 0 8px;
   width: 25%;
}

.boxes-2 {
   margin-bottom: -16px;
}

.box-2 {
   margin-bottom: 16px;
   display: block;
   border: 1px solid #F05A22;
   border-radius: 10px;
   text-align: center;
   padding: 15px 0 15px 0;
   font-size: 28px;
   color: #fff;
   font-family: 'hemi';
}

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

.box-2:hover {
   box-shadow: 0px 0px 40px #F05A22B3;
   color: #fff;
}

/* *** BREADCRUMB *** */

.breadcrumb-box {
    float: left;
    width: 100%;
    color: #1c2f5a;
    font-size: 12px;
    margin: 10px 0 0 0;
}

.breadcrumb-box ul {
    padding: 0 !important;
}

.breadcrumb-box li {
    float: left;
    margin-right: 20px;
    list-style: none;
}

.breadcrumb-box a {
    color: #1c2f5a;
}

.breadcrumb-box a:hover {
    color: #000;    
}

/* *** FOOTER *** */

footer {
   padding-bottom: 65px;
}

footer strong {
   font-weight: 600;
}

.footer-content {
   background: #1E1E1E;
   position: relative;
   color: #fff;
   line-height: 1.6;
   font-size: 14px;
   padding: 18px 0; 
}

footer .container {
   position: relative;
}

.f-logo {
   position: absolute;
   top: -18px;

   right: 15px;
}

/* *** PARTNERS BOX *** */

.partners-box {
    padding: 25px 0;
    z-index: 1;
    position: relative;
}

.partners-box h2 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.carousel {
    float: left;
    width: 100%;
}

.carousel li {
    width: 234px;
    float: left;
    list-style: none;
}

.carousel li a {
    width: 234px;
    height: 70px;
    padding: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.carousel img {
    float: none;
    display: inline-block;
}

.carousel ul {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel .bx-controls {
    display: none;
}

.carousel .bx-controls-direction {
    display: none;
}

.carousel .prev-box, .carousel .next-box {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    width: 14px;
    height: 28px;
    z-index: 1000;
}

.carousel .prev-box {
    left: 0;    
}

.carousel .next-box {
    right: 0;    
}

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

.carousel .bx-prev {
    background: green url('/img/frontend/sprite.png') -355px -15px;   
}

.carousel .bx-next {
    background: green url('/img/frontend/sprite.png') -370px -15px; 
}

.carousel .bx-prev:hover, .carousel .bx-next:hover {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('/img/frontend/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -3px;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

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

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

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

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    box-shadow: 0 0 10px rgb(255 255 255 / 50%);
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #000;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #fff;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 17px 15px 15px 15px;
}

.menu-rsp nav a:hover {
    background-color: #F05A22;
    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: #F05A22;
}

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

/* *** DODAJ FV *** */

.title-1 {
   padding-top: 10px;
   margin-bottom: 40px;
}

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

.form-box .input-box {
   width: 355px;
   max-width: 100%;
}

.label-box {
   margin-bottom: 8px;
}

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

.input-box input {
   width: 100%;
   font-family: 'Open Sans', sans-serif;
   color: #fff;
   display: block;
   padding: 0 10px;
   height: 38px;
   background: none;
   border: none;
   border-bottom: 1px solid #F05A22;
}

input.callendar {
   background: url('/img/frontend/icons/03.png') calc(100% - 10px) center no-repeat;
}

.form-box .button-box {
   padding-top: 65px;
}

button {
    font-family: 'Open Sans', sans-serif;
}

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

.content-box-4 .col-box-1 {
   width: 588px;
}

.content-box-4 .col-box-2 {
   width: 311px;
}

.boxes-2-1 .box-2 {
   padding: 10px;
   height: 128px;
   border-color: #5E5E5E;
}

.boxes-2-1 {
   padding: 15px 0 45px 0;
}

.boxes-2-1 .box-2 figure {
   height: 87px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
}

.boxes-2-1 .box-2 .txt-1 {
   font-size: 14px;
   margin-bottom: 5px;
}

.box-2 {
   position: relative;
}

.box-2 input {
   width: 0;
   height: 0;
   opacity: 0;
}

.box-2 .iradio {
   position: absolute;
   top: -1px;
   left: -1px;
   border: 1px solid transparent;
   width: calc(100% + 2px);
   height: calc(100% + 2px);
   border-radius: 10px;
}

.box-2 .iradio.checked {
   border-color: #F05A22;
}

.box-3 {
   text-align: center;
   background: #1e1e1e;
   padding: 15px;
   border-radius: 10px;
}

strong {
   font-weight: 600;
}

.box-3 h2 {
   font-size: 22px;
   color: #F05A22;
   font-family: 'hemi';
   margin-bottom: 10px;
}

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

/* *** REJESTRACJA SPRZEDAŻY *** */

.title-2 h2 {
   font-size: 16px;
   font-weight: 300;
   margin: 0;
}

.title-2 {
   margin-bottom: 30px;
}

.table-1 {
   overflow: auto;
}

.table-1 table {
   width: 100%;
}

.table-1 table td, .table-1 table th {
   font-size: 14px;
   border-bottom: 1px solid #383838;
   padding: 11px 10px 10px 10px;
}

.table-1 table th {
   font-weight: 600;
}

.zaakceptowana {
   padding: 1px 0;
   padding-left: 25px;
   background: url('/img/frontend/icons/04.png') left center no-repeat;
}

.niezaakceptowana {
   padding: 1px 0;
   padding-left: 25px;
   background: url('/img/frontend/icons/05.png') left center no-repeat;
}

.oczekuje {
   padding: 1px 0;
   padding-left: 25px;
   background: url('/img/frontend/icons/06.png') left center no-repeat;
}

/* *** MOJE KONTO *** */

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

.nav-tabs-1 a {
   color: #fff;
   font-size: 14px;
}

.nav-tabs-1 li {
   margin-right: 30px;
}

.nav-tabs-1 a:hover, .nav-tabs-1 .current a {
   color: #F05A22;
}

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

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

.color-orange {
   color: #F05A22;
}

.cont-box {
   display: none;
}

.content-box-6 .row-box {
   display: flex;
   justify-content: space-between;
}

.content-box-6 .col-box-1 {
   width: 717px;
}

.content-box-6 .col-box-2 {
   width: 410px;
   padding-left: 30px;
}

.title-3 h2 {
   margin: 0;
   font-size: 16px;
   font-weight: 600;
}

.title-3 {
   position: relative;
   margin-bottom: 20px;
}

.btn-edit {
   background: url('/img/frontend/icons/07.png');
   display: block;
   width: 21px;
   height: 19px;
}

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

.title-3 .btn-edit {
   position: absolute;
   top: 0;
   right: 0;
}

.input-1 {
   color: #fff;
   background: none;
   border: none;
   text-align: right;
   width: 200px;
   max-width: 100%;
   font-size: 14px;
   font-weight: 600;
}

.checkbox-box label {
   margin: 0;
   font-size: 13px;
}

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

.content-box-6 .checkbox-content {
   padding-top: 15px;
}

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

.icheckbox {
   width: 12px;
   height: 12px;
   margin-top: 2px;
   margin-right: 8px;
   flex-shrink: 0;
   border: 1px solid #F05A22;
   border-radius: 2px;
}

.icheckbox.checked {
   background: url('/img/frontend/icons/check.png') center no-repeat;
    background-size: cover;
}

.content-box-6 .button-box {
   display: flex;
   justify-content: flex-end;
   margin-top: 90px;
}

.table-1 .txt-1 {
   color: #F05A22;
   font-size: 18px;
   font-weight: 600;
}

.link-1 {
   color: #F05A22;
}

.link-1:hover {
   opacity: 0.9;
   color: #F05A22;
}

.content-box-7 {
   display: flex;
}

.tr-details td {
   vertical-align: top;
}

.content-box-7 table tr td {
   border: none;
}

.content-box-7 table tr th {
   border: none;
}

.table-summary {
   border-top: 1px solid #383838 !important;
   text-align: right;
   font-weight: 600;
}

.tr-details {
   display: none;
}

.content-box-8 {
   min-height: calc(100vh - 278px);
}

.content-box-8 .description {
   width: 50%;
   padding: 20px 20px 70px 0;
}

.text {
   line-height: 1.4;
}

.content-box-8 .text {
   margin-bottom: 40px;
}

.content-box-8 .text {
   padding-top: 10px;
}

.form-box-1 {
   width: 440px;
   max-width: 100%;
   padding-top: 10px;
}

.form-box-1 .label-box label {
   font-size: 14px;
}

.password-link a {
   color: #fff;
   font-size: 10px;
}

.password-link a:hover {
   color: #fff;
   opacity: 0.9;
}

.password-link {
   margin: -40px 0 40px 0;
}

.text h2 {
   font-size: 20px;
   font-weight: 600;
   margin: 0;
}

.content-box-8 {
   position: relative;
}

.content-box-8 figure {
   position: absolute;
   top: 0;
   right: 0;
   width: 50%;
   background-repeat: no-repeat;
   height: 100%;
   background-size: cover;
   background-position: left center;
}

.h-box-1 a {
   color: #fff;
   text-decoration: none;
}

.h-box-1 a:hover {
   color: #fff;
   opacity: 0.9;
}

.content-box-9 {
   display: flex;
}

.content-box-9 .txt-1 {
   position: absolute;
   top: 34%;
   left:50%;
   margin-left: -350px;
   text-align: center;
   width: 700px;
   align-items: center;
   justify-content: center;
      z-index: 5;
}

.content-box-9 .txt-1-1 {
   display: inline-block;
   height: 69px;
   background: #F05A22;
   color: #fff;
   font-size: 20px;
   font-weight: bold;
   line-height: 69px;
   padding: 0 40px;
   border-radius: 35px;
}

.content-box-9 .col-box {
   width: 50%;
}

.box-4 {
   display: block;
   width: 100%;

   background-size: cover;
   background-position: center center;
   position: relative;
}

.box-4:hover {
   opacity: 0.9;
}

.box-4 img {
   width: 100%;
}

.box-4 figure {
   position: absolute;
   top: 0;
   height: 100%;
   padding: 30px;
   width: 100%;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: flex-end; 
}

.content-box-9 .col-box-2 figure {
   justify-content: flex-start; 
}

header .logo {
   margin-top: 12px;
}

.logo-1 {
   width: 152px;
   height: 121px;
   background: #fff;
   box-shadow: 0px 3px 6px #00000047;
   border-radius: 0px 0px 10px 10px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.subpage-1 header {
   height: 90px;
}

.subpage-1 {
   padding-top: 90px;
}

/* *** KATALOG NAGRÓD *** */

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

.boxes-5 .col-box {
   padding: 0 10px;
   width: 20%;
}

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

.box-5 {
   font-size: 15px;
   border: 1px solid #F05A22;
   border-radius: 10px;
   padding: 10px;
   text-align: center;
   margin-bottom: 20px;
}

.box-5 .txt-1 {
   font-weight: 600;
   min-height: 165px;
   margin-bottom: 15px;
}

.box-5 strong {
   font-weight: bold;
   color: #F05A22;
}

.quantity-content {
   display: flex;
}

.quantity-box {
   height: 27px;
   border: 1px solid #707070;
   position: relative;
   border-radius: 0px 0px 0px 9px;
   overflow: hidden;
   width: 53px;
}

.quantity-box input {
   width: 100%;
   height: 25px;
   display: block;
   border: none;
   background: none;
   text-align: center;
   color: #fff;
   padding: 0 14px 0 5px;
}

.btn-3 {
   display: block;
   height: 27px;
   border: none;
   width: calc(100% - 53px);
   color: #fff;
   padding-bottom: 2px;
   background: #F05A22;
   border-radius: 0 0 9px 0;
}

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

.plus {
   width: 10px;
   height: 10px;
   position:absolute;
   top: 0;
   right: 0;
   margin: 2px;
   background: url('/img/frontend/icons/plus.png');
   display: block;
}

.minus {
   margin: 2px;
   width: 10px;
   height: 10px;
   position:absolute;
   bottom: 0;
   right: 0;
   background: url('/img/frontend/icons/minus.png');
   display: block;
}

.plus:hover, .minus:hover {
   opacity: 0.9;
}

.btn-3 span {
   font-size: 12px;
   padding-right: 20px;
   background: url('/img/frontend/icons/09.png') right center no-repeat;
}

/* *** KOSZYK *** */

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

.x-content-box-1 .col-box-1 {
   width: 850px;
   margin-right: 50px;
}

.x-content-box-1 .col-box-2 {
   width: calc(100% - 900px);
}

.x-title {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 50px;
}

.x-title h2 {
   margin: 0;
   font-size: 16px;
   font-weight: bold;
}

.steps ul {
   padding: 0;
   margin: 0;
   list-style: none;
   display: flex;
   align-items: center;   
}

.steps li {
   display: flex;
   align-items: center;
   position: relative;
}

.steps li:after {
   width: 54px;
   height: 1px;
   margin: 0 7px;
   background: #1E1E1E;
   content: "";
   display: block;
}

.steps ul li:last-child:after {
   display: none;
}

.steps a, .steps div {
   width: 36px;
   height: 36px;
   background: #1E1E1E;
   display: flex;
   color: #fff;
   text-align: center;
   justify-content: center;
   font-size: 18px;
   font-weight: bold;
   align-items: center;
}

.steps a:hover{
   opacity: 0.9;
}

.steps div {
   background: #F05A22;
}

.x-box-1 {
   display: flex;
   background: #1E1E1E;
   border-radius: 10px;
   margin-bottom: 30px;
   overflow: hidden;
   position: relative;   
}

.x-boxes-1 {
   margin-bottom: -30px;
}

.x-box-1 figure {
   flex-shrink: 0;
   border: 1px solid #F05A22;
   border-radius: 10px;
   padding: 10px;
   background: #000;
   width: 180px;
   height: 195px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
}

.x-box-1 .description {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   padding: 25px 40px 25px 10px;
}

.x-delete {
   width: 26px;
   height: 26px;
   display: block;
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   margin: 10px;
   background: url('/img/frontend/icons/delete.png');
}

.x-delete:hover {
   opacity: 0.9;
}

.x-box-1 .name {
   margin-bottom: 15px;
   font-size: 18px;
   font-weight: 600;
}

.x-box-1 .points {
   font-size: 18px;
   margin-bottom: 15px;   
}

.quantity-box-1 {
   align-items: center;
   display: flex;
}

.quantity-box-1 label {
   font-size: 14px;
   padding-right: 10px;
}

.quantity-box-1 input {
   width: 57px;
   height: 25px;
   text-align: center;
   padding: 0 5px;
   font-family: 'Open Sans', sans-serif;
   padding-top: 1px;
   border: none;
   background: #fff;
   display: block;
}

.x-box-2 {
   border: 1px solid #F05A22;
   border-radius: 10px;
   padding: 20px 30px;
   text-align: center;
   font-size: 16px;
   background: #1E1E1E;
}

.x-box-2 .txt-1, .x-box-2 .txt-2 {
   margin-bottom: 15px;
}

.x-box-2 .txt-3 {
   margin-bottom: 15px;
   color: #F05A22;
   font-size: 28px;
   font-weight: bold;
}

.btn-2-small {
   height: 40px;
   font-size: 13px;
   padding: 0 10px;
   display: flex;
   text-align: center;
   line-height: normal;
   justify-content: center;
   padding-top: 1px;
   align-items: center;
}

.x-box-2 .button-box {
   justify-content: center;
   display: flex;
}

input, textarea {
   font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

/* *** KOSZYK 2 *** */

.x-box-2 .txt-4 {
   font-size: 14px;
   border-bottom: 1px solid #1f526d;
   padding-bottom: 10px;
   text-align: left;
   margin-bottom: 10px;
   font-weight: bold;
}

.x-box-2 table {
   width: 100%;
   text-align: left;
   font-size: 14px;
}

.x-box-2 table tr td:last-child, .x-box-2 table tr th:last-child {
   text-align: right;
   padding-left: 10px;
}

.x-box-2 table tr th {
   border-bottom: 1px solid #474747;
}

.x-box-2 table tr:last-child td {
   border-top: 1px solid #474747;
}

.x-box-2 table tr td, .x-box-2 table tr th {
   vertical-align: top;
   font-weight: 300;
   padding-top: 8px;
   padding-bottom: 9px;
}

.x-box-2 table small {
   display: block;
   font-size: 10px;
}

.x-title-1 {
   font-size: 16px;
   margin-bottom: 25px;
}

.x-label-box label {
   font-weight: 300;
   font-size: 12px;
}

.x-input-box input {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    display: block;
    padding: 0px;
    height: 38px;
    background: none;
    border: none;
    border-bottom: 1px solid #F05A22;
}

.x-input-box {
   margin-bottom: 25px;
}

.x-input-box textarea {
   border-radius: 3px;
   height: 147px;
   resize: none;
   overflow: auto;
   width: 100%;
   border: none;
   color: #fff;
   background: #1E1E1E;
   padding: 10px 13px;
}

.basket-button-box {
   display: flex;
   padding-top: 30px;
   justify-content: space-between;  
}

.basket-button-box .btn-2 {
   min-width: 1px;
   padding: 0 45px;
}

.btn-2-1 {
   color: #fff;
   background: none;
}

.add-fv {
   background: #FFFFFF 0% 0% no-repeat padding-box;
   box-shadow: 0px 0px 26px #F05A22;
   border-radius: 29px;
   display: flex;
   align-items: center;
   padding: 0 16px;
   width: 202px;
   padding-top: 2px;
   height: 57px;
   border-radius: 29px;
   position: fixed;
   margin: 88px 40px;
   bottom: 0;
   right: 0;
   z-index: 10;
}

.add-fv {
   font-weight: bold;
   color: #F05A22;
   font-size: 19px;
}

.add-fv:hover {
   opacity: 0.9;
   color: #F05A22;
}

.add-fv .txt-1 {
   position: relative;
   z-index: 3;
}

.add-fv-icon {
   width: 25px;
   height: 25px;
   display: block;
   z-index: 2;
   position: absolute;
   top: 50%;
   margin-top: -12.5px;
   right: 16px;
   background: url('/img/frontend/icons/10.png');
}

.add-fv-image-1 {
   position: absolute;
   bottom: 28px;
   right: 28px;
   z-index: 1;
}

.add-fv-image-1 img {
   display: block;
   border: 2px solid #e6e6e6;
   border-radius: 4px;
}

.add-fv-image-2 {
   position: absolute;
   transform: rotate(-25deg);
   bottom: 41px;
   right: 57px;
}

.add-fv-image-2 img {
   display: block;
   border: 2px solid #f2f2f2;
   border-radius: 4px;
}

.add-fv-image-1, .add-fv-image-2 {
   display: none;
}

/* *** 16.11 *** */

.xx-boxes-1 .row-box {
   display: flex;
   margin: 0 -5px;
   justify-content: center;
}

.xx-boxes-1 .col-box {
   padding: 0 5px;
   width: 25%;
}

.xx-box-1 {
   margin-top: 30px;
}

.xx-box-1 .txt-2 {
   font-size: 14px;
   min-height: 192px;
   display: flex;
   justify-content: center;
   text-align: center;
   align-items: center;
   padding: 10px 30px;
   line-height: 1.6;
   border-radius: 0 0 21px 21px;
   border: 1px solid #F05A22;
}

.xx-box-1 .txt-1 {
   border-radius: 21px 21px 0 0;
   border: 1px solid #F05A22;
   font-size: 20px;
   margin-bottom: 5px;
   box-shadow: 0px 0px 40px #F05A22B3;
   font-weight: bold;
   text-align: center;
   padding: 10px;
}

@media (max-width: 1199px) {
   .xx-boxes-1 .col-box {
      width:50%;
   }
   .xx-boxes-1 .row-box {
      flex-wrap: wrap;
   }
}

@media (max-width: 767px) {
   .xx-boxes-1 .col-box {
      width:100%;
   }
   .xx-box-1 .txt-2 {
      min-height: 1px;
   }
}

/*05.12 NIE USUWAĆ!!!!!!!!!!!!!*/
.btn-3, .btn-3-disabled {
   display: block;
   height: 27px;
   border: none;
   width: calc(100% - 53px);
   color: #fff;
   padding-bottom: 2px;
   background: #F05A22;
   border-radius: 0 0 9px 0;
}

.btn-3-disabled,.btn-3-disabled:hover {
   opacity: .6;
   cursor: default;
}

/*animacja dodania do koszyka*/
.product_overlay {
   background: rgba(240,90,34,0.9);
   border-radius: 20px;
   width: 100%;
   height: 94%;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   transform: translateY(-330px);
   opacity: 0;
   display: flex;
   flex-flow: column wrap;
   justify-content: center;
   align-items: center;
   z-index: 9;
}
.product_overlay h2 {
   color: rgba(255, 255, 255, 0.9);
   font-size: 1.2em;
   margin: 1em 0;
   text-transform: uppercase;
}