.mz_request * {
    box-sizing: border-box;
}

.wrap-second-page {
    width: 100%;
    min-height: calc(100vh - 329px);
}


.mz_request {
    position: absolute;
    top: 1em;
    left: 56%;
    right: 1.5em;
    bottom: 1em;
    background: url(/wp-content/uploads/2019/09/anketa_slide.png) center no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.4);
    z-index: 3;
    padding-bottom: 1rem;
}

.mz_requests.second-page__form {
    margin-bottom: 1rem;
}

.second-page__form .button-next {
    position: relative;
    top: unset;
    bottom: unset;
    width: 450px;
}

.second-page__form .attantion-second_bottom {
    position: static;
    margin-top: -1.5rem;
}

form {
    padding: 0 1em;
}

.label-soglas {
    font-size: 9px;
    display: block;
    text-align: left;
}

.mz_request .radio input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
}

.top_anketa {
    /* font: bold 20px/30px Arial; */
    height: 40px;
    width: 100%;
}

.top_anketa:before {
    content: '';
    height: 43px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    background: url(/wp-content/uploads/2019/09/before_anketa.png) calc(69% - 1.5vw) 0 no-repeat;
}

.massege_requared {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 15px;
    text-align: center;
}

.attantion {
    font-size: 1.5rem;
    width: 60%;
    text-align: left;
    line-height: 1.5rem;
}

.attantion > a, .attantion-second_top > a, .attantion-second_bottom > a {
    color: #F00;
}

.redz {
    color: red;
}


:invalid {
    box-shadow: none;
}

.button-next {
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    font-family: Open Sans, Arial, sans-serif;
    line-height: 2rem;
    width: 13.66rem;
    height: 44px;
    background: linear-gradient(to top, #9f0000, #bf0000);
    position: relative;
    text-indent: -20px;
}

.button-next:hover {
    background: linear-gradient(to top, #cc0000, #ff1a1a);
}

.button-next:active {
    background: #a40000;
    box-shadow: inset 2px 0 10px 0 #111;
}

.button-next:before {
    content: '';
    background: url(/wp-content/uploads/2019/09/anketa_sub2.png) no-repeat;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 7px;
    right: 0.5em;
    z-index: 1;
}

.radio {
    display: inline-block;
    margin: 10px 0;

}

.second-page__header-text {
    font-size: 24px;
    font-family: "Arial", serif;
    color: rgb(171, 0, 0);
    font-weight: bold;
    margin: 10px;
}

.second-page__form_section-header {
    font-size: 20px;
    font-family: "Arial", serif;
    color: rgb(0, 0, 0);
    margin: 10px;
}

.second-page__form__input {
    box-sizing: content-box !important;

    height: 50px;
    vertical-align: top;
    border-radius: 4px;
    border: 1px solid #020202 !important;
    padding: 10px 0 0 10px !important;
    font-size: 20px;
}

.second-page__form__input_very-small {
    width: calc(100% - 60px) !important;;
}

.second-page__form__input_small {
    width: calc(100% - 60px) !important;;
}

.second-page__form__input_medium {
    width: calc(100% - 60px) !important;
}

.second-page__form__input_large {
    width: calc(100% - 60px) !important;;
}

.second-page__form__input_wrap-wide {
    width: 100%;
    position: relative;
    display: inline-block;
}

.second-page__form__input_wrap3 {

    position: relative;
    width: 65%;
}

.second-page__form__input_wrap4 {
    position: relative;
    width: 35%;
}

.second-page__form__seporator {
    height: 50px;
}

.second-page__form__checkbox {
    margin: 10px;
}

.second-page__form__checkbox_label {
    font-size: 16px;
}

.second-page__form__seporator-border {

    border: 1px dashed #a6a6a6;
    margin-bottom: 20px;
    margin-top: 13px;
    width: 100%;
}

.second-page__form__back {
    display: inline-block;
    font-size: 24px;
    text-indent: 0;
}

.second-page__form__submit {
    background: linear-gradient(to top, #9f0000, #bf0000);
    padding: 4px 26px 4px 4px;
    width: 429px;
    height: 55px;
    font-size: 26px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.suggestions-input {
    box-sizing: border-box !important;
    border: 1px solid grey;
    width: 100%;
}

.second-page__form__submit-wrapper {
    display: inline-block;
    position: relative;
}


.second-page__form__submit-wrapper:before {
    content: '';
    background: url('/wp-content/uploads/2019/09/anketa_sub2.png') no-repeat;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 11px;
    right: 3em;
    z-index: 1;
}


.second-page__form__submit:hover {
    background: linear-gradient(to top, #cc0000, #ff1a1a);
    cursor: pointer;
}

.second-page__form__submit:active {
    background: #a40000;
    box-shadow: inset 2px 0 10px 0 #111;
}

.second-page__form__input_wrap {
    position: relative;

    width: 50%;
}

.second-page__form_hidden {
    display: block;
    position: absolute;
    top: 70px;
    left: 20px;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 10px 20px 0;
    min-height: 70px;
    line-height: 30px;
    border-radius: 3px;
    z-index: 1;
}

.second-page__form_hidden_data {
    display: block;
    position: absolute;
    top: 90px;
    left: 250px;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 10px 20px 0;
    min-height: 40px;
    line-height: 30px;
    border-radius: 3px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5;
    -o-transition: all .5;
    -moz-transition: all .5;
    -ms-transition: all .5;
    transition: all .5s;
}

.top_text {
    font-size: 16px;
    font-weight: bold;
}

.bottom_text {
    font-size: 20px;
    font-weight: bold;
}

.triangle {
    border: 15px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -30px;
}

.second-page__form__input ~ .second-page__form_hidden, .second-page__form__input ~ .second-page__form_hidden_data, .second-page__form__input.valid:focus ~ .second-page__form_hidden, .second-page__form__input_hide-text.valid:focus ~ .second-page__form_hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5;
    -o-transition: all .5;
    -moz-transition: all .5;
    -ms-transition: all .5;
    transition: all .5s;
}

.fbinp ~ .second-page__form_hidden, .fbinp.valid:focus ~ .second-page__form_hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5;
    -o-transition: all .5;
    -moz-transition: all .5;
    -ms-transition: all .5;
    transition: all .5s;
    top: 75px;
}

.second-page__form__input:focus ~ .second-page__form_hidden, .second-page__form__input:focus ~ .second-page__form_hidden_data, .fb_input .arrow_uvalid:focus ~ .second-page__form_hidden {
    opacity: 1;
    visibility: visible;
}


.radio > .second-page__form_hidden {
    display: block;
    position: absolute;
    top: 30px;
    left: 20px;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 10px 20px 0;
    min-height: 70px;
    line-height: 30px;
    border-radius: 3px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2;
    -o-transition: all .2;
    -moz-transition: all .2;
    -ms-transition: all .2;
    transition: all .2s;
    width: 280px;
}

.radio:hover > .second-page__form_hidden {
    opacity: 1;
    visibility: visible;
}

.fbinp:focus ~ .second-page__form_hidden {
    opacity: 1;
    visibility: visible;

}

.hideFlowText {
    opacity: 0 !important;
    visibility: hidden !important;
}

.second-page__fixed {
    position: fixed;
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -150px;
    background: #f6f6f6;
    padding: 30px;
    font-size: 26px;
    border: 1px solid #020202;
    border-radius: 3px;
    display: none;
    z-index: 10001;
}

.fixed-pop-up {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
}

