.desktophide {display:none;}
@media(max-width:500px) {
	.desktophide {display:block;}
}

.calculator { 
padding: 15px 30px 17px 15px;
border: 1px solid #ececec;
font-size:13px;
}
.calculator:hover {
background-color:#fafafa; 
}
.calculator a:hover{ 
color: #ff0000;
}
.calculator.current a{ 
color: #ff0000;
font-weight:500;
}
.skidka {color:#e80400;}
.b-grid {
	margin: 0 -10px;
}
.b-grid::after {
	content: '';
	display: table;
	clear: both;
}
.b-grid-col {
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}
.b-grid-col_6 {
	width: 50%;
}

.b-icon {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: transparent center center no-repeat;
}
.b-icon_magnifierWhite {
	background-image: url(/calculator/images/icons/magnifierWhite.png);
}
.b-icon_magnifierBlue {
	background-image: url(/calculator/images/icons/magnifierBlue.png);
}
.b-icon_selectArrow {
	background-image: url(/calculator/images/icons/selectArrow.png);
}
.b-icon_inputMinus {
	width: 9px;
	height: 9px;
	background-image: url(/calculator/images/icons/inputMinus.png);
}
.b-icon_inputPlus {
	width: 9px;
	height: 9px;
	background-image: url(/calculator/images/icons/inputPlus.png);
}

.b-customSelect {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	background: white;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
}
.b-customSelect:hover {
	border-color: #ccc;
}
.b-customSelect select {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.b-customSelect-value {
	display: inline-block;
	margin-right: -4px;
	padding: 6px 8px;
	min-width: 32px;
}
.b-customSelect-button {
	display: inline-block;
    padding: 6px;
    background: #d7d7d7;
    float: right;
}
.b-customSelect:hover .b-customSelect-button {
	background: #ccc;
}

.b-customInput {
	display: inline-block;
}
.b-customInput_number {}
.b-customInput-button {
	display: inline-block;
	padding: 4px;
	line-height: 8px;
	background: #d7d7d7;
	border-radius: 50%;
	cursor: pointer;
}
.b-customInput-button:hover {
	background: #ccc;
}
.b-customInput-value {
	padding: 5px 5px;
	width: 20px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
    width: 35px;
}

.b-calc	{
	margin-bottom: 45px;
	font-size: 14px;
	color: #525252;
}

.b-calcButton {
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	padding: 0 40px;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: white;
	background: #015196;
	border: none;
	cursor: default;
}
.b-calcButton:hover {
	background: #276ba6;
}
.b-calcButton[disabled] {
	background: #015196;
	opacity: 0.5;
}

.b-calcForm {
	margin-bottom: 15px;
}
.b-calcForm-head {
    padding: 11px 31px 13px 17px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background: #da1018;
}
.b-calcForm-head_hasHover:hover {
	background: #276ba6;
	cursor: pointer;
}
.b-calcForm-head .b-icon {
	margin-right: 5px;
}
.b-calcForm-headClear {
	float: right;
	margin-top: 3px;
	font-size: 12px;
	color: white;
	border-bottom: 1px dashed white;
}
.b-calcForm-headClear:hover {
	color: #ff2121;
	border-bottom-color: #ff2121;
}
.b-calcForm-body {
	padding: 12px 20px 0;
	background: #e6e7e9;
}
.b-calcForm-body::after {
	content: '';
	display: table;
	clear: both;
}
.b-calcForm-field {
	margin-bottom: 12px;
	user-select: none;
}
.b-calcForm-field label {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	width: 240px;
	position: relative;
}

.hover-info {
    background: #FFF;
    border: 1px solid #008DD2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 600px;
    z-index: 2;
    display:none;
}
.hover-place {
    display: flex;
    justify-content: center;
    align-items: center;
}
.b-calcForm-field label:hover .hover-info{
	display:block;
}
.hover-info .desc-place {
	padding: 10px 10px 10px 0;
	width: 470px;
}

.hover-info .desc-place h3 {
	margin-top: 0 !important;
}

.hover-info .img-place {
	padding: 10px;
	width: 120px;
}
.hover-info .desc-place h3 {
	margin: 0 0 10px 0;
    font-size: 16px !important;
    font-weight: bold;
}
.hover-info .desc-place p {
	font-weight: normal;
    line-height: 20px !important;
    margin: 0 0 0 0;
}
.b-calcForm-field label .b-icon {
	float: left;
	margin-top: 3px;
	margin-left: -20px;
}

.b-calcSectionTitle {
	margin-top: 45px;
	margin-bottom: 20px;
	font-size: 20px;
}

.b-calcResults {
	margin-bottom: 15px;
	padding: 20px;
	background: #e6e7e9;
}
.b-calcResults-title {
	margin-bottom: 15px;
	font-size: 16px;
	text-transform: none;
}
.b-calcResults-list {}
.b-calcResults-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid white;
}
.b-calcResults-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.b-calcResults-itemTitle {
	padding-bottom: 6px;
	font-weight: bold;
}
.b-calcResults-itemField {
	margin-right: 15px;
}

.b-calcTable {
	margin-bottom: 15px;
	width: 100%;
	font-size: inherit;
}
.b-calcTable th,
.b-calcTable td {
	padding: 10px;
	border: 1px solid #e4e4e4;
}
.b-calcTable th {
	font-weight: normal;
	background: #e6e7e9;
	border-right-color: white;
	white-space: nowrap;
}
.b-calcTable th:last-child {
	border-right-color: #e4e4e4;
}

.b-calcPrice {
	margin-top: 45px;
	margin-bottom: 20px;
	color: #e80400;
}
.b-calcPrice-title {
	margin-bottom: 5px;
	text-transform: none;
	font-size: 16px;
}
.b-calcPrice-value {}
.b-calcPrice-number {
	font-size: 28px;
}
.b-calcPrice-currency {
	font-size: 18px;
}
.b-calcPrice-info {
	font-size: 12px;
	font-style: italic;
	display: none;
}

.b-calcSend {
	padding: 20px;
	background: #e6e7e9;
	margin-bottom: 30px;
}

.b-calcSend label {
	display: block;
	margin-bottom: 15px;
}
.b-calcSend input[type=text],
.b-calcSend input[type=email] {
    margin-bottom: 10px;
}
.b-calcSend input[type=submit][disabled] {
	background: #015196;
	opacity: 0.5;
}

.b-calcPreview {
	position: relative;
}
.b-calcPreview-img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
select.count_rack {
    display: none;
}
select.count_rack.active {
    display: block;
}
.from-each {
    display: inline;
}
.size_rack {
    display: none;
}
h2.b-calcSectionTitle {
    margin: 0 0 20px 0;
}
p.i-shelvingCalculator-errors {
    display: none;
}
input.b-calcButton.i-shelvingCalculator-calculate {
    margin: 0 0 20px 0;
    background:linear-gradient(to bottom, #e80400 0%,#b01e19 100%);
}
input.b-calcButton.i-shelvingCalculator-calculate:hover {
    background: linear-gradient(to bottom, #bcbcbc 0%,#6c6d6d 100%);
}
h3.b-calcResults-title {
    margin-top: 0;
}
.b-calcPrice {
    margin-top: 0;
}
.i-shelvingCalculator-totalContainer {
    display: block;
}

.field-rafio {
    display: block;
    float:left;
}
.field-rafio input {
    width: 16px;
    height: 16px;
    cursor: pointer;
	margin: 2.5px 0 0 0;
}

.mes-tumb {
    color: #D0151C;
    font-weight: bold;
    padding: 0 18px;
    margin: 0 0 20px 0;
}
span.b-customSelect.disabled {
	cursor:default;
	background: #d7d7d7;
}
span.b-customSelect.disabled select {
	display:none;
}
.b-calcForm-field label font {
	position:relative;
	display: inline-block;
}
.b-calcForm-field label font:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/calculator/images/help2.gif) center no-repeat;
	margin-left: 10px;
}

.table-result {
	
}
.table-result table {
	width: 100%;
	margin-bottom: 25px;
}

.table-result table th {
	color: white;
    background: #008DD2;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    padding: 5px 12px;
    border: 0;
}
.table-result table td {
	border: 1px solid #cecece;
    text-align: center;
    padding: 5px 12px;
    font-weight: bold;
}
.result-c {
	font-size: 20px;
    line-height: 35px;
    margin: 0 0 20px 0;	
}
.result-p {
	font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.evs {
	overflow:hidden;
}
.evs p {
	float:left;
	font-size: 16px;
}
.evs p strong {
	
}
.evs a {
	display:block;
	float:right;
	color: red;
    font-size: 16px;
}
.evs a strong {
	
}

#c2-img-place {
	width: 331px;
	position: relative;
	margin: 66px auto 30px;
}
#c2-img-place .main {
	display:block;
	margin:0 auto;
}

img.subm {
	position:absolute;
}

img.subm.abs1 {
    top: 147px;
    left: 7px;
}
img.subm.abs2 {
    top: 112px;
    left: 40px;
}
img.subm.abs3 {
    top: 120px;
    left: 130px;
}
img.subm.abs4 {
    top: 55px;
    left: 40px;
}
img.subm.abs5 {
    top: 80px;
    left: 130px;
}
img.subm.abs6 {
    top: 85px;
    left: 235px;
}
img.subm.abs7 {
    top: 110px;
    left: 248px;
}
img.subm.abs8 {
    top: 152px;
    left: 20px;
}
img.subm.abs9 {
    top: 152px;
    left: 20px;
}
img.subm.abs10 {
    top: 152px;
    left: 20px;
}
img.subm.abs11 {
    top: 152px;
    left: 222px;
}
img.subm.abs12 {
    top: 152px;
    left: 222px;
}
img.subm.abs13 {
    top: 152px;
    left: 222px;
}
img.subm.abs14 {
    top: 2px;
    left: 20px;
    z-index: 0;
}
img.subm.abs15 {
    top: -98px;
    left: 20px;
}
img.subm.abs16 {
    top: -98px;
    left: 20px;
}

@media screen and  (max-width:1200px){
	.b-calcForm-field label {
		width: 150px;
	}
	.b-calcSend input[type=email] {
	    margin-bottom: 20px;
	}
}
@media screen and  (max-width:768px){
	.b-calcForm-field label {
		width: 60%;
	}
	.b-grid-col.b-grid-col_6.image-place {
		display:none;
	}
	.b-grid-col.b-grid-col_6 {
	    width: 100%;
	}
	.b-calcTable th, .b-calcTable td {
	    padding: 5px;
	}
}


.b-customSelect-button {
display:none;
}


