

/* Start:/local/templates/main_new/styles.css?1785752120423*/
.page-head__left-icons:hover {
    filter: invert(43%) sepia(49%) saturate(381%) hue-rotate(80deg) brightness(97%) contrast(85%);
}
.page-head__left-icons:not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .hidemobile {
    visibility: hidden;
    display: none;
  }
}

.important_text {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  border-left: 5px solid #d50509;
}



/* End */


/* Start:/local/templates/main_new/template_styles.css?178575212013194*/
.product-card__price-current {
	font-size: 24px !important;
	padding-top: 26px !important;
}

.product-card__price-old + .product-card__price-current {
    padding-top: 8px !important;
}

.main-reverse {
	display: flex;
    flex-direction: column-reverse;
}

.main-reverse .main-info {
	margin-top: 30px;
}

.main-reverse__slider .figure-block:first-child {
	margin-top: 18px !important;
}

/* Для экранов от 545px */
@media (min-width: 545px) {
	.main-reverse {
		flex-direction: column;
	}
	
	.main-reverse .main-info {
		margin-top: 0;
	}
	
	.main-reverse__slider .figure-block:first-child {
		margin-top: 50px !important;
	}
}

.footer {
    overflow: unset; !important;
    margin-top: 100px;
}

.footer__bottom_items.footer__container, .footer__bottom_desc.footer__container {
    background: none;
}

.footer__top {
    position: relative;
    background: #ebf0f4
}

@media (max-width: 768px) {
    .footer__top {
        overflow: hidden
    }
}

.footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 230px
}

.footer__container {
    max-width: 1230px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .footer__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 340px;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.footer__items-left__text {
    color: #3a322e;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "PT Sans Narrow";
    font-size: 24px;
    font-weight: 700;
    max-width: 371px;
    width: 100%;
    margin-bottom: 16px
}

@media (max-width: 576px) {
    .footer__items-left__text {
        font-size: 18px;
        max-width: 188px
    }
}

.footer__items-left__market {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
    .footer__items-left__market {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__items-left__market a img {
    width: 150px;
    height: 40px
}

.footer__items-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    max-width: 300px;
    width: 100%
}

.footer__items-right p {
    color: #3a322e;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "PT Sans Narrow";
    font-size: 18px;
    font-weight: 400
}

@media (max-width: 576px) {
    .footer__items-right p {
        display: none
    }
}

.footer__items-center {
    height: 100%;
    max-width: 340px;
    width: 100%
}

@media (max-width: 992px) {
    .footer__items-center {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.footer__items-center::after {
    content: "";
    display: block;
    width: 330px;
    height: 300px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14.12%, #D50509), color-stop(48.31%, rgba(227, 17, 52, 0.6))), #fff;
    background: -o-linear-gradient(top, #D50509 14.12%, rgba(227, 17, 52, 0.6) 48.31%), #fff;
    background: linear-gradient(180deg, #D50509 14.12%, rgba(227, 17, 52, 0.6) 48.31%), #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

@media (max-width: 768px) {
    .footer__items-center::after {
        width: 240px;
        height: 240px;
        left: 75%
    }
}

.footer__items-center img {
    position: absolute;
    top: -85px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 3
}

@media (max-width: 768px) {
    .footer__items-center img {
        max-width: 150px;
        width: 100%;
        height: 300px;
        top: 15px;
        left: 72%
    }
}

.footer__bottom {
    background: #f6f6f6;
    padding: 30px 0 20px 0;
    position: relative;
    z-index: 5
}

.footer__bottom_items {
    border-bottom: 1px solid rgba(193, 193, 193, .3);
    padding-bottom: 20px
}

.footer__bottom_items-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 992px) {
    .footer__bottom_items-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px
    }
}

@media (max-width: 390px) {
    .footer__bottom_items-inner {
        gap: 16px
    }
}

.footer__bottom_items-text {
    color: #3a322e;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "PT Sans Narrow";
    font-size: 20px;
    font-weight: 700;
    max-width: 188px
}

@media (max-width: 390px) {
    .footer__bottom_items-text {
        font-size: 18px;
        max-width: initial
    }
}

.footer__bottom_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    max-width: 456px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__bottom_form-input {
    max-width: 330px;
    width: 100%;
    padding: 7px 0 7px 10px;
    color: #3a322e;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "PT Sans Narrow";
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    background: #fff;
    outline: none
}

.footer__bottom_form-input::placeholder {
    color: #bfbfbf;
    font-weight: 400;
}

.footer__bottom_form-btn {
    padding: 8px 20px;
    border-radius: 5px;
    background: #d50509;
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "PT Sans Narrow";
    font-size: 16px;
    font-weight: 700;
    border: none;
    outline: none
}

@media (max-width: 390px) {
    .footer__bottom_form-btn {
        padding: 8px 0;
        width: 100%
    }
}

.footer__bottom_form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer__bottom_form label p {
    color: #818181;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "PT Sans Narrow";
    font-size: 14px;
    margin-top: 3px
}

.footer__bottom_form label input {
    background-color: red
}

.footer__bottom_soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

@media (max-width: 576px) {
    .footer__bottom_soc {
        margin-top: 8px
    }
}

.footer__bottom_desc {
    margin-top: 20px
}

.footer__bottom_desc p {
    color: #8a807a;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
}

.footer__bottom_desc p span {
    color: #8a807a;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic
}

.footer__bottom_desc-links {
    margin-top: 10px
}

.footer__bottom_desc-links a {
    color: #8a807a;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Georgia;
    font-size: 12px
}

.custom-checkbox {
    display: none
}

.footer__bottom_form label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    padding-left: 30px
}

.custom-checkbox + span {
    position: absolute;
    top: 0;
    left: 0
}

.custom-checkbox + span:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid red
}

.custom-checkbox:checked + span:before {
    content: "✓";
    font-size: 16px;
    color: #fff;
    padding-bottom: 2px;
    background-color: red;
    display: grid;
    place-items: center
}

@media (max-width: 457px) {
    .footer__bottom_form .footer__bottom_form-input {
        grid-area: footer-input;
    }

    .footer__bottom_form .footer__bottom_form-btn {
        grid-area: footer-button;
    }

    .footer__bottom_form label {
        grid-area: footer-checkbox;
    }

    .footer__bottom_form {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 10px 0px;
        grid-template-areas:
    "footer-input"
    "footer-checkbox"
    "footer-button";
    }
}

.footer__bottom_items.footer__container, .footer__bottom_desc.footer__container {
    background: none;
}

@media screen and (min-width: 1010px) {
  .nav-mobile__link {
    text-align: center;
    font-size: 16px; !important;
    color: #fff;
    font-weight: bold;
  }
}


.md-md {
  margin-bottom: 10px;
}

@media screen and (min-width: 1010px) {
  .nav-mobile__container {

background: linear-gradient(#e31515, #c11717) #868181;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    border-radius: 6px;
  }




.catalog-reviews__item {
  border-bottom: 1px dotted #847971; !important;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.product-card {

  border-bottom: 1px dotted #C2B6AB; !important;

}
}

@media screen and (min-width: 767px) {
  .product-info__box--description {
    border-right: 1px dotted #C2B6AB;
    padding-left: 0;
  }
}

@media screen and (min-width: 767px) {
  .product-info__box--params {
    min-width: 180px;
    flex-basis: 180px;
    border-left: 1px dotted #C2B6AB;
  }
}

@media screen and (min-width: 767px) {
  .product-info {
margin-top: 30px;
    border-top: 1px dotted #C2B6AB;
    
  }
}

@media screen and (min-width: 767px) {
  .product-info {

    border-bottom: 1px dotted #C2B6AB;
    
  }
}

.tags a {
  border: 1px solid #c50026;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 5px;
  border-radius: 2px;
  text-decoration: none;
  color: #c50026;
  font-weight: 600;
}

@media screen and (min-width: 1010px) {
  .nav-mobile__item.nav-mobile__item--sub > .nav-mobile__inner {

    background: #888583;
   border-radius: 6px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
background: linear-gradient(#fdfbfb, #ccc9c9) #868181;
      transition: 0.2s;
  }
}

.product-card__btn--none {
  cursor: text;
  color: #454545;
  border: 1px dotted;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.5;
}

.product-buy__buy {
font-size: 18px;
background: linear-gradient(#00a74c, #107c2c);
font-weight: 700;
}

.product-buy__buy-fast {
font-size: 18px;
  width: 180px; !important;
 border: 1px solid red; !important;
}

.nav-mobile__inner .nav-mobile__link {
   font-weight: 500;
  font-size: 18px;
  color: #595656;

}

.nav-mobile__inner:hover {
  color: #FFF; !important;
}



.nav-mobile__link:hover {
  color: #FFF; !important;
}

@media screen and (min-width: 1010px) {
  .nav-mobile__item.nav-mobile__item--sub > .nav-mobile__inner {

    min-width: 200px; !important;

  }
}



@media screen and (min-width: 1010px) {
  .nav-mobile__item:hover {
    background-color: #bc1212; !important;
 color: #fffff; !important;
  }
}


@media screen and (min-width: 1010px) {
  .nav-mobile__item.nav-mobile__item--sub:hover {
    background-color: #bc1212; !important;

  }
}


@media (max-width: 767px) {
    .product-buy__buy-fast {
font-size: 18px;
  width: 180px; !important;
 border: 1px solid red; !important;
}
}

.ps-cookies-banner .btn-opt-in {
  font-size: 16px;
  font-family: "PT Sans Narrow";
  min-width: 140px;
  padding: 9px;
  color: #d50509;
  border: 1px solid #d50509;
  background-color: #F2F2F4;
  white-space: normal;
  border-radius: 6px;
  cursor: pointer;
 font-weight: 600;
}

.ps-cookies-banner {
  position: fixed;
  bottom: 0;
  z-index: 999;
  color: #000;
  background: #E3E3E8;
  padding: 15px;
  width: 100%;
  box-shadow: 0 0 11px #d6d6d6;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.page-wrap__sidebar--hide {
	display:none !important;
}

.page-wrap__main--full {
	width: 100%;
}

@media screen and (min-width: 1010px) {
	.catalog-cards__card--full {
		width: 25%;
	}
}
/* End */
/* /local/templates/main_new/styles.css?1785752120423 */
/* /local/templates/main_new/template_styles.css?178575212013194 */
