@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;
}
ul li, menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: inherit;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	outline: none !important;
	box-sizing: border-box;
	-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: inherit;
	transition: all .4s ease;
}
::-moz-input-placeholder{
	opacity: 1;
	color: inherit;
	transition: all .4s ease;
}
:-moz-input-placeholder{
	opacity: 1;
	color: inherit;
	transition: all .4s ease;
}
:input-placeholder{
	opacity: 1;
	color: inherit;
	transition: all .4s ease;
}
.error::-webkit-input-placeholder{
	color: #f45803;
}
.error::-moz-input-placeholder{
	color: #f45803;
}
.error:-moz-input-placeholder{
	color: #f45803;
}
.error:input-placeholder{
	color: #f45803;
}
select:invalid{
	color: #acacac;
}
option{
	color: #555;
}
: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[href^='tel'],
a.noline{
	text-decoration: none;
}
@media only screen and (min-width: 321px){
	a:hover{
		text-decoration: none;
	}
}
body{
    font: normal 14px/1.72 'PT Sans', Tahoma, Ubuntu, sans-serif;
	color: #202020;
	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: inline-block;
	width: 190px;
	height: 32px;
	margin: 0;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #7e7e7e;
	text-align: left;
	text-indent: 0;
	border: 1px solid #bebebe;
	background: #fff;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1000px rgba(255,255,255,0) !important;
	transition: all .4s ease;
}
@media only screen and (min-width: 321px){
	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{
		box-shadow: inset 0 0 0 1000px rgba(255,255,255,.05) !important;
	}
}
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{
	box-shadow: inset 0 0 0 1000px rgba(255,255,255,.1) !important;
}
input.error,
textarea.error,
select.error{
	font-weight: bold !important;
	color: #f45803 !important;
	border-color: #f45803 !important;
}
select{
	cursor: pointer;
	line-height: normal;
	padding: 0 30px 0 10px;
	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;
}
.choose-form select{
	width: 246px;
	height: 40px;
	color: #000;
	background-image: url('../images/select-black.png');
}
select::-ms-expand{
	display: none;
}
textarea{
	height: 118px;
	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;
	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;
	min-width: 164px;
	height: 40px;	   
	margin: 0;
	padding: 11px 18px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	white-space: nowrap;
	border: 0 none;
	background: #f08735;
	background: -webkit-linear-gradient(top, #f08735 0%, #d85d12 100%);
	background: -moz-linear-gradient(top, #f08735 0%, #d85d12 100%);
	background: linear-gradient(to bottom, #f08735 0%, #d85d12 100%);
	border-radius: 5px;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0) !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.small{
	height: 32px;
	padding-top: 7px;
	padding-bottom: 8px;
}
.button.dark{
	background: #4a4a4a;
	background: -webkit-linear-gradient(top, #4a4a4a 0%, #333 100%);
	background: -moz-linear-gradient(top, #4a4a4a 0%, #333 100%);
	background: linear-gradient(to bottom, #4a4a4a 0%, #333 100%);
	box-shadow: inset 0 0 0 1000px rgba(255,255,255,0) !important;
}
.button:focus{
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
@media only screen and (min-width: 321px){
	.button:hover{
		box-shadow: inset 0 0 0 1000px rgba(0,0,0,.1) !important;
	}
	.button.dark:hover{
		box-shadow: inset 0 0 0 1000px rgba(255,255,255,.2) !important;
	}
}
.button:active{
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
}
.button.active{
	cursor: default;
}
[disabled],
.disabled{
	cursor: not-allowed !important;
	-webkit-filter: grayscale(1) !important;
	filter: grayscale(1) !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
[disabled]:not(.button),
.disabled:not(.button){
	color: #aaa !important;
	border-color: #aaa !important;
	background: none !important;
}
.button.inline-table{
	padding-top: 0;
	padding-bottom: 0;
}
.button .img{
	height: 38px;
	padding-top: 2px;
	padding-right: 10px;
}
.button .img img{
	max-width: none;
	max-height: none;
}
.button .txt{
	text-align: left;
}
.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-top: 1px solid #bdbea8;
	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.col{
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-align:start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-wrap: wrap;
}
/* off */

/* text */
.plaintext h1,
.plaintext h2,
.plaintext h3,
.title{
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1;
	text-transform: none;
	color: #000;
}
.plaintext h1,
h1.title{
	margin-bottom: 40px;
	font-size: 40px;
}
.plaintext h3,
h3.title,
.title.small,
.sidebar .title,
.sidebar .plaintext h2{
	font-size: 20px;
	margin-bottom: 10px;
}
.sidebar .title,
.sidebar .plaintext h2{
	font-weight: bold;
}
.sidebar h3.title,
.sidebar .plaintext h3{
	font-size: 14px;
	font-weight: normal;
}
.plaintext blockquote{
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.72;
	color: #c9b8d0;
	background: rgba(49,22,58,.5);
}
.plaintext p,
.plaintext > img,
.plaintext hr,
.plaintext blockquote{
	margin: 0 0 16px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 16px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 16px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 16px;
	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 16px;
}
.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;
}
.orange{
	color: #f37022 !important;
}
.wrapper{
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-width: 1140px;
    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: #f7f7f7;
}
header,
footer{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
main{
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.inside{
	width: 1140px;
	margin: 0 auto;
}
/* header */
header{
	z-index: 102;
}
header .top{
	padding: 10px 0;
	background: #333;
}
header .top li.left:not(:first-child){
	margin-left: 16px;
}
header .top .active > a,
.sign a{
	color: #ed8231;
}
@media only screen and (min-width: 321px){
	header .top a:hover,
	header .top li.left:hover > a{
		color: #ed8231;
	}
}
header .top .active > a{
	cursor: default;
}
header .top .subnav{
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: -16px;
	top: 100%;
	padding: 8px 16px;
	border-top: 10px solid transparent;
	background: rgba(51,51,51,.8);
	background-clip: padding-box;
	box-shadow: inset 0 1px 0 #ed8231;
}
header .top li.open .subnav{
		opacity: 1;
		pointer-events: all;
}
@media only screen and (min-width: 321px){
	header .top li:hover > .subnav{
		opacity: 1;
		pointer-events: all;
	}
}
.sign .a{
	line-height: 1.1;
	border-bottom: 1px dashed #ed8231;
}
@media only screen and (min-width: 321px){
	.sign a:hover .a,
	.sign li:last-child .a{
		border-bottom-style: solid;
	}
	.sign li:last-child a:hover .a{
		border-bottom-style: dashed;
	}
}
.sign img{
	margin-right: 10px;
	vertical-align: -4px;
}
header .bottom{
	padding: 18px 0 19px;
	background: rgba(247,247,247,.5);
}
.logo img{
	-webkit-backface-visibility: hidden;
}
@media only screen and (min-width: 321px){
	.logo a:hover img{
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}
}
header .bottom .search{
	margin: 11px 0 0 188px;
}
header .bottom .search select{
	width: 60px;
	margin-right: 12px;
	padding-right: 18px;
}
header .bottom .search input[type='submit']{
	position: absolute;
	width: 14px;
	height: 14px;
	margin: 9px 0 0 -25px;
	border: 0 none;
	background: url('../images/search.png') no-repeat center center;
	transition: all .4s ease;
}
@media only screen and (min-width: 321px){
	header .bottom .search input[type='submit']:hover{
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}
}
header .bottom .contacts{
	color: #000;
}
header .bottom .contacts li:not(:first-child){
	margin-left: 30px;
}
header .bottom .phone{
	margin-top: 10px;
}
header .bottom .phone .code{
	margin-right: 2px;
	font-size: inherit;
	vertical-align: 5px;
}
header .bottom .phone .num{
	font-size: 20px;
}
header .bottom .email{
	margin-top: 13px;
}
/* header off */

/* content */
main{
	padding: 20px 0 79px;
}
.choose{
	overflow: hidden;
	margin: -154px 0 20px;
}
.choose .inside{
	height: 460px;
}
.choose:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url('../images/bg-choose.jpg') no-repeat center top/cover;
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	transition: all 10s ease;
}
.choose:hover:before{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.choose-form{
	margin-top: 30px;
}
.choose-form select:not(:first-child){
	margin-left: 6px;
}
.choose-form .button{
	margin-left: 30px;
}
.choose-form .button.dark{
	position: absolute;
	right: 0;
	bottom: 18px;
	margin: 0;
}
.content > :not(:first-child){
	margin-top: 30px;
}
.content > .banner.img:first-child{
	margin-top: 4px;
}
.sidebar{
	width: 263px;
}
.sidebar > :not(:first-child){
	margin-top: 20px;
}
.content.left,
.content.right{
	width: 847px;
}
.dev-banner{
	display: block;
	padding: 13px;
	border: 1px solid #f37022;
	border-radius: 5px;
}
.dev-banner .table{
	padding: 6px 0 3px;
}
.dev-banner .img{
	text-align: left;
}
.dev-banner .txt{
	width: 0;
	font-size: 12px;
	text-align: right;
}
.dev-banner .text{
	text-align: left;
}
.banner.img{
	display: block;
}
.block{
	font-size: 12px;
	border: 1px solid #e6e6e6;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 0 #e6e6e6;
}
.block h1.title,
.block h2.title,
.block .text{
	margin: 0 !important;
	padding: 20px;
}
.block h1.title,
.block h2.title{
	border-bottom: 1px solid #e6e6e6;
}
.sidebar .block h1.title,
.sidebar .block h2.title,
.sidebar .block .text{
	padding: 14px 10px;
}
.sidebar .block .week{
	padding-top: 30px;
	padding-bottom: 30px;
}
.week .txt{
	display: block;
	margin: 13px 0 0;
	font-size: 16px;
	line-height: 1;
}
.block ul.text,
.sidebar .block ul.text{
	padding: 0;
}
.block ul.text li{
	padding: 15px 10px;
}
.block ul.text li.table{
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebar .block ul.text li:not(:first-child){
	border-top: 1px solid #e6e6e6;
}
.sidebar .block ul.text .title{
	margin-bottom: 6px;
}
.sidebar .block ul.text .img{
	width: 85px;
	padding-right: 15px;
}
.sidebar .block ul.text .txt{
	text-align: left;
}
.date{
	opacity: .8;
}
.top-list{
	padding-top: 1px !important;
}
.top-list li{
	margin: 0 0 1px 1px;
	padding: 0 !important;
}
.top-list .flex{
	width: 210px;
	height: 150px;
}
.top-list .flex:not(.img){
	font-size: 16px;
	line-height: 1.25;
	color: #7e7e7e;
}
.top-list .flex .img{
	display: block;
	margin: 0 0 6px;
}
.top-list .flex a{
	text-decoration: none;
}
.block h2.title a{
	color: #f87f07;
}
@media only screen and (min-width: 321px){
	.top-list .flex a:hover,
	.question:hover,
	.sidebar .block ul.text .noline:hover{
		color: #f87f07;
	}
}
.all{
	z-index: 1;
}
.block .all{
	margin: 22px 20px 0 0;
	font-size: 14px;
}
.block .all+.all{
	margin-right: 80px;
}
.sidebar .block .all{
	margin: 12px 14px 0 0;
}
.all img{
	vertical-align: -3px;
	margin-right: 15px;
}
.expert .info{
	width: 150px;
	margin: 0 0 0 30px;
	padding: 10px 0;
	color: #7e7e7e;
}
.expert .name{
	font-size: 20px;
	color: #000;
}
.questions-list{
	width: 323px;
	margin: 0 0 0 60px;
	padding: 10px 0 0;
}
.questions-list li:not(:first-child){
	margin-top: 14px;
	padding-top: 11px;
	border-top: 1px solid #e6e6e6;
}
.questions-list li:not(:first-child):last-child{
	padding-top: 17px;
}
.question{
	font-size: 14px;
}
.answers-link{
	margin-top: 7px;
}
.questions-category{
	padding: 10px 0 0;
	width: 175px;
}
.questions-category li:not(:first-child){
	margin-top: 5px;
}
.questions-category .noline{
	display: block;
	padding: 3px 0;
	font-size: 14px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
@media only screen and (min-width: 321px){
	.questions-category .noline:hover,
	.news-link:hover{
		color: #fff;
		background: #f87f07;
	}
}
.news-list{
	padding-top: 1px;
}
.news-list.td{
	width: 423px;
}
.big-list{
	padding-right: 1px;
}
.news-list .image{
	width: 130px;
}
.big-list .image{
	width: 270px;
	padding-left: 20px;
	padding-right: 10px;
}
.news-list li{
	width: 421px;
	height: 100px;
	margin: 0 0 1px 1px;
}
.articles-list li{
	height: 114px;
}
.big-list li{
	float: none;
	width: 100%;
	height: 140px;
	margin: 0;
	padding: 0 0 1px;
}
.news-link{
	padding: 0 20px;
	text-align: left;
	border: 1px solid #e6e6e6;
}
.news-link.noborder{
	border-color: transparent;
}
@media only screen and (min-width: 321px){
	.news-link:hover{
		border-color: transparent;
	}
}
.news-link .icon{
	width: 19px;
	margin-top: 5px;
}
@media only screen and (min-width: 321px){
	.news-link:hover .icon img{
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}
}
.news-link .txt{
	display: block;
}
.news-link .icon+.txt{
	margin-left: 36px;
}
.news-title,
.news-list .date{
	display: block;
}
.news-title,
.news-text{
	overflow: hidden;
	display: block;
	display: -webkit-box;
	font-size: 14px;
	line-height: 1.428571428571429;
	max-height: 40px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.clear+.news-text{
	margin: 6px 0;
}
.articles-list .news-title{
	color: #f87f07;
	transition: all .4s ease;
}
@media only screen and (min-width: 321px){
	.articles-list .news-link:hover .news-title{
		color: #fff;
	}
	.news-link:hover .news-title{
		text-decoration: underline;
	}
}
.big-list .news-title{
	font-size: 20px;
	line-height: 1.2;
}
.subscribe{
	margin: 6px 0 -10px !important;
	padding: 6px 0;
	background: #333;
	border-radius: 5px;
	box-shadow: 0 2px 0 #e6e6e6;
}
@media only screen and (min-width: 321px){
	.subscribe:hover label{
		color: #f87f07;
	}
}
.subscribe input[type='email']{
	margin: 0 6px 0 18px;
}
.subscribe input[type='submit']{
	font-family: 'FontAwesome';
	width: 32px;
	height: 32px;
	font-size: 20px;
	vertical-align: bottom;
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 5px;
}
.subscribe input[type='submit']:focus{
	color: #fff;
	border-color: #f87f07;
	background-color: #f87f07;
}
@media only screen and (min-width: 321px){
	.subscribe:hover input[type='submit']{
		color: #f87f07;
		border-color: #f87f07;
	}
	.subscribe input[type='submit']:hover{
		color: #fff;
		border-color: #f87f07;
		background-color: #f87f07;
	}
}
.subscribe input[type='submit']:active{
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}
.yt{
	width: 422px;
	height: 100%;
	padding: 1px 0 1px 1px;
}
.yt iframe{
	width: 100%;
	height: 100%;
	border: 0 none;
}
.seo{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	font-size: 12px;
	color: #7e7e7e;
}
/* content off */

/* footer */
footer{
	padding: 20px 0 0;
	font-size: 12px;
	color: #a1a1a1;
	background: #333;
}
.footer-right{
	width: 847px;
}
.logo-footer{
	padding-top: 5px;
}
footer .desc{
	margin: 20px 0 30px;
}
.footer-nav{
	margin: 0 0 21px;
	padding: 0 0 97px;
	font-size: 14px;
	border-bottom: 1px solid #4d4d4d;
}
.footer-nav > ul > li > .noline{
	display: block;
	z-index: 2;
	height: 26px;
	line-height: 1.6;
	border-bottom: 1px solid #a1a1a1;
}
.footer-nav > ul > .active > .noline{
	color: #fff;
	border-bottom-color: #fff;
}
@media only screen and (min-width: 321px){
	.footer-nav > ul > li:hover > .noline{
		color: #fff;
		border-bottom-color: #fff;
	}
}
.footer-nav > ul > li > .noline:after{
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	margin: 0 0 0 -3px;
	content: '';
	border-style: solid;
	border-width: 3px 3px 0 3px;
	border-color: #a1a1a1 transparent transparent transparent;
	transition: all .4s ease;
}
.footer-nav > ul > .active > .noline:after{
	border-color: #fff transparent transparent transparent;
}
@media only screen and (min-width: 321px){
	.footer-nav > ul > li:hover > .noline:after{
		border-color: #fff transparent transparent transparent;
	}
}
.footer-nav .subnav{
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 50px 0 20px;
	font-size: 12px;
	background: #333;
}
.footer-nav .active .subnav{
	opacity: 1;
	pointer-events: all;
}
@media only screen and (min-width: 321px){
	.footer-nav li:hover .subnav{
		opacity: 1;
		pointer-events: all;
		z-index: 1;
	}
}
.footer-nav .subnav li{
	margin: 0 68px 4px 0;
}
@media only screen and (min-width: 321px){
	.footer-nav .subnav li a:hover{
		text-decoration: underline;
	}
}
.socials{
	margin: -3px 0 0;
	font-size: 14px;
}
.socials .inline-table{
	padding-left: 10px;
	font-size: 16px;
	vertical-align: middle;
}
.socials .flex{
	width: 28px;
	height: 28px;
	margin-left: 10px;
	color: #a1a1a1;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
}
@media only screen and (min-width: 321px){
	.socials .flex:hover{
		color: #fff;
		border-color: #fff;
	}
}
/* footer off */

/* fancybox */
.fancybox-lock{
	overflow: visible !important;
}
[class*='fancybox']{
	box-sizing: content-box;
}
.popup table tr:not(:last-child) td{
	padding-bottom: 15px;
}
.popup .fancybox-skin{
	border-radius: 5px;
}
/* fancybox off */














/* eof */