.div__form,
button,
input,
select {
    font-size: 14px !important;
}

.img_as , .img_container{
    width: 50px;
    height: 50px;
}

.inp {
    flex: 0 0 46%;
    margin: 8px 2%;
    padding: 10px 10px;
    min-height: 100px;
    border-radius: 16px;
}


#rate_container span {
    font-size: 16px;
}


.switch {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 16px;
}
.slider:before {
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
}
.slider.round {
    border-radius: 16px;
}
input:checked+.slider:before {
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
}