.subscribe-href-button {
	    display: block;
    /* width: 80px; */
    height: 18px;
    line-height: 18px;
    cursor: pointer;
    color: #266bae;
    font-size: 16px;
    font-family: 'PT Sans Bold';
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 20px;
    border: none;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center right;
    background-color: transparent;
}
.podpiska {
	width: 58%;
	margin: 0 auto;
}
@media screen and (max-width:900px) {
.podpiska {
	width: 90%;
	margin: 0 auto;
}
}
@media screen and (max-width:540px) {
.podpiska {
	display: none;
}
}
.podpiska .search_inp {
	width: 100%!important;
}