
/*/ds-comf/ds-form/css/dsforms.css*/
/*  --------------------------------------------------
  Global style
  -------------------------------------------------- */
form > div[class^="field"] {
  margin: 15px 0;
}
form div[class^="field"] .focusout {
  box-shadow: 0 0 5px #A0C2F9;
  border-color: #A0C2F9;
}
form div[class^="field"] .alert {
  box-shadow: 0 0 5px red;
  border-color: red;
}
form div[class^="field"] label .required {
  color: red;
}
.error-report {
  text-align: center;
  padding: 20px;
}
.error-report .head-report {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.error-report .text-report {
  margin-top: 20px;
  font-size: 18px;
}
.error-report .text-report p {
  margin: 5px 0;
}
.error_form ul {
  padding: 5px;
  list-style-position: inside;
  margin: 0;
}
.error_form ul li {
  list-style-type: none;
  padding: 2px;
  color: red;
}
.loadform {
  display: none;
  margin: 0 10px;
}
/*	--------------------------------------------------
	Style dsReveal Modals
	-------------------------------------------------- */
.dspopup-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}
.dspopup-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background-color: #f5f5f5;
  position: fixed;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.dspopup-modal.small {
  width: 200px;
  margin-left: -140px;
}
.dspopup-modal.medium {
  width: 400px;
  margin-left: -240px;
}
.dspopup-modal.large {
  width: 600px;
  margin-left: -340px;
}
.dspopup-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}
.dspopup-modal .close-dspopup-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 3px;
  right: 3px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(images/close_circle.png) no-repeat;
  /*background: url(images/close_square.png) no-repeat;*/

}
.dspopup-modal .close-dspopup-modal:hover {
  background-position: 0 100%;
}
.ds-form.dspopup-modal {
  overflow: hidden;
}
/*  --------------------------------------------------
  Forms Styles
  -------------------------------------------------- */
.form-head {font-weight: 700;
  font-size: 1.5em;
}

/* .zakazbuttn {
    height: 1.75em;
    vertical-align: middle;
    display: inline-block;
cursor: pointer;
margin-left:50px;
} */
.buttn {
    vertical-align: middle;
    display: inline-block;
cursor: pointer;
margin-right:20px;
}
#youtovar{
  width: calc(100% - 180px);
}
.price {
  color: #FF7636;
  display: none;
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0;
}
.tableprice tr td:last-child {
  display: none!important;
}
.tableprice tr:first-child td {
  background: none repeat scroll 0 0 #B3B3B3;
  color: #000000;
}.tableprice tr:first-child td:nth-child(2) {
  display: table;
  height: 40px;
  position: relative;
  width: 100px !important;
}.tableprice tr:first-child td:last-child {
  display: table;
  height: 40px;
  width: 50px;
}
.tableprice img {
  width: 412px;
}
#callme label, #feedback label{
  display: inline-block;
  min-width: 100px;
}
#callme input[type="text"], #feedback input[type="text"]{
  width: 293px;
}
#callme input[type="submit"], #feedback input[type="submit"]{
  background: #77b450;
    border: 0 none;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}
.gal img {
    height: 137px;
}
.gal {
    text-align: center;
}
.gal a {
  display: inline-block;
  overflow: hidden;
  width: 184px;
}
#form-feedback label{
	width: 100px;
	vertical-align: top;
}
#form-feedback textarea{
	width: 290px;
}
#form-callme textarea{
	width: 295px;
}
#zakaz label{
	width: 130px;
	display: inline-block;
	vertical-align: top;
}
#zakaz input[type="text"],#zakaz textarea{
	width: 360px
}
#zakaz2 label{
  width: 130px;
  display: inline-block;
  vertical-align: top;
}
#zakaz2 input[type="text"],#zakaz textarea{
  width: 360px
}
.zakazbuttn {
  cursor: pointer;
  display: inline-block;
  height: auto;
margin-left:50px;
  vertical-align: middle;
}