﻿.calc .calcblock { margin-bottom: 30px;display: inline-block;width: 100%;position: relative; }
.calc .zagol {
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}
.calc .InputBlock input {
    color: var(--white);
}
.calc .zblockcena { float: left; }
.calc .zcalcitog { margin-bottom: 10px; }
.calc .knop {
	background-image: url(punkt.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 30px;
	margin-bottom: 10px;
	text-align: left;
    color: var(--white);
}
.calc .active {
	background-image: url(active_punkt.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-position: center left;
	background-repeat: no-repeat;
}
.calc .knop:hover {
	cursor: pointer;
	background-image: url(naved_punkt.png);
	cursor: pointer;
}
.calc .kub { position: relative;bottom: 10px;float: right; }
.calc .blockcena { margin-bottom: 30px; }
.calc .mpricedate { font-size: 12px;width: 320px;float: left;clear: left; }
.calc .cen { position: relative;bottom: 20px;float: right; }
.calc .calcitog { margin-bottom: 30px;float: left; }
.calc .strok { padding-bottom: 15px;padding-top: 15px;padding-left: 15px;padding-right: 15px;margin: 0;display: inline-block;width: 630px; }
.calc .nazv { display: block;width: 200px;float: left; }
.calc .itogcifer { display: block;width: 155px;float: right;text-align: right; }
.calc .strmat { background-color: rgba(0,0,0,0.03);display: inline-block; }
.calc .strsht { display: inline-block; }
.calc .strkub { background-color: rgba(0,0,0,0.03);display: inline-block; }
.calc .strst { display: inline-block; }
.calc #stoim { color: #CC3718;font-size: 25px; }
.calc input, select#material {
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
}

.calc .calcsubmit {
    margin-top: 20px;
    background-color: #2bbb7c;
    border: 2px solid #2bbb7c;
    border-bottom: 2px solid #047946;
    color: #fff;
}

select#material, .InputBlock input {
    
    background-color: transparent;
}

#material option {
    color: #404040;
}
select#material {
    color: #fff;
    height: 60px;
    cursor: pointer;
}
.calc .contentBody {
    margin: auto;
    margin-top: 40px;
    max-width: 600px;
    width: 100%;
}
.calc .perek {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
}

.fansdress .callblock {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	padding: 0;
}
.calc .InputBlock input {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
}
.calc .InputBlock {
      width: 100%;
}
.calc input.block {
	width: 100%;
}
.calc input#gorod {
	border-width: 1px;
	border-color: #F46F03;
	border-style: solid;
}

@media (max-width: 425px) {
.calc .contentBody {
    width: 100%;
}
}
