/*
Theme Name: Оптовая торговля олениной
Theme URI: http://it-factorial.ru
Author: db
Author URI: http://it-factorial.ru
*/

.landing_outer .modal_window {
	display: none;
}
.mw_inner .wpcf7-text {
    width: 360px;
    height: 80px;
    box-sizing: border-box;
}
.mw_inner .wpcf7-submit {
    font-family: 'Manrope',Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
    color: #987a4e;
    background: 0;
    border: 0;
    cursor: pointer;
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.wpcf7-form-control {
    outline: none;
}
.mw_inner .wpcf7-submit[disabled] {
    background: rgb(200,200,200);
    cursor: no-drop;
}
.wpcf7-response-output,
.screen-reader-response {
    display: none;
}
@keyframes fade-blink {
    0%, 100% { background-color: #fff; }
    50% { background-color: #9D7B70; }
}
.wpcf7-not-valid {
    animation: fade-blink 2s ease 1; /* 1 раз, длительность 1s */
}
.wpcf7-not-valid-tip {
    margin: -15px 15px;
    display: block;
    position: absolute;
    font-size: 9px;
}
.mw_inner .need-accept {
    position: relative;
    display: flex;
    align-items: center;
    gap: .5em;
    margin-top: 1em;
}
.mw_inner .need-accept p{
    display: block;
    width: 100%;
    margin: 0 0 0 35px;
}
.mw_inner .need-accept .wpcf7-acceptance {
    width: 16px;
    height: 16px;
    position: absolute;
    margin: 5px 0 0 -35px;
}
.mw_inner .need-accept .wpcf7-acceptance input{
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 8px;
}
.mw_inner .need-accept a {
    color: #FFE0B3;
}
.wpcf7-form-control-wrap.it-oferta {
    height: 1em;
}