

/* Start:/local/templates/tpl1/components/bitrix/menu/template1/style.css?1539076959583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/tpl1/components/bitrix/menu/template1/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1539076965501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/tpl1/components/bitrix/sale.basket.basket.line/template/style.css?17428289335235*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

.basket-line-container {
	margin-left: 20px;
}

.bx-basket-block .basket-link {
	position: relative;
	display: inline-block;
	height: 100%;
}

.bx-basket-block .basket-link .count {
	position: absolute;
	right: -3px;
	top: -3px;
	color: #fff;
	background-color: red;
	border-radius: 50%;
	padding: 5px 8px;
}

.bx-basket-block .basket-link svg {
	width: 40px;
}

#b-top-container {
	display: flex;
	overflow: visible !important;
}
/* End */


/* Start:/local/templates/tpl1/styles.css?17255791421527*/
.b-products-item:hover .menu_section
{
  
    background-color: white;
   
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

}

.b-products-item:hover:after {
    display: none;
}
.b-products-item:after {
    content: '';
    display: block;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 4;
    opacity: 1;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(62%,#fff),to(transparent));
    background: -webkit-linear-gradient(bottom,#fff 62%,transparent);
    background: -o-linear-gradient(bottom,#fff 62%,transparent);
    background: linear-gradient(to top,#fff 62%,transparent);
}
.b-products-item:hover {
    overflow: visible;
    z-index: 10;
}
.b-products-item {
    width: 20%;
    border-bottom: 1px dotted #a8a8a8;
    max-height: 340px;
    height: 340px;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    word-break:break-all;
}
.b-products-item:after {
    content: '';
    display: block;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 4;
    opacity: 1;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(62%,#fff),to(transparent));
    background: -webkit-linear-gradient(bottom,#fff 62%,transparent);
    background: -o-linear-gradient(bottom,#fff 62%,transparent);
    background: linear-gradient(to top,#fff 62%,transparent);
}
li
{
    list-style-type: none;
}
/* End */


/* Start:/local/templates/tpl1/template_styles.css?175190111012689*/
* { margin: 0; padding: 0; }

html { font-size: 100.01%; }
body { font-size: 62.5%; min-width: 1040px; font-size: 10pt; font-family: 'Tahoma' !important;  background: #fff; }
h1 {font-size: 24pt; font-family: 'Tahoma', 'Tahoma'; margin:2px 0 15px 0; }
h2 { font-size: 12pt; font-family: 'Tahoma', 'Tahoma'; }

#b-main h1 { color:#6A6A6A; font-size:18px; }

div#b-main .head1 a {font-size:11pt; margin-bottom:15px; padding-left:0px; font-family:'Tahoma','Tahoma'; font-weight:bold; text-decoration: underline;}


/* div#b-main div */
.catalog-section-list {
  padding-top:15px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px !important;
  width: 100%;
}


.b-products-item {
  width: 25%;
  border-bottom: 1px dotted #a8a8a8;
  max-height: 340px;
  height: 340px;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;  
  word-break: break-word;
}

.b-products-item:hover {
  overflow: visible;
}

.b-products-item:after {
  content: '';
  display: block;
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  opacity: 1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(62%,#fff),to(transparent));
  background: -webkit-linear-gradient(bottom,#fff 62%,transparent);
  background: -o-linear-gradient(bottom,#fff 62%,transparent);
  background: linear-gradient(to top,#fff 62%,transparent);
}


.b-products-item:hover .home-product {
    -webkit-box-shadow: 0 0 15px 1px #d2d2d2;
    box-shadow: 0 0 15px 1px #d2d2d2;
    z-index: 5;
}

.home-product {
  padding: 15px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 210px;
  display: flex;
  flex-direction: column;
}

.card-item__title p {
  font-size: 12pt;
  margin-bottom: 15px;
  padding-left: 0px;
  font-family: 'Tahoma','Tahoma';
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}

.card-item__link {
  color: #000;
  white-space: wrap;
  font-size: 14px;
  padding-bottom: 11px;
  text-decoration: none;
}

.card-item__link a {
	color: #000;
}

.card-item__img {
  margin-bottom: 15px;
  height: 84px;
}

@media (max-width:1341px) {
  .home-product {
    max-width: 180px;
  }
}

@media (max-width:966px) {
  .b-products-item {
    width: 33.33%;
  }
  .home-product {
    padding: 0;
  }
}

/* @media (max-width:768px) {
  .b-products-item {
    max-height: 620px;
    height: 620px;
  }
} */

@media (max-width: 600px) {
  .b-products-item {
    width: 50%;
  }
  .home-product:hover {
    border: 0.1px solid #a8a8a8;
    padding: 5px;
  }

}
@media (max-width:375px) {
  .b-products-item {
    width: 100%;
  }
}
/* text-transform: uppercase; */

ul { list-style: none; }
a  { color: #2f6591; }
a img { border: 0; }

div#b-about-company ol { margin: 0 0 15px 25px; }
div#b-about-company ul { margin: 0 0 15px 20px; }
div#b-about-company ul li { list-style: disc; padding-left: 5px; }
div#b-header {
  position: relative;
  height: 140px;
  background: url( '/i/bg-nav.jpg') repeat-x;
  overflow: hidden;
}
img#b-logo { position: absolute; left: 40px; top: 55px;}
  /* div#b-banner-cup { 
              position: absolute; left: 263px; top: 87px; width: 78.1%; right: 10px;
              background: url( '/i/bg-cup.jpg') repeat-x;
        }
        div#b-banner-cup div { position: absolute; width: 3px; right: 0px; height: 90px;
              background: url( '/i/bg-cup-end.jpg') no-repeat;
        } */
        
div#b-banner-cup { position: absolute; left: 230px; top: 55px; width: 78%; right: 10px;}
div#b-nav-icons { position: absolute; top: 20px; left: 74px; }
ul#b-top-sections { position: absolute; top: 20px; left: 215px; }
    li.b-sections { display: inline; padding: 1px 10px 1px 15px; background: url( '/i/ul.jpg') no-repeat; font-family: Tahoma;  }
    li.b-sections a { text-decoration: none; color: black; }
    li.b-sections a:hover { text-decoration: underline; }
    li.first { background: none; }

img#banner-souvenir { margin-top: 40px; }
div#b-main { float: left;  width: 68%; _width: 64%; margin: -2px 0 46px 40px; }
  div.b-goods { padding: 20px 0 40px 0;  overflow: hidden; clear: both; }
    div.b-goods a { text-decoration: none; color: #2f6591; }
    div.b-goods h2 { padding-left: 15px; margin-bottom: 15px; font-size: 11pt; }
    div.b-goods ul li { margin-bottom: 3px; padding-left: 15px; background: url( '/i/arrow.jpg') 0px 4px no-repeat;  width: 160px;}
    *:first-child+html div.b-goods ul li {  margin-bottom: 3px; padding-left: 15px; background: url( '/i/arrow.jpg') 12px 4px no-repeat; }
    div#top-goods { zoom: 1; position: relative; z-index: 3; background: url( '/i/goods.jpg') 0 100% repeat-x; }

    div.b-category { float: left; width: 22.2%; padding: 0px 0 10px 2.18%; overflow: hidden; }
    .b-category div a{display:block;height:85px;}
    .b-category ul a{display:inline;height:auto;}
    
    /*div#pen {background: url( '/i/picto/pen.jpg') 25px 0px no-repeat; }
    div#lighters { background: url( '/i/picto/lighters.jpg') 25px 0px no-repeat; }
    div#flash { background: url( '/i/picto/flash.jpg') 25px 0px no-repeat; }
    div#keyrings { background: url( '/i/picto/keyrings.jpg') 25px 0px no-repeat; }
    div#openers { background: url( '/i/picto/openers.jpg') 25px 10px no-repeat; }
    div#dishes { background: url( '/i/picto/dishes.jpg') 25px 0px no-repeat; }
    div#crocodiles { background: url( '/i/picto/crocodiles.jpg') 25px 0px no-repeat; }
    div#comp { background: url( '/i/picto/comp.jpg') 25px 0px no-repeat; }
                div#tekstile { background: url( '/i/picto/tekstile.jpg') 25px 0px no-repeat; }
                div#poli { background: url( '/i/picto/t-souvenir.jpg') 25px 0px no-repeat; }
                div#t-souvenir { background: url( '/i/picto/poli.jpg') 25px 0 no-repeat; }
                div#vip { background: url( '/i/picto/vip.png') 45px 10px no-repeat; }*/
  
div#b-sidebar {  position: relative; top: -50px;  overflow: hidden; zoom: 1; }

div#b-offers-container { width: 99.5%; margin-bottom: 20px; overflow: hidden; clear: both; background: url( '/i/offer-out.png') 0px 60px repeat-x; }
  div#b-offers { width: 1000px; margin: 0 auto; clear: both; }
    div.offer {
      background: url( '/i/offer-in.png') 0 60px repeat-x;
      text-align: center;
      float: left;
      width: 186px;
      padding: 0 6px;
      overflow: hidden;
      text-decoration: none;
    }
      div#b-offers p  { padding-left: 10px; text-align: left; height: 60px; }
      div#b-restaraunts p { background: url( '/i/one.jpg') 100% 100% no-repeat; }
      div#b-exhibitions p { background: url( '/i/two.jpg') 100% 100% no-repeat; }
      div#b-offices p { background: url( '/i/three.jpg') 100% 100% no-repeat; }
      div#b-campaigns p { background: url( '/i/four.jpg') 100% 100% no-repeat; }
      div#b-agencies p { background: url( '/i/five.jpg') 100% 100% no-repeat; }
      div#b-restaraunts p a { color: black; text-decoration: none; }
      div#b-exhibitions p a { color: #488259; text-decoration: none; }
      div#b-offices p a { color: #3c5e84; text-decoration: none; }
      div#b-campaigns p a { color: #a33a3f; text-decoration: none; }
      div#b-agencies p a { color: #e0670a; text-decoration: none; }
    
div#b-text-container { zoom: 1; overflow: hidden; padding: 30px 5%; clear: both; background: url( '/i/bg-text.jpg') 0 100% repeat-x; }
  div#b-text-container h2 { margin-bottom: 20px; font-size: 18pt; }
  div#b-about-company { float: left; width: 65%; margin-right: 2.3%; padding-right: 2.5%; border-right: #b8b8b8 solid 1px;  font-size:12px; color:#6A6A6A;} 
  * html div#b-about-company  { float: left; width: 55%; margin-right: 5%; line-height: 13px; }
    div#b-about-company p {  margin-bottom: 5px;  }
  div#b-news { float: right; width: 30%; }
  div#b-news span { display: block; color: #777; }
  div#b-news ul li { margin-bottom: 15px; }

div#b-footer { clear: both; position: relative; background: #ECECEC; margin-top: 1px; }
  div#b-footer ul {  position: absolute; top: 30px; left: 24.7%; }
  div#b-copyright { padding: 30px 0 15px 5%; }
    * html div#b-copyright { padding-top: 20px; }


form#search{ margin: 30px 0; }
  form#search dt { float: left; 
    width: 24%; 
    padding-right: 4%; 
    height: 30px; 
    text-align: right; 
    color: #d91c46;
  }
  form#search dd { float: right; width: 72%;  height: 30px;}
    form#search dd select { width: 60%; }
  form#search div { text-align: right; margin-right: 29.6%; }
  form#search div input { width: 100px; }

  .top_content { padding: 50px 100px 50px 100px; } 

  h1, h2 { font-size: 12pt;}
  #b-text-container #b-about-company h2 { font-size: 12pt; }
  #b-text-container #b-about-company h3 { font-size: 12pt; }
span.t495 {font-size:85%;}

.mark {
background:url("http://rus-toplivo.ru/images/rustoplivo/marker00.gif") no-repeat scroll 0 11px transparent;
margin:0;
padding-left:10px;
}

#list3 { }
#list3 ul { list-style-image: url("/local/templates/tpl1/../images/icons/krug.png"); color:#eee; font-size:18px; }
#list3 ul li { line-height:30px; }

#main_block {
padding: 10px 10px 10px 0;
width: auto;
}
#main_block  h1{
margin:0 0 15pt;
font-weight:normal;
 color: black; font-size: 23pt; 
}


#lh {



}

ul.link-husler {
     font-size: 11px;
    list-style: none outside none;
    margin: 10px 0px;
    padding: 0;
    text-align: left;
}

ul.link-husler li {
     color: #575757; 
     font-size: 11px;
     margin: 0px;
	 color: #575757;
}
ul.link-husler a {
text-decoration: none;
color: #2C2C2C;
}

#contacts {
	text-align: right;
}

#contacts .phones {
	font-size: 16pt;
}

#contacts .email {
	margin-top: 10px;
	font-size: 18px;
}

#contacts .email a {
}

#contacts .info {
  margin-top: 4px;
  margin-left: -50px;
  font-size: 14.5px;
  font-weight: bold;
}

#sitesearch {
	margin: 20px 0;
}

#sitesearch .search-suggest {
	border: solid 1px #ccc;
	width: 565px;
	padding: 5px;
}

#sitesearch input[type="submit"] {
	border: solid 1px #ccc;
	width: 80px;
	padding: 5px;
}

div#b-top-container {
  overflow: hidden; padding: 0 0 0 40px; display: flex; /*background: url( '/i/bg-text.jpg') 0 100% repeat-x;*/
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 20px;
}
/*div#b-top-left { float: left; width: 670px; }*/
div#b-top-right { float: left; width: 226px; }


div#b-banner-holiday { } 
#b-banner-holiday a {position:relative; float:left; width:218px; height:90px; display:block; margin-left: 2px; margin-right: 2px;}
/*#b-banner-holiday a {position:relative; float:left; width:218px; height:90px; display:block;}
#b-banner-holiday span {position:relative; float:left; width:218px; height:90px; display:block;
margin-left: 4px; margin-right: 4px; margin-top: -1px;}*/
#slider_top2 a {display:none;}



.footer-list {
  display: flex;
  justify-content: space-between;
}

.footer-social__links {
  /*margin-right: 45px;*/
  margin-right: auto;
  margin-left: auto;
}

.footer-social__links a {
  text-decoration: none;
}

.social__links {
  padding-top: 15px;
  display: flex;
  text-decoration: none;
}

.social__links span {
  margin-left: 15px;
  color: #000000;
}

.basket-line-container {
  margin-left: 20px;
  /*position: absolute;*/
  /*top: 20px;*/
  /*right: 20px;*/
}

@media (max-width: 1006px) {
  .basket-line-container {
    margin-top: 10px;
    margin-left: 0;
    /*display: none;*/
  }
}


/*FIX*/
#b-top-container {
  display: flex;
}

#b-banner-cup .phones {
  margin-left: 750px;
  font-size: 16pt;
  margin-top: 25px;
}

#b-top-container .order-text {
  margin-left: 12px;
  margin-top: 28px;
}

@media (max-width: 1006px) {
  #b-banner-cup .phones {
    margin-left: 0;
    margin-top: 10px;
  }

  #b-top-container .order-text {
    margin-left: 20px;
  }
}
.order-text {
  position: relative;
  font-weight: 600;
  margin-top: 10px;
  text-align: right;
  margin-right: 10px;
}
.tooltip-switcher {
  border: 1px solid #333;
  border-radius: 50%;
  padding: 1px 7px;
  cursor: pointer;
}
.tooltip-text {
  display: none;
  position: absolute;
  top: 50px;
}

.tooltip-switcher:hover .tooltip-text {
  display: block;
  padding: 3px;
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 3px;
}

.email {
  text-align: right;
  margin-right: 10px;
}

.phones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.basket-line-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.phones .phone {
  font-size: 15pt;
}

.form-b24-callback {
  background-color: #e0e0e0;
  text-transform: uppercase;
  cursor: pointer;
  height: fit-content;
  padding: 10px 5px;
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
/*END FIX*/
/* End */
/* /local/templates/tpl1/components/bitrix/menu/template1/style.css?1539076959583 */
/* /bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1539076965501 */
/* /local/templates/tpl1/components/bitrix/sale.basket.basket.line/template/style.css?17428289335235 */
/* /local/templates/tpl1/styles.css?17255791421527 */
/* /local/templates/tpl1/template_styles.css?175190111012689 */
