#content {
    margin-top: 10px;
}

.tc-color-hayamax {
	color: #DB001A;
}

.tc-color-hayonik {
	color: #EC6C00;
}

.title-color {
    font-size: 15px;
} 

.logo-svg {
	width: 196px;
	height: 40px;
}

body {
    text-align: left;
    font-size: 82%;
}

legend {
    display: block;
    width: unset;
    max-width: unset;
    padding: 0;
    margin-bottom: .5rem;
    font-size: unset;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    color: #DB001A;
    font-weight: bold;
    padding: 0px 3px;
}

.form-control {
	width: initial !important;
	display: inline-flex !important;
}

fieldset {
    -webkit-padding-start: 0.75em;
    border: 1px solid #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    clear: both;
}

.form-struct > div > div > label {
    float: left;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    width: 100px;
    margin-top: 7px;
}

#smiles-bar {
    float: left;
    border: 1px solid #aaa;
}

.radio-smiles {
    position: absolute;
    margin-top: 4px;
}

.survey-msg {
	width: 100% !important;
}

.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media only screen and (max-width: 367px) {
    #obj\.city {
        width: 70%;
    }
    
    #obj\.phone {
        width: 70%;
    }
}