a {
	color: #EB5757;
}
a:hover, a:focus {
	color: #D74848;
}
.mob-menu__nav-sub-item--active {
	color: #D74848;
}
.btn {
	background: #EB5757;
	color: #FFF;
}
.btn:hover, .btn:focus {
	background: #D74848;
	color: #FFF;
}
.btn--op {
	background: rgba(225, 225, 225, 0.3);
}
.btn--white {
	background: #FFF;
	color: #EB5757;
}


.top__soc-link {
	background: rgba(11, 13, 23, 0.1);
}
.top__soc-link:hover svg path, .top__soc-link:focus svg path {
	fill: #EB5757;
}
.top__phone .material-icons {
	background: #EB5757;
}
.footer__phone .material-icons {
	background: #EB5757;
}
.footer__soc-link {
	background: rgba(150, 155, 171, 0.3);
}
.footer__soc-link:hover svg path, .footer__soc-link:focus svg path {
	fill: #EB5757;
}

.command__item-soc-item:hover svg path, .command__item-soc-item:focus svg path {
	fill: #EB5757;
	transition: all linear 0.2s;
}

.pluses {
	background: #EB5757;
}
.pluses__item:after {
	color: #EB5757;
}

.command--revs:after {
	background: #EB5757;
}
.catalog__item-img-tag {
	background: #EB5757;
}


.counter__minus, .counter__plus {
	background: #EB5757;
}

.services__item:hover:after {
	background: rgba(235, 87, 87, 0.8);
}


.reviews {
	background: #EB5757;
}
.reviews__list-text svg path {
	fill: #EB5757;
}

.header--in .header__menu-link--active {
	color: #EB5757 !important;
}
.header--in .header__menu-link:hover, .header--in .header__menu-link:focus {
	color: #EB5757 !important;
}

.lmenu__link--active {
	color: #EB5757;
}

.lmenu__item-title--link a {
	color:  #000;
}

.lmenu__item--active .lmenu__item-title, .lmenu__item--active .lmenu__item-title--link a {
	color: #EB5757;
}
.lmenu__item-sub-link--active {
	color: #EB5757;
}
.lmenu__item-sub-link.lmenu__item-sub-link--active:after {
	background: #EB5757;
}
.lmenu--sep .lmenu__item--active .lmenu__item-title:before {
	background: #EB5757;
}


.ul--check li:after {
	color: #EB5757;
}
.ul--num li:after {
	color: #EB5757;
}


.p-new__soc-link:hover svg path {
	fill: #EB5757;
}

.pagination__item--active {
	color: #FFF;
	background: #EB5757;
}

.history__item-year {
	color: #EB5757;
}
.history__item-year:before {
	background: #EB5757;
}

.mob-top__menu {
	background: #EB5757;
}
.mob-top__phone {
	background: #EB5757;
}
.mob-top__cart {
	background: #EB5757;
}

.mob-menu__search-btn {
	color: #EB5757;
}
.mob-menu__nav-item:after {
	color: #EB5757;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #EB5757 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #EB5757 transparent;
}

.command-xs:after {
	background: #EB5757;
}

.header--in .header__nav-link {
	color:  #EB5757;
}

table.ttable {
	font-size: 14px;
	border-collapse: collapse;
	text-align: center;
}

.ttable th, .ttable td:first-child {
	background: #EB5757;
	color: white;
	padding: 10px 20px;
}

.ttable th, .ttable td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: white;
}

.ttable td {
	background: #D8E6F3;
}

.ttable th:first-child, .ttable td:first-child {
	text-align: left;
}

.search-tag > p > span {
	background:  #EB5757;
}