

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17786590656410*/


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16617796331386*/
.nav-pages{
    margin-top: 35px;
    display: flex;
    align-items: center;
}

.system-nav-orange
{
	color: #999;
	font-size:12px;
}

.system-nav-orange .nav-current-page{
   background: #d71b19;
   color:#ffffff;
   font-size:20px;
   font-weight: 400;
   width:40px;
   display: inline-block;
   text-align:center;
   padding-top: 7px;
    padding-bottom: 6px;

}
.str {
    padding-bottom: 9px;
    padding-top: 24px;    }

.str_l{
 position:relative;
 height: 43px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0;
}

.str_r{
 position:relative;
 height: 43px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0;
}

.str_l:after{  
  content: '«';
  font-size: 27px;
}

.str_r:after{  
  content: '»';
  font-size: 27px;
}


.point{
    background: #e8e8e8;
   color:black;
   font-size:20px;
   font-weight: 400;
   width:40px;
   display: inline-block;
   text-align:center; 
    padding-top: 7px;
    padding-bottom: 6px;
}

.point:hover{
   text-decoration: none;
   color: #000;
   opacity: 0.8;
}

.str{
    width: 40px;
      display: inline-table;
    text-align: center;
    font-weight: 300;
    border: 1px solid #c6c6c6;
    color: black;
 }
 
 .str:hover{
 
  text-decoration:none;
  color: #000;
  opacity: 0.8
 }
 
 @media (max-width: 768px) {
     .system-nav-orange
{

text-align: center;

}
 }
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/pechi_favorite/style.css?16378499021812*/
.my_overlay{
    background: rgba(30,30,30, 0.9);    
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
}

.my_overlay img{    
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; 
    z-index: 20;
    width: 50px;   
}

body.show_fb{
    position: relative;
    overflow: hidden;
    height: auto;
}

.show_fb .my_overlay{
    opacity: 1;
    visibility:visible;
}

.fancybox-container{

}

body.show_fb .fancybox-container{
    //visibility: hidden;
    opacity: 0;

}

.popup_elements{
    width: 100%;
    max-width: 1006px!important;
    padding: 60px!important;
}

.popup_elements .addseo{
    display: none!important;
}


.list_favorite_none{
    color: red;
    font-size: 18px;
}

.remove_list_favorite{
    text-align: center;
    margin-bottom: 33px;
}

.remove_list_favorite button{
    border: 0;
    background: none;
    outline:none!important;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #D71B19;
}

.remove_list_favorite button:hover{
    opacity: .75;
}

.catalog_next{
    text-align: center;
}

.catalog_next a{
    display: inline-block;
    width: 100%;
    max-width: 340px;
    background: #0B6027;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 39px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none!important;    
}

.catalog_next a:hover{
    color: #fff;
    opacity: .75;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/pechi_favor/style.css?16382765271673*/
.catalog-main__buy{    
    display: flex;
    align-items:center;
}

.favorite_list .catalog-main__image{
    min-height: 512px;
}

.catalog-main__buy button{
    border: 0;
    outline: none!important;
    padding: 0;
    width: 100%;
    max-width: 155px;
    background: #D71B19;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 15px;    
}

.catalog-main__buy button:hover{
    opacity: .75;
} 


.catalog-main__buy a{        
    width: 100%;
    max-width: 155px;
    background: #EDEDED;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-left: 15px;
    text-decoration: none!important;    
}

.catalog-main__buy a:hover{
    opacity: .75;
    color: #000;
} 

.product-item_wish.favor{
    margin: 0 auto 27px;
    position: relative;    
    width: 25px;
    height: 25px;
    cursor: pointer;    
}

.product-item_wish.favor:after, .product-item_wish.favor:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #ADADAD;
    border-radius: 0.3px;
    content: '';
    transition: 300ms background-color ease;
}

.product-item_wish.favor:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.product-item_wish.favor:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.product-item_wish.favor:hover:after, .product-item_wish.favor:hover:before{
    background-color: #7e000f;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/pechi_favorite/themes/blue/style.min.css?1637756228706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16617796331386 */
/* /local/templates/.default/components/bitrix/catalog.section/pechi_favorite/style.css?16378499021812 */
/* /local/templates/.default/components/bitrix/catalog.item/pechi_favor/style.css?16382765271673 */
/* /local/templates/.default/components/bitrix/catalog.section/pechi_favorite/themes/blue/style.min.css?1637756228706 */

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/varianty-oblicovki-razdel/style.css?17786590651593*/
.varianty-oblitsovki_block-title{
	font-family: 'Rubik';
	font-style: normal;
	background: url(/local/templates/.default/components/bitrix/news.list/varianty-oblicovki-razdel/bgp.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 274px 0 97px;	
	margin-bottom: 97px;
}
.varianty-oblitsovki_block-title h1{
	font-family: 'Rubik';
	font-weight: 500;
	font-size: 80px;
	line-height: 96px;	
	color: #275E37;
	margin-bottom: 75px;
}
.varianty-oblitsovki_block-title p{
font-weight: 400;
font-size: 17px;
line-height: 20px;
text-align: center;
color: #000000;
max-width: 663px;
margin: 0 auto;
}
.oblitsovka-item{
	margin-bottom: 80px;
	font-family: 'Rubik';
	cursor: pointer;
}
.oblitsovka-item_img img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.oblitsovka-item_name{
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	margin: 40px 0 15px ;
	text-align: center;
	text-decoration: none ;
}
.oblitsovka-item_description{
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	text-decoration: none ;
	color: #000000;
}
.oblitsovka-item,
.oblitsovka-item_name:hover,
.oblitsovka-item_description:hover{
	text-decoration: none !important;
}

@media(max-width: 768px){
	.oblitsovka-item{
	margin-bottom: 50px;	
	}
}

@media(max-width: 576px){
	.varianty-oblitsovki_block-title{
		padding: 43px 6px 39px;
		margin-bottom: 47px;
	}
	.varianty-oblitsovki_block-title h1 {		
		font-size: 40px;
		line-height: 43px;		
		margin-bottom: 25px;
	}
	.oblitsovka-item_name {	
		font-size: 22px;		
		margin: 15px 0 10px;	
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/pechi-v-oblitsovkah/style.css?17786590652807*/

.oblitsovki-pechi-box{
	margin-top: 112px;
	background-image: url(/local/templates/.default/components/bitrix/news.list/pechi-v-oblitsovkah/bg-bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 200px;
}
.oblitsovki-pechi-item{
	/* padding: 127px 40px 142px 90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-family: 'Fira Sans';
font-style: normal; */
}
.oblitsovki-pechi-item_name{
	font-weight: 500;
	font-size: 71px;
    line-height: 90px;
	color: #275E37;
	margin-bottom: 43px;
	max-width: 334px;
}
.oblitsovki-pechi-item_description{
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #000000;
	max-width: 334px;
}
.dots_oblitsovki{
	margin: 59px auto 49px auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}


.dots_oblitsovki button{
	border: 0.7px solid transparent;
	outline: none !important;
	padding: 0;	

	background: none;
	width: 12px;
	height: 12px;	
	
	border-radius: 50%;
	margin-right: 11px;	
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dots_oblitsovki button span{
	width: 9.58px;
	height: 9.58px;
	background: #C6C6C6;
	display: inline-block;
	border-radius: 50%;
}
.dots_oblitsovki button:last-child{	
	margin-right: 0px;
}

.dots_oblitsovki button.active{
	border: 0.7px solid #C9072B;		
	background: none;
	
	
	
}

.dots_oblitsovki button.active span{
	width: 4px;
	height: 4px;
	
	background: #C9072B;
	
}



.arrow_oblitsovki{
	display: flex;
    align-items: center;
    justify-content: center;
	
}
.arrow_oblitsovki button{
	padding: 0;
	border: none;
	outline: none !important;
	width: 54px;
	height: 54px;
	background: #C6C6C6;
	margin-right: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.arrow_oblitsovki button:last-child{
	transform: rotate(180deg);
	margin-right: 0px;
}
.arrow_oblitsovki button:hover{	
	background: #E31E25;
}
.arrow_oblitsovki button:before{	
	content: '';
	background: url(/local/templates/.default/components/bitrix/news.list/pechi-v-oblitsovkah/arrows.png) center no-repeat;
	width: 29px;
	height: 14px;
	display: block;
}

@media(max-width: 576px){
	
	.oblitsovki-pechi-item{
		/* padding: 90px 10px; */
		margin-bottom: 0px;
		
	}
	.oblitsovki-pechi-item_name{
		font-size: 34px;
    	line-height: 40px;
		background-color: rgba(248, 246, 246, 0.584);
		margin-bottom: 0px;
		padding: 0 5px;

	}
	.oblitsovki-pechi-item_description{
		padding: 20px 5px 0 5px;
		font-size: 15px;
    	line-height: 19px;
		background-color: rgba(248, 246, 246, 0.584);
	}
	.dots_oblitsovki{
		margin: 35px auto 37px auto;
	}
	.oblitsovki-pechi-box {
		margin-top: 40px;		
		padding-bottom: 70px;
	}
}

/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17786590656410 */
/* /local/templates/.default/components/bitrix/news.list/varianty-oblicovki-razdel/style.css?17786590651593 */
/* /local/templates/.default/components/bitrix/news.list/pechi-v-oblitsovkah/style.css?17786590652807 */
