

/* Start:/bitrix/templates/main/components/bitrix/breadcrumb/nav/style.css?1447101438989*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/templates/main/components/bitrix/breadcrumb/nav/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/local/components/lynxoft/catalog.filter/templates/.default/style.css?17316550737326*/
.filter_items input[type="checkbox"]{
    display: none;
}
a.button-reset{
    text-decoration: none;
}
.img_box{
    min-height: 220px;
}
.one_tovar img{
    margin: auto;
}
/*--------------style_09.02.2018-------------------------*/
.card-adress-cell{
  text-align: center;
}
.card-adress-cell.card_data.kart_new address{
  float: none;
  display: inline-block;
  vertical-align: top;
}
.community-info{
  padding: 15px 0 0 0;
}
.community-info__title{
  font-size: 21px;
  line-height: 1;
  color: #fff;
  background-color: #f8ca24;
  padding: 5px 15px 8px;
}
.community-info .card_info{
  padding: 0;
  margin: 0 0 30px;
}
.column-top-m{
  padding: 40px 0 0 0;
}
.best-deals{
  padding: 0 0 10px;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 20px;
}
.best-deals h2{
  border-bottom: none;
  margin: 0 0 15px;
  padding: 0;
}
.card-tab-toggle .head-row .table-cell{
  font-weight: normal;
  line-height: 1;
  font-size: 24px;
  justify-content: center;
  width: 20%;
}
.card-tab-toggle .body-row .table-cell{
  width: 20%;
  padding: 15px 5px;
}
.table-more-info{
  width: 100%;
  border:2px solid #e2e2e2;
  border-bottom: none;
  border-top: none;
  padding: 15px 0 20px;
  background-color: #fff;
  display: none;
}
.table-more-info h3 {
    color: #f8ca24;
    font-size: 21px;
    font-weight: normal;
    padding: 0 0 13px;
}
.table-more-info .card_info table td{
  font-size: 15px;
  padding: 1px 10px 4px;
  text-align: right;
  background-color: #fff;
}
.table-more-info .card_info table td:first-child{
  text-align: left;
  min-width: 170px;
}
.table-more-info .card_info table tr:nth-child(odd) td{
  background-color: #fff;
}
.table-more-info .card_info table tr:nth-child(even) td{
  background-color: #f0f0f0;
}
.card_clear{
  overflow: hidden;
}
.card-l{
  float: left;
  width: 472px;
  padding: 0;
}
.card-r{
  float: right;
  width: 472px;
  padding: 0;
}
.table-more-info .card-info{
  padding: 0;
}
.card-tab-toggle .body-row{
  position: relative;
}
.card-tab-toggle .head-row .table-cell{
  border-left: none;
  position: relative;
}
.card-tab-toggle .head-row .table-cell:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #fff;
  z-index: 3;
}
.card-tab-toggle .head-row .table-cell:first-child:after{
  display: none;
}
.card-tab-toggle .body-row:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e2e2e2;
  z-index: 3;
  height: 2px;
}
.card-tab-toggle .body-row.is-active .table-cell:first-child:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  bottom: 0;
  z-index: 3;
  background-color: #e2e2e2;
}
.card-tab-toggle .body-row.is-active:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  bottom: 0;
  z-index: 3;
  background-color: #e2e2e2;
}
.card-tab-toggle .body-row:first-child:after{
  display: none;
}
.card-tab-toggle .body-row:last-child .table-more-info{
  border-bottom: 2px solid #e2e2e2;
}
.down-btn{
  display: block;
  width: 21px;
  height: 9px;
  position: absolute;
  bottom: 5px;
  left: 20px;
  z-index: 5;
  cursor: pointer;
  background: url(/local/components/lynxoft/catalog.filter/templates/.default/../img/arrows-bot-blue.png) 0 0 no-repeat;
  transition: all ease .3s;
  opacity: 1;
  visibility: visible;
}
.down-btn.active{
  opacity: 0;
  visibility: hidden;
}
.up-btn{
  display: block;
  width: 21px;
  height: 9px;
  position: absolute;
  bottom: 8px;
  left: 20px;
  z-index: 5;
  cursor: pointer;
  background: url(/local/components/lynxoft/catalog.filter/templates/.default/../img/arrows-bot-blue.png) 0 0 no-repeat;
  transition: all ease .3s;
  opacity: 1;
  visibility: visible;
  transform: rotateX(180deg);
  opacity: 0;
  visibility: hidden;
}
.up-btn.active{
  opacity: 1;
  visibility: visible;
}
.card-tab-toggle .table{
  margin: 0;
}
.card-tab-toggle h2{
  font-size: 35px;
}
.order_viewing{
  background-color: #f8ca24;
  padding: 12px 15px 12px;
  width: 270px;
  box-sizing: border-box;
}
.order_viewing .input-items{
  position: relative;
  padding: 0 40px 0 0;
  margin: 0 0 10px;
  box-sizing: border-box;
}
.order_viewing .input-items input[type="text"], .order_viewing .input-items input[type="tel"]{
  height: 40px;
  font-size: 16px;
  background-color: #fff;
  padding: 0 10px 0 40px;
  border: none;
  color: #414140;
  width: 100%;
  box-sizing: border-box;
}
.order_viewing .input-items label{
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 0 0 5px;
  height: 40px;
  font-size: 16px;
  color: #414140;
}
.order_viewing .submit-btn{
  border: none;
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  padding: 8px 15px;
  background: #729f00; /* Old browsers */
}
.order_viewing .submit-btn:hover{
  text-decoration: none;
}
.phone-ico:after{
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 3;
  width: 24px;
  height: 35px;
  background: url(/local/components/lynxoft/catalog.filter/templates/.default/../img/phone-ico.png) 0 0 no-repeat;
}
.user-ico:after{
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 3;
  width: 27px;
  height: 34px;
  background: url(/local/components/lynxoft/catalog.filter/templates/.default/../img/user-ico.png) 0 0 no-repeat;
}
.input-holder::-webkit-input-placeholder {color: #414140; opacity:1;}
.input-holder::-moz-placeholder          {color: #414140; opacity:1;}/* Firefox 19+ */
.input-holder:-moz-placeholder           {color: #414140; opacity:1;}/* Firefox 18- */
.input-holder:-ms-input-placeholder      {color: #414140; opacity:1;}
.search-column-l{
  width: 240px;
  float: left;
}
.search-column-l .title-cell{
  text-align: center;
  font-size: 21px;
  line-height: 1;
  color: #464646;
  margin: 0 0 35px;
}
.direction-catalog .one_tovar{
  border: 1px solid #f8ca24;
  /*border-top: none;*/
}
.direction-catalog .tbl_cat_box{
  padding: 0 5px 5px;
}
.direction-catalog .list_catalog li{
  margin: 0 0 25px 20px;
}
.direction-catalog .list_catalog{
  padding:0 0 90px;
}
.direction-catalog .catalog-filter{
  float: left;
  margin: 0;
}
.search-column-l .filter_map_title div{
  color: #666;
  font-size: 16px;
  line-height: 1;
}
.search-column-l .filter_map .fm1{
  top: 40px;
  left: 135px;
}
.search-column-l .filter_map .fm2{
  top: 96px;
  left: 160px;
}
.search-column-l .filter_map .fm3{
  top: 120px;
  left: 180px;
}
.search-column-l .filter_map .fm4{
  top: 165px;
  left: 175px;
}
.search-column-l .filter_map .fm5{
  top: 220px;
  left: 135px;
}
.search-column-l .filter_map .fm6{
  top: 165px;
  left: 83px;
}
.search-column-l .filter_map .fm7{
  top: 121px;
  left: 55px;
}
.search-column-l .filter_map .fm8{
  top: 70px;
  left: 83px;
}
/*--------------/style_09.02.2018-------------------------*/
.filter_map_title_new {
    font-size: 14px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.filter_map_title_new div {
    cursor: pointer;
}
.hidden{
    display: none;
}
.filter_check li a{
  padding: 6px 24px!important;
}
/* End */
/* /bitrix/templates/main/components/bitrix/breadcrumb/nav/style.css?1447101438989 */
/* /local/components/lynxoft/catalog.filter/templates/.default/style.css?17316550737326 */
