/*         
    Author     : Wojciech Dasiukiewicz <wojtek@born4code.pl>  
    Website    : www.born4code.pl
*/
body, html {
    font-family: "proxima-nova", sans-serif;
    overflow-x: hidden;
}

#top {
    margin: 26px 0 18px 0;
}

/*#header {*/
    /*position: relative;*/
    /*z-index: 100;*/
    /*background-color: #34b1c4;*/
    /*height: 480px;*/
    /*background: #fff url(../images/header1.jpg) no-repeat top center;*/
    /*background-size: initial;*/
/*}*/

#header{
    position: relative;
    z-index: 100;
    height:480px;
    background: #fff url(../images/header1.jpg) no-repeat top center;
    background-size: cover;
}
@media (min-width:320px){
    #header{
        height: 280px;
    }
}
@media (max-width:320px){
    #header{
        height: 280px;
    }
}
@media (min-width:568px){
    #header{
        height: 310px;
    }
}
@media (min-width:375px){
    #header{
        height: 210px;
    }
}
@media (min-width:667px){
    #header{
        height: 350px;
    }
}
@media (min-width:414px){
    #header{
        height: 210px;
    }
}
@media (min-width:240px){
    #header{
        height: 140px;
    }
}
@media (min-width:1200px){
    #header{
        height: 160px;
    }
}
@media (min-width:1350px){
    #header{
        height: 180px;
    }
}
@media (min-width:1390px){
    #header{
        height: 310px;
    }
}

.eskk-logo {
    position: absolute;
    top: 13px;
    left: 28px;
}

.eskk-logo img {
    max-width: 70%;
}

@media (min-width:960px){
    .eskk-logo img {
        max-width: 100%;
    }
}

.eskk-logo a:hover,
.eskk-logo a:active,
.eskk-logo a:focus {
    outline: 0;
}

img {
    max-width: 100%;
}

.f23 {
    font-size: 23px;
    font-weight: 700;
}

.f24 {
    font-size: 24px;
    font-weight: 700;
}

.f25 {
    font-size: 25px;
    font-weight: 700;
}

p {
    color: #515151;
}

.space53 {
    padding-top: 33px;
}

h2, h3 {
    font-size: 45px;
    font-weight: 700;
    color: #34b1c4;
}

h3 {
    font-size: 30px;
}

ul {
    list-style: none;
    color: #515151;
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
}

ul.reg {
    list-style: none;
    font-size: 14px;
    font-weight: normal;
}

ul.reg li:before {
    content: "";
}

h3.reg {
    padding-top: 20px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

li:before {
    content: "• ";
    color: #e7302a;
    font-size: 36px;
}

.check-demo {
    font-size: 23px;
    color: white;
    background: #34b1c4;
    border-radius: 10px;
    padding: 8px 0px;
    font-weight: 700;
    margin-top: 15px;
}

.check-demo:hover {
    color: white;
}

.check-demo:after {
    content: " >>";
}

.ok {
    margin-top: 40px;
}

ul.small {
    font-size: 20px;
    font-weight: 400 !important;
}

ul.micro {
    font-size: 18px;
    font-weight: 400 !important
}

ul {
    padding: 0;
}

.commercial {
    margin-top: 60px;
    margin-bottom: 50px;
}

.face {
    margin-top: 40px;
}

.buy-now {
    font-size: 26px;
    color: white;
    background: #e7302a;
    padding: 5px 0;
    border-radius: 10px;
    font-weight: 700;
}

.buy-now:after {
    content: " »";
}

.footer {
    margin-top: 65px;
    border-top: 1px solid #c5cecc;
    padding: 20px 0;
}

.footer a {
    font-weight: bold;
    color: #949494;
    text-decoration: none;
    font-size: 12px;
}

.eskk-terms {
    margin-top: -6px;
}

.eskk-terms a,
.eskk-required p {
    color: #727272;
    font-size: 14px;
}

h2.first {
    margin: 20px 0 50px 0;
}

.bottom-space {
    margin-bottom: 40px;
}

.buy-now:hover, .check-demo:hover {
    color: white !important;
}

.red {
    color: #EE3942;
}

.blue {
    color: #008ef4;
}

.is-active .blue {
    color: #c7c7c7;
}

.dark-gray {
    color: #777;
}

.eskk-price {
    margin-top: 0;
    color: #777;
    font-weight: 400;
}

.eskk-price del,
.eskk-price span {
    font-weight: 600;
}

.eskk-price--current {
    color: #008ef4;
    font-size: 30px;
}

.eskk-form-control__label {
    position: absolute;
    top: 11px;
    left: 27px;
    color: #8e8e8e;
    font-size: 18px;
    font-weight: 400;
    transition: all .3s;
    cursor: text;
}

.eskk-form-control__label.is-active {
    top: -19px;
    color: #c7c7c7;
    font-size: 13px;
}

.eskk-form-control__label--radio {
    font-size: 15px;
    font-weight: 400;
}

.eskk-form-control__label--radio input {
    position: relative;
    top: 2px;
}

.eskk-form-control--radio {
    margin-top: 10px;
    margin-bottom: 5px;
}

form div {
    margin: 15px 0;
}

form .no-margin {
    margin: 0;
}

form p {
    font-size: 16px;
}

form h3 {
    font-size: 24px;
}

.hidden {
    display: none;
}

form h3 .red {
    font-size: 36px;
}

input[type="text"], input[type="email"] {
    height: auto;
    padding: 9px 10px;
    border-radius: 4px;
    border: 2px solid #c4cfcb;
    font-size: 16px;
}

.eskk-form {
    margin-top: 20px;
}

.eskk-form-control:hover input {
    border-color: #008ef4;
}

input[type="text"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus {
    outline: 0;
    border-color: #008ef4;
    box-shadow: none;
}


.btn-buy:hover, .btn-buy:active, .btn-buy:visited {
    color: #fff;
    text-decoration: underline;
}

.btn-buy {
    width: 100%;
    padding: 13px 0;
    background: #008ef4;
    border: 2px solid #0f76db;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

#baner {
    background: #5b4279;
    border-radius: 5px;
    padding: 15px;
    margin-top: 40px;
}

#baner p:nth-child(1) {
    color: white;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

#baner p:nth-child(2) {
    color: #f5b436;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 30px;
}

.buy-button {
    background: #f9b234;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 13px;
}

.buy-button a {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    color: #f02e36;
    float: left;
    text-align: center;
}

a {
    cursor: pointer;
}

.small {
    font-size: 13px;
}

.alert-danger {
    border-width: 2px;
}

.eskk-wrapper {
    margin-top: -5px;
    margin-bottom: 40px;
    padding: 0;
    box-shadow: 0 5px 13px rgba(0, 0, 0, .3);
}

.eskk-lede {
    padding: 20px 10px 5px;
    border-bottom: 1px solid #c5cecc;
    color: #555;
    font-size: 21px;
}

.eskk-col--pad-top {
    margin-top: 30px;
}

.eskk-col--buy {
    margin-top: 0;
}

.eskk-col--cards {
    margin-top: 0;
}

.eskk-regulamin {
    position: absolute;
    top: 0;
    right: 15px;
}

.eskk-form-resume {
    padding: 0;
}

@media only screen and (max-width: 560px) {
    .eskk-form-control__label .small {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .eskk-regulamin {
        display: block;
        position: relative;
        padding-left: 10px;
        margin-top: 20px;
    }
}