.podbor-list {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 14px
}
.podbor-list .podborStone {
	display: flex;
}
.podbor-list .select-button {
	border: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}
.podbor-list .select-button:hover {
	background-color: #ffdb58
}
.marka-list {
	position: relative
}
.marka-list-header {
	border: 1px solid #777;
	padding: 14px 14px 12px 20px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #777
}
.marka-list-header .fa-chevron-down {
	padding: 4px
}
.list-marka {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 4;
	text-align: center;
	padding: 0;
	background-color: #fff;
	width: 100%;
	list-style-type: none;
	line-height: 2
}
.list-marka li {
	cursor: pointer;
	border-bottom: 1px solid transparent
}
.list-marka li:hover {
	border-bottom: 1px solid #fdc90c
}
.dekor-list {
	position: relative
}
.dekor-list-header {
	border: 1px solid #777;
	padding: 14px 14px 12px 20px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #777
}
.list-dekor {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 4;
	text-align: center;
	padding: 0;
	background-color: #fff;
	width: 100%;
	list-style-type: none;
	line-height: 2
}
.list-dekor li {
	border-bottom: 1px solid transparent
}
.list-dekor li:hover {
	border-bottom: 1px solid #fdc90c
}
.select-mark {
	margin-top: 20px
}
.select-mark span {
	display: block;
	margin: 10px;
	border: 1px solid #fdc90c;
	padding: 5px;
	font-size: 12px;
	background-color: #fffcf0
}
.select-mark span .fa-times {
	color: #fdc90c;
	cursor: pointer;
}
.select-dekor {
	margin-top: 20px
}
.select-dekor span {
	display: block;
	margin: 10px;
	border: 1px solid #fdc90c;
	padding: 5px;
	font-size: 12px;
	background-color: #fffcf0
}
.select-dekor span .fa-times {
	color: #fdc90c;
	cursor: pointer;
}
.select-button {
	width: 100%;
	background-color: #fdc90c;
	height: 50px
}
.select-button:hover {
	background-color: #ffdb58
}

.resStoneSearch {}
.resStoneSearch .row > div {
	width: 100%;
    padding: 10px 6px;
    border-bottom: 1px solid #ccc;
}
.resStoneSearch .title {}
.resStoneSearch .desc {
	display: flex;
	flex-wrap: wrap;
}
.resStoneSearch .desc div {
}
.resStoneSearch .result {
	display: flex;
	flex-wrap: wrap;
}
.resStoneSearch .result div {
}
.resStoneSearch .markStone {
	width: 33%;
    max-width: 33%;
}
.resStoneSearch .nameStone {
	width: 33%;
    max-width: 33%;
}
.resStoneSearch .sizeCromka {
	width: 33%;
    max-width: 33%;
}
.resStoneSearch .result .markStone {
		font-weight: 600;
}
.resStoneSearch .result .codeStone {
		font-weight: 600;
}
.resStoneSearch .result .nameStone {
		font-weight: 600;
}
.resStoneSearch .result .sizeCromka {
	display: flex;
	flex-wrap: wrap;
}
.resStoneSearch .result .sizeCromka span {
	display: inline-block;
	background-color: #ffdb58;
	border-radius: 3px;
	padding: 2px 5px;
	margin: 0 2px 2px 0;
}

@media (max-width: 425px) {
	.resStoneSearch .title {
		display: flex;
	}
	.resStoneSearch .title span {
		width: 100%;
	}
	.resStoneSearch .desc div {
		width: 50%;
		max-width: 50%;
		text-align: center;
	}
	.resStoneSearch .desc div:nth-child(3) {
		display: none;
	}
	.resStoneSearch .result div {
		max-width: inherit;
		text-align: center;
	}
	.resStoneSearch .result .markStone {
		width: 50%;
	}
	.resStoneSearch .result .nameStone {
		width: 50%;
	}
	.resStoneSearch .result .sizeCromka {
		width: 100%;
		justify-content: center;
		margin-top: 15px;
	}
}
input[name=EDGE_DECOR] {
    width: 100%;
    border: none;
    outline: none;
}
