/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

/* global */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,500i,700,700i,900,900i');

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background-color: #fff;
    font-weight: 300;
    color: #323232;
    overflow-x: hidden;
}
a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    color: #5e6cb5;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
}
.h-color {
    color: #c96ca3;
}
a, a:visited, a:focus, a:active, a:hover{
    text-decoration: none;
}
li{
    font-size: 22px;
    line-height: 32px;
}
ol {
    margin-top: 30px;
    list-style: none;
    counter-reset: my-awesome-counter;
  }
  ol li {
    counter-increment: my-awesome-counter;
  }
  ol li::before {
    content: counter(my-awesome-counter) ". ";
    color:  #d06fa5;;
    font-weight: 900;
  }
section {
    padding: 100px 0;
}
a.choose{
    background-image: -o-linear-gradient(right, #454798 0%, #c96ca3 100%);
    background-image: -webkit-gradient(linear, right top, left top, from(#454798), to(#c96ca3));
    background-image: linear-gradient(to left, #454798 0%, #c96ca3 100%);
    padding:10px 40px;
    color: #fff!important;
    font-size: 20px;
    font-weight: bold;
    border-radius: 80px;
    text-align: center;
    display: block;
    max-width: 320px;
}
a.choose:hover {
    -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
}
.btn-white{
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #57609e;
    padding: 12px 60px;
    border-radius: 80px;
    display: inline-block;
    margin-top: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
a.btn-white:hover {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
}
.align {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.old-price {
    font-weight: bold;
    color: #b4b4b4;
    line-height: 10px;
    text-decoration: line-through;
    font-size: 0.5em;
    margin-left: 10px;
}
.notice {
    font-size: 12px;
}
.font-weight-vbold {
    font-weight: 900;
}
/* end global */

/* header  */

header{
    position: relative;
    background: url(img/hero-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
}
.hero-text {
    margin: 25px auto 15px auto;
}
.mailing >*{
    margin: auto;
    display: block;
}
header a.choose {
    margin: 20px auto 0 auto;
}
.red {
    margin-bottom: 15px;
}
.red li {
    background: url(img/list-item-red.png) left center no-repeat;
    padding-left: 30px;
}

.share-thankyou {
    margin-top: 75px;
    text-align: center;
}

.borders {
    background-color: #000000;
    display: block;
    opacity: 0.15;
    width: 75%;
    height: 1px;
    opacity: 0.15;
    margin: 30px auto;
}

.share-thankyou h2 {
    color: #323232;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
}
.share-thankyou img:nth-child(1) {
    margin-bottom: 15px;
}
/* end header */


/* footer  */
footer a, footer a:visited, footer a:focus, footer a:active, footer a:hover {
    text-decoration: none;
    outline: 0 none !important;
    color: #323232;
}
footer{
    margin: 10px 0;
}
footer ul li{
    list-style: none;
    display: inline-block;
    color: #b7b7b7;
    margin: 0 10px;
}
footer ul{
    margin-top: 17px;
}
.socials{
    float: right;
}
.footer-left {
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer-right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer-hero-image {
    display: block;
}
.footer-hero-pakiet {
    color: #323232;
    font-weight: 400;
    font-size: 36px;
    margin: 0;
    line-height: 1.1;
}
.footer-hero-text {
    margin: 15px 0;
}
.footer-hero a.choose {
    margin: 20px auto auto auto;
}
/* end footer  */


/* responsive */

@media only screen and (min-width: 991px) {
    .mobile {
        display: none;
    }
    .width-75 {
        width: 75%;
    }
    .video-text {
        margin-left: 20px;
    }
    .hero-logo {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        z-index: 999;
    }
}

@media only screen and (max-width: 991px) {
    .desktop {
        display: none;
    }
        h1 {
        font-size: 32px;
    }
    p {
        font-size: 14px;
    }
    section {
        padding: 50px 0;
    }
    .width-75 {
        width: auto;
    }
    h2 {
        font-size: 28px;
    }
    .hero-logo {
        position: static;
    }
    .video-right, .video-left, .changes-left, .changes-right, .footer-left, .footer-right, .footer-hero-image {
        display: none;
    }
    .video-text-pakiet, .footer-hero-pakiet  {
        font-size: 24px;
    }
    .hero-logo img {
        max-width: 130px;
        height: auto;
    }
    .hero-text-wrapper {
        margin: 25px 0;
        text-align: center;
    }
    .changes-text {
        margin-top: 20px;
    }
    .choose {
        margin: auto;
    }
    .btn {
        font-size: 14px;
    }
    .video-text {
        margin-top: 25px;
    }
    .counter-wrapper {
        margin-top: 25px;
    }
    .counter-borders {
        width: 100%;
    }
    .counter h3 {
        font-size: 38px;
    }
    .info h2 {
        margin-top: 20px 
    }
    .changes h4 {
        font-size: 20px;
    }
    .changes h6 {
        font-size: 13px;
    }
    .footer-hero {
        padding: 50px 0;
    }
    .red {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .icon {
        margin: auto auto 20px auto;
    }
    footer {
        text-align: center;
    }
    .socials {
        float: none;
    }
}


/* end responsive */