.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: 0;
  left: 38px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-top: 4px;
} 
.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 {
  text-decoration: underline;
  text-transform: uppercase;
  /*border-bottom: 1px solid @brand-primary;*/
  /*display: block;
          float: left;*/
  /*.inline-block;*/
}
.sectionsList ul li a > .coun {
  color: #3d3d3d;
  text-decoration: none;
  border-bottom: none;
}
.sectionsView  {
  margin-bottom: 40px;
}
.sectionTools .paginationItemsList, .sectionTools_search .paginationItemsList {
  display: none;
}
.paginationCountInPage .b-pagination.right {
  display: none;
}
.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;
}


.list_button-link:hover {
  -webkit-box-shadow: 0px 0 6px #c7c7c7;
  box-shadow: 0px 0 6px #c7c7c7;
}
.list_button-link: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;
}
.sectionsList ul li ul li a:before {
  display: none;
}
.sectionsList ul li ul li a:hover span {
  color: #010101;
}


.sectionsList ul li ul li a:before {
  display: none;
}
.sectionsList ul li ul li a:hover span {
  color: #010101;
}


.sectionsTable {
  list-style-type: none;
  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;
}
/*********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;
  }
}

.crest {
  position: absolute;
  content: "";
  background: url('/bitrix/templates/index/images/sprites.png') no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: -85px -165px;
  left: 11px;
  right: 15px;
  margin: 10px 10px 0 0;
  padding: 0;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
}

.crest-block {
  width: 13px;
  height: 13px;
  display: block;
}