a {
    color: initial;
}
.calc-title img {
	width: 130px;
	display: block;
	margin: 20px auto;
}
.calc-navigation {
	border-top: 1px solid #394152;
	border-bottom: 1px solid #394152;
}
.calc-title {
	text-align: center;
    padding: 20px 30px 20px 30px;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}
.calc-title.active {
	color: #2f5e7b;
	border-radius: 5px;
	border-bottom: 5px solid;
	margin-bottom: -5px;
	border-top: 5px solid;
	margin-top: -5px;
	background: #292f39;
}
.calc-title:hover {
	color: #2f5e7b;
}
.inputs {
	max-width: 500px;
	margin: 50px auto 0 auto;
}
.inputs select, .inputs input,
input[type=text],
input[type=text]:focus,
input[type=number],
input[type=number]:focus,
.wpforms-container input[type=email],
.wpforms-container textarea.wpforms-field-small {
	width: 100%;
	border: 0;
	background: #292f39;
	height: 50px;
	margin: 10px 0;
	color: #fff;
	outline: none;
}
.wpforms-container textarea.wpforms-field-small {
	color:  #fff;
}
.inputs input[type="checkbox"] {
	width: 15px;
	float: left;
	height: 15px;
	margin: 4px 10px 0 0;
}
.inputs .input-name {
	line-height: 50px;
	font-weight: bold;
	margin: 10px 0;
}
.summ {
	display: table;
	margin: 30px auto 0 auto;
	font-size: 23px;
	color: #fff;
}
.summ span {
    background: #000;
    color: #fff;
    padding: 5px 10px;
}
.calc-order-button {
	display: table;
	margin: 45px auto;
	border: 3px solid #2f5e7b;
	color: #2f5e7b;
	font-weight: bold;
	font-size: 23px;
	text-transform: uppercase;
	padding: 10px 30px;
}

.calc-order-button:hover {
	background: #2f5e7b;
	color: #fff;
}
.input-other {
	margin: 15px 0;
    font-weight: bold;
}
.calc-content {
	display: none;
	padding: 6px 12px;
	border: 0px solid #ccc;
	border-top: none;
	animation: fadeEffect 1s;
	color: #fff;
}
.inputs .other-info .input-name {
    line-height: 20px;
    font-weight: bold;
}
.other-info {
    border-bottom: 1px dashed #394152;
    color: #fff;
}
.other-info span {
    line-height: 20px;
    margin: 10px 0;
    display: block;
}
.termoblock-main,
.termoblock-plita,
.termoblock-perekritie {
	display: none;
}
.btn-disabled{
	pointer-events: none;
	cursor: default;
	opacity: 0.3;
	filter: grayscale(1);
}
@media (max-width: 768px) {
	.inputs .input-name {
		line-height: inherit;
    	margin: 10px 0 0 0;
    }
    .inputs .other-info .input-name {
        font-size: 12px;
        font-weight: normal;
    }
    .calc-content {
		padding: 0;
	}
	.inputs {
		margin: 30px auto 0 auto;
	}
	.calc-title {
		padding: 5px;
		font-size: 14px;
		font-weight: normal;
		cursor: pointer;
		line-height: 16px;
	}
}