body {
    margin: 0;
    padding: 0
}

#lp_page h1,
#lp_page h2,
#lp_page h3,
#lp_page h4 {
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: .5rem;
    border: 0 none
}

#lp_page {
    background-color: #e6e6e6
}

#lp_page #lp_top {
    background-image: url(https://contents.mediadecathlon.com/s814397/k$d3fdaf9fe7f607fc5a766629bac3cc10/kv.jpg?format=auto);
    min-height: 460px;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#lp_page #lp_top h1 {
    font-family: Geomanist-BoldItalic, Arial, Helvetica, sans-serif;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 70px;
    position: relative;
    z-index: 1;
    margin-bottom: 80px
}

#lp_page #lp_top h1 span {
    padding: 16px 20px;
    display: block
}

#lp_page #lp_top h1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 4%;
    left: 0;
    -webkit-transform: skew(-13.5deg);
    transform: skew(-13.5deg);
    background: -webkit-gradient(linear, left top, right top, from(#1283c1), to(rgba(18, 131, 193, .503239)));
    background: linear-gradient(90deg, #1283c1 0, rgba(18, 131, 193, .503239) 100%);
    z-index: -10
}

#lp_page .grid {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

#lp_page #lp_calcs {
    margin-top: -140px
}

#lp_page #lp_menu {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e6e6e6
}

#lp_page #lp_menu ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0
}

#lp_page #lp_menu ul li {
    width: 25%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px
}

#lp_page #lp_menu ul li:not(:last-of-type):after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
    height: 27px;
    width: 2px;
    background-color: #d1d1d1
}

#lp_page #lp_menu ul li a {
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    transition: .15s ease-in-out color;
    -ms-flex-item-align: center;
    align-self: center
}

#lp_page #lp_menu ul li a:hover {
    color: #1283c1
}

#lp_page #lp_menu ul li.active {
    background-color: #fff
}

#lp_page #lp_menu ul li.active a {
    color: #1283c1
}

#lp_page #lp_menu ul li.active:after {
    display: none
}

#lp_page #calcs_container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 20px
}

#lp_page #calcs_container .calc:not(:first-of-type) {
    display: none
}

#lp_page .calc_header {
    background-image: url(https://contents.mediadecathlon.com/s814399/k$520baa587ac72b76e4691f99675f545f/small%20banner.jpg?format=auto);
    height: 180px;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px
}

#lp_page .calc_header h2 {
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    margin: 0;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 36px;
    font-weight: bold;
    padding: 0 10px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .3)
}

#lp_page .calc {
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #191414;
    text-align: center
}

#lp_page .calc p {
    margin-bottom: 60px
}

#lp_page .calc input[type=time] {
    padding-left: 22px
}

#lp_page .calc input {
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #191414;
    border: none;
    border-bottom: 2px solid #1283c1;
    border-radius: 0;
    -webkit-appearance: none;
    text-align: center;
    margin: 0 25px;
    max-width: 200px;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

#lp_page .predefined a {
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #191414;
    border: 3px solid #e5e4e5;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: .5rem 1.5rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    text-decoration: none
}

#lp_page .predefined a:hover {
    background-color: #1283c1;
    border-color: #1283c1;
    text-decoration: none;
    color: #fff
}

#lp_page .buttons_look a {
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #191414;
    border: 3px solid #e5e4e5;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: .5rem 1.5rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    text-decoration: none
}

#lp_page .buttons_look a.show,
#lp_page .buttons_look a:hover,
#lp_page .predefined a.show {
    background-color: #1283c1;
    border-color: #1283c1;
    text-decoration: none;
    color: #fff
}

#lp_page .calc .results {
    color: #fff;
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%
}

#lp_page .calc .results .result {
    background-color: #1283c1;
    padding: 20px 40px;
    max-width: 300px;
    flex: 1;
    position: relative
}

#lp_page .calc .results .result:first-of-type:after {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 60%;
    top: 20%;
    background-color: #136d9e
}

#lp_page .calc .results .result p {
    margin: 10px 20px
}

#lp_page .calc .results .result .wynik {
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 36px
}

#lp_page #lp_footer {
    color: #000;
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

#lp_page #lp_footer .lp_seo_img {
    min-height: 300px;
    background-position: center;
    background-size: cover;
    margin-bottom: .5rem
}

#lp_page #lp_footer h3 {
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

#lp_page #lp_footer h4 {
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
}

#lp_page #lp_footer p {
    margin-bottom: .5rem;
    font-size: 14px;
    line-height: 1.4;
}

#lp_page p.licz {
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#1283c1), to(rgba(18, 131, 193, .503239)));
    background: linear-gradient(90deg, #1283c1 0, rgba(18, 131, 193, .503239) 100%);
    padding: 10px 50px;
    -webkit-transform: skew(-13.5deg);
    transform: skew(-13.5deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    display: inline-block;
    margin-top: 50px
}

#lp_page p.licz a {
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transform: skew(13.5deg)
}

#lp_page .popover {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px 15px;
    border-radius: 2px;
    z-index: 99;
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

#lp_page .popover .popover-header {
    font-size: 15px;
    margin-bottom: 20px;
    font-family: GeomanistBook
}

#lp_page .popover input {
    margin: 15px 10px 15px 10px !important;
    border-left: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
    border-top: 1px solid #e5e5e5 !important
}

#lp_page .popover .divider,
#lp_page .popover .timer {
    display: block;
    float: left
}

#lp_page .popover .divider {
    font-size: 25px;
    transform: translateY(100%)
}

#lp_page .popover .timer a {
    display: block;
    height: 19px;
    background: transparent url(../img/arrows.png) top center no-repeat;
    background-size: 60%
}

#lp_page .popover .timer .down {
    background: transparent url(../img/arrows.png) bottom center no-repeat;
    background-size: 60%
}

@media (min-width:1024px) {
    .grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 1em
    }

    #lp_page #lp_footer .lp_seo_img {
        grid-column: 1/5
    }

    #lp_page #lp_footer .lp_seo {
        grid-column: 5/12
    }
}

@media (max-width:1024px) {
    #lp_page .popover {
        position: absolute;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 2px;
        z-index: 99;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
    }
}

@media (max-width:576px) {
    #lp_page #lp_top h1 {
        font-size: 38.4px
    }

    #lp_page .calc .results .result .wynik {
        font-size: 60px
    }

    #lp_page .calc .results .result {
        width: 100%
    }

    #lp_page .calc .results .result:first-of-type:after {
        content: "";
        position: absolute;
        width: 60%;
        height: 2px;
        left: 20%;
        bottom: 0;
        top: unset;
        right: unset;
        background-color: #136d9e
    }

    #lp_page .calc input {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    #lp_page #lp_menu ul li {
        width: 24%;
        padding-right: 1%;
        padding-left: 1%
    }

    #lp_page #lp_menu ul li a {
        font-size: 11px;
        padding-right: 4px;
        padding-left: 4px
    }

    #lp_page .calc_header h2 {
        font-size: 32px;
        line-height: 32px
    }

    #lp_page .popover {
        width: calc(80% - 30px);
        position: absolute;
        transform: translateX(0);
        left: 10% !important
    }

    #lp_page .popover .wrap {
        margin-left: auto;
        margin-right: auto;
        clear: both;
        display: flex;
        justify-content: center
    }

    #lp_page .popover .wrap .timer {
        width: 60px;
        display: block
    }

    #lp_page .popover .wrap .divider {
        width: 5px;
        display: block;
        justify-self: center;
        transform: translateY(30%)
    }
}

input[type=time]::-webkit-datetime-edit-ampm-field {
    display: none
}

input[type=time]::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin-right: 10px
}

#lp_page #lp_footer .tab_1 .lp_seo_img[data-was-processed=true] {
    background-image: url(https://contents.mediadecathlon.com/s814400/k$57ccf10d4baff81dc5ea0da93790bec6/seo%20banner%201.jpg)
}

#lp_page #lp_footer .tab_2 .lp_seo_img[data-was-processed=true] {
    background-image: url(https://contents.mediadecathlon.com/s814398/k$e49c43779c52aed4054a0b444aea2755/seo%20banner%202.jpg)
}

#lp_page #lp_footer .tab_3 .lp_seo_img[data-was-processed=true] {
    background-image: url(https://contents.mediadecathlon.com/s814396/k$4b60c62847a74e8190bf53e4dfe4f46f/seo%20banner%203.jpg)
}

#lp_page #lp_footer .tab_4 .lp_seo_img[data-was-processed=true] {
    background-image: url(https://contents.mediadecathlon.com/s814395/k$bf0e8b6e0dd0e9a612232bd004d2679d/seo%20banner%204.jpg)
}

#lp_page #lp_footer .tab_5 .lp_seo_img[data-was-processed=true] {
    background-image: url(https://contents.mediadecathlon.com/s814394/k$4d9342a1e75ad567ea7b1922d59b8c7e/seo%20banner%205.jpg?format=auto)
}

#lp_page #lp_footer>div:not(:first-of-type) {
    display: none
}

.wickedpicker {
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
}

#lp_page #wyniki {
    color: #fff;
    font-family: Geomanist, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    height: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

#lp_page #wyniki.show {
    height: auto;
    opacity: 1
}

#lp_page #wyniki table {
    background-color: #146d9e;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0;
    padding: 40px 0;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-weight: 700
}

#lp_page #wyniki table td:not(:last-child),
#lp_page #wyniki table th:not(:last-child) {
    border-right: 2px solid #fff
}

#lp_page #wyniki table td,
#lp_page #wyniki table th {
    padding: 15px 5px 10px 5px
}

#lp_page #wyniki table tbody tr:nth-child(even) {
    background-color: #1278af
}

#lp_page #wyniki table thead .small {
    font-size: 14px;
    text-transform: lowercase;
    display: block;
    font-family: Geomanist-Book;
    font-weight: 400
}

#lp_page .send_form {
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#1283c1), to(rgba(18, 131, 193, .503239)));
    background: linear-gradient(90deg, #1283c1 0, rgba(18, 131, 193, .503239) 100%);
    padding: 10px;
    -webkit-transform: skew(-13.5deg);
    transform: skew(-13.5deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    display: inline-block
}

#lp_page form input[type=submit] {
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-size: 22px;
    max-width: unset
}

#lp_page #generatorOpaski {
    display: none
}

#lp_page #generatorOpaski.show {
    display: initial
}

#lp_page p#taktyka-srednie-tempo {
    pointer-events: none;
    opacity: .45;
    transition: all .5s linear
}

#lp_page p#taktyka-srednie-tempo.show {
    opacity: 1
}

#lp_page .tactics_info {
    font-size: 14px;
    padding-bottom: 40px;
    margin-top: -35px
}

#lp_page .tactics_info p.show {
    display: initial
}

#lp_page .tactics_info p.hide {
    display: none
}