.header-top-phone img {
  max-height: 18px;
  max-width: 18px;
}
.header-top-phone {

}
.handset-icons {
  display: none;
}
.messenger__group {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  width: max-content;
  min-width: 140px;
  max-width: 336px;
  position: absolute;
  z-index: 101;
  left: -15px;
  background-color: var(--color-white);
  top: 25px;
  border-radius: 6px;
  -webkit-filter: drop-shadow(0 2px 8px #bfbfbf);
  filter: drop-shadow(0 2px 8px #bfbfbf);
}



.header-top-item.show-item {
  height: 23px;
}
.header-top-phones {
  font-size: 14px;
  display: none;
}
.header__top-phone {
  font-size: 14px;
  line-height: 140%;
}
.header__top-phone img{
  width: 14px;
}

.show-container__phones {
  display: none;
}
.messenger__group.active{
  display: flex;
}

input[type="tel"] {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 220px;
	border-radius: 4px;
	color: #555555;
	font-size: 12px;
	padding: 6px 12px;
	height: 31px;
	line-height: 16px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.field {
  padding: 0;
  display: flex;
  align-items: center;
}
#contact {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 10px 20px;
}

.cart__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.cart__info_p {
text-align: justify;
}

.button, button {
  text-align: center;
}
.red {
  color: #e31e24;
}
.bold {
  font-weight: bold;
}

.cart-products__item {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
}


.cart-products__item-img img {
  max-height: 80px;
  width: 100%;
  padding: 0  20px;
}


.cart-products__header {
  display: flex;
  justify-content: space-between;
}

.cart-items {
  width: 100%;
}

.cart__price {
  font-weight: bold;
  font-size: 18px;
}
.rub {
  font-weight: normal;
  font-size: 14px;
}

.gif-load {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .1;
	z-index: 99999999999;
	background: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gif-load img {
	width: 50px;
}

.cart__answer {
  text-align: center;
  padding: 100px;
  font-size: 20px;
  width: 100%;
}
.stock-off {
  opacity: .5;
}
.TovBg:hover .stock-off {
  opacity: 1;
}

.viki-tabs-frames .viki-tab iframe {
  width: 100% !important;
  min-height: 400px;
  aspect-ratio: 16 / 9;
}

.content__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content__item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.content__item_img {
  max-width: 120px;
  width: 100%;
  height: 120px;
}
.content__item_img img {
  max-width: 100%;
  max-height: 100%;
}
.content__wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
h2.content__item_title {
  font-size: 20px;
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
}
.content__item_title a, .content__item_img a {
  border-bottom: none;
  text-decoration: none;
}
.wrap__flex {
  display: flex;
  justify-content: flex-end;
}
.price-group-item {
  color: green;
  font-weight: bold;
}
a.review__link {
  text-align: end;
  max-width: max-content;
  font-size: 14px;
  border-bottom: none;
}
.content__item_text {
  flex: 1;
}

.priceOld {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: red;
} 

.price {
  padding: 0;
}
.priceOld .priceval1 {
  font-size: 14px;
  text-decoration: line-through;
}