

/* Start:/local/templates/itnakhodka_temp/ajax/ajax.css?14858195373187*/
.cssload-loader {
	display: block;
	margin:0 auto;
	width: 29px;
	height: 29px;
	position: relative;
	border: 4px solid rgb(0,0,0);
	animation: cssload-loader 2.3s infinite ease;
		-o-animation: cssload-loader 2.3s infinite ease;
		-ms-animation: cssload-loader 2.3s infinite ease;
		-webkit-animation: cssload-loader 2.3s infinite ease;
		-moz-animation: cssload-loader 2.3s infinite ease;
		    position: fixed;
    top: 500px;
    left: 50%;
    z-index: 999;
}

.cssload-loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: rgb(0,0,0);
	animation: cssload-loader-inner 2.3s infinite ease-in;
		-o-animation: cssload-loader-inner 2.3s infinite ease-in;
		-ms-animation: cssload-loader-inner 2.3s infinite ease-in;
		-webkit-animation: cssload-loader-inner 2.3s infinite ease-in;
		-moz-animation: cssload-loader-inner 2.3s infinite ease-in;
}





@keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-o-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-ms-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-webkit-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-moz-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}
/* End */


/* Start:/local/templates/itnakhodka_temp/components/bitrix/main.register/registration/style.css?15133229223539*/
.main-user-consent-request-popup-cont
{
min-height: 500px;
position: absolute;
top: 50%;
left: 50%;
margin: 0 auto;
padding: 20px;
min-width: 500px;
background: #fff;
text-align: center;
}
.main-user-consent-request
{
padding: 1px 44px;
display: block;
font-size: 12px;
color: #fff;
text-align: center;
	margin-bottom: 23px;
}
.main-user-consent-request input
{
	float:left;
}
.main-user-consent-request a
{
	color: #595959;
}
.bx-auth-reg form
{
	background: #efefef;
    width: 512px;
    margin: auto;
	padding-top: 35px;
	padding-bottom: 25px;
    margin-bottom: 60px;
	
}
.step-to-step
{
	background: #efefef;
    width: 512px;
    margin: auto;
    padding: 53px 0px;
    text-align: center;
	margin-bottom: 65px;
}
.step-to-step p
{
	opacity: 0;
	transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
}
.bx-auth-reg dd
{
	margin: 0;
}
.bx-auth-reg dt
{
	position: absolute;
    font-size: 10px;
    margin-top: 4px;
    margin-left: 9px;
    text-transform: uppercase;
}
.bx-auth-reg dd input
{
    height: 27px;
    width: 350px;
    margin: 0;
    padding: 11px 0px 0px 5px;
    font-size: 17px;
    text-transform: uppercase;
	border: 1px solid #a5a5a5;
}
.bx-auth-reg dd input:focus
{
	    border: 1px solid #d54800;
    outline: 0px;
}
.bx-auth-reg dl
{
	display: block;
    width: 360px;
    margin: auto;
	text-align: center;
	margin-bottom: 12px;
}
.bx-auth-reg h1, .bx-reg-step  h1
{
	text-align: center;
    text-transform: uppercase;
    font-size: 26px;
}
.bx-auth-reg .captcha dd
{
	float: left;
}
.bx-auth-reg .captcha input
{
	width: 172px;
    height: 27px;
}
.bx-auth-reg p
{
	text-align: center;
    font-size: 12px;
    color: #d50000;
    text-transform: uppercase;
	padding: 2px 30px;
}
div.captcha
{
	text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
	font-weight: bold;
}
.infomes:before
{
	content: 'Поле обезательно для заполнения';
}
#ferror
{	
	background: #d20e0e;
    width: 45px;
    height: 40px;
    position: absolute;
    margin-left: 313px;
    margin-top: 0px;
	display: block;
	
}
#ferror:after
{  content: "";
    width: 31px;
    margin: auto;
    margin-top: 4px;
    display: block;
    height: 28px;
    background: url(/local/templates/itnakhodka_temp/components/bitrix/main.register/registration/images/error-icon.png) no-repeat;
}
#ferror span
{
	    position: absolute;
    margin-left: 23px;
    text-align: left;
    padding: 4px 9px;
	height: 32px;
    width: 308px;
	opacity: 0;
    font-size: 13px;
    color: #fff;
    background: #560505;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#ferror:hover > span
{
	opacity: 1;
 -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.step-to-step .error
{
	color:#E30003;
}
.step-to-step .error:after
{
	    content: '\2716';
    margin-left: 16px;
}

.step-to-step .ok
{
	color:#017A00;
}

.step-to-step .ok:after
{
	   content: '\2714';
    margin-left: 16px;
}
.submitbut
{
	text-align: center;
    background: #d34b1c;
    color: #fff;
    width: 327px;
    margin: auto;
    padding: 11px;
	cursor: pointer;
}
/* End */


/* Start:/local/templates/itnakhodka_temp/components/bitrix/system.auth.form/auth/style.css?15131500662934*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/templates/itnakhodka_temp/components/bitrix/system.auth.form/auth/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/templates/itnakhodka_temp/components/bitrix/system.auth.form/auth/images/sec-unlocked.png);}

dl.auth-lbl-box 
{
	
}
dl.auth-lbl-box dt
{
	position: absolute;
	font-size: 10px;
    margin-top: 4px;
    margin-left: 6px;
    text-transform: uppercase;
    color: #a0a0a0;
}
dl.auth-lbl-box dd
{
	margin: 0;
}
dl.auth-lbl-box dd input
{
	height: 27px;
   	width: 250px;
    margin: 0;
    padding: 11px 0px 0px 5px;
    font-size: 17px;
        border: 1px solid #c3c3c3;
	
}
.bx-system-auth-form form
{
    width: 260px;
    margin: auto;
    padding: 22px 41px;
    background: #f9f9f9;
    border: 1px solid #dedede;
}
.bx-system-auth-form h1
{
	text-align: center;
    text-transform: uppercase;
    font-size: 26px;
}
.bx-system-auth-form p
{
	font-size: 12px;
    color: #f00;
    text-transform: uppercase;
    position: absolute;
    margin-top: -17px;
    margin-left: 30px;
}
.bx-system-auth-form div.submmit
{
	width: 260px;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 9px 0px;
    background: #d54800;
    display: block;
    text-align: center;
}
.bx-system-auth-form h2
{
	text-align: center;
    font-size: 38px;
    font-weight: 100;
    margin-top: 167px;
}
.flogin a
{
	width: 260px;
    margin: auto;
    display: block;
    font-size: 11px;
    text-align: center;
    margin-top: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #585858;
}
.newreg a
{
	
    margin: auto;
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #d54800;
}
.remember label
{
	display: inline-block;
  
}
.remember label:before
{
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    left: 0;
    text-transform: uppercase;
    top: 3px;
    background-color: #aaa;
}


.chekbox:not(checked)
{
	position: absolute;
    opacity: 0;
    width: 16px;
    height: 22px;
    z-index: 99;
    margin: 0;
    cursor: pointer;	
}

.remember label:before {
	border-radius: 3px;
}
 input[type="checkbox"]:checked + label:before {
    content: "";
    background: #d54800;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}
.remember 
{
	text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 11px;
    margin-bottom: 17px;
    font-size: 12px;
}
/* End */


/* Start:/local/templates/itnakhodka_temp/components/bitrix/menu/catindex_menu/style.css?1531623835995*/
.catindexmenu
{
    height: 260px;
    width: 1200px;
    margin: auto;
    padding: 0;
}
.incat{
/*	border: 20px solid transparent;
    border-top: 20px solid #000000;
  */
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: #d54700;
    border-bottom: 1px solid #bbb;
    margin-bottom: 10px;
    padding: 8px 0;
}
.catindexmenu li
{
list-style-type: none;
    float: left;
    margin: 0 25px;
    display: block;
    width: 342px;
    margin-bottom: 9px;
    margin-top: 9px;
    text-align: center;
}
.catindexmenu li a
{
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted #8c8c8c;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
}
.catindexmenu li a:hover
{
transition: 0.5s;
    color: #b90404;
}
.catindexmenu li a.selected
{
background: #d50000;
}

.catindexmenu li a.selected:hover
{
color: #ffffff;
}
    
.imenubg
{
    width: 100%;
	    background: #101010;
    border-bottom: 5px solid #000;

}
/* End */


/* Start:/local/templates/itnakhodka_temp/components/bitrix/menu/top_menu/style.css?1482688050581*/
/* 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/itnakhodka_temp/components/bitrix/menu/top_menu/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:/local/templates/itnakhodka_temp/components/bitrix/breadcrumb/breadcrumb/style.css?14857569131703*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}
.Breadcrumbs a
{
	background: #ddd;
    padding: 4px 12px;
    text-decoration: none;
    color: #444;
    padding-left: 17px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
	margin-right: 7px;
}
.Breadcrumbs
{
        margin: 14px 0;	}
	.Breadcrumbs a:after
	{
	content: '';
    position: absolute;
    top: 0px;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 8px solid #ddd;
    right: -8px;
	}
		.Breadcrumbs a:hover::after 
		{
			border-left-color: #d54700;
			    transition: 0.5s;
		}
		.Breadcrumbs a:before
		{
    content: '';
    position: absolute;
    top: 0px;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 8px solid #ffffff;
    left: 0;
		}
		.Breadcrumbs a:hover
		{
	background: #d54700;
    color: #fff;
    text-shadow: none;
	    transition: 0.5s;
		}
		.Breadcrumbs span
		{
			    margin-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
		}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/itnakhodka_temp/styles.css?15361958981432*/
/* slider */
#slider {

    position: relative;
    height: 165px;
    width: 1200px;
    margin: auto;
    border: 2px solid #d6d6d6;
    margin-top: 25px;
    margin-bottom: 5px;
}
#slider ul{
    display: block;
    height: 100%;
    margin: 0;
    padding: 0
}
#slider li{ 
    list-style: none;
    display: block;
    margin: auto;
    padding-top: 40px;
    height: 125px;
}
	
#slider li p{    
    background-color: rgba(0, 0, 0, 0.72);
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 18px 0 20px 0;
    text-decoration: none;
    margin: 0;
	}
#slider a{ text-decoration: none;}

.slide
{
 position: absolute;
    left: 0px;
    top: 0px;
	opacity: 0;
    z-index: 1;
	 width: 100%;
	 -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.showing{
    opacity: 1;
    z-index: 2;
}
.footer{
	width: 1200px;
    margin: auto;
}
.clientblock
{
	width: 350px;
    color: #fff;
    float: left;
}
.clientblock ul
{
	list-style: none;
	margin: 0;
    padding: 0;
}

.clientblock a, a:hover
{
	color:#ffffff;
	text-decoration: none;
}
.footer{
	padding-top: 15px;
}
.footer h3
{
	background: #fff;
    width: 190px;
    color: #000;
    padding: 5px 0px 5px 21px;
}
.contactform 
{
	    width: 410px;
    color: #fff;
    float: right;
}

/* End */


/* Start:/local/templates/itnakhodka_temp/template_styles.css?16122367938569*/
﻿@charset "UTF-8";
/*
	@media screen and (min-width: px) and (max-width: px) {
		
	}
	font-family: 'PT Serif', serif;
	
	-webkit-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5),0 1px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5),0 1px 0 rgba(0,0,0,0.3);
    box-shadow: 0 15px 10px -10px rgba(0,0,0,0.3),0 1px 0 rgba(0,0,0,0.1);
	
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
*/
html, body {margin:0; padding:0; height:100%;}
@font-face {
    font-family: GOTHIC; 
    src: url(/local/templates/itnakhodka_temp/fonts/GOTHIC.ttf);
   }
body {margin:0; font-family: GOTHIC; }

a img {border:none;}
a {color: #42657b;}
a:hover { color: #900;}
header, footer, section, article, aside { display: block;}
.clb {clear:both;height:0px;}
.container {}
.thead {
	background-color: #282829;
    width: 100%;
    height: 40px;
    position: relative;
	}
	.head-flow{
	position: fixed;
    z-index: 99;
    top: -100px;
	}
	.head-flow-active{
	position: fixed;
    z-index: 99;
    top: 0px;

	}
.theadmenu{
	width:1200px;
	margin:auto;
	}
.catmenu{ 
    background-image:url(/local/templates/itnakhodka_temp/images/catmenu.png); 
	width: 153px;
    height: 40px;
    display: block;
	}
	a.catmenu{
	text-align: center;
    left: 10px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 20px;
    line-height: 39px;
    text-transform: uppercase;
	float:left;
	}

	#evalga_informer_location
	{
		position: relative;
    width: 89px;
    float: left;
    font-size: 14px;
    padding-left: 28px;
    color: #fff;
    height: 29px;
    background: no-repeat;
    background-position: 10px;
       background-image: url(/local/templates/itnakhodka_temp/images/geo.png);
    border-bottom: 2px dashed #f1f1f1;
    line-height: 33px;
	}
	.select_cat
	{
    margin-top: 8px;
    text-transform: uppercase;
    color: #777777;
    font-size: 13px;
	}
	.select_cat span
	{
    float: left;
    margin-left: 6px;
    cursor: pointer;
	}
 .search-cat
	{
		width: 277px;
    	margin: 0;
		position: absolute;
    	z-index: 99;
		margin-left: 90px;
	}
	.search-cat	ul
	{
		margin: 0;
		padding: 0;
	}
	.search-cat a
	{
		cursor: pointer;
		color: #000;
	}
	
.search-cat li
	{
		display: none;
		background: #f7f7f7;
   		list-style: none;
    	padding: 8px;
    	border-bottom: 1px solid #d4d4d4;
    	font-size: 13px;
	}
	.search-cat .selected.active
	{
	display: block;
	background: none;
	border: none;
	padding: 0;
		
	}
	.search-cat .active a
	{
	border-bottom: #b9490d dashed 1px;
    color: #b9490d;
    margin-left: 6px;
    cursor: pointer;
	}
	
	.search-cat li ul
	{
		display: none;
	}
	.search-cat .active
	{
			display: block;
		padding-left: 11px;
    background: #fdfdfd;
		
	}
	.righttop 
	{
		float:right;
		}
	.sumcart{
	position: absolute;
    display: block;
    margin-left: -60px;
    top: 6px;
    color: #fff;
	
	
	}
	.sumcart:after
	{
		    content: 'a'!important;
    display: inline!important;
    font-family: "WD_ALSRuble"!important;
    text-transform: lowercase!important;
	}
	.carttop
	{
		position: relative;
    width: 89px;
    float: left;
    font-size: 14px;
    padding-left: 28px;
    color: #fff;
    height: 29px;
    background: no-repeat;
    background-position: 10px;
    background-image: url(/local/templates/itnakhodka_temp/images/carmini.png);
    line-height: 33px;
    text-decoration: none;
	}
	.righttop a:hover
	{
		color: #f00;
	}
	.lctop
	{
		position: relative;
    width: 133px;
    float: left;
    font-size: 14px;
    padding-left: 28px;
    color: #fff;
    height: 29px;
    background: no-repeat;
    background-position: 10px;
    background-image: url(/local/templates/itnakhodka_temp/images/lcimg.png);
    line-height: 33px;
    text-decoration: none;
	}


/*

	.headbg
	{
		background-image: url(/local/templates/itnakhodka_temp/images/bgheadNY.jpg);
		height: 164px;
		--borderWidth: 2px;
		
	}
	*/
	.headbg:after {
		content: '';
		display: block;
		position: relative;
		top: calc(-1 * var(--borderWidth));
		left: calc(-1 * var(--borderWidth));
		height: calc(3% + var(--borderWidth) * 1);
		width: calc(100% + var(--borderWidth) * 1);
		background: linear-gradient(60deg, #4e0000, #ff0000);
		border-radius: calc(0 * var(--borderWidth));
		z-index: -1;
		animation: animatedgradient 3s ease alternate infinite;
		background-size: 300% 300%;
	  }
	  /*
	  .headbg:after {
		content: '';
		display: block;
		position: relative;
		top: calc(-1 * var(--borderWidth));
		left: calc(-1 * var(--borderWidth));
		height: calc(3% + var(--borderWidth) * 1);
		width: calc(100% + var(--borderWidth) * 1);
		background: linear-gradient(60deg, #490000, #ff0000);
		border-radius: calc(0 * var(--borderWidth));
		z-index: -1;
		animation: animatedgradient 3s ease alternate infinite;
		background-size: 300% 300%;
	  }
	  */
	  
	  @keyframes animatedgradient {
		  0% {
			  background-position: 0% 50%;
		  }
		  50% {
			  background-position: 100% 50%;
		  }
		  100% {
			  background-position: 0% 50%;
		  }
	  }
	
	.headbg
	{
		background-image: url(/local/templates/itnakhodka_temp/images/bghead.jpg);
		height:  150px;
		border-bottom: solid 4px #bb0707;
	}

	

	.indexhead
	{
		width:1200px;
	margin:auto;
		height:  150px;
	}
	
	.logo
	{
		background-image: url(/local/templates/itnakhodka_temp/images/logo.png);
		width: 150px;
		top: 19px;
		position: relative;
		height: 98px;
		float: left;
	}
	
	/*NYlogo
	.logo
	{
		background-image: url(/local/templates/itnakhodka_temp/images/logoNY.png);
		width: 150px;
		top: 5px;
		position: relative;
		height: 130px;
		float: left;
	}
	*/
	.topmenu{
	float: left;
    position: relative;
    top: 36px;
    text-transform: uppercase;
    width: 715px;
    margin-left: 73px;
	}
	.topmenu ul
	{
		margin:0;
	}
	.topmenu li
	{
		float: left;
    list-style-type: none;
    margin-right: 18px;
    font-size: 14px;
    
	}
	.topmenu li a
	{
		text-decoration:none;
		    color: #211c1c;
	}
	
	.topmenu li a:hover
	{
		color: #d44600;
	}
	.searchform
	{
		    float: left;
    position: relative;
    top: 48px;
    margin-left: 113px;
	}
	.searchform .search-suggest
	{
	padding: 7px;
    font-size: 12px;
    width: 385px;
	float: left;
	border: 1px solid #000000;
	}
	.searchform .search_button
	{
		color: #fff;
    background: #000;
    border: 0;
    padding: 7px;
    width: 104px;
    height: 30px;
	cursor: pointer;
	}
	.searchform .search_button:hover
	{
	 background:#d54700;
	}
	.searchform .search_button:focus
	{
		outline: none
		}
	.searchform .search-suggest:focus
	{
		border: 1px solid #d54700;
    box-shadow: none;
    outline: none;
	}
	
	.live-search{
	position: absolute;
    width: 400px;
	padding: 0;
    margin: 0;
		    z-index: 1;
	}
	.live-search li
	{
	width: 399px;
     display: table;
    background: #fff;
    border: 1px solid #000;
	 text-overflow: ellipsis;
	 overflow: hidden;
	 white-space: nowrap;
	}
	.live-search a
	{
	height: 52px;
    display: table-cell;
    vertical-align: middle;
	}
	.live-search img
	{
	float: left;
    margin: 6px;
    border: 2px solid;
    border-radius: 28px;
	}
	.live-search .title
	{
	float: left;
    padding: 19px 0px;
    font-size: 14px;
    width: 213px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	}
	.live-search .price
	{
	float: right;
    color: #fff;
    border: none;
    height: 20px;
    font-size: 14px;
    padding: 2px;
    margin: 16px;
    text-align: center;
    width: 89px;
    display: block;
    background: #027b01;
	}
	.live-search  li.counter
	{
	position: relative;
    z-index: 99;
    display: block;
    background: #fff;
    text-align: center;
    border: 1px solid #000;
    width: 399px;
    padding: 13px 0;
    font-size: 14px;
    color: #ce4500;
	}
	.contacttop
	{
	float: left;
    position: relative;
    top: 19px;
    margin-left: 115px;
    font-size: 18px;
		
	}
	.emailtop{
	    float: left;
    font-size: 15px;
    margin-top: 10px;
    text-transform: uppercase;
}
	.buttopcon{
    width: 79px;
    padding: 2px 11px 4px 26px;
    float: left;
    background: #000;
    color: #ffffff;
    font-size: 13px;
    margin-top: 8px;
    margin-left: 12px;
    text-transform: uppercase;
	}


.wrappe
{
	    width: 1200px;
    margin: auto;
	   min-height: 500px;
}
.content
{
	float: left;
	box-sizing: border-box;
    min-height: 100%;
	width:1200px;
}

.cartnum
{
position: absolute;
    background: #f00;
    color: #fff;
    width: 16px;
    height: 15px;
    border-radius: 18px;
    text-align: center;
    font-size: 12px;
    padding: 1px;
    margin-top: 3px;
    z-index: 2;
}

.footerbg
{
	    width: 100%;
    background: #2d2d2d;
    clear: both;
    height: 200px;
   
}
#modal-login
{
	display:none;
}



/* End */
/* /local/templates/itnakhodka_temp/ajax/ajax.css?14858195373187 */
/* /local/templates/itnakhodka_temp/components/bitrix/main.register/registration/style.css?15133229223539 */
/* /local/templates/itnakhodka_temp/components/bitrix/system.auth.form/auth/style.css?15131500662934 */
/* /local/templates/itnakhodka_temp/components/bitrix/menu/catindex_menu/style.css?1531623835995 */
/* /local/templates/itnakhodka_temp/components/bitrix/menu/top_menu/style.css?1482688050581 */
/* /local/templates/itnakhodka_temp/components/bitrix/breadcrumb/breadcrumb/style.css?14857569131703 */
/* /local/templates/itnakhodka_temp/styles.css?15361958981432 */
/* /local/templates/itnakhodka_temp/template_styles.css?16122367938569 */
