

/* Start:/local/templates/msphone/components/bitrix/catalog.section/home5t/style.css?15750364647140*/


.catalog_section__hidden-content:hover {
  background-position: right center;transition-duration: 500ms;
}

/*--Кнопки --- */
.wishbtn {
	display:  block;
}
.catalog-item .labels{
  z-index: 10;
}
.labels-right{
  position: absolute;
  top: 7px;
  right: 16px;
  z-index: 5;
}
.labels-right .card-compare .checkbox:not(checked) + label{
  padding: 0;
}
.labels-right .card-compare .checkbox:not(checked) + label::before{
  display: none;
}
.labels-right .card-compare .checkbox:checked + label::after{
 opacity: 0;
}
.labels-right .card-compare .checkbox:checked + label .icon-conpare{
 color: #007fb2;
}
.labels-right .card-compare {
	border-top: 0;
	margin-top: 0;
	padding-top: 10px;
}
.labels-right .icon-conpare{
  color: #bbb;
	padding: 6px;
	border: 1px solid #bbb;
	border-radius: 50%;
	font-size: 10px;
  background: #fff;
}
.wishbtn svg{
	vertical-align: middle;
	stroke: #dddbdb;
	stroke-width: 2px;
  fill: #fff;
  transition: all 300ms;
}
.wishbtn:hover svg{
  fill:#e0959b;transition: all 300ms;	stroke:#e0959b;
}
.btn.basketbtn.in_basket::before {
	/* background: url(/local/templates/msphone/app/css/../img/checkout.svg) center;background-size: contain; */
}
.btn.basketbtn svg{
  vertical-align: middle;
  stroke-width: 2px;
  fill: #00a5e8;
  transition: all 300ms;
}
.btn.basketbtn:hover svg{
  fill: #007fb2;
  transition: all 300ms;
}
.wishbtn.in_wishlist svg{
	 fill: #e30011;
   stroke: #e30011;
}
.catalog_section__hidden-content{
   display: none;
 }
 @media (min-width: 1280px) {
  .catalog-item:hover .catalog_section__hidden-content{
    display: block;
  }
}
.catalog-item{
  height: 364px;
}
.catalog-section__cell{
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.catalog-section__cell .catalog-item{
  border: 0;
  margin: 0;
  padding: 0;
}
.catalog-grid{
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
@media (min-width: 1280px) {
  .catalog-item{
    height: 420px;

  }
  .catalog-item:focus .catalog-item__inner, .catalog-item:hover .catalog-item__inner {
  	position: relative;
  	z-index: 20;
  }
}
@media (min-width: 480px){
  .catalog-item__inner  {
    padding: 16px;
  }
}
.catalog-item__inner::before {
	position: absolute;
	left: -8px;
	top: -8px;
	z-index: -1;
	display: none;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	padding: 8px;
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.24);
	box-shadow: 0 2px 16px rgba(0,0,0,.24);
	background-color: #fff;
	opacity: 0;
	content: "";
}
.catalog-item:focus .catalog-item__inner::before, .catalog-item:hover .catalog-item__inner::before {
	opacity: 1;
}
.catalog-item__inner::before {
	display: block;
}

.catalog-item{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.catalog-item:focus, .catalog-item:hover {
	overflow: visible;
}


.catalog-item__title {
	display: block;
	height: 32px;
	margin-bottom: 8px;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
	color: #221f1f;
}
.catalog-item__title:hover{
  text-decoration: none;
  color: #221f1f;
}
.catalog-item  .catalog-item__inner .rate{
  margin: 0;
  color: #e30011;
}
/*Цена*/
.catalog-item__price{
  display: flex;
  justify-content: space-between;
}
.catalog-item__price .actual{
	font-size: 22px;
	font-weight: 600;
	color: #464646;
}
.catalog-item__price .old {
	background: #f2f2f2;
	color: #949494;
	font-size: 18px;
	float: right;
	line-height: 27px;
	text-align: center;
	width: 45%;
}
.catalog-item__price .old .value {
	text-decoration: line-through;
}
.catalog-item__price .old .econom {
	display: block;
	line-height: 17px;
	font-size: 12px;
	text-decoration: none;
}
/*Картинка*/
.catalog-item__thumb {
  height: 200px;
  margin: 0 0 20px;
  overflow: hidden;
  display: block;
  text-align: center;
  position: relative;
}
.catalog-item__thumb img{
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.catalog-item__thumb_fst,.catalog-item__thumb_sec{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.catalog-item__thumb_sec{
  opacity: 0;
  transition:all 300ms;
}
.catalog_section__props{
  margin: 0;
  padding: 0;
  color: #7d7d7d;
}
.catalog-item:hover .catalog-item__thumb_sec{
  opacity: 1;transition:all 300ms;
}
@media (min-width: 1280px) {
  .catalog-item__thumb {height: 270px;}
}
 @media (max-width: 767px) {
   .catalog-item .labels-right  .card-compare{
     padding: 0;
     background: transparent;
   }
   .catalog-item .catalog-item__inner .rate, .catalog-item__inner .catalog-item-bottom {
   	padding: 0;
   	background: transparent;
   }
 }
.sort-page .right .wrap-count-filt .catalog-show-count{
  display: block;
}
.labels .sale-name {
	height: 60px;
	width: 60px;
	font-size: 12px;
	display: flex;
	text-align: center;
	text-transform: uppercase;
	background: #00a5e8;
  color: #fff;
  align-items: center;
  border-radius: 50%;
}
.labels .sale-name span{
  font-size: 11px;
  display: inline-block;color: #fff;margin: 0;
  line-height: 1.1;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding: 0 5px;
}

.labels .label-bf {
	height: 60px;
	width: 60px;
	font-size: 12px;
	display: flex;
	text-align: center;
	text-transform: uppercase;
	background-image: url(/local/templates/msphone/img/bf_mini.png);
  align-items: center;
}


.catalog-item__price .old {
	background: linear-gradient(to bottom, #01182a 0%,#13344d 100%);
	color: #c41fe8;
	font-size: 18px;
	float: right;

	text-align: center;
	width: 45%;
	border-radius: 6px;
	line-height: .8;
	padding: 5px;
	padding-top: ;
}
.catalog-item__price .old {
	color: #c41fe8;
	font-size: 18px;
	line-height: 1;
	text-align: center;

}
.catalog-item__price .old .value{
     font-weight: 700;
     position: relative;
     text-decoration: none;
}
.catalog-item__price .old .econom {
	color: #1a91f4;
	line-height: 1;
  font-weight: 600;
}
.catalog-item__price   .old .value::before {
	content: "";
	display: block;
	height: 2px;
	background:   #1a91f4  ;
	position: absolute;
	top: 50%;
	left: -7px;
	box-sizing: border-box;
	right: -5px;
	transform: rotate(-7deg);
  opacity: .7;
}
.catalog-item__price .old .value,.catalog-item__price .old .econom {
  background: linear-gradient(45deg,  #1a91f4 13%, #c41fe8 56%, #c41fe8);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;

}
 @media (min-width: 768px) and (max-width:870px) {
   .catalog-item {
    	height: 414px;
    }
    .catalog-item__price {

    	flex-wrap: wrap;
    }
 }
 @media (min-width: 991px) and (max-width:1450px) {
   .catalog .catalog__wrap {
    	width: calc(100% - 150px);
    }
    .catalog .catalog-filter__sidebar {
    	display: block;
    	width: 180px;
    	font-size: 14px;
    	margin-right: 0;
    }
    .catalog .filter-title {
    	font-size: 13px;
    	padding: 18px 12px;
    	cursor: pointer;
    }
    .catalog .catalog-item__inner {
      	padding: 5px;
      }
      .catalog-item__price .actual {
      	font-size: 21px;
      	font-weight: 600;
      	color: #464646;
      }
 }

/* End */


/* Start:/local/templates/msphone/components/bitrix/catalog.section/home-sert/style.css?15747953221700*/
 
.sert-list-wrap .catalog-item__thumb {height: 170px;}
.sert-list-wrap .catalog-item__thumb .catalog-item__thumb_fst{
  background-repeat: no-repeat;
  background-position: center;background-size: cover;
}
.sert-list-wrap .catalog-section__cell{
  border-right: 1px solid #fff;

border-bottom: 1px solid #fff;
}
.sert-list-wrap .catalog-item{
  height: 320px;
}
.sert-list-wrap .catalog-item__title {
	display: block;
	height: 4.5em;
	margin-bottom: 8px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.4;
	color: #221f1f;
	text-align: center;
}
.labels-bottom{
  position: absolute;

bottom: 6px;

right: 70px;

z-index: 5;
}
.sert-list-wrap .catalog-item:hover .catalog-item__inner{
  position: static;
}
.sert-list-wrap{
  padding-bottom: 4rem;
}
.homeheader2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	padding: 25px 0 0 0;
	background: url(/local/templates/msphone/img/sertifikati.jpg) center top no-repeat;
	height: 250px;
	text-align: right;
	padding: 60px 70px 0 500px;
	color: #777;
	background-size: cover;
	font-size: 4.5rem;
	line-height: 1.4;
}
.homeheader2 a {
	color: #fff;
	text-shadow: 0px 0px 4px rgba(0,0,0,.3);
  transition: all 500ms;
}
.homeheader2 a:hover,.homeheader2 a:focus,.homeheader2 a:active{
  color: #fff;
  	text-shadow: 0px 0px 4px rgba(0,0,0,.9);
  text-decoration: none;
}
.sert-list-wrap .catalog-item:focus .catalog-item__inner::before,.sert-list-wrap  .catalog-item:hover .catalog-item__inner::before {
 opacity: 0;
}
@media (max-width: 1200px) {
  .homeheader2 {
	padding: 60px 10px 0 0;
  }
}
@media (max-width: 767px) {
  .homeheader2{
    padding: 30px 0;
    text-align: center;
    font-size: 3em;
    height: auto;
  }
}

/* End */
/* /local/templates/msphone/components/bitrix/catalog.section/home5t/style.css?15750364647140 */
/* /local/templates/msphone/components/bitrix/catalog.section/home-sert/style.css?15747953221700 */
