#calc4 {
    height: 30px;
    padding: 0 20px 0 12px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-weight: 300;
    background: #fff;
    line-height: 32px;
    width: 71px;
}
#calc1-styler li:first-child, #calc2-styler li:first-child, #calc3-styler li:last-child {
    display: none !important;
}
.customer-form-title{
	display: none;
}
body {
	margin: 0;
	color: #555;
	font: 14px/24px 'Open Sans', Arial, Helvetica, sans-serif;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
.wrapper-holder, html, body {
	height: 100%;
}
img {
	border-style: none;
}
a {
	text-decoration: underline;
	color: #2065bb;
}
a:hover {
	text-decoration: none;
}
input, textarea, select {
	font: 100% 'Open Sans', Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
q {
	quotes: none;
}
q:before {
	content: ''
}
q:after {
	content: ''
}
header, footer, article, section, hgroup, nav, figure, aside {
	display: block;
}
figure {
	margin: 0;
	padding: 0;
}
input[type=submit] {
	cursor: pointer;
}
input[type=emal] {
	-webkit-appearance: caret;
}
input[type=text], input[type=password], input[type=file], textarea {
	-webkit-appearance: none;
}
input[type=text], input[type=password], input[type=file], input[type=submit], textarea {
	-webkit-appearance: none;
}
h1 {
	font: 700 36px/36px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 6px;
	color: #313131;
}
h2 {
	font: 700 32px/32px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #313131;
	margin: 0 0 12px;
}
h3 {
	font: 700 28px/28px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #313131;
	margin: 0 0 14px;
}
h4 {
	font: 700 24px/28px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #313131;
	margin: 0 0 26px;
}
h5 {
	font: 700 16px/18px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #313131;
	margin: 0 0 5px;
}
p {
	margin: 0 0 22px;
}
.w1 {
	height: 100%;
	display: table;
	width: 100%;
}
.w2 {
	width: 100%;
	display: table-row;
}
.w3 {
	height: 1%;
	display: table-row;
}
.w4 {
	display: table-cell;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.wrapper-holder {
	position: relative;
	width: 100%;
}
.wrapper {
	max-width: 1100px;
	margin: 0 auto;
}
.btn {
	display: block;
	margin: 0 auto;
	background: #d8436a;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 184px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	-moz-box-shadow: 0 2px 0 #952a46;
	box-shadow: 0 2px 0 #952a46;
	text-transform: uppercase;
	padding: 13px 12px 12px;
}
.btn:hover {
	background: #ce375e;
	-moz-box-shadow: 0 2px 0 #952a46;
	box-shadow: 0 2px 0 #952a46;
}
.btn:active {
	background: #ce375e;
	-moz-box-shadow: 0 -2px 0 #952a46;
	box-shadow: 0 -2px 0 #952a46;
}
.btn.style01 {
	background: #4caf50;
	-moz-box-shadow: 0 2px 0 #2d8930;
	box-shadow: 0 2px 0 #2d8930;
}
.btn.style01:hover {
	background: #379f3c;
	-moz-box-shadow: 0 2px 0 #2d8930;
	box-shadow: 0 2px 0 #2d8930;
}
.btn.style01:active {
	background: #379f3c;
	-moz-box-shadow: 0 -2px 0 #2d8930;
	box-shadow: 0 -2px 0 #2d8930;
}
.inform {
	padding: 0 0 9px;
	margin: -6px 0 0;
	list-style: none;
}
.inform li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 16px;
}
.inform li:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background: #2065bb;
	border-radius: 50%;
	top: 10px;
	left: 0;
}
#header {
	position: relative;
	z-index: 100;
}
.seo-block {
	display: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.header-holder {
	background: #2065bb;
	text-align: right;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	display: none;
}
.header-holder .tel-holder {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: 300;
	padding: 17px 0 0;
}
.header-holder .tel-holder:after {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/sprite.png) no-repeat;
	left: -16px;
	top: 16px;
}
.tel-holder strong {
	font-weight: 600;
}
.tel-holder .tel {
	position: relative;
	padding: 0 0 0 16px;
	text-transform: uppercase;
}
.tel-holder .tel:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #bdd1eb;
	border-radius: 50%;
	top: 11px;
	left: 2px;
}
.tel-holder .tel:first-child:after {
	display: none;
}
.header-holder .btn-login {
	background: #294785;
	padding: 15px 18px 16px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 0 0 0 44px;
}
.nav-panel {
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.25);
	box-shadow: 0 2px 2px rgba(0,0,0,0.25);
	padding: 19px 0;
}
.logo {
	float: left;
	margin: 0 20px 0 0;
}
.nav-holder {
	float: right;
	font-size: 16px;
	font-weight: 600;
	padding: 18px 0 0;
}
.btn-tel {
	display: none;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	width: 95px;
	height: 57px;
	background: #0052b8 url(../images/sprite.png) no-repeat -85px -91px;
}
.btn-menu {
	display: none;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	position: relative;
	padding: 0 0 0 30px;
	text-decoration: none;
	margin: 15px 0 0;
}
.btn-menu:after {
	content: '';
	position: absolute;
	width: 19px;
	height: 17px;
	background: url(../images/sprite.png) no-repeat 0 -131px;
	left: 5px;
	top: 5px;
}
#nav {
	float: left;
}
#nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0 0 0 35px;
	position: relative;
}
#nav li:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 12px;
	background: url(../images/sprite.png) no-repeat -35px 0;
	right: -20px;
	top: 7px;
}
#nav li:first-child {
	margin: 0;
}
#nav a {
	text-decoration: none;
	color: #2065bb;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav .active a {
	color: #232a34;
}
.link-order {
	float: right;
	color: #d8436a;
	text-decoration: none;
	margin: 0 0 0 35px;
}
.link-order:hover {
	text-decoration: underline;
}
.container {
	overflow: hidden;
}
.container .wrapper {
	position: relative;
}
.container .bg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -990px;
	opacity: 0.65;
}
.container {
	height: 345px;
}
.container .wrapper {
	position: relative;
}
.container .text-holder {
	position: absolute;
	top: 50px;
	left: 185px;
	font-size: 18px;
	line-height: 24px;
	color: #4d4d4d;
	font-weight: 300;
	text-align: center;
	width: 350px;
}
.container .text-holder h2 {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 40px;
	color: #2065bb;
	margin: 0 0 7px;
}
#main {
	padding: 33px 0 13px;
}
#content {
	float: right;
	width: 73%;
}
.features {
	padding: 0 0 33px;
	margin: 0 0 31px;
	list-style: none;
	overflow: hidden;
	color: #555;
	border-bottom: 1px solid #d2d2d2;
}
.features li {
	float: left;
	width: 32%;
	margin: 0 0 0 10px;
	text-align: center;
}
.features li:first-child {
	margin: 0;
}
.features .ico {
	display: block;
	margin: 0 auto 16px;
}
.features .title {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #3f3f3f;
	margin: 0 0 8px;
}
.features .title .color {
	color: #2065bb;
}
.features p {
	margin: 0;
}
.blocks {
	position: relative;
	margin: 0 0 21px;
}
.blocks:before {
	content: '';
	position: absolute;
	width: 1px;
	top: 6px;
	bottom: 27px;
	left: 50.2%;
	background: #d2d2d2;
}
.block-servise {
	float: left;
	width: 390px;
	margin: 0 40px 0 0;
}
.title-holder01 h2, .block-testimonials h2, .blocks h2 {
	font-weight: 600;
	font-size: 30px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.testimonials-area {
	margin: 0 0 31px;
}
.service {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}
.service .green {
	color: #4caf50;
	font-weight: 600;
}
.service li {
	position: relative;
	margin: 0 0 28px;
	padding: 0 0 0 31px;
}
.service li:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/sprite.png) no-repeat -82px 0;
	top: 1px;
	left: 0;
}
.block-price {
	overflow: hidden;
}
.price-holder {
	padding: 0 0 6px;
	margin: 0;
	list-style: none;
	font-size: 18px;
	color: #555;
}
.price-holder li {
	overflow: hidden;
	background: url(../images/divider01.png) repeat-x 0 80%;
	margin: 0 0 11px;
}
.price-holder .heading {
	text-transform: uppercase;
	background: #fff;
	float: left;
	padding: 0 2px 0 0;
}
.price-holder .price {
	float: right;
	background: #fff;
	width: 86px;
}
.price-holder .price .green {
	font-weight: 600;
	font-size: 20px;
	color: #4caf50;
}
.block-price h2 {
	margin: 0 0 18px;
	white-space: nowrap;
}
.box-info {
	background: #f0f0f0;
	border-radius: 5px;
	margin: 0 0 37px;
	overflow: hidden;
}
.box-info .description {
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #2065bb;
	font-weight: 600;
	padding: 15px 28px 5px 0;
}
.box-info .description p {
	margin: 0 0 11px;
}
.box-info .btn span {
	position: relative;
}
.box-info .btn span:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(../images/sprite.png) no-repeat -136px -57px;
	right: -23px;
	top: 6px;
}
.box-info .btn {
	font-size: 18px;
	width: 243px;
	padding: 10px;
}
.title-holder01 h2 {
	float: left;
}
.title-holder01 .link {
	float: right;
	font-size: 14px;
	color: #2065bb;
	text-decoration: underline;
	margin: 0 0 20px;
}
.title-holder01 .link:after {
	display: none;
}
.title-holder01 .link:hover {
	text-decoration: none;
}
.testimonials {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: 400;
	color: #555;
	line-height: 22px;
}
.testimonials li {
	display: inline-block;
	vertical-align: top;
	background: #fbfbfb;
	border: 1px solid #e8e8e8;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 0 0 0 15px;
	padding: 12px 21px 15px;
	vertical-align: top;
	width: 48.6%;
	min-height: 167px;
}
.testimonials li:first-child {
	margin: 0;
}
.testimonials blockquote {
	margin: 0;
	color: #555;
}
.testimonials cite {
	font-style: normal;
	display: block;
	color: #555;
	font-weight: 400;
	margin: 0 0 6px;
}
.testimonials cite em {
	display: block;
}
.text-area h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	margin: 0 0 18px;
	color: #555;
}
.block-testimonials {
	margin: 0 0 27px;
}
#sidebar {
	float: left;
	width: 262px;
}
.price-form {
	background: #fbfbfb;
	border: 1px dotted #dfdddf;
	padding: 0 15px 26px 20px;
	margin: 0 0 23px;
}
.price-form .title {
	display: block;
	background: #294785;
	color: #fff;
	padding: 7px 30px 10px;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	margin: 0 -15px 20px -20px;
}
.price-form .row {
	margin: 0 0 15px;
}
.price-form .row:after {
	content: '';
	clear: both;
	display: block;
}
.price-form .label-holder {
	float: left;
	margin: 0 2px 0 0;
	width: 113px;
}
.price-form label {
	float: left;
	font-size: 15px;
	line-height: 32px;
	white-space: nowrap;
	color: #3f3f3f;
}
.price-form .price-row {
	border-bottom: 1px dashed #afafaf;
	margin: -4px 5px 16px 0;
	padding: 0 0 8px;
	font-size: 14px;
	font-weight: 600;
	color: #555;
}
.price-form .price-row .heading {
	float: left;
}
.price-form .price-row .prices {
	float: right;
}
.total-row .heading {
	float: left;
	font-size: 20px;
	font-weight: 600;
	color: #3f3f3f;
}
.total-row .prices {
	float: right;
	color: #2065bb;
	font-size: 20px;
	font-weight: 600;
}
.total-row {
	padding: 0 5px;
	margin: 0 0 21px;
}
.price-form input[type="submit"] {
	display: block;
	margin: 0 auto;
	width: 174px;
	height: 43px;
	background: #4caf50 url(../images/sprite.png) no-repeat 5px -42px;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 43px;
	font-weight: 600;
	border-radius: 4px;
	-moz-box-shadow: 0 3px 0 #2d8930;
	box-shadow: 0 3px 0 #2d8930;
	border: none;
	padding: 0 10px 0 0;
}
.price-form input[type="submit"]:hover {
	background-color: #379f3c;
}
.price-form input[type="submit"]:active {
	background-color: #379f3c;
	-moz-box-shadow: 0 -3px 0 #2d8930;
	box-shadow: 0 -3px 0 #2d8930;
}
.statistic-block {
	margin: 0 0 27px;
}
.statistic-block h3 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #2065bb;
	margin: 0 0 10px;
}
.statistic {
	padding: 15px 0 0;
	margin: 0;
	list-style: none;
	border: 1px dashed #ccc;
	border-width: 1px 0;
	font-size: 16px;
	line-height: 20px;
	color: #555;
	text-align: center;
}
.statistic .info {
	display: block;
	font-size: 22px;
	margin: 0 0 4px;
}
.statistic li {
	margin: 0 0 22px;
}
.block-payments img {
	display: block;
}
.block-payments {
	margin: 0 0 38px;
}
.logos {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.logos img {
	vertical-align: top;
}
.logos li {
	margin: 0 0 29px;
}
.inform-panel {
	background: #295ca4 url(../images/bg01.jpg) no-repeat 50% 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	padding: 26px 10px 22px;
	margin: 0 0 0px;
}
.inform-panel .title {
	display: block;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	margin: 0 0 6px;
}
.inform-panel p {
	margin: 0 0 20px;
}
.services-area h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
	color: #3f3f3f;
	margin: 0 0 20px;
}
.services {
	padding: 0;
	margin: 0 7px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 120px;
	text-align: center;
}
.services-holder {
	text-align: center;
}
.btn-view, .btn-more {
	width: 138px;
	margin: 0 auto;
	border: 1px solid #2065bb;
	border-radius: 4px;
	text-decoration: underline;
	color: #2065bb;
	display: none;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}
.btn-view {
	display: block;
}
.btn-more em {
	font-style: normal;
	position: relative;
	padding: 0 14px 0 0;
}
.btn-more em:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 7px;
	background: url(../images/sprite.png) no-repeat -58px -18px;
	right: -3px;
	top: 7px;
}
.btn-more .hide:after {
	background-position: -58px -11px;
}
.btn-more .hide {
	display: none;
}
.btn-more.active .open {
	display: none;
}
.btn-more.active .hide {
	display: inline-block;
}
.services-area {
	padding: 0 0 31px;
}
.back-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat 0 -156px;
	width: 62px;
	height: 62px;
	display: none;
}
.btn-view:hover, .btn-more:hover {
	text-decoration: none;
}
.btn-view:active, .btn-more:active {
	background: #f4f7fc;
}
#footer {
	background: #f2f2f2;
	color: #898989;
	font-size: 12px;
	line-height: 14px;
	width: 100%;
	overflow: hidden;
	display: table-footer-group;
}
#footer .wrapper {
	padding-top: 21px;
	padding-bottom: 15px;
}
.footer-holder {
	float: left;
	margin: 0 89px 0 0;
}
.footer-logo {
	margin: 0 0 2px;
	width: 98px;
}
.footer-holder .copy {
	display: block;
}
.footer-frame {
	overflow: hidden;
	padding: 7px 0 0;
}
.footer-frame .description {
	float: left;
	width: 55%;
}
.footer-nav-holder {
	float: right;
	width: 39.5%;
	overflow: hidden;
}
.footer-nav {
	padding: 0px 0 0;
	margin: 0;
	list-style: none;
	color: #6a6a6a;
	font-size: 14px;
	float: left;
	width: 115%;
}
.footer-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	width: 49%;
}
.footer-nav a {
	color: #898989;
	font-size: 12px;
	line-height: 14px;
}
.services-holder .btn-more {
	margin-top: 24px;
}
.slide-frame {
	display: inline-block;
	vertical-align: top;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width: 106px;
}
.jq-selectbox__select {
	height: 30px;
	padding: 0 20px 0 12px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	font-weight: 300;
	background: #fff;
	line-height: 32px;
}
.jq-selectbox__select:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	right: 6px;
	top: 12px;
	width: 10px;
	height: 7px;
	background: url(../images/sprite.png) no-repeat -58px 0;
}
.opened .jq-selectbox__trigger-arrow {
	background-position: -70px 0;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
	top: 33px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	background: #FFF;
	left: -18px;
	right: 0;
	font-weight: 300;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #3f3f3f;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
 -webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	border-top: 1px solid #dfdfdf;
	color: #3f3f3f;
}
.jq-selectbox li:first-child {
	border: none;
}
.jq-selectbox li.selected {
	background-color: #f2f2f2;
}
.jq-selectbox li:hover {
	background-color: #f2f2f2;
}
.mobile-visible1, .mobile-visible {
	display: none;
}
.block {
	background: #f8f8f8;
	border-radius: 4px;
	margin-bottom: 22px;
	padding: 0 40px 21px;
}
.block h3 {
	border-bottom: 1px solid #8caed9;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #2065bb;
	text-align: center;
	margin: 0 -40px 17px;
	padding: 15px 5px 12px;
}
.block h3 img {
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 0 0;
}
.block .price-holder .heading {
	text-transform: none;
	background: #f8f8f8;
}
.block .price-holder .price {
	background: #f8f8f8;
	color: #2065bb;
	width: 30px;
}
.block-testimonials blockquote {
	margin: 0;
	padding: 0;
	border: none;
}
.block-testimonials q {
	display: block;
	font: 14px/24px 'Open Sans', Arial, Helvetica, sans-serif;
}
.block-testimonials q img {
	vertical-align: top;
	display: inline-block;
	margin: 7px 2px 0 0;
}
.block-testimonials img.quotes-r {
	margin: 10px 0 0 2px;
}
.block-testimonials cite {
	color: #7a7a7a;
	display: block;
	text-align: right;
	margin: 0 0 17px;
	font-size: 14px;
}
.main-holder {
	padding-bottom: 30px;
}
.main-holder #content {
	float: left;
}
.main-holder #sidebar {
	float: right;
}
.title-holder {
	background: #f8f8f8;
	padding: 19px 0 21px;
	margin: 0 0 20px;
}
.title-holder h1 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	padding: 0 0 0 20px;
	position: relative;
	color: #2065bb;
	margin: 0;
}
.title-holder h1:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 14px;
	background: url(../images/sprite.png) no-repeat -75px -156px;
	left: 0;
	top: 9px;
}
.visual {
	margin: 0 0 25px;
}
.visual img {
	width: 100%;
	display: block;
}
.visual .mobile-visible1 {
	display: none;
}
.blog-holder h2 {
	font-size: 22px;
	line-height: 28px;
	color: #2065bb;
	text-indent: 16px;
	font-weight: 600;
	margin: 0 0 2px;
	position: relative;
}
.blog-holder h2:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 11px;
	background: url(../images/sprite.png) no-repeat -94px -156px;
}
.blog-holder .info {
	position: relative;
	padding: 0 0 0 16px;
	font-style: italic;
	font-size: 14px;
	color: #7e7e7e;
	display: block;
	margin: 0 0 11px;
}
.blog-holder .info:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 10px;
	background: url(../images/sprite.png) no-repeat -93px -183px;
	top: 6px;
	left: 0;
}
.blog-holder .btn-view {
	margin: 0;
}
.posts {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
}
.block .posts {
	margin: -2px -10px -18px 0;
}
.posts li {
	margin: 0 0 14px;
	position: relative;
}
.posts li:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../images/sprite.png) no-repeat -118px -156px;
	left: -18px;
	top: 5px;
}
.posts a {
	color: #555;
}
.categories a:hover, .posts a:hover {
	color: #2065bb;
	text-decoration: underline;
}
.categories {
	padding: 0;
	margin: 0;
	list-style: none;
}
.block .categories {
	margin-top: -10px;
}
.categories li {
	border-top: 1px solid #ebebeb;
	position: relative;
	margin: 0 -40px;
	padding: 6px 46px 5px;
}
.categories li:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 10px;
	background: url(../images/sprite.png) no-repeat -111px -183px;
	top: 13px;
	left: 26px;
}
.categories li:first-child {
	border: none;
	padding-top: 0;
}
.categories li:first-child:after {
	top: 7px;
}
.categories a {
	color: #555;
}
.blog {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 22px;
}
.blog .description {
	overflow: hidden;
}
.blog .alignleft {
	margin: 8px 21px 0 0;
}
.blog .info {
	margin: 0 0 5px;
}
.blog p {
	margin: 0 0 13px;
}
.blog li {
	border-top: 1px solid #c2c2c2;
	padding: 13px 0 16px;
}
.blog li:first-child {
	padding-top: 0;
	border: none;
}
.blog .description {
	padding: 3px 0 0;
}
.link {
	position: relative;
}
.link:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 11px;
	background: url(../images/sprite.png) no-repeat -75px -183px;
	right: -13px;
	top: 6px;
}
.paging {
	padding: 19px 0 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.paging li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 0 3px;
}
.paging a {
	display: block;
	padding: 5px 13px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	text-decoration: none;
	color: #7f7f7f;
}
.paging a:hover {
	border: 1px solid #2065bb;
	color: #2065bb;
}
.paging .active a {
	color: #fff;
	background: #2065bb;
	border: 1px solid #2065bb;
}
.paging span {
	padding: 0 12px 0 0;
	position: relative;
}
.paging span:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 10px;
	background: url(../images/sprite.png) no-repeat -75px -202px;
	right: 0;
	top: 6px;
}
.paging a:hover span:after {
	background-position: -85px -202px;
}
.features-info {
	padding: 0;
	margin: 0 0 -14px;
	list-style: none;
}
.features-info li {
	position: relative;
	padding: 0 0 0 10px;
	border-top: 1px solid #ebebeb;
	margin: 0 -40px;
	padding: 7px 20px 7px 40px;
}
.features-info li:first-child {
	padding-top: 0;
	border: none;
}
.features-info li:after {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	left: 19px;
	top: 12px;
	background: url(../images/sprite.png) no-repeat -93px -202px;
}
.features-info li:first-child:after {
	top: 4px;
}
.info-table {
	width: 100%;
	border-collapse: collapse;
	background: #fbf9f9;
	border-radius: 4px;
	overflow: hidden;
}
.info-table th {
	background: #f2f7fc;
	border-bottom: 1px solid #e1edf9;
	text-align: left;
	padding: 11px 21px 9px;
	font-size: 16px;
	font-weight: 600;
	color: #2065bb;
}
.info-table th.col01 {
	border-radius: 4px 0 0 0;
}
.info-table th.last {
	border-radius: 0 4px 0 0;
}
.info-table td {
	padding: 6px 21px;
}
.info-table tr:nth-child(2n) {
	background: #f2f2f2;
}
.info-table td.col01 {
	border-radius: 0 0 0 4px;
}
.info-table td.last {
	border-radius: 0 0 4px 0;
}
.accordion {
	padding: 18px 0 0;
	margin: 0;
	list-style: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.accordion li {
	border-bottom: 1px solid #b6b6b6;
	margin: 0 0 23px;
}
.accordion a {
	color: #555;
	text-decoration: none;
	display: block;
	padding: 0 50px 11px 0;
	position: relative;
}
.accordion a:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 9px;
	background: url(../images/sprite.png) no-repeat -20px -230px;
	right: 24px;
	top: 11px;
}
.accordion .active a:hover:after, .accordion .active a:after {
	background-position: 0 -230px;
}
.accordion a:hover:after {
	background-position: -39px -230px;
}
.accordion a:hover {
	color: #949494;
}
.accordion .active a {
	color: #2065bb;
}
.accordion .active {
	border: none;
}
.accordion .slide {
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	color: #555;
	border-top: 1px solid #b6b6b6;
}
.accordion .slide p {
	margin: 0;
}
.samples {
	padding: 0;
	margin: 0 0 32px;
	list-style: none;
}
.samples li {
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	padding: 18px 0 33px;
}
.samples .title {
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #393939;
	font-weight: 700;
	margin: 0 0 12px;
}
.samples .title a {
	color: #393939;
}
.samples .title a:hover {
	color: #2065bb;
	text-decoration: none;
}
.samples .link-pdf {
	float: left;
	margin: 6px 30px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat 0 -260px;
	width: 65px;
	height: 61px;
}
.samples .link-pdf:hover {
	background-position: 0 -333px;
}
.samples .columns {
	overflow: hidden;
}
.samples .col {
	float: left;
	width: 47%;
	margin: 0 0 0 10px;
	color: #555;
}
.samples .col:first-child {
	margin: 0;
}
.samples .col .info {
	display: block;
}
.samples .col .info em {
	font-style: normal;
}
.testimonials-holder {
	padding: 7px 0 0;
	margin: 0 0 30px;
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	color: #555;
}
.testimonials-holder li {
	border-top: 1px solid #b2b2b2;
	padding: 24px 0 19px;
}
.testimonials-holder li:first-child {
	border: none;
	padding-top: 0;
}
.testimonials-holder blockquote {
	margin: 0;
	position: relative;
	padding: 0 0 0 37px;
}
.testimonials-holder blockquote:after {
	content: '';
	position: absolute;
	width: 23px;
	height: 15px;
	background: url(../images/sprite.png) no-repeat -75px -230px;
	left: 0;
	top: 6px;
}
.testimonials-holder q {
	display: block;
	margin: 0 0 2px;
}
.testimonials-holder cite {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #534f4d;
}
.contacts-area .holder {
	float: left;
	width: 54%;
	margin: 0 52px 0 0;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #585858;
}
.contacts-area .holder .heading {
	display: block;
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 25px;
	font-weight: 600;
}
.contacts-area .holder .visual img {
	display: block;
	width: 100%;
}
.contacts-area .frame {
	overflow: hidden;
}
.contacts-holder {
	position: relative;
}
.contacts-holder:after {
	content: '';
	position: absolute;
	width: 1px;
	top: 0;
	bottom: -23px;
	left: 29px;
	background: #8d8d8d;
}
.contacts {
	padding: 27px 0 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 10;
	font-size: 16px;
	line-height: 24px;
	color: #555;
}
.contacts:after, .contacts:before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	background: #8d8d8d;
	border-radius: 50%;
	top: 0;
	left: 25px;
}
.contacts:before {
	top: auto;
	bottom: -24px;
}
.contacts address {
	font-style: normal;
}
.contacts a {
	color: #555;
	text-decoration: none;
}
.contacts a:hover {
	text-decoration: underline;
}
.contacts li {
	overflow: hidden;
	margin: 0 0 29px;
}
.contacts img {
	float: left;
	margin: 0 20px 0 0;
}
.contacts .description {
	overflow: hidden;
	padding: 2px 0 0;
}
.contacts-area .holder .visual img.mobile-visible1 {
	display: none;
}

@media only screen and (max-width: 1125px) {
.logo {
	position: absolute;
	top: 17px;
	left: 44px;
	margin: 0;
}
.wrapper {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.mobile-visible {
	display: block;
}
.mobile-hidden {
	display: none;
}
.header-holder .btn-login,  #sidebar {
	display: none;
}
#content {
	float: none;
	width: 100%;
}
.header-holder {
	background: none;
	border-bottom: 1px solid #dcdcdc;
	color: #1e1e1d;
	padding: 25px 0 33px;
}
.tel-holder .tel::after {
	background: #6e6e6e;
}
.header-holder .tel-holder::after {
	background-position: -123px 0;
}
.nav-holder {
	padding: 0;
}
.container .text-holder {
	left: 50%;
	margin-left: -175px;
	top: 53px;
}
.features {
	display: none;
}
.footer-frame .description {
	display: none;
}
.footer-nav-holder {
	width: 62.5%;
}
.btn-more {
	display: block;
}
.slide-frame {
	display: none;
}
.box-info .alignleft {
	margin-left: -110px;
}
.text-area {
	padding: 0 0 15px;
}
.block-servise {
	margin: 0 30px 0 0;
}
.blocks:before {
	left: 390px;
}
.paging {
	display: none;
}
.samples li.last {
	border: none;
}
.services {
	width: 110px;
	margin: 0 3px;
}
.slide-frame .services {
	width: auto;
}
.slide-frame .services li {
	display: inline-block;
	margin: 0 3px;
	width: 110px;
}
}

@media only screen and (max-width: 1000px) {
.back-top {
	display: block;
}
.samples-blocks .columns .col {
	width: 47%;
}
}

@media only screen and (max-width: 800px) {
.container {
	background: url(../images/bg02-tab.jpg) no-repeat 50% 0;
	/*height: 284px;*/
    background-size: cover;
    height: 345px;
}
.container .bg {
	display: none;
}
}

@media only screen and (max-width: 767px) {
.logo {
	position: static;
	display: block;
	margin: 0 auto 18px;
	float: none;
}
	.footer-nav{
		display: none;
	}
.link-order,  .header-holder,  .header-holder .tel-holder {
	display: none;
}
.services-holder .slide-holder .btn-more {
	display: block;
}
.info-area,  .btn-order {
	display: none;
}
.tel-holder {
	display: none;
}
.btn-menu,  .btn-tel {
	display: block;
}
.nav-holder {
	min-height: 57px;
	float: none;
	background: #2065bb;
	margin: 0 -15px;
	padding-left: 15px;
}
.nav-holder:after {
	content: '';
	clear: both;
	display: block;
}
#nav {
	position: absolute;
	left: -15px;
	right: -15px;
	top: 100%;
	z-index: 100;
	display: none;
	border-top: 2px solid #2f6fc0;
}
.nav-holder.active #nav {
	display: block;
}
#nav ul {
	background: #2f6fc0;
	padding: 0 30px;
	float: none;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	font: 24px/26px 'Open Sans', Arial, Helvetica, sans-serif;
}
#nav li {
	display: block;
	float: none;
	border-top: 1px solid #447ec6;
	margin: 0;
}
#nav li:first-child {
	border-radius: 0;
	border: none;
}
#nav li:after {
	display: none;
}
#nav a {
	float: none;
	color: #fff;
	padding: 9px 0 10px;
	display: block;
}
#nav .active a {
	background: none;
	background: #0052b8;
	color: #fff;
	margin: 0 -15px;
	padding: 9px 20px 10px;
}
.nav-panel {
	padding-bottom: 0;
	-moz-box-shadow: none;
	box-shadow: none;
}
.text-holder p {
	display: none;
}
.container .text-holder {
	top: 61px;
	padding: 0 15px;
	width: auto;
}
.container .text-holder h2 {
	margin-bottom: 19px;
}
.features {
	display: block;
}
.features li:first-child,  .features li {
	float: none;
	display: block;
	margin: 0 0 10px;
	width: 100%;
}
.blocks {
	display: none;
}
.box-info {
	position: relative;
	overflow: hidden;
}
.box-info .alignleft {
	position: absolute;
	bottom: -100px;
	left: -150px;
}
.box-info .description {
	padding: 10px 10px 14px;
}
.box-info .btn {
	position: relative;
	z-index: 5;
}
.features {
	border: none;
	margin: 0;
}
.testimonials-area {
	display: none;
}
.inform-panel p {
	display: none;
}
.footer-holder {
	float: none;
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
}
.footer-nav-holder {
	float: left;
	width: auto;
}
.footer-nav {
	width: auto;
}
.footer-nav li {
	display: block;
	width: 100%;
}
.mobile-visible {
	display: inline-block;
}
.footer-frame .alignright {
	margin-top: 25px;
}
.back-top {
	display: block;
}
.box-info {
	margin-bottom: 22px;
}
.price-holder {
	margin-bottom: 23px;
}
.inform-panel {
	padding: 16px 0 28px;
}
.blog .alignleft {
	display: none;
}
.btn-view.mobile-visible {
	display: block;
}
.info-table {
	display: none;
}
.inform-panel .title {
	margin: 0 -5px 15px;
}
.samples .col {
	float: none;
	width: 100%;
	margin: 0;
}
.samples .col .info em {
	display: none;
}
.contacts-area .holder {
	float: none;
	display: block;
	width: 100%;
}
.contacts-area .holder .description {
	display: none;
}
.mobile-visible1 {
	display: block;
}
.block-price h2 {
	white-space: normal;
}
.samples .link-pdf {
	margin: 0 10px 0 0;
}
ul.blog p {
	height: 87px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contacts-area .holder .visual img {
	display: none;
}
.contacts-area .holder .visual img.mobile-visible1 {
	display: block;
}
.container .text-holder {
	width: 300px;
	margin-left: -150px;
	padding: 0;
}
.box-info {
	margin-left: -15px;
	margin-right: -15px;
	border-radius: 0;
}
.samples li:first-child {
	padding-top: 0;
}
}

@media only screen and (max-width: 350px) {
.inform-panel {
	background-image: url(../images/bg01-mob.jpg);
}
.container .bg {
	display: none;
}
.container {
	background: url(../images/bg02-mob.jpg) no-repeat 50% 0;
	height: 286px;
}
.visual img {
	display: none;
}
.visual .mobile-visible1 {
	display: block;
}
}
ol {
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
	overflow: hidden;
	counter-reset: item;
}
#p--text ol{
	overflow: initial;
}
ol ol {
	margin: 0;
}
ol li {
	padding: 0 0 0 20px;
}
ol li:before, ol .num {
	float: left;
	width: 20px;
	margin: 0 0 0 -20px;
	content: counters(item, ".") ".";
	counter-increment: item;
}
.latin li:before {
	content: counter(item, lower-latin);
}
.upper-latin li:before {
	content: counter(item, upper-latin);
}
.lower-roman li:before {
	content: counter(item, lower-roman);
}
.upper-roman li:before {
	content: counter(item, upper-roman);
}
::-webkit-input-placeholder {
color:#97979e;
}
:-moz-placeholder {
color:#97979e;
}
::-moz-placeholder {
 color:#97979e;
 opacity: 1;
}
:-ms-input-placeholder {
color:#97979e;
}
:focus::-webkit-input-placeholder {
color: transparent
}
:focus::-moz-placeholder {
color: transparent
}
:focus:-moz-placeholder {
color: transparent
}
:focus:-ms-input-placeholder {
color: transparent
}
/*
#order-page blockquote {
	padding: 0px;
	border: none;
	font-size: 14px;
}*
#order-page .inform-panel .btn:hover {
	color: #ffffff;
}
#order-page #order-form .steps-wrapper .custom-button, #order-page #order-form .steps-wrapper .custom-button-second-step, #order-page #order-form .steps-wrapper .custom-button-third-step {
	font-size: 14px;
	padding: 6px 12px;
	text-transform: none;
	box-shadow: none;
}
#order-page #order-form .steps-wrapper .source-wrapper .btn-number {
	font-size: 14px;
	padding: 0px;
}*/
#order-page #order-form .steps-wrapper .source-wrapper .btn-number .glyphicon {
	color: #333;
}
#order-form .btn{
	box-shadow: unset;
	padding: 6px 10px;
	font-size: 14px;
}

/*for calc*/
.price-form select{
	height: 30px;
	padding: 0 20px 0 12px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	font-weight: 300;
	background: #fff;
	line-height: 32px;
	width: 100%;
	margin-bottom: 10px;
	outline: none;
}
.price-form .pages-info{
	margin-top: 10px;
}
.price-form .pages-info .number-words{
	display: block;
	margin-top: 10px;
}
.price-form .order-now{
	margin-top: 10px;
}
.price-form .order-now .end-price{
	margin-bottom: 10px;
}
.price-form .order-now .end-price span.value-price{
	font-size: 20px;
}

ul.contacts>li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
ul.contacts>li span.tel::before{
    content: attr(data-phone);
}
span.phone::before{
    content: attr(data-phone);
}

table.teble_in_text{
	margin-bottom: 20px;
	border: 1px solid #155879;
	vertical-align: middle;
}
table.teble_in_text td{
	min-width: 30px;
	padding-left: 20px;
	border: 1px solid #155879;
	vertical-align: middle;
}

span.address::before{
	content: attr(data-address);
}

ol ul{
	list-style: none;
}
ol li:before{
	width: auto;
}
.title-holder01 span{
	font-weight: 600;
	font-size: 30px;
	margin: 0 0 20px;
}
.blocks .blocks-head{
	font-weight: 600;
	font-size: 30px;
	margin: 0 0 20px;
	display: block;
}
.price-holder .price-two {
	float: right;
	background: #fff;
	width: 86px;
}
.price-holder .price-two .green {
	font-weight: 600;
	font-size: 20px;
	color: #4caf50;
}

.footer-holder{
    position: relative;
}

.footer-holder span.phone{
    position: absolute;
    left: 130px;
    top: 13px;
    text-align: center;
    font-size: 15px;
}

.text-area h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 18px;
	color: #555;
}

/* services menu */

.hidden-list{
	display: none;
}

.show-list{
	display: block;
}
.drpdwn{
	display: block;
}
.services_drop_list {
	position: absolute;
	top: 33px;
	left: -95px;
	width: 200px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	padding: 30px 30px 15px;
	/*display: none;*/
}

.services_drop_list:after {
	content: '';
	position: absolute;
	top: -20px;
	width: 100px;
	height: 45px;
	right: 85px;
	background-color: transparent;
}

.services_drop_list li:after{
display: none;
}
.service-link_btn{
	position: relative;
	cursor: pointer;
	color: #2065bb;
}
.services_drop_list li{
margin: 0!important;
}

.navigation__link{
font-size: 14px;
}

.service-link_btn:before{
	content: '>';
	position: absolute;
	right: -12px;
	top: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media (max-width: 380px){
	.footer-frame{
		padding-top: 40px;
	}
	.select-links{
		top: 0!important;
		right: unset;
		left: 25%;
	}

}
@media(max-width: 767px){

	.footer-frame{
		position: relative;
	}
	.select-links{
		display: block;
		margin: auto;
		right: 10px;
		top: 50px;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		cursor: pointer;
		padding: 5px 10px;
		border-radius: 5px;
		outline: 0;
	}
	.service-link_btn:before{
		right: -20px;
		top: 5px;
	}
	.services_drop_list:after {
		display: none;
	}
	.services_drop_list{
		position: static;
		background: unset;
		width: 75%;
		margin: 20px auto;
		padding-top: 15px;
	}
	.service-link_btn{
		color: #fff;
	}
	.nav_link_removed{
		padding: 9px 0 10px;
	}
.footer-holder span.phone{
		display: block;
		position: static;
		margin-bottom: 5px;
	}
}
@media(max-width: 1125px) and (min-width: 768px){
header .nav-panel .wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo{
    position: static;
    margin: 0 20px 0 0;
}
}
@media(max-width: 800px) and (min-width: 768px){
.nav-holder{
    font-size: 15px;
}
}