.brand>table {
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}
.brand>p>img {
    border-radius: 16px;
}
.services-item .news-item__title{
margin: 0;
}
.services-item .news-item__right {
	padding: 0;
}
.button {
	cursor: pointer;
}
.service-img {
	width: calc(50% - 8px);
	min-width: calc(50% - 8px) !important;
    margin: 0 8px 24px 0;
    float: left;
    position: relative;
    border-radius: 16px;
}
.service-img *:not(img) {
	display: none;
}

.service>p>a>img,
.service>p>img {
    margin: 0 8px 0 0;
    border-radius: 16px;
}

.service>ul+div>.services {
    padding-top: 16px;
}

.service-img.last-img {
	left: 8px;
}
.text-danger.captcha-error {
	position: absolute;
	bottom: -16px;
	left: 0;
}
.captcha  {
	position: relative;
}
.button.text-white:hover,
.button.text-white {
	color: #ffffff !important;
}

.order__header.order__empty {
	padding-bottom: 0;
	border-bottom: 0;
}
.input {
	position: relative;
}
.input .text-danger {
	position: absolute;
	bottom: -4px;
	left: 0;
}
.mfilter-disabled .selectbox__item,
.mfilter-disabled .selectbox__item:hover {
	color:#A6ABB1;
	cursor: default; 
}

.search__icon {
	cursor: pointer;
	z-index: 2;
}

.catalog-item__price-old {
	text-decoration: line-through;
	color: #6f747b;
}

.text-center {
	text-align: center;
}
.d-none {
	display: none;
}

.no-products.catalog-item {
	background: transparent;
	width: calc(100% - 16px);
}
.no-products.catalog-item:hover {
	box-shadow: none;
}

.text-danger {
	color: red;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 0;
	border-radius: 8px;
	font: 600 16px/20px Gilroy;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert>p, .alert>ul {
	margin-bottom: 0;
}
.alert>p+p {
	margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #17b3c2;
	border-color: #17b3c2;
	color: #ffffff;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
.alert .close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	margin-top: -4px;
}
.alert .close:hover, .alert .close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

@media (max-width: 767px) {
	.input .text-danger {
		bottom: -1px;
	}
}
@media (min-width: 767px) {
	.categories__item:nth-child(3) .categories__title {
		max-width: 165px;
	}
}