

/* Start:/local/templates/books/components/bitrix/catalog/masla/style.css?15724288359911*/

.js-profup-loading {
	background: rgba(255, 255, 255, 0.85) url('/local/templates/books/images/loading.gif') no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.product_elem_buttons {
    -moz-box-align: center;
    -moz-box-pack: end;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3rem;
    position: absolute;
    right: 40px;
    top: 11px;
}
.product_elem_button {
    color: #929292;
    font-size: 1.2em;
    height: 20px;
    line-height: 20px;
    margin-left: 2.5rem;
	display: inline-block;
}
.product_elem_button:nth-child(1) {
    background: rgba(0, 0, 0, 0) url("/local/templates/books/components/bitrix/catalog/masla/../../../../images/icon-favorites.png") no-repeat scroll left center;
    padding-left: 3.1rem;
}
.product_elem_button.js-is-favorites {
	background: rgba(0, 0, 0, 0) url("/local/templates/books/components/bitrix/catalog/masla/../../../../images/icon-favorites-hover.png") no-repeat scroll left center;
	color: #ed252f;
}

.product_elem_button:nth-child(2) {
    background: rgba(0, 0, 0, 0) url("/local/templates/books/components/bitrix/catalog/masla/../../../../images/icon-pdf.png") no-repeat scroll left center;
    padding-left: 2.5rem;
}

.checkbox {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: .8rem;
  cursor: pointer;
}

.checkbox_input {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.checkbox_input:checked + .checkbox_checkbox {
  background-color: #ed252f;
}

.checkbox_checkbox {
  width: 1.3rem;
  height: 1.3rem;
  float: left;
  margin-right: .6rem;
  border: 0.1rem solid #929292;
  padding: .1rem;
}

.checkbox_text {
  font-size: 1.3rem;
  text-transform: uppercase;
}



.catalog_content {
  width: 88rem;
  margin-left: 2.5rem;
}

.catalog_content_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.7rem;
}

.catalog_content_header-title {
  display: flex;
  width: 50%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
}

.catalog_content_header-count {
  margin-left: .7rem;
  font-size: 1.4em;
  font-weight: bold;
  color: #929292;
}

.catalog_content_products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.catalog_content_products-member {
  position: absolute;
  top: 4.3rem;
  right: 4rem;
  width: 5.8rem;
  height: 5.3rem;
  background: url("/local/templates/books/components/bitrix/catalog/masla/../../../../images/icon-member-promo.png") left top no-repeat;
  background-size: contain;
}

.catalog_content_products-item {
  width: 33.33%;
  height: 38rem;
  position: relative;
  transition: box-shadow 0.2s;
  border: 1px solid transparent;
  z-index: 10;
}

.catalog_content_products-item:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18);
  transform: scale(1.05);
  transition: all .3s linear;
  background-color: white;
}

@media only screen and (max-width: 768px) {
  .catalog_content_products-item:hover {
    background: transparent;
  }
}

.catalog_content_products-order {
	display: none;
}
.catalog_content_products-order_icon {
	width: 32px;
    position: absolute;
    height: 18px;
    left: 15px;
    background: url(/local/templates/books/components/bitrix/catalog/masla/../../../../images/icon-cat-order.png) center center no-repeat;
    top: 20px;
}
.catalog_content_products-item:hover .catalog_content_products-order_icon {
	background: url("/local/templates/books/components/bitrix/catalog/masla/../../../../images/icon-cat-order-hover.png") center center no-repeat;
}
.catalog_content_products-order_shops {
	position: absolute;
    background: #fff;
    padding: 20px;
    top: -80px;
    font-size: 18px;
    box-shadow: 0 6px 27px rgba(0,0,0,0.27);
    width: 400px;
    color: #141414;
}
.catalog_content_products-order_shops .red {color: #ed252f;}
.catalog_content_products-item:hover .catalog_content_products-order {
	display: block;
}
.catalog_content_products-item:nth-child(3n+1) .catalog_content_products-order_shops {
	left: 0;
}
.catalog_content_products-item:nth-child(3n+2) .catalog_content_products-order_shops {
	left: -50px;
}
.catalog_content_products-item:nth-child(3n+3) .catalog_content_products-order_shops {
	right: 0;
}
.catalog_content_products-order_shops-arr {
	position: absolute;
    width: 40px;
    height: 12px;
    background: url(/local/templates/books/components/bitrix/catalog/masla/../../../../images/icon-cat-order-arr.png) center center no-repeat;
    z-index: 100;
    left: 10px;
    top: 1px;
}

.catalog_content_products-img {
  max-height: 14rem;
  margin-top: 2.1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.catalog-card__capacity {
    /*margin-top: 14px;*/
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.card-capacity__liter {
    margin: 0 6px;
    width: 50px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: #4c4c4c;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.card-capacity__liter.active-liter {
    border: 1px solid #ddd;
    background: #fff;
}

.catalog-card__availability {
    margin-top: 24px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-card__name {
    font-weight: bold!important;
    font-family: Arial, sans-serif;
    margin-top: 0.25rem;
}

.catalog_content_products-category-text {
    font-size: 1.6em;
    width: 80%;
    /*height: 7rem;*/
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.catalog_content_products-text {
    font-size: 1.6em;
    font-weight: bold;
    width: 80%;
    /*height: 7rem;*/
    /*margin-top: 3rem;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.catalog_content_products-category {
    font-size: 1em;
    font-weight: normal;
    width: 80%;
    /*margin-top: 3rem;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hover-panel__hidden {
    padding: 13px 20px;
    border: 1px solid #E5E7EB;
    /*display: none;*/
    width: 180px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -90px;
    z-index: 5;
    font-family: GraphikLCG-Regular;
    font-size: 12px;
    color: #2B2B2B;
    letter-spacing: 0;
    display: block;
    text-align: left;
    line-height: 1.2;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.hover-panel img {
    display: block;
}
.hover-panel {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    position: relative;
}
.hover-panel:hover .hover-panel__hidden {
    display: block;
    margin-bottom: 10px;
    visibility: visible;
    opacity: 1;
}
.hover-panel__hidden:after {
    content: '';
    display: block;
    background-image: url(/images/icons/triangle.svg);
    width: 7px;
    height: 4px;
    background-position: center bottom;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -3px;
}

.catalog_content_products-price {
  font-size: 1.6em;
  font-weight: bold;
  /*margin-top: 3.2rem;*/
  margin-top: 2rem;
  text-align: center;
  font-family: Arial, sans-serif;
}

.catalog_content_promo {
  margin-top: 2.5rem;
  background-color: #f9f9f9;
  display: -ms-flexbox;
  display: flex;
}

.catalog_content_promo-item {
  display: -ms-flexbox;
  display: flex;
  height: 38rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("/local/templates/books/components/bitrix/catalog/masla/../../../../images/selection-oil.png") center center no-repeat;
  background-size: cover;
}

.catalog_content_promo-item:hover {
  box-shadow: none;
}

.catalog_content_promo-item:hover > div {
  background-color: #ed252f;
  border-color: #ed252f;
}

.catalog_content_choose-oil-wrapper {
    margin-top: 2.5rem;
}

.catalog_content_choose-oil {
    display: none;
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 15rem;
    padding: 0 5rem;
    background: url(/local/templates/books/components/bitrix/catalog/masla/../../../../images/selection-oil.png) center center no-repeat;
    background-size: cover;
}

.catalog_content_choose-oil:hover {
    box-shadow: none;
    transform: scale(1.05);
    transition: all .3s linear;
}

.catalog_content_choose-oil span {
    font-family: GraphikLCG-Medium;
    font-size: 2.9rem;
    color: #FFFFFF;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    .catalog_content_promo .catalog_content_promo-item {
        display: none;
    }

    .catalog_content_choose-oil {
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        height: 80px;
    }
    .catalog_content_choose-oil:hover {
        box-shadow: none;
        transform: none;
        transition: none;
    }
    .catalog_content_choose-oil span {
        display: none;
    }
}



.catalog_content_products-selection_oil {
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: 0.2rem solid #fff;
  padding: 1.2rem 3.2rem 1.1rem 1.2rem;
  background: url("/local/templates/books/components/bitrix/catalog/masla/../../../../images/icon-selection-oil.png") right 0.9rem center no-repeat;
  transition: background-color 0.2s, color 0.2s;
}

.catalog_content_information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.9rem;
  padding-left: 7.2rem;
  background: url("/local/templates/books/components/bitrix/catalog/masla/../../../../images/information.svg") 1.9rem center no-repeat;
  background-size: contain;
  margin-top: 2.1rem;
  line-height: 2em;
}

.catalog_content_information-title {
  font-size: 1.8em;
}

.catalog_content_information-text {
  font-size: 1.3em;
}

.catalog__empty {
    color: #c2c2c2;
    font-size: 2.1em;
    padding: 2rem 0;
    text-align: center;
}

/* End */


/* Start:/local/templates/books/components/bitrix/breadcrumb/path/style.css?1568023076585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/books/components/bitrix/catalog/masla/bitrix/catalog.element/.default/style.css?157184482910096*/
.product {
  width: 100%;
}

.product_container {
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.product_container_map {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  width: 279px;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product_container_map.--full-width {
  width: 100%;
}

.product_container_map--mobile {
  display: none;
}

.product_address_nav {
  display: none;
}

.product_map-showmap {
  font-size: 1.3em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100px;
  padding: 5.3rem 1.3rem 1.3rem;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6) url("/local/templates/books/images/icon-showmap.png") center 1.5rem no-repeat;
  background-size: 2.3rem;
  -webkit-transition: background-size 0.1s;
  transition: background-size 0.1s;
}

.product_map-showmap:hover {
  background-size: 2.6rem;
}

.product_container_description {
  position: relative;
  width: 910px;
  min-height: 100%;
  top: 0;
  left: 0;
  box-sizing: content-box;
  background-color: #fff;
  border-top: 0.1rem solid #ccc;
  border-left: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc;
  -webkit-box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.18);
  -webkit-transition: all 0.3s;
  -moz-transition: all  0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all  0.3s;
  transition: all 0.3s;
}
.product_container_description.--slided {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.product_container_description > * {
  box-sizing: border-box;
}

.product_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  border-bottom: 0.1rem solid #ccc;
  padding: 45px 7rem 20px 0;
}

.product_description-img {
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_description-img img {
  height: 200px;
}

.product_description_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.product_description-category {
  font-size: 1.4em;
  margin-bottom: 0.5rem;
}

.product_description-title {
  font-family: GraphikLCG-Medium, sans-serif;
  font-size: 1.8em;
  margin-bottom: 1.5rem;
}

.product_description-title--small {
  margin-top: 2rem;
  margin-bottom: 1.2rem;
  font-family: GraphikLCG-Medium, sans-serif;
  font-size: 1.4em;
}

.product_description-title--mobile {
  display: none;
}

.product_description-text {
  line-height: 150%;
  font-size: 1.4em;
}

.product_description-text span {
  margin-left: .3rem;
  font-family: GraphikLCG-Medium, sans-serif;
}

.product_assortment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 4rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 540px;
}

.product_assortment_value {
  width: 285px;
  padding-bottom: 30px;
  padding-left: 3.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.product_information {
  width: 240px;
  background: url("/local/templates/books/images/icon-information.png") left top no-repeat;
  padding-left: 5rem;
  padding-bottom: 2rem;
  font-size: 1.3em;
  border-bottom: 0.1rem solid #ccc;
}

.product_information-title {
  font-family: GraphikLCG-Medium, sans-serif;
  margin-bottom: .2rem;
}

.product_assortment_address {
  width: 600px;
  padding-left: 4rem;
  position: relative;
}

/*.product_assortment_address::after {*/
  /*content: '';*/
  /*position: absolute;*/
  /*left: 0;*/
  /*width: 573px;*/
  /*height: 94px;*/
  /*bottom: 0;*/
  /*background: url("/local/templates/books/images/product-gradient.png") left bottom repeat-x;*/
  /*pointer-events: none;*/
/*}*/

.product_assortment_address .catalog__empty {
  padding: 0;
}

.selectcity__check:first-child {
  margin-top: 0;
}

.product_value-title {
  font-family: GraphikLCG-Medium, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: .6rem;
}

.product_value-title:not(:first-child) {
  margin-top: 3.5rem;
}

.product_value-item {
  display: block;
  width: 135px;
  height: 40px;
  font-family: GraphikLCG-Medium, sans-serif;
  font-size: 1.4em;
  color: #2a2a2a;
  background-color: #fff;
  margin: 1.5rem auto 0;
  /*padding: 1.2rem 1.5rem;*/
  padding: 1.2rem 0;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  white-space: nowrap;
}
.product_value-item.active, .product_value-item:hover {
  background-color: #ff0000;
  color: #fff;
  border-color: #ff0000;
}

.product_quantity-wrapper {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 130px;
  height: 40px;
  margin: 1.5rem auto 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #c2c2c2;
  color: #2a2a2a;
}

.product_quantity-minus,
.product_quantity-plus {
  width: 38px;
  cursor: pointer;
}

.product_quantity-minus {
  background: #ededed url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNy41SC43IiBzdHJva2U9IiMyQTJBMkEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==") center no-repeat;
}

.product_quantity-plus {
  background: #ededed url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMkEyQTJBIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPjxwYXRoIGQ9Ik02LjcyNSAxdjExTTEyLjI1IDYuNWgtMTEiLz48L2c+PC9zdmc+") center no-repeat;
}

.product_quantity-value {
  flex: auto;
  font-family: GraphikLCG-Medium, sans-serif;
  font-size: 1.4em;
  line-height: 40px;
  text-align: center;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}

.product_address_header {
  font-size: 1.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 4.1rem;
  padding-left: 2.5rem;
}

.address_header-title {
  font-family: GraphikLCG-Medium, sans-serif;
  text-transform: uppercase;
}

.product_address_container {
  height: 510px;
  margin-top: 1.5rem;
  margin-right: 1.3rem;
  padding-bottom: 10rem;
  overflow-y: auto;
}

.product_line {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product_line-selection_oil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 305px;
  height: 315px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("/local/templates/books/images/selection-oil.png") center center no-repeat;
  background-size: cover;
}

.product_line-selection_oil:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product_line-selection_oil:hover > div {
  background-color: #ed252f;
  border-color: #ed252f;
}

.product_line-selection_oil-text {
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: 0.2rem solid #fff;
  padding: 1.2rem 3.2rem 1.1rem 1.2rem;
  background: url("/local/templates/books/images/icon-selection-oil.png") right 0.9rem center no-repeat;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.product_line_contaner {
  margin-left: 3.5rem;
  width: 850px;
}

.product_line-title {
  font-size: 2em;
  font-weight: bold;
  display: block;
}

.product_line-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;*/
  /*-webkit-justify-content: space-between;*/
  /*-ms-flex-pack: justify;*/
  /*justify-content: space-between;*/
  margin-top: 4rem;
  overflow-y: hidden;
}

.product_line-item {
  min-width: 140px;
}

.product_line-img {
  max-height: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product_line-text {
  font-size: 1.3em;
  max-width: 95px;
  height: 50px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.product_line-price {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 3.2rem;
  text-align: center;
}


.product_assortment_address .catalog__empty {
	padding-right: 4.5rem;
    padding-left: 2.5rem;
	text-align: left;
	font-size: 1.8em;
	margin-bottom: 2rem;
}

/* End */
/* /local/templates/books/components/bitrix/catalog/masla/style.css?15724288359911 */
/* /local/templates/books/components/bitrix/breadcrumb/path/style.css?1568023076585 */
/* /local/templates/books/components/bitrix/catalog/masla/bitrix/catalog.element/.default/style.css?157184482910096 */
