body * {
    box-sizing: border-box;
}

body {
    margin: 0;
    counter-reset: steps;
}

#lp {
    font-family: Geomanist;
    font-weight: normal;
    font-size: 20px;
    color: #1b2d36;
}

#lp h1, #lp h2 {
    font-style: italic;
    color: #fff;
    font-weight: normal;
    line-height: 100%;
}

#lp h1, #lp h2, #lp h3, #lp h4 {
    text-transform: uppercase;
    border: 0 none transparent;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#lp h2 {
    font-size: 22px;
    font-weight: normal;
}

#lp p {
    margin-bottom: 20px;
    line-height: 140%;
}

#lp .step_details ul {
    margin-bottom: 20px;
    line-height: 120%;
}

#lp .lp_top {
    max-width: 100%;
}

#lp .lp_top .lp_header {
    max-width: 1447px;
    background-image: url(https://contents.mediadecathlon.com/s888192/k$0de1c778668d69b992d84c6e66e61c59/header.png);
    margin: 0 auto;
    box-shadow: 0px 18px 43px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
    min-height: 60vw;
}

@media(min-width: 1447px) {
    #lp .lp_top {
        min-height: 965px;
    }
    #lp .lp_top .lp_header {
        min-height: 898px;
        background-position: 50%;
    }
}

#lp .lp_top .lp_header .apla {
    text-align: center;
    margin-top: 150px;
    padding: 0 20px;
}

#lp .lp_top .lp_header .logo {
    padding: 20px;
}

#lp .lp_top .lp_header .logo img {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}

@media(min-width: 500px) {
    #lp .lp_top .lp_header .logo {
        display: flex;
        justify-content: space-between;
    }
}

@media(min-width: 768px) {
    #lp .lp_top .lp_header .apla {
        margin-bottom: 15px;
    }
    #lp .lp_top .lp_header .logo {
        justify-content: flex-start;
        align-items: center;
        padding: 30px 55px;
    }
    #lp .lp_top .lp_header .logo img {
        display: inline-block;
        margin-bottom: 0;
    }
    #lp .lp_top .lp_header .logo img:first-of-type {
        margin-right: 50px;
    }
    #lp .lp_top .lp_header .logo span {
        position: relative;
    }
    #lp .lp_top .lp_header .logo span:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 76px;
        border-right: 2px solid #d7d7d7;
    }
    #lp .lp_top .lp_header .logo img:last-of-type {
        margin-left: 50px;
    }
}

#lp .lp_top .lp_header .apla img {
    max-width: 100%;
}

/*#lp .lp_top {
    height: 985px;
    background-image: url(../img/top_bg.png);
    background-position: 50% -20px;
    background-repeat: no-repeat;
    position: relative;
}

#lp .lp_top .lp_header{
    background-image: url(../img/header.png);
    height:898px;
    max-width:1447px;
    margin: 0 auto;
    background-position: center center;

}*/

#lp #lp_top .lp_cta p {
    transform: skew(-13deg);
}

#lp #lp_top .lp_cta p a {
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    text-decoration: none;
    display: inline-block;
    transform: skew(13deg);
    position: relative;
}

#lp #lp_top .lp_cta p a:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 50%;
    width: 21px;
    height: 32px;
    transform: translateY(-50%);
    background-image: url(../img/top_arrow.png);
    background-repeat: no-repeat;
}

#lp h1 {
    font-size: 3em;
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    margin-top: 0;
    line-height: 1em
}

#lp h1::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: skew(-13deg) translateX(-50%);
    top: 0;
    background: rgb(33, 131, 192);
    background: linear-gradient(90deg, rgba(33, 131, 192, 1) 0%, rgba(33, 131, 192, 0.3) 100%);
    width: 66%;
    height: 50%;
    z-index: 1;
}

#lp h1 span {
    position: relative;
    display: block;
    z-index: 1;
}

#lp #lp_steps {
    background-color: #fff;
    color: #212327;
    overflow: hidden;
    padding: 40px 0;
}

#lp #lp_steps h3 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    display: inline-block;
    font-style: italic;
    line-height: 48px;
    color: #212327;
}

#lp #lp_steps h3.smaller {
    font-size: 33px;
    line-height: 37px;
}

#lp #lp_steps h3 span {
    font-weight: bold;
}

#lp #lp_steps h3 span.blue {
    color: #1f83c1;
}

#lp #lp_steps h3 span:nth-of-type(1) {
    margin-left: 30px;
}

#lp #lp_steps h3 span:nth-of-type(2) {
    margin-left: 60px;
}

#lp #lp_steps h3 span.nomargin {
    margin-left: 0;
}

#lp #lp_steps h3:after {
    font-size: 52px;
    font-style: italic;
    text-transform: uppercase;
    counter-increment: steps;
    content: counter(steps);
    position: absolute;
    right: -65px;
    text-align: right;
    font-weight: bold;
}

#lp #lp_steps h3:nth-of-type(1):after {
    top: 0;
    transform: translateY(50%);
}

#lp #lp_steps h3:before {
    content: "";
    border-left: 4px solid #3d86c2;
    height: 100px;
    position: absolute;
    right: -30px;
    top: -5px;
    transform: translate(50%) skew(-13deg);
}

#lp #lp_steps h3.smaller:before {
    /* height: 115px; */
}

#lp #lp_steps h3.smaller:after {
    top: 15px;
}

#lp #lp_steps h3.line_back:before {
    right: 130px;
}

#lp #lp_steps h3.line_back:after {
    position: absolute;
    right: 95px;
    text-align: right;
}

#lp #lp_steps img {
    box-shadow: 0 0 51px 0 rgba(0, 0, 0, 0.12), 0 9px 174px 0 rgba(0, 0, 0, 0.07);
}

#lp #lp_steps ul {
    list-style: none;
    padding-left: 0;
}

#lp #lp_steps .greybox {
    box-sizing: content-box !important;
    width: 690px;
    background-color: #212327;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999 !important;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    padding: 50px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: -100px;
    box-shadow: 0 33px 174px 0 rgba(0, 0, 0, 0.24), 0 28px 51px 0 rgba(0, 0, 0, 0.08);
    transform-style: preserve-3d;
}

#lp #slider .slides .product .product_image .wrap {
    position: relative;
    text-align: right;
    margin: 10%;
}

#lp #slider .slides .product>div img {
    max-width: 100%;
}

#lp #slider .slides .product {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0ms 800ms, opacity 800ms 0ms;
}

#lp #slider .slides .product.active {
    height: auto;
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 300ms;
}

#lp .lp_cta_2 {
    margin-top: 30px;
    padding: 3px 10px;
    width: 220px;
}

#lp .lp_cta_2 a {
    font-size: 18px;
}

#slider .arrows p {
    display: block;
    position: absolute;
    top: 40%;
    transition: all 0.3s;
}

#slider .arrows p#prev_slide {
    left: 10px;
}

#slider .arrows p#next_slide {
    right: 10px;
}

#slider .arrows p#next_slide .big {
    display: inline-block;
}

#slider .arrows p#next_slide .small {
    display: none;
}

#slider .arrows p:hover {
    opacity: 0.7;
    transform: scale(0.9)
}

#slider h3 {
    color: #1b2d36;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
}

#lp #slider {
    padding: 60px 0;
    position: relative;
    background-color: #e7e7e7;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

#lp #slider h2 {
    margin-bottom: 0;
}

@media(min-width: 768px) {
    #lp #slider {
        padding: 100px 0 50px;
    }
}

#lp #slider .slider_wrap {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#lp .lp_cena {
    background-color: #fff;
    font-size: 30px;
    padding: 15px 25px 0 30px;
    display: inline-block;
    font-family: Geomanist;
    font-style: italic;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    margin: 0 auto;
    transform: skew(-13deg);
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    height: 40px;
    width: 130px;
    line-height: 60px;
}

#lp .lp_cena p {
    margin: 0 auto;
    transform: skew(13deg)
}

#lp .lp_cena .up {
    position: relative;
    top: -20px;
    left: 8px;
}

#lp .lp_cena .down {
    font-family: "GeomanistBlack";
    font-style: italic;
    position: relative;
    /* left: -15px; */
    top: -1px
}

#lp .lp_cena .up, #lp .lp_cena .down {
    font-size: 20px;
}

#lp #slider .slides .product .product_image .wrap {
    position: relative;
    text-align: right;
    margin: 10%;
    height: 366px;
}

#lp #slider .slides .product>div img {
    max-width: 100%;
    max-height: 100%;
}

#lp #slider .slides .product {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0ms 800ms, opacity 800ms 0ms;
    text-align: Center;
}

#lp #slider .slides .product img {
    max-width: 100%;
    padding: 25px;
}

#lp #slider .slides .product.active {
    height: auto;
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 300ms;
}

#lp .lp_cta_2 {
    margin-top: 30px;
    padding: 3px 10px;
    width: 220px;
}

#lp .lp_cta_2 a {
    font-size: 18px;
}

#slider .arrows p {
    display: block;
    position: absolute;
    top: 40%;
    transition: all 0.3s;
}

#slider .arrows p#prev_slide {
    left: -10px;
}

#slider .arrows p#next_slide {
    right: -10px;
}

#slider .arrows p#next_slide .big {
    display: inline-block;
}

#slider .arrows p#next_slide .small {
    display: none;
}

#slider .arrows p:hover {
    opacity: 0.7;
    transform: scale(0.9)
}

#lp_prizes_showcase img {
    max-width: 100%;
}

#lp_prizes_showcase .prize:before {
    content: "";
    background-color: #1f83c1;
    position: absolute;
    left: 0;
    bottom: 47%;
    height: 43%;
    width: 100%;
    transform: skew(-13deg);
    z-index: -1;
}

#lp_prizes_showcase h4 {
    font-size: 34px;
    margin-top: 80px;
    font-style: italic;
    line-height: 34px;
    margin-bottom: 40px;
}

#lp_prizes_showcase .prize span {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

#lp_table {
    display: none;
}

#ranks table {
    width: 100%;
    border-spacing: 0;
}

#ranks {
    grid-column: 1 / 11;
    margin-bottom: 80px;
}

#ranks table {
    color: #fff;
}

#ranks thead tr {
    background-color: #212327;
    text-transform: uppercase;
    font-style: italic;
}

#ranks tbody tr:nth-child(even) {
    background-color: #1f83c1;
}

#ranks tbody tr:nth-child(odd) {
    background-color: #2f8fcb;
}

#ranks table tr td, #ranks thead tr th {
    padding: 2% 3%;
}

#ranks table tr td:nth-child(1), #ranks thead tr th:nth-child(1) {
    text-align: right;
    max-width: 50px;
}

#ranks table tr td:nth-child(n+2), #ranks thead tr th:nth-child(n+2) {
    text-align: left;
}

.step_details a {
    color: #1b2d36;
}

.lp_cta a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
}

#lp #lp_steps .step_details {
    transform-style: preserve-3d;
    z-index: 500;
}

.mobilepic{
    display:none;
}
@media only screen and (max-width: 1100px) {
    #lp #lp_top .lp_cta p {
        border-left: 4px solid #fff;
        border-right: 4px solid #fff;
        transform: skew(-13deg);
        padding: 20px 80px 20px 40px;
        text-align: center;
        display: inline-block;
    }
    #lp #lp_top>div {
        text-align: center;
    }
    #lp #lp_top .lp_title {
        margin-bottom: 300px;
    }
    #lp #lp_top .lp_decathlon_logo {
        grid-column: 8 / 13;
        grid-row: 1;
        text-align: left;
        margin-bottom: 60px;
    }
    #lp #lp_top .lp_decathlon_logo img {
        max-width: 100%;
    }
    #lp h1::before {
        left: 50%;
        transform: skew(-13deg) translateX(-50%);
    }
    #lp #lp_steps {
        padding: 40px 40px 0;
        width: 100%;
    }
    #lp #lp_steps h3 {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #lp #lp_steps .step_details {
        position: relative;
        margin-bottom: 300px;
    }
    #lp #lp_steps .step_details:last-of-type {
        margin-bottom: 50px;
    }
    #lp #lp_steps .step_details::after {
        content: "";
        background-size: cover;
        background-position: center;
        height: 250px;
        width: calc(100% + 80px);
        position: absolute;
        bottom: -300px;
        lefT: -40px;
    }
    #lp #lp_steps .step_details:nth-child(1)::after {
        background-image: url(https://contents.mediadecathlon.com/s888186/k$bc76e691dbbf527dd47027b860bbc230/step1%201.png);
    }
    #lp #lp_steps .step_details:nth-child(4)::after {
        
    }
    
    .mobilepic{
        display:block;
        width:100%;
        margin-bottom:50px;
    }
    /* #lp #lp_steps .step_details:nth-child(5)::after {
        background-image: url(../img/step3.png)
    } */
    #lp #lp_steps .step_images {
        display: none;
    }
    #lp #lp_top .grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(10, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 1em;
        padding: 0;
        max-width: 1180px;
        margin-left: auto;
        margin-right: auto;
        flex: 1;
    }
    #lp #lp_top #lp_top_content div {
        -ms-grid-column: 1;
        -ms-grid-column-span: 10;
        grid-column: 1 / 11;
    }
    #lp #lp_steps .step_details {
        text-align: center;
        margin-top: 60px;
    }
    #lp #lp_steps .step_details h3 {
        text-align: left;
    }
    #lp #slider {
        padding-bottom: 0;
    }
    #lp .lp_cena {
        right: 50%;
        transform: translateX(50%) skew(-13deg);
        bottom: 30px;
        font-size: 50px;
        height: 55px;
        width: 130px;
    }
    #lp #slider .slides .product .product_image {
        background-image: url(../img/product.png);
        background-position: center bottom;
    }
    #lp #slider .slides .product .product_image .wrap {
        width: auto;
        margin: 0;
        padding: 50px 20px;
        text-align: center;
        transition: background 0.2s;
    }
    #lp #slider .slides .product .product_desc {
        width: auto;
        padding: 0 50px 50px;
        text-align: center;
    }
    #slider .arrows p {
        display: block;
        position: absolute;
        top: 150px;
        transition: all 0.3s;
    }
    #slider .arrows p#prev_slide {
        left: 10px;
        top: 25%;
    }
    #slider .arrows p#next_slide {
        right: 10px;
        top: 25%;
    }
    #slider .arrows p:hover {
        opacity: 0.7;
        transform: scale(0.9)
    }
    #slider .arrows p#next_slide .big {
        display: none;
    }
    #slider .arrows p#next_slide .small {
        display: inline-block;
    }
    #lp .lp_cta_2 {
        margin-left: auto;
        margin-right: auto;
    }
    #lp #lp_steps h3 {
        position: relative;
        left: -30px;
    }
    #lp #lp_steps h3:before {
        content: "";
        border-left: 4px solid #3d86c2;
        position: absolute;
        right: -30px;
        top: 0;
        transform: translate(50%) skew(-13deg)
    }
    #lp #lp_steps h3.line_back:before {
        height: 50px;
        right: 100px;
    }
    #lp #lp_steps h3.line_back:after {
        position: absolute;
        right: 65px;
        text-align: right;
    }
    #lp #lp_steps .greybox {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    #lp {
        font-size: 14px;
        line-height: 130%;
    }
    #lp #lp_top>div {
        text-align: center;
    }
    #lp h1::before {
        left: 50%;
        transform: skew(-13deg) translateX(-50%);
    }
    #lp h1 {
        font-size: 34px;
    }
    #lp #lp_steps .step_details h3, #slider h3 {
        font-size: 24px;
        line-height: 28px
    }
    #lp #lp_top .lp_cta {
        padding-right: 0;
    }
    #lp #lp_steps h3:before {
        content: "";
        border-left: 4px solid #3d86c2;
        height: 70px;
        position: absolute;
        right: -30px;
        top: -10px;
        transform: translate(50%) skew(-13deg)
    }
    #lp #lp_steps .greybox {
        width: 90%;
        line-height: 1.35;
        font-size: 30px;
    }
}

@media only screen and (min-width: 1100px) {
    #lp #lp_top .lp_cta p, #lp #lp_top h2 {
        margin: 10px 0;
    }
    .grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
        grid-column-gap: 20px;
        grid-row-gap: 1em;
        padding: 0 20px;
        width: calc(100% - 40px);
        max-width: 1180px;
        margin-left: auto;
        margin-right: auto;
        flex: 1;
    }
    #lp #lp_top_content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 30px;
    }
    #lp #lp_top .lp_decathlon_logo {
        text-align: left;
    }
    #lp #lp_top .lp_title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1 / 7;
        grid-row: 1;
    }
    #lp h1::before {
        left: 0;
        transform: skew(-13deg);
    }
    #lp #lp_top .lp_decathlon_logo {
        -ms-grid-column: 7;
        -ms-grid-column-span: 3;
        grid-column: 7 / 11;
        grid-row: 1;
        text-align: right;
    }
    #lp #lp_top .wrap {
        -ms-grid-column: 2;
        -ms-grid-column-span: 8;
        grid-column: 2 / 10;
        grid-row: 2;
        background-color: #1f83c1;
        position: absolute;
        bottom: 0;
        width: 90%;
        left: 50%;
        transform: skew(-13deg) translateX(-50%) translateY(calc(30px + 50%));
        min-height: 20px;
        display: flex;
        box-sizing: border-box;
        padding: 20px;
    }
    #lp #lp_top .lp_slogan {
        transform: skew(13deg);
        width: 65%;
        padding-left: 2%;
    }
    #lp #lp_top .lp_cta {
        transform: skew(13deg);
        text-align: right;
        /* width: 35%; */
        padding-right: 5%;
    }
    #lp #lp_steps .steps_wrap.grid {
        grid-template-rows: 500px 743px;
    }
    #lp #lp_steps .step_details.even {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5;
        text-align: left;
        /*margin-bottom: 60px;*/
        -webkit-align-self: flex-end;
        /* add prefixed version */
        -ms-flex-item-align: end;
        align-self: center;
    }
    #lp #lp_steps .step_images.even {
        -ms-grid-column: 6;
        -ms-grid-column-span: 4;
        grid-column: 6 / 11;
        text-align: left;
        margin-bottom: 60px;
        position: relative;
    }
    #lp #lp_steps .step_images.even:after {
        content: "";
        clear: both;
    }
    #lp #lp_steps .step_details.even:first-child {
        grid-row: 1
    }
    #lp #lp_steps .step_details.even:nth-child(2) {
        grid-row: 2
    }
    #lp #lp_steps .step_details.even:nth-child(3) {
        grid-row: 3
    }
    #lp #lp_steps .step_images.even img:nth-of-type(1) {
        margin-left: -50px;
        position: absolute;
    }
    #lp #lp_steps .step_images.even img:nth-of-type(2) {
        position: relative;
        left: 630px;
    }
    #lp #lp_steps .step_images.last img {
        position: relative;
        left: -70px;
    }
    #lp #lp_steps .step_details.odd {
        -ms-grid-column: 7;
        -ms-grid-column-span: 3;
        grid-column: 7 / 11;
        text-align: left;
        margin-bottom: 60px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    #lp #lp_steps .step_images.odd {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1 / 7;
        text-align: left;
        margin-bottom: 60px;
        position: relative;
    }
    #lp #lp_steps .step_images.odd img:nth-of-type(1) {
        max-width: 100%;
        position: relative;
    }
    #lp #lp_steps .step_images.odd img:nth-of-type(2) {
        position: absolute;
        left: -590px;
        top: 0;
    }
    #lp #slider .slides .product>div {
        width: 40%;
        margin: 0 5%;
        align-content: center;
    }
    #lp #slider::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 50%;
        height: 100%;
        z-index: -1;
        transition: background 0.2s;
    }
}

@media only screen and (max-width: 480px) {
    #lp h1 {
        font-size: 30px;
    }
    #lp #lp_top .lp_decathlon_logo {
        text-align: center;
    }
    #lp_prizes_showcase .prize:before {
        /*transform:skew(0)*/
    }
    #lp h1::before {
        height: 30px;
    }
    #lp #lp_prizes .prizes_box h4 {
        margin-top: 40px;
    }
}

.lp_cena, .lp_cena * {
    box-sizing: content-box;
}

@media only screen and (max-width: 380px) {
    #lp #lp_steps .step_details:last-of-type h3 {
        width: 120%;
    }
    #lp #lp_steps .step_details:last-of-type h3:after {
        right: 20px
    }
    #lp #lp_steps .step_details:last-of-type h3:before {
        right: 55px
    }
}

.lp_cta {
    background: rgb(31, 131, 193);
    background: linear-gradient(103deg, rgba(31, 131, 193, 1) 0%, rgba(31, 131, 193, 0.5018382352941176) 100%);
    display: inline-block;
    transform: skew(-13deg);
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

.lp_cta a {
    height: 60px;
    width: 100%;
    display: grid;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transform: skew(13deg);
    justify-content: center;
    align-items: center;
}

@media(min-width: 768px) {
    .lp_cta a {
        font-size: 23px;
    }
}

.aos-fix[data-aos].aos-animate {
    transform: unset;
}

#lp #map {
    background-color: #212327;
    padding: 1px 0;
    text-align: center;
}

@media(min-width: 550px;
) {
    #lp #map {
        padding: 1px 20px;
    }
}

#lp #map #mapcontainer {
    min-height: 600px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

#lp #map h2 {
    margin-top: 80px;
    color: #fff;
}

#lp #map .leaflet-popup-content {
    text-align: center;
    margin: 15px 30px;
}

#lp #map .leaflet-popup-content h4 {
    text-transform: none;
    font-weight: normal;
    font-style: italic;
    font-size: 26px;
    color: #202226;
    margin: 0;
    letter-spacing: .02em;
}

#lp #map .leaflet-popup-content a {
    font-weight: bold;
    color: #1283c1;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-style: italic;
}

#lp #map .leaflet-popup-content-wrapper {
    border-radius: 0;
}

#lp #map .map_wrap {
    position: relative;
    min-height: 600px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

#lp #map .map_wrap .map_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    background-color: rgba(246, 200, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    line-height: 1.2;
}

#lp #map .map_wrap .map_overlay a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    background: rgb(31, 131, 193);
    background: linear-gradient(103deg, rgba(31, 131, 193, 1) 0%, rgba(31, 131, 193, 0.5018382352941176) 100%);
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
}

@media(max-width: 500px) {
    #lp #map .map_wrap .map_overlay a {
        font-size: 16px;
    }
}

#lp h2 {
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    color: #202226;
    margin: 1px 0 60px;
    letter-spacing: .02em;
    text-align: center;
    line-height: 1;
}

@media(min-width: 768px) {
    #lp h2 {
        font-size: 40px;
        margin: 0 0 80px;
    }
}

@media(max-width: 768px) {
    #lp h2 strong {
        display: block;
    }
}

.leaflet-control-container .leaflet-top, .leaflet-control-container .leaflet-bottom {
    z-index: 800
}

.lp_regulamin {
    font-weight: bold;
    text-decoration: underline;
}

.link-zwift {
    color: #fff !important;
    text-decoration: none;
}

#lp {
    overflow: hidden;
}

#lp #slider {
    /*width: 100%;
    background-image: url("../img/slider_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px 0;
    position: relative;
    z-index: 100;
    background-color: #FFFFFF;
    /* remove later */
}

#lp #slider ul {
    list-style: none;
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    align-items: stretch;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    grid-column: col-start 3 / span 8;
}

#lp #slider ul li, .lp_cta_2 {
    list-style: none;
    width: 16%;
    background: linear-gradient(90deg, #0281BF 3.92%, rgba(2, 129, 191, 0.5) 98.39%);
    transform: skew(-13deg);
    transition: background 0.3s;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    border: 3px none transparent;
    box-sizing: border-box;
    min-height: 45px;
}

#lp #slider ul li:hover, .lp_cta_2:hover {
    background: #0281BF linear-gradient(90deg, #0281BF 3.92%, rgba(2, 129, 191, 0.5) 98.39%);
}

#lp #slider ul li a, .lp_cta_2 a {
    transform: skew(13deg);
    display: inline-block;
    font-family: Geomanist;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

#lp #slider ul li.active {
    background: none;
    border: 3px solid #1283C1;
    background-color: #FFFFFF;
}

#lp #slider ul li.active a {
    color: #1283C1;
}

#lp #slider .slides {
    grid-column: col-start 1 / span 10;
    margin-top: 50px;
    margin-top: 50px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

#lp #slider .slides .slide {
    grid-template-columns: repeat(12, [col-start] 1fr);
    grid-gap: 20px;
    grid-auto-rows: auto;
    display: none;
}

#lp #slider .slides .slide.active {
    display: grid;
    grid-row-gap: 0;
}

#lp #slider .slides .col_1, #lp #slider .slides .col_2 {}

#lp #slider .slides .col_1 {
    grid-column: col-start 2 / span 5;
    margin-right: 5%;
    grid-row: 2;
}

#lp #slider .slide-prev {
    grid-column: col-start 1 / span 1;
    grid-row: 2;
}

#lp #slider .slide-next {
    grid-column: col-start 12 / span 1;
    grid-row: 2;
}

#lp #slider .slides .col_2 {
    grid-column: col-start 7 / span 5;
    grid-row: 2;
    margin-left: 5%;
    overflow: none;
}

#lp #slider .slides .col_2 .wrap {
    position: relative;
}

#lp #slider .slides .col_2 img {
    max-width: 100%;
}

.slide-next_b {
    display: none;
}

.slide-next_w {
    display: inline;
}

@media only screen and (max-width: 950px) {
    #lp #slider ul {
        display: none;
    }
    #lp #slider .slides .col_1, #lp #slider .slides .col_2 {
        grid-column: col-start 1 / span 12;
        margin: 0;
    }
    #lp #slider .slides .col_1 {
        grid-row: 2;
        text-align: center;
        padding: 20px;
        background-color: #f3f3f3;
    }
    #lp #slider .slides .col_2 {
        grid-row: 1;
        background-image: url("../img/slide_small_bg.png");
        background-size: cover;
        text-align: center;
        padding: 40px 20px;
    }
    #lp #slider {
        background-image: none;
        padding-top: 0;
    }
    #lp #slider .lp_grid {
        grid-column: col-start 1 / span 12;
        padding-left: 0;
        padding-right: 0;
    }
    #lp #slider .slides {
        grid-column: col-start 1 / span 12;
        margin-top: 0;
    }
    .slide-next_w {
        display: none
    }
    .slide-next_b {
        display: inline;
    }
    #lp #slider .slide-prev {
        grid-column: col-start 1 / span 4;
    }
    #lp #slider .slide-next {
        grid-column: col-start 9 / span 4;
        text-align: center;
    }
    #lp #slider .slide-prev, #lp #slider .slide-next {
        margin-left: auto;
        margin-right: auto;
    }
    #lp #slider .slide-prev img, #lp #slider .slide-next img {
        width: 50%;
    }
}

@media only screen and (min-width: 1100px) {
    #lp .product {
        display: flex;
        align-items: center;
    }
    #lp #decablogi {
        display: flex;
        gap: 20%;
    }
    #lp #decablogi .wpis {
        flex-basis: 50%;
    }
}

#lp #decablogi-wrap {
    max-width: 1024px;
    margin-lefT: auto;
    margin-right: auto;
    padding: 60px 20px 0;
}

#lp #decablogi {}

#lp #decablogi img {
    width: 100%;
    object-fit: cover;
}

#lp #decablogi a {
    color: #000;
    text-decoration: none;
}

#lp #decablogi h4 {
    font-size: 24px;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.3;
}

#lp #decablogi p {
    font-size: 16px;
    color: #1283c1;
    margin-top: 0;
}

#lp .product_desc {
    text-align: left;
}

#lp .product_cta {
    width: 100% !important;
}

#lp .black-box {
    max-width: 500px;
    min-height: 300px;
    margin: 0 auto;
    background-color: #232323;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#lp .black-box h2 {
    color: #fff;
    line-height: 1.3;
}