.header-info .email,
.header-info .phone {
	margin-bottom: 1rem;
}

.header-info .phone {
	font-size: 1.6em;
}

.contacts-info p {
	margin-bottom: .5rem;
}

.header-socials .social-item {
  	display: inline-block;
	padding-right: .25rem;
}

.header-socials .social-item img {
	max-width: 42px;
  	max-height: 42px;
  	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.header-block a.backcall-toggle {
	margin-top: .5rem;
    height: 1.2rem;
    font-size: 1.2rem;
}

.header-compare {
	justify-content: flex-end;
}

.product .product-control .button.is-primary {
	background-color: #4CB050;
}

.product .product-control .counter .counter-button {
	background-color: #c70000;
  	color: #fff;
}

.product .product-control .button.is-primary:hover,
.product .product-control .counter .counter-button:hover {
	background-color: #000;
}

.product .product-control .counter .counter-button.is-count-down,
.product .product-control .counter .counter-button.is-count-up {
	border-color: #c70000;
}

.product .product-control .counter .counter-input {
	border-color: #c70000;
}

@media screen and (max-width: 768px){
  .header-inner .left-blocks-inner {
	flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px){
.cust-head-mb{
display: none;
}
}
@media screen and (max-width: 768px){
.cust-head-pc{
display: none;
}
}

.tabs-buttons {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.form-group {
  display: flex;
  flex-direction: column;
  padding: 5px;
}
label.form-group-label {
  margin-bottom: 5px;
  font-weight: bold;
}
.callback_form,
.discount_form {
  background: #dddddd;
  padding: 8px;
  color: #000000;
}
.feedback-button,
.discount-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}
.feedback-button button,
.discount-button button {
  padding: 10px;
  min-width: 200px;
  border-radius: 18px;
  font-weight: bold;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.discount_form label {
  display: none;
}

@media ( max-width: 768px ) {
  .callback-modal-content,
  .discount-modal-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media ( max-width: 768px ) {
.cust-mob {
display: none;
}
}
@media ( min-width: 768px ) {
.cust-pc {
display: none;
}
}
.cust-pc {
    display: block;
    text-align: center;
}
