

/* Start:/local/templates/main/components/bitrix/news.list/slider/style.css?17225075391504*/
@media (min-width: 992px){
 
	.swipermain{
		height: 550px !important; 
	}
 	
	.swiper-main-h1{	
		font-size: 40px;
		color: #000;
		font-weight: 700; 
		line-height: 50px;
	}
	
	.swiper-main-dis{
		font-size: 16px;
		margin-bottom: 20px;
		color: #000;
		margin-top: 20px;
	}
	
	.fon_slider{
		backdrop-filter: blur(5px);
		padding: 70px 40px 40px 40px ;
		background: rgb(255 255 255 / 58%);
		margin-top: 50px; 
		border-radius: 15px;
		height: 450px;
	}  

}

@media (max-width: 992px){

	.swipermain{
		height: 400px !important; 
	}
	
	.swiper-main-h1{ 
		font-size: 30px;
		color: #000;
		font-weight: 700;  
	}
	
	.swiper-main-dis{
		font-size:14px;
		margin-bottom:10px;
		color: #000;
	}
	
	
	.fon_slider{
		backdrop-filter: blur(5px);
		padding: 40px;
		background: rgb(255 255 255 / 58%);
		margin-top: 50px; 
		border-radius: 15px;
		height: 300px;
	} 
 
}
 
  
.slider_btn_static{ 
	font-weight: 400;
    text-align: center;
    color: #fff !important;
    background: #f8473a;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #f8473a;
    padding: 13px 36px;
    border-radius: 5px;
    transition: all 0.3s linear;
    display: block;
}

.slider_btn_static:hover {
	color: #fff !important;
	background: #cb554c;
	border: 1px solid #cb554c;
	text-decoration: none !important;
}


.swiper-button-next-slider{
	color:#fff !important;
}
.swiper-button-prev-slider{
	color:#fff !important;
}

.swiper-pagination-slider > .swiper-pagination-bullet-active{
	background:red;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/tizer/style.css?1722507539482*/
.tizer-icon{
	color: #fff;
    font-size: 31px;
    background: rgba(248, 71, 58, 1);
    padding: 10px;
    margin-right: 15px;
    border-radius: 10px;
    width: 59px;
    display: block;
    text-align: center;
    height: 53px;
}

.tizer-name{
	display: block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 6px;
    color: rgba(58, 58, 58, 1)
}

.tizer-dis{
	display: block;
    font-weight: 500;
    font-size: 13px;
    color: #999;
}

 
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/.default/style.css?17225075402726*/
.section_card{
	-webkit-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    overflow: hidden; 
    border-radius: 15px; 
    display: block;
    cursor: pointer;
    height: 220px;
    position: relative;
	text-decoration: none;
	transition: all 0.3s linear;
	
}

.section_card:hover{
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.2);
	transform: translateY(-5px);
	text-decoration: none;
	transition: all 0.3s linear;
}

.section_card::after {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 24%;
    border-radius: 15px;
    bottom: 0%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.section_card:hover::after {
	content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 11%;
    border-radius: 15px;
    bottom: 0%;
	transition: all 0.3s linear;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(248 71 58) 100%);
}

.section_card_text{
	overflow: hidden;
    display: block;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding-top: 9px;
    font-size: 18px;
    text-decoration: none;
    position: absolute;
    left: 40px;
    bottom: 15%;
    z-index: 9;
} 



.section_card_last{
	border: 2px solid rgba(248, 71, 58, 1);
    height: 100%;
    border-radius: 15px;
    padding: 0px 50px;
    position: relative;
}


@media (min-width: 992px){
	
	.section_card_text_last{
			display: block;
		font-size: 20px;
		text-align: center;
		padding-top: 66px;
		color: rgba(248, 71, 58, 1);
		font-weight: 600;
		line-height: 20px;
	}
	
	.btn_last {
			margin-top: 12px;
		   font-weight: 400;
		display: block;
		text-align: center;
		color: #fff !important;
		background: #f8473a;
		cursor: pointer;
		text-decoration: none;
		border: 1px solid #f8473a;
		padding: 8px 27px;
		border-radius: 9px;
		transition: all 0.3s linear;
	}
	
}
@media (max-width: 992px){
	
	.section_card_text_last{
			display: block;
		font-size: 20px;
		text-align: center;
		padding-top: 36px;
		color: rgba(248, 71, 58, 1);
		font-weight: 600;
		line-height: 20px;
	}
	
	.btn_last {
			margin-top: 12px;
		   font-weight: 400;
		display: block;
		text-align: center;
		color: #fff !important;
		background: #f8473a;
		cursor: pointer;
		text-decoration: none;
		border: 1px solid #f8473a;
		padding: 8px 27px;
		border-radius: 9px;
		transition: all 0.3s linear;
		    margin-bottom: 30px;
	}

}



.btn_last:hover{ 
    background: #cb554c; 
    border: 1px solid #cb554c; 
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17225073882530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/search/style.css?17225075394052*/
.product-a{
	position: relative;
    display: block;
    height: 260px;
}

.flex-container {
	height: 250px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: absolute; 
	z-index: 30;
}

.product_img {
    height: 100%;
    position: relative;
}


.product_img_line {
	background: #aeaeae;
	height: 2px;
	width: 94%;
	position: absolute;
	bottom: 4px;
	left: 3%;
	opacity:0;
}


.bg_img_product{
	background-size:cover !important;
	display:block;
	height: 260px;
    border-radius: 10px;
}

.wrapper_fw {
    position: relative;
}
 
.wrapper_fw span {
	position: relative;
    max-width: 220px;
    min-width: 70px;
    height: 220px;
    line-height: 220px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    zoom: 1;
    display: block;
}
 
.wrapper_fw img {
	 max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}


 

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
    background: #73644f; 
}
 
.product {
    border:1px solid #efefef;
	background:#fff;
	padding: 15px;
	position: relative; 
	border-radius: 10px;
}

.product:hover {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
}

.product:hover .product__btn{
	background: #f60;
	color:#fff;
}

 
.product__title{ 
	font-size: 17px;
    font-weight: 600;
    height: 46px;
    overflow: hidden;
    margin-bottom: 12px;
    margin-top: 12px;
    color: rgba(58, 58, 58, 1) !important;
    display: block;
    text-decoration: none;
}
 

.product__price{
	display: block;
    font-size: 17px;
    font-weight: 500;
	 margin-top: 5px;
    margin-bottom: 5px;
    color: rgba(58, 58, 58, 1)
}

.product__price2{
	display: block;
    font-size: 17px;
    font-weight: 500;	
    margin-bottom: 10px;
    color: rgba(235, 87, 87, 1)
}


 
.product__star i{
	color:#FF6600;
	font-size:12px;
}


.product__btn{
	margin-top: 8px;
	display: block;
    padding: 13px 0;
    background: rgba(248, 71, 58, 1);
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
	transition: all .3s linear;
	cursor:pointer;
}


.pm2{
	color:#c9c9c9;
}


@media (min-width: 992px){

	#filter_mob{
		display: none;  
	}

}

@media (max-width: 992px){

	#filter_mob{
		display: block;
		padding: 7px 10px;
		border: 1px solid #cecece;
		border-radius: 3px;
		font-size: 15px;
		cursor: pointer;
		color: #2e2e2e;
		text-align: center;
	}
	
}

.har span{
	color:#999;
}




.razdel{
	display: inline-block;
    padding: 8px;
    margin-right: 2px;
    font-weight: 500;
    color: rgb(155 156 157);
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
	margin-bottom: 5px;
    border: 2px solid rgba(222, 227, 234, 1);
}

.razdel:hover{
	border:2px solid #f8473a;
	color: #f8473a;
	background: rgb(255 255 255 / 0%);
}

.razdel_active{
	border:2px solid #f8473a;
	color: #f8473a;
	background: rgb(255 255 255 / 0%);
}








.form_calc_text2{
	font-size:12px;
}

.calc_minus2 {
    position: absolute;
    left: 7px;
    top: 0px;
    cursor: pointer;
    z-index: 10;
}

.calc_plus2 {
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    z-index: 10;
}

.form_calc2 {
    width: 100% !important;
    min-width: 80px; 
    height: 40px;
    font-size: 15px;
    color: #000;
    border: 2px solid rgba(222, 227, 234, 1);
    border-radius: 7px;
    outline: none;
    background: rgba(222, 227, 234, 1);
    text-align: center;
}





.favorites {
    font-size: 20px;
    color: #6a6a6a;
    padding-left: 20px;
    cursor: pointer;
    position: absolute;
    right: 23px;
    top: 23px;
	z-index: 100;
}

.favorites_active {
    color: red !important;
}
 
.comparison {
    font-size: 17px;
    color: #7a7a7a;
    padding-left: 20px;
    cursor: pointer;
    position: absolute;
    right: 23px;
    top: 57px;
	z-index: 100;
}

.comparison_active {
    color: red !important;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/contact/style.css?1722507539390*/
.contact-icon {
    color: #fff;
    font-size: 31px;
    background: rgba(248, 71, 58, 1);
    padding: 10px;
    margin-right: 15px;
    border-radius: 10px;
    width: 59px;
    display: block;
    text-align: center;
    height: 53px;
}

.tizer-name{
	display:block;
	font-weight:600;
}

.cont_a{
	text-decoration:none;
	color:#000
}

.cont_a:hover{
	text-decoration:none;
	color:#000
}
/* End */


/* Start:/local/components/main/send.form/templates/statics/style.css?17225075391697*/
 
.center-div {
	display: flex;
	align-items: center;
	height: 100%
}
 
.form-statics{
 
	position: relative;
	background-position: center !important;
    background-size: cover !important;
}



.btn-statics {
	  font-size: 16px;
	  line-height: 24px;
	  text-align: center;
	  color: #fff !important;
	  padding: 13px  0px;
	  border: 1px solid rgba(248, 71, 58, 1);
	  outline: none; 
	  margin-top: 7px;
	  background:rgba(248, 71, 58, 1);
	  border-radius: 10px; 
	  transition: 1s; 
	  cursor:pointer;
	  text-decoration:none;
	  display:block;
}

.btn-statics:hover{
	background:rgb(255 116 106);
    color: #fff !important; 
	border: 1px solid rgba(248, 71, 58, 1);
}

.form-control-statics {
  position: relative;
}

.form-control-statics input,
.form-control-statics textarea{ 
    width: 100% !important; 
    font-size: 16px;
    color: #000;
    margin-top: 7px;
    margin-bottom: 17px;
    border: 2px solid rgba(222, 227, 234, 1);
    padding: 17px 13px 10px 13px;
    border-radius: 10px;
    outline: none;
    background: #ffff;
}

.form-control-statics input:focus ~ label,
.form-control-statics input:not(:placeholder-shown) ~ label,
.form-control-statics textarea:focus ~ label,
.form-control-statics textarea:not(:placeholder-shown) ~ label{
	top: -14px;
	left: -12px;
	font-size: 12px;
}

.form-control-statics input:focus,
.form-control-statics input:not(:placeholder-shown),
.form-control-statics textarea:focus,
.form-control-statics textarea:not(:placeholder-shown){
   
}
 
.form-control-statics label {
  position: absolute;
  top:0;
  left: 0;
  padding: 0px 6px;
  margin: 22px 34px;
  font-size: 15px;
  color: #000;
  pointer-events: none;
  transition: .5s;
}
 
 
/* End */
/* /local/templates/main/components/bitrix/news.list/slider/style.css?17225075391504 */
/* /local/templates/main/components/bitrix/news.list/tizer/style.css?1722507539482 */
/* /local/templates/main/components/bitrix/catalog.section.list/.default/style.css?17225075402726 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17225073882530 */
/* /local/templates/main/components/bitrix/news.list/search/style.css?17225075394052 */
/* /local/templates/main/components/bitrix/news.list/contact/style.css?1722507539390 */
/* /local/components/main/send.form/templates/statics/style.css?17225075391697 */
