.section1 {
    padding-bottom: 168px
}

.section1__title {
    padding-top: 27px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E1E1E3
}

.section1__title h1 {
    display: flex;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 1px;
    color: #1A1A22
}

@media screen and (max-width:860px) {
    .notify .section1__title h1 {
        font-size: 20px;
        line-height: 24px
    }
}

h1 svg {
    margin-top: 7px;
    display: inline-block;
    margin-right: 15px;
}

.notify .section1__title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #565656;
    margin-top: 9px
}

@media screen and (max-width:860px) {
    .notify .section1__title p {
        font-size: 14px;
        line-height: 16px
    }
}

.notify .section1__test {
    margin-top: 33px
}

.notify .section1__el {
    padding: 42px 26px 27px 56px;
    min-height: 305px;
    background: #FFFFFF;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .25);
    border-radius: 12px;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none
}

@media screen and (max-width:860px) {
    .notify .section1__el {
        margin-top: 20px;
        padding: 20px
    }
}

.notify .section1__el.active {
    display: -ms-flexbox;
    display: flex
}

.notify .section1__el:after {
    content: url(/wp-content/themes/nazkn/assets/img/notify/test.svg);
    /*content:url(/wp-content/themes/nazkn/assets/img/header/logo.svg);*/
    position: absolute;
    right: 64px;
    top: 64px
}

@media screen and (max-width:1140px) {
    .notify .section1__el:after {
        display: none
    }

    .default-checkbox2__text {
        padding-right: 0 !important;
    }
}

.notify .section1__el-title h2 {
    max-width: 940px;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #2B4261
}

@media screen and (max-width:860px) {
    .notify .section1__el-title h2 {
        font-size: 18px;
        line-height: 22px
    }
}

.notify .section1__el-test {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 22px;
    position: relative
}

.notify .section1__el-test .default-checkbox2 {
    max-width: 939px
}

@media screen and (max-width:860px) {
    .notify .section1__el-test {
        margin-top: 20px
    }
}

.notify .nextstep,
.notify .prevstep {
    cursor: pointer;
    border-radius: 8px;
    background: var(--primary-bg-color);
    transition: all .3s;
    border-radius: 6px;
    margin-top: 14px;
    width: 288px;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1A1A22;
    transition: .3s;
    margin-right: 12px;
    z-index: 5;
}

.notify .buttons {
    justify-content: flex-end;
    width: 100%;
}

.notify .buttons.last {
    max-width: 773px;
}

.notify .input-file-left .buttons {
    justify-content: flex-start;
}

.notify .input-file-right .buttons {
    justify-content: flex-end;
    display: flex;
}

.helps .section1__el-test p @media screen and (min-width:760px) {
    .notify .section1__el .nextstep:hover {
        background: #ffda3c;
    }
}

@media screen and (max-width:860px) {
    .notify .section1__el .nextstep {
        width: 240px;
        font-size: 14px;
        margin-left: 0
    }
}

@media screen and (max-width:480px) {
    .notify .section1__el .nextstep {
        width: 100%
    }
}

.notify .section1__el-inputs {
    max-width: 749px;
    width: 100%;
    margin-top: 50px
}

.notify .section1__el-inputs .input-block {
    width: 100%;
    margin-bottom: 19px;
    position: relative;
    line-height: 0;
    min-height: 43px;
}

.notify .nice-select {
    border: 2px solid #cccdce;
}

.notify .section1__el-inputs .input-block input {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #cccdce;
    box-sizing: border-box;
    border-radius: 6px;
    height: 46px;
    padding-left: 16px;
    padding-right: 37px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #454F5B
}

@media screen and (max-width:860px) {
    .notify .section1__el-inputs .input-block input {
        font-size: 12px;
        line-height: 14px
    }
}

.notify .section1__el-inputs .input-block textarea {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #cccdce;
    box-sizing: border-box;
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 37px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #454F5B;
    padding-top: 14px
}

@media screen and (max-width:860px) {
    .notify .section1__el-inputs .input-block textarea {
        font-size: 12px;
        line-height: 14px
    }
}

.notify .section1__el-inputs .input-block label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #454F5B;
    padding-left: 16px;
    padding-right: 37px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media screen and (min-width:760px) {
    .notify .section1__el-inputs .input-block label:hover {
        cursor: text
    }
}

@media screen and (max-width:860px) {
    .notify .section1__el-inputs .input-block label {
        font-size: 12px;
        line-height: 14px;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 10px;
        height: 40px
    }
}

.notify .section1__el-inputs .wpcf7-not-valid-tip {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #ff0000;
    padding-top: 5px;
    clear: both;
}

@media screen and (max-width:860px) {
    .notify .section1__el-inputs .input-block {
        margin-bottom: 15px
    }
}

.notify .section1__el-inputs .input-block-last {
    margin-bottom: 0
}

.notify .section1__el-inputs-half {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.notify .section1__el-inputs-half .input-block {
    width: calc(50% - 25px)
}

@media screen and (max-width:860px) {
    .notify .section1__el-inputs-half {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .notify .section1__el-inputs-half .input-block {
        width: calc(100% - 0px)
    }

    .notify .section1__el-inputs-half .input-block .message {
        margin: 0
    }
}

.input-file.helps {}

.input-file .input-file-left {
    min-width: 50%;
}

.notify .section1__el-inputs .input-file-right {
    min-width: calc(50% - 15px);
    margin-left: 0 !important;
    padding-left: 15px;
}

.button_prev+.input-file-right {
    padding-left: 0 !important;
}

.notify .section1__el-inputs .input-file {
    position: relative;
    width: 100%;
    margin-top: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px
}

@media screen and (max-width:860px) {
    .notify .section1__el-inputs .input-file-left {
        max-width: 100%
    }
}

@media screen and (max-width:480px) {
    .notify .section1__el-inputs .input-file-left {
        width: 100%
    }
}

.notify .section1__el-inputs .input-file-left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #565656
}

.notify .section1__el-inputs .input-file-left input {
    display: none
}

.notify .section1__el-inputs .input-file-left label {
    display: block;
    background: #FBBB1D;
    border-radius: 6px;
    height: 40px;
    font-weight: 500;
    width: 233px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #1A1A22;
    margin-top: 5px;
    transition: .3s;
    cursor: pointer
}

@media screen and (min-width:760px) {
    .notify .section1__el-inputs .input-file-left label:hover {
        opacity: .5
    }
}

@media screen and (max-width:860px) {
    .notify .section1__el-inputs .input-file-left label {
        font-size: 14px;
        max-width: 100%
    }
}

@media screen and (max-width:480px) {
    .notify .section1__el-inputs .input-file-left label {
        width: 100%
    }
}

.notify .section1__el-inputs .input-file-right {
    margin-left: 27px
}

.notify .section1__el-inputs .input-file-right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #565656
}

.notify .section1__el-inputs input[type="submit"] {
    cursor: pointer;
    border: none;
    background: #FBBB1D;
    border-radius: 6px;
    margin-top: 14px;
    width: 288px;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #1A1A22;
    transition: .3s
}

@media screen and (min-width:760px) {
    .notify .section1__el-inputs .input-file button:hover {
        opacity: .5
    }
}

@media screen and (max-width:860px) {
    .notify .section1__el-inputs .input-file button {
        font-size: 14px;
        max-width: 100%
    }
}

@media screen and (max-width:480px) {
    .notify .section1__el-inputs .input-file button {
        width: 100%
    }
}

@media screen and (max-width:860px) {
    .notify .section1__el-inputs .input-file {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:860px) {
    .notify .section1__el-inputs {
        margin-top: 20px
    }
}

textarea[name="corup_pip"] {
    height: 68px;
}

.notify textarea {
    resize: none;
}

.notify .section1__el[data-step="2"] .nextstep {
    margin-top: 39px
}

.notify .section1__steps {
    padding-left: 50px;
    margin-top: 34px
}

.notify .section1__steps-els {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.notify .section1__steps-el {
    width: 100px;
    height: 5px;
    margin-right: 10px;
    background-color: #E1E1E3
}

.notify .section1__steps-el.active {
    background-color: #FBBB1D;
    cursor: pointer;
}

@media screen and (max-width:860px) {
    .notify .section1__steps-el {
        width: 50px
    }
}

.notify .section1__steps-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #565656;
    margin-top: 21px
}

@media screen and (max-width:860px) {
    .notify .section1__steps-text {
        margin-top: 15px;
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width:860px) {
    .notify .section1__steps {
        padding-left: 0;
        margin-top: 25px
    }
}

@media screen and (max-width:860px) {
    .notify .section1 {
        padding-bottom: 80px
    }
}

.notify .section1__steps input:focus,
.notify .section1__steps textarea:focus,
.notify .section1__steps .nice-select.open {
    border-color: #2B4261 !important;
}

.default-checkbox2__text a {
    color: #234463;
    font-weight: 500;
    transition: color 0.3s;
}

.default-checkbox2__text a:hover {
    color: #fbbb1d;
}

.default-checkbox2 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px
}

.default-checkbox2__label {
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.default-checkbox2__label.error .default-checkbox2__custom {
    border-color: #f00
}

.default-checkbox2__label.error .default-checkbox2__text {
    color: #f00
}

.default-checkbox2__label.error~.message {
    display: block
}

.default-checkbox2__custom {
    position: relative;
    border: 1px solid #bbb9b9;
    background: #eee;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px
}

.default-checkbox2__custom:before {
    content: "";
    display: none;
    position: absolute;
    top: -3px;
    left: 7px;
    transform: rotate(45deg);
    width: 7px;
    height: 14px;
    border-bottom: 3px solid #FD9710;
    border-right: 3px solid #FD9710
}

.default-checkbox2__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #565656;
    margin-left: 13px;
    transition: color .3s;
    padding-right: 200px;
}

.default-checkbox2__label:hover .default-checkbox2__text {
    color: #FBBB1D;
    transition: color .3s
}

@media screen and (max-width:860px) {
    .default-checkbox2__text {
        font-size: 13px;
        line-height: 16px;
        padding-top: 6px;
    }
}

.default-checkbox2 input {
    display: none
}

.default-checkbox2 input:checked~.default-checkbox2__custom:before {
    display: block
}

.default-checkbox2 input.disabled~.default-checkbox2__custom,
.default-checkbox2 input:disabled~.default-checkbox2__custom {
    border-color: gray;
    opacity: .4
}

.default-checkbox2 .message {
    display: none;
    font-size: 12px;
    line-height: 14px;
    color: red
}

.none {
    display: none;
}

.help1,
.help2 {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #454F5B;

}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
    margin-top: -5px;
}

.section1__steps_help {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #565656;
    margin-bottom: 13px;
}

.wpcf7-response-output {
    display: none !important;
}