

/* Start:/bitrix/templates/extremalov-new/components/bitrix/menu/top/style.css?17790979304679*/
.menu ul a {
	display: block;
	height: 30px;
	color: #fff;
	font-family: Roboto;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 30px;
}
.menu li {
	position: relative;
}
.menu a.link__mobile {
	display: none;
}
@media all and (min-width:801px) {
	#menu {
		position: relative;
		width: 100%;
		left: 0;
		float: left;
		top: auto;
		margin-top: 0;
		background: #ff7c21;
	}

	.menu > ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.menu ul ul {
		position: absolute;
		display: none;
		background: #000033 !important;
		z-index: 10;
	}
	.menu > ul > ul {
		top: 100%;
		left: 0;
	}
	.menu ul ul ul {
		top: 0;
		left: 100%;
	}

	.menu ul li:hover > ul {
		display: flex;
		flex-direction: column;
	}
	
	.menu ul ul ul {
		display: none;
		flex-direction: column;
		position: relative;
		left: 0;
		padding-left: 20px;
	}
	
	.menu>ul>li>ul:after {
		content: " ";
		display: block;
		position: absolute;
		top: 100%;
		height: 50px;
		background: trnsparent;
		width: 100%;
	}
	
	.menu ul ul li.open>ul {
		display: flex;
	}

	.menu ul ul a {
		color: #fff;
		min-width: 150px;
	}
	.menu ul li {
		padding-right: 0;
	}

	.menu ul ul a {
		padding: 0 10px !important;
		white-space: nowrap;
	}

	.menu li.parent > a {
		padding-right: 30px;
	}

	.menu>ul>li.parent > a:after {
		content: "";
		display: block; 
		position: absolute;
		right: 0;
		background: url(/bitrix/templates/extremalov-new/images/rad.svg) no-repeat center !important;
		width: 24px;
		height: 24px;
		display: block;
		right: 1px;
		top: 1px;
		background-size: 14px !important;
	}
	.menu ul li.parent:hover > a:after {
		transform: rotate(-90deg);
	}

	.menu li.selected > a {
		font-weight: bold;
	}
	.menu>ul>li.selected>a {
		color: #000033;
	}
	.hamburger-lines,
	.hamburger-checkbox {
		display: none;
	}
}
@media all and (max-width:800px) {

/*
https://yandex.ru/search/?text=mobile+hamburger+menu+css&lr=213
https://alvarotrigo.com/blog/hamburger-menu-css/
*/

input.hamburger-checkbox {
  position: fixed;
  display: block;
  height: 32px;
  width: 32px;
  top: 23px;
  right: 17px;
  z-index: 1005;
  opacity: 0;
  cursor: pointer;
}

.hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 26px;
  right: 20px;
  z-index: 1002;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

input.hamburger-checkbox:checked ~ .hamburger-lines {
	position: fixed;
}

.hamburger-lines .line {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 0px;
  background: #fff;
}

.hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

input.hamburger-checkbox[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

input.hamburger-checkbox[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

input.hamburger-checkbox[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

	
	#menu {
		transition: all 0.4s;
		transform: translateY(50px);
		opacity: 0;
		height: 0;
		overflow: hidden;
		position: fixed;
		z-index: 1000;
	}
	
input.hamburger-checkbox[type="checkbox"]:checked ~ #menu {
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		text-align: left;
		padding: 20px;
		box-sizing: border-box;
		padding-top: 30px !important;
		background: #000033;
		transform: translateY(0px);
		opacity: 1;
		overflow-y: auto;
	}

	.mobiss {
		visibility: hidden;
	}
	.menu a {
		color: #fff;
	}
	.menu ul ul {
		opacity: 0;
		transition: all 0.4s;
		/*background: #2b3966;*/
		z-index: 10;
		padding-left: 20px;
		height: 0;
		transform: translateX(-50px);
		overflow: hidden;
	}
	.menu ul ul a {
		/*padding: 0 0 0 20px !important;*/
	}
	.menu li.open > ul {
		opacity: 1;
		height: auto;
		transform: translateX(0px);
	}
	
	.menu a.link__mobile {
		position: absolute;
		top: 0;
		right: 40px;
		line-height: 30px;
	}
	/*
	.menu li.open > a.link__mobile {
		transform: translateX(0px);
		opacity: 1;
	}
	*/
	
	.menu a.link__mobile {
		display: block;
		transition: all 0.4s;
		transform: translateX(50px);
		opacity: 0;
	}
	.menu > ul > li > a.link {
		font-weight: bold;
	}
}
/* End */


/* Start:/bitrix/templates/extremalov-new/components/bitrix/menu/template1/style.css?1779097930626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/extremalov-new/components/bitrix/menu/template1/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/extremalov-new/template_styles.css?177909793015054*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, thead, tbody, tfoot, tr, th, caption, input, select, radio {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;

}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

abbr,acronym {
  border: 0;
}

table {
  border-collapse: collapse;
  vertical-align: top;
  text-align: left;
}

table td{
  border-collapse: collapse;
  vertical-align: top;
  text-align: left;
}


img {
  border: none;
  max-width: 100%;
}


/* default styles */

html {
   background: url(/img/html_bg.jpg) center top repeat #eae7e2;
}

body{
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    background: url(/img/layer0.jpg) center top no-repeat;
}

a:link,a:visited {
  color: #EF8801;
  text-decoration: underline;
}

a:hover,a:active{

  text-decoration: none;
}


#div_allpage_wrapper {
  background: url(/img/allpage_bg.png) center bottom no-repeat;

}

#div_header {
   width: 1025px;
   height: 300px;
   margin: 0 auto;
   background: url(/img/header_bg.png) center 10px no-repeat;
   position: relative;
}


#div_workarea{
   width: 1030px;
  /* min-height:600px; */
   margin: 0 auto;
   position: relative;
   min-width: 1024px;
}

#div_footer {
   width: 1025px;
   padding: 80px 0px 30px 50px;
   margin: 0 auto;
   position: relative;
   color: #646464;
}

#div_header_contacts {
  position: absolute;
  right:0;
  top:10px;
  height: 100px;
  width: 350px;

}

#div_header_menu {
  position: absolute;
  top:240px;
  left: 20px;
}

#div_header_menu ul li{
  float: left;
  padding: 0 15px;
  background: url(/img/topmenu_divider.png) right center no-repeat;
}

#div_header_menu ul li.last{
  background: none;
}

#div_header_menu a:link,#div_header_menu a:visited, #div_header_menu span{
  font-family: Tahoma;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

#div_header_menu a:hover,#div_header_menu a:active,#div_header_menu a.active,#div_header_menu span.active{
  color: #ef8801;
  background: url(/img/topmenu_arrows.png) center top no-repeat;
  padding: 8px 0 12px 0;
}

#div_header_menu span.active{
  margin-top:-8px;
  /* padding: 0; */
  }

.submenu {
  height: 200px;
  width: 217px;
 /* background: #66CC33; */
  position: absolute;
  z-index: 100;
  margin-top: 0px;
  margin-left: 0px;
  clear: both;
  display: none;
 }

#div_header_menu .submenu_top {
  background: url(/img/topmenu_submenu_top.png) center 30px no-repeat;
  width: 167px;
  padding: 20px 15px 0 35px;
  height: 27px;
  display: block;
}

#div_header_menu .submenu_middle {
  background: url(/img/topmenu_submenu_repeat.png) center top repeat-y;
  display: block;
  width: 192px;
  padding: 0 5px 0 20px;
}

#div_header_menu .submenu_middle a:link,#div_header_menu .submenu_middle a:visited, #div_header_menu .submenu_middle div.active2{
  background: url(/img/topmenu_submenu_dot.png) left center no-repeat;
  display: block;
  padding: 5px 0 5px 15px;
  font-size: 14px;
  color: #555555;
  /*text-transform: uppercase;*/
 }

#div_header_menu .submenu_middle a:hover,#div_header_menu .submenu_middle a:active, #div_header_menu .submenu_middle div.active2{
  color: #EF8801;
}

#div_header_menu .submenu_bottom {
  background: url(/img/topmenu_submenu_bottom.png) center bottom no-repeat;
  width: 167px;
  padding: 0 15px 0 35px;
  height: 27px;
  display: block;
}


#header_logo_big {
  width: 600px;
  height: 100px;
  position: absolute;
  top:20px;
  left: 0px;
}




.div_container1_top{
  width: 367px;
  height: 25px;
  background: url(/img/bg9a.png) center top no-repeat;
}

.div_container1_middle{
  width: 347px;
  min-height: 50px;
  background: url(/img/bg9c.png) center center repeat-y;
  padding: 0 10px;
  font-size: 11px;
  line-height: 1.5em;
  color: #555;
}

.div_container1_bottom{
  width: 367px;
  height: 40px;
  background: url(/img/bg9b.png) center bottom repeat-y;
}


.div_container3_top{
  width: 565px;
  height: 25px;
  background: url(/img/bg12a.png) center top no-repeat;
}

.div_container4_top{
  width: 800px;
  height: 25px;
  background: url(/img/bg13a.png) center top no-repeat;
}

.div_container4_middle{
  width: 760px;
  min-height: 1000px;
  background: url(/img/bg13c.png) center center repeat-y;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.5em;
  color: #555;
}


.div_container4_bottom{
  width: 800px;
  height: 60px;
  background: url(/img/bg13b.png) center top no-repeat;
}

.div_container5_top{
  width: 260px;
  height: 25px;
  background: url(/img/bg14a.png) center top no-repeat;
}

.div_container5_bottom{
  width: 260px;
  height: 40px;
  background: url(/img/bg14b.png) center top no-repeat;
}


.div_container3_middle{
  width: 525px;
/*  min-height: 1000px; */
  background: url(/img/bg12c.png) center center repeat-y;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.5em;
  color: #555;
}

.div_container3_bottom{
  width: 565px;
  height: 40px;
  background: url(/img/bg12b.png) center bottom repeat-y;
}



#div_left_column{
  width: 650px;
 /* background: #CCFFCC; */
  min-height: 600px;
  float: left;
  margin-top: 8px;
}

#div_left_sidebar{
  width: 185px;
  float: left;
  height: 800px;

}

#div_right_column{
  width: 370px;
  min-height: 600px;
  float: right;
  margin-top: 10px;
}

.clearer{
  clear: both;
}

.button1:link,.button1:visited {
  display: block;
  background: #454545;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: 80px;
  text-align: center;
  padding: 3px 0;
  margin: 0;
}

.button1:hover,.button1:active {
  background: #717171;
}

.container1_detail_link{
  padding: 5px 40px 0px 247px;
}

.container1_header{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 3px;
}

.container1_date{
  font-weight: bold;
  margin-bottom: 3px;
}

.pseudo_h2, #div_workarea h1{
  font-size: 25px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  color: #555;
}

.pseudo_h2a {
  font-size: 20px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  color: #555;
  text-align: center;
}

.item_detail_sidebar {
  width: 260px; position: absolute; top:-60px; right: -300px;
}

.link_small_grey_right:link,.link_small_grey_right:visited {
  color: #555;
  font-size: 11px;
  text-decoration: underline;
  float: right;
}

.link_small_grey_right:hover,.link_small_grey_right:active{
  color: #EF8801;
  text-decoration: none;
}

.div_container2{
  position: relative;
  width: 214px;
  height: 284px;
  background: url(/img/bg10.png) center center no-repeat;
  color: #555;
  float: left;
}

.div_container2_picture {
  position: absolute;
  top:23px;
  left: 28px;
  height: 147px;
  width: 159px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.div_container2_link:link, .div_container2_link:visited {
  color: #555;
  font-size: 11px;
  text-decoration: underline;
  position: absolute;
  right: 30px;
  top:230px;
  font-weight: bold;
}

.div_container2_link:hover, .div_container2_link:active{
  color: #EF8801;
  text-decoration: none;
}

.div_container2_price{
  position: absolute;
  top:200px;
  display: block;
  width: 100%;
  font-size: 22px;
  text-align: center;
  color: #da4326;
}

.div_container3_price{
  font-size: 22px;
  color: #da4326;
  text-shadow: -1px 1px 1px #555555;
  filter: dropshadow(color=#555555, offx=-1, offy=1);
}

.item_detail_price {
  font-size: 22px;
  margin: 15px 0;
  float: left;
  /* line-height: 1.5em; */
}

.item_detail_price_rent {
  font-size: 22px;
  margin: 15px 0;
  float: left;
   line-height: 1.5em;
}

.div_container2_name:link,.div_container2_name:visited {
  position: absolute;
  top:175px;
  color: #555;
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.div_container2_name:hover,.div_container2_name:active{
  color: #EF8801;
}


#ul_left_menu {
  margin: 15px 0 0 10px ;
 /* line-height: 2.5em; */

}

#ul_left_menu li a:link,#ul_left_menu li a:visited, span.active{
    font-size: 22px;
    color: #555555;
    margin-bottom: 10px;
    display: block;
    background: url(/img/leftmenu_dot.png) left center no-repeat;
    padding-left: 15px;
}

#ul_left_menu li a:hover,#ul_left_menu li a:active,#ul_left_menu li a.active, span.active{
    color: #EF8801;
    text-decoration: none;
    background: url(/img/leftmenu_dot_a.png) left center no-repeat;
}

#ul_left_menu .submenu_left{

  margin-left: 10px;
}

#ul_left_menu .submenu_left li a:link,#ul_left_menu .submenu_left li a:visited{
    font-size: 16px;
    background: none;
}

#div_top_phone{
  position: absolute;
  top: 17px;
  right: 150px;
  display: block;
  font-size: 22px;
  color: #ed8601;
 /* text-shadow: 2px 2px 2px #ffffff;
  filter: dropshadow(color=#ffffff, offx=2, offy=2);
  */
}

#div_search_box_main {
  position: absolute;
  top:87px;
  right: 2px;
}

#div_search_box{
  position: absolute;
  top:152px;
  right: 30px;
}

#div_search_box_main .input_query, #div_search_box .input_query{
  border: none;
  width: 125px;
  font-size: 12px;
  color: #646464;
}

#div_search_box_main .search_button, #div_search_box .search_button{
   border: none;
   cursor: pointer;
   font-size: 14px;
   color: #fff;
   background: transparent;
   margin-left: 20px;
   width: 90px;
  }


#header_icon_home{
 height: 14px;
 width: 20px;
 background:url(/img/top_icons.png) left top no-repeat;
 position: absolute;
 top:175px;
 left: 70px;
}

#header_icon_mail{
 height: 14px;
 width: 20px;
 background:url(/img/top_icons.png) right top no-repeat;
 position: absolute;
 top:174px;
 left: 100px;
}

#header_social_fb {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 10px;
  right: 95px;
  background: url(/img/top_icons_social.png) left top no-repeat;
  z-index: 100;
}

 

#div_top_cart {
  height: 20px;
  width: 140px;
  background: url(/img/topcart_bg.png) left top no-repeat;
  position: absolute;
  top:70px;
  right: 0px;
  padding-top: 30px;
  z-index:100;
}

#div_top_cart.mainpage {
  top:110px;
  right: -10px;
  background: none;
}

#div_top_cart .empty{
  display: block;
  background: url(/img/topcart_icon.png) left center no-repeat;
  padding-left:20px;
}

#div_top_cart .full{
  display: block;
  background: url(/img/topcart_icon_a.png) left center no-repeat;
  padding-left:20px;
}

#div_top_cart a:link,#div_top_cart a:visited{
  color: #e53230;
  text-decoration: underline;
}


#div_top_cart a:hover,#div_top_cart a:active{
  text-decoration: none;
}

.item_detail_picture {
  border: 1px solid #c3bebb;
/*  background: #fff; */


  text-align: center;
  -webkit-box-shadow:  0px 5px 10px 0px #c3bebb;
  box-shadow:  0px 5px 10px 0px #c3bebb;
  margin-bottom: 10px;
}

.item_detail_picture a img {
  line-height: 0px;
  font-size: 0px;
  vertical-align:bottom !important;
}

.item_detail_picture_more a img{
  border: 1px solid #c3bebb;
  line-height: 0px;
  font-size: 0px;
  vertical-align:bottom !important;
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  width: 130px;
  background: #FFFFFF;
  float: left;
}


.item_detail_picture_more1  a img{
  border: 1px solid #c3bebb;
  background: #fff;
  text-align: center;
  margin: 10px;
  background: #FFFFFF;
  float: left;
  line-height: 0px;
  font-size: 0px;
  vertical-align:bottom !important;
}


.item_box_detail, .item_preview_text, .item_detail_text {
  color: #555555;
  font-size: 13px;
  position: relative;
}

.div_container1_middle img {
border: 1px solid #c3bebb;
}

.item_video_detail {
  text-align: center;
  margin: 15px auto;
}

.pseudo_h3 {
  font-size: 18px;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.item_detail_text table td{
  width: 50%;
  padding: 3px 0;
  font-size: 11px;

}

.item_detail_button a:link,.item_detail_button a:visited{
  float: right;
  display: block;
  margin-top: 5px;
}

.sale_order_full_table_no_border input,.sale_order_full_table_no_border textarea, .sale_order_full_table textarea, .sale_order_full_table_no_border select{
  width: 250px;
  padding: 5px;
  border: 1px solid #a1a1a1;
}

.sale_order_full_table_no_border select {
  width: 262px;
}

.sale_order_full_table_no_border textarea, .sale_order_full_table textarea{
  height: 100px;
}

.sale_order_full_table_no_border input:focus,.sale_order_full_table_no_border textarea:focus, .sale_order_full_table textarea:focus{
 border: 1px solid #DA4326;
}

.orange_button {
  border: 1px solid #fff;
  padding: 5px 15px !important;
  background: #ED8601;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* font-weight: bold; */
  -webkit-box-shadow:  0px 2px 2px 2px #c3bebb;
  box-shadow:  0px 2px 2px 2px #c3bebb;
  cursor: pointer;
  font-size: 14px  !important;
  font-family: Arial;
  text-shadow: 0px 1px 2px #000;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);

}

.orange_button:hover {
  background: #DA4326 !important;
  color: #fff !important;
}

small {
  font-size: 11px;
}

#div_workarea p {
  margin-bottom: 15px;
}


#container {
	z-index:0;
    border: 1px solid #EF8801;
    width: 645px;
}

#slides .slidesNext,#slides .slidesPrevious {
	display: none;
}

#slides .slidesNext {
	display: none;
}

/*
	Pagination
*/

.slidesPagination {
	margin:10px 55px 0;
	float:right;
}

.slidesPagination li {
	float:left;
	margin:0 -3px;
	list-style:none;
}

.slidesPagination li a {
	display:block;
	width:24px;
	height:19px;
    padding: 5px 0 0 15px;

	/*padding-top:24px; */
    font-size: 12px;
    color: #fff;
    text-decoration: none;
	background-image:url(/img/slider_radio.png);
	background-position:0 -24px;
	overflow:hidden;
}

.slidesPagination li.slidesCurrent a {
	background-position:0 0px;
}


#div_left_column ul {
 margin: 0 0 20px 20px;
 list-style: none;
}

#div_left_column ul li{
 margin-bottom: 5px;
}

#div_left_column strong {
  font-weight: bold;
}

#top_personal_link {
 padding: 3px 0 0 20px;
 background: url(/img/topcart_icon_key.png) 2px 7px no-repeat;
}

.div_container2 {
	margin:0 20px 23px 19px !important;
}
.topproducts .div_container2 {
	margin-left:1px !important;
	margin-right:1px !important;
	margin-bottom:-20px !important;
}
.item_detail_button a:link,
.item_detail_button a:visited {
	float:left;
	margin-top:10px;
	margin-left:20px;
}
.div_container3_price_old {
	text-decoration: line-through;
}
.div_container2_price .old {
	font-size: 15px; text-decoration: line-through;
}
/* End */
/* /bitrix/templates/extremalov-new/components/bitrix/menu/top/style.css?17790979304679 */
/* /bitrix/templates/extremalov-new/components/bitrix/menu/template1/style.css?1779097930626 */
/* /bitrix/templates/extremalov-new/template_styles.css?177909793015054 */
