/*
Theme Name: Osp
Description: A minimal blank WordPress theme
Version: 1.0
Author: Developer
*/
* {
    box-sizing: border-box!important;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

button.t-menuburger.t-menuburger_first.t-menuburger__small {
    margin-top: 0;
}
div#rec1178584501 {
    background: #fff;
}
span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
input.wpcf7-form-control,
textarea.wpcf7-form-control {
    width: 100%!important;
    font-size: 14px;
    height: 60px;
    line-height: 1.33;
    margin: 0;
    outline: none;
    border: 1px solid #c9c9c9 !important;
    border-radius: 5px !important;
    padding: 10px 20px !important;
}
textarea.wpcf7-form-control {
    min-height: 150px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%!important;
    height: 54px;
    -webkit-appearance: none;
    border: 0!important;
    border-radius: 50px!important;
    background-color: #2c3aff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.t702 .t702__form-bottom-text {
    margin-top: 0!important;
}
span.wpcf7-spinner {
    margin-top: 10px!important;
}
span.wpcf7-not-valid-tip {
    margin-top: 10px;
}