
.selection__inner-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 4.4rem;
	padding-bottom: 4.4rem;
	margin: 0 auto;
}

.selection__inner-wrapper:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 14.8rem;
    left: -10.4rem;
    width: 16.8rem;
    height: 20.9rem;
    background: url(/img/quiz/money-3.png) no-repeat 50%;
    background-size: contain
}

@media only screen and (max-width: 1189px) {
    .selection__inner-wrapper:before {
        display:none
    }
}

.selection__inner-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50.8rem;
    left: -18.9rem;
    width: 26rem;
    height: 32.1rem;
/*    background: url(/img/quiz/p1.png) no-repeat 50%;*/
    background-size: contain;
}

@media only screen and (max-width: 1189px) {
    .selection__inner-wrapper:after {
        display:none
    }
}

.quiz {
    position: relative;
    z-index: 1;
/*    max-width: 110rem;*/
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.quiz.finish .quiz__row {
    display: none
}

.quiz.finish .finish-quiz {
    display: block
}

.quiz:before {
    content: "";
    position: absolute;
    top: -10.4rem;
    right: -3.4rem;
    width: 17rem;
    height: 24.7rem;
    background: url(/img/quiz/money-2.png) no-repeat 50%;
    background-size: contain
}

@media only screen and (max-width: 1120px) {
    .quiz:before {
        display:none
    }
}

.quiz__inner-wrapper {
    position: relative;
    z-index: 1;
    padding: .8rem;
    border-radius: 2rem;
    -webkit-box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
    box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
    background: #fff;
}


.quiz__inner-wrapper:before {
    content: "";
    position: absolute;
    top: 1rem;
    right: -8.1rem;
    width: 16.8rem;
    height: 20.9rem;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain
}
.introduction--selection{
	margin-bottom: 7.3rem;
}
.introduction {
	margin-bottom: 5rem;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 2;

}
.quiz__inner-wrapper:before, .quiz__inner-wrapper:before {
   /* background-image: url(/img/quiz/money-3.png)*/
}

@media only screen and (max-width: 1120px) {
    .quiz__inner-wrapper:before {
        display:none
    }
}

.quiz__container {
    border: 1px solid #f5f6f8;
    border-radius: 2rem
}

.quiz__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.quiz__col-left {
    width: 21rem;
    width: 19rem;
    border-right: 1px solid #f5f6f8
}
.quiz__col-allright{
    width: 33rem;
    width: 34rem;
}

.quiz__person {
  /*  top: 33px;
    left: 20px;
    z-index: 4;
    position: relative;
    width: 30rem;
*/
    top: 33px;
    left: 10px;
    z-index: 4;
    border: 1px dashed #d8d0cc;
    position: relative;
    width: 90%;
    padding: 10px;
    border-radius: 10px;
}
.quiz__person img{
    width: 100%;
/*    width: 120%;*/
    height: auto;
}
.quiz__persontxt {
    position: relative;
    top: 5px;
    left: 0;
    color: #8c94a2;
    font-size: 14px;
    line-height: 19px;
}
.quiz__persontxt p{
    color: #000000;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: CirceLight,sans-serif;
    font-weight: 500;
}
.quiz__persontxt strong{
    font-family: CirceBold,sans-serif;
    font-weight: 500;
}
.quiz__persontxt span{
    font-family: CirceRegular,sans-serif;
    font-weight: 500;
}
@media only screen and (max-width: 670px) {
    .quiz__col-left {
        width:100%;
        border-right: 0
    }
}

.quiz__col-right {
/*    width: calc(99.9% - 21rem);*/
/*    width: calc(99.9% - 52rem);
    padding: 6.2rem 2.2rem 7.1rem 8rem*/

    width: calc(99.9% - 53rem);
    padding: 6.2rem 2.2rem 7.1rem 5rem;
}

@media only screen and (max-width: 860px) {
    .quiz__col-right {
        padding:5rem
    }
}

@media only screen and (max-width: 767px) {
    .quiz__col-right {
        padding:5rem 3rem
    }
    .quiz__person{
        top: -10px;
      left: auto; 
        z-index: 4;
        border: 1px dashed #d8d0cc;
        position: relative;
        width: 90%;
        padding: 10px;
        border-radius: 10px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 670px) {
    .quiz__col-right {
        width:100%
	}

	.js-quiz-btn-next span{
		font-size: 1.3rem;
	}
}

.quiz__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.quiz__item {
    display: none
}

.quiz__item.active {
    display: block
}

.quiz__title {
	max-width: 50rem;
	font-family: CirceBold,sans-serif;
    font-weight: 400;
    margin-bottom: 6.1rem;
    font-size: 3.4rem;
    line-height: 1.18
}
.form__title {
    margin-bottom: 1.2rem;
    font-family: CirceBold,sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.12;
}
.form__primary {
    margin-bottom: 3.3rem;
}
.form__entries{
	margin-bottom: 3.5rem;
}
.checkbox__label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.checkbox__input {
    position: absolute;
    z-index: -1;
    display: block;
    opacity: 0;
}
.checkbox__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.6rem;
}

.checkbox__name i {
    position: relative;
    min-width: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -.2rem;
    margin-right: 1.4rem;
    border-radius: .4rem;
    -webkit-box-shadow: inset 0 0.3rem 0.4rem 0 rgba(224,224,227,.57);
    box-shadow: inset 0 0.3rem 0.4rem 0 rgba(224,224,227,.57);
    background-color: #f8f8f9;
}
.form__description{
	font-weight: 300;
	color: #000;
    font-family: CirceLight,sans-serif;
    font-size: 1.8rem;
    line-height: 1.55;
}
.form__agreement{
	color: #000;
    font-family: CirceLight,sans-serif;
    font-size: 1.1rem;	
}
.checkbox__input:checked~.checkbox__name i {
    background: #fbdd9c;
    background: -webkit-gradient(linear,left top,left bottom,from(#fbdd9c),to(#ffc757));
    background: linear-gradient(180deg,#fbdd9c 0,#ffc757);
    -webkit-box-shadow: 0 1.1rem 2.9rem 0 rgba(255,192,62,.57), inset 0 -0.2px 0.3rem 0 #ffbf36;
    box-shadow: 0 1.1rem 2.9rem 0 rgba(255,192,62,.57), inset 0 -0.2px 0.3rem 0 #ffbf36;
}
@media only screen and (max-width: 767px) {
    .quiz__title {
        font-size:3rem
    }
}

.quiz__btn-next {
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: .3
}

.quiz__btn-next:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.quiz__btn-next.active {
    opacity: 1
}

.quiz__btn-next.active:before {
    display: none
}

.quiz__form {
    max-width: 50rem
}

.quiz__preloader {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 2rem;
	text-align: center;
	font-size: 3rem;
    border-radius: 2rem;
    background-color: hsla(0,0%,100%,.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.quiz__preloader.visible {
    visibility: visible;
    opacity: 1
}

.quiz__preloader span {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 700
}

.nav-quiz {
    height: 100%
}

@media only screen and (max-width: 670px) {
    .nav-quiz {
        height:auto
    }
}

.nav-quiz__list {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-quiz__item {
	height: 25%;
	font-family: CirceLight,sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #f5f5f5
}

.nav-quiz__item:first-of-type .nav-quiz__link {
    border-top-left-radius: 2rem
}

@media only screen and (max-width: 670px) {
    .nav-quiz__item:first-of-type .nav-quiz__link {
        border-top-right-radius:2rem
    }
}

.nav-quiz__item:last-of-type {
    border-bottom: 0
}

.nav-quiz__item:last-of-type .nav-quiz__link {
    border-bottom-left-radius: 2rem
}

@media only screen and (max-width: 670px) {
    .nav-quiz__item:last-of-type .nav-quiz__link {
        border-bottom-left-radius:0
	}

}

.nav-quiz__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 2.8rem 3rem 2.8rem 3.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
    text-decoration: none;
    color: #848a97;
    background-color: #fafafa;
    cursor: not-allowed
}

.nav-quiz__link.active {
    color: inherit;
    background-color: #fff;
    cursor: pointer
}
.nav-quiz__link:hover{
	background-color: #e6e5e3;
}
@media only screen and (max-width: 670px) {
    .nav-quiz__link {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
		flex-direction: row;
		font-size: 1.4rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 1.6rem 3rem
    }
}

@media only screen and (max-width: 670px) {
    .nav-quiz__link br {
        display:none
    }
}

.nav-quiz__link span {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #cbcdd3
}

@media only screen and (max-width: 670px) {
    .nav-quiz__link span {
        margin-right:2rem;
        margin-bottom: 0
    }
}

.radios-quiz {
    margin-bottom: 7.6rem
}

.radios-quiz__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -5.2rem;
    padding: 0;
    list-style: none
}

@media only screen and (max-width: 480px) {
    .radios-quiz__list {
        margin-bottom:-3rem
    }
}

.radios-quiz__item {
    width: calc((99.9% - 3rem)/2);
    margin-right: 3rem;
    margin-bottom: 5.2rem
}

@media only screen and (max-width: 480px) {
    .radios-quiz__item {
        width:100%;
        margin-right: 0;
        margin-bottom: 3rem
    }
}

.radios-quiz__item:nth-of-type(2n) {
    margin-right: 0
}

.finish-quiz {
    display: none;
    padding: 6.2rem 8rem 7.1rem
}

@media only screen and (max-width: 860px) {
    .finish-quiz {
        padding:5rem
    }
}

@media only screen and (max-width: 767px) {
    .finish-quiz {
        padding:5rem 3rem
    }
}

.finish-quiz.visible {
    display: block
}

.finish-quiz__form {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto
}

.radio__label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

.radio__input {
    position: absolute;
    z-index: -1;
    display: block;
    opacity: 0
}

.radio__input:checked~.radio__name i {
    background: #fbdd9c;
    background: -webkit-gradient(linear,left top,left bottom,from(#fbdd9c),to(#ffc757));
    background: linear-gradient(180deg,#fbdd9c 0,#ffc757);
    -webkit-box-shadow: 0 1.1rem 2.9rem 0 rgba(255,192,62,.57),inset 0 -.2px .3rem 0 #ffbf36;
    box-shadow: 0 1.1rem 2.9rem 0 rgba(255,192,62,.57),inset 0 -.2px .3rem 0 #ffbf36
}

.radio__input:checked~.radio__name i:before {
    visibility: visible
}
.radio__input:checked~.radio__name {
    position: relative;
    color: #000;
}
.radio__input:checked~.radio__name:before {
    content: '';
    position: absolute;
    left: 20px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    bottom: 0px;
    padding-top: 10px;
    top: 0;
    background: #fdd47e;
    z-index: -1;
}
.radio__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	font-size: 2rem;
	font-family: CirceRegular,sans-serif;
    font-weight: 400;
    line-height: 1.37
}
 .js-quiz-btn-next{
    display: inline-block;
    width: 385px;
    height: 85px;
    -webkit-border-radius: 35px;
    border-radius: 15px;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.js-quiz-btn-next span{
	color: #000;
    font-family: CirceBold,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 9px;
    text-transform: uppercase;
    letter-spacing: 1.26px;
    position: relative;
    z-index: 1;
}
 .js-quiz-btn-next:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0rem;
    left: 1px;
    right: 1px;
    height: 100%;
	border-radius: 2rem;
	background: #e6b453;
    background-image: -webkit-linear-gradient(16deg,#e6b453 0,#ffd266 100%);
    background-image: linear-gradient(to top, #e6b453 0%, #ffd266 100%);
    -webkit-box-shadow: 0 8px 13px rgba(206, 165, 81, 0.49), inset 0 -4px 1px #cea551;
    box-shadow: 0 8px 13px rgba(206, 165, 81, 0.49), inset 0 -4px 1px #cea551;
}
@media only screen and (max-width: 767px) {
    .radio__name {
        font-size:1.8rem
    }
}

.radio__name i {
    position: relative;
    min-width: 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
    margin-top: -.9rem;
    margin-right: 2.3rem;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 .3rem .4rem 0 rgba(224,224,227,.57);
    box-shadow: inset 0 .3rem .4rem 0 rgba(224,224,227,.57);
    background-color: #e6e6ea
}

@media only screen and (max-width: 767px) {
    .radio__name i {
        min-width:3.5rem;
        width: 3.5rem;
        height: 3.5rem;
        margin-top: -.6rem;
        margin-right: 1.5rem
    }
}

.radio__name i:before {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: #fff;
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .radio__name i:before {
        width:1.4rem;
        height: 1.4rem
    }
}
