

/* Start:/local/templates/brusina2020/components/bitrix/catalog/test_catalog/style.css?177755586610771*/
.smart-filter{
display:flex;
gap:20px;
flex-wrap:wrap;
margin-bottom:20px;
}

.smart-select{
width:260px;
position:relative;
font-family:Arial,sans-serif;
}

.smart-select__head{
height:42px;
padding:0 38px 0 0;
line-height:42px;
font-size:16px;
color:#444;
border-bottom:1px solid #d7d7d7;
cursor:pointer;
position:relative;
    border: 1px solid #ED7632;
    box-sizing: border-box;
    border-radius: 24px;
    padding-left: 17px;
}

.smart-select__head:after{
content:"";
position:absolute;
right:15px;
top:16px;
width:8px;
height:8px;
border-right:2px solid #999;
border-bottom:2px solid #999;
transform:rotate(45deg);
transition:.25s;
}

.smart-select.open .smart-select__head:after{
transform:rotate(-135deg);
top:20px;
}

.smart-select__drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    max-height: 320px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    border-radius: 0 0 6px 6px;
}

.smart-select.open .smart-select__drop{
display:block;
}

.smart-select__item{
display:block;
padding:10px 14px;
font-size:18px;
line-height:1.2;
color:#444;
text-decoration:none;
border-bottom:1px solid #efefef;
transition:.2s;
}

.smart-select__item:hover{
background:#f5f5f5;
color:#111;
}

.smart-select__item.active,
.smart-select__item.current{
background:#eceff1;
color:#111;
font-weight:700;
cursor:default;
pointer-events:none;
}

.smart-select__drop::-webkit-scrollbar{
width:8px;
}

.smart-select__drop::-webkit-scrollbar-track{
background:#f1f1f1;
}

.smart-select__drop::-webkit-scrollbar-thumb{
background:#9e9e9e;
border-radius:20px;
}
.smart-select__drop a,
.smart-select__drop span {
    display: block;
    padding: 10px 14px;
    font-size: 16px;
    line-height: 1.25;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
    transition: .2s ease;
}

.smart-select__drop a:hover {
    background: #f1f4f5;
    color: #111;
}

.smart-select__drop .active,
.smart-select__drop .current {
    display: block;
    background: #eef2f3;
    color: #111;
    font-weight: 700;
    pointer-events: none;
    cursor: default;
}


@media(max-width:768px){
.smart-select{
width:100%;
}
}



.price-factors-section {
  padding: 50px 0;
  background: #fff;

}

.price-factors-section .section-title {

}

.responsive-table-wrapper {
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.price-comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 2px solid #E76227;
  font-size: 15px;
  position: relative;
}

.price-comparison-table thead {
  background: #E76227;
  color: #fff;
}

.price-comparison-table thead th {
  padding: 16px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-right: 1px solid rgba(255,255,255,0.3);
}

.price-comparison-table thead th:last-child {
  border-right: none;
}

.price-comparison-table thead th.info-column {
  width: 100px;
  min-width: 100px;
}

.price-comparison-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
  transition: background 0.2s ease;
}

.price-comparison-table tbody tr:hover {
  background: #fff5f2;
}

.price-comparison-table tbody tr:last-child {
  border-bottom: none;
}

.price-comparison-table td {
  padding: 14px 12px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  border-right: 1px solid #f0f0f0;
}

.price-comparison-table td:last-child {
  border-right: none;
}

.price-comparison-table td.param-name {
  text-align: left;
  font-weight: 600;
  color: #333;
  min-width: 160px;
}

.price-comparison-table td.info-cell {
  position: relative;
  padding: 10px;
  overflow: visible;
}

/* Кнопка */
.info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid #E76227;
  background: #fff;
  color: #E76227;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

.info-btn span {
  display: block;
  line-height: 1;
}

.info-btn:hover,
.info-btn:focus {
  background: #E76227;
  color: #fff;
  transform: scale(1.05);
  outline: none;
  box-shadow: 0 2px 8px rgba(231, 98, 39, 0.3);
}

.tooltip-content {
  display: none;
  position: absolute;
  top: 50%;
  right: 110%;
  transform: translateY(-50%);
  width: 320px;
  max-width: 400px;
  background: #fff;
  border: 2px solid #E76227;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  z-index: 999;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: left;
  white-space: normal;
}

.tooltip-content strong {
}

/* Стрелочка */
.tooltip-content::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #E76227;
}

.tooltip-content::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

.info-btn:hover + .tooltip-content,
.info-btn:focus + .tooltip-content,
.tooltip-content:hover {
  display: block;
}

.tooltip-content.active {
  display: block;
}

/* Сноска */
.table-note-row {
  background: #fff5f2 !important;
}

.table-note {
  text-align: left !important;
  padding: 16px 20px !important;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  border: none !important;
}

.table-note small {
  display: block;
  font-size:85%;
}

@media (max-width: 1024px) {
  .price-comparison-table {
    font-size: 14px;
  }
  
  .price-comparison-table td,
  .price-comparison-table thead th {
    padding: 12px 8px;
  }
  
  .tooltip-content {
    width: 280px;
  }
}

@media (max-width: 768px) {
  .price-factors-section {
    padding: 40px 15px;
  }
  
  .price-factors-section .section-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  
  .responsive-table-wrapper {
    overflow-x: auto;
    overflow-y: visible;
  }
  
  .price-comparison-table {
    font-size: 13px;
  }
  
  .price-comparison-table thead th {
    padding: 12px 6px;
    font-size: 12px;
  }
  
  .price-comparison-table td {
    padding: 10px 6px;
  }
  
  .price-comparison-table td.param-name {
    min-width: 120px;
    font-size: 13px;
  }
  
  .tooltip-content {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: calc(100vw - 40px);
    max-width: 400px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    z-index: 1001;
  }
  
  .tooltip-content::before,
  .tooltip-content::after {
    display: none;
  }
  
  .table-note {
    padding: 12px 16px !important;
    font-size: 12px;
  }
  
  .info-btn {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .price-factors-section .section-title {
    font-size: 20px;
  }
  
  .price-comparison-table {
    font-size: 12px;
  }
  
  .price-comparison-table thead th {
    padding: 10px 4px;
    font-size: 11px;
  }
  
  .price-comparison-table td {
    padding: 8px 4px;
  }
  
  .info-btn {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }
  
  .tooltip-content {
    width: calc(100vw - 30px);
  }
}

/* Крестик на мобилках */
@media (max-width: 768px) {
  .tooltip-content.active {
    padding-top: 45px;
  }
  
  .tooltip-content.active::before {
    content: '✕';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    background: #E76227;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    z-index: 10;
    transform: none;
  }
}

/* Затемнение */
@media (max-width: 768px) {
  .tooltip-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
  }
  
  .tooltip-overlay.active {
    display: block;
  }
}

/* Блокировка прокрутки */
@media (max-width: 768px) {
  body.tooltip-open {
    overflow: hidden;
  }
}

#text {
	display:none;
}
.navesys {
text-align: center;
font-size: 24px;
padding-top: 15px;
margin-bottom: -20px;
background-color: #fff;
position: relative;
}
.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%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}


.cist-cont-block .cipsl-row a span {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    border-bottom: 1px dashed #000;
    text-align: center;
    display: inline;
}
.cist-cont-block .cipsl-row {
    display: block;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
}


.cist-cont-block .cipsl-row a {
    display: flex;
    text-align: center;
    width: 80%;
	margin-left: 0px;
    text-decoration: none;
}

.cist-cont-block .lh-unit {
    position: relative;
}

.mass {
    border-bottom: 1px dashed #000;
	  text-align: center;
	  cursor:pointer;
	  font-weight:700;
}

.cist-cont-block  .lh-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}
.cist-cont-block  .lh-card {
 position: absolute;
background-color: #E1E1E1;
border-radius: 18px;
padding: 17px 14px;
box-sizing: border-box;
min-width: 308px;
bottom: 30px;
right: -60px;
left: auto;
pointer-events: none;
transform: translateY(30px);
opacity: 0;
transition: 0.2s;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/brusina2020/components/bitrix/catalog/test_catalog/bitrix/catalog.section.list/.default/style.css?15918771341040*/
.catalog_section_list {


  display: table;
  width: 100%;
  margin-bottom: 40px;

     
}

.catalog_section_list a {
	display: block;
   
    padding: 4px 8px;
    margin: 0px 5px;
    border: 1px solid #B07651;
    border-radius: 2px;
    text-decoration: none;
}


.catalog_section_list .item {
  display: table-cell;

  text-align: center;
  padding: 15px 7px 10px;
  font-family: "Clear Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;

  text-shadow: 0 1px 0 #666;

    background: #f5e8d1 url("/bitrix/templates/vilka_srubi_s1/images/sect_1_bg.jpg") 50% 0;
  color: #ffffff;
  margin-bottom: 10px;
}
.catalog_section_list .item.notable {
  display: inline-block !important;
}
.catalog_section_list .item:hover {
  background: #B07651;
     
  text-decoration: none;
}
.catalog_section_list .item span {
  display: block;
}
.catalog_section_list .item img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .catalog_section_list .item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
}

/* End */


/* Start:/local/templates/brusina2020/components/bitrix/breadcrumb/kroshki/style.css?1591877133358*/
.breadcrumb {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  color: #fff;
}
.breadcrumb div.item {
  display: inline-block;
  font-size: 13px;
}
.breadcrumb div.item a {
  color: #fff;
}
.breadcrumb div.item i {
  display: inline-block;
  font-style: normal;
  color: #fff;
  padding: 0 4px;
}
.breadcrumb div.item >span {
  opacity: .7;
}

/* End */


/* Start:/local/templates/brusina2020/components/bitrix/catalog.section/greed/style.css?16148647897221*/
.catalog_greed {
  padding-bottom: 40px;
}
.variant_doma {
	padding-top:5px;
	text-align:center;
	justify-content: center !important;
}

.htooltip span {
	background-color: rgba(0,0,0, 0.8);
	border-radius: 15px 15px 15px 0px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	color: #fff;
	margin-left: 2px;
	margin-top: -75px;
	opacity: 0; 
	padding: 10px 10px 10px 10px;
	position: absolute;
	text-decoration: none;
	visibility: hidden; 
	width: auto;
	z-index: 10;
}
		
.htooltip:hover span { 
	opacity: 1;
	visibility: visible;
}
		
.htooltip span img {
	border: 0 none;
	float: left;
	margin: -71px 0 0 -234px;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}
		
.htooltip:hover span img { 
	opacity: 1;
	visibility: visible;
}
.catalog_greed.cat_gr_bg {
  background: #f5e8d1;
}
.catalog_greed .page-header {
  text-align: center;
}
 .catalog_greed .skrit {
  	min-width:300px;
  	}
	
.catalog_greed .projects .item {
  display: block;
  background: #fff;
  font-size: 13px;
  color: #555555;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -webkit-transition: box-shadow 100ms linear;
  -moz-transition: box-shadow 100ms linear;
  -o-transition: box-shadow 100ms linear;
  -ms-transition: box-shadow 100ms linear;
  transition: box-shadow 100ms linear;
}
.catalog_greed .projects .item:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 0 rgba(0,0,0,0.3);
   opacity:0.93;
   	    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.catalog_greed .projects .item span {
  display: block;
}
.catalog_greed .projects .item .old_price {
  text-decoration: line-through;
  opacity: 0.8;
  font-size: 16px;
  position: absolute;
  top: -15px;
  font-size: 16px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.catalog_greed .projects .item .sale-sticker {
  position: absolute;
  width: 62px;
  height: 62px;
  background-size: contain;
  background-position: top left;
  left: 0;
  top: 0;
  z-index: 3;
}
.catalog_greed .projects .item .item-square {
  position: absolute;
  opacity: 0.7;
      text-transform: uppercase;
  width: 85px;
  height: 40px;
  background-color: #E76931;
  right: -10px;
  top: 10px;
  font: bold 10px "Fira Sans";
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.catalog_greed .projects .item .item-square:hover {
 opacity: 1;
}


.catalog_greed .projects .item .item-square:after {
  content: " ";
  position: absolute;
  border-top: solid 5px #E76931;
  border-left: solid 5px #E76931;
  border-bottom: solid 5px transparent;
  border-right: solid 5px transparent;
  right: 0;
  bottom: -10px;
}
.catalog_greed .projects .item .item-square:before {
  content: " ";
  position: absolute;
  border-top: solid 20px transparent;
  border-left: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-right: solid 15px #E76931;
  left: -35px;
}
.catalog_greed .projects .item .characters {
  margin: 10px 0;
}
.catalog_greed .projects .item .char-block {
  width: 100%;
  padding-left: 55px;
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 10px;
  
     height: 40px;
}
.catalog_greed .projects .item .char-name {

  font: normal 12px "Clear Sans";
  display: block;
}
.catalog_greed .projects .item .char-value {
  display: block;
  font: normal 12px "Clear Sans";
  color:#E76931;
}
.catalog_greed .projects .item img {
  width: 100%;
  height: auto;
}
.catalog_greed .projects .item .descr {
padding: 1%;
    padding-bottom: 8%;
    padding-left: 5%;
    padding-right: 5%;
}


.catalog_greed .projects .item .name {
  font-size: 18px;
  color: #555555;
  text-align: center;
  text-decoration: none;
  margin-left: 5%;
  margin-top: 2%;
  margin-right: 5%;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  height: 42px;
}
.catalog_greed .projects .item .link {
text-decoration: none; 
}
.catalog_greed .projects .item .variants {
  padding-bottom: 20px;
}
.catalog_greed .projects .item .variants ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catalog_greed .projects .item .variants ul li {
  padding-top: 3px;
  padding-left: 14px;
}
.catalog_greed .projects .item .variants ul li:before {
  display: block;
  content: '';
  background: #802323;
  width: 4px;
  height: 4px;
  overflow: hidden;
  margin-left: -14px;
  margin-top: 8px;
  position: absolute;
}
.catalog_greed .projects .item .price {
  display: inline-block;
  width: 55%;
  font-family: 'Fira Sans', sans-serif;

  color: #555555;
  font-size: 23px;
  vertical-align: middle;
  margin-top: 13px;
  position: relative;
}
.catalog_greed .projects .item .btn {
  vertical-align: middle;
  display: inline-block;
  margin-top: 15px;
  width: 39%;
  padding: 8px 5px 6px;
}
.catalog_greed .projects .item .btn:hover {
  background: #e76931;
  color: #fff;
}
.catalog_greed .projects .item .height {
  position: absolute;
  background: #0F9E5E;
  color: #fff;
  padding: 10px;
}
.catalog_greed .show_all {
  text-align: center;
}
.catalog_greed .show_all .btn {
  color: #E76931;
  border-color: #E76931;
}
.catalog_greed .show_all .btn:hover {
  background: #E76931;
  color: #fff;
}
@media (max-width: 850px) {
  .catalog_greed .projects .item .char-name {
    font-size: 10px;
	    font-family: "Clear Sans";
  }
  .catalog_greed .projects .item .char-block {
    background-size: 30px 30px;
    padding-left: 35px;
  }
  .catalog_greed .projects .item .item-square {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
  .catalog_greed .projects .item .item-square:before {
    border-top: solid 15px transparent;
    border-left: solid 20px transparent;
    border-bottom: solid 15px transparent;
    border-right: solid 15px #ff6d15;
  }
}
@media (max-width: 700px) {
  .catalog_greed .projects .item .text {
    height: auto !important;
  }
  .catalog_greed .projects .item .old_price {
    font-size: 10px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
  .catalog_greed .projects .item .char-block{
    padding-left: 42px;
  }
}
@media (max-width: 338px){
  .catalog_greed .projects .item .char-block{
    height: 35px;
  }
  .catalog_greed .projects .item .char-value{
    line-height: 12px;
  }
}

.catalog_greed .projects .item .name{
    position: absolute;
    top: 307px;
}
.catalog_greed .projects .item .link{
    margin-bottom: 50px;
    display: block;
}
@media (max-width: 1200px){
    .catalog_greed .projects .item .name{
        top: 251px;
    }
}
@media (max-width: 992px){
    .catalog_greed .projects .item .name{
        top: 293px;
    }
}
@media (max-width: 768px){
    .catalog_greed .projects .item .name{
        top: 183px;
    }
}

@media (max-width: 430px){
    .catalog_greed .projects .item .name{
        top: 153px;
    }
}

 

@media (max-width: 400px){
    .catalog_greed .projects .item .name{
        top: 125px;
    }
}


@media (max-width: 350px){
    .catalog_greed .projects .item .name{
        top: 105px;
    }
}
/* End */


/* Start:/local/templates/brusina2020/components/bitrix/news.list/akcii_slider/style.css?15918771352256*/
.service .item {
  display: block;
  background: #fff;
  font-size: 13px;
  color: #555555;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -webkit-transition: box-shadow 100ms linear;
  -moz-transition: box-shadow 100ms linear;
  -o-transition: box-shadow 100ms linear;
  -ms-transition: box-shadow 100ms linear;
  transition: box-shadow 100ms linear;
}
.service .item .img {
  position: relative;
  overflow: hidden;
}
.service .item .mask {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: rgba(255,255,255,0);
  text-align: center;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}
.service .item .mask .btn {
  width: 134px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.service .item:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 0 rgba(0,0,0,0.3);
}
.service .item:hover .mask {
  background: rgba(255,255,255,0.7);
}
.service .item:hover .mask .btn {
  opacity: 1;
}
.service .item span {
  display: block;
}
.service .item img {
  width: 100%;
  height: auto;
}
.service .item .descr {
  padding: 5%;
}
.service .item .name {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  color: #e76931;
  font-family: "Clear Sans", Helvetica, Arial, sans-serif;
}
.service .item .btn {
  vertical-align: middle;
  display: inline-block;
  width: 43%;
  padding: 8px 5px 6px;
}
.service .item .btn:hover {
  background: #e76931;
  color: #fff;
}
.service .item .date {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #ff6d15;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-transform: lowercase;
}

/* End */


/* Start:/local/templates/brusina2020/components/bitrix/news.list/otzivy_slider/style.css?16146858803352*/
.video-feedbacks-section .slick-slide {

    max-height: 125px;
	height:125px;
/*	width:100% !important;
	max-width: 190px;*/
	
}
.video-feedback-unit{height:120px;width:170px;overflow:hidden}
.wh{height:100%!important}
.ww{width:100%!important}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    float: left;
    position: absolute;
    left: 45%;
    top: 110px;
}
 
.owl-carousel {
    display: flex !important;

}
.video-feedbacks-section .slick-track {
	/*width:100% !important;*/
}
.ot_img  {
	max-height: 100%;
	max-width: 100% !important;
}
@media screen and (max-width:768px) {
	.video-feedback-unit {
    height: 120px;
    width: 100%;
    overflow: hidden;
}
	.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    float: left;
    position: absolute;
  
    top: 110px;
}
 
	.video-feedbacks-section .slick-slide {

    max-height: 125px;
	height:125px;
	width:max-content !important;
	max-width: auto;
	
}
	.video-feedbacks-section .slick-track {
width: max-content !important;
}
.ot_img {
    max-height: 125px;
    max-width: 150px !important;
}
}
.service .item {
  display: block;
  background: #fff;
  font-size: 13px;
  color: #555555;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -webkit-transition: box-shadow 100ms linear;
  -moz-transition: box-shadow 100ms linear;
  -o-transition: box-shadow 100ms linear;
  -ms-transition: box-shadow 100ms linear;
  transition: box-shadow 100ms linear;
}
.service .item .img {
  position: relative;
  overflow: hidden;
}
.service .item .mask {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: rgba(255,255,255,0);
  text-align: center;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}
.service .item .mask .btn {
  width: 134px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.service .item:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 0 rgba(0,0,0,0.3);
}
.service .item:hover .mask {
  background: rgba(255,255,255,0.7);
}
.service .item:hover .mask .btn {
  opacity: 1;
}
.service .item span {
  display: block;
}
.service .item img {
  width: 100%;
  height: auto;
}
.service .item .descr {
  padding: 5%;
}
.service .item .name {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  color: #e76931;
  font-family: "Clear Sans", Helvetica, Arial, sans-serif;
}
.service .item .btn {
  vertical-align: middle;
  display: inline-block;
  width: 43%;
  padding: 8px 5px 6px;
}
.service .item .btn:hover {
  background: #e76931;
  color: #fff;
}
.service .item .date {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #ff6d15;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-transform: lowercase;
}

/* End */
/* /local/templates/brusina2020/components/bitrix/catalog/test_catalog/style.css?177755586610771 */
/* /local/templates/brusina2020/components/bitrix/catalog/test_catalog/bitrix/catalog.section.list/.default/style.css?15918771341040 */
/* /local/templates/brusina2020/components/bitrix/breadcrumb/kroshki/style.css?1591877133358 */
/* /local/templates/brusina2020/components/bitrix/catalog.section/greed/style.css?16148647897221 */
/* /local/templates/brusina2020/components/bitrix/news.list/akcii_slider/style.css?15918771352256 */
/* /local/templates/brusina2020/components/bitrix/news.list/otzivy_slider/style.css?16146858803352 */
