@import url("//hello.myfonts.net/count/2c45f8");

.ui-widget {
    font-size: 12px !important;
}

#top-of-page {
    display: none;
}


/* START reset css ============================================ */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

fieldset, image {
    border: 0px;
}

address, caption, cite, code, dfn, em, th, var, i {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

li {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
}

caption,
th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

a:active, a:focus {
    outline-style: none;
}

/* END reset css ============================================== */


@font-face {
    font-family: 'din Bold';
    src: url('../font/DIN_2014_Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('../font/DIN_2014.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('../font/Fontfabric - NexaLight.otf') format('opentype'),
    url('../font/Fontfabric - NexaLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Nexa';
    src: url('../font/Fontfabric - NexaBlack.otf') format('opentype'),
    url('../font/Fontfabric - NexaBlack.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('../font/Fontfabric - NexaXBold.otf') format('opentype'),
    url('../font/Fontfabric - NexaXBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('../font/Fontfabric - NexaXBoldItalic.otf') format('opentype'),
    url('../font/Fontfabric - NexaXBoldItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Nexa';
    src: url('../font/Fontfabric - NexaBlackItalic.otf') format('opentype'),
    url('../font/Fontfabric - NexaBlackItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Nexa';
    src: url('../font/Fontfabric - NexaLightItalic.otf') format('opentype'),
    url('../font/Fontfabric - NexaLightItalic.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../font/ProximaNova-Light.woff') format('woff');
}


/*** MAIN ***/

html {
}

a {
    color: #313131;
    text-decoration: none;
    cursor: pointer;
}

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

strong {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.oh {
    overflow: hidden;
}

.cb {
    clear: both;
    width: 100%;
}

.ds-none {
    display: none !important;
}

label {
    cursor: pointer;
}

img {
    border: 0px;
}

input {
    font-size: 11px;
    color: #999;
    border: 0px none;
}

input,
textarea,
select {
    outline: none;
}


input[type="submit"] {
    cursor: pointer;
}

input[type="email"],
input[type="password"],
input[type="text"],
textarea {
    font-size: 12px;
    color: #575757;
    background: #FEFEFE;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: content-box;
}

input[type="email"],
input[type="password"],
input[type="text"] {
    width: 198px;
    height: 30px;
    padding: 0px 10px;
    line-height: 30px;
}

strong {
    font-weight: bold;
}

.tc {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

a.tc:hover {
    opacity: 0.7;
}

.upper {
    text-transform: uppercase;
}


body {
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 0px;
    color: #fff;
    text-align: center;
    background: #191b29 !important;
}

::-webkit-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
    opacity: 1;
}

/*** /MAIN ***/


.container {
    position: relative;
    float: left;
    width: 100%;
}

.ralfu {
    /*display: inline-block;*/
    margin: 0px auto;
    text-align: left;
}

iframe {
    display: none;
}


/*** HEADER ***/

#div_id_account_main #content {
    background: url('../img/my-account-main-bg.jpg') no-repeat #fff top;
    background-size: 100%;
}

#my-account {
    padding: 60px;
}

#my-account .row {
    max-width: 500px;
    margin: 0 auto;
}

#my-account .row .col:before {
    display: block;
    width: 100%;
    padding-bottom: 75%;
    content: ' ';
    background: url('../img/icons/my-account/1.png') no-repeat center #fff;
}

#my-account .row a:nth-of-type(2) .col:before {
    background: url('../img/icons/my-account/2.png') no-repeat center #fff;
}

#my-account .row a:nth-of-type(3) .col:before {
    background: url('../img/icons/my-account/3.png') no-repeat center #fff;
}

#my-account .row a:nth-of-type(4) .col:before {
    background: url('../img/icons/my-account/4.png') no-repeat center #fff;
}

#my-account .row .col {
    margin: 10px;
    width: calc(50% - 40px);
    display: inline-block;
    vertical-align: top;
}

#my-account .row .col div:before {
    content: '_';
}

#my-account .row .col div {
    background: #ce0e2d;
    font-family: 'Nexa';
    font-size: 16px;
    padding: 10px;
    text-transform: lowercase;
    font-style: italic;
    color: #fafafa;
}

#my-account-przekaz-moc {
    color: #2b1721;
    text-align: left;
    font-family: 'Nexa';
    font-style: italic;
}

#my-account-przekaz-moc div.check {
    padding: 5px 40px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fafafa;
    font-size: 20px;
}

#my-account-przekaz-moc p {
    font-size: 16px;
    font-weight: 500;
}

#my-account-przekaz-moc p a {
    color: #ce0e2d;
}

#my-account-przekaz-moc ul {
    font-size: 14px;
    margin: 20px 0;
    font-weight: normal;
}

#my-account-przekaz-moc ul li {
    padding: 0 0 10px 35px;
    background: url('../img/red-dot-2.png') no-repeat;
    text-transform: lowercase;
}

#my-account-przekaz-moc .row {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
}

@media (max-width: 1079px) {
    #my-account-przekaz-moc .row {
        width: calc(100% - 80px);
    }
}

.my_account .ralfu {
    width: unset !important;
}

#my-account-przekaz-moc .row .col {
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top;
}

#my-account-przekaz-moc .row .col:first-of-type {
    margin-right: 10px;
}

#my-account-przekaz-moc .row .col:nth-of-type(2) {
    margin-left: 10px;
}

#my-account-przekaz-moc .row .col img {
    max-width: 100%;
    margin-top: 67px;
}

#my-account-przekaz-moc table {
    margin: 10px -5px;
}

#my-account-przekaz-moc table tr td {
    background: #cbcacd;
    border: 5px solid #f7f7f8;
    padding: 5px 10px;
    font-family: 'Nexa';
    font-weight: 500;
}

#my-account-przekaz-moc table:nth-of-type(2) {
    margin: 10px 0;
}

#my-account-przekaz-moc table:nth-of-type(2) tr td {
    border: 5px solid transparent;
}

#my-account-przekaz-moc table:first-of-type tr td:first-of-type {
    text-transform: uppercase;
}

#my-account-przekaz-moc table:nth-of-type(2) tr:not(:first-of-type) td:first-of-type {
    text-transform: uppercase;
}

#my-account-przekaz-moc table tr:nth-of-type(odd) td {
    background: #e0e0e2;
}

#my-account-przekaz-moc table:nth-of-type(2) tr:first-of-type td {
    background: none;
    text-transform: lowercase;
}

#my-account-przekaz-moc table:nth-of-type(2) tr:not(:first-of-type) td:first-of-type {
    font-weight: normal;
}

.my_account .acc_menu {
    background: #1a171f;
}

.my_account .acc_menu a {
    font-family: 'Nexa' !important;
    font-weight: bold !important;
    font-style: normal !important;
}

.my_account .acc_menu a.active, .my_account .acc_menu a:hover {
    color: #ce0e2d;
}

.my_account .acc_menu a.active:after {
    content: ' ';
    display: block;
    background: #ce0e2d;
    width: 100%;
    height: 2px;
}

#my-account-przekaz-moc {
    background: #f7f7f8;
}

.my_account .clear {
    clear: both;
    float: none !important;
}

.formKlient,
.user_details.password .content,
.orders-list {
    max-width: 640px;
    text-align: left;
    float: none !important;
    margin: 60px auto 0 auto !important;
    color: #2b1721;
}

.orders-list {
    max-width: 1000px;
    text-transform: lowercase;
}

.orders-list ul {
    margin: 20px 0;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    font-family: 'Nexa';
    text-align: center;
}

.orders-list ul li:first-of-type {
    text-transform: lowercase;
    font-size: 14px;
    background: none !important;
    font-weight: bold;
}

.orders-list ul li {
    background: #e0e0e2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.orders-list ul li:before {
    color: #ce0e2d;
    display: inline-block;
    width: 50px;
    content: '>';
    font-size: 44px;
    cursor: pointer;
}

.orders-list ul li.open:before {
    transform: rotate(80deg);
    position: relative;
    left: -5px;
}

.orders-list ul li:first-of-type:before {
    content: '';
}

.orders-list ul li:nth-of-type(odd) {
    background: #ccc;
}

.orders-list ul li > div {
    display: inline-block;
    width: calc((100% - 55px) / 7 - 20px);
    vertical-align: top;
    padding: 10px;
}

.orders-list ul li:not(.head) > div:first-of-type {
    text-transform: none;
}

.orders-list ul li > div div a {
    color: #ce0e2d;
    display: block;
}

.orders-list ul li > div div a:before {
    content: '_';
    color: #ce0e2d;
}

.orders-list ul li > div div a.del, .orders-list ul li > div div a.del:before {
    color: #2b1721 !important;
    text-decoration: none !important;
}

.orders-list ul li > div div {
    color: #ce0e2d;
    font-weight: bold;
    text-transform: lowercase;
    margin-top: 10px;
    display: none;
}

.orders-list ul li.open > div div {
    display: block;
}

.orders-list ul li > div div a u {
    text-decoration: none;
    color: #ce0e2d;
}

.user_details.orders .ralfu {
    max-width: 1200px;
    width: auto !important;
}

@media (max-width: 1199px) {
    .my_account.history .ralfu,
    .user_details.orders .ralfu {
        width: calc(100% - 40px) !important;
    }
}

.user_details.password .content {
    margin-top: 20px !important;
}

.formKlient h1:before,
.orders-list h1:before,
.formKlient h2:before,
.user_details h2:before,
#my-account-przekaz-moc h1:before,
#my-account-przekaz-moc h2:before {
    content: '_';
}

.formKlient h1,
.orders-list h1,
.formKlient h2,
.user_details h2,
#my-account-przekaz-moc h1,
#my-account-przekaz-moc h2 {
    font-size: 36px;
    text-transform: lowercase;
    font-weight: bold;
    font-family: 'Nexa';
    font-style: italic;
}

.formKlient h2,
.user_details h2 {
    font-size: 28px;
    margin: 10px 0 20px 0;
}

#my-account-przekaz-moc h2 {
    font-size: 28px;
    margin: 30px 0 20px 0;
}

#my-account-przekaz-moc .col:first-of-type h2:first-of-type {
    margin-top: 20px;
}

#my-account-przekaz-moc .col:nth-of-type(2) h2:first-of-type {
    margin-top: 50px;
}

#my-account-przekaz-moc h2 span {
    text-transform: none;
    color: #ce0e2d;
}

#my-data {
    background: #ececed;
    font-size: 16px;
    margin: 10px 0;
}

#my-data > div {
    width: calc(50% - 40px);
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px 20px 20px;
}

#my-data label {
    display: block;
    color: #979798;
    text-transform: lowercase;
    font-size: 12px;
    margin: 5px 0;
    font-family: 'Nexa';
}

#my-data label:nth-of-type(4) {
    text-transform: uppercase;
}

#my-data label span {
    text-transform: none;
}

.user_details .fieldRow, .user_details .fieldRow label, .user_details .fieldRow input, .fieldRow select {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: top;
}

.user_details .fieldRow label {
    color: #2b1721 !important;
    display: block;
    text-transform: lowercase;
    text-align: left;
    font-family: 'Nexa';
    font-size: 16px;
    margin: 10px 0 5px 0;
}

.user_details .fieldRow input ::placeholder {
    color: #2b1721;
    font-family: 'Nexa';
    font-weight: normal;
    font-style: italic;
}

.user_details .fieldRow input, .user_details .fieldRow select {
    background: #ececed;
    border: none;
    width: calc(100% - 30px);
    border-radius: 0;
    margin: 0;
    padding: 0 10px;
    -webkit-appearance: none;
    font-family: 'Nexa';
    font-style: italic;
    font-size: 16px;
    line-height: 40px;
    height: auto;
}

.user_details .fieldRow select, .user_details .fieldRow input[type="submit"] {
    width: calc(100% - 10px);
}

.fieldRow input[type="submit"] {
    padding: 0 !important;
    font-size: 16px !important;
}

.user_details .fieldRow:nth-of-type(2), .user_details .fieldRow:nth-of-type(n + 5) {
    width: 50%;
}

.user_details .fieldRow:nth-of-type(3), .user_details .fieldRow:nth-of-type(4) {
    width: 25%;
}

.user_details.password .fieldRow {
    width: 50% !important;
}

#header {
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #ce0e2d;
    font-family: 'Nexa', 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

#header ul {
    display: inline-block;
}

#header ul li {
    display: inline-block;
    padding: 0 20px;
    font-size: 12px;
    line-height: 38px;
}

#header ul li:nth-last-of-type(3),
#header ul li:nth-last-of-type(5) {
    /*display: none;*/
}

#h {
    position: relative;
}

#h .logo {
    z-index: 50;
}

#h .logo img {
    max-width: 224px;
}

#h .logo-after {
    background: url("../images/logo_after.png") center no-repeat;
    width: 318px;
    height: 33px;
    position: absolute;
    left: -51px;
    top: 46px;
    z-index: 2;
}

#h .logo a {
    display: block;
    width: 227px;
    height: 33px;
}

#h .logo a img {
    max-width: 227px;
    max-height: 33px;
}

#h .logo:hover {
    opacity: 0.7;
}

.lang-switch {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.lang-switch span {
    /*width: 30px;*/
    width: 15px;
    border-radius: 5px;
    height: 15px;
    box-shadow: 0 0 3px 0px #444;
    display: inline-block;
}

.lang-switch span.pl {
    background: url('../img/pl.png') bottom;
    /*background-size: contain;*/
    background-size: cover;
    margin-left: 20px;
    margin-right: 3px;
}

.lang-switch span.en {
    background: url('../img/gb.png') bottom;
    /*background-size: contain;*/
    background-size: cover;
    margin-left: 3px;
}

#h #log {
    overflow: hidden;
    float: right;
}

#log a {
    display: block;
    padding: 10px 35px 10px 10px;
    font-size: 14px;
    color: #393939;
    text-align: center;
    background: transparent;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: uppercase;
    font-family: 'Nexa';
    font-weight: 500;
}

#log a:hover {
    color: #da435a;
}

#log a.login-btn, #log a.my-account-btn {
    color: #fff;
    background: #ce0e2d url('../img/login.png') no-repeat calc(100% - 10px);
}

#log a.my-account-btn:first-of-type {
    background: #ce0e2d;
    margin-right: 10px;
    padding: 10px;
}

#log a.login-btn:after, #log a.my-account-btn:last-of-type:after {
    content: '';
    border-right: 1px solid rgba(255, 255, 255, .6);
    margin-left: 5px;
}

#log a.cart-btn {
    background: transparent url("../images/cart_btn.png") center right no-repeat;
    padding-right: 31px;
}

#home-banner {
    background: url('../img/banner6.jpg');
    width: 100%;
    height: 0;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 25%;
    position: relative;
}

@media (min-width: 1400px) {
    #home-banner {
        right: calc(calc(calc(100% - 1100px) / 2) - 9%);
    }
}

#div_id_login_page #content {
    background: #f7f7f8 !important;
}

div.check,
button.check,
a.check,
input[type="submit"].check {
    color: #fff;
    background: #ce0e2d;
    padding: 15px 40px;
    text-transform: lowercase;
    font-size: 24px;
    font-style: italic;
    display: inline-block;
    font-family: 'Nexa';
    font-weight: bold;
    cursor: pointer;
}

#home-banner a.check {
    position: absolute;
    right: calc(27% - 109px);
    bottom: 20%;
}

button.check:before,
a.check:before {
    content: '_';
}

button.check:after,
a.check:after {
    content: ' >>';
}

#option {
    background: #f7f7f8;
    min-height: 200px;
    width: 100%;
    color: #2b1721;
    font-size: 36px;
    padding: 40px 0 60px 0;
    font-style: italic;
    color: #313131;
}

#option:before {
    content: '_';
}

#option span {
    color: #ce0e2d;
}

#option > div {
    margin-top: 60px;
}

#option div .left,
#option div .right {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

#option div .left {
    text-align: left;
    vertical-align: top;
}

#option div .left img {
    max-width: 90%;
}

#option .right ul {
    columns: 2;
    font-size: 14px;
    text-align: left;
    margin-bottom: 40px;
}

#option .right ul li {
    background: url('../img/icons/1-22.png') no-repeat;
    height: 99px;
    padding-left: 103px;
    display: flex;
    align-items: center;
}

#option .right ul li:nth-of-type(2) {
    background: url('../img/icons/2-2.png') no-repeat;
}

#option .right ul li:nth-of-type(3) {
    background: url('../img/icons/3-2.png') no-repeat;
}

#option .right ul li:nth-of-type(4) {
    background: url('../img/icons/4-2.png') no-repeat;
}

#option .right ul li:nth-of-type(5) {
    background: url('../img/icons/5-2.png') no-repeat;
}

#option .right ul li:nth-of-type(6) {
    background: url('../img/icons/6-2.png') no-repeat;
}

#przekaz-moc-bg {
    /*background: url('../img/przekaz-moc-resized.png') no-repeat #eee;*/
    /*background-size: contain;*/
    background: #eee;
}

#przekaz-moc {
    background: url('../img/przekaz-moc-resized-3-7.png') no-repeat;
    background-size: contain;
}

@media (max-width: 1279px) {
    #przekaz-moc-bg {
        background-size: 50%;
    }
}

.container-1100 {
    max-width: 1100px;
    margin: 0 auto;
}

#przekaz-moc {
    width: 50%;
    padding: 40px 0 40px 50%;
    color: #2b1721;
    font-size: 24px;
    text-align: left;
    font-style: italic;
}

#przekaz-moc h2 {
    color: #ce0e2d;
    font-size: 42px;
    line-height: 41px;
    position: relative;
    left: -20px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

#przekaz-moc h2 span {
    position: relative;
    left: 100px;
}

#przekaz-moc h2:before {
    content: '_';
}

#przekaz-moc a.check {
    /*display: table;*/
    margin-top: 40px;
    padding: 15px 80px;
}

#blog {
    background: #f7f7f8;
    font-style: italic;
    clear: both;
    /*padding: 20px 0;*/
}

.container-1280 {
    max-width: 1280px;
    margin: 0 auto;
}

#blog .article:before {
    content: '_blog';
    padding: 10px 20px;
    background: #fff;
    color: #2b1721;
    font-size: 24px;
    position: relative;
    top: 10px;
}

#blog .article {
    width: calc(50% - 70px);
    display: inline-block;
    background: #aaa;
    height: 240px;
    text-align: left;
    font-size: 18px;
    vertical-align: top;
    position: relative;
    margin-right: 20px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

#blog .article > div {
    position: absolute;
    bottom: 0;
}

#blog .article .date {
    background: #fff;
    color: #ce0e2d;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
}

#blog .article .cat {
    background: #ce0e2d;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
}

#blog .article .title {
    padding: 10px 15px;
    color: rgba(17, 17, 16, 1) !important;
    /*text-shadow: 1px 1px #444;*/
}

#blog .next {
    color: #fff !important;
    background: #ce0e2d;
    width: 100px;
    height: 240px;
    display: inline-block;
}

#blog .next:after {
    content: '>>';
    line-height: 240px;
    font-size: 48px;
}

#blog .container-1280 > a:nth-of-type(n + 3):not(:last-of-type) {
    display: none;
}

#offer {
    background: url('../img/bg.jpg') no-repeat #fff;
    background-size: contain;
}

#offer h2, #offer h3 {
    font-weight: bold;
}

#offer button.check {
    padding: 15px 20px;
    font-size: 20px;
}

#offer img {
    max-width: 1000px;
    margin: 40px 0;
}

/*#offer .container {*/
/*    max-width: 1000px;*/
/*    margin: 0 auto;*/
/*    float: none;*/
/*}*/

/*#offer .comfort, #offer .open {*/
/*    width: 50%;*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*}*/

/*#offer .comfort h2:before, #offer .open h2:before {*/
/*    content: '_';*/
/*}*/

/*#offer .comfort h2, #offer .open h2 {*/
/*    font-size: 36px;*/
/*    text-transform: lowercase;*/
/*    color: #2b1721;*/
/*    font-style: italic;*/
/*    font-weight: bold;*/
/*    text-align: left;*/
/*    margin: 10px 10px 30px 10px;*/
/*}*/

/*#offer .comfort h2 span, #offer .open h2 span {*/
/*    text-transform: uppercase;*/
/*}*/

/*#offer .comfort h2 span, #offer .comfort > div h3:nth-of-type(2) {*/
/*    color: #1276c4;*/
/*    margin-top: 10px;*/
/*}*/

/*#offer .open h2 span, #offer .open > div h3:nth-of-type(2) {*/
/*    color: #ce0e2d;*/
/*    margin-top: 10px;*/
/*}*/

/*#offer .open h2 span {*/
/*    color: #ce0e2d;*/
/*}*/

/*#offer .comfort > div, #offer .open > div {*/
/*    width: calc(50% - 64px);*/
/*    display: inline-block;*/
/*    padding: 20px;*/
/*    margin: 10px;*/
/*    color: #2b1721;*/
/*    font-style: italic;*/
/*}*/

/*#offer .comfort > div {*/
/*    border: 2px solid #1276c4;*/
/*}*/

/*#offer .open > div {*/
/*    border: 2px solid #ce0e2d;*/
/*}*/

/*#offer .comfort > div h3, #offer .open > div h3 {*/
/*    font-size: 28px;*/
/*    text-transform: uppercase;*/
/*}*/

/*#offer .comfort > div h3 span, #offer .open > div h3 span {*/
/*    font-size: 12px;*/
/*    display: block;*/
/*}*/

/*#offer .comfort > div h3:nth-of-type(2), #offer .open > div h3:nth-of-type(2) {*/
/*    font-size: 36px;*/
/*    text-transform: lowercase;*/
/*}*/

/*#offer .comfort > div h3:nth-of-type(2) del, #offer .open > div h3:nth-of-type(2) del {*/
/*    font-size: 18px;*/
/*    display: block;*/
/*    line-height: 1;*/
/*    position: relative;*/
/*    top: 10px;*/
/*    font-weight: normal;*/
/*    margin-bottom: 5px;*/
/*}*/

/*#offer .comfort > div h3:nth-of-type(2) del.hidden, #offer .open > div h3:nth-of-type(2) del.hidden {*/
/*    visibility: hidden;*/
/*}*/

/*#offer .comfort > div ul:before, #offer .comfort > div ul:after {*/
/*    background: url('../img/blue-line.png') no-repeat center;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    content: ' ';*/
/*    display: block;*/
/*}*/

/*#offer .open > div ul:before, #offer .open > div ul:after {*/
/*    background: url('../img/red-line-2.png') no-repeat center;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    content: ' ';*/
/*    display: block;*/
/*}*/

/*#offer .comfort > div ul, #offer .open > div ul {*/
/*    text-align: left;*/
/*    margin: 0 auto;*/
/*    display: inline-block;*/
/*    font-weight: normal;*/
/*    font-size: 16px;*/
/*}*/

/*#offer .comfort > div ul li, #offer .open > div ul li {*/
/*    padding-left: 30px;*/
/*    margin-bottom: 5px;*/
/*}*/

/*#offer .comfort > div p, #offer .open > div p {*/
/*    font-weight: 100;*/
/*    font-size: 15px;*/
/*    line-height: 20px;*/
/*}*/

/*#offer .comfort > div p b, #offer .open > div p b {*/
/*    font-weight: 500;*/
/*}*/

/*#offer .open > div p {*/
/*    margin-top: 15px;*/
/*    height: 65px;*/
/*    font-weight: 500;*/
/*    !*font-size: 17px;*!*/
/*    text-transform: lowercase;*/
/*}*/

/*#offer .comfort > div button, #offer .open > div button, #offer .voucher button {*/
/*    background: none;*/
/*}*/

/*#offer .comfort > div button {*/
/*    border: 2px solid #1276c4;*/
/*    color: #1276c4;*/
/*    margin-top: 20px;*/
/*}*/

/*#offer .comfort > div button {*/
/*    background: #1276c4;*/
/*    color: #fafafa;*/
/*}*/

/*#offer .open > div button {*/
/*    border: 2px solid #ce0e2d;*/
/*    color: #ce0e2d;*/
/*    margin-top: 20px;*/
/*}*/

/*#offer .open > div button {*/
/*    background: #ce0e2d;*/
/*    color: #fafafa;*/
/*}*/

/*#offer .voucher button {*/
/*    border: 2px solid #ce0e2d;*/
/*    color: #ce0e2d;*/
/*    font-size: 14px;*/
/*    padding: 5px 25px;*/
/*    margin-left: 20px;*/
/*}*/

/*#offer .comfort > div a.check, #offer .open > div a.check {*/
/*    background: none;*/
/*    color: #2b1721;*/
/*    font-size: 14px;*/
/*    padding: 0;*/
/*    position: relative;*/
/*    top: 50px;*/
/*}*/

/*#offer .comfort > div ul li {*/
/*    background: url('../img/blue-dot.png') no-repeat;*/
/*}*/

/*#offer .open > div ul li {*/
/*    background: url('../img/red-dot-2.png') no-repeat;*/
/*}*/

/*#offer .comfort > div, #offer .open > div {*/
/*    position: relative;*/
/*}*/

/*!*#offer .open > div:nth-of-type(2):before {*!*/
/*!*    content: 'Bestseller';*!*/
/*!*    display: block;*!*/
/*!*    position: absolute;*!*/
/*!*    background: #ce0e2d;*!*/
/*!*    padding: 0 20px;*!*/
/*!*    line-height: 28px;*!*/
/*!*    font-size: 16px;*!*/
/*!*    top: -28px;*!*/
/*!*    right: -2px;*!*/
/*!*    color: #fafafa;*!*/
/*!*    text-transform: uppercase;*!*/
/*!*}*!*/

/*#offer .voucher {*/
/*    border-top: 2px solid #ce0e2d;*/
/*    margin: 80px 10px 0 10px;*/
/*    padding: 20px;*/
/*    color: #2b1721;*/
/*    font-style: italic;*/
/*    font-size: 14px;*/
/*}*/

/* offer with voucher */
#offer {
    margin-bottom: 120px;
}

#offer img {
    display: block;
    margin: 0 auto;
    padding: 40px 0;
}

#offer .container {
    max-width: 1300px;
    margin: 0 auto;
    float: none;
}

#offer .comfort, #offer .open, #offer .voucher-box {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

#offer .voucher-box {
    width: 20%;
}

#offer .comfort h2:before, #offer .open h2:before {
    content: '_';
}

#offer .comfort h2, #offer .open h2, #offer .voucher-box h2 {
    font-size: 36px;
    text-transform: lowercase;
    color: #2b1721;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    margin: 10px 10px 30px 10px;
    white-space: nowrap;
}

#offer .comfort h2 span, #offer .open h2 span, #offer .voucher-box h2 span {
    text-transform: uppercase;
    display: block;
    margin-top: 0 !important;
}

#offer .comfort h2 span, #offer .comfort > div h3:nth-of-type(2) {
    color: #1276c4;
    margin-top: 10px;
}

#offer .open h2 span, #offer .open > div h3:nth-of-type(2) {
    color: #ce0e2d;
    margin-top: 10px;
}

#offer .open h2 span {
    color: #ce0e2d;
}

#offer .voucher-box h2 span {
    color: #febd00;
}

#offer .comfort > div, #offer .open > div, #offer .voucher-box > div {
    width: calc(50% - 64px);
    display: inline-block;
    padding: 20px;
    margin: 10px;
    color: #2b1721;
    font-style: italic;
}

#offer .comfort > div {
    border: 2px solid #1276c4;
}

#offer .open > div {
    border: 2px solid #ce0e2d;
}

#offer .voucher-box > div {
    border: 2px solid #febd00;
    width: calc(100% - 64px);
}

#offer .comfort > div h3, #offer .open > div h3, #offer .voucher-box > div h3 {
    font-size: 28px;
    text-transform: uppercase;
}

#offer .voucher-box > div h3 {
    height: 132px;
    color: #febd00;
    position: relative;
    top: 5px;
}

#offer .voucher-box > div h3 span {
    display: block;
    font-size: 22px;
    color: #2b1721;
}

#offer .comfort > div h3 span, #offer .open > div h3 span {
    font-size: 12px;
    display: block;
}

#offer .comfort > div h3:nth-of-type(2), #offer .open > div h3:nth-of-type(2) {
    font-size: 36px;
    text-transform: lowercase;
}

#offer .comfort > div h3:nth-of-type(2) del, #offer .open > div h3:nth-of-type(2) del {
    font-size: 18px;
    display: block;
    line-height: 1;
    position: relative;
    top: 10px;
    font-weight: normal;
    margin-bottom: 5px;
}

#offer .comfort > div h3:nth-of-type(2) del.hidden, #offer .open > div h3:nth-of-type(2) del.hidden {
    visibility: hidden;
}

#offer .comfort > div ul:before, #offer .comfort > div ul:after {
    background: url('../img/blue-line.png') no-repeat center;
    width: 100%;
    height: 40px;
    content: ' ';
    display: block;
}

#offer .open > div ul:before, #offer .open > div ul:after {
    background: url('../img/red-line-2.png') no-repeat center;
    width: 100%;
    height: 40px;
    content: ' ';
    display: block;
}

#offer .voucher-box > div ul:before, #offer .voucher-box > div ul:after {
    background: url('../img/yellow-line.png') no-repeat center;
    width: 100%;
    height: 40px;
    content: ' ';
    display: block;
}

#offer .voucher-box > div > div > div {
    height: 137px;
    text-transform: lowercase;
}

#offer .voucher-box > div > div > div span {
    color: #febd00;
    display: block;
    text-transform: capitalize;
}

#offer .voucher-box > div p {
    height: 65px;
    margin-top: 15px;
}

#offer .comfort > div ul, #offer .open > div ul, #offer .voucher-box > div ul {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
}

#offer .comfort > div ul li, #offer .open > div ul li, #offer .voucher-box > div ul li {
    padding-left: 30px;
    margin-bottom: 5px;
}

#offer .comfort > div p, #offer .open > div p, #offer .voucher-box > div p, #offer .voucher-box > div > div > div > div {
    font-weight: 100;
    font-size: 15px;
    line-height: 20px;
}

#offer .comfort > div p b, #offer .open > div p b, #offer .voucher-box > div > div > div > div {
    font-weight: 500;
}

#offer .open > div p, #offer .voucher-box > div p {
    margin-top: 15px;
    height: 65px;
    font-weight: 500;
    /*font-size: 17px;*/
    text-transform: lowercase;
}

#offer .comfort > div button, #offer .open > div button, #offer .voucher button {
    background: none;
}

#offer .comfort > div button {
    border: 2px solid #1276c4;
    color: #1276c4;
    margin-top: 20px;
}

#offer .comfort > div button {
    background: #1276c4;
    color: #fafafa;
}

#offer .open > div button {
    border: 2px solid #ce0e2d;
    color: #ce0e2d;
    margin-top: 20px;
}

#offer .open > div button {
    background: #ce0e2d;
    color: #fafafa;
}

#offer .voucher-box > div button {
    border: 2px solid #febd00;
    color: #febd00;
    margin-top: 20px;
}

#offer .voucher-box > div button {
    background: #febd00;
    color: #fafafa;
}

#offer .voucher button {
    border: 2px solid #ce0e2d;
    color: #ce0e2d;
    font-size: 14px;
    padding: 5px 25px;
    margin-left: 20px;
}

#offer .comfort > div a.check, #offer .open > div a.check, #offer .voucher-box > div a.check {
    background: none;
    color: #2b1721;
    font-size: 14px;
    padding: 0;
    position: relative;
    top: 50px;
}

#offer .voucher-box > div a.check {
    visibility: hidden;
}

#offer .comfort > div ul li {
    background: url('../img/blue-dot.png') no-repeat;
    background-position-y: 2px;
}

#offer .open > div ul li {
    background: url('../img/red-dot-2.png') no-repeat;
    background-position-y: 2px;
}

#offer .voucher-box > div ul li {
    background: url('../img/yellow-dot.png') no-repeat;
    background-position-y: 2px;
}

#offer .comfort > div, #offer .open > div, #offer .voucher-box > div {
    position: relative;
}

/*#offer .open > div:nth-of-type(2):before {*/
/*    content: 'Bestseller';*/
/*    display: block;*/
/*    position: absolute;*/
/*    background: #ce0e2d;*/
/*    padding: 0 20px;*/
/*    line-height: 28px;*/
/*    font-size: 16px;*/
/*    top: -28px;*/
/*    right: -2px;*/
/*    color: #fafafa;*/
/*    text-transform: uppercase;*/
/*}*/

/*#offer .voucher {*/
/*    border-top: 2px solid #ce0e2d;*/
/*    margin: 80px 10px 0 10px;*/
/*    padding: 20px;*/
/*    color: #2b1721;*/
/*    font-style: italic;*/
/*    font-size: 14px;*/
/*}*/
/* end offer with voucher */

.mask {
    background: rgba(0, 0, 0, .5);
    padding: 40px 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    z-index: 2;
}

.article_text p, .article_text div.mask {
    display: none;
}

.offer-details {
    background: #fff;
    max-width: 400px;
    margin: 0 auto;
    color: #4f4f4f;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

@media (max-height: 695px) {
    .offer-details {
        top: 10px;
        transform: none;
    }
}

.offer-details h2:before {
    content: '_';
}

.offer-details:not(.voucher) h2 {
    background: url('../img/blue-offer-details.png') no-repeat;
    background-size: cover;
    font-size: 31px;
    height: 75px;
    line-height: 74px;
    width: calc(100% + 80px);
    position: relative;
    left: -40px;
    top: -20px;
    color: #fff;
    text-transform: lowercase;
    font-style: italic;
    font-weight: bold;
}

.offer-details.open:not(.voucher) h2 {
    background: url('../img/red-offer-details-2.png') no-repeat;
    background-size: cover;
}

.offer-details h2 span {
    text-transform: uppercase;
    font-style: italic;
}

.offer-details h2 i {
    background: #fff;
    padding: 3px;
    border-radius: 100%;
    color: #1276c4;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: 15px;
    right: 40px;
    font-weight: bold;
    cursor: pointer;
    width: 12px;
}

.offer-details.open h2 i {
    color: #ce0e2d;
}

.offer-details.voucher {
    padding-bottom: 60px;
}

.offer-details.voucher a.check {
    background: none;
    border: 2px solid #ce0e2d;
    color: #ce0e2d;
    padding: 30px 0;
    width: calc(50% - 74px);
    margin: 0 10px;
    font-size: 22px;
}

.offer-details.voucher a.check:first-of-type {
    margin-left: 60px;
}

.offer-details.voucher a.check:nth-of-type(2) {
    margin-right: 60px;
}

.offer-details h3 {
    text-transform: uppercase;
    color: #2b1721;
    font-style: italic;
    font-weight: bold;
    font-size: 31px;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.offer-details h3 div {
    display: inline-block;
    margin: 0;
    font-size: 31px;
}

.offer-details h3 div span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    top: 10px;
    margin-bottom: 5px;
    color: #2b1721 !important;
}

.offer-details h3 span {
    color: #1276c4;
    display: inline-block;
}

.offer-details h3 span del {
    display: block;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    top: 10px;
    margin-bottom: 5px;
}

.offer-details h3 span del.hidden {
    display: none;
}

.offer-details.open h3 span {
    color: #ce0e2d;
}

.offer-details > div {
    padding: 0 10px;
}

.offer-details > div > div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.offer-details .zasieg {
    cursor: pointer;
}

.offer-details .zasieg > div {
    position: absolute;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 5px -2px #111;
    right: -10px;
    top: 15px;
    display: none;
}

.offer-details .zasieg:hover > div {
    display: block;
}

/*.offer-details:not(.open) .zasieg {*/
/*    display: none;*/
/*}*/

.offer-details:not(.open) .open {
    display: none;
}

.offer-details.open .comfort {
    display: none;
}

.offer-details:not(.voucher) > div > div:nth-of-type(2):before {
    content: ' ';
    border-left: 1px solid #1276c4;
    float: left;
    height: 50px;
    transform: rotate(10deg);
    margin-left: 15px;
}

.offer-details.open > div > div:nth-of-type(2):before {
    border-left: 1px solid #ce0e2d;
}

.offer-details > div div h4 {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #2b1721;
    margin-bottom: 10px;
}

.offer-details > div div h4 span {
    background: #1276c4;
    border-radius: 100%;
    color: #fff;
    padding: 2px;
    width: 10px;
    height: 10px;
    font-size: 10px;
    display: inline-block;
    position: relative;
    top: -5px;
    right: -5px;
    line-height: 1;
}

.offer-details.open > div div h4 span {
    background: #ce0e2d;
}

.offer-details > div div {
    color: #1276c4;
    text-transform: lowercase;
}

.offer-details.open > div div {
    color: #ce0e2d;
}

#div_id_article_76 #content {
    background: #f7f7f8;
}

.offer-details ul {
    /*border-top: 1px solid #e5e5e5;*/
    columns: 2;
    text-align: left;
    font-weight: 100;
    font-style: italic;
    margin: 10px 20px;
    padding: 10px 0;
    line-height: 14px;
}

.offer-details ul li {
    padding: 5px 0 5px 30px;
    background: url('../img/check.png') no-repeat;
    background-size: 14px;
    text-transform: lowercase;
}

.offer-details button.check {
    background: #1276c4;
    width: calc(100% - 20px);
    border: none;
    margin-bottom: 10px;
    /*margin: 10px;*/
}

.offer-details.open button.check {
    background: #ce0e2d;
}

#contact {
    background: url('../img/contact-bg.jpg') no-repeat #fff;
    min-height: 600px;
    background-size: contain;
    text-align: left;
    color: #2b1721;
    padding-bottom: 80px;
}

#contact .captcha {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-top: 20px;
    font-style: italic;
    background: rgba(255, 255, 255, .5);
}

#contact .captcha * {
    font-size: 14px !important;
}

#contact .captcha .fl {
    float: none;
    /*text-transform: uppercase !important;*/
}

#contact .captcha > div span {
    width: 100%;
}

#contact .captcha > div {
    display: inline-block;
    width: 40%;
    text-align: center;
}

#contact #captchaInp {
    width: 60%;
    border-radius: 0;
}

#contact .captcha-image {
    clear: both;
    /*text-transform: uppercase;*/
    font-size: 14px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    display: inline-block;
}

#contact .captcha .txt {
    text-transform: lowercase;
}

#contact .container {
    max-width: 720px;
    margin: 0 auto;
    float: none;
}

#contact h2:before {
    content: '_';
}

#login {
    text-align: left;
    min-height: 450px;
}

#login h1:before, #login h2:before {
    content: '_';
}

#login h1, #login h2 {
    color: #2b1721;
    font-size: 36px;
    text-transform: lowercase;
    font-style: italic;
    font-weight: bold;
}

#contact h2 {
    font-size: 36px;
    text-transform: lowercase;
    font-style: italic;
    font-weight: bold;
    padding-top: 80px;
    margin-bottom: 20px;
}

#contact h2:last-of-type:after {
    content: ' ';
    display: block;
    width: 100%;
    border-bottom: 2px solid #ce0e2d;
    margin-top: 15px;
}

#contact ::placeholder, #login ::placeholder {
    color: #2b1721;
    font-style: italic;
    font-family: 'Nexa';
}

#login label {
    font-size: 14px;
    font-weight: 500;
    text-transform: lowercase;
    font-style: italic;
    display: block;
    color: #2b1721;
    padding: 10px;
}

#login .password {
    clear: both;
}

#div_id_login_page #content .wrap {
    max-width: 500px;
}

#login input[type="text"], #login input[type="password"] {
    padding: 5px 10px !important;
    width: calc(100% - 20px) !important;
}

#login input {
    padding: 5px 40px;
}

#login .check {
    margin-top: 20px;
    float: right;
}

#login h1, #login h2 {
    margin-bottom: 20px;
}

#login .clear {
    clear: both;
    float: none;
}

#login p a:before {
    content: '_';
}

#reset-password {
    display: none;
}

#login p {
    font-size: 14px;
    text-transform: lowercase;
    float: left;
    margin-top: 25px;
}

#login p a {
    color: #ce0e2d;
    font-style: italic;
}

#login h2 {
    clear: both;
    margin-top: 40px;
    font-size: 20px;
}

#contact input::placeholder, #contact textarea::placeholder, #login input:not([type="submit"])::placeholder {
    text-transform: lowercase;
}

#contact input, #contact textarea, #login input:not([type="submit"]) {
    background: #e5e5e5;
    padding: 10px;
    border: none;
    width: calc(50% - 30px);
    font-size: 14px;
    border-radius: 0;
}

#login input:not([type="submit"]):-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px #e5e5e5;
}

#contact textarea {
    margin-top: 20px;
    width: calc(100% - 20px);
    border-radius: 0;
    resize: none;
}

#contact input:nth-of-type(1) {
    margin-right: 10px;
}

#contact input:nth-of-type(2) {
    margin-left: 10px;
}

#contact form p {
    display: none;
}

#contact button.check {
    border: none;
    font-size: 20px;
    padding: 10px 60px;
    margin-top: 20px;
    float: right;
}

#contact h2:nth-of-type(2) {
    clear: both;
    padding-top: 30px;
}

#contact .row {
    margin-bottom: 40px;
    font-size: 16px;
}

#contact .row .col {
    width: 50%;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
}

#contact h3 {
    font-weight: bold;
    margin: 10px 0 5px 0;
}

#contact p {
    font-weight: normal;
    margin: 10px 0;
}

#newsletter {
    background: #4e505b;
    padding: 20px;
    clear: both;
}

#newsletter form {
    display: inline-block;
}

#newsletter form button {
    cursor: pointer;
}

#newsletter h2:before {
    content: '_';
}

#newsletter h2 {
    font-size: 36px;
    display: inline-block;
    margin-right: 50px;
    text-transform: lowercase;
    font-style: italic;
    font-weight: bold;
}

#newsletter input {
    background: #b4b6bb;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
}

#newsletter button {
    font-size: 20px;
    border: none;
    padding: 0 40px;
    line-height: 43px;
    margin: 0;
    vertical-align: top;
}

#div_id_shop_cart #content {
    background: #f7f7f8 !important;
    color: #2b1721;
    padding-bottom: 60px;
}

#div_id_shop_cart #content .ralfu {
    width: 960px !important;
}

@media (max-width: 1039px) {
    #div_id_shop_cart #content .ralfu {
        width: calc(100% - 80px) !important;
    }

    .cart-page .main-cart-content {
        width: 100% !important;
    }

    .cart-sidebar {
        position: static !important;
        width: 100%;
        display: block;
    }

    .cart-page .cart-sidebar {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

#club-form {
    margin-top: 20px;
}

#footer {
    background: #191b29;
    padding: 0;
    font-size: 10px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-family: 'ProximaNova-Light';
    font-weight: 100;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

#footer > div > a > img {
    float: left;
    margin-top: 14px;
}

#footer span:before {
    content: '|';
    margin: 0 40px;
}

#footer span a {
    color: #eee;
}

#footer .social {
    float: right;
    position: relative;
    top: 5px;
}

#footer .social img {
    margin-left: 10px;
}

img.msg {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 0;
}

#ppo_img a img {
    max-width: 100%;
}

body {
    background: #fff;
}

#bossbyte_slide,
#dc-tab-button,
#dc-mobile-tab-button,
a#fixed-cart {
    display: none;
}

#promotion_share {
    position: absolute;
    top: -30px;
    left: 270px;
    width: 360px;
    height: 80px;
    z-index: 100;
}

#promotion_share a {
    display: block;
    width: 360px;
    height: 80px;
    background: url(../img/new/add/baner_PM.JPG) 0px 0px no-repeat;
}

#promotion_share a:hover {
    opacity: 0.7;
}

/*** /HEADER ***/


/*** MENU ***/

#menu {
    overflow: hidden;
    height: 56px;
    background: #393939;
}

#m {
    position: relative;
    overflow: hidden;
    height: 56px;
    z-index: 3;
}

#m ul {
    height: 50px;
    margin-top: 6px;
    margin-left: 250px;
}

#m ul li {
    float: left;
    height: 50px;
    margin-right: 35px;
}

#m ul li a {
    display: block;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 46px;
    height: 50px;
}

#m ul li a:focus,
#m ul li a:active {
    background: transparent !important;
}

#div_id_main_page #m ul li.no-0 a,
#div_id_main_page #m ul a:hover {
    background: url(../img/theme/ico/menu_hov.png) center 40px no-repeat;
}

#div_id_article_60 #m ul li.no-1 a,
#div_id_article_77 #m ul li.no-2 a,
#div_id_article_62 #m ul li.no-3 a,
#div_id_article_60 #m ul a:hover,
#div_id_article_77 #m ul a:hover,
#div_id_article_62 #m ul a:hover {
    background: url(../img/theme/ico/menu_hov2.png) center 40px no-repeat;
}

#div_id_article_61 #m ul li.no-3 a,
#div_id_article_61 #m ul a:hover {
    background: url(../img/theme/ico/menu_hov2.png) center 40px no-repeat;
}


#div_id_article_52 #m ul li.no-4 a,
#div_id_article_52 #m ul a:hover {
    background: url(../img/theme/ico/menu_hov3.png) center 40px no-repeat;
}

#flag {
    position: absolute;
    right: 0px;
    bottom: 15px;
    height: 18px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #fff;
}

#flag .current_language {
    float: left;
}

#flag .current_language .lang_toggle {
    display: none;
}

#flag .language_switcher {
    position: relative;
    top: -3px;
    float: left;
}

#flag .language_switcher .available_languages {
    display: block;
    position: relative;
    float: left;
    padding: 0px;
    background: none;
    border: none;
}

#flag .language_switcher .available_languages a {
    display: inline-block;
}

#flag .language_switcher .available_languages a:hover {
    opacity: 0.7;
}

#flag img {
    border-radius: 100%;
    width: 16px;
    height: 16px;
    margin: 0 9px;
}

#flag .language_switcher .lang_active {
    display: none;
}


/*** /MENU ***/


/*** CONTENT ***/

#content .newsletter {
    position: relative;
    background: #000 url(../img/theme/bg/4.jpg) center 0px no-repeat;
    z-index: 2;
}

/*#div_id_main_page .newsletter { display: none;
}*/

#content .newsletter .content {
    position: relative;
    float: left;
    width: 320px;
    padding: 65px 0px 65px 580px;
}

#content .newsletter img.big {
    position: absolute;
    left: 45px;
    bottom: 0px;
    z-index: 2;
}

#content .newsletter h5 {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'din Bold';
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    line-height: 20px;
}

#content .newsletter .text {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Nexa';
    font-size: 13px;
    color: #FFF;
    line-height: 22px;
}

#content .newsletter input.txt {
    float: left;
    width: 218px;
    margin-right: 20px;
}

input.sendform2 {
    position: relative;
    width: 58px;
    height: 30px;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    background: #DB102D;
    border: 1px solid #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input.sendform2:hover {
    background: #AA0119;
}

.article_text .header {
    position: relative;
    float: left;
    width: 100%;
    height: 98px;
    margin: 15px 0px;
    font-size: 50px;
    color: #FFF;
    text-align: center;
    line-height: 98px;
    background: url(../img/theme/new/header.png) 0px 0px no-repeat;
}

.article_text .header b {
    font-family: 'din Bold';
    font-weight: normal;
}

/*** /CONTENT ***/


/*** FOOTER ***/

#foot {
    overflow: hidden;
    padding: 50px 0px 30px;
}

#f {
    padding-bottom: 30px;
    background: url(../img/new/sep2.png) 0px bottom repeat-x;
}

#f .cont {
    overflow: hidden;
    font-size: 13px;
    color: #888;
    line-height: 22px;
}

#f .cont1 {
    width: 450px;
}

#f .cont h4 {
    display: block;
    margin-bottom: 15px;
    font-family: 'Nexa';
    font-size: 17px;
    font-weight: bold;
    color: #BCBCBC;
    text-transform: uppercase;
}

#f .cont .address {
    margin-right: 30px;
    padding-right: 30px;
    background: url(../img/new/sep.png) right 0px no-repeat;
}

#f .cont a {
    color: #888;
}

#f .cont a:hover {
    color: #FFF;
}

#f .cont .info {
    margin-top: 30px;
    font-size: 10px;
    line-height: 18px;
}


#f .cont2 {
    width: 400px;
    margin-top: 37px;
    padding-left: 50px;
    background: url(../img/new/sep.png) left 0px repeat-y;
}

#f .cont2 .inp {
    overflow: hidden;
    width: 185px;
}

#f .cont2 .inp input {
    width: 163px;
    height: 33px;
    color: #CECECE;
    line-height: 33px;
    border: 1px solid #656565;
    background: #3E3E3E;
    outline: none;
}

#f .cont2 .text {
    margin-top: 20px;
}

#f .cont2 .text textarea {
    width: 378px;
    height: 34px;
    padding: 10px;
    font-family: 'Nexa';
    font-size: 12px;
    color: #CECECE;
    line-height: 17px;
    background: #3E3E3E;
    border: 1px solid #656565;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#f .cont2 .capt {
    overflow: hidden;
    margin-top: 20px;
}

#f .cont2 .capt input,
#f .cont2 .capt div {
    float: left;
}

#f .cont2 .capt div {
    margin-right: 10px;
    font-size: 18px;
    color: #CECECE;
    line-height: 35px;
}

#f .cont2 .capt input {
    width: 58px;
    height: 33px;
    color: #cecece;
    line-height: 33px;
    border: 1px solid #656565;
    background: #3E3E3E;
}

#f .cont2 .capt input.error {
    border: 1px solid #DB102D;
}

#f .cont2 .capt input.ok {
    border: 1px solid #AED136;
}

#f .cont2 .capt label.error {
    display: none;
    clear: both;
    float: right;
    color: #DB102D;
}

#f .cont2 .capt span {
    margin-right: 10px;
    color: #CECECE;
    line-height: 35px;
}

#f .cont2 .sbm {
    margin-top: 30px;
    margin-right: 10px;
}

#f .cont2 .sbm .sendform {
    width: auto;
    height: 19px;
    padding-left: 25px;
    font: bold 13px Arial;
    color: #FFF;
    line-height: 19px;
    background: url(../img/new/ico/arr2.png) left center no-repeat;
    border: none;
}

#f .cont2 .sbm .sendform:hover {
    color: #DB102D;
}

#f2 {
    margin-top: 20px;
}

#f2 a,
#f2 span {
    display: inline-block;
    height: 13px;
    font-size: 11px;
    color: #8C8C8C;
    line-height: 13px;
}

#f2 a.logo {
    width: 75px;
    margin-top: -2px;
    background: url(../img/new/logo-footer.png) left center no-repeat;
}

#f2 a.logo:hover {
    opacity: 0.7;
}

#f2 span {
    margin-left: 20px;
}

#f2 a.cstore {
    padding-right: 50px;
    background: url(../img/new/ico/cstore.png) right center no-repeat;
}

#foot #f2 a.cstore:hover {
    color: #C6152E;
}

#foot_logos {
    position: relative;
    overflow: hidden;
    height: 55px;
    padding: 30px 0px 100px;
    background: #393939;
}

#f3 {
    position: relative;
}

#foot_logos .jcarousel-container {
    position: relative;
    float: left;
    width: 100%;
    height: 55px;
}

#foot_logos .jcarousel-clip {
    position: relative;
    overflow: hidden;
    float: left;
    width: 900px;
    height: 55px;
}

#foot_logos ul {
    position: relative;
    overflow: hidden;
    float: left;
    height: 55px;
}

#foot_logos ul li {
    display: table;
    table-layout: fixed;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100px;
    height: 55px;
}

#foot_logos ul li a {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

#foot_logos ul li a img {
    max-width: 100px;
    max-height: 55px;
}

#foot_logos ul li a:hover {
    opacity: 0.7;
}

#foot_logos .jcarousel-prev,
#foot_logos .jcarousel-next {
    display: none !important;
    position: absolute;
    top: 23px;
    width: 9px;
    height: 9px;
    cursor: pointer;
}

#foot_logos .jcarousel-prev {
    left: -20px;
    background: url(../img/theme/ico/quan_res.png) 0px 0px no-repeat;
}

#foot_logos .jcarousel-next {
    right: -20px;
    background: url(../img/theme/ico/quan_res.png) 0px -9px no-repeat;
}

#foot_logos .jcarousel-prev:hover,
#foot_logos .jcarousel-next:hover {
    opacity: 0.7;
}

#foot_logos .jcarousel-prev-disabled,
#foot_logos .jcarousel-next-disabled {
    display: none !important;
}

/*** /FOOTER ***/


/*** HOME ***/

#strona_glowna {
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Nexa';
}

#strona_glowna td {
    font-family: 'Nexa';
}

#home_page {
    position: relative;
    float: left;
    width: 100%;
}

#home_page .navi {
    position: absolute;
    bottom: -30px;
    width: 101px;
    height: 103px;
    z-index: 5;
}

#home_top {
    background: #000000 url(../img/theme/bg/4.jpg) no-repeat;
    background-position: top center;
    color: #fff;
    position: relative;
}

@media all and (min-width: 1024px) {
    #home_top {
        height: 595px;
    }
}

#home_top .ralfu {
    position: relative;
    height: 100%;
}

#home_top .women {
    position: absolute;
    left: 560px;
    bottom: 0;
    max-height: 590px;
}

#home_top .men {
    position: absolute;
    right: 500px;
    bottom: 0;
    max-height: 590px;
}

#home_top .top-info {
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-left: -35px;
    padding-top: 10px
}

#home_top .top-info .next-line .small {
    font-size: 35px;
}

#home_top .top-info .next-line {
    font-size: 55px;
}

#home_top .middle-info {
    text-align: center;
    position: relative;
    z-index: 5;
}

#home_top .middle-info .circle {
    width: 310px;
    height: 310px;
    text-align: center;
    display: inline-block;
    margin-left: -45px;
    margin-top: 5px;
}

#home_top .middle-info .button {
    margin-top: 27px;
}

#home_top .middle-info .button a {
    display: inline-block;
    background: #cf0202;
    border: 3px solid #fff;
    font-size: 40px;
    color: #fff;
    padding: 0 26px;
    height: 65px;
    line-height: 65px;
    border-radius: 3px;
    transition: all 250ms ease 0s;
}

#home_top .middle-info .button a:hover {
    opacity: 0.8;
}

#home_top .circle img {
}


#home_top .circle .text {
    font-size: 152px;

}

#home_top .circle .text .small {
    font-size: 25px;
}

#home_top .bottom-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: url(../img/home/bg-red.png) no-repeat;
    background-position: center center;
    height: 58px;
    line-height: 58px;
}

#home_top .bottom-info .textimg {
    margin-top: -10px;
}

#home_top .bottom-info img {
    display: inline-block;
    vertical-align: middle;
}

#home_bot {
    background: #6c6c6c url(../img/home/bg-bot.jpg) no-repeat;
    background-position: center center;
    padding-top: 35px;
    padding-bottom: 30px;
}

#home_bot .bot-info-title {
    top: 80px;
    left: 194px;
    width: 512px;
    height: 73px;
    text-align: center;
    font-size: 30px;
    font-family: 'Nexa';
    font-weight: bold;
    color: #FFF;
    line-height: 73px;
    z-index: 2;
    margin: 0 auto;
    font-size: 32px;
    background: transparent url("../img/theme/new/images/home/c1b.png") no-repeat scroll 0px 0px;
}

#home_bot .body-info {
    margin-top: 30px;
    margin-left: 96px;
}

#home_middle {
    position: relative;
    float: left;
    width: 100%;
    height: 770px;
    text-align: center;
    background: #7F0101 url(../img/theme/new/images/home/bg.png) center 0px no-repeat;
    z-index: 2;
}

#home_middle .ralfu {
}

#home_middle .content {
    position: relative;
    float: left;
    width: 100%;
    height: 770px;
}

#home_middle .content img.big {
    position: absolute;
    top: -79px;
    left: -153px;
    z-index: 1;
}

#home_middle .content .info {
    position: absolute;
    top: 55px;
    left: 174px;
    width: 497px;
    height: 227px;
    padding: 135px 0px;
    font-size: 45px;
    font-family: 'din Bold';
    font-style: italic;
    font-weight: normal;
    color: #CF0202;
    text-align: center;
    line-height: 50px;
    z-index: 2;
    border-radius: 250px;
    -moz-border-radius: 250px;
    -webkit-border-radius: 250px;
}

#home_middle .content .info span {
    display: inline-block;
    vertical-align: top;
}

#home_middle .content .info span.big_val {
    font-size: 267px;
    line-height: 200px;
}

#home_middle .content .info span.curr {
    padding-top: 148px;
    font-size: 56px;
}

#home_middle .content .buy {
    position: absolute;
    left: 312px;
    bottom: 55px;
    width: 270px;
    height: 66px;
    text-align: center;
    background: #D40629;
    border: 3px solid #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 100;
}

#home_middle .content .buy a {
    display: block;
    font-size: 40px;
    font-family: 'din Bold';
    font-weight: normal;
    color: #FFF;
    line-height: 66px;
}

#home_middle .content .buy a:hover {
    opacity: 0.7;
}

#home_middle .navi {
    left: 50px;
    background: url(../img/theme/new/ico/arr_big_2.png) 0px 0px no-repeat;
}

#home_bottom {
    position: relative;
    float: left;
    width: 100%;
    height: 770px;
    text-align: center;
    background: #DADADA;
}

#home_bottom .ralfu {
}

#home_bottom .content {
    position: relative;
    float: left;
    width: 100%;
    height: 770px;
    text-align: center;
}

#home_bottom .content .info {
    position: absolute;
    top: 80px;
    left: 194px;
    width: 512px;
    height: 73px;
    text-align: center;
    font-size: 30px;
    font-family: 'Nexa';
    font-weight: normal;
    color: #FFF;
    line-height: 73px;
    z-index: 2;
    background: url(../img/theme/new/images/home/c1b.png) 0px 0px no-repeat;
}

#home_bottom .content ul.profits {
    display: inline-block;
    position: relative;
    margin-top: 230px;
    vertical-align: top;
}

#home_bottom .content ul.profits li {
    float: left;
    clear: both;
    width: 100%;
    height: 32px;
    margin-bottom: 32px;
    text-align: center;
    line-height: 32px;
    vertical-align: top;
}

#home_bottom .content ul.profits li span {
    display: inline-block;
    padding-left: 40px;
    font-size: 24px;
    font-family: 'Nexa';
    font-weight: normal;
    color: #575757;
}

#home_bottom .content ul.profits li:nth-child(odd) span {
    background: url(../img/theme/new/ico/arr_1.png) 0px 0px no-repeat;
}

#home_bottom .content ul.profits li:nth-child(even) span {
    background: url(../img/theme/new/ico/arr_2.png) 0px 0px no-repeat;
}

#home_bottom .navi {
    right: 100px;
    bottom: -25px;
    background: url(../img/theme/new/ico/arr_big_1.png) 0px 0px no-repeat;
}


#home_bottom2 {
    position: relative;
    float: left;
    width: 100%;
    height: 470px;
    text-align: center;
    background: #FFF;
}

#home_bottom2 .header {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 70px;
    font-family: 'Nexa';
    font-style: italic;
    font-size: 32px;
    color: #Cf0202;
    line-height: 70px;
}

#home_bottom2 .ralfu {
}

#home_bottom2 .content {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    text-align: center;
}

#home_bottom2 .content .info {
    position: absolute;
    z-index: 2;
}

#home_bottom2 .content .info1 {
    top: 35px;
    width: 709px;
    height: 160px;
    padding: 30px 0px;
    color: #FFF;
    font-size: 41px;
    font-family: 'Nexa';
    font-style: italic;
    text-align: center;
    line-height: 50px;
    background: #D40629;
    z-index: 2;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}

#home_bottom2 .content .info1 span {
    display: block;
    font-size: 128px;
    font-family: 'din Bold';
    font-weight: normal;
    line-height: 110px;
}

#home_bottom2 .content .info2 {
    bottom: 58px;
    width: 616px;
    height: 85px;
    margin-left: -65px;
    font-size: 30px;
    font-family: 'din Bold';
    font-weight: normal;
    color: #FFF;
    text-align: center;
    line-height: 85px;
    background: url(../img/theme/new/images/home/c2.png) 0px 0px no-repeat;
}

#home_bottom2 .content img.allianz {
    position: absolute;
    right: 86px;
    bottom: 50px;
    width: 265px;
    height: 102px;
}


/*** /HOME ***/


/*** OFFER ***/

/*#div_id_article_60 #content {*/
/*    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;*/
/*}*/

#div_id_article_60 #content .ralfu {
    display: inline-block;
}

#div_id_article_60 .article_text {
    overflow: visible;
    margin-top: 0 !important;
}

#div_id_article_60 #content .img-bcg {
    background-color: #434343 !important;
}

#div_id_article_60 .article_text ul.cards-list {
    margin-bottom: 50px;
}

ul.cards-list li {
    overflow: hidden;
    float: left;
    width: 100%;
}

ul.cards-list li div {
    float: left;
}

ul.cards-list li div.leftside {
    min-height: 1px;
    width: 260px;
}

ul.cards-list li div.opt,
ul.cards-list li div.val,
ul.cards-list li div.txt {
    width: 160px;
    text-align: center;
}

ul.cards-list li.head {
    overflow: visible;
    height: 32px;
    margin-bottom: 15px;
}

ul.cards-list li.head div {
    height: 32px;
}

ul.cards-list li.head div.logo {
    background: url(../img/new/ico/logo.png) left center no-repeat;
}

ul.cards-list li.head div.opt {
    position: relative;
    font-family: 'Nexa';
}

ul.cards-list li.head div.opt span {
    display: block;
    position: relative;
    text-transform: uppercase;
    line-height: 16px;
    z-index: 2;
}

ul.cards-list li.head div.opt span.title {
    font-size: 14px;
    font-weight: 800;
    color: #ce0e2d;
}

ul.cards-list li.head div.opt span.validate {
    font-size: 12px;
    font-weight: 600;
    color: #4E4E4E;
}

ul.cards-list li.head div.opt img {
    position: absolute;
    top: -40px;
    right: 5px;
    max-width: 60px;
    height: auto;
    z-index: 1;
}

ul.cards-list li.buy {
    margin-top: 30px;
    margin-bottom: 15px;
}

ul.cards-list li.buy div.opt {
    height: 30px;
}

ul.cards-list li.buy div.opt input.do-koszyka {
    height: 29px;
    padding: 0px 40px 0px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    line-height: 31px;
    text-align: center;
    background: #ce0e2d url(../img/new/ico/arr.png) right center no-repeat;
    border-bottom: 2px solid #BF0714;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

ul.cards-list li.buy div.opt input.do-koszyka:hover {
    background-color: #AA0119;
}

ul.cards-list li.price {
    margin-bottom: 15px;
}

ul.cards-list li.price .leftside {
    padding-top: 20px;
    text-indent: 10px;
}

ul.cards-list li.price .leftside,
ul.cards-list li.price div.val {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
}

ul.cards-list li.price div.val span {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #888;
    text-decoration: line-through;
}

ul.cards-list li.price div.val span.ind {
    text-indent: -200000px;
}

ul.cards-list li.save {
    margin-bottom: 20px;
    padding: 10px 0px;
    background: #ce0e2d;
}

ul.cards-list li.save div {
    font-size: 20px;
    font-weight: 800;
    color: #FFF;
}

ul.cards-list li.save div.leftside {
    text-indent: 10px;
}

ul.cards-list li.option {
    background: #FFF;
}

ul.cards-list li.option.text2 {
    overflow: visible;
}

ul.cards-list li.option div {
    min-height: 14px;
    padding: 8px 0px;
    line-height: 14px;
}

ul.cards-list li.o1 div {
    background: #F9F9F9;
}

ul.cards-list li.option div.feat {
    font-size: 13px;
    color: #323232;
    text-indent: 10px;
}

ul.cards-list li.option div.val,
ul.cards-list li.option div.txt {
    width: 155px;
    margin-left: 5px;
}

ul.cards-list li.option div.val {
    background: url(../img/new/ico/v2.png) center center no-repeat;
}

ul.cards-list li.o1 div.val {
    background-color: #F9F9F9;
}

ul.cards-list li.text div,
ul.cards-list li.text2 div {
    font-size: 13px;
    color: #888;
}

ul.cards-list li.text div {
    height: 36px;
    line-height: 18px;
}

ul.cards-list li.text2 div {
    height: auto;
}

ul.cards-list li.text2 div.txt {
    line-height: 18px;
}

ul.cards-list li.text2 div.txt2 {
    line-height: 54px;
}

ul.cards-list li.text2 div.txt.op {
    margin-top: 3px;
}

ul.cards-list li.text2 div.txt .tooltip {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 3px;
    padding: 0px;
    font-size: 11px;
}

ul.cards-list li.text2 div.txt .tooltip .label {
    cursor: pointer;
}

ul.cards-list li.text2 div.txt .tooltip .label font {
    font-size: 10px;
    font-weight: bold;
    color: #333;
}

ul.cards-list li.text2 div.txt .tooltip .hidden {
    display: none;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 113px;
    padding: 10px;
    background: #FFF;
    border: 1px solid #ce0e2d;
    z-index: 100;
}

ul.cards-list li.text2 div.txt .tooltip:hover .hidden {
    display: block;
}

ul.cards-list li.text2 div.txt .tooltip .hidden p {
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 17px;
}

#div_id_article_60 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_60 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

/*** /OFFER ***/


/*** PROMOTION ***/


#div_id_article_77 {
}

#share_power_btn {
    position: absolute;
    width: 360px;
    height: 356px;
    background: url(../img/new/add/button-promocja.png) 0px 0px no-repeat;
    z-index: 100;
}

#share_power_btn:hover {
    opacity: 0.7;
}

#div_id_article_77 #share_power_btn {
    top: -80px;
    right: -40px;
}

#div_id_article_77 .article_text .ralfu {
    display: inline-block;
    position: relative;
}

#div_id_article_77 #content .header {
    width: 70%;
    font-size: 40px;
    letter-spacing: 0px;
}

#div_id_article_77 #content .promotions {
    position: relative;
    float: left;
    width: 590px;
    padding: 0px 300px 20px 0px;
    font-family: 'Nexa';
}

.promotions img.big {
    position: absolute;
    #top: -80px;
    right: -415px;
    z-index: 2;
}

.promotions .content {
    position: relative;
    float: left;
    width: 560px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}

.promotions h4 {
    position: relative;
    float: left;
    width: 590px;
    margin-left: 10px;
    margin-bottom: 10px !important;
    font-family: 'din Bold' !important;
    font-weight: normal;
    font-size: 22px !important;
    color: #909090;
    text-transform: uppercase;
    line-height: 25px;
}

.promotions ul.info {
    position: relative;
    float: left;
    width: 610px;
    margin: 10px 0px 20px 10px;
}

.promotions ul.info li {
    position: relative;
    float: left;
    width: 590px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 17px;
    background: url(../img/theme/new/ico/arr.png) 0px center no-repeat;
}

.promotions div.info {
    position: relative;
    float: left;
    clear: both;
    width: 463px;
    height: 54px;
    margin-bottom: 25px;
    padding: 0px 5px;
    text-align: left;
    font-size: 16px;
    color: #FFF;
    line-height: 27px;
    background: url(../img/theme/new/images/promocje/c1.png) 0px 0px no-repeat;
}

.promotions ul.power {
    position: relative;
    float: left;
    clear: both;
    width: 610px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.promotions ul.power li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.promotions ul.power li div {
    float: left;
    width: 109px;
    height: 26px;
    margin-right: 10px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    line-height: 26px;
    background: #E20535;
}

.promotions ul.power li:nth-child(even) div {
    background: #D86F86;
}

.polecenia {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    font-family: 'Nexa';
}

.ref_points {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0px;
    font-family: 'Nexa';
}

.ref_points .points,
.ref_points .info {
    position: relative;
    color: #FFF;
    text-align: center;
}

.ref_points .points {
    float: left;
    width: 574px;
    height: 98px;
    font-size: 30px;
    z-index: 2;
    line-height: 98px;
    background: url(../img/theme/new/images/polecenia/c1.png) 0px 0px no-repeat;
}

.ref_points .info {
    float: right;
    width: 807px;
    height: 89px;
    margin-top: -21px;
    font-size: 26px;
    z-index: 1;
    line-height: 89px;
    background: url(../img/theme/new/images/polecenia/c2.png) 0px 0px no-repeat;
}

.polecenia .link {
    float: left;
    clear: both;
    width: 329px;
    height: 29px;
    margin-bottom: 20px;
    text-align: center;
    background: url(../img/theme/new/images/polecenia/link.png) 0px 0px no-repeat;
}

.polecenia .link a {
    display: block;
    font-size: 16px;
    color: #FFF;
    line-height: 29px;
}

.polecenia .link a:hover {
    opacity: 0.7;
}

/*** /PROMOTION ***/


/*** REGULATIONS ***/

#div_id_article_52 {
}

#div_id_article_52 #content {
    background: #CFCFCF;
}

#div_id_article_52 #content .regulations {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.regulations h1 {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 80px !important;
    font-size: 54px !important;
    font-weight: normal !important;
    color: #FFF;
    line-height: 60px;
}

.regulations .content {
    position: relative;
    float: left;
    width: 100%;
    height: 350px;
}

.regulations .content a {
    position: absolute;
    font-size: 32px;
    font-family: 'din Bold';
    font-weight: normal;
    color: #FFF;
    text-align: center;
}

.regulations .content a.c1 {
    top: 0px;
    left: 0px;
    width: 410px;
    height: 73px;
    line-height: 73px;
    background: url(../img/theme/new/images/regulamin/c1.png) 0px 0px no-repeat;
}

.regulations .content a.s1 {
    top: 50px;
    right: 0px;
    width: 433px;;
    height: 75px;
    line-height: 75px;
    background: url(../img/theme/new/images/regulamin/s1.png) 0px 0px no-repeat;
}

.regulations .content a.s2 {
    top: 95px;
    left: 50px;
    width: 386px;
    height: 73px;
    line-height: 73px;
    background: url(../img/theme/new/images/regulamin/s2.png) 0px 0px no-repeat;
}

.regulations .content a.c2 {
    top: 140px;
    right: 275px;
    width: 151px;
    height: 67px;
    line-height: 67px;
    background: url(../img/theme/new/images/regulamin/c2.png) 0px 0px no-repeat;
}

.regulations .content a.c3 {
    top: 185px;
    left: 65px;
    width: 265px;
    height: 69px;
    line-height: 69px;
    background: url(../img/theme/new/images/regulamin/c3.png) 0px 0px no-repeat;
    z-index: 2;
}

.regulations .content a.s3 {
    top: 200px;
    right: 150px;
    width: 434px;
    height: 83px;
    line-height: 83px;
    background: url(../img/theme/new/images/regulamin/s3.png) 0px 0px no-repeat;
    z-index: 1;
}

.regulations .content a.s4 {
    top: 290px;
    left: 0px;
    width: 602px;
    height: 63px;
    line-height: 63px;
    background: url(../img/theme/new/images/regulamin/s4.png) 0px 0px no-repeat;
}

.regulations .content a:hover {
    opacity: 0.7;
}

.regulations .content a.c5 {
    top: 375px;
    left: 150px;
    width: 550px;
    height: 69px;
    line-height: 69px;
    background: url(../img/theme/new/images/regulamin/c3.png) 0px 0px no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.regulations #share_power_btn {
    left: 250px;
    bottom: -30px;
}


.regulations .images {
    float: right;
}

.regulations .images img {
    float: left;
    margin-left: 50px;
}

.regulations .images .payu {
    margin-top: 7px;
}

/*** /REGULATIONS ***/


/** BEGIN wiadomości **/

#strona_glowna .box {
    display: none;
}

.sendform_long,
.sendform {
    width: 140px;
    height: 35px;
    font: 12px 'Open Sans';
    color: #FFF;
    text-align: center;
    line-height: 35px;
    background: #DB102D;
    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sendform_long:hover,
.sendform:hover {
    background: #aa0119;
}

/*** END glowna content ***/


/*** BEGIN selecty ***/

.ui-selectmenu,
.ui-multiselect {
    display: block;
    overflow: hidden;
    height: 35px;
    font: 16px 'Open Sans';
    font-style: italic;
    color: #000;
    background: url(../img/theme/select.png) center center no-repeat;
    border: none;
}

.ui-selectmenu:hover {
    color: #C6152E;
}

.ui-selectmenu .ui-selectmenu-status {
    float: left;
    width: 232px;
    height: 35px;
    padding-left: 20px;
    text-align: left;
    line-height: 35px;
}

.ui-selectmenu .ui-selectmenu-icon,
.ui-multiselect span.ui-icon {
    float: right;
    width: 0px;
    height: 0px;
}


.ui-selectmenu-menu,
.ui-multiselect-menu {
    position: absolute;
    display: none;
}

.ui-selectmenu-open,
.ui-multiselect-menu {
    display: block;
    max-height: 300px;
    overflow-y: auto;
}

ul.ui-selectmenu-menu li,
.ui-multiselect-checkboxes li {
    padding: 0px 10px;
    font: 16px 'Open Sans';
    font-style: italic;
    line-height: 35px;
    background: #FFF;
    border: 1px solid #e3e3e3;
    border-top: none;
}

ul.ui-selectmenu-menu li.ui-corner-top {
    border-top: 1px solid #e3e3e3;
}

ul.ui-selectmenu-menu li a {
    display: block;
    color: #000;
}

ul.ui-selectmenu-menu li a:hover {
    color: #C6152E;
}


/*** LOGIN ***/

#div_id_login_page #content {
    background: #CFCFCF;
}

#div_id_login_page #content .wrap {
    display: inline-block;
    width: 900px;
    margin: 60px auto 120px;
}

#login h5 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Nexa';
    font-size: 18px;
    font-weight: bold;
    color: #BCBCBC;
    text-align: left;
    text-transform: uppercase;
    line-height: 20px;
}

#login input.sendform2 {
    float: right;
}

/*** /LOGIN ***/


/*** SHOPCART ***/


#div_id_shop_cart #content {
    margin: 0px 0px 0px;
    background: none;
}

#div_id_shop_cart #content .ralfu {
    text-align: center
}

#shopcart_info {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    margin-bottom: 50px;
    z-index: 1;
}

#shopcart_info .c1,
#shopcart_info .c2 {
    position: absolute;
    font-size: 20px;
    font-family: 'Nexa';
    color: #FFF;
    text-align: center;
}

#shopcart_info .c1 {
    top: -6px;
    left: 65px;
    width: 546px;
    height: 49px;
    line-height: 49px;
    background: url(../img/theme/new/images/cart/c1.png) 0px 0px no-repeat;
    z-index: 2;
}

#shopcart_info .c2 {
    top: 30px;
    right: 210px;
    width: 488px;
    height: 48px;
    line-height: 48px;
    background: url(../img/theme/new/images/cart/c2.png) 0px 0px no-repeat;
    z-index: 1;
}

#shopcart_info .c2 span {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 23px;
    height: 23px;
    background: url(../img/theme/new/ico/x.png) 0px 0px no-repeat;
}

#shopcart_info .c2 span:hover {
    opacity: 0.7;
    cursor: pointer;
}

#shopcart {
    position: relative;
    margin: 50px 0px;
    text-align: left;
}

#shopcart ul.shopcart-prod-list {
    float: left;
    width: 100%;
}

ul.shopcart-prod-list li {
    float: left;
    width: 100%;
}

ul.shopcart-prod-list li .wrap {
    float: none !important;
    width: 900px;
    margin: 0px auto;
}

ul.shopcart-prod-list li div {
}

ul.shopcart-prod-list li.head {
    height: 30px;
}

ul.shopcart-prod-list li.head div {
    float: left;
    font-family: 'Nexa';
    font-size: 14px;
    font-weight: 800;
    color: #434343;
    line-height: 30px;
}

ul.shopcart-prod-list li.prod {
    height: 30px;
    font-size: 13px;
    color: #323232;

    text-align: center;
    line-height: 30px;
}

ul.shopcart-prod-list li.prod .wrap {
    display: inline-block;
    background: #f9f9f9;
}

ul.shopcart-prod-list li .name {
    width: 100px;
    text-align: center;
}

ul.shopcart-prod-list li .price {
    width: 100px;
    text-align: center;
}

ul.shopcart-prod-list li .usun {
    float: right !important;
    width: 40px;
    text-align: center;
}

ul.shopcart-prod-list li.prod .usun {
}

ul.shopcart-prod-list li .usun a {
    display: block;
    margin: 0px auto;
    font-size: 13px;
    font-weight: bold;
    color: #78cbd0;
    text-align: center;
    text-decoration: underline;
    line-height: 30px;
}

ul.shopcart-prod-list li .usun a:hover {
    color: #ce0e2d;
    text-decoration: none;
}

ul.shopcart-prod-list li.discount {
    margin-top: 50px;
    padding-bottom: 10px;
}

ul.shopcart-prod-list li.discount label {
    margin-right: 10px;
    font-family: 'Nexa';
    font-size: 14px;
    color: #434343;
    text-align: right;
    line-height: 34px;
}


ul.shopcart-prod-list li.summary {
    padding: 10px 0px 50px;
    border-bottom: 1px solid #dadada;
}

ul.shopcart-prod-list li.summary div {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

ul.shopcart-prod-list li.summary span {
    margin-left: 5px;
    color: #ce0e2d;
}

#shopcart .btns-cart {
    float: left;
    width: 100%;
}

.empty_shopcart:before {
    content: '_';
}

.empty_shopcart {
    display: inline-block;
    /*width: 591px;*/
    width: 100%;
    height: 98px;
    margin: 150px auto;
    font-family: 'Nexa';
    font-size: 50px;
    font-weight: bold;
    color: #b4b6bb;
    text-align: center;
    line-height: 98px;
    background: url(../img/theme/new/images/cart/empty.png) 0px 0px no-repeat;
    text-transform: lowercase;
    font-style: italic;
}

/*** /SHOPCART ***/


/*** BEGIN artykuł ***/


.article_text {
    float: left;
    width: 100%;
    overflow: hidden;
}

.article_text p,
.article_text div {
    display: block;
    font-size: 12px;
    color: #2b1721;
}

/*.article_text h1,*/
/*.article_text h2,*/
/*.article_text h3,*/
/*.article_text h4 {*/
/*    display: block;*/
/*    margin-bottom: 30px;*/
/*    font-weight: bold;*/
/*    text-align: left;*/
/*}*/

.article_text h1 {
    font-size: 24px;
}

.article_text h2 {
    font-size: 20px;
}

/*.article_text h3 {*/
/*    font-size: 28px;*/
/*}*/

.article_text h4 {
    font-size: 14px;
}

.article_text ul.pointed {
    margin: 0px 10px 5px;
}

.article_text ul.pointed li {
    list-style: disc inside;
}

.article_text ul.pointed li a {
    margin-left: 5px;
}

.article_text ul.pointed li a:hover {
    color: #000 !important;
}


/*** END artykuł ***/


/*** NEWS ***/

#div_id_article_62 {
}

div_id_article_62 #content .news {
    position: relative;
    float: left;
    width: 100%;
}

ul.articles {
    margin: 100px 0px 70px;
}

ul.articles li {
    overflow: hidden;
    float: left;
    width: 100%;
    min-height: 200px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #dfdfdf;
}

ul.articles li .image {
    overflow: hidden;
    width: 280px;
    height: 200px;
    margin-right: 20px;
}

ul.articles li .image img {
    max-width: 280px;
    max-height: 200px;
}

ul.articles li .content {
    overflow: hidden;
    width: 600px;
    min-height: 170px;
    margin: 15px 0px;
    font-size: 13px;
    color: #888;
}

ul.articles li .content h2 {
    margin-bottom: 0px;
    font-family: 'Nexa';
    font-weight: 300;
    font-size: 24px;
    color: #333;
    text-indent: 0px;
}

ul.articles li .content b {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #888;
}

ul.articles li .content .date {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2px 9px 0px 9px;
    font-size: 11px;
    color: #FFF;
    background: #ce0e2d;
    border-bottom: 2px solid #BF0714;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*** /NEWS ***/


/*** BEGIN kontakt ***/


div.contact {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-bottom: 120px;
    background: #FFF;
    border-bottom: 1px solid #D0D0D0;
}

div.contact .head {
    overflow: hidden;
    height: 55px;
    margin-bottom: 50px;
    background: #ce0e2d;
}

div.contact .data {
    position: relative;
    width: 900px;
    padding-left: 50px;
    padding-bottom: 80px;
    line-height: 20px;
    border-bottom: 1px solid #D0D0D0;
}

div.contact .data h4 {
    margin-bottom: 10px;
    text-indent: 0px;
}

div.contact .data h4 span {
    font-size: 18px;
    color: #202020;
}


div.contact .data .cont a {
    color: #ce0e2d;
}

div.contact .data a:hover {
    color: #000;
}

div.contact .form {
    position: absolute;
    top: 105px;
    right: 50px;
    width: 477px;
    z-index: 10;
}

div.contact .cont {
    text-indent: 0px;
}

div.contact .text {
    float: left;
    width: 100%;
    margin-top: 10px;
}

div.contact .text textarea {
    width: 455px;
    min-height: 150px;
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #575757;
    line-height: 20px;
    background: #fefefe;
    border: 1px solid #D0D0D0;
    outline: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.contact .sbm {
    margin-top: 10px;
    margin-right: 40px;
}

div.contact .sbm .sendform {
    width: auto;
    height: 19px;
    padding-left: 25px;
    font: 14px Arial;
    color: #202020;
    line-height: 19px;
    background: url(../img/theme/ico/arr.png) left center no-repeat;
    border: none;
}

div.contact .sbm .sendform:hover {
    color: #DB102D;
}


div.company-data {
    position: relative;
    bottom: -30px;
    font-size: 9px;
    color: #8C8C8C;
}


/*** END kontakt ***/


/* --------------------------  CONTENT GDZIE SKORZYSTAĆ  -------------------------- */


#div_id_article_61 #main-cont .ralfu {
    width: 100%;
}

#div_id_article_61 .article_text p {
    display: none;
}

#div_id_article_61 .article_text .select {
    height: 55px;
    text-align: center;
}

#div_id_article_61 .article_text .select .sel {
    display: block;
    height: 55px;
}

#div_id_article_61 .article_text .select label,
#div_id_article_61 .article_text .select select {
    display: inline-block;
    height: 31px;
}

#div_id_article_61 .article_text .select label {
    margin: 12px 5px;
    font-family: 'Nexa';
    font-size: 24px;
    color: #FFF;
    line-height: 31px;
}

#div_id_article_61 .article_text .select select {
    width: 150px;
    margin-top: 13px !important;
    vertical-align: top;
    line-height: 31px;
}

#div_id_article_61 .article_text .product {
    width: 1100px;
    margin: 50px auto;
    padding-top: 30px;
}

.product .wyn {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

#location {
    position: relative;
    margin-top: 20px;
    /*width: 600px;*/
}

.product .desc {
    padding-left: 10px;
    position: relative;
    margin-top: 20px;
    /*width: 400px;*/
    /*margin-left: 30px;*/
    text-align: left;
}


.product .desc h1 {
    margin-bottom: 15px;
    font-family: 'Nexa';
    font-size: 24px;
    font-weight: normal;
    color: #4e4e4e;
}

.product .desc h4.name span.alert {
    display: inline-block;
    height: auto;
    margin-left: 10px;
    font-size: 14px;
    color: #888;
    line-height: inherit;
}

.product .desc span {
    font-weight: 100;
    font-size: 18px;
    font-style: italic;
}

.product .desc span.addr {
    margin-right: 20px;
}

/*.product .desc span {*/
/*    height: 23px;*/
/*    margin-right: 20px;*/
/*    padding: 0px 10px;*/
/*    font-size: 13px;*/
/*    color: #FFF;*/
/*    line-height: 25px;*/
/*    border-radius: 15px;*/
/*    -moz-border-radius: 15px;*/
/*    -webkit-border-radius: 15px;*/
/*}*/

/*.product .desc span.addr {*/
/*    background: #ce0e2d;*/
/*    border-bottom: 2px solid #bf0714;*/
/*}*/

/*.product .desc span.phone {*/
/*    padding-left: 25px;*/
/*    background: #3c3838 url(../img/new/ico/tel.png) 10px center no-repeat;*/
/*    border-bottom: 2px solid #1c1c1c;*/
/*}*/

.product .desc div.limited {
    position: absolute;
    right: -115px;
    float: left;
    height: 24px;
    width: 131px;
    padding: 11px 10px 10px 50px;
    font-family: 'Nexa';
    font-size: 11px;
    color: #404040;
    line-height: 12px;
    background: #f7f7f7 url(../img/new/ico/limit.png) 10px center no-repeat;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.product .desc div.limited b {
    font-weight: 800;
}

div.limited {
    float: left;
    width: 190px;
    padding: 11px 10px 10px 10px;
    font-family: 'Nexa';
    font-size: 11px;
    color: #404040;
    line-height: 12px;
    background: #f7f7f7;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    float: left;
    margin-right: 20px;
    position: relative;
    top: -3px;
}

div.additional_info {
    height: 24px;
    width: 131px;
    padding: 11px 10px 10px 10px;
    font-family: 'Nexa';
    font-size: 11px;
    color: #404040;
    line-height: 12px;
    background: #f7f7f7;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    float: left;
    margin-right: 20px;
}

.product .desc div.additional_info {
    position: absolute;
    right: -85px;
    float: left;
    height: 24px;
    width: 171px;
    padding: 11px 10px 10px 10px;
    font-family: 'Nexa';
    font-size: 11px;
    color: #404040;
    line-height: 12px;
    background: #f7f7f7;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.product .desc div.topper {
    top: -40px;
}

.product .desc div.bottomer {
    top: 20px;
}

.product .opts {
}


.product .opts a {
    float: left;
    width: 46px;
    height: 45px;
    margin-right: 20px;
}

.product .opts a.woman {
    background: url(../img/new/ico/woman.png) center center no-repeat;
}

.product .opts a.www {
    background: url(../img/new/ico/site.png) center center no-repeat;
}

.product .opts a.map {
    background: url(../img/new/ico/map.png) center center no-repeat;
}

.product .opts a.question {
    display: none;
    background: url(../img/new/ico/mail.png) center center no-repeat;
}

.product .opts a:hover {
    opacity: 0.7;
}


.product .list {
    margin-top: 20px;
}

.product .list ul {
    float: left;
}

.product .list li {
    float: left;
    margin-right: 15px;
    padding: 15px 0;
}

.product .list span:before {
    background: url('/themes/ebeactive_2019/img/nasze_kluby/check.png');
    width: 21px;
    height: 19px;
    display: inline-block;
    content: '';
    margin-right: 20px;
    vertical-align: middle;
}

.product .list span {
    float: left;
    height: 16px;
    margin-right: 10px;
    padding-left: 23px;
    color: #111;
    line-height: 19px;
    text-transform: lowercase;
    font-weight: 100;
    font-style: italic;
    font-size: 16px;
}

.product .opts {
    text-align: right;
}

.product .opts img {
    width: 59px;
    float: none !important;
}


/* ukrywanie */

.backward {
    display: none !important
}


.top_text {
    display: none;
}


td {
    font-family: 'Nexa';
}


.table-c td {
    vertical-align: top;
}


.table-c td table {
    border: 0;
}


.ctable th, .ctable_small th, .ctable_login th, table.dataTable th, .ctable_search th {
    font-family: 'Nexa';
    color: #323232;
    padding: 0 10px;
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
}


.ctable td, .ctable_small td, .ctable_login td, table.dataTable td, .ctable_search td {
    padding: 5px;
    font-size: 12px;
    vertical-align: top;
    color: #3f3f3f;
    border: 0;
}


.ctable_td label {
    font-size: 11px;
}


.ctable_small_list td {
    background-color: #fff;
}


span.product_list_small_font {
    font-size: 10px;
}


.mail_shipment {
    margin-bottom: 50px !important;
    width: 500px !important;
}


.mail_shipment th {
    padding: 10px 5px !important;
    vertical-align: middle !important;
    font-weight: bold !important;
    color: #353535 !important;
}


.mail_shipment td {
    padding: 10px 5px !important;
    vertical-align: middle !important;
    color: #353535 !important;
    border: 0 !important;
}


table.dataTable td {
    border-bottom: 0;
}


.special_ctable td {
    padding: 10px 0px;
}


td.ctable_item1 {
    width: 50%;
}


td.ctable_item2 {
    width: 50%;
}


p.passwordForgot {
    padding: 0 24px 10px;
}


td.ctable_order_bold {
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
}


.ctable_login_inputs td {
    padding-right: 10px;
}


div.passwordForgot {
    padding: 0 24px;
}


#order_details_payment {
    width: 16px;
}


.input_disabled {
    width: 228px;
    padding: 0 10px;
    border: 1px solid #e3e3e3;
    background: #f6f6f6;
    height: 20px;
    line-height: 20px;
}


hr.backward {
    display: none;
}


#div_id_account_main #slide-cont,
#div_id_account_details_pass #slide-cont,
#div_id_account_history #slide-cont,
#div_id_account_details #slide-cont {
    display: none;
}

#div_id_account_main #b-cont .options,
#div_id_account_details_pass #b-cont .options,
#div_id_account_history #b-cont .options,
#div_id_account_details #b-cont .options {
    display: none;
}

#div_id_account_main #main-cont,
#div_id_account_details_pass #main-cont,
#div_id_account_history #main-cont,
#div_id_account_details #main-cont {
    background: #FFF;
    padding-bottom: 50px;
}

#div_id_account_main #main-cont {
    padding-bottom: 0px !important;
}


.acc_menu {
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    background: #B1B1B1;
}

.my_account {
    float: left;
    width: 100%;
    font-family: 'Nexa';
    text-align: center;
}

.my_account.details {
}

.my_account .account-list {
    height: 30px;
    margin: 0 auto;
    text-align: center;
}

.my_account .account-list ul {
    display: inline-block;
    float: none;
    width: auto;
}

.my_account .account-list ul.macc {
    height: 30px;
}

.account-list ul.macc li {
    float: left;
    height: 30px;
    margin-right: 30px;
}

.account-list ul.macc li a {
    display: block;
    font-size: 12px;
    font-family: 'din Bold';
    font-style: italic;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
}

.account-list ul.macc li a.active,
.account-list ul.macc li a:hover {
    color: #AA0119;
}

.user_details {
    text-align: center;
}

.user_details .content {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.user_details .welcome {
    display: inline-block;
    width: 591px;
    height: 72px;
    margin: 25px auto;
    font-size: 30px;
    color: #FFF;
    line-height: 72px;
    vertical-align: top;
    background: url(../img/theme/new/images/acc/welcome.png) 0px 0px no-repeat;
}

.user_details .welcome b {
    font-family: 'din Bold';
    font-weight: normal;
    text-transform: uppercase;
}

.user_details .transfer {
    position: relative;
    float: left;
    width: 100%;
    height: 320px;
    padding-top: 348px;
    background: url(/files/file/new/promocje/4.png) center top no-repeat;
}

.user_details .transfer .info,
.user_details .transfer .reg,
.user_details .transfer .arr,
.user_details .transfer .check {
    position: absolute;
}

.user_details .transfer .info {
    width: 913px;
    left: -6px;
    bottom: 101px;
    height: 98px;
    font-size: 50px;
    color: #FFF;
    text-align: center;
    line-height: 98px;
    background: url(../img/theme/new/images/acc/share.png) 0px 0px no-repeat;
    z-index: 2;
}

.user_details .transfer .info b {
    font-family: 'din Bold';
    font-weight: normal;
}

.user_details .transfer .arr {
    right: 330px;
    bottom: 0px;
    width: 77px;
    height: 77px;
    background: url(../img/theme/new/ico/arr_mid_2.png) 0px 0px no-repeat;
    z-index: 4;
}

.user_details .transfer .reg {
    left: 0px;
    bottom: 0px;
    padding: 80px 350px 80px 0px;
    font-size: 14px;
    font-family: 'din Bold';
    color: #f9f9f9;
    line-height: 20px;
}

.user_details .transfer .check {
    right: 20px;
    bottom: 20px;
    width: 326px;
    height: 98px;
    text-align: center;
    background: url(../img/theme/new/images/acc/check.png) 0px 0px no-repeat;
    z-index: 1;
}

.user_details .transfer .check a {
    display: block;
    font-size: 50px;
    font-family: 'Nexa';
    font-style: italic;
    color: #FFF;
    line-height: 98px;
}

.user_details .transfer .check a:hover {
    color: #7F0101;
}


.my_account .ord-list {
}

.my_account .ord-list li {
    float: left;
    width: 100%;
    height: 14px;
    padding: 8px 10px;
}

.my_account .ord-list li.prod {
    margin-bottom: 30px;
}

.my_account .ord-list li.opt:nth-child(odd) {
    background: #5b5b5b;
}

.my_account .ord-list li div {
    float: left;
    font-size: 13px;
    color: #bcbcbc;
    line-height: 14px;
}

.my_account .ord-list li div.feat,
.my_account .ord-list li.head div {
    width: 210px;
    font-family: 'Nexa';
    font-weight: 800;
}

.my_account .ord-list li.head div.val2,
.my_account .ord-list li.prod div.val2 {
    float: right;
    width: 80px;
    text-align: center;
}

.my_account .ord-list li.prod div {
    font-weight: normal;
}


.my_account .back {
    float: left;
    height: 29px;
    margin-left: 10px;
    margin-top: 20px;
    padding: 0px 40px 0px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    line-height: 31px;
    text-align: center;
    background: #ce0e2d url(../img/new/ico/arr.png) right center no-repeat;
    border-bottom: 2px solid #BF0714;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.my_account .back:hover {
    color: #000;
}


span.small_font {
    font-size: 11px;
}


tr.border-row-dot td.ctable_order_bold {
    border-bottom: 1px dotted #c4c4c4 !important;
}


tr.border-row-dot td.ctable_order_bold label {
    font-weight: bold !important;
}


span.promotion-discount-order {
    font-weight: normal !important;
    color: #ad1636 !important;
}


.opakowaniaWrapper .ctable_small td {
    padding: 5px !important;
}


.window_content table td {
    padding: 5px;
}


.ctable_container {
    width: 100%;
    margin-bottom: 20px;
    background: url(images/ttl-bg.jpg) 0 0 no-repeat
}


.ctable_container td {
    border-bottom: 0;
}


.ctable_container td table {
    background-image: none !important;
}


#div_id_search .bg-warp2, #div_id_login_page .bg-warp2, #div_id_account_main .bg-warp2, #div_id_account_history .bg-warp2, #div_id_account_details .bg-warp2, #div_id_account_pass .bg-warp2, #div_id_registration .bg-warp2, .div_class_article .bg-warp2, .div_class_articles_group .bg-warp2, #div_id_manufacturers .bg-warp3 {
    width: 754px;
    background: url(images/prod_view_bg.jpg) -754px 0 no-repeat;
    padding-top: 6px;
    margin: 10px;
}


#div_id_search .bg-warp2-top, #div_id_login_page .bg-warp2-top, #div_id_account_main .bg-warp2-top, #div_id_account_history .bg-warp2-top, #div_id_account_details .bg-warp2-top, #div_id_account_pass .bg-warp2-top, #div_id_registration .bg-warp2-top, .div_class_article .bg-warp2-top, .div_class_articles_group .bg-warp2-top, #div_id_manufacturers .bg-warp3-top {
    width: 754px;
    background: url(images/prod_view_bg.jpg) -1508px 100% no-repeat;
    padding-bottom: 6px;
}


#div_id_search .bg-warp2-bottom, #div_id_login_page .bg-warp2-bottom, #div_id_account_main .bg-warp2-bottom, #div_id_account_history .bg-warp2-bottom, #div_id_account_details .bg-warp2-bottom, #div_id_account_pass .bg-warp2-bottom, #div_id_registration .bg-warp2-bottom, .div_class_article .bg-warp2-bottom, .div_class_articles_group .bg-warp2-bottom, #div_id_manufacturers .bg-warp3-bottom {
    width: 724px;
    background: url(images/prod_view_bg.jpg) 0 0 repeat-y;
    padding: 10px 15px;
    font-size: 12px;
}


#div_id_login_page .ctable_container {
    border: 1px solid #e9e9e9;
}


#div_id_login_page .ctable_container table {
    border: 0;
}


#div_id_order_details .ctable_small {
    margin-bottom: 15px;
}


#div_id_order_details th {
    padding: 0;
}


#prod_table {
    width: 100%;
    height: 100%;
}


#prod_table td {
    color: #483e30 !important;
    vertical-align: middle;
}


#porD_table td a img {
    margin-left: 2px;
}


#div_id_order_details .ctable_td p {
    padding: 0;
}


#order_details_cost {
    font-weight: bold;
    text-align: right;
}


tr.register_order_table td, td.register_order_table {
    border: none !important;
}


#div_id_order_list .register_order_table {
    display: none;
}


.registry td.ctable_order_bold {
    color: #696969 !important;
    font-weight: normal;
    background: transparent;
}

.order_style {
    overflow: hidden;
}

.order_style .checbkox-c {
    float: left;
    margin-right: 15px;
}

.form-item input {
    width: 210px;
    padding: 4px 0 4px 10px;
    border: 1px solid #e9e9e9;
    color: #737373;
}

.order_style .header {
    padding-bottom: 10px;
    font-size: 12px;
    color: #ad1636;
    font-weight: bold;
    width: 150px;
    padding-left: 14px;
    background: url(images/about_li.png) 0 4px no-repeat;
}

#div_id_order_list .register_order_table #register-list .form-item {
    padding: 4px 0;
    overflow: hidden;
}

#div_id_order_list .register_order_table #register-list .form-item label {
    width: 100px;
    display: block;
    float: left;
}

#div_id_order_list .register_order_table #register-list .form-item input {
    float: left;
}

#div_id_order_list .register_order_table #register-list .header {
    padding: 10px 0;
    font-size: 12px;
    color: #ad1636;
    font-weight: bold;
    padding-left: 10px;
    background: url(images/about_li.png) 0 50% no-repeat;
}

#div_id_order_list .form-items-area {
    padding: 10px 0;
}


.ctable_login {
    margin-bottom: 15px;
    background-color: #f2f1f1;
    border: 1px solid #e0e0e0;
}

.ctable_login_inputs td {
    padding-left: 10px;
}

.ctable_login_inputs th {
    background: url(../images/und.png) 0 100% no-repeat;
}


#div_id_registration .form-item {
    padding: 4px 0;
    overflow: hidden;
}

#div_id_registration .form-item label {
    width: 120px;
    display: block;
    float: left;
}

#div_id_registration .form-item input {
    float: left;
}

#div_id_registration th {
    background: url(../images/und.png) 10px 100% no-repeat;
}


.ctable_options tr {
    display: block;
    float: left;
    padding-right: 15px;
}

.ctable_options td {
    display: block;
    width: 100%;
    padding-bottom: 5px;
}


#blackout {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    background: url(../images/r_bgt.png) 0 0 repeat;
}


div.pole_message_err, div.pole_message, div.pole_message_info {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #605F61;
    border-radius: 10px;
    left: 50%;
    margin-left: -270px;
    min-height: 30px;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 275px;
    width: 471px;
    z-index: 2001;
}

div.pole_message img.zamknij, div.pole_message_err img.zamknij, div.pole_message_info img.zamknij {
    cursor: pointer;
    position: absolute;
    top: -11px;
    right: -11px;
    max-width: 25px;
}

div.pole_message_err {
    color: #ff0000;
}

div.pole_message {
    color: #9ac81d;
}

div.pole_message_info {
    color: #4a4a4a;
}

#nyroModalBg {
    opacity: 0.4 !important;

    /* For IE 5-7 */

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40) !important;

    /* For IE 8 */

    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)" !important;
}


#nyroModalWrapper {
    background: url(../images/nyro_top.png) 0% 0% no-repeat;
    width: 541px !important;
    padding-top: 27px;
}

#nyroModalWrapper .wrapper {
    background: url(../images/nyro_bottom.png) 0% 100% no-repeat;
    width: 541px !important;
    padding-bottom: 27px;
    height: auto !important;
}

#nyroModalContent {
    background: url(../images/nyro_mid.png) 0% 0% repeat-y;
    width: 481px !important;
    padding: 0 30px;
    height: auto !important;
}

#nyroModalContent div.pole_message_err {
    position: static;
    width: auto;
    height: auto;
    padding: 10px;
    color: #F00;
    margin: 0;
    text-align: left;
    background: url(images/popuo_mid.png) 0% 0% repeat-y;
    border: 0 none;
    margin-left: 0;
}

#nyroModalContent div.pole_message_err .zamknij {
    display: none;
}

#nyroModalContent div.pole_message_err #blackout {
    display: none;
}

#nyroModalContent br.pole_message_err_br {
    display: none;
}

#nyroModalWrapper a#closeBut {
    height: 19px;
    display: block;
    background: url(../images/close.png) 0% 0% no-repeat;
    width: 19px;
    text-indent: -20000px;
    border: 0 none;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 6px;
}

#nyroModalContent .form td {
    padding: 5px 0px 5px 10px;
}

#nyroModalContent h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#nyroModalContent h3 {
    font-weight: bold;
    margin-bottom: 30px;
}

#nyroModalContent .price_popup {
    font-size: 12px;
}

#nyroModalTitle {
    display: none;
}

#nyroModalContent .ctable {
    background-image: none;
}

#nyroModalContent textarea.input_normal {
    width: 228px !important;
    max-width: 228px;
    min-width: 228px;
    max-height: 150px;
    min-height: 50px;
    padding: 10px;
}

#nyroModalContent .ctable {
    border: 0;
}

#nyroModalContent .ctable td {
    border: 0;
}


.strike {
    text-decoration: line-through;
}

.error {
    color: red;
}

#uwagii label .error {
    float: right;
}

#podsumuj {
    background: #f4f4f4 url("../images/BG_ptak.png") no-repeat 50px center;
    border: solid 1px #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 27px;
    margin-top: 15px;
}

.podsumuj2 {
    background: #f4f4f4 url("../images/boxTlo.png") 0 bottom repeat-x;
    border: solid 1px #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 27px;
}

.mailPaczkomat {
    padding: 3px 0px;
    width: 200px;
}

select[name=paczkomat] {
    width: 200px;
}

select[name=paczkomat2] {
    width: 200px;
}

.szukajPaczkomatu {
    display: none;
    cursor: pointer;
    background: url("../images/paczkomaty.png") no-repeat center center;
    width: 106px;
    height: 22px;
    margin-top: 5px;
}


select[name=paczkomat], select[name=paczkomat2] {
    width: 100px;
}

.step2Hide {
    display: none;
}


#x_cart {
    background: url("../images/productAdd.png") no-repeat;
    display: none;
    position: fixed;
    margin: 300px 35%;
    text-align: center;
    line-height: 250px;
    width: 540px;
    z-index: 99999;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}


#cookie_info {
    z-index: 1000;
    position: fixed;
    bottom: 0px;
    padding: 0px 5%;
    margin: 0 auto;
    background-color: #CCC;
    color: #FFF;
    text-align: center;
    /*display: none;*/
    font-size: 12px;
    width: 100%;
}

#cookie_info a {
    color: #FFF;
    font-weight: bold;
}

.close_cookie {
    width: 19px;
    height: 19px;
    background: url("/themes/ebeactive_2019/img/cancel.png") no-repeat;
    float: right;
    padding: 0;
}


.ctable_td label {
    font-size: 12px;
}


.ui-multiselect {
    width: 248px !important;
    height: 32px;
}

.ui-multiselect span {
    float: left;
    padding: 3px 9px;
}

.ui-multiselect span.ui-icon {
    float: right;
    padding: 0;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute !important;
    top: auto !important;
    left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important
}

.ui-multiselect-header {
    padding-left: 9px
}

.ui-multiselect-header ul {
    font-size: 0.9em
}

.ui-multiselect-header ul li {
    float: left;
    padding: 0 10px 0 0
}

.ui-multiselect-header a {
    text-decoration: none
}

.ui-multiselect-header a:hover {
    text-decoration: underline
}

.ui-multiselect-header span.ui-icon {
    float: left
}

.ui-multiselect-header li.ui-multiselect-close {
    float: right;
    text-align: right;
    padding-right: 0
}

.ui-multiselect-checkboxes label {
    cursor: default;
    display: block;
    border: 1px solid transparent;
    padding: 3px 1px;
    clear: both;
}

.ui-multiselect-checkboxes label input {
    position: relative;
    top: 1px
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    display: block;
    padding: 3px;
    margin: 1px 0;
    text-decoration: none
}


.platformaratalnaVal {
    float: left;
}

.platformaratalnaLabel {
    float: left;
    width: 120px;
    text-align: right;
    padding-right: 10px;
}

.platformaRow {
    width: 100%;
    height: 20px;
}

.platformaTable th {
    font-weight: bold;
    padding: 5px;
}

.platformaTable td {
    paddinul . shopcart-prod-list li . prod . name
    ag: 5px;
}

.platformaH {
    color: #a1bd73;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding-bottom: 15px;
}

.platformaright {
    text-align: right;
    width: 50%;
    border-bottom: dotted 1px #c2c2c2;
    padding: 10px 5px;
    font-weight: bold;
}

.platformaleft {
    text-align: left;
    width: 50%;
    border-bottom: dotted 1px #c2c2c2;
    padding: 10px 5px;
}

.platformSummary {
    width: 100%;
}

.platformaWrap {
    border: solid 1px #c2c2c2;
    padding: 15px;
    width: 93%;
    margin-bottom: 25px;
}

.platformaLinki th {
    font-weight: bold;
    border-bottom: dotted 1px #c2c2c2;
    padding: 10px 5px;
}

.platformaLinki td {
    text-align: left;
    border-bottom: dotted 1px #c2c2c2;
    padding: 10px 5px;
    font-size: 12px;
}

.platformaH {
    color: #a1bd73;
    font-weight: bold;
    font-size: 16px !important;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: none !important;
}

.platformaKwota {
    width: 100px;
    text-align: right !important;
    font-weight: bold;
}

/*** BEGIN Koszyk OPC + Rejestracja ***/

.bgNone {
    overflow: hidden;
    float: left;
    width: 100% !important;
    margin: 0px !important;
    padding: 30px 0px !important;
    background: none !important;
    border-bottom: 1px solid #DADADA !important;
}

#shopcart .platnosc,
#shopcart .waznoscKarty {
    width: 900px;
    margin: 0px auto;
    color: #888;
}

#shopcart .waznoscKarty strong {
    font-family: 'Nexa';
    font-size: 14px;
    font-weight: 800;
    color: #434343;
}

#shopcart .waznoscKarty input[type="checkbox"] {
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}

#shipCountry {
    display: none;
}

#shopcart .bgNone .wrap {
    width: 900px;
    margin: 0px auto;
}

.fieldRow input.error,
.fieldRow select.error {
    margin-bottom: 20px;
    color: #FF0000 !important;
    border: 1px solid #d51c29 !important;
}

.fieldRow label.error {
    position: absolute;
    left: 240px;
    bottom: 0px;
    width: 442px;
    height: auto;
    margin: 0px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    line-height: initial;
}

label[for="bank"].error,
label[for="confirmDate"].error {
    font-weight: bold;
}

label[for="bank"].error {
    float: left;
    width: 246px;
    margin: 10px 0px;
    margin-right: 100px;
    text-align: center;
}

label[for="confirmDate"].error {
    float: left;
    float: right;
    margin-left: 10px;
}

.fieldRow label[for="adres"].error {
    width: 342px;
}

.fieldRow label[for="adres_no"].error {
    left: 575px;
    width: auto;
}

.fieldRow label[for="rules"].error {
    position: relative;
    left: 0px;
    bottom: auto;
    width: auto;
    margin-right: 5px;
}

.fieldRow input[type="checkbox"] {
    float: left;
    margin-top: 3px;
    margin-left: 240px;
    margin-right: 7px;
}

.fieldRow label.chk {
    width: 422px;
    height: auto;
    font-family: 'Nexa';
    font-size: 13px;
    font-weight: normal;
    color: #888;
    text-align: left;
    line-height: 20px;
}

#registerData {
    margin-top: -30px;
    padding: 30px 0px 15px;
    background: #f9f9f9;
    border-bottom: 1px solid #DADADA;
}


#newShip,
#newPay {
    float: left;
    width: 100%;
}


#newShip th,
#newPay th,
#newShip td,
#newPay td {
    padding: 0px;
    padding-bottom: 15px;
}

#newShip select,
#newPay select {
    margin-top: 15px;
}

/* ------------------------------ */


#form .formKlient {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.fieldRow.gend span {
    float: left;
    width: 220px;
    height: 34px;
    margin-right: 20px;
    font-family: 'Nexa';
    font-size: 14px;
    font-weight: 800;
    color: #434343;
    text-align: right;
    line-height: 34px;
}

.fieldRow.gend label {
    width: auto !important;
    font-weight: normal !important;

}

.fieldRow.gend input {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}


#logged-user-data {
}

#logged-user-data span {
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 34px;

}


#div_id_order_confirm #slide-cont {
    display: none;
}

#div_id_order_confirm #main-cont {
    padding: 70px 0px;
}


#order-summary-page {
    margin-top: 30px;
}


#order-summary {
    background: #F9F9F9;
    border: solid 1px #dadada;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    padding-left: 150px;
    line-height: 15px;
}


#order-payment {
    background: #F9F9F9;
    border: solid 1px #dadada;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    line-height: 15px;
}


#order-summary.order-summary-thx, #order-payment {
    background: #F9F9F9 url(../img/theme/ico/v2.png) 45px center no-repeat;
    line-height: 25px;
}


#order-summary-page p.thx {
    font-size: 20px;
    color: #78CBD0;
    margin-bottom: 10px;
}


#order-payment {
    text-align: center;
    border: solid 1px #DADADA;
}


#order-summary-page p.ord-id {
    font-size: 14px;
    color: #434343;
}


#order-summary-page p.ord-id span {
    font-weight: bold;
}


#order-summary-page {
    font-size: 12px;
    color: #353535;
}


#order-summary-page b {
    float: right;
    width: 65%;
    margin-left: 10px;
    text-align: left;
}


#order-summary.order-summary-ship {
    padding: 0px;
    line-height: 25px;
}


.mail_shipment {
    margin-bottom: 50px !important;
    width: 100% !important;
}


.mail_shipment th {
    display: none;
    padding: 15px 50px !important;
    vertical-align: middle !important;
    font-weight: bold !important;
    color: #252525 !important;
    border-bottom: 1px solid #d8d8d8;
    font-size: 12px !important
}


.mail_shipment td {
    display: none;
    padding: 15px 50px !important;
    vertical-align: middle !important;
    color: #454444 !important;
    border: 0 !important;
    font-size: 14px !important
}


.mail_shipment th.first,
.mail_shipment td.first {
    display: block;
    padding-left: 150px !important;

}


.mail_shipment td b {
    float: none !important;
    margin: 0px !important;
    font-weight: normal;
}


.mail_shipment td u {
    text-decoration: none;
}


#mail_pay {
    float: left;


    margin: 30px 0px 50px;


    font-size: 14px;


    line-height: 22px;
    width: 100%;


}


#mail_pay select {
    width: 250px;


    height: 30px;


    margin-top: 10px;


    padding-left: 10px;


    line-height: normal !important;


    border: 1px solid #DDD;


}


#mail_pay input[type="submit"] {
    width: 80px;


    height: 20px;


    margin: 5px 10px;


    font: 12px 'Open Sans';


    color: #FFF;


    line-height: 20px;


    text-align: center;


    background: #ce0e2d;


    border-radius: 5px;


    -moz-border-radius: 5px;


    -webkit-border-radius: 5px;


}


#mail_pay input[type="submit"]:hover {
    color: #000;


}


#div_id_main_page hr {
    display: none;


}


#div_id_main_page .top_text {
    display: block;


    font-size: 22px;


    font-weight: bold;


}


a#fixed-cart {
    position: fixed;
    top: 190px;
    left: 0px;
    width: 51px;
    height: 186px;
    background: url(../img/theme/box-cart.png) 0px 0px no-repeat;
    z-index: 100;
}


a#fixed-cart:hover {
    opacity: 0.7;
}

.article_text h4.name {
    color: #e5e5e5;
    font-family: 'Nexa';
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

#div_id_article_61 #content {
    background: none;
}

#div_id_article_61 .article_text {
    background: #fff;
}


#div_id_main_page #transfer_force {
    display: block;
}

#transfer_force {
    display: none !important;
    position: absolute;
    top: 144px;
    width: 896px;
    height: 400px;
    text-align: center;
    background: #FFF;
    border: 2px solid #404040;
    z-index: 99999;
}

#transfer_force a {
    display: block;
}

#transfer_force a:hover {
    opacity: 0.8;
}

#transfer_force a.close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 26px;
    background: #000;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    z-index: 99999;
}


/*** SYSTEM ***/

/* jquery ui */
.ui-tabs-hide {
    display: none;
}

/* jquery ui */


/* FaceBook */

#bossbyte_slide {
    top: 220px !important;
}

#bossbyte_slide_front_front {
    width: 49px !important;
    height: 146px !important;
    background: url(../images/fb.png) 0px 0px no-repeat !important;
}

#bossbyte_slide iframe {
    display: block;
}


#x_cart {
    display: none;
    position: fixed;
    width: 540px;
    margin: 300px 35%;
    background: url("../images/productAdd.png") no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 250px;
    z-index: 99999;
}


#cookie_info {
    display: none !important;
    margin: 0 auto;
    padding: 10px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 10px -5px #111;
}

.close_cookie {
    margin-right: 40px;
    float: right;
    width: 19px;
    height: 19px;
    padding: 0px;
    /*background: url("../images/close.png") no-repeat;*/
}


a.back {
    float: left;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 10px;
    color: #8E8E8E;
    line-height: 10px;
    background: url(../images/back.png) 0px 0px no-repeat;
}

a.back:hover {
    color: #3b3b3b;
    /*background-position: 0px -10px; */
}


#blackout {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/r_bgt.png) 0px 0px repeat;

}


div.pole_message_err,
div.pole_message,
div.pole_message_info {
    position: fixed;
    top: 275px;
    left: 50%;
    width: 471px;
    min-height: 20px;
    margin-left: -270px;
    padding: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    z-index: 2001;
    background: none #FFF 0px 0px repeat scroll;
    border: 4px solid #605F61;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.pole_message img.zamknij,
div.pole_message_err img.zamknij,
div.pole_message_info img.zamknij {
    position: absolute;
    cursor: pointer;
    top: -11px;
    right: -11px;
}

div.pole_message_err {
    color: #DB102D;
    text-transform: lowercase;
}

div.pole_message {
    color: #1c1c1c;
    text-transform: lowercase;
}

div.pole_message_info {
    color: #4A4A4A;
    text-transform: lowercase;
}

.backward {
    display: none;
}

/* Strona klubów */
#div_id_article_61 .article_text .club_wrapper {
    margin-bottom: 100px;
}

#div_id_article_61 .article_text {
    background: url('/themes/ebeactive_2019/img/nasze-kluby.jpg') no-repeat #fff;
}

#div_id_article_61 .article_text .club_wrapper .map_wrapper {
    position: relative;
    width: 1100px;
    height: 313px;
    margin: 0 auto
}

#div_id_article_61 .article_text .club_wrapper .map_wrapper .map {
    position: absolute;
    top: 105px;
    right: 0;
    width: 455px;
    height: 455px;
    padding: 10px;
    background-color: #FFF
}

#div_id_article_61 .article_text .club_wrapper .map_wrapper .map #map-canvas {
    width: 100%;
    height: 100%
}

#div_id_article_61 .article_text .club_wrapper .map_wrapper .map #map-canvas .marker_title {
    margin-bottom: 10px;
    color: #4E4E4E;
    font-family: 'Nexa';
    font-size: 22px;
    font-weight: normal
}

#div_id_article_61 .article_text .club_wrapper .map_wrapper .map #map-canvas .marker_address {
    margin-bottom: 10px;
    padding: 0px 10px;
    color: #FFF;
    font-family: 'Nexa';
    font-size: 13px;
    font-weight: normal;
    background: #ce0e2d;
    border-bottom: 2px solid #bf0714;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px
}

#div_id_article_61 .article_text .club_wrapper .map_wrapper .map #map-canvas .marker_options {
    display: inline-block
}

#div_id_article_61 .article_text .club_wrapper .map_wrapper .map #map-canvas .marker_options a {
    float: left;
    width: 46px;
    height: 45px
}

#div_id_article_61 .article_text .club_wrapper .map_wrapper .map #map-canvas .marker_options a + a {
    margin-left: 20px
}

#div_id_article_61 .article_text .club_wrapper .map_wrapper .map #map-canvas .marker_options a.woman {
    background: url(../img/new/ico/woman.png) center center no-repeat
}

#div_id_article_61 .article_text .club_wrapper .map_wrapper .map #map-canvas .marker_options a.www {
    background: url(../img/new/ico/site.png) center center no-repeat
}

#div_id_article_61 .article_text .club_wrapper .map_wrapper .map #map-canvas .marker_options a.mapa {
    background: url(../img/new/ico/map.png) center center no-repeat
}

#div_id_article_61 .article_text .club_wrapper .select_wrapper {
    height: 155px;
    margin-bottom: 105px;
    text-align: left
}

#div_id_article_61 .article_text .club_wrapper .select_wrapper .select {
    width: 1100px;
    height: 155px;
    margin: 0 auto;
    background: none;
    text-align: left
}

#div_id_article_61 .article_text .club_wrapper .select_wrapper .select img {
    position: relative;
    top: -100px;
    max-width: 100%;
}

#div_id_article_61 .article_text .club_wrapper .select_wrapper .select label {
    height: 32px;
    background: url(../img/lupa.png) no-repeat;
    text-transform: lowercase;
    font-weight: bold;
    color: #111;
    line-height: 56px;
    margin: 0 0 40px 0;
    font-size: 26px;
    display: block;
}

#div_id_article_61 .article_text .club_wrapper .select_wrapper .select label:before {
    content: '_';
}

#div_id_article_61 .article_text .club_wrapper .select_wrapper .select label:after {
    background: url('/themes/ebeactive_2019/img/nasze_kluby/search.png');
    width: 59px;
    height: 56px;
    display: block;
    content: '';
    float: left;
    margin-right: 15px;
}

#div_id_article_61 .article_text .club_wrapper .select_wrapper .select select {
    background: #e0e0e2;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    height: auto;
    line-height: 21px;
    padding: 12px 20px 8px 20px;
    width: 320px;
    font-family: 'Nexa';
    font-size: 16px;
    font-style: italic;
    margin: 0 !important;
}

#div_id_article_61 .article_text .club_wrapper .select_wrapper .select button {
    border: none;
    padding: 5px 20px;
    margin: 0 0 10px 10px;
}

#div_id_article_61 .article_text .club_wrapper .select_wrapper .select button:focus {
    outline: 0
}

@media (max-width: 767px) {
    .product .list li {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    #div_id_article_61 .article_text .club_wrapper .select_wrapper .select img {
        top: -50px;
    }

    #div_id_article_61 .article_text {
        float: none;
        width: calc(100% - 60px);
        padding: 0 30px;
    }

    #div_id_article_61 .article_text .product {
        width: unset;
    }

    #div_id_article_61 .article_text .club_wrapper .map_wrapper {
        width: unset;
    }

    #div_id_article_61 .article_text .club_wrapper .map_wrapper .map {
        top: 80px;
        left: 0;
        margin: 0 auto;
        width: calc(100% - 20px);
    }

    #div_id_article_61 .article_text .club_wrapper .images {
        height: 693px;
    }

    #div_id_article_61 .article_text .club_wrapper .select_wrapper .select label:after {
        display: none;
    }

    #div_id_article_61 .article_text .club_wrapper .select_wrapper .select label {
        display: block;
        margin: 0;
        line-height: 1;
        height: auto;
    }

    #div_id_article_61 .article_text .club_wrapper .select_wrapper .select {
        width: 100%;
        text-align: center;
    }

    #div_id_article_61 .article_text .club_wrapper .select_wrapper .select select {
        width: 100%;
    }

    #div_id_article_61 .article_text .club_wrapper .select_wrapper .select button {
        width: 100%;
        margin: 10px 0 0 0;
    }
}

.product .icons_legend {
    display: none;
}

#location {
    text-align: left;
}

#location h3:before {
    content: '_';
}

#location h3 {
    font-size: 26px;
    font-weight: bold;
    color: #ce0e2d;
    font-style: italic;
}

.article_text .product h4.name {
    color: #111;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a, .gmnoprint span {
    display: none
}

.gmnoprint div {
    background: none !important
}


#top-player {
    display: none;
    position: absolute;
    left: 50%;
    width: 600px;
    height: 450px;
    margin-left: -300px;
    z-index: 10000;
}

#top-player a.close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    background: #FFF;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    z-index: 2;
}

#top-player a.close:hover {
    color: #AA0119;
}

#top-player .content {
    position: relative;
    overflow: hidden;
    float: left;
    width: 600px;
    height: 450px;
    z-index: 1;
}

#top-player .content a {
    display: block;
    width: 600px;
    height: 450px;
    background: url(../img/new/add/toplayer2.jpg) 0px 0px no-repeat;
}

#top-player .content a:hover {
    opacity: 0.9;
}

.icon_legend_16plus {
    background: transparent url("../img/new/ico/16plus.png") no-repeat scroll 0% 0%;
    float: left;
    padding: 0px 0px 10px 50px;
    font-size: 24px;
    height: 50px;
    position: relative;
    right: 100px;

}

.icon_legend_18plus {
    background: transparent url("../img/new/ico/18plus.png") no-repeat scroll 0% 0%;
    float: left;
    padding: 0px 0px 10px 50px;
    font-size: 24px;
    height: 50px;
    position: relative;
    left: 100px;

}

.icon_legend_text {
    position: relative;
    top: 13px;
    font-size: 17px;
}

body#div_id_article_61 .backward {
    display: none;
}


.to_the_left {
    float: left;
    clear: left;
    width: 50%;
}

.to_the_right {
    float: right;
    clear: right;
    width: 55%;
}

.shopcart_wrapper {
    margin-top: 50px;
    display: table;
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #dadada;
}

.shopcart_discount {
    float: right;
    /*padding-bottom: 20px;*/
}

.shopcart_discount > label {
    margin-right: 10px;
    font-family: 'Nexa';
    font-size: 14px;
    color: rgb(67, 67, 67);
    text-align: right;
    line-height: 34px;
}

.shopcart_summary > div {
    font-size: 22px;
    font-weight: bold;
    color: rgb(51, 51, 51);
}

.shopcart_summary > div > span {
    margin-left: 5px;
    color: rgb(216, 23, 51);
}


/* ----------- promo +1m */
#div_id_article_80 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_80 #content .ralfu {
    display: inline-block;
}

#div_id_article_80 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_80 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_80 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_80 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_80 #content ul.cards-list li.save {
    background: white;
}

#div_id_article_80 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

.szalony_tydzien {
    top: 280px;
    right: 43px;
    width: 456px;
    height: 63px;
    line-height: 60px;
    z-index: 1;
    transform: rotate(-3deg);
    background: #e20536;
}

.gratisy_do_wziecia {
    right: 521px;
    width: 283px;
    height: 63px;
    line-height: 60px;
    z-index: 1;
    transform: rotate(5deg);
    background: #6d6d6d;
    top: 264px;
}

.promo1m {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.buy_input {
    background: rgb(216, 23, 51) url("/themes/ebeactive/img/new/ico/arr.png") no-repeat scroll right center;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 16px;
    padding: 6px 37px 5px 20px;
    border-radius: 15px;
}

.buy_input:hover {
    background-color: #AA0119;
    color: white;
}

/* ----------- promo 6m */
#div_id_article_82 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_82 #content .ralfu {
    display: inline-block;
}

#div_id_article_82 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_82 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_82 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_82 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_82 #content ul.cards-list li.save {
    background: white;
}

#div_id_article_82 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_82 div.article_text div.ralfu {
    width: 1220px;
}

#div_id_article_82 li.option div.val:nth-child(3n+4) {
    background: url("/themes/ebeactive/img/adds/checked_promo.png") center center no-repeat;
}

#div_id_article_82 li.o1 div.val:nth-child(3n+4) {
    background-color: #f6c8cf;
}

#div_id_article_82 li.you_save div.leftside {
    line-height: 92px;
}

#div_id_article_82 li.save div.val:nth-child(3n+4) {
    font-size: 23px !important;
}

#div_id_article_82 li.save {
    margin-top: 0;
    margin-bottom: 0;
}

.best_deal_6m {
    right: 525px;
    width: 283px;
    height: 63px;
    line-height: 60px;
    z-index: 1;
    transform: rotate(-7deg);
    background: #e20536;
    top: 343px;
}

#div_id_article_83 li.save {
    background: white !important;
}

#div_id_article_83 li.save div.leftside {
    color: red;
    font-size: 16px;
}

#div_id_article_83 li.save div {
    color: red;
}

#div_id_article_83 li.save div.val:nth-child(2n+3) {
    font-size: 19px;
}

#div_id_article_83 li.save div.val:nth-child(2n+2) {
    line-height: 126px;
}

#div_id_article_83 li.save {
    height: 130px;
}

#div_id_article_83 ul.cards-list li.save {
    margin-bottom: 0;
}

#div_id_article_83 div.img-bcg {
    background-color: #ffb416;
}

#div_id_article_83 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_83 li.option div.val:nth-child(2n+3) {
    background: url("/themes/ebeactive/img/adds/wwo/checked.png") center center no-repeat;
}

#div_id_article_83 li.option.o1 div.val:nth-child(2n+3) {
    background-color: #ffe3a9;
}

#div_id_article_83 li.save div {
    font-size: 16px;
}

#div_id_article_83 li.price {
    margin-top: 15px;
}

#div_id_article_83 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
    margin-top: 50px;
}

#div_id_article_83 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_83 li.save2 {
    margin-bottom: 10px;
}

#div_id_article_83 li.save2 .leftside {
    color: red;
    font-size: 16px;
    text-indent: 10px;
    font-weight: 800;
}

#div_id_article_83 li.save2 .val {
    color: red;
    font-size: 20px;
    font-weight: 800;
}

#div_id_article_84 li.save {
    background: white !important;
}

#div_id_article_84 li.save div.leftside {
    color: red;
    font-size: 16px;
}

#div_id_article_84 li.save div {
    color: red;
}

#div_id_article_84 li.save div.val:nth-child(2n+3) {
    font-size: 19px;
}

#div_id_article_84 li.save div.val:nth-child(2n+2) {
    line-height: 126px;
}

#div_id_article_84 li.save {
    height: 130px;
}

#div_id_article_84 ul.cards-list li.save {
    margin-bottom: 0;
}

#div_id_article_84 div.img-bcg {
    background-color: #ffb416;
}

#div_id_article_84 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_84 li.option div.val:nth-child(2n+3) {
    background: url("/themes/ebeactive/img/adds/wwo/checked.png") center center no-repeat;
}

#div_id_article_84 li.option.o1 div.val:nth-child(2n+3) {
    background-color: #ffe3a9;
}

#div_id_article_84 li.save div {
    font-size: 16px;
}

#div_id_article_84 li.price {
    margin-top: 15px;
}

#div_id_article_84 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
    margin-top: 50px;
}

#div_id_article_84 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_84 li.save2 {
    margin-bottom: 10px;
}

#div_id_article_84 li.save2 .leftside {
    color: red;
    font-size: 16px;
    text-indent: 10px;
    font-weight: 800;
}

#div_id_article_84 li.save2 .val {
    color: red;
    font-size: 20px;
    font-weight: 800;
}

/* promo 1+1 */
#div_id_article_85 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_85 #content .ralfu {
    display: inline-block;
}

#div_id_article_85 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_85 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_85 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_85 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_85 .promo_desc {
    color: red;
    font-weight: 800;
}

#div_id_article_85 #content ul.cards-list li.save {
    background: white;
}

#div_id_article_85 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_85 div.article_text div.ralfu {
    width: 1220px;
}

#div_id_article_85 li.option div.val:nth-child(3n+3) {
    background: url("/themes/ebeactive/img/adds/1+1/check.png") center center no-repeat;
}

#div_id_article_85 li.o1 div.val:nth-child(3n+3) {
    background-color: #f6c8cf;
}

#div_id_article_85 li.save:not(.you_save) div.leftside {
    line-height: 110px;
}

#div_id_article_85 li.save:not(.you_save) div.val {
    line-height: 110px;
}

#div_id_article_85 li.save:not(.you_save) div.val:nth-child(3n+3) {
    font-size: 23px !important;
    line-height: 0px;
}

#div_id_article_85 li.save:not(.you_save) {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#div_id_article_85 li.save:not(.you_save) div.val img {
    height: 106px;
    width: 148px;
}

#div_id_article_85 li.save:not(.you_save) div.val span {
    position: relative;
    top: 51px;
    color: white;
    font-size: 20px;
}

#div_id_article_85 li.save.you_save .val:nth-child(3n+3) {
    font-size: 22px !important;
}

#div_id_article_85 li.you_save.save {
    padding-top: 0px;
}

#div_id_article_85 li.duration {
    font-weight: 800;
    margin-bottom: 20px;
}

#div_id_article_85 li.duration .leftside {
    text-indent: 10px;
}

.happy_double {
    right: -14px;
    width: 283px;
    height: 63px;
    line-height: 60px;
    z-index: 1;
    transform: rotate(17deg);
    background: #e20536;
    top: 148px;
}

/* 2+2 */
#div_id_article_86 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_86 #content .ralfu {
    display: inline-block;
}

#div_id_article_86 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_86 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_86 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_86 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_86 .promo_desc {
    color: red;
    font-weight: 800;
}

#div_id_article_86 #content ul.cards-list li.save {
    background: white;
}

#div_id_article_86 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_86 div.article_text div.ralfu {
    width: 1220px;
}

#div_id_article_86 li.option div.val:nth-child(3n+3) {
    /*background: url("/themes/ebeactive/img/adds/1+1/check.png") center center no-repeat;*/
}

#div_id_article_86 li.o1 div.val:nth-child(3n+3) {
    background-color: #f9f9f9;
}

#div_id_article_86 li.save:not(.you_save) div.leftside {
    line-height: 110px;
}

#div_id_article_86 li.save:not(.you_save) div.val {
    line-height: 110px;
}

#div_id_article_86 li.save:not(.you_save) div.val:nth-child(3n+3) {
    font-size: 23px !important;
    line-height: 0px;
}

#div_id_article_86 li.save:not(.you_save) {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#div_id_article_86 li.save:not(.you_save) div.val img {
    height: 106px;
    width: 148px;
}

#div_id_article_86 li.save:not(.you_save) div.val span {
    position: relative;
    top: 51px;
    color: white;
    font-size: 20px;
}

#div_id_article_86 li.save.you_save .val:nth-child(3n+3) {
    font-size: 22px !important;
}

#div_id_article_86 li.you_save.save {
    padding-top: 0px;
}

#div_id_article_86 li.duration {
    font-weight: 800;
    margin-bottom: 20px;
}

#div_id_article_86 li.duration .leftside {
    text-indent: 10px;
}

#div_id_article_86 div.img-bcg img {
    max-height: 260px;
}

#div_id_article_87 #content {
    background: #CFCFCF;
}

#div_id_article_87 .regulations {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0px;
}

#div_id_article_87 .regulations .content {
    height: 440px;
}

.cosmic_offer {
    right: 120px;
    width: 283px;
    height: 63px;
    line-height: 60px;
    z-index: 1;
    transform: rotate(6deg);
    background: #6d6d6d;
    top: 354px;
}

/* 2+2 long */
#div_id_article_88 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_88 #content .ralfu {
    display: inline-block;
}

#div_id_article_88 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_88 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_88 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_88 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_88 .promo_desc {
    color: red;
    font-weight: 800;
}

#div_id_article_88 #content ul.cards-list li.save {
    background: white;
}

#div_id_article_88 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_88 div.article_text div.ralfu {
    width: 1220px;
}

#div_id_article_88 li.option div.val:nth-child(3n+3) {
    /*background: url("/themes/ebeactive/img/adds/1+1/check.png") center center no-repeat;*/
}

#div_id_article_88 li.o1 div.val:nth-child(3n+3) {
    background-color: #f9f9f9;
}

#div_id_article_88 li.save:not(.you_save) div.leftside {
    line-height: 110px;
}

#div_id_article_88 li.save:not(.you_save) div.val {
    line-height: 110px;
}

#div_id_article_88 li.save:not(.you_save) div.val:nth-child(3n+3) {
    font-size: 23px !important;
    line-height: 0px;
}

#div_id_article_88 li.save:not(.you_save) {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#div_id_article_88 li.save:not(.you_save) div.val img {
    height: 106px;
    width: 148px;
}

#div_id_article_88 li.save:not(.you_save) div.val span {
    position: relative;
    top: 51px;
    color: white;
    font-size: 20px;
}

#div_id_article_88 li.save.you_save .val:nth-child(3n+3) {
    font-size: 22px !important;
}

#div_id_article_88 li.you_save.save {
    padding-top: 0px;
}

#div_id_article_88 li.duration {
    font-weight: 800;
    margin-bottom: 20px;
}

#div_id_article_88 li.duration .leftside {
    text-indent: 10px;
}

#div_id_article_88 div.img-bcg img {
    max-height: 260px;
}


#div_id_article_89 #content {
    background: #CFCFCF;
}

#div_id_article_89 .regulations {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0px;
}

#div_id_article_89 .regulations .content {
    height: 440px;
}

/* ----------- promo 1+15 */
#div_id_article_90 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_90 #content .ralfu {
    display: inline-block;
}

#div_id_article_90 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_90 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_90 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_90 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_90 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_90 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_90 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_90 #content .img-bcg {
    height: 260px;
    margin-bottom: 47px;
    background: rgb(15, 0, 0) none repeat scroll 0% 0%;
}

@media all and (max-width: 1366px) {
    #div_id_article_90 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_90 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_90 #content {
        background-position: 0px 240px;
    }
}


#div_id_article_91 #content {
    background: #CFCFCF;
}

#div_id_article_91 .regulations {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0px;
}

#div_id_article_91 .regulations .content {
    height: 440px;
}

.promo_1p15 {
    right: 557px;
    width: 283px;
    height: 63px;
    line-height: 60px;
    z-index: 1;
    transform: rotate(6deg);
    background: rgb(109, 109, 109) none repeat scroll 0% 0%;
    top: 412px;
}

/* Promocja FitHit */
#div_id_article_92 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_92 #content .ralfu {
    display: inline-block;
}

#div_id_article_92 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_92 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_92 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_92 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_92 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_92 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_92 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_92 #content .img-bcg {
    height: 260px;
    margin-bottom: 47px;
    background: #c60203 none repeat scroll 0% 0%;
}

@media all and (max-width: 1366px) {
    #div_id_article_92 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_92 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_92 #content {
        background-position: 0px 240px;
    }
}

#div_id_article_93 #content {
    background: #CFCFCF;
}

#div_id_article_93 .regulations {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0px;
}

#div_id_article_93 .regulations .content {
    height: 500px;
}

.promo_fithit {
    right: 274px;
    width: 292px;
    height: 60px;
    line-height: 60px;
    z-index: 1;
    transform: rotate(-7deg);
    background: #e20536 none repeat scroll 0% 0%;
    top: 426px;
}

/* 2+2 powerpromo */
#div_id_article_94 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_94 #content .ralfu {
    display: inline-block;
}

#div_id_article_94 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_94 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_94 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_94 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_94 .promo_desc {
    color: red;
    font-weight: 800;
}

#div_id_article_94 #content ul.cards-list li.save {
    background: white;
}

#div_id_article_94 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_94 div.article_text div.ralfu {
    width: 1220px;
}

#div_id_article_94 li.option div.val:nth-child(3n+3) {
    /*background: url("/themes/ebeactive/img/adds/1+1/check.png") center center no-repeat;*/
}

#div_id_article_94 li.o1 div.val:nth-child(3n+3) {
    background-color: #f9f9f9;
}

#div_id_article_94 li.save:not(.you_save) div.leftside {
    line-height: 110px;
}

#div_id_article_94 li.save:not(.you_save) div.val {
    line-height: 110px;
}

#div_id_article_94 li.save:not(.you_save) div.val:nth-child(3n+3) {
    font-size: 23px !important;
    line-height: 0px;
}

#div_id_article_94 li.save:not(.you_save) {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#div_id_article_94 li.save:not(.you_save) div.val img {
    height: 106px;
    width: 148px;
}

#div_id_article_94 li.save:not(.you_save) div.val span {
    position: relative;
    top: 51px;
    color: white;
    font-size: 20px;
}

#div_id_article_94 li.save.you_save .val:nth-child(3n+3) {
    font-size: 22px !important;
}

#div_id_article_94 li.you_save.save {
    padding-top: 0px;
}

#div_id_article_94 li.duration {
    font-weight: 800;
    margin-bottom: 20px;
}

#div_id_article_94 li.duration .leftside {
    text-indent: 10px;
}

#div_id_article_94 div.img-bcg img {
    max-height: 260px;
}

#div_id_article_95 #content {
    background-color: #CFCFCF;
}

#div_id_article_95 .regulations .content {
    height: 500px;
}

.powerpromo {
    right: -53px;
    width: 283px;
    height: 63px;
    line-height: 60px;
    z-index: 1;
    transform: rotate(-5deg);
    background: #e20536 none repeat scroll 0% 0%;
    top: 417px;
}

/* gotowi na lato */
#div_id_article_96 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_96 #content .ralfu {
    display: inline-block;
}

#div_id_article_96 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_96 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_96 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_96 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_96 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_96 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_96 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_96 #content .img-bcg {
    height: 260px;
    margin-bottom: 47px;
    background-color: white;
}

@media all and (max-width: 1366px) {
    #div_id_article_96 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_96 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_96 #content {
        background-position: 0px 240px;
    }
}

#div_id_article_97 > #content {
    background-color: #CFCFCF;
}

#div_id_article_97 .regulations .content {
    height: 530px;
}

.gotowi-na-lato {
    right: 513px;
    width: 283px;
    height: 63px;
    line-height: 60px;
    z-index: 1;
    transform: rotate(13deg);
    background: #e20536 none repeat scroll 0% 0%;
    top: 486px;
}

/* gotowi na lato - przedłużenie */
#div_id_article_99 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_99 #content .ralfu {
    display: inline-block;
}

#div_id_article_99 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_99 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_99 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_99 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_99 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_99 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_99 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_99 #content .img-bcg {
    height: 260px;
    margin-bottom: 47px;
    background-color: white;
}

@media all and (max-width: 1366px) {
    #div_id_article_99 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_99 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_99 #content {
        background-position: 0px 240px;
    }
}

/* Fit Jest Git */
#div_id_article_100 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_100 #content .ralfu {
    display: inline-block;
}

#div_id_article_100 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_100 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_100 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_100 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_100 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_100 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_100 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_100 #content .img-bcg {
    height: 260px;
    margin-bottom: 47px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

#div_id_article_100 #content li.price {
    margin-top: 15px;
}

#div_id_article_100 #content li.price .old.ind {
    text-indent: 0;
    text-decoration: line-through;
    color: black;
    font-size: 14px;
}

#div_id_article_100 #content li.price .new {
    font-size: 20px;
    color: #ce0e2d;
    font-weight: bold;
    text-decoration: none;
}

@media all and (max-width: 1366px) {
    #div_id_article_100 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_100 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_100 #content {
        background-position: 0px 240px;
    }
}

#div_id_article_101 > #content {
    background-color: #CFCFCF;
}

#div_id_article_101 .regulations .content {
    height: 560px;
}

.fit-jest-git {
    right: 181px;
    width: 283px;
    height: 63px;
    line-height: 60px;
    z-index: 1;
    transform: rotate(2deg);
    background: #6d6d6d none repeat scroll 0% 0%;
    top: 486px;
}

/* Fit Jest Git -Przedłużenie */
#div_id_article_102 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_102 #content .ralfu {
    display: inline-block;
}

#div_id_article_102 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_102 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_102 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_102 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_102 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_102 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_102 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_102 #content .img-bcg {
    height: 260px;
    margin-bottom: 47px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

#div_id_article_102 #content li.price {
    margin-top: 15px;
}

#div_id_article_102 #content li.price .old.ind {
    text-indent: 0;
    text-decoration: line-through;
    color: black;
    font-size: 14px;
}

#div_id_article_102 #content li.price .new {
    font-size: 20px;
    color: #ce0e2d;
    font-weight: bold;
    text-decoration: none;
}

@media all and (max-width: 1366px) {
    #div_id_article_102 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_102 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_102 #content {
        background-position: 0px 240px;
    }
}

#div_id_article_103 > #content {
    background-color: #CFCFCF;
}

#div_id_article_103 .regulations .content {
    height: 560px;
}

/* article 104 */
#div_id_article_104 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_104 #content .ralfu {
    display: inline-block;
}

#div_id_article_104 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_104 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_104 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_104 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_104 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_104 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_104 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_104 #content .img-bcg {
    height: 260px;
    margin-bottom: 47px;
    background-color: white;
}

@media all and (max-width: 1366px) {
    #div_id_article_104 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_104 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_104 #content {
        background-position: 0px 240px;
    }
}

#div_id_article_105 > #content {
    background-color: #CFCFCF;
}

#div_id_article_105 .regulations .content {
    height: 560px;
}

/* article 106 */
#div_id_article_106 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_106 #content .ralfu {
    display: inline-block;
}

#div_id_article_106 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_106 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_106 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_106 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_106 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_106 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_106 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_106 #content .img-bcg {
    height: 260px;
    margin-bottom: 47px;
    background-color: white;
}

@media all and (max-width: 1366px) {
    #div_id_article_106 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_106 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_106 #content {
        background-position: 0px 240px;
    }
}

#div_id_article_107 > #content {
    background-color: #CFCFCF;
}

#div_id_article_107 .regulations .content {
    height: 560px;
}

/* article 109 */
#div_id_article_109 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_109 #content .ralfu {
    display: inline-block;
}

#div_id_article_109 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_109 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_109 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_109 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_109 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_109 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_109 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_109 #content .img-bcg {
    height: 260px;
    margin-bottom: 47px;
    background-color: white;
}

@media all and (max-width: 1366px) {
    #div_id_article_109 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_109 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_109 #content {
        background-position: 0px 240px;
    }
}

#footer-mocarne-promo {
    display: none;
    margin-top: 10px;
    color: #888;
    font-size: 1.2em;
}

#div_id_article_108 > #content {
    background-color: #CFCFCF;
}

#div_id_article_108 .regulations {
    height: 550px;
    margin: 30px 0px;
}


.summer-fits {
    right: -80px;
    width: 283px;
    height: 63px;
    line-height: 60px;
    z-index: 1;
    transform: rotate(365deg);
    background: rgb(226, 5, 54) none repeat scroll 0% 0%;
    top: 498px;
}

.m-t-1 {
    margin-top: 1em;
}

/* article 111 */
#div_id_article_111 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_111 #content .ralfu {
    display: inline-block;
}

#div_id_article_111 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_111 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_111 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_111 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_111 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_111 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_111 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_111 #content .img-bcg {
    height: 260px;
    margin-bottom: 47px;
    background-color: white;
}

@media all and (max-width: 1366px) {
    #div_id_article_111 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_111 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_111 #content {
        background-position: 0px 240px;
    }
}

#footer-mocarne-promo {
    display: none;
    margin-top: 10px;
    color: #888;
    font-size: 1.2em;
}

#div_id_article_108 > #content {
    background-color: #CFCFCF;
}

#div_id_article_108 .regulations {
    height: 550px;
    margin: 30px 0px;
}

.summer-fits {
    right: -80px;
    width: 283px;
    height: 63px;
    line-height: 60px;
    z-index: 1;
    transform: rotate(365deg);
    background: rgb(226, 5, 54) none repeat scroll 0% 0%;
    top: 498px;
}

.m-t-1 {
    margin-top: 1em;
}


/* HELL YEAH */
#div_id_article_112 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_112 #content .ralfu {
    display: inline-block;
}

#div_id_article_112 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_112 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_112 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_112 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_112 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_112 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_112 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_112 #content .img-bcg {
    height: 260px;
    background-color: white;
}

@media all and (max-width: 1366px) {
    #div_id_article_112 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_112 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_112 #content {
        background-position: 0px 240px;
    }
}

#div_id_article_113 > #content {
    background-color: #CFCFCF;
}

#div_id_article_113 .regulations {
    height: 550px;
    margin: 30px 0px;
}

/* HELLYEAH do 31*/
#div_id_article_114 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_114 #content .ralfu {
    display: inline-block;
}

#div_id_article_114 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_114 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_114 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_114 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_114 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_114 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_114 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_114 #content .img-bcg {
    height: 260px;
    background-color: white;
}

@media all and (max-width: 1366px) {
    #div_id_article_114 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_114 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_114 #content {
        background-position: 0px 240px;
    }
}

#div_id_article_115 > #content {
    background-color: #CFCFCF;
}

#div_id_article_115 .regulations {
    height: 550px;
    margin: 30px 0px;
}

/* NAJLEPIEJ 2x */
#div_id_article_117 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_117 #content .ralfu {
    display: inline-block;
}

#div_id_article_117 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_117 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_117 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_117 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_117 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_117 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_117 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_117 #content .img-bcg {
    height: 260px;
    background-color: #3d0000;
}

@media all and (max-width: 1366px) {
    #div_id_article_117 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_117 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_117 #content {
        background-position: 0px 240px;
    }
}

#div_id_article_118 > #content {
    background-color: #CFCFCF;
}

#div_id_article_118 .regulations {
    height: 550px;
    margin: 30px 0px;
}

/* NAJLEPIEJ x2 do 17*/
#div_id_article_120 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_120 #content .ralfu {
    display: inline-block;
}

#div_id_article_120 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_120 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_120 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_120 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_120 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_120 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_120 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_120 #content .img-bcg {
    height: 260px;
    background-color: #3d0000;
}

@media all and (max-width: 1366px) {
    #div_id_article_120 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_120 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_120 #content {
        background-position: 0px 240px;
    }
}

#div_id_article_121 > #content {
    background-color: #CFCFCF;
}

#div_id_article_121 .regulations {
    height: 550px;
    margin: 30px 0px;
}

/* 50 PROCENT OFF */
#div_id_article_122 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_122 #content .ralfu {
    display: inline-block;
}

#div_id_article_122 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_122 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_122 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_122 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_122 #content ul.cards-list li.price div.color {
    font-size: 19px;
    color: red;
}

#div_id_article_122 #content ul.cards-list li.price div.color s {
    font-size: 0.8em;
    color: #333;
}

#div_id_article_122 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_122 #content ul.cards-list li.save div.color {
    background: #E90230;
    color: #FFF;
}

#div_id_article_122 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_122 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_122 #content .img-bcg {
    height: 260px;
    background-color: #000D39;
}

@media all and (max-width: 1366px) {
    #div_id_article_122 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_122 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_122 #content {
        background-position: 0px 240px;
    }
}

#div_id_article_123 > #content {
    background-color: #CFCFCF;
}

#div_id_article_123 .regulations {
    height: 550px;
    margin: 30px 0px;
}

/* 50 PROCENT OFF do 30 */
#div_id_article_124 #content {
    background: url(../img/new/ban/reg.jpg) center 70px repeat-x;
    background-position: 0px 300px;
}

#div_id_article_124 #content .ralfu {
    display: inline-block;
}

#div_id_article_124 .article_text {
    overflow: visible;
    margin-top: 5px;
}

#div_id_article_124 .article_text ul.cards-list {
    margin-bottom: 50px;
}

#div_id_article_124 #content .middle {
    position: relative;
    background: #6D6D6D;
    z-index: 1;
}

#div_id_article_124 #content .middle .content {
    width: 700px;
    height: 116px;
    padding: 20px 0px 20px 200px;
    font-family: 'din Bold';
    font-weight: normal;
    font-size: 21px;
    color: #FFF;
    line-height: 37px;
    background: url(../img/theme/new/images/oferta/card.png) 0px 20px no-repeat;
}

#div_id_article_124 #content ul.cards-list li.price div.color {
    font-size: 19px;
    color: red;
}

#div_id_article_124 #content ul.cards-list li.price div.color s {
    font-size: 0.8em;
    color: #333;
}

#div_id_article_124 #content ul.cards-list li.save {
    background: white;
    margin-bottom: 0px;
}

#div_id_article_124 #content ul.cards-list li.save div.color {
    background: #E90230;
    color: #FFF;
}

#div_id_article_124 #content ul.cards-list li.save div {
    font-size: 16px;
    color: #ce0e2d;
}

#div_id_article_124 #content .img-bcg #image_banner {
    max-height: 260px;
}

#div_id_article_124 #content .img-bcg {
    height: 260px;
    background-color: #000D39;
}

@media all and (max-width: 1366px) {
    #div_id_article_124 #content .img-bcg #image_banner {
        max-height: 200px;
    }

    #div_id_article_124 #content .img-bcg {
        height: 200px;
    }

    #div_id_article_124 #content {
        background-position: 0px 240px;
    }
}

#div_id_article_127 > #content {
    background-color: #CFCFCF;
}

#div_id_article_127 .regulations {
    height: 550px;
    margin: 30px 0px;
}

#div_id_article_129 > #content {
    background-color: #CFCFCF;
}

#div_id_article_129 .regulations {
    height: 550px;
    margin: 30px 0px;
}

#div_id_article_134 #content ul.cards-list li.save div {
    color: #ce0e2d !important;
    font-weight: 900;
}

#content .img-bcg #image_banner {
    max-width: 100%;
}

#div_id_article_52 #content,
#div_id_login_page #content {
    background: transparent;
}

.icon_legend_16plus {
    right: 0;
}

/**/
.mb-20 {
    margin-bottom: 20px !important;
}

.mr-20 {
    margin-right: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/*header new*/
#header .ralfu,
#menu .ralfu,
.cart-page,
.blog-ralfu {
    max-width: 1280px;
    width: auto;
    text-align: center;
}

#header .ralfu {
    max-width: 1100px;
}

#hamburger {
    width: 30px;
    position: absolute;
    top: 4px;
    right: 30px;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*#hamburger.open {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    right: 25px;*/
/*    top: 9px;*/
/*}*/

#hamburger span {
    width: 100%;
    height: 4px;
    background: #ce0e2d;
    display: block;
    margin: 4px 0;
}

@media (max-width: 1439px) {
    #header .ralfu #h {
        padding-left: 40px;
        padding-right: 40px;
        width: calc(100% - 80px);
    }
}

#offer img.mobile {
    display: none;
}

@media (max-width: 1439px) {
    #header .ralfu {
        text-align: left;
        max-width: none;
    }

    #header .ralfu #h img {
        padding-left: calc(calc(100% - 1100px) / 2);
    }

    #header .ralfu #h ul {
        padding-left: calc(calc(100% - 1110px) / 2);
        width: calc(100% - calc(calc(100% - 1110px) / 2));
        /*text-align: center;*/
    }

    #header .ralfu #h #log {
        padding-right: calc(calc(100% - 1100px) / 2);
    }

    #header ul li:first-of-type {
        padding-left: 15px;
    }

    #header .ralfu #h {
        padding: 0;
        width: 100%;
    }
    #h .logo {
        width: calc(100% - 10px);
        margin: 0 0 10px 10px;
    }
    #header {
        padding-bottom: 0;
    }
    #header ul {
        background: rgba(0, 0, 0, .05);
    }
    #log {
        position: absolute;
        top: 0;
        right: 10px;
    }
    .lang-switch {
        position: absolute;
        top: calc(100% - 18px);
        padding-right: calc(calc(calc(100% - 1100px) / 2));
        margin-right: -10px;
    }
}

@media (max-width: 1260px) {
    #offer .comfort, #offer .open, #offer .voucher-box {
        width: calc(100% - 60px);
        margin-bottom: 60px;
    }
    #offer .comfort > div button,
    #offer .open > div button,
    #offer .voucher-box > div button {
        width: 100%;
    }
    #offer .voucher {
        margin: 20px 10px 0 10px;
    }
}

@media (max-width: 1109px) {
    #header .ralfu #h ul {
        width: 100%;
    }
}

@media (max-width: 1149px) {
    .blog-content .articles-list {
        max-width: calc(100vw - 40px) !important;
    }
}

@media (max-width: 1359px) {
    .container-1280 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .offer-details.voucher {
        position: static;
        transform: unset;
    }
    .container-1280 {
        padding-left: 0px;
        padding-right: 0px;
    }
    #blog .next {
        width: 60px;
        height: 200px;
    }
    #blog .next:after {
        line-height: 200px;
    }
    #blog .article {
        height: 200px;
    }
    #blog .article:before {
        font-size: 14px;
    }
    #blog .article .date,
    #blog .article .cat,
    #blog .article .title {
        font-size: 12px;
    }
    #blog .article .title {
        text-shadow: 1px 1px #444;
    }
    #home-banner a.check {
        font-size: 20px;
        padding: 15px 20px;
    }
    #newsletter form button {
        margin-top: 15px;
        width: 100% !important;
    }
    #newsletter input {
        width: calc(100% - 40px) !important;
    }
    #my-account .row .col:before {
        background-size: 15vw !important;
    }
    #my-account .row .col div {
        font-size: 12px;
        line-height: 12px;
        height: 24px;
    }
    .account-list ul.macc li {
        float: none;
    }
    .formKlient h1, .orders-list h1, #my-account-przekaz-moc h1 {
        font-size: 28px;
    }
    .formKlient h2, .user_details h2, #my-account-przekaz-moc h2 {
        font-size: 22px;
    }
    #option .right ul {
        font-size: 12px;
    }
    #option .right ul br, #option .right ul br:after {
        content: ' ';
        display: inline !important;
    }
}

button, a, input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

#header ul li.no-7 {
    display: none;
}

#footer .mobile-social {
    display: none;
}

#option .prev, #option .next {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    #option .right ul li {
        display: flex !important;
    }
}

html, body {
    height: 100%;
}

#content {
    min-height: calc(100% - 198px);
    background: #fff;
}

.orders-list ul li > div > span:not(.next-payment) {
    display: none;
}

.my_account.details .fieldRow.extra {
    margin-left: 50%;
    width: 50%;
}

@media (max-width: 767px) {
    .my_account.details .fieldRow {
        width: 100% !important;
    }
    .my_account.details .fieldRow.extra {
        margin-left: 0;
        width: 100%;
    }
    .lang-switch {
        top: 50%;
        left: 0;
        right: unset !important;
    }
    .account-list ul.macc li {
        margin-right: 15px;
    }
    .account-list ul.macc li a {
        font-weight: 500 !important;
        font-size: 11px;
    }
    #form .formKlient, .user_details.password {
        width: calc(100% - 80px);
        float: none;
        margin: 0 auto;
    }
    #my-account .row {
        max-width: unset;
    }
    #my-account {
        padding: 20px;
    }
    #header .clear {
        text-align: center;
    }
    #header .logo {
        float: none;
        display: inline-block;
        width: auto;
    }
    #contact .row .col {
        width: 100%;
    }
    #contact .container {
        max-width: unset;
        width: calc(100% - 40px);
    }
    #offer .comfort, #offer .open {
        margin-bottom: 0px;
    }
    #offer .voucher button {
        margin: 20px auto 0 auto;
        display: block;
    }
    #offer .comfort > div, #offer .open > div, #offer .voucher-box > div {
        width: calc(100% - 64px);
        margin-bottom: 60px;
    }
    #offer img:not(.mobile) {
        display: none;
    }
    #offer img.mobile {
        display: inline-block;
        max-width: 100%;
        /*margin: 40px;*/
        /*width: calc(100% - 80px);*/
    }
    #log {
        display: none;
    }
    #header {
        z-index: 2;
    }
    #header ul {
        background: #fff;
        width: 60%;
        float: right;
        position: absolute;
        top: 44px;
        right: 0;
        z-index: 1;
        border-left: 1px solid #d11734;
        text-align: center;
        display: none;
    }
    #header ul li {
        display: block;
        border-bottom: 1px solid #d11734;
    }
    #header ul li.no-7 {
        display: block;
        background: #d11734;
    }
    #header ul li a {
        font-weight: bold;
        font-size: 20px;
        color: #a0a0a0;
        font-style: italic;
        line-height: 50px;
    }
    #header ul li.no-7 a {
        color: #fafafa;
    }
    #przekaz-moc {
        padding: 0;
    }
    #h .logo {
        margin: 0 0 10px 0;
        text-align: center;
        padding: 5px;
    }
    #h .logo img {
        max-width: 150px;
    }
    #hamburger {
        display: block;
    }
    #hamburger.open {
        margin-top: 9px;
    }
    #hamburger.open span:first-of-type {
        position: absolute;
        transform: rotate(45deg);
    }
    #hamburger.open span:nth-of-type(2) {
        position: absolute;
        transform: rotate(-45deg);
    }
    #hamburger.open span:nth-of-type(3) {
        display: none;
    }
    .menu-mask {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(25, 27, 41, .7);
        z-index: 1;
        display: none;
    }

    #home-banner {
        background: url('../img/mobile-banner-3.jpg');
        padding-top: 61%;
        background-size: contain;
    }
    #home-banner a.check {
        left: 50%;
        transform: translateX(-50%);
        margin: 0 auto;
        bottom: 20px;
    }
    img.msg {
        /*display: none;*/
        width: 100px;
    }
    #option {
        padding: 40px 40px 60px 40px;
        width: calc(100% - 80px);
    }
    #option br {
        display: none;
    }
    #option > div {
        margin-top: 0;
    }
    #option div .left {
        text-align: center;
        display: block;
    }
    #option div .right {
        display: block;
        position: relative;
        text-align: center;
    }
    #option .right ul li:before {
        background: url('../img/icons/1-2.png') no-repeat center;
        height: 99px;
        width: 100%;
        display: block;
        content: ' ';
    }
    #option .right ul li:nth-of-type(2):before {
        background: url('../img/icons/2-2.png') no-repeat center;
    }
    #option .right ul li:nth-of-type(3):before {
        background: url('../img/icons/3-2.png') no-repeat center;
    }
    #option .right ul li:nth-of-type(4):before {
        background: url('../img/icons/4-2.png') no-repeat center;
    }
    #option .right ul li:nth-of-type(5):before {
        background: url('../img/icons/5-2.png') no-repeat center;
    }
    #option .right ul li:nth-of-type(6):before {
        background: url('../img/icons/6-2.png') no-repeat center;
    }
    #option .prev, #option .next {
        position: absolute;
        top: 30px;
        color: #d11734;
        font-size: 28px;
        cursor: pointer;
        display: block;
    }
    #option .prev {
        content: '<<';
        left: -20px;
    }
    #option .next {
        content: '>>';
        right: -20px;
    }
    #option .right ul {
        text-align: center;
        margin: 40px 0;
        columns: 1;
    }
    #option .right ul li {
        display: inline-block;
        width: calc(50% - 2px);
        background: none !important;
        padding-left: 0;
        height: auto;
        vertical-align: top;
    }
    #option .right ul li:nth-of-type(n+3) {
        display: none;
    }
    #przekaz-moc {
        padding-bottom: 20px;
        width: 100%;
        background: none;
        text-align: center;
        background: #fff;
    }
    #przekaz-moc h2 {
        left: -50px;
        font-size: 32px;
        margin-bottom: 10px;
    }
    #przekaz-moc h2 span {
        left: 70px;
    }
    #przekaz-moc:before {
        display: block;
        background: url('../img/przekaz-moc-2.jpg') no-repeat;
        background-size: contain;
        content: ' ';
        width: 100%;
        padding: 65% 0 20px 0;
    }
    #przekaz-moc a.check {
        margin: 20px auto;
    }
    #blog .container-1280 > a:nth-of-type(2) {
        display: none;
    }
    #blog .article {
        width: calc(100% - 120px);
    }
    #newsletter h2 {
        margin: 0 0 20px 0;
        display: block;
    }
    #newsletter input {
        width: 200px;
    }
    #newsletter button {
        padding: 10px;
    }
    #footer {
        text-align: center;
        height: auto;
    }
    #footer > div > a > img {
        display: block;
        float: none;
        margin: 20px auto;
    }
    #footer .social {
        display: none;
    }
    #footer .mobile-social {
        display: block;
        float: none;
    }
    #div_id_login_page #content .wrap {
        width: calc(100% - 80px);
        padding: 40px 0;
        max-width: unset;
    }
    .orders-list ul li:before {
        display: none;
    }
    .orders-list ul li > div div {
        display: block;
        margin-left: 50%;
    }
    .orders-list ul li > div {
        width: calc(100% - 20px);
        text-align: left;
        font-size: 14px;
    }
    .orders-list ul li.head {
        display: none !important;
    }
    .orders-list ul li > div > span {
        display: inline-block !important;
        font-weight: 500;
        text-transform: lowercase;
        float: left;
        width: 50%;
    }
    #my-account-przekaz-moc .row .col {
        width: 100%;
        margin: 0 !important;
    }
    #my-account-przekaz-moc .row .col img {
        display: none;
    }
    #div_id_shop_cart .custom-width {
        margin-bottom: 10px;
        width: 100% !important;
    }
    #div_id_shop_cart #data-form .custom-width {
        margin-bottom: 20px !important;
    }
    #div_id_shop_cart #data-form .custom-width.female {
        margin-bottom: 0 !important;
    }
    .empty_shopcart {
        margin: 0 auto 50px 0;
        height: unset;
        line-height: 60px;
    }

    .mask {
        padding: 0;
    }
    .offer-details.voucher a.check {
        margin: 0 !important;
    }
    .offer-details.voucher a.check:first-of-type {
        margin-bottom: 15px !important;
    }
    .offer-details.voucher a.check {
        width: 50%;
    }
    .offer-details.voucher.full {
        max-width: none !important;
    }
}

.blog-ralfu {
    margin-top: 50px;
}

/*new offer template*/
.boxes-container {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
}

.boxes-container .pass-box {
    display: inline-block;
    vertical-align: top;
}

.pass-header {
    width: calc(100% - 66px);
    padding: 18px;
    text-align: center;
    border-bottom: 1px solid #5e5e5e;
    margin: 0 15px 30px 15px;
    display: inline-block;
    min-height: 48px;
}

.comfort .pass-header {
    border-color: #1276c4;
}

.open .pass-header {
    border-color: #d11734;
}

.pass-header p {
    text-transform: uppercase;
    line-height: 1;
    font-size: 18px;
    color: #a0a0a0;
    width: 125px;
    margin: 0 auto;
    text-align: left;
}

.pass-header h2 {
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    font-size: 30px !important;
    width: 125px;
    margin: 0 auto !important;
    text-align: left;
}

.open .pass-header h2,
.open .pass-header p {
    width: 100%;
    text-align: center;
}

.boxes-container .offer-box {
    display: inline-block;
    width: 184px;
    text-align: center;
    margin: 0 15px;
}

.boxes-container .offer-box .price {
    font-size: 38px;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    padding: 23px 0;
}

.boxes-container .offer-box .price:after,
.boxes-container .offer-box .offer-content:after,
.boxes-container .offer-box .hours:after {
    content: '';
    background: url("../img/pass_section_after.png") center no-repeat;
    width: 22px;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 11px);
    z-index: 2;
}

.boxes-container .offer-box .offer-content,
.boxes-container .offer-box .hours {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 24px 16px;
    position: relative;
}

.boxes-container .offer-box .offer-content p {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 17px;
}

.boxes-container .offer-box .offer-content ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.boxes-container .offer-box .offer-content ul li {
    padding-left: 13px;
    position: relative;
    font-size: 15px;
}

.boxes-container .offer-box .offer-content ul li:before {
    content: '';
    background: url("../img/pass_list_arrow.png") center no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 5px;
}

.boxes-container .offer-box .hours {
    display: table;
    width: calc(100% - 40px);
    min-height: 88px;
    height: 88px;
    padding: 21px 19px;
}

.boxes-container .offer-box .hours p {
    font-size: 15px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.boxes-container .offer-box .add-to-cart-btn {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: 'din Bold';
    line-height: 1;
    padding: 22px 0 14px 0;
    width: 100%;
    opacity: 1;
}

.comfort .add-to-cart-btn {
    background: #1276c4;
}

.open .add-to-cart-btn {
    background: #d31734;
}

.boxes-container .offer-box .add-to-cart-btn:hover,
.boxes-container .offer-box .add-to-cart-btn:focus,
.boxes-container .offer-box .add-to-cart-btn:active {
    opacity: 0.7;
}

.boxes-container .offer-box .pass-info {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding-right: 13px;
    position: relative;
    margin: -17px 0 20px 0;
}

.boxes-container .offer-box .pass-info:after {
    content: '';
    background: url("../img/arrow_down.png") center no-repeat;
    width: 10px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 8px;
}

.bottom-pass-info {
    margin-bottom: 30px;
}

.bottom-pass-info .ralfu {
    width: 686px;
    padding: 23px 23px 23px 117px;
    background: url("../img/pass_bottom_ico.png") center left 25px no-repeat;
    border-top: 1px solid #919396;
    border-bottom: 1px solid #919396;
}

.bottom-pass-info p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
}

/*custom modal for offer page*/
#div_id_article_60 #nyroModalWrapper {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: inline-block !important;
    margin: 30px auto !important;
    width: auto !important;
    padding-top: 0 !important;
    height: calc(100% - 60px) !important;
    max-height: calc(100% - 60px);
    max-width: 100%;
    background: transparent;
    overflow-y: auto;
}

#div_id_article_60 #nyroModalWrapper .wrapper {
    background: transparent;
    width: auto !important;
    max-height: 100%;
    padding: 0;

}

#div_id_article_60 #nyroModalContent {
    background: #434343;
    border: 1px solid #fff;
    padding: 60px;
    width: auto !important;
    max-width: 100%;
    position: relative;
}

#div_id_article_60 #nyroModalContent:after {
    content: '';
    background: url("../img/pass_section_after.png") center no-repeat;
    width: 22px;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 11px);
    z-index: 2;
}

#div_id_article_60 #nyroModalWrapper a#closeBut {
    background: url("../img/offer_modal_close.png") center no-repeat;
    display: inline-block;
    width: 42px;
    height: 41px;
    top: 10px;
    right: 25px;
    z-index: 2;
}

.main-modal-content {
    font-size: 0;
}

.main-modal-content .left-info,
.main-modal-content .packet {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.main-modal-content .left-info {
    max-width: 287px;
    width: 287px;
}

.main-modal-content .packet {
    max-width: 400px;
}

.main-modal-content .packet.comfort {
    padding-right: 10px;
}

.main-modal-content .packet.open {
    padding-left: 10px;
}

.main-modal-content .pass-header {
    margin: 0;
    width: calc(100% - 36px);
    display: block;
}

.main-modal-content .left-info .pass-header {
    margin: 0 10px 0 0;
    width: calc(100% - 46px);
}

.main-modal-content .packet-info {
    display: inline-block;
    width: 190px;
    margin: 0 10px;
}

.main-modal-content .packet-info:first-of-type {
    margin-left: 0;
}

.main-modal-content .packet-info:last-of-type {
    margin-right: 0;
}

.main-modal-content .packet-info.packet-info-large {
    width: 100%;
    display: block;
}

.main-modal-content .left-info ul {
    text-align: left;
}

.main-modal-content .left-info ul li {
    border-bottom: 1px solid #5e5e5e;
    padding: 7px 0;
}

.main-modal-content .left-info ul li:last-of-type {
    border: none;
}

.main-modal-content .left-info ul li p {
    margin: 0;
    font-size: 15px;
    line-height: 1;
}

.main-modal-content .left-info ul .blank {
    height: 36px;
}

.main-modal-content .left-info ul .time p {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 28px;
}

.main-modal-content .left-info ul .availability {
    height: 38px;
}

.main-modal-content .left-info ul .p-list,
.main-modal-content .packet-info .p-list {
    padding-bottom: 10px;
}

.main-modal-content .left-info ul .p-list:last-of-type {
    padding-top: 13px;
    padding-bottom: 7px;
}

.main-modal-content .left-info ul .p-list p {
    line-height: 15px;
    margin-bottom: 8px;
}

.main-modal-content .left-info ul .p-list p:last-of-type {
    margin-bottom: 0;
}

.main-modal-content .packet-info li {
    border-bottom: 1px solid #5e5e5e;
    padding: 7px 0;
    text-align: center;
}

.main-modal-content .packet-info li:last-of-type {
    border: none;
    padding: 0;
}

.main-modal-content .packet-info li p {
    font-size: 15px;
}

.main-modal-content .packet-info .price p {
    font-size: 24px;
    line-height: 36px;
    background: transparent;
}

.main-modal-content .packet-info .p-list p {
    margin-bottom: 8px;
}

.main-modal-content .packet-info .p-list p:last-of-type {
    margin-bottom: 0;
}

.main-modal-content .packet-info .time p {
    line-height: 28px;
}

.main-modal-content .packet-info .availability {
    height: 38px;
}

.main-modal-content .packet-info .availability p {
    position: absolute;
    left: 0;
    right: 0;
    left: 0;
    z-index: 3;
}

.main-modal-content .packet-info .availability p a {
    color: #e81c24;
    opacity: 1;
}

.main-modal-content .packet-info .availability p a:hover,
.main-modal-content .packet-info .availability p a:focus,
.main-modal-content .packet-info .availability p a:active {
    opacity: 0.7;
}

.main-modal-content .packet-info .range {
    height: 16px;
}

.main-modal-content .packet-info .range p {
    position: absolute;
    left: 0;
    right: 0;
    left: 0;
    z-index: 3;
}

.main-modal-content .packet-info .add-to-cart-btn {
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    opacity: 1;
}

.main-modal-content .packet-info .add-to-cart-btn:hover,
.main-modal-content .packet-info .add-to-cart-btn:focus,
.main-modal-content .packet-info .add-to-cart-btn:active {
    opacity: 0.7;
}

.main-modal-content .packet-info .price,
.main-modal-content .packet-info .time,
.main-modal-content .packet-info .availability,
.main-modal-content .packet-info .range,
.main-modal-content .packet-info .p-list {
    margin: 0 -10px;
}

.main-modal-content .comfort .packet-info:last-of-type .price,
.main-modal-content .comfort .packet-info:last-of-type .time,
.main-modal-content .comfort .packet-info:last-of-type .availability,
.main-modal-content .comfort .packet-info:last-of-type .range,
.main-modal-content .comfort .packet-info:last-of-type .p-list,
.main-modal-content .open .packet-info:last-of-type .price,
.main-modal-content .open .packet-info:last-of-type .time,
.main-modal-content .open .packet-info:last-of-type .availability,
.main-modal-content .open .packet-info:last-of-type .range,
.main-modal-content .open .packet-info:last-of-type .p-list {
    margin-right: 0;
}

.main-modal-content .open .packet-info:first-of-type .price,
.main-modal-content .open .packet-info:first-of-type .time,
.main-modal-content .open .packet-info:first-of-type .availability,
.main-modal-content .open .packet-info:first-of-type .range,
.main-modal-content .open .packet-info:first-of-type .p-list {
    margin-left: 0;
}

.main-modal-content .packet-info .range {
    padding-bottom: 9px !important;
}

.main-modal-content .packet-info .p-list {
    position: relative;
}

.main-modal-content .packet-info .p-list-last {
    border-bottom: none;
}

.main-modal-content .packet-info .p-list p {
    position: relative;
    z-index: 2;
}

.main-modal-content .packet-info .p-list:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    background: #5e5e5e;
    z-index: 1;
    display: none;
}

.main-modal-content .packet-info .price {
    padding-left: 10px;
    padding-right: 10px;
}

.main-modal-content .comfort .packet-info.active .price p {
    background: #1276c4;
}

.main-modal-content .open .packet-info.active .price p {
    background: #d31734;
}

.main-modal-content .packet-info.active .p-list:after {
    display: block;
}

.main-modal-content .comfort .packet-info:last-of-type .p-list:after,
.main-modal-content .open .packet-info:last-of-type .p-list:after {
    right: 0;
}

.main-modal-content .comfort .packet-info:last-of-type .price,
.main-modal-content .open .packet-info:last-of-type .price {
    padding-right: 0;
}

.main-modal-content .open .packet-info:first-of-type .p-list:after {
    left: 0;
}

.main-modal-content .open .packet-info:first-of-type .price {
    padding-left: 0;
}

.main-modal-content .left-info ul .range,
.main-modal-content .packet-info .range {
    padding: 10px 0;
}

/*cart-page new*/
.cart-page {
    margin-top: 50px;
}

.cart-page .main-cart-content {
    width: 644px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.cart-page .cart-sidebar {
    width: 268px;
    max-width: 100%;
    display: inline-block;
    margin-left: 45px;
    text-align: left;
    vertical-align: top;
    z-index: 2;
}

.cart-page .cart-sidebar .cart-info,
.cart-page .cart-sidebar .cart-code {
    padding: 30px;
    margin-bottom: 30px;
    background: #ececed;
    color: #2b1721;
}

.cart-page .cart-sidebar .cart-info {
    position: relative;
}

.cart-page .cart-sidebar .cart-info:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 29px;
    top: -13px;
}

.cart-page .cart-sidebar .cart-info h2:before {
    content: '_';
}

.cart-page .cart-sidebar .cart-info h2 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 20px 0;
    text-transform: lowercase;
    font-weight: bold;
    font-style: italic;
}

.cart-page .cart-sidebar .cart-info ul li span {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-style: italic;
}

.cart-page .cart-sidebar .cart-info ul li span:first-of-type {
    width: 124px;
    text-transform: lowercase;
}

.cart-page .cart-sidebar .cart-info ul:first-of-type li span:first-of-type {
    text-transform: unset;
}

.cart-page .cart-sidebar .cart-info ul li span:last-of-type {
    width: 80px;
    text-align: right;
}

.cart-page .cart-sidebar .cart-info .product-list {
    margin-bottom: 15px;
}

.cart-page .cart-sidebar .cart-info .additional-list {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #979798 !important;
}

.cart-page .cart-sidebar .cart-code label:before {
    content: '_';
}

.cart-page .cart-sidebar .cart-code label {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    text-transform: lowercase;
    font-style: italic;
}

.cart-page .cart-sidebar .cart-code input.code-input {
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #8c8e91;
    color: #fff;
    height: 14px;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 14px;
    width: 80px !important;
}

.cart-page .cart-sidebar .cart-code input[type="submit"] {
    background: transparent;
    font-size: 14px;
    line-height: 23px;
    margin-left: 10px;
    font-family: 'Nexa';
    font-weight: bold;
    font-style: italic;
    color: #ce0e2d;
}

.cart-page .main-cart-content .cart-box {
    padding: 30px;
    width: calc(100% - 60px);
    position: relative;
    margin-bottom: 30px;
    text-align: left;
    /*background: #ececed;*/
    border: 1px solid #979798;
}

.cart-page .main-cart-content .cart-box:after {
    content: '';
    background: url("../img/pass_section_after.png") center no-repeat;
    width: 22px;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 11px);
    z-index: 2;
}

.cart-page .main-cart-content .cart-box.product-box .remove {
    position: absolute;
    right: 27px;
    top: -12px;
    color: #fff;
}

.cart-page .main-cart-content .product-box table {
    width: 100%;
}

.cart-page .main-cart-content .product-box table td p {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    padding-left: 30px;
    text-transform: uppercase;
}

.cart-page .main-cart-content .product-box table td p:last-of-type {
    margin-top: 15px;
}

.cart-page .main-cart-content .product-box table td.price {
    border-left: 1px solid #979798;
}

.cart-page .main-cart-content .product-box table td.price p {
    font-size: 20px;
    font-family: 'din Bold';
    margin: 0;
}

.cart-page .main-cart-content .product-box table td img {
    max-width: 100%;
}

.cart-page .login-form {
    margin-top: 15px;
}

.cart-page .login-form [name="post_login"] {
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 40px;
}

.cart-page .login-form p {
    text-align: left;
    padding: 0;
    margin-top: 5px;
    font-style: italic;
}

.cart-page .cart-box p {
    font-size: 14px;
    text-transform: lowercase;
    font-weight: 500;
}

.cart-page .cart-box table tr:first-of-type p {
    font-weight: bold;
}

/*form style*/
.radio-input {
    margin: 4px 0;
}

.checkbox-input {
    position: relative;
}

.radio-input.small,
.checkbox-input.small {
    margin: 7px 0;
}

.radio-input label,
.checkbox-input label {
    font-size: 14px;
    font-weight: 500;
}

.radio-input.small label,
.checkbox-input.small label {
    font-size: 10px;
}

.radio-input input[type="radio"]:not(:checked),
.radio-input input[type="radio"]:checked,
.checkbox-input input[type="checkbox"]:not(:checked),
.checkbox-input input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.radio-input input[type="radio"]:not(:checked) + label,
.radio-input input[type="radio"]:checked + label,
.checkbox-input input[type="checkbox"]:not(:checked) + label,
.checkbox-input input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
    width: calc(100% - 36px);
    text-transform: lowercase;
    font-style: italic;
}

.radio-input input[type="radio"]:not(:checked) + label:before,
.radio-input input[type="radio"]:checked + label:before,
.checkbox-input input[type="checkbox"]:not(:checked) + label:before,
.checkbox-input input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid #2b1721;
    border-radius: 100%;
    background: transparent;
}

.radio-input input[type="radio"]:not(:checked) + label:after,
.radio-input input[type="radio"]:checked + label:after,
.checkbox-input input[type="checkbox"]:not(:checked) + label:after,
.checkbox-input input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #2b1721;
    transition: all .2s;
}

.radio-input input[type="radio"]:not(:checked) + label:after,
.checkbox-input input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.radio-input input[type="radio"]:checked + label:after,
.checkbox-input input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.radio-input.square input[type="radio"]:not(:checked) + label:before,
.radio-input.square input[type="radio"]:checked + label:before,
.checkbox-input.square input[type="checkbox"]:not(:checked) + label:before,
.checkbox-input.square input[type="checkbox"]:checked + label:before,
.radio-input.square input[type="radio"]:not(:checked) + label:after,
.radio-input.square input[type="radio"]:checked + label:after,
.checkbox-input.square input[type="checkbox"]:not(:checked) + label:after,
.checkbox-input.square input[type="checkbox"]:checked + label:after {
    /*border-radius: 0;*/
}

.validate-msg {
    font-size: 11px;
    padding-left: 0 !important;
    margin-top: -13px !important;
}

.validate-msg.all {
    margin-top: 5px !important;
}

input.form-input::placeholder,
select.form-input::placeholder {
    text-transform: lowercase;
    /*color: #2b1721 !important;*/
}

input.form-input,
select.form-input {
    border-radius: 0;
    border: none !important;
    background: #e0e0e2 !important;
    height: 14px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 14px;
    width: calc(100% - 28px);
    font-family: 'Nexa';
    color: #2b1721;
    font-style: italic;
}

select.form-input {
    height: auto;
    margin: 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url("../img/select_arrow.png") center right 15px no-repeat;
}

/*select.form-input option {*/
/*    background: #434343;*/
/*}*/

select.form-input option[disabled] {
    display: none;
}

input.form-input::-webkit-input-placeholder,
select.form-input::-webkit-input-placeholder {
    color: #8c8e91;
}

input.form-input::-moz-placeholder,
select.form-input::-moz-placeholder {
    color: #8c8e91;
}

input.form-input:-ms-input-placeholder,
select.form-input:-ms-input-placeholder {
    color: #8c8e91;
}

input.form-input:-moz-placeholder,
select.form-input:-moz-placeholder {
    color: #8c8e91;
}

.login-form {
    padding-left: 26px;
    width: 200px;
    position: relative;
}

.login-form p {
    text-align: right;
    font-size: 9px;
    padding: 0 10px;
}

.login-form p a {
    color: #8c8e91;
}

.login-form p a:hover,
.login-form p a:focus,
.login-form p a:active {
    color: #d11734;
}

.login-form input[type="submit"] {
    /*font-size:0;*/
    /*background:transparent url("../img/login_form_submit.png") center no-repeat;*/
    /*width:26px;*/
    /*height:14px;*/
    /*position:absolute;*/
    /*right:-24px;*/
    /*bottom:13px;*/
}

.cart-page .login-form {
    display: none;
}

.form-label:before {
    content: '_';
}

.form-label {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    cursor: auto;
    text-transform: lowercase;
    font-style: italic;
}

.custom-width {
    display: inline-block;
    vertical-align: middle;
}

input.date-input {
    background: transparent url("../img/date_input.png") center right 9px no-repeat;
}

.validation-box {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: #d11734;
}

.validation-box.correct {
    background: #86bf3f;
}

.payments span,
.payments img {
    display: inline-block;
    vertical-align: middle;
}

.payments img {
    margin: -5px 0 0 10px;
}

.cart-submit {
    width: 100%;
    line-height: 55px;
    text-transform: uppercase;
    font-family: 'din Bold';
    font-size: 20px;
    color: #fff;
    background: #d11734;
    opacity: 1;
    margin-bottom: 30px;
}

.cart-submit:hover,
.cart-submit:focus,
.cart-submit:active {
    opacity: 0.7;
}

.cart-page .cart-box .dots {
    display: none;
}

.cart-page .cart-box .dots.active {
    display: inline-block;
}

.cart-page .cart-box .more-info {
    display: none;
    padding-left: 26px;
    margin-bottom: 7px;
}

.cart-page .cart-box .more-info p {
    font-size: 10px;
}

.cart-page .cart-box .more-info.active {
    display: block;
}

.cart-page .cart-box .show-more {
    position: absolute;
    right: -3px;
    top: -4px;
    background: url("../img/arrow_down.png") center no-repeat;
    width: 20px;
    height: 20px;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.map-conainer {
    margin-top: 30px;
}

/*blog*/
.blog-banner {
    height: 260px;
    display: block;
    margin: 0 auto;
}

.blog-sidebar {
    display: inline-block !important;
    width: 145px;
}

.blog-sidebar h2,
.blog-content .section-title {
    font-family: 'din Bold';
    font-size: 16px;
    line-height: 18px;
    color: #231f20;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.popular-now-list li {
    margin-bottom: 25px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .blog-content .article-box .thumb {
        width: auto !important;
    }
}

.blog-content img {
    height: auto !important;
}

.popular-now-list li a {
    font-size: 10px;
    display: block;
    position: relative;
}

.popular-now-list li a img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 10px auto 15px auto;
    border-radius: 100%;
}

.popular-now-list li a .title {
    display: block;
    width: 100%;
    text-align: left;
    color: #231f20;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: lowercase;
    line-height: 1.2;
}

.popular-now-list li a .comments-count,
.blog-content .article-box .comments-count {
    background: url("../img/comments_count.png") center no-repeat;
    width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 18px;
    color: #231f20;
    text-align: center;
    position: absolute;
    right: 0;
    top: -10px;
}

.blog-expanded .blog-sidebar {
    width: 240px;
    padding-left: 10px;
}

.blog-sidebar .cat-list li {
    margin: 3px 0;
}

.blog-sidebar .cat-list li a:before {
    content: '_';
}

.blog-sidebar .cat-list li a:after {
    content: ' >>';
}

.blog-sidebar .cat-list li a {
    background: #ce0e2d;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    width: calc(100% - 20px);
    text-align: center;
    text-transform: uppercase;
    /*padding-left:23px;*/
    font-size: 14px !important;
    line-height: 14px;
    /*color:#231f20;*/
    /*background:transparent url("../img/blog_sidebar_list_arrow.png") top left no-repeat;*/
    display: inline-block;
    text-transform: lowercase;
}

.blog-expanded .blog-sidebar h2:before, .blog-content .section-title:before, .instagram h2:before {
    content: '_';
}

.blog-expanded .blog-sidebar h2, .blog-content .section-title, .instagram h2 {
    text-transform: lowercase;
    font-family: 'Nexa';
    font-weight: bold;
    text-align: left;
}

.blog-expanded {
    width: 1100px !important;
    max-width: calc(100% - 40px);
}

.blog-expanded .blog-content, .blog-content.blog-single {
    width: calc(100% - 250px) !important;
}

.blog-sidebar .cat-list li a:hover,
.blog-sidebar .cat-list li a:focus,
.blog-sidebar .cat-list li a:active {
    /*color:#d51734;*/
}

.blog-content {
    /*width: 795px;*/
    display: inline-block !important;
}

.blog-content .bordered-container {
    padding-right: 10px;
}

.blog-content img {
    max-width: 100%;
}

.blog-content .main-article {
    padding-bottom: 30px;
}

.blog-content .main-article h1 a:before, .blog-post .blog-content .main-article h1:before {
    /*content: '_';*/
}

.blog-content .main-article h1 {
    font-family: 'Nexa';
    color: #111;
    font-size: 28px;
    margin: 0 0 10px 0;
    /*text-transform: lowercase;*/
    font-weight: bold;
    text-align: left;
}

.blog-content .main-article h1 a:hover {
    color: #ce0e2d;
}

.blog-content .main-article .lead {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #000;
    font-weight: normal;
}

.blog-content .main-article .content {
    padding: 30px 0 40px 0;
    border-bottom: 1px solid #b9bbbd;
    font-weight: lighter;
    color: #000;
    font-size: 16px;
}

.blog-content .main-article .content p {
    font-weight: lighter;
    color: #000;
    font-size: 16px;
}

.blog-content .main-article .content p:last-of-type {
    margin: 0;
}

.blog-content .article-info,
.blog-content .main-article .article-info {
    font-size: 12px;
    line-height: 1;
    margin: 10px 0 15px 0;
}

.blog-content .article-info span {
    text-transform: uppercase;
}

.red .article-info,
.red .article-info a {
    color: #ce0e2d !important;
}

.blue .article-info,
.blue .article-info a {
    color: #1b75b9 !important;
}

.purple .article-info,
.purple .article-info a {
    color: #8f278c !important;
}

.article-info a:hover,
.article-info a:focus,
.article-info a:active {
    text-decoration: underline;
}

.blog-content .articles-list {
    font-size: 0;
    padding-top: 60px;
}

.blog-content .articles-list .category-col {
    width: calc(33.3% - 10px) !important;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.blog-content .articles-list .category-col:last-of-type {
    border: none;
    padding-right: 0;
}

.blog-content .articles-list .category-col:first-of-type {
    padding-left: 0;
}

.blog-content .article-box {
    position: relative;
    margin-bottom: 40px;
    min-height: 265px;
}

.blog-content .article-box.large {
    min-height: 571px;
}

.blog-content .article-box .article-info {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.blog-content .article-box .comments-count {
    top: -27px;
}

.blog-content .article-box .thumb {
    height: 155px;
    width: 247px;
    margin-bottom: 15px;
    object-fit: cover;
}

.blog-content .article-box.large .thumb {
    height: 461px;
}

.blog-content .article-box h2::first-letter {
    /*text-transform: lowercase;*/
}

.blog-content .article-box h2 {
    font-family: 'Nexa';
    text-align: left;
    font-size: 16px;
    color: #231f20;
    line-height: 20px;
    margin: 0;
    font-weight: 500;
    height: 41px;
}

.blog-content .article-box h2:hover a {
    color: #ce0e2d !important;
}

.blog-content .articles-list .category-col .article-box:last-of-type {
    margin-bottom: 0;
}

.blog-content .load-more {
    margin: 60px 0;
}

.blog-single .popular-now-list {
    font-size: 0;
    border-bottom: 1px solid #b9bbbd;
    margin-bottom: 30px;
}

.blog-single .popular-now-list li {
    display: inline-block;
    width: 20%;
}

.blog-single .popular-now-list li a img {
    width: 140px;
    height: 140px;
}

.popular-now-list.square li a img {
    border-radius: 0;
    width: 100%;
    height: auto;
}

.blog-single .popular-now-list.square li a .title {
    text-align: left;
}

.instagram .popular-now-list {
    font-size: 0;
    margin-bottom: 30px;
}

.instagram .popular-now-list li {
    display: inline-block;
    width: 16.6666%;
}

.instagram .popular-now-list li a img {
    width: 100%;
    /*height: auto;*/
    height: 16.6666vw;
}

.instagram .popular-now-list.square li a .title {
    text-align: left;
}

.blog-content li {
    list-style-type: initial;
}

.blog-author {
    margin-top: 20px;
    word-wrap: break-word;
    width: 240px;
    font-size: 16px;
}

.blog-author img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 10px auto 15px auto;
    border-radius: 100%;
    object-fit: cover;
}

.blog-author-mobile h3.name, .blog-author h3.name {
    margin-bottom: 10px;
    font-weight: bold;
}

.blog-author-mobile {
    margin-top: 20px;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.blog-author-mobile h2 {
    font-family: 'din Bold';
    font-size: 16px;
    line-height: 18px;
    color: #231f20;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.blog-author-mobile img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 10px;
    border-radius: 100%;
    object-fit: cover;
    float: left;
}

.blog-content table {
    color: #000;
}

.blog-content iframe {
    display: block;
}

.blog-content h1 {
    font-size: 2em;
}

.blog-content h2 {
    font-size: 1.2em;
}

.blog-content h3 {
    font-size: 1.17em;
}

.blog-content h4 {
    font-size: 1.12em;
}

.blog-content h5 {
    font-size: .83em;
}

.blog-content h6 {
    font-size: .75em;
}

.blog-content i, .blog-content em {
    font-style: italic !important;
}

.blog-content strong {
    font-weight: 500 !important;
    font-family: 'Nexa';
}

.blog-content em {
    font-weight: unset;
}

div.instagram {
    clear: both;
}

.blog-sidebar ul.cat-list {
    margin-bottom: 15px;
}

.blog-ralfu .hidden-xs {
    display: block;
}

.blog-ralfu .visible-xs {
    display: none;
}

.blog-categories li {
    list-style: none;
}

@media (max-width: 767px) {
    .blog-ralfu .visible-xs {
        display: block;
    }

    .popular-now-list.square li a img {
        width: 150px;
        height: 150px;
    }

    .instagram .popular-now-list li a img {
        width: 100%;
        height: 33.3333vw;
        margin: 0;
    }
}

@media (max-width: 961px) {
    .blog-author {
        display: none;
    }
}

@media (min-width: 962px) {
    .blog-author-mobile {
        display: none;
    }
}

@media (min-width: 1400px) {
    .blog-expanded {
        width: 1260px;
    }

    .blog-expanded .blog-content {
        width: 1075px;
    }

    .blog-expanded .blog-content .articles-list .category-col {
        width: 327px;
    }

    .blog-expanded .blog-content .article-box .thumb {
        width: 327px;
        height: 205px;
    }

    .blog-expanded .blog-content .article-box {
        min-height: 305px;
    }

    .blog-expanded .blog-sidebar .cat-list li a {
        font-size: 16px;
    }

    .blog-expanded .popular-now-list li a .title {
        font-size: 16px;
    }

    .blog-expanded .blog-sidebar h2, .blog-content .section-title, .instagram h2 {
        font-size: 18px;
    }

    .blog-expanded .blog-author {
        font-size: 14px;
    }
}

@-moz-document url-prefix() {
    .boxes-container .offer-box .hours:after {
        bottom: -11px;
    }
}


#to-top-btn {
    background: #cf0202 url("../img/to_top_arrow.png") center no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.article_text div.mobile-only,
.article_text p.mobile-only,
.mobile-only {
    display: none;
}

.mobile-md-only {
    display: none !important;
}

.hi-res-only {
    display: block;
}

.cart-submit.sm {
    display: none;
}

@media (min-width: 768px) {
    .cart-sidebar {
        position: absolute;
    }

    .ralfu.cart-page {
        text-align: left !important;
    }

    #content .newsletter .content {
        min-height: 200px;
    }
}

/*mobile*/
/*@media (max-width: 767px) {*/

/*    .badzmy-w-kontakcie {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*    }*/

/*    .badzmy-w-kontakcie h4 {*/
/*        margin-left: 10px;*/
/*    }*/

/*    .badzmy-w-kontakcie .cont1 {*/
/*        order: 2;*/
/*    }*/

/*    .badzmy-w-kontakcie .cont2 {*/
/*        order: 1;*/
/*        margin-top: 0 !important;*/
/*        margin-bottom: 50px;*/
/*    }*/

/*    .cart-submit.md {*/
/*        display: none;*/
/*    }*/

/*    .cart-submit.sm {*/
/*        display: inline-block;*/
/*    }*/

/*    .mmb-20 {*/
/*        margin-bottom: 20px;*/
/*    }*/

/*    .hi-res-only {*/
/*        display: none !important;*/
/*    }*/

/*    .article_text div.mobile-only,*/
/*    .article_text p.mobile-only,*/
/*    .mobile-only {*/
/*        display: block;*/
/*    }*/

/*    #div_id_article_60 #content {*/
/*        background: transparent !important;*/
/*    }*/

/*    #content .img-bcg {*/
/*        display: none !important;*/
/*    }*/

/*    a#fixed-cart,*/
/*    #h #log,*/
/*    #home_top .men,*/
/*    #home_top .women,*/
/*    #home_top .bottom-info .arrow-left,*/
/*    #home_top .bottom-info .arrow-right,*/
/*    #content .newsletter img.big,*/
/*    #dc-tab-button {*/
/*        display: none !important;*/
/*    }*/

/*    .ralfu {*/
/*        width: 100% !important;*/
/*    }*/

/*    body,*/
/*    img {*/
/*        max-width: 100% !important;*/
/*    }*/

/*    #h {*/
/*        height: 41px;*/
/*    }*/

/*    #h .logo {*/
/*        left: calc(50% - 75px);*/
/*        width: 150px;*/
/*        top: 10px;*/
/*    }*/

/*    #h .logo-after {*/
/*        left: 0;*/
/*        right: 0;*/
/*        width: 100%;*/
/*        background-size: 220px 33px;*/
/*        background-position: center top;*/
/*        background-color: #393939;*/
/*        height: 48px;*/
/*        top: 21px;*/
/*    }*/

/*    #m,*/
/*    #menu {*/
/*        overflow: visible;*/
/*        height: auto;*/
/*    }*/

/*    #m ul {*/
/*        margin: 0;*/
/*        height: auto;*/
/*        width: 100%;*/
/*    }*/

/*    #m ul li {*/
/*        float: initial;*/
/*        text-align: center;*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 50px;*/
/*        margin: 0;*/
/*    }*/

/*    #flag {*/
/*        display: block;*/
/*        width: 100%;*/
/*        position: initial;*/
/*        text-align: center;*/
/*        padding: 10px 0;*/
/*        margin: 0;*/
/*    }*/

/*    #flag .language_switcher {*/
/*        position: initial;*/
/*        float: initial;*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/

/*    #flag .current_language {*/
/*        float: initial;*/
/*    }*/

/*    #flag .language_switcher .available_languages {*/
/*        width: 100%;*/
/*        float: initial;*/
/*    }*/

/*    .open-menu {*/
/*        position: absolute;*/
/*        left: 17px;*/
/*        top: 27px;*/
/*        z-index: 2;*/
/*        background: transparent url("../img/mobile_menu_btn.png") center no-repeat;*/
/*        width: 25px;*/
/*        height: 25px;*/
/*    }*/

/*    .open-cart {*/
/*        position: absolute;*/
/*        right: 17px;*/
/*        top: 27px;*/
/*        z-index: 2;*/
/*        background: transparent url("../img/mobile_cart_btn.png") center no-repeat;*/
/*        width: 25px;*/
/*        height: 25px;*/
/*    }*/

/*    #menu {*/
/*        height: 0;*/
/*        overflow: hidden;*/
/*        -webkit-transition: all 0.3s ease;*/
/*        -moz-transition: all 0.3s ease;*/
/*        -o-transition: all 0.3s ease;*/
/*        transition: all 0.3s ease;*/
/*    }*/

/*    #menu.active {*/
/*        height: 388px;*/
/*    }*/

/*    #content {*/
/*        margin-top: 15px;*/
/*    }*/

/*    #strona_glowna table,*/
/*    #strona_glowna tbody,*/
/*    #strona_glowna tr,*/
/*    #strona_glowna td {*/
/*        display: block;*/
/*    }*/

/*    #home_top .middle-info .circle,*/
/*    #home_bot .body-info,*/
/*    #home_top .top-info {*/
/*        margin-left: 0;*/
/*    }*/

/*    #home_bot .bot-info-title {*/
/*        width: 100%;*/
/*        font-size: 21px;*/
/*    }*/

/*    #home_top .bottom-info {*/
/*        position: initial;*/
/*    }*/

/*    #home_top .bottom-info .textimg {*/
/*        margin: 0;*/
/*    }*/

/*    #home_top .bottom-info .text {*/
/*        padding-top: 15px;*/
/*    }*/

/*    #content .newsletter .content {*/
/*        padding: 10px;*/
/*        width: calc(100% - 20px);*/
/*    }*/

/*    #content .newsletter input.txt {*/
/*        float: initial;*/
/*        margin: 0 auto 10px auto;*/
/*        display: block;*/
/*    }*/

/*    #content .newsletter input.sendform2 {*/
/*        margin: 0 auto;*/
/*        display: block;*/
/*    }*/

/*    #f .cont1,*/
/*    #f .cont2 {*/
/*        width: calc(100% - 20px);*/
/*        padding-left: 10px;*/
/*        padding-right: 10px;*/
/*        background: transparent;*/
/*    }*/

/*    #f .cont2 .inp {*/
/*        width: 100%;*/
/*        margin-bottom: 10px;*/
/*    }*/

/*    #f .cont2 .inp input,*/
/*    #f .cont2 .text textarea {*/
/*        width: calc(100% - 22px);*/
/*    }*/

/*    #f2 {*/
/*        text-align: center;*/
/*        padding: 0 45px;*/
/*        width: calc(100% - 90px);*/
/*    }*/

/*    #f2 a.logo {*/
/*        display: block;*/
/*        margin: 5px auto;*/
/*    }*/

/*    #f2 a, #f2 span {*/
/*        margin: 5px 0;*/
/*        float: initial !important;*/
/*    }*/

/*    .article_text .header {*/
/*        width: 100% !important;*/
/*        font-size: 23px !important;*/
/*        height: auto;*/
/*    }*/

/*    #div_id_article_77 #content .promotions {*/
/*        width: calc(100% - 20px);*/
/*        padding: 0 10px;*/
/*    }*/

/*    .promotions .content {*/
/*        width: 100%;*/
/*        padding: 0;*/
/*    }*/

/*    .promotions ul.info {*/
/*        width: 100%;*/
/*        margin: 0 0 20px 0;*/
/*    }*/

/*    .promotions ul.info li {*/
/*        width: calc(100% - 20px);*/
/*    }*/

/*    .promotions div.info {*/
/*        width: 100%;*/
/*    }*/

/*    .promotions ul.power {*/
/*        width: 100%;*/
/*        margin: 0;*/
/*    }*/

/*    .promotions ul.power li div {*/
/*        width: 100%;*/
/*    }*/

/*    .promotions h4 {*/
/*        width: 100%;*/
/*        margin-left: 0;*/
/*    }*/

/*    #div_id_article_61 .article_text .club_wrapper .images {*/
/*        display: none;*/
/*    }*/

/*    #div_id_article_61 .article_text .club_wrapper .map_wrapper {*/
/*        !*width:320px;*!*/
/*        !*margin:0 auto;*!*/
/*        !*height:320px;*!*/
/*        display: none;*/
/*    }*/

/*    #div_id_article_61 .article_text .club_wrapper .map_wrapper .map {*/
/*        !*width:300px;*!*/
/*        !*height:300px;*!*/
/*        !*position:initial;*!*/
/*        display: none;*/

/*    }*/

/*    #div_id_article_61 .article_text .product,*/
/*    #div_id_article_61 .article_text .club_wrapper .select_wrapper .select {*/
/*        width: 100%;*/
/*    }*/

/*    #div_id_article_61 .article_text .select label {*/
/*        font-size: 22px;*/
/*    }*/

/*    #div_id_article_61 .article_text .club_wrapper .select_wrapper .select select {*/
/*        margin-top: 15px;*/
/*    }*/

/*    #div_id_article_61 .article_text .club_wrapper .select_wrapper .select select,*/
/*    #div_id_article_61 .article_text .club_wrapper .select_wrapper .select button {*/
/*        display: block;*/
/*        margin: 10px auto;*/
/*    }*/

/*    .icon_legend_16plus,*/
/*    .icon_legend_18plus {*/
/*        position: initial;*/
/*    }*/

/*    #location {*/
/*        width: 100%;*/
/*        margin-left: 0;*/
/*    }*/

/*    #location h3 {*/
/*        text-align: center;*/
/*        line-height: 30px;*/
/*    }*/

/*    .product .desc {*/
/*        width: calc(100% - 20px);*/
/*        margin: 20px 10px 0 10px;*/
/*    }*/

/*    .product .desc span {*/
/*        display: block;*/
/*        margin: 5px auto;*/
/*    }*/

/*    .product .desc span.addr {*/
/*        width: calc(100% - 20px);*/
/*    }*/

/*    .product .opts {*/
/*        width: 100%;*/
/*        text-align: center;*/
/*    }*/

/*    .product .opts a,*/
/*    .product .opts img {*/
/*        float: initial !important;*/
/*        display: inline-block;*/
/*    }*/

/*    .product .list ul {*/
/*        margin: 0 10px;*/
/*    }*/

/*    .product .list li {*/
/*        margin-bottom: 10px;*/
/*        float: initial;*/
/*        display: inline-block;*/
/*    }*/

/*    .product .opts div.limited,*/
/*    .product .opts div.additional_info {*/
/*        display: block;*/
/*        margin: 0 auto 10px auto;*/
/*        float: initial;*/
/*    }*/

/*    .regulations h1 {*/
/*        padding: 0 10px;*/
/*        width: calc(100% - 20px);*/
/*        text-align: center;*/
/*    }*/

/*    .regulations .content {*/
/*        height: auto;*/
/*        text-align: center;*/
/*    }*/

/*    .regulations .content a {*/
/*        max-width: 100% !important;*/
/*        position: initial;*/
/*        display: inline-block;*/
/*    }*/

/*    .regulations .images {*/
/*        margin-top: 50px;*/
/*    }*/

/*    .blog-content {*/
/*        width: 100%;*/
/*    }*/

/*    .blog-content .bordered-container {*/
/*        border: none;*/
/*        padding-left: 10px;*/
/*    }*/

/*    .blog-content .articles-list .category-col {*/
/*        width: 100%;*/
/*        padding: 0;*/
/*        border: none;*/
/*    }*/

/*    .blog-content .article-box .thumb {*/
/*        display: block;*/
/*        margin: 0 auto 15px auto;*/
/*    }*/

/*    .blog-content .articles-list .category-col .article-box:last-of-type {*/
/*        margin-bottom: 40px;*/
/*    }*/

/*    .blog-sidebar {*/
/*        padding: 0 10px;*/
/*        width: calc(100% - 20px);*/
/*    }*/

/*    .blog-single .popular-now-list li {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/

/*    .cart-page .main-cart-content .product-box table tbody tr td {*/
/*        width: 50%;*/
/*    }*/

/*    .cart-page .main-cart-content .product-box table td p {*/
/*        padding-left: 15px;*/
/*    }*/

/*    .cart-page .main-cart-content .product-box table tbody tr td:first-of-type {*/
/*        display: none;*/
/*    }*/

/*    .cart-page .cart-sidebar {*/
/*        margin: 0 auto;*/
/*    }*/

/*    .cart-page .cart-sidebar .cart-info,*/
/*    .cart-page .cart-sidebar .cart-code {*/
/*        border-left: none;*/
/*        border-right: none;*/
/*    }*/

/*    .cart-page .cart-sidebar .cart-info {*/
/*        margin-bottom: 0;*/
/*    }*/

/*    .cart-page .cart-sidebar .cart-code {*/
/*        border-top: none;*/
/*    }*/

/*    .cart-page .cart-sidebar .cart-info:after {*/
/*        right: 0;*/
/*    }*/

/*    #div_id_login_page #content .wrap {*/
/*        width: 100%;*/
/*    }*/

/*    #login {*/
/*        height: auto;*/
/*        min-height: 500px;*/
/*    }*/

/*    #login .login {*/
/*        position: initial;*/
/*        padding: 35px;*/
/*    }*/

/*    #login .password {*/
/*        padding: 35px;*/
/*    }*/

/*    .boxes-container .offer-box {*/
/*        margin: 0;*/
/*        padding: 20px 0 0 0;*/
/*        border-bottom: 1px solid #fff;*/
/*        width: 100%;*/
/*        position: relative;*/
/*    }*/

/*    .boxes-container .offer-box:after {*/
/*        content: '';*/
/*        background: url(../img/pass_section_after.png) center no-repeat;*/
/*        width: 22px;*/
/*        height: 12px;*/
/*        position: absolute;*/
/*        bottom: -12px;*/
/*        left: calc(50% - 11px);*/
/*        z-index: 2;*/
/*    }*/

/*    .border-in-offer {*/
/*        width: 100%;*/
/*        height: 1px;*/
/*        background: #fff;*/
/*    }*/

/*    .boxes-container .offer-box .offer-content ul {*/
/*        display: none;*/
/*    }*/

/*    .boxes-container .offer-box .offer-content p {*/
/*        margin-bottom: 0;*/
/*    }*/

/*    .boxes-container .offer-box .price {*/
/*        border: none;*/
/*        width: 55%;*/
/*        display: inline-block;*/
/*        padding: 0;*/
/*        text-align: right;*/
/*    }*/

/*    .boxes-container .offer-box p.mobile-only {*/
/*        margin: 0;*/
/*        text-transform: uppercase;*/
/*        font-size: 20px;*/
/*        font-family: 'din Bold';*/
/*    }*/

/*    .boxes-container .comfort .offer-box p.mobile-only {*/
/*        color: #1276c4;*/
/*    }*/

/*    .boxes-container .open .offer-box p.mobile-only {*/
/*        color: #d31734;*/
/*    }*/

/*    .boxes-container .offer-box .offer-content {*/
/*        padding: 0 0 0 15px;*/
/*        border: none;*/
/*        display: inline-block;*/
/*        width: calc(44% - 15px);*/
/*        text-align: left;*/
/*    }*/

/*    .boxes-container .offer-box .hours {*/
/*        padding: 10px 0;*/
/*        min-height: 0;*/
/*        height: auto;*/
/*        border: none;*/
/*        width: 100%;*/
/*    }*/

/*    .boxes-container .offer-box form,*/
/*    .boxes-container .offer-box .hours:after,*/
/*    .boxes-container .offer-box .price:after,*/
/*    .boxes-container .offer-box .offer-content:after,*/
/*    .boxes-container .offer-box .add-to-cart-btn,*/
/*    .boxes-container .offer-box .pass-info:after {*/
/*        display: none;*/
/*    }*/

/*    .boxes-container .offer-box .pass-info {*/
/*        padding: 0;*/
/*        margin: -7px 0 20px 0;*/
/*    }*/

/*    .bottom-pass-info .ralfu {*/
/*        padding: 20px 10px;*/
/*        width: calc(100% - 20px) !important;*/
/*        background: transparent;*/
/*    }*/

/*    .pass-header {*/
/*        display: none !important;*/
/*    }*/

/*    .mobile-header {*/
/*        font-size: 25px !important;*/
/*        text-align: left;*/
/*        font-weight: lighter;*/
/*        padding: 5px 30px;*/
/*        width: calc(100% - 60px);*/
/*        border-bottom: 1px solid #c11d36;*/
/*        margin-bottom: 20px;*/
/*    }*/

/*    #div_id_article_60 #nyroModalContent {*/
/*        padding: 60px 30px 30px 30px;*/
/*    }*/

/*    .main-modal-content .left-info {*/
/*        display: none;*/
/*    }*/

/*    .main-modal-content .packet.open,*/
/*    .main-modal-content .packet.comfort {*/
/*        padding: 0;*/
/*        width: 100%;*/
/*    }*/

/*    .main-modal-content .packet-info {*/
/*        display: block;*/
/*        width: 100%;*/
/*        margin: 0 0 20px 0;*/
/*        padding-bottom: 20px;*/
/*        position: relative;*/
/*    }*/

/*    .main-modal-content .packet-info:before {*/
/*        content: '';*/
/*        height: 1px;*/
/*        background: #fff;*/
/*        position: absolute;*/
/*        left: -30px;*/
/*        right: -30px;*/
/*        bottom: 0;*/
/*    }*/

/*    .main-modal-content .packet-info:after {*/
/*        content: '';*/
/*        background: url("../img/pass_section_after.png") center no-repeat;*/
/*        width: 22px;*/
/*        height: 12px;*/
/*        position: absolute;*/
/*        bottom: -11px;*/
/*        left: calc(50% - 11px);*/
/*        z-index: 2;*/
/*    }*/

/*    #div_id_article_60 #nyroModalWrapper {*/
/*        width: 100% !important;*/
/*        margin: 0 auto !important;*/
/*        height: 100% !important;*/
/*        max-height: 100% !important;*/
/*    }*/

/*    .main-modal-content .comfort .packet-info.active .price p,*/
/*    .main-modal-content .open .packet-info.active .price p {*/
/*        background: transparent;*/
/*    }*/

/*    .main-modal-content .open .packet-info .price p:first-of-type,*/
/*    .main-modal-content .comfort .packet-info .price p:first-of-type {*/
/*        text-transform: uppercase;*/
/*        font-size: 20px;*/
/*        margin: 0;*/
/*        width: 100% !important;*/
/*        text-align: center !important;*/
/*    }*/

/*    .main-modal-content .comfort .packet-info .price p:first-of-type {*/
/*        color: #1276c4;*/
/*    }*/

/*    .main-modal-content .open .packet-info .price p:first-of-type {*/
/*        color: #d31734;*/
/*    }*/

/*    .main-modal-content .packet-info .p-list p .mobile-only {*/
/*        display: inline-block;*/
/*        text-align: left;*/
/*        width: calc(100% - 20px);*/
/*    }*/

/*    .main-modal-content .packet-info .p-list p .mobile-only,*/
/*    .main-modal-content .packet-info .p-list p img {*/
/*        vertical-align: top;*/
/*    }*/

/*    .main-modal-content .packet-info.active .p-list {*/
/*        background: transparent;*/
/*    }*/

/*    #div_id_article_60 #nyroModalContent {*/
/*        border: none;*/
/*    }*/

/*    #div_id_article_60 #nyroModalContent:after {*/
/*        display: none;*/
/*    }*/

/*    .main-modal-content .packet-info .price, .main-modal-content .packet-info .time, .main-modal-content .packet-info .availability, .main-modal-content .packet-info .range, .main-modal-content .packet-info .p-list {*/
/*        margin: 0;*/
/*    }*/

/*    .main-modal-content .packet-info .range p {*/
/*        position: initial;*/
/*    }*/

/*    .main-modal-content .packet-info .range {*/
/*        height: auto;*/
/*        text-align: left;*/
/*        padding: 20px 0 !important;*/
/*    }*/

/*    .main-modal-content .packet-info .time {*/
/*        text-align: left;*/
/*    }*/

/*    .main-modal-content .packet-info .time span {*/
/*        text-transform: uppercase;*/
/*    }*/

/*    .main-modal-content .comfort .packet-info:hover .price p, .main-modal-content .comfort .packet-info:focus .price p, .main-modal-content .comfort .packet-info:active .price p,*/
/*    .main-modal-content .open .packet-info:hover .price p, .main-modal-content .open .packet-info:focus .price p, .main-modal-content .open .packet-info:active .price p {*/
/*        background: transparent;*/
/*    }*/

/*    .main-modal-content .packet-info .p-list:after {*/
/*        display: none !important;*/
/*    }*/

/*    .main-modal-content .border-in-offer {*/
/*        margin: 0 -30px;*/
/*        width: calc(100% + 60px);*/
/*    }*/

/*    .main-modal-content .packet-info .price p {*/
/*        width: 55%;*/
/*        text-align: right;*/
/*        display: inline-block;*/
/*    }*/

/*    .main-modal-content .packet-info .price p:last-of-type {*/
/*        padding: 0 0 0 15px;*/
/*        display: inline-block;*/
/*        width: calc(44% - 15px);*/
/*        text-align: left;*/
/*        font-size: 20px;*/
/*        text-transform: uppercase;*/
/*    }*/

/*    .login-form input[type="submit"] {*/
/*        !*background:transparent;*!*/
/*        !*text-transform:uppercase;*!*/
/*        !*color:#fff;*!*/
/*        !*font-size:14px;*!*/
/*        !*border:1px solid #fff;*!*/
/*        !*border-radius:0;*!*/
/*        !*line-height:19px;*!*/
/*        !*height:auto;*!*/
/*        !*width:200px;*!*/
/*        !*position:initial;*!*/
/*        !*display:block;*!*/
/*        !*margin:17px auto;*!*/
/*    }*/

/*    .cart-box .custom-width {*/
/*        width: 100% !important;*/
/*        max-width: 100%;*/
/*        margin-left: 0 !important;*/
/*        margin-right: 0 !important;*/
/*    }*/

/*    .cart-box .checkbox-input {*/
/*        margin: 10px 0;*/
/*    }*/

/*    input.date-input,*/
/*    select.form-input {*/
/*        margin-bottom: 10px;*/
/*    }*/

/*    .cart-page .main-cart-content .cart-box {*/
/*        width: calc(100% - 62px);*/
/*    }*/

/*    .hide-li {*/
/*        text-align: center;*/
/*        margin-top: 10px;*/
/*    }*/

/*    .hide-li a {*/
/*        color: #fff;*/
/*        font-size: 12px;*/
/*    }*/

/*    .button-li {*/
/*        border: none !important;*/
/*    }*/

/*    .hide-li .li-hidden {*/
/*        display: none;*/
/*    }*/

/*    .hide-li .no-hidden {*/
/*        display: inline-block;*/
/*    }*/

/*    .packet-info.packet-hidden-li .hide-li .li-hidden {*/
/*        display: inline-block;*/
/*    }*/

/*    .packet-info.packet-hidden-li .hide-li .no-hidden {*/
/*        display: none;*/
/*    }*/

/*    .packet-info.packet-hidden-li .time,*/
/*    .packet-info.packet-hidden-li .range,*/
/*    .packet-info.packet-hidden-li .p-list {*/
/*        display: none !important;*/
/*    }*/

/*    .empty_shopcart {*/
/*        width: 100%;*/
/*        max-width: 100%;*/
/*        text-align: center;*/
/*        line-height: 55px;*/
/*        height: auto;*/
/*        margin: 100px auto;*/
/*    }*/

/*    #bossbyte_slide {*/
/*        display: none !important;*/
/*    }*/

/*    #div_id_article_61 .article_text .club_wrapper .select_wrapper {*/
/*        margin-bottom: 40px;*/
/*    }*/

/*    #foot_logos {*/
/*        display: none;*/
/*    }*/
/*}*/

#foot_logos {
    display: none;
}

/*@media (max-width: 961px) and (min-width: 768px) {*/
/*    #h .logo-after,*/
/*    #home_top .men,*/
/*    #home_top .women {*/
/*        display: none !important;*/
/*    }*/

/*    img {*/
/*        max-width: 100%;*/
/*    }*/

/*    body {*/
/*        width: 100%;*/
/*    }*/

/*    .ralfu {*/
/*        width: 100% !important;*/
/*    }*/

/*    #h .logo {*/
/*        top: 0;*/
/*        left: 10px;*/
/*    }*/

/*    #h #log {*/
/*        margin-right: 10px;*/
/*    }*/

/*    #menu {*/
/*        z-index: 6;*/
/*    }*/

/*    #m ul {*/
/*        margin-left: 10px;*/
/*    }*/

/*    #strona_glowna table,*/
/*    #strona_glowna tbody,*/
/*    #strona_glowna tr,*/
/*    #strona_glowna td {*/
/*        display: block;*/
/*    }*/

/*    #home_top .top-info {*/
/*        margin-left: 0;*/
/*        position: relative;*/
/*        z-index: 6;*/
/*    }*/

/*    #home_top .middle-info .button {*/
/*        margin-bottom: 58px;*/
/*    }*/

/*    #home_bot .body-info {*/
/*        margin-left: 0;*/
/*    }*/

/*    #content .newsletter img.big {*/
/*        left: 0;*/
/*        z-index: -1;*/
/*    }*/

/*    #content .newsletter .content {*/
/*        padding: 65px 0 65px 395px;*/
/*    }*/

/*    #f .cont1 {*/
/*        margin: 0 auto;*/
/*        float: initial;*/
/*    }*/

/*    #f .cont2 {*/
/*        padding-left: 0;*/
/*        margin: 37px auto 0 auto;*/
/*        float: initial;*/
/*        background: transparent;*/
/*    }*/

/*    #f2 a.logo {*/
/*        margin-left: 10px;*/
/*    }*/

/*    #f2 a.cstore {*/
/*        margin-right: 10px;*/
/*    }*/

/*    #div_id_article_77 #content .promotions {*/
/*        padding-right: 0;*/
/*        margin: 0 auto;*/
/*        float: initial;*/
/*    }*/

/*    .article_text .header {*/
/*        !*float:initial;*!*/
/*        margin: 0 auto;*/
/*    }*/

/*    #div_id_article_61 .article_text .club_wrapper .images {*/
/*        display: none;*/
/*    }*/

/*    #div_id_article_61 .article_text .club_wrapper .map_wrapper .map {*/
/*        position: initial;*/
/*        margin: 0 auto;*/
/*    }*/

/*    #div_id_article_61 .article_text .club_wrapper .map_wrapper,*/
/*    #div_id_article_61 .article_text .club_wrapper .select_wrapper .select {*/
/*        width: 100%;*/
/*        height: auto;*/
/*        text-align: center;*/
/*    }*/

/*    .icon_legend_16plus,*/
/*    .icon_legend_18plus {*/
/*        position: initial;*/
/*        text-align: left;*/
/*        width: calc(100% - 50px);*/
/*        margin-left: 50px;*/
/*    }*/

/*    #div_id_article_61 .article_text .product {*/
/*        width: 100%;*/
/*    }*/

/*    .regulations .content {*/
/*        height: auto;*/
/*        text-align: center;*/
/*    }*/

/*    .regulations .content a {*/
/*        max-width: 100% !important;*/
/*        position: initial;*/
/*        display: inline-block;*/
/*    }*/

/*    .regulations .images {*/
/*        margin-top: 50px;*/
/*    }*/

/*    .blog-content {*/
/*        max-width: 100%;*/
/*        display: block;*/
/*        margin: 0 auto;*/
/*    }*/

/*    .blog-content .bordered-container {*/
/*        padding: 0 10px;*/
/*        border: none;*/
/*    }*/

/*    .blog-sidebar {*/
/*        padding: 0 10px;*/
/*        display: block !important;*/
/*        width: calc(100% - 20px);*/
/*    }*/

/*    .popular-now-list li {*/
/*        width: 20%;*/
/*        display: inline-block;*/
/*    }*/

/*    #div_id_login_page #content .wrap {*/
/*        width: 100%;*/
/*    }*/

/*    #login .login, #login .password {*/
/*        padding: 85px;*/
/*    }*/

/*    .bottom-pass-info .ralfu {*/
/*        width: calc(100% - 140px) !important;*/
/*    }*/

/*    #div_id_article_60 #nyroModalContent {*/
/*        padding: 60px 30px;*/
/*    }*/

/*    .mobile-md-only {*/
/*        display: inline-block !important;*/
/*    }*/

/*    .main-modal-content .packet {*/
/*        padding: 0 !important;*/
/*        width: calc(100% - 287px);*/
/*    }*/
/*}*/

.cart_order {
    margin: 0px;
    width: 100%;
}

.my_account .fieldRow label {
    color: #f5f5f5;
    white-space: nowrap;
}

.main-modal-content .packet-info .availability .tooltip {
    position: relative;
    display: none;
    top: 20px;
    border: #e81c24 1px solid;
    z-index: 999;
    left: 50%;
}

.main-modal-content .packet-info .availability .tooltip p {
    position: relative;
    background: #434343;
    padding: 2px;
    z-index: 999;
}

.my_account .ord-list li div.feat, .my_account .ord-list li div.val2 {
    width: 20% !important;
}

.my_account .ord-list li div.val {
    width: 60% !important;
}

@media (max-width: 795px) and (min-width: 768px) {
    .blog-content .articles-list .category-col {
        width: 31.33333%;
    }
}

@media (max-width: 1228px) and (min-width: 1036px) {
    #div_id_article_60 #nyroModalContent {
        padding: 60px 15px;
    }

    .main-modal-content .left-info {
        width: 245px;
        max-width: 245px;
    }

    .main-modal-content .packet-info {
        width: 110px;
    }
}

@media (max-width: 1036px) and (min-width: 962px) {
    .main-modal-content .left-info.mobile-md-only {
        display: inline-block !important;
    }

    .main-modal-content .left-info {
        min-width: 340px;
        width: 340px;
    }
}

@media (max-width: 1426px) and (min-width: 962px) {
    body {
        width: 100%;
    }

    #home_top {
        overflow: hidden;
    }

    .icon_legend_16plus {
        right: 0;
    }
}

@media all and (max-width: 1366px) {
    .best_deal_6m {
        transform: rotate(-3deg);
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .happy_double {
        margin-top: 15px;
        transform: rotate(10deg);
    }
}

@media all and (max-width: 612px) {
    #login .password {
        top: 260px;
    }
}

@media all and (max-width: 1024px) {
    #account-menu {
        display: block !important;
    }

    .acc_menu {
        height: auto;
    }

    .my_account .account-list {
        height: auto;
    }

    .my_account .account-list ul.macc {
        height: auto;
    }

    .user_details .transfer {
        display: none;
    }

    .user_details .welcome {
        width: auto;
        height: auto;
    }
}

/*@media all and (max-width: 962px) {*/
/*    .my_account .orders-list ul li.head {*/
/*        display: none;*/
/*    }*/

/*    .my_account .orders-list ul li div {*/
/*        width: 100% !important;*/
/*    }*/

/*    .my_account .orders-list ul li div a {*/
/*        padding: 2px 6px;*/
/*        font: 12px 'Open Sans';*/
/*        color: #FFF !important;*/
/*        text-decoration: none !important;*/
/*        text-align: center;*/
/*        line-height: 35px;*/
/*        background: #78cbd0;*/
/*        border: 1px solid #CCC;*/
/*        border-radius: 5px;*/
/*        -moz-border-radius: 5px;*/
/*        -webkit-border-radius: 5px;*/
/*        line-height: 3;*/
/*    }*/

/*    .button-delete a {*/
/*        background: #DB102D !important;*/
/*    }*/

/*    .my_account .orders-list ul li div a u {*/
/*        text-decoration: none !important;*/
/*    }*/
/*}*/

@media all and (max-width: 768px) {
    form[name="form_cechy_prod"] {
        display: inline !important;
    }

    .add-to-cart-btn {
        display: block !important;
        width: 60% !important;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .user_details .transfer .reg {
        padding: 80px 150px 130px 0px;
    }

    .main-modal-content .packet-info .availability .tooltip {
        left: auto;
    }

    .fieldRow .input_normal, #form select#uczelnie {
        width: 92%;
        margin-left: 2%;
    }

    .fieldRow label {
        margin-left: 2%;
        width: auto;
    }

    input[type="password"], input[type="text"] {
        border: 0px;
    }

    .fieldRow.gend span {
        width: auto;
        margin-right: 0px;
    }

    .fieldRow.gend span {
        float: none;
    }

    .fieldRow.gend {
        margin-left: 2%;
    }

    .ref_points .points, .ref_points .info {
        float: none;
        width: auto;
        height: auto;
        background: none;
        line-height: normal;
    }

    .ref_points .info {
        margin-top: 20px;
    }

    .my_account .ord-list li {
        height: auto;
        padding: 8px 5px;
    }
}

@media all and (max-width: 465px) {
    .opt div.feat, .opt div.val {
        width: 100% !important;
    }
}

/*popup mozilla*/
@-moz-document url-prefix() {
    #div_id_article_60 #nyroModalContent {
        padding: 60px 10px;
    }
    #div_id_article_60 #nyroModalWrapper {
        min-width: 90%;
    }
    .main-modal-content .left-info {
        max-width: 250px;
        width: 250px;
    }
    .main-modal-content .packet-info {
        width: 140px;
    }
}

.pole_message, .pole_message_info, .pole_message_err {
    border: none !important;
    border-radius: 0 !important;
    font-family: 'Nexa';
    font-style: italic;
    font-size: 18px !important;
    color: #313131 !important;
    padding: 60px !important;
    margin-left: -290px !important;
    box-shadow: 0 0 10px -5px #111;
    margin: 0 !important;
    transform: translateX(-50%);
}

.pole_message img, .pole_message_info img, .pole_message_err img {
    top: 5px !important;
    right: 5px !important;
    /*width: 100%;*/
    /*height: 5px;*/
}

.pole_message label, .pole_message_info label {
    display: inline-block;
    padding: 5px;
}

@media (max-width: 767px) {
    .pole_message, .pole_message_info, .pole_message_err {
        width: calc(100% - 80px) !important;
        padding: 40px 20px !important;
    }
    .cart-page .main-cart-content .product-box table td p {
        font-size: 12px;
    }
    .cart-page .main-cart-content .product-box table td:nth-of-type(3) p {
        padding: 0 0 0 10px !important;
    }
    .cart-page .main-cart-content .product-box table td:nth-of-type(2) p {
        padding: 0 10px 0 0 !important;
    }
    .cart-page .main-cart-content .product-box table td.price p {
        font-size: 16px;
    }
    .cart-page .main-cart-content .product-box table td img {
        display: none;
    }
}

.mask.voucher .container {
    width: 100%;
    /*max-width: calc(100% - 200px) !important;*/
    max-width: unset !important;
}

.offer-details.voucher {
    width: auto;
    max-width: 600px;
}

.offer-details.voucher.full {
    max-width: 80%;
}

@media (max-width: 1630px) {
    /*.offer-details.voucher.full {*/
    /*    max-width: unset;*/
    /*}*/
    .offer-details.voucher.full .comfort, .offer-details.voucher.full .open {
        width: 100% !important;
    }
}

.offer-details.voucher #offer .comfort > div a.check, .offer-details.voucher #offer .open > div a.check, .offer-details.voucher #offer img, .offer-details.voucher .voucher {
    display: none;
}

.offer-details.voucher #offer {
    background: none;
    margin-bottom: 0;
    padding-top: 60px;
}

.offer-details.voucher #offer ul {
    columns: 1;
}

.offer-details.voucher > h2 {
    text-transform: lowercase;
    font-family: 'Nexa';
    font-weight: bold;
    font-style: italic;
    padding: 30px;
    font-size: 0;
}

.offer-details.voucher h2 i {
    color: #fff;
    background: #ce0e2d;
    right: 15px;
}

.offer-details.voucher form {
    padding: 0 50px;
}

.offer-details.voucher input {
    width: calc(100% - 64px);
    border: 2px solid #ce0e2d;
    padding: 20px;
    font-family: 'Nexa';
    font-style: italic;
    font-size: 16px;
}

.popularne-img {
    border-radius: 0 !important;
    background-size: cover !important;
    width: 100% !important;
}

p.article-info {
    display: inline-block;
}

.blog-content .article-info {
    color: #fafafa !important;
    width: 100%;
    text-align: left;
}

.blog-content .article-info span {
    background: #ce0e2d;
    padding: 10px 20px;
    display: inline-block;
}

.blog-content .article-info span:first-of-type {
    background: #fff;
    display: inline-block;
}

.blog-content .articles-list {
    width: 100vw;
    max-width: 1100px;
}

.blog-expanded .blog-content .article-box {
    min-height: unset !important;
}

.blog-expanded .blog-content .article-box .thumb {
    width: 100% !important;
    height: 205px !important;
    object-fit: cover;
}

@media (max-width: 767px) {
    .blog-expanded .blog-content, .blog-expanded .blog-sidebar, .popular-now-list li, .blog-content .articles-list .category-col {
        width: 100% !important;
        padding-right: 0;
    }
    .blog-expanded .blog-sidebar {
        padding-left: 0;
    }
    .blog-content .articles-list .category-col .article-box:last-of-type {
        margin-bottom: 40px;
    }
    .blog-content strong {
        text-align: center !important;
    }
    .blog-content .bordered-container {
        padding-right: 0;
    }
    .blog-content .main-article {
        padding-bottom: 60px;
    }
    .blog-content .load-more {
        margin: 0 0 60px 0;
    }
}

.blog-categories.visible-xs {
    display: none;
}

.blog-content.blog-single .articles-list {
    width: 100% !important;
}

.blog-content.blog-single .articles-list {
    padding-top: 0;
}

.blog-content.blog-single .popularne-img {
    height: 120px;
}

.blog-single .popular-now-list {
    width: 1100px;
    max-width: calc(100vw - 30px);
}

.blog-single .popular-now-list li {
    padding-right: 10px;
    width: calc(20% - 10px);
}

.subscription-next-payment-parent {
    font-size: 11px;
    text-transform: lowercase;
}
