

/* Start:/local/templates/alt/components/bitrix/breadcrumb/nav/style.css?1757426440227*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	
}

ul.breadcrumb-navigation span
{
	
}
/* End */


/* Start:/css/style-razdel.css?175742620622890*/
/**
* letter-spacing
*/
/**
* sprite
*/
/**
* breakpoints custom
*/
/**
* breakpoints custom
*/
/**
* clearfix
*/
/**
* verticatfix
*/
/**
* list_jst
*/
/**
* hold-center
*/
/**
* core-justify
*/
/**
* placeholder
*/
/**
* placeholder
*/
/**
* triangle
*/
.filtr-wrap {
  position: relative; }
  @media screen and (max-width: 999px) {
    .filtr-wrap {
      z-index: 7;
      margin-left: -100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      height: 100%;
      overflow-y: scroll;
      transition: margin .2s;
      width: 100%; }
      .filtr-wrap.active {
        margin-left: 0px; } }

.fitr-box {
  padding: 15px 40px 5px 40px;
  /*border-top: 1px solid #353535;*/ }
  @media screen and (max-width: 999px) {
    .fitr-box {
      padding: 0 0 70px 0; } }
  .fitr-box .col-7 .h4 {
    /*font-family: Arial;*/ }

.fitr-box_bb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 999px) {
    .fitr-box_bb {
      width: 100%; } }
  .fitr-box_bb .mob-subfiltr-title {
    display: none;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 15px;
    box-sizing: border-box;
    background: #3a3a3a;
    width: 100%;
    color: #ffffff;
    cursor: pointer; }
    .fitr-box_bb .mob-subfiltr-title span {
      font-size: 17px;
      font-weight: 600;
      margin: auto; }
    .fitr-box_bb .mob-subfiltr-title svg {
      position: absolute;
      top: 15px;
      left: 15px;
      fill: #ffffff;
      width: 15px;
      height: 15px; }
    @media screen and (max-width: 999px) {
      .fitr-box_bb .mob-subfiltr-title {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .fitr-box_bb .mob-filtr-title {
    display: none;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 15px;
    background: #3a3a3a;
    width: 100%;
    color: #ffffff; }
    .fitr-box_bb .mob-filtr-title input {
      color: #a2a1a1;
      font-size: 13px; }
    .fitr-box_bb .mob-filtr-title span {
      font-size: 17px;
      font-weight: 600;
      margin-right: 15px; }
    .fitr-box_bb .mob-filtr-title svg {
      margin-left: auto;
      fill: #ffffff;
      width: 15px;
      height: 15px; }
    .fitr-box_bb .mob-filtr-title.active {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    @media screen and (max-width: 999px) {
      .fitr-box_bb .mob-filtr-title {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .fitr-box_bb .filter-container {
    width: 100%; }
    @media screen and (max-width: 999px) {
      .fitr-box_bb .filter-container {
        width: 100%;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; } }
  .fitr-box_bb .price-type-container {
    width: 100%;
    margin-bottom: 10px;
    border-top: solid 1px #e2e2e2;
    padding-top: 15px;
    margin-top: 5px; }
    @media screen and (max-width: 999px) {
      .fitr-box_bb .price-type-container {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        padding: 20px 15px 10px 15px;
        border-top: none; }
        .fitr-box_bb .price-type-container .f-label .rf-label {
          color: #1c1c1c;
          font-size: 14px; } }
  .fitr-box_bb .ucenka-link {
    text-decoration: none;
    border-bottom: 1px dotted;
    padding: 5px 12px;
    border: 1px solid #f5a200;
    border-radius: 7px;
    background: #f5a200;
    color: #fff; }
    .fitr-box_bb .ucenka-link:hover {
      background: #fff;
      color: #f5a200; }

@media screen and (max-width: 999px) {
  .m-filter__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 2; }
    .m-filter__box .chec-body {
      padding: 15px 15px 40px 15px; } }

.js-open-filter {
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid #353535;
  font-size: 1.73333rem; }
  .js-open-filter:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    background-image: url("/css/../images/sprites.png");
    background-repeat: no-repeat;
    background-position: -271px -262px;
    width: 22px;
    height: 13px;
    margin-left: 6px; }
  .js-open-filter.filter-open {
    border-bottom-color: transparent; }
    .js-open-filter.filter-open:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  @media screen and (max-width: 420px) {
    .js-open-filter {
      font-size: 1.36364rem; }
      .js-open-filter:after {
        background-image: url("/css/../images/sprites.png");
        background-repeat: no-repeat;
        background-position: -392px -259px;
        width: 9px;
        height: 5px; } }

.all-link {
  text-decoration: none;
  color: #a2a1a1; }
  .all-link:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    content: '';
    background-image: url("/css/../images/sprites.png");
    background-repeat: no-repeat;
    background-position: -406px -353px;
    width: 6px;
    height: 10px; }
  .all-link:hover {
    color: #a2a1a1;
    text-decoration: underline; }

.col-7 .h4 {
  font-size: 1em; }

@media screen and (min-width: 1000px) {
  .col-7 {
    position: relative;
    float: left;
    /*width: 14.2857%;*/
    vertical-align: top;
    box-sizing: border-box;
    margin-right: 35px;
    margin-bottom: 10px; }
    .col-7.price-type-block {
      margin-right: 0;
      float: right; }
    .col-7.col-7_big {
      width: 17.5844%; }
    .col-7.col-7_small {
      width: 10.987%; }
    .col-7 .h4 {
      /*font-family: Arial;*/
      font-weight: bold;
      cursor: pointer;
      font-size: 1em;
      /*min-height: 45px;*/ }
      .col-7 .h4.fwn {
        font-weight: normal; }
      .col-7 .h4:after {
        display: inline-block;
        vertical-align: middle;
        content: '';
        margin-left: -15px;
        background-image: url("/css/../images/sprites.png");
        background-repeat: no-repeat;
        background-position: -392px -235px;
        width: 9px;
        height: 5px; }
      .col-7 .h4.filter-open:after {
        display: inline-block;
        vertical-align: middle;
        content: '';
        margin-left: -15px;
        background-image: url("/css/../images/sprites.png");
        background-repeat: no-repeat;
        background-position: -406px -380px;
        width: 9px;
        height: 5px; } }

.col-7.lbl .h4:after {
  display: none; }

@media screen and (max-width: 1200px) {
  .col-7.lbl {
    display: none; }
    .col-7.lbl .h4:after {
      display: none; } }

@media screen and (max-width: 999px) {
  .col-7 .h4 {
    color: #1a1a1a;
    padding: 12px 20px;
    position: relative;
    border-bottom: solid 1px #e2e2e2;
    border-top: solid 1px #e2e2e2;
    font-size: 14px;
    margin-top: -1px; }
    .col-7 .h4:after {
      display: none;
      content: '';
      border: solid #fdb019;
      padding: 3px;
      margin: -3px 0 0 8px;
      border-width: 0 2px 2px 0;
      vertical-align: middle;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .col-7 .h4.filter-open {
      color: #fdb019; }
      .col-7 .h4.filter-open:after {
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
        -webkit-transform: rotate(225deg); } }
  @media screen and (max-width: 999px) and (max-width: 420px) {
    .col-7 .h4 {
      font-size: 1.36364rem;
      padding-right: 40px; } }

.filtr-row {
  /*height: 40px;*/
  margin-bottom: 15px; }
  @media screen and (max-width: 999px) {
    .filtr-row {
      display: block;
      vertical-align: top; } }
  @media screen and (max-width: 750px) {
    .filtr-row {
      width: 48%; } }
  @media screen and (max-width: 420px) {
    .filtr-row {
      width: auto;
      display: block; } }
  .filtr-row.hidden {
    display: none !important; }

@media screen and (min-width: 1000px) {
  .chec-body {
    min-width: 155px;
    margin-bottom: 20px;
    /*position: relative;*/
    /*overflow: hidden;*/ }
    .chec-body.showed {
      overflow: visible;
      z-index: 3; }
    .chec-body .mCS_y_hidden {
      padding-right: 10px; } }

.chec-body .f-label {
  display: block;
  overflow: hidden; }

.chec-body .cf-ico, .chec-body .rf-ico {
  float: left; }

.chec-body .rf-label {
  display: block;
  margin-left: 28px; }

@media screen and (max-width: 750px) {
  .rf-label {
    font-size: 1.36364rem;
    padding-top: 2px; } }

@media screen and (min-width: 1000px) {
  .chec-list {
    /*position: absolute;*/
    height: 190px;
    box-sizing: border-box;
    max-height: none;
    /*top: 0;*/
    /*left: 0;*/
    /*
    .filtr-row:nth-child(5){
      margin-bottom: 80px;
    }*/ }
    .chec-list:before {
      display: none;
      content: '';
      position: absolute;
      left: -17px;
      top: -16px;
      right: 0;
      background: #f5f5f5;
      bottom: 0; }
    .showed .chec-list {
      max-height: 360px; }
      .showed .chec-list:before {
        display: block; }
      .showed .chec-list .filtr-row:nth-child(5) {
        margin-bottom: 0; } }

.selected-filters {
  font-size: 0; }

.selected-filter {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
  transition: all 0.3s;
  color: #fff;
  font-size: 1rem;
  /*font-family: $fA;*/
  font-family: 'Inter', sans-serif;
  background: #fdb019;
  border-radius: 4px;
  overflow: hidden; }
  .selected-filter:hover {
    background: #ffca29; }
  .selected-filter.cancel {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    background: #fff;
    border: 1px solid #fff;
    color: #1c1c1c; }
    @media screen and (max-width: 650px) {
      .selected-filter.cancel {
        position: initial;
        margin-right: 20px; } }
    .selected-filter.cancel a {
      cursor: pointer;
      text-decoration: none; }
      .selected-filter.cancel a:hover {
        color: #fff;
        background: #fdb019; }
    .selected-filter.cancel .selected-filter__title {
      border-right: 0 none; }

.selected-filter__title {
  float: left;
  padding: 6px 18px;
  border-right: 1px solid #fff;
  cursor: default; }

.selected-filter__remove {
  float: right;
  height: 100%;
  width: 30px;
  height: 27px;
  cursor: pointer;
  text-align: center; }
  .selected-filter__remove:before, .selected-filter__remove:after {
    display: inline-block;
    content: '';
    vertical-align: middle; }
  .selected-filter__remove:before {
    height: 100%; }
  .selected-filter__remove:after {
    background-image: url("/css/../images/sprites.png");
    background-repeat: no-repeat;
    background-position: -406px -280px;
    width: 10px;
    height: 10px; }

.filtr-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none; }

.sect__name {
  margin-bottom: 60px; }

@media screen and (min-width: 1000px) {
  .wrap-sect-link {
    vertical-align: middle;
    display: inline-block;
    margin-right: 30px; } }

@media screen and (max-width: 999px) {
  .wrap-sect-link {
    text-align: center;
    margin-bottom: 30px; } }

.sect__name__link {
  color: #1c1c1c;
  font-weight: 600;
  font-size: 23px; }

@media screen and (min-width: 1000px) {
  .sect__countries {
    display: inline-block;
    vertical-align: middle; } }

.sect__countries .flag {
  margin-bottom: 0;
  margin-right: 6px; }

@media screen and (max-width: 999px) {
  .sect__countries {
    text-align: center;
    padding-top: 20px; }
    .sect__countries .flag {
      margin: 0 3px 10px; } }

.js-open-countries {
  /*font-family: $fA;*/
  font-family: 'Inter', sans-serif; }
  @media screen and (max-width: 999px) {
    .js-open-countries {
      font-size: 1.69231rem; }
      .js-open-countries:after {
        display: inline-block;
        content: '';
        vertical-align: middle;
        margin-left: 6px;
        background-image: url("/css/../images/sprites.png");
        background-repeat: no-repeat;
        background-position: -271px -262px;
        width: 22px;
        height: 13px; }
      .js-open-countries.country-open:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); } }
  @media screen and (max-width: 420px) {
    .js-open-countries {
      font-size: 1.36364rem; }
      .js-open-countries:after {
        background-image: url("/css/../images/sprites.png");
        background-repeat: no-repeat;
        background-position: -392px -259px;
        width: 9px;
        height: 5px; } }

.clear-gray-link {
  position: absolute;
  top: 22px;
  right: 40px;
  font-size: 15px;
  text-decoration: none;
  color: #a2a1a1; }
  @media screen and (min-width: 1000px) {
    .clear-gray-link {
      /*float: right;*/ } }
  .clear-gray-link:hover {
    color: #fdb019; }

.page-desc {
  line-height: 1.8;
  /*font-family: $fA;*/
  font-family: 'Inter', sans-serif;
  max-width: 770px; }
  .page-desc .h4 {
    margin-bottom: 40px; }

.clear-form-box {
  padding-bottom: 20px; }

.top-panel {
  margin-bottom: 35px; }
  @media screen and (max-width: 650px) {
    .top-panel .flr {
      float: left; } }
  .top-panel .show-more {
    display: none; }
  .top-panel .navigate {
    margin-top: 20px; }

.bottom-panel {
  position: relative;
  min-height: 34px;
  text-align: center;
  /*background: #fff;
    padding: 30px;
    border-top: 3px solid #fdb019;*/ }
  @media screen and (max-width: 420px) {
    .bottom-panel {
      padding: 10px; } }
  .bottom-panel .show-more {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /*height: 34px;*/
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    background: #fdb019;
    padding: 10px 30px;
    border-radius: 20px;
    line-height: 20px; }
    .bottom-panel .show-more span {
      font-size: 1.5em;
      margin-right: 10px;
      font-family: Geneva;
      margin-top: -5px; }
    .bottom-panel .show-more svg {
      width: 20px;
      height: 20px;
      margin-right: 15px; }
    .bottom-panel .show-more:hover {
      background: #ffca29; }
    @media screen and (max-width: 1100px) {
      .bottom-panel .show-more {
        margin-bottom: 15px; } }
  .bottom-panel .flr {
    float: none;
    position: absolute;
    top: 4px;
    right: 0; }
    @media screen and (max-width: 1100px) {
      .bottom-panel .flr {
        position: initial; }
        .bottom-panel .flr .pagination {
          display: inline-block; } }

.sort-box {
  /*font-family: $fA;*/
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  padding-top: 20px; }
  @media screen and (max-width: 650px) {
    .sort-box {
      margin-bottom: 30px; }
      .sort-box.fll {
        float: none; } }
  .sort-box.active .sort-el {
    z-index: 7; }
  .sort-box.active .sort-overlay {
    display: block; }

.sort-title, .sort-el {
  vertical-align: middle;
  display: inline-block; }

.sort-title {
  margin-right: 10px;
  font-weight: bold; }
  @media screen and (max-width: 999px) {
    .sort-title {
      margin: 5px; } }

.sort-el {
  position: relative; }

.sort-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 18px;
  width: calc(100% - 50px);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #c3c3c3;
  z-index: 1;
  /*white-space: nowrap;*/
  padding: 5px 0; }
  @media screen and (max-width: 999px) {
    .sort-list {
      top: calc(100% - 5px);
      left: 17px;
      width: calc(100% - 30px); } }

.sort-list__item {
  padding: 6px 10px;
  cursor: pointer; }
  .sort-list__item:hover, .sort-list__item.active {
    background: #f5f5f5; }
  .sort-list__item.active {
    cursor: default; }

.sort-prop {
  cursor: pointer;
  padding: 12px 20px 12px 30px;
  background: #ffffff;
  border-radius: 20px;
  margin-right: 15px; }
  .sort-prop:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-left: 18px;
    background-image: url("/css/../images/sprites.png");
    background-repeat: no-repeat;
    background-position: -406px -267px;
    width: 13px;
    height: 8px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media screen and (max-width: 999px) {
    .sort-prop {
      padding: 6px 12px;
      border-radius: 14px;
      margin: 5px; } }

.sort-overlay {
  position: fixed;
  z-index: 6;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none; }

.smf .tags {
  position: relative;
  margin-top: 25px;
  padding-right: 155px;
  /*
        @include breakpointmedia($m, max-width){
            display: none;
        }*/ }
  .smf .tags.new-tag-block {
    padding-right: 0; }
    @media screen and (max-width: 999px) {
      .smf .tags.new-tag-block {
        padding: 0 15px; } }
  @media screen and (max-width: 650px) {
    .smf .tags {
      padding-right: 0;
      margin-top: 15px; } }
  .smf .tags.minh {
    min-height: 47px; }
    @media screen and (max-width: 999px) {
      .smf .tags.minh {
        display: none; } }

.smf .apply-filter {
  color: #fff;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  background: #fdb019;
  border-radius: 4px;
  padding: 6px;
  border: 0 none;
  transition: all 0.3s;
  cursor: pointer; }
  .smf .apply-filter:hover {
    background: #ffca29; }
  .smf .apply-filter.disabled {
    background: #dbdbdb;
    cursor: default; }
  .smf .apply-filter.sub-close {
    display: none; }

.smf .cancel-filter {
  color: #000000;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  background: #d6d6d6;
  border-radius: 4px;
  padding: 6px;
  border: 0 none;
  transition: all 0.3s;
  cursor: pointer;
  margin-right: 25px; }
  .smf .cancel-filter:hover {
    background: #ededed; }

@media screen and (max-width: 999px) {
  .smf .m-filter__box .apply-filter {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    border-radius: 0;
    font-size: 15px;
    font-weight: bold; }
    .smf .m-filter__box .apply-filter.sub-close {
      display: block; }
    .smf .m-filter__box .apply-filter.desk {
      display: none; } }

.product-popup {
  opacity: 0;
  position: absolute;
  top: -10000px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  background: #fff;
  border: 2px solid #fdb019;
  min-height: 565px;
  z-index: 1000; }
  .product-popup .icons-stock-status {
    display: block; }
    .product-popup .icons-stock-status .stock-status {
      margin-top: 7px; }
  .product-popup .product-popup-in {
    padding: 50px 80px; }
  .product-popup .popup-close {
    position: absolute;
    top: 20px;
    right: 15px; }
  .product-popup .arrows .arrow {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    cursor: pointer; }
  .product-popup .arrows .left {
    left: -60px;
    width: 31px;
    height: 58px;
    background-image: url("/css/../images/sprites.png");
    background-repeat: no-repeat;
    background-position: -36px -221px;
    width: 31px;
    height: 58px; }
    .product-popup .arrows .left:hover {
      background-image: url("/css/../images/sprites.png");
      background-repeat: no-repeat;
      background-position: -72px -221px;
      width: 31px;
      height: 58px; }
  .product-popup .arrows .right {
    right: -60px;
    width: 31px;
    height: 58px;
    background-image: url("/css/../images/sprites.png");
    background-repeat: no-repeat;
    background-position: -255px -104px;
    width: 31px;
    height: 58px; }
    .product-popup .arrows .right:hover {
      background-image: url("/css/../images/sprites.png");
      background-repeat: no-repeat;
      background-position: 0px -221px;
      width: 31px;
      height: 58px; }
  .product-popup .gallery {
    position: relative;
    width: 420px;
    float: left;
    margin-right: 45px; }
    .product-popup .gallery .pb-slide-box {
      position: relative; }
    .product-popup .gallery .pb-hor {
      width: 370px;
      margin: 30px auto 0 auto; }
  .product-popup .info {
    width: 275px;
    float: left; }
    .product-popup .info .title {
      font-size: 1.2em;
      line-height: 1.2em; }
    .product-popup .info .price {
      margin-top: 30px; }
      .product-popup .info .price .main-price {
        float: left;
        /*font-family: Arial;*/ }
        .product-popup .info .price .main-price .rf-bold {
          display: block;
          font-size: 1.2em; }
        .product-popup .info .price .main-price .izm {
          display: block;
          font-size: 0.7em;
          margin-top: 3px; }
      .product-popup .info .price .old-price {
        /*font-family: Arial;*/
        float: left;
        font-size: 1.4em;
        text-decoration: line-through;
        margin-left: 10px;
        color: #c3c3c3; }
      .product-popup .info .price .promo-icon {
        float: left;
        position: initial;
        margin-left: 15px; }
        .product-popup .info .price .promo-icon .icon {
          font-size: 0.8em; }
    .product-popup .info .hars {
      margin-top: 30px; }
      .product-popup .info .hars .har {
        margin-bottom: 10px; }
        .product-popup .info .hars .har:last-child {
          margin-bottom: 0; }
        .product-popup .info .hars .har span {
          color: #a2a1a1; }
    .product-popup .info .icons {
      margin-top: 30px; }
    .product-popup .info .title a:after {
      content: '';
      border: solid black;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 2px;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      margin-top: 9px;
      vertical-align: top; }
    .product-popup .info .title a span {
      border-bottom: 1px solid;
      margin-right: 4px; }
    .product-popup .info a {
      color: #1c1c1c;
      /*font-family: Arial;*/
      text-decoration: none; }
      .product-popup .info a:hover {
        color: #fdb019; }
    .product-popup .info .readmore {
      margin-top: 30px; }
      .product-popup .info .readmore a {
        color: #a2a1a1; }
        .product-popup .info .readmore a:hover {
          color: #fdb019; }
        .product-popup .info .readmore a span {
          border-bottom: 1px solid; }
  .product-popup .collection__labels .coll-label {
    margin-bottom: 0; }

/* End */
/* /local/templates/alt/components/bitrix/breadcrumb/nav/style.css?1757426440227 */
/* /css/style-razdel.css?175742620622890 */
