

/* Start:/local/templates/new_kip_2018/components/reaspekt/ui.window/r_ui/style.css?14902227161218*/
.dashed-popup {
    border-bottom: 1px dashed;
    text-decoration: none !important;
}

.dashed-popup:hover {
	border-bottom: none;
}

div.popup-div {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: #777777;
	z-index: 500;
	filter: alpha(opacity=40); 	/*Filter for IE*/
}

.popup_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 510;
	text-align: center;
}

.popup_overlay:after {
    display: inline-block;
    width:  0;
    height: 100%;
    vertical-align: middle;
    content: ''
} 

.popup-body {
	background: #fff;
	box-shadow: 3px 3px 15px #000000;
	display: inline-block;
    vertical-align: middle;
	min-width: 150px;
    min-height: 40px;
	border-radius: 5px;
}

.button-position {
	position: relative;
}

.close-button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 17px;
	height: 17px;
	cursor: pointer;
	background:url("/local/templates/new_kip_2018/components/reaspekt/ui.window/r_ui/images/close-button-sprite.png") no-repeat top;
}

.close-button:hover {
	background: url("/local/templates/new_kip_2018/components/reaspekt/ui.window/r_ui/images/close-button-sprite.png") no-repeat 0 -17px;
}

#popupContainerComp {
	overflow-x: auto;
	overflow-y: auto;
	max-width: 900px;
	max-height: 550px;
	margin: 25px 5px 5px;
	padding: 0px 20px 20px;
}
/* End */


/* Start:/local/templates/new_kip_2018/components/fomedia/popup.link/.default/style.css?14902227164036*/
#overlay{
	background: #000000;
	display: none;
	height: 100%;
	opacity: 0.80;
	position: fixed;
	width: 100%;
	z-index: 1000;
	filter: alpha(opacity=80);
}
.pop_up{
	background: #ffffff;
	behavior: url(/bitrix/templates/fomedia_index/js/PIE.htc);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: none;
	left: 50%;
	margin: 0 0 0 -251px;
	padding: 12px 0;
	position: absolute;
	z-index: 2000;
	width: 502px;
}
.pop_up3{
	color: #000;
	font-size: 14px;
	position: relative;
}
.popup_form .popup_header{
	font-size: 36px;
	margin: 0 0 15px;
}
.pop_up .button_close{
	background: url(/local/templates/new_kip_2018/components/fomedia/popup.link/.default/images/button_close.gif) right 4px no-repeat;
	padding: 0 15px 0 0;
	position: absolute;
	right: 20px;
	top: 12px;
	z-index: 1000;
}
.popup_form input[type="text"], .popup_form textarea{
	background: #f6f8fd;
	border: 1px solid #e7e7e7;
	border-top: 1px solid #abadb5;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 4px 2px;
}
.popup_placeholder input[type="text"], .popup_placeholder textarea{
	background: #f6f8fd;
	behavior: url(/bitrix/templates/fomedia_index/js/PIE.htc);
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 8px #e5e5e5 inset;
	color: #606060;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 10px;
}
.popup_form select{
	margin: 0 0 10px;
}
.popup_form .input, .popup_form textarea{
	width: 100%;
}
.popup_form .date_input{
	width: 200px;
}
.popup_form textarea{
	height: 160px;
	resize: none;
}
.popup_form select{
	display: block;
	min-width: 200px;
}
.popup_item{
	display: block;
	margin: 0 0 5px;
}
.preloader {left: 50%; margin: -32px 0 0 -32px; position: absolute; top: 75%; z-index: 5;} /*update 3.2.1*/
.form_loading{
	display: none;
	right: 20px;
	position: absolute;
	bottom: 20px;
}
.form_loading span{
	background: url(/local/templates/new_kip_2018/components/fomedia/popup.link/.default/images/loading.gif) 0% 50% no-repeat;
	display: block;
	height: 20px;
	padding: 3px 0 0 25px;
}

.inner_content .link_on_top{
	font-size: 125%;
	position: absolute;
	right: 40px;
	top: 30px;
}
.form_reviews{
	margin: 0 0 0 160px;
}
.popup_form_page{
	position: relative;
	width: 410px;
	text-align: left;
}
.popup_form_page .popup_header{
	font-size: 18px;
	margin: 20px 0;
}

#msg_success{
	background: #fff;
	border: 3px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 5px #ccc;
	font-size: 20px;
	margin: -20px 0 0 -150px;
	padding: 10px;
	left: 50%;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 300px;
	z-index: 10;
}
.popup_placeholder .send_btn{
	background: #6fc449;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6fc449), to(#278100));
	background: -webkit-linear-gradient(#6fc449, #278100);
	background: -moz-linear-gradient(#6fc449, #278100);
	background: -ms-linear-gradient(#6fc449, #278100);
	background: -o-linear-gradient(#6fc449, #278100);
	background: linear-gradient(#6fc449, #278100);
	-pie-background: linear-gradient(#6fc449, #278100);
	behavior: url(/bitrix/templates/fomedia_index/js/PIE.htc);
	border: 1px solid #278100;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	cursor: pointer;
	padding: 10px 30px;
	position: relative;
	zoom: 1;
}
.popup_placeholder .send_btn:hover{
	background: #6fc449;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6fc449), to(#41a216));
	background: -webkit-linear-gradient(#6fc449, #41a216);
	background: -moz-linear-gradient(#6fc449, #41a216);
	background: -ms-linear-gradient(#6fc449, #41a216);
	background: -o-linear-gradient(#6fc449, #41a216);
	background: linear-gradient(#6fc449, #41a216);
	-pie-background: linear-gradient(#6fc449, #41a216);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}
input[type="text"]:-moz-placeholder , textarea:-moz-placeholder {
    color: #999;
}


/* End */


/* Start:/local/templates/new_kip_2018/components/bitrix/sale.basket.basket.small/r_small_basket/style.css?14902227161276*/
.block_cart_top {
	background: #fff url(/local/templates/new_kip_2018/components/bitrix/sale.basket.basket.small/r_small_basket/images/cart_ico.png) 13px 15px no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	height: 66px;
	overflow: hidden;
	padding: 10px 0 10px 67px;
	text-decoration: none;
	width: 106px;
}
.block_cart_top .cart-info {
	color: #000;
	display: table-cell;
	font: 14px/20px Arial;
	vertical-align: middle;
	height: 66px;
	text-align: center;
	width: 98px;
	zoom: 1;
}
.block_cart_top .cart-info .cart-quanty span {
	color: #0000ff;
	text-decoration: underline;
}
.block_cart_top .cart-info .cart-quanty {
	margin: 0 0 1px;
}
a.block_cart_top:hover .cart-info .cart-quanty span {
	text-decoration: none;
}
.block_cart_top .cart-info .cart-price span {
	color: #c12328;
	display: block;
	font-weight: bold;
}
.left-cart .block_cart_top {
	background: #fff url(/local/templates/new_kip_2018/components/bitrix/sale.basket.basket.small/r_small_basket/images/cart_ico_small.png) 10px 7px no-repeat;
	box-shadow: 0 0 7px #dcdcdc;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 40px;
	margin: 0 0 24px;
	padding: 6px 12px 12px 83px;
	width: 188px;
}
.left-cart .block_cart_top .cart-info {
	height: 40px;
	width: 188px;
	text-align: left;
}
.left-cart .block_cart_top .cart-info .cart-price span {
	display: inline;
}
/* End */


/* Start:/local/templates/new_kip_2018/components/bitrix/menu/top_menu/style.css?14902227161036*/
.header_menu ul li{
	position: relative;
}
.header_menu ul li ul{
	background: #ff8502;
	behavior: url(/bitrix/templates/fomedia_index/js/PIE.htc);
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	display: none;
	left: 0;
	padding: 12px 0 5px;
	position: absolute;
	top: 19px;
	visibility: hidden;
	z-index: 10;
}
.header_menu ul li ul li{
	display: list-item;
	float: none;
	margin: 0;
}
.header_menu ul li ul li.item_1 > a {
	background: none;
}
.header_menu ul li ul li {
	padding: 0 14px;
}
.header_menu ul li ul li a{
	background: url(/bitrix/templates/styles/images/topinnerm_div.png) 0 0 repeat-x;
	border-radius: 0;
	color: #fff;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: 100%;
	padding: 7px 0;
	text-decoration: none;
	width: 160px;
}
.header_menu ul li ul li a:hover, .header_menu ul li ul li.current > a{
	text-decoration: underline;
}
.header_menu ul li:hover > ul{
	display: block !important;
}
.header_menu ul li ul li ul{
	top: -12px !important;
}
/* End */


/* Start:/local/templates/new_kip_2018/components/bitrix/search.form/fomedia/style.css?15453159781091*/
div.search{
    background: url(/bitrix/templates/styles/images/search_area.png) 0 100% no-repeat;
    float: left;
    height: 28px;
    position: relative;
    width: 182px;
}
div.search input.search_submit{
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    height: 13px;
    outline: none;
    position: absolute;
    right: 11px;
    top: 8px;
    width: 13px;
}
div.search input.search_text{
    background: none;
    border: 0;
	color: #999999;
    font-size: 12px;
    left: 0;
    margin: 0;
    padding: 8px 0 8px 10px;
    position: absolute;
    top: 0;
    width: 140px;
}
.search_box-qresults {
    position: relative;
}
.search_box-qresults ul {
    position: absolute;
    top: 31px;
    background: #fff;
    z-index: 99;
    padding: 2px 0;
    border: 1px solid #2e353f;
}
.search_box-qresults ul li {
    padding: 4px 8px 4px;
    line-height: 14px;
    font-size: 10px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.search_box-qresults ul li:hover {
    background: #2e353f;
    color: #fff;
    cursor: pointer;
} 

/* End */


/* Start:/local/templates/new_kip_2018/components/bitrix/breadcrumb/.default/style.css?1490222716947*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/local/templates/new_kip_2018/components/bitrix/breadcrumb/.default/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/local/templates/new_kip_2018/components/bitrix/menu/catalog_menu1_footer/style.css?1499176546702*/
/* 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(/local/templates/new_kip_2018/components/bitrix/menu/catalog_menu1_footer/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;
}
.conf-link{	
    text-align: center;
}
.conf-link-form{
	text-align: center;
	padding-top: 13px;
    font-size: 12px;
}


/* End */


/* Start:/local/templates/new_kip_2018/styles.css?15844420301381*/
.g-mr-15 {margin-right: 15px}

.tovar_info img{
	    max-height: 190px;
    max-width: 260px;
}

.text-prew{
	    min-height: 55px;
    text-align: center;
    padding: 0px 15px 0px 15px;z
}
.catalog-controls__left-side.g-mr-15 a {
    padding-left: 10px;
}

.items-box__price {
    text-align: center;
    height: 30px;
    line-height: 30px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #F34541;
	font-weight: bold;
}
.catalog-controls__right-side a[href*=count] {
    padding: 3px;
}

table.variant td.price {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: red;
}.g-mr-15 {
    margin-right: 15px;
    padding-top: 4px;
}
.rest-buy{
position: absolute;
    top: -10px;
    z-index: 100;
    right: -10px;
    width: 100px;
    text-align: center;
    font: 13px/19px "Exo 2", Arial, sans-serif;
    height: 20px;
    font-size: 12px;
    border-radius: 8px;
    background: mediumseagreen;
    color: white;
}
.rest-buy-not{
position: absolute;
    top: -10px;
    z-index: 100;
    right: -10px;
    width: 100px;
    text-align: center;
    font: 13px/19px "Exo 2", Arial, sans-serif;
    height: 20px;
    font-size: 12px;
    border-radius: 8px;
    background: #f34541;
    color: white;
}

.cat-description {
    text-align: center;
    font-size: 10px;
    padding: 5px;
}
.before_catalog {
	margin-top: 20px;
}

/* End */
/* /local/templates/new_kip_2018/components/reaspekt/ui.window/r_ui/style.css?14902227161218 */
/* /local/templates/new_kip_2018/components/fomedia/popup.link/.default/style.css?14902227164036 */
/* /local/templates/new_kip_2018/components/bitrix/sale.basket.basket.small/r_small_basket/style.css?14902227161276 */
/* /local/templates/new_kip_2018/components/bitrix/menu/top_menu/style.css?14902227161036 */
/* /local/templates/new_kip_2018/components/bitrix/search.form/fomedia/style.css?15453159781091 */
/* /local/templates/new_kip_2018/components/bitrix/breadcrumb/.default/style.css?1490222716947 */
/* /local/templates/new_kip_2018/components/bitrix/menu/catalog_menu1_footer/style.css?1499176546702 */
/* /local/templates/new_kip_2018/styles.css?15844420301381 */
