@charset "utf-8";
/* CSS Document */

html{
    font-family: 'Raleway', sans-serif;
}
body{
    padding-top: 173px;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{}

.inner{
    position: relative;
    width: 1170px;
    margin: 0 auto;
}
.clearfix{}
.clearfix:after{
    content: ' ';
    clear: both;
    display: table;
    width: 100%;
}

#header{
    padding: 18px 0 31px;
    position: fixed;
    background: white;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 2px 2px rgba(0, 0, 0, 0);
    transition-duration: 0.3s;
}
#header.fixed{
    box-shadow: 2px 2px rgba(0, 0, 0, 0.41);
    padding-top: 15px;
    padding-bottom: 15px;
}
#header .inner{}

#logo{
    float: left;
}
#logo h1{
    display: none;
}
#logo img{
    display: block;
    width: 100%;
    transition-duration: 0.3s;
    cursor: pointer;
}
#header.fixed #logo img{
    width: 220px;
}
#header.fixed #header-tools{
}
#header-tools{
    float: right;
    color: #38414e;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition-duration: 0.3s;
}
#header.fixed #menu{
    margin: 0;
    left: -200px;
}
#menu{
    margin-top: 41px;
    margin-bottom: 69px;
    transition-duration: 0.3s;
    position: relative;
    left: 0;
}
#menu ul{}
#menu ul > li:first-child{
    margin: 0;
}
#header.fixed #menu ul > li{
    margin-left: 20px;
}
#menu ul > li{
    display: inline-block;
    margin-left: 70px;
    transition-duration: 0.3s;
}
#header.fixed #menu ul > li > a{
    height: 54px;
    line-height: 54px;
}
#menu ul > li > a{
    display: block;
    height: 14px;
    line-height: 14px;
    transition-duration: 0.3s;
}
#menu ul li:hover > a, #menu ul li > a.active{
    font-weight: bold;
}
#header.fixed #header-account{bottom: 7px;}
#header-account{
    position: absolute;
    bottom: 0;
    right: 0;
}
#header-account a:hover, .btn:hover{
    background: #ffcd00;
}
#header-account a, .btn{
    color: #38404e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
    background: #ffe807;
    cursor: pointer;
    border: 1px solid #d7d9db;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 40px;
    text-align: center;
    transition-duration: 0.3s;
}
#header-account a{
    min-width: 165px;
}
#movie-bg{
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translate(-50%,-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
}
#static-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    display: none;
}
#page-top{
    height: 772px;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid white;
}
#page-top .inner{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#page-top .title{
    color: white;
    font-size: 60px;
    line-height: 65px;
    text-shadow: 2px 2px 0 #192028;
    margin-bottom: 10px;
}
#page-top .right-place{
    font-weight: 500;
    color: #fde24f;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 38px;
    text-shadow: 2px 2px 0 #192028;
}

#top-account-form{
    background: rgba(25, 32, 40, 0.7);
}

.account-form{
    box-sizing: border-box;
    padding: 35px 35px 55px;
    width: 792px;
}
.account-form .singup-title{
    color: white;
    text-align: right;
    font-size: 28px;
    margin-bottom: 11px;
}
.account-form .pricing-time{
    color: #ffe807;
    font-size: 24px;
    text-align: right;
    margin-bottom: 35px;
}
.account-form .form{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.account-form .form-fields{
    flex: 0 0 582px;
}
.account-form .form-title{
    font-weight: normal;
    color: white;
    min-width: 127px;
    font-size: 14px;
    box-sizing: border-box;
    padding-right: 10px;
}
.account-form input{
    display: block;
    margin: 0;
    width: 455px;
    box-sizing: border-box;
    padding: 0 15px;
    height: 41px;
    background: rgba(25, 32, 40, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 3px;
    color: white;
    -webkit-appearance: none;
}
.account-form .form-label{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}
.account-form .form-label.cols{}
.account-form .form-label .col{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.account-form .form-label .col .form-title{
}
.account-form .form-label .col input{
    width: 155px;
}
.account-form .form-submit{
    flex: 0 0 96px;
}
.account-form .form-submit button{
    border: none;
    height: 33px;
    line-height: 1;
    padding: 0;
    display: block;
    width: 100%;
}

#wy-us-section{
    border-top: 15px solid #ffe807;
    padding: 70px 0 90px;
}
#wy-us-section .inner{}

.main-sec-title{
    color: #28333c;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.main-sec-desc{
    font-family: Verdana, sans-serif;
    color: #3c3e3f;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}

#wy-us-section .main-sec-title{}
#wy-us-section .main-sec-desc{
    margin-bottom: 92px;
}

.counters{
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 23px;
}
.counter-item{
    box-sizing: border-box;
    padding: 0 10px;
    flex: 0 0 25%;
}
.counter-item .number{
    color: #0097db;
    font-size: 52px;
    line-height: 60px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 12px;
}
.counter-item .label{
    color: #3e3e3e;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
}

.icons{
    padding-top: 48px;
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}
.icon-item{
    box-sizing: border-box;
    padding: 0 5px;
    flex: 0 0 25%;
}
.icon-item img{
    display: block;
    margin: 0 auto 10px;
}
.icon-item .label{
    color: #3e3e3e;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
}

#opinion-section{
    background: #ededed;
    overflow: hidden;
    padding: 50px 0;
}
#opinion-section .inner{}
#opinion-section-wrapper{}
#opinion-section-wrapper{
    width: 1005px;
    position: relative;
    margin: 0 auto;
}

.opinion-section-slide{}
.opinion-section-slide .desc{
    color: #797171;
    font-size: 18px;
    line-height: 24px;
}
.opinion-data{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}
.opinion-data .login{
    color: #393939;
    font-size: 18px;
}
.opinion-data .username{
    color: #0faea5;
}

.stars{
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #616161;
    font-size: 16px;
}
.stars .label{
    display: block;
}
.stars .stars-wrapper:after{content: '';background: url(../images/star.png);position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0.3;}
.stars .stars-wrapper{
    display: block;
    width: 200px;
    height: 16px;
    position: relative;
    top: -2px;
    margin: 0 6px;
}
.stars .star-rating{
    display: block;
}
.selected-stars{
    display: block;
    height: 100%;
    background: url(../images/star.png);
    position: relative;
    z-index: 20;
}
.selected-stars.star1{width: 10%;}
.selected-stars.star2{width: 20%;}
.selected-stars.star3{width: 30%;}
.selected-stars.star4{width: 40%;}
.selected-stars.star5{width: 50%;}
.selected-stars.star6{width: 60%;}
.selected-stars.star7{width: 70%;}
.selected-stars.star8{
    width: 80%;
}
.selected-stars.star9{width: 90%;}
.selected-stars.star10{
    width: 100%;
}

#offer-section{
    border-top: 16px solid #0097db;
    padding-top: 75px;
    padding-bottom: 114px;
    background: url("../images/bg-offer.png") no-repeat center;
    background-size: cover;
}
#offer-section .inner{}
#offer-section .main-sec-title{
    margin-bottom: 50px;
}
#offer-section .main-sec-desc{margin-bottom: 64px;}

.offers-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    color: #535353;
    font-family: Verdana, sans-serif;
    line-height: 1.3;
    font-size: 20px;
    margin-bottom: 110px;
}
.offer-col{}
.offer-col ul{}
.offer-col li{
    display: block;
    padding-left: 44px;
    background: url("../images/check-small.png") no-repeat 0 4px;
    margin-bottom: 17px;
}

.bottom-section-title{
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: #3c3e3f;
    margin-bottom: 35px;
}
.write-to-us{
    text-align: center;
}
.write-to-us a{
    height: 53px;
    line-height: 51px;
    font-size: 24px;
    min-width: 323px;
}
.write-to-us a:hover{}

#contact-section a.btn{
    font-weight: 600;
	font-decoration:lowercase;
}
a.btn:hover{}

#price-section{
    border-top: 15px solid #ffe807;
    padding: 87px 0 120px;
}
#price-section .inner{}
#price-section .main-sec-title{
    margin-bottom: 50px;
}
#price-section .main-sec-desc{}

#assurance-section{
    padding: 90px 0;
    background: url("../images/bg-prices.png") no-repeat center;
    background-size: cover;
    color: white;
}
#assurance-section .inner{}

.assurance-list{
    display: grid;
    box-sizing: border-box;
    width: 100%;
    padding: 0 45px;
    grid-template-columns: repeat(2, 475px);
    justify-content: space-between;
    align-items: flex-start;
    grid-row-gap: 60px;
}
.assurance-item{}
.assurance-item .title{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    padding: 11px 0 11px 66px;
    background: url("../images/check-big.png") no-repeat left top;
    text-shadow: 2px 2px 0 #343434;
    margin-bottom: 11px;
}
.assurance-item .desc{
    font-family: Verdana, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

#contact-section{
    padding-top: 36px;
    text-align: center;
    padding-bottom: 45px;
}
#contact-section .logo{
    display: block;
    margin: 0 auto 20px;
    height: 45px;
    width: auto;
}
#contact-section .title{
    font-size: 36px;
    line-height: 40px;
    color: #414040;
    margin-bottom: 22px;
}
#bottom-account-form.account-form input{
    background: #cacaca;
    color: black;
}
#bottom-account-form.account-form .form-title{color: #3f3f3f}
#bottom-account-form{
    width: 1020px;
    padding: 57px 148px 102px;
    background: #efefef;
    margin: 45px auto 0;
}
#bottom-account-form .singup-title{
    font-size: 24px;
    color: #414040;
    text-align: center;
    margin-bottom: 53px;
}
#contact-info{
    line-height: 40px;
    color: #414040;
    font-size: 30px;
    width: 1020px;
    margin: 55px auto 0;
}
#contact-info .email a:hover{text-decoration: underline;}
#contact-info .email{
    font-weight: bold;
    font-size: 24px;
    color: #0097db;
}
#contact-info .border-top{border-top: 1px solid #dedede;margin-top: 16px;padding-top: 37px;margin-bottom: 25px;}

#footer{
    background: #dadada;
    text-align: center;
    color: rgba(42, 43, 42, 0.44);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 33px 0;
}
#footer .inner{}

#opinion-rotator-next, #opinion-rotator-prev{}
#opinion-rotator-next a:hover, #opinion-rotator-prev a:hover{
    text-shadow: 0px 0px 32px rgba(0, 0, 0, 0.2);
}
#opinion-rotator-next a, #opinion-rotator-prev a{
    cursor: pointer;
    position: absolute;
    font-size: 102px;
    line-height: 1;
    font-weight: 200;
    color: white;
    top: -19px;
    transition-duration: 0.3s;
    text-shadow: 0px 0px 32px rgba(0, 0, 0, 0);
}
#opinion-rotator-next a{
    right: 0;
}
#opinion-rotator-prev a{
    left: 0;
}
#opinion-section-wrapper .bx-wrapper{
    margin: 0;
    background: none;
    border: none;
    box-shadow: none;
}
#opinion-section-wrapper .bx-viewport{}

input:focus, button:focus{outline: none;}

.dod_kom {text-align:center; clear:both; margin:15px 15px; font-size:15px; color:#fff;}
.log {width:510px; overflow:hidden; color:#fff;}
.komunikat {text-align:center; clear:both; margin:15px 15px; overflow:hidden;}
.linia {clear:both;  overflow:hidden; color:#fff; }
.linia .etykieta {width:110px; float:left; text-align:right; padding:7px 5px 5px 5px; font-size:11px; font-style:italic;}
.linia .etykieta1 {width:110px; float:left; text-align:right; padding:7px 5px 5px 5px; font-size:12px; }
.linia .wartosc1 {width:65px; float:left; text-align:left; padding:3px 5px 5px 5px; font-size:11px; }

.pole-nowe-err {
	box-shadow: 0px 0px 4px 0px #DF0D0D;
}
.pole-nowe {
	box-shadow: none;
}
.linia .etykieta1a {width:130px; float:left; text-align:right; padding:7px 5px 5px 5px; font-size:12px; }

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
     z-index: 9999920;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}

#cookieConsent {
    background-color: rgba(20,20,20,.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999
}

#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: 700;
    color: #fff;
    top: 14px;
    position: relative
}

#closeCookieConsent:hover {
    color: #FFF
}

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 22px 20px 0 10px;
    clear: left
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F
}

@media (max-width: 767px) {
    #noty_center_layout_container > li, .i-am-new > li{
        max-width:100%;
    }

    #noty_center_layout_container, .i-am-new{
        max-width: 95%;
        left: 50%!important;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}
