﻿.wpj-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

@media (max-width: 767px) {
    .wpj-row-reverse>div:last-child {
        order:-1
    }
}

.wpj-col-center {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%
}

.wpj-col-center-1 {
    max-width: 350px
}

.wpj-col-center-2 {
    max-width: 450px
}

.wpj-col-center-3 {
    max-width: 650px
}

.wpj-col-center-4 {
    max-width: 800px
}

.wpj-col-center-5 {
    max-width: 1000px
}

.wpj-col-3,.wpj-col-4,.wpj-col-6,.wpj-col-8 {
    padding: 0 10px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .wpj-col-3 {
        flex:0 0 25%;
        max-width: 25%
    }

    .wpj-col-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .wpj-col-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .wpj-col-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media (max-width: 767px) {
    .wpj-row>div[style*="padding-left:"] {
        padding-left:10px!important
    }

    .wpj-row>div[style*="padding-right:"] {
        padding-right: 10px!important
    }
}

.align-self-start {
    align-self: flex-start
}

.align-self-end {
    align-self: flex-end
}

.align-self-center {
    align-self: center
}

.align-items-start {
    align-items: flex-start
}

.align-items-end {
    align-items: flex-end
}

.align-items-center {
    align-items: center
}

@media screen and (min-width: 1000px) {
    .w-block-narrow {
        margin-left:auto;
        margin-right: auto;
        max-width: 1000px
    }
}

.w-btn-wrapper,.w-video-wrapper {
    margin-bottom: 1rem
}

.w-video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

.w-video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.w-iframe-wrapper,.w-map-wrapper {
    height: 400px;
    margin-bottom: 1rem
}

.w-iframe-wrapper iframe,.w-map-wrapper iframe {
    height: 100%;
    width: 100%
}

.w-figure {
    margin-bottom: 1rem
}

.w-figure.text-center img {
    margin-left: auto;
    margin-right: auto
}

.w-text {
    overflow-wrap: break-word
}

.w-text.align-justify {
    text-align: justify
}

.w-text .text-small {
    font-size: .85em
}

.w-text .text-tiny {
    font-size: .7em
}

.w-text .text-big {
    font-size: 1.4em
}

.w-text .text-huge {
    font-size: 1.8em
}

.w-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px
}

.w-gallery>div {
    padding: 10px
}

.w-gallery-columns-1>div {
    width: 100%
}

.w-gallery-columns-2>div {
    width: 50%
}

@media screen and (max-width: 767px) {
    .w-gallery-columns-2>div {
        width:100%
    }
}

.w-gallery-columns-3>div {
    width: 33.33333%
}

@media screen and (max-width: 767px) {
    .w-gallery-columns-3>div {
        width:50%
    }
}

@media screen and (max-width: 543px) {
    .w-gallery-columns-3>div {
        width:100%
    }
}

.w-gallery-columns-4>div {
    width: 25%
}

@media screen and (max-width: 767px) {
    .w-gallery-columns-4>div {
        width:33.33333%
    }
}

@media screen and (max-width: 543px) {
    .w-gallery-columns-4>div {
        width:50%
    }
}

.w-gallery-columns-5>div {
    width: 20%
}

@media screen and (max-width: 767px) {
    .w-gallery-columns-5>div {
        width:25%
    }
}

@media screen and (max-width: 543px) {
    .w-gallery-columns-5>div {
        width:33.33333%
    }
}

.w-gallery-columns-6>div {
    width: 16.66667%
}

@media screen and (max-width: 767px) {
    .w-gallery-columns-6>div {
        width:20%
    }
}

@media screen and (max-width: 543px) {
    .w-gallery-columns-6>div {
        width:25%
    }
}

.w-gallery-columns-7>div {
    width: 14.28571%
}

@media screen and (max-width: 767px) {
    .w-gallery-columns-7>div {
        width:16.66667%
    }
}

@media screen and (max-width: 543px) {
    .w-gallery-columns-7>div {
        width:20%
    }
}

.w-gallery-columns-8>div {
    width: 12.5%
}

@media screen and (max-width: 767px) {
    .w-gallery-columns-8>div {
        width:14.28571%
    }
}

@media screen and (max-width: 543px) {
    .w-gallery-columns-8>div {
        width:16.66667%
    }
}

.w-photo {
    position: relative
}

.w-photo img {
    width: 100%
}

@supports (object-fit: cover) {
    .w-photo img {
        height:100%;
        left: 0;
        max-height: none;
        max-width: none;
        object-fit: cover;
        object-position: center center;
        position: absolute;
        top: 0
    }

    .w-photo-size-16-9 {
        padding-bottom: 56.25%
    }

    .w-photo-size-9-16 {
        padding-bottom: 177.7777%
    }

    .w-photo-size-4-3 {
        padding-bottom: 75%
    }

    .w-photo-size-3-4 {
        padding-bottom: 133.3333%
    }

    .w-photo-size-1-1 {
        padding-bottom: 100%
    }

    .w-photo-size-icon img,.w-photo-size-original img {
        position: static
    }
}

.w-photo-size-icon img,.w-photo-size-original img {
    height: auto!important;
    max-width: 100%;
    width: auto
}

.w-highlight {
    background-color: initial;
    color: #212334
}

.cke {
    z-index: 0!important
}

.cke:active,.cke:focus,.cke:hover {
    z-index: 9999!important
}

.w-imap-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column
}

.w-imap-inner {
    display: inline-block;
    position: relative
}

.w-imap-placeholder {
    width: 50%
}

.imap-close-button {
    display: none
}

.w-imap-points {
    counter-reset: imap;
    width: 100%
}

.w-imap-points .icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    display: inline-block;
    font: normal normal normal 14px/1 icons;
    font-size: inherit;
    height: 52px;
    justify-content: center;
    padding: 0;
    position: relative;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    width: 52px;
    z-index: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #000;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: background-color .2s,transform .2s
}

.w-imap-points .icon:active,.w-imap-points .icon:focus,.w-imap-points .icon:hover {
    background: #212334;
    color: #fff
}

.w-imap-points .icon:before {
    content: "\f141";
    counter-increment: imap;
    display: inline-block
}

.w-imap-points p:last-child {
    margin-bottom: 0
}

.w-imap-points.points-lg .point {
    position: absolute
}

@media screen and (min-width: 991px) {
    .w-imap-points.points-sm {
        display:none
    }

    .w-imap-points .content-right .w-imap-content {
        left: 26px
    }

    .w-imap-points .content-right .icon {
        left: 0
    }

    .w-imap-points .content-left .w-imap-content {
        right: 26px
    }

    .w-imap-points .content-left .icon {
        right: 0
    }

    .w-imap-points .content-top .w-imap-content {
        bottom: 26px
    }

    .w-imap-points .content-top .icon {
        bottom: 0
    }

    .w-imap-points .content-bottom .w-imap-content {
        top: 26px
    }

    .w-imap-points .content-bottom .icon {
        top: 0
    }

    .w-imap-points .w-imap-content {
        background: #fff;
        box-shadow: 0 11px 17px #4047691a;
        max-width: 45vw;
        opacity: 0;
        padding: 25px;
        pointer-events: none;
        position: absolute;
        transition: opacity .2s;
        width: 545px
    }

    .w-imap-points .active {
        z-index: 51
    }

    .w-imap-points .active .icon {
        background: #212334;
        color: #fff;
        transform: rotate(45deg);
        z-index: 51
    }

    .w-imap-points .active .w-imap-content {
        opacity: 1;
        pointer-events: auto;
        z-index: 50
    }
}

@media screen and (max-width: 991px) {
    .w-imap-points .w-imap-content {
        flex-grow:1
    }

    .w-imap-points.points-lg .w-imap-content {
        display: none!important
    }

    .w-imap-points .icon {
        font-family: inherit;
        pointer-events: none
    }

    .w-imap-points .icon:before {
        content: counter(imap)
    }

    .w-imap-points.points-sm {
        padding-top: 10px
    }

    .w-imap-points .point {
        align-items: center;
        display: flex;
        margin-bottom: 10px
    }

    .w-imap-points .icon {
        flex: none;
        margin-right: 10px
    }
}

@media screen and (max-width: 544px) {
    .w-imap-points .icon {
        font-size:14px;
        height: 24px;
        width: 24px
    }
}

.w-media {
    display: flex;
    margin-bottom: 1rem;
    position: relative
}

.w-media-body {
    flex-grow: 1
}

.w-media-body .w-text:last-child>:last-child,.w-media-body>:last-child {
    margin-bottom: 0
}

.w-media-img {
    flex: none
}

.w-media-img img {
    padding-right: 1rem;
    width: 3rem
}

.w-media-img .fc {
    color: #212334;
    display: inline-block;
    font-size: 2rem;
    width: 3rem
}

.w-badges {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    padding: 24px 0
}

@media (max-width: 991px) {
    .w-badges {
        flex-wrap:wrap
    }
}

.w-badge {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    padding: 10px;
    position: relative
}

.w-badge .fc:before {
    flex-shrink: 0;
    font-size: 34px;
    width: 1.5em
}

.w-badge>img {
    flex-shrink: 0;
    padding-right: 17px;
    width: 1.5em
}

.w-badge>div {
    flex-grow: 1
}

.w-badge>.fc {
    flex-shrink: 0
}

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

.w-badge .fc:before {
    color: #212334
}

@media (max-width: 991px) {
    .w-badge {
        flex:none;
        width: 50%
    }
}

@media (max-width: 543px) {
    .w-badge {
        width:100%
    }
}

.w-badge-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.wpj-blocek-active .w-badge-link {
    display: none
}

.usp {
    border-bottom: 1px solid #dfe3e5;
    padding: 0 10px
}

.usp .w-badges {
    color: #212334;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 0;
    padding: 10px 0;
    text-transform: unset
}

.usp .w-media-img .fc,.usp .w-media-img .fc:before {
    color: #90b920
}

@media screen and (min-width: 767px) {
    .usp::-webkit-scrollbar {
        height:4px
    }

    .usp::-webkit-scrollbar-track {
        background: #fff;
        box-shadow: none
    }

    .usp::-webkit-scrollbar-thumb {
        background: #212334
    }
}

@media screen and (max-width: 767px) {
    .usp::-webkit-scrollbar {
        display:none
    }
}

@media screen and (max-width: 1469px) {
    .usp {
        overflow-x:scroll
    }

    .usp .wpj-col-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .usp .w-badges {
        min-width: 256px
    }

    .usp .w-badges .w-badge {
        flex: unset;
        width: unset
    }

    .usp .w-media {
        margin-bottom: 0
    }

    .usp .wpj-row {
        display: inline-flex;
        flex-wrap: nowrap
    }
}

.wpj-blocek.wpj-blocek-active .w-image-btn .w-image-btn-text-hover {
    max-height: 5.75rem
}

.w-image-btn {
    align-items: flex-end;
    display: flex;
    line-height: 1.5;
    margin-bottom: 1rem;
    position: relative
}

.w-image-btn .w-figure {
    margin: 0;
    width: 100%
}

.w-image-btn .w-figure img {
    width: 100%
}

.w-image-btn:active .w-image-btn-text-hover,.w-image-btn:focus .w-image-btn-text-hover,.w-image-btn:hover .w-image-btn-text-hover {
    max-height: 5.75rem
}

.w-image-btn:active .w-image-btn-title:last-child,.w-image-btn:focus .w-image-btn-title:last-child,.w-image-btn:hover .w-image-btn-title:last-child {
    padding-bottom: 2rem
}

.w-image-btn-content {
    color: #fff;
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 100%
}

.w-image-btn-content:before {
    background: linear-gradient(0deg,#000c 0,#0000);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.w-image-btn-content>* {
    position: relative
}

.w-image-btn-title {
    font-size: 20px;
    font-weight: 600
}

.w-image-btn-title:last-child {
    transition: padding-bottom .3s
}

.w-image-btn-text-hover {
    font-size: .875rem;
    max-height: 0;
    overflow: hidden;
    transition: all .3s
}

.w-image-btn-text {
    margin-bottom: .5rem;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.w-block-bg-alt {
    background: #f7f7f8;
    padding: 40px
}

.w-block-bg-alt.wpj-row {
    margin-left: auto;
    margin-right: auto
}

.wpj-row>.w-block-bg-alt {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff
}

.wpj-faq-wrapper {
    border: 1px solid #dedede;
    border-radius: 0
}

.wpj-faq-wrapper h4 {
    cursor: pointer;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 10px 20px 40px;
    position: relative
}

.wpj-faq-wrapper h4.active:before {
    content: "-"
}

.wpj-faq-wrapper h4:before {
    align-items: center;
    content: "+";
    display: flex;
    font-size: 16px;
    height: 16px;
    justify-content: center;
    left: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    width: 16px
}

.wpj-faq-wrapper p {
    display: none;
    padding-left: 40px;
    padding-right: 10px
}

.wpj-faq-wrapper.ck-content p,.wpj-faq-wrapper.opened p {
    display: block!important
}

.wpj-faq-wrapper+.wpj-faq-wrapper {
    border-top: 0
}

.blocek-editable-area .wpj-faq-wrapper {
    margin: 0!important;
    padding: 0!important
}

.w-product-discount-coupon {
    border: 1px solid #dfe3e5;
    padding: 15px
}

.w-product-discount-coupon .w-media-img {
    margin-right: 10px
}

.w-product-discount-coupon .w-media-img .fc {
    color: #90b920;
    font-size: 40px
}

.w-product-discount-coupon p {
    margin: 0
}

.w-product-discount-coupon .w-highlight {
    color: #90b920;
    font-size: 1.3125rem;
    font-weight: 600;
    white-space: nowrap
}

.w-product-discount-coupon a {
    cursor: pointer
}

.w-product-discount-coupon a:has(.coupon-added) {
    pointer-events: none
}

.w-product-discount-coupon .coupon-loading:after {
    animation: add-coupon-loader 1.25s linear infinite;
    border: 2px solid #dfe3e5;
    border-radius: 50%;
    border-right-color: #0000;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    width: 14px
}

.w-product-discount-coupon .coupon-added {
    pointer-events: none
}

.w-product-discount-coupon .coupon-added:after {
    display: inline-block;
    font: normal normal normal 14px/1 icons;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #90b920;
    content: "\f12a";
    margin-left: 5px;
    position: relative;
    text-decoration: none;
    top: 2px
}

@media screen and (max-width: 767px) {
    .w-product-discount-coupon .wpj-col-4 {
        margin-bottom:10px
    }
}

@media screen and (max-width: 543px) {
    .w-product-discount-coupon .w-media-img {
        left:15px;
        margin: 0;
        position: absolute;
        top: 15px
    }

    .w-product-discount-coupon .wpj-col-4 {
        padding-left: 70px
    }
}

