/*===============[Layout]===================*/
*, *:before, *:after {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #2d2d2d;
}

.clear_50 {
    clear: both;
    margin-top: 50px;
}

.clear_40 {
    clear: both;
    margin-top: 40px;
}

.clear_30 {
    clear: both;
    margin-top: 30px;
}

.clear_20 {
    clear: both;
    margin-top: 20px;
}

.clear_10 {
    clear: both;
    margin-top: 10px;
}

.clear {
    clear: both;
}

.container {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.block {
    width: 100%;
    min-width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.container:before, .container:after, .block:after, .block:before {
    content: " ";
    display: table;
}

.container:after, .block:after {
    clear: both;
}

.relative {
    position: relative;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.col-50 {
    width: 50%;
    float: left;
}

.col-33 {
    width: 33.33333%;
    float: left;
    min-height: 1px;
}

.col-25 {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    width: 25%;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.medium-font {
    font-weight: 500;
}

.pointer {
    cursor: pointer;
}

h2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 14px;
    font-weight: normal;
}

/*===============[/Layout]===================*/
/*===============[Header]===================*/

/*===============[/Header]===================*/
/*===============[MainPageContent]============*/
/* calculator */
th:first-child {
    border: none;
}

td {
    padding: inherit;
    border: none;
}

table {
    margin: inherit;
}

{
    position: relative;
}

.cs-param-name {
    margin: 0 0 8px 0;
}
.cs-param-name.with-hint {
	position: relative;
}
.cs-param-name .cs-hint-label, .cs-param-name .cs-hint {
	font-size: 13px;
	font-weight: normal;
}
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    opacity: 0;
}

input[type="radio"] + div.inp_surr_radio {
    height: 13px;
    width: 13px;
    margin-top: -2px;
    background: url(assets/images/control_radio_empty.png) no-repeat center;
}

input[type="radio"]:checked + div.inp_surr_radio {
    background: url(assets/images/control_radio_fill.png) no-repeat center;
}

input[type="checkbox"] + div.inp_surr_checkbox,input[type="radio"] + div.inp_surr_checkbox {
    height: 13px;
    width: 12px;
    background: url(assets/images/control_checkbox_empty.png) no-repeat center;
    display: inline-block;
}

input[type="checkbox"]:checked + div.inp_surr_checkbox,input[type="radio"]:checked + div.inp_surr_checkbox {
    background: url(assets/images/control_checkbox_fill.png) no-repeat center;
}

td.input {
    width: 20px;
    height: 24px;
    line-height: 1px;
}

.cs-top-hint {
    color: #f18918;
    margin-bottom: 10px;
}

.cs-section {
    padding: 20px;
    margin-bottom: 2px;
    width: 100%;
    float: left;
}

.cs-section.cs-partition {
    position: relative;
    display: block;
    width: 50%;
    vertical-align: top;
}

.cs-partition-left {
    border-right: 2px solid #fff;
}

.cs-section > table {
    width: 100%;
}
.cs-section{
    background-color: #f2f2f2;
}
.cs-section-dark {
    background-color: #ececec;
}
.cs-section-2 {
    height: 183px;
}
.cs-section-3 {
    height: 287px;
}
.cs-section-4 {
    height: 240px;
}

.cs-section-vert-row > td {
    width: 49%;
    vertical-align: top;
}

.cs-section-vert-row > td,
.cs-section-horiz-row > td {
    position: relative;
    padding-right: 30px;
}

.cs-subsect-horiz {
    width: 100%;
    position: relative;
}

.cs-subsect-horiz tr {
    height: 30px;
}

.cs-subsect-horiz tr:hover td {
    background-color: #ddd;
}

.cs-subsect-horiz tr.no-hover:hover td {
    background-color: transparent;
}

.cs-subsect-horiz input {
    line-height: 1px;
}

.cs-subsect-horiz label {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 2px 0;
    line-height: initial;
    position: relative;
}

.cs-twist-type {
    width: 70px;
    background-color: #fff;
}

.cs-twist-type:disabled {
    background-color: #ececec;
}

.cs-button {
    height: 30px;
    padding: 5px 15px;
    cursor: pointer;
    margin: 20px 5px 0 0;
}

.cs-submit {
    color: #fff;
    background-color: #f18918;
    border: none;
}

.cs-reload {
    color: #aaa;
    background-color: transparent;
    border: 1px solid #bfbfbf;
}

.cs-hint {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #aaa;
    z-index: 2;
    box-shadow: 2px 2px 5px 0 #aaa;
    top: 110%;
    width: 75%;
    left: 1%;
    padding: 10px;
    line-height: 130%;
}

.cs-hint-pointer {
    display: none;
    position: relative;
    border-bottom: 7px solid #aaa;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
	margin-top:-2px;
    z-index: 3;
}

.cs-hint-label {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #aaa;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    font-size: .9em;
	cursor: default;
}

.cs-hint-label:hover + .cs-hint {
    display: block;
}

.cs-hint-label:hover .cs-hint-pointer {
    display: block;
}

.cs-disabled td {
    color: #bbb;
}

.cs-alert td {
    color: #f18918;
}

.calculator-result {
    margin: 30px 0;
}

.calculator-result > div:not(:nth-child(1)) {
    margin: 20px 0;
}

.calculator-result .cr-name {
    color: #aaa;
}

.calculator-result .cr-value-wrapper {
    display: inline-block;
    margin: 0 10px;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-top: none;
    height: 6px;
    vertical-align: bottom;
}

.calculator-result .cr-value-wrapper div {
    margin-top: -3px;
    line-height: 1px;
}

.cr-order-wrapper .form-block2 textarea {
    min-height: 60px;
    height: inherit;
}

.cr-order-wrapper .cr-company-details img {
    vertical-align: middle;
}

.cr-order-wrapper .cr-company-details label span {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

.cr-order-wrapper .cr-company-details input {
    display: none;
}

.cr-order-wrapper .cs-submit {
    float: right;
    margin-right: 22px;
}

.cr-order-wrapper input.cr-alert {
    outline: 2px solid red;
}

.cs-left-shift {
    padding-left: 40px;
}

.cs-radio-replace input[type="radio"] {
    display: none;
}

.cs-radio-replace label {
    cursor: pointer;
}
.popup-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0,0,0,0.5);
}
.popup{
    background: #fff;
    border: 1px solid #f18918;
    width: 690px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -345px;
    padding-left: 22px;
    padding-top: 22px;
}

.form-block input, .form-block2 textarea {
    border: 1px solid #ccc;
    width: 310px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 7px;
    color: #000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif
}
.form-block2 textarea{
    width: 100%;
}
.form-block input:focus {
    border: 1px solid #f18918
}
.form-block {
    padding-bottom: 16px;
    position: relative;
    float: left;
    width: 50%;
    padding-right: 22px;
}
.form-block2 {
    padding-bottom: 16px;
    position: relative;
    padding-right: 22px;
}
.popup-close{
    position: absolute;
    right: 10px;
    top: 5px;
    line-height: 15px;
    cursor: pointer;
    z-index: 9;
    font-size: 24px;
}
.error{
    border-color: #d71919 !important;
}
.cs-section.error {
	border: #d71919 1px solid;
	padding:19px;
}
.cs-section.error .js-input-item.cs-disabled.error td {
	color: #d71919;
}
.js-mark-other{
    margin-top: 5px;
}
.mark-other-box{
    position: relative;
}
.mark-other-del {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 15px;
    text-align: center;
    cursor: pointer;
}
.cs-submit:disabled,.cs-submit.disabled {
    color: #fff;
    background-color: #ddd;
    border: none;
}
.result-calc-short {
	padding: 20px 20px 10px 20px;
	font-weight: bold;
	background: #f2f2f2;
	display: none;
}
.result-calc-short.error {
	color: #d71919;
	padding: 20px;
}
.result-calc-full {
	padding: 10px 20px 20px 20px;
	background: #f2f2f2;
	display: none;
}
.cs-section-buttons {
	position:relative;
	padding-bottom:20px;
}
.cs-section-buttons.loading:after {
	display:block;
	position:absolute;
	top:0;
	lefT:0;
	right:0;
	bottom:0;
	background: rgba(255,255,255,0.6) url(assets/images/ajax-loader.gif) no-repeat center center;
	content: '';
}
.cs-order-result {
	font-weight: bold;
	padding: 20px;
	box-sizing: border-box;
	margin-right: 20px;
	margin-top: 10px;
	border: #f18918 1px solid;
	color: #f18918;
	display: none;
}
.cs-download-order {
	float: right;
	width: 50%;
	vertical-align: middle;
	text-align: right;
	padding-right: 20px;
}
.cs-download-order span {
	display: block;
}
a.cs-submit {
	text-decoration: none;
	display: inline-block;
	line-height: 20px;
}
/*===============[/MainPageContent]===========*/
/*===============[Footer]=====================*/
footer {
    min-height: 100px;
    background: #242424;
    margin-top: 50px;
}

/*===============[/Footer]===================*/

.calc-items .calc-item {
	border-bottom: #f2f2f2 1px solid;
	margin: 20px 0;
	position: relative;
}
.calc-items .calc-item .form-block {
	width: 30%;
	position: relative;
}
.calc-items .calc-item .form-block:first-child{
	width: 70%;
}
.calc-items .calc-item .form-block input {
	width: 100%;
}
.calc-items .calc-item .calc-item-description {
	position: absolute;
	z-index: 5;
	background: #fff;
	border: #f18918 2px solid;
	box-shadow: 0 0 20px rgba(0,0,0,0.34);
	padding: 10px;
	width: 90%;
	color: #f18918;
	display:none;
	cursor:default;
}
.calc-items .calc-item .form-block:hover .calc-item-description {
	display: block;
}
.calc-items .calc-item .form-block .read-only,.calc-items .calc-item .form-block2 .read-only {
	border-color: #fff;
}
.calc-items .calc-item .form-block .read-only {
	padding-left: 0px;
}
.calc-items .calc-item .js-mark,.calc-items .calc-item .js-mark-other {
	font-weight: bold;
}
.order-form-subtitle {
	background: #f2f2f2;
	padding: 10px 20px 10px 22px;
	margin: 0 0 0 -22px;
	box-sizing: border-box;
	font-size: 16px;
}