﻿.redpass .redpass-prices .table-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    position: relative;
}

.redpass .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    fill: none;
}

    .redpass .logo rect#icon_white_hover_layer {
        fill: #ffffff;
        font-size: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }


.redpass-teaser {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    margin-bottom: 40px;
    padding: 15px 5px 15px 5px;
}

    .redpass-teaser h4 {
        text-transform: uppercase;
    }

    .redpass-teaser p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .redpass-teaser .button {
        background-color: #242424;
        color: white;
    }

/*
.redpass-teaser .button:hover{
    color:white;
}*/

.redpass .deal-span {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    padding: 13px 0;
    margin: 0;
    font-size: 10px;
}


    .redpass .deal-span img {
        display: inline-block;
    }


    .redpass .deal-span strong {
        text-decoration: underline;
        font-size: 10px;
        display: inline-block;
        vertical-align: baseline;
        line-height: 18px;
        margin-left: 8px;
    }



    .redpass .deal-span a:hover {
        color: #242424;
    }


    .redpass .deal-span svg {
        width: 35px;
        height: 18px;
        line-height: 18px;
        display: inline-block;
        vertical-align: middle;
    }

    .redpass .deal-span span {
        line-height: 18px;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: middle;
    }

/** HIGHLIGHT **/

.redpass .redpass-highlight {
    z-index: 4;
    overflow: hidden;
    color: #fff;
    position: relative;
    z-index: 4;
    background-color: #fff;
}

    .redpass .redpass-highlight .highlight-slide-background-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .redpass .redpass-highlight .highlight-slide-background-wrapper img {
            margin: 0;
            height: 100%;
            object-fit: cover;
        }

.redpass .highlight-slide {
    padding: 1% 0;
}

    .redpass .highlight-slide .wrapper {
        padding: 0 9%;
        margin: 25% 0 12.5%;
        text-align: center;
    }

    .redpass .highlight-slide .button {
        font-size: 14px;
        background-color: #fff;
        width: 100%;
        height: 42px;
        line-height: 42px;
        padding: 0;
        text-align: center;
        border: none;
        color: #242424;
        transition: color 200ms ease-in-out 50ms;
    }


    .redpass .highlight-slide h2 {
        text-transform: uppercase;
        font-size: 28px;
        margin: 3px 0 13px 0;
        line-height: 1;
    }

        .redpass .highlight-slide h2 span {
            font-size: 12px;
        }

        .redpass .highlight-slide h2 br {
            line-height: 1.2;
        }

    .redpass .highlight-slide .button:hover {
        color: white;
    }

.redpass-highlight-video-wrapper {
    width: 100%;
    position: relative;
    cursor: pointer;
    cursor: hand;
}

    .redpass-highlight-video-wrapper:hover .logo rect#icon_white_hover_layer {
        font-size: 106px;
    }

    .redpass-highlight-video-wrapper > * {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .redpass-highlight-video-wrapper::after {
        padding-bottom: 56.25%;
        content: "";
        display: block;
        width: 100%;
    }

/** PRICE LIST **/

.redpass-prices {
    padding: 35px 6.7% 35px 6.7%;
}

.slider-table-header-col {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

    .slider-table-header-col > div:not(.top-row) {
        position: relative;
        background-color: white;
        z-index: 2;
    }

.slider-table-data-wrapper {
    width: 100%;
}

.table-wrapper .competition-logo {
    width: 30px;
    height: 30px;
    margin: 0px;
}

.table-wrapper .slider-table-header-col div {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.table-wrapper .info-row {
    border-bottom: 1px solid #eee;
}

.redpass-prices .table-wrapper .top-row {
    height: 72px;
    border-bottom: 1px solid #ddd;
}

.table-wrapper .table-icon {
    width: 15px;
}

    .table-wrapper .table-icon.bar {
        border-top: 1px solid #242424;
        margin: 6px auto;
    }

    .table-wrapper .table-icon.check {
        height: 13px;
        stroke: #c30000;
    }

.slider-table-data-col {
    text-align: center;
}

    .slider-table-header-col > div:not(.top-row),
    .slider-table-data-col > div:not(.top-row) {
        float: left;
        width: 100%;
    }


    .slider-table-data-col > div:not(.top-row) {
        height: 58px;
        line-height: 58px;
    }


        .slider-table-data-col > div:not(.top-row) > * {
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
        }

    .slider-table-data-col .top-row {
        font-size: 28px;
    }

        .slider-table-data-col .top-row span {
            font-size: 12px;
            display: block;
            float: left;
            width: 100%;
        }

.slider-table-data-col {
    text-transform: uppercase;
    font-size: 12px;
}

    .slider-table-data-col p {
        margin-top: 10px;
    }

.redpass .redpass-prices .slider-table-data-col .price-cell {
    color: #c30000;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.redpass .redpass-prices .slick-dots {
    bottom: 50px !important;
}


.redpass .redpass-prices .slider-table-data-col .button-cell {
    height: auto;
    padding-top: 40px;
    line-height: 1;
}

.redpass .redpass-prices .slick-dots li button:before {
    color: black !important;
}

.slider-table-data-col .price-cell strong {
    font-size: 15px;
}


.slider-table-data-col .button {
    background-color: #242424;
    width: 100%;
    text-align: center;
}

    .slider-table-data-col .button:not(:hover) {
        color: #fff;
    }

/** GALLERY **/

.redpass .gallery-section .gallery-list .description .inner-item .big-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.redpass .gallery-section .item {
    border-right: 1px solid #fff;
}

/** ADVANTAGES **/

.redpass-advantages {
    margin-bottom: 63px;
    overflow-x: hidden;
}

    .redpass-advantages h2 {
        font-family: Roboto, sans-serif;
        text-align: center;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 26px;
        margin: 16px 0;
    }

    .redpass-advantages h3 {
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }

    .redpass-advantages .advantages-slider p {
        display: none;
    }

    .redpass-advantages .advantages-slider {
        margin-bottom: 50px;
    }

    .redpass-advantages ul {
        margin: 0;
        padding: 0 9%;
        list-style: none;
    }

    .redpass-advantages li {
        font-size: 10px;
    }

.advantages-slider .slick-list {
    padding: 0px 5%;
}

.advantages-element {
    position: relative;
    overflow: hidden;
}

.redpass-advantages .advantages-slider .advantages-element .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #242424;
    opacity: 0.4;
}

.redpass-advantages .advantages-slider .advantages-element img {
    width: 100%;
}

.redpass-advantages .advantages-slider .advantages-element::before {
    content: " ";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 200%;
    bottom: 0;
    left: -100%;
    background-color: #fff;
    transform: rotate(12deg);
    transform-origin: 100% 100%;
}

.redpass-advantages .advantages-slider .advantages-element::after {
    content: " ";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 200%;
    top: 0;
    right: -100%;
    background-color: #fff;
    transform: rotate(12deg);
    transform-origin: 0 0;
}

.redpass-advantages .advantages-slider .copy-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/** MEDIA DETAIL **/

.redpass + .mediadetail .reccomended-area,
.redpass + .mediadetail .loader {
    display: none !important;
}

/* Advantages Slick Dots */
#advantages-dots .slick-dots {
    position: relative;
    padding: 10px 0px;
}

    #advantages-dots .slick-dots button::before {
        color: black !important;
    }


@media screen and (min-width: 425px) {

    /** HIGHLIGHT **/

    /** PRICE LIST **/

    /** GALLERY **/

    /** ADVANTAGES **/

    /** MEDIA DETAIL **/

}

@media screen and (min-width: 768px) {

    /** HIGHLIGHT **/

    .redpass .redpass-highlight .highlight-slide-background-wrapper {
        position: static;
    }

    .redpass .highlight-slide {
        padding: 0;
    }

    .redpass .deal-span {
        font-size: 8px;
    }

    .redpass .redpass-highlight .highlight-slide-background-wrapper img {
        margin: 0;
        width: 100%;
    }

    .redpass .redpass-highlight-video-wrapper {
        width: 30%;
        margin: auto;
    }

    .redpass .highlight-slide .wrapper {
        padding: 0;
        position: absolute;
        display: block;
        top: 0%;
        bottom: 0;
        left: 50%;
        margin: 0;
        height: 100%;
    }

    .redpass .highlight-slide .left {
        left: 0% !important;
    }

    .redpass .highlight-slide .button {
        width: 136px;
        height: auto;
        line-height: 1;
        padding: 13px 24px;
        text-align: center;
        border-color: #fff;
    }

    .highlight-content-wrapper-desktop {
        display: table;
        height: 100%;
    }

    .highlight-content-wrapper-desktop-inner {
        display: table-cell;
        vertical-align: middle;
    }

    .highlight-content-wrapper-desktop,
    .highlight-content-wrapper-desktop-inner {
        float: none;
    }

    .redpass .highlight-slide h2 {
        font-size: 40px;
    }


        .redpass .highlight-slide h2 span {
            font-size: 14px;
        }

    /** PRICE LIST **/

    .redpass-prices {
        padding: 35px 18.3% 58px !important;
    }

        .redpass-prices .table-wrapper {
            max-width: 875px;
            margin: 0 auto;
        }


            .redpass-prices .table-wrapper .top-row {
                height: 95px;
            }

    .table-wrapper .slider-table-header-col div {
        height: 60px;
    }

    .slider-table-data-col > div:not(.top-row) {
        height: 60px;
        line-height: 60px;
    }

    .redpass .redpass-prices .slider-table-data-col .price-cell {
        height: 60px;
        line-height: 53px;
    }



    .redpass .redpass-prices .slider-table-data-col .button-cell {
        height: 76px;
        padding-top: 15px;
        line-height: 76px;
    }



    .slider-table-data-col .top-row {
        font-size: 40px;
    }

        .slider-table-data-col .top-row span {
            font-size: 14px;
        }

    .slider-table-data-col .price-cell {
        font-size: 14px;
    }

        .slider-table-data-col .price-cell strong {
            font-size: 20px;
        }

    .redpass .deal-span {
        font-size: 12px;
    }

        .redpass .deal-span strong {
            font-size: 14px;
        }

    /** GALLERY **/

    .redpass .gallery-section .gallery-list .description .inner-item .big-title {
        font-size: 32px;
    }

    .redpass .gallery-section .description .text:not(.big-title) {
        font-size: 16px;
    }

    /** ADVANTAGES **/

    .redpass-advantages {
        margin-bottom: 20px;
    }

        .redpass-advantages h2 {
            font-size: 32px;
            margin: 16px 0 40px;
        }
        /* bug 
    .redpass-advantages .advantages-slider{
        padding: 0 4.5%;
    }
    */
        .redpass-advantages h3 {
            font-size: 24px;
        }

        .redpass-advantages .advantages-slider p {
            display: block;
            text-align: center;
            color: #fff;
            font-family: Roboto, sans-serif;
        }

        .redpass-advantages ul {
            margin: 0;
            padding: 0 6.5%;
        }

        .redpass-advantages li {
            font-size: 12px;
        }

    /** MEDIA DETAIL **/

}


@media screen and (min-width: 992px) {
    .redpass .redpass-prices .slider-table-data-col .button-cell {
        height: auto;
        padding-top: 0;
        line-height: inherit;
    }
    /** HIGHLIGHT **/

    /** PRICE LIST **/

    .slider-table-header-col {
        position: relative;
    }

    .slider-table-data-col .button {
        width: auto;
    }

    .slider-table-data-wrapper {
        width: calc(11/12*100%);
    }

    .table-wrapper .slider-table-header-col div {
        padding-left: 15px;
    }


    .redpass .redpass-prices .slick-dots {
        bottom: 65px !important;
    }

    /** GALLERY **/

    /** ADVANTAGES **/

    /** MEDIA DETAIL **/

}

@media screen and (min-width: 1025px) {

    /** HIGHLIGHT **/

    /** PRICE LIST **/

    /** GALLERY **/

    /** ADVANTAGES **/

    /** MEDIA DETAIL **/

}

@media screen and (min-width: 1200px) {

    /** HIGHLIGHT **/

    /** PRICE LIST **/

    .table-wrapper .slider-table-data-col div:not(.bar) {
        padding-right: 55px;
    }

    /** GALLERY **/

    /** ADVANTAGES **/

    /** MEDIA DETAIL **/

}

@media screen and (min-width: 1600px) {

    /** HIGHLIGHT **/

    /** PRICE LIST **/

    .table-wrapper .slider-table-data-col:not(:last-child) div:not(.bar) {
        padding-right: 60px;
    }

    /** GALLERY **/

    /** ADVANTAGES **/

    /** MEDIA DETAIL **/

}
