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

.header__container {min-height: 90px !important;display: inline-block !important;
    width: 100% !important;
    margin: 0 auto !important;}
.header {height: 90px; background: none !important;
}

.header__logo .logo {
	margin: 0 auto !important;
	height: 90px !important; 
	width: 148px !important; 
}
.page-title {display: none !important;}

.page {background: url("https://i.pinimg.com/originals/f5/7e/21/f57e215f9c731ae0001a01ae9fd12502.jpg") center top no-repeat !important;background-attachment: fixed !important;}



.item-label {display: none !important;}
.offers-list__item {
background: rgb(209,209,209);
background: linear-gradient(0deg, rgba(209,209,209,1) 0%, rgba(242,242,242,1) 100%);
border: none !important;
border-top: #fff 1px solid !important; 
border-bottom: #333 1px solid !important;
box-shadow: rgba(0,0,0,0.4) 0 10px 10px !important;
color: #000 !important;
border-radius: 15px !important;
}
.wrapper {
	max-width: 100% !important;
}
.creditors-list {
	grid-template-columns: 1fr 1fr 1fr 1fr !important;
}
.creditors-list .creditor { 
	margin-bottom: 10px !important;
	border-radius: 40px !important;
}

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

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

body {
	font-family: Tahoma;
}

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

.offers-list__item .item-action {
	background: rgb(151,227,255);
	background: linear-gradient(180deg, rgba(151,227,255,1) 0%, rgba(36,175,174,1) 100%) !important;
	border-radius: 20px !important;
	border: none !important;
	border-top: #fff 1px solid !important;
	border-bottom: #1a9897 1px solid !important;
	color: #1a9897 !important;
	box-shadow: rgba(0,0,0,0.2) 0 15px 15px !important;
	height: 35px !important; 
	line-height: 35px !important;
	font-size: 16px !important;
}
.conditionals-subtitle { 
	display: none !important;
	color: #1a9897;
	text-align: center;
	text-transform: uppercase;
}
.footer {display: none !important;}

.creditor {
	background: none !important;
	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: #1a9897 !important; }
.item-conditionals__percent {color: #1a9897 !important; }
.creditor__data-key {color: #fff !important;}

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

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

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

}
