@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;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
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: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
/*	text-rendering: optimizeLegibility;*/
	outline: none;
	-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;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
::-webkit-input-placeholder{
	opacity: 0.4;
	color: inherit;
	transition: 0.4s ease all;
}
::-moz-input-placeholder{
	opacity: 0.4;
	color: inherit;
	transition: 0.4s ease all;
}
:-moz-input-placeholder{
	opacity: 0.4;
	color: inherit;
	transition: 0.4s ease all;
}
:-ms-input-placeholder{
	opacity: 0.4;
	color: inherit;
	transition: 0.4s ease all;
}
:input-placeholder{
	opacity: 0.4;
	color: inherit;
	transition: 0.4s ease all;
}
: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:-ms-input-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,
.more-works{
	cursor: pointer;
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover,
a[href^='tel'],
a.noline,
.more-works:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
    font: 14px 'PT Sans', Tahoma, Ubuntu, sans-serif;
	color: #222;
	background: #fff url('../images/ajax-loader.gif') no-repeat center center fixed;
}
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: 40px;
	margin: 0;
	padding: 0 10px;
	font-size: 16px;
	line-height: normal;
	color: #3f3f3f;
	text-align: left;
	border: solid 1px #a9a9a9;
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: none !important;
	transition: 0.4s ease all;
}
select{
	cursor: pointer;
	line-height: normal;
	padding: 0 30px 0 6px;
	background: #fff url('../images/select.png') no-repeat right 15px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
	display: none;
}
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: #0079c3;
}
textarea{
	height: 165px;
	text-align: left;
	resize: none;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.error{
	color: #f00 !important;
	border-color: #f00 !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 48px;	   
	margin: 0;
	padding: 13px 28px;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: 0 none;
	background: #0079c3;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: none !important;
	transition: 0.4s ease all;
}
.button.small{
	height: 32px;
	padding: 5px 8px;
}
.button.green-bg{
	color: #222;
	background: #c4ee43;
}
.button:hover,
.button:focus{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.button:active{
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.button[disabled]{
	background: #ccc;
}
.button.inline-table{
	padding-top: 0;
	padding-bottom: 0;
}
.button.inline-table:not(.small){
	padding-left: 14px;
	padding-right: 14px;
}
.button.inline-table .txt{
	padding: 0 0 0 10px;
}
.button.inline-table.small .txt{
	padding: 0 0 2px 8px;
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
	font-size: 14px;
	vertical-align: -5px;
	border: solid 1px #9f9f9e;
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
}
input[type='radio']+.input{
	border-radius: 100%;
}
input[type='checkbox']+.input:after,
input[type='radio']+.input:after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -6px;
	content: '▪';
	transition: 0.4s ease all;
}
input[type='radio']+.input:after{
	content: '•';
}
input[type='checkbox']:checked+.input:after,
input[type='radio']:checked+.input:after{
	opacity: 1;
}
.nobr{
	white-space: nowrap;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.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: 0.4s ease all;
}
.hide,
.hidden,
.hidden [class*='type-'],
.passive [class*='type-']{
	opacity: 0;
}
@media only screen and (min-width: 1025px){ 
	.hidden,
	.hidden [class*='type-'],
	.passive [class*='type-']{
		-webkit-filter: blur(5px);
		filter: blur(5px);
	}
}
.wait-1{
	transition-delay: 0.2s;
}
.wait-2{
	transition-delay: 0.4s;
}
.wait-3{
	transition-delay: 0.6s;
}
.wait-4{
	transition-delay: 0.8s;
}
.wait-5{
	transition-delay: 1s;
}
.wait-6{
	transition-delay: 1.2s;
}
.wait-7{
	transition-delay: 1.4s;
}
.wait-8{
	transition-delay: 1.6s;
}
.wait-9{
	transition-delay: 1.8s;
}
.wait-10{
	transition-delay: 2s;
}
.wait-11{
	transition-delay: 2.2s;
}
.wait-12{
	transition-delay: 2.4s;
}
.wait-13{
	transition-delay: 2.6s;
}
.wait-14{
	transition-delay: 2.8s;
}
.wait-15{
	transition-delay: 3s;
}
.hidden .type-top,
.passive .type-top{
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
}
.hidden .type-left,
.passive .type-left{
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}
.hidden .type-right,
.passive .type-right{
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
}
.hidden .type-bottom,
.passive .type-bottom{
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}
.hidden .type-zoom-in,
.passive .type-zoom-in{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
.hidden .type-zoom-out,
.passive .type-zoom-out{
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	transform: scale(2);
}
.circle{
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 5px;
	margin: 0;
	padding: 0;
	border: 0 none;
	background: url('../images/hr.png') repeat-x center center;
}
.white hr,
hr.white{
	background-image: url('../images/hr-white.png');
}
.black hr,
hr.black{
	background-image: url('../images/hr-black.png');
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.caroufredsel_wrapper[style*='move']{
	cursor: url('../images/Move.cur'), auto !important;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* off */

/* text */
.plaintext{
	text-align: justify;
	line-height: 1.86;
}
.plaintext h1,
.plaintext h2,
.plaintext h3,
.title{
	margin: 0 0 20px;
	font-size: 32px;
	line-height: 1.12;
	text-align: center;
}
.plaintext h3{
	font-size: 22px;
}
.plaintext hr{
	margin: 0 0 20px;
}
.plaintext a,
a.link,
.more-works{
	color: #0079c3;
}
.plaintext p,
.plaintext img{
	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{
	margin: 0;
}
table.table{
	margin: 0 0 20px;
	table-layout: fixed;
}
table.table th{
	padding: 10px 20px;
	color: #898888;
	font-size: 12px;
	font-weight: normal;
}
table.table td{
	width: 20%;
	padding: 10px 20px;
	text-align: center;
	vertical-align: top;
}
table.table tr:nth-child(odd) td{
	background: #f3f7f9;
}
table.table th:first-child,
table.table td:first-child{
	width: 40%;
	text-align: left;
	border-radius: 5px 0 0 5px;
}
table.table td:last-child{
	border-radius: 0 5px 5px 0;
}
table.table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.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;
}
.black{
	color: #000 !important;
}
.green{
	color: #c4ee43 !important;
}

#up2top{
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 20px;
	width: 88px;
	height: 44px;
	margin-left: -44px;
	padding: 0 14px;
	font-size: 12px;
	line-height: normal;
	color: #666;
	background: #efeeee;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-transform: translate(0);
	transition: 0.4s ease background;
}
@media only screen and (min-width: 1025px){ 
	#up2top{
		left: 10px;
		margin: 0 0 -22px;
		bottom: 50%;
	}
}
#up2top .td{
	width: 10000px;
	height: 44px;
}
#up2top:hover{
	background: #c4ee43;
}
#wrapper{
	overflow: hidden;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
	transition: 0.4s ease opacity;
}
.inside{
	width: 940px;
	margin: 0 auto;
}
/* header */
header{
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	padding: 14px 0 0;
	height: 70px;
	background: #c4ee43;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
}
.nav,
.nav .active a{
	cursor: default;
}
.nav li{
	margin: 10px 14px 0;
	font-size: 16px;
	line-height: normal;
	color: #000;
}
.nav .active a,
.nav a:hover{
	color: #0079c3;
}
.phones{
	width: auto;
}
.phones .img{
	padding-right: 13px;
}
.phones .city{
	cursor: pointer;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}
.phones .city .name{
	color: #0079c3;
	border-bottom: dashed 1px #0079c3;
}
.phones .city .name:hover{
	border-bottom-color: transparent;
}
.city-list,
.phones-list li{
	display: none;
}
.phones-list{
	margin: -4px 0 2px;
}
.phones-list li{
	font-size: 22px;
	color: #000;
}
.phones-list li .inline-block{
	margin: -9px 0 0;
	font-size: 16px;
}
.phones-list li small{
	display: block;
	font-weight: bold;
	text-align: left;
}
.city-list.active,
.phones-list li.active{
	display: block;
}
.city-list{
	position: absolute;
	margin: -9px 0 0 -12px;
	padding: 30px 10px 5px;
	border: solid 2px #0079c3;
	background: #fff;
	border-radius: 5px;
}
.city-list li{
	cursor: pointer;
	margin: 0 0 5px;
	color: #0079c3;
	border-bottom: dashed 1px #0079c3;
}
.city-list li:hover,
.city-list li.current{
	border-bottom-color: transparent;
}
.city-list li.current{
	overflow: hidden;
	cursor: default;
	height: 0;
	margin: 0;
}
header .button{
	margin: 5px 0 0 24px;
}
/* header off */

/* content */
main{
	padding: 69px 0 270px;
}
main > :last-child,
main > .inside:last-child > :last-child{
	margin-bottom: 0;
}
.intro,
.warranty{
	margin: 0 0 90px;
	background: url('../images/bg.jpg') no-repeat center center/cover;
}
.intro.intro-mobile{
	margin: 0 0 20px;
	background-image: url('../images/bg-mobile.jpg');
	background-position: center bottom;
}
.intro:after,
.warranty:after{
	position: relative;
	top: 4px;
	display: block;
	height: 4px;
	content: ' ';
	background: url('../images/bottom.png') repeat-x center top;
}
.intro .title{
	margin: 0;
	padding: 40px 0;
	font-size: 26px;
}
.intro .title b{
	display: block;
	margin: 0 0 6px;
	font-size: 32px;
}
.select-title{
	margin: 30px 0;
	font-size: 26px;
	color: #76cbff;
}
.select-title .txt{
	z-index: 3;
	cursor: pointer;
	padding: 0 0 6px;
	border-bottom: dashed 1px #76cbff;
}
.select-title .txt:hover{
	border-bottom-color: transparent;
}
.select-title .txt:after{
	position: absolute;
	left: 100%;
	width: 21px;
	height: 100%;
	content: ' ';
}
.lines{
	position: absolute;
	left: 100%;
	top: 0;
	width: 11px;
	height: 2px;
	margin: 19px 0 0 10px;
	background: #76cbff;
}
.lines:before,
.lines:after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	content: ' ';
	background: #76cbff;
}
.lines:before{
	margin-top: -4px;
}
.lines:after{
	margin-top: 4px;
}
.select-list{
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	min-width: 260px;
	width: 150%;
	width: calc(100% + 64px);
	margin: -10px 0 0;
	padding: 60px 0 14px;
	font-size: 16px;
	white-space: nowrap;
	border: solid 2px #0079c3;
	background: #fff;
	border-radius: 5px;
}
.select-list.desktop{
	width: auto;
	padding-left: 32px;
	padding-right: 32px;
}
.select-list.desktop .td{
	text-align: left;
	vertical-align: top;
}
.select-item,
.select-list.active{
	display: block;
}
.select-item .text{
	cursor: pointer;
	margin: 0 0 2px;
	padding: 0 0 2px;
	border-bottom: dashed 1px #76cbff;
}
.select-item .text:hover{
	border-bottom-color: transparent;
}
.select-item.current{
	cursor: default;
/*	overflow: hidden;
	height: 0;
	padding: 0;*/
	color: #000;
}
.select-item.current .text{
	cursor: default;
	border: 0 none;
}
.service-item.active{
	position: relative;
	z-index: 1;
}
.service-item.passive{
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.service-item li{
	margin: 0 40px;
}
.service-item li:first-child{
	margin-left: 0;
}
.service-item li:last-child{
	margin-right: 0;
}
.service-item .txt{
	padding: 0 0 0 12px;
	font-size: 18px;
	line-height: normal;
	text-align: left;
}
.services-list .txt .green{
	display: block;
}
.why{
	margin: 0 0 70px;
}
.why .title{
	margin: 0 0 36px;
}
.why .table{
	table-layout: fixed;
}
.why li.td{
	width: 25%;
	vertical-align: top;
}
.why .img{
	width: 140px;
	height: 140px;
}
.why .img .td{
	border: solid 9px #098dd7;
	background: #0082cb;
}
.why .txt{
	margin: 16px 0 0;
	font-size: 18px;
}
.action{
	padding: 30px 0 36px;
	background: url('../images/tile.png');
}
.realprice{
	padding: 54px 0 64px;
}
.action .title{
	margin: 0;
}
.realprice .title{
	margin: 0 0 30px;
}
.title-desc{
	margin: 0 0 30px;
	font-size: 46px;
	font-weight: bold;
}
.seo{
	padding: 60px 0 114px;
	background: url('../images/plain.png') no-repeat center bottom;
}
.gmap{
	padding: 46px 0 58px;
	background: url('../images/map.png') no-repeat center center/cover;
}
.gmap .title{
	margin: 0 0 10px;
}
.gmap .text{
	font-size: 24px;
}
.gmap .address{
	padding: 30px 0;
}
.gmap .address li,
.gmap-button{
	display: none;
}
.gmap .address li.active,
.gmap-button.active{
	display: block;
}
.gmap .plaintext{
	font-size: 18px;
	line-height: normal;
	text-align: inherit;
}
.reviews{
	padding: 60px 0 130px;
	background: url('../images/reviews.png') no-repeat center top, url('../images/plain.png') no-repeat center bottom;
}
.vk-like-box{
	margin: 40px 0 0 160px;
}
.socials{
	margin: 32px 160px 0 0;
	font-size: 16px;
}
.socials ul{
	vertical-align: -12px;
}
.socials li{
	margin: 0 0 0 8px;
}
.socials a:hover img{
	opacity: 0.75;
}
.warranty{
	margin-bottom: 60px;
	padding: 60px 0 0;
	background-image: url('../images/bg-black.jpg');
}
.payment{
	padding-top: 30px;
}
.warranty .title,
.payment .title{
	margin: 0 0 10px;
}
.warranty .title-text,
.payment .title-text{
	margin: 0 0 30px;
	font-size: 24px;
}
.war-list{
	margin: 0 0 30px;
}
.war-list li{
	width: 188px;
	height: 196px;
	font-size: 16px;
}
.war-list .img{
	width: 100px;
	height: 100px;
	border: solid 2px #fff;
}
.war-list .txt{
	padding: 10px 20px 0;
}
.payment-table li{
	padding: 0 35px;
}
.after-send .payment-table li{
	padding: 0 15px;
}
/* content off */

/* footer */
footer{
	overflow: hidden;
	height: 186px;
	margin: -186px 0 0;
	color: #898888;
}
.footer-logo{
	width: 116px;
	margin: 30px auto 20px;
}
.copy{
	margin: 0 0 20px;
}
/* footer off */
iframe{
	border: 0 none !important;
	outline: 0 none !important;
}
.fancybox-iframe:not(.resized){
	width: 800px !important;
	height: 450px !important;
}
.yt{
	width: 620px;
	height: 350px;
	margin: 40px auto;
}
.yt iframe{
	width: 100%;
	height: 100%;
}

/* form */
.after-send{
	display: none;
}
.after-send strong{
	font-size: 1.25em;
}
/* form off */

/* slider */
.slider-box{
	overflow: hidden;
	margin: 30px 0;
	padding: 0 0 16px;
}
#slider{
	width: 10000px;
}
.slider-box li{
	width: 300px;
	height: 300px;
	margin: 0 10px;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin: -28px 0 0;
}
.slider-nav.prev{
	left: 0;
}
.slider-nav.next{
	right: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: rotate(180deg);
	transform: scaleX(-1);
}
.slider-nav:hover{
	opacity: 0.75;
}
.slider-pager{
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
	width: 100%;
}
.slider-pager a{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border: solid 1px #5c7fa7;
	border-radius: 100%;
	transition: 0.4s ease all;
}
.slider-pager a:hover,
.slider-pager a.selected{
	background: #5c7fa7;
}
.slider-pager span{
	display: none;
}
/* slider off */

/* popup */
.fancybox-lock{
	overflow: visible !important;
}
.fancybox-type-iframe,
.fancybox-type-iframe > .fancybox-skin{
	overflow: visible !important;
}
.popup,
.popup .fancybox-skin{
	color: #222;
	border: solid 2px #a9a9a9;
	background: #fff;
	border-radius: 5px;
	box-shadow: none;
}
.popup .fancybox-skin{
	border: 0 none;
}
.popup .fancybox-close{
	transition: 0.4s ease all;
}
.popup .fancybox-close:hover{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.popup .close{
	cursor: pointer;
}
.popup .close:hover{
	color: #0079c3;
}
.form,
.prices{
	width: 260px;
	padding: 38px;
}
.prices{
	width: 860px;
}
.service-form{
	z-index: 1;
	width: 552px;
	margin: 42px auto -36px;
	padding: 20px 32px;
	border: solid 2px #0079c3;
	background: #c4ee43;
	border-radius: 5px;
}
.form .title,
.prices .title{
	font-size: 26px;
	text-align: left;
}
.intro .service-form .title{
	margin: 0 0 24px;
	padding: 0;
	font-size: 30px;
	color: #222;
	text-align: center;
}
.form table{
	width: 100%;
}
.service-form .before-send table{
	table-layout: fixed;
}
.service-form .before-send table td{
	width: 50%;
}
.form tr:not(:first-child) td{
	padding: 10px 0 0;
}
.form .before-send tr:last-child td{
	padding-top: 30px;
}
.form .before-send tr td:not([colspan]):first-child{
	padding-right: 20px;
}
.service-form .before-send tr td:not([colspan]):first-child{
	padding-right: 16px;
}
.service-form .before-send tr td:not([colspan]):last-child{
	padding-left: 16px;
}
.service-form .before-send tr:last-child td,
.service-form .before-send tr:nth-last-child(2) td{
	padding-top: 20px;
}
.file,
.calendar{
	cursor: pointer;
	margin: 15px 0 0;
	vertical-align: top;
}
.file,
.filename{
	overflow: hidden;
	text-overflow: ellipsis;
}
.file .td,
.calendar .td{
	text-align: left;
	vertical-align: top;
}
.file .img,
.calendar .img{
	padding-right: 10px;
}
.file .img img{
	margin: 1px 0 0;
}
.file .filename,
.calendar .date,
.show-more{
	cursor: pointer;
	width: auto;
	color: #0079c3;
	border: 0 none;
	border-bottom: dashed 1px #0079c3;
	background: none;
}
.file:hover .filename,
.calendar:hover .date,
.show-more:hover{
	border-bottom-color: transparent;
}
.file input,
.uploadifive-button{
	opacity: 0 !important;
	position: absolute !important;
	width: 1000% !important;
	right: -100px !important;
	top: 0 !important;
	font-size: 200px !important; 
}
.filename{
	display: inline-block;
	overflow: hidden;
	max-width: 160px;
	text-align: left;
	text-overflow: ellipsis;
}
.uploadifive-queue-item .filename{
	font-size: 11px;
}
.fileinfo{
	display: inline-block;
	margin: 2px 14px 0 2px;
	font-size: 9px;
	
}
.uploadifive-queue-item{
	font-family: inherit;
	position: relative;
	margin-top: 3px;
	padding: 0 0 2px;
	text-align: left;
	color: #0079c3;
	border-bottom-color: #0079c3;
	background-color: transparent;
	border-radius: 0;
}
.uploadifive-queue-item.error{
	color: #f00;
	border-bottom-color: #f00;
}
.uploadifive-queue-item *{
	vertical-align: top;
}
.uploadifive-queue-item .progress{
	margin-top: 0;
}
.uploadifive-queue-item .close{
	position: absolute;
	z-index: 2;
	right: 0;
	top: 2px;
	width: 10px;
	height: 10px;
	transition: 0.4s ease all;
}
.uploadifive-queue-item .close:hover{
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}
.uploadifive-queue-item .progress{
	border: 0 none;
}
.uploadifive-queue-item .progress-bar{
	background-color: #0079c3;
}
.form-shadow{
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 22px 0 22px;
	border-color: #0079c3 transparent transparent transparent;
}
.form-left-shadow{
	margin-left: -329px;
}
.form-right-shadow{
	margin-left: 285px;
}
.popup table.table{
	margin: 0 0 38px;
	font-size: 16px;
}
.covered td,
.covered~tr td{
	display: none;
}
.uncover{
	cursor: pointer;
	top: -25px;
	height: 0;
	font-weight: bold;
	color: #0079c3;
	text-decoration: underline;
}
.uncover:hover{
	text-decoration: none;
}
.time-select{
	width: 92px;
}
.midline{
	vertical-align: -11px;
}
/* popup off */

/* datepicker */
.ui-widget{
	font-family: inherit;
}
#ui-datepicker-div{
	width: 194px;
	font-size: 12px;
}
#ui-datepicker-div.datepicker{
	margin: 0 0 0 -29px;
}
.ui-datepicker-prev,
.ui-datepicker-next{
	cursor: pointer;
}
.ui-state-disabled{
	cursor: default;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight{
	border-color: #0079c3;
}
/* datepicker off */

/* question-mark */
.question-box{
	min-width: 53px;
	margin-top: -20px;
	padding-top: 20px;
}
.question-mark{
	cursor: help;
}
.question-mark:hover{
	opacity: 0.75;
}
.question-mark-block{
	position: relative;
	z-index: 25;
}
.answer-block{
	pointer-events: none;
	opacity: 0;
	position: absolute;
	z-index: 25;
	right: 0;
	bottom: 100%;
	margin: 0 0 -10px;
	padding: 8px 12px 10px;
	font-size: 14px;
	line-height: normal;
	color: #fff;
	white-space: nowrap;
	text-align: left;
	background: rgba(49,51,53,0.95);
	box-sizing: border-box;
	border-radius: 5px;
}
.question-box:hover .answer-block{
	pointer-events: all;
	opacity: 1;
}
.answer-block a{
	color: #76cbff;
}
.answer-block.right{
	left: 0;
	right: auto;
}
.answer-block:after{
	position: absolute;
	right: 12px;
	top: 100%;
	width: 0;
	height: 0;
	content: ' ';
	border-style: solid;
	border-width: 6.9px 4px 0 4px;
	border-color: rgba(49,51,53,0.95) transparent transparent transparent;
}
.answer-block.right:after{
	left: 12px;
	right: auto;
}
/* question-mark off */

#ho_adv{
	display: none !important;
}
/* eof */