#sg_b .sg_button_kontakt a {
	max-width: 240px;
	width: 100%;
}

#sg_b .sg_icon {
	display: block;
	max-width: 100%;
	margin: auto;
	height: auto;
	margin-bottom: 20px;
}

#sg_b .sg_search_div .data center .sg_sprawdz.sg_sprawdz_rek {
	background-repeat: no-repeat;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font: 500 15px/18px Roboto, Arial !important;
	color: #fff !important;
	background-color: #ff6000;
	transition: 0.2s;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	min-height: 48px;
	width: 238px;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid #ff6000;
	margin-top: 16px;
	text-transform: uppercase;
	border-radius: 4px;
}
#sg_b .sg_search_div .data center .sg_sprawdz.sg_sprawdz_rek::after {
	content: '';
	background-image: url('https://www.electro.pl/lp/electro/promocje/reklamacje/resources/images/icon.png');
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	background-size: 100% 100%;
	left: 8px;
	position: relative;
    display: none;
}

#sg_b .sg_text_div span {
	font-size: 15px;
	line-height: 20px !important;
	color: #333;
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
}

#sg_b .sg_text_div a {
	text-decoration: none;
	color: #0d4de4;
	font-size: 21px;
	font-weight: 500;
	margin: 10px;
}

#sg_b .sg_opcje_div a.sg-sprawdz-gray {
	text-decoration: none;
	color: #000000;
	/* margin: 10px; */
	background: transparent;
	width: 100%;
	max-width: 100%;
	font-style: normal;
	border: 2px solid #888;
	border-radius: 4px;
	text-transform: none;
}

#sg_b .sg_text_div p {
	font-size: 14px;
	color: #000;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
}

@media (max-width: 320px) {
	#sg_b .input_zgloszenie #numer_zgloszenia {
		max-width: 230px;
		margin-right: 0px;
	}
}

.c-headline_title.a-typo.is-primary {
	display: none;
}

#sg_b #sg .sg_info p {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: normal !important;
	text-align: left !important;
}

#sg_b #sg .sg_info h2 {
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: normal !important;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: Roboto;
	text-align: left !important;
}

.c-content {
	padding: 0px;
}

#sg_b #sg_search {
	position: relative;
}

#sg_b #sg_search input {
	width: 100%;
	z-index: 1;
	border-radius: unset;
	display: block;
	max-width: 100%;
	font-size: 15px;
	min-width: 235px;
}

#sg_b #livesearch {
	margin: 0;
	display: none;
	position: absolute;
	background: white;
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	padding: 0px;
	z-index: 1;
	box-shadow: 0 1px 6px 0 #20212447;
	font-family: Roboto, roboto;
}

#sg_b #livesearch span {
	margin: 0px;
	padding: 10px 10px;
	cursor: pointer;
	font-family: Roboto, roboto;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
}

#sg_b #sg_search_cont {
	display: flex;
}

#sg_b #livesearch span b {
	color: #f3ca00;
	pointer-events: none;
	font-weight: 500;
}

#sg_b #livesearch span:hover {
	background-color: #ededed;
}

#sg_b #livesearch center > span {
	margin: 0px;
	font-family: Roboto;
	cursor: pointer;
	width: 100%;
	text-align: left;
	padding: 5px 10px;
	box-sizing: border-box;
}

#sg_b #livesearch center > span:hover {
	background-color: #f2f2f2;
}

#sg_b #livesearch > br {
	display: none;
}

#sg_b #livesearch center > :not(span) {
	display: none;
}

#sg_b #sg_wyszukaj_producenta h3{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

#sg_b #sg_wyszukaj_producenta #sg_search_input{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* margin-left: 0px;
    border-radius: 0;
    box-shadow: none; */
}

#sg_b  .sg_search_div .data center .sg_sprawdz::before{
    content: ""!important;
    display: none;
}
#sg_b .sg_search_div .data center{
    font-weight: 500;
    text-align: left;
}

#sg_b .sg_search_div .data center b::after{
    margin-top: 0px;
    margin-bottom: -10px;
    visibility: hidden;
}
#sg_b .sg_search_div .data a{
    font-weight: 400;
}

#sg_b .sg_search_div .data{
    justify-content: flex-start;
}
#sg_b .sg_search_div .data{
    text-align: left!important;
}

#sg_b .sg-input-submit{
    flex: 0;
}

#sg_b #sg_wyszukaj_producenta .wrapper-input{
    flex-wrap: wrap;
    gap: 5px 0px;
    height: auto;
}

@media(max-width:400px){
    #sg_b #sg_search input{
        min-width: 100%;
    }
    #sg_b #sg_search,
    #sg_b #sg_search_cont{
        width: 100%;
    }
}