@charset "UTF-8";

/*
	GENERAL
* ----------------------------------------------------------------------------
*/

body {
	position: relative;
	left: 0px;
    background: rgba(24,24,37,1.00);
	color: rgba(255,255,255,1);

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
body, div, h1, h2, h3, h4, h5, h6, a, p, ul, ol, li, dl, dt, dd,
img, form, fieldset, input, button, textarea, blockquote, * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-font-smoothing: antialiased;
    font-variant-ligatures: none;
}
.container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    /*border: solid 1px red;*/
}
    .container.taller {margin: 120px auto;}
    .container.full {padding: 0;}
    .container.wide {max-width: 100%;}
	.container:after {
		content:"";
		display: table;
		clear: both;
	}
    .clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
    *                                   {box-sizing: border-box;}
	* html .clearfix					{ zoom: 1; } /* IE6 */
	*:first-child+html .clearfix		{ zoom: 1; } /* IE7 */
	.clear								{clear: both;}


/*
	GLOBAL + FORM
* ----------------------------------------------------------------------------
*/

div, h1, h2, h3, h4, h5, h6, a, p, ul, label {
	font-family: 'Gilroy-Light';
}
h1 {
    font-family: 'Gilroy-Bold';
    margin: 25px 0;
    font-weight: 900;
}
h2 {
    font-family: 'Gilroy-Light';
    margin: 25px 0;
    font-weight: 900;
}

p {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4em;
}

a {
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
a:hover  {color: rgba(255,255,255,0.7);}
a:focus {outline: 0;}
a:visited {color: rgba(255,255,255,1)}

a.button, input.button, button {
	display: inline-block;
	padding: 20px 46px 18px 46px;
    font-size: 20px;
    line-height: 16px;
	font-family: 'Gilroy-Bold';
	text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 0.02em;
	color: rgba(255,255,255,1);
	background-color: rgba(244,12,83,1);
	transition: all 0.6s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 36px;
	border-radius: 36px;
    border: solid 2px rgba(244,12,83,1);
    cursor: pointer;
}
    a.button.small, input.button.small, button.small {
        padding: 14px 40px 12px 40px;
        font-size: 16px;
        line-height: 12px;
    }
    a.button.white, input.button.white, button.white {
        color: rgba(244,12,83,1);
        background-color: rgba(255,255,255,1);
        border-color: rgba(255,255,255,1);
    }
a.button:hover, input.button:hover, button:hover {
    background-color: rgba(244,12,83,0.5);
}
    a.button.small:hover, input.button.small:hover, button.small:hover {
        /*color: rgba(255,255,255,1);
        background-color: rgba(244,12,83,1);*/
        color: rgba(255,255,255,1);
        background-color: rgba(244,12,83,0);
        border-color: rgba(255,255,255,1);
    }
    a.button.white:hover, input.button.white:hover, button.white:hover {
        color: rgba(255,255,255,1);
        background-color: rgba(244,12,83,0);
        border-color: rgba(255,255,255,1);
    }

::selection {color: #fff; background: rgba(244,12,83,0.5);}
::-moz-selection {color: #fff; background: rgba(244,12,83,0.5);}


/*
	HEADER + MAIN SECTION
* ----------------------------------------------------------------------------
*/
header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: solid 1px rgba(69,71,106,0.3);
    background: rgba(24,24,37,1);
}
    header div.container {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        height: 60px;
        transition: all 0.5s ease;
    }
        header .logo {
            transition: all 0.5s ease;
            width: 100px;
        }
            header .logo svg {
                width: 100%;
                height: auto;
            }
            .logo .svg_logo_wp {fill-rule: evenodd; clip-rule: evenodd; fill: #ff134b;}
            .logo .svg_logo_pilot {fill-rule: evenodd; clip-rule: evenodd; fill: #ffffff;}

            header .user {
                margin-left: auto;
                display: none;
            }
                header .user .login,
                header .user .signup {
                    font-size: 12px;
                    font-family: 'Gilroy-Bold';
                    text-decoration: none;
                    transition-duration: 0.25s;
                    white-space: nowrap;
                }
                header .user a.login {
                    padding: 12px 16px;
                    color: rgba(166, 163, 226, 1);
                }
                header .user a.login:hover {
                    color: rgba(255, 255, 255, 1);
                }
                header .user .signup {
                    border-radius: 50px;
                    align-self: center;
                    line-height: 1;
                    padding: 12px 40px;
                    color: rgba(255, 255, 255, 1);
                    border: 1px solid rgba(255, 20, 75, 1);
                    background: rgba(255, 20, 75, 1);
                }
                header .user .signup:hover {
                    color: rgba(24, 24, 37, 1);
                    border: 1px solid rgba(255, 255, 255, 1);
                    background: rgba(255, 255, 255, 1);
                }

    header.shrink {
        background: rgba(24,24,37,0.97);
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
    }
    header.shrink div.container {height: 50px;}
    header.shrink  .logo {width: 85px;}


main {transition: all 0.5s ease;}
section {
    overflow: hidden;
    text-align: center;
}


/*
	DRIVER
* ----------------------------------------------------------------------------
*/

    section.driver {
        position: relative;
        border-bottom: solid 1px rgba(69,71,106,0.3);
        background-image: url('../gfx/img.driverm.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        /*align-items: center;*/
        align-content: center;
        width: 100%;
        height: 100vh;
        transition: all 0.1s ease;
        text-align: left;
    }
        .driver:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 70%;
            background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
        }

		.driver video {
			object-fit: cover;
			/*width: 100vw;
			height: 100vh;*/
			width: 100%;
			height: 100vh;
			position: fixed;
			position: absolute;
			top: 0;
			left: 0;
		}
            .driver .hero {
                /*position: relative;
                padding-top: 160px;
                width: 100%;
                height: 100%;*/
                position: absolute;
                top: 50%;
                left: 50%;
                width: 100%;
                transform: translateY(-50%) translateX(-50%);
                text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
                text-align: center;
            }
                .driver h1, .driver h2 {
                    margin: 0;
                    padding: 0;
                }
                .driver h1 {
                    font-size: 36px;
                    line-height: 40px;
                    animation-name: slide-down;
                    animation-duration: 0.5s;
                    animation-fill-mode: both;
                }
                .driver h2 {
                    margin: 20px 0;
                    font-size: 26px;
					line-height: 40px;
                    animation-name: fade-in;
                    animation-duration: 0.5s;
                    animation-fill-mode: both;
                    animation-delay: 0.1s;
                }
                .driver .bottom {
                    /*position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 120px;*/
                    margin-top: 60px;
                }
                .driver .button {
                    margin: 16px 10px;
                    text-shadow: none;
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
                    animation-name: slide-top;
                    animation-duration: 0.5s;
                    animation-fill-mode: both;
                    animation-delay: 0.2s;
                }
                    /*.driver a.button.white {margin-left: 20px;}*/

                @keyframes slide-down {
                    0% {transform: translateY(-30px); opacity: 0;}
                    100% {transform: translateY(0px); opacity: 1;}
                }
                @keyframes slide-top {
                    0% {transform: translateY(10px); opacity: 0;}
                    100% {transform: translateY(0px); opacity: 1;}
                }
                @keyframes fade-in {
                    0% {opacity: 0;}
                    100% {opacity: 1;}
                }
            .driver .icon-scroll,
            .driver .icon-scroll:before {
                display: none;
                position: absolute;
                z-index: 100;
                left: 50%;
                cursor: pointer;
            }
            .driver .icon-scroll {
                width: 16px;
                height: 30px;
                margin-left: -8px;
                bottom: 40px;
                box-shadow: inset 0 0 0 1px #fff;
                border-radius: 15px;
            }
            .driver .icon-scroll:before {
                content: '';
                width: 4px;
                height: 8px;
                background: #fff;
                margin-left: -2px;
                top: 8px;
                border-radius: 4px;
                animation-duration: 1.8s;
                animation-iteration-count: infinite;
                animation-name: scroll;
            }
            @keyframes scroll {
                0% {opacity: 0.8;}
                100% {opacity: 0; transform: translateY(10px);}
            }


/*
	COMMON HEADERS, PARAGRAPH & HERO IMAGE STYLES
* ----------------------------------------------------------------------------
*/

    .moredetails h1,
    .moredetails h2,
    .multiscreen p,
    .howitworks h1 {
        width: 90%;
        margin: 20px auto;
    }

    .moredetails h1,
    .howitworks h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .moredetails h2,
    .multiscreen p {
        font-size: 18px;
        line-height: 24px;
    }
    .moredetails .image,
    .multiscreen .image {
        margin: 80px auto;
        width: 80%;
    }
        .moredetails .image img,
        .multiscreen .image img {width: 100%; height: auto;}
    
    section.moredetails {
        padding: 40px 0;
        text-align: center;
    }

    .video {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
        border: solid 6px rgba(255,255,255,1.00);
        border-radius: 12px;
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.20), 0 6px 20px 0 rgba(0,0,0,0.20);
    }
        .video iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
        }


/*
	O NAS
* ----------------------------------------------------------------------------
*/

    section.onas {
        /*background: url("../gfx/bg.flare.png") top center no-repeat, rgba(255,19,75,1.00);*/
        background: rgba(244,12,83,1.00);
    }


/*
	PAKIETY
* ----------------------------------------------------------------------------
*/

	section.pakiety {
		margin-top: 80px;
		display: flex;
		flex-wrap: wrap;
  		justify-content: center;
    }
		.pakiety .box {
			margin-right: 0%;
			margin-bottom: 5%;
			padding: 10px 0px;
			width: 80%;
			box-sizing: content-box;
			border-radius: 9px;
			border: solid 1px rgba(74,112,144,0.7);
			background: rgba(40,40,63,1.00);
		}
		.pakiety .box:last-child {margin-right: 0px;}
			.pakiety .info,
			.pakiety .details {
				margin: 40px auto;
				width: 80%;
			}

			.pakiety .pack, .pakiety .featured {font-size: 20px;}
			.pakiety .pack {text-transform: uppercase;}
			.pakiety .name {font-size: 31px; font-family: 'Gilroy-Bold';}
			.pakiety .highlight  {
				display: inline-block;
				margin: 12px auto;
				border-radius: 12px;
				padding: 9px 22px;
				font-size: 15px;
				font-family: 'Gilroy-Bold';
				background: rgba(2,162,118,1.00);
			}
			.pakiety .price {font-size: 41px;}
			.pakiety .price span {font-family: 'Gilroy-Bold';}
			.pakiety a.button {padding: 20px 66px 18px 66px; margin: 20px 0;}

            .pakiety a.button.channels {
                margin: 0!important;
                padding: 4px 6px;
                font-size: 10px;
                text-align: center;
                line-height: 10px;
            }
                .pakiety a.button.channels span.expand {
                    max-width: 0;
                    transition: max-width 1s;
                    display: inline-block;
                    vertical-align: middle;
                    white-space: nowrap;
                    overflow: hidden;
                }
                .pakiety a.button.channels:hover span.expand {max-width: 7rem; padding-right: 3px;}
                .pakiety a.button.channels span.ico {transition: 0.5s; transition-delay: 1.1s;}
                .pakiety a.button.channels:hover span.ico {opacity: 0; transition-delay: 0s;}

			.pakiety li {margin-left: 20px;}
			.pakiety li::marker {
				  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='14' height='11' x='0px' y='0px'><path d='M5.3,7l6.3-7l2,1.8l-8.1,9L0,5.8l1.8-2L5.3,7z' fill='white'/></svg>");
			}
			.pakiety li p {
				margin: 6px 12px;
				font-size: 16px;
				text-align: left;
			}
			.pakiety .details img {
				width: auto;
				height: 30px;
				vertical-align: middle;
			}
			.pakiety p.green {color: rgba(67,216,97,1.00);}

            .pakiety li.green::marker {
				  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='14' height='11' x='0px' y='0px'><path d='M5.3,7l6.3-7l2,1.8l-8.1,9L0,5.8l1.8-2L5.3,7z' fill='limegreen'/></svg>");
			}
            .pakiety li.green p {color: rgba(67,216,97,1.00);}

/*
	BIG FEATURES
* ----------------------------------------------------------------------------
*/

    section.bigfeat {
        position: relative;
        padding: 40px 0 40px 0;
        text-align: center;
        border-bottom: solid 1px rgba(69,71,106,0.3);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 80vh;
    }
         .bigfeat:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, rgba(24,24,37,0) 0%, rgba(24,24,37,0.5) 50%, rgba(24,24,37,0) 100%);
        }
        /* wersje mobilne */
        section.bigfeat.sport {background-image: url('../gfx/img.bigfeat.sportm.jpg');}
        section.bigfeat.filmy {background-image: url('../gfx/img.bigfeat.filmym.jpg');}
        section.bigfeat.bajki {background-image: url('../gfx/img.bigfeat.bajkim.jpg');}

        .bigfeat .container {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            transform: translateY(-50%) translateX(-50%);
            text-align: center;
            text-shadow: 0 0 10px rgba(0, 0, 0, 1);
        }
            .bigfeat h1, .bigfeat h2 {
                margin: 0;
                padding: 0;
            }
            .bigfeat h1 {
                font-size: 36px;
                line-height: 40px;
                animation-name: fade-in;
                animation-duration: 0.5s;
                animation-fill-mode: both;
                text-shadow: 0 0 40px rgba(0, 0, 0, 1);
            }
            .bigfeat h2 {
                margin: 20px 0;
                font-size: 26px;
                line-height: 40px;
                animation-name: fade-in;
                animation-duration: 0.5s;
                animation-fill-mode: both;
                animation-delay: 0.1s;
                text-shadow: 0 0 40px rgba(0, 0, 0, 1);
            }
            .bigfeat .button {
                margin: 16px 10px;
                text-shadow: none;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
                animation-name: slide-top;
                animation-duration: 0.5s;
                animation-fill-mode: both;
                animation-delay: 0.2s;
            }


/*
	PODSUMOWANIE
* ----------------------------------------------------------------------------
*/

    section.podsumowanie {
        background: url("../gfx/bg.flare.png") top center no-repeat, rgba(40,40,62,1.00);
    }


/*
	HIGHLIGHTS
* ----------------------------------------------------------------------------
*/

    section.highlight {
        display: flex;
        flex-wrap: wrap;
        min-height: 340px;
        text-align: left;
        margin: 80px auto;
    }
        .highlight .image {
            position: relative;
            width: 100%;
            min-height: 380px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
            .highlight .img-1 {background-image: url('../gfx/img.highlight.1m.png');}
            .highlight .img-2 {background-image: url('../gfx/img.highlight.2m.png');}

        .highlight .info {
            position: relative;
            width: 100%;
        }
            .highlight .details {
                margin: 20px 0px;
                text-align: center;
            }
                .highlight .icons ul {
                    display: inline;
                    white-space: nowrap;
                }
                    .highlight .icons li {
                        display: inline;
                        margin-right: 10px;
                    }
                    .highlight svg {height: 22px; width: auto; fill: #737697;}
                    .highlight svg .fill1{opacity:0.2;}
                    .highlight svg .fill2{opacity:0.4;}

                .highlight h1 {
                    margin-top: 6px;
                    margin-bottom: 20px;
                    font-size: 28px;
                    line-height: 36px;
                }
                .highlight p {
                    margin-bottom: 20px;
                    font-size: 18px;
                    line-height: 26px;
                    color: rgba(115,118,151,1.00);
                }


/*
	STEPS
* ----------------------------------------------------------------------------
*/

    section.steps .container {}
        .steps div.icons-container {
            margin: 0px auto;
            margin-top: 40px;
            width: 80%;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
            .steps .icon {width: 33%;}
            .steps svg {height: 70px; width: auto; fill: #f40c53;}

            .steps .icon h1 {
                margin-top: 6px;
                margin-bottom: 20px;
                font-size: 28px;
                line-height: 36px;
            }
            .steps .icon h2 {
                margin-bottom: 20px;
                font-size: 18px;
                line-height: 26px;
            }

    @media only screen and (max-width:760px) {
        .steps div.icons-container {width: 100%;}
        .steps .icon {width: 100%;}
    }

/*
	DOBRE PROGRAMY
* ----------------------------------------------------------------------------
*/

    img.dobreprogramy {
        height: 26px;
        width: auto;
        margin-right: 12px;
    }
    .dobreprogramy {font-family: 'Gilroy-Light';}


    @media only screen and (max-width:600px) {
        img.dobreprogramy {height: 18px;}
    }


/*
	NEWSLETTER
* ----------------------------------------------------------------------------
*/

    section.newsletter {
        background: rgba(68,71,105,1.00);
    }
        .newsletter div.form {
            margin-top: 20px;
            position: relative;
            display: inline-block;
        }
        .newsletter .form input,
        .newsletter .form label {
            -webkit-transition: all .2s;
            transition: all .2s;
            font-size: 15px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
        }
        .newsletter .form input {
            width: 300px;
            display: inline-block;
            padding: 10px 46px;
            font-size: 14px;
            font-family: 'Gilroy-Bold';
            color: rgba(255,255,255,1);
            background-color: rgba(68,71,105,1.00);
            border-radius: 36px;
            border: solid 2px rgba(255,255,255,1);
        }
        .newsletter .form input.enabled {padding-left: 1.2em;}
        .newsletter .form label {
            position: absolute;
            top: 1em;
            left: 1.2em;
            color: #aaa;
            line-height: 1;
        }
        .newsletter label.disabled {display: none;}
        .newsletter .form input:focus {
            padding-left: 1.2em;
        }
        .newsletter .form input:focus + label {
            top: -2.3em;
            left: 0.1;
            padding: .4em .7em .45em;
            border-radius: .2em;
            background-color: rgba(244,12,83,1);
            color: #fff;
            font-size: 14px;
        }
        .newsletter .form input:focus + label::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -6px;
            border: 6px solid transparent;
            border-top-color: rgba(244,12,83,1);
        }
        .newsletter button.mobile {margin-top: 20px;}
        .newsletter div.icons-container {
            margin: 0px auto;
            margin-top: 40px;
            width: 40%;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
            .newsletter .icon {width: 20%;}
            .newsletter svg {height: 32px; width: auto; fill: #ffffff; transition: 0.45s; opacity: 0.35;}
            .newsletter svg:hover {opacity: 1;}

    @media only screen and (max-width:768px) {
        .newsletter div.form,
        .newsletter .form input {width: 100%;}
        .newsletter button.desktop {display: none;}
        .newsletter div.icons-container {width: 70%;}
        .newsletter .icon {width: 33%;}
    }
    @media only screen and (min-width:769px) {
        .newsletter button.mobile {display: none;}
    }


/*
	MULTISCREEN
* ----------------------------------------------------------------------------
*/

    section.multiscreen {
        padding: 40px 0 40px 0;
        text-align: center;
    }
		.multiscreen .apps.bold {font-family: 'Gilroy-Bold';}
		.multiscreen .badges {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
            .multiscreen .badges a {padding: 1% 0.4%;}
            .multiscreen .badges img {width: 94%; height: auto;}
    .multiscreen .image {
        margin-bottom: 40px;
    }


/*
	QUESTIONS
* ----------------------------------------------------------------------------
*/

    section.questions {
        margin-top: 60px;
        padding: 50px 0 50px 0;
        text-align: center;
        background: rgba(244,12,83,1.00);
    }
        section.questions h1 {
            font-size: 42px;
            margin: 0px
        }

        section.questions button.customerCare {
            margin-top: 25px;
            font-size: 16px;
            font-weight: 700;
            color: rgba(0,0,0,1.00);
            padding: 9px 26px;
            border: 2px solid rgba(244,12,83,0);
            border-radius: 23px;
            background-color: rgba(255,255,255,1);
            cursor: pointer;
            text-transform: uppercase;
            transition: all 0.6s ease-in-out;
        }

        section.questions button.customerCare:hover {
            border: 2px solid rgba(255,255,255,1);
            background-color: rgba(244,12,83,1.00);
            color: rgba(255,255,255,1);
        }

/*
	FOOTER
* ----------------------------------------------------------------------------
*/

footer {
    padding: 20px 0;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
  	justify-content: center;
}
    footer .copyright {margin-left: auto; text-align: center;}

    footer p, footer a {font-size: 12px; text-decoration: none;}
    footer ul {
        display: inline;
        white-space: nowrap;
    }
        footer li {
            display: inline;
            margin-right: 10px;
        }

/*
	MEDIA QUERIES
* ----------------------------------------------------------------------------
*/  

/* EXTRA SMALL DEVICES (phone, 320px and down) */
@media only screen and (max-width: 320px) {
    header .user .login {
      padding-left: 5px;
      padding-right: 5px;
    }
    header .user .signup {
      padding-left: 8px;
      padding-right: 8px;
    }
}

/* EXTRA SMALL DEVICES (phone, 600px and down) */
@media only screen and (max-width: 600px) {
	.driver h1 {font-size: 3.4vh; line-height: 3.6vh;}
    .driver h2 {font-size: 2.8vh; line-height: 3vh;}
	.driver .button {padding: 15px 20px; font-size: 1.8vh; line-height: 1.8vh;}
    .bigfeat .button {padding: 15px 20px; font-size: 1.8vh; line-height: 1.8vh;}
	.driver label.legimipilot {width: 100%;}
    
    .moredetails h1,
    .questions h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .moredetails h2,
    .multiscreen p {
        font-size: 15px;
        line-height: 22px;
    }
    
    .multiscreen .image {margin: auto -10%; width: 120%; min-height: 200px;}
    .moredetails .image {margin: 2% -10% 2% -10%; width: 120%; min-height: 200px;}
    .moredetails .video-container.image {margin: 2% 0% 2% 0%; width: 100%; min-height: 200px;}
    
	.pakiety .box {width: 100%;}
	
	a.button.small, input.button.small {padding: 9px 24px; font-size: 1.8vh;}
    
    section.questions h1 {font-size: 3.4vh; line-height: 3.6vh; margin-top: -10px; margin-bottom: 12px;}
    section.questions a:before {width: 18px;}
    section.questions button.customerCare { font-size: 14px; }
	
	footer .copyright {display: block; width: 100%;  margin: 10px auto;}
    header .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* SMALL DEVICES (portrait tablet and large phone, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* MEDIUM DEVICES (landscape tablet, 768px and up) */
@media only screen and (min-width: 768px) {
    section.driver {background-image: url('../gfx/img.driver.jpg');}
    .driver h1 {
        font-size: 5.8vh;
        line-height: 6vh;
    }
    .driver h2 {
        font-size: 3.8vh;
        line-height: 4vh;
    }

    .bigfeat h1 {
        font-size: 5.8vh;
        line-height: 6vh;
    }
    .bigfeat h2 {
        font-size: 3.8vh;
        line-height: 4vh;
    }
    section.bigfeat.sport {background-image: url('../gfx/img.bigfeat.sport.jpg');}
    section.bigfeat.filmy {background-image: url('../gfx/img.bigfeat.filmy.jpg');}
    section.bigfeat.bajki {background-image: url('../gfx/img.bigfeat.bajki.jpg');}
}

/* MOBILE DEVICE in LANDSCAPE ORIENTATION */
@media only screen and (max-width: 992px) and (orientation:landscape) {
	
    section.driver {
        background-image: url('../gfx/img.driver.jpg');
    }
    .driver h1 {
        font-size: 30px;
        line-height: 34px;
        border: solid 1px red;
    }
    .driver h2 {
        margin: 10px 0 20px 0;
        font-size: 26px;
		line-height: 40px;
    }
    .driver .button {
        padding: 10px 26px 8px 26px;
        font-size: 10px;
    }
    .bigfeat .button {
        padding: 10px 26px 8px 26px;
        font-size: 10px;
    }
}

/* LARGE DEVICES (laptop/desktop, 992px and down) */
@media only screen and (max-width: 992px) {
}

/* LARGE DEVICES (laptop/desktop, 992px and up) */
@media only screen and (min-width: 992px) {
    header div.container {height: 80px;}

    header .logo {width: 156px;}
        header.shrink div.container {height: 70px;}
        header.shrink  .logo {width: 120px;}
    
    .driver .icon-scroll, .driver .icon-scroll:before {display: block;}
	.pakiety .box {margin-right: 2%; width: 30%;}
    
    section.moredetails {padding: 80px 0;}
    .video {
        border: solid 12px rgba(255,255,255,1.00);
        border-radius: 24px;
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.20), 0 6px 20px 0 rgba(0,0,0,0.20);
    }
	
    .highlight .image {width: 36.9%;}
        .highlight .img-1 {background-image: url('../gfx/img.highlight.1.png');}
        .highlight .img-2 {background-image: url('../gfx/img.highlight.2.png');}

    .highlight .info {width: 63%; box-sizing: content-box;}
        .highlight .details {
            position: absolute;
            margin: 0 60px;
            top: 50%;
            transform: translate(0%, -50%);
            text-align: left;
        }
    .highlight.even .image {order: 1;}
    .highlight.even .info {order: 2;}
    .highlight.odd .image {order: 2;}
    .highlight.odd .info {order: 1;}
    
	.multiscreen h1, .multiscreen h2, .multiscreen .apps, .moredetails h1, .moredetails h2 {width: 60%;}
} 

/* EXTRA LARGE DEVICES (large laptop and desktop, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container {
		max-width: 1200px;
		margin: 0 auto;
	}
}
