#form-subskrypcja-dopisz{
	position: relative;
}
.subskrypcja-zawartosc{
	color:white;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}

.subskrypcja-tekst{
	padding: 0px 0px 16px 0px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.subskrypcja-btns-tlo{
	display: flex;
	justify-content: flex-start;
	margin: 0px;
	clear: both;
	position: absolute;
	bottom: 95px;
	right: 114px;
}

.subskrypcja-zawartosc .btn-submit-modul{

	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-decoration-color: transparent;
	position: relative;
	cursor:pointer;
}

.span-submit-modul:hover .btn-submit-subskrypcja-dopisz{
	background-color: #4b5464;
}

.span-submit-modul:hover .btn-submit-subskrypcja-wypisz{
	background: #282828;
	border:1px solid #282828;
}

.kalendarz .span-submit-modul:hover{
	opacity: 1;
}


.span-submit-subskrypcja-dopisz, .span-submit-subskrypcja-wypisz{
	position: relative;
}
.span-submit-subskrybcja-dopisz{
	border:1px solid #98cfee!important;
}

.btn-submit-subskrypcja-dopisz{
	background-color: #2f3848;
	color: white;
	margin-right: 16px;
	padding: 14px 48px 15px 16px;
    border:none;
    font-size: 14px;
	font-weight: 500;
    position: relative;
    border:1px solid #2f3848;
}

.span-submit-subskrypcja-dopisz:before
{
	content: url(../grafika/dopisz.png);
	position: absolute;
	z-index: 1;
	right: 37px;
	top: 16px;
	cursor: pointer;
}

.btn-submit-subskrypcja-wypisz{
	background: transparent;
	color:white;
	padding: 14px 48px 15px 16px;
	background: #000000;
	border:1px solid #000000;
}

.span-submit-subskrypcja-wypisz:before
{
	content: url(../grafika/wypisz.png);
	position: absolute;
	z-index: 1;
	right: 21px;
	top: 14px;
	cursor: pointer;
}

.subskrypcja-input-tlo{
    padding-bottom: 16px;
    width: 100%;
	display: flex;
	justify-content: center;
}

.subskrypcja-input-tlo input{
    box-shadow: none;
    border: 1px solid #efefef;
    width: 320px;
    padding: 15px 15px;
	margin-left: -247px;
}

.subskrypcja-tekst-rodo{
	padding-top: 8px;
	color: white;
	width: 100%;
	margin-top: 9px;
	padding-bottom: 40px;
	border-top: 1px solid #181619;
	text-align: center;
	display: flex;
	justify-content: center;
}

.subskrypcja-tekst-rodo input 
{
	/* position: absolute; */
}

.subskrypcja-tekst-rodo label 
{
	padding-left: 26px;
	display: block;
}

.subskrypcja-tekst-rodo a{
	color:white;
}

@media all and (min-width: 0px) and (max-width: 639px){
	.subskrypcja-input-tlo{
		width: 100%;
	}
	.subskrypcja-btns-tlo{
		display: block;
	}
}
