@charset "utf-8";
@import url('reset.css');
@import url('rangeslider.css');


* {
	-webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

#teksty .lista-opcji li a {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.rangeslider *,
#teksty .lista-opcji li a *,
#top #menu li a span {
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #000;
}

.margines {
    width: 1280px;
}

.margines-szeroki {
    width: 1362px;
}

a {
    color: #000;
}

a:hover {
    color: #922c88;
}

textarea {
    resize: vertical;
    min-height: 120px;
}

input,
textarea {
    font-size: 15px;
    line-height: 24px;
    padding: 13px 15px;
    resize: none;
    border: 0;
    display: block;
    box-sizing: border-box;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #808080;
    background-color: #fff;
    border: 2px solid #ededed;
}

input[type="submit"] {
    border: none;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

input:hover,
input:active,
textarea:hover,
textarea:active {
    color: #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-webkit-input-placeholder {
    color: #999999;
}
::-moz-placeholder {
    color: #999999;
}
:-ms-input-placeholder {
    color: #999999;
}
:-moz-placeholder { 
    color: #999999;
}

.button {
    display: inline-block;
    line-height: 44px;
    height: 48px;
    padding: 0 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    color: #666666;
    border: 2px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 30px;
}

.pozyczki .buttony .button.details.active,
.button:hover {
    background-color: #000;
    box-shadow: 0 0 3px 1px rgba(0,0,0, 0.2);
    color: #fff;
}

.button-big {
    height: 56px;
    line-height: 56px;
    border: 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    margin-bottom: 8px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0, 0.15);
    background: #c147b3; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #c147b3 0%, #96298a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #c147b3 0%,#96298a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(110deg, #c147b3 0%,#96298a 100%);
}

.button-big:hover {
    box-shadow: 0 0 7px 3px rgba(0,0,0, 0.2);
    background: linear-gradient(110deg, #c147b3 0%,#c147b3 100%);
}

html, body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 26px;
    overflow-x: hidden;
    font-weight: 400;
    color: #777d80;
}

body {
    padding-top: 130px;
}

b, strong {
    font-weight: 700;
}

#top {
    background: #fff;
    width: 100%;
    z-index: 990;
    position: fixed;
    top: 0;
    overflow: hidden;
}

#top:after {
    content: '';
    display: block;
    clear: both;
}

#top #logo {
    height: 127px;
    width: 232px;
    float: left;
    background: url(../img/logo.png) no-repeat center center;
    text-indent: -9999px;
}

#top #logo:hover {
    opacity: 0.8;
}

#top #social {
    float: right;
}

#top #social li {
    float: left;
}

#top #social li a {
    text-indent: -9999px;
    width: 36px;
    height: 57px;
    line-height: 57px;
    display: block;
    background: no-repeat center center;
    opacity: 0.25;
}

#top #social li a:hover {
    opacity: 1;
}

#top #social li a.fb {
    background-image: url(../img/social-fb.png);
}

#top #social li a.tw {
    background-image: url(../img/social-tw.png);
}

#top #social li a.gp {
    background-image: url(../img/social-gp.png);
}

#top #social li a.kontakt {
    width: auto;
    text-indent: 0;
    opacity: 1;
    font-size: 14px;
    margin-right: 28px;
    padding-left: 28px;
    background-image: url(../img/social-kontakt.png);
    background-position: left center;
}
#top #social li a.kontakt2 {
    width: auto;
    text-indent: 0;
    opacity: 1;
    font-size: 14px;
    margin-right: 28px;
    padding-left: 28px;

}
#top #menu {
    float: right;
    clear: right;
}

#top #menu li {
    float: left;
}

#top #menu li a {
    display: block;
    font-size: 17px;
    padding: 0 24px;
    font-weight: 500;
}

#top #menu li:first-of-type a {
    padding-left: 10px;
}

#top #menu li:last-of-type a {
    padding-right: 10px;
}

#top #menu li a span {
    display: block;
    line-height: 70px;
    border-bottom: 3px solid #fff;
}

#top #menu li.active a span {
    border-bottom-color: #922c88;
}

#top.scroll {
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

#top.scroll #social {
    margin-top: -57px;
}

#top.scroll #logo {
    height: 73px;
}

#menu-rozwin {
    position: relative;
    z-index: 2;
    width: 106px;
    height: 57px;
    line-height: 57px;
    text-indent: 50px;
    float: right;
    color: #000;
    background: url(../img/menu-rozwin.png) no-repeat;
    background-position: 18px 22px;
    cursor: pointer;
    display: none;
}

#menu-rozwin:hover {
    background-color: rgba(0,0,0,0.05);
}

#top.active #menu-rozwin {
    color: #fff;
    background-color: #922c88;
    background-position: 18px -42px;
}





#footer {
    background: #922c88;
    padding: 54px 0 28px;
    z-index: 2; 
    position: relative;
}

#footer a {
    color: #fff;
}

#footer #menu-linki {
    margin-bottom: 54px;
}

#footer #menu-linki ul {
    width: 20%;
    box-sizing: border-box;
    padding-right: 4%;
    float: left;
}

#footer #menu-linki:after {
    content: '';
    display: block;
    clear: both;
}

#footer #menu-linki h4 {
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 21px;
}

#footer #menu-linki a {
    color: #f8c1f2;
    font-size: 15px;
    line-height: 19px;
    padding: 4px 0;
    display: block;
}

#footer #menu-linki a:hover {
    color: #fff;
}

#footer #copyrights {
    padding-top: 35px;
    padding-bottom: 14px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

#footer #copyrights:after {
    clear: both;
    content: '';
    display: block;
}

#footer #copyrights .button {
    float: right;
    border-color: rgba(255,255,255,0.1);
}

#footer #copyrights .button:hover {
    border-color: rgba(255,255,255,1);
    background-color: #fff;
    color: #922c88;
}

#footer #copyrights ul li {
    float: left;
}

#footer #copyrights ul li a:before {
    content: '·';
    display: inline;
    color: #b656ad;
    padding: 0 10px;
}

#footer #copyrights ul li:first-of-type a:before {
    content: none;
}

#footer #copyrights ul a {
    display: block;
    font-size: 15px;
    line-height: 31px;
}

#footer #copyrights ul a:hover {
    opacity: 0.75;
}

#footer #copyrights small {
    display: block;
    color: #a3609c;
    font-size: 13px;
    line-height: 16px;
    float: left;
    clear: left;
    margin-top: 10px;
}








#slider {
    max-width: 1530px;
    height: 648px;
    background: #e7ecef url(../img/slider.jpg) no-repeat left center;
    background-size: cover;
    margin: 0 auto;
    padding: 28px 0;
    box-sizing: border-box;
}

#slider h1 {
    font-size: 44px;
    line-height: 50px;
    max-width: 408px;
    margin-bottom: 35px;
}

#slider .taby-zakladki {
    position: relative;
    z-index: 2;
}

#slider .taby-zakladki:after {
    clear: both;
    content: '';
    display: block;
}

#slider .taby-zakladki li {
    text-transform: uppercase;
    color: #a8aeb2;
    font-size: 14px;
    line-height: 16px;
    padding: 20px 0;
    display: block;
    float: left;
    font-weight: 700;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}

#slider .taby-zakladki li:hover {
    color: #922c88;
}

#slider .taby-zakladki li:nth-of-type(1) {
    width: 164px;
}

#slider .taby-zakladki li:nth-of-type(2) {
    width: 162px;
}

#slider .taby-zakladki li:nth-of-type(3) {
    width: 162px;
}

#slider .taby-zakladki li:nth-of-type(4) {
    width: 167px;
}

#slider .taby-zakladki li.active {
    color: #000;
    background: #fff;
}

#slider .taby-tresci {
    position: relative;
    z-index: 1;
}

#slider .taby-tresci li {
    width: 565px;
    height: 363px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 4px 38px 3px rgba(0,0,0,0.04);
    display: none;
    position: relative;
}

#slider .taby-tresci li.active {
    display: block;
}

#slider .taby-tresci .nag {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    line-height: 25px;
    padding: 28px;
    padding-bottom: 0;
    margin-bottom: 14px;
}

#slider .taby-tresci .range {
    position: relative;
    width: 100%;
    height: 50px;
}

#slider .taby-tresci .range .plus,
#slider .taby-tresci .range .minus {
    height: 50px;
    line-height: 46px;
    box-sizing: border-box;
    border: 2px solid #922c88;
    border-radius: 50%;
    color: #922c88;
    text-align: center;
    display: block;
    width: 50px;
    font-weight: 700;
    font-size: 21px;
    cursor: pointer;
    position: absolute;
    top: 0;
}

#slider .taby-tresci .range .plus {
    right: 28px;
}

#slider .taby-tresci .range .minus {
    left: 28px;
}

#slider .taby-tresci .range .plus:hover,
#slider .taby-tresci .range .minus:hover {
    background: #922c88;
    color: #fff;
}

#slider .taby-tresci .range .min,
#slider .taby-tresci .range .max {
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    top: 5px;
    color: #929292;
}

#slider .taby-tresci .range .min {
    left: 90px;
}

#slider .taby-tresci .range .max {
    right: 90px;
    text-align: right;
}

#slider .taby-tresci .podsumowanie {
    background: #f8f8f8;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 21px 28px;
    width: 100%;
    box-sizing: border-box;
}

#slider .taby-tresci .podsumowanie:after {
    clear: both;
    display: block;
    content: '';
}

#slider .taby-tresci .podsumowanie p {
    display: block;
    clear: left;
    float: left;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    text-align: right;
    line-height: 28px;
    width: 200px;
}

#slider .taby-tresci .podsumowanie p span {
    display: block;
    float: left;
    color: rgba(0,0,0,0.5);
    font-size: 15px;
    font-weight: 400;
}

#slider .taby-tresci .podsumowanie .button {
    float: right;
    margin-bottom: 0;
    padding-left: 58px;
    padding-right: 58px;
    font-size: 19px;
}












#porada {
    background: #e5eaed;
    overflow: visible;
}

#porada .margines {
    overflow: visible;
    padding-top: 54px;
    padding-bottom: 54px;
}

#porada h3 {
    color: #922c88;
}

#porada p {
    color: #808080;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 6px;
}

#porada ul {
    padding-top: 21px;
}

#porada ul li {
    margin: 12px 0;
}

#porada ul li a {
    display: inline-block;
    font-size: 21px;
    line-height: 27px;
    padding: 7px 0;
    padding-left: 54px;
    font-weight: 500;
    color: #000;
    background: no-repeat left center;
    box-sizing: border-box;
}

#porada ul li.tel a {
    background-image: url(../img/pomoc-telefon.png);
}

#porada ul li.fb a {
    background-image: url(../img/pomoc-fb.png);
}

#porada ul li.mail a {
    background-image: url(../img/pomoc-mail.png);
}

#porada ul li a:hover {
    color: #922c88;
}

#porada .img-porada {
    position: absolute;
    bottom: 0;
    right: -54px;
}













#teksty {
    padding-top: 63px;
    padding-bottom: 63px;
    position: relative;
    z-index: 0;
}

#teksty:after {
    display: block;
    content: '';
    clear: both;
}

#teksty .tekst {
    width: 943px;
    display: inline-block;
    float: left;
    padding-bottom: 35px;
}

#teksty .tekst h2 {
    margin-bottom: 35px;
}

#teksty .tekst .nag {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    line-height: 27px;
}

#teksty .lista-opcji:after {
    clear: both;
    display: block;
    content: '';
}

#teksty .lista-opcji li {
    width: 31%;
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    float: left;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}

#teksty .lista-opcji li:nth-of-type(3n) {
    margin-right: 0;
}

#teksty .lista-opcji li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(transparent 0%, #e7ecef 80%);
}

#teksty .lista-opcji li a span {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 21px;
    position: absolute;
    bottom: 0;
}

#teksty .lista-opcji li h3 {
    font-size: 21px;
    line-height: 23px;
}

#teksty .lista-opcji li p {
    opacity: 0;
    height: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 21px;
}

#teksty .lista-opcji li a:hover {
    background: rgba(146,44,136,0.85);
}

#teksty .lista-opcji li a:hover h3 {
    color: #fff;
    margin-bottom: 21px;
}

#teksty .lista-opcji li a:hover p {
    opacity: 1;
    height: auto;
}

#teksty .tekst img.prawo {
    margin: 0 0 28px 35px;
}

#teksty .tekst img.lewo {
    margin: 0 35px 28px 0;
}

.lewoimg {
	
margin: 10px;
display: inline-block;
max-width: 24%;
vertical-align: top;
}

.subheadders{
margin-top:3px !important;
display: block;
margin-bottom: 3px !important;
vertical-align: top;
	
}

.imgright{
margin:7px;
float:right;
width:90px;
height:130px;
}


.subdescription{
	display:inline-block;
	width:71%;
}

.subheadders2{
	
display: block;

vertical-align: top;
	
}


#teksty .check li {
    padding-left: 48px;
    background: url(../img/lista-check.png) no-repeat 7px 5px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000;
}



#teksty #spis-tresci {
    width: 300px;
    vertical-align: top;
    display: inline-block;
    float: right;
}

#teksty #spis-tresci .fixed {
    width: 300px;
}

#teksty #spis-tresci .fixed.stick {
    position: fixed;
    top: 63px;
}

#teksty #spis-tresci h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a8aeb2;
}

#teksty #spis-tresci li {
    display: block;
    cursor: pointer;
    background: #e7ecef;
    border-radius: 5px;
    color: #606466;
    padding: 7px 14px;
    box-sizing: border-box;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}

#teksty #spis-tresci li:hover {
    color: #922c88;
    background: #f0f5f7;
}

#teksty #spis-tresci li.active {
    color: #fff;
    background: #922c88;
}



#ranking {
    margin: 65px 0;
}

#ranking .nag {
    text-align: center;
    position: relative;
    z-index: 3;
}

#ranking .nag p,
#ranking .nag h2 {
    background: #fff;
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
}

#ranking .nag p {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

.pozyczki {
    padding: 42px 60px;
    padding-bottom: 14px;
    padding-top: 0px;
    box-sizing: border-box;
}

.pozyczki.top3 {
    border: 2px solid #922c88;
    border-radius: 5px;
    padding-top: 67px;
    position: relative;
    top: -46px;
    margin-bottom: -14px;
}

.pozyczki > li {
    position: relative;
}

.pozyczki .miejsce {
    position: absolute;
    left: -85px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: rgba(0,0,0,0.2);
    font-size: 36px;
    line-height: 80px;
    font-weight: 700;
    width: 50px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.pozyczki.top3 .miejsce {
    color: #922c88;
}

.pozyczki .logo {
    width: 168px;
    height: 111px;
    float: left;
    margin-right: 28px;
}

.pozyczki > li > ul {
    width: 845px;
    float: left;
    margin-bottom: 27px;
}

.pozyczki .info {
    display: block;
    float: left;
    color: rgba(0,0,0,0.3);
    font-size: 11px;
    line-height: 15px;
    width: 845px;
}

.pozyczki > li:after,
.pozyczki:after {
    display: block;
    content: '';
    clear: both;
}

.pozyczki ul small {
    color: #808080;
    font-size: 14px;
    line-height: 18px;
    display: block;
}

.pozyczki ul strong {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    display: block;
}

.pozyczki li.wymagania small {
    float: left;
    clear: both;
    display: inline-block;
    width: 100px;
}

.pozyczki li.wymagania small:first-of-type {
    line-height: 28px;
}
.pozyczki li.wymagania2 small {
    float: left;
    clear: both;
    display: inline-block;
    width: 100px;
}

.pozyczki li.wymagania2 small:first-of-type {
    line-height: 28px;
}
.pozyczki li.wymagania strong {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.pozyczki li.wymagania strong:last-of-type {
    line-height: 18px;
}
.pozyczki li.wymagania2 strong {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.pozyczki li.wymagania2 strong:last-of-type {
    line-height: 18px;
}
.stars {
    display: block;
    height: 28px;
    background: url(../img/stars_40.png) no-repeat center center;
    width: 87px;
    text-indent: -9999px;
}

.stars50 {
    background-image: url(../img/stars_50.png);
}

.stars40 {
    background-image: url(../img/stars_40.png);
}

.stars30 {
    background-image: url(../img/stars_30.png);
}

.stars20 {
    background-image: url(../img/stars_20.png);
}

.stars10 {
    background-image: url(../img/stars_10.png);
}

.stars00 {
    background-image: url(../img/stars_00.png);
}

.pozyczki > li > ul > li {
    float: left;
}

.pozyczki > li {
    padding: 28px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05); 
}

.pozyczki > li:last-of-type {
    border-bottom: none;
}

.pozyczki li.opinia {
    width: 160px;
}

.pozyczki li.opinia_k {
    width: 100px;
}

.pozyczki li.kwota {
    width: 240px;
}
.pozyczki li.rrso {
    width: 90px;
}

.pozyczki li.czas {
    width: 195px;
}

.pozyczki li.czas_k {
    width: 160px;
}

.pozyczki li.wymagania {
    width: 300px;
}

.pozyczki .buttony {
    float: right;
    width: 196px;
}

.pozyczki .buttony .button {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.pozyczki div.details {
    clear: both;
    font-size: 15px;
    line-height: 21px;
    width: 100%;
    display: none;
}

.pozyczki div.details.active {
    display: block;
}

.pozyczki div.details h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.pozyczki div.details ul.lista {
    list-style: disc;
    margin-left: 35px;
    margin-bottom: 35px;
}

.pozyczki div.details ul.lista li {
    margin-bottom: 5px;
}

.pozyczki div.details .dane > li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
}

.pozyczki div.details .dane > li:nth-of-type(3n) {
    margin-right: 0;
}

.pozyczki div.details .dane p {
    margin-bottom: 14px;
}

.pozyczki div.details .dane p span {
    display: inline-block;
    width: 70px;
}

.pozyczki div.details .dane .zalety li,
.pozyczki div.details .dane .wady li {
    padding-left: 28px;
    background: url(../img/zalety.png) no-repeat left 5px;
    margin-bottom: 5px;
}

.pozyczki div.details .dane .wady li {
    background-image: url(../img/wady.png);
}


.podstrona-tytul {
    background: #e7ecef;
    margin-bottom: 45px;
}

.podstrona-tytul.bg-regulamin h1 {
    background-image: url(../img/bg-regulamin.png);
}

.podstrona-tytul.bg-kontakt h1 {
    background-image: url(../img/bg-kontakt.png);
}

.podstrona-tytul h1 {
    box-sizing: border-box;
    padding-right: 200px;
    padding-top: 45px;
    padding-bottom: 45px;
    background: no-repeat right 20px;
}

.podstrona #footer {
    margin-top: 60px;
}

.podstrona .content h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 28px;
}

.podstrona .content ol {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
}

.podstrona .content ul {
    margin-bottom: 20px;
}

.podstrona .content ol li {
    padding-left: 7px;
    padding-bottom: 4px;
}


.dane-kontaktowe .prawo,
.dane-kontaktowe .lewo {
    width: 48%;
}

.dane-kontaktowe form input,
.dane-kontaktowe form textarea {
    width: 100%;
    margin-bottom: 14px;
}

.dane-kontaktowe form textarea {
    min-height: 240px;
}

.dane-kontaktowe .prawo h3 {
    margin: 56px 0 28px 0;
}

.dane-kontaktowe .prawo h3:first-of-type {
    margin-top: 7px;
}

.dane-tele li {
    padding-left: 56px;
    font-size: 21px;
    line-height: 28px;
    color: #808080;
    background: no-repeat left top;
    margin-bottom: 21px;
}

.dane-tele li:last-of-type {
    margin-bottom: 0;
}

.dane-tele li.gps {
    background-image: url(../img/tele-gps.png);
}

.dane-tele li.phone {
    background-image: url(../img/tele-phone.png);
}

.dane-tele li.mail {
    background-image: url(../img/tele-mail.png);
}

.dane-tele li.www {
    background-image: url(../img/tele-www.png);
}

.dane-tele li.osoba {
    background-image: url(../img/tele-osoba.png);
}

.podstrona.kontakt .dane-tele:first-of-type {
    margin-bottom: 42px;
}


.cos20plus {
display:none;
}


/* COOKIES */
#cookies-message-container {
    background-color: #f7f7f7;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    
}

#cookies-message {
    color: #808080;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}

#cookies-message p {
	display: inline-block;
    max-width: 90%;
    max-width: calc(100% - 100px);
    margin-bottom: 0;
    padding: 12px 0;
}

#accept-cookies-checkbox {
	display: block; 
    float: right;
	width: 80px;
    height: 30px;
    margin-top: 6px;
    text-align: center;
	background-color: #ebebeb;
	color: #000;
    font-size: 14px;
    line-height: 30px;
}

#accept-cookies-checkbox:hover {
	background-color: #000;
	color: #fff;
}