.contacts .contacts_block {
font-size: 24px;
}
.contacts .contacts_block a{
    text-decoration: underline;
	color: #337ab7;
}

.projects .caption.mark {
font-size: 20px;
}

.projects .caption {
font-size: 18px;
}

.projects {
	height: 800px;
}

element.style {
  overflow: visible;
  width: 600px;
  height: 450px;
}

section.main {
	min-height:485px;
}

section.main h1 {
	background: rgba(0, 17, 101, 0.66);
	text-align: left;
	display: inline-block;
    padding-right: 40px;
}

section.main p {
	background: rgba(0,0,0,.4);
	text-align: left;
}

section.main ul {
	margin: 40px 0px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}

section.main ul li {
	background: rgba(255, 251, 251, 0.65);
	text-align: left;
    font-size: 20px;
    color: #001E65;
    line-height: 32px;
    padding: 5px 10px;
    display: inline-block;
}

section.main ul li span.plus {
    font-size: 46px;
    line-height: 28px;	
    font-weight: 700;
    -webkit-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

@-webkit-keyframes pulse {
	from{-webkit-transform: scale(1)}
	50%{-webkit-transform: scale(0.9)}
	to{-webkit-transform: scale(1)}
}
@-moz-keyframes pulse {
	from{-moz-transform: scale(1)}
	50%{-moz-transform: scale(0.9)}
	to{-moz-transform: scale(1)}
}
@-ms-keyframes pulse {
	from{-ms-transform: scale(1)}
	50%{-ms-transform: scale(0.9)}
	to{-ms-transform: scale(1)}
}
@-o-keyframes pulse {
	from{-o-transform: scale(1)}
	50%{-o-transform: scale(0.9)}
	to{-o-transform: scale(1)}
}
@keyframes pulse {
	from{transform: scale(1)}
	50%{transform: scale(0.9)}
	to{transform: scale(1)}
}

section#modals .project-type .tab-content .content {
	height: 242px;
}

#calculator {
margin: 0px auto;
padding: 80px 0px;	
background: #fff url(../images/calc-bg.jpg) no-repeat center right;
background-attachment: fixed;
}

.calc {
width: 920px;
margin: 0px auto;
text-align: center;
}

.calc-title {
margin-bottom: 20px;	
}

.calc-desc {
font-size: 24px;
color: #000;
margin: 0px auto 20px;
text-align: center;	
}

.calc input[type="text"], .calc input[type="number"], .calc input[type="tel"] {
border: 1px solid #ccc;
box-shadow: 0 0 8px -1px rgba(0,0,0,.5),inset 0 1px 5px 1px rgba(158,158,158,.2);	
width: 140px;
height: 48px;
background: #fff;
border-radius: 3px;
border: 1px solid #fff;
margin-bottom: 10px;
padding: 0 5px 0 13px;
font-size: 16px;
color: #000;
font-family: din_regular;
}

.calc input[type="tel"] {
width: 200px;	
vertical-align: top;
margin: 10px 0px;
}

.calc select {
border: 1px solid #ccc;
box-shadow: 0 0 8px -1px rgba(0,0,0,.5),inset 0 1px 5px 1px rgba(158,158,158,.2);	
width: 200px;
height: 48px;
background: #fff;
border-radius: 3px;
border: 1px solid #fff;
margin-bottom: 10px;
padding: 0 5px 0 13px;
font-size: 16px;
color: #000;
font-family: din_regular;
background: #fff url(../images/arrow-down.png) no-repeat center right;
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */	
}

.calcsettings input[type="text"], .calcsettings input[type="number"], .calcsettings select {
display: block;
margin: 10px 0px;
}

input[type=checkbox] {
    visibility: hidden;
}

.calc-checkboxs {
display: inline-block;	
}

.checkbox-label {
margin: 0px 10px;
display: inline-block;
cursor: pointer;
font-size: 16px;
}

.calc-checkboxs label input {
display: none;
}

.calc-checkboxs label .checkbox {
height: 7px;
width: 7px;
border: 1px solid #808080;
display: inline-block;
position: relative;
background: none repeat scroll 0% 0% #F8F8F8;
border-radius: 25px;
box-shadow: 0px 5px 10px -5px rgba(209, 209, 209, 0.85) inset;
margin-right: 10px;
padding: 7px;
vertical-align: middle;
}

.checkbox-label span {
font-size: 16px;
line-height: 30px;
font-weight: 700;
vertical-align: middle;
}

.checkbox-label span:hover {
text-decoration:none;
color: #FF6A00;
}

.calc-checkboxs input[type=checkbox]:checked + span:before {
content: '';
position: absolute;
top: 4px;
left: 4px;
height: 13px;
width: 13px;
font-size: 20px;
text-align: center;
line-height: 20px;
z-index: 2;
background: #FF6A00;
border-radius: 20px;
}

.calcsettings {
border: 3px solid #FF6A00;
padding: 20px 0px;
margin: 40px auto 20px;
background: rgba(250,250,250, 0.9);
}

.calcsettings p {
display: inline-block;	
margin: 5px 10px;
vertical-align: top;
}	

.calcsettings label {
display: block;
}

.calc input[type="submit"] {
width: 250px;
height: 49px;
line-height: 49px;
font-size: 24px;
font-family: din_regular;
border: none;
margin: 10px 10px 10px 25px;
display: inline-block;
box-shadow: 0 0 8px 0 rgba(0,0,0,.5);
vertical-align: middle;
}

section.inline_form.inline_form_second {
padding: 0px 0px;	
height: 500px;
background: #fff url(../images/zabor.jpg) no-repeat center center;
background-size: cover;
}

.wrapper980px {
width: 980px;
margin: 0px auto;	
}	

section.inline_form .wrap button {
width: 220px;
}	

section.inline_form.inline_form_second h2 {
}

.inline_form.inline_form_second_bg {
padding: 90px 0px 60px;	
height: 100%;
}
	
section.inline_form.inline_form_second .triangle {
margin-right: 10px;
display: inline-block;	
}

section.inline_form.inline_form_second h2.inline_form_second_offer {
    background: rgba(84,13,0,.70);
	background: rgba(0,0,0,.70);
    text-align: left;
    display: inline-block;
    padding: 10px 20px 10px 20px;	
    font-weight: 700;
    font-size: 50px;
    line-height: 52px;
	text-shadow: 2px 3px 2px rgba(0,0,0, 0.9);
	color: #fff;
	border: 3px solid #FF6A00;
}

.inline_form_second_form h3 {
    color: #fff;
    display: inline-block;
    background: rgba(0,0,0, 0.5);
    padding: 5px 10px;
    font-size: 32px;
	line-height: 42px;
	margin: 20px 0px 30px;
	text-shadow: 2px 3px 2px rgba(0,0,0, 0.9);
}

.inline_form_second_form h3 strong {
    font-size: 38px;	
	font-weight: 700;
}
	
.inline_form_second_form_form {
margin-top: 60px;
text-align:left;	
}

.inline_form_second_offer strong {
font-weight: 700;
font-size: 46px;	
}

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

.red {
border-color: #ff0000 !important;	
}

section#modals .project-content .small {
display: block !important;
text-align:left;	
}

.small a {
display: inline-block;
margin-left: 8px;
}

section#modals .project-content .small a:first-child {
margin-left: 0px;	
}

.order {
	height:460px;
	padding-top:84px;
	background:url(../images/order.jpg) no-repeat center;
}

.order_left {
	float:left;
	width:340px;
	margin:95px 0 0 70px;
	font-size:18px;
	line-height:18px;
}

.order_left span {
	display:block;
	font-size:40px;
	line-height:40px;
	margin-bottom:15px;
}

.order_right {
	width:250px;
	float:right;
	margin-right:80px;
	text-align:center;
	color:#fff;
	font-size:30px;
	line-height:30px;
}
.order .bttn {
	width:250px;
	height:55px;
	line-height:55px;
	font-size:24px;
	font-family:'din_regular';
	margin-top:20px;
}

.order form {
	margin-top:30px;
}

.techs {
	padding-top:45px;
	height:900px;
	background:url(../images/techs.jpg) no-repeat center 65px;
}

.techs h2 {
	margin-bottom:100px;
}

.techs_house {
	position:relative;
	width:976px;
	height:528px;
	margin:0 0 80px 130px;
	background:url(../images/techs_house.png) no-repeat center;
}

.tech {
	width:34px;
	height:34px;
	background:#fff url(../images/tech.png) no-repeat center;
	cursor:pointer;
	border-radius:20px;
	border:rgba(247,148,29,0.8) solid 3px;
	position:absolute;
	overflow:hidden;
}

.tech_hover {
	height:91px;
	width:91px;
	left:-28px;
	top:-28px;
	cursor:pointer;
	position:absolute;
	border-radius:50px;
	opacity:0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.tech:hover {
	overflow:visible;
}

.tech:hover .tech_hover {
	opacity:1;
}

.tech_img {
	width:91px;
	height:91px;
	position:relative;
	z-index:2;
	border-radius:50px;
	transition: all 0.2s ease; opacity: 0.01; transform: scale(0.5, 0.5);
}

.tech_text {
	width:260px;
	position:absolute;
	color:#8b8b8b;
	font-size:14px;
	line-height:16px;
	z-index:2;
}

.tech_text span {
	display:block;
	color:#000;
	font-size:24px;
	line-height:24px;
	margin-bottom:7px;
	font-family:'din_regular';
}

.tech_line {
	position:absolute;
	z-index:1;
}

.t1 {
	left:283px;
	top:124px;
}

.t1 .tech_img {
	background:url(../images/t1.png) no-repeat center;
}

.t1 .tech_text {
	left:-385px;
	top:-125px;
}

.t1 .tech_line {
	width:180px;
	height:143px;
	background:url(../images/t1l.png) no-repeat center;
	left:-165px;
	top:-115px;
}

.t2 {
	left:199px;
	top:227px;
}

.t2 .tech_img {
	background:url(../images/t2.png) no-repeat center;
}

.t2 .tech_text {
	left:-295px;
	top:120px;
}

.t2 .tech_line {
	width:150px;
	height:49px;
	background:url(../images/t2l.png) no-repeat center;
	left:-150px;
	top:55px;
}

.t3 {
	left:154px;
	top:352px;
}

.t3 .tech_img {
	background:url(../images/t3.png) no-repeat center;
}

.t3 .tech_text {
	left:-255px;
	top:140px;
}

.t3 .tech_line {
	width:74px;
	height:74px;
	background:url(../images/t3l.png) no-repeat center;
	left:-65px;
	top:70px;
}

.t4 {
	left:225px;
	top:464px;
}

.t4 .tech_img {
	background:url(../images/t4.png) no-repeat center;
}

.t4 .tech_text {
	left:140px;
	top:100px;
}

.t4 .tech_line {
	width:89px;
	height:52px;
	background:url(../images/t4l.png) no-repeat center;
	left:47px;
	top:62px;
}

.t5 {
	left:560px;
	top:105px;
}

.t5 .tech_img {
	background:url(../images/t5.png) no-repeat center;
}

.t5 .tech_text {
	left:100px;
	top:-135px;
}

.t5 .tech_line {
	width:38px;
	height:132px;
	background:url(../images/t5l.png) no-repeat center;
	left:50px;
	top:-125px;
}

.t6 {
	left:582px;
	top:371px;
}

.t6 .tech_img {
	background:url(../images/t6.png) no-repeat center;
}

.t6 .tech_text {
	left:65px;
	top:145px;
}

.t6 .tech_line {
	width:41px;
	height:95px;
	background:url(../images/t6l.png) no-repeat center;
	left:50px;
	top:45px;
}

.techs .bttn {
	margin:0 auto;
	width:390px;
	height:47px;
	line-height:47px;
	font-size:18px;
}
.blog-box strong {
    font-weight: 700;
}
.blog-box a {
    color: #1D3B80;
}

/* =================== отзывы  ==================== */

.ticket-comment-body {
    padding: 30px;
    margin: 10px;
    border: 1px solid #D5D5D5;
}
.ticket-comment-header {
	margin-bottom: 15px;
}
.ticket-comment-author {
    color: #5A5A5A !important;
    text-transform: capitalize;
	font-size: 18px;
    margin-left: 0 !important;
	font-style: italic;
}
.text-right-sm {
	text-align: right;
}
.ticket-comment-createdon {
    font-size: 16px !important;
	padding-top: 2px;
}
.ticket-comment-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}
.comment-list-reply .ticket-comment-body {
    padding: 0 0 0 70px;
    margin: 10px;
    background: url(../images/brown-arrow.png) 10px 0 no-repeat;
    border: none;
}
.comment-list-reply .ticket-comment {
    width: 100%;
}
.ticket-comment-body .comments-list {
    padding-left: 0px;
}
.ticket-comment {
    margin-top: 5px !important;
}
.ticket-comment, .ticket-comment-row {
    margin-bottom: 5px !important;
}
.comment-list-reply .col-md-offset-2 {
	margin-left: 0 !important;
}
h3 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
	text-align: center;
}
#comment-new-link {
    margin-top: 10px;
    margin-bottom: 10px;
	text-align: center;	
}
#comment-editor {
    width: 94% !important;
}
#ticketForm .form-actions, #comment-form .form-actions {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    margin-bottom: 25px;
}
input[type=text], input[type=email] {
    border: 1px solid #ccc;
}
lebel#comment-captcha {
	padding-bottom: 6px;
}
.reviews {
    padding: 35px 0 30px;
}

