@charset "UTF-8";
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
table{
	border-spacing: 0;
}
img{
	border: none;
/*	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);*/
}
ul li, menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: inherit;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
/*	text-rendering: optimizeLegibility;*/
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
::-webkit-input-placeholder{
	opacity: 1;
	color: #7b7b7b;
	transition: all .4s ease;
}
::-moz-input-placeholder{
	opacity: 1;
	color: #7b7b7b;
	transition: all .4s ease;
}
:-moz-input-placeholder{
	opacity: 1;
	color: #7b7b7b;
	transition: all .4s ease;
}
:input-placeholder{
	opacity: 1;
	color: #7b7b7b;
	transition: all .4s ease;
}
select:invalid{
	color: #7b7b7b;
}
option{
	color: #6c6c6c;
}
.login ::-webkit-input-placeholder{
	color: inherit;
}
.login ::-moz-input-placeholder{
	color: inherit;
}
.login :-moz-input-placeholder{
	color: inherit;
}
.login :input-placeholder{
	color: inherit;
}
:focus::-webkit-input-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus:-moz-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus::-moz-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus:input-placeholder{
	opacity: 0;
	text-indent: -100px;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
	transition: all .4s ease;
}
a:hover,
a[href^='tel'],
a.noline{
	text-decoration: none;
}
body{
    font: normal 12px/1.833333333333333 Tahoma, Ubuntu, sans-serif;
	color: #6c6c6c;
	background: #fff;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: block;
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.833333333333333;
	color: #6c6c6c;
	text-align: left;
	text-indent: 0;
	border: 1px solid #a6a6a6;
	background: #fff;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: none !important;
	transition: all .4s ease;
}
header input:not([type='submit']){
	height: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
}
input.big{
	height: 40px;
}
input.big,
textarea.big{
	padding-top: 8px;
	padding-bottom: 8px;
}
input[type='text']:hover, input[type='password']:hover, input[type='email']:hover, input[type='tel']:hover, input[type='number']:hover, input[type='search']:hover, input[type='url']:hover, input[type='time']:hover, textarea:hover, select:hover,
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	border-color: #6c6c6c;
}
.search input[type='text']:focus{
	border-color: #ee6f00;
}
input.error,
textarea.error,
select.error{
	border-color: #f00;
}
select{
	cursor: pointer;
	line-height: normal;
	padding: 0 30px 0 6px;
	background: #fff url('../images/select.png') no-repeat right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
	display: none;
}
textarea{
	height: 200px;
	text-align: left;
	resize: none;
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 15px 0 0;
	vertical-align: -9px;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 100%;
}
input[type='checkbox']+.input:after,
input[type='radio']+.input:after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	content: '';
	background: #fff;
	border-radius: 100%;
	transition: all .4s ease;
}
input[type='checkbox']:checked+.input:after,
input[type='radio']:checked+.input:after{
	opacity: 1;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 40px;	   
	margin: 0;
	padding: 8px 18px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.833333333333333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	border: 1px solid #ee6f00;
	background: #ee6f00;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: none !important;
	transition: all .4s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button.blue{
	border-color: #159bd0;
	background: #159bd0;
}
header .button{
	height: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #ee6f00;
	background: #fff;
}
.button:hover{
	color: #ee6f00;
	background: #fff;
}
.button.blue:hover{
	color: #159bd0;
}
header .button:hover,
.search input[type='submit']:hover,
.search input:focus+input[type='submit'],
.search input[type='submit']:focus{
	color: #fff;
	background-color: #ee6f00;
}
.button:focus{
	opacity: .8;
}
.button:active,
.search input[type='submit']:active{
	box-shadow: inset 0 0 0 100px rgba(255,255,255,.2) !important;
}
.button.active{
	cursor: default;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: .5 !important;
	border-color: #ccc !important;
}
.button[disabled],
.button.disabled{
	color: #fff !important;
	background: #ccc !important;
	box-shadow: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.nobr{
	white-space: nowrap;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	display: block;
	clear: both;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	transition: all .4s ease;
}
.circle{
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-bottom: 1px solid #fff;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 0;
}
.table .table{
	background: none;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.td.left{
	text-align: left;
}
.td.right{
	text-align: right;
}
.td.top{
	vertical-align: top;
}
.td.bottom{
	vertical-align: bottom;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-align:center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.inline-flex{
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-align:center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex.row,
.inline-flex.row{
	-webkit-flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-align: start;
	align-content: flex-start;
}
.flex.row.around,
.inline-flex.row.around{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex .middle{
	margin: auto;
}
/* off */

/* text */
.plaintext h1,
.plaintext h2,
.plaintext h3,
.title{
	margin-bottom: 10px;
	padding-left: 40px;
	font-size: 24px;
	line-height: 1;
	color: #161515;
	text-transform: uppercase;
	background: url('../images/title.png') no-repeat left 3px;
}
.plaintext h3,
h3.title{
	font-size: 14px;
	line-height: inherit;
	color: inherit;
}
.plaintext a{
	color: #008cc4;
}
.plaintext p,
.plaintext img,
.plaintext hr{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 20px;
	padding: 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img,
.plaintext table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: .7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */
.white{
	color: #fff !important;
}
.blue{
	color: #008cc4 !important;
}
.orange{
	color: #ef7100 !important;
}

.wrapper{
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-width: 1000px;
    min-height: 100vh;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: stretch;
	-ms-flex-align: stretch;
	align-content: stretch;
/*	background: url('../images/tmp.png') no-repeat center top;*/
}
header,
footer{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.inside{
	width: 980px;
	margin: 0 auto;
}

/* header */
header{
	font-size: 11px;
}
header .top{
	cursor: default;
	background: #008cc4;
}
header .top li{
	padding: 6px 0;
}
.nav li.active{
	background: url('../images/bottom.png') no-repeat center bottom;
}
.nav li:not(:first-child){
	margin-left: 20px;
}
header .top .noline:hover,
header .top .active .noline{
	color: #8ed5f1;
}
header .top .active .noline{
	cursor: default;
}
.account li.active{
	background: url('../images/top.png') no-repeat center top;
}
.account li.manager{
	padding-left: 12px;
	background-position: left top;
}
.account li:not(:first-child){
	margin-left: 10px;
}
.account img{
	padding-right: 14px;
	vertical-align: -3px;
}
header .bottom{
	padding: 15px 0 0;
	line-height: 1.5;
}
.logo{
	margin: -3px 43px -3px 0;
}
header .bottom .phones{
	margin-right: 55px;
}
.bottom .icon{
	margin-top: 6px;
	padding: 17px 0;
}
.bottom .icon,
.bottom .icon .table{
	width: 55px;
	height: 46px;
}
.bottom .icon:before,
.bottom .icon:after{
	position: absolute;
	left: 27px;
	width: 0;
	height: 17px;
	content: '';
	border-left: 1px solid #ee6f00;
}
.bottom .icon:before{
	top: 0;
}
.bottom .icon:after{
	bottom: 0;
}
.bottom .phones .nums{
	height: 58px;
	font-size: 18px;
	line-height: 1.333333333333333;
	color: #161515;
}
.bottom .mid{
	width: 340px;
}
.bottom .mid .up{
	height: 36px;
	padding: 4px 0 0;
	border-bottom: 1px solid #dadada;
}
.socials{
	padding-top: 3px;
}
.socials li:not(:first-child){
	margin-left: 5px;
}
.socials .circle{
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #3b5998;
}
.socials .circle:before{
	display: inline-block;
	width: 0;
	height: 100%;
	content: '';
}
.socials .vk{
	border-color: #597fa9;
}
.socials .in{
	border-color: #dadada;
}
.socials .circle:before,
.socials .circle img{
	vertical-align: middle;
}
.socials .circle:hover{
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.search{
	margin: 17px 0 0;
}
.search input[type='text']{
	padding-right: 34px;
}
.search input[type='submit']{
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 100%;
	border: 0 none;
	background: url('../images/search.png') no-repeat center center;
	background-size: 14px 14px;
	border-radius: 0 3px 3px 0;
}
.search input[type='submit']:hover,
.search input:focus+input[type='submit'],
.search input[type='submit']:focus{
	background-blend-mode: color-dodge;
}
_:-ms-lang(x), .search input[type='submit']:hover{
	background-image: url('../images/search-over.png');
}
_:-ms-lang(x), .search input:focus+input[type='submit']{
	background-image: url('../images/search-over.png');
}
_:-ms-lang(x), .search input[type='submit']:focus{
	background-image: url('../images/search-over.png');
}
.search input[type='submit']:focus{
	background-size: 7px 7px;
}
.logo a:hover,
.logo-footer a:hover,
.search input[type='submit']:hover{
	opacity: .8;
}
.basket{
	color: #161515;
}
.basket .button{
	width: 100%;
	margin: 6px 0 20px;
}
.basket .in-basket{
	margin-bottom: -10px;
}
.basket .in-basket li:not(:first-child){
	margin-top: 4px;
}
/* header off */

/* content */
main{
	padding: 15px 0 60px;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.sidebar{
	width: 260px;
}
.menu{
	line-height: 1.666666666666666;
}
.menu li:not(:first-child){
	margin-top: 1px;
}
.menu li li li{
	text-transform: none;
}
.menu li a{
	position: relative;
	z-index: 1;
	display: block;
	padding: 10px;
	text-decoration: none;
	background: #159bd0;
	border-radius: 3px;
}
.menu ul:not(.submenu) > li > a{
	padding-right: 38px;
}
.menu .submenu a{
	padding-right: 28px;
	border-radius: 0;
}
.menu .submenu li:first-child > a{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.menu .submenu li:last-child > a{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.menu li:not(:first-child):before{
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 0;
	content: '';
	border-top: 1px solid #fff;
}
.menu .submenu li:not(:first-child):before{
	border-top-color: #159bd0;
}
.menu li:hover > a,
.menu .submenu a{
	background: #008cc4;
}
.menu .submenu li:hover > a{
	background: #159bd0;
}
.menu .submenu{
	pointer-events: none;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-left: 5px;
}
.menu li:hover > .submenu{
	pointer-events: all;
	opacity: 1;
	left: 100%;
}
.menu .arrow{
	position: absolute;
	z-index: 2;
	right: 9px;
	top: 50%;
	margin-top: -8.5px;
}
.menu ul:not(.submenu) > li:hover > .arrow{
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.menu .submenu .arrow{
	opacity: .5;
	margin-top: -4.5px;
}
.menu ul.submenu > li:hover > .arrow{
	opacity: 1;
}
.content.right,
.content.left{
	width: 666px;
}
.mainslider~.inside .content{
	padding-top: 50px;
}
/* content off */

/* footer */
footer{
	padding: 24px 0 20px;
	font-size: 11px;
	line-height: 2;
	color: #a0a0a0;
	border: 1px solid #dadada;
}
.logo-footer{
	margin-right: 24px;
}
footer .copy,
footer .contacts{
	margin-right: 48px;
}
.phones .nums a:hover,
footer .contacts a:hover,
footer .dev a:hover{
	text-decoration: underline;
}
footer .counter{
	padding-top: 7px;
}
/* footer off */

/* slider */
.mainslider{
	height: 491px;
	background: url('../images/slider.png') no-repeat center top;
}
.slider-box{
	overflow: hidden;
}
.caroufredsel_wrapper[style*='move']{
	cursor: url('../images/Move.cur'), auto !important;
}
.nav-slider .caroufredsel_wrapper{
	border-radius: 3px;
}
#slider,
#nav-slider{
	width: 99999px;
}
#slider .inside{
	height: 360px;
}
#slider .img{
	text-align: left;
	vertical-align: bottom;
}
#slider .txt{
	width: 400px;
	font-size: 20px;
	line-height: 1.3;
	text-align: right;
}
#slider .txt h2,
#slider .txt strong{
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	background: none;
}
#slider .txt a{
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
#slider .txt a:hover{
	border-bottom-color: #fff;
}
.nav-slider{
	position: absolute;
	right: 0;
	top: -7px;
	padding: 0 21px;
}
.nav-slider li{
	cursor: pointer;
	width: 140px;
	height: 100px;
	margin: 7px 2px;
	border: 1px solid #fdaa47;
	background: #fff;
	box-sizing: border-box;
	border-radius: 3px;
}
.nav-slider li:before{
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin: 0 0 0 -8.5px;
	font-size: 0;
	line-height: 0;
	content: url('../images/angle.png');
	transition: all .4s ease;
}
.nav-slider li.current{
	cursor: default;
	opacity: 1;
}
.nav-slider li.current:before{
	opacity: 1;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin: -13px 0 0;
}
.slider-nav.prev{
	left: 0;
}
.slider-nav.next{
	right: 0;
}
.slider-pager{
	position: absolute;
	z-index: 5;
	left: 0;
	top: 5.1%;
	width: 100%;
}
#pager{
	position: fixed;
	opacity: 0;
	top: -9999px;
}
.slider-pager a{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border: 1px solid #6c6c6c;
	background: #fff;
	border-radius: 100%;
	transition: all .4s ease;
}
.slider-pager a:hover{
	border-color: #008cc4;
	background: #008cc4;
}
.slider-pager a:hover{
	border-color: #ef7100;
	background: #ef7100;
}
.slider-pager a.selected{
	cursor: default;
}
.slider-pager span{
	display: none;
}
/* slider off */























/* eof */