@media (max-width: 991.98px) {
  .menu_header a {
    font-size: 15px;
  }
}

.btn_slider {
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero {
  position: relative;
}
.hero__prev, .hero__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 575.98px) {
  .hero__prev, .hero__next {
    opacity: 0.24;
  }
}
.hero__prev {
  left: 16px;
}
.hero__next {
  right: 16px;
}
.hero-card {
  padding: 128px 64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 575.98px) {
  .hero-card {
    padding: 64px 16px;
  }
}
.hero-card:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hero-card__title {
  text-align: center;
  font-family: "ubuntubold";
  color: #fff;
  line-height: 1;
  font-size: 48px;
  text-shadow: 1px 2px 7px #969696;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399.98px) {
  .hero-card__title {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .hero-card__title {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .hero-card__title {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .hero-card__title {
    font-size: 18px;
  }
}
.hero-card__title span {
  font-size: 164px;
  margin-bottom: 16px;
  display: inline-block;
}
@media (max-width: 1399.98px) {
  .hero-card__title span {
    font-size: 132px;
  }
}
@media (max-width: 1199.98px) {
  .hero-card__title span {
    font-size: 112px;
  }
}
@media (max-width: 991.98px) {
  .hero-card__title span {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .hero-card__title span {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .hero-card__title span {
    font-size: 40px;
  }
}

.catalog-tools {
  margin-bottom: 24px;
  display: flex;
  gap: 0 24px;
}
@media (max-width: 575.98px) {
  .catalog-tools {
    flex-direction: column;
  }
}
.catalog-tools-sort select {
  height: 48px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 16px;
}
@media (max-width: 575.98px) {
  .catalog-tools-sort select {
    width: 100%;
  }
}
.catalog-tools-aside {
  height: 48px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #B90404, #850000);
  border: 4px solid rgba(255, 255, 255, 0.9);
  padding: 0 16px;
  text-transform: uppercase;
  display: grid;
  place-content: center;
  cursor: pointer;
  color: #fff;
  transition: 0.24s;
}
.catalog-tools-aside:hover {
  box-shadow: 0 0 7px rgba(50, 50, 50, 0.75);
}
.catalog-tools__aside {
  display: none;
}
.photosm
{
 display:grid;
 grid-template-columns: 1fr 1fr 1fr 1fr;
 gap:5px;
 max-width:500px;
 width:100%;
	}
.miniphoto
{
width:100%;

	}
.miniphoto img
{
 width:100%;
}

@media (max-width: 575.98px) {
  .catalog-tools-aside {
    margin-bottom: 10px;
  }
  .photosm
{
 display:grid;
 grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 991.98px) {
  .catalog-tools__aside {
    display: grid;
  }
}
.catalog-tools__sort {
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .catalog-tools__sort {
    margin-left: 0;
  }
}

.fb_pro_in {
  height: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.fb_pro_in img {
  width: 100%;
}

.top_fb_pro {
  padding: 12px;
}

.text_fb_pro {
  height: auto;
}

.breadcrumbs_top .container {
  max-width: 1170px;
  width: 100%;
}

.prices_fb_pro {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px 16px;
}
@media (max-width: 1199.98px) {
  .prices_fb_pro {
    flex-direction: column;
  }
}
.prices_fb_pro:before {
  display: none;
}
.prices_fb_pro:after {
  display: none;
}

.better_price p {
  font-size: 24px;
  white-space: nowrap;
}


.for_big_product {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-left: 0;
  margin-right: 0;
}
.right_s .for_big_product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1469.98px) {
   .for_big_product {
   grid-template-columns: repeat(4, 1fr);

  }
  .right_s .for_big_product {
  grid-template-columns: repeat(3, 1fr);

}
}
@media (max-width: 1199.98px) {
  .for_big_product {
   grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .right_s .for_big_product {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
}
.basket-zakaz
{
	display:flex;
	gap:20px;
}
@media (max-width: 575.98px) {
  .for_big_product {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
  .basket-zakaz
{
	display:flex;
	flex-direction:column;
	gap:20px;
}
.cart-center-item-left, .cart-center-item-right
{
 width:100%;
 padding:0;
 justify-content: space-between;
	}
	.cart-center-item-title
	{
	 width:100%;
		}
		.cart-bottom
		{
		 padding:5px;
			}
			.cart-bottom-sum
			{
			 margin:0px;
				}
.cart-bottom-sum-price-current
{
 font-size:30px;	}
 .cont-d
{
padding-left:20px;
padding-right:20px;
	}
		.cart-center-wrap {
    margin-bottom: 0px;
}
.cart-center-item-title a
{
 font-size:12px;
 line-height:14px;
	}
.cart-center-item
{
 flex-direction:column;
 width:100%;
	}

 .right_s .for_big_product {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
}
.for_big_product:before {
  display: none;
}
.for_big_product div[class^=col] {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.catalog-wrap {
  position: relative;
}

@media (max-width: 991.98px) {
  .left_s {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 288px;
    transform: translateX(calc(-100% - 30px));
  }
}
@media (max-width: 991.98px) {
  .left_s_active {
    transform: translateX(0);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  }
}

@media (max-width: 991.98px) {
  .right_s {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .control_width_a {
    width: 100%;
  }
}

.aside-close {
  height: 24px;
  width: 24px;
  margin-left: auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 16px;
  place-content: center;
  cursor: pointer;
  display: none;
}
@media (max-width: 991.98px) {
  .aside-close {
    display: grid;
  }
}

@media (max-width: 575.98px) {
  .container2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.page-card-form__button
{
 text-align:center;
	}
.page-card-form__button a {
    background: url(../img/btn_header.png) no-repeat;
    display: block;
    margin:0 auto;
    width: 127px;
    height: 39px;
    line-height: 39px;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none !important;
}
.more
{
 color: #3c6ac8;
    font-size: 16px;
    border-bottom:1px #3c6ac8 dotted;
	}

/*# sourceMappingURL=main.css.map */
