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

.header__container {min-height: 50px !important;display: inline-block !important;
    width: 100% !important;
    margin: 0 auto !important;}
.header {height: 50px; 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: url("https://pdl-profit.com/assets/images/offers-bg.webp") center top no-repeat !important; background-size: contain; background-attachment: fixed !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: 990px !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: 0px !important;
	color: #fff !important;
	height: 20px !important; 
	line-height: 20px !important;
	font-size: 14px !important;
}
.conditionals-subtitle {
	color: #6eb53b;
	text-align: center;
	text-transform: uppercase;
}

.creditor {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}
.conditionals-text {font-size: 10px; }
.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;}


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

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

}


