.errortext{
    color:red;
} 
.calc_in_text{
    width: 100%;
    color:#5b57db;
}
.calc_in_row{
    padding: 10px 0;
}
.input_num {
    width: 100%;
    max-width:350px;
    border: solid 1px #0096cd;
    height: 28px;
    text-align: center;
    border-radius: 5px;
}

.otvet_num {
    width: 100%;
    max-width: 350px;
    height: 28px;
    line-height: 28px;
    border: solid 1px #CCC;
    font-size: 14px;
    text-align: center;
    background: #e3f3f8;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 2px 11px -7px inset;
}
#calc_wait{
    display:none;
}
.img_calc_wait{
    max-width: 32px;
    max-height: 32px;
}
.table_ceil{
	border: 1px solid #dfdfdf;
	width: 20px;
	text-align: center;
}
.nowrap{
    white-space: nowrap;
}
.block_input_num{
    display: inline-block;
    border-radius: 5px;
    padding-top: 20px;
    max-width:25%;
    min-width: 20px;
    vertical-align: top;
}
.block_input_select{
    padding-left: 5px;
}
.input_base {
    margin-top: 19px;
    max-width:40px;
    padding-left: 0;
}
.block_otvet_num{
    display: inline-block;
    max-width:170px;
    border-radius: 5px;
    padding: 20px 5px;
    margin: 10px 0;
    max-width:25%;   
}
.box_clear{
    float: right;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    background: #c50000;
    font-weight: bold;
    line-height: 0px;
    padding: 8px 5px 11px 5px;
    position: relative;
    right: -8px;
    top: -9px;
}
.block_row{
    display: inline-block;
}
.shortnum{
    max-width: 44%;
}


.cancel_text {
position: relative;
}

.cancel_text:before {
border-bottom: 1px solid red;
position: absolute;
content: "";
width: 100%;
height: 60%;
top: 0px;
transform: rotate(-14deg);
}

.input_select{
    font-size:1.5em; 
    background-color: #FFFECE;
    border-radius: 4px;
}

.arrow {
    cursor: pointer;
    position: relative;
    width: 80px;
    height: 50px;
    margin: 20px;
    display: inline-block;
    vertical-align: bottom;
    
}
.arrow div {
    position: relative;
    top: 20px;
    width: 90px;
    height: 10px;
    background-color: #288563;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    left:0;
    display: inline-block;
    
}
.arrow div::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 10px;
    top: -11px;
    left: -8px;
    background-color: #288563;
    transform: rotate(-45deg);
}
.arrow div::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 10px;
    top: 11px;
    left: -8px;
    background-color: #288563;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(45deg);
}

.direct_view{
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    max-width: 42%;
    overflow: hidden;
}

#arrow_up{
    rotate: 40deg;
} 

#arrow_down{
    rotate: -90deg;
} 

.hide{
    display: none;
}