

/* Start:/local/components/simargl/header.searchpop/templates/.default/style.css?1646282482587*/
.search_result {
	position:absolute;
	background-color: #fff;
	border:2px solid #dad8d8;
	margin-top:-7px;
	margin-left:7px;
	padding:15px;
	border-radius:0px 0px 8px 8px;
	box-shadow:0 0 20px rgb(0 0 0 / 8%);
	di1splay:none;
}

.search_result A {
	color:#e50000;
}
.search_result A:hover {
	color:#000000;
}

.greynums {
	color:#ccc;
}

@media (min-width: 1500px) {
	.search_result {
		width:530px;
	}
}
@media (min-width: 1250px) and (max-width:1499px) {
	.search_result {
		width:317px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.search_result {
		width:380px;
	}	
}



/* End */


/* Start:/local/components/simargl/mainpage.catalogpanel/templates/.default/style.css?17438887422384*/
.catalog_panel A {
	color:#e50000 !important;
	text-decoration: none;
	font-weight:bold;
	}

.catalog_panel A:hover {
	color:#000 !important;

}

.catalog_panel_left {
	padding-top:20px !important;
	padding-left:40px !important;


	background:url('/local/components/simargl/mainpage.catalogpanel/templates/.default/images/catalog_panel_pline.png');
	background-repeat:repeat-y;
	background-position: top right;

}

.catalog_panel_left UL {
	padding:0px;
}

.catalog_panel_left LI {
	margin-bottom:10px !important;
	list-style-type: none;
		
}
	

.catalog_panel_right {
	padding-top:20px !important;
	padding-left:40px !important;
}


.catalog_panel_lvl1 {
	margin-bottom:20px !important;
	list-style-type: none;
	
}

.catalog_panel_right UL {
	padding:0px;
}

.catalog_panel_lvl2 {
	margin-bottom:10px !important;
	list-style-type: none;
		
}



.catalog_panel_sub A {
	color:#000 !important;
	font-weight:normal;
	font-size:14px;
	line-height:14px;
}

.catalog_panel_sub A:hover {
	color:#e50000 !important;
}


.catalog_panel_sub LI {
	line-height:12px;
	padding-top:10px;
	margin-left:10px;
	
	list-style-image: url("/local/components/simargl/mainpage.catalogpanel/templates/.default/images/catalog_li.png");

}

.catalog_panel_sub UL {
	padding-top:5px;
}



@media (max-width:767px) { 
	.catalog_panel {
		display:none;
		position:absolute;
		top:114px;
		width:1470px;
		background-color:#fff;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		}
} 

@media (min-width: 768px) and (max-width:991px) {
	.catalog_panel {
		display:none;
		position:absolute;
		top:200px;
		width:740px;
		background-color:#fff;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		}


	.catalog_panel_left {
		width:250px !important;
	}
	.catalog_panel_right {
		width:490px !important;
	}	

 }

@media (min-width: 992px) and (max-width:1249px) { 
	.catalog_panel {
		display:none;
		position:absolute;
		top:114px;
		width:960px;
		background-color:#fff;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		}
}

@media (min-width: 1250px) and (max-width:1499px) {
	.catalog_panel {
		display:none;
		position:absolute;
		top:114px;
		width:1220px;
		background-color:#fff;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		}
 }


@media (min-width: 1500px) { 
		
	.catalog_panel {
		display:none;
		position:absolute;
		top:114px;
		width:1470px;
		1margin:12px;
		background-color:#fff;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		}
}

/* End */


/* Start:/local/components/simargl/mainpage.catalogpanel_mobile/templates/.default/style.css?17438887423716*/


.accordion {
  /* width: 100%;
  max-width: 360px;
  margin: 30px auto 20px; */
  padding:0px;
}

.accordion .link {
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	/* color: #4D4D4D; */
	font-size: 24px;
	font-weight: 400;
	/* border-bottom: 1px solid #CCC; */
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none;
	border-bottom: 1px solid #ef756f;
}

.accordion .link A {
	text-decoration: none;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 24px;
  /* color: #595959; */
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  background: #e9655e;
  font-size: 24px;
}

.submenu li { 
	border-bottom: 1px solid #ef7871; 
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #d9d9d9;
	padding: 10px 0px;
	padding-left: 40px;
	/* margin-left: 40px; */
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}






/*--------------------------------------------------------*/

.electro_parent {

}

.electro_menu {
	display:none;
}

.minipanel_bottom_2_linktest A {
	color:#e50000;
	display:block;
	padding-bottom:30px;
}

.minipanel_bottom_menu {
	padding:0px;
	margin:0px;
}
.minipanel_bottom_menu A {
	font-size:30px;
	color:#000;
	text-decoration: none;
}
.minipanel_bottom_menu LI {
	list-style-type: none;
}

.minipanel_bottom_1 {
	border-bottom: 1px solid #ccc;
}


.mob_cat_item A {
	padding:10px 40px;
	display:block;
	color:#FFFFFF;
	font-size:30px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom:1px solid #af161e;
	line-height: 3;
}

.mob_cat_item A:hover {
	color:#e98287;
}

.catalog_panel A {
	/* color:#FFFFFF !important; */
	text-decoration: none;
	font-weight:bold;
	}

.catalog_panel A:hover {
	color:#000 !important;

}

.catalog_panel_left {
	padding-top:20px !important;
	padding-left:40px !important;


	background:url('/local/components/simargl/mainpage.catalogpanel/templates/.default/images/catalog_panel_pline.png');
	background-repeat:repeat-y;
	background-position: top right;

}

.catalog_panel_left UL {
	padding:0px;
}

.catalog_panel_left LI {
	margin-bottom:10px !important;
	list-style-type: none;
		
}
	

.catalog_panel_right {
	padding-top:20px !important;
	padding-left:40px !important;
}


.catalog_panel_lvl1 {
	margin-bottom:20px !important;
	list-style-type: none;
	
}

.catalog_panel_right UL {
	padding:0px;
}

.catalog_panel_lvl2 {
	margin-bottom:10px !important;
	list-style-type: none;
		
}



.catalog_panel_sub A {
	color:#000 !important;
	font-weight:normal;
	font-size:14px;
	line-height:14px;
}

.catalog_panel_sub A:hover {
	color:#e50000 !important;
}


.catalog_panel_sub UL {
	padding-top:5px;
}

/*//////////////////////////*/

.mobile-pop {
	/* position:absolute; */
	/* top:130px; */
	width:100%;
	left:0px;
	/* border:1px solid #000; */
	background-color:#eb564f;	
	z-index:100;
}

.mobile-pop UL {
	/* padding:40px 40px 40px 80px; */
	padding:0px;
	margin:0px;
}

.mobile-pop UL LI {
	list-style-type: none;
	
}

.mobile-pop UL LI A {
	color: #ffffff;
	line-height:3;
	
}
/* End */


/* Start:/local/components/simargl/mainpage.city_mobile/templates/.default/style.css?1647736447237*/
.panel_city_mobile  {
	font-size:25px;	
}

.panel_city_mobile A {
	color:#e50000;
	text-transform:uppercase;
	line-height:2;
	font-weight:bold;
}

.panel_city_mobile A:hover {
	color:#000000;
}

.topmobile1 A:hover {
	color:#cccccc;
}



/* End */


/* Start:/local/components/simargl/bottom.testdrive/templates/.default/style.css?1641966583741*/
.footer1 {
	background-color:#e50000;
	color:#fff;
	padding:22px 0px;
	background-image: url('/local/components/simargl/bottom.testdrive/templates/.default/./images/pattern.png');
}

	.footer1-mobile {
		display:none;
	}	





@media (max-width:767px) {
	.footer1 {
		display:none;
	
	}
	
	.footer1-mobile {
		display:block;
		background-color: #e50000;
	}	
	.f1-text
	{
		text-align:center;
		color:#ffffff;
		padding:10px;
	}
	.f1-link {
		text-align:center;
		padding-bottom:10px;
		font-weight:bold;
	}
	.f1-link A {
		color:#fff;
	}
	.f1-link A:hover {
		color:#fff;
		text-decoration:none;
	}	



}

@media (min-width: 768px) and (max-width:991px) {

}

@media (min-width: 992px) and (max-width:1249px) {
}

@media (min-width: 1250px) and (max-width:1499px) {
	
}

@media (min-width: 1500px) {
	
}
/* End */


/* Start:/local/components/simargl/popup.s15/templates/.default/style.css?17583703803843*/
#popS15 {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

#popS15-content {
    /* display:absolute;
top:0px;
width: 100%;
height: 100%; */

    position: relative;
    margin: 0 auto;
    top: 25%;
    background: #e50000;
    z-index: 1000;
    width: 1216px;
    height: 500px;
}

.popS15-black {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 900;
    opacity: 0.9;
}

.block-2 {
    height: 500px;
    display: flex;
}

.block-2-1 {
    width: 410px;
}

.block-2-2 {
    width: 730px;
}

.block-2-2-1 {
    height: 60px;
}

.block-2-2-2 {
    height: 160px;
    background-color: #ffffff;
    width: 728px;
    padding: 20px 40px;
}

.block-2-2-2 .text1 {
    font-size: 26px;
    font-weight: 500;
}

.block-2-2-2 .text2 {
    padding-top: 20px;
    font-size: 18px;
}

.block-2-2-background {
    background-color: #ffffff;
    opacity: 0.8;
    width: 728px;
    height: 500px;
    position: absolute;
    top: 0px;
}

.block-2-2-content {
    position: absolute;
    z-index: 2;
}

.pop15btn {
    padding: 15px 25px;
    background-color: #e50000;
    margin-left: 45px;
    color: #fff;
    border: 0px;
    border-radius: 5px;
}

.pop15btn:hover {
    background-color: #af161e;
}

.pop15inp {
    margin-left: 45px;
    margin-top: 42px;
    border: 2px solid #5f5f5f;
    padding: 10px;
    border-radius: 5px;
}

.pop15cb {
    margin-left: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pop15cbdiv {
    font-size: 14px;
    font-weight: bold;
}

#pop15_submit:disabled {
    background-color: #d59192;
}


.popS15-center {
    width: 1136px;
}

/* ----------------------------------------------------------------------------------- 1250 */

@media (max-width:1250px) {

    #popS15-content {
        width: 950px;
    }

    .block-2-1 {
        width: 400px;
    }

    .block-2-2 {
        width: 470px;
    }

    .block-2-2-2 {
        width: 100%;
    }

    .block-2-2-content {
        width: 470px;
    }

    .block-2-2-background {
        width: 470px;
    }

    .pop15cbdiv {
        display: flex;
    }

    .pop15cbdiv label {
        width: 420px;
        padding: 20px;
    }

    .pop15cb {
        margin-top: 0px;

    }

    .popS15-center {
        width: 870px;
    }

    .block-2-2-2 .text2 {
        font-size: 15px;
    }

}

/* ----------------------------------------------------------------------------------- 992 */

@media (max-width:992px) {
    #popS15-content {
        width: 750px;
    }

    .block-2-1 {
        width: 300px;
    }

    .block-2-2 {
        width: 370px;
    }

    .block-2-2-2 {
        width: 100%;
    }

    .block-2-2-content {
        width: 370px;
    }

    .block-2-2-background {
        width: 370px;
    }

    .pop15cbdiv {
        display: flex;
    }

    .pop15cbdiv label {
        width: 320px;
        padding: 20px;
    }

    .pop15cb {
        margin-top: 0px;

    }

    .popS15-center {
        width: 670px;
    }

    .block-2-2-2 .text2 {
        font-size: 15px;
    }
}

/* ----------------------------------------------------------------------------------- 768 */

@media (max-width:768px) {
    #popS15-content {
        width: 700px;
    }

    .block-2-1 {
        width: 250px;
    }

    .block-2-2 {
        width: 370px;
    }

    .block-2-2-2 {
        width: 100%;
    }

    .block-2-2-content {
        width: 370px;
    }

    .block-2-2-background {
        width: 370px;
    }

    .pop15cbdiv {
        display: flex;
    }

    .pop15cbdiv label {
        width: 320px;
        padding: 20px;
    }

    .pop15cb {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .popS15-center {
        width: 620px;
    }

    .block-2-2-2 .text2 {
        font-size: 15px;
    }
}
/* End */


/* Start:/local/templates/simargl/styles.css?174388874212060*/
.adresslink {
	color: #ffffff !important;
}

.adresslink:hover {
	text-decoration: none;
}

@media (min-width:701px) {
	.p404_wrapper {
		display: flex;
	}

}

.p404_1 {
	padding-right: 100px;
}

@media (min-width: 701px) and (max-width:1499px) {
	.p404_1 {
		padding-right: 50px;
	}

	.p404_3 {
		width: 200px;
	}
}

.p404_wrapper A {
	color: #e50000;
}

.p404_wrapper A:hover {
	color: #000000;
}


#maintab_1 .sima-catalog-item-abs,
#maintab_2 .sima-catalog-item-abs,
#maintab_3 .sima-catalog-item-abs {
	height: 480px;
}

.ico-korzina {
	/* border:1px solid #000 !important; */
	padding: 10px 40px 0px 40px !important;
}

.ico-korzina>IMG {
	padding-top: 2px;
	width: 22px;
	opacity: 0.5;
}

.mybutton {
	background-color: #e50000 !important;
	border: 0px !important;
	padding: 6px 20px !important;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
}

.mybutton:hover {
	background-color: #af161e !important;
}

.plashka-zena {
	font-size: 18px;
	font-weight: 700;
}

.block1 {
	max-width: 1000px;
}




@media (max-width:767px) {
	.topmobile1 {
		display: block;
		width: 100%;
		padding: 15px 25px 15px 10px;
		display: flex;
		background: #212529;
		color: #ffffff;
		font-size: 23px;
	}
}




.topmobile1 A {
	color: #ffffff;
	text-decoration: none;
	padding-left: 40px;
	background-image: url('/images/mobile-geo2.png');
	background-position: 5px 3px;
	background-repeat: no-repeat;
}


.icn_facebook_white {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	width: 31px;
	height: 31px;
	border: 0px;
	background-image: url('/images/main_ico_facebook_white.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.icn_inst_white {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	width: 31px;
	height: 31px;
	border: 0px;
	background-image: url('/images/main_ico_inst_white.png');
	background-position: center center;
	background-repeat: no-repeat;
}


.icn_youtube_white {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	width: 31px;
	height: 31px;
	border: 0px;
	background-image: url('/images/main_ico_youtube_white.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.icn_vk_white {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	width: 31px;
	height: 31px;
	border: 0px;
	background-image: url('/images/main_ico_vk_white.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.icn_vk_white {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	width: 31px;
	height: 31px;
	border: 0px;
	background-image: url('/images/main_ico_vk_white.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.icn_whatsapp_white {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	width: 31px;
	height: 31px;
	border: 0px;
	margin: 0 5px 10px 0;
	background-image: url('/images/main_ico_whatsapp.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.icn_tg_white {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	width: 31px;
	height: 31px;
	border: 0px;
	background-image: url('/images/main_ico_tg.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin:0 5px 10px 0;
}

.icn_rutube_white {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	width: 31px;
	height: 31px;
	border: 0px;
	background-image: url('/images/main_ico_rutube.png');
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width:767px) {
    .icn_rutube_white {zoom:2;}
}




.inn {
	/* border-bottom: 2px solid #dad8d8; */
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	/* Параметры тени */
}


.owl-stage-outer {
	1margin-left: -15px;

	padding: 10px;
	margin-top: -25px;
	margin-left: -10px;
	margin-right: -9px;
}





.myinput {
	width: 100%;
	padding: 8px;
	border: 2px solid #dad8d8;
	border-radius: 7px;
	float: left;
}

.sepa {
	width: 100%;
	background: url('/images/pline.png');
	height: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.maincontent A {
	color: #e50000;
}

.maincontent UL {
	p1adding: 10px 10px;
}

/* ............... TOP ............... */

.top_btn_zvonok {
	background-color: #e50000;
	border-radius: 5px;
	color: #ffffff;
	/*font-size:10px;*/
	text-decoration: none;
	padding: 4px 16px;
	margin-top: 5px;
	display: block;
	text-align: center;
}

.top_btn_zvonok:hover {
	background-color: #af161e;
	color: #ffffff;
}


.slider_more {
	background-color: #e50000;
	padding: 15px 30px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 50px 0 0;
	font-size: 20px;
}

.slider_more:hover {
	color: #e50000;
	background-color: #fff;
	transition-duration: .3s;
}


/* ............... BOTTOM ............... */
/* ............... блок на главной с батарейкой ............... */

.main_battery {
	bo1rder: 1px solid #000;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 3px solid #e50000;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	position: absolute;
	margin-top: -50px;
	background-color: #ffffff;
	width: 100%;
	padding-left: 70px;
	height: 150px;
	background-image: url('/images/battery.png');
	background-repeat: no-repeat;
	background-position-y: center;

}

.slider_block {
	position: absolute;
	margin-top: -151px;
	background-color: rgb(0, 0, 0, 0.6);
	height: 151px;
	color: #fff;
	width: 100%;
	background-opacity: 0.6;
}

.scontentnew {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.slider_block_text {
	font-size: 26px;
	padding: 0px 0 0 50px;
}

/* ............... ............... */




.bottom_zapis A {
	color: #e50000;
	text-decoration: none;
}

.bottom_zapis A:hover {
	color: #000000;
	text-decoration: none;
}

.top_searchbtn {
	p1adding: 22px 0px;
	border: 0px;
	width: 45px;
	height: 44px;
	background-image: url('/images/search_btn.png');
}

.myredbutton {
	background-color: #e50000 !important;
	border: 0px !important;
	padding: 10px 20px !important;


}


.myredbutton:hover {
	background-color: #af161e !important;
	border: 0px !important;
	padding: 10px 20px !important;


}

.bot_ul {
	padding: 0px;
}

.bot_ul li {
	padding: 0px;
	list-style-type: none;



}



.bot_ul li A {
	font-size: 14px;
	text-decoration: none;

}



.bot_title {
	font-size: 19px;
	font-weight: 500;
	padding-bottom: 25px;

}

@font-face {
	font-family: "Geometria";
	src: url("/local/templates/simargl/fonts/Geometria.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}


@font-face {
	font-family: "GeometriaMed";
	src: url("/local/templates/simargl/fonts/Geometria-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

BODY {
	font-family: "Geometria" !important;
}


.toprightmenu_link {
	color: #fff !important;
	text-decoration: none;
	margin-left: 10px;
	font-size: 14px;
}

.toprightmenu_link:hover {
	color: #e1534d !important;
}

.header1 {
	background-color: #212529;
	color: #fff;
	padding: 6px 0px;

}


.header1 A {
	color: #e1534d;
}

.header1 A:hover {
	color: #ffffff;
}



.footer2 {
	background-color: #1c1c1c;
	color: #fff;
	padding: 70px 0px;
}

.footer2 A {
	color: #fff;
}

.footer2 A:hover {
	color: #e50000;
}


.footer3 {
	background-color: #1c1c1c;
	color: #fff;
	padding: 20px 0px;
}

.footer3 A {
	color: #fff;
}

.footer3 A:hover {
	color: #e50000;
}



.btn_top_catalog {
	padding-left: 55px !important;
	background-image: url('/images/btn_ico_burger.png');
	background-repeat: no-repeat;
	background-position: 20px;
	10px;
}


.btn_top_catalog:hover {
	padding-left: 55px !important;
	background-image: url('/images/btn_ico_burger.png');
	background-repeat: no-repeat;
	background-position: 20px;
	10px;
}

.top_search_input:focus {
	outline: none;
}












/* Хедер */



.logo_1500 {
	display: none;
}

.logo_1250 {
	display: none;
}

.logo_992 {
	display: none;
}

.logo_768 {
	display: block;
}










/* Чат */
.chat {
	position: fixed;
	top: 0px;
	bottom: 0px;
	height: 100% !important;
	width: 65px;
	height: 60px;
	background-color: #ffcc00;
	right: 0px;
}



/* ----------------------------------------------------------------------------------------------------------------- */


.reko_price {
	font-size: 18px;
	font-weight: 500;
}

@media (min-width: 1500px) {
	.reko-block {
		width: 1430px;
		overflow-x: clip;
	}

	.reko-item:hover {
		width: 320px;
	}


	.reko_0click {
		padding: 8px 20px 5px 20px;
		background-color: #e50000;
		border-radius: 5px;
	}

	.reko_0click>IMG {
		width: 17px;
		opacity: 0.5;
	}
}

@media (min-width: 1250px) and (max-width:1499px) {
	.reko-block {
		width: 1220px;
		overflow-x: clip;
	}

	.reko-item:hover {
		width: 267px;
	}

	.reko_0click {
		padding: 8px 20px 5px 20px;
		background-color: #e50000;
		border-radius: 5px;
	}

	.reko_0click>IMG {
		width: 17px;
		opacity: 0.5;
	}
}

@media (min-width: 992px) and (max-width:1249px) {
	.reko-block {
		width: 960px;
		overflow-x: clip;
	}

	.reko-item:hover {
		width: 282px;
	}

	.reko_0click {
		padding: 8px 20px 5px 20px;
		background-color: #e50000;
		border-radius: 5px;
	}

	.reko_0click>IMG {
		width: 17px;
		opacity: 0.5;
	}
}





@media (min-width: 768px) and (max-width:991px) {
	.reko-block {

		width: 740px;
		overflow-x: clip;
	}

	.reko-item:hover {
		width: 330px;
	}

	.reko_0click {
		padding: 8px 20px 5px 20px;
		background-color: #e50000;
		border-radius: 5px;
	}

	.reko_0click>IMG {
		width: 17px;
		opacity: 0.5;
	}

	.owl-item {
		width: 360px !important;
	}

	.reko_1click {
		display: block;
		background-color: #e50000;
		padding: 8px 20px 10px 20px !important;
		border-radius: 5px;
		color: #fff;

		font-size: 15px;
		text-decoration: none;
		width: 100%;
		line-height: 1;
	}

	.reko_1click:hover {
		color: #eee;
	}
}








@media (max-width:767px) {
	.slider_more {
		margin: 0 20px 0 0;
	}

	.reko-block {
		/* border:1px solid #ffcc00; */
		width: 640px;
		overflow-x: clip;
	}

	.reko-item:hover {
		width: 610px;
	}

	.reko_0click {
		padding: 10px 40px;
		background-color: #e50000;
		border-radius: 10px;
	}

	.reko_price {
		font-size: 25px;
		font-weight: 700;
	}

	.reko_0click>IMG {
		width: 45px;
		opacity: 0.5;
	}

	.owl-item {
		width: 640px !important;
	}

	.reko_1click {
		display: block;
		background-color: #e50000;
		padding: 17px 50px 17px 50px !important;
		border-radius: 10px;
		color: #fff;
		/* w1dth: auto !important; */
		/* margin-right: 5px; */
		font-size: 25px;
		text-decoration: none;
		width: 100%;
		/* line-height:1; */
	}

	.reko_1click:hover {
		color: #eee;
	}

}




/*------------------------------------------------------------*/

.owl-stage-outer {
	overflow: visible !important;
}

.reko-block .card_attrs {
	display: none !important;
}

.reko-item {
	transition: transform .3s;
	background-color: #ffffff;
}

.reko-item:hover {
	box-shadow: 0 0 25px rgb(0 0 0 / 18%) !important;
	position: absolute;
	display: block;
}

.reko-item:hover .card_attrs {
	display: block;
}

.catalog_card_title A {
	font-size: 18px;
	color: #000 !important;
	text-decoration: none;
}

.catalog_card_title A:hover {
	color: #e50000 !important;
}







@media (min-width: 992px) {
	.reko_1click {
		display: block;
		background-color: #e50000;
		padding: 8px 20px 8px 20px !important;
		border-radius: 5px;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		width: 100%;
		line-height: 1;
	}

	.reko_1click:hover {
		color: #eee;
	}
}


@media (min-width: 1250px) {
	.reko_1click {
		background-color: #e50000;
		padding: 0px 20px 0px 20px !important;
		border-radius: 5px;
		color: #fff;
		w1dth: auto !important;
		margin-right: 5px;
		font-size: 16px;
		text-decoration: none;
		width: 170px;
		line-height: 2.1;
	}

	.reko_1click:hover {
		color: #eee;
	}
}


@media (min-width: 1500px) {
	.reko_1click {
		background-color: #e50000;
		padding: 0px 20px 0px 20px !important;
		border-radius: 5px;
		color: #fff;
		w1dth: auto !important;
		margin-right: 5px;
		font-size: 16px;
		text-decoration: none;
		width: 230px;
		line-height: 2.1;
	}

	.reko_1click:hover {
		color: #eee;
	}
}
/* End */
/* /local/components/simargl/header.searchpop/templates/.default/style.css?1646282482587 */
/* /local/components/simargl/mainpage.catalogpanel/templates/.default/style.css?17438887422384 */
/* /local/components/simargl/mainpage.catalogpanel_mobile/templates/.default/style.css?17438887423716 */
/* /local/components/simargl/mainpage.city_mobile/templates/.default/style.css?1647736447237 */
/* /local/components/simargl/bottom.testdrive/templates/.default/style.css?1641966583741 */
/* /local/components/simargl/popup.s15/templates/.default/style.css?17583703803843 */
/* /local/templates/simargl/styles.css?174388874212060 */
