

/* Start:/local/templates/red2018/components/bitrix/system.pagenavigation/main_nav/style.css?16758314032917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/static_files/css/comp_blog.css?174583824712682*/
@charset "UTF-8";
.modal-loader {
  position: relative;
  min-height: 100px;
}

.modal-content.autoclose {
  --closeDelayCoef: 0;
}
.modal-content.autoclose:before, .modal-content.autoclose:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 0;
  left: 1%;
  bottom: 0;
  background: #f5f5f2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.modal-content.autoclose:before {
  width: 98%;
}
.modal-content.autoclose:after {
  background: #e34551;
  transition: width ease 0.2s;
  width: calc(98% * var(--closeDelayCoef));
}

.modal-kk .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.modal-kk .btn-close {
  top: 8px;
  position: absolute;
  right: 8px;
}
.modal-kk h1 {
  font-size: 25px;
  line-height: 30px;
}

.kk-radius {
  border-radius: 0.5rem;
}
.kk-bg {
  background: #F5F5F2;
}
.kk-red {
  color: #e34551;
}
.kk-darkgray {
  color: #4E565D;
}
.kk-gray {
  color: #BDBDB5;
}
.kk-lightgray {
  color: #D0D1CD;
}
.kk-sliver {
  color: #8098B0;
}
.kk-semibold {
  font-weight: 500;
}
.kk-link {
  color: #231F20;
}
.kk-border {
  padding: 1rem;
  border: 1px solid #E6E7E1;
}
.kk-wide {
  width: 100%;
}
.kk-label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.kk-reset {
  background: transparent;
  border: 0;
  padding: 0;
  appearance: none;
}
.kk-lg {
  font-size: 18px;
  line-height: 24px;
}
.kk-md {
  font-size: 14px;
  line-height: 18px;
}
.kk-sm {
  font-size: 12px;
  line-height: 16px;
}
.kk-nowrap {
  white-space: nowrap;
}
.kk-square:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.kk-img {
  position: relative;
}
.kk-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 4px;
}
.kk-remove {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 28px;
  background: url(/static_files/img/basket/bin.svg) left center no-repeat;
  color: #231F20;
}
.kk-remove:hover, .kk-remove:active {
  color: #bd3943;
}

.widgettitle {
  background: transparent !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

.rr-tabContent {
  overflow: visible !important;
}

.rr-widget {
  padding: 0 16px !important;
}
@media (min-width: 768px) {
  .rr-widget {
    padding: 0 !important;
  }
}

.rr-content .slick-dots, .rr-items .slick-dots {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  text-align: center;
}
.rr-content .slick-dots li, .rr-items .slick-dots li {
  display: inline-block;
  margin: 0;
  padding: 8px;
}
.rr-content .slick-dots button, .rr-items .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #BDBDB5;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  padding: 0;
}
.rr-content .slick-dots .slick-active button, .rr-items .slick-dots .slick-active button {
  background-color: #4E565D;
  border-color: #4E565D;
}

.rr-widget .rr-block .slick-arrow,
body main .rr-widget .slick-arrow {
  padding: 0;
  opacity: 1;
  width: 60px;
  height: unset;
  top: 0 !important;
  bottom: 0;
  background-image: none;
  margin-top: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  background-size: auto;
}
.rr-widget .rr-block .slick-arrow:before,
body main .rr-widget .slick-arrow:before {
  display: none;
}
.rr-widget .rr-block .slick-arrow:after,
body main .rr-widget .slick-arrow:after {
  content: "";
  position: absolute;
  top: -16px;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url(/static_files/img/header/arr-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.rr-widget .rr-block .slick-arrow.slick-prev,
body main .rr-widget .slick-arrow.slick-prev {
  left: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), transparent);
  transform: none;
}
.rr-widget .rr-block .slick-arrow.slick-prev:after,
body main .rr-widget .slick-arrow.slick-prev:after {
  left: 10px;
  transform: rotate(-180deg) !important;
}
.rr-widget .rr-block .slick-arrow.slick-next,
body main .rr-widget .slick-arrow.slick-next {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9), transparent);
}
.rr-widget .rr-block .slick-arrow.slick-next:after,
body main .rr-widget .slick-arrow.slick-next:after {
  right: 10px;
}
.rr-widget .rr-block .rr-items,
body main .rr-widget .rr-items {
  font-family: Manrope, Arial, Helvetica, sans-serif;
  background: transparent !important;
  margin: 0 !important;
}
.rr-widget .rr-block .rr-items .rr-item-wrapper,
body main .rr-widget .rr-items .rr-item-wrapper {
  border: 1px solid #E6E7E1;
  margin-bottom: 1px;
}
.rr-widget .rr-block .rr-items .item-block-price,
body main .rr-widget .rr-items .item-block-price {
  margin-bottom: 0.35rem;
}
.rr-widget .rr-block .rr-items .item-block-price .item-old-price-value,
body main .rr-widget .rr-items .item-block-price .item-old-price-value {
  white-space: nowrap;
  font-weight: 400;
  position: relative;
  font-size: 0.85em;
  color: #231F20;
  text-decoration: none;
}
.rr-widget .rr-block .rr-items .item-block-price .item-old-price-value .rubl,
body main .rr-widget .rr-items .item-block-price .item-old-price-value .rubl {
  font-weight: inherit;
}
.rr-widget .rr-block .rr-items .item-block-price .item-old-price-value:after,
body main .rr-widget .rr-items .item-block-price .item-old-price-value:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e34551;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-10deg);
}
.rr-widget .rr-block .rr-items .item-price-value,
body main .rr-widget .rr-items .item-price-value {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.rr-widget .rr-block .rr-items .item-price-value .rubl,
body main .rr-widget .rr-items .item-price-value .rubl {
  font-weight: inherit;
}
.rr-widget .rr-block .rr-items .info-wrapper,
body main .rr-widget .rr-items .info-wrapper {
  padding: 0.375rem;
}
.rr-widget .rr-block .rr-items .prod__footer,
body main .rr-widget .rr-items .prod__footer {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.35rem;
  background: transparent;
}
.rr-widget .rr-block .rr-items .prod__label,
body main .rr-widget .rr-items .prod__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
  background: #231F20;
  color: #fff;
  border-radius: 6px;
  text-transform: none;
  height: auto;
}
.rr-widget .rr-block .rr-items .prod__label.rr-label-popular,
body main .rr-widget .rr-items .prod__label.rr-label-popular {
  background: #985032;
}
.rr-widget .rr-block .rr-items .prod__label.rr-label-saleByPopular,
body main .rr-widget .rr-items .prod__label.rr-label-saleByPopular {
  background: #bd3943;
}
.rr-widget .rr-block .rr-items .rr-item,
body main .rr-widget .rr-items .rr-item {
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 4px;
}
.rr-widget .rr-block .rr-items .rr-item:after,
body main .rr-widget .rr-items .rr-item:after {
  display: none;
}
.rr-widget .rr-block .rr-items .item-title,
body main .rr-widget .rr-items .item-title {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  margin-bottom: 0.35rem;
  height: 64px;
}
.rr-widget .rr-block .rr-items .item-bottom,
body main .rr-widget .rr-items .item-bottom {
  margin: 0;
}
.rr-widget .rr-block .rr-items .item-actions,
body main .rr-widget .rr-items .item-actions {
  display: flex;
  width: 100%;
  align-items: center;
}
.rr-widget .rr-block .rr-items .prod__price--right-part,
body main .rr-widget .rr-items .prod__price--right-part {
  height: 47px;
  white-space: nowrap;
  display: flex;
  width: 100%;
  align-items: center;
}
.rr-widget .rr-block .rr-items .grid-prod__item-addcart,
body main .rr-widget .rr-items .grid-prod__item-addcart {
  display: flex;
  flex-grow: 1;
  font-size: 0.8rem;
  line-height: 1.25rem;
  background: #4E565D;
  border: 1px solid #4E565D;
  border-radius: 0.125rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 13px 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.15s ease-out;
}
.rr-widget .rr-block .rr-items .grid-prod__item-addcart:hover,
body main .rr-widget .rr-items .grid-prod__item-addcart:hover {
  background: #231F20;
  border-color: #231F20;
}
.rr-widget .rr-block .rr-items .grid-prod__item-addcart:before,
body main .rr-widget .rr-items .grid-prod__item-addcart:before {
  content: "В корзину";
}
.rr-widget .rr-block .rr-items .grid-prod__item-addcart.added,
body main .rr-widget .rr-items .grid-prod__item-addcart.added {
  color: #4E565D;
  border-color: #4E565D;
  background: transparent !important;
}
.rr-widget .rr-block .rr-items .grid-prod__item-addcart.added:before,
body main .rr-widget .rr-items .grid-prod__item-addcart.added:before {
  content: "В корзине";
}
.rr-widget .rr-block .rr-items .grid-prod__item-addfav,
body main .rr-widget .rr-items .grid-prod__item-addfav {
  width: 1.4375rem;
  height: 1.4375rem;
  flex-shrink: 0;
  background-image: url(/static_files/img/prods/heart.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: background-color 0.1s ease-out;
  margin-left: 4px;
}
.rr-widget .rr-block .rr-items .grid-prod__item-addfav.added,
body main .rr-widget .rr-items .grid-prod__item-addfav.added {
  background-image: url(/static_files/img/prods/heart-fill.svg);
}
@media (min-width: 576px) {
  .rr-widget .rr-block .rr-item .prod__footer,
  body main .rr-widget .rr-item .prod__footer {
    margin: 0.6rem;
  }
  .rr-widget .rr-block .rr-item .info-wrapper,
  body main .rr-widget .rr-item .info-wrapper {
    padding: 0.6rem;
  }
  .rr-widget .rr-block .rr-item .item-title,
  body main .rr-widget .rr-item .item-title {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    height: 5.25rem;
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 768px) {
  .rr-widget .rr-block .rr-item .grid-prod__item-addfav,
  body main .rr-widget .rr-item .grid-prod__item-addfav {
    margin-left: 10px;
  }
  .rr-widget .rr-block .rr-item .prod__footer,
  body main .rr-widget .rr-item .prod__footer {
    margin: 1rem;
  }
  .rr-widget .rr-block .rr-item .info-wrapper,
  body main .rr-widget .rr-item .info-wrapper {
    padding: 1rem;
  }
  .rr-widget .rr-block .rr-item .item-title,
  body main .rr-widget .rr-item .item-title {
    margin-bottom: 1rem;
  }
  .rr-widget .rr-block .rr-items .slick-arrow.slick-prev,
  body main .rr-widget .rr-items .slick-arrow.slick-prev {
    left: -24px;
  }
  .rr-widget .rr-block .rr-items .slick-arrow.slick-next,
  body main .rr-widget .rr-items .slick-arrow.slick-next {
    right: -24px;
  }
  .rr-widget .rr-block .rr-slider-arrow .slick-arrow.slick-prev,
  body main .rr-widget .rr-slider-arrow .slick-arrow.slick-prev {
    left: -36px;
  }
  .rr-widget .rr-block .rr-slider-arrow .slick-arrow.slick-next,
  body main .rr-widget .rr-slider-arrow .slick-arrow.slick-next {
    right: -36px;
  }
}
@media (min-width: 1200px) {
  .rr-widget .rr-block .rr-items,
  body main .rr-widget .rr-items {
    margin: 0 -12px;
    padding: 0;
  }
  .rr-widget .rr-block .rr-items .rr-item,
  body main .rr-widget .rr-items .rr-item {
    padding: 0 12px;
  }
}

body .rr-widget[data-s="59cbcf17c7d0138ec020ba1d"] .widgettitle {
  font-size: 25px;
  line-height: 30px;
}

.blog__body {
  max-width: 1080px;
}
.blog__body img {
  max-width: 100%;
  height: auto;
}
.blog__body a:not([class]) {
  color: #231F20;
}
.blog__body a:not([class]):hover {
  color: #e34551;
}
.blog__body h2 {
  margin: 16px 0;
}
.blog__link:hover {
  color: #e34551;
}
.blog__img {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 5px;
  transition: filter 0.2s ease-out;
}
.blog__img:hover {
  filter: hue-rotate(45deg);
}
.blog__tag {
  padding: 10px 20px;
  background-color: #F5F5F2;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: #231F20;
  font-weight: 700;
  margin: 0 10px 10px 0;
}
.blog__tag.active {
  background-color: #324f45;
  color: #fff;
}

.rr-widget[data-s="5f9945be97a5252d903c9873"] .item-bottom {
  flex-flow: row wrap;
}

.rr-widget[data-s="5f9945be97a5252d903c9873"] .item-block-price {
  width: 100%;
  margin-bottom: 16px !important;
}

/* End */
/* /local/templates/red2018/components/bitrix/system.pagenavigation/main_nav/style.css?16758314032917 */
/* /static_files/css/comp_blog.css?174583824712682 */
