/*Мои добавки */
.hide-li
{
    display:none;
}
.products .red
{
    color: #ff0000;
}
.form-send
{
    display:none;
}
.where_to_list .item
{
    display:none;
    min-height: 260px;
}
@media(max-width:1130px)
{
    .where_to_list .item
    {
        min-height: 275px;
    }
}
@media(max-width:767px)
{
    .where_to_list .item
    {
        min-height: inherit;
    }
}
.where_to_list .group 
{
    display:none;
    clear:both;
}
.group .decor
{
    margin:0 0 20px 0;
}
span.nov {
    color: #000!important;
    background: transparent!important;
    padding: 0!important;
    margin: 0!important;
}
.image_holder img
{
    max-width:100%;
}
.portfolio p
{
    color:#fff;
    text-align:center;
    margin:20px 0 0 0 ;
}
.portfolio-row
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c3c1c1+0,f2f2f2+40,ffffff+100 */
background: rgb(195,193,193); /* Old browsers */
background: -moz-linear-gradient(left, rgba(195,193,193,1) 0%, rgba(242,242,242,1) 40%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(195,193,193,1) 0%,rgba(242,242,242,1) 40%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(195,193,193,1) 0%,rgba(242,242,242,1) 40%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c1c1', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */    
padding:30px;
    margin:40px 0 0 0;
}
.portfolio-row:last-child
{
    margin-bottom:40px;
}
.portfolio-row .title
{
    font-size:18px;
    text-transform:uppercase;
    color:#323232;
font-weight: 400;
    letter-spacing: 0;  
        line-height: 16px;
}
.portfolio-row .powered1
{
    color: #0f0e0e;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    background: url(../img/powered1.png) center left no-repeat;
    padding-left: 22px;
    text-align: left;
    margin-top: 0px;
}
.portfolio-row .decor
{
    margin:15px 0;   
}
.portfolio-row img
{
    max-width:100%;
}
.portfolio-row .imgf
{
    display:inline-block;
    width:355px;
    vertical-align: top;
    margin-right: 8px;

}
.portfolio-row .imgitem
{
    display:inline-block;
    width:115px;
}
.portfolio-row .imgitem a
{
    display:block;
    margin-bottom:10px;
}
.portfolio-row .imgitem a:last-child
{
    margin-bottom:0px;
}
.portfolio-row .video-btn {
    display: block;
    width: 195px;
    height: 36px;
    margin-top: 34px;

    text-decoration: none;
    text-transform:uppercase;
    padding: 4px 0 0 50px;
    color: #323232;
    background: url(/assets/theme/img/video_btn.png) 0 0 no-repeat;
}
.portfolio-row .imgset, .portfolio-row .textset
{
    display:inline-block;
    vertical-align: top;
}
.portfolio-row .imgset
{
    width:518px;
}
.portfolio-row .textset
{
    width:calc(100% - 540px);
}
a:focus
{
    outline:none !important;
}
@media(max-width:991px)
{
       .portfolio-row .imgset, .portfolio-row .textset
    {
        width:100%;
        padding:0 10px;
    }
    .portfolio-row .title
    {
    margin: 20px 0 0 0 ;
    display: block;
    text-align: left;
    }
}
@media(max-width:768px)
{
    .portfolio-row
    {
            padding: 15px 0;
    }
  .portfolio-row .imgf
  {
      width:auto;
  }
   .portfolio-row .imgitem
   {
       width:100%;
       margin-top:10px;
   }
   .portfolio-row .imgitem a
   {
       display:inline-block;
       width: 32.5%;

   }
      .portfolio-row .imgitem a img
   {
width:100%;
   }

    .portfolio-row .imgf
    {
        margin-right:0px;
    }
}
@media(max-width:440px)
{
    .portfolio-row .imgitem a {
    display: inline-block;
    width: 32.3%;
}
}


/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.popup-youtube
{
    float: right;
    background-image: url(https://zefire.ru/assets/theme/img/bg_play.png);
    width: 74px;
    height: 27px;
    line-height: 27px;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    color: #f00;
    font-weight:600;
}
.popup-youtube:hover, .popup-youtube:focus
{
  color: #f00;
  text-decoration:none;

}
.popup-youtube2
{
    float: right;
    background-image: url(https://zefire.ru/assets/theme/img/bg_play_card.png);
    width: 85px;
    height: 33px;
    line-height: 33px;
    background-repeat: no-repeat;
    padding: 0 0 0 32px;
    color: #f00;
    font-weight: 600;
    position: absolute;
    bottom: 120px;
    right: 20px;
}
.popup-youtube2:hover, .popup-youtube2:focus
{
  color: #f00;
  text-decoration:none;

}

@media (max-width: 991px){
    .popup-youtube2{
        position: relative;
        display: block;
        width: 100%;
        float: none;
        bottom: -12px;
        right: 0;
        margin: 15px 0;
    }
}


/**
 *
 */
.popup-banners {
	display: none;
}
.popup-banners-item {
	position: relative;
	display: none;
	padding: 0!important;
}
.popup-banners-item__img {
	display: block;
	max-width: 100%;
}
.popup-banners-item__button-w {
	/*
	position: absolute;
	top: 0;
	left: 0;
	*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	/* height: 100%; */
	padding: 1rem 0;
	font-size: 1.2em;
	line-height: 1.2em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.popup-banners-item__button,
.popup-banners-item__button:hover {
    display: inline-block;
    background-color: #e93e35;
    padding: 1rem 2rem;
    border-radius: 7px;
    color: #fff;
}
.popup-banners-item__link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.popup-banners-item_white button[data-fancybox-close] svg {
	color: #fff;
}
.popup-banners-item_black button[data-fancybox-close] svg {
	color: #000;
}





