.calc_form{
    border-radius: 8px;
    height: 20px;
    padding-left:5px;
    width:80px;
    margin-left:7px;
}

.font{
    font-family:Montserrat;
}

.calc_form_stroka{
    margin-bottom:10px;
    font-size:14px;
}

.calc_form_button{
    color: #ffffff;
    font-size: 18px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 8px;
    background-color: #ca1909;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 1px 1px 10px 1px rgb(255 0 0 / 40%);
    width:200px;
    heigth:54px;
    margin-top:15px;
    margin-bottom:25px;
}


.calc_form_stroka_2{
    margin-bottom:6px;
    font-size:12px;
}

.calc_form_2{
    border-radius: 7px;
    height: 17px;
    padding-left:5px;
    width:80px;
    border-color:#ededed;
    background-color: #ededed;
    margin-left:7px;
}



/*тестовая херня*/
body {
	text-align: left;
	font-size: 14px;
	font-family: Montserrat;
}

p.calc_title {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
}

p.subtitle {
	margin-top: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
}

.info {
	margin-top: 20px;
}

input.calc_button {
	color: #ffffff;
    font-size: 18px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 8px;
    background-color: #ca1909;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 1px 1px 10px 1px rgb(255 0 0 / 40%);
    width: 200px;
    height: 40px;
    margin-bottom: 25px;
	cursor: pointer;
	transition: 1s;
}

input.calc_button:hover {
	color: #ffffff;
    font-size: 18px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 8px;
    background-color: #ca1909;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 1px 1px 10px 1px rgb(255 0 0 / 40%);
    width: 200px;
    height: 40px;
    margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 17px 5px rgba(244, 36, 36, 0.2);
	-moz-box-shadow: 0px 0px 17px 5px rgba(244, 36, 36, 0.2);
	box-shadow: 0px 0px 17px 5px rgba(244, 36, 36, 0.2);
	transition: 1s;
	cursor: pointer;
}

input.calc_input {
	border-radius: 8px;
    height: 20px;
    padding-left: 5px;
    width: 80px;
    margin-left: 7px;
	width: 200px;
}