html {
    height: 100%;
    width: 100%
}
body {
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    margin: 0;
    padding: 0
}
form {
    margin: 0;
    padding: 0
}
a {
    color: #2067b0;
    text-decoration: none;
    -webkit-transition: border-bottom-color .2s linear;
    transition: border-bottom-color .2s linear
}
a:hover {
    color: #2067b0;
    text-decoration: none
}
h1 {
    color: #555;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    padding: 0
}
img {
    border: medium none
}
input {
    outline: 0
}
input::-ms-clear {
    display: none
}

#workarea-content {
	max-width: 1580px !important;
    margin: 0 auto !important;
}
.workarea-content-paddings {
	padding: 15px 15px;
}

div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}

.nelikvid-list {
	display: flex;
	flex-wrap: wrap;
}
.nelikvid-list-item {
	display: flex;
	border-left: 0;
	border-bottom: 0;
	width: 320px;
	height: 514px;
	padding: 20px 40px 20px 0;
}
.nelikvid-list-item-cont {
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 12px;
}
.nelikvid-list-item-cont-img {
	width: 100%;
	height: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 12px;
	margin-bottom: 15px;
}
.nelikvid-list-item-cont-id-price {
	display: flex;
	justify-content: space-between;
}
.nelikvid-list-item-cont-id-level {
	display: flex;
	justify-content: start;
}
.nelikvid-list-item-cont-id {
	background: #78e29d;
    padding: 2px 5px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    margin-left: 5px;
    margin-bottom: 4px;
    border-radius: 8px;
}
.nelikvid-list-item-cont-level {
	/* background: #ddd; */
    padding: 2px 5px;
    font-size: 13px;
    font-weight: normal;
    color: #535c69;
    margin-left: 5px;
    margin-bottom: 4px;
    border-radius: 8px;
}
.nelikvid-list-item-cont-price {
	font-weight: bold;
	color: #f44;
	margin-right: 8px;
	font-size: 18px;
	line-height: 24px;
    padding-left: 5px;
}
.nelikvid-list-item-cont-name {
	margin-bottom: 12px;
	color: #000;
    padding-left: 5px;
}
.nelikvid-list-item-cont-buy {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #a5d601;
	font-weight: bold;
	font-size: 18px;
	border-radius: 12px;
	width: 100%;
    height: 40px;
	border: 0;
	cursor: pointer;
}
.nelikvid-list-item-cont-buy span {
	display: inline-block;
	color: #000;
}
.nelikvid-list-item-link {
	display: block;
}
.nelikvid-list-item-cont:hover {
	box-shadow: 0px 0px 10px 7px rgba(219, 219, 217, 0.75);
}
.nelikvid-list-bl .bx-pagination .bx-pagination-container {
    text-align: left;
}
.nelikvid-list-bl .bx-pagination .bx-pagination-container ul {
    text-align: center;
}
.nelikvid-list-bl .bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #a5d601;
}
.nelikvid-list-filter {
    margin-bottom: 20px;
}
.nelikvid-list-row {
    display: flex;
}
.nelikvid-list-cell {
    padding-right: 15px;
}
.nelikvid-list-row select {
    border: 1px solid #f1f1f5;
    background: #f1f1f5;
    padding: 0px 10px;
    border-radius: 12px;
    height: 36px;
}

.nelikvid-list-row input[type="text"] {
    border: 1px solid #f1f1f5;
    background: #f1f1f5;
    padding: 0px 10px;
    border-radius: 12px;
    height: 36px;
}
.drive-btn {
    border: 4px;
    border: 1px solid #a1a6ac;
    background: #eee;
    padding: 9px 15px;
    font-size: 14px;
    margin-right: 20px;
    font-weight: bold;
    border-radius: 12px;
    cursor: pointer;
}
.drive-btn.success {
    background-color: #61aa00;
    color: #fff;
}
.drive-btn.primary {
    background-color: #0061aa;
    color: #fff;
}
.drive-btn.danger {
    background-color: #f00;
    color: #fff;
}