.noLine {
  border: none !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.BadPols2 {
	border-color: #e03127 !important;
}

.BadPols {
	border-color: #e03127 !important;
}

div.BadPols,
span.BadPols {
	color: #e03127 !important;
}

input.BadPols,
textarea.BadPols {
	/*background: #fef0f0;*/
}
.alert-good {
  color: #009b67;
  margin-bottom: 15px;
}
.alert-danger {
  font-size: 12px;
  color: #e03127;
  margin-bottom: 15px;
}

.clear2 {
  clear: both !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px;
  position: static !important;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  float: none !important;
  background: none;
}
button {
	cursor:pointer;
}
.b-center {
	text-align: center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.b-left {
	text-align: left;
}
font.notetext {
	text-align: center;
	display: block;
	color: #000;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 35px;

}

#ajax-loader img{
	width:20px; 
	height:20px; 
	vertical-align: middle;
	display: none;
}


form {
	display: block;
}

/*
.benefits-card__icon path {
	color: blue;
	background: blue;
	stroke: blue;
	
}
*/


.menu__links li a.menu__link-red {
	color:#c60a3c;
}

.form__mess-text {
	
	
	margin-bottom: 25px;
	padding: 75px 0 0;
	display: block;
	font-size: 18px;
	
}

.search__button svg path {
	color: #000;
	fill: #000;
}



.mess-noFindProducts {
	font-size: 24px;
	margin: 0 0 30px;
	padding-top: 30px;
	
	text-align: center;
}



/* ################################################################## */
/* ################################################################## */

.k-loader_container {
	position: relative;
}

.k-loader_container.active::before {	
	content: ' ';
	display: block;
	
	
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0-;
	top: 0;
	
	background: #FFF;
	opacity: 0.5;
	
	z-index: 10;
	/*
	-webkit-box-shadow: 0px 0px 15px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 15px 5px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 15px 5px rgba(50, 50, 50, 1);
*/
}


/* ################################################################## */
/* ################################################################## */



.order-form .form__row.basket-form__field_address textarea {
	height: 46px;
	padding: 10px 15px;
}
@media (max-width:768px) {
	.order-form .form__row.basket-form__field_address textarea {
		height: 60px;
		padding: 5px 15px;
	}
}
/* ################################################################## */
/* ################################################################## */





.pic_left {
	float: left;
	margin: 0 20px 20px 0;
}

.pic_right {
	float: right;
	margin: 0 0 20px 20px;
}


.product-mess_offer {	
	font-size: 10px;
	line-height: 12px;
	margin-top: -25px;
}


.order-form .form__payment {
	padding-bottom: 0;
	
}
.basket {
	margin-bottom: 80px;
}

.order-form .border {
	width: auto;
}

.tag_link {
  border: none;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  background-color: #e7e7e7; 
  color: black;
  margin-bottom: 5px;
}

.tag_link:hover {
	opacity: 0.7;
}
