a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all 0.2s ease;
}
a:hover {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all 0.2s ease;
}
.product_preview__name a:{
    color: #3a6e93;
    background: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
    font-size: 14px;
    transition: 0.3s;
    display: block;
    position: relative;
    font-weight: 600;
    padding-bottom: 5px;
    min-height: 63px;
    text-decoration: none;
}

.product_preview__name a:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
    font-size: 14px;
    transition: 0.3s;
    display: block;
    position: relative;
    font-weight: 600;
    padding-bottom: 5px;
    min-height: 63px;
    text-decoration: none;
}
.purchase_detail__name--total {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #3a6e93;
}
.purchase_detail__price--total {
    color: #3a6e93;
    font-size: 24px;
}
.purchase__price_total {
    color: #3a6e93;
    font-size: 16px;
    font-weight: 600;
}
.purchase__name .purchase__name_link {
    color: #3a6e93;
    line-height: 1.2;
    font-size: 14px;
    transition: 0.3s;
    display: block;
    position: relative;
    font-weight: 500;
    text-decoration: none;
}

.secret_number {
	text-shadow: none;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 40px;
  padding: 0 10px;
  background: #3b6e93;
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: bold;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
  margin-right: 10px;
  font-size: 14px;
  line-height: 40px;
}
.secret_number:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -15px;
  bottom: -15px;
  left: 0;
  z-index: -1;
  background: linear-gradient(
      -45deg,
      rgba(72, 209, 204, 0) 2px,
      mediumturquoise 3px,
      rgba(72, 209, 204, 0) 3px
    )
    repeat;
  background-size: 4px 4px;
}
.secret_number:after {
  content: attr(data-name);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -2;
  color: white;
  transition: all 1s;
}

.blog_catalog__link.selected {
    color: #3b6e93;
}
.filter__catalog_link.selected {
    color: #3b6e93;
    font-weight: 600;
}
.filter__link.checked .filter__label {
    color: #3b6e93;
}
.filter__link.checked svg path {
    stroke: #3b6e93;
    stroke-width: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-miterlimit: 10;
    opacity: 1;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: checkmarkAnimation 0.5s 0s forwards;
    animation: checkmarkAnimation 0.5s 0s forwards;
}
.menu_group--header .menu_eventer .menu_group__list--2 {
    border-radius: 3px;
    display: none;
    left: -2px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    min-width: 140px;
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #222;
}
#phone-error {
	display: none;
}

@media only screen and (min-width: 992px)
{
	.blog_catalog__switch:hover, .blog_catalog__link:hover, a.filter__catalog_link:hover {
		color: #3b6e93;
	}
	.filter__item:hover .filter__link {
    color: #3b6e93;
}
}
