.ask {
	/* text-align: center; */
	font-weight: 600;
}

.ctr_inp {
	margin-left: 20px;
	position: relative;
}

.my-fc {
	display:inline-block;
	width:80px;
}

.modal-title {
	margin: 0 auto;
}

legend {
	border: 1px solid #CCC;
 	width: inherit;
    border-radius: 7px;
    margin-left: 20px;
    padding: 5px;
    font-size: 105%;
    font-weight: 700;
}

fieldset {
	border: 1px solid #CCC;
	padding-left: 10px;
	border-radius: 7px;
}

.calc {
	margin-top:15px;
	background-color:#e4f2e9;
	border-color:#2a7515;
}

.calc > legend {
	border-color:#727515;
	background-color:#fdeeca;
}

.calc > div {
	color:#163e13;
	font-size: 115%;
}

.modal-body {
	padding:0.5rem;
}

.form-control {
    display: inline-block;
}

.form-group div {
	padding-bottom:10px;
}

#snd_answ {
	font-weight: 700;
	border:1px solid #CCCCCC;
	border-radius:7px;
	text-align:center;
}

.mod-icon {
	max-width:64px;
	width:100%;
}

.mh5 {
	font-size:115%;
}

#contFB {
	display:none;
}
.Error {
	color:#FF0000;
}

/*
.form-control {
	margin-bottom: 10px;
}
*/

@media (max-width: 720px) {
	.custom-control {
		text-align:left;
		margin-left:10px;
	}
}