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,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,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}td{vertical-align: top}img {border: 0;}

html, body {
	width: 100%;
	height: 100%;
	background: #fff;
}

body {
	font-family: 'Verdana', sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #666666;
}

i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}

h1, h2, h3 {
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 3.2em;
	line-height: 1em;
	margin-top: .8em;
	margin-bottom: .4em;
	text-align: left;
}
.birka + h1 {
	margin-top: .2em;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.9em;
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: .5em;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 3em;
	margin-bottom: 0;
	font-weight: bold;
}

a,
.plink,
table.spec a span {
	color: #f9461c;
	text-decoration: none;
	border-bottom: 1px solid rgba(249, 70, 28, 0.2);
	transition: border .2s;
}
a:hover,
.plink:hover,
table.spec a:hover span {
	border-color: rgba(249, 70, 28, .8);
	cursor: pointer;
}
.plink {
	border-style: dotted;
}
.white-link {
	color: rgba(255, 255, 255, .8);
}
.white-link a {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, .3) !important;
}
.white-link a:hover {
	border-color: rgba(255, 255, 255, .9) !important;
}
ul, ol {
	padding: 0;
	margin: 0 0 1.5em 0;
}
ul li {
	list-style: none;
	margin: 0 0 0 1.5em;
}
ul.multi > li {
	list-style: none;
	margin: 0 0 .5em 1.5em;
}
ul ul li {
	margin-left: 3em;
}
ul.multi ul {
	margin: -.5em 0 .5em 0;
}
ol li {
	margin-bottom: 10px;
	list-style: decimal;
}
strong {font-weight: bold;}
em {font-style: italic;}
sub {
	font-size: .7em;
	vertical-align: sub;
}
sup {
	font-size: .7em;
	vertical-align: super;
}

.wrap_main {
	min-width: 1000px;
	width: 100%;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	background: #ff6319;
	background: -moz-linear-gradient(-45deg,  #ff6319 0%, #f9461c 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff6319), color-stop(100%,#f9461c));
	background: -webkit-linear-gradient(-45deg,  #ff6319 0%,#f9461c 100%);
	background: -o-linear-gradient(-45deg,  #ff6319 0%,#f9461c 100%);
	background: -ms-linear-gradient(-45deg,  #ff6319 0%,#f9461c 100%);
	background: linear-gradient(135deg,  #ff6319 0%,#f9461c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6319', endColorstr='#f9461c',GradientType=1 );
}

.main_page {
	height: 100%;
	height: auto !important;
	min-height: 100%;
	position: relative;
	background: #fff;
	border: 10px solid #ff6319;
	box-sizing: border-box;
}

.main_page .adress,
.main_page .phone,
.main_page .copy,
.main_page .tf {
	position: absolute;
}
.main_page .adress {
	top: 20px;
	left: 40px;
}
.main_page .phone {
	top: 20px;
	right: 40px;
}
.main_page .phone strong {
	color: #fff;
}
.main_page .copy {
	bottom: 20px;
	left: 40px;
}
.main_page .logo {
	width: 382px;
}
.main_page .tf {
	bottom: 20px;
	right: 40px;
}
.main_page .tf sup {
	font-size: .7em;
	vertical-align: .6em;
}

.main_page .main_block {
	width: 50%;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 25%;
	margin: 0;
}
.main_page .main_block  {
	text-align: center;
}
.main_page .main_block img {
	margin-bottom: 1.3em;
}
.main_page .main_block .menu {
	margin: 3em 0;
}
.main_page .main_block .query {
	text-align: left;
	margin: 0 5% 0 23%;
}

.main_page header .alogo {
	display: none;
}

.query div {
	line-height: 1.2em;
	margin-top: .4em;
	font-size: .9em;
}
.query a {
	position: relative;
	text-decoration: none;
	border-bottom: 1px solid rgba(249, 70, 28, 0.2);
	transition: border .2s;
}
.query a:hover {
	border-color: rgba(249, 70, 28, .8);
	cursor: pointer;
}
.query a:before {
	display: block;
	width: 25px;
	height: 36px;
	position: absolute;
	top: -5px;
	left: -36px;
	background: url('i/query-icon.png') no-repeat top left;
	content: '';
}

.block_cols .query,
table.spec .query,
.item_page .query {
	background: rgba(249, 70, 28, .03);
	padding: 20px 25px 25px 50px;
	margin-left: -50px;
}
.item_page .query {
	margin: 3em 0 0 -10px;
}
.block_cols .query a:before,
table.spec .query a:before,
.item_page .query a:before {
	background-position: left bottom;
}

.menu span {
	position: relative;
	margin-right: 40px;
}
.menu span:after {
	content: '•';
	position: absolute;
	top: 0;
	right: -40px;
	width: 40px;
	text-align: center;
	font-size: .6em;
	line-height: 2em;
}
.menu span:last-child:after {
	content: '';
}
.menu span:last-child {
	margin: 0;
}

.wrap_padding {
	padding: 10px;
}
.wrap_white {
	background: #fff;
	padding: 50px 15% 20px;
}

.wrap_white header .logo {
	width: 132px;
}
.wrap_white header > a {
	float: left;
	margin-right: 30px;
}
.wrap_white header nav {
	line-height: 32px;
	font-size: .9em;
	float: left;
}

.wrap_main footer {
	padding: 20px 0 60px;
	position: relative;
	font-size: .9em;
}
.wrap_main footer > div {
	float: left;
}
.wrap_main footer .copy {
	width: 16%;
	margin-left: 3%;
}
.wrap_main footer .adress,
.wrap_main footer .phone {
	width: 22%;
	margin-left: 2%;
}
.wrap_main footer .tf sup {
	font-size: .8em;
	vertical-align: .6em;
}
.wrap_main footer .tf {
	width: 30%;
	text-align: right;
}

.block_cols .left_box {
	width: 70%;
	float: left;
	margin-right: 5%;
}
.block_cols .factoid {
	width: 25%;
	float: left;
}
.block_cols .factoid .head {
	font-size: 4em;
	line-height: 1em;
	color: #ff6319;
}
.block_cols .factoid .body {
	color: #000;
	line-height: 1.4em;
}
.block_cols .factoid .body span {
	color: #ff6319;
}
.block_cols .factoid .hint {
	font-size: 80%;
	line-height: 1.4em;
}

.block_cols .col1,
.block_cols .col2 {
	float: left;
	width: 46%;
}
.block_cols .col1 {
	margin-right: 8%;
}

.block_cols .icon-time,
.block_cols .icon-price {
	padding-top: 45px;
	position: relative;
}
.block_cols .icon-time:before,
.block_cols .icon-price:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('i/about-icons.png') no-repeat 0 0;
}
.block_cols .icon-price:before {
	background-position: 0 -40px;
}

.equip_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}
.equip_list .equip_item {
	display: -webkit-inline-flex;
 	display: inline-flex;
	width: 20%;
	margin: 0 10px 10px 0;
	border-radius: 10px;
	background: rgba(0, 0, 0, .07);
	font-size: 80%;
	line-height: 1.3;
	position: relative;
	min-height: 130px;
}
.equip_list a.equip_item {
	background: rgba(249, 70, 28, 0.07);
	border: 0;
}
.equip_list a.equip_item:hover {
	background: rgba(249, 70, 28, 0.15);
}
.equip_list .equip_item .name {
	padding: 10px 10px 30px 15px;
}
.equip_list .equip_item .soon {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 80%;
	opacity: .5;
}

.content_footer {
	background: url('i/bg_white.png') no-repeat right bottom;
	padding-bottom: 2.5em;
	min-height: 100px;
	margin-top: -1px;
}
.content_footer .label {
	font-size: .8em;
	color: #808285;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.content_footer .link {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
}

.imp_block {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #000;
	padding: 1em 0;
}

.block_cols .list {
	float: left;
	width: 45%;
	margin-right: 10%;
}
.block_cols .list:nth-child(2) {
	margin-right: 0;
}
.block_cols .list .name {
	color: #000;
	font-weight: bold;
	margin-top: 1.5em;
}
.block_cols .list ul li,
.block_cols .list .desc {
	font-size: .95em;
	line-height: 1.4em;
}
.block_cols .list p {
	margin-bottom: 1em;
}

.buble {
	padding-left: 100px;
	margin: 3em 0;
	background: url('i/buble-icon.png') no-repeat 0 0;
}

.PDF {
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 10px;
	margin-bottom: 30px;
}

.contacts {
	margin-bottom: 2em;
}
.contacts th {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .7em;
	padding-bottom: .2em;
}
.contacts td {
	width: 33%;
	padding-right: 3%;
}

.content_block .birka {
	padding: 0 5px;
	border-radius: 4px;
}
.content_block .birka.red {
	color: #fff;
	background: #E40808;
}
.content_block .map {
	height: 450px;
	background: rgba(0, 0, 0, 0.05);
}

form table {
	width: 100%;
}
form .label {
	width: 15%;
	padding-top: .2em;
}
form h2 {
	margin: 1.5em 0 .2em;
}
form p {
	margin-bottom: 1em;
}
form .input {
	outline: none;
	border: 1px solid rgba(255, 99, 25, 0.5);
	width: 50%;
	font-size: 1em;
	height: 1em;
	padding: .4em .5em;
	position: relative;
}
form .input.first {
	border-bottom: 0;
	border-radius: .5em .5em 0 0;
}
form .input.last {
	border-top: 0;
	border-radius: 0 0 .5em .5em;
}
form textarea.input {
	border-radius: .5em;
	height: 8em;
	max-width: 50%;
	margin-bottom: 1em;
}
form .input:focus {
	border-color: rgb(255, 99, 25);
	box-shadow: 0 0 1em rgba(255, 99, 25, 0.75);
	z-index: 5;
}
form .desc {
	font-size: .8em;
}
form input[type=file] {
	outline: none;
}
form .button {
	background: #ff6319;
	font-size: 1.2em;
	padding: 1em 1.5em;
	color: #fff;
	border: none;
	border-radius: .5em;
	outline: none;
}
form .button:focus,
form input[type=file]:focus {
	box-shadow: 0 0 1em rgba(255, 99, 25, 0.75);
}
form .button:hover {
	background: #f9461c;
}
form .button:active {
	box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
	background: #f9461c;
}

form .hr {
	border-top: 1px solid rgba(255, 99, 25, 0.2);
	padding-top: 1.5em;
}

form .fields-box {
	font-style: italic;
	font-size: .9em;
	margin-left: 1em;
	width: 60%;
	display: inline-block;
	line-height: 1.3em;
}

form .pad td {
	padding-bottom: 1em;
}

.MultiFile-remove {
	border: none;
	font-weight: bold;
	font-size: 1.1em;
}
.MultiFile-wrap .title-list {
	font-weight: bold;
	color: #000;
	margin-top: 1em;
}

.MultiFile-list >div:last-child {
	margin-bottom: .5em;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}

table.spec h3 {
	margin-bottom: 10px;
}
table.spec .spec_desc {
	margin-bottom: 1em;
}
table.spec .spec_item a {
	border: none;
	display: block;
}
table.spec .spec_item {
	margin-bottom: 30px;
}
table.spec .spec_item.no-pic {
	margin-bottom: 15px;
}
table.spec .spec_item small {
	font-size: 80%;
	line-height: 1.4;
	display: inline-block;
	margin-top: 5px;
}
table.spec .spec_item img {
	max-height: 150px;
	max-width: 80%;
}
table.spec .spec_item.gor a img {
	position: absolute;
	top: 0;
	left: 0;
}
table.spec .spec_item.gor a {
	padding: .5em 0 0 80px;
	position: relative;
	min-height: 70px;
	vertical-align: top;
}
table.spec .left,
table.spec .right {
	width: 45%;
}
table.spec .sep {
	width: 10%;
}
table.spec .spec_item.smart_pillar {

}
table.spec .spec_item.smart_pillar img {
	width: 100%;
	max-width: 500px;
	height: auto;
	max-height: none;
}
table.spec .spec_item.smart_pillar {}

a.birka {
	margin-top: 4.8em;
	border: 1px solid  rgba(249, 70, 28, 0.2);
	border-radius: 4px;
	padding: 0 5px;
	display: inline-block;
	transition: border .2s;
}
a.birka:hover {
	border-color: rgba(249, 70, 28, .8);
}
.item_page h1 {
	text-align: left;
	margin: .2em 0 1em;
}
.item_page .left .imp {
	background: rgba(249, 70, 28, .1);
	padding: 0 .5em;
	color: #000;
	margin: 1em 0 1em -.5em;
}
.item_page .left {
	width: 60%;
	padding-right: 5%;
}
.item_page .right {
	width: 45%;
}
.item_page .right p.short {
	margin-bottom: 1em;
}
.item_page .tab_ttx td {
	padding-bottom: 1em;
	line-height: 1.2em;
}
.item_page .tab_ttx td:nth-child(1) {
	padding-right: 5%;
	width: 50%;
}
.item_page .tab_ttx td:nth-child(2) {
	width: 50%;
}
.item_page .item_pic img {
	width: 100%;
}
.item_page .item_set_pic > div {
	display: inline-block;
	margin-right: 2%;
	font-style: italic;
	font-size: .9em;
	width: 45%;
}
.item_page .item_set_pic> div img {
	width: 100%;
}
.item_page .item_dop_pic > div {
	display: inline-block;
	margin-right: 1em;
	font-style: italic;
	font-size: .9em;
	padding-top: .5em;
	line-height: 1.2em;
}
.item_page .item_dop_pic > div img {
	height: 80px;
}
.item_page .left p {
	margin-bottom: 1.5em;
}
.item_page .left p+ul {
	margin-top: -1.5em;
}

.cl {
	float: none !important;
	clear: both;
}

@media (min-width: 1400px) {
	body {
		font-size: 20px;
	}
}
@media (min-width: 1600px) {
	body {
		font-size: 24px;
	}
}
