.bottom-panel .hidden {
    display: none !important;
}
.bottom-panel div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
.bottom-panel div.wpcf7 .ajax-loader {
    background-image: none !important;
    width: 64px;
    height: 38px;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: calc(50% - 32px);
    top: auto;
    bottom: -32px;
}
.bottom-panel .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 38px;
}
.bottom-panel input.wpcf7-text {
    height: 50px;
    font-size: 17px;
    width: 100%;
}
.bottom-panel input,
.bottom-panel button,
.bottom-panel select,
.bottom-panel textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.bottom-panel input {
    line-height: normal;
}
.bottom-panel button,
.bottom-panel input,
.bottom-panel optgroup,
.bottom-panel select,
.bottom-panel textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.bottom-panel input,
.bottom-panel select,
.bottom-panel textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}
.bottom-panel input,
.bottom-panel:active,
.bottom-panel:hover,
.bottom-panel:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
.bottom-panel .btn,
.bottom-panel .wpcf7-submit {
    position: relative;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    text-decoration: none;
    padding: 0 16px 2px;
    color: #fff !important;
    font-size: 19px;
    transition: background-color .4s ease-out, border-color .4s ease-out;
}
.bottom-panel .wpcf7 .disclaimer {
    margin-top: 10px;
}
.bottom-panel .wpcf7 .disclaimer label {
    cursor: pointer;
    user-select: none;
}
.bottom-panel .wpcf7 .disclaimer label input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
}
.bottom-panel .wpcf7 .disclaimer label .wpcf7-list-item-label {
    position: relative;
    display: block;
    padding-left: 20px;
}
.bottom-panel .wpcf7 .disclaimer label .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px solid #adadad;
    border-radius: 3px;
}
.bottom-panel .wpcf7 .disclaimer label p {
    display: inline-block;
}
.bottom-panel .wpcf7 .disclaimer p {
    font-size: 10px;
    line-height: 1;
    letter-spacing: -.3px;
}
.bottom-panel a {
    color: inherit;
    text-decoration: none;
}
.bottom-panel a {
    background-color: transparent;
}
.bottom-panel .wpcf7 .disclaimer label input:checked ~ .wpcf7-list-item-label:after {
    opacity: 1;
    transition: none;
}
.bottom-panel .wpcf7 .disclaimer label .wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 4px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #17c139;
    border-bottom: 2px solid #17c139;
    transform: rotate(45deg);
    transition: opacity .3s;
}
.bottom-panel .nomodal .wpcf7-response-output {
    display: none !important;
}
.bottom-panel div.wpcf7 span.wpcf7-not-valid-tip {
    display: none !important;
}
@keyframes notvalid {
    0% {
        border-color: red;
    }
    50% {
        border-color: white;
    }
    100% {
        border-color: red;
    }
}
.bottom-panel div.wpcf7 input.wpcf7-not-valid {
    animation-name: notvalid;
    animation-duration: 0.2s;
    animation-iteration-count: 3;
    border-color: red;
}

.bottom-panel div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}
.bottom-panel .btn._disabled,
.bottom-panel .btn:disabled,
.bottom-panel .wpcf7-submit._disabled,
.bottom-panel .wpcf7-submit:disabled {
    pointer-events: none;
    opacity: .5;
}

.bottom-panel {
    position: fixed;
    z-index: 1030;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-box-shadow .31s, -webkit-transform .31s;
    transition: -webkit-box-shadow .31s, -webkit-transform .31s;
    -o-transition: box-shadow .31s, transform .31s;
    transition: box-shadow .31s, transform .31s;
    transition: box-shadow .31s, transform .31s, -webkit-box-shadow .31s, -webkit-transform .31s;
    background-color: #fff;
}
@media only screen and (min-width:768px) {
    .bottom-panel {
        display: block;
    }
}
.bottom-panel._show {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.bottom-panel > .container {
    padding: 15px 0 20px;
}
@media only screen and (min-width: 1024px) {
    .bottom-panel > .container {
        padding: 25px 0;
    }
}

.bottom-panel .wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bottom-panel .wpcf7-form .phone {
    margin-right: 10px;
}

.bottom-panel .wpcf7-form .disclaimer {
    width: 100%;
    text-align: center;
}

.bottom-panel input.wpcf7-text {
    max-width: 240px;
}

.bottom-panel .button.wpcf7-submit,
.bottom-panel input.wpcf7-submit {
    min-width: 230px;
    margin-top: 0;
    margin-left: 24px;
}

.bottom-panel .wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.bottom-panel .disclaimer {
    width: 100%;
}

.bottom-panel .wpcf7-form-control-wrap.disclaimer {
    position: relative;
}

.bottom-panel span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
