@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;
}
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{
	color: #585757;
	-webkit-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
::-moz-input-placeholder{
	color: #585757;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-moz-input-placeholder{
	color: #585757;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-ms-input-placeholder{
	color: #585757;
	-ms-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.error::-webkit-input-placeholder{
	color: #c9252c !important;
}
.error:-moz-placeholder{
	color: #c9252c !important;
}
.error::-moz-placeholder{
	color: #c9252c !important;
}
.error:-ms-input-placeholder{
	color: #c9252c !important;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
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;
}
a:hover,
a[href^='tel']{
	text-decoration: none;
}
.blue{
	color: #237d94;
}
.black{
	color: #000;
}
html, body{
	height: 100%;
}
body{
    font: 12px/1.67 Tahoma, Ubuntu, sans-serif;
	color: #585757;
}
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: 100%;
	height: 38px;
	margin: 0;
	padding: 8px 14px;
	font-size: 12px;
	line-height: 20px;
	color: #585757;
	text-align: left;
	border: solid 1px #adafb0;
	background: #fff url('../images/blank.png') no-repeat right 14px center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
select{
	cursor: pointer;
	padding: 0 30px 0 6px;
	background: #fff url('../images/select.png') no-repeat right 13px 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: #91b833;
}
textarea{
	height: 84px;
	text-align: left;
	resize: none;
}
span.error{
	color: #c9252c !important;
}
input.error,
textarea.error{
	padding-right: 40px !important;
	color: #c9252c !important;
	border-color: #c9252c !important;
	background-image: url('../images/error.png') !important;
}
select.error{
	color: #fff !important;
	background-color: #c9252c !important;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}
textarea,
textarea.error{
	background-position: right 13px top 10px !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 43px;       
	margin: 0;
	padding: 13px 20px 14px;
	font-size: 16px;
	font-weight: normal;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: 0 none;
	background: #91b833;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.button.blue{
	background: #104a59;
	-webkit-box-shadow: 0 4px 0 #bec4c5;
	-moz-box-shadow: 0 4px 0 #bec4c5;
	box-shadow: 0 4px 0 #bec4c5;
}
.button.big{
	height: 70px;
	font-size: 18px;
	line-height: 32px;
	padding: 19px 20px;
}
.button.img{
	font-size: 0;
	line-height: 0;
}
.button.table,
.button.inline-table{
	padding: 0;
}
.button .img{
	padding: 0 0 0 20px;
}
.button .txt{
	padding: 0 20px;
	font-size: 16px;
	line-height: 100%;
}
.button.big .txt{
	font-size: 18px;
	line-height: 32px;
}
.services-list a:hover .button,
.button:hover{
	background: #237d94;
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	width: 14px;
	height: 14px;
	margin: 0 8px 0 0;
	vertical-align: -3px;
	border: solid 1px #ccc;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type='checkbox']+.radio,
input[type='radio']+.input{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
input[type='checkbox']+.input:after,
input[type='radio']+.input:after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	content: url('../images/checkbox.png');
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
input[type='checkbox']+.input.checkbox:after{
	margin: -5px 0 0 -4px;
}
input[type='checkbox']+.radio:after,
input[type='radio']+.input:after{
	content: url('../images/radio.png');
}
input[type='checkbox']:checked+.input:after,
input[type='radio']:checked+.input:after{
	opacity: 1;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-top: solid 1px #d5d5d5;
	background: none;
}
.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;
}
/* off */

/* text */
.plaintext{
	text-align: justify;
}
.plaintext h1,
.plaintext h2,
.title{
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 1;
	color: #000;
}
.plaintext h1:after,
.plaintext h2:after,
.title:after{
	display: block;
	width: 62px;
	height: 3px;
	margin: 4px 0 0;
	content: ' ';
	background: #104a59;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.plaintext hr{
	margin: 0 0 20px;
}
.orange,
.plaintext a,
.plaintext .show-all,
.plaintext .hide-all{
	color: #ff9307;
}
.plaintext .show-all,
.plaintext .hide-all{
	text-decoration: underline;
}
.plaintext .show-all:hover,
.plaintext .hide-all:hover{
	text-decoration: none;
}
.gray{
	color: #9f9f9f;
}
.note a,
.green:not(.button){
	color: #71b027;
}
.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;
}
.plaintext .table{
	margin: 0 0 20px;
}
.plaintext .table td{
	padding: 8px;
}
.plaintext .table th{
	padding: 8px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: #939598;
}
.plaintext .table tr:nth-child(even) td{
	background: #e7e7e8;
}
.plaintext .table tr:first-child td{
	color: #fff;
	background: #f26122;
}
.plaintext .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 */

#up2top{
	opacity: 0.5;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 10px;
	margin-left: -19px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	filter: gray;
}
#up2top:hover{
	opacity: 1;
    -webkit-filter: none;
	filter: none;
}
#wrapper{
	overflow: hidden;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
}
.inside{
	width: 980px;
	margin: 0 auto;
}
/* header */
header{
	padding: 20px 0 0;
}
header .logo{
	padding: 0 0 20px;
}
header .links{
	padding: 8px 0 20px;
}
header .calcman{
	margin: 8px 70px 0 0;
}
header .phone{
	text-align: right;
}
header .phone .num{
	font-size: 20px;
	color: #000;
}
header .phone a{
	text-decoration: none;
}
header .phone a.blue:hover{
	text-decoration: underline;
}
.nav{
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	border-bottom: solid 5px #237d94;
	background: #104a59;
}
.nav .td{
	width: 10000px;
	height: 45px;
	text-decoration: none;
}
.nav li:first-child,
.nav li:last-child{
	width: 5000px;
}
.nav li:before{
	position: absolute;
	z-index: 1;
	left: -3.5px;
	top: 50%;
	width: 5px;
	height: 5px;
	margin: -3.5px 0 0;
	content: ' ';
	border: solid 1px #6d9ca9;
	background: #104a59;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav li:first-child:before{
	content: none;
}
.nav li:first-child .td:after,
.nav li:last-child .td:after{
	position: absolute;
	top: 0;
	width: 30px;
	height: 100%;
	content: ' ';
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.nav li:first-child .td:after{
	right: 100%;
}
.nav li:last-child .td:after{
	left: 100%;
}
.nav li:first-child .td{
	text-align: left;
}
.nav li:last-child .td{
	text-align: right;
}
.nav li .td:hover,
.nav li.active .td{
	background: #237d94;
}
.nav li:first-child .td:hover:after,
.nav li:last-child .td:hover:after,
.nav li.active .td:after,
.nav li.active .td:after{
	background: #237d94;
}
.nav li.active .td{
	cursor: default;
}
/* header off */

/* content */
main{
	padding: 24px 0 200px;
}
.breadcrumbs{
	margin: 0 0 20px;
	font-size: 11px;
	color: #8c8c8c;
}
.breadcrumbs a{
	text-decoration: none;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.frontpage-top{
	margin: -29px 0 43px;
	padding: 30px 0;
	border-bottom: solid 5px #bcdce4;
	background: #237d94;
}
.slider-box{
	overflow: hidden;
}
.mainslider,
#slider li{
	width: 734px;
	height: 380px;
}
.mainslider{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.slider-box img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
}
#slider{
	width: 10000px;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin: -12px 0 0;
}
.slider-nav:hover{
	opacity: 0.75;
}
.slider-nav.prev{
	left: 0;
}
.slider-nav.next{
	right: 0;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.slider-pager{
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: -10000px;
	width: 0;
	height: 0;	
}
.mainslider-nav{
	width: 226px;
}
.mainslider-nav li{
	cursor: pointer;
	height: 58px;
	margin: 4px 0 0;
	line-height: 1.33;
	color: #fff;
	table-layout: fixed;
	border: solid 1px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mainslider-nav li:first-child{
	margin: 0;
}
.mainslider-nav li.active{
	cursor: default;
}
.mainslider-nav li:hover,
.mainslider-nav li.active{
	color: #237d94;
	background: #fff;
}
.mainslider-nav .img{
	width: 60px;
	padding-right: 2px;
}
.mainslider-nav .img img{
	opacity: 1;
}
.mainslider-nav .img img:first-child{
	opacity: 0;
	position: absolute;
}
.mainslider-nav li:hover .img img,
.mainslider-nav li.active .img img{
	opacity: 0;
}
.mainslider-nav li:hover .img img:first-child,
.mainslider-nav li.active .img img:first-child{
	opacity: 1;
}
.mainslider-nav .txt{
	padding-right: 4px;
	text-align: left;
}
.services-list{
	margin: 0 0 50px;
	padding: 0 0 46px;
}
.services-list li{
	width: 128px;
	margin: 0 0 0 14px;
}
.services-list li:first-child{
	margin: 0;
}
.service-title{
	height: 80px;
	font-size: 16px;
	line-height: 1.25;
	color: #000;
	border: solid 1px #d5d5d5;
	border-bottom: 0 none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.services-list a:hover .service-title{
	color: #237d94;
}
.service-image{
	padding: 10px 0;
}
.service-image img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.service-button{
	height: 58px;
	border: solid 1px #d5d5d5;
	border-top: 0 none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.services-list a:hover .service-title,
.services-list a:hover .service-button{
	border-color: #237d94;
}
.service-button .button{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 85px;
	height: 85px;
	margin: 0 0 -42.5px -42.5px;
	font-size: 12px;
	line-height: 1.67;
	-webkit-box-shadow: 0 0 0 3px rgba(145,184,51,0.21);
	-moz-box-shadow: 0 0 0 3px rgba(145,184,51,0.21);
	box-shadow: 0 0 0 3px rgba(145,184,51,0.21);
}
.services-list a:hover .service-button .button,
.service-button .button:hover{
	-webkit-box-shadow: 0 0 0 3px rgba(35,125,148,0.21);
	-moz-box-shadow: 0 0 0 3px rgba(35,125,148,0.21);
	box-shadow: 0 0 0 3px rgba(35,125,148,0.21);
}
.service-button .button .td{
	padding-bottom: 5px;
}
.service-button .price{
	display: block;
	font-size: 16px;
	line-height: 1.25;
}
.frontpage-buttons{
	padding: 22px 0;
	background: #f2f2f2;
}
.bottom-buttons{
	margin: 0 0 50px;
}
.bottom-buttons .button{
	width: 475px;
}
.sidebar{
	width: 250px;
}
.portfolio .sidebar{
	width: 160px;
}
.content,
.sidebar{
	margin: 0 0 50px;
}
.content.left,
.content.right{
	width: 674px;
}
.portfolio .content.left,
.portfolio .content.right{
	width: 790px;
}
.portfolio .portfolio-list{
	margin: 0 0 30px;
}
.portfolio-list li{
	width: 250px;
	margin: 20px 0 0;
}
.portfolio .portfolio-list li{
	margin: 20px 0 0 20px;
}
.portfolio-list li:first-child{
	margin-top: 0;
}
.portfolio .portfolio-list li:nth-child(1),
.portfolio .portfolio-list li:nth-child(2),
.portfolio .portfolio-list li:nth-child(3){
	margin-top: 0;
}
.portfolio .portfolio-list li:nth-child(3n+1){
	margin-left: 0;
}
.portfolio-list figcaption{
	margin: 0 0 10px;
}
.portfolio-list a{
	text-decoration: none;
}
.portfolio-list a.blue:hover{
	text-decoration: underline;
}
.portfolio-list .img{
	display: block;
}
.portfolio-list img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.seo .plaintext{
	margin: 0 0 30px;
}
.calc-table{
	width: 100%;
	margin: 0 0 30px;
	color: #000;
}
.calc-table td{
	height: 38px;
	padding: 4px 10px;
}
.calc-table td:first-child{
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.calc-table td:last-child{
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.calc-table td[colspan]{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.calc-table .null td{
	padding-left: 0;
	padding-right: 0;
	background: none !important;
}
.calc-table .nopadding:first-child td,
.calc-table .null+.nopadding td{
	padding-bottom: 20px;
}
.calc-table .nopadding td:first-child{
	padding-left: 0;
	color: #585757;
	white-space: nowrap;
}
.calc-table .nopadding td[colspan]:first-child{
	white-space: normal;
}
.calc-table td:not([colspan]):first-child{
	width: 270px;
}
.calc-table tr:nth-child(even) td{
	background: #f2f2f2;
}
.calc-table input,
.calc-table select{
	width: 287px;
}
.calc-table .big td{
	height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 1.15;
}
.calcman-bottom{
	margin: 0 0 50px;
}
.calc-submit{
	margin: 0 0 50px;
	padding: 20px;
	border: solid 1px #f2f2f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.calc-submit a{
	text-decoration: none;
}
.calc-submit-left+.calc-submit-left{
	margin-left: 55px;
}
.calc-submit-left h3{
	margin: 0 0 6px;
}
.calc-submit .form{
	width: 287px !important;
}
.side-nav{
	font-size: 16px;
	line-height: 1.25;
}
.side-nav li{
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: solid 1px #d5d5d5;
}
.side-nav li:last-child{
	margin: 0;
}
.side-nav a{
	text-decoration: none;
}
.side-nav a:hover,
.side-nav .active a{
	color: #237d94;
}
.side-nav .active a{
	cursor: default;
}
.pager{
	padding: 10px 0 0;
	border-top: solid 1px #d5d5d5;
}
.pager li{
	width: 32px;
	height: 32px;
	margin: 0 0 0 14px;
	font-size: 16px;
	line-height: 1.25;
	color: #000;
}
.pager li:first-child{
	margin: 0;
}
.pager .td{
	text-decoration: none;
	border: solid 1px #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pager .active .td,
.pager .td:hover{
	color: #fff;
	border-color: #104a59;
	background: #104a59;
}
.pager .active .td{
	cursor: default;
}
/* content off */

/* footer */
footer{
	min-width: 1000px;
	height: 140px;
	margin: -156px 0 0;
	padding: 16px 0 0;
	font-size: 11px;
	color: #8c8c8c;
	background: #f2f2f2;
}
footer .logo{
	margin: 0 0 7px;
}
footer .logo img{
	opacity: 0.4;
	width: 145px;
}
footer .logo a:hover img{
	opacity: 1;
}
footer a{
	text-decoration: none;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
footer a:hover,
footer .active a{
	color: #237d94;
}
footer .active a{
	cursor: default;
}
.footer-left{
	width: 145px;
	margin: 0 160px 0 0;
}
.socials{
	padding: 7px 0 0;
}
.socials li{
	width: 23px;
	height: 23px;
	margin: 5px 0 0 5px;
	vertical-align: top;
	border: solid 1px #8c8c8c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.socials li:nth-child(5n+1){
	margin-left: 0;
}
.socials li:hover{
	border-color: #237d94;
}
.socials li img{
	opacity: 0.75;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	filter: gray;
}
.socials li:hover img{
	opacity: 1;
    -webkit-filter: none;
	filter: none;
}
.footer-nav ul+ul{
	margin-left: 70px;
}
.footer-right{
	height: 126px;
}
.dev{
	position: absolute;
	right: 0;
	bottom: 0;
	white-space: nowrap;
	table-layout: fixed;
}
.dev .img img{
	max-width: none;
	max-height: none;
}
.dev .txt{
	padding-left: 10px;
	text-align: left;
}
.counters li{
	margin: 0 0 0 7px;
}
.counters li:first-child{
	margin-left: 0;
}
/* footer off */

iframe{
	border: 0 none !important;
	outline: 0 none !important;
}

/* popup & form */
.fancybox-lock{
	overflow: visible !important;
}
.popup .fancybox-skin{
	color: #585757;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
	-moz-box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
	box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
}
.popup .fancybox-close{
	right: 16px;
	top: 20px;
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 100%;
	color: #000;
	text-align: center;
	background: none !important;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.popup .fancybox-close:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: 'Х';
}
.popup .fancybox-close:hover{
	color: #c9252c;
}
.form{
	width: 356px;
}
.form input:not(.button),
.form textarea{
	display: block;
}
.form table{
	width: 100%;
}
.form table td{
	padding: 5px 0 0;
}
.form table tr:last-child td{
	padding-top: 10px;
}
.form table tr:first-child td{
	padding: 0;
}
.after-send{
	display: none;
}
/* popup & form off */









/* eof */