/*
Theme Name: Sf Filter
Author: UDI
Version: 1.0
*/
html,body {
    height: 100%;
}
html {
    box-sizing: border-box;
}
*, :before,:after {
    box-sizing: inherit;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight:300;
    line-height: 1.4;
    color: #8f8c76;
    letter-spacing:-0.5px;
}

.verify section{
    /* display: none; */
}

.verify .verify-container{
    display: block;
}

.verify-container{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 90%;
    background-color: #ffeb3d;
    padding: 20px;
    z-index: 1001;
}

.verify .verify-shadow{
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background-color: #00000096;
    left: 0;
    top: 0;
}

.verify-container p {
    color: #000;
    text-align: center;
    font-weight: bold;
}

ul,li,p,h1,h2,h3,h4,h5,h6,a,input,fieldset,textarea {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
    border: none;
}
input,fieldset,textarea {
    font-family: 'Open Sans', sans-serif;
}
.clr, .clear {
    clear: both;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
input,textarea {
    border: 1px solid #eee;
}
img {
    vertical-align: middle;
}
strong,b {
    font-weight: 700;
}
/*header */
header {
    width:100%;
    background:#ffeb3d;
    position: relative;
    z-index:2;
}
p.winner-info {
    color: black;
    text-align: left;
}
header .logo, header p {
    display: inline-block;
}
header p {
    font-weight: 600;
    font-size:16px;
    color:#000;
    padding:0 0 0 27px;
}
header img {
    padding:24px 0 28px 37px;
    width:auto;
}
/* LP */
.banner-wrapper {
    width:63%;
    float:left;
    height:680px;
    background:url(img/banner-background.png) left center no-repeat;
    position:relative;
}
.banner-content {
    position: absolute;
    top:170px;
    left:31%;
    width:50%;
    background:#FFF;
    padding:35px 40px 55px 40px;
}
.banner-content h1 {
    color:#3e83a7;
    font-size:36px;
    font-weight: 600;
    margin:0 0 7px 0;
    line-height: 1.1;
}
.banner-content h2 {
    font-size: 19px;
    font-weight: 300;
    margin:0;
    color:#000;
}
.banner-content:before {
    left: -193px;
    top: 21px;
    width:240px;
    height:240px;
    background:url(img/go-pro.png) center center no-repeat;
    content:'';
    position: absolute;
}
.banner-content::after {
    right: 40px;
    top: -180px;
    width:220px;
    height:220px;
    background:url(img/apple-watch.png) center center no-repeat;
    content:'';
    position: absolute;
}
.banner-content span:after {
    right: -88px;
    bottom: -125px;
    width:270px;
    height:270px;
    background:url(img/iphone.png) center center no-repeat;
    content:'';
    position: absolute;
}
.banner-content a {
    background:#ffeb3d;
    text-align: center;
    width:195px;
    height:58px;
    line-height: 58px;
    font-size:17px;
    color:#000;
    display: block;
    position: absolute;
    left:40px;
    bottom:-29px;
    font-weight: 400;
}
.banner-content a:hover {
    -webkit-transform: scale(1.02); 
    -ms-transform: scale(1.02); 
    transform: scale(1.02); 
    transition: all 0.3s ease;
}
#lp-form {
    width:24%;
    position: relative;
    float:left;
    background:#edebdf;
    margin-top:-120px;
    padding:35px 35px 20px 35px;
    color:#48463c;
    font-size:17px;
    min-width:470px;
}
#lp-form p {
    margin:0;
}
#lp-form:before {
    position: absolute;
    content:'';
    top:310px;
    right:-145px;
    width:145px;
    height:400px;
    background:url(img/form-pattern.png) center center no-repeat;
}
#lp-form .form-title {
    font-size:21px;
    font-weight: 600;
    margin:0 0 12px 0;
}
#lp-form .form-subtitle {
    font-size:15px;
    margin:0 0 35px 0;
    color:#000;
}
#lp-form label {
    display: block;
    margin:0;
}
#lp-form .wpcf7-text, #lp-form .wpcf7-number {
    display: block;
    width:100%;
    height:51px;
    line-height: 51px;
    padding:0 22px;
}
#lp-form .wpcf7-form > p > label {
    margin-bottom:12px;
}
#lp-form .zgoda-klauzula .wpcf7-not-valid-tip, #lp-form .zgoda-regulamin .wpcf7-not-valid-tip {
    margin:-8px 0 10px 0;
}
#lp-form .wpcf7-text::placeholder, #lp-form .wpcf7-number::placeholder { 
    color: #3f3f3f;
    opacity: 1; 
}
#lp-form .wpcf7-text:-ms-input-placeholder, #lp-form .wpcf7-number:-ms-input-placeholder {
    color: #3f3f3f;
  }
#lp-form .wpcf7-text::-ms-input-placeholder, #lp-form .wpcf7-number::-ms-input-placeholder { 
    color: #3f3f3f;
}
#lp-form input:focus {
    background-color: #dddbcd;
    border:none;
    outline:none;
}
#lp-form .form-text {
    font-size:15px;
    color:#000;
    margin:15px 0;
    display: block;
}
#lp-form .wpcf7-acceptance {
    font-size:14px;
    color:#252525;
}
#lp-form .wpcf7-acceptance .wpcf7-list-item {
    margin:0;
}
#lp-form .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
}
#lp-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    padding:0 0 5px 10px;
}
#lp-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
    color:#56c0ea;
}
#lp-form .wpcf7-acceptance .wpcf7-list-item-label:before {
    content:'* ';
}
#lp-form .form-info {
    color:#252525;
    font-size:15px;
    display: block;
    margin-top: 5px;
}
#lp-form .wpcf7-submit {
    background:#ffeb3d;
    text-align: center;
    width:195px;
    height:58px;
    line-height: 58px;
    font-size:17px;
    color:#000;
    display: block;
    position: absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-29px;
    font-weight: 400;
    cursor:pointer;
}
#lp-form:after {
    position: absolute;
    content:'';
    bottom:-90px;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    height:50px;
    background:url(img/form-pattern-bottom.png) center center no-repeat;
}
#lp-form .wpcf7 form .wpcf7-response-output {
    margin:-10px 0 20px 0;
}
#profits {
    margin-top:140px;
    text-align: center;
}
#profits h3 {
    font-size:26px;
    font-weight: 600;
    color:#000;
    margin:0 0 5px 0;
}
#profits p {
    margin:0;
}
#profits a:not(.profits-link) {
    color:#56c0ea;
    text-decoration: underline;
}
.profits-text-1 {
    margin-bottom:50px;
}
.profits-text-2 {
    margin-bottom:25px;
}
.profits-text-3 {
    margin-bottom:90px;
}
.products-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.products-wrapper .product {
    border:1px solid #dddbcd;
    width: calc(33.3% - 14px);
    margin-bottom:28px;
    min-height: 425px;
    padding:0 10px;
}
.products-wrapper .product:hover {
    -webkit-transform: scale(1.02); 
    -ms-transform: scale(1.02); 
    transform: scale(1.02); 
    transition: all 0.3s ease;
}
.container {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
}
.products-wrapper .product-image {
    height: 300px;
    position: relative;
}
.products-wrapper .product-image img {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    max-height: 70%;
    max-width: 280px;
}
.products-wrapper .product-title {
    color:#000;
    line-height:1.2;
    margin-bottom:5px;
    min-height: 50px;;
}
.products-wrapper .product-points {
    font-size:19px;
    font-weight: 600;
    color:#3e83a7;
}
.profits-info {
    display: block;
    text-align: left;
    font-size:17px;
    color:#000;
    margin-top:-8px;
}
.profits-link {
    background:#ffeb3d;
    text-align: center;
    width:195px;
    height:58px;
    line-height: 58px;
    font-size:17px;
    color:#000;
    font-weight: 400;
    display: block;
    margin:45px auto 90px auto;
}
.profits-link:hover {
    -webkit-transform: scale(1.02); 
    -ms-transform: scale(1.02); 
    transform: scale(1.02); 
    transition: all 0.3s ease;
}
.benefits {
    background:#f6f8f9;
    padding-bottom:80px;
    position: relative;
}
.benefits:before {
    position: absolute;
    content:'';
    top:0;
    right:0;
    width:13%;
    height:100%;
    background:#FFF;
}
.benefits .left-col {
    float:left;
    width:46%;
    padding-top:80px;
}
.benefits .right-col {
    float:right;
    width: 40%;
}
.rc-image {
    position: absolute;
    top: 105px;
}
.benefits-text-1 h3 {
    margin:0 0 10px 0;
    font-size:26.5px;
    color:#000000;
    font-weight:600;
}
.benefits .left-col p {
    margin:0;
    line-height: 1.3;
    color:#83806b;
}
.benefits-text-1 {
    margin-bottom:50px;
}
.benefits .left-col strong {
    color:#000;
}
.benefits .profits-link {
    margin: 50px 0 0 0;
}
.benefits-points h3 {
    font-size:24px;
    padding:70px 0;
    margin:0;
}
.benefits-points .orange {
    color:#ff8062;
}
.benefits-points .fw {
    font-size:30px;
    font-weight: 700;
}
.benefits .left-col .benefits-points p {
    color:#000;
    letter-spacing:0;
}
.benefits-points-wrapper {
    float:left;
    width:80%;
}
.benefits .logo {
    float:left;
    width:20%;
    margin-top:187px;
}
/* footer */
footer {
    padding:105px 0 68px 37%;
}
footer .left-col, footer .right-col {
    display: inline-block;
    vertical-align: top;
}
footer .right-col {
    margin-left:32px;
    font-size:17px;
    color:#000;
}
footer .right-col p {
    margin:0 0 10px 0;
}
footer .right-col ul {
    margin:0;
    padding:0;
}
footer .right-col ul li {
    display: inline-block;
}
footer .right-col ul span {
    vertical-align: text-top;
    margin:0 2px;
}
footer .right-col a:hover {
    opacity:0.8;
}
.popup-wrapper {
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
.popup {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 100px 20px;
    background-color: #ffeb3d;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color:#000;
    font-weight: bold;
}
.popup-wrapper.show {
    display: block;
} 
/* 404 page */
.error-page-wrapper {
    text-align: center;
    padding:100px 0;
}

span.points {
    font-weight: 800;
    color: black;
    font-size: 43px;
}

.adress input {
    width: 100%;
    padding: 13px;
    font-size: 20px;
    margin: 5px 0;
    line-height: 28px;
}

#profits .select-product a {
    color: black;
    text-decoration: none;
    background: #FCEB3D;
    padding: 7px;
    font-weight: 500;
    display: inline-block;
    width: 27px;
    line-height: 11px;
    border-radius: 102px;
}

.select-product input {
    width: 50px;
    text-align: right;
}

.select-product {
    margin: 20px;
}

.agree {
    margin-top: 12px;
    text-align: left;
    font-size: 16px;
}

input#agree {
    display: inline-block;
    width: 20px;
    vertical-align: top;
    text-align: left;
    margin-top: 4px;
}

.agree label {
    display: inline-block;
    width: calc(100% - 30px);
}

.just-validate-error-label {
    text-align: center;
}

/* RWD */
@media screen and (max-width:1300px) {
    #lp-form:before {
        display: none;
    }
    header {
        width:100%;
    }
    .banner-wrapper {
        float:none;
        width:100%;
    }
    .banner-content {
        left:50%;
        transform:translateX(-50%);
    }
    #lp-form {
        min-width:auto;
        width:470px;
        float:none;
        margin:0 auto;
    }
    footer {
        padding: 105px 0 68px 0;
        text-align: center;
    }
}
@media screen and (max-width:991px) {
    .banner-content:before, .banner-content:after, .banner-content span:after {
        display: none;
    }
    .benefits .left-col, .benefits .right-col {
        float:none;
        width:100%;
    } 
    .rc-image {
        position: static;
        margin-top:20px;
    }
    .benefits:before {
        display: none;
    }
}
@media screen and (max-width:768px) {
    .banner-content {
        width:90%;
    }
    .products-wrapper .product {
        width:100%;
    }
}
@media screen and (max-width:500px) {
    #lp-form {
        width:320px;
    }
    header img {
        padding: 10px 0 10px 27px;
    }
    header p {
        margin:5px 0;
    }
}
