@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

html, body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    line-height: 19px;
    padding: 0;
    margin: 0;
}

::-webkit-input-placeholder { /* Edge */
    color: #000;
    font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
    font-weight: 400;
}

::placeholder {
    color: #000;
    font-weight: 300;
	font-size: 20px
}
h1, h2 {
    margin: 10px 0;
}
h2 {
    margin-bottom: 50px;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}
p {
    margin:0;
    padding:0 0 20px 0;
}

a:hover {
    color: #0000;
}

._toUpper {
    text-transform: uppercase;
}

._fsLarge {
    font-size: 50px;
    line-height:1.2;
}

._fsBig {
    font-size: 20px;
}

._fsBigger {
    font-size: 30px;
}

._fwRegular {
    font-weight: 400;
}

._fwBold {
    font-weight: 700;
}

._fwBlack {
    font-weight: 900;
}
.nwsp {
    white-space: nowrap;
}
.t-r {
    text-align: right;
}
._w100 {
    width: 100%;
}
.dib {
    display: inline-block;
}
.cnt {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
}
.row {
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}
.vsp {
    margin-top:85px;
}
.vsp25 {
    margin-top:25px;
}
.vsp50 {
    margin-top:50px;
}
.row .col {
    width: calc(100% - 2em);
    padding:1em;
}
._maxWidth {
    max-width: 240px;
}

.t-c {
    text-align: center;
}

#top {
    text-align: center;
    padding-top: 10px;
    margin-bottom: -30px;
}

#top .cnt {
    padding:0;
}

#poster {
    background: transparent url('img/img-baner-top.jpg') no-repeat center center;
    background-size: cover;
    height: 600px;
    /*padding-bottom: 36%;*/
}

#poster img {
    /*padding-bottom: 50px;*/
    max-width: 100%;
}

#poster-2 {
    background: transparent url('img/img-rodzina-shah.jpg') no-repeat center center;
    background-size: cover;
    height: 600px;
    /*padding-bottom: 36%;*/
}

#poster-2 img {
    /*padding-bottom: 50px;*/
    max-width: 100%;
}

#InputAmount {
    width: 200px;
    height: 70px;
    border: 1px solid #707070;
    border-radius: 10px;
    margin: 30px auto 15px;
    display: block;
}

.btn {
    width: 250px;
    background-color: #0071e3;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    border: none;
	cursor: pointer;
}
.btn:hover {
    background-color: #0367CC;
	border: none;
}

p {
    text-align: left;
    font: normal normal normal 16px/24px Lato;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /*margin: 70px 0;*/
}

p._fsBig {
    font: normal normal normal 20px/30px Lato;
}

h2._withImg {
    position: relative;
}

h2._withImg:before {
    content: " ";
    background: transparent url('img/logo-chcemisie-small.svg') no-repeat center left;
    background-size: contain;
    display: block;
    width: 40px;
    height: 80px;
    left: -50px;
    top: -20px;
    position: absolute;
}

.footer {
    background-color: #333333;
    color: #fff;
}
.footer h2 {
    color: #fff;
}
.footer p, .footer a {
    color: #fff;
}

.footer a {
    display: inline-block;
    margin-right: 40px;
}

.support-logos {
	flex-wrap: wrap;
}
.support-logos .col {
	width: 25%;
}