body {
  font-family: 'Open Sans', sans-serif;
  /*NEW YEAR background: url(/img/newyear-sneg3.png);*/
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
input::-webkit-input-placeholder {
  color: #a5a5a5;
  opacity: 1;
  text-transform: uppercase;
}
input::-moz-placeholder {
  color: #a5a5a5;
  opacity: 1;
  text-transform: uppercase;
}
input:-ms-input-placeholder {
  color: #a5a5a5;
  opacity: 1;
  text-transform: uppercase;
}
.topline {
  background: #333;
  background: url("../images/bg_t.png") repeat-x top center;


  padding: 10px 0;
}
.topline2 {
  background: #ebebeb;
     /* NEW YEAR
  background: url("../img/snow_bg111.jpg") bottom center;
  background-size:230px auto;            */
  padding: 10px 0;
}
.menu_sale
{
 color:#fff47d !important;
 font-size:18px;
 font-weight:bold;
}
.menu_new
{
 background: url("../img/menu_new.png") no-repeat right center;
  background-size: 28px;
  margin-right: 5px;
  background-color:#ac281c;
}
.topline__flex {
  display: flex;
  align-items: center;
}
.topline__address {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  text-transform:uppercase;
}
.topline__social ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-end;
}
.topline__social ul li {
  list-style: none;
}
.topline__social ul li:not(:last-child) {
  margin-right: 5px;
}
.topline__social ul li a {
  text-decoration: none;
  font-size: 16px;
  width: 25px;
  color: #fff;
  height: auto;
  display: block;
}




.topline__social ul li a img {
  max-width: 100%;
  height: auto;
  display: block;
}
.topline__nav {
  margin-left: auto;
}
.topline__nav ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.topline__nav ul li {
  list-style: none;
  margin-left:0px;
}
.topline__nav ul li:not(:last-child) {
  margin-right: 10px;
  padding-right:10px;
  border-right:1px #ccc solid;
}
.topline__nav ul li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  text-transform:uppercase;
}
.topline__nav ul li a:hover {
  text-decoration: underline;
  color:#c62201;
}


.topline__nav2 {

}
.topline__nav2 ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.topline__nav2 ul li {
  list-style: none;
 /* margin-left:10px;*/
}
.topline__nav2 ul li:not(:last-child) {
  margin-right: 10px;
  padding-right:10px;
  border-right:1px #fff solid;
}
.topline__nav2 ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform:uppercase;
}
.topline__nav2 ul li a:hover {
  text-decoration: underline;
  color:#f5f5f5;
}


.header {
  background: #fff;
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.15);
}
.header__flex {
  display: flex;
  align-items: center;

    justify-content: space-between;
}
.header__logo {
  margin-right: 10px;
  flex-shrink: 0;
  width:170px;
}
.header__but_c
{
  margin-right: 10px;
	}
.header__logo img {
  display: block;
  max-width: 100%;
}
.header__nav {
  margin-right: auto;
  margin-top:8px;
}
.header__nav ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.header__nav ul li {
  list-style: none;
}
.header__nav ul li:not(:last-child) {
  margin-right: 20px;
}
.header__nav ul li.accent a {
  color: #c91212;
}
.header__nav ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.header__nav ul li a:hover {
  text-decoration: underline;
}
.header__search {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-top:-5px;

}

.header__search button {
   background: url("../images/srch.png") no-repeat center center;
     width: 24px;
  height: 24px;
  border:0px;
  margin-left:-40px;
}
.nav_sr
{
   margin-top: 5px;
}

.header__search-icon {
  margin-right: 20px;
  display: none;
  width: 50px;
  height: 50px;
  display: none;
}
.header__search-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.header__contact {
  margin-right: 20px;
  margin-left:15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__phone {
  line-height: 1;
}
.header__phone a {
  color: #000;
  font-weight: 800;
  font-size: 26px;
  display: flex;
  text-decoration: none;
  align-items: center;
}
.header__phone a:before {
  position: relative;
  top: -2px;
  content: '';
  display: block;
  width: 35px;
  height: 32px;
  background: url("../img/phone.png") no-repeat center center;
  background-size: contain;
  margin-right: 5px;
}
.header__callback {
  color: #000;
  font-size: 10px; text-align:center;
  line-height:11px;

  text-transform: uppercase;
  text-decoration: none;
}
.header__callback a br {
  display: none;
}
.header__callback a:hover {
  border-color: transparent;
}
.header__fav {
  margin-right: 20px;
  margin-left:20px;
}
.header__account {
  margin-right: 20px;
}
.header__account img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.header__cart {
  position: relative;
  margin-right: 10px;
}
.header__cart img {
  max-width: 100%;
  display: block;
  max-height: 100%;
  margin: 0 auto;
}
.header__counter {
  position: absolute;
  top: -13px;
  right: -15px;
  font-size: 14px;
  background: #c51700;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}
.header__hamburger {
  display: none;
  margin-left: 15px;
  height: 24px;
}
.header__hamburger-nav {
  padding: 15px;
  background: #fff;
  display: none;
}
.header__hamburger-nav ul {
  padding: 0;
  margin: 0;
}
.header__hamburger-nav ul li {
  list-style: none;
}
.header__hamburger-nav ul li.accent a {
  color: #c91212;
}
.header__hamburger-nav ul li.sub a {
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
}
.header__hamburger-nav ul li a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.header__hamburger-nav ul li a:hover {
  text-decoration: underline;
}
.hamburger {
  height: 24px;
  padding: 0;
}
.usl_a
{
     text-decoration: none;
     border-bottom:1px #fff solid;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-left:10px;
    margin-right:10px;
}
.usl_a:hover
{
	color:#fff;
	text-decoration:none;
	border:none;
}
.main-menu {
  background: #ba1404;
  width: 100%;
}
.main-menu__title {
  line-height: 1;
}
.main-menu__title a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: 800;
  padding: 10px;
  border-bottom: 3px solid #fff;
}
.main-menu__list {
  padding: 0 10px;

  line-height: 1.15;
}
.main-menu__list > ul {
  padding: 0;
  margin: 0;
}
.main-menu__list > ul > li {
  list-style: none;
}
.main-menu__list > ul > li:hover a {
  background-color: #9d0f02;
}
.main-menu__list > ul > li:not(:last-child) > a {
  border-bottom: 1px solid rgba(255,255,255,0.22);
}
.main-menu__list > ul > li.active {
  background: #9d0f02;
  padding: 10px;
}
.main-menu__list > ul > li.active > a {
  font-size: 18px;
  font-weight: 700;
}
.main-menu__list > ul > li > a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.main-menu__list > ul > li > ul {
  padding: 0;
  margin: 0;
  display: none;
}
.main-menu__list > ul > li > ul > li {
  list-style: none;
}
.main-menu__list > ul > li > ul > li > ul > li {
  list-style: none;
}
.main-menu__list > ul > li > ul > li.active a,
.main-menu__list > ul > li > ul > li:hover a {
  background-color: #ba1404;
  text-decoration:none;
}
.main-menu__list > ul > li > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 10px 5px;
}
.main-menu__list > ul > li > ul > li > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 10px 5px;
}
.main-menu__list > ul > li > ul > li > ul > li > a:hover {
  background-color: #9d0f02;
  text-decoration:underline;
}
.main-menu__list > ul > li > ul > li > ul > li > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 10px 5px;
}
.main-menu__list > ul > li > ul > li > ul > li > ul > li > a:hover {
  background-color: #9d0f02;
  text-decoration:underline;
}



.main-menu {
  background: #ba1404;
  width: 100%;
}
.main-menu__title {
  line-height: 1;
}
.main-menu__title a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: 800;
  padding: 10px;
  border-bottom: 3px solid #fff;
}
.main-menu__list2 {
  padding: 0 10px;
  line-height: 1.15;
}
.main-menu__list2 > ul {
  padding: 0;
  margin: 0;
}
.main-menu__list2 > ul > li {
  list-style: none;
}
.main-menu__list2 > ul > li:hover a {
  background-color: #9d0f02;
}
.main-menu__list2 > ul > li:not(:last-child) > a {
  border-bottom: 1px solid rgba(255,255,255,0.22);
}
.main-menu__list2 > ul > li.active {
  background: #9d0f02;
  padding: 10px;
}
.main-menu__list2 > ul > li.active > a {
  font-size: 18px;
  font-weight: 700;
}
.main-menu__list2 > ul > li > a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.main-menu__list2 > ul > li > ul {
  padding-left: 4px;
  margin-left: 10px;

}
.main-menu__list2 > ul > li > ul > li {
  list-style: none;
}
.main-menu__list2 > ul > li > ul > li > ul > li {
  list-style: none;
}
.main-menu__list2 > ul > li > ul > li.active a,
.main-menu__list2 > ul > li > ul > li:hover a {
  background-color: #ba1404;
  text-decoration:none;
}
.main-menu__list2 > ul > li > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 10px 5px;
}
.main-menu__list2 > ul > li > ul > li > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 10px 5px;
}
.main-menu__list2 > ul > li > ul > li > ul > li > a:hover {
  background-color: #9d0f02;
  text-decoration:underline;
}
.main-menu__list2 > ul > li > ul > li > ul > li > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 10px 5px;
}
.main-menu__list2 > ul > li > ul > li > ul > li > ul > li > a:hover {
  background-color: #9d0f02;
  text-decoration:underline;
}
.main-menu__list2 .menu_new
{
 background-color:transparent;
}
.main-menu__list2 .menu_new a
{
 background-color:transparent;
 color:#fff47d;
}




.main-menue {
  background-color: #fff;
  width: 100%;
  border:1px #000 solid;
}
.main-menue__title {
  line-height: 1;
}
.main-menue__title a {
  display: block;
     text-transform: uppercase;
       font-size: 20px;
    line-height: 38px;
    font-weight: 700;
    color: #231f20;

  padding: 10px;
  border-bottom: 3px solid #ccc;
}
.es .page-filters__title
{
     text-transform: uppercase;
       font-size: 20px;
    line-height: 38px;
    font-weight: 700;
	}
.main-menue__list {
  padding: 0px;

  line-height: 1.15;
}
.main-menue__list > ul {
  padding: 0 10px;
  margin: 0;
}
.main-menue__list > ul > li {
  list-style: none;

}
.main-menue__list > ul > li:hover a {
  background-color: #e4e4e4;
}
.main-menue__list > ul > li:not(:last-child) > a {
  border-bottom: 1px solid rgba(255,255,255,0.22);
}
.main-menue__list > ul > li.active {
  background: #999;
  padding-left: 10px;
  padding-right:10px;
}
.main-menue__list > ul > li.active > a {
  font-size: 14px;
  font-weight: 700;
}
.main-menue__list > ul > li > a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.main-menue__list > ul > li > ul {
  padding: 0;
  margin: 0;
  display: none;
}
.main-menue__list > ul > li > ul > li {
  list-style: none;
}
.main-menue__list > ul > li > ul > li > ul > li {
  list-style: none;
}
.main-menue__list > ul > li > ul > li.active a,
.main-menue__list > ul > li > ul > li:hover a {
  background-color: #ba1404;
  text-decoration:none;
}
.main-menue__list > ul > li > ul > li > a {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 10px 5px;
}
.main-menue__list > ul > li > ul > li > ul > li > a {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 10px 5px;
}
.main-menue__list > ul > li > ul > li > ul > li > a:hover {
  background-color: #9d0f02;
  text-decoration:underline;
}
.main-menue__list > ul > li > ul > li > ul > li > ul > li > a {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 10px 5px;
}
.main-menue__list > ul > li > ul > li > ul > li > ul > li > a:hover {
  background-color: #9d0f02;
  text-decoration:underline;
}
.main__menue {
  width: 295px;
  flex-shrink: 0;
  margin-right: 40px;
}
.main__menue ul {
  padding: 0;
  margin: 0;
}
.main__menue ul li {
  list-style: none;
}
.main__menue ul li a {
  text-decoration: none;
}




.main {
  padding: 35px 0 20px;
  /*NEW YEAR
      background: url("../img/snow_bg.jpg");
     background-size:cover; */
}
.main__mobile {
  display: none;
}
.main__desktop {
  display: flex;
  align-items: flex-start;
}
.main__menu {
  width: 295px;
  flex-shrink: 0;
  margin-right: 40px;
}
.main__menu ul {
  padding: 0;
  margin: 0;
}
.main__menu ul li {
  list-style: none;
}
.main__menu ul li a {
  text-decoration: none;
}
.main__right {
  width: 835px;
}
.main__slider {
  margin-bottom: 30px;
  position: relative;
}
.main__promo {
  display: flex;
}
.main__promo-normal {
  width: 315px;
  margin-right: 0px;
}
.main__promo-normal img {
  max-width: 100%;
  display: block;
  height: auto;
}
.main__promo-wide {
  flex-grow: 1;
}
.main__promo-wide img {
  max-width: 100%;
  display: block;
  height: auto;
}
.main__flex {
  display: flex;
  margin-bottom: 30px;
}
.main-slider {
  width: 100%;
  position: relative;
      border: 1px #ccc solid;
}
.main-slider:before,
.main-slider:after {
  content: '';
  display: block;
  width: 28px;
  height: 49px;
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 2;
}
.main-slider:before {
  left: -8px;
  background-image: url("../img/tape-l.png");
}
.main-slider:after {
  right: -8px;
  background-image: url("../img/tape-r.png");
}
.main-slider__prev,
.main-slider__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 3;
  cursor: pointer;
}
.main-slider__prev {
  background-image: url("../img/prev.png");
  left: -4px;
}
.main-slider__next {
  background-image: url("../img/next.png");
  right: -4px;
}
.main-slider__item {
  position: relative;
  padding-top: calc((340 / 840) * 100%);
}
.main-slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-slider__inner a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.products {
  background: #ebebeb;
  padding: 30px 0;
  /* NEW YEAR     background: url("../img/snow_bg.jpg");
     background-size:cover; */
}
.products__head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.products__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
  color: #231f20;
  line-height: 1;
}
.products__line {
  flex-shrink: 1;
  flex-grow: 1;
  margin: 0 25px;
  min-width: 30px;
  background: #ba1404;
  display: block;
  height: 1px;
}
.products__nav ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.products__nav ul li {
  list-style: none;
}
.products__nav ul li.active a {
  color: #e1000f;
  border-color: #e1000f;
  background: #fff;
}
.products__nav ul li:hover a {
  color: #e1000f;
}
.products__nav ul li:not(:last-child) {
  margin-right: 5px;
}
.products__nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  /*height: 33px;*/
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid transparent;
  color: #231f20;
  font-size: 16px;
}
.products__slider {
  position: relative;
}
.products__slider .owl-stage-outer {
  padding-top: 11px;
}
.products__prev,
.products__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 3;
  cursor: pointer;
}
.products__prev {
  background-image: url("../img/prev.png");
  left: -80px;
}
.products__next {
  background-image: url("../img/next.png");
  right: -80px;
}


.blog__slider {
  position: relative;
}
.blog__slider .owl-stage-outer {
  padding-top: 11px;
}
.blog__prev,
.blog__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 3;
  cursor: pointer;
}
.blog__prev {
  background-image: url("../img/prev.png");
  left: -80px;
}
.blog__next {
  background-image: url("../img/next.png");
  right: -80px;
}


.products__layout {
  margin: 0 -10px -25px;
  display: flex;
  flex-wrap: wrap;
}
.products__wrapper {
  padding: 0 10px 25px;
  width: 33.33333333%;
}
.products-card {
  background: #fff;
  position: relative;
  padding: 15px;
  width: 100%;
  height:100%;
  max-width: 265px;
  margin: 0 auto;
}
.products-card__stick {
  position: absolute;
  left: 3px;
  top: -11px;
}
.products-card__stick_sale {
  position: absolute;
  right: 3px;
  top: -11px;
  z-index:10;
}
.products-card__stick_sale span
{
  background-color:#000;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  display:block;
  width:40px;
  height:40px;
  position: absolute;
  right:0px;
  top:50px;
  border-radius:40px;
  text-align:center;
  line-height:40px;
}
.products-card__image {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.products-card__image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto !important;
}
.products-card__title {
  height: calc(18px * 3);
  overflow: hidden;
  line-height: 18px;
  margin-bottom: 10px;
}
.products-card__title a {
  font-size: 16px;
  color: #000;
}
.products-card__bottom {
  display: flex;
  justify-content: space-between;
}
.products-card__cost {
  display: none;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.products-card__note {
  margin-bottom: 5px;
}
.products-card__note ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.products-card__note ul li {
  font-size: 11px;
  list-style: none;
}
.products-card__note ul li:not(:last-child):after {
  content: '|';
  margin: 0 3px;
}
.products-card__note ul li.active a {
  color: #e1000f;
  border-color: #e1000f;
}
.products-card__note ul li a {
  text-decoration: none;
  font-size: 9px;
  color: #000;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  padding: 0 3px;
}
.products-card__note ul li a:hover {
  color: #e1000f;
}
.products-card__current {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  width:90%;
      text-align: center;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
}
.products-card__stock2
{
background-color:#ebebeb;
line-height:12px;
font-size:12px;
color:#000;
margin-top:10px;
border-left:2px #ba1404 solid;
padding:5px;
}
.products-card__current.discount {
  color: #e1000f;
}
.products-card__current.discount:before {
  content: '';
  display: block;
  width: 111px;
  height: 31px;
  position: absolute;
  top: 3px;
  left: -15px;
  background: url("../img/price-bg.png") no-repeat center center;
}
.products-card__current span {
  z-index: 2;

  position: relative;
}
.products-card__current .prpr {
  z-index: 2;
  font-size:20px;
  position: relative;
}
.products-card__current i {
  font-size: 20px;
  font-style: normal;
}
.products-card__old {
  color: #7f7f7f;
  font-size: 16px;
  text-decoration: line-through;
}
.products-card__tools {
  display: flex;
  width:100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /*margin-top: 25px;*/
    flex-shrink: 0;
}
.products-card__button {
  margin-bottom: 5px;
}
.products-card__button a {
  color: #fff;
  font-size: 14px;
  background: #ba1404;
  border-radius: 9px;
  height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.products-card__stock {
  color: #000;
  width:90%;
  text-align:center;
  font-size: 11px;
  padding:0px;
  background-color:#ebebeb;
}
.more
{
 text-decoration:none;
 color:#c61c00;
 border-bottom:1px #c61c00 dashed;
}
.more:hover
{
 text-decoration:none;
 color:#e1000f;
 border:none;
}
.products-card__stock3 {
  color: #000;
  width:100%;
  text-align:center;
  font-size: 11px;
}
.products-card__stock3 span {
  color:#e1000f;
  font-size:14px;
  font-weight:bold;
}
.products-card__stock span {
  color:#e1000f;
  font-size:14px;
  font-weight:bold;
}
.products-card__nostock {
  color: #e10000;
  font-size: 11px;
  font-weight:bold;

}
.products-card__basket {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  justify-content: space-between;
  font-size: 24px;
}
.products-cart__item-down {
  cursor: pointer;
  border:1px #c62201 solid;
  width:30px;
  height:30px;
  line-height:23px;
  text-align:center;
}
.products-cart__item-value {
	width:50px;
	border-bottom:1px #000 solid;
	padding-bottom:4px;
	text-align:center;
}
.products-cart__item-value input
{
 border:0px;
 width:50px;
 text-align:center;
}
.products-cart__item-up {
  cursor: pointer;
  border:1px #c62201 solid;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
}
.products-cart__item-close {
  cursor: pointer;
}
.products__wrapper2 {
  padding: 0 10px 25px;
  width: 100%;
}
.products-card2 {
  background: #fff;
  position: relative;
  padding: 15px;
  display:flex;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.products-card2 .products-card__image {
    height: 110px;
    display: flex;
    width:130px;
    margin-right:30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.products-card2 .products-card__image2 {
    height: 65px;
    display: flex;
    width:65px;
    margin-right:10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.products-card__image2 img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: auto !important;
}
.products-card2 .products-card__title2
{
 margin-top:40px;
 max-width:300px;
 width:100%;
 line-height: 18px;
    margin-bottom: 10px;
}

.products-card2 .products-card__title2 a {
    font-size: 16px;
    color: #000;
}
products-card2 .products-card__bottom
{
 width:200px;
}
.scrollable {
  padding: 40px 0;
  box-shadow: 0px -3px 15px rgba(0,0,0,0.15);
}
.scrollable__owl img {
  width: auto !important;
}
.scrollable__item {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrollable__item img {
  max-height: 100%;
  display: block;
  max-width: 100%;
}
.scrollable_inner {
  box-shadow: none;
}
.subscribe {
  background: #ba1404;
  padding: 20px 0 15px;
}
.subscribe__flex {
  display: flex;
  align-items: center;
}
.subscribe__icon {
  margin-right: 20px;
  flex-shrink: 0;
}
.subscribe__icon img {
  display: block;
  height: auto;
  max-width: 100%;
}
.subscribe__head {
  margin-right: 15px;
}
.subscribe__title {
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 5px;
}
.subscribe__text {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.subscribe__form {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.subscribe__form input {
  font-size: 14px;
  background: #e5e5e5;
  padding: 0 15px;
  height: 40px;
  border: none;
  width: 405px;
}
.subscribe__form button {
  height: 42px;
  border-radius: 5px;
  background: #949597;
  color: #000;
  text-transform: uppercase;
  padding: 0 15px;
  margin-left: -5px;
  border: none;
}
.pluses {
  background: #fff;
  padding: 40px 0 60px;
}
.pluses__flex {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.pluses__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  width: 20%;
}
.pluses__icon {
  height: 90px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.pluses__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.pluses__title {
  font-weight: 300;
  font-size: 18px;
  color: #231f20;
  text-align: center;
  line-height: 1.2;
  width: 100%;
}
.about {
  position: relative;
  overflow: hidden;
}
.about:before {
  content: '';
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: none;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*background: url("../img/photo.jpg") no-repeat center top;
  background-size: cover;*/
}
.about__flex {
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: flex-end;
}
.about__wrap {
  background: #fff;
  padding: 15px 40px;
}
.about__title {
  text-transform: uppercase;
  font-size: 48px;
  color: #000;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.about__accent {
  color: #ba1404;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1;
}
.about__text {
  color: #777;
  font-size: 18px;
  line-height: 1.2;
}
.about__image {
  flex-shrink: 0;
  width: 490px;
}
.about__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.info {
  padding: 40px 0;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.15);
  position: relative;
}
.info__flex {
  display: flex;
  justify-content: flex-end;
}
.info__news {
  padding: 0 40px;
  width: 100%;
}
.info__contact {
  width: 490px;
  flex-shrink: 0;
}
.info__phone {
  line-height: 1;
  margin-bottom: 20px;
}
.info__phone a {
  color: #000;
  font-weight: 800;
  font-size: 42px;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.info__phone a:before {
  position: relative;
  top: -2px;
  content: '';
  display: block;
  width: 57px;
  height: 53px;
  background: url("../img/phone.png") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.info__address {
  line-height: 1.25;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.info__map {
  height: 260px;
}
.info-news__items {
  margin-bottom: 15px;
}
.info-news__item {
  display: flex;
}
.info-news__item:not(:last-child) {
  margin-bottom: 40px;
}
.info-news__image {
  width: 260px;
  height: 195px;
  border: 1px solid #e53842;
  flex-shrink: 0;
  margin-right: 25px;
}
.info-news__image a {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.info-news__title {
  font-size: 24px;
  color: #000;
  line-height: 1.1;
  margin-bottom: 20px;
}
.info-news__text {
  color: #515151;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
}
.info-news__link a {
  color: #e1000f;
  font-size: 18px;
  text-decoration: underline;
}
.info-news__link a:hover {
  text-decoration: none;
}
.info-news__all {
  text-align: right;
}
.info-news__all a {
  text-transform: uppercase;
  color: #e1000f;
  font-size: 18px;
  text-decoration: underline;
}
.info-news__all a:hover {
  text-decoration: none;
}


.blog-news__image {
  width: 190px;
  height: 145px;
  border: 1px solid #e53842;
  flex-shrink: 0;
  margin-right: 25px;
}
.blog-news__image a {
  display: block;
  height: 100%;
  width: 100%;
  border:none !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.blog-news__title {
  font-size: 24px;
  text-align:left;
  color: #000;
  line-height: 1.1;
  margin-bottom: 20px;
}
.blog-news__text {
  color: #515151;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-news__link a {
  color: #e1000f;
  font-size: 18px;
  text-decoration: underline;
}
.blog-news__link a:hover {
  text-decoration: none;
}


.footer {
  background: #fff;
  padding: 40px 0 60px;
}
.footer__nav {
  display: flex;
  margin-bottom: 30px;
}
.footer__col {
  width: 20%;
}
.footer__title {
  margin-bottom: 15px;
}
.footer__title a {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
.footer__title a:hover {
  text-decoration: underline;
}
.footer__list {
  line-height: 1;
}
.footer__list ul {
  padding: 0;
  margin: 0;
}
.footer__list ul li {
  list-style: none;
}
.footer__list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__list ul li a {
  color: #e1000f;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer__list ul li a:hover {
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
}
.footer__metrics {
  margin-right: 30px;
}
.footer__info {
  margin-right: 40px;
  line-height: 1.2;
}
.footer__copyright {
  font-size: 12px;
  color: #231f20;
}
.footer__dev {
  font-size: 12px;
  color: #231f20;
}
.footer__dev a {
  color: #231f20;
  text-decoration: none;
}
.footer__dev a:hover {
  text-decoration: underline;
}
.footer__social {
  margin-right: 15px;
}
.footer__social ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.footer__social ul li {
  list-style: none;
}
.footer__social ul li:not(:last-child) {
  margin-right: 10px;
}
.footer__social ul li a {
  text-decoration: none;
}
.footer__payment {
  margin-left: auto;
}
.footer__payment ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.footer__payment ul li {
  list-style: none;
}
.footer__payment ul li:not(:last-child) {
  margin-right: 30px;
}
.footer__payment ul li a {
  text-decoration: none;
}
.page {
  background: #ebebeb;
  padding: 45px 0 0;
   /* NEW-YEAR  background: url(/img/newyear-sneg3.png); */
}
.page__flex {
  display: flex;
}
.page__aside {
  width: 295px;
  flex-shrink: 0;
  margin-right: 40px;
}
.page__content {
  width: calc(100% - 295px - 40px);
}
.page__content_full {
  width: 100%;
}
.page__head {
  display: flex;
  margin-bottom: 40px;
}
.page__pagination {
  margin-top: 40px;
}
.page__menu {
  line-height: 1;
  margin-right: 30px;
  width: 295px;
  position: relative;
  flex-shrink: 0;
}
.page__menu.active a:after {
  transform: scale(-1);
}
.page__menu > a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: 800;
  padding: 10px;
  background: #ba1404;
}
.page__menu > a:after {
  content: '';
  transition: transform 0.25s ease;
  display: block;
  width: 14px;
  height: 10px;
  margin-left: 15px;
  background: url("../img/down.png") no-repeat center center;
  background-size: contain;
}
.page__filters-button {
  margin-right: 30px;
  line-height: 1;
}
.page__filters-button a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 800;
  padding: 10px;
  background: #949597;
}
.page__mobile {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  display: none;
}
.page__buttons {
  display: none;
}
.filters-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 290px;
  z-index: 999;
  overflow-y: auto;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  display: none;
}
.filters-mobile.active {
  transform: translateX(0%);
}
.filters-mobile .page-filters {
  margin-top: 0;
  border-top: none;
  border-bottom: none;
  height: 100%;
}
.filters-mobile .page-filters__button {
  margin-bottom: 30px;
}
.filters-mobile__close {
  z-index: 1000000;
  position: absolute;
  top: 4px;
  right: 10px;
  cursor: pointer;
}
.filters-mobile__close:before {
  font-size: 18px;
  line-height: 1;
  content: '✕';
  color: #000;
  font-weight: 300;
  font-family: Arial, sans-serif;
}
.page-breadcrumbs {
  font-size: 11px;
  padding-top: 15px;
}
.page-breadcrumbs ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.page-breadcrumbs ul li {
  list-style: none;
}
.page-breadcrumbs ul li:last-child a {
  color: #000;
}
.page-breadcrumbs ul li:not(:last-child):after {
  content: '/';
  color: #0c5a81;
  margin: 0 10px;
}
.page-breadcrumbs ul li a {
  text-decoration: none;
  color: #c61c00;
  text-transform: uppercase;
}
.nice-select {
  text-transform: uppercase;
  border-color: #c1c1c1;
  height: 40px;
  line-height: 38px;
}
.cart-center-section-line-select .nice-select {
  text-transform: uppercase;
  border-color: #c1c1c1;
  height: 40px;
  line-height: 38px;
  width:100%;
}
.page-card__add .nice-select {
   border-color: #c1c1c1;
   margin-top:10px;
  width:317px;
  margin-left:36px;
  margin-bottom:5px;
}
.result_delivery
{
 margin-left:36px;
;
}
.nice-select .current {
  color: #a5a5a5;
}
.nice-select .list {
  right: 0;
  left: auto;
}
.serc .nice-select {
  width:100%;
}
.serc .nice-select .list {
  right: 0;
  left: 0;
  width:100%;
}
.serc_in
{

}
.page-pagination {
  display: flex;
  align-items: center;
}
.page-pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.page-pagination ul li {
  list-style: none;
}
.page-pagination ul li:not(:last-child) {
  margin-right: 3px;
}
.page-pagination ul li.active a,
.page-pagination ul li:hover a {
  border-color: #e5e5e5;
}
.page-pagination ul li.active a span,
.page-pagination ul li:hover a span {
  border-color: transparent;
}
.page-pagination ul li a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  min-width: 40px;
  height: 40px;
  border-radius: 4px;
  display: inline-flex;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
.page-pagination ul li a span {
  border-bottom: 1px dashed #000;
}
.page-pagination__head {
  margin-right: 30px;
}
.page-pagination__title {
  font-size: 18px;
  font-weight: bold;
}
.page-pagination__note {
  font-size: 11px;
  color: #8a8a8a;
}
.page-pagination__quantity {
  margin-left: auto;
}
.page-pagination__quantity ul li a {
  font-size: 16px;
}
.page-card {
  display: flex;
  justify-content: space-between;
}
.page-card__gallery {
  width: calc((455 / 1170) * 100%);
  margin-right: 30px;
}
.page-card__gallery-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.page-card__content {
  width: calc((690 / 1170) * 100%);
}
.page-card__image {
  padding-top: 100%;
  position: relative;
  margin-bottom: 16px;
}
.page-card__thumbnails {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px;
  display: flex;
  flex-wrap: wrap;
}
.page-card__thumbnail {
  position: relative;
  width: 20%;
  padding: 0 8px 16px;
}
.page-card__wrapper {
  padding-top: 100%;
  position: relative;
}
.page-card__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.page-card__inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.page-card__code {
  font-size: 14px;
  margin-bottom: 15px;
}
.page-card__title {
  color: #231f20;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
}
.page-card__info {
  margin-bottom: 30px;
}
.page-card__group {
  display: table-cell;
  margin-bottom: 30px;
  border: 2px solid;
}
.page-card__item {
  border: 1px solid;
  width: 32%;
  padding: 2px;
  margin: 2px;
  float: left;
  text-align: center;
}
.page-card__item.active {
  border: 1px solid red;
  background-color: #cecece;
}
.page-card__item .page-card__current {
  font-size:0.9em;
}
.page-card__item .page-card__current i {
  font-size:0.9em;
}
.page-card__item .page-card__note ul li a {
  font-size: 16px;
  height: 26px;
}
.page-card__item .page-card__cost {
  margin: 0px;
}
.page-card__item .page-card__tools {
  margin: 0px;
}
.page-card__item .page-card__button {
  margin-bottom: 0px;
}
.page-card__item .page-card__button a {
  font-size: 20px;
  height: 35px;
  padding: 0 10px;
}
.page-card__item .page-card__stock {
  font-size: 12px;
}
.page-card__item .page-card__click {
  margin-top: 0px;
}
.page-card__item .page-card__click a {
  font-size: 12px;
}
.page-card__main {
  display: flex;
  margin-bottom: 30px;
}
.page-card__cost {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  margin-right: 25px;
}
.page-card__note {
  margin-bottom: 15px;
}
.page-card__note ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.page-card__note ul li {
  font-size: 19px;
  list-style: none;
}
.page-card__note ul li:not(:last-child):after {
  content: '|';
  margin: 0 3px;
}
.page-card__note ul li.active a {
  color: #e1000f;
  border-color: #e1000f;
  background-color: #fff;
}
.page-card__note ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  padding: 0 3px;
}
.page-card__note ul li a:hover {
  color: #e1000f;
}
.page-card__current {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
}
.page-card__current.discount {
  color: #ba1404;
}
.page-card__current.discount:before {
  content: '';
  display: block;
  width: 194px;
  height: 55px;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/price-bg-l.png") no-repeat center center;
}
.page-card__current span {
  z-index: 2;
  position: relative;
}
.page-card__current i {
  font-size: 35px;
  font-style: normal;
}
.page-card__old {
  color: #7f7f7f;
  font-size: 28px;
  text-decoration: line-through;
  font-weight: 700;
}
.page-card__tools {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  flex-shrink: 0;
  margin-right: 25px;
}
.page-card__button {
  margin-bottom: 12px;
}
.page-card__button a {
  color: #fff;
  font-size: 24px;
  background: #ba1404;
  border-radius: 15px;
  height: 55px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.page-card__button2 {

  margin:0 auto;
  background-color: #ba1404;
  display:flex;
  border-radius: 15px;
  height: 55px;
  margin-top: 12px;
}
.page-card__button2 a {
  color: #fff;
  font-size: 17px;
  text-transform:uppercase;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
 .page-card__button2 span
 {
  height:30px;
  width:30px;
    display: inline-flex;
    margin-top:11px;
    margin-left:8px;
  background: url("../img/bask.png") no-repeat center center;
  background-size: contain;
 }
.last_pr
{
display:block;
color:#000;
  background-color:#fff47d;
font-size:12px; text-align:center; width:100%; line-height:11px; margin-top:0px; padding-top:0px; padding-left:3px; padding-right:3px; padding-bottom:3px; font-weight:normal;
}
.cen .page-card__button2
{
 margin-top:0px;
 margin-left:10px;	}
.page-card__stock {
  color: #333;
  font-size: 19px;
  display:none;
}
.page-card__nostock {
  color: #b10036;
  font-size: 19px;
}
.page-card__click {
  margin-top: 60px;
}
.page-card__click a {
  text-transform: uppercase;
  border-bottom: 2px dashed #c61c00;
  color: #c61c00;
  font-size: 18px;
  text-decoration: none;
}
.page-card__click a:hover {
  border-color: transparent;
}
.page-card__click2 a {

 border-radius:5px;
  background-color:#777777;
  color: #fff;
  height:40px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;

}
.page-card__click2 a:hover {
  border-color: transparent;
}
.page-card__props {
  margin-bottom: 40px;
}
.page-card__prop {
  display: flex;
  font-size: 16px;
  align-items: center;
}
.page-card__prop:not(:last-child) {
  margin-bottom: 10px;
}
.page-card__line {
  position: relative;
  top: 2px;
  flex-shrink: 1;
  flex-grow: 1;
  margin: 0 15px;
  min-width: 30px;
  background: #ba1404;
  display: block;
  height: 1px;
}
.page-card__key {
  flex-shrink: 0;
}
.page-card__value {
  flex-shrink: 0;
  color: #ba1404;
}
.page-card__text {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
  font-weight: 300;
  margin-bottom: 20px;
}
.page-card__link a {
  font-size: 18px;
  text-decoration: underline;
  color: #ba1404;
}
.page-card__link a:hover {
  text-decoration: none;
}
.page-card__flex {
  display: flex;
  justify-content: space-between;
}
.page-card__form {
  margin-right: 15px;
  width: 100%;
  max-width: 290px;
}
.page-card-form {
  border: 1px solid #6e6e6e;
  background: #fff;
  padding: 15px;
}
.page-card-form__head {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-card-form__text {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;
}
.page-card-form__input {
  font-size: 14px;
  display: flex;
  margin-bottom: 10px;
}
.page-card-form__label {
  flex-shrink: 0;
  width: 80px;
}
.page-card-form__field {
  flex-grow: 1;
}
.page-card-form__field input {
  width: 100%;
  height: 25px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 0 10px;
}
.page-card-form__textarea {
  font-size: 14px;
  margin-bottom: 15px;
}
.page-card-form__textarea textarea {
  width: 100%;
  height: 85px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 10px;
  resize: none;
}
.page-card-form__button {
  text-align: center;
}
.page-card-form__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  font-size: 18px;
  height: 40px;
  border-radius: 5px;
  background: #c61c00;
  text-decoration: none;
}
.page-card-add {
  border: 1px solid #6e6e6e;
 background: #fff;
 padding-left: 15px;
  padding-right: 15px;
  padding-top:5px;
  padding-bottom:15px;

}
.yell
{

 background-color:#ffef7e;

 height:100%;
 padding:5px;
 margin-left:-15px;
 margin-right:-15px;
 margin-bottom:-15px;
 margin-top:-5px;
	}
	.nostock
	{
	 background-color:#ffef7e;
	 padding-left:3px;
	 padding-right:3px;
		}
.page-card-add__head {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-card-add__items {
  margin-bottom: 40px;
}
.page-card-add__item {
  display: flex;
}
.page-card-add__item:not(:last-child) {
  margin-bottom: 30px;
}
.page-card-add__image {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  flex-shrink: 0;
}
.page-card-add__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.page-card-add__title {
  line-height: 1.2;
  margin-bottom: 5px;
}
.page-card-add__title a {
  font-size: 16px;
  color: #000;
}
.page-card-add__tools {
  display: flex;
  align-items: center;
}
.page-card-add__cost {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-right: 15px;
}
.page-card-add__cost span {
  font-size: 16px;
}
.page-card-add__button a {
  height: 32px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  background: #ba1404;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  text-decoration: none;
}
.page-card-add__link {
  text-align: center;
}
.page-card-add__link a {
  color: #231f20;
  font-size: 16px;
  border-bottom: 1px dashed #231f20;
}
/* Customize the label (the container) */
.checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox__label {
  text-transform: uppercase;
  font-size: 11px;
}
.checkbox__label span {
  font-size: 14px;
  color: #ba1404;
  margin-left: 10px;
}
/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #756969;
  border-radius: 5px;
}
/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox input:checked ~ .checkbox__checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox .checkbox__checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #756969;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.page-filters {
  margin-top: 25px;
  border: 1px solid #6e6e6e;
  background: #fff;
  padding-bottom: 15px;
}
.page-filters__block {
  padding: 15px;
}
.page-filters__block:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.page-filters__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.page-filters__inputs {
  display: flex;
  align-items: center;
}
.page-filters__inputs span {
  font-size: 14px;
  flex-shrink: 0;
}
.page-filters__inputs input {
  width: 85px;
  text-align: right;
  padding: 0 10px;
  height: 25px;
  font-size: 18px;
  flex-shrink: 1;
  flex-grow: 1;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  margin: 0 8px;
}
.page-filters__hidden {
  display: none;
}
.page-filters__show {
  margin-left: 25px;
}
.page-filters__show a {
  color: #231f20;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px dashed #231f20;
}
.page-filters__show a:hover {
  border-color: transparent;
}
.page-filters__button {
  text-align: center;
}
.page-filters__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  height: 40px;
  padding: 0 25px;
  font-size: 18px;
  text-decoration: none;
  background: #c61c00;
}
.sec_p .page-filters__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  height: 40px;
  padding: 0 25px;
  font-size: 18px;
  text-decoration: none;
  background: #c61c00;
}
.m_l
{
float:left;
width:50%;
padding:20px;
}
.m_l img
{
 width:100%;
}
.m_l h2
{
 text-align:left;
 line-height:1.2;
 margin-bottom:10px;
 margin-top:10px;
}
.m_l_2
{
float:left;
width:33%;
padding:20px;
}
.m_l_2 img
{
 width:100%;
}
.sec_p
{
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 30px;
    text-align: justify;
}
.header__search input {
  font-size: 14px;
  border:none;
  height: 52px;
  background-color:#eddddd;
  border-radius: 2px;
  padding: 0 10px;
  width: 380px;
    padding-right:40px;
}
.cen
{
margin-right:20px;
margin-top:20px;
	}
@media (max-width: 1399.98px) {
  .products__prev {
    left: 0;
  }

  .info-news__item
  {

    padding: 15px;
    width: 100%;
   /*max-width: 265px;*/
    margin: 0 auto;
}
  .products__next {
    right: 0;
  }
  .blog__prev {
    left: -20px;
  }
  .blog__next {
    right: -20px;
  }
  .products__owl {
    max-width: calc(100% - 120px);
    margin: 0 auto;
  }
  .blog__owl {
    max-width: calc(100% - 120px);
    margin: 0 auto;
  }
}
@media (max-width: 1199.98px) {
  .topline__address {
    margin-right: 15px;
    font-size: 14px;
  }
  .blog-news__image {
    width: 100%;
    height: 165px;

    border: 1px solid #e53842;
    flex-shrink: 0;
    margin-right: 25px;
}
  .topline__nav ul li a {
    font-size: 14px;
  }
  .header__logo {
    margin-right: 15px;
  }
  .products__title {
    font-size: 30px;
  }
  .products__nav ul li a {
    font-size: 18px;
  }
  .subscribe__form input {
    width: 250px;
  }
  .subscribe__title {
    font-size: 30px;
  }
  .subscribe__text {
    font-size: 12px;
  }
  .pluses__title {
    font-size: 16px;
  }
  .about__title {
    font-size: 30px;
  }
  .about__accent {
    font-size: 20px;
  }
  .about__text {
    font-size: 16px;
  }
  .info-news__item {
    flex-direction: column;
  }
  .info-news__image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .info-news__title {
    font-size: 20px;
  }
  .info-news__text {
    font-size: 16px;
  }
  .info-news__link a {
    font-size: 16px;
  }
  .footer__info {
    margin-right: 15px;
  }
  .footer__title a {
    font-size: 16px;
  }
  .footer__payment ul li:not(:last-child) {
    margin-right: 15px;
  }
  .footer__list ul li a {
    font-size: 12px;
  }
  .footer__metrics {
    margin-right: 15px;
  }
  .page-card__note ul li a {
    font-size: 14px;
  }
  .page-card__current {
    font-size: 40px;
  }
  .page-card__current.discount::before {
    top: -10px;
  }
  .page-card__old {
    font-size: 24px;
  }
  .page-card__button a {
    font-size: 18px;
  }
  .page-card__stock {
    font-size: 16px;
  }
  .page-card__click a {
    font-size: 16px;
  }
  .page-card__prop {
    font-size: 14px;
  }
  .page-card__flex {
    flex-direction: column-reverse;
  }
  .page-card__form {
    max-width: 100%;
    margin-top: 30px;

  }
  .page__aside {
    display: none;
  }
  .page__content {
    width: 100%;
  }
  .page__buttons {
    display: flex;
  }
  .filters-mobile {
    display: block;
  }
  .topline__nav2 ul li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.topline__nav2 ul li:not(:last-child) {
  margin-right: 10px;
  padding-right:10px;
  border-right:1px #fff solid;
}
.topline__address {
    margin-right: 10px;
    font-size: 11px;
}
.topline__nav ul li a {
    font-size: 11px;
}
.topline__nav ul li:not(:last-child) {
  margin-right: 5px;
  padding-right:5px;
  border-right:1px #ccc solid;
}
.topline__nav {
    width: auto;
    margin-left:20px;
    margin-top:-4px;
}
.header__phone a {

    font-weight: 800;
    font-size: 22px;

}
}
@media (max-width: 991.98px) {
  .topline__flex {
    flex-wrap: wrap;
  }
  .info-news__item
  {

    padding: 15px;
    width: 100%;
   max-width: 265px;
    margin: 0 auto;
}
  .topline__nav {
    width: 100%;
    margin-left: 0;
  }
  .header__nav ul li a {
    font-size: 16px;
  }
  .header__search {
    display: none;
  }
  .header__search-icon {
    display: block;
  }
  .products__nav ul li a {
    font-size: 14px;
  }
  .pluses__title {
    font-size: 14px;
  }
  .about__flex {
    flex-direction: column;
  }
  .about__image {
    margin: 0 auto;
  }
  .info {
    padding-bottom: 0;
  }
  .info__flex {
    flex-direction: column;
  }
  .info__news {
    margin-bottom: 30px;
  }
  .info__contact {
    width: 100%;
  }
  .info-news__item {
    flex-direction: row;
  }
  .info-news__image {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .footer__nav {
    flex-wrap: wrap;
  }
  .footer__col {
    width: 33.33333333%;
    margin-bottom: 15px;
  }
  .footer__bottom {
    flex-wrap: wrap;
  }
  .footer__payment {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .footer__payment ul {
    justify-content: center;
  }
  .footer__social {
    margin-right: 0;
    margin-left: auto;
  }
  .main__desktop {
    display: none;
  }
  .main__mobile {
    display: block;
  }
  .main__promo {
    flex-direction: column;
  }
  .main__menu {
    width: 50%;
    margin-right: 30px;
  }
  .main__promo-normal {
    margin-right: 0;
    max-width: 270px;
    width: 100%;
  }
  .main__promo-normal:not(:last-child) {
    margin-bottom: 30px;
  }
  .main__promo-wide {
    max-width: 100%;
  }
  .page__head {
    flex-direction: column;
  }
  .page-card__title {
    font-size: 24px;
  }
  .page-card__main {
    flex-direction: column;
    align-items: center;
  }
  .page-card__cost {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-card__tools {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-card__click {
    margin-top: 0;
  }
  .page-card__prop {
   /* flex-direction: column;*/
    align-items: flex-start;
  }
  .page-card__key
  {
  	margin-right:20px;
  }
  .page-card__line {
    display: none;
  }
  .products__wrapper {
    width: 50%;
  }
  .page__buttons {
    justify-content: space-between;
  }
  .page__filters-button {
    margin-right: 0;
  }
.topline__nav2 ul li a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.topline__nav2 ul li:not(:last-child) {
  margin-right: 5px;
  padding-right:5px;
  border-right:1px #fff solid;
}
.topline__address {
    margin-right: 10px;
    font-size: 11px;
}
.topline__nav ul li a {
    font-size: 11px;
}
.topline__nav ul li:not(:last-child) {
  margin-right: 5px;
  padding-right:5px;
  border-right:1px #ccc solid;
}
.topline__nav {
    width: auto;
    margin-left:20px;
    margin-top:-4px;
}
.header__but_c img{
    width: 100px;
}
.header__logo {

    width: 70px;
}
}
@media (max-width: 767.98px) {
  .topline__flex {
    justify-content: space-between;
  }
  .page__head {

    margin-bottom: 10px;
}
.main {
  padding: 20px 0 20px;
}
.cen
{
margin-right:0px;
margin-top:0px;
margin-bottom:20px;
	}
	.cen .page-card__form
	{
	 margin-top:0px;
		}
  .topline__nav {
    display: none;
  }
  .page-card__image {
    padding-top: 200px;
    position: relative;
    margin-bottom: 16px;
}
.page-card__flex {
    flex-direction: column;
}
  .header__nav {
    display: none;
  }
  .header__logo {
    width: 30px;
  }
  .header__contact {
    margin-right: auto;
  }
  .header__hamburger {
    display: block;
  }
  .topline2
  {
   display:none;
  	}
  	.topline2_mob
  	{
  	display:block;
  		}
  .header__account {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .header__cart {
    width: 30px;
    height: 30px;
  }
  .header__counter {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
  }
  .header__search-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .products__head {
    flex-direction: column;
  }
  .products__title {
    margin-bottom: 15px;
    text-align: center;
  }
  .products__line {
    width: 30px;
  }
  .products__nav {
    margin-top: 15px;
  }
  .subscribe__flex {
    flex-direction: column;
  }
  .subscribe__icon {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .subscribe__head {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .subscribe__form {
    margin-left: 0;
  }
  .pluses__flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pluses__item {
    width: 33.33333333%;
  }
  .about__wrap {
    padding: 15px;
  }
  .about__image {
    width: 100%;
    max-width: 490px;
  }
  .info-news {
    padding-left: 15px;
    padding-right: 15px;
  }
  .info-news__item {
    flex-direction: column;
  }
  .info-news__image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__metrics {
    margin-bottom: 15px;
  }
  .footer__info {
    margin-bottom: 15px;
  }
  .footer__social {
    margin: 0 auto;
  }
  .main__menu {
    margin-right: 15px;
  }
  .main__promo-normal:not(:last-child) {
    margin-bottom: 15px;
  }
  .page-card {
    flex-direction: column;
  }
  .page-card__gallery {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-card__content {
    width: 100%;
  }
  .page__menu {
    margin-right: 5px;
    width: 290px;
  }
  .products__select {
    margin-top: 0px;
    margin-bottom:10px;
  }
  .page-pagination {
    flex-direction: column;
  }
  .page-pagination__head {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-pagination__quantity {
    margin-left: 0;
    margin-top: 15px;
  }
  .header__phone a {
    font-weight: 800;
    font-size: 18px;
}
	.header__soc img
	{
	 width:25px !important;
		}
		.header__but_c img {
    width: 80px;
}
}
@media (max-width: 575.98px) {
  .products__wrapper {
    width: 50%;
  }
  .page__menu .main-menu__list {
  padding: 0 10px;
  overflow: scroll;
  height:450px;
  line-height: 1.15;
}
.header__but_c img {
    width: 60px;
}
.header__logo {
    width: 20px;
}
  .m_l
{
float:left;
width:100%;
padding:0px;
}
.m_l_2
{
float:left;
width:100%;
padding:0px;
}
.sec_p
{
 text-align:left;
  padding: 10px;
  margin-top:10px;
  margin-bottom:10px;
}
 .products-card__current {
    font-size: 14px;
    font-weight: bold;
    }
    .products-card__current .prpr {
    z-index: 2;
    font-size: 14px;
    position: relative;
}
.products-card__button a {
    color: #fff;
    font-size: 11px;
    background: #ba1404;
    border-radius: 4px;
    height: 20px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}
.products-card__note ul li {
    font-size: 9px;
    list-style: none;
}
.products-card__note ul li a{
    font-size: 9px;
    list-style: none;
    height:auto;
}
.products-card__title a {
    font-size: 13px;
    color: #000;
}
.products-card__image {
     height: 140px
    }
    .products__wrapper {
    padding: 0 5px 15px;
    }
    .products-card__cost {

    padding-right: 4px;
    }
    .products-card {

    padding: 8px;
    }
    .products-card__current.discount:before {
    content: '';
    display: block;
   width: 82px;
    height: 21px;
    position: absolute;
    top: -2px;
    background-size:cover;
    }
}
.pp_k
{
 font-size:21px;	}
@media (max-width: 479.98px) {
  .header__logo {
    width:24px;
   margin-right: 5px;
  }
  .header__logo2 {
    width:84px;
   margin-right: 5px;
  }
  .pp_k
  {
   font-size:14px !important;  	}
  .non
  {
   display:none;  	}
  	.soc-k
  	{  		min-width:25px !important;  	}
   .header__logo2 img{
    width:84px;
   margin-right: 5px;
  }
 .header__but_c {
    display:none;
}
.header__fav {
   margin-right: 5px;
   margin-left: 5px;
   display:none;
}
.header__callback {
    color: #000;
    font-size: 8px;
    max-width: 100px;
        line-height: 1 !important;
    }
    .header__cart img {
        margin-left: 5px;
    height: 24px;
    }
  .main__promo-normal {
  width: 100%;
  max-width:479px;
  margin-right: 30px;
}
.main__promo-normal img {
  max-width: 100%;
  width:100%;
  display: block;
  height: auto;
}
  .products__line {
    width: 30px;
    display:none;
}
  .products-card2
  {
  display:block;
  overflow:auto;
  }
  .products-card2 .products-card__image
  {
   float:left;
   width:50%;
   margin-right:0px;
  }
  .products-card2 .products-card__title {
    margin-top: 40px;
    float:right;
    max-width: 300px;
    width: 50%;
    min-height:150px;
}
.nice-select
{
 font-size:12px;
}
  .products-card2 .products-card__bottom {
    width: 50%;
    float:left;
}
.products-card2  .products-card__basket
 {
    width: 50%;
    float:right;
}
  .header__contact {
    align-items: center;
    margin-left:0px;
  }
  .header__soc
  {
  	 display: flex;
  	 min-width:60px;
  	 gap:5px;
  }
  .header__phone a {
    font-size: 16px;
  }
  .header__phone a::before {
    display: none;
  }
  .header__callback {
    text-align: center;
    line-height: 0.8;
  }
  .header__callback a {
    font-size: 10px;
    display: inline;
  }
  .header__callback a br {
    display: block;
  }
  .header__search-icon {
    margin-right: 10px;
    margin-top:7px;

  }
  .header__account {
    margin-right: 0px;
    margin-top:0px;
  }
  .header__cart {
    margin-right: 10px;
    margin-top:7px;
}
  .header__hamburger {
    margin-left: 10px;
  }
  .products__owl {
    max-width: 100%;
  }
  .blog__owl {
    max-width: 100%;
  }
  .scrollable__item {
    width: 290px;
  }
  .products__nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .subscribe__form {
    flex-direction: column;
  }
  .subscribe__form input {
    margin-bottom: 15px;
  }
  .pluses__item {
    /*width: 50%;*/
  }
  .footer__col {
    width: 50%;
  }
  .footer__payment ul {
    flex-direction: column;
    align-items: center;
  }
  .footer__payment ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .main__flex {
    flex-direction: column;
  }
  .main__menu {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page__menu > a {
    font-size: 20px;
  }
  .page__menu {
    width: 250px;
  }
  .page-card__title {
    font-size: 22px;
  }
  .page__buttons {
    flex-direction: row;
  }
  .page__filters-button {
    margin-top: 0px;
    align-self: flex-end;
  }
}
@media (max-width: 369.98px) {
  .products__wrapper {
    width: 100%;
  }
  }
.cart-bottom {
  padding: 50px 0;
  text-align: center;
}
.cart-bottom-sum {
  margin-bottom: 50px;
}
 .cart-bottom-sum2 {
  margin-bottom: 2px;

 display:flex;

    }
.cart-bottom-sum-title {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.cart-bottom-sum2 .cart-bottom-sum-title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
    text-transform: none;
    text-align:left;
}
.cart-bottom-sum2 .cart-bottom-sum-title span{

  font-weight: 700;

}
.c-left
{
 margin-left:15px;
 margin-right:15px;
 width:50%;
}
.c-right
{

 width:50%;
}
.cart-bottom-sum-price {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cart-bottom-sum-price-old {
  font-size: 42px;
  font-weight: 700;
  text-decoration: line-through;
  line-height: 1;
  color: #989898;
  margin-right: 30px;
}
.cart-bottom-sum-price-old span {
  font-family: 'ALS Rubl';
  font-size: 29px;
}
.cart-bottom-sum-price-current {
  color: ##e1000f;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}
.c-right .cart-bottom-sum-price-current {
  color: #e1000f;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
.cart-bottom-sum-price-current span {
  font-size: 29px;
  font-family: 'ALS Rubl';
}
.cart-bottom-delete {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cart-bottom-delete-title {
  color: #aaa;
}
.cart-bottom-delete-close {
  margin-left: 15px;
}
.cart-bottom-delete-close a {
  display: block;
  width: 34px;
  height: 34px;
  background: url("../images/close.png") no-repeat center center;
  background-size: contain;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cart-bottom-delete-close a:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.cart-promo {
  align-items: center;
  margin-right: 30px;
}
.cart-promo input {
  font-size: 14px;
  border: 1px solid #e5e5e5;
  height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  width: 235px;
}
.cart-promo2 input {
  font-size: 14px;
  border: 1px solid #100202;
  height: 40px;
  border-radius: 2px;
  padding: 0 10px;
  width: 240px;
  margin-right:10px;
}
.cart-promo button {
  background: #c61c00;
  height: 42px;
  padding: 0 30px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  color: #fff;
  margin-left: -5px;
}
.cart-promo2 button {
  background: #c61c00;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  color: #fff;
  margin-left: -5px;
}
.button
{
     align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 15px;
    font-size: 18px;
    height: 40px;
    border-radius: 5px;
    background: #c61c00;
}
.forma .ptable
{
 margin:0 auto;
}
.forma .inps
{
        width:180px;
        margin-bottom:3px;
        margin-top:3px;
        }
.forma .t_left
{
        white-space: nowrap;
        padding-right:10px;
        }
.forma  .ch1
{
line-height: 1;
    color: #333;
    display:block;
    font-size: 24px;
    margin-bottom: 20px;
  text-align: center;

}
.sec_p a
{
 color: #c62201;
     text-decoration: none;
    border-bottom: 1px dashed #c62201;
}
.sec_p a:hover
{
 color: #c62201;
     text-decoration: none;
    border-bottom: 1px solid #c62201;
}
.sec_p .products-card__button a
{
 color:#fff;
}
.sec_p .products-card
{
 border:1px #ccc solid;
}
.sec_p .products-card__title a
{
 border:none;

font-size: 16px;
    color: #000;
}
.leftbar2
{
  float:left;
  width:200px;
}
.barin a
{
 display:block;
 color: #e1000f;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
 margin-bottom:0px;
 line-height:40px;
}
.rightbar
{
 float:left;

padding-left:30px;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #c61c00;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #e1000f;
    color: #fff;
}

.news .sec_p img
{
	width:100%;
	/*max-width:600px;*/
display:block;
margin:auto;
margin-top:20px;
margin-bottom:20px;
}
.news-title
{
 font-size:30px !important;
 line-height:32px  !important;
 font-weight:bold;
 text-align:left !important;
}
.catalogFilterForm {
  position: relative;
}
.filt_ok {
    background-color: #c61c00;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    width: 250px;
    padding-bottom: 5px;
    color: #fff;
    display: none;
    line-height: 25px;
    border-radius: 5px;
    position: fixed;
    z-index: 5;
    left: 450px;
    top: 300px;
    margin-left: 0px;
}
.liner
{
	border-top: 1px #ccc dashed;
    margin-top: 20px;
    margin-bottom: 20px;
}
.inpb
{
    background: #c61c00;
    height: 42px;
    padding: 0 30px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    color: #fff;
    margin-left: -5px;

}
.orders-spisok {
    border-bottom: 1px #c61c00 dotted;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.moreb a {
    color: #fff;
    font-size: 15px;
    height: 32px;
    font-weight: 600;
    text-decoration: none;
    display: inline-grid;
    padding: 0 16px;
    background: #000;
    place-content: center;
    text-transform: uppercase;
    transition: 0.24s;
}
.payb a {
    color: #000;
    font-size: 15px;
    height: 32px;
    font-weight: 600;
    text-decoration: none;
    display: inline-grid;
    padding: 0 16px;
    background: #c61c00;
    place-content: center;
    text-transform: uppercase;
    transition: 0.24s;
}
.mm .pluses__icon
{
 height:312px;
}
.mm
{
    background: #ebebeb;
    padding: 30px 0 !important;
    /*NEW YEAR background: url("../img/snow_bg.jpg");
     background-size:cover;*/
}
@media (max-width: 479.98px) {

  .leftbar2
  {
   clear:both;
   width:100%;

   float:none;
  }
  .rightbar2
  {
   float:none;
   padding-left:0px !important;
  }
  .products__title
  {
   margin-top:10px;
  	}
  .sec_p
  {
   display:block !important;
   margin-top:10px !important;
   padding:10px !important;
  }
  .rightbar2 td
  {
   font-size:12px !important;
  }
    .rightbar2 .orders-spisok
  {
      font-size:12px !important;
  }

  }

  .zak_det
{
 display:flex;
}
.zak_l
{
font-size: 14px; width:50%;	border-right: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; text-align: left; padding: 7px;
}
.zak_r
{
font-size: 14px;	width:50%; border-right: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; text-align: left; padding: 7px;
}
@media (max-width: 579.98px) {
  .zak_det
{
 display:block;
}
.zak_l
{
	width:100%;
}
.zak_r
{
	width:100%;
}
.mm .pluses__icon
{
 height:254px;
}
}
@media (max-width: 479.98px) {
  .mm .pluses__icon
{
 height:154px;
}
.products__head {

    margin-bottom: 0px;
}
}
/*
.bg_polikarbonat
{
  background: url("../img/poli.png");
}
.page .container
{
 background-color:#ebebeb;
}*/

.products-card__counter {
    display: flex;
    align-items: center;
    height: 30px;
    color: #ba1404;
}
.products-card-counter__button {
    height: 30px;
    width: 21px;
    font-size: 26px;
    display: grid;
    place-content: center;
    cursor: pointer;
}
.products-card-counter__value {
    text-align: center;
    border: 0px;
    background: #fff;
    height: 100%;
    font-size: 16px;
    width: 30px;
    display: grid;
    place-content: center;
}
.metki
{


 padding-bottom:5px;
 border-radius:0px;
 background:none;
 margin:3px;
  line-height:1.1;
 display: block;
 vertical-align: middle;
 text-align:left !important;

}
.metki a
{
 color:#c61c00;
 text-decoration:underline;
  display: inline-block !important;
 vertical-align: middle;
 text-align:left;
 font-size:16px;
 line-height:18px;

}
.metki_sp
{
 margin-top:0px;
 display:grid;
 grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 5px 5px;
    gap: 5px 5px;
    background-color:#fff;
    padding:5px;
    margin-bottom:20px;
}
.metki_sp2
{
 margin-top:0px;
 display:grid;
 grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 5px 5px;
    gap: 5px 5px;
}
.metki2
{
 float:left;
 border:1px solid grey;
 padding:5px;
 border-radius:5px;
 background-color:#fff;
 margin:3px;
  line-height:1.1;
 display: table !important;
 vertical-align: middle;
 text-align:center;

}
.metki2 a
{
 color:#c61c00;

  display: inline-block !important;
 vertical-align: middle;
 text-align:center;
 text-transform:uppercase;
 font-size:12px;
 line-height:1.1;

}
.nav-fix {
  width: 100%;
  display: none;
  position: relative;
}
.page__buttons
{
    position: relative;
    margin-left:-18px;
    display:none;
}
.nav-fix.active {
  display: block;
}
.page__buttons.fixed
{
display:none;
}
.products-card__fav {
    position: absolute;
    top: 5px;
    right: 5px;
    background-repeat: no-repeat;
    height: 20px;
    width: 24px;
    background-position: center center;
    background-image: url(../images/heart2.png);
    cursor: pointer;
}
.products-card__fav:hover {
  background-image: url("../images/heart2-active.png");
}
.products-card__fav.active {
  background-image: url("../images/heart2-active.png");
}
@media (max-width: 575.98px) {
 .page
 {
  padding:5px 0 0;
 }
 .page__buttons.fixed {
    position: fixed;
    display:flex;
    z-index:100;
    top: 60px;
    left: 20px;
    right: 0;
}
 .metki_sp
{
 margin-top:0px;
 margin-bottom:20px;
 display:grid;
 grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
    grid-gap: 5px 5px;
    gap: 5px 5px;
}
.metki
{
    width: 100%;
    height: 100%;
 border:1px solid grey;
 padding:5px;
 border-radius:0px;
 background-color:#fff;
 margin:3px;
  line-height:1.1;
 display: table !important;
 vertical-align: middle;
 text-align:center;

}
.metki a
{
 color:#c61c00;

  display: inline-block !important;
 vertical-align: middle;
 text-align:center;
 text-transform:uppercase;
 text-decoration:none;
 font-size:12px;
 line-height:1.1;

}
.metki_ss
{
height:100%;
display:table-cell;
vertical-align: middle;
text-align: center;
}
}
.filter-catalog__name
{
display:block;
}
.filter-catalog__name:after {
  content: "≡";
 display: block;
    float: right;
}
.filter-catalog__name.active:after {
  content: "−";
   display: block;
    float: right;
}

.active1 a
{
 color:#000 !important;
 background-color:#fff47d !important;
}
.cat_t
{
 border-top:2px #fff solid;
 padding-left:10px;
}
.cat_t a
{
 font-size:16px;

 color:#fff47d;
}
.cat_m
{
 margin-left:20px;
}
.cat_m a
{
 font-size:16px;
 color:#fff47d !important;
}
.grey_b
{
 background-color:#ebebeb;
 width:170px;
 margin:0 auto;
 padding-top:3px;
 padding-bottom:3px;
     height: 50px;
}
.atent
{
 color:#ba1404;
 font-size:12px;
 line-height:13px;
 text-align:center;
}
.vid_f {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    display: -webkit-box;
    display: flex;
}
.icon_f
{
background: url(../img/phone.png) no-repeat center center;
    background-size: contain;
    height: 46px;
    width: 46px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
}
.icon_d
{
background: url(../img/dost_f.png) no-repeat center center;
    background-size: contain;
    height: 26px;
    width: 26px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
}
.icon_s
{
background: url(../img/sam_f.png) no-repeat center center;
    background-size: contain;
    height: 26px;
    width: 26px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
}
.sam_f
{
 color:#e32631;
 text-decoration:none;
 ;
}
.detail_d
{
 margin-top:20px;
 margin-left:35px;
}
.detail_d select
{
 margin-bottom:15px;
 width:260px;
 border: 1px solid #2874a8;
 padding: 0 15px;
 font-size:16px;
 height:40px;
 line-height:40px;

}
.vid
{
background: #fffabd;
text-align:left;
color:#000;
padding:4px;
font-size:12px;
margin-top:10px;
line-height:14px;
margin-bottom:0px;
}
.page-card__value a
{
color:#ba1404;
border-bottom:1px #ba1404 solid;
}
.cart-button2
{
	text-align:center;
}
.cart-button2 a
{
 font-size:14px;
 color:#000;
 text-decoration:underline;
 text-transform:uppercase;
}
.cart-buttons
{
 display:flex;
 width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-top:40px;
}
.cart-yellow
{
 display:flex;
 width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-top:40px;
    background-color:#feffe8;
    Padding:50px;

}
.cart-yellow-right
{
padding-left:40px;
text-align:left;
}
.cart-yellow-right  a
{
 font-size:14px;
 padding-bottom:10px;
 color:#000;
 text-decoration:underline;
 text-transform:uppercase;
}
.bonus {
  color:red;
}
.bonus_no {
  font-size:0.7em;
  width:50px;
  color:red;
  text-align:center;
}
.bask22
{
display:grid;
gap: 20px;
grid-template-columns: 1fr 435px;
}
.but_sogl
{
width:100%;
padding-left:10px;
padding-right:10px;
margin:0 auto;
margin-top:20px;

font-size:12px;
line-height:14px;
}
.dos_p
{
width:100%;
padding-left:10px;
padding-right:10px;
margin:0 auto;
margin-bottom:20px;
}
.ch1
{
padding-top:20px;
font-size:24px;
}
.er_b
{
color:red;
font-size:12px;
padding-top:10px;
display:block;
width:80%;
}
.ch1
{
line-height:22px;
font-size:18px;
}

@media (max-width: 575.98px) {
.bask22
{
display:block;

}
.ch1
{
line-height:22px;
font-size:18px;
}

.cart-bottom-sum-price-old {
  font-size: 28px;
  font-weight: 700;
  text-decoration: line-through;
  line-height: 1;
  color: #989898;
  margin-right: 30px;
}
.cart-bottom-sum-price-old span {
  font-family: 'ALS Rubl';
  font-size: 18px;
}
.cart-bottom-sum-price-current {
  color: ##e1000f;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
.c-right .cart-bottom-sum-price-current {
  color: #e1000f;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
.cart-bottom-sum-price-current span {
  font-size: 18px;
  font-family: 'ALS Rubl';
}
.cart-bottom-sum2 .cart-bottom-sum-title {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: none;
    text-align: left;
}
.cart-promo2 input {
    font-size: 14px;
    border: 1px solid #100202;
    height: 40px;
    border-radius: 2px;
    padding: 0 10px;
    width: 140px;
    margin-right: 10px;
}
.cart-yellow {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #feffe8;
    Padding: 10px;
}
.cart-yellow-right
{
	padding-top:20px;
	padding-left:0px;
}
.cart-yellow-right a
{
 display:block;
 margin:0 auto;
 text-align: center;
}
.products-card2 .products-card__image2 {
    height: 65px;
    display: block;
    float:left;
    width: 65px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.cart-buttons
{
	display:block;
	margin-top:20px;
}
.right_card
{
	width:100% !Important;
}
.page-card__add .nice-select
{
	margin-left:0px;
}
 }
   .raspr td:nth-child(1)
  {
  	font-size:14px;
  	padding:10px;
  }
  .raspr td:nth-child(1) p:nth-child(1)
  {
  	font-size:16px;
    padding-bottom:0px;
    margin-bottom:0px;
  	color:#000;
  	font-weight:bold;

  }
    .raspr td:nth-child(1) p:nth-child(1) span
  {
  	color:#fff
  }
 .raspr  tr:nth-child(odd) {

    background-color: #fff;/* фон нечетных строк */

  }
 .raspr tr:nth-child(even) {

    background-color: #ffc5bc;/* фон четных строк */

  }
.topblist
{
margin:0 auto;
width:100%;
text-align:center;
	}
	.topblist img
	{
	width:100%;
		}
.ab-ym
{
 margin-bottom:30px;
	}
.ab-ym>div>div
{
 font-size:16px !important;
 padding:10px;
 background-color:#fff;
 margin-top:5px;
	}
.ab-ym br
{
content: "A" !important;
    display: block !important;
    margin-bottom: 1.5em !important;
	}

.ab-ym .ch
{
font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
    text-align: left;
     margin-top:25px;
     text-transform:uppercase;
	}
.sp-ym>div>div>div>div>div>div
{
 margin-bottom:20px;
	}
.sp-ym>div>div>div>div>div>div>div
{
font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    margin-top: 5px;
    padding-bottom:10px;
    text-transform: uppercase;
    display:grid;
    grid-template-columns: 1fr 1fr;
    border-bottom:1px #ccc solid;
    gap:30px;
	}

	.sp-ym>div>div>div>div>div>div>div>div
{

font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;

    text-align: left;
    margin-top: 5px;
    text-transform: none;
	}
.sp-ym .ch
{
font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
    text-align: left;
     margin-top:25px;
     text-transform:uppercase;
	}
.specslist div div
{
 color:#f70000;
	}
.specslist div div div div
{
 color:#000;
	}
	@media (max-width: 575.98px) {

	.sp-ym>div>div>div>div>div>div>div
{
font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    margin-top: 5px;
    padding-bottom:10px;
    text-transform: uppercase;
    display:grid;
    grid-template-columns: 1fr 1fr;
    border-bottom:1px #ccc solid;
    gap:8px;
	}
		.sp-ym>div>div>div>div>div>div>div>div
{

font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;

    text-align: left;
    margin-top: 5px;
    text-transform: none;
	}
		}
.chh
{
font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #c51700;
    text-align: left;
     margin-top:25px;
     margin-bottom:10px;
     padding-top:10px;
     border-top:2px #c51700 solid;
     text-transform:uppercase;
	}

.v-textarea textarea,
.v-textarea input,
.v-input textarea,
.v-input input {
  display: block;
  width: 100%;
  height: 62px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 20px 23px 21px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 16px;

}
.v-textarea textarea:focus,
.v-textarea input:focus,
.v-input textarea:focus,
.v-input input:focus {
  border-color: #323E48;
}

.v-input {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' fill=' none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.664 4.484L.211 3.79l.46-1.414 2.43.977L2.946.625h1.532L4.32 3.406l2.367-.96.461 1.429-2.5.695L6.29 6.648l-1.242.883L3.625 5.25 2.219 7.453.977 6.61l1.687-2.125z' fill='%23EF463B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px top 24px;
}

.v-input-file__dropzone {
  position: relative;
  margin-bottom: 24px;
}
.v-input-file__dropzone input[type=file] {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  cursor: pointer;
  font-size: 7px;
}
.v-input-file__dropzone label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #c51700;
  cursor: pointer;
  text-align: center;
}
.v-input-file__dropzone label:hover {
  cursor: pointer;
}
.v-input-file__dropzone label::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23c51700' stroke-width='1.5' d='M10 6v8m4-4H6'/%3E%3Ccircle cx='10' cy='10' r='9.25' stroke='%23c51700' stroke-width='1.5'/%3E%3C/svg%3E");
  margin-right: 10px;
  display: block;
  position: relative;
  top: 2px;
}
.v-input-file__desc {
  font-size: 12px;
  color: #666;
}
.v-input-file__desc strong {
  font-size: inherit;
  line-height: 17px;
  color: inherit;
  font-weight: 600;
}

.v-form {
  margin: 80px 0;
}
@media (max-width: 639px) {
  .v-form {
    margin: 48px 0;
  }
}
.v-form__wrap-title {
  margin-bottom: -16px;
  padding-bottom: 32px;
}
.v-form__wrap-title h2,
.v-form__wrap-title p {
  margin-bottom: 0;
}
.v-form__wrap-title p {
  font-size: 19px;
  margin-bottom: 16px;
}
@media (max-width: 639px) {
  .v-form__wrap-title p {
    font-size: 18px;
  }
}
.v-form__wrap-title p a {
  color: #fe9401;
  font-size: inherit;
  line-height: inherit;
}
.v-form__wrap-title h2 {
  color: #323E48;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 639px) {
  .v-form__wrap-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.v-form__wrap-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  .v-form__wrap-inputs {
    row-gap: 16px;
    margin-bottom: 24px;
  }
}
.v-form__input-file {
  margin-bottom: 32px;
}
@media (max-width: 639px) {
  .v-form__input-file {
    margin-bottom: 24px;
  }
}
.v-form__wrap-submit {

  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.v-form__agree {
  border-top: 1px solid #D0D0D0;
  padding-top: 24px;
  font-size: 12px;
  line-height: 17px;
  color: #666;
}
@media (max-width: 639px) {
  .v-form__agree {
    padding-top: 16px;
  }
}
.v-form__agree a {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: #c51700;
  text-decoration: underline;
}
.v-form .btn {
  margin: 0 auto;
 width:100%; max-width:220px; font-size:22px; padding-top:10px; padding-bottom:10px; border:0px; line-height:25px; height:45px; border-radius: 15px; background-color:#c61c00; color:#fff;
}

.first_vid {
    font-weight: 300;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 20px;
}



.page_kit_item ol {
	width:100%;
	max-width:800px;
	margin:0 auto;
	list-style-type: none;
	counter-reset: num;
	position: relative;

	padding: 15px 0 5px 0;
	font-size: 16px;
}
.page_kit_item ol li {
	position: relative;
	margin: 0 0 0 0;
	background-color:#eddddd;
    margin-bottom:30px;
    font-size:16px;
	padding-top:0px;
	padding:10px;
	line-height: 1.4;
}
.page_kit_item ol li:after {
	content: counter(num);
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -55px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 28px;
	border-radius: 50%;
	border: 1px solid #ef6780;
}

/* Вертикальная линия */
.page_kit_item ol:before {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: -30px;
	width: 1px;
	border-left: 1px solid #ef6780;
}
/* Скрытие линии у последнего li */
.page_kit_item ol li:last-child:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -38px;
	width: 28px;
	background: #fff;
}



.page_kit_item ul {
    padding:0;
    list-style: none;
}
.page_kit_item ul li{
    padding:6px;
    border-bottom:1px #c51700 dotted;
    padding-bottom:10px;
    margin-bottom:5px;
    margin-top:10px;
    font-size:18px;
}
.page_kit_item ul li:before {
    padding-right:10px;
    font-weight: bold;
    font-size:22px;
    color: #c51700;
    content: "\2606";
    transition-duration: 0.5s;
}
.page_kit_item ul li:hover
{
 background-color:#eddddd;
 border-radius:10px;
   transition-duration: 0.5s;
   border-bottom:#eddddd;
	}
.page_kit_item ul li:hover:before {
    color: #8d1f11;
    content: "\2605";
}

/*ul:not([class]) li*/
 @media (max-width: 992px) {
.page_kit_item ol li {
    position: relative;
    margin-left: 30px;
    }
    .page_kit_item ol:before {
    left: 0px;
    }
     .first_vid
       { font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}
    }
.window-pop-up .page-card-form__button a
{
 color:#fff;
	}
.window-pop-up .window-pop-up-close a
{
 border:none !important;
	}
.products__list ul li::before
{
	display:none;
}
.page-pagination__pages ul li::before
{
	display:none;

}
.page-pagination__pages ul li
{

	border-bottom: none;
}
.page-card-counter {
  display: flex;
  align-items: center;
  height: 40px;
  color: #ba1404;
}
.page-card-counter__button {
  height: 40px;
  width: 40px;
  font-size: 32px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.page-card-counter__value {
  text-align: center;
  border: 0px;
  background: #fff;
  height: 100%;
  font-size: 24px;
  width: 100px;
  display: grid;
  place-content: center;
}