
#container.forecast {
    width: 100%;
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0 2%;
}

.dopinfo .td1 { width: 65%; }

#calc_info {
  background: #fff;
  position: relative;
  display: none;
  margin-bottom: 7px;
  padding: 7px;
  border: 1px solid #FF9043;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  z-index: 11000;
  font: 12px/30px Arial, sans-serif;
  color: #333333;
}

#calc_info.error {
	border-color: #ff8888;
    background-color: #ffeeee;
    padding: 7px 17px;
    color: #444;
    font-size: 14px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

input,
button,
select {
  /* -webkit-appearance: none; */
}


#lines tr th, tableresult thead th
{
padding-left: 5px;
padding-right: 5px;
}

.calc { position: relative; }
.calc_note_wrap {
	position: relative;
}
.calc_note {
	position: absolute;
    width: 320px;
    right: 20px;
    top: 43px;
    border: 1px solid #ddd;
    padding: 30px;
    background-color: #fff;
	line-height: 20px;
    font-weight: 400;
	color: #444;
}

.all_calc {
  width: 695px;
  padding-top: 20px;
  float: left;
  color: #000000;
  font-size: 13px;
  background: #ffffff;
  border-left: 1px solid #E2E1DC;
  border-right: 1px solid #E2E1DC;
  border-bottom: 1px solid #bdbdb9;
  z-index: 4;
  position: relative;
}
.calc_line {
  clear: both;
}
.calc_summ_text, .calc_time_line, .calc_percent_line, .calc_tarif_text, .calc_action_left {
  float: left;
  margin-top: 4px;
  margin-right: 30px;
  text-align: right;
  width: 162px;
}
.calc_summ_text, .calc_time_line, .calc_tarif_text, .calc_action_left {
  font-size: 20px;
}
.calc_tarif_text {
  margin-top: 10px;
}
.percent_block {
  margin-left: 192px;
  margin-top: 15px;
}
#calc_summ {
  border: 1px solid #999999;
  height: 17px;
  padding: 6px 7px 7px 7px;
  font-size: 16px;
  font-family: Verdana;
  width: 104px;
  float: left;
}
#calc_time {
  border: 1px solid #999999;
  height: 30px;
  font-size: 16px;
  font-family: Verdana;
  width: 118px;
  padding: 5px 4px 4px 4px;
}
#calc_result {
  font-size: 60px;
  line-height: 62px;
  position: relative;
  font-family: "RaleighBT";
}


.calc input[type="button"] {
height: 29px;
cursor: pointer;
width: auto;
border: 1px solid #bbbbbb;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
color: white;
border-radius: 4px;

font-weight: bold;
background-color: #0099cc;
}
.calc input[type="button"]:hover {
  color: white;
  text-decoration: none;
  -webkit-transition: background-position 0.1s linear;
  background-color: #0055cc;
}
.calc thead tr th {
  border: 1px solid black;
  background-color: #eee;
}
.calc table {
   border: none !important; 
  margin: 0px 0px 0px 0px;
  font-family: arial;
  width: 100%;
}
.calc table#extrasform {
  border: 1px solid black;
  margin: 0px 0px 0px 12px;
  float:left;
  font-family: arial;
}

.calc table#extrasform label {
  margin: 7px 0px 0 0;
  padding-right: 3px;
}

.extrastable table {
  margin: 0px 0px 0px 0px;
        float:left;
}
.calc tr td {
  padding: 5px 5px;
  border-top: 0;  
}
.calc tr td:last-child {
   border-right: none !important; 
}
.calc label {
  font-size: 16px;
  color: #555555;
  text-align: left;
  white-space: nowrap;
  color: black;
  font-weight: normal;
}

.tableresult {
  text-align: center;
  margin: 0px 5px 15px 0px;
        width:100%;
  float: left;
        clear:both;
}

.tableresult table {

        width:100%;

}
.tableresultscroll {
  display: block;
  height: 500px;
  overflow-y: scroll;
}
.tableresult thead th {
  text-align: center;
  border: 1px solid black;
  margin: 0 -1px 24px 0;
  background-color: #eee;
  padding: 10px;
        font: 14px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  
}
.tableresult tr {
  text-align: center; 
  border: none !important;
  margin: 0 -1px 12px 0;
  white-space: nowrap;

}

.tableresult tr:hover {
  background-color: none !important;

}

.tableresult thead tr {
  text-align: center;
  white-space: normal;
}

.diagramResult .diagram {
    min-width: 265px;
    /* height: 400px; */
    max-width: 100%;
    margin: 30px auto;
}


.calc input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}
#content .calc input[type="text"]:disabled {
  /* background-color: transparent !important; */
  background-color: rgba(200,200,200,0.3) !important;
  color: #ddd !important;
}
/*-------------------------------------------------------------- */
.sh_sets_caption{
  color: #006493;
  text-transform:uppercase;
  font-size: 14px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  padding: 0px 0 10px 0;
  /* border-bottom: #ddd solid 1px; */
  font-weight:normal;

}
.sh_calc_field_wrapper {
  vertical-align:top;
  height: 29px;
  line-height: 29px;
  display:inline-block;
  background: transparent url("../images/window-for-string-center.png") repeat-x left top;
  margin-right:10px;
}
.sh_calc_field_wrapper > span {
  height: 29px;
  line-height: 29px;
  background: transparent url("../images/window-for-string-right.png") no-repeat right top;
  display:inline-block;
}
.sh_calc_field_wrapper > span > span {
  height: 29px;
  line-height: 29px;
  background: transparent url("../images/window-for-string-left.png") no-repeat left top;
  display:inline-block;
}

.calc_blue_line {
  width:100%;
  height:5px;
  background: #3D91C1;
  margin-bottom:20px;
  margin-top:20px;
}

.form_hint {
    background: #f11313;
    border-radius: 3px 3px 3px 3px;
    color: white;
    padding: 5px 6px;
    z-index: 999; /* hints stay above all other elements */
	position: absolute;  
	margin-left: 122px;
	margin-top: -30px;   
	display: none;
}

.form_hint span{
  background: url(../images/error-tip-arrow.png) no-repeat left center !important;
  margin-left:-14px;
  padding-left:14px;
}
#scCalcCalculation input:focus{
  box-shadow: none;
  border-color: none;
  outline: none;
  background: url(../images/gray-check.png) no-repeat 10% 50% !important;
}
#scCalcCalculation .invalid input{
  box-shadow: 0 0 5px #f00;
  /*border:  1px solid #f00;*/
  background: url(../images/red-cross.png) no-repeat 10% 50% !important;
  
}

#scCalcCalculation .invalid .form_hint {
      display: inline;
}

.creditsumActive{
box-shadow: 0 0 5px #0C81B8;
  border: 1px solid #0C81B8;
}

#scCalcCalculation .calc_button{
  background: url(../images/calculate.png) no-repeat left top !important;
  width:110px;
  height:41px;
  margin:5px 0 0 0;
  padding:0px;
  cursor:pointer;
  float:right;
}

#scCalcCalculation .calc_button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}


#ktextpost{
  color: #666;
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  line-height:20px;
  width:100%;
}

#kresult_caption{
  font: italic 20px Georgia;
  color: #006493;
  letter-spacing: -1px;
  padding: 20px 0px;
  text-transform:none;
}

#kresult{
  color: #666;
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  line-height:22px;
  padding: 0px 10px 20px 10px;
  text-transform: uppercase;
}
#kresult table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none;
}
#kresult b, #kresult strong{
  color: #006493;
}
#sh_sets_wrapper {
display:none;
}

.calc tr td:first-child
{
width: 230px;
}

.calc label {
display: block;
margin: 0px 5px 0 10px;
padding-right: 15px;
color: #444;
font-size: 14px;
font-family: Tahoma, Arial, Helvetica, sans-serif;

}
.calc input {
width: 80px;
text-align: right;
height: 29px;
border: none;
background: transparent;
padding: 0px 13px;
vertical-align: top;
margin: 0px;
color: #999;
font-size: 14px;
}
.page-template-default .hentry {
background: #fafafa !important;
}

.styled-select select {
   background: transparent;
   width: 100%;
   overflow: hidden;
   padding: 5px;

   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 29px;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none!important;
    text-indent: 0.01px!important;
    text-overflow: ''!important;
	text-align: left !important;

  }



.styled-select {
	width: 175px;
	height: 29px;
	overflow: hidden;
	background: url(../images/down.jpg) no-repeat right 2px center;
}
#daysBeforePaymentDiv.styled-select { width: 50px; }

.styled-select select :: -ms-expand {
display: none;
}


#extras { margin: 5px; }
#extras > div {
  overflow: hidden;
  height: 29px;
  margin: 0 0 5px 0;
}

#extras .extra_extradate > span:not(.sh_calc_field_wrapper),
#extras .extra_extraamount > span:not(.sh_calc_field_wrapper),
#extras .extra_extratype > span:not(.sh_calc_field_wrapper) {
  line-height: 25px;
  cursor: pointer;
  border-bottom: 1px dotted #000;
}

#extras > div > div {
	float: left;
	margin-right: 17px;
}

#extras .extra_extradate { width: 150px; }
#extras .extra_extraamount { width: 100px; }
#extras .extra_extratype { width: 175px; }

#extraslist{
width: 460px !important;
}
#extraslist tr  td:nth-child(1) {
width: 125px;
padding-left: 2px;
 }
#extraslist tr   td:nth-child(3) {
width: 150px;
padding-left: 25px;
 }

#extraslist tr   td:nth-child(2) {
width: 120px;
padding-left: 65px;
 }
#extraslist tr   td:nth-child(4) {
 width: 30px;
 padding-left: 8px;
 }
 
.calc_button {
background: url(../images/calculate.png) no-repeat left top !important;
width: 110px !important;
height: 41px !important;
margin: 5px 0 0 0;
padding: 0px;
cursor: pointer;
float: right;
font-size: 0px !important;
}

.main-menu__toggle {
 position: relative; 
 top: -9px; 
 left: 255px; 
display: inline-block;
width: 112px;
height: 14px;
margin:0 auto;
border: 1px solid #ddd;
border-top: none;
background-color: #fff;
color: #7f8c8d;
line-height: 11px;
font-size: 12px;
text-align: center;
cursor: pointer;
font-weight: normal;
}
.td__toggle a:hover .main-menu__toggle:after {
background-position: -76px -42px;
}
.td__toggle a:hover .main-menu__toggleactive:after {
background: url(../images/s-16x16.png) no-repeat -76px -24px !important;
}

.td__toggle a:hover .main-menu__toggle {
  border-color: #80a8cc;
  background-color: #80a8cc;
  color: #fff;

}

.main-menu__toggle:before {
content: 'дополнительно';
}
.main-menu__toggle:after {
content: '';
display: inline-block;
width: 9px;
height: 5px;
margin: 0 0 1px 5px;
background: url(../images/s-16x16.png) no-repeat -94px -6px;
}

.main-menu__toggleactive {
top: -9px;
}

.td__toggleactive {
border-top: #ddd solid 1px !important;
padding-top: 0px !important;
}
.main-menu__toggleactive:before {
content: 'скрыть меню';
}
.main-menu__toggleactive:after {
background: url(../images/s-16x16.png) no-repeat -76px -24px;
}


.calc input[type = "text"]:focus{
  box-shadow: none;
  border-color: none;
  outline: none;
}
 .calc input.invalid{
  /* box-shadow: 0 0 5px #f00 !important; */
  border-color: rgba(236, 82, 107, 0.8) !important;
  background: url(../images/red-cross.png) no-repeat 10% 50% !important;
}

#loanpays  thead tr th, #graph  thead tr th {
border: none;
text-transform: none;
}

#loanpays, #graph {
border-collapse: collapse;
border-spacing: 0;
border: none;
text-transform: none;
margin-top: 10px;
width: 100%;
background: #d3ecf5;
}
#loanpays, #graph{
color: #666;
font-size: 13px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
line-height: 22px;
}

#loanpays thead tr th, #loanpays tfoot tr th , #graph thead tr th, #graph tfoot tr th {
height: 25px;
vertical-align: middle;
font-weight: normal;
text-align: center;

padding: 3px 10px 0px 10px;
text-shadow: white 1px 1px 1px;
background: transparent url(../images/vertical-line.png) no-repeat right center;

}
#loanpays thead tr th:last-child , #graph thead tr th:last-child {
background: none;
}

#loanpays td, #graph td {
padding: 5px 10px;
border-top: 1px solid #ccc;
}

#loanpays tr:nth-child(odd) td, #graph tr:nth-child(odd) td {
background: #eee !important;
}

#loanpays tr:nth-child(even) td, #graph tr:nth-child(even) td {
background: white !important;
}

#content .calc input[type = "text"], #content select {
  font-family: Arial, Helvetica, sans-serif;
  color: #555555 !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-appearance: none;
}

#sum, #objectprice {
width:150px;
}
#content tr td {
background: none !important;
/* vertical-align: bottom; */
}
.calc input[type = "text"] {
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}
.sh_sets_captionnotact {
border-color: rgb(221, 221, 221) !important;
}
.td__toggleactive:hover {
border-color: rgb(221, 221, 221) !important;
}

.tableresult tr:hover {
  background-color: transparent !important;
}
.calc_button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.calc input[type = "checkbox"] {
width: 15px;
}

#graph  tr:last-child td {
text-align: left;
/*background: white url(../images/blue-big-line.png) no-repeat center top !important;*/
text-align: center;
}

#graph td, #loanpays td {
padding: 5px 10px !important;
border-top: 1px solid #ccc !important;
}
.calc dl b {
line-height: 26px;
font-weight: normal;
}
.calc input[type="text"] {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

#content tr th, #content thead th {
line-height: 18px;
}
#graph {
margin-top: 0 !important;
}
.calc input[type = "text"] {
padding: 6px 6px!important;
}

/*
@-moz-document url-prefix() {
  .main-menu__toggle {
    top: -26px!important;
  }
  .main-menu__toggleactive {
    top: -6px!important;
  }
}
*/
.calc td, th {
display: table-cell;
}
.calc table {
border-spacing: 2px;
}
#loanpays {}
.dopinfo {
display: none;
}
.fixbb{
border-bottom: none!important;
}
.fixml{
margin-left: 172px!important;
}
.fixh {
height: 10px!important;
}
.fixbt {
/* padding-top: 20px!important;  */

}
.fixpl {
padding-left: 18px!important;
}
.fixbb1 {
border-bottom: #ddd solid 1px!important;
}
.fixpl1 {
padding-left: 20px!important;
}
.fixextradata {
width: 120px!important; 
float: left!important; 
margin-left: 0px!important;
}
.fixextratype {
width: 150px!important; 
float: left!important; 
margin-left: 0px!important;
}
.fixextramount {
width: 120px!important; 
float: left!important;  
margin-left: 0px!important; 
}
.fixw {
width:120px!important; 
}
.fixtext1 {
float:left; 
width:100%;
}
.fixtext2 {
color:red;
font-weight:bold;
white-space:nowrap; 
font-size:26px;
}
.fixlogin {
float:right;
clear:both; 
font-size: 13px;
}
.calc dl {
padding: 3px 10px;
margin: 0;
height: 43px; 
}
dl.fixcapt {
height: 26px;
padding: 15px 0;
margin-top: 15px;
border-top: #ddd solid 1px;
}


.calc dt {
  width: 230px;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  vertical-align: top;
  margin: 0;
}
.calc dd {
  display: inline-block;
  margin: 0;
}
dt.full {
  width:100%;
}
.full dt {
  width:100%;
}
.fixh1 {
  height: 100px !important;
}
#extraslist tr td {
  font-weight: normal;
}
#extraslist {
  margin-left: 10px;
}
.fixh2 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  height: 28px !important;
}

.calc input.analyse_button {
	display: block;
    float: right;
    background-color: transparent;
    border: 1px solid rgb(98, 131, 49);
    border-color: rgba(98, 131, 49, 0.5) rgba(98, 131, 49, 0.5) rgba(98, 131, 49, 0.8);
    color: #777;
    text-shadow: none;
	font-weight: 400;
    height: 41px;
    margin: 0 10px 0 5px;
    padding: 0 20px 0 40px;
    outline: none;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAiklEQVQ4T9XTMQrCcAzF4a+i4Bk8hF5EcBYcdCmCx3FQCrq4uCjepGPP4Am6SiFCHf8tDs2WQH68vPAyPSvrsD/B6bvXBTBFPSzADPOQ/EaVesIGtwA80PRJHgwQcMcybt6i+XuSBy+sArDG+O+AfSsPBZ6pCs4twAE5FjG7YIRd9CWuOPbJwk+APxgJKDm2CIOXAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: 15px center;
}

.calc input.analyse_button:hover {
	background-color: transparent;
	/* color: #7eae30; */
	color: #777;
	opacity: 0.7
}

span.extraInfo { margin: 0 0 0 10px; }

div.extraInfo span {
	padding: 4px;
	position: relative;
}
div.extraInfo span:first-child { margin: 0 20px 0 0; }
div.extraInfo span:first-child:after {
	position: absolute;
	content: '->';
	right: -17px;
}



.blockDop,
.blockDop * { box-sizing: border-box; }

.blockDop {
	border-top: 1px solid #ddd;
    margin: 10px 0 20px;
    padding: 20px 0 0 0;
}

.blockDop label {
	padding: 0;
	margin: 0;
}

#content .calc .blockDop input[type=text] {
	height: 29px;
}

.blockDop .sh_calc_field_wrapper {
	float: left;
	display: block;
	margin-right: 15px;
}

.blockDop_header {
	color: #006493;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 0 10px 10px;
}

.blockDop_header span {
	text-transform: none;
	font-size: 12px;
	cursor: pointer;
	border-bottom: 1px dashed #aaa;
	color: #aaa;
	margin: 0 0 0 10px;
}
.blockDop_header span:after {
	content: '';
    display: inline-block;
    width: 9px;
    height: 5px;
    margin: 0 0 1px 5px;
    background: url(../images/s-16x16.png) no-repeat -94px -6px;
}
.blockDop_header span.forClose:after {
	background: url(../images/s-16x16.png) no-repeat -76px -24px;
}
.blockDop_header span:hover { border-bottom-color: transparent; }

.blockDop_body {
	padding: 0 10px 10px;
	overflow: hidden;
	display: none;
	border-bottom: 1px solid #ddd;
}

.blockDop_row {
	margin: 0 0 10px;
}

.blockDop_label {
	width: 50%;
	float: left;
}

.blockDop_value {
	width: 50%;
	float: left;
}

.changeExtraRate_add  {
	margin: 0 0 10px 0;
}

.changeExtraRate_extra__header {
	border-bottom: 1px solid #ddd;
    padding: 5px;
    margin: 0 0 10px;
	display: none;
}

.changeExtraRate_extra {
	padding: 5px;
}

.changeExtraRate_extra__date {
	float: left;
	width: 100px;
	margin: 0 15px 0 0;
}

.changeExtraRate_extra__date > span:not(.sh_calc_field_wrapper) {
	display: block;
	height: 29px;
	line-height: 29px;
	font-size: 16px;
}

.changeExtraRate_extra__rate {
	float: left;
	width: 100px;
	margin: 0 15px 0 0;
}

.changeExtraRate_extra__rate > span:not(.sh_calc_field_wrapper) {
	display: block;
	height: 29px;
	line-height: 29px;
	font-size: 16px;
}

.changeExtraRate_extra__action {
	float: left;
}

.blockExtras {
	margin: 20px 0 0;
	border-bottom: 1px solid #ddd;
}
.blockExtras,
.blockExtras * { box-sizing: border-box; }
.blockExtras_header {
	color: #006493;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 0 10px 10px;
}

.blockExtras_body {
	padding: 0 10px 0;
    margin: 0 0 20px 0;
	width: 600px;
}

#extradate {
	width: 150px;
}

.extrasList_head {
	margin: 20px 0 5px;
	border-bottom: 1px solid #ddd;
	display: none;
}

.extrasList_head div {
	float: left;
    margin: 0 15px 0 0;
    padding: 0 0 5px 5px;
}

.extrasList_head div.date_col { width: 150px; }
.extrasList_head div.sum_col { width: 100px; }
.extrasList_head div.type_col { width: 175px; }















.blockForecast { margin: 20px 0 0; }
.blockForecast,
.blockForecast * { box-sizing: border-box; }

.blockForecast_header {
	color: #006493;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 0 10px 10px;
}

.blockForecast_body {
	padding: 0 10px 10px;
	overflow: hidden;
}

.blockForecast_description {
	float: right;
    width: 265px;
	margin: 35px 0 0 10px;
}

.blockForecast_data {
	float: left;
	border: 2px dashed #66c841;
	background-color: #fbfff9;
	padding: 15px;
	width: 613px;
}

.blockForecast_inputs { line-height: 55px; }
#content .calc .blockForecast_inputs input[type=text],
#content .calc .blockForecast_inputs select {
	text-align: center !important;
	border-bottom: 1px solid #aaa !important;
	line-height: 17px;
	font-size: 17px;
	color: #b9b9b9 !important;
	display: inline-block;
	margin: 0 10px;
    padding: 0 0 4px 0 !important;
    height: auto;
	outline: none;
}

#content .calc .blockForecast_inputs input[type=text].completed { color: #66c841 !important; }

#content .calc .blockForecast_inputs input#daysBeforePayment { width: 50px; }
#content .calc .blockForecast_inputs input#dateOfStartCalcExtras { width: 120px; }
#content .calc .blockForecast_inputs select {
	margin: 0 0 0 10px;
    width: 173px;
    -webkit-appearance: menulist;
    cursor: pointer;
	color: #66c841 !important;
}


#startcalc {
	display: block;
	width: 100%;
	background-color: #66c841;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding: 20px;
	cursor: pointer;
}

@media (max-width: 1005px) {
	.blockForecast_description {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.blockForecast_data {
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 960px) {
	.calc_note_wrap {
		position: static;
		height: auto !important;
		
	}
	.calc_note {
		position: static;
		width: auto;
		padding: 15px;
		margin: 15px 0 15px 0;;
	}
	
	.calc dl.full {
		height: auto;
	}
	
	.blockDop_label { width: 430px; }
	.blockDop_value { width: auto; }
	
	.changeExtraRate .blockDop_label {
		float: none;
		margin: 0 0 20px;
	}
	.changeExtraRate .blockDop_value {
		float: none;
	}
}

@media (max-width: 768px) {
	.blockForecast_data { width: 100%; }
}

@media (max-width: 680px) {
  #content .sh_calc_field_wrapper,
  #content .full .sh_calc_field_wrapper { background: transparent url(../images/window-for-string-center.png) repeat-x left top; }
  
  #content .sh_calc_field_wrapper > span { background: transparent url(../images/window-for-string-right.png) no-repeat right top; }
  #content .sh_calc_field_wrapper > span > span  { background: transparent url(../images/window-for-string-left.png) no-repeat left top; }
  
  #content .full .sh_calc_field_wrapper { display: inline-block; }
  
  #content .sh_calc_field_wrapper .styled-select {
    width: 170px;
    height: 29px;
  }
  
  #content .sh_calc_field_wrapper select { width: 170px; }
  
  .calc input[type=text] { width: 80px; }
  
  #extras {  margin: 5px 10px; }
  
  #extras .extra_extradate,
  #extras .extra_extraamount {
    width: 92px;
    padding-right: 5px;
    margin-right: 0;
  }
  
  #extras .extra_extratype {
    width: 226px;
    margin-right: 5px;
  }
  
  #extras input[type=button] { float: right; }
  
  .fixpl1 { padding-left: 0 !important; }
  #content .calc .fixpl1 label {
    display: block;
    margin-right: 5px;
    width: 92px !important;
  }
  
  #content .calc .blockDop label {
	  display: inline;
	  margin: 0;
	  padding: 0;
  }
  
  .calc .blockDop input[type=text] { width: 100px; }
  
  .blockDop_label { width: 300px; }
  
  .blockForecast_inputs {
		line-height: 45px;
	}
	
	#content .calc .blockForecast_inputs select {
		width: 200px;
		margin: 0;
	}
	
	#content .calc .blockForecast_inputs input#dateOfStartCalcExtras { margin: 0; }
}

@media (max-width: 550px) {
	.calc_note { margin: 0 0 15px 0; }
  .calc dl { padding: 3px 0; }
  .calc input[type=text] { width: 118px; }
  #content .sh_calc_field_wrapper .styled-select { width: 130px; }
  #content .sh_calc_field_wrapper select { width: 130px !important; }
  #content .calc label.fixextratype {
    display: none;
  }
  #content .fixpl {
    font-size: 13px;
  }
  #extras {
    margin-left: 0;
    margin-right: 0;
  }
  #extras > div {
    overflow: visible;
    height: auto;
  }
  #extras > div:before,
  #extras > div:after {
    display: table; 
    content: ' ';
  }

  #extras > div:after {
    clear: both;
  }
  #extras .extra_extratype {
    clear: both;
    width: 240px;
    margin-right: 0;
  }
  .extra_extratype:before {
      content: "Тип: ";
  }
  
	.blockDop_header,
	.blockForecast_header{ padding: 0 10px 10px 0; }
	
	.blockDop_body,
	.blockForecast_body { padding: 0 10px 10px 0; }
	
   .blockDop_label {
		width: 230px;
		padding: 0 15px 0 0;
	}
}

@media (max-width: 425px) {
	#content .calc .blockDop .changeExtraRate_add input[type=text] {
		margin: 0;
		width: 120px;
	} 
	#content .calc .blockDop .changeExtraRate_add #extrarateContainer { margin: 0; }
	#content .calc .blockDop .changeExtraRate_add input[type=button] {
		width: 100%;
		text-align: center;
		margin: 10px 0 0;
	}
	
	#content .calc .blockDop .changeExtraRate_extras__list input.editExtrarate { width: 84px; }
	.changeExtraRate_extra__rate { width: 84px; }
}

@media (max-width: 375px) {
  #extras input[type=button] {
    padding-left: 6px;
    padding-right: 6px;
  }
}