

/* Start:/bitrix/templates/.default/components/bitrix/catalog/catalog/style.css?1593161877697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/bitrix/templates/.default/components/ru/catalog.section.list/catalog_section_empty/style.css?15931618786099*/
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.sectionsView {
  display: none;
}
.sectionsView.active {
  display: block;
}
.sectionsList ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sectionsList ul li {
  margin: 0 0 4px;
  position: relative;
}
.sectionsList ul li.active > a {
  -webkit-box-shadow: 0px 0 6px #c7c7c7;
  box-shadow: 0px 0 6px #c7c7c7;
}
.sectionsList ul li.active > a:before {
  background-position: -85px -150px;
  font-size: 16px;
  padding: 0 2px;
}
.sectionsList ul li.active ul {
  display: block;
}
.sectionsList ul li.active ul li a {
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.sectionsList ul li.noDropDown a:before {
  display: none;
}
.sectionsList ul li .listImg {
  position: absolute;
  width: 30px;
  height: 100%;
  /*top: 3px;*/
  top: 0;
  left: 38px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sectionsList ul li .listImg table {
  height: 100%;
}
.sectionsList ul li .listImg table td {
  vertical-align: middle;
  height: 100%;
}
.sectionsList ul li .listImg table td img {
  max-width: 30px;
  max-height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sectionsList ul li > a {
  display: block;
  font-size: 11px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  text-decoration: none;
  padding: 10px 0 10px 85px;
  position: relative;
  text-transform: uppercase;
  word-wrap: break-word;
}
.sectionsList ul li a > span + span {
  text-decoration: underline;
  text-transform: uppercase;
  /*border-bottom: 1px solid @brand-primary;*/
  /*display: block;
          float: left;*/
  /*.inline-block;*/
}
.sectionsList ul li a span + span + span {
  color: #3d3d3d;
  text-decoration: none;
  border-bottom: none;
}
.sectionsList ul li a:hover {
  -webkit-box-shadow: 0px 0 6px #c7c7c7;
  box-shadow: 0px 0 6px #c7c7c7;
}
.sectionsList ul li a:hover span {
  text-decoration: none;
}
.sectionsList ul li > a:before {
  position: absolute;
  content: "";
  background: url('/bitrix/templates/index/images/sprites.png') no-repeat;
  background-position: -85px -165px;
  display: block;
  left: 11px;
  margin: auto;
  padding: 0;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
}
.sectionsList ul li ul {
  display: none;
  margin: 4px 0 0 30px;
}
.sectionsList ul li ul li .listImg {
  display: none;
}
.sectionsList ul li ul li > a {
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  font-size: 10px;
  border-radius: 2px;
  background: #f5f5f5;
  color: #3d3d3d;
  border: none;
  padding: 8px 0 8px 55px;
  /*& > span {
              border-bottom: 1px solid #3d3d3d;
            }
            & span + span{
              border-bottom: 1px solid transparent;
            }*/
}
.sectionsList ul li ul li a:before {
  display: none;
}
.sectionsList ul li ul li a:hover span {
  color: #010101;
}
.sectionsTable {
  list-style-type: none;
  text-align: justify;
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.sectionsTable li {
  width: 290px;
  height: 290px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  vertical-align: top;
  margin: 0 0 13px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.sectionsTable li.emptySection {
  opacity: 0;
  filter: alpha(opacity=0);
}
.sectionsTable li:hover {
  -webkit-box-shadow: 0px 0px 5px #cccccc;
  box-shadow: 0px 0px 5px #cccccc;
}
.sectionsTable li a {
  width: 288px;
  height: 288px;
  display: block;
  font-size: 11px;
  text-decoration: none;
}
.sectionsTable li a:hover .sectionsName span {
  text-decoration: none;
}
.sectionsTable li a .sectionsImg {
  display: table-cell;
  width: 288px;
  height: 258px;
  vertical-align: middle;
}
.sectionsTable li a .sectionsImg img {
  max-width: 288px;
  max-height: 258px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sectionsTable li a .sectionsName {
  text-align: center;
}
.sectionsTable li a .sectionsName > span {
  text-decoration: underline;
  text-transform: uppercase;
}
.sectionsTable li a .sectionsName span + span {
  color: #3d3d3d;
  text-decoration: none;
}
.sectionsTable:after {
  content: " ";
  display: inline-block;
  height: 0;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
}
.sectionsList ul li ul li.closeBlock > a:before {
  position: absolute;
  content: "";
  background: url('/bitrix/templates/.default/components/ru/catalog.section.list/catalog_section_empty/images/closeBlock.png') no-repeat;
  display: block;
  left: 22px;
  margin: auto;
  padding: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 7px;
}
.sectionsList ul li ul li.openBlock > a:before {
  background: url('/bitrix/templates/.default/components/ru/catalog.section.list/catalog_section_empty/images/openBlock.png') no-repeat;
  width: 7px;
  height: 6px;
}
/*********1023-800***********/
@media only screen and (max-width: 1023px) and (min-width: 800px) {
  .sectionsTable li {
    width: 254px;
    height: 259px;
  }
  .sectionsTable li a {
    width: 254px;
    height: 259px;
  }
  .sectionsTable li a .sectionsImg {
    width: 254px;
    height: 224px;
  }
  .sectionsTable li a .sectionsImg img {
    max-height: 224px;
  }
  .sectionsTable li a .sectionsName {
    font-size: 10px;
  }
}
/*/********1023-800***********/
/*********800-480***********/
@media only screen and (max-width: 799px) and (min-width: 480px) {
  .sectionsTable li {
    width: 225px;
    height: 231px;
  }
  .sectionsTable li a {
    width: 225px;
    height: 231px;
  }
  .sectionsTable li a .sectionsImg {
    width: 220px;
    height: 194px;
  }
  .sectionsTable li a .sectionsImg img {
    max-height: 194px;
  }
  .sectionsTable li a .sectionsName {
    font-size: 10px;
  }
}
/*/********800-480***********/
/*********<479***********/
@media only screen and (max-width: 479px) {
  .sectionsTable li {
    width: 274px;
    height: 274px;
  }
  .sectionsTable li a {
    width: 272px;
    height: 272px;
  }
  .sectionsTable li a .sectionsImg {
    width: 272px;
    height: 240px;
  }
  .sectionsTable li a .sectionsImg img {
    max-height: 240px;
  }
}

/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/catalog/style.css?1593161877697 */
/* /bitrix/templates/.default/components/ru/catalog.section.list/catalog_section_empty/style.css?15931618786099 */
