@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'ProductSans-Bold';
	src: url('../fonts/ProductSans-Bold.eot?') format('eot'), url('../fonts/ProductSans-Bold.woff') format('woff'), url('../fonts/ProductSans-Bold.ttf') format('truetype'), url('../fonts/ProductSans-Bold.svg#ProductSans-Bold') format('svg');
}

@font-face {
	font-family: 'ProductSans-Light';
	src: url('../fonts/ProductSans-Light.eot?') format('eot'), url('../fonts/ProductSans-Light.woff') format('woff'), url('../fonts/ProductSans-Light.ttf') format('truetype'), url('../fonts/ProductSans-Light.svg#ProductSans-Light') format('svg');
}

@font-face {
	font-family: 'ProductSans-Medium';
	src: url('../fonts/ProductSans-Medium.eot?') format('eot'), url('../fonts/ProductSans-Medium.woff') format('woff'), url('../fonts/ProductSans-Medium.ttf') format('truetype'), url('../fonts/ProductSans-Medium.svg#ProductSans-Medium') format('svg');
}

@font-face {
	font-family: 'ProductSans-Regular';
	src: url('../fonts/ProductSans-Regular.eot?') format('eot'), url('../fonts/ProductSans-Regular.woff') format('woff'), url('../fonts/ProductSans-Regular.ttf') format('truetype'), url('../fonts/ProductSans-Regular.svg#ProductSans-Regular') format('svg');
}

html{
	font-family: 'ProductSans-Light', Arial;
	font-size:18px;	
	height:100%;
}

body{
	background:#ffffff;
	font-family: 'ProductSans-Light', Arial;
	font-size:18px;	
	color:#000;
	line-height: 140%;
	height:100%;
}

p {
    margin: 0 0 20px;
}

a{
	color:#83c550;
	text-decoration:none;
	outline:none;
}

a:focus, a:link{
	color:#83c550;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#0593c3;
	text-decoration:none;
	outline:none;
}

img{
	outline:none;
}

strong, b{
	font-family: 'ProductSans-Bold';
	font-weight: normal;
}

img{
	display:block;
}

.clear{
	clear:both;
}

.form-item, .form-actions{
	margin:0;
}

input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea, select,
.form-managed-file .form-file{
	background: #f1f3f7;
	border:0;
	margin:0;
	padding:0 20px;
	width:350px;
	height:50px;
	line-height:50px;
	font-family: 'Plumb-Light';
	font-size:18px;
	
	color:#000;
	outline: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.form-managed-file .form-file{
	float:left;
	width:630px;
	line-height:normal;
	padding-top: 11px;
	margin-bottom: 10px;
}

.form-managed-file .form-submit{
	float:left;
	width: 174px;
	height:50px;
	line-height:50px;
	margin-left:10px;
	font-size: 20px;
	
	outline: none;
}

.webform-component--cvoy-proekt-ili-eskiz-formaty-doc-jpg-gif-pdf---3 .form-managed-file .form-file{
	margin-bottom: 0;
}

.webform-component-textarea{
	clear: both;
	padding-top: 1px;
}

.webform-client-form .description{
	display: none;
}

#edit-submitted-svoy-proekt-formaty-doc-jpg-gif-pdf-2-ajax-wrapper,
#edit-submitted-svoy-proekt-formaty-doc-jpg-gif-pdf-3-ajax-wrapper{
	clear:both;
	padding-top: 10px;
}

.form-textarea-wrapper textarea{
	background: #fff;
	border:1px solid #e4edf1;
	margin:0;
	padding:0 20px;
	width:100%;
	height:226px;
	font-family: 'Plumb-Light';
	font-size:18px;
	
	color:#000;
	outline: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

select{
	width:auto;
}

label{
	font-weight:normal;
	font-family: 'Plumb-Light';
	font-size:20px;
	color:#000;
	height: 70px;
	line-height: 70px;
	clear:both;
	float:none;
	display:block;
	margin: 0;
	padding: 0;
	width: auto;
}

input.form-submit, input[type="submit"]{
	font-family: 'Plumb-Medium';
	border:0;
	padding: 0 40px;
	height: 60px;
    line-height: 60px;
    background: #a31010;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 30px;
	outline: none;
	transition: 0.4s;
	
}

input.form-submit:hover, input[type="submit"]:hover{
	background: #f56a3f;
	transition: 0.4s;
	color:#fff;
}

tbody{
	border:0;
	padding:0;
	margin:0;
}

#webform-client-form-11{
	position: relative;
}

.webform-component--voprosy-pozhelaniya{
	position: absolute;
	top: 0;
	right: 0;
}

.captcha{
	padding-top:30px;
	padding-right: 0;
}

.captcha legend{
	display: none;
}

.captcha .fieldset-description{
	display: none;
}

#colorbox {
	-webkit-border-radius: 10px;
border-radius: 10px;
	background: #000;
}

#cboxContent{
	background: #000;
	padding:0;
	border:none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#block-webform-client-block-15,
#block-webform-client-block-14{
	padding: 60px;
	padding-top: 20px;
}

#cboxMiddleLeft{
	width:0;
	background:#fff;
}

#cboxMiddleRight{
	width:0;
	background:#fff;
}

#cboxTopLeft{
	width:0;
	height:0;
	background:#fff;
}

#cboxTopCenter{
	height:0;
	background:#fff;
}

#cboxTopRight{
	width:0;
	height:0;
	background:#fff;
}

#cboxBottomLeft{
	width:0;
	height:0;
	background:#fff;
}

#cboxBottomCenter{
	height:0;
	background:#fff;
}

#cboxBottomRight{
	width:0;
	height:0;
	background:#fff;
}

#cboxClose,
#cboxClose:hover{
	background:url(../images/closed.png) no-repeat top left;
	width: 25px;
	height: 25px;
	top: 20px;
	right: 20px;
	outline: none;
	z-index: 999;
}

#cboxClose:hover{
	background:url(../images/closed.png) no-repeat top right;
}

#cboxWrapper{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #000;
}

#cboxLoadedContent{
	padding:0;
	margin:0;
	background: #000;
}

#cboxSlideshow,
#cboxCurrent{
	position:absolute;
	left:-9999px;
}

.field-slideshow-wrapper{
	position: relative;
}

#cboxPrevious,
.views-slideshow-controls-bottom .views-slideshow-controls-text-previous a,
.field-slideshow-controls a.prev{
	position: absolute;
    top: 50%;
	margin-top: -33px;
	right: auto;
    left: 20px;
    width: 25px;
    height: 25px;
    background-image: url(../images/slider_arrow.png);
    background-position: bottom left;
    display: block;
    text-indent: -9999px;
    z-index: 11;
	outline: none;
	transition: 0s;
}

.views-slideshow-controls-bottom .views-slideshow-controls-text-previous a,
.field-slideshow-controls a.prev{
	top: 227px;
	margin: 0;
}

#cboxPrevious:hover,
.field-slideshow-controls a.prev:hover{
    background-image: url(../images/slider_arrow.png);
    background-position: bottom right;
}

#cboxNext,
.field-slideshow-controls a.next{
	position: absolute;
    top: 50%;
	margin-top: -33px;
	left: auto;
    right: 20px;
    width: 25px;
    height: 25px;
    background-image: url(../images/slider_arrow.png);
    background-position: top left;
    display: block;
    text-indent: -9999px;
    z-index: 11;
	outline: none;
	transition: 0s;
}

.field-slideshow-controls a.next{
	top: 227px;
	margin: 0;	
}

#cboxNext:hover,
.field-slideshow-controls a.next:hover{
    background-image: url(../images/slider_arrow.png);
    background-position: top right;
}

.views-slideshow-controls-text-pause{
	display: none;
}

.hideform{
    display:none;
}

#cboxLoadedContent .block-webform{
	padding: 60px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}

.block-webform h2{
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 40px;
	font-family: 'Plumb-Medium';
}

.webform-client-form-21 input[type=file]{
	margin: 0;
}

.webform-component-markup p{
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

.webform-component-markup{
	margin-bottom: -22px;
}

.form-managed-file .file-icon{
	display: none;
}

.form-managed-file .file{
	width: 630px;
	overflow: hidden;
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
    margin-bottom: 10px;
}