.aside.col-lg-3.order-lg-1 {margin-top:-180px}

html .features__icon > img, .features__icon svg {
    height: 123px;
    margin-bottom: 12px;
}


.section-categories,
.section-contactUs {
    padding-top: 63px;
}


sup {
    top: 0;
    position: absolute;
}

.btn-xs {  
    font-size: 10px;
    min-width: auto;
    padding: 6px;
}

html input#some_name2 + span{
display:none;
}

html input#some_name2 {
    display: block;
    width: 100%;
    height: 80px;
    padding: 25px 40px 25px 80px;
    border-radius: 40px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f7f7f7));
    background: -webkit-linear-gradient(bottom, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(bottom, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(0deg, #ffffff 0%, #f7f7f7 100%);
    -webkit-box-shadow: 0 5px 15px 0 rgba(89, 117, 255, 0.25);
    box-shadow: 0 5px 15px 0 rgba(89, 117, 255, 0.25);
    font-size: 1.5em;
    font-weight: 300;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
