/* ==========================================================================
BLOCK 7
========================================================================== */

.row-land-block-7{
    margin-bottom: 100px;
}

.land-block-7-quiz{
    padding: 0 0 50px 0;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.land-block-7-quiz-header{
    font-size: 20px;
    padding-top: 35px;
    padding-right: 45px;
    padding-bottom: 40px;
    padding-left: 45px;
    color: #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: #b00707;
}

.land-block-7-quiz-progress{
    position: relative;
    height: 5px;
    background-color: #cbcbcb;
}

.land-block-7-quiz .land-block-7-quiz-progress:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    background-color: rgb(229, 49, 49);
}

.land-block-7-quiz-step-2 .land-block-7-quiz-progress:before{
    width: 25%;
}

.land-block-7-quiz-step-3 .land-block-7-quiz-progress:before{
    width: 50%;
}

.land-block-7-quiz-step-4 .land-block-7-quiz-progress:before{
    width: 75%;
}

.land-block-7-quiz-step-5 .land-block-7-quiz-progress:before{
    width: 100%;
}

.land-block-7-quiz-header-t{
    display: table;
    width: 100%;
}

.land-block-7-quiz-header-l{
    display: table-cell;
    vertical-align: top;
}

.land-block-7-quiz-header-r{
    font-weight: 500;
    display: table-cell;
    vertical-align: top;
}

.land-block-7-quiz-body{
    padding-top: 35px;
    padding-right: 45px;
    padding-bottom: 55px;
    padding-left: 45px;
}

.land-block-7-quiz-body-title{
    font-size: 26px;
    margin-bottom: 80px;
}

.land-block-7-quiz-body-title-success{
    display: none;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    color: #fff;
    background: #62c584;
}

.land-block-7-quiz-footer{
    padding-right: 45px;
    padding-left: 45px;
}

.land-block-7-quiz-footer-t{
    display: table;
    width: 100%;
}

.land-block-7-quiz-footer-l{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.land-block-7-quiz-footer-l button,
.land-block-7-quiz-footer-l span,
.land-block-7-quiz-footer-l div{
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    position: relative;
    display: inline-block;
    height: 45px;
    padding-right: 30px;
    padding-left: 45px;
    cursor: pointer;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    opacity: .6;
    color: #fff;
    border-radius: 8px;
    background-color: #cbcbcb;
}

.land-block-7-quiz-footer-l button:before,
.land-block-7-quiz-footer-l span:before,
.land-block-7-quiz-footer-l div:before{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    position: absolute;
    left: 10px;
    content: '→';
    transform: rotate(180deg);
}

.land-block-7-quiz-footer-l button:hover,
.land-block-7-quiz-footer-l span:hover{
    opacity: 1;
    background-color: #e53131;
}

.land-block-7-quiz-footer-l button.disabled:hover,
.land-block-7-quiz-footer-l span.disabled:hover,
.land-block-7-quiz-footer-l div.disabled:hover{
    cursor: not-allowed;
    opacity: .6;
    background-color: #cbcbcb;
}

.land-block-7-quiz-footer-r{
    text-align: right;
}

.land-block-7-quiz-footer-r button,
.land-block-7-quiz-footer-r span,
.land-block-7-quiz-footer-r div{
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    position: relative;
    display: inline-block;
    height: 45px;
    padding-right: 45px;
    padding-left: 30px;
    cursor: pointer;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    white-space: nowrap;
    color: #fff;
    border-radius: 8px;
    background-color: #b00707;
}

.land-block-7-quiz-footer-r div{
    padding-right: 30px;
}

.land-block-7-quiz-footer-r button:before,
.land-block-7-quiz-footer-r span:before{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    position: absolute;
    right: 10px;
    content: '→';
}

.land-block-7-quiz-footer-r button:hover,
.land-block-7-quiz-footer-r span:hover{
    background-color: #e53131;
}

.land-block-7-quiz-footer-5{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

/* steps */

.land-block-7-quiz-step-2,
.land-block-7-quiz-step-3,
.land-block-7-quiz-step-4,
.land-block-7-quiz-step-5{
    display: none;
}

/* range */

.form-range{
    position: relative;
}

.form-range span{
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    left: 12px;
    display: block;
    pointer-events: none;
}

.form-range output{
    line-height: 30px;
    position: absolute;
    top: -65px;
    bottom: 0;
    height: 30px;
    margin: auto 0;
    padding: 0 10px;
    transform: translateX(-50%);
    color: white;
    color: #000;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
}

.form-range-numb{
    display: table;
    width: 100%;
    margin-top: 10px;
}

.form-range-numb-l{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.form-range-numb-r{
    display: table-cell;
    width: 50%;
    text-align: right;
    vertical-align: top;
}

/* checkboxes */

.form-checkboxes label{
    line-height: 1.5;
    position: relative;
    display: block;
    margin: 10px 0;
    cursor: pointer;
}

.form-checkboxes label input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-checkboxes label div{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
    opacity: .6;
    border: 2px solid #000;
    border-color: #b00707;
}

.form-checkboxes label.active div:after{
    position: absolute;
    top: 3px;
    left: 6px;
    display: block;
    width: 5px;
    height: 10px;
    content: '';
    transform: rotate(45deg);
    border: solid #b00707;
    border-width: 0 2px 2px 0;
}

/* radio */

.form-radio label{
    line-height: 1.5;
    position: relative;
    display: block;
    margin: 10px 0;
    cursor: pointer;
}

.form-radio label input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-radio label div{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
    border-width: 2px;
    border-style: solid;
    border-color: #b00707;
    border-radius: 50%;
}

.form-radio label.active div:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
    border: solid #b00707;
    border-radius: 50%;
    background: #b00707;
}

/* Стиль кнопки листалки */

.form-range input[type=range]{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;

    -webkit-appearance: none;
}

.form-range input[type=range]::-webkit-slider-runnable-track{
    max-width: 100%;
    height: 2px;
    border: none;
    border-radius: 5px;
    background-color: #b0090a;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.1);
            box-shadow: inset 0 0 1px rgba(0,0,0,.1);
}

.form-range input[type=range]::-webkit-slider-thumb{
    width: 24px;
    height: 24px;
    margin-top: -10px;
    border: none;
    border-radius: 50%;
    background-color: #b0090a;

    -webkit-appearance: none;
}

.form-range input[type=range]::-moz-range-track{
    max-width: 100%;
    height: 2px;
    border: none;
    border-radius: 5px;
    background-color: #b0090a;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.1);
            box-shadow: inset 0 0 1px rgba(0,0,0,.1);
}

.form-range input[type=range]::-moz-range-thumb{
    width: 24px;
    height: 24px;
    margin-top: -10px;
    border: none;
    border-radius: 50%;
    background-color: #b0090a;

    -webkit-appearance: none;
}

.form-range input[type=range]::-ms-track{
    width: 24px;
    height: 24px;
    margin-top: -10px;
    color: transparent;
    border: none;
    border-radius: 50%;
    background-color: #b0090a;

    -webkit-appearance: none;
}

.form-range input[type=range]::-ms-thumb{
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
    background: #b0090a;
}

/* send */

.form-send .input-row{
    margin-bottom: 25px;
}

.form-send .input-row input{
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    height: 60px;
    padding: 25px 20px;
    color: #000;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
    background-color: transparent;
}