/* Формы */
.calc-input,
.calc-form select,
.calc-form textarea,
.calc-form input {
	height: 36px;
	padding: 0 1.5%;
	font-size: 105%;
	line-height: 1.42857;
	color: #345;
	font-weight: bolder;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: -15px;
}

.assist-view .calc-input,
.assist-view .calc-form select,
.assist-view .calc-form textarea,
.assist-view .calc-form input {
	background: transparent;
	border: 1px solid black;
	color: inherit;
}

input[type='radio'],
input[type='checkbox'] {
	box-shadow: none;
}

.calc-form textarea {
	padding: 6px 1.5%;
	height: 200px !important;
}

.calc-form textarea.h70 {
	height: 70px !important;
}

.calc-form label.child-label span,
.calc-form label.child-label {
	height: 220px !important;
}

.calc-form label.tarif span,
.calc-form label.tarif {
	height: 115px !important;
}

.adopt-mobile .calc-form label.tarif span,
.adopt-mobile .calc-form label.tarif {
	height: auto !important;
}

.calc-input:focus,
.calc-form select:focus,
.calc-form textarea:focus,
.calc-form input:focus {
	border-color: #66afe9;
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

.assist-view .calc-input:focus,
.assist-view .calc-form select:focus,
.assist-view .calc-form textarea:focus,
.assist-view .calc-form input:focus {
	box-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black;
	border-color: black;
}

.assist-invert .calc-input:focus,
.assist-invert .calc-form select:focus,
.assist-invert .calc-form textarea:focus,
.assist-invert .calc-form input:focus {
	box-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white;
	border-color: white;
}

.calc-form input.narrow {
	width: 77px;
	text-align: center;
}

.calc-form select.narrow {
	width: 104px;
}

.calculator h2 {
	color: #0e7ea6;
	padding-top: 0;
	font-size: 130%;
}

.calc-part {
	padding: 1em;
	overflow: hidden;
}

.calc-part-blue {
	background-color: #cde4f4;
}

.calc-part-white {
	background-color: #fff;
}

.calc-part-brown {
	background-color: #faeae2;
}

.assist-view .calc-part {
	background: transparent !important;
	border: 1px solid black;
}

.adopt-mobile .calc-part {
	width: 100%;
	padding-left: 18px;
	padding-right: 18px;
	margin-left: -18px;
}

.adopt-mobile .calc-part-blue > *:first-child,
.adopt-mobile .calc-part-brown > *:first-child {
	margin-top: -2em;
}

.calc-form .result-block > label {
	text-shadow: 0 0 10px rgba(254, 254, 254, 0.5);
}

.calc-form .result-block > label,
.calc-form > label,
.calc-form .calc-part > label {
	display: table;
	width: 58%;
	height: 77px;
	border-right: 2px solid white;
	float: left;
	text-align: right;
	padding-right: 2%;
	position: relative;
	top: 2px;
	font-size: 90%;
}

.assist-view .calc-form .result-block > label,
.assist-view .calc-form > label,
.assist-view .calc-form .calc-part > label {
	border-right: 1px solid black;
}

.adopt-mobile .calc-form .result-block > label > span,
.adopt-mobile .calc-form > label > span,
.adopt-mobile .calc-form .calc-part > label > span,
.adopt-mobile .calc-form .result-block > label,
.adopt-mobile .calc-form > label,
.adopt-mobile .calc-form .calc-part > label {
	height: auto !important;
	margin-bottom: 0.3em !important;
}

.calc-form label.one-line > span,
.calc-form label.one-line {
	height: 45px !important;
}

.adopt-mobile .calc-form > label,
.adopt-mobile .calc-form .calc-part > label {
	width: 100%;
	float: none;
	text-align: left;
	border-right: none;
	height: auto !important;
	border-top: 1px solid white;
	padding-top: 1em;
	margin-bottom: 1em;
}

.adopt-mobile .calc-form > label:first-of-type,
.adopt-mobile .calc-form .calc-part > label:first-of-type {
	border-top: none;
}

.adopt-mobile .calc-form > label br,
.adopt-mobile .calc-form .calc-part > label br {
	display: none;
}

.adopt-mobile .calc-form > label span,
.adopt-mobile .calc-form .calc-part > label span {
	height: auto;

}

.calc-form .calc-part-white > label {
	border-right-color: #faeae2;
}

.calc-form .result-block > label {
	border-color: #b1deff;
	font-size: 100%;
}

.calc-form .result-block > label span,
.calc-form > label span,
.calc-form .calc-part > label span {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	font-weight: bolder;
	color: #234;
	line-height: 1.6em;
}

.assist-view .calc-form .result-block > label span,
.assist-view .calc-form > label span,
.assist-view .calc-form .calc-part > label span {
	color: inherit;
}

.calc-form .right {
	float: right;
	width: 37%;
	display: table;
	height: 70px;
}

.adopt-mobile .calc-form .right > span,
.adopt-mobile .calc-form .right {
	height: auto !important;
}

.calc-form .right.one-line {
	position: relative;
	top: -3px;
}

.calc-form .right.one-line > div,
.calc-form .right.one-line {
	height: 45px !important;
}

.adopt-mobile .calc-form .right {
	width: 100%;
	float: none;
	height: auto !important;
}

.adopt-mobile .calc-form .right > div {
	height: auto !important;
}

.calc-form .right > div {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
}

.calc-form .result-number {
	font-size: 170%;
	font-weight: bolder;
	position: relative;
	top: 7px;
}

.calculator hr {
	border: none;
	height: 18px;
	clear: both;
	margin-bottom: 0;
}

.adopt-mobile .calculator hr {
	height: 0.5em;
}

.assist-view .calculator hr {
	border: none;
	height: 1.5em;
}

.radio-section {
	display: block;
	clear: both;
	margin-bottom: 0.5em;
	cursor: pointer;
}

.adopt-mobile .tarif .radio-section {
	position: relative;
	top: 0.4em !important;
}

.radio-section.one-l span {
	padding-top: 0.7em;
}

.calc-form .right .radio-section:last-of-type {
	margin-bottom: 0;
}

.radio-section input {
	float: left;
	display: block;
}

.radio-section span {
	display: block;
	margin-left: 30px;
	font-size: 90%;
	line-height: 1.2em;
}

.radio-section span:hover {
	color: black;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.4);
}

.calc-form .right.range input {
	text-align: center;
	width: 60px;
}

.calc-form .right.range span {
	font-size: 17px;
	padding: 10px 3px;
	color: #789;
	position: relative;
	top: 14px;
}

.child-section {
	Clear: both;
}

.child-section:after {
	content: '';
	clear: both;
	display: block;
	height: 0.7em;
}

.child-section:first-of-type:after {
	height: 0.3em;
}

.child-section:last-of-type:after {
	height: 0;
}

.child-section > * {
	display: block;
	float: left;
}

.child-section .radio {
	width: 20px !important;
}

.child-section .ch-count {
	padding-top: 8px;
	padding-left: 2px;
	width: 75px;
	padding-right: 10px;
	cursor: pointer;
}

.calc-form .right.tarif label:hover,
.child-section .ch-count:hover {
	color: black;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.4);
}

.calc-form .right.tarif > div,
.calc-form .right.tarif {
	height: 120px;
}

.child-section label:last-of-type:not(.ch-count) {
	padding-left: 10px;
	line-height: 1.2em;
	color: #456;
}

.calc-form .right.army .child-section {
	margin-bottom: -0.3em !important;
	height: 1.5em;
}

.calc-form .right .blue-button {
	padding-left: 2.5em;
	padding-right: 2.5em;
}

.calc-form .blue-button {
	font-weight: normal;
}

.calc-form > label.require {
	border-right: none;
}

.calc-form > label.require span {
	color: #0e7ea6 !important;
}

.result-block {
	background: #4da6e8;
	padding: 1em 0;
	margin-bottom: 2em;
	color: white;
}

.adopt-mobile .result-block {
	padding-right: 18px;
	padding-left: 18px;
	margin-left: -18px;
	width: 100%;
}

.assist-view .result-block {
	color: inherit;
	background: transparent;
}

.result-block h2 {
	color: white;
	font-size: 170%;
	width: 50%;
	margin-left: 10%;
	text-align: right;
	position: relative;
	left: -20px;
}

.adopt-mobile .result-block h2 {
	width: 100%;
	margin-left: 0;
	text-align: left;
	left: 0;
	margin-bottom: -0.2em;
}

.calculator .result-value {
	color: white;
	font-size: 130%;
	font-weight: bolder;
	display: block;
	padding-top: 0.45em;
}

.adopt-mobile .calculator .result-value {
	padding-bottom: 0.5em;
}

.assist-view .calculator .result-value {
	color: inherit;
}

.calc-form .right h3 {
	color: #0e7ea6;
	font-size: 85%;
	margin-bottom: 0.5em;
	padding-top: 0.5em !important;
}

.calc-form .right.tarif label {
	position: relative;
	top: -4px;
	margin-right: 1em;
	cursor: pointer;
}

.calc-form .help-link {
	font-size: 105%;
	font-weight: bolder;
	color: #0b7fa4;
	border-bottom: 1px dashed #0b7fa4;
	width: 15px;
	text-align: center;
	height: 20px;
	margin-bottom: -21px;
	position: relative;
	left: 120px;
	cursor: pointer;
	top: 12px;
	position: relative;
	z-index: 15;
}

.adopt-mobile .calc-form .help-link {
	//display: none;
}

.assist-view .calc-form .help-link {
	color: inherit !important;
	padding-bottom: 0.2em;
	top: 1em;
}

.calc-form .help-link.tarif {
	left: 195px;
	top: -2px;
}

.calc-form .help-link:hover {
	color: black;
	border-color: black;
}

.help-tip {
	position: absolute;
	width: 525px;
	font-size: 75%;
	color: #234;
	line-height: 1.2em;
	z-index: 100;
}

.help-tip .top-part {
	background: url("../img/calc_tip.png"/*tpa=http://www.pfrf.ru/thm/pfrf2/mod/lkzl/img/calc_tip.png*/);
	padding: 24px 35px 0 25px;
}

.help-tip .bottom-part {
	background: url("../img/calc_tip.png"/*tpa=http://www.pfrf.ru/thm/pfrf2/mod/lkzl/img/calc_tip.png*/) 0 100%;
	height: 45px;
}

.help-tip.reverse .bottom-part {
	background: url("../img/calc_tip_reverse.png"/*tpa=http://www.pfrf.ru/thm/pfrf2/mod/lkzl/img/calc_tip_reverse.png*/) 0 100%;
	padding: 0 35px 24px 25px;
	height: auto;
}

.help-tip.reverse .top-part {
	background: url("../img/calc_tip_reverse.png"/*tpa=http://www.pfrf.ru/thm/pfrf2/mod/lkzl/img/calc_tip_reverse.png*/);
	height: 25px;
}

.help-tip .close {
	background: #4da6e8;
	color: white;
	font-size: 14px;
	font-weight: bolder;
	width: 18px;
	height: 17px;
	margin-bottom: -17px;
	padding-top: 1px;
	text-align: center;
	line-height: 1em;
	position: relative;
	left: 100%;
	margin-left: -27px;
	top: 10px;
	cursor: pointer;
	border-radius: 5px;
}

.help-tip .close:hover {
	background: #456;
}

.help-tip.reverse .close {
	top: 35px;
}

.calc-form .time-input input {
	width: 40px;
	text-align: center;
}

.calc-form .time-input .help-link {
	left: 195px;
	top: 13px;
}

.calc-form .time-input.no-days .help-link {
	left: 125px;
}

.calc-form .i-label {
	font-size: 90%;
	font-weight: bolder;
	height: 15px;
	margin-bottom: -15px;
	width: 52px;
	text-align: center;
	position: relative;
	color: #456;
}

.assist-view .calc-form .i-label {
	color: inherit;
}

.calc-form .i-label.month {
	left: 58px;
}

.calc-form .i-label.day {
	left: 113px;
}

.calc-form .button-separator {
	height: 2em;
	border-bottom: 1px dotted white;
	clear: both;
	margin-bottom: 0.7em;
}

.calc-form .blue-button.under-right-part {
	margin-left: 60%;
	position: relative;
	left: 30px;
}

.adopt-mobile .calc-form .blue-button.under-right-part {
	margin-left: 0;
	left: 0;
}

.assist-view .calc-form .blue-button.under-right-part {
	padding-top: 0.2em;
	height: 2.2em;
}

/* Маленький калькулятор коэффициентов */
.calc-form-cash {
	float: right;
	background: #cde4f4;
	width: 280px;
	margin-left: 3em;
	padding: 0.7em 0.7em 0.8em 1em;
	font-size: 90%;
	margin-bottom: 2em;
}

.calc-form-cash.to-left {
	float: left;
	margin-left: 0;
	margin-right: 2em;
}

.adopt-mobile .calc-form-cash {
	width: 100%;
	float: none;
	margin-left: 0;
	padding-left: 18px;
	padding-right: 18px;
	margin-left: -18px;
}

.assist-view .calc-form-cash {
	background: transparent;
	border: 1px solid black;
	width: 21em;
}

.calc-form-cash p:first-of-type {
	border-bottom: 1px dotted #dadada;
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
}

.calc-form-cash .calc-input {
	width: 120px;
	float: left;
	margin-right: 1.5em;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.assist-view .calc-form-cash .calc-input {
	padding-top: 0.25em !important;
	padding-bottom: 0.25em !important;
	text-align: center;
}

.calc-form-cash p.label {
	margin-bottom: 1em;
}

.calc-form-cash .blue-button {
	font-size: 120%;
	padding: 0.46em 1em;
}

#wrongFee1 {
	color: #da251c;
	padding-top: 1em;
}

.assist-view #wrongFee1 {
	color: inherit;
}

.pensionCalcResultCash {
	background: #4da6e8;
	color: white;
	width: 100%;
	padding: 1em 0.7em 1em 1em;
	margin-left: -1em;
	position: relative;
	top: 0.8em;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	border-top: 3px solid #f1f1f1;
}

.assist-view .pensionCalcResultCash {
	background: transparent;
	color: inherit;
	text-shadow: none;
	border-top: 1px solid black;
}

.adopt-mobile .pensionCalcResultCash {
	padding-left: 18px;
	padding-right: 18px;
}

.pensionCalcResultCash h2 {
	color: white;
	font-size: 140%;
	border-bottom: 1px dotted white;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
}

.assist-view .pensionCalcResultCash h2 {
	border-bottom: none;
}

.pensionCalcResultCash div {
	font-size: 110%;
	line-height: 1.8em;
}

.assist-view .pensionCalcResultCash div {
	line-height: 2.2em;
}

.pensionCalcResultCash div span {
	font-weight: bolder;
	background: white;
	color: black;
	font-size: 120%;
	padding: 0.2em 0.5em;
}

.assist-view .pensionCalcResultCash div span {
	background: transparent;
	color: inherit;
	border: 1px solid black;
}

.result-block div.error {
	font-size: 120%;
	text-align: center;
	line-height: 1.5em;
}

.result-bottom,
.result-final {
	margin-bottom: 0 !important;
}

.adopt-mobile .mobile-more-space {
	height: 0.65em;
}

.assist-view #gender {
	width: 6.5em;
}

.assist-view .help-link.gender {
	left: 7.5em;
}

/* Balloon */
.balloon {
	position: absolute;
	z-index: 1000;
	width: 300px;
	height: auto;
	left: 50%;
	top: 50%;
	background: white;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	font-size: 80%;
	padding: 12px 18px;
	border: 1px solid #aaa;
	line-height: 1.4em;
}

.assist-view .balloon {
	font-size: 100%;
	color: inherit;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.assist-invert .balloon {
	background: black;
	box-shadow: 0 0 30px rgba(254, 254, 254, 0.5);
}

.assist-blue .balloon {
	background: #9dd1ff;
	box-shadow: 0 0 30px rgba(20, 48, 94, 0.5);
}

.balloon.bottom.right:after {
	content: '';
	width: 43px;
	height: 30px;
	display: block;
	margin-bottom: -30px;
	background: url("../img/triangle.png"/*tpa=http://www.pfrf.ru/thm/pfrf2/mod/lkzl/img/triangle.png*/);
	position: relative;
	top: 12px;
	left: 100%;
	margin-left: -23px;
}

.balloon.bottom.left:after {
	content: '';
	width: 43px;
	height: 30px;
	display: block;
	margin-bottom: -30px;
	background: url("../img/triangle.png"/*tpa=http://www.pfrf.ru/thm/pfrf2/mod/lkzl/img/triangle.png*/) 0 -30px;
	position: relative;
	top: 12px;
	left: -20px;
}

.balloon.bottom.left-side:after {
	content: '';
	width: 30px;
	height: 43px;
	display: block;
	margin-bottom: -43px;
	background: url("../img/triangle.png"/*tpa=http://www.pfrf.ru/thm/pfrf2/mod/lkzl/img/triangle.png*/) -132px 0;
	position: relative;
	left: -48px;
	top: -30px;
}

.balloon.bottom.right-side:after {
	content: '';
	width: 30px;
	height: 43px;
	display: block;
	margin-bottom: -43px;
	background: url("../img/triangle.png"/*tpa=http://www.pfrf.ru/thm/pfrf2/mod/lkzl/img/triangle.png*/) -72px 0;
	position: relative;
	left: 100%;
	margin-left: 18px;
	top: -30px;
}

.balloon.top.left:before {
	content: '';
	width: 43px;
	height: 30px;
	display: block;
	margin-bottom: -30px;
	background: url("../img/triangle.png"/*tpa=http://www.pfrf.ru/thm/pfrf2/mod/lkzl/img/triangle.png*/) 0 -90px;
	position: relative;
	top: -42px;
	left: -20px;
}

.calc-errors {
	font-size: 120%;
	padding: 0.5em 0 0 0.5em;
}

.calc-errors h2 {
	color: #da251c;
	margin-bottom: 1em;
}

.calc-errors ul li {
	padding-left: 1.5em;
	padding-bottom: 0.8em;
}

.calc-errors ul li:before {
	content: '\2022';
	display: block;
	position: relative;
	width: 1em;
	height: 1em;
	margin-bottom: -1em;
	color: #456;
	font-size: 120%;
	left: -.8em;
}

.calc-errors ul li:after {
	content: ';';
}

.calc-errors ul li:last-child:after {
	content: '.';
}

#socialPensionWarning p {
	padding-left: 2em;
	padding-right: 2em;
}
