.fixed-bg {
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.jc-space-between {
    justify-content: space-between;
}

section#main {
    height: 435px;
}

.quizzes {
    height: 305px;
    color: #ffff;
    font-size: 200%;
}

.quizzes p {
    line-height: 120%;
}

.quizzes p.title-1 {
    font-weight: 700;
    font-size: 3rem;
}

.quizzes p.title-2 {
    font-weight: 900;
    font-size: 3.2rem;
    color: #ffe000;
}

.quizzes p.title-3 {
    font-weight: 700;
    font-size: 3rem;
}

.quizzes a.btn.btn-big {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 900;
    margin: 30px 0;
    background: #ffe000;
    border-bottom: 5px solid #ffcb0e;
    color: #000;
    text-decoration: none;
}

.quizzes a.btn.btn-big i{
    vertical-align:middle;
    margin-left:8px
}

.quizzes a.btn.btn-big:hover {
    background: #ffcb0e;
    border-bottom: 5px solid #efbe0d;
}

.benefits .icon, .benefits .text {
    padding: 0 15px
}

.benefits .text span {
    display: block;
    position: relative;
    color: #fff;
    line-height: 1rem;
    padding-top: 10px;
    font-weight: 600;
}

.benefits .text span:after {
    content: '';
    display: block;
    position: absolute;
    height: 16px;
    width: 95%;
    background: #4079f9;
    left: -5px;
    top: 20px;
    border-radius: 3px;
    z-index: -10;
}

.q-container{
    min-height: 400px;
    justify-content: space-between;
    flex-direction: column;
}

.q-container {
    display:none
}

.q-container.active {
    display: flex;
}

.q-text {
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000;
}

.q-img-select__container {
    fonq-size: 0;
    margin: 10px -5px 0;
}

.q-img-select__control {
    margin: 15px 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
}

.q-img-select__control .q-img-select {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.q-img-select__indicator {
    background-size: cover;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

span.q-bgimg.q-img-select__indicator {
    display: block;
    height: 135px;
    width: 225px;
}

.q-img-select__indicator:after {
    content: " ";
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7px;
    left: -7px;
    background-color: #34cc31;
    -webkiq-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    opacity: 0;
    -webkiq-transform: scale(0.5);
    transform: scale(0.5);
    -webkiq-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-image: url('/images/icon/check.svg');
}

.q-img-select__text {
    display: block;
    padding-top: 8px;
    margin-bottom: 5px;
    line-height: 1.1;
}

.q-img-select__control .q-img-select:checked ~ .q-img-select__indicator:after {
    opacity: 1;
    -webkiq-transform: scale(1);
    transform: scale(1);
}

.q-checkboxes__wrapper {
    margin: 8px 0;
    vertical-align: middle;
    line-height: 1;
}

.q-form .js-error-control-box .q-img-select__container {
    padding: 10px;
    border: 1px solid #FF0000 !important;
    margin-left: 0;
    margin-right: 0;
}

.q-radio__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    -webkiq-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}

.q-radio__control .q-radio:checked ~ .q-radio__indicator {
    opacity: 1;
}

.q-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.q-radio__control {
    display: table;
    position: relative;
    cursor: pointer;
    margin: 8px 0;
    line-height: 1;
}

.q-radio__indicator:after {
    background: #000000;
}

.q-radio__control .q-radio:checked ~ .q-radio__indicator:after {
    opacity: 1;
}

.q-radio__indicator:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkiq-transition: all 0.2s;
    transition: all 0.2s;
}

.q-checkbox__control .q-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.q-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-right: 10px;
    -webkiq-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}

.q-checkbox__control .q-checkbox:checked ~ .q-checkbox__indicator {
    opacity: 1;
}

.q-checkbox__indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.q-checkbox__control .q-checkbox:checked ~ .q-checkbox__indicator:after {
    display: block;
}

.q-checkbox__indicator:after {
    border-color: #000000;
}

.relationship-status-output {
    display: block;
    text-align: center;
    font-size: 178px;
    font-family: sans-serif;
    font-weight: 600;
    margin: 0 0 2rem 0;
    line-height: 1;
}

.q-btn__wrapper{
    display:block;
    width:100%;
    font-size:0;
    margin:0;
}
.q-btn__prew, .q-btn__next {
    display: inline-block;
    width:50%;
}

.q-btn__next {
    text-align:right;
}

.q-btn__next a, .q-btn__prew span, .q-btn__next span {
    display: inline-block;
    font-size:14px;
    border:none;
    outline: none;
    border-radius: 35px;
    cursor: pointer;
}

.q-btn__prew span {
    padding: 8px 55px 7px 30px;
}

.q-btn__next span {
    padding: 8px 30px 7px 55px;
}

.q-btn__prew span{
    background: #e4deff;
    color: #333;
}
.q-btn__next a, .q-btn__next span{
    background: #1f5bff;
    color: #fff;
}

.q-btn__prew span i, .q-btn__next span i{
    vertical-align:middle;
    font-size:1.2rem;
    margin:0 10px
}

.form__group {
    display: block;
    margin: 40px 0 20px;
}

.form-quiz label{
    display: block;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
}

.form-quiz input{
    width: 100%;
    outline: none;
    padding: 20px 0!important;
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    background-color: transparent!important;
    border-radius: 0!important;
    border-bottom: 1px solid #8c8c8c;
    color: #333;
}

.popup-head #q-title h4, .popup-head  #q-title div {
    display: inline-block;
}
.popup-head #q-title div{
    float: right;
}

.progressbar {
    background-color: #fbfbfb;
    border-radius: 6px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.progressbar__status {
    background-color: orange;
    height: 3px;
    transition: width .3s ease-out;
    width: 16%;
}