.subskrypcja-zawartosc{
	font-size: 14px;
	color:#313131;
	display: block;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	height: 264px;
	background-color: #e0edf6;
	width: 824px;
	background-image: url("../grafika/newsletter.png");
	background-repeat: no-repeat;
	background-position: bottom right ;
	
}

.subskrypcja-tekst{
	padding: 32px 0px 16px 32px;
	width: 500px;
	font-family: 'Baloo 2', cursive;
	font-size: 16px;
}

.subskrypcja-btns-tlo{
	display: flex;
	justify-content: flex-start;
	margin:0px;
}

.subskrypcja-zawartosc .btn-submit-modul{

	text-align: center;
	font-size: 16px!important;
	font-weight: 400;
	text-decoration-color: transparent;
	font-family: 'Baloo 2', cursive;
	position: relative;
	cursor:pointer;
	width: 104px;
}

.subskrypcja-zawartosc .btn-submit-modul:hover{
	opacity: 0.8;
}

.span-submit-subskrypcja-dopisz, .span-submit-subskrypcja-wypisz{
	position: relative;
}
.span-submit-subskrybcja-dopisz{
	border:1px solid #98cfee!important;
}

.span-submit-subskrypcja-wypisz{
	/*border:1px solid #d3dce4!important;*/
	/*width: 32px;*/
}

.btn-submit-subskrypcja-dopisz{
	/* font-family: 'Baloo 2', cursive; */
	background-color: #507C4B;
    color: #fff!important;
    margin-right: 8px;
    padding: 8px 32px 8px 12px;
    border:none;
    font-size: 0px;
    position: relative;
    /* border:1px solid #f7e972; */
	border-radius: 25px;
/*    width: 32px;
    height:32px;*/
}


.span-submit-subskrypcja-dopisz::after{
	position: absolute;
    
    color: #000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    content: url("../grafika/dopisz.png");
    font-size: 13px!important;
    /* left: 10px; */
	top: 12px;
	right: 18px;
    /* display: none; */
}



.btn-submit-subskrypcja-wypisz{
	/* font-family: 'Open Sans', sans-serif!important; */
	/*background: #fff!important;*/
	background: #e0edf6;
	color:#000!important;
	padding: 8px 38px 8px 12px;
	border:1px solid #99bfd7;
	border-radius: 25px;
}

.span-submit-subskrypcja-wypisz::after{
	position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    content: "\f00d";
    font-size: 13px!important;
    top: 15px;
	right: 16px;
    /* left: 10px; */
    /* display: none; */
	
}

.subskrypcja-input-tlo{
    padding-bottom: 16px;
    /* width: 246px; */
    float: left;
    margin-right: 8px;
	margin-left: 32px;
}

.subskrypcja-input-tlo input{
    box-shadow: none;
    border: 1px solid #f1f1f1;
    width: 272px;
    padding: 8.5px 15px;
	border-radius: 25px;
	font-size: 16px;
	font-family: 'Baloo 2', cursive;
}

.subskrypcja-tekst-rodo{
	padding-top: 8px;
	padding-bottom: 16px;
    color: #313131;
    width: 444px;    
    margin-top: 13px;
	font-family: 'Baloo 2', cursive;
	font-size: 16px;
	margin-left: 32px;
	border-bottom: 1px solid #99bfd7;
}

.subskrypcja-tekst-rodo a{
	color:#313131;
}

@media all and (min-width: 0px) and (max-width: 639px){
	.subskrypcja-input-tlo{
		width: 100%;
	}
	.subskrypcja-btns-tlo{
		display: block;
	}
}
