@charset "utf-8";

html {
    overflow-x: hidden;
    /* DOSTĘPNOŚĆ */
    /* Tutaj deiniujemy standardowe kolory poprzez zmienne */
    /* a w pliku css/www/style_high_contrast.css ich alternatywne wersje */
    /* w css zmieniamy colory porzez zmienne np. var(--color-FFFFFF) */
    --color-252525: #252525;
    --color-d92525: #d92525;
    --color-C21B17: #C21B17;
    --color-151522: #151522;
    --color-c11b17: #c11b17;
    --color-d3d3d3: #d3d3d3;
    --color-6f7072: #6f7072;
    --color-2b2e38: #2b2e38;
    --color-303e49: #303e49;
    --color-bg-e0f5e7: #e0f5e7;
    --color-bg-f2f2f2: #f2f2f2;
    --color-bg-f9eff4: #f9eff4;
    --color-bg-C21B17: #C21B17;
    --color-bg-f0f0f0: #f0f0f0;
    --color-btn: #C21B17;
    --color-FFFFFF: #FFFFFF;
    --color-000000: #000000;
    --color-D6EEF6: #D6EEF6;
    --color-C5281C: #C5281C;
    --color-363636: #363636;
    --color-rgba30-41-69-9: var(--color-rgba30-41-69-9);
    --color-rgba235-235-235-4: rgba(235,235,235,0.4);
    --color-rgba235-235-235-15: rgba(235,235,235,0.15);
    --color-F6E5E4: #F6E5E4;
    --color-999: #999;
    --color-444: #444;
    --color-fff: #fff;
    --color-bg-fff: #fff;
    --color-bg-EBEBEB: #EBEBEB;
    --color-accent: #c21b17;
    --color-FFFFFF: #000000;
    --color-000000: #ffff00;
    --color-bg-000: #000;
    --color-c0200d: #c0200d;
    --color-bg-eeedeb: #eeedeb;
    --color-bg-f8f8f8: #f8f8f8;
    --color-bg-f4f4f4: #f4f4f4;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary {
    display: block
}
header, section, footer {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: var(--color-bg-fff);
}

.bpl_main {
    background-color: var(--color-bg-fff);
}

ol, ul {
    list-style: none
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-252525);
    position: relative;
    overflow-x: hidden;
    line-height: 1;
    min-height: 100vh
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}
button.open-button span {
    pointer-events: none
}
.pace.pace-active {
    opacity: 1
}
.pace .pace-progress {
    display: block;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
    background: var(--color-d92525);
    pointer-events: none
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}
body ::selection {
    background: #ebeced
}
::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: var(--color-252525)
}
::-webkit-scrollbar-thumb:horizontal {
    height: 10px;
    background-color: var(--color-252525)
}
::-webkit-scrollbar {
    width: 10px;
    height: 0;
    background: #ebeced
}
:focus, button, input {
    outline: none !important;
    -moz-outline-style: none !important
}
::-moz-focus-inner {
    border: 0
}
::-moz-selection {
    background: #dcdcdc;
    text-shadow: none
}
::selection {
    background: #dcdcdc;
    text-shadow: none
}
a:active {
    outline: none;
    -moz-outline-style: none;
    text-decoration: none
}
a:focus {
    -moz-outline-style: none;
    outline: none;
    text-decoration: none
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    -moz-outline-style: none
}
a, .butt_w, .button_agent {
    outline: 0;
    cursor: pointer;
    -moz-outline-style: none;
    text-decoration: none;
    color: var(--color-252525);
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
a:hover, .button_agent {
    color: var(--color-d92525);
    text-decoration: none;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
* {
    padding: 0;
    margin: 0
}
.header_bpl, .header_bpl.header_up, .scrollTop, .pace, .logo, .nav-link, .nav-link i {
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.header_bpl {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #ebeced;
    background-color: #fff;
    overflow: visible
}
.header_bpl.header_up {
    top: -70px
}
.logo {
    float: left;
    margin-top: 12px;
    height: 56px
}
.logo a {
    float: left;
    width: 271px;
    height: 56px;
    margin-right: 35px;
    background-image: url(/img/www/bpl_gen.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 271px;
    text-indent: -9999px
}
.all_w1250 {
    margin: 0 auto 25px auto;
    padding: 0;
    max-width: 1280px
}
.all_w100 {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 50px 15px;
    background: #f4f4f4;
    border: 1px solid #eaeaea;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #f4f4f4 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #f4f4f4 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
}
.all_100_b {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0
}
.all_w100.b2_alternative {
    background: #fcf3f3;
    border: 1px solid #fcd7d7;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #fcf3f3 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #fcf3f3 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #fcf3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcf3f3', GradientType=1)
}
.dziekuje_ass .all_w100.b2_alternative {
    background: rgba(255, 255, 255, .75);
    border: 2px dashed #f46d6d
}
.a_tak_nie_link {
    background: #fff !important;
    color: var(--color-d92525) !important;
    border: 2px solid var(--color-d92525) !important
}
.all_w100_b {
    width: 100%;
    padding: 15px 15px 0 15px;
    background: var(--color-bg-fff);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #eaeaea;
    margin: 5px auto 30px auto;
    min-height: 260px;
    background: #f4f4f4;
    border: 2px solid #eaeaea;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #f4f4f4 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #f4f4f4 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=1)
}
.all_w100_b i {
    display: inline-block;
    background-size: 60px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    margin: 0 auto;
    border: 2px solid #c61717;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 25px;
    position: relative;
    line-height: 56px;
    z-index: 2;
    text-align: center;
    color: var(--color-d92525)
}
.all_w100_b h2 {
    color: var(--color-d92525);
    font-size: 1.2em;
    font-weight: 700
}
.all_w100_b h2 span {
    color: var(--color-252525)
}
.all_w100_b p {
    color: #808c96;
    font-size: .925em;
    font-weight: 400
}
.txt_oferta {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center
}
.txt_oferta h2 {
    font-size: 1.6em;
    font-weight: 700;
    color: var(--color-d92525)
}
.txt_oferta h2 span {
    color: var(--color-252525)
}
.txt_oferta h2 .thin_span {
    font-weight: 300
}
.txt_oferta p {
    padding-top: 5px
}
.txt_oferta b {
    font-weight: 700
}
.txt_oferta a {
    margin-top: 25px;
    background: var(--color-d92525);
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.all_w100_b .txt_main a {
    display: inline-block;
    color: var(--color-d92525);
    font-size: 1.8em;
    font-weight: 700;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f4f4f4
}
.b2_alternative .b_square {
    position: absolute;
    top: 50vh;
    left: 15vw;
    width: 10px;
    height: 10px;
    z-index: 1;
    border: solid 1px #fcf3f3;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0) rotate(180deg) translate(-50%, -50%);
    transform: scale(0) rotate(180deg) translate(-50%, -50%);
    -webkit-animation: b_square 10s ease-in forwards infinite;
    animation: b_square 10s ease-in forwards infinite
}
.b2_alternative .b_square:nth-child(2n) {
    border-color: #fcd7d7
}
#ubezp_1, #ubezp_2, #ubezp_3 {
    display: none
}
.b_square {
    position: absolute;
    top: 65vh;
    left: 25vw;
    width: 10px;
    height: 10px;
    z-index: 1;
    border: solid 1px #fcf3f3;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: scale(0) rotate(180deg) translate(-50%, -50%);
    transform: scale(0) rotate(180deg) translate(-50%, -50%);
    -webkit-animation: b_square 10s ease-in forwards infinite;
    animation: b_square 10s ease-in forwards infinite
}
.b_square:nth-child(2n) {
    border-color: #eaeaea
}
.b_square:nth-child(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    left: 25%;
    top: 40%
}
.b_square:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    left: 75%;
    top: 50%
}
.b_square:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    left: 90%;
    top: 10%
}
.b_square:nth-child(5) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 10%;
    top: 85%
}
.b_square:nth-child(6) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: 50%;
    top: 10%
}
@-webkit-keyframes b_square {
    from {
        -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1
    }
    to {
        -webkit-transform: scale(20) rotate(360deg) translate(-50%, -50%);
        transform: scale(20) rotate(360deg) translate(-50%, -50%);
        opacity: 0
    }
}
@keyframes b_square {
    from {
        -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1
    }
    to {
        -webkit-transform: scale(20) rotate(360deg) translate(-50%, -50%);
        transform: scale(20) rotate(360deg) translate(-50%, -50%);
        opacity: 0
    }
}
.plus_go {
    line-height: 1.2
}
.b_dziekuje_all.plus_go .landing_target {
    padding: 15px;
    margin: 25px auto 0 auto;
    background: var(--color-bg-fff);
    border: 2px dashed var(--color-d92525);
    color: var(--color-252525);
    line-height: 1.4;
    font-size: 1.1rem
}
.plus_go .buttony a {
    padding: 15px 25px;
    border-radius: 66px;
    font-size: 1.2rem
}
.plus_go .txt_oferta span {
    font-weight: 700;
    color: var(--color-d92525)
}
.dziekuje_wss.plus_go .landing-table h2 span {
    color: var(--color-252525)
}
.plus_go .txt_oferta a.unred {
    padding: inherit;
    background: none;
    color: var(--color-252525);
    margin: 0
}
.bg_w_content {
    margin: 0 auto;
    padding: 25px 0;
    max-width: 1280px;
    background: #f4f4f4;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #f4f4f4 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #f9f9f9 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcd7d7', GradientType=1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.phone_number {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 15px;
    font-size: 1.25em;
    color: #fff;
    padding-left: 35px;
    margin-top: 20px;
    text-align: center;
    background: #d92525;
    padding: 20px;
    display: inline-table;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.phone_number a {
    color: #fff;
    font-weight: 500
}
.phone_number small {
    font-size: 0.625em;
    font-weight: 300;
    color: #fff;
    padding-top: 10px;
    display: block
}
.scrollTop {
    position: fixed;
    z-index: 10;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    right: 20px;
    bottom: 15px;
    background-color: #d92525;
    padding: 0;
    opacity: 0;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.scrollTop:hover {
    color: #fff
}


.dok_buy_ubezp {
    padding: 0;
    display: block;
    float: left;
    width: 100%
}
.dok_buy_ubezp .b_question_form {
    background: #fdf5f5;
    position: relative
}
.dok_buy_ubezp .b_question_form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 100%;
    z-index: 1;
    background-image: url(/img/www/info_picto.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center center;
    background-color: #d92525;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px
}
.cards_flex_center {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto -25px auto;
    overflow: visible
}
.card_center_b {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 12px;
    box-shadow: inset 0 0 0 1px #dcdcdc;
    border-radius: 6px;
    margin: 10px 5px 0 5px;
    top: 0;
    font-size: .925em;
    font-weight: 500;
    color: var(--color-d92525);
    background: transparent;
    -webkit-transition: all ease-in-out .05s;
    -moz-transition: all ease-in-out .05s;
    -o-transition: all ease-in-out .05s;
    transition: all ease-in-out .05s
}
.card_center_b:hover {
    top: -2px;
    background: var(--color-bg-fff);
    box-shadow: 1px 1px 15px 0px #dcdcdc;
    -webkit-transition: all ease-in-out .05s;
    -moz-transition: all ease-in-out .05s;
    -o-transition: all ease-in-out .05s;
    transition: all ease-in-out .05s
}
.card_center_b svg {
    float: left;
    width: 42px;
    height: 42px;
    display: block;
    margin-bottom: 15px;
    fill: #d92525;
    -webkit-transition: all ease-in-out .05s;
    -moz-transition: all ease-in-out .05s;
    -o-transition: all ease-in-out .05s;
    transition: all ease-in-out .05s
}
.card_center_b:hover svg {
    fill: #d92525;
    -webkit-transition: all ease-in-out .05s;
    -moz-transition: all ease-in-out .05s;
    -o-transition: all ease-in-out .05s;
    transition: all ease-in-out .05s
}
.no_foot footer, .no_foot .nav_b, .no_foot .scrollTop {
    display: none
}
footer {
    padding-top: 100px;
    padding-bottom: 0;
    border-top: none;
    background: var(--color-bg-f8f8f8);
}
.bg_like_foot {
    background: var(--color-bg-fff);
    background: -moz-radial-gradient(center, ellipse cover, #fff 50%, #f9f9f9 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #fff 50%, #f9f9f9 100%);
    background: radial-gradient(ellipse at center, #fff 50%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9', GradientType=1);
    margin-bottom: 25px;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9
}
.foot_social {
    display: table;
    width: 100%;
    background: var(--color-bg-fff);
    padding: 15px 0;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.foot_social li {
    display: table-cell;
    text-align: center
}
.foot_social li a:hover, ul.foot_onas li a:hover, ul.foot_reg li a:hover {
    color: #d92525
}
.foot_social svg {
    width: 24px;
    height: 24px;
    display: inline-block
}
.foot_social a svg {
    fill: #6b6b6b
}
.foot_social a:hover svg {
    fill: #d92525
}
footer h5 {
    color: var(--color-252525);
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 25px;
    letter-spacing: 1px
}
footer ul li {
    padding-bottom: 5px
}
footer li a, footer p {
    color: #303e49;
    font-size: .875em
}
footer p {
    text-align: center
}
@-webkit-keyframes scaleIn {
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes scaleIn {
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes slideIn {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideIn {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.play-toggle {
    position: relative;
    cursor: pointer
}
.play-circle {
    z-index: 1
}
.play_b_txt {
    z-index: 0;
    background: var(--color-bg-fff);
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    box-shadow: inset 0 0 0 1px #e5dedc
}
.play-toggle .play-circle, .play-toggle .play-circle:before, .play-toggle .play-circle:after, .play-toggle span {
    display: inline-block;
    vertical-align: middle
}
.play-toggle .play-circle:before, .play-toggle .play-circle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    opacity: 0.04
}
.play-toggle .play_b_txt {
    margin-left: -40px;
    padding: 15px 15px 15px 50px;
    font-size: 1.2rem;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease
}
.play-toggle span i, .play-toggle .play_b_txt {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
    -webkit-animation: slideIn 400ms ease forwards;
    animation: slideIn 400ms ease forwards
}
.play-toggle .play_b_txt {
    color: rgba(0, 0, 0, .35);
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms
}
.play-toggle span strong {
    font-size: 1.25em;
    color: var(--color-252525);
    font-weight: 900;
    letter-spacing: 1px;
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms
}
.play-toggle:hover span strong {
    color: #d92525
}
.play-toggle .play-circle, .play-toggle .play-circle:before, .play-toggle .play-circle:after {
    position: relative;
    height: 6rem;
    width: 6rem;
    background: #f4efed;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: scaleIn 500ms cubic-bezier(0.075, 0.82, 0.165, 1) 500ms forwards;
    animation: scaleIn 500ms cubic-bezier(0.075, 0.82, 0.165, 1) 500ms forwards
}
.play-toggle .play-circle:before, .play-toggle .play-circle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    opacity: 0.04
}
.play-toggle .play-circle:before {
    height: 8rem;
    width: 8rem;
    margin-left: -4rem;
    margin-top: -4rem
}
.play-toggle .play-circle:after {
    height: 12rem;
    width: 12rem;
    margin-left: -6rem;
    margin-top: -6rem
}
.play-toggle .play-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    border-radius: 50%;
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease
}
.play-toggle:hover .play-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.play-toggle:hover .play_b_txt {
    -webkit-transform: translateX(0.3rem);
    transform: translateX(0.3rem);
    background: rgb(255, 255, 255)
}
.play-toggle .play-circle, .play-toggle .play-circle:before, .play-toggle .play-circle:after, .play-toggle span {
    display: inline-block;
    vertical-align: middle
}
.navbar_m_disp {
    width: auto;
    height: 80px;
    float: right;
    display: block
}
.navbar_m_disp li {
    display: inline-block
}
.navbar_m_disp li a{
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    font-size: .875em;
    border: 2px solid #dcdcdc;
    padding: 0 15px !important;
    border-radius: 20px;
}

.tag_kat_ubezp a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 18px;
    font-size: .95em;
    padding: 0 15px !important;
    border-radius: 20px;
    background: var(--color-bg-fff);
    margin-top: 14px;
    color: var(--color-d92525);
    font-weight: 500;
    box-shadow: 0 1px 2px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 2px 5px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 2px 5px 0 rgba(87, 87, 87, .1);
    -moz-box-shadow: 0 1px 2px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 2px 5px 0 rgba(87, 87, 87, .1);
}
.tag_kat_ubezp a:hover {
    color: #fff;
    background: #d92525;
}

@media (min-width:768px) {
    .ml-md-4, .mx-md-4 {
        margin-left: 1em !important
    }
}
@media (max-width:767px) {
    .navbar-collapse {
        position: fixed;
        top: 70px;
        background: rgb(255, 255, 255);
        width: 100%;
        left: 0px
    }
    .all_w100_b {
        padding: 25px 15px 25px 15px
    }
    .navbar-toggler-icon {
        border-bottom: 1px solid #ddd
    }
    .b_nav_b {
        color: #fff !important;
        font-size: 1em
    }
    .b_nav_b i {
        display: none
    }
    .b_nav_b {
        color: #fff !important;
        background-color: transparent;
        background-image: none;
        border: 2px solid transparent;
        padding: 10px !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
    .b_nav_h:hover {
        color: #d92525 !important;
        border-color: #d92525
    }
    .navbar_m_disp {
        display: none
    }
}
.remodal, [data-remodal-id] {
    display: none
}
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow-x: hidden;
    text-align: center;
    -webkit-overflow-scrolling: touch
}
.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}
.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-shadow: 0 2px 20px rgba(55, 55, 55, .5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.remodal-is-initialized {
    display: inline-block
}
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}
.remodal-overlay {
    background: rgba(0, 0, 0, .5)
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}
.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}
.remodal-wrapper {
    padding: 0
}
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 25px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: var(--color-2b2e38);
    background: #fff
}
.top10_ {
    right: 5px !important;
    top: 5px !important
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}
.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}
.remodal, .remodal-wrapper:after {
    vertical-align: middle
}
.remodal-close {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    overflow: visible;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .25s;
    transition: color .25s;
    text-decoration: none;
    color: #b8c2cc;
    border: 0;
    outline: 0;
    background: transparent
}
.remodal-close:hover, .remodal-close:focus {
    color: #d92525
}
.remodal-close:before {
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    content: "\00d7";
    text-align: center
}
.remodal-confirm, .remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0 auto;
    margin-right: 25px;
    padding: 12px;
    cursor: pointer;
    -webkit-transition: background .25s;
    transition: background .25s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0
}
.remodal-confirm {
    color: #fff;
    background: #d92525;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.r_maintenance ~ .remodal-confirm {
    width: 100%
}
.r_maintenance h2 {
    color: var(--color-d92525);
    border: 2px solid #d92525;
    background: #fff9f9;
    padding: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.r_maintenance h2 b {
    font-weight: 500;
    padding-top: 5px;
    display: inline-block
}
.r_maintenance p {
    margin: 25px auto
}
.remodal-confirm:hover, .remodal-confirm:focus {
    color: #fff;
    background: #c61717
}
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0
}
.alert-danger {
    color: var(--color-d92525);
    background-color: #fff;
    border-color: #d92525;
    font-weight: 500;
    border-radius: 0;
    padding: 15px
}
.alert-success {
    color: #49c351;
    background-color: #fff;
    border-color: #49c351;
    font-weight: 500;
    border-radius: 0;
    padding: 15px
}
@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@media only screen and (min-width:641px) {
    .remodal {
        max-width: 700px
    }
    .podglad_o {
        max-width: 80%;
        padding: 0
    }
    .podglad_o .remodal-close {
        top: -15px;
        right: -15px;
        background: var(--color-bg-fff);
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border: 2px solid #eaeaea;
        box-shadow: 0 1px 8px rgba(55, 55, 55, .075), 0 8px 24px rgba(55, 55, 55, .075);
        width: 27px;
        height: 27px
    }
}
.lt-ie9 .remodal-overlay {
    background: #2b2e38
}
.lt-ie9 .remodal {
    width: 700px
}
.fb-like {
    top: -6px
}
@supports (-webkit-overflow-scrolling:touch) {
    #akceptinfo {
        position: absolute;
        left: 0;
        bottom: -12px;
        width: 100%
    }
}
.f_w_700 {
    border-bottom: 1px solid #dcdcdc;
    text-align: center !important;
    padding-bottom: 25px !important
}
.f_w_700 b {
    font-weight: 700
}
.polityka a {
    font-weight: 700;
    text-decoration: underline;
    word-break: break-word
}
.polityka_modal h2 {
    margin-top: 25px
}
.polityka_modal {
    max-height: 70vh;
    overflow-y: scroll;
    padding-right: 15px;
    width: 100%;
    text-align: left;
    margin: 0 0 12px 0;
    -moz-box-shadow: inset 0 -10px 10px -10px rgba(55, 55, 55, .25);
    -webkit-box-shadow: inset 0 -10px 10px -10px rgba(55, 55, 55, .25);
    box-shadow: inset 0 -10px 10px -10px rgba(55, 55, 55, .25)
}
.podstrona.polityka_modal h2 {
    text-align: left
}
.remodal h1, .remodal .h1_r {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    padding-bottom: 0;
    width: 100%;
    padding-top: 25px
}
h1.ral, h2.ral {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 10px
}
h1.ral span, h2.ral span.ppp_l {
    padding-left: 10px
}
h3 {
    font-size: 1.2em;
    font-weight: 500
}
.b_eaeaea {
    border: 1px solid #eaeaea
}
.ral i {
    font-weight: 300;
    color: #fff;
    background: #d92525;
    padding: 2px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.h2_b {
    color: var(--color-252525);
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative
}
.h2_b:before {
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #eaeaea
}
.h2_b:after {
    content: '';
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #d92525
}
p.plain_b {
    color: #303e49;
    padding-bottom: 10px;
    line-height: 1.4
}
p.plain_b span {
    color: #d92525
}
p.plain_b b {
    font-weight: 500;
    color: var(--color-d92525);
    width: 100%;
    display: block;
    font-size: 1.2em
}
.ss_b_t p.plain_b b {
    font-size: 1em;
    display: initial
}
.b_letter:first-letter {
    float: left;
    line-height: 1;
    font-size: 3em;
    font-weight: 700;
    padding: 0 5px 0 0;
    text-transform: uppercase;
    margin-top: -5px
}
.min350 {
    min-height: 350px
}
.mt25 {
    margin-top: 25px
}
.mt70 {
    margin-top: 70px
}
.mt80 {
    margin-top: 80px
}
.ml25 {
    margin-left: 25px
}
.txt_main {
    font-size: 1.2em;
    font-weight: 400;
    margin: 5px auto;
    line-height: 1.2;
    color: var(--color-d92525);
}
.txt_main_2 {
    font-size: 1.2em;
    font-weight: 400;
    margin: 5px auto;
    line-height: 1.2;
    color: var(--color-d92525);
}
.top_head {
    padding-top: 30px;
    margin-top: 0
}
.top_head2 {
    padding-top: 1em
}
.top_head h1, .top_head h2.ral {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 1.75rem;
    font-weight: 400;
    text-transform: none;
    font-family: 'Roboto Slab', serif;
    line-height: 1;
}
.mt70.top_head, .mt70.top_head2 {
    margin-top: 0
}
.container_f7 {
    background: #f7f7f7
}
.container_bg {
    background: #f7f7f7;
    padding: 5px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    max-width: 100%;
    margin: 0 auto 15px auto
}
.container_bg_fluid {
    background: #f7f7f7;
    padding: 5px 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    overflow: visible;
    max-width: 100%;
    margin: 25px auto 15px auto
}
.marg_sw_cont {
    padding: 25px 0 50px 0;
    overflow: hidden
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
    list-style: none;
    z-index: 1;
    padding: 25px 0 10px 0
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 1px;
    background: #000;
    opacity: .2
}
ul.ikona_direct {
    margin: 35px auto 25px auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: bottom;
    justify-content: center;
    flex-direction: wrap;
    align-content: space-between;
    max-width: 100%
}
ul.ikona_direct li {
    position: relative;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    font-size: 1em;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    background-color: #fff;
    height: auto;
    padding: 0 5px 25px 5px;
    margin: 3px;
    color: var(--color-252525);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 500;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: var(--color-bg-fff);
    box-shadow: 1px 1px 15px 0px #e5dedc
}
.ico_2_ ul.ikona_direct li {
    width: calc(50% - 6px)
}
.ico_4_ ul.ikona_direct li {
    width: calc(25% - 6px)
}
.ico_szkody ul.ikona_direct li {
    width: calc(33.33% - 6px)
}
ul.ikona_direct li:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: var(--color-bg-fff);
    box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .1);
    -moz-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .1)
}
ul.ikona_direct li:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d92525;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
ul.ikona_direct li:hover:after {
    top: 15px;
    right: 15px;
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
ul.ikona_direct li a {
    width: 100%;
    height: 100%;
    float: left
}
ul.ikona_direct li h2 {
    position: absolute;
    top: 140px;
    left: 15px;
    width: calc(100% - 30px);
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: var(--color-252525);
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0, 0);
    transform: translateX(0, 0);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
ul.ikona_direct li h2 span {
    color: #d92525
}
ul.ikona_direct li:hover h2 {
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
ul.ikona_direct li p {
    position: absolute;
    top: 140px;
    left: 8px;
    width: calc(100% - 16px);
    color: var(--color-252525);
    text-align: center;
    font-size: .95em;
    font-weight: 500;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
ul.ikona_direct li:hover p {
    opacity: 1;
    transition-delay: .25s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
ul.ikona_direct li a .svg_bg {
    width: auto;
    min-width: 200px;
    height: auto;
    min-height: 165px;
    position: relative;
    margin: 0 auto 10px auto;
    vertical-align: middle;
    z-index: 2
}
ul.ikona_direct li a .svg_bg.travel_4 {
    width: 300px;
    height: 220px
}
ul.ikona_direct li a .svg_bg svg * {
    fill-opacity: 1;
    -webkit-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}
ul.ikona_direct li a:hover .svg_bg svg * {
    fill-opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
ul.ikona_direct li a .svg_bg .ico_znak {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    -webkit-transition: -webkit-transform 1.5s;
    transition: -webkit-transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s, -webkit-transform 1.5s
}
ul.ikona_direct li a:hover .svg_bg .ico_znak {
    -webkit-transform: rotate(-5deg) translate(5px, -5px);
    transform: rotate(-5deg) translate(5px, -5px);
    -webkit-transition: -webkit-transform 1.5s;
    transition: -webkit-transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s, -webkit-transform 1.5s
}
ul.ikona_direct li a:hover .svg_bg .ico_znak.znak2 {
    -webkit-transform: rotate(-5deg) translate(10px, 0);
    transform: rotate(-5deg) translate(10px, 0);
    -webkit-transition: -webkit-transform 1.5s;
    transition: -webkit-transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s, -webkit-transform 1.5s
}
ul.ikona_direct li a .svg_bg .ico_balonik {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a:hover .svg_bg .ico_balonik {
    -webkit-transform: rotate(12deg) translate(-15px, -15px);
    transform: rotate(12deg) translate(-15px, -15px);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a:hover .svg_bg .ico_balonik.balonik2 {
    -webkit-transform: rotate(4deg) translate(-6px, -6px);
    transform: rotate(4deg) translate(-6px, -6px);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a .svg_bg .ico_fala {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a:hover .svg_bg .ico_fala {
    -webkit-transform: translate(10px, 5px);
    transform: translate(10px, 5px);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a .svg_bg .ico_konik {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a:hover .svg_bg .ico_konik {
    -webkit-transform: rotate(6deg) translate(-8px, -8px);
    transform: rotate(6deg) translate(-8px, -8px);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a .svg_bg .ico_chmura {
    -webkit-transform: translateX(0, 0);
    transform: translateX(0, 0);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a:hover .svg_bg .ico_chmura {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a .svg_bg .ico_dym {
    -webkit-transform: translateY(0, 0);
    transform: translateY(0, 0);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a:hover .svg_bg .ico_dym {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a .svg_bg .ico_chmura2 {
    -webkit-transform: translateX(0, 0);
    transform: translateX(0, 0);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a:hover .svg_bg .ico_chmura2 {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a .svg_bg .ico_rura {
    -webkit-transform: translateX(0, 0);
    transform: translateX(0, 0);
    -webkit-transition: -webkit-transform 4s;
    transition: -webkit-transform 4s;
    transition: transform 4s;
    transition: transform 4s, -webkit-transform 4s
}
ul.ikona_direct li a:hover .svg_bg .ico_rura {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-transition: -webkit-transform 4s;
    transition: -webkit-transform 4s;
    transition: transform 4s;
    transition: transform 4s, -webkit-transform 4s
}
ul.ikona_direct li a .svg_bg .ico_auto {
    -webkit-transform: translateX(0, 0);
    transform: translateX(0, 0);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a:hover .svg_bg .ico_auto {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}
ul.ikona_direct li a .svg_bg .opa_life {
    opacity: 0;
    -webkit-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}
ul.ikona_direct li a:hover .svg_bg .opa_life {
    opacity: 1;
    -webkit-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}
.anim_it ul.ikona_direct li:hover svg * {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    -webkit-animation: dash 3s linear forwards;
    -moz-animation: dash 3s linear forwards;
    -ms-animation: dash 3s linear forwards;
    -o-animation: dash 3s linear forwards;
    animation: dash 3s linear forwards
}
ul.ikona_direct li a .svg_bg:before {
    content: '';
    position: absolute;
    border-radius: 16px;
    width: 151px;
    height: 150px;
    top: 50px;
    left: calc(50% - 75px);
    background: transparent;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: -1
}
ul.ikona_direct li a .svg_bg svg {
    position: relative;
    width: 100%;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    margin: 0 auto 15px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 140px;
    max-width: 100%;
    margin: 15px auto 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid transparent;
    background: transparent;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
ul.ikona_direct li:hover a .svg_bg svg {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
svg * {
    shape-rendering: geometricPrecision
}
.bpl_zakup label svg *, .bpl_zakup .radio_check_l svg * {
    stroke-width: 1;
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    -webkit-animation: dash 3s linear forwards;
    -moz-animation: dash 3s linear forwards;
    -ms-animation: dash 3s linear forwards;
    -o-animation: dash 3s linear forwards;
    animation: dash 3s linear forwards
}
@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}
@-moz-keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}
@-ms-keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}
@-o-keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}
@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}
.podpowiedz_pokaz {
    padding: 0;
    margin-top: -2px;
    margin-left: 15px;
    position: relative;
    display: inline-block;
    position: absolute;
    top: initial;
    right: 15px;
    margin-top: 0;
    background: #f46d6d;
    color: #fff;
    cursor: help;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.podpowiedz b {
    font-weight: 700
}
.podpowiedz {
    display: none;
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 0 64px;
    background: #eef8fe;
    border-radius: 6px
}
.bpl_zakup tbody.podpowiedz {
    background: var(--color-bg-fff);
    border: 2px solid #d92525
}
.podpowiedz:after {
    content: '';
    position: absolute;
    top: -8px;
    right: 0;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #eef8fe
}
.podpowiedz p {
    color: var(--color-252525);
    font-size: .875em;
    text-align: left;
    font-style: italic;
    line-height: 1.4;
    padding: 15px
}
.tab_new20 .podpowiedz.help_travel td {
    padding-left: 15px !important
}
.tab_new20 .podpowiedz.help_travel tr td:nth-child(1) {
    padding: 15px 15px 15px 15px !important
}
.podpowiedz.help_travel td:before {
    display: none
}
.courses-container .podpowiedz_pokaz {
    display: block;
    width: 180px;
    height: 100%;
    background: transparent;
    font-size: 1em;
    top: 0;
    left: 0;
    line-height: normal;
    margin: 0;
    text-align: right;
    padding: 6px 10px 0 0;
    z-index: 1;
    opacity: 1;
    color: transparent
}
.otwarte .podpowiedz:after {
    content: "\2716";
    z-index: 10;
    color: #116192;
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 0;
    width: 15px;
    height: 15px;
    font-size: 1.2em;
    text-align: center;
    line-height: 15px;
    z-index: 20;
    overflow: visible;
    background: transparent
}
.otwarte .podpowiedz_pokaz {
    width: 100%;
    z-index: 5
}
.courses-container .podpowiedz {
    display: none;
    position: absolute;
    left: 180px;
    top: 0px;
    z-index: 1;
    width: 400px;
    height: 100%;
    padding: 10px;
    background: rgba(238, 248, 254, .98);
    font-size: .925em
}
table.tab_oferta_all {
    border-collapse: collapse;
    border-spacing: 0;
    background: var(--color-bg-fff);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.floatingHeader {
    position: fixed;
    top: 0;
    min-height: 70px;
    z-index: 99999999999;
    visibility: hidden;
    display: table
}
.tab_oferta_all tr {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}
.tab_oferta_all thead tr {
    background: #fff !important
}
.tab_oferta_all thead tr th:nth-child(1) {
    font-weight: 500;
    text-align: left;
    padding-left: 95px;
    vertical-align: middle;
    color: var(--color-252525);
    position: relative;
    background: rgba(55, 55, 55, .05) url(/img/www/logo_g_l.svg) no-repeat left 15px center !important;
    min-width: 250px;
    border-right: 1px solid #d92525
}
.tab_oferta_all thead tr.floatingHeader th:nth-child(1) {
    background: #fff url(/img/www/logo_g_l.svg) no-repeat left 15px center !important;
    border-left-color: transparent;
    border-top-color: transparent
}
.tab_oferta_all thead {
    border-bottom: 1px solid #d92525
}
.sp_title {
    position: relative;
    background: var(--color-bg-fff);
    padding: 8px 16px;
    color: var(--color-252525);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right;
    margin-right: 74px
}
.sp_title:after {
    content: '';
    position: absolute;
    width: 0;
    top: 50%;
    margin-top: -5px;
    right: -5px;
    z-index: 5;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff
}
th.c_fff img {
    position: absolute;
    top: 0;
    right: 0;
    width: 74px;
    height: 74px
}
.tab_oferta_all th {
    padding: 10px;
    width: 200px;
    text-align: left;
    padding: 18px 10px !important
}
.tab_oferta_all th {
    padding: 10px;
    width: 200px;
    text-align: left
}
.tab_oferta_all thead tr th:nth-child(even) {
    background: #f4f4f4
}
.tab_oferta_all thead tr th:nth-child(odd) {
    background: #dcdcdc
}
.bez_rabatu.active_rabat {
    display: inline
}
.tab_cena {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    color: var(--color-252525);
    border-bottom: none;
    padding: 0
}
.tab_cena b {
    color: #fff;
    font-size: 1.4em;
    letter-spacing: -1px;
    padding-left: 5px;
    font-weight: 500;
    background: #d92525;
    padding: 5px 2px;
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.tab_cena span {
    font-size: .725em;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 0;
    letter-spacing: 1px;
    color: #303e49;
    position: absolute;
    left: 0;
    bottom: -14px;
    text-align: center;
    width: 100%
}
.tab_cena b span {
    font-size: .725em;
    font-weight: 500;
    vertical-align: middle;
    margin: 0 auto;
    width: auto;
    text-align: center;
    color: rgba(255, 255, 255, .9);
    letter-spacing: -2px;
    position: relative;
    left: inherit;
    bottom: inherit
}
.tab_oc span {
    font-size: 1em
}
.tab_oc span {
    bottom: -18px
}
.tab_oc .bez_rabatu.active_rabat {
    display: inline-block;
    margin: 0 auto;
    bottom: auto;
    top: -8px
}
.tab_oferta_all thead tr.floatingHeader th:nth-child(1) {
    min-width: 400px
}
.tab_oferta_all tr td {
    padding: 12px 5px 12px 5px;
    width: 200px;
    text-align: center;
    vertical-align: middle;
    font-size: .875em;
    font-weight: 500;
    position: relative
}
.tab_oferta_all tr.kup_all_tb td.c_fff {
    background: #dcdcdc !important;
    color: var(--color-252525);
    text-align: center;
    font-size: 1em;
    font-weight: 700
}
.tab_oferta_all tr.kup_all_tb td.c_fff:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    z-index: 1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #dcdcdc
}
.tab_oferta_all tr td:nth-child(1) {
    text-align: left;
    font-size: .875em;
    padding: 25px 35px 25px 0;
    width: 200px;
    min-width: 400px;
    font-weight: 500;
    position: relative;
    vertical-align: middle;
    border-right: 1px solid #d92525
}
.tab_oferta_all.tab_szkolne tr td:nth-child(1), .tab_oferta_all.tab_szkolne thead tr.floatingHeader th:nth-child(1) {
    min-width: 400px
}
.tab_oferta_all tr.podpowiedz td:nth-child(1) {
    padding: 0
}
table svg {
    width: 55px;
    height: 55px;
    float: left;
    display: block
}
.title_table {}
td.plus a {
    margin-left: 10px;
    padding: 6px 15px;
    width: auto;
    font-weight: 700;
    left: 0;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f4f4f4", GradientType=1);
    color: var(--color-252525);
    border: 2px solid #eaeaea;
    border-bottom: none;
    position: absolute;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px
}
td.plus {
    padding-bottom: 35px !important
}
tbody.minus {
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f4f4f4", GradientType=1)
}
tbody.minus tr:last-child td {
    border-bottom: 1px solid #d92525
}
.tab_oferta_all tr td span {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 1.025em;
    font-weight: 400;
    height: 55px
}
.tab_oferta_all.tab_szkolne tr td span {
    height: 32px
}
.tab_oferta_all tr td b.opis_more {
    font-weight: 400;
    text-decoration: none;
    margin-left: 20px;
    padding-left: 5px;
    position: relative;
    display: block;
    width: 100%
}
.tab_oferta_all tr td b.opis_more:before {
    position: absolute;
    content: '';
    top: 0;
    left: -15px;
    width: 1px;
    height: 15px;
    background: #bbbbbb
}
.tab_oferta_all tr td b.opis_more:after {
    position: absolute;
    content: '';
    top: 8px;
    left: -14px;
    width: 15px;
    height: 1px;
    background: #bbbbbb
}
.tab_oferta_all tr td span.podpowiedz_pokaz {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    padding: 0;
    margin-top: -13px;
    color: var(--color-d92525);
    border: 0;
    cursor: help;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    border-radius: 50%;
    background: var(--color-bg-fff);
    box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1);
    -moz-box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1)
}
.tab_oferta_all tr.podpowiedz td:nth-child(1) {
    border: none;
    width: 100%;
    background: #f9f9f9
}
.tab_oferta_all tr.podpowiedz {
    background: transparent;
    border: none;
    border-bottom: 1px solid #dcdcdc
}
.tab_oferta_all tr td:nth-child(3), .tab_oferta_all tr td:nth-child(5), .tab_oferta_all tr td:nth-child(7) {
    background: rgba(55, 55, 55, .05)
}
table .podpowiedz td p {
    font-weight: 400;
    line-height: 1.25;
    font-style: normal;
    padding: 15px 20px;
    font-size: 1em;
    box-shadow: inset 0 4px 8px rgba(55, 55, 55, .05), inset 0 4px 16px rgba(55, 55, 55, .025);
    background: var(--color-bg-fff);
    box-shadow: 1px 1px 15px 0px #e5dedc
}
.tab_oferta_all tr td b {
    font-weight: 700;
    text-decoration: underline
}
.tab_oferta_all tr:nth-child(odd) {
    background: rgba(55, 55, 55, .0)
}
.kup_all_tb td:nth-child(even) {
    background: #d92525
}
.kup_all_tb td:nth-child(even) a {
    background: #d92525
}
.kup_all_tb {
    border: none !important
}
.kup_on_tb a {
    color: #fff;
    padding: 12px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 23, 32, 0.95);
    text-transform: uppercase;
    font-weight: 700
}
.kup_all_tb td:nth-child(odd) {
    background: #c61717
}
.kup_all_tb td:nth-child(odd) a {
    background: #c61717
}
.kup_on_tb {
    padding: 0 !important
}
.kup_all_tb td a:hover {
    background: #840005
}
.rabat_l10 {
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 4px;
    padding: 5px;
    display: inline-block;
    margin-top: 5px;
    font-size: .875em
}
span.tak, span.nie {
    margin: 0 auto;
    float: left;
    width: 100%;
    height: 12px;
    background: transparent url(/img/www/tick_yes_b2.svg) no-repeat center center;
    background-size: 40px;
    display: block
}
span.nie {
    background: transparent url(/img/www/tick_no.svg) no-repeat center center
}
.dodatkowe_info {
    margin-top: 35px;
    margin-bottom: 50px;
    font-size: 1.1rem
}
.dodatkowe_info li {
    margin: 10px 0 0 0;
    line-height: 1.4;
    padding-left: 25px;
    position: relative
}
.dodatkowe_info li:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 8px;
    background: #d92525
}
.dodatkowe_info li b {
    font-weight: 700
}

.dod_info_h {
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 15px;
}

.nota_ {
    color: rgba(55, 55, 55, .5);
    font-size: 1rem;
    margin: 35px 0 10px 0
}
.nota_p {
    font-size: .875em;
    text-align: justify;
    padding: 15px 15px 15px 15px;
    border-left: 3px solid #d92525;
    margin: 15px 0;
    line-height: 1.4;
    color: rgba(55, 55, 55, .65);
    background: rgba(55, 55, 55, .05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.kup_own {
    float: left;
    margin: 25px auto 0 auto;
    border: 2px solid #d92525;
    padding: 15px 25px;
    color: var(--color-d92525);
    min-width: 280px;
    display: block;
    text-align: center;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.kup_own.bg_fff {
    background: var(--color-bg-fff);
    box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1);
    -moz-box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1);
    border: none;
    margin-bottom: 5px
}
.kup_own:hover, .kup_own.bg_fff:hover {
    color: #fff;
    background: #d92525
}
.dokumenty_tab {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
    border: 2px solid #dcdcdc;
    border-bottom: none
}
.dokumenty_tab li {
    float: left
}
.dokumenty_tab li a {
    width: auto;
    padding: 10px 15px;
    display: block;
    color: #fff;
    background: #d92525;
    border-right: 1px solid #c61717;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}
.tab_oferta_all b {
    font-weight: 500
}
.tab_oferta_all .podpowiedz tr td:nth-child(1) span, .tab_oferta_all tr td:nth-child(1) span.add_ol {
    padding-left: 35px
}
.tab_oferta_all .podpowiedz tr td:nth-child(1) span:before, .tab_oferta_all tr td:nth-child(1) span.add_ol:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 10px;
    height: 1px;
    background: #dcdcdc
}
.swiad_dodatkowe {
    margin: 0;
    padding: 25px 0;
    background: #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.sw_dod {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 25px;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-bottom: solid 1px #bbbbbb;
    position: relative;
    z-index: 1;
    color: var(--color-252525);
    text-align: center;
    font-size: 1em;
    font-weight: 500
}
.sp_arrow {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 20px;
    z-index: 2;
    background-color: #fff
}
.sp_arrow i {
    width: calc(50% + 5px);
    height: 1px;
    background: #bbbbbb;
    display: inline-block;
    float: left;
    transform: rotate(45deg);
    transform-origin: 0 0
}
.sp_arrow i:last-child {
    transform: rotate(-45deg);
    transform-origin: 100% 0;
    float: right;
    margin-top: -1px
}
.open_desc_b, .open_desc_b.active, .opis_desc_b, .opis_desc_b.active {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}
.open_desc_b2 {
    position: relative;
    float: left;
    color: #444;
    cursor: pointer;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    border: 2px solid #dcdcdc;
    outline: none;
    background: var(--color-bg-fff);
    -webkit-box-shadow: 0 1px 2px 0 rgba(55, 55, 55, 0.05);
    box-shadow: 0 1px 2px 0 rgba(55, 55, 55, 0.05)
}
.h102px {
    height: 102px
}
.open_desc_b {
    position: relative;
    float: left;
    color: #444;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    border: 2px solid #dcdcdc;
    outline: none;
    background: var(--color-bg-fff);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(55, 55, 55, 0.05);
    box-shadow: 0 1px 2px 0 rgba(55, 55, 55, 0.05)
}
.open_desc_b:hover, .open_desc_b.active {
    border: 2px solid #d92525
}
.open_desc_b.active:hover, .open_desc_b.active {
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0
}
.open_desc_b.active {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px
}
.open_desc_b:after {
    content: '\002B';
    color: var(--color-d92525);
    font-size: 1.4em;
    position: absolute;
    top: 5px;
    right: 10px
}
.open_desc_b.active:after {
    content: "\2212"
}
.opis_desc_b {
    padding: 0 20px;
    background-color: white;
    overflow: hidden;
    max-height: 0
}
.opis_desc_b.active {
    border: 2px solid #d92525;
    border-top: none;
    padding-bottom: 25px;
    margin-bottom: 10px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px
}
.open_desc_b svg, .open_desc_b2 svg {
    float: left;
    width: 60px;
    height: 60px
}
.ico_tytul {
    font-weight: 500;
    margin: 0;
    margin-top: 15px;
    padding: 0 10px;
    color: var(--color-252525);
    font-size: 1.1em;
    float: left;
    position: relative;
    width: calc(100% - 100px)
}
.ico_tytul span {
    color: #d92525
}
.ico_tytul small {
    font-size: .75em;
    color: #909090;
    font-weight: 400
}
.dokumenty_tab {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    border-bottom: none
}
.dokumenty_tab li {
    float: left
}
.dokumenty_tab li a {
    width: auto;
    padding: 10px 15px;
    display: block;
    color: #fff;
    background: #d92525;
    border-right: 1px solid #c61717;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}
.dokumenty_tab li:last-child a {
    border-right: none
}
.dokumenty_tab li a:hover {
    background: #c61717;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}
.flex_new {
    margin: 0 auto 10px auto;
    width: 100%;
    text-align: center
}
.flex_new a {
    width: auto;
    display: inline-block;
    float: none;
    margin-top: 10px;
    min-width: auto;
    padding: 12px 20px
}
.flex_main {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: bottom;
    justify-content: center;
    flex-direction: wrap;
    align-content: space-between;
    max-width: 100%
}
.flex_deep, .flex_main a {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    margin: 2px
}
.swiad_dodatkowe .kup_own {
    border: 2px solid #d92525;
    outline: none;
    background: #f5c6c6;
    color: var(--color-252525);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(55, 55, 55, 0.05);
    box-shadow: 0 1px 2px 0 rgba(55, 55, 55, 0.05);
    background: #fcfafa;
    background: -moz-radial-gradient(center, ellipse cover, #fcfafa 50%, #fcebeb 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #fcfafa 50%, #fcebeb 100%);
    background: radial-gradient(ellipse at center, #fcfafa 50%, #fcebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfafa', endColorstr='#fcebeb', GradientType=1)
}
.swiad_dodatkowe .kup_own:hover {
    border: 2px solid #d92525;
    color: #d92525
}
.go_ww_txt {
    font-weight: 300;
    font-style: italic;
    line-height: 1.4
}
.m0 {
    margin: 0
}
.mt0 {
    margin-top: 0
}
.mt0_hard {
    margin-top: 0 !important
}
.m15all {
    margin: 15px !important
}
.mt15 {
    margin-top: 15px
}
.mt25 {
    margin-top: 25px
}
.mt50 {
    margin-top: 50px
}
.mt75 {
    margin-top: 75px
}
.mt100 {
    margin-top: 100px
}
.mt125 {
    margin-top: 125px
}
.max500 {
    max-width: 500px;
    margin: 0 auto;
    display: block
}
.max800 {
    max-width: 800px;
    margin: 0 auto;
    display: block
}
.mb0 {
    margin-bottom: 0
}
.mb0_hard {
    margin-bottom: 0 !important
}
.mb10 {
    margin-bottom: 10px
}
.mb25 {
    margin-bottom: 25px
}
.mb35 {
    margin-bottom: 35px
}
.mb50 {
    margin-bottom: 50px
}
.pt0 {
    padding-top: 0 !important
}
.p15 {
    padding: 15px 0 !important
}
.pt25 {
    padding-top: 25px
}
.pt25i {
    padding-top: 25px !important
}
.pt50i {
    padding-top: 50px !important
}
.pt100 {
    padding-top: 100px
}
.pb15 {
    padding-bottom: 15px !important
}
.upper {
    text-transform: uppercase
}
.lower {
    text-transform: lowercase
}
.txt_none {
    text-transform: none
}
.pad_all50 {
    padding-top: 50px;
    padding-bottom: 50px
}
.d_n {
    display: none
}
.d_b {
    display: block
}
.d_n_i {
    display: none !important
}
.d_i_i {
    display: inherit !important
}
.show_it_flex {
    display: inline-flex
}
.h100_menu {
    min-height: 50%;
    background: transparent;
    padding-top: 50px
}
.main_with_m {
    display: table;
    width: 100%;
    background: var(--color-bg-fff);
    padding: 25px 10px 25px 25px;
    padding-bottom: 100px;
    border-left: 1px solid #eaeaea
}
.bio_b {
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    box-shadow: none !important;
    margin-bottom: 50px
}
.bio_b * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.bio_b .profile-image {
    display: inline-block;
    width: 80%;
    z-index: 1;
    position: relative;
    padding: 10px;
    border: 2px solid #d92525
}
.bio_b .profile-image img {
    max-width: 100%;
    vertical-align: top
}
.bio_b figcaption {
    width: 100%;
    height: calc(100% - 125px);
    background-color: #f4f4f4;
    padding: 125px 25px 25px;
    margin-top: -100px;
    display: inline-block
}
.bio_b h3, .bio_b h4, .bio_b p {
    margin: 0 0 5px
}
.bio_b h3 {
    font-weight: 600;
    font-size: 1.3em
}
.bio_b h4 {
    color: var(--color-d92525);
    font-weight: 400;
    letter-spacing: 2px
}
.bio_b p {
    font-size: 0.9em;
    opacity: 0.9;
    color: #303e49
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #d92525
}
.ss_b_t .nav-pills .nav-link {
    padding: 10px !important
}
.ss_b_t .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important
}
.nav-pills .nav-link {
    position: relative
}
.circle {
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 50%;
    background-color: #dcdcdc;
    color: #fff;
    max-height: 50px;
    z-index: 2
}
.b_opis_r h5 {
    font-size: 1.4em;
    font-weight: 700;
    padding-bottom: 10px
}
.b_opis_r.row {
    display: flex
}
.b_opis_r.row .col-2 {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center
}
.b_opis_r.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px dashed #dcdcdc;
    z-index: 1
}
.b_opis_r.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%
}
.b_opis_r.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px)
}
.b_opis_r.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0
}
.timeline div {
    padding: 0;
    height: 40px
}
.timeline hr {
    border-top: 3px dashed #dcdcdc;
    margin: 0;
    top: 17px;
    position: relative
}
.timeline .col-2 {
    display: flex;
    overflow: hidden
}
.timeline .corner {
    border: 3px dashed #dcdcdc;
    width: 100%;
    position: relative;
    border-radius: 15px
}
.timeline .top-right {
    left: 50%;
    top: -50%
}
.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px)
}
.timeline .top-left {
    left: -50%;
    top: -50%
}
.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px)
}
.auto_of {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    border: none
}
.a_of_2 {
    padding-top: 35px;
    padding-bottom: 35px
}
.b_opis_r h5 {
    padding: 15px 15px 15px 55px;
    background: var(--color-bg-fff);
    width: auto;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 1px 8px rgba(55, 55, 55, .075), 0 8px 24px rgba(55, 55, 55, .075)
}
.auto_of .col-8 h5:before {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    line-height: 52px;
    background: #d92525;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px
}
.auto_of .col-8 h5:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d92525
}
.b_opis_r p {
    padding: 15px;
    margin-top: 15px;
    line-height: 1.4;
    font-size: .95em;
    border: 2px solid #ffffff;
    background: var(--color-bg-fff);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 8px rgba(55, 55, 55, .075), 0 8px 24px rgba(55, 55, 55, .075)
}
.b_opis_r p i {
    font-weight: 700;
    color: var(--color-d92525);
    font-size: 1.1em;
    padding-bottom: 5px;
    display: block
}
.b_opis_r p b {
    font-weight: 500;
    text-decoration: underline
}
.pol_b_pr {
    line-height: 1.2
}
.pol_b_pr ul {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0
}
.pol_b_pr ul > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em
}
.pol_b_pr ul > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em
}
.pol_b_pr.pr_list_no_2 ul > li:before {
    display: none
}
.pol_b_pr li ul > li {
    margin: 0 0 5px 0
}
.pol_b_pr li ul > li:before {
    content: counters(item, ".") " "
}
.more_padd_p p {
    padding-top: 15px
}
.more_padd_p ul li p:nth-child(1) {
    padding-top: 0px
}
.more_padd_p ul li p:last-child {
    padding-bottom: 15px
}
.more_padd_p ul li ul {
    padding: 15px 15px 15px 25px
}
.h2_pp {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase
}
.podglad_oferty {
    padding: 2px 10px;
    position: relative;
    display: inherit;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: 5px;
    background: #fcf3f3;
    border: 2px solid #fcd7d7;
    color: var(--color-d92525);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.auto_baner span.baner_txt {
    float: left;
    margin-left: 35px
}
.auto_baner svg {
    float: right;
    width: auto;
    height: 50px
}
.auto_baner {
    width: 100%;
    line-height: 25px;
    text-align: left;
    padding: 25px 0;
    color: var(--color-252525);
    font-weight: 400;
    position: relative;
    border-color: #eaeaea;
    box-shadow: 0 1px 8px rgba(55, 55, 55, .015), 0 8px 24px rgba(55, 55, 55, .015);
    overflow: hidden
}
.auto_baner span {
    line-height: 50px;
    padding-left: 25px
}
.auto_baner:hover {
    box-shadow: 0 1px 8px rgba(55, 55, 55, .075), 0 8px 24px rgba(55, 55, 55, .075)
}
.auto_baner b {
    font-weight: 500;
    text-decoration: underline;
    color: #d92525
}
.ml25, .auto_baner:hover .ml2, .auto_baner:hover svg *, .auto_baner svg *, .auto_baner .rab_b, .auto_baner:hover .rab_b, .auto_baner b, .auto_baner:hover b {
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s
}
.auto_baner:hover .ml25 {
    margin-left: 35px
}
.auto_baner:hover b {
    color: #fff
}
.auto_baner:hover svg * {
    fill: none;
    stroke: #ffffff;
    stroke-width: 5px
}
.auto_baner .rab_b {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    left: -20px;
    top: 20px;
    height: 40px;
    line-height: 40px;
    width: 80px;
    text-align: center;
    background: #d92525;
    color: #fff;
    font-weight: 700;
    font-size: 1.4em;
    letter-spacing: -2px
}
.rabaty_auto_b {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    align-items: bottom;
    justify-content: center;
    flex-direction: wrap;
    align-content: space-between
}
.rabaty_auto_b .rabat_div {
    position: relative;
    font-size: .925em;
    text-align: center;
    line-height: 1;
    background-color: #fff;
    height: auto;
    padding: 0 5px 25px 5px;
    margin: 3px;
    color: var(--color-252525);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 500;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    height: 110px;
    max-height: 110px;
    min-width: 200px;
    box-shadow: 1px 1px 15px 0px #e5dedc
}
.rabaty_auto_b .rabat_div p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-252525);
    background: rgba(255, 255, 255, .925);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.2
}
.rabaty_auto_b .rabat_div p b {
    font-size: 2em;
    font-weight: 700;
    width: 100%;
    text-align: center;
    display: contents;
    color: #d92525
}
.rabaty_auto_b .rabat_div img {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 0;
    right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 35px;
    max-width: 35px
}
.rabaty_auto_b .podpowiedz_pokaz {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    color: #f46d6d;
    border: 2px solid #f46d6d;
    z-index: 2
}
.rabaty_auto_b .podpowiedz:after {
    display: none
}
.rabaty_auto_b .podpowiedz {
    background: transparent;
    border: none
}
.rabaty_auto_b .podpowiedz {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 108px;
    font-size: .875em;
    display: none;
    justify-content: center;
    align-items: center;
    color: rgb(22, 33, 43);
    background: var(--color-bg-fff);
    border-radius: inherit;
    line-height: 1;
    margin: 0;
    padding: 15px 5px 5px 5px
}
.rabaty_auto_b .rabat_div p .podpowiedz b {
    font-size: 1.25em
}
.b_przykład_auto {
    text-align: center;
    padding: 10px 0;
    font-size: .825em;
    position: relative;
    margin: 15px auto 0 auto;
    max-width: 820px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.2;
    box-shadow: inset 0 0 0 1px #dcdcdc
}
.b_przyklad_title, .b_przykład_auto b, .b_przykład_auto .rab_txt_z {
    font-weight: 700;
    color: var(--color-d92525);
    background: #fff
}
.b_przykład_auto i {
    font-weight: 700;
    color: var(--color-d92525);
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 1.6em;
    width: 110px;
    text-align: center;
    float: right;
    padding-top: 10px;
    letter-spacing: -1px
}
.b_przykład_auto .rab_txt_z {
    color: var(--color-252525)
}
.b_przykład_auto input.radio_check_i {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    z-index: -1
}
.b_przykład_auto .lab_txt label.radio_check_l {
    padding: 0 15px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 40px;
    border: 2px solid #dcdcdc;
    font-weight: 700;
    cursor: pointer;
    background: var(--color-bg-fff);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.b_przykład_auto .lab_txt input.radio_check_i:checked + label {
    color: #fff;
    border: 2px solid #d92525;
    background-color: #d92525;
    background-image: linear-gradient(180deg, #ec3b3b, #d92525)
}
.b_przykład_auto label.radio_check_l:hover, .b_przykład_auto .radio_check_l:hover {
    box-shadow: 0 1px 8px rgba(55, 55, 55, .075), 0 8px 24px rgba(55, 55, 55, .075);
    border: 2px solid #eaeaea !important;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.info_form_s {
    display: inline-block;
    box-shadow: none;
    border: 2px solid #d2eaf9;
    background: #f8fcff;
    color: #303e49;
    width: 100%;
    font-style: normal;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.2
}
.btn_kont {
    display: inline-flex;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 auto
}
.btn_kont a {
    display: inline-table;
    font-size: 1.2rem;
    width: auto;
    max-width: 100%;
    font-weight: bold;
    color: #fff !important;
    background: #d92525 url(/img/www/arrow_right.svg) no-repeat right 20px center;
    padding: 0 45px 0 35px;
    margin: 0 auto 25px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 60px;
    border: none;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.btn_kont img {
    max-width: 100px;
    border-right: 1px solid rgba(255, 255, 255, .5);
    padding: 8px 15px 8px 5px
}
.btn_kont span {
    padding: 0 25px
}
.btn_kont a:hover {
    background-color: #c61717;
    box-shadow: 0 0 15px rgba(55, 55, 55, .25);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-position: right 15px center
}
#prace_m {
    width: 300px;
    height: 300px;
    margin: auto auto;
    padding: 5px;
    text-align: center;
    display: block
}
.round_g1 {
    -webkit-animation: spin1 2s infinite linear;
    -moz-animation: spin1 2s infinite linear;
    -o-animation: spin1 2s infinite linear;
    -ms-animation: spin1 2s infinite linear;
    animation: spin1 2s infinite linear;
    display: block;
    transform-origin: center
}
.round_g2 {
    -webkit-animation: spin2 5s infinite linear;
    -moz-animation: spin2 5s infinite linear;
    -o-animation: spin2 5s infinite linear;
    -ms-animation: spin2 5s infinite linear;
    animation: spin2 5s infinite linear;
    display: block;
    transform-origin: center
}
.round_g3 {
    -webkit-animation: spin1 8s infinite ease-in-out;
    -moz-animation: spin1 8s infinite ease-in-out;
    -o-animation: spin1 8s infinite ease-in-out;
    -ms-animation: spin1 8s infinite ease-in-out;
    animation: spin1 8s infinite ease-in-out;
    display: block;
    transform-origin: center
}
.round_all {
    -webkit-animation: spin2 8s infinite ease-in-out;
    -moz-animation: spin2 8s infinite ease-in-out;
    -o-animation: spin2 8s infinite ease-in-out;
    -ms-animation: spin2 8s infinite ease-in-out;
    animation: spin2 8s infinite ease-in-out;
    display: block;
    transform-origin: center
}
@-webkit-keyframes spin1 {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes spin1 {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}
@-o-keyframes spin1 {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg)
    }
}
@-ms-keyframes spin1 {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}
@-keyframes spin1 {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}
@-moz-keyframes spin2 {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(-360deg)
    }
}
@-o-keyframes spin2 {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(-360deg)
    }
}
@-ms-keyframes spin2 {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(-360deg)
    }
}
@-keyframes spin2 {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}
.blur_no a .svg_bg {
    filter: blur(0px) grayscale(0%);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.blur_no a:hover .svg_bg {
    filter: blur(5px) grayscale(20%);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.blur_no a:hover p {
    filter: blur(5px) grayscale(20%);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.blur_no a:before {
    content: '';
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 10%;
    margin-top: -18px;
    padding: 10px 0;
    width: 80%;
    text-align: center;
    color: #373737;
    border: 2px solid #d92525;
    background: rgba(255, 255, 255, .75);
    font-weight: 600;
    z-index: 99999;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.blur_no.life_ a:before {
    content: 'Oferta dostępna od 04.06.2019'
}
.blur_no.auto_ a:before {
    content: 'Oferta dostępna od 21.05.2019'
}
.blur_no.ass_ a:before {
    content: 'Oferta dostępna od lipca 2019'
}
.blur_no.mieszkanie_ a:before {
    content: 'Oferta dostępna od 15.10.2019'
}
.blur_no a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.ok_dziekuje {
    background: url(/img/www/tick_yes_32x32.svg) no-repeat center center;
    background-size: 26px
}
.rate_b .showcase {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}
.rate_b .rating_b {
    width: auto;
    display: inline-block;
    margin: 20px;
    position: relative
}
.rate_b span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: red;
    position: absolute;
    left: 20px
}
.rate_b input {
    display: none
}
.rate_b label {
    float: right;
    display: inline-block;
    width: 20px;
    height: 5px;
    background: #f4f4f4;
    margin: 4px;
    position: relative;
    transition: all .3s
}
.rate_b .rating_b label {
    width: 32px;
    height: 32px;
    margin: 0 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #f9f9f9 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #f9f9f9 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=1);
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    cursor: pointer
}
.rate_b .rating_b label:hover {
    background: #d92525;
    border: 1px solid #c61717;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.rate_b .rating_b input:checked ~ label, .rate_b .rating_b label:hover ~ label {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #c61717
}
.rate_b .rating_b input:checked ~ label:after, .rate_b .rating_b label:hover ~ label:after, .rate_b .rating_b label:hover:after {
    content: '';
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    background: #d92525;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #d92525 url(/img/www/tick_yes_32x32.svg) no-repeat center center;
    background-size: 26px
}
.rate_b .text {
    display: block;
    opacity: 0;
    margin-top: 50px;
    background: #ffffff;
    padding: 15px;
    border: 2px solid #f46d6d;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: var(--color-d92525);
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.rate_b input:checked ~ .text, .rate_b label:hover ~ .text {
    opacity: 1;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.rate_b input ~ .text:before {
    content: '-';
    height: 20px;
    line-height: 20px;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    color: #fff
}
.rate_b input:checked ~ .text:before, .rate_b label:hover ~ .text:before {
    height: 20px;
    line-height: 20px;
    color: #d92525
}
.rate_b input:nth-of-type(1):checked ~ .text:before, .rate_b label:nth-of-type(1):hover ~ .text:before {
    content: "Mogło być lepiej"
}
.rate_b input:nth-of-type(2):checked ~ .text:before, .rate_b label:nth-of-type(2):hover ~ .text:before {
    content: "Super :)"
}
.rate_b.checked_ok input:checked ~ .text:before {
    content: "Dziękujemy :)" !important
}
.txt_m_3 {
    color: #303e49
}
.ok_dziekuje {
    display: inline-block;
    background: url(/img/www/tick_yes_b2.svg) no-repeat center center;
    background-size: 60px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    margin: 0 auto;
    border: 2px solid #c61717;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2
}
.ok_dziekuje:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #ecb9b9;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-animation: sonar 1.5s;
    animation: sonar 1.5s;
}
@-webkit-keyframes sonar {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}
@keyframes sonar {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}
table .podpowiedz:after {
    display: none
}
.b_life_h img {
    max-width: 110px
}
.b_life_h h4 {
    margin-top: -10px;
    margin: 35px auto 0 auto;
    position: relative;
    color: var(--color-d92525);
    font-style: italic;
    padding: 10px 5px;
    border-bottom: 1px solid #d92525;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: -2px 2px 8px -1px rgba(217, 17, 17, .25);
    overflow: visible;
    line-height: 1.2;
    max-width: 500px;
    background: #f4f4f4;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #fcebeb 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #fcebeb 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #fcebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcebeb', GradientType=1)
}
.b_life_h h4:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fcebeb
}
.res_no {
    display: block
}
.tab_oferta_all.res_no {
    display: table;
    font-size: 1em;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: var(--color-bg-fff);
    box-shadow: 0 2px 32px 0 #dcdcdc;
    border-radius: 4px;
    margin-bottom: 35px;
    border: 1px solid #dcdcdc
}
.res_yes {
    display: none
}
.bg_fff {
    background: #fff
}
.bg_red_b {
    background: #d92525;
    color: #fff
}
.bg_docs {
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
    color: #303e49
}
.red_info_b {
    display: inline-block;
    box-shadow: none;
    border: 2px solid #d92525;
    background: #fcf3f3;
    color: #c61717;
    width: 100%;
    font-style: normal;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.konto_info {
    font-size: 1.1em;
    border: 2px solid #d92525;
    padding: 15px 15px 25px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 25px;
    background: #f4f4f4;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #fcf3f3 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #fcf3f3 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #fcf3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcf3f3', GradientType=1)
}
.konto_info p {
    float: left;
    width: 100%;
    padding-bottom: 5px
}
.konto_info i {
    float: left;
    font-weight: 300;
    text-align: right;
    width: 30%
}
.konto_info b {
    float: right;
    font-weight: 500;
    text-align: left;
    width: 65%
}
.konto_info .sp_arrow i {
    width: calc(50% + 5px);
    height: 1px;
    background: #bbbbbb;
    display: inline-block;
    float: left;
    transform: rotate(45deg);
    transform-origin: 0 0
}
.konto_info .sp_arrow i:last-child {
    transform: rotate(-45deg);
    transform-origin: 100% 0;
    float: right;
    margin-top: -1px
}
.platnosc_nie_kir {
    margin: 25px auto 15px auto;
    float: left;
    width: 100%;
    text-align: center
}
.platnosc_nie_kir .pl_dotpay {
    display: inline-flex;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 auto
}
.platnosc_nie_kir .pl_dotpay a {
    margin: 0 auto;
    display: inline-table;
    max-width: 500px;
    width: 100%;
    line-height: 80px
}
.platnosc_nie_kir .pl_dotpay a span {
    width: auto;
    font-weight: bold;
    color: #fff !important;
    background: #d92525 url(/img/www/arrow_right.svg) no-repeat right 20px center;
    padding: 25px 50px 25px 35px;
    margin: 0 auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 60px;
    border: none;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.platnosc_nie_kir .pl_dotpay a:hover span {
    background: #d92525 url(/img/www/arrow_right.svg) no-repeat right 15px center
}
.ok_dziekuje.no_kir_pay {
    background: url(/img/www/pay_no_kir.svg) no-repeat center center
}
.ok_dziekuje.no_kir_false {
    background: url(/img/www/tick_no.svg) no-repeat center center;
    background-size: 80px
}
.k_info_warn h2 {
    color: var(--color-d92525);
    padding-top: 5px;
    font-weight: 700
}
.k_info_warn h2 .no_correct_ {
    text-decoration: underline;
    display: inline-block
}
.bg_docs:hover {
    background: #808c96;
    border: 1px solid #303e49;
    color: #fff
}
.d_n {
    display: none
}
.b_landing_go {
    background-color: #fcebeb;
    background-image: url(/img/www/go_bg2.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}
.b_landing_go_zawody {
    background-color: #fcebeb;
    background-image: url(/img/www/go_bg3.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}
.b_landing_kleszcz {
    background-color: #f4f4f4;
    background-image: url(/img/www/go_bg_kleszcz.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}
.b_landing_auto {
    background-color: #f4f4f4;
    background-image: url(/img/www/go_bg_auto.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}
.b_landing_auto_ass {
    background-color: #f4f4f4;
    background-image: url(/img/www/go_bg_auto_ass.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}
.b_landing_kruk {
    background: #f4f4f4;
    background: -moz-linear-gradient(135deg, rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeaea", endColorstr="#ffffff", GradientType=1)
}
.b_landing .info_gen {
    float: right;
    padding: 0px 5px 0 15px;
    margin: 10px 0
}
.b_landing .info_gen i {
    float: left;
    position: relative;
    word-break: break-word;
    width: 64px;
    line-height: 12px;
    padding: 5px 0;
    margin: 8px 20px 0 0;
    text-align: center;
    background: #EAEAEA;
    letter-spacing: .5px;
    color: var(--color-252525);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 1;
    font-size: 11px
}
.b_landing .info_gen i:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -6px;
    width: 0;
    height: 0;
    z-index: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #EAEAEA
}
.b_landing .info_gen img {
    height: 50px
}
.b_landing_kruk .panel:first-child {
    margin-bottom: 0
}
.b_landing_kruk .panel:last-child {
    margin-top: 0
}
.b_landing.b_landing_kruk .mat_i {
    position: absolute;
    bottom: -50px;
    right: 50%;
    margin-right: -85px;
    padding: 10px;
    font-size: .75em;
    background: #eaeae9;
    font-weight: 500;
    border-radius: 0 4px 0 4px
}
.b_landing.b_landing_kruk .mat_i:before {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.b_landing_kruk .txt_info_land_b {
    margin: 0 auto 75px auto;
    display: block;
    background: var(--color-bg-fff);
    padding: 15px 0;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
    color: #808c96
}
.logo_gen_land img {
    width: 80px
}
.logo_gen_land p {
    color: #808c96;
    font-weight: 300;
    font-size: 0.925em;
    margin-top: -10px
}
.b_landing_kruk .top_head {
    padding-top: 15px
}
.b_landing .top_head {
    background: transparent
}
.max_land {
    max-width: 800px
}
.panel {
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 0;
    position: relative;
    width: 100%;
    margin: 25px auto 50px auto
}
.landing-table {
    box-shadow: 0px 2px 8px 3px rgba(55, 55, 55, 0.125);
    display: flex;
    flex-direction: column
}
@media (min-width:900px) {
    .landing-table {
        flex-direction: row
    }
}
.landing-table h2 {
    text-align: center;
    text-transform: uppercase
}
.landing-plan {
    padding: 15px
}
.landing-plan:last-child {
    border-bottom: none
}
@media (min-width:900px) {
    .landing-plan {
        border-bottom: none;
        border-right: 1px solid #eaeaea;
        flex-basis: 100%;
        padding: 5px 25px
    }
    .landing-plan:last-child {
        border-right: none
    }
}
.landing-img {
    margin-bottom: 0;
    max-width: 120px
}
.landing-header {
    color: var(--color-d92525);
    font-weight: 600
}
.landing-header span {
    text-transform: lowercase;
    display: block;
    color: #808c96;
    font-weight: 400;
    font-size: .925em;
    line-height: 1.5
}
.landing-features {
    color: var(--color-d92525);
    font-weight: 600;
    letter-spacing: 1px;
    margin: 25px 0;
    display: inline-block;
    width: 100%
}
.landing-features-item {
    border-top: 1px solid #eaeaea;
    font-size: 0.925em;
    line-height: 1.4;
    padding: 8px 0;
    color: #303e49;
    font-weight: 500;
    letter-spacing: .5px
}
.landing-features-item span {
    color: #303e49;
    font-weight: 400
}
.landing-features-item b {
    font-weight: 700;
    color: var(--color-d92525);
    font-size: 1.4em
}
.landing-features-item.landing_target b {
    font-size: 1.6em
}
.landing-features-item:last-child {
    border-bottom: 1px solid #eaeaea
}
.b_landing_kruk .landing-features-item:last-child {
    border-bottom: none
}
.b_landing_kruk .landing-header span {
    color: var(--color-252525);
    text-transform: uppercase;
    font-weight: 600
}
.b_landing_kruk .landing-features-item span {
    color: var(--color-252525);
    font-weight: 600;
    text-decoration: underline
}
.b_landing_kruk .landing-button {
    margin: -10px auto 15px auto
}
.landing-price {
    color: var(--color-d92525);
    display: block;
    font-size: 32px;
    font-weight: 700
}
.landing-price span {
    color: #303e49;
    font-size: .65em
}
.landing-button {
    border: 2px solid #c61717;
    border-radius: 10px;
    display: inline-block;
    margin: 5px 0 25px 0;
    padding: 15px 35px;
    text-decoration: none;
    transition: all .25s ease-in-out
}
.landing-button:hover, .landing-button:focus {
    background-color: #fcd7d7
}
.landing-button.is-featured {
    background-color: #d92525;
    color: #fff
}
.landing-button.is-featured:hover, .landing-button.is-featured:active {
    background-color: #c61717
}
.landing_target {
    border: 2px dashed #d92525;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 4px rgba(55, 55, 55, 0.075);
    color: var(--color-d92525);
    padding: 15px
}
.min5 img {
    max-width: 280px;
    display: block;
    margin: -35px auto 30px auto
}
.ico_land_50 {
    display: block;
    float: left;
    width: 50%
}
.land_b_ {
    box-shadow: 0 3px 5px rgba(55, 55, 55, .15);
    padding: 6px;
    border-radius: 4px;
    border: 2px solid #d92525
}
.b_landing .txt_main {
    font-size: 1.4em
}
.b_landing_kleszcz .landing_target {
    font-size: 1.1em
}
.b_landing_kleszcz .max_land {
    background-color: #fff;
    background-image: url(/img/www/kleszcz_bg_mini.svg);
    background-repeat: no-repeat;
    background-position: left bottom
}
.b_landing .mat_i {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    font-size: .75em;
    background: #eaeae9;
    font-weight: 500
}
.b_landing .mat_i:before {
    content: 'i';
    position: absolute;
    bottom: 0;
    left: -32px;
    background: #dcdcdc;
    color: #fff;
    width: 32px;
    height: 100%;
    line-height: 32px;
    font-size: 1.6em;
    -webkit-border-radius: 8px 0px 0px 0px;
    -moz-border-radius: 8px 0px 0px 0px;
    border-radius: 8px 0px 0px
}
.b_landing .nav_b {
    display: none
}
.b_landing footer {
    display: none
}
.b_dziekuje_all {
    background-color: #f4f4f4;
    background-image: url(/img/www/bg_dziekuje_all.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}
.b_dziekuje_all.dziekuje_wss {
    background: #f4f4f4;
    background: -moz-radial-gradient(center, ellipse cover, #f4f4f4 50%, #eaeaea 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #f4f4f4 50%, #eaeaea 100%);
    background: radial-gradient(ellipse at center, #f4f4f4 50%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eaeaea', GradientType=1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}
.b_dziekuje_all.dziekuje_ass {
    background-image: url(/img/www/go_bg_auto_ass.svg);
    background-color: #f4f4f4
}
.dziekuje_wss .b_square {
    z-index: 0
}
.dziekuje_wss .b2_alternative .txt_oferta p {
    font-size: 1.1em;
    margin-top: 15px;
    line-height: 1.5
}
.dziekuje_wss .b2_alternative.all_w100 {
    padding: 15px 15px 35px 15px
}
.dziekuje_wss .b2_alternative.all_w100 .kup_allform, .dziekuje_wss .b2_alternative.all_w100 .bpl_zakup {
    background: transparent;
    border: none
}
.dziekuje_wss .landing-table h2 {
    text-transform: none;
    font-size: 1.25em
}
.dziekuje_wss .panel {
    margin: 25px auto 0px auto;
    border: 2px solid #dedede;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #f4f4f4 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #f4f4f4 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=1)
}
.b_dziekuje_all .b_question_form {
    border-top: none !important;
    margin-top: 0 !important;
    letter-spacing: -0.1px
}
.b_dziekuje_all .b_question_form span {
    color: #d92525 !important;
    font-weight: 500 !important
}
.b_dziekuje_all .b_question_form span b {
    font-weight: 700 !important
}
.b_dziekuje_all .landing_target {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: var(--color-d92525);
    padding: 0;
    border: 2px solid #eaeaea;
    height: auto;
    background: #fcf3f3;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #fcf3f3 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #fcf3f3 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #fcf3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcf3f3', GradientType=1);
    box-shadow: 0px 2px 10px 4px rgba(55, 55, 55, 0.035)
}
.landing_target .landing-features {
    margin: 0 auto
}
.b_dziekuje_all .landing-table {
    box-shadow: 0px 2px 10px 4px rgba(55, 55, 55, 0.035);
    border-radius: 6px
}
.b_dziekuje_all .landing-header {
    font-size: 1.2em
}
.b_dziekuje_all .landing-plan .txt_main {
    font-size: .875em;
    color: #303e49;
    padding-top: 15px;
    text-transform: none
}
.b_dziekuje_all .landing-plan {
    padding-top: 15px
}
.b_dziekuje_all .b_question_form {
    font-weight: 500 !important;
    padding: 25px 0 1em 0 !important
}
.b_dziekuje_all .lab_txt {
    padding: 5px 0 0 0
}
.b_dziekuje_all .txt_h_form {
    margin: 0 auto;
    border-bottom: 1px solid #d92525;
    color: var(--color-d92525);
    font-weight: 500
}
.b_dziekuje_all .txt_h_form span:before, .b_dziekuje_all .txt_h_form span:after {
    background: #d92525
}
.b_dziekuje_all .ok_dziekuje {
    margin-bottom: 12px
}
.b_dziekuje_all .platnosc {
    margin: 25px auto 0 auto
}
.b_dziekuje_all .pay {
    margin: 0 auto;
    max-width: 320px;
    font-size: .925em;
    line-height: 50px
}
.b_dziekuje_all .pay_name {
    color: #fff;
    font-weight: 500
}
.b_dziekuje_all .kup_allform {
    padding-bottom: 35px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .5)
}
.b_dziekuje_all .bpl_zakup .lab_txt label.radio_check_l {
    background: rgba(255, 255, 255, .5) !important;
    min-width: 150px
}
.b_dziekuje_all .bpl_zakup .lab_txt input.radio_check_i:checked + label {
    color: #fff !important;
    border: 2px solid #d92525 !important;
    background-color: #d92525 !important;
    background-image: linear-gradient(180deg, #ec3b3b, #d92525) !important
}
.b_dziekuje_all .z_mtpl {
    background-image: url(/img/www/znizki_mtpl.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 350px
}
.b_dziekuje_all .panel {
    margin: 25px auto 0px auto
}
.b_dziekuje_all .panel.mb35 {
    margin-bottom: 35px
}
.ok_dziekuje.fb_like_b {
    background: rgba(255, 255, 255, .25) url(/img/www/tick_b_like.svg) no-repeat center center;
    border: 2px solid #dcdcdc
}
.ok_dziekuje.fb_like_b:after {
    border: 2px solid #fff
}
.b_dziekuje_all .bpl_zakup {
    background-color: transparent !important
}
.b_dziekuje_all .z_mtpl2 {
    background-image: url(/img/www/znizki_mtpl2.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 350px
}
.b_dziekuje_all .txt_h_form span {
    background-color: #f8f8f8
}
.pn_n_fb {
    color: #dcdcdc;
    text-shadow: 1px 1px 1px #fff
}
.b_landing.b_dziekuje_all .nav_b {
    display: flex
}
.b_landing.b_dziekuje_all footer {
    display: inherit
}
.umowa_b_pos .txt_main.txt_index {
    padding: 0;
    margin: 25px 0
}
.umowa_b_pos .txt_main.txt_index h3 i {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 25px
}
.umowa_b_pos .txt_main.txt_index h3 {
    margin-bottom: 10px
}
.umowa_b_pos .txt_main.txt_index p {
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #373737
}
.umowa_b_pos .txt_main.txt_index p b {
    font-weight: 700
}
.umowa_b_pos .txt_main.txt_index table svg {
    width: 100%;
    height: 40px;
    margin: 0 auto
}
.butt_owu_buy {
    color: var(--color-d92525);
    font-size: .825em;
    width: 100%;
    display: inline-block;
    margin: 0 0 25px 0;
    background: #f4f4f4;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #f4f4f4 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #f9f9f9 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcd7d7', GradientType=1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    border: 2px solid #eaeaea
}
.butt_owu_buy:hover {
    color: #fff;
    background: #d92525
}
.text-left.owu_ass_link {
    text-align: left !important;
    display: block;
    float: left;
    width: 100%;
    margin-top: -15px
}
.kup_own.bg_fff.kup_yt {
    background-image: url(/img/www/yt_icon.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 32px;
    padding-left: 60px;
    position: relative
}
.kup_own.bg_fff.kup_yt_none {
    color: #000;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 32px;
    padding-left: 10px;
    margin: 0 auto;
    position: relative
}
.m_r_15 {
    margin-right: 15px
}
.kup_yt.m_r_15:after {
    content: '';
    width: 100px;
    height: 50px;
    position: absolute;
    top: -17px;
    left: -62px;
    background-image: url(/img/www/arr_vid.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 85px;
    z-index: -1
}
.kup_own.bg_fff.kup_yt:hover {
    color: #fff;
    background-color: #c61717
}
.embed-responsive {
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #eaeaea
}
#cookies-message {
    padding: 15px;
    font-size: 14px;
    border: 2px solid #e6d0d0;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    text-align: left;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 35px;
    font-size: .875em;
    line-height: 1.25;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 9999999;
    color: #303e49;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    background: #fcebeb;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #fcebeb 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #fcebeb 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #fcebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcebeb', GradientType=1)
}
#cookies-message p {
    display: flex;
    align-items: center
}
#cookies-message p a {
    float: left;
    display: contents;
    text-decoration: underline;
    cursor: pointer
}
.ico_cook {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(/img/www/ico_cookies.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    margin-right: 15px
}
.cook_ok {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    bottom: auto;
    right: 25px;
    display: flex;
    align-items: center;
    background: url(/img/www/tick_yes_b2.svg) no-repeat center center;
    background-size: 50px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 2px dashed #f46d6d;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    z-index: 2;
    text-indent: -9999px;
    -webkit-animation: sonar_cook 1.5s infinite;
    animation: sonar_cook 1.5s infinite
}
@-webkit-keyframes sonar_cook {
    0% {
        border: 2px dashed #f46d6d
    }
    100% {
        border: 2px solid #f46d6d
    }
}
@keyframes sonar_cook {
    0% {
        border: 2px dashed #f46d6d
    }
    100% {
        border: 2px solid #f46d6d
    }
}
.cook_ok:hover {
    border: 2px solid #f46d6d;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .25);
    -webkit-animation: none;
    animation: none
}
.cook_ok:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #f46d6d;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-animation: sonar 1.5s infinite;
    animation: sonar 1.5s infinite
}
.kup_on_tb a small {
    font-size: .875em;
    text-transform: lowercase;
    letter-spacing: .5px
}
.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}
@media (max-width:992px) {
    .tab_oferta_all.res_no, .res_no, .tooltip {
        display: none
    }
    .res_yes {
        display: block
    }
    .ico_4_ ul.ikona_direct li {
        width: 100%;
        max-width: calc(33.33% - 6px)
    }
    .ico_szkody ul.ikona_direct li, .ico_2_ ul.ikona_direct li {
        width: calc(50% - 6px)
    }
    .tab_oferta_all.res_yes {
        display: table-row;
        table-layout: fixed;
        font-size: .875em;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        border: none !important
    }
    .tab_oferta_all.res_yes.d_in_tab {
        display: inline-table
    }
    .tab_oferta_all thead tr th {
        display: table-cell;
        padding: 5px 5px !important;
        width: auto;
        text-align: left;
        vertical-align: middle
    }
    .tab_oferta_all thead tr th:nth-child(1) {
        border-right: none;
        font-weight: 500;
        text-align: left;
        padding-left: 95px;
        vertical-align: middle;
        color: var(--color-252525);
        position: relative;
        background: #dcdcdc !important
    }
    .tab_oferta_all thead tr.floatingHeader th:nth-child(1) {
        background-image: none !important;
        background: #dcdcdc !important
    }
    .bez_rabatu.active_rabat {
        display: grid
    }
    .tab_cena {
        font-size: 1rem;
        padding: 5px 0;
        padding-right: inherit
    }
    .tab_cena b {
        padding: 0px 4px;
        margin: 0
    }
    .tab_cena span {
        vertical-align: baseline;
        position: relative;
        top: 5px;
        left: 0px;
        width: 100%;
        text-align: center;
        letter-spacing: -1px;
        padding: 0 5px 3px 5px;
        margin-left: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px
    }
    .tab_cena b span {
        font-size: .625em;
        font-weight: 500;
        vertical-align: middle;
        margin: 0 auto 2px 0;
        display: block;
        width: auto;
        text-align: center;
        color: rgba(255, 255, 255, .9);
        letter-spacing: -2px;
        position: relative;
        left: inherit;
        bottom: inherit
    }
    .tab_oferta_all tbody tr td svg {
        display: none
    }
    .tab_oferta_all tbody tr td:nth-child(1) span.podpowiedz_pokaz, .tab_oferta_all.res_yes tr td span.podpowiedz_pokaz {
        position: absolute;
        top: 50%;
        right: 5px;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        text-align: center;
        line-height: 18px;
        margin-top: -10px;
        border: 2px solid #cdcdcd;
        background: #fff !important;
        cursor: pointer;
        z-index: 2
    }
    .tab_oferta_all tr {
        border: none
    }
    .t_res_tit td {
        background: transparent;
        width: 100%;
        padding: 8px 0 !important
    }
    .t_res_tit td div {
        z-index: 2;
        position: relative;
        margin: 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700
    }
    .tab_title_res2 td {
        background: rgb(228, 228, 228) !important;
        color: var(--color-252525);
        padding: 8px 0 !important;
        margin: 0;
        font-weight: 300 !important;
        vertical-align: middle;
        position: relative;
        width: auto;
        text-align: center !important;
        font-size: 1.1em !important
    }
    .tab_oferta_all tbody tr:nth-child(1) td:nth-child(1) {
        background: var(--color-bg-fff);
        border-right: none;
        font-size: 1em;
        text-align: center
    }
    .tab_oferta_all thead tr th:nth-child(1), .tab_oferta_all tr td:nth-child(1), .tab_oferta_all thead tr.floatingHeader th:nth-child(1) {
        min-width: 0
    }
    .tab_oferta_all tr td:nth-child(1) {
        font-size: 1em;
        padding: 12px 0;
        text-align: center;
        border: none;
        background: rgba(55, 55, 55, .05)
    }
    .bez_rabatu.active_rabat {
        display: grid
    }
    .floatingHeader {
        table-layout: fixed
    }
    .tab_oferta_all tbody tr.t_res_tit:nth-child(1), .tab_oferta_all tr.t_res_tit:nth-child(odd), .t_res_tit {
        background: #dde0e2;
        color: var(--color-252525);
        border-top: none
    }
    .tab_oferta_all tbody tr.t_res_tit:nth-child(1) td:nth-child(1) {
        background: transparent
    }
    .tab_oferta_all tr td span {
        font-weight: 500
    }
    .tab_oferta_all tr td.plus span {
        padding: 0px 10px 10px 10px
    }
    td.plus a {
        position: relative;
        float: left;
        width: calc(100% - 20px);
        margin: 10px 10px 5px 10px;
        padding: 10px 0;
        left: auto;
        border: none;
        border-radius: 4px;
        color: #303e49;
        background: var(--color-bg-fff);
        border: 2px solid #303e49
    }
    .tab_oferta_all tbody tr td:nth-child(1) span.podpowiedz_pokaz, .tab_oferta_all.res_yes tr td span.podpowiedz_pokaz {
        top: 20px
    }
    .minus .t_res_tit {
        background: #e4e4e4 !important
    }
    td.plus {
        padding-bottom: 0
    }
    .b_przyklad_auto {
        text-align: center;
        padding: 25px 15px;
        text-align: center;
        line-height: 2
    }
    .b_przyklad_auto i {
        text-align: center;
        float: none
    }
    .tab_oferta_all.tab_szkolne tr td:nth-child(1) {
        min-width: auto;
        width: 200px
    }
    .tab_oferta_all.tab_szkolne thead tr.floatingHeader th:nth-child(1) {
        min-width: auto;
        width: auto
    }
    .tab_oferta_all.table_travel tr td:nth-child(1), .tab_oferta_all.table_travel thead tr.floatingHeader th:nth-child(1) {
        min-width: auto;
        width: calc(100%/3)
    }
    .rabaty_auto_b .rabat_div {
        float: left;
        width: calc(50% - 15px);
        min-width: auto
    }
    #cookies-message {
        bottom: 0
    }
    .ico_cook {
        float: left;
        display: block;
        width: 50px;
        height: 50px;
        background-image: url(/img/www/ico_cookies.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50px;
        padding-right: 50px;
        margin-left: 0
    }
    #cookies-message p {
        padding: 0 50px 0 0
    }
    .cook_ok {
        position: relative;
        float: left;
        margin-left: 65px;
        top: auto;
        margin-top: 10px;
        bottom: auto;
        right: 0;
        color: #fff;
        display: block;
        align-items: center;
        background: none;
        background-size: 40px;
        width: calc(100% - 65px);
        text-align: center;
        height: 40px;
        line-height: 40px;
        padding: 0;
        background-color: #d92525;
        border: 2px dashed #d92525;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        z-index: 2;
        -webkit-animation: none;
        animation: none;
        text-indent: 0
    }
    .cook_ok:after {
        display: none
    }
    #cookies-message p {
        padding: 0
    }
}
@media only screen and (max-width:767px) {
    .top_head h1 {
        font-size: 1.6em;
        text-align: center;
    }
    .txt_main {
        font-size: 1rem;
        line-height: 1.1;
        text-align: center;
    }
    .foot_social {
        display: inline-block;
        margin-top: 25px
    }
    .foot_social li {
        display: inline-block;
        text-align: left;
        margin-right: 15px
    }
    footer p, footer {
        text-align: center
    }
    footer h5 {
        margin-top: 25px
    }
    footer .col-12:nth-child(1) h5 {
        margin-top: 0
    }
    .h100_menu {
        height: auto;
        background: transparent;
        padding-top: 25px;
        padding-bottom: 15px;
        top: auto !important;
        left: 0 !important;
        position: relative !important
    }
    .tab_cena b {
        padding: 4px;
        margin: 0;
        font-size: 1.4em
    }
    .ico_2_ ul.ikona_direct li, .ico_4_ ul.ikona_direct li {
        width: 100%;
        max-width: calc(50% - 6px)
    }
    .podglad_o .remodal-close {
        background: var(--color-bg-fff);
        z-index: 1;
        position: relative;
        left: 50%;
        border-radius: 0;
        height: 40px
    }
    .podglad_o {
        padding: 0
    }
    .podglad_o .remodal-close:before {
        font-size: 40px;
        line-height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 25px;
        content: "\00d7";
        text-align: center
    }
    .logo_gen_land {
        text-align: center !important;
        padding-bottom: 50px
    }
    .logo_gen_land img {
        width: 80px;
        margin-left: 0
    }
    .sp_title {
        position: relative;
        background: transparent;
        padding: 8px 0;
        color: var(--color-252525);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        float: right;
        margin-right: auto
    }
    th.c_fff img {
        display: none
    }
}
@media only screen and (max-width:459px) {
    .res_yes {
        font-size: .5rem
    }
    ul.ikona_direct li a .svg_bg {
        min-width: 100%
    }
    .logo a {
        margin-right: 0
    }
}
@media only screen and (max-width:400px) {
    .ico_2_ ul.ikona_direct li, .ico_4_ ul.ikona_direct li {
        width: 100%;
        max-width: calc(100% - 6px)
    }
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .b_tak_nie label .b_t_n_switch:before {
        color: var(--color-252525) !important;
        background-color: transparent !important
    }
}
@media only screen and (max-width:992px) {
    table.tab_oferta_all.tab_of_ass {
        display: inline-block;
        width: 100%;
        max-width: calc(100vw - 30px)
    }
    .tab_of_ass .sp_title img {
        display: none
    }
    .tab_oferta_all.tab_of_ass tr td:nth-child(1) {
        font-size: .825em;
        text-decoration: none;
        text-align: left
    }
    .tab_oferta_all.tab_of_ass tr td:nth-child(1) b {
        font-weight: 500;
        text-decoration: none
    }
    .tab_oferta_all.tab_of_ass tr td b {
        text-decoration: none
    }
    .tab_oferta_all.tab_of_ass tr td span {
        font-weight: 500;
        text-align: left;
        font-size: .925em;
        text-decoration: none
    }
}
.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}
.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 64px;
    height: 64px;
    background-image: url(/img/www/dziekujemy_b.svg);
    background-size: cover;
    animation: animate 16s linear infinite;
    bottom: -150px
}
.circles li:nth-child(1) {
    left: 25%;
    width: 64px;
    height: 64px;
    animation-delay: 0s
}
.circles li:nth-child(2) {
    left: 10%;
    width: 80px;
    height: 80px;
    animation-delay: 1s;
    animation-duration: 12s
}
.circles li:nth-child(3) {
    left: 70%;
    width: 32px;
    height: 32px;
    animation-delay: 2s
}
.circles li:nth-child(4) {
    left: 40%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    animation-duration: 18s
}
.circles li:nth-child(5) {
    left: 65%;
    width: 32px;
    height: 32px;
    animation-delay: 0s
}
.circles li:nth-child(6) {
    left: 75%;
    width: 70px;
    height: 70px;
    animation-delay: 3s
}
.circles li:nth-child(7) {
    left: 35%;
    width: 100px;
    height: 100px;
    animation-delay: 7s
}
.circles li:nth-child(8) {
    left: 50%;
    width: 50px;
    height: 50px;
    animation-delay: 15s;
    animation-duration: 45s
}
.circles li:nth-child(9) {
    left: 20%;
    width: 40px;
    height: 40px;
    animation-delay: 2s;
    animation-duration: 35s
}
.circles li:nth-child(10) {
    left: 85%;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation-duration: 11s
}
@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        filter: blur(0px);
        -webkit-filter: blur(0px)
    }
    35% {
        transform: translateY(-150px) rotate(-25deg);
        opacity: .75;
        filter: blur(1px);
        -webkit-filter: blur(1px)
    }
    55% {
        transform: translateY(-225px) rotate(0deg);
        opacity: 1;
        filter: blur(2px);
        -webkit-filter: blur(2px)
    }
    75% {
        transform: translateY(-300px) rotate(25deg);
        opacity: .75;
        filter: blur(1px);
        -webkit-filter: blur(1px)
    }
    100% {
        transform: translateY(-450px) rotate(0deg);
        opacity: 0;
        filter: blur(0px);
        -webkit-filter: blur(0px)
    }
}
.b_pytania-section {
    padding-top: 25px;
    padding-bottom: 35px;
    margin-bottom: 0;
    z-index: 1;
    overflow: visible
}
.b_pytania-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    font-size: 2em;
    font-weight: 700
}
.b_pytania-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 80px;
    height: 1px;
    background: #d92525;
    bottom: -25px;
    margin-left: -30px
}
.b_pytania-title p {
    padding: 0 190px;
    margin-bottom: 10px
}
.b_pytania {
    background: var(--color-bg-fff);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 35px;
    border: 2px solid #f4f4f4
}
.b_pytania .card {
    border: none;
    background: none;
    border-bottom: 1px solid #eaeaea
}
.b_pytania .card:last-child {
    border: none
}
.b_pytania .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.b_pytania .card .card-header:hover {
    background: #eaeaea;
    padding-left: 10px
}
.b_pytania .card .card-header .b_pytania-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: .5px;
    color: #303e49;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px
}
.b_pytania .card .card-header .b_pytania-title[aria-expanded="true"] {
    font-weight: 700;
    color: var(--color-d92525);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.b_pytania .card .card-header .b_pytania-title .badge {
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    background: #d92525;
    color: #fff;
    font-size: 12px;
    margin-right: 20px
}
.b_pytania .card .card-body {
    padding: 25px 30px 15px 30px;
    font-weight: 400;
    font-size: 1em;
    color: var(--color-252525);
    line-height: 28px;
    border-top: 1px solid #f4f4f4
}
.b_pytania .card .card-body p {
    margin-bottom: 14px
}
@media (max-width:991px) {
    .b_pytania {
        margin-bottom: 30px
    }
    .b_pytania .card .card-header .b_pytania-title {
        line-height: 26px;
        margin-top: 10px
    }
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: none;
    fill: #4f4f4f;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.news-slider__ctr {
    position: relative;
    z-index: 12;
    margin: 25px auto
}
.news-slider__arrow {
    background: var(--color-bg-fff);
    border: none;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    z-index: 12;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 1px 1px 15px 0px #e5dedc;
    margin-top: 0
}
.news-slider__arrow:focus {
    outline: none !important
}
.news-slider__arrow:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.news-slider__arrow:hover svg {
    fill: #d92525;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.news-slider__arrow .icon-font {
    display: inline-flex
}
.news-slider__arrow.news-slider-prev {
    left: 15px;
    transform: translateY(-50%)
}
.news-slider__arrow.news-slider-next {
    right: 15px;
    transform: translateY(-50%)
}
.news-slider__pagination {
    text-align: center;
    margin-top: 50px
}
.news-slider__pagination .swiper-pagination-bullet {
    width: 25px;
    height: 8px;
    display: inline-block;
    background: #e4e4e4;
    opacity: 1;
    margin: 0 5px;
    border-radius: 4px;
    transition: background-color 0.5s, width 0.5s;
    transition-delay: 0.25s, 0s
}
.news-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d92525;
    width: 80px;
    transition-delay: 0s
}
@media screen and (max-width:576px) {
    .news-slider__pagination .swiper-pagination-bullet-active {
        width: 70px
    }
}
.plus_go2 .news__item button {
    opacity: 0
}
.plus_go2 .swiper-slide-active .news__item button {
    opacity: 1
}
.plus_go2 .news-slider__item {
    width: 100%;
    text-align: center !important
}
.plus_go2 .news-slider__item .news__item {
    background: rgba(255, 255, 255, .85)
}
.plus_go2 .news-slider__item .news__txt {
    font-size: 1.125em
}
.plus_go2 .news-date__title strong {
    font-weight: 700;
    color: var(--color-252525);
    font-size: .75em
}
.plus_go2 .news-date__txt strong {
    font-weight: 700;
    color: var(--color-d92525);
    font-size: 1.25em;
    padding-left: 5px
}
.plus_go2 .news__item.active, .swiper-slide-active .news__item {}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #d92525
}
.plus_go2 .pad_all50.pt0 {
    padding-top: 25px
}
.plus_go3 .panel {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0
}
.pl_go3b .pad_all50.pt0 {
    margin-top: -25px
}
.pl_go3b .panel {
    margin: 25px auto 0px auto;
    max-width: 800px;
    -webkit-border-radius: 50px 50px 0px 0px;
    -moz-border-radius: 50px 50px 0px 0px;
    border-radius: 50px 50px 0px 0px
}
.pl_go3b .news__item.active, .swiper-slide-active .news__item {
    border: 2px solid #dcdcdc
}
.pl_go .news-slider__item .news__item button {
    opacity: 0
}
.pl_go .news-slider__item.swiper-slide-active .news__item button {
    opacity: 1
}
#box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: calc(100% - 10px);
    height: auto;
    padding: 25px 0;
    color: #303e49;
    font-size: 1.6rem;
    line-height: 1.25
}
.gradient-border {
    --borderWidth: 2px;
    background: var(--color-bg-fff);
    position: relative;
    border-radius: var(--borderWidth)
}
.gradient-border:after {
    content: "";
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #fcebeb, #fcd7d7, #f46d6d, #d92525, #c61717);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%
}
#box span {
    z-index: 2
}
#box span b {
    color: var(--color-d92525);
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 500
}
@keyframes animatedgradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
.new_ico_2020 {
    position: relative;
    z-index: 6;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: var(--color-bg-fff);
    box-shadow: 0 28px 64px 16px rgba(0, 0, 0, .04);
    border: 1px solid #dcdcdc;
    margin-top: 50px;
    margin-bottom: 150px
}
.new_ico_2020 ul.ikona_direct {
    margin: 0
}
.new_ico_2020 ul.ikona_direct li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-flex;
    overflow: hidden;
    flex-direction: row;
    width: 25%;
    padding: 0 0 15px 0;
    cursor: pointer;
    border: none;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 0px 1px var(--color-252525);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}
.article__category, .article__footer .footer__readmore-text {
    text-transform: uppercase;
    font-size: 0.625em;
    font-weight: 600
}
.articles {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 25px auto 50px auto;
    overflow: visible
}
.article_b_slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 180px;
    max-width: calc(50% - 10px);
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    margin: 5px;
    top: 0;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.project-footer {
    clear: both;
    padding: 1em;
    text-align: center
}
.article_b_slide:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 2px;
    background-color: #d92525;
    content: " ";
    -webkit-transition: height 0.4s;
    transition: height 0.4s
}
.art_b_cat {
    display: block;
    font-size: 1em;
    font-weight: 500;
    -webkit-transition: color 0.4s;
    transition: color 0.4s
}
.art_b_cat a {
    color: var(--color-d92525);
    margin-bottom: 15px;
    display: block
}
.art_b_cat--red {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
    padding: 0 1em;
    border-radius: 10px;
    background-color: #d92525;
    color: #fff
}
.article__body {
    position: relative;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 180px;
    padding: 20px
}
.article__category {
    display: block;
    -webkit-transition: color 0.4s;
    transition: color 0.4s
}
.article__title {
    padding-bottom: 20px;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #262626
}
.article__title > a {
    display: block;
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.article__excerpt {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s
}
.article__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px 20px;
    line-height: inherit;
    height: 62px;
    width: 100%
}
.article__footer .footer__avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    vertical-align: middle;
    background-image: url(/img/www/b_standalone.svg);
    background-size: 40px
}
.article__footer .footer__avatar > a {
    display: block;
    width: 100%;
    height: 100%
}
.article__footer .footer__readmore {
    position: relative;
    display: block;
    height: 22px;
    float: right;
    overflow: hidden;
    margin-top: 12px
}
.article__footer .footer__readmore--red {
    color: #d92525
}
.article__footer .footer__readmore-text {
    display: inline-block;
    padding-right: 5px;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    color: inherit;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}
.article__footer .footer__readmore-arrow {
    display: inline-block;
    height: 100%
}
.article__footer .footer__readmore-arrow svg {
    -webkit-transition: fill 0.4s;
    transition: fill 0.4s
}
.article_b_slide:hover {
    top: -10px;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.article_b_slide:hover .footer__readmore-text {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.article_b_slide:hover .footer__readmore-arrow > svg {
    fill: #d92525
}
.article_b_slide:hover:after {
    height: 100%
}
.article_b_slide:hover .art_b_cat {
    color: #d92525
}
.paragraph::-moz-selection {
    background: #f4de4a
}
.paragraph::selection {
    background: #f4de4a
}
.paragraph::-moz-selection {
    background-color: #f4de4a
}
.card_tag_b {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 12px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    margin: 5px;
    background: var(--color-bg-fff);
    -webkit-transition: all ease-in-out .05s;
    -moz-transition: all ease-in-out .05s;
    -o-transition: all ease-in-out .05s;
    transition: all ease-in-out .05s;
}
.card_tag_b:hover {
    background: var(--color-bg-fff);
    box-shadow: 1px 1px 15px 0px #dcdcdc;
    -webkit-transition: all ease-in-out .05s;
    -moz-transition: all ease-in-out .05s;
    -o-transition: all ease-in-out .05s;
    transition: all ease-in-out .05s
}
.cards_flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 25px auto;
    overflow: visible;
}
._flex_cent {
    justify-content: center
}
.education {
    --bg-color: #fcefed;
    --bg-color-light: #d92525;
    --text-color-hover: var(--color-252525);
    --box-shadow-color: rgba(0, 0, 0, .05)
}
._kont {
    width: 52px;
    height: 52px;
    fill: #d92525
}
.card_block {
    width: calc(20% - 12px);
    height: 160px;
    margin: 6px;
    animation: 6;
    background: var(--color-bg-fff);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-out;
    text-decoration: none;
    box-shadow: 1px 1px 15px 0px #e5dedc
}
.card_block:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.12);
    z-index: 2
}
.card_block:hover .overlay {
    transform: scale(4) translateZ(0);
    background: rgb(252, 239, 237);
    background: -moz-linear-gradient(235deg, #ffffff 0%, #fdf5f5 100%);
    background: -webkit-linear-gradient(235deg, #ffffff 0%, #fdf5f5 100%);
    background: linear-gradient(235deg, #ffffff 0%, #fdf5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fdf5f5", GradientType=1)
}
.swiper-slide-next img {
    border-radius: 0
}
.swiper-slide img {
    transition: all 0.3s ease-out
}
.swiper-slide:hover img {
    border-radius: 0;
    transition: all 0.3s ease-out
}
.card_block:hover .circle {
    border-color: var(--bg-color-light);
    background: var(--bg-color)
}
.card_block:hover .circle:after {
    background: var(--bg-color-light)
}
.card_block:hover h2 {
    color: var(--text-color-hover)
}
.card_block:active {
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color)
}
.card_block h2 {
    position: absolute;
    font-size: .875em;
    font-weight: 500;
    z-index: 2;
    transition: color 0.3s ease-out;
    bottom: 20px;
    text-align: center;
    line-height: 1.2
}
.circle_card {
    width: 150px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: -40px;
    transition: all 0.3s ease-out
}
.circle_card:after {
    content: "";
    width: 118px;
    height: 118px;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    transition: all 0.3s ease-out
}
.card_block:hover .circle_card:after {
    opacity: .25;
    transition: all 0.3s ease-out
}
.circle_card svg {
    height: 120px;
    z-index: 2;
    transform: translateZ(0)
}
.overlay {
    width: 80px;
    position: absolute;
    height: 80px;
    border-radius: 50%;
    background: var(--color-bg-fff);
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 0;
    transition: transform 0.3s ease-out
}
.card_block:before {
    content: '';
    opacity: 0;
    width: 0px;
    height: 0px;
    background: #d92525;
    background-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_block:hover:before {
    opacity: 1;
    width: 12px;
    height: 12px;
    top: 10px;
    right: 10px;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_block svg {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    stroke-width: 5;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_block:hover svg {
    -webkit-transform: scale(1);
    transform: scale(1);
    stroke-width: 1;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_block.crd_4 svg * {
    stroke-width: 4
}
.card_block svg * {
    stroke-width: 2;
    stroke-opacity: 1;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_block:hover svg * {
    stroke-opacity: 1;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_block svg .for_draw_light {
    fill: #fffbf8;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_block:hover svg .for_draw_light {
    fill: #ffdbc2;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_block svg .for_draw_dark {
    fill: #ffede1;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_block:hover svg .for_draw_dark {
    fill: #ffcaa6;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_block svg .for_draw_dark2 {
    fill: #ffc6c0;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_block:hover svg .for_draw_dark2 {
    fill: #FF8C71;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_block svg .accent_svg {
    stroke: #d92525;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_block:hover svg .accent_svg {
    stroke: #1e0a0a;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.bord_top_section {
    border-top: 1px solid #dcdcdc
}
.bord_bottom_section {
    border-bottom: 1px solid #dcdcdc
}
.padd_add {
    padding: 25px 48px
}
.marg_25_50 {
    margin-top: 25px !important;
    padding-top: 50px
}
.bord_dc_card {
    border: 1px solid #dcdcdc;
    margin:0.5%;
}



.container .card_b_blog {
    width: 32%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: all 0.25s;
    padding: 25px;
    min-height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: var(--color-bg-fff);
}
.container .card_b_blog:hover {
    border-color: #d92525;
}
.container .card_b_blog h4 {
    font-weight: 700;
    padding: 0 15px;
    margin: 0 0 15px 0;
    font-size: 1.4em;
    line-height: 1.4;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.container .card_b_blog:hover h4 {
    color: #d92525
}
.container .card_b_blog p {
    padding: 0 15px;
    font-size: .875em;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 100%
}
.container .card_b_blog:hover p {
    color: var(--color-252525)
}
.container .card_b_blog a {
    font-weight: 500;
    text-decoration: none
}




.container .bord_dc_card {
    align-items: flex-start;
    min-height: max-content;
}

.container .bord_dc_card h4 {
    margin: 0 0 5px 0;
    -webkit-line-clamp: 4;
}






.btn_b_arr {
    background: #dcdcdc;
    border: none;
    width: calc(100% - 30px);
    color: var(--color-252525);
    font-size: .875em !important;
    font-weight: 500;
    padding: 12px 5px !important;
    margin: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #dcdcdc;
    -webkit-transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    display: inline-block;
    min-width: calc(100% - 30px);
    vertical-align: middle;
    text-align: center;
    overflow: hidden
}
@media (min-width:400px) {
    .btn_b_arr {
        width: auto
    }
}
@media (min-width:800px) {
    .btn_b_arr {
        font-size: 1.1rem;
        padding: 1.6rem 2.8rem
    }
}
.card_b_blog:hover .btn_b_arr {
    background: #d92525;
    color: #fff;
    border: 2px solid #d92525;
}
.btn-border {
    background-color: transparent;
    color: #1d1d1d
}
.btn-arrow {
    position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out
}
.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform
}
.card_b_blog:hover .btn-arrow span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0)
}
.btn-arrow svg {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity
}
.btn-arrow svg * {
    stroke-width: 5;
    stroke-color: transparent
}
.card_b_blog:hover .btn-arrow svg {
    opacity: 1;
    right: -2rem
}
.card--1 .card__img, .card--1 .card__img--hover {

    background-image: url('/img/www/dziecko.jpg')
}
.card--2 .card__img, .card--2 .card__img--hover {
    background-image: url('/img/www/narty.jpg')
}
.card--3 .card__img, .card--3 .card__img--hover {
    background-image: url('/img/www/pisel.jpg')
}
.card_patenty {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 25px auto;
    overflow: visible
}
.card_patenty > .b_patent {
    width: calc(33.3% - 12px);
    height: 360px;
    display: block;
    position: relative;
    padding: 0;
    margin: auto;
    border-radius: 6px;
    background: var(--color-bg-fff);
    margin-top: 150px;
    box-shadow: 1px 4px 8px 0px #e5dedc;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 1) 100%);
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    padding-bottom: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.card_patenty > .b_patent:hover {
    bottom: 15px;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.card_patenty > .b_patent > img {
    position: absolute;
    top: -100px;
    left: 0px;
    width: 100%
}
.card_patenty > .b_patent > .text-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}
.card_patenty > .b_patent > .text-block > .title {
    margin: 3px 0;
    font-size: 1.4em;
    padding: 5px 15px
}
.card_patenty > .b_patent > .text-block > .price {
    margin: 10px 0;
    color: var(--color-d92525);
    font-size: 1.1em;
    font-weight: 700;
    padding: 5px 15px
}
.card_patenty > .b_patent > .text-block > .description {
    color: #4f4f4f;
    font-size: .825em;
    line-height: 1.4;
    padding: 5px 15px
}
.nav_menu_b {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative
}
.nav_menu_b:after {
    content: '';
    background: var(--color-bg-fff);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}
.nav_menu_b * {
    position: relative;
    z-index: 1
}
#b_menu_navi {
    position: relative;
    min-height: 80px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: var(--color-bg-fff);
    z-index: 999999999999;
}
#b_menu_navi.is-active {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}
#b_menu_navi:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-bg-fff);
    opacity: 0;
    transition: opacity 0.3s ease
}
#b_menu_navi.is-active:after {
    opacity: 1
}
.hamburger {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    float: right;
    font: inherit;
    margin: 18px 0 0 0;
    overflow: visible;
    outline: none;
    padding: 5px 0 0 25px;
    text-transform: none;
    transition: opacity 0.25s;
    -webkit-appearance: none;
}
.hamburger:hover {
    opacity: 0.7
}
.hamburger-box {
    width: 20px;
    height: 20px;
    padding: 15px 10px 15px 20px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    border: 2px solid #d92525;
    border-radius: 50%;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    left: 0;
    top: 16px;
    margin-left: 5px;
    background-color: #d92525;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.25s;
    transition-timing-function: ease;
}
#masthead.is-active .hamburger-inner, #masthead.is-active .hamburger-inner::before, #masthead.is-active .hamburger-inner::after {
    background-color: #000
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block
}
.hamburger-inner::before {
    top: -6px;
    left: -5px;
}
.hamburger-inner::after {
    top: 6px;
    left: -5px;
}
.b_hamburger_b .hamburger-inner, .b_hamburger_b .hamburger-inner::before, .b_hamburger_b .hamburger-inner::after {
    transition-property: none
}
.b_hamburger_b.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.b_hamburger_b.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}
.b_hamburger_b.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.hamburger-label {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    color: var(--color-d92525);
    margin-left: 0.3125em;
    text-transform: uppercase
}
#masthead.is-active .hamburger-label {
    color: #000
}
.hamburger-box, .hamburger-label {
    display: inline-block;
    vertical-align: middle
}
#site-nav {
    clear: both;
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    padding-top: 0
}
#site-nav.is-active {
    height: auto;
    overflow: visible;
    padding-top: 2.5em;
    border-top: 1px solid #dcdcdc
}
#site-nav.is-active:before {
    content: '';
    position: absolute;
    top: -6px;
    right: 72px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 1
}
#site-nav.is-active:after {
    content: '';
    position: absolute;
    top: -8px;
    right: 72px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #dcdcdc
}
#site-nav .col {
    padding-bottom: 2.5em
}
@media screen and (min-width:550px) {
    #site-nav {
        flex-direction: row;
        flex-wrap: wrap
    }
    #site-nav .col {
        flex: 0 0 50%
    }
}
@media screen and (min-width:768px) {
    #site-nav .col {
        flex: 0 0 33.333333333%
    }
}
@media screen and (min-width:960px) {
    #site-nav {
        flex-wrap: nowrap
    }
    #site-nav .col {
        flex: 0 0 20%
    }
    #site-nav .col:last-child {
        display: flex;
        justify-content: flex-end
    }
}
#site-nav h4 {
    font-weight: 400;
    text-transform: none;
    font-family: 'Roboto Slab', serif;
    line-height: 1.4;
    font-size: 1.1em
}
#site-nav ul {
    list-style-type: none;
    margin-top: 1em
}
#site-nav li {
    margin-bottom: 0.3125em
}
#site-nav li a {
    color: var(--color-252525);
    font-size: .875em;
    text-decoration: none;
    transition: color 0.3s ease
}
#site-nav li a:hover, #site-nav li a:focus {
    color: #d92525
}
#site-nav .social {
    margin: 0;
    overflow: hidden
}
#site-nav .social li {
    float: left;
    margin: 0 0.3125em;
    width: 32px;
    height: 32px
}
#site-nav .social li svg {
    display: block;
    fill: #b4b9ba;
    width: 100%;
    height: 100%;
    transition: fill 0.3s ease
}
#site-nav .social li:hover svg {
    fill: rgba(240, 25, 25, .8)
}
#masthead-search {
    float: right;
    margin-top: 0.75em;
    width: 100%;
    max-width: 14em;
    position: relative;
    -webkit-appearance: none
}
#masthead-search input {
    background: transparent;
    border: none;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    outline: none;
    width: 100%;
    padding: 0.75em 1.125em;
    transition: border-color 0.3s ease;
    -webkit-appearance: none
}
#masthead-search button {
    background: none;
    border: none;
    color: #fff;
    font-size: 1em;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%);
    -webkit-appearance: none
}
#masthead.is-active #masthead-search button {
    color: #b4b9ba
}
#masthead.is-active #masthead-search input {
    border-color: #b4b9ba
}
#masthead-search ::-webkit-input-placeholder {
    color: #fff
}
#masthead-search :-moz-placeholder {
    color: #fff;
    opacity: 1
}
#masthead-search ::-moz-placeholder {
    color: #fff;
    opacity: 1
}
#masthead-search :-ms-input-placeholder {
    color: #fff
}
#masthead.is-active #masthead-search ::-webkit-input-placeholder {
    color: #b4b9ba
}
#masthead.is-active #masthead-search :-moz-placeholder {
    color: #b4b9ba;
    opacity: 1
}
#masthead.is-active #masthead-search ::-moz-placeholder {
    color: #b4b9ba;
    opacity: 1
}
#masthead.is-active #masthead-search :-ms-input-placeholder {
    color: #b4b9ba
}
#masthead .col {
    opacity: 0
}
#masthead.is-active .col {
    transform: translateY(40px);
    transition: opacity 0.3s ease;
    animation: fade-in-stagger 0.8s ease forwards
}
#masthead.is-active .col:nth-child(1) {
    -webkit-animation-delay: 0
}
#masthead.is-active .col:nth-child(2) {
    -webkit-animation-delay: 0.1s
}
#masthead.is-active .col:nth-child(3) {
    -webkit-animation-delay: 0.2s
}
#masthead.is-active .col:nth-child(4) {
    -webkit-animation-delay: 0.3s
}
#masthead.is-active .col:nth-child(5) {
    -webkit-animation-delay: 0.4s
}
@keyframes fade-in-stagger {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
.pies_info {
    width: 100%;
    height: 300px;
    background-image: url(/img/www/pies.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: grayscale(0%);
    z-index: 0;
    background-blend-mode: multiply
}
.b_landing_morph .info_gen {
    float: right;
    padding: 0px 5px 0 15px;
    margin: 10px 0;
    display: block
}
.b_landing_morph .info_gen i {
    float: left;
    position: relative;
    word-break: break-word;
    width: 64px;
    line-height: 12px;
    padding: 5px 0;
    margin: 8px 20px 0 0;
    text-align: center;
    background: #EAEAEA;
    letter-spacing: .5px;
    color: var(--color-252525);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 1;
    font-size: 11px
}
.b_landing_morph .info_gen i:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -6px;
    width: 0;
    height: 0;
    z-index: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #EAEAEA
}
.b_landing_morph .info_gen img {
    height: 50px
}
.b_landing_morph .top_head h1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 2.2em;
    font-weight: 400;
    text-transform: none;
    font-family: 'Roboto Slab', serif;
    line-height: 1.4
}
.b_landing_morph {
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}
@media screen and (max-height:1080px) {
    .bg_100vh {
        min-height: calc(100vh - 200px);
        margin-bottom: 50px
    }
}
.mat_reklamowy:after {
    content: 'Materiał reklamowy';
    display: block;
    width: 200px;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
    background-color: #f4f4f4;
    background-image: url(/img/www/ico_info_i.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 6px center;
    text-align: center;
    padding-left: 32px;
    border-radius: 8px;
    font-size: .875em
}
.bg_bord_ {
    margin-bottom: 50px;
    padding-bottom: 50px;
    background: #fff !important;
    background: -moz-radial-gradient(center, ellipse cover, #fff 50%, #f9f9f9 100%) !important;
    background: -webkit-radial-gradient(center, ellipse cover, #fff 50%, #f9f9f9 100%) !important;
    background: radial-gradient(ellipse at center, #fff 50%, #f9f9f9 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9', GradientType=1) !important;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}
.bg_bord_t {
    border-top: 1px solid #eaeaea
}
.bg_bord_b {
    border-bottom: 1px solid #eaeaea
}
.b_landing_morph .panel {
    background-color: transparent;
    box-shadow: none;
    margin: 0 auto;
    padding: 0
}
.b_landing_morph .landing-plan {
    border: none
}
.b_landing_morph .landing-img2 {
    max-width: none;
    width: 600px
}
.b_landing_morph .landing-header {
    color: var(--color-d92525);
    font-weight: 900;
    font-size: 1.6em;
    margin-bottom: 5px;
    text-decoration: underline
}
.b_landing_morph .landing-price {
    color: var(--color-d92525);
    display: block;
    font-size: 2em;
    font-weight: 900
}
.b_landing_morph .landing-features-item {
    border-top: 1px solid #fcd7d7;
    font-size: 1em;
    line-height: 1.4;
    padding: 8px 0;
    color: #303e49;
    font-weight: 600;
    letter-spacing: .5px
}
.b_landing_morph .landing-features-item:last-child {
    border-bottom: none
}
.b_landing_morph .landing_target {
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 4px rgba(55, 55, 55, 0.075);
    color: var(--color-d92525);
    padding: 15px;
    font-size: 1em;
    background: rgba(255, 255, 255, 1)
}
.b_landing_morph ul.landing-features {
    border: 1px solid rgba(217, 17, 17, .25);
    padding: 25px 25px 15px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 0;
    margin-bottom: 0
}
.b_landing_morph ul.landing-features.no_b_b_bord {
    border: none
}
.b_landing_morph .navbar_m_disp li {
    display: none
}
.b_landing_morph .navbar_m_disp a {
    margin: 0;
    margin-top: 15px;
    padding: 10px 15px;
    font-weight: 700
}
.b_landing_morph .landing-img2 {
    max-width: 100%;
    width: 600px;
    margin-top: 100px
}
.b_landing_morph .top_head a {
    background-color: #d92525;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1);
    -moz-box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1)
}
.b_landing_morph .top_head a:hover {
    background-color: #ba0d0d;
    color: #fff
}
.b_landing_morph .top_head h1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 2em;
    font-weight: 700;
    text-transform: none
}
.b_landing_morph .top_head h2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: none;
    color: #d92525
}
.b_landing_morph .top_head h3 {
    position: relative;
    width: 100%;
    margin: 10px auto 0 auto;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: none;
    display: flex;
    line-height: 56px
}
i.ico_no {
    width: 56px;
    height: 56px;
    display: inline-block;
    margin-right: 20px
}
i.ico_no_1 {
    background: url(/img/www/ico_no_1.svg) no-repeat center center
}
i.ico_no_2 {
    background: url(/img/www/ico_no_2.svg) no-repeat center center
}
i.ico_no_3 {
    background: url(/img/www/ico_no_3.svg) no-repeat center center
}
i.ico_no_4 {
    background: url(/img/www/ico_no_4.svg) no-repeat center center
}
.b_landing_morph .top_head p {
    position: relative;
    width: 100%;
    margin: 15px auto 10px auto;
    font-size: .975em;
    font-weight: 300;
    line-height: 1.4;
    text-transform: none
}
.b_landing_morph .top_head p b {
    font-weight: 500
}
.b_landing_morph .glut_ok::before {
    position: absolute;
    content: '';
    width: 100%;
    max-width: 600px;
    height: 600px;
    background-image: linear-gradient(45deg, #fcebeb 0%, #fcd7d7 100%);
    animation: scale 20s ease-in-out infinite;
    top: 0;
    right: 0;
    overflow: visible;
    z-index: -1
}
.b_landing_morph.b_land_index .glut_ok::before {
    position: absolute;
    content: '';
    width: 100%;
    max-width: 256px;
    height: 256px;
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(circle, rgba(255, 255, 255, 1) 50%, rgba(244, 239, 237, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1) 50%, rgba(244, 239, 237, 1) 100%);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 50%, rgba(244, 239, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f4efed", GradientType=1);
    animation: scale_256 20s ease-in-out infinite;
    top: 0;
    right: 50%;
    margin-right: -128px;
    overflow: visible;
    z-index: -1
}
.b_land_index img {
    max-width: 256px
}
.b_landing_morph.b_land_index .top_head h2 {
    font-size: 2em;
    font-weight: 400;
    text-transform: none;
    font-family: 'Roboto Slab', serif;
    line-height: 1.4;
    color: var(--color-252525);
    margin-top: 20px
}
.b_landing_morph.b_land_index .top_head p {
    color: #4f4f4f;
    font-weight: 400
}
.pad_30_50 {
    padding-top: 30px;
    padding-bottom: 50px
}
.over_visible {
    overflow: visible
}
.over_hidden {
    overflow: hidden
}
.add_desc_go {
    display: inline-block;
    font-size: .825em
}
.courses-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    justify-items: center;
    grid-gap: 15px 15px;
    margin: 35px auto 25px auto;
    max-width: 800px
}
.rabaty_add_info .col-md-6 {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    padding: 15px;
    margin: 15px;
    max-width: calc(50% - 30px);
}
.rabaty_add_info h3 {
    height: 42px;
    line-height: 42px;
    display: flex;
    font-size: 1.1em;
    font-weight: 700
}
.rabaty_add_info i.ico_no {
    width: 42px;
    height: 42px;
    display: inline-block;
    margin-right: 20px
}
.rabaty_add_info p {
    font-size: .925em;
    line-height: 1.4;
    opacity: .8;
    padding: 15px 0 10px 15px
}
.course {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.course h6 {
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative
}
.course-info h2 {
    letter-spacing: 1px;
    margin: 10px 0;
    font-size: 1.6em;
    font-weight: 700
}
.course-preview h2 {
    margin: 10px 10px 0 0;
    font-size: 1.4em;
    font-weight: 700;
    float: left;
    display: block;
    border: 1px dashed #fff;
    padding: 10px 10px;
    border-radius: 6px;
    letter-spacing: -1px;
    position: relative;
    background: var(--color-bg-fff);
    color: #C0200D;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12)
}
.course-preview {
    color: #fff;
    padding: 20px 0 20px 20px;
    min-width: 180px;
    width: 180px;
    display: block;
    background: #C0200D;
}
.course-preview a {
    color: #fff;
    display: inline-block;
    font-size: 1em;
    margin-top: 30px;
    text-decoration: none;
    letter-spacing: .5px;
    text-decoration: underline
}
.course-info {
    padding: 20px;
    position: relative;
    width: 100%
}
.course .course-info h6 {
    color: #C0200D;
}
.progress-container {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
    width: 150px
}
.progress {
    background-color: #ddd;
    border-radius: 3px;
    height: 5px;
    width: 100%
}
.progress::after {
    border-radius: 3px;
    background-color: #C0200D;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 10%
}
.progress20::after {
    border-radius: 3px;
    background-color: #C0200D;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 20%
}
.progress50::after {
    border-radius: 3px;
    background-color: #C0200D;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 50%
}
.progress-text {
    font-size: 10px;
    opacity: 0.6;
    letter-spacing: 1px
}
.course .btn {
    background-color: #C0200D;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    padding: 12px 25px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    letter-spacing: 1px
}
.social-panel-container {
    position: fixed;
    right: 0;
    bottom: 80px;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out
}
.social-panel-container.visible {
    transform: translateX(-10px)
}
.social-panel {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 31px -17px rgba(0, 31, 97, 0.6);
    border: 5px solid #001F61;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Muli';
    position: relative;
    height: 169px;
    width: 370px;
    max-width: calc(100% - 10px)
}
.social-panel button.close-btn {
    border: 0;
    color: #97A5CE;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 5px
}
.social-panel button.close-btn:focus {
    outline: none
}
.social-panel p {
    background-color: #001F61;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 17px 6px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
    width: 235px
}
.social-panel p i {
    margin: 0 5px
}
.social-panel p a {
    color: #FF7500;
    text-decoration: none
}
.social-panel h4 {
    margin: 20px 0;
    color: #97A5CE;
    font-family: 'Muli';
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase
}
.social-panel ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0
}
.social-panel ul li {
    margin: 0 10px
}
.social-panel ul li a {
    border: 1px solid #DCE1F2;
    border-radius: 50%;
    color: #001F61;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-decoration: none
}
.social-panel ul li a:hover {
    border-color: #FF6A00;
    box-shadow: 0 9px 12px -9px #FF6A00
}
.floating-btn {
    border-radius: 26.5px;
    background-color: #001F61;
    border: 1px solid #001F61;
    box-shadow: 0 16px 22px -17px #03153B;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999
}
.floating-btn:hover {
    background-color: #ffffff;
    color: #001F61
}
.floating-btn:focus {
    outline: none
}
.floating-text {
    background-color: #001F61;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-family: 'Muli';
    padding: 7px 15px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 998
}
.floating-text a {
    color: #FF7500;
    text-decoration: none
}
@media screen and (max-width:600px) {
    .courses-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        justify-items: center;
        grid-gap: 15px 15px;
        margin: 35px auto 25px auto;
        max-width: 800px
    }
    .course {
        display: block
    }
    .course-preview {
        width: 100%
    }
    .course-info .btn {
        position: relative;
        width: 100%;
        margin: 0 auto;
        bottom: auto;
        right: auto;
        margin-top: 15px
    }
    .course-preview {
        width: 100%;
        position: relative
    }
    .courses-container .podpowiedz_pokaz {
        width: 100%
    }
    .courses-container .podpowiedz {
        width: 96%;
        margin: 2%;
        padding-top: 25px;
        height: auto;
        left: 0;
        top: 0;
        overflow: visible;
        box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
    }
    .otwarte .podpowiedz:after {
        content: "\2716";
        z-index: 10;
        color: #116192;
        position: absolute;
        top: 8px;
        right: 10px;
        padding: 10px;
        width: 15px;
        height: 15px;
        font-size: 1.2em;
        text-align: center;
        line-height: 15px;
        z-index: 20;
        overflow: visible;
        background: transparent
    }
}
@media screen and (max-width:480px) {
    .social-panel-container.visible {
        transform: translateX(0px)
    }
    .floating-btn {
        right: 10px
    }
}
@media screen and (max-width:1199px) {
    .b_landing_morph::before {
        min-width: 90vw;
        left: calc(50vw - (90vw/2))
    }
    .b_landing_morph .landing-img2 {
        max-width: 100%;
        width: 700px
    }
    .b_landing_morph .landing-plan {
        padding: 0
    }
    .b_landing_morph ul.landing-features {
        padding: 0 0
    }
}
@media screen and (max-width:992px) {
    .hamburger-label {
        display: none
    }
    #site-nav.is-active:before {
        right: 14px
    }
    #site-nav.is-active:after {
        right: 14px
    }
    .card_block {
        width: calc(33.33% - 12px);
        height: 160px;
        margin: 6px;
        animation: 6;
        background: var(--color-bg-fff);
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        transition: all 0.3s ease-out;
        text-decoration: none;
        box-shadow: 1px 1px 15px 0px #e5dedc
    }
}
@media screen and (max-width:767px) {
    .b_landing_morph .top_head h1 {
        font-size: 1.25em
    }
    .container .bord_dc_card {
        width: 49%;
    }
    .b_landing_morph .txt_main {
        font-size: 1.15em
    }
    .card_block {
        width: calc(50% - 12px);
        height: 160px;
        margin: 6px;
        animation: 6;
        background: var(--color-bg-fff);
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        transition: all 0.3s ease-out;
        text-decoration: none;
        box-shadow: 1px 1px 15px 0px #e5dedc
    }
    .glut_ok {
        margin-top: 15px !important;
        padding-top: 0px !important
    }
    .col-lg-7.text-left.txt_img_l {
        text-align: center !important
    }
    .card_patenty > .b_patent {
        width: calc(100% - 30px);
        margin: 100px 15px
    }
    .card_patenty > .b_patent > img {
        top: -125px
    }
    .rabaty_add_info .col-md-6 {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
        padding: 15px;
        margin: 15px;
        max-width: calc(100% - 30px)
    }
}
.b_btns * {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.b_btns {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.b_btn {
    position: relative;
    padding: 10px 15px 20px 15px;
    width: 25%;
    margin: 25px auto;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 6px
}
.b_btn:nth-child(1) {
    background: #f46d6d
}
.b_btn:nth-child(2) {
    background: #e03b3b
}
.b_btn:nth-child(3) {
    background: #d92525
}
.b_btn:nth-child(4) {
    background: #c61717
}
.b_btn:nth-child(1):after, .b_btn:nth-child(2):after, .b_btn:nth-child(3):after {
    position: absolute;
    top: 45%;
    right: -18px;
    z-index: 1;
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f46d6d;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.b_btn:nth-child(2):after {
    border-left: 20px solid #e03b3b
}
.b_btn:nth-child(3):after {
    border-left: 20px solid #d92525
}
.b_btn svg {
    width: 64px;
    height: 64px;
    margin: 15px auto 25px auto;
    display: block
}
.b_btn .icon {
    display: block;
    margin: 10px auto;
    width: 80px;
    height: 80px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    color: #fff
}
.b_btn .icon svg {
    fill: currentColor
}
.b_btn .icon path {
    fill: currentColor
}
.b_btn .icon {
    fill: currentColor
}
.b_btn h2 {
    margin-bottom: 15px;
    text-align: center;
    color: #fff !important;
    font-size: 1.4em !important;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Roboto Slab', serif;
    line-height: 1
}
.b_btn p {
    color: #fff;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300
}
.b_btn:hover {
    background: #c61717
}
.b_btn:hover:after {
    border-left: 20px solid #c61717
}
.b_btn:hover .icon {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #fff
}
.b_btn:hover h2 {
    color: #fff
}
@media all and (max-width:950px) and (min-width:701px) {
    .b_btn {
        width: 50%;
        margin: 0 auto;
        border-radius: 0
    }
    .b_btn:nth-child(2):after {
        border-left: 0px
    }
}
@media all and (max-width:700px) and (min-width:0px) {
    .b_btn {
        display: block;
        width: 100%
    }
    .b_btn:nth-child(1):after, .b_btn:nth-child(2):after, .b_btn:nth-child(3):after {
        border-left: 0px
    }
    .bg_100vh {
        margin-bottom: 0
    }
    .glut_ok {
        margin-top: 50px;
        padding-top: 50px
    }
    .b_btn {
        width: 100%;
        margin: 0 auto;
        border-radius: 0
    }
}
.bar_bottom {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    padding: 35px;
    background-color: #fff;
    color: #000;
    transform: translateY(100%)
}
.bar_b_item {
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-out;
    text-decoration: none
}
.bar_b_icon svg {
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
    fill: #d92525
}
.heart_b {
    font-size: 1.4em;
    text-transform: lowercase;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
}
.heart_beat_b {
    margin: 5px;
    animation: 1s infinite beat_b;
    fill: #fff;
}

.col-100 .ico_b_m.heart_beat_b{
    background: #ffe3e3;
    border-radius: 50%;
    padding: 5px 3px 3px 3px;
}

@keyframes beat_b {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(1.1)
    }
    40% {
        transform: scale(1)
    }
    60% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}
.b_sec_2 {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: -75px
}
.b_nav_b svg, .navbar-nav li a svg {
    width: 18px;
    height: 18px;
    stroke: #d92525;
    margin-top: -2px;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.b_nav_b:hover {
    background: #d92525;
    color: #fff;
    border: 1px solid #d92525;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.b_nav_first {
    background: var(--color-bg-fff);
    border: 2px solid #d92525 !important;
    stroke: #d92525;
    color: var(--color-d92525);
}
.nav_menu_b:hover > svg *, .b_nav_first svg * {
    stroke: #d92525;
    stroke-width: 10;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.background-path {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}
.scene {
    background: var(--color-bg-fff);
    width: 100%;
    height: 100%
}
.scene.dark {
    background: #f7f5f5
}
.scene path:first-child {
    opacity: 0.03
}
.scene path:nth-child(2) {
    opacity: 0.015
}
.scene path:nth-child(3) {
    opacity: 0.00
}
.scene path:nth-child(4) {
    opacity: 0.015
}
.scene path:nth-child(5) {
    opacity: 0.01
}
.scene path:nth-child(6) {
    opacity: 0.005
}
.scene path:nth-child(7) {
    opacity: 0.03
}
.c-article {
    background-color: #fff
}
@media (max-width:575px) {
    .c-filter__link--reset {
        border: 0
    }
}
.container .bord_dc_card {
    width: 100%;
}
.blog_b {
    z-index: +1
}
.blog_b .article .category {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-d92525);
    padding-top: 5px
}
.blog_b .article {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px 25px 30px
}
.blog_b .article .meta {}
.blog_b .article .tag_b {
    display: inline-block;
    background-color: #d92525;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px
}
.blog_b .article .pub-date {
    line-height: 1;
    display: block;
    vertical-align: baseline;
    color: #dcdcdc;
    fill: #dcdcdc;
    margin: 25px 0
}
.blog_b p {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.8;
    font-size: 1.2em;
    text-align: justify
}
.blog_b .article h1 {
    font-size: 2.2em;
    line-height: 1.2;
    font-weight: 500;
    margin: 15px 0
}
.blog_b .article h2 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 35px;
    text-decoration: underline
}
.blog_b .article figure {
    padding: 0
}
.blog_b .article p b {
    font-weight: 700
}
.blog_b .article img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    border-radius: 6px
}
.blog_b .article ul li {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.2;
    font-size: 1.2em;
    list-style: square;
    margin-left: 25px;
    padding-left: 10px
}
.blog_b .article ul li ul li {
    font-size: 1em;
    list-style: circle;
}


@media (max-width:767px) {
    .blog_b .article {
        padding: 40px 15px 25px 15px
    }
}
.form_kontakt .content {
    box-shadow: none
}
.con_heart_b {
    background: #d92525;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 100% !important;
    max-width: 100% !important;
}
.con_bar_bottom {
    overflow: visible;
    z-index: 1;
    top: -75px
}
.go_life_all .b_lp_list {
    counter-reset: number
}
.go_life_all .b_lp_list_item {
    position: relative;
    padding: 1px 0 5px 48px
}
.go_life_all .b_lp_list_item:before {
    content: '\2764';
    position: absolute;
    left: 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 0;
    margin-right: 0;
    margin-top: -9px;
    display: inline-block;
    top: auto;
    right: 20px;
    color: var(--color-d92525);
    border: 0;
    cursor: help;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-weight: 400;
    border-radius: 50%;
    box-shadow: 0 0 0 12px #fff;
    background: var(--color-bg-fff);
    box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .1);
    -moz-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .1);
    z-index: 2
}
.mrg_go_l {
    margin: 5px 0 40px 0 !important
}
.go_life_all .b_lp_list > li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 20px;
    display: inline-block;
    width: 1px;
    background-color: #dcdcdc;
    border-radius: 3px
}
.go_land_btn {
    color: var(--color-252525);
    box-shadow: inset 0 0 0 2px #d92525;
    background: var(--color-bg-fff);
    box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .1);
    -moz-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .1);
    padding: 0 55px 0 25px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 48px;
    background: var(--color-bg-fff);
    border: none;
    font-weight: 700;
    font-size: 1.2em
}
.go_land_btn:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 0px;
    margin-top: -16px;
    border: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    content: '';
    opacity: 1;
    background: #d92525 url(/img/www/tick_yes.svg) no-repeat center center;
    background-size: 16px
}
.go_life_all h2 {
    position: relative;
    width: 100%;
    margin: 15px auto 10px auto;
    font-size: .925em;
    font-weight: 500;
    line-height: 1.1;
    max-width: max-content;
    text-transform: none;
    background: #f7f5f5;
    padding: 10px 25px 10px 35px;
    letter-spacing: .5px;
    color: var(--color-252525) !important;
    margin-top: -8px !important;
    margin-left: -32px !important;
    -webkit-border-radius: 20px 6px 6px 20px;
    -moz-border-radius: 20px 6px 6px 20px;
    border-radius: 20px 6px 6px 20px
}
.go_life_all p {
    position: relative;
    width: 100%;
    margin: 15px auto 10px auto;
    font-size: .925em;
    font-weight: 300;
    line-height: 1.4;
    text-transform: none;
    background: var(--color-bg-fff);
    padding: 10px 15px 15px 15px;
    border-radius: 8px;
    letter-spacing: .5px !important
}
.go_life_choose {
    max-width: none;
    width: auto !important;
    padding: 15px;
    margin: 0;
    border: none;
    box-shadow: none
}
.go_life_choose .span_go_all {
    display: block;
    width: auto;
    max-width: max-content;
    padding: 15px;
    border-radius: 20px;
    background: #fef8f8;
    background: var(--color-bg-fff);
    box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .1), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .075);
    -moz-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .1)
}
.b_landing_morph .top_head .go_life_all p {
    font-size: .925em;
    position: relative;
    width: 100%;
    margin: 0 auto 5px auto;
    font-weight: 300;
    line-height: 1.4;
    text-transform: none;
    padding-top: 0;
    letter-spacing: -.25px !important
}
.go_life_choose.b_przykład_auto .lab_txt label.radio_check_l {
    font-size: 1.5em;
    letter-spacing: -.5px;
    box-shadow: inset 0 0 0 1px #dcdcdc;
    border: none
}
.go_life_choose.b_przykład_auto label.radio_check_l:hover, .b_przykład_auto .radio_check_l:hover {
    border: none !important;
    box-shadow: inset 0 0 0 2px #d92525
}
.b_przykład_auto.b_przykład_auto .lab_txt input.radio_check_i:checked + label {
    border: none !important;
    box-shadow: inset 0 0 0 1px #d92525
}
.go_life_choose.b_przykład_auto .lab_txt label.radio_check_l span {
    font-weight: 400;
    font-size: .825em;
    letter-spacing: 0
}
.go_life_choose.b_przykład_auto .rab_txt_z {
    font-weight: 400;
    color: #d92525 !important;
    background: transparent;
    letter-spacing: .25px;
    padding-left: 10px;
    font-size: 1.1em
}
.go_l_gl .glut_ok::before {
    background: #fdf5f5;
    animation: scale_shape_bg 20s ease-in-out infinite
}
.go_l_gl.g_gl2 .glut_ok::before {
    max-height: 550px
}
@media print, screen and (min-width:64em) {
    .go_life_all .b_lp_list_head {
        font-size: 20px;
        line-height: 32px
    }
}
@media print, screen and (max-width:767px) {
    .go_life_choose.b_przykład_auto .rab_txt_z, .disp_mob_n {
        display: none
    }
    .b_landing_morph .top_head h1.go_h1_l {
        font-size: 1.8em
    }
    .go_life_choose.b_przykład_auto .lab_txt label.radio_check_l {
        font-size: 1.275em
    }
    .go_life_choose.b_przykład_auto .lab_txt label.radio_check_l {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: calc(50% - 12px) !important;
        margin: 5px
    }
    .go_life_choose.b_przykład_auto .lab_txt label.radio_check_l span {
        padding-left: 10px
    }
}
.go_life_all .b_lp_list_head {
    margin: 5px 0 16px;
    font-family: Roboto Medium;
    font-size: 18px;
    line-height: 25px
}
.b_plan_disclamer {
    line-height: 1.4;
    letter-spacing: .5px;
    font-size: .825em;
    text-align: justify
}
.b_life_cooking {
    background: rgba(217, 37, 37, .025);
    background: -webkit-linear-gradient(#fdf5f5 50%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(#fdf5f5 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(#fdf5f5 50%, rgba(255, 255, 255, 1) 100%)
}
.b_life_cooking p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500
}
.wys_p p {
    margin-bottom: 15px
}
.title_box_life_c {
    display: block;
    width: 100%;
    max-width: calc(100% - 120px);
    float: right;
    padding: 15px 25px;
    text-align: left;
    border-radius: 12px;
    background: var(--color-bg-fff);
    box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .02), 0 2px 2px 0 rgba(87, 87, 87, .005), 0 3px 10px 0 rgba(87, 87, 87, .01);
    -webkit-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .02), 0 2px 2px 0 rgba(87, 87, 87, .005), 0 3px 10px 0 rgba(87, 87, 87, .01);
    -moz-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .02), 0 2px 2px 0 rgba(87, 87, 87, .005), 0 3px 10px 0 rgba(87, 87, 87, .01)
}
.img_box_life_c {
    float: left;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--color-bg-fff);
    box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .1), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .075);
    -moz-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 10px 0 rgba(87, 87, 87, .1)
}
.img_box_life_c:after {
    content: '';
    position: absolute;
    top: 22px;
    right: -45px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 30px solid #fff
}
.img_box_life_c img {
    width: 50px;
    height: 50px;
    margin: 15px
}
.img_box_life_c:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 100px;
    height: 100px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1)
}
.title_box_life_c:after {
    content: 'nowość';
    position: absolute;
    color: #fff;
    top: -5px;
    right: -10px;
    width: auto;
    height: auto;
    padding: 10px;
    background: #d92525;
    transform: rotate(45deg);
    border-radius: 6px
}
.title_box_life_c p {
    font-size: 1.2em;
    font-weight: 400;
    margin: 5px auto;
    line-height: 1.5;
    color: var(--color-252525)
}
.title_box_life_c h4 {
    font-size: 1.2em;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    color: var(--color-252525);
    border-radius: 8px;
    padding: 0
}
.b_life_cooking h4 b {
    color: var(--color-d92525);
    font-weight: 700
}
.b_life_cooking h4 b {
    color: var(--color-d92525);
    font-weight: 700;
    margin-left: 2px
}
.l_c_shadow {
    padding: 20px;
    text-align: center;
    min-height: 265px;
    border-radius: 12px;
    background: var(--color-bg-fff);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 35px;
    border: 2px solid #f4f4f4
}
.bord_midd {
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4
}
.pin_nr {
    padding: 12px;
    font-size: 1rem;
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 8px auto 0 auto;
    box-shadow: inset 0 0 0 1px #d92525;
    border-radius: 8px;
    color: var(--color-d92525);
    font-weight: 500;
    letter-spacing: 5px
}
.pin_nr span {
    letter-spacing: 0px;
    color: #6b6b6b
}
.l_c_waves {
    position: relative;
    width: 100%;
    height: 10vh;
    margin-bottom: -7px;
    height: 30px;
    transform: rotate(180deg)
}
.l_c_waves_rev {
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: -7px
}
.l_c_parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite
}
.l_c_parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s
}
.l_c_parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s
}
.l_c_parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s
}
.l_c_parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }
    100% {
        transform: translate3d(85px, 0, 0)
    }
}
.l_c_tel {
    color: var(--color-d92525);
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    box-shadow: inset 0 0 0 1px rgba(217, 37, 37, .5);
    border-radius: 6px;
    padding: 10px 0
}
.l_c_pin {
    display: inline-block;
    color: var(--color-d92525);
    letter-spacing: 2px;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(217, 37, 37, .5);
    padding: 10px;
    margin-left: 5px;
    -webkit-border-radius: 6px 6px 20px 6px;
    -moz-border-radius: 6px 6px 20px 6px;
    border-radius: 6px 6px 20px
}
.bg_white {
    background: #fff
}
@media (max-width:768px) {
    .img_box_life_c {
        float: none;
        display: block;
        margin: 0 auto
    }
    .img_box_life_c:after {
        content: '';
        position: absolute;
        top: 92px;
        right: 50%;
        margin-right: -20px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 30px solid #fff
    }
    .title_box_life_c {
        display: block;
        width: 100%;
        max-width: 100%;
        float: left;
        padding: 15px 25px;
        margin-top: 25px;
        text-align: left;
        border-radius: 12px;
        background: var(--color-bg-fff);
        box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .02), 0 2px 2px 0 rgba(87, 87, 87, .005), 0 3px 10px 0 rgba(87, 87, 87, .01);
        -webkit-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .02), 0 2px 2px 0 rgba(87, 87, 87, .005), 0 3px 10px 0 rgba(87, 87, 87, .01);
        -moz-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .02), 0 2px 2px 0 rgba(87, 87, 87, .005), 0 3px 10px 0 rgba(87, 87, 87, .01)
    }
    .l_c_shadow {
        padding: 20px;
        text-align: center;
        min-height: auto;
        margin-bottom: 15px;
        border-radius: 12px;
        background: var(--color-bg-fff);
        box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .02), 0 2px 2px 0 rgba(87, 87, 87, .005), 0 3px 10px 0 rgba(87, 87, 87, .01);
        -webkit-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .02), 0 2px 2px 0 rgba(87, 87, 87, .005), 0 3px 10px 0 rgba(87, 87, 87, .01);
        -moz-box-shadow: 0 2px 20px 0 rgba(87, 87, 87, .02), 0 2px 2px 0 rgba(87, 87, 87, .005), 0 3px 10px 0 rgba(87, 87, 87, .01)
    }
    .title_box_life_c:after {
        content: 'nowość';
        position: absolute;
        color: #fff;
        top: 91px;
        right: 5px;
        width: auto;
        height: auto;
        padding: 10px;
        background: #d92525;
        transform: rotate(45deg);
        border-radius: 6px
    }
}
.l_c_click {
    box-shadow: inset 0 0 0 4px #d92525 !important
}
.remote_box {
    position: fixed;
    right: 15px;
    bottom: -100%;
    padding: 15px;
    overflow: hidden;
    background: #d92525;
    text-align: center;
    z-index: 999;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    -webkit-transition: all ease-in-out .75s;
    -moz-transition: all ease-in-out .75s;
    -o-transition: all ease-in-out .75s;
    transition: all ease-in-out .75s
}
.remote_in {
    bottom: 0;
    -webkit-transition: all ease-in-out .75s;
    -moz-transition: all ease-in-out .75s;
    -o-transition: all ease-in-out .75s;
    transition: all ease-in-out .75s
}
.remote_box .log_end {
    display: block;
    width: 90%;
    margin: 15px 5% 0 5%;
    border-radius: 6px;
    text-align: center;
    color: var(--color-d92525);
    background: var(--color-bg-fff);
    height: 24px;
    line-height: 24px;
    float: left;
    font-size: .925rem;
    border: none;
}
.remote_box .log_ {
    font-size: 11px;
    margin-top: 4px;
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    width: 100%
}
.remote_box .user-info {
    overflow: hidden;
    padding-left: 20px;
    color: #fff
}
.remote_box .user-name {
    font-weight: 500;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.1em;
    color: #fff;
    text-overflow: ellipsis
}
.remote_box .user-role {
    font-size: 12px;
    padding-top: 4px;
    color: #fff;
    margin-top: 5px;
    display: block
}
.remote_box .log_in {
    font-size: 11px;
    margin-top: 4px;
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    color: #fff;
    width: 100%;
    border-top: 1px solid #ff5454;
    margin-top: 10px;
    padding-top: 5px
}
.green-sonar {
    display: inline-block;
    background: #71C68D;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: relative;
    margin-top: 5px;
    margin-left: 5px
}
.green-sonar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #A1DEBD;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-animation: sonar 1.5s infinite;
    animation: sonar 1.5s infinite
}
.red-sonar {
    display: inline-block;
    background: #ff5454;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: relative;
    margin-top: 5px;
    margin-left: 5px
}
.red-sonar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff27a;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-animation: sonar 1.5s infinite;
    animation: sonar 1.5s infinite
}
@-webkit-keyframes sonar {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
@keyframes sonar {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
.all_b {
    background: rgba(217, 37, 37, 0.075)
}
.ubezp_area {
    border-radius: 6px;
    padding: 15px
}
.all_b .ubezp_area {
    border-radius: 6px;
    padding: 0;
    margin: -15px 0 35px 0
}
.box_ubezp {
    float: right;
    max-width: 100%;
    align-items: normal;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px auto;
    overflow: visible
}
.box_ubezp a {
    width: calc(20% - 10px);
    height: 100px;
    margin: 5px;
    padding: 5px 5px 5px 0;
    animation: 6;
    background: var(--color-bg-fff);
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-out;
    text-decoration: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2)
}
.box_ubezp a:hover {
    background: #d92525;
    color: #fff;
    box-shadow: 1px 1px 12px 0px #e5dedc
}
.box_ubezp a svg {
    height: 36px;
    margin-left: 0
}
.box_ubezp a svg * {
    stroke-width: 5px;
    stroke: #d92525;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.box_ubezp a:hover svg * {
    stroke: #fff;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.box_ubezp h2 {
    font-weight: 500;
    padding: 15px;
    max-width: 65%;
    line-height: 1.2;
    letter-spacing: .25px
}
.box_ubezp.float-none a {
    width: calc(50% - 10px);
}
.dradca {
    background: #f4f4f4;
    box-shadow: inset 0 0 0 1px #dcdcdc
}
.doradca .t_dor span {
    font-weight: 500;
    font-size: 1.2rem;
    color: var(--color-d92525);
    line-height: 1.4;
    position: relative;
    letter-spacing: 0
}
.doradca .t_dor {
    font-weight: 500;
    font-size: 1.2rem;
    color: var(--color-252525);
    line-height: 1.4;
    position: relative;
    letter-spacing: 3px
}
.top_bg_b.all_b:before {
    height: 850px
}
.l_c_shadow {
    min-height: 275px;
    border: 1px solid rgba(0, 0, 0, .10)
}
.l_c_shadow .gen_pin {
    padding: 12px 16px;
    background: #d92525;
    color: #fff;
    box-shadow: none;
    border: none;
    font-weight: 500;
    font-size: 1.1rem;
    border-radius: 8px
}
.gen_pin ._pin {
    display: none;
    font-weight: 400;
    font-size: .925rem
}
.gen_pin ._pin b {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 3px;
}
.gen_pin .g_pin {
    display: block
}
.gen_pin.show_pin .g_pin {
    display: none
}
.gen_pin.show_pin ._pin {
    display: block
}
.doradca a.tel_ {
    box-shadow: inset 0 0 0 1px #d92525;
    margin: 10px auto;
    padding: 10px 15px;
    display: block;
    width: 220px;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #d92525
}
.doradca a.tel_:hover {
    background: #d92525;
    color: #fff
}
.l_c_shadow svg {
    fill: #d92525;
    width: 32px;
    height: 32px;
    display: block;
    margin: 10px auto 15px auto
}
.l_c_shadow p {
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20px
}
h1.ral b {
    color: #d92525
}



@media (max-width:1199px) and (min-width:992px) {
    .box_ubezp h2 {
        font-weight: 500;
        padding: 0 0 0 10px;
        max-width: 65%;
        line-height: 1.2;
        letter-spacing: 0
    }
    .box_ubezp a svg {
        height: 26px;
        margin-left: 0
    }
}
@media (max-width:992px) {
    .box_ubezp a {
        width: calc(50% - 10px);
        justify-content: flex-start;
        padding: 5px 5px 5px 35px
    }
    .l_c_shadow {
        min-height: 320px
    }
    .title_area_ass * { 
        text-align: center;
    }
}
@media (max-width:768px) {
    .box_ubezp a {
        width: calc(50% - 10px);
        padding: 5px 5px 5px 25px
    }
    .l_c_shadow {
        min-height: 50px;
        height: auto !important
    }
}
@media (max-width:480px) {
    .all_b h1.ral {
        font-size: 1.25rem
    }
    .box_ubezp a {
        width: calc(100% - 10px);
        padding: 5px 5px 5px 50px;
        justify-content: flex-start
    }
}
.txt_desc_of {
    display: block;
    width: 100%;
    padding: 15px
}
.first_desc {
    min-width: 350px
}
.table_2020 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 0px;
    border-radius: 0;
    box-shadow: inset 0 0 0 1px #fff;
    margin: 5px;
    overflow: hidden
}
.table_2020 .tab_tr:nth-child(2n+1) {
    background: #dcdcdc
}
.table_2020 .tab_tr:nth-child(1) {
    background: #bbbbbb
}
.tab_tr {
    display: flex;
    padding: 15px;
    justify-content: center;
    width: 20%
}
.tab_tr.first_desc {
    justify-content: flex-start
}
span.tak, span.nie {
    padding: 15px;
    box-shadow: inset 0 0 0 1px #d92525;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-size: 32px
}
.main_title_tab {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    border-radius: 8px
}
.main_title_tab .tab_tr {
    background: #dbdbdb
}
.b_price_all {
    display: block
}
.b_price {
    display: block;
    width: 100%;
    float: left;
    background: #d92525;
    padding: 15px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500
}
.b_term {
    float: left;
    display: block;
    width: 100%;
    padding: 5px;
    letter-spacing: 2px
}
.buy_b_kup a {
    background: #d92525;
    color: #fff;
    font-weight: 500;
    padding: 15px;
    border-radius: 6px;
    text-align: center
}
.buy_b_kup a:hover {
    background: #222222;
    color: #fff
}
.tab_new20 ul {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d92525;
    margin-bottom: 14px;
}
.tab_new20 li {
    list-style: none;
    flex: 1
}
/*
.tab_new20 li:last-child {
    border-right: 1px solid #dcdcdc
}
*/

.text-underline {
    text-decoration: underline;
    color: var(--color-d92525);
}
strong.text-underline {
    font-weight: 700;
    white-space: nowrap;
}

.a_itms {
    align-items: center;
}
.a_itms .ok_dziekuje {
    margin: 0 15px 0 0;
    border: 2px solid #52c76c;
    background: #52c76c url(/img/www/tick_yes.svg) no-repeat center center;
    background-size: 32px;
    width: 54px;
    height: 54px;
}
.a_itms .ok_dziekuje:after {
    background: #99e0a9;
    border: none;
}
.lc_out.a_itms {
    background: var(--color-bg-f8f8f8);
    max-width: 222px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2), 0px 1px 2px rgba(0,0,0,0.35);
}
.lc_out.a_itms h3 {
    padding-right: 15px;
    font-size: 1.75rem;
}
.screen_of p b {
    font-weight: 700;
    margin-bottom: -10px;
    display: block;
}
.box_lg_jak .all_box.bg_go_po_nnw {
    background-image: url(/img/www/bg_go_po_nnw.jpg);
    background-size: 200px;
    background-position: bottom 0 right 25px;
    border: 1px solid #d92525;
}
.box_go_ h2 {
    font-size: 1.6rem !important;
}
.box_go_ p {
    color: #d92525 !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    padding: 0 0 15px 0 !important;
}
.box_go_ button {
    font-size: 1.125rem !important;
}

.box_x.p_sms ul li {
    font-size: 1.1rem;
    line-height: 1.2;
}
.box_x.p_sms ul li {
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 15px 0 15px 45px;
    border-bottom: 1px dashed #dcdcdc;
}
.p_sms b {
    font-weight: 500;
}
.max1000 {
    max-width: 100% !important;
    border: none !important;
    overflow: visible !important;
}



.tab_new20 button {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: var(--color-bg-fff);
    font-size: 14px;
    font-weight: bold;
    height: 62px;
    max-width: calc(100% - 2px);
    margin: 0 auto;
    display: block;
}
.tab_new20 li.active button {
    background: #f4f4f4
}
.tab_new20 table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    display: table
}
.tab_new20 table:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 15px;
    width: 100px;
    height: 85px;
    background: url(/img/www/logo_g_l.svg) no-repeat center center;
    background-size: 70px
}
.tab_new20 table.trav_tab:after {
    top: -20px;
    background-size: 60px
}
.tab_new20 th {
    background: #f4f4f4;
    display: none
}
.tab_new20 td, .tab_new20 th {
    border: 1px solid #dcdcdc;
    padding: 25px 15px;
    empty-cells: show
}
.tab_new20 td, .tab_new20 th {
    text-align: left
}
.tab_new20 td + td, .tab_new20 th + th {
    text-align: center;
    display: table-cell
}
.tab_new20 td.default {
    display: table-cell
}
.tab_new20 .sep {
    background: #f4f4f4;
    font-weight: bold
}
.tab_new20 .tick {
    font-size: 1rem;
    color: #222222;
    font-weight: 500;
    letter-spacing: .25px;
    float: none
}
.tab_new20 .tick.tak {
    background: #fff url(/img/www/tick_yes_b2.svg) no-repeat center center;
    box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1);
    background-size: 36px;
    -moz-box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1)
}
.tab_new20 .hide {
    border: 0;
    background: none
}
.tab_new20 thead th {
    padding: 0
}
.tab_new20 thead th {
    background: none;
    border: none
}
.tab_new20 thead a {
    display: block !important;
    padding: 10px;
    float: left;
    width: 100%;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background: var(--color-bg-fff);
    box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1);
    -moz-box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1)
}
.tab_new20 .txt-l {
    font-size: 1.8rem;
    font-weight: 700
}
.tab_new20 .txt-top {
    position: relative;
    left: auto;
    font-weight: 500
}
.tab_new20 .txt_okres {
    display: block;
    width: 100%;
    padding: 0;
    font-size: .825rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-top: 1px solid transparent;
    letter-spacing: -.5px !important;
}
.tab_new20 tbody {
    background: var(--color-bg-fff);
    border-radius: 8px;
    overflow: hidden
}
.tab_new20 thead b {
    letter-spacing: .5px;
    padding: 8px 0;
    display: inline-block;
    width: auto;
    color: var(--color-d92525);
    font-weight: 700;
    box-shadow: inset 0 0 0 1px #d92525;
    border-radius: 8px
}
.tab_new20 thead a:hover {
    background: #d92525
}
.tab_new20 thead a:hover span, .tab_new20 thead a:hover b {
    color: #fff
}
.tab_new20 thead a:hover .txt_okres {
    border-top: 1px solid rgba(255, 255, 255, .5);
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.tab_new20 .all_cena {
    display: block;
    width: 100%;
    padding: 2px 0 0 0;
    background: #D92525;
    color: #fff;
    border-radius: 8px;
}
.tab_new20 tr td {
    vertical-align: middle;
    line-height: 1.2;
    position: relative
}
.tab_new20 .kup_teraz a {
    display: block;
    background: #d92525;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    border-radius: 6px
}
.tab_new20 .kup_teraz a:hover {
    background: #d92525;
    color: #fff
}
.tab_new20 .kup_teraz td {
    padding: 15px 10px;
    background: #fff !important
}
.tab_new20 .kup_teraz .hide {
    border: none
}
.tab_new20 tr td:nth-child(1) {
    border-left: 2px solid #dcdcdc
}
.tab_new20 tr td:nth-child(n+1) {
    background: rgba(155, 155, 155, .1)
}
.tab_new20 tr td:nth-child(2n+1) {
    background: rgba(155, 155, 155, .03)
}
.tab_new20 tr td:nth-child(1) {
    font-weight: 400;
    padding: 15px 35px 15px 15px;
    border-right: 1px solid #bbbbbb
}
.tab_new20 tr td.all_bott:nth-child(1) b {

    top: -10px
}
.tab_new20 tr td:nth-child(1) b {
    font-weight: 700;
    font-size: .925rem
}
.tab_new20 tr td b.add_new {
    position: relative
}
.tab_new20 tr td b.add_new:after {
    left: 0
}
.tab_new20 tr:nth-child(2n+1) {
    background: rgba(155, 155, 155, .0)
}
.tab_new20 tr:nth-child(1) {
    box-shadow: none
}
.tab_new20 tr td.sep {
    background: #eaeaea !important;
    border-bottom: 1px solid #dddddd;
    border-left: none;
    padding: 12px 15px
}
.tab_new20 tr td.sep0 {
    background: #eaeaea !important;
    border-bottom: 1px solid #dddddd;
    border-left: 2px solid #d92525;
    padding: 12px 15px
}
.tab_new20 tr td.sep a {
    font-weight: 500;
    background: var(--color-bg-fff);
    padding: 6px 12px;
    border-radius: 6px;
    color: #d92525
}
.floatingHeader {
    position: fixed;
    top: 0;
    min-height: 70px;
    z-index: 99999999999;
    visibility: hidden;
    display: table;
    table-layout: fixed
}
.tab_new20 .floatingHeader th a {
    border-radius: 0;
    box-shadow: 0 2px 2px 0 rgba(87, 87, 87, .05), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 3px 0 rgba(87, 87, 87, .05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(87, 87, 87, .05), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 3px 0 rgba(87, 87, 87, .05);
    -moz-box-shadow: 0 2px 2px 0 rgba(87, 87, 87, .05), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 3px 0 rgba(87, 87, 87, .05)
}
.tab_new20 .podpowiedz_pokaz {
    top: 50%;
    margin-top: -11px;
    right: 5px;
    height: 22px;
    line-height: 22px;
    background: var(--color-bg-fff);
    color: var(--color-d92525);
    box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .1), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 4px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(87, 87, 87, .1), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 4px 0 rgba(87, 87, 87, .1);
    -moz-box-shadow: 0 2px 5px 0 rgba(87, 87, 87, .1), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 4px 0 rgba(87, 87, 87, .1)
}
.tab_new20 .podpowiedz b {
    color: #d92525
}
.tab_new20 .podpowiedz td p {
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    padding: 0;
    font-size: 1rem;
    background: var(--color-bg-fff);
    box-shadow: none
}
.tab_new20 .podpowiedz td {
    padding-left: 75px !important
}
.tab_new20 .podpowiedz td:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 52px;
    height: 100%;
    z-index: 1;
    background-image: url(/img/www/info_picto_2.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center center;
    background-color: #f4f4f4;
    border-right: 1px solid #dcdcdc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.high_skladka {
    height: 32px;
    line-height: 32px;
    font-weight: 400;
    text-align: right;
    padding-right: 120px;
    font-weight: 500;
    font-size: 1.1rem
}
.high_skladka:after {
    content: '';
    width: 100px;
    height: 50px;
    position: absolute;
    top: 19px;
    right: 45px;
    background-image: url(/img/www/arr_vid.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 64px;
    z-index: -1;
    transform: rotate(180deg)
}
.tab_new20 .kup_own.bg_fff.kup_yt {
    background-image: url(/img/www/yt_icon.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 32px;
    padding: 10px;
    padding-left: 60px;
    position: relative;
    color: #222222;
    font-size: .85rem;
    margin-top: 3px
}
.font_high {
    font-size: 1.1rem !important
}
.add_new {
    padding-top: 25px !important
}
.add_new:after {
    content: 'Nowość';
    position: absolute;
    top: 5px;
    left: 15px;
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: .825rem;
    color: var(--color-d92525);
    text-transform: lowercase;
    font-weight: 700
}
.tab_new20 tr td b.opis_more {
    font-weight: 400;
    text-decoration: none;
    margin-left: 20px;
    padding-left: 5px;
    position: relative;
    display: block;
    width: 100%
}
.tab_new20 tr td b.opis_more:before {
    position: absolute;
    content: '';
    top: 0;
    left: -15px;
    width: 1px;
    height: 15px;
    background: #bbbbbb
}
.tab_new20 tr td b.opis_more:after {
    position: absolute;
    content: '';
    top: 8px;
    left: -14px;
    width: 15px;
    height: 1px;
    background: #bbbbbb
}
.all_bott {
    vertical-align: bottom !important
}
.b_bott_no td {
    border-bottom: none
}
.b_top_no td {
    border-top: none
}
.podpowiedz_pokaz.help_travel {
    position: relative;
    padding: 15px;
    line-height: normal;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 15px;
    text-align: left;
    box-shadow: none;
    left: 0;
    border-radius: 0
}
.top_high {
    top: -5px
}
.podpowiedz td {
    background: #fff !important
}
@media (min-width:992px) {
    .tab_new20 ul {
        display: none
    }
    .tab_new20 td, .tab_new20 th {
        display: table-cell
    }
    .tab_new20 td, .tab_new20 th {
        width: 320px
    }
    .tab_new20 tr td:nth-child(1), .tab_new20 tr th:nth-child(1) {
        width: 400px
    }
    .tab_new20 td + td, .tab_new20 th + th {
        width: auto
    }
}
@media (max-width:992px) {
    .tab_new20 table {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .tab_new20 .all_cena {
        display: block;
        width: 100%;
        padding: 0;
        background: transparent;
        color: #222222;
        border-radius: 0;
    }
    .tab_new20 .txt-l {
        font-size: 1.25rem;
        font-weight: 700;
        padding-bottom: 0;
        display: block;
        width: auto !important;
    }
    .tab_new20 .txt-top {
        top: auto
    }
    .tab_new20 .txt_okres {
        padding: 0;
        font-size: .825rem;
    }
    .tab_new20 button {
        padding: 0;
        border-radius: 50px;
        border: 1px solid #d92525;
    }
    .tab_new20 li {
        font-size: .725rem;
        letter-spacing: -.5px !important;
    }
    .tab_new20 li {position: relative;}
    .tab_new20 li.active:after {
        content: '';
        position: absolute;
        bottom: -14px;
        margin-left: -8px;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #d92525;
    }   
    .tab_new20 .kup_teraz a {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 90%;
        margin: 5%;
        z-index: 999;
        padding: 15px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 1.2rem;
        border: 1px solid #fff;
    }
    .tab_new20 li.active button {
        background: #D92525 !important;
        color: #fff;
    }
    .tab_new20 li.active .all_cena {
        color: #fff
    }
    .high_skladka {
        letter-spacing: -.5px;
        text-align: left;
        line-height: 18px
    }
    .tab_new20 table:after {
        display: none
    }
    .tab_new20 td + td, .tab_new20 th + th {
        text-align: center;
        display: none
    }
    .persist-header .tab_new20 th {
        display: none !important
    }
    .tab_effect {
        animation: blinker .25s linear;
    }
    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
    .tab_new20 ul.res_block {
        display: block;
    }
}

@media (max-width:480px) {
    .tab_new20 li * {
        font-size: .725rem;
        letter-spacing: 1px !important
    }
    .tab_new20 .txt-top {
        left: 0
    }
    .tab_new20 .txt-top {
        top: -7px
    }
}
.podpowiedz_pokaz_2 {
    width: 100%;
    padding: 15px;
    display: block;
    cursor: help;
    color: #d92525
}
.podpowiedz_2 {
    display: none;
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 0 64px;
    background: #eef8fe;
    border-radius: 6px;
    border-bottom: 3px solid #bbbbbb
}
.tab_new20 tr.add_attr td:nth-child(1) {
    border-right: 1px solid #dcdcdc
}
.tab_new20 .podpowiedz {
    background: #fff
}
.tab_new20 .tick.nie {
    background: #fff url(/img/www/tick_no.svg) no-repeat center center;
    box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1);
    background-size: 36px;
    -moz-box-shadow: 0 2px 8px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 3px 5px 0 rgba(87, 87, 87, .1)
}
.bpl_zakup .tab_new20 .txt-l {
    font-size: 1.4rem
}
.bpl_zakup .tab_new20 .txt-top {
    font-size: 0.65rem
}
.bpl_zakup .tab_new20 thead a:hover span, .bpl_zakup .tab_new20 thead a:hover b {
    box-shadow: inset 0 0 0 1px #d92525;
    color: #fff;
    background: #d92525;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.tab_new20 ul li button .all_cena {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-left: 5px;
    padding-right: 5px
}
.cena_r {
    font-size: 1.4rem
}
@media (max-width:540px) {
    body:not(.bpl_zakup) .tab_new20 li.active .all_cena {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .tab_new20 .kup_own.bg_fff.kup_yt {
        display: contents;
    }
    body:not(.bpl_zakup) .tab_new20 .txt-top {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        color: var(--color-252525);
        display: none;
    }
    body:not(.bpl_zakup) .tab_new20 .txt-l {
        width: 100%
    }
    body:not(.bpl_zakup) .tab_new20 .active .txt-top {
        color: #fff;
        top: auto
    }
    body:not(.bpl_zakup) .tab_new20 button {
        position: relative;
        border-radius: 2px;
        background: #FFE3E3;
        border: 1px solid #FFE3E3;
    }
}
.txt_info_ubezp {
    position: relative;
    padding: 20px 20px 20px 85px;
    margin: 0 0 25px 0;
    border-radius: 6px;
    background: #fef8f8;
    box-shadow: inset 0 0 0 1px #f0f0f0
}
.txt_info_ubezp b {
    font-weight: 700;
    text-decoration: underline;
    color: #d92525
}
.txt_info_ubezp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 100%;
    z-index: 1;
    background-image: url(/img/www/info_picto.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center center;
    background-color: #d92525;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px
}
.txt_info_covid {
    background: #fffcfc;
    box-shadow: inset 0 0 0 1px #e4dcdc
}
.txt_info_covid:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 100%;
    z-index: 1;
    background-image: url(/img/www/info_covid.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center center;
    background-color: #d92525;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px
}
.info_title {
    color: var(--color-d92525);
    font-weight: 700;
    display: block
}
.info_promo {
    font-weight: 500;
    display: block
}
.txt_info_ubezp a {
    text-decoration: underline;
    font-weight: 500;
    margin-top: 10px !important;
    display: block
}
.p_data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 15px;
    width: 70px !important;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--color-bg-fff);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.p_data span {
    font-size: .75rem;
    letter-spacing: .5px;
    font-weight: 300
}
.p_data b {
    display: none
}
.aktual_info:hover .p_data {
    color: #fff;
    background: #d92525;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.aktual_info {
    float: left;
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #bbbbbb;
    background: var(--color-bg-fff);
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.aktual_info:hover {
    background: #f4f4f4;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.p_tytul_akt {
    letter-spacing: .5px;
    padding: 20px 15px
}
.aktual_info:hover .p_tytul_akt {
    color: #d92525
}
.flow_section {
    margin: 100px auto 0 auto;
    padding-bottom: 50px;
}
.p_tytul_all {
    padding-bottom: 15px;
    margin-bottom: 15px
}
.ico_qa svg {
    height: 32px;
    margin-right: 10px
}
.ico_qa svg * {
    stroke-width: 5px
}
.ico_qa {
    display: flex;
    vertical-align: middle
}
.ico_qa h2 {
    display: block;
    font-weight: 500;
    text-decoration: underline;
    font-size: 1.2rem;
    padding: 5px 0 0 10px
}
.qa_ {
    padding-left: 35px
}
.qa_ h2 {
    min-height: 16px;
    font-weight: 500;
    font-size: 1.1rem;
    color: var(--color-252525);
    line-height: 1.4rem;
    display: inline-block;
    margin: 6px 0 6px 0;
    text-align: left
}
.q_b_l {
    padding: 0 0 0 35px;
    border-left: 1px solid #e4e4e4
}
.q_t_l {
    border-top: 1px solid #e4e4e4
}
.qa_ a {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2rem;
    display: block;
    margin: 16px 0;
    position: relative;
    letter-spacing: .5px
}
.qa_ a:hover {
    text-decoration: underline
}
.qa_ a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 16px;
    height: 16px;
    background: url(/img/www/arr_qa.svg) no-repeat center center;
    background-size: 8px
}
.qa_.check_qa a:before {
    background: url(/img/www/check_qa.svg) no-repeat center center;
    background-size: 12px
}
.p_tytul_all a:before {
    display: none
}
.p_tytul {
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 8px;
    text-decoration: underline;
    color: #d92525
}
.links_qa {
    padding-top: 25px;
    padding-bottom: 25px;
    background: var(--color-bg-fff);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2), 0px 1px 2px rgba(0,0,0,0.35);
    border-radius: 8px;
    background: var(--color-bg-f8f8f8);
}
.links_qa a {
    display: flex;
    padding: 10px 12px;
    margin-bottom: 6px;
    font-weight: 500;
    border-radius: 6px;
    background-color: #fff
}
.links_qa a span {
    font-size: .85rem;
    color: var(--color-d92525);
    text-align: right;
    margin-top: 3px;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.links_qa a:hover {
    color: #fff;
    background: #d92525
}
.links_qa a:hover span {
    color: #fff;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}




#qa_all .card {
    border: none;
}


#qa_all .card-header {
    padding: 0;
    background: var(--color-bg-fff);
}
#qa_all .card-header h5:not(.collapsed) {
    color: var(--color-d92525);
    background: #f9f9f9;
}

#qa_all .card-header h5 {
    padding: 15px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .25px;
    height: 68px;
    line-height: 38px;
    display: block;
}
#qa_all .card-header:hover h5 {
    text-decoration: underline;
    background: #f9f9f9;
}
#qa_all .card-body {
    padding: 0 15px;
    background: #f1f1f1;
}



#qa_all .card-body h4 {
    font-size: 1.2rem;
    font-weight: 500;
}

#qa_all .card-body p {
    margin-top: 15px;
    line-height: 1.4;
}
#qa_all .card-body ul {
    line-height: 1.4;
    padding: 15px;
    background: #fbfbfb;
    margin: 10px auto 0 auto;
    border-radius: 8px;
}
#qa_all .card-body ul li {
    background: url(/img/www/tick_li.svg) no-repeat left center;
    padding: 5px 0 5px 45px;
    background-size: 24px;
}

.bpl_red_bar {
    background: #d92525;
    color: #fff;
}
.bpl_red_bar .txt_main {
    color: #fff;
}

.road_bg {
    position: relative;
    background: url(/img/www/i_road.svg) repeat-y center;
    background-size: 60%;
    padding: 0 0 50px 0;
}
.road_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: transparent;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.road_bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: transparent;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.car_bg {
    display: block;
    background: url(/img/www/i_car.svg) no-repeat top center;
    background-size: 80px;
    width: 80px;
    height: 200px;
    margin: 25px auto;
    text-indent: -9999px;
}

.title_area_ass {
    margin: 25px 10px 15px 15px !important;
    background: var(--color-bg-f8f8f8);
    max-width: calc(100% - 25px);
    padding-bottom: 20px;
    border-radius: 8px;
    display: block;
}
.txt_main b {font-weight: 700;}

@media (max-width:768px) {
    .box_ubezp a {
        width: calc(50% - 10px);
        padding: 5px 5px 5px 25px
    }
    .l_c_shadow {
        min-height: 50px;
        height: auto !important
    }
    #qa_all .card-header h5 {
        font-size: 1rem;
    }
    .road_bg {display: none;}
}




#qa_all .collapse {
    padding: 0px;
    margin-top: -1px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
}


.click_qa .plus-minus {
    position: relative;
    width: 38px;
    height: 38px;
    border: 1px solid #d92525;
    background: var(--color-bg-fff);
    border-radius: 50%;
    box-shadow: 0 0 0 0.5px #d92525;
    float: right;
    margin-bottom: 15px;
    cursor: pointer;
}
.click_qa .plus-minus:before, 
.click_qa .plus-minus:after {
    content: "";
    position: absolute;
    background-color: #d92525;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    opacity: 0.5;
}
.click_qa .plus-minus:before {
    top: 10px;
    left: 50%;
    width: 2px;
    bottom: 10px;
    margin-left: -1px;
}
.click_qa .plus-minus:after {
    top: 50%;
    left: 10px;
    right: 10px;
    height: 2px;
    margin-top: -1px;
}

.click_qa:not(.collapsed) .plus-minus:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.click_qa:not(.collapsed) .plus-minus:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}




.top_b_pytanie .row_qa {
    box-shadow: none
}
.top_b_pytanie b {
    font-weight: 700
}
.top_b_pytanie .col-md-12 a {
    font-weight: 500;
    color: var(--color-d92525);
    text-decoration: underline
}
.p_tytul_all a {
    padding: 0;
    box-shadow: none;
    background: transparent;
    font-size: 1.2rem;
    font-weight: 700;
    justify-content: flex-start;
    align-items: center
}
.p_tytul_all a:hover {
    background: transparent !important;
    color: #d92525
}
.polecane_ubezp {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    width: 100%;
    padding: 18px;
    margin: 2px 0 25px 0;
}
.polecane_ubezp:hover {
    border: 1px solid #d92525;
    color: inherit !important;
    top: -10px;
    border: 1px solid #d92525
}
.w_aktualnosci {
    margin: 25px auto;
    display: inline-flex;
    padding: 15px;
    border: 2px solid #d92525;
    background: var(--color-bg-fff);
    color: var(--color-d92525);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px
}
.w_aktualnosci:hover {
    color: #fff;
    background: #d92525
}
.w_aktualnosci b{
    padding: 0 5px;
    font-weight: 700;
    text-decoration: underline;
}



.title_aktualnosci {
    padding: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.1rem;
    margin-top: -23px
}
.p_polecane img {
    width: 100%;
}
.min_w_40 {
    min-width: 40%
}
.p_h2_title {
    font-weight: 700;
    font-size: 1.2rem
}
.p_h2_t_2 {
    font-size: 1rem
}
.p_desc_opis {
    line-height: 1.4
}
.p_desc_opis b {
    color: var(--color-d92525);
    font-weight: 700
}
.p_link_more {
    padding: 15px;
    box-shadow: inset 0 0 0 1px;
    width: max-content;
    border-radius: 6px;
    letter-spacing: 1px
}
.p_l_m_2, .polecane_ubezp:hover .p_link_more {
    color: #fff;
    background: #d92525;
    font-weight: 700
}
.bg_1280_section {
    max-width: 1280px;
    margin: 0 auto;
    border-top: 1px solid #bbbbbb;
    padding-top: 50px
}
.btn_b_arr {
    background: #d92525;
    color: #fff;
    border: 2px solid #d92525;
    display: block;
    max-width: 150px;
    min-width: 220px;
}
.aktual_box {
    border-radius: 6px;
    margin-top: 3px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}
.aktual_box a.aktual_info:last-child {
    border-bottom: 1px solid #eaeaea;
}
.no_min_height {
    min-height: 100%
}
.row_qa {
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
}
.flex_space {
    justify-content: space-between
}
.container .flex_space .card_b_blog {
    max-width: 32%;
    margin: 0.5%;
    border: 1px solid #dcdcdc;
}
.pytania_wiecej {
    padding: 12px 15px;
    display: block;
    box-shadow: inset 0 0 0 1px #d92525;
    color: var(--color-d92525);
    border-radius: 6px;
    font-weight: 500;
    max-width: 220px;
    margin: 10px 0 0 0;
    text-align: center
}
.pytania_wiecej:hover {
    color: #fff;
    background: #d92525
}
footer {
    padding-top: 100px;
    padding-bottom: 0;
    border-top: none;
    background: var(--color-bg-f8f8f8);
}
.top_head.blog_b {
    padding-top: 0
}
.top_b_pytanie .blog_b .article {
    max-width: 100%
}
.top_b_pytanie .blog_b .article p a {
    color: var(--color-d92525);
    font-weight: 700;
    text-decoration: underline
}
.top_bg_b.top_b_pytanie:before {
    height: 660px
}
.max_width_no {
    max-width: 100%
}
.all_b .category {
    color: var(--color-d92525);
    font-weight: 500;
    text-decoration: underline
}
.all_b .col-12.text-center .pub-date {
    padding: 12px;
    box-shadow: inset 0 0 0 1px #d92525;
    border-radius: 6px
}
.tag_kat_ubezp .pub-date {
    padding: 12px;
    box-shadow: inset 0 0 0 1px #d92525;
    border-radius: 6px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 18px;
    font-size: .95em;
    padding: 0 15px !important;
    border-radius: 20px;
    background: var(--color-bg-fff);
    margin-top: 8px;
    font-weight: 500;
    box-shadow: 0 1px 2px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 2px 5px 0 rgba(87, 87, 87, .1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 2px 5px 0 rgba(87, 87, 87, .1);
    -moz-box-shadow: 0 1px 2px 0 rgba(87, 87, 87, .2), 0 2px 2px 0 rgba(87, 87, 87, .05), 0 2px 5px 0 rgba(87, 87, 87, .1);
}
.pt_bo_red {
    border-top: 2px solid #d92525;
}
.all_b .col-12.text-center .pub-date, .all_b .col-12.text-center svg {
    color: var(--color-d92525);
    fill: #d92525
}
.pytanie_glosowanie {
    border-top: 1px solid #ddd;
    padding: 15px 25px 25px 25px;
    margin-top: 35px;
    font-size: .925rem;
    background: #f9f9f9
}
.pytanie_glos input {
    display: none
}
.pytanie_glos span {
    display: block;
    background: var(--color-bg-fff);
    border: 1px solid #eaeaea;
    margin: 10px 5px;
    min-width: 90px;
    width: auto;
    border: 1px solid #d92525;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 2.5;
    color: var(--color-d92525);
    font-weight: 500;
    margin: 0 5px 0 0;
    padding: 0 20px;
    text-align: center;
    user-select: none;
    white-space: nowrap;
    width: 100px
}
.pytanie_glos:hover span {
    background: #d92525;
    color: #fff;
    opacity: .75
}
.pytanie_glos input:checked ~ span {
    background: #d92525;
    color: #fff
}
.pytanie_glos:hover input:checked ~ span {
    background: #d92525;
    color: #fff;
    opacity: 1
}
.pytanie_glosowanie p {
    margin-top: 0;
    font-size: 1rem
}
.pytanie_ocena {
    margin-top: 25px;
    display: block;
    opacity: .75;
    letter-spacing: .5px;
    font-size: .825rem
}
.tag_section h2 {
    float: left;
    padding: 15px 25px;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 25px;
    width: 100%
}
.tag_section h2 b {
    color: var(--color-d92525);
    letter-spacing: 1px
}
.tag_section .aktual_box {
    box-shadow: 0 1px 3px 0 #bbbbbb;
    border-radius: 4px;
    margin-bottom: -5px;
    margin-top: 3px;
    overflow: hidden;
    width: 100%;
    display: block
}
.tag_section .aktual_info {
    float: left;
    width: 100%;
    padding: 5px;
    display: flex;
    font-weight: 500;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #bbbbbb;
    background: var(--color-bg-fff);
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.tag_section .aktual_info:hover {
    background: #f4f4f4
}
.tag_section .aktual_info:hover a {
    color: #d92525 !important;
    text-decoration: underline !important
}
.posrednik_section .card {
    box-shadow: 0 1px 3px 0 #bbbbbb;
    margin: 12px 0;
    justify-content: space-between
}
.posrednik_section h2 {
    color: var(--color-d92525);
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 5px
}
.posrednik_section h3 {
    font-size: 1rem;
    margin-bottom: 15px
}
.posrednik_section .p_info {
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.4
}
.posrednik_section .p_info a {
    display: block;
    font-size: 1.1rem
}
.posrednik_section .adres {
    line-height: 1.4
}
.posrednik_section .p_www {
    color: #fff;
    background: #d92525;
    width: max-content;
    padding: 10px 15px;
    border-radius: 6px;
    margin-top: 8px
}
.posrednik_m_section .row {
    padding-bottom: 25px;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 25px
}
.posrednik_m_section h2 {
    display: block;
    width: max-content;
    color: #fff;
    background: #d92525;
    border-radius: 6px;
    padding: 15px
}
.posrednik_m_section .card {
    box-shadow: 0 1px 3px 0 #bbbbbb;
    margin: 12px 0;
    justify-content: center;
    text-align: center
}
.posrednik_m_section a {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 5px
}
.posrednik_m_section a:hover {
    background: #d92525;
    color: #fff
}
.opis_oc h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 35px
}
.opis_oc h3 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 0;
    text-decoration: underline
}
.opis_oc h4 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0
}
.opis_oc p:not(.flex_new) {
    line-height: 1.5;
    text-align: justify;
    padding: 25px 0;
    font-size: 1.1rem
}
.opis_oc .flex_new {
    padding: 0;
    margin: 0
}
.opis_oc blockquote {
    background: #f9f9f9;
    font-size: 1rem;
    text-align: justify;
    padding: 15px;
    border-left: 2px solid #d92525;
    border-radius: 6px;
    line-height: 1.4;
    font-weight: 400;
    font-style: italic;
    letter-spacing: .5px
}
.opis_oc .txt_main {
    font-size: 1.4rem !important;
    font-weight: 500;
    padding: 0 !important
}
.opis_oc p b {
    font-weight: 700
}
.oc_linki_ small {
    font-weight: 500;
    font-size: .85rem;
    color: var(--color-d92525);
    padding-top: 5px;
    display: block
}
.tab_potwierdzenie table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    max-width: 800px;
    margin: 15px auto 35px auto;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    -moz-box-shadow: rgba(30, 50, 50, 0.15) 0 0.05em 0.5em;
    -webkit-box-shadow: rgba(30, 50, 50, 0.15) 0 0.05em 0.5em;
    box-shadow: rgba(30, 50, 50, 0.15) 0 0.05em 0.5em
}
.tab_potwierdzenie table tbody {
    width: 100% !important;
    display: table
}
.tab_potwierdzenie th {
    background: #f4f4f4;
    display: none
}
.tab_potwierdzenie td, .tab_potwierdzenie th {
    border: 1px solid #dcdcdc;
    padding: 25px 15px;
    empty-cells: show
}
.tab_potwierdzenie td, .tab_potwierdzenie th {
    text-align: left;
    vertical-align: middle
}
.tab_potwierdzenie tr > td:nth-child(1) {
    width: 70% !important;
    background: rgba(155, 155, 155, .05)
}
.tab_potwierdzenie tr > td:nth-child(2) {
    font-weight: 500
}
.tab_ankieta tr > td:nth-child(2) {
    text-align: center
}
.tab_potwierdzenie th {
    background: #f4f4f4;
    display: table-cell
}
.btn_potw {
    background: #d92525;
    padding: 15px 25px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.btn_potw:hover {
    color: #fff;
    opacity: .75;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.f_w_500 {
    font-weight: 500;
    background: #949494;
    color: #fff;
    max-width: 800px;
    padding: 15px;
    margin: 0 auto -15px auto;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px
}
@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .bg_1280_section {
        max-width: 1280px
    }
}





.bg_f1,
.bg_f_ {
    background: var(--color-bg-f8f8f8);
}
.bg_fff_b {
    background: var(--color-bg-fff);
}
.bg_fff_b #article_call {
    background: rgba(248, 248, 248, 1)
}
.u_a_{
    padding: 0;
    margin: 0;
}
.col-25 {
    width: 25%;
}
.col-75 {
    width: 75%;
}
.col-25,
.col-75 {
    display: flex;
    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box_lg {
    float: left;
    width: 100%;
}
.box_md {
    float: left;
    width: 40%;
    padding: 5px;
    position: relative;
    overflow: hidden;
    display: flex;
}
.box_sm {
    float: left;
    width: 20%;
    padding: 5px;
    position: relative;
    overflow: hidden;
}
.box_md .all_box, .box_sm .all_box {
    height: 160px;
    margin: 5px;
    padding: 5px 5px 5px 0;
    animation: 6;
    background: var(--color-bg-fff);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    position: relative;
    transition: all 0.3s ease-out;
    text-decoration: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2), 0px 1px 2px rgba(0,0,0,0.35);
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.box_md:hover .all_box,
.box_sm:hover .all_box {
    box-shadow: 0px 0 0 2px #d92525;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}


.all_box {
    position: relative;
    display: block;
}
.box_lg .all_box {
    background-image: url(/img/www/bg_nnw_box.jpg);
    background-repeat: no-repeat;
    background-size: 180px;
    background-position: bottom right;
    border-radius: 10px;
    padding: 25px;
    width: 100%;
    background-color: #d92525;
    min-height: 320px;
    border: 1px solid #d92525;
}

.box_lg .all_box button {
    margin: 15px 0;
    background: #d92525;
    padding: 15px;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
    position: absolute;
    bottom: 0;
    left: auto;
    width: auto;
    border: 1px solid #fff;
}


.b_ico_m_i {
    background: var(--color-bg-f8f8f8);
}


.box_lg_jak .all_box button,
.box_lg_rabat .all_box button {
    margin: 15px 0;
    border: none;
    background: var(--color-bg-fff);
    padding: 15px;
    border-radius: 8px;
    color: var(--color-d92525);
    font-weight: 700;
    letter-spacing: .5px;
    position: absolute;
    bottom: 0;
    left: auto;
    width: auto;
    border: 1px solid #d92525;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.box_lg_jak .all_box h2,
.box_lg_rabat .all_box h2 {
    font-size: 1.1rem;
    font-weight: 700;
    padding: 15px 0;
    letter-spacing: .25px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}
.box_lg_jak:hover .all_box button,
.box_lg_rabat:hover .all_box button {
    color: #fff;
    background: #d92525;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}
.box_lg_jak:hover .all_box h2,
.box_lg_rabat:hover .all_box h2 {
    color: var(--color-d92525);
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}
.box_lg:hover .all_box button {
    background: var(--color-bg-fff);
    color: var(--color-d92525);
}


.box_lg_jak .all_box {
    background-image: url(/img/www/jak_kupic.jpg);
    background-repeat: no-repeat;
    background-size: 175px;
    background-position: bottom 15px right 15px;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
    min-height: 320px;
    padding: 25px;
    border: 1px solid #dcdcdc;
    display: block;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.box_lg_rabat .all_box {
    background-image: url(/img/www/ubezp_assistance.jpg);
    background-repeat: no-repeat;
    background-size: 180px;
    background-position: bottom 10px right 15px;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
    min-height: 320px;
    padding: 25px;
    display: block;
    border: 1px solid #dcdcdc;    
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.box_lg_rabat.box_lg_rabat2 .all_box {
    background-image: url(/img/www/home_box.jpg);
    background-repeat: no-repeat;
    background-size: 260px;
    background-position: bottom 10px right 15px;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
    min-height: 320px;
    border: 1px solid #d92525;
    display: block;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
.all_box h2{
    font-size: 1.25rem;
    font-weight: 700;
    padding: 15px;
}
.box_lg .all_box h2{
    padding: 15px 0;
}
.box_lg .all_box p:not(.cena_info) {
    padding: 15px 0;
}
.b_ico_m_i .all_box h2 {
    font-size: 1rem;
    font-weight: 700;
    padding: 0;
    position: relative;
    bottom: 0;
    letter-spacing: .25px;
    text-align: center;
    line-height: 1.2;
}
.box_lg .all_box h2.h2_baner_m {
    font-size: 1.2rem;
}
.box_lg .all_box h2{
    color: #fff;
    bottom: auto;
    position: relative;
}
.col-100 .ico_b_m {
    margin-bottom: 0;
    margin-left: 10px;
}


.ico_b_m {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 0 15px 0;
}
.ico_b_m.ico_kont {
    display: block;
    width: 60px;
    height: 60px;
}
.ico_b_m.ico_assistance {
    display: block;
    width: 84px;
    height: 64px;
    margin: 0 0 15px 0;
}
.ico_b_m.ico_agent {
    margin: 15px 25px 20px 0px;
}
.ico_b_m svg * {
    stroke: none;
    fill: #d92525;
}
.ico_b_m.ico_nnw_white svg * {
    stroke: none;
    fill: #fff;
}
.w-auto {
    width: auto;
}




.ico_b_m.ico_nnw_sz svg * {
    fill: #d92525;
    stroke: none;
    stroke-width: 2.2;
}
.ico_b_m.ico_agent svg * {
    stroke: #fff;
    stroke-width: 2.2;
}
.doradca {
    background: #d92525;
    color: #fff;
}
.d_f_c {
    display: flex;
    align-items: center;
    width: 100%;
}
.d_f_c h6 {
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 1.1rem;
    padding-bottom: 18px;
    margin-top: -8px;
}
.doradca_info {
    font-weight: 500;
    font-size: 1.2rem;
    padding-top: 25px;
    padding-bottom: 25px;
}
.doradca_info b {
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
    padding-bottom: 5px;
}
.doradca ul li {
    float: left;
    width: 50%;
    padding: 8px 8px 8px 25px;
    background: url(/img/www/arr_line.svg) no-repeat left 8px;
    background-size: 16px;
}
.button_agent {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: left;
    background: #d92525 url(/img/www/arr_rght.svg) no-repeat right 25px center;
    background-size: 32px;
    line-height: 1.25;
}
.button_agent:hover {
    background-position: right 20px center;
    background: #b60e0e url(/img/www/arr_rght.svg) no-repeat right 15px center;
    background-size: 32px;
    border: 1px solid #b60e0e;
}

.d_rtl {
    direction: rtl;
}
.doradca .col-md-6 {
    border-left: 1px solid rgba(255,255,255,.25);
}



.panel-heading {
    padding: 0;
    border:0;
}
.panel-title a, .panel-title a:active{
    display:block;
    padding:15px;
    color:#555;
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    word-spacing:3px;
    text-decoration:none;
}
.panel-heading  a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cena_info {
    position: absolute;
    top: 15px;
    right: 0;
    background: var(--color-bg-fff);
    display: block;
    width: auto;
    padding: 8px 8px;
    font-size: .75rem;
    -webkit-border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
    font-weight: 700;
    color: var(--color-d92525);
    text-align: center;
}

.box_sm .cena_info, .box_md .cena_info {
    position: absolute;
    right: 0;
    padding: 8px 10px 8px 15px;
    margin: 0;
    background: #fdf5f5;
    color: var(--color-d92525);
    border: 1px solid #ecb9b9;
    border-right: none;
    -webkit-border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.box_sm:hover .cena_info, 
.box_md:hover .cena_info {
    opacity: 1;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}



.all_box p:not(.cena_info) {
    color: #fff;
    padding: 15px;
    font-size: .95rem;
    line-height: 1.1;
}
.box_md .all_box p:not(.cena_info) {
    color: var(--color-d92525);
    font-size: 1rem;
    font-weight: 500;
}

.all_box button {
    background: var(--color-bg-fff);
    color: var(--color-d92525);
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 10px 15px;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 20px;
    border: none;
    border: 1px solid #d92525;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.all_box:hover button {
    background: #d92525;
    color: #fff;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}


.col-100 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.bg_baner {
    background: #f1f1f1;
}
.bg_baner .container{
    min-height: 250px;
    background: url(/img/www/szkola_bg.jpg) no-repeat center right;
    background-size: auto 100%;
}
.bg_baner h2.ral {
    color: var(--color-d92525);
    font-size: 2.4rem;
    margin-top: 15px;
}
.bg_baner .txt_main {
    color: var(--color-252525);
}
.bg_baner .w_aktualnosci {
    color: var(--color-d92525);
    background: var(--color-bg-fff);
    font-weight: 500;
    padding: 20px;
    font-size: 1.1rem;
    border-radius: 50px;
}
.bg_baner .w_aktualnosci:hover {
    color: var(--color-d92525);
    background: var(--color-bg-fff);
}

.box_kontynuacja {
    padding-left: 0;
    border-left: 1px solid #d92525;
}
.box_kontynuacja h2 {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-d92525);
}
.box_kontynuacja p {
    font-size: 1rem;
    padding: 10px 0;
}
.box_kontynuacja a {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-d92525);
    background: var(--color-bg-fff);
    border-radius: 20px;
    padding: 15px 18px;
    display: inline-block;
    margin: 15px 15px 0 0;
    letter-spacing: .25px;
    border: 1px solid #d92525;
}
.box_kontynuacja svg {
    float: left;
    width: 84px;
    height: 84px;
}
.box_kontynuacja svg * {
    stroke: #d92525;
}
.box_kont{
    float: left;
    padding-left: 35px;
    margin-left: 20px;
    border-left: 1px solid #dcdcdc;
}


.ico_kont svg * {
    fill: none;
    stroke: #d92525;
    stroke-width: 2.4px;
}
.con_heart_b {display: none;}
.is_index .con_heart_b {display: block;}

.z_n_t {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
}











@media (max-width:767px) {
    .tag_kat_ubezp {
        display: none;
    }
    .col-25,
    .col-75 {
        width: 100%;
    }
    .col-75 .box_md,
    .col-75 .box_sm{
        width: 50%;
    }
    .box_md {
        width: 50%;
    }    

    .button_agent {
        margin-top: 25px;
    }

    .bg_baner .container {
        background: none;
    }  

    .box_lg_rabat{
        margin: 25px 0;
        display: block;
    }

    .box_lg_rabat2{
        margin: 0;
        display: block;
    }    
    .min_w_40 {
        min-width: 40%;
    }

}

.n_login_ .pay_later {
    color: #d92525 !important;
    font-size: 1rem;
    background: var(--color-bg-fff);
    font-weight: 500;
    border: 1px solid #d92525;
    text-decoration: underline;
}
.n_login_ .pay_later:hover {
    color: #fff !important;
    background: #d92525;
    text-decoration: none !important;
}





























.max-100 .l_c_shadow {
    box-shadow: none;
    border: 2px solid #d92525;
    min-height: 205px;
    background: rgba(217,37,37,0.075);
}
.tag_kat_ubezp a {
    margin-top: 10px;
}



.gb_f_k {
    background: #f1f1f1;    
}
.max-100 .article {max-width: 100%;}

.no_f_k .con_heart_b {display: none;}
.max-100.blog_b article {
    padding: 15px 0 100px 0;
}
.info_czas {
    border: 1px solid #d92525;
    padding: 15px;
    text-align: center !important;
    border-radius: 8px;
    color: var(--color-d92525);
    font-weight: 500;
}
.pt12 {padding-top: 12px;}

.kont_u_nnw {display: none;}
.max-100.blog_b .article h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 15px;
    text-decoration: none;
}
.max-100 .info_czas span {
    text-decoration: underline;
    font-weight: 700;
}
.max-100 p.ctx_f{
    background: #f1f1f1;
    padding: 25px;
    border-radius: 12px;
}
.ctx_f span {
    color: var(--color-d92525);
    font-weight: 700;
    padding-left: 25px;
    display: block;
    padding-top: 8px;
}
.max-100 .l_c_shadow svg {
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.max-100 .l_c_shadow:hover svg {
    fill: #fff;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.max-100 .l_c_shadow:hover {
    color: #fff;
    background: #d92525;
}
.ctx_f .tda {
    padding: 0;
    margin-bottom: -25px;
}



.is_index .doradca.mt-5 {
    margin-top: 0 !important;
}


.tab_new20 td.sep_new  {
    padding: 12px 15px;
}


.z_zdarzenie {
    display: none;
}

.screen_of {
    max-width: 420px;
    margin: 0 auto;
    position: relative;
    background: var(--color-bg-fff);
    display: block;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    padding: 0 25px 25px 25px;
}
.screen_of.max800 {
    border: none;
    width: 100%;
    max-width: 800px;
    overflow: visible;
}
.lc_out {
    position: relative;
    width: 100%;
    display: flex;
    height: 100px;
    justify-content: center;
}
.lc_out svg {
    display: block;
    margin: auto auto;
    width: 64px;
    height: 64px;
}
.lc_out svg * {
    stroke: #d92525;
    fill: none;
}
.screen_of h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}
.screen_of p {
    position: relative;
    width: 100%;
    margin: 15px auto 10px auto;
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 10px 15px 15px 15px;
    border-radius: 8px;
    letter-spacing: .5px !important;
    text-align: center;
}

.load_oferta {
    display: block;
    float: left;
    width: 100%;
}

.load_of{
    display: block;
    width: 100%;
    background: #dcdcdc;
}
.load_oferta_z {
    position: relative;
    width: 100%;
    height: 32px;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #dcdcdc;
    border-radius: 50px;
    overflow: hidden;
}

.load_oferta_z:before{
    content: "";
    position: absolute;
    background-color: #d92525;
    top: 0px;
    left: 0px;
    height: 32px;
    width: 0px;
    z-index: 0;
    opacity: 1;
    color: #fff;
    -webkit-transform-origin:  100% 0%;
    transform-origin:  100% 0% ;
    -webkit-animation: load_oferta_z 5s ease-in-out infinite;
    animation: load_oferta_z 5s ease-in-out infinite;
}
.load_oferta_z:after {
    content: "Przekierowanie ...";
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    width: 100%;
    height: 32px;
    line-height: 32px;
    left: 0;
    top: 0;
    text-align: center;
    text-transform: lowercase;
}













.bg_p_all {
    background-color: #f8808a;
}
.bg_p_all_placowki {
    background-color: #8ad6f1;
}
.bg_p_all_pies_zakres {
    background-color: #ce1c1c;
}
.bg_p_all_pies_p {
    background-color: #fed4d5;
}
.dok_buy_ubezp .all_pies {
    background-image: url(/img/www/all_pies.jpg);
    min-height: 420px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f8808a;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.2rem;
}
.dok_buy_ubezp .all_pies.all_pies_przewodnik {
    background-image: url(/img/www/all_pies_przewodnik.jpg);
    min-height: 400px;
    background-color: #fed4d5;
}
.dok_buy_ubezp .all_pies.all_pies_przewodnik p {
    color: var(--color-252525);
}
.dok_buy_ubezp .all_pies.all_pies_przewodnik p b {
    color: var(--color-d92525);
}
.dok_buy_ubezp .all_pies.placowki_wet {
    background-image: url(/img/www/pies_placowki.jpg);
    background-color: #8ad6f1;
}
.dok_buy_ubezp .all_pies.pies_zakres {
    background-image: url(/img/www/pies_zakres.jpg);
    background-color: #ce1c1c;
    min-height: 350px;
}
.dok_buy_ubezp .all_pies p b {
    text-align: right;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-flex;
}
.dok_buy_ubezp .all_pies.bg_pies_kl p b {
    color: var(--color-d92525);
}
.dok_buy_ubezp .all_pies p {
    padding: 15px 0;
    text-align: right;
    max-width: 700px;
    float: right;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
}
.dok_buy_ubezp .all_pies a {
    display: inline-block;
    border: 2px solid #d92525;
    padding: 20px 40px;
    border-radius: 50px;
    background: var(--color-bg-fff);
    color: var(--color-d92525);
    margin-top: 30px;
    margin-left: 8px;
    font-weight: 700;
    box-shadow: 0 17px 26px -9px rgba(55,55,55,.25);
}
.dok_buy_ubezp .all_pies a:hover {
    border: 2px solid #d92525;
    background: #d92525;
    color: #fff;    
}

.go_ad_all {
    background-color: #f29e9c;
}
.dok_buy_ubezp .all_pies.go_ad_1 {
    background-image: url(/img/www/go_ad_1.jpg);
    min-height: 420px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f29e9c;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.2rem;
}
.dok_buy_ubezp .all_pies p b span {
    color: var(--color-d92525);
    padding-left: 10px;
    text-decoration: underline;
}

.dok_buy_ubezp .all_pies.go_ad_1 p b {
    font-size: 2rem;
}
.dok_buy_ubezp .all_pies a span {
    text-decoration: underline;
}
.bg_p_all_pies_p.bg_p_dziekujemy {
    background-color: #CD2323;
}
.dok_buy_ubezp .all_pies.bg_p_dziekujemy {
    background-image: url(/img/www/bg_dziekujemy_pies.jpg);
    min-height: 400px;
    background-color: #CD2323;
}

@media (max-width: 767px) { 
    .dok_buy_ubezp .all_pies.go_ad_1 {
        background-image: none;
    }
    .dok_buy_ubezp .all_pies.go_ad_1 * {
        text-align: center !important;
    }
    .dok_buy_ubezp .all_pies p b span {
        display: contents;
    }
    .dok_buy_ubezp .all_pies.bg_p_dziekujemy {
        background-image: none;
        background-color: #CD2323;
    }
    .dok_buy_ubezp .bg_p_dziekujemy p, .dok_buy_ubezp .bg_p_dziekujemy p b {
        text-align: center !important;
    }
}



/* DO TEGO MIEJSCA DODANE */



.dok_buy_ubezp .all_pies.placowki_wet, 
.dok_buy_ubezp .all_pies.placowki_wet p {
    text-align: center;   
    justify-content: center;
}


.szukaj_p {
    position: relative;
    display: inline-block;
    max-width: 800px;
    width: 100%;
    letter-spacing: -1px;
    margin-top: 50px;
}
.szukaj_p input {
    float: left;
    width: 100%;
    height: 60px;
    border: 1px solid #d9dadb;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0 110px 0 30px;
}
.szukaj_p button {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
    width: auto;
    height: 60px;
    font-size: 1em;
    color: #fff;
    text-transform: lowercase;
    cursor: pointer;
    box-shadow: none;
    border: none;
    background: #d92525;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 0 30px;
}



.podpowiedz_pies {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    padding: 15px;
    background: #f7f5f5;
    border-radius: 4px;
}

.podpowiedz_pies .blog_b .article {
    width: 100%;
    max-width: 1200px;
    padding-bottom: 0;
    margin-bottom: 1rem !important;
}

.podpowiedz_pies .blog_b p {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.4;
    font-size: 1.1rem;
    text-align: justify;
}

.podpowiedz_pies .blog_b .article ul li {
    margin-top: .5em;
    margin-bottom: .75em;
    line-height: 1.2;
    font-size: 1.1rem;
    list-style: square;
    margin-left: 25px;
    padding-left: 10px;
}
.podpowiedz_pies:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 125px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #f7f5f5;
}
.podpowiedz_pies .blog_b .article h2 {
    color: var(--color-d92525);
}






.calculator__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}

.calculator__row:last-child {
    margin-bottom: 0;
}

.calculator__row label {
    text-transform: capitalize;
    font-weight: 700;
}

.calculator__bill {
    width: 50%;
}

.calculator__tip {
    width: 60%;
}

.calculator__info {
    margin: 0;
}



.zakres_pies_all .blog_b .article {
    max-width: 100%;
}
.zakres_pies_all .blog_b .article h2 {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 35px;
    text-decoration: none;
}

.zakres_pies_all .blog_b {
    padding: 15px 25px 0 25px;
    background: #fdf7f7;
    border-radius: 8px;
}
.p_w_p_m {
    padding: 12px 15px;
    display: inline-block;
    border-radius: 6px;
    border: 2px solid #d92525;
    background: var(--color-bg-fff);
}

.podpowiedz_pies_w {
    padding: 25px;
    background: var(--color-bg-fff);
    border: 2px solid #d92525;
    margin-top: 25px;
    border-radius: 6px;
}

.arrow-up {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-bottom: 5px solid black;
}
.col_c19 {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2), 0px 1px 2px rgba(0,0,0,0.35);
}
.col_c19 .info_title {
    font-size: 1.25rem;
    padding-bottom: 10px;
}
.txt_info_covid.col_c19:before {
    background-color: #ffeded;
}
.txt_info_ubezp.col_c19 a.c19{
    display: inline-block;
    color: #fff;
    background: #d92525;
    padding: 5px;
    border-radius: 8px;
    text-decoration: none;
}


.covid19_baner .w_aktualnosci {
    border-radius: 50px;
    margin: 5px;
    padding: 15px 25px;
}

.c19_flex {
    max-width: calc(33.33% - 10px);
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    margin: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: all 0.25s;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #ddd;
}
.c19_flex h2 {
    font-weight: 700;
    padding: 0 15px;
    margin: 15px auto !important;
    font-size: 1.5rem !important;
    line-height: 1.4;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.c19_flex ul {
    padding: 0 0 0 15px;
    font-size: .875em;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 100%;
    margin-bottom: 25px;
}
.c19_flex ul li {
    text-align: left;
    list-style-type: disc;
    position: relative;
    margin-bottom: 15px;
}
.c19_flex a {
    background: #d92525;
    color: #fff;
    padding: 15px 25px;
    border: 2px solid #d92525;
    display: block;
    width: auto;
    text-align: center;
}

.c19_flex .cena_info {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    display: inline-table;
    width: 0;
    padding: 8px 10px 8px 15px;
    margin: 0 0 0 0;
    background: #fdf5f5;
    color: var(--color-d92525);
    border: 1px solid #ecb9b9;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.pies_ul_li_c .blog_b article a {
    color: var(--color-d92525);
    font-weight: 700;
}
.pies_ul_li_c .blog_b article ul li {
    position: relative;
    line-height: 1.6;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 8px;
    margin-left: 65px;
    display: block;
}
.pies_ul_li_c .blog_b article ul li:after {
    content: '';
    position: absolute;
    top: 32px;
    left: -16px;
    width: 0;
    margin-top: -10px;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #f4f4f4;
}
.pies_ul_li_c .blog_b article ol li {
    position: relative;
    background: #f4f4f4;
    padding: 0;
    line-height: 1;
    border-radius: 8px;
    margin-left: 65px;
    font-size: 1.2rem;
}
.pies_ul_li_c ul > li:before {
    content: counters(item, ".");
    display: block;
    position: absolute;
    top: -5px;
    left: -65px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50px;
    margin: 5px 15px 0 0;
    padding: 0;
    background: #d92525;
    color: #fff;
    font-weight: 700;
}
.show_leczenie {
    line-height: 1.5;
}
.show_leczenie b {
    font-weight: 700;
}

.disable_inputs {
    pointer-events: none;
}



.opcjonalnie {
    color: #fff;
    font-size: .75rem;
    background: #d92525;
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
} 



@-webkit-keyframes load_oferta_z{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 0; width: 100%;}
    100%{opacity: 0;width: 0px;}
}

@keyframes load_oferta_z{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 0; width: 100%;}
    100%{opacity: 0;width: 0px;}
}




.box_x ul li {
    background: url(/img/www/tick_li.svg) no-repeat left center;
    padding: 5px 0 5px 45px;
    background-size: 24px;
}





@media (min-width: 992px) and (max-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .box_sm {
        width: 33.33%;
    }
}
@media (min-width: 540px) and (max-width: 767px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}



@media (max-width: 767px) { 
    .tag_kat_ubezp {display: none;}
    .kont_u_nnw {
        display: block;
        position: fixed;
        width: 100%;
        background: #d92525;
        bottom: 0;
        left: 0;
        color: #fff;
        padding: 15px;
        font-weight: 500;
        font-size: 1.1rem;
        text-align: center;
    }
    .text-right.pt12, .text-left.info_czas.p_mob {
        text-align: left !important;
    } 
    .box_sm {
        width: 50%;
    }    

    .col-100 {
        display: inline-block;
        justify-content: center;
        width: 100%;
        margin: 15px;
    }    

    .box_sm .cena_info, .box_md .cena_info {
        top: 0;
        padding: 5px 10px 5px 15px;
        -webkit-border-radius: 0 0px 0px 20px;
        -moz-border-radius: 0 0px 0px 20px;
        border-radius: 0px 0px 0px 20px;
        border-top: none;
    }   
    .is_index .ral {text-align: center;}

    .doradca .d_f_c {
        display: block;
        text-align: center;
    }
    .ico_b_m.ico_agent {
        margin: 15px auto;
    }
    .doradca_info {
        padding-bottom: 15px;
        color: #fff !important;
    }
    .doradca_info b {
        font-size: 1.4rem;
    }
    .doradca .col-md-6 {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,.25);
        border-bottom: 1px solid rgba(255,255,255,.25);
        background: rgba(17,17,17,.1);
        padding: 15px 25px;
        margin: 15px 0;
    }
    .btn_b_arr {
        max-width: calc(100% - 30px);
        min-width: calc(100% - 30px);
    }   
    .box_lg .all_box {
        margin-top: 25px;
    }
    .z_zdarzenie {
        display: block;
        position: absolute;
        top: 27px;
        right: 0;
        padding: 15px;
        background: #d92525;
        color: #fff !important;
        font-weight: 700;
        font-size: .875rem !important;
        border-radius: 50px;
        z-index: 2;
    }

}

@media (min-width:993px) {
    .tab_new20 .all_cena {
        padding: 8px 0;
    }
}


@media (max-width: 539px) { 

    .p_polecane.min_w_40 {
        display: none;
    }

    .remote_box .user-role {
        display: none;
    }  
    .remote_box .user-name {
        display: none;
    }
    .remote_box .log_in {
        border: none;
        margin: 0;
        padding: 0;
        height: 10px;
        line-height: 10px;
    }
    .remote_box {
        padding: 5px;
    }
}


@media (max-width: 800px) { 
    .c19_flex {
        max-width: calc(100% - 30px);
        margin: 8px auto;
    }
    .pies_ul_li_c .blog_b article ul li {
        margin-left: 0;
        margin-top: 85px;
    }
}

@media (max-width: 359px) { 
    .box_sm {
        width: 100%;
    }

    .pies_ul_li_c .blog_b article ul li:after {
        content: '';
        position: absolute;
        top: -16px;
        left: 20px;
        width: 0;
        margin-top: -16px;
        height: 0;
        border-top: 16px solid transparent;
        border-bottom: 16px solid #f4f4f4;
        border-right: 16px solid transparent;
    }
}

input:disabled ~ label{
    opacity: .35;
}

.box_ubezp svg .st0 {
    fill: transparent;
} 

.pies_dziekuje {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px 25px 15px;
    margin-bottom: 30px;
    background: var(--color-bg-fff);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 1px 5px 15px 0 rgba(28,18,16,.1), 0 0 1px 0 rgba(28,18,16,.05);
    box-shadow: 1px 5px 15px 0 rgba(28,18,16,.1), 0 0 1px 0 rgba(28,18,16,.05);
} 
.pies_dziekuje .ok_dziekuje_p {
    display: block;
    background: url(/img/tick_yes_b2.svg) no-repeat center center;
    width: 64px;
    height: 64px;
    background-color: #fff;
    margin: 0 auto;
    border: 2px solid #C61717;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.pies_dziekuje .pies_ok {
    max-width: 280px;
    margin-bottom: 25px;
}
.pies_dziekuje .txt_ok {
    color: var(--color-d92525);
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 10px;
}
.pies_dziekuje .txt_po_ok {
    font-size: 1.1em;
    line-height: 1.2;
}
.bpl_bg_dz {
    background: var(--color-bg-f8f8f8);
}

.cant_touch_this {
    pointer-events: none !important;
}
.m_h_n {max-width: 414px;}
.c_i_new{
    background: #D92525 !important;
    color: #fff !important;
    border-color: #D92525 !important;
}
@media (max-width: 767px) { 
    .pies_bg.bg_p_all {
        background-color: #d92525;
        margin: 0;
        padding: 0;
    }
    .pies_bg .dok_buy_ubezp .all_pies{
        background: #d92525;
    }
    .pies_bg .dok_buy_ubezp .all_pies p {
        text-align: center;
    }    
}
.owu_link {
    width: auto;
    background: none !important;
    box-shadow: none !important;
    padding: 6px 12px !important;
    color: #fff !important;
    font-size: 1rem;
    margin: 0 0 15px 0 !important;
    border: 1px solid #fff !important;
}
input:disabled ~ label {
    opacity: .35;
}
.add_d_active input:disabled ~ label, .add_d_active label {
    opacity: 1;
}
.add_d_active input:disabled ~ label[for*="os_fiz"] {
    opacity: .35 !important;
}
.bg_lp_dog {
    background-color: #c0200d;
}
.bg_lp_dog:before {
    content: '';
    position: absolute;
    background-image: url(/img/pies/bg_ubezpies.jpg);
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
}
.dok_buy_ubezp .all_pies_2 {
    min-height: 420px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem;
    color: #fff;
}
.dok_buy_ubezp .all_pies_2:before {
    content: '';
    background: #c0200d;
    position: absolute;
    top: -10%;
    left: calc(50% - 50px);
    width: 100px;
    height: 120%;
    transform: rotate(12deg);
}
.pies_top_b {
    z-index: 1;
    max-width: 50%;
    color: #fff;
    text-align: left;
    line-height: 1.4;
}
.pies_top_b h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 25px;
}
.pies_top_b p {
    font-size: 1.1rem;
    font-weight: 400;
}
.pies_top_b p b {
    font-weight: 700;
    letter-spacing: .5px;
}
.txt_with_ico {
    padding-bottom: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: center;
}
.txt_with_ico i {
    display: table;
    width: 64px;
    height: 64px;
    margin-right: 25px;
}
.pies_top_b i {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right: 25px;
}
.w_doc_box {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 15px;
}
.w_doc_box li a {
    display: block;
    width: 100%;
    padding: 8px 12px;
    color: #c0200d;
    background: var(--color-bg-fff);
    margin-bottom: 5px;
    border-radius: 4px;
    font-weight: 500;
}
.w_doc_box li a:hover {
    color: #fff;
    background: #c0200d;    
}
.txt_area_pies h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #c0200d;
    margin-top: 0;
    padding: 10px 0 5px 0;
    border-bottom: 2px solid #c0200d;
}
.txt_area_pies h4 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #c0200d;
    padding-top: 5px;
}
.txt_area_pies p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-252525);
    line-height: 1.4;
    padding: 25px 0 0 0;
}
.txt_area_pies p b {
    font-weight: 700;
    font-size: 1.125rem;
}
.txt_area_pies ul li {
    list-style-type: none;
    padding: 8px 0 8px 8px;
    margin: 8px 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 2px solid #f3bebe;
    background: #fbf2f2;
    background: -moz-linear-gradient(90deg, #fbf2f2 0%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(90deg, #fbf2f2 0%, rgba(255,255,255,1) 50%);
    background: linear-gradient(90deg, #fbf2f2 0%, rgba(255,255,255,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececec",endColorstr="#ffffff",GradientType=1);
}
.txt_area_pies .btn_b_arr {
    margin: 25px 0 0 0 !important;
    display: block;
    max-width: 320px;
}
.p_new_desc {
    background: #fbf2f2;
    padding: 15px !important;
    margin-top: 15px;
    border-radius: 6px;
}
.p_new_desc b {
    font-weight: 700;
    color: #c0200d;
}
.kup_p_top {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 25px;
    text-align: center;
    border-radius: 4px;
    margin-top: 25px;
    background: #c0200d;
}
.kup_p_top:hover {
    background: #ab1503;
    color: #fff;
    border: 1px solid #ab1503;
}
.txt_area_pies .btn_b_arr {
    color: #fff;
    padding: 15px 25px;
    text-align: center;
    border-radius: 4px;
    margin-top: 25px;
    background: #c0200d;
}
.txt_area_pies .btn_b_arr:hover {
    background: #ab1503;
    color: #fff;
}
.txt_with_ico {
    position: relative;
}
.txt_with_ico:before {
    content: '';
    width: 1px;
    height: calc(100% - 100px);
    position: absolute;
    background: #c0200d;
    top: 75px;
    left: 31px;
    opacity: .25;
}
.kup_brd {
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.txt_area_pies:last-child {
    border-bottom: none;
}
.txt_area_pies h2 span {
    background: #c0200d;
    color: #fff;
    font-size: .75rem;
    padding: 8px;
    text-align: right;
    float: right;
}
@media (max-width: 767px) { 
    .bg_lp_dog:before {
        content: '';
        position: absolute;
        background-image: url(/img/pies/bg_ubezpies.jpg);
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: left 25% bottom 0;
    }
    .dok_buy_ubezp .all_pies_2:before, .txt_with_ico:before {display: none;}
    .pies_top_b {
        z-index: 1;
        max-width: 100%;
        color: #fff;
        text-align: left;
        line-height: 1.4;
        padding: 25px 15px;
        background: rgb(192 32 13 / 75%);
        margin: 25px 0;
        backdrop-filter: blur(2px);
        border-radius: 4px;
    }    
    .txt_with_ico {display: block;}
}
@media (min-height: 320px) and (max-height: 720px) {
    .dok_buy_ubezp .all_pies_2 {
        min-height: calc(80vh - 170px);
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
.btn_kup_aside {
    background: var(--color-bg-fff);
    border: 2px solid #c0200d;
    display: block;
    min-width: 100%;
    margin: 0;
    color: #c0200d;
    border-radius: 4px;
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.btn_kup_aside:hover {
    background: #c0200d;
    color: #fff;
}
.bg_p_all {
    background: var(--color-bg-f2f2f2);
}
.dok_buy_ubezp .all_pies_land {
    background-image: url(/img/www/bg_all_new_l_2.jpg);
    min-height: 440px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--color-bg-f2f2f2);
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.2rem;
    position: relative;
    height: auto;
}
.box_lead {
    position: absolute;
    top: 22px;
    right: 30px;
    z-index: 5;
    height: auto;
    padding: 20px;
    border-radius: 6px;
    background: var(--color-bg-fff);
    box-shadow: 0 2px 11px 0 rgb(103 65 134 / 10%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 385px;
}
.box_lead h1 {
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
    color: #c0200d;
    font-weight: 700;
}
.box_lead h2 {
    text-align: left;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    padding: 5px 0 12px 0;
    letter-spacing: -.5px;
}
.box_lead p {
    text-align: left;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 15px;
}
.box_lead form {
    display: block;
    width: 100%;
}
.box_lead form input {
    height: 44px;
}
.box_lead .lab_news_z {
    position: relative;
    width: 100%;
    text-align: justify;
    font-size: 12px;
    line-height: 1.2;
    padding: 0 0 0 35px;
}
.box_lead .checkmark_lab {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #ebebeb;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.box_lead .btn {
    background: #c0200d;
    color: #fff;
    width: 100%;
    height: 44px;
}
.col_50 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.col_50 .form-control {
    max-width: 48%;
}
.box_lead .container_lab input:checked ~ .checkmark_lab {
    background-color: #d92525;
}
.box_lead .container_lab .checkmark_lab:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.box_lead a {
    font-size:.925rem;
}
.txt_with_ico i {
    display: inline-block;
    margin-right: 15px;
}
.txt_area_pies h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #c0200d;
    margin-top: 0;
    padding: 10px 0 5px 0;
    border-bottom: 2px solid #c0200d;
}
.txt_with_ico:before {display: none;}
.dok_buy_ubezp .all_pies_2 {
    min-height: auto;
    padding: 35px 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem;
    color: #fff;
}
.bg_lp_dog:before {display: none;}
.pies_top_b {max-width: 100%;}
.box_mini_pies {
    display: block;
    width: calc(50% - 8px);
    margin: 4px;
    float: left;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 5px 5px 10px 5px;
}
.box_mini_pies i {
    max-width: 50px;
    display: block;
    margin: 0 auto;
}
.box_mini_pies i svg * {
    fill: #fff;
}
.box_mini_pies h2 {
    font-weight: 500;
    color: #fff;
    font-size: 1rem;
    margin-top: 8px;
}
.pies_top_b h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 25px;
}
.img_decor {
    display: block;
    max-width: 150px;
    border-radius: 50%;
    position: relative;
    float: left;
    margin-top: 15px;
    margin-right: 25px;
}
.img_decor img {
    display: block;
    max-width: 150px;
    border-radius: 50%;
    padding: 5px;
}
.img_decor:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    background: #c0200d;
    width: 100%;
    height: calc(100% - 15px);
    border-radius: 50%;
}
.for_decor {
    margin-top: 15px;
    font-size: 1.1rem;
    font-style: italic;
}
.after_decor {
    width: 100%;
    display: inline-block;
}
.p_new_desc {
    padding: 15px !important;
    margin-top: 15px;
    background: var(--color-bg-fff);
    border-radius: 6px;
    border: 1px solid #c0200d;
}
.txt_area_pies ul li {
    list-style-type: none;
    padding: 8px 0 8px 50px;
    margin: 8px 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: none;
    background: none;
    position: relative;
}
.txt_area_pies ul li:before {
    content: '';
    background: url(/img/www/pies_tick_.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    top: 3px;
    left: 0;
}
.dok_buy_ubezp .all_pies_land__2 {
    background-image: url(/img/www/bg_all_new_2__.jpg);
    min-height: 360px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #e3e4e8;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.2rem;
    position: relative;
    height: auto;
}
.bg_p_all__2 {
    background: #e3e4e8;
}
.all_pies_land__2 h1 {
    color: #c0200d;
    font-weight: 700;
    font-size: 1.6rem;
    display: block;
    width: 100%;
    text-align: right;
    float: left;
    line-height: 1.4;
}
.border_doradca_top {
    border-top: 1px solid rgba(255,255,255,.5);
}
.info_przetw_d {
    color: #fff;
    font-size: .925rem;
    font-weight: 400;
    padding-right: 15px;
    margin-right: 15px;
    float: right;
}
.info_przetw_d:hover {
    color: #fff;
    text-decoration: underline;
}
.border_doradca_top input {
    height: 50px;
}
.border_doradca_top .btn {
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    padding: 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.1rem;
    border: 1px solid #fff;
}
.brd_l_n {border: none !important;}
.zamow_call_agent {
    border-radius: 0;
    padding: 0 25px;
}
.doradca {
    background: rgb(217,37,37);
    background: -moz-linear-gradient(90deg, rgba(217,37,37,1) 0%, rgba(217,37,37,1) 50%, rgba(182,14,14,1) 50%, rgba(182,14,14,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(217,37,37,1) 0%, rgba(217,37,37,1) 50%, rgba(182,14,14,1) 50%, rgba(182,14,14,1) 100%);
    background: linear-gradient(90deg, rgba(217,37,37,1) 0%, rgba(217,37,37,1) 50%, rgba(182,14,14,1) 50%, rgba(182,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d92525",endColorstr="#b60e0e",GradientType=1);    
}
.doradca .col-md-6 {border: none;}
.doradca h6 {
    padding-bottom: 10px;
    margin-top: 0;
    line-height: 16px;
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 1.1rem;
}
.zamow_call_agent h6 {
    font-weight: 600;
}
.doradca_info p {
    display: block;
    float: left;
    width: 100%;
    height: 42px;
}
.button_agent {
    padding: 0;
    line-height: 44px;
    height: 44px;
    display: block;
    padding: 0 25px;
    background-size: 16px;
    max-width: 240px;
}
.button_agent:hover {
    background-size: 16px;
}
.zamow_call_agent .btn {
    width: 100%;
    background: #d92525;
    /* border: 1px solid #fff; */
    color: #fff;
}
.zamow_call_agent .btn:hover {
    background: #b60e0e;
    border: 1px solid #fff;
}
.zamow_call_agent input,
.zamow_call_agent button {
    line-height: 44px;
    height: 44px;
    padding: 0;
    font-weight: 500;
}
.abs_info {
    position: absolute;
    bottom: 12px;
    right: 20px;
    width: 100%;
    text-align: right;
}
.box_ubezpieczenie_strona {
    background: var(--color-bg-fff);
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #D92525;
    line-height: 1.6;
    box-shadow: 0 13px 26px -9px rgb(237 17 17 / 25%);
    border: 3px solid #D92525 !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box_ubezpieczenie_strona .agent_desc h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.box_ubezpieczenie_strona .agent_desc p {
    line-height: 1.5;
    font-size: 1rem;
}
.box_ubezpieczenie_strona .agent_call form {
    background: var(--color-bg-f8f8f8);
    padding: 25px !important;
    border-radius: 6px;
    margin-bottom: 15px;
}
.box_ubezpieczenie_strona .agent_call input {
    height: 50px;
    line-height: 50px;
}
.box_ubezpieczenie_strona .agent_call .btn {
    box-shadow: 0 2px 10px 0px rgb(217 17 17 / 25%);
    background-position: 300% 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin-top: 5px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    background-image: linear-gradient(135deg,#A00D0D,#D92525,#F53D3D);
    color: #fff !important;
    border: 0;
    transition: all 0.3s ease, transform 0.2s ease;
}
.box_ubezpieczenie_strona .agent_call .btn:hover {
    box-shadow: 0 6px 15px -9px rgb(217 17 17 / 50%);
    transform: translateY(3px);
    background-position: 100% 300%;
    transition: all 0.3s ease, transform 0.2s ease;
}
@media (max-width: 1092px) { 
    .info_przetw_d {
        font-size: .775rem;
    }
}
@media (max-width: 1015px) { 
    .info_przetw_d {
        font-size: .725rem;
    }
}
@media (max-width: 992px) { 
    .info_przetw_d {
        font-size: .825rem;
    }
    .doradca {background: rgb(217,37,37);}
    .doradca .col-md-6, .doradca .col-md-3 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .button_agent {
        margin: 0 auto;
    }    
    .info_przetw_d {
        position: relative;
        float: left;
        padding: 12px 0;
        margin: 0;
        width: 100%;
        color: #fff;
        z-index: 1;
    } 
    .zamow_call_agent h6 {
        text-align: center;
    }    
    .zamow_call_agent {
        background: #b60e0e;
    }    
    .doradca .col-md-6 {
        background: #b60e0e;
        padding: 0 25px;
    }
    .box_lead {
        margin: 0 auto;
        right: 15px;
        max-width: calc(100% - 30px);
    }    
}
.img_decor {display: none;}
@media (max-width: 1177px) {
    .box_mini_pies h2 {
        font-size: .825rem;
    }
}
@media (max-width: 1021px) {
    .box_mini_pies h2 {
        font-size: .785rem;
    }
}
@media (max-width: 990px) {
    .box_mini_pies h2 {
        font-size: .85rem;
    }
}
.agent_call {
    position: relative;
    margin-top: 15px;
    background: var(--color-bg-fff);
    padding: 0px 0 15px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1px 0 rgb(28 18 16 / 10%), 0 0 1px 0 rgb(28 18 16 / 5%);
    box-shadow: 0 1px 1px 0 rgb(28 18 16 / 10%), 0 0 1px 0 rgb(28 18 16 / 5%);
}
.help_agent_call {
    padding: 15px;
}
.help_agent_call input {
    border: 1px solid #fff !important;
    display: block;
    width: 100%;
    background: var(--color-bg-fff);
    opacity: 1;
}
.bpl_zakup .help_agent_call input[placeholder],
.bpl_zakup .help_agent_call input:focus[placeholder] {
    color: var(--color-252525) !important;
    background: transparent;
    opacity: 1;
    border: 1px solid #BBBBBB !important;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}
.agent_call svg {
    position: absolute;
    top: 15px;
    left: 15px;
}
.agent_call h2 {
    float: left;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 18px 0 0 0;
    text-align: center;
    color: var(--color-d92525);
}
.agent_call p {
    float: left;
    width: 100%;
    padding: 15px;
    text-align: center;
}
.agent_call p b {
    display: block;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.agent_call a {
    float: left;
    width: 100%;
    padding: 0 15px;
    font-size: .875rem;
    text-align: center;
}
.help_agent_call button {
    background: #D92525;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 15px;
    box-shadow: 2px 4px 8px rgb(0 0 0 / 20%);
}
.help_agent_call button:hover {
    box-shadow: 1px 2px 4px rgb(0 0 0 / 35%);
}

.number_taken {
    width: 100%;
    min-height: 80px;
    display: table;
}
.number_taken div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 6px;
    padding-top: 15px;
    font-weight: 500;
}
.number_taken2 {
    width: 100%;
    min-height: 100%;
    display: table;
    box-shadow: none;
}
.kup_top_white {
    background: var(--color-bg-fff);
    color: var(--color-d92525);
    font-weight: 500;
}
.oc_szk_ {
    background: url(/img/www/oc_szkola.svg) no-repeat left center;
    padding-left: 50px;
    background-size: 40px;
    line-height: 40px;
}
.oc_szk_ span {
    font-size: 1rem;
    background: #C0200D;
    padding: 8px 12px;
    border-radius: 4px;
    margin-left: 15px;
    color: #fff;
    cursor: pointer;
}
.podpowiedz_new {
    position: relative;
    margin: 0;
    top: auto;
    right: auto;
    height: auto;
    width: auto;
    border-radius: 4px;
    padding: 8px 12px;
}
.new_txt_show_podp {
}
.img_oc_ {
    width: 64px;
    height: 64px;
    display: block;
    margin-bottom: 12px;
}
.txt_main span {
    color: #232323;
    font-size: .95rem;
}
.lh14 {
    line-height: 1.4;
    background: var(--color-bg-fff);
    border: 1px solid #BBBBBB;
    margin: 5px;
    border-radius: 4px;
    height: 100%;
    padding: 15px;
}
.lh14 h4 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #C0200D;
    margin-bottom: 10px;
}

.bg_agent_ {
    background-repeat: no-repeat !important;
    background-position: bottom right 10px !important;
}
.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #C0200D;
    border-radius: 8px;
    margin: 0 8px;
    background: #EBEBEB;
    box-shadow: 0 0 1px 0 rgb(51 24 24 / 15%), 0 15px 15px 0 rgb(51 24 24 / 2%), 0 2px 2px 0 rgb(51 24 24 / 2%), 0 4px 4px 0 rgb(51 24 24 / 2%), 0 6px 6px 0 rgb(51 24 24 / 2%), 0 12px 12px 0 rgb(51 24 24 / 2%);
}
.cards article {
    position: relative;
    width: calc(25% - 10px);
    background: rgba(255,255,255,.90);
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 4%);
    box-shadow: 0 4px 10px rgb(0 0 0 / 4%);
    margin: 5px;
    padding: 15px 25px;
}
.cards h3 {
    font-weight: 700;
    font-size: 1.175rem;
    line-height: 1;
    letter-spacing: .2px;
    margin: 5px 5px 0 0;
}
.cards h4 {
    color: #C0200D;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.1rem;
}
.cards h4 span {
    font-weight: 700;
}
.cards h6 {
    padding: 0 15px 5px 0;
    font-style: normal;
    font-weight: 400;
    font-size: .95rem;
    line-height: 1;
    letter-spacing: .2px;
    color: #C0200D;
}
.cards p {
    padding: 15px 10px 0 0;
    line-height: 1.2;
}
.cards p span {
    font-weight: 500;
    color: #C0200D;
}
.cards a {
    display: block;
    padding: 2px 15px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
}
.w_o_a {
    color: #C0200D;
    text-decoration: underline;
}
.a_btn {
    background: #C0200D;
    color: #fff;
    width: 100%;
    height: 44px;
}
.i_o_p_a {
    font-size: .775rem !important;
    letter-spacing: -.5px !important;
    padding: 0 !important;
}
.button_agent {
    background: #C0200D !important;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    border: 1px solid #C0200D;
    width: auto;
    padding: 8px 16px !important;
    line-height: initial;
    height: auto;
    margin-top: 10px;
}
.button_agent:hover {
    border: 1px solid #C0200D;
}
.gen_pin ._pin b {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 3px;
}
.cards.box_3 article {
    width: calc(33% - 10px);
}
@media (max-width: 992px) {
    .cards article {
        position: relative;
        width: calc(50% - 10px);
    }
}
@media (max-width: 600px) {
    .cards article {
        position: relative;
        width: calc(100% - 10px);
    }
}

.article_upo {
    position: relative;
    max-width: none !important;
    width: calc(100% - 100px) !important;
    box-shadow: 0 2px 16px rgba(0,0,0,.1);
    margin: 35px 25px;
    padding: 25px 50px !important;
    background: var(--color-bg-fff);
}
.article_upo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #F4F4F4;
    width: 100%;
    height: 100%;
    transform: rotate(1.2deg);
    z-index: -1;
}
.article_upo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-bg-f8f8f8);
    width: 100%;
    height: 100%;
    transform: rotate(-1.2deg);
    z-index: -1;
}
.category b {
    font-weight: 700;
}
.bpl_red {
    color: #C0200D;
}
.download_pdf {
    position: absolute;
    top: 0;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #C0200D;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: .925rem;
    color: #C0200D !important;
}
.download_pdf svg {
    fill: #C0200D;
    padding-right: 5px;
}
.download_pdf:hover {
    color: #fff !important;
    background: #C0200D;
}
.download_pdf:hover svg {
    fill: #fff;
}
.upo_a {
    display: none;
    position: relative;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 6px;
}
.upo_a_pokaz {
    padding: 0;
    display: inline-block;
    position: realtive;
    color: #C0200D;
    border: 0;
    cursor: help;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 400;
    margin-left: 5px;
    font-size: .925rem;
}
.upo_a .article_upo {
    position: relative;
    max-width: none !important;
    width: 100% !important;
    margin: 35px auto;
    padding: 25px !important;
    background: var(--color-bg-fff);
    max-height: 320px;
    overflow-y: scroll;
    border-radius: 8px;
}
.upo_a .article_upo {
    font-size: .825rem;
}
.upo_a .article .pub-date {
    margin: 5px 0;
}

.wybor_country {
    padding: 15px;
    background: #F7F5F5;
    text-align: center;
    width: auto;
    max-width: 500px;
    margin: 25px auto;
    border-radius: 4px;
    margin-top: -15px;
}
.wybor_country b {
    display: block;
    padding-top: 5px;
    font-weight: 700;
    letter-spacing: .5px;
}

.info_czas.p_mob {
    background: rgba(217,37,37,0.075);
}
.navbar-nav li {
    cursor: pointer;
    padding: 0;
    position: relative;
    display: flex;
    flex-basis: 0;
    flex: 1 1 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    height: 80px;
    line-height: 80px;
}
.navbar-nav li {
    display: inline-flex;
}
.navbar_m_disp li a {
    font-size: .925rem;
    border: none;
}
.navbar_m_disp {
    margin-right: 100px;
}
.b_hamburger_b {
    position: absolute;
    top: -4px;
    right: 15px;
}
.b_hamburger_b {
    top: 0;
}
.hamburger {
    margin: 20px 0 0 0;
}
.hamburger-box {
    position: relative;
    border: none;
}
.hamburger-box:before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: #C21B17;
    border-radius: 50px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}
.bpl_bestsellery_all {
    position: relative;
    border: 1px solid #8E1230;
    margin: 50px 15px 15px 15px;
    width: calc(100% - 30px);
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.75) 100%);
    background: -webkit-linear-gradient(
        90deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.75) 100%);
    background: linear-gradient(
        90deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#FFFFFF",GradientType=1);
}
.bpl_bestsellery_all h2 {
    position: absolute;
    background: #A74A61;
    top: -32px;
    left: -1px;
    height: 32px;
    padding: 0 32px 0 15px;
    line-height: 32px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 8px;
    border-top-right-radius: 50px;
    font-weight: 500;
    color: #fff;
}

.box_pies_event {float: left}
.box_pies_event a {
    width: calc(50% - 10px);
}

.btn_outline {
    border: 1px solid #C21B17;
    background: #fff !important;
    color: #C21B17 !important;
    font-weight: 500;
}
.btn_outline:hover {
    background: #C21B17 !important;
    color: #fff !important;
}
.bg_lp_dog_2 .dok_buy_ubezp .all_pies_2 {
    min-height: auto;
    padding: 35px 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem;
    color: #fff;
}
.box_lead_kup .box_lead {
    top: 14px;
}
.bg_lp_dog_2 {
    background: var(--color-bg-fff);
    border-bottom: 1px solid #C0200D;
}
.bg_lp_dog_2 .dok_buy_ubezp .all_pies_2 .pies_top_b {
    max-width: 100%;
    color: var(--color-252525);
}
.bg_lp_dog_2 .dok_buy_ubezp .all_pies_2:before {
    display: none;
}
.dok_buy_ubezp .all_pies_land.box_lead_kup {
    min-height: 450px;
}
.bg_lp_dog_2 .box_mini_pies {
    border: 1px solid #C0200D;
}
.bg_lp_dog_3 .box_mini_pies {
    border: 1px solid #C0200D;
    background: #FFF6F6;
}
.bg_lp_dog_2 .box_mini_pies h2 {
    color: var(--color-252525);
}
.bg_lp_dog_2 .kup_top_white {
    border: 1px solid #C0200D;
}
.bg_lp_dog_2 .box_mini_pies i svg * {
    fill: #C0200D;
}
.box_lead a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

/*livecooking box styles*/

.for_agent .cards article {
    background: rgb(244 244 244);
}
.for_agent .bpl_sell .flex-container {
    background: var(--color-bg-fff);
}
.for_agent .bpl_bestsellery_all {
    border: 1px solid #C12551;
}
.for_agent .bpl_bestsellery_all h2 {
    background: #C12551;
}
.for_agent .cards article {
    width: calc(25% - 25px);
    box-shadow: none;
    padding: 15px 25px;
}
.bg_tr_,
.bg_tr_ .bg_agent_ {
    background: transparent !important;
    box-shadow: none;
    margin: 8px auto;
}
.bg_agent_bor {
    border-right: 1px solid #DFDFDF;
    border-radius: 0 !important;
}
.bg_tr_ .bg_agent_ h4 {
    margin-top: 0;
    font-size: 1.1rem;
    margin-bottom: 8px;
    padding-top: 15px;
}
.new_bg_b {
    background: var(--color-bg-f8f8f8);
    border-radius: 8px;
}
.bpl_bestsellery_all {
    border-radius: 8px !important;
    margin-top: 15px;
    border: 1px solid #C21B17;
}
.bg_tr_ .button_agent {
    background: #fff !important;
    color: #C21B17;
    border: 1px solid #C21B17;
}
@media only screen and (max-width: 767px) {
    .boxy_all_dz .col-md-6 {
        padding: 0 5px;
        margin-bottom: 10px !important;
    }
    .boxy_all_dz .col-6 a {
        min-height: 185px;
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
    }
    .bg_agent_bor {
        border-right: none;
        border-bottom: 1px solid #DFDFDF;
        padding-bottom: 25px !important;
    }
    .bg_tr_, .bg_tr_ .bg_agent_ {
        background: transparent !important;
        box-shadow: none;
        margin: 8px auto;
        padding: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .new_bg_b {
        border-radius: 0;
    }
    .new_bg_b .txt_main {
        padding-bottom: 25px;
    }
    .new_bg_b .card_b_blog .btn_b_arr {
        width: 100%;
        max-width: calc(100% - 30px);
    }
    .top_head h1, .top_head h2.ral {
        font-size: 1.4rem;
    }
    .bpl_bestsellery_all {
        border-radius: 0 !important;
        border: none;
    }
}

.pb-30px {
    padding-bottom: 30px
}
#livecooking .flex-container {
    border: 0px;
}
/*end - style livecooking*/

/* discounts bar */
.rabaty_bar_b {
    width: 100%;
    float: left;
    height: 70px;
    background: linear-gradient(45deg, #f4f4f4, transparent);
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.button_rabaty {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #c0200d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 999;
    margin-right: 25px;
}

.r_circle {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #c0200d;
}

.r_percent {
    font-size: 2rem;
    font-weight: bold;
    z-index: 1;
    color: #fff;
}

.r_text-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 125%;
    height: 125%;
    z-index: 0;
}

.r_text-circle text {
    font-weight: bold;
    fill: white;
}

.r_text-circle textpath {
    font-size: 1rem;
}

.rabaty_bar_b .rabaty_b_a {
    font-weight: 700;
    color: #c0200d;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .button_rabaty {
        background-color: transparent;
        box-shadow: none;
        margin-left: -5px;
    }
    .r_text-circle {
        width: 100%;
        height: 100%;
    }
}
/* discounts bar - end */


/* CSS accessibility */
a:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.focus-item,
.podglad_oferty:focus-visible,
button.hamburger:focus-visible,
input[type="button"].next:focus-visible,
a:focus,
a.focus-visible:focus:not(:focus-visible) {
    outline: 0;
    box-shadow:
            0 0 0 .2rem #fff,
            0 0 0 .35rem #069;
}
button.news-slider__arrow:focus-visible
 {
    border: 3px #069 solid;
}
