.header__action .action-link {display: none !important;}

.header__container {display: none !important;}
.header {height: 0px; width: 100% !important; background: #FFF linear-gradient(270deg, #FFD983 20.91%, rgba(255, 217, 131, 0.87) 87.28%) !important;
position: fixed; z-index: 10; }

.header__logo .logo {
	margin: 0 auto !important;
}
.page-title {display: none !important;}
.page {background: #6eb53b !important;}
.item-label {display: none !important;}
.offers-list__item {
background-color: #fff !important;
border: none !important;
color: #000 !important;
border-radius: 0px !important;
}
.wrapper {
	max-width: 800px !important;
}
.creditors-list {
	
}
.creditors-list .creditor { 
	margin-bottom: 10px !important;
	border-radius: 40px !important;
}

.creditors-subtitle {display: none !important;}
.nothing-found {display: none !important;}

.offers-list {
	padding-top: 40 px !important;
	grid-template-columns: 1fr 1fr 1fr !important;
}

body {
	font-family: Tahoma;
}

.page-subtitle {display: none !important;}

.offers-list__item .item-action {
	background: #6eb53b !important;
	border-radius: 4px !important;
	color: #fff !important;
	height: 30px !important; 
	line-height: 30px !important;
	font-size: 14px !important;
}
.offers-list__item .item-link {
	color: #6eb53b !important;
}
.conditionals-subtitle {
	color: #6eb53b;
	text-align: center;
	text-transform: uppercase;
}

.creditor {
	border: none !important;
	box-shadow: none !important;
}
.conditionals-text {font-size: 10px; color: #fff !important;}
.creditor__link {display: none !important;}
.creditor__header {border-bottom: none !important;}
.header__title {height: 30px !important;}
.creditor__title {width: 100%; text-align: center;}
.action-burger {display: none !important;}
.item-conditionals__amount { color: #000 !important; }

.item-action {text-transform: uppercase;}

.footer {background: none !important; border-top: #fff 2px solid !important;}

@media screen and (max-width: 768px){
	.offers-list {
		padding-top: 40px !important;
		grid-template-columns: 1fr !important;
	}

	.creditors-list {
		grid-template-columns: 1fr !important;
	}
	

}


