@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    list-style: none;
}

html{
    background: rgb(142, 142, 142);
}

body{
    max-width: 100%;
    width: 100%;
    margin: auto;
    line-height: 1.05;
}

.new_year .quiz{
    padding-top: 100px;
}

.new_year .page-quiz{
    background-image: url(../img/new_year-bg.png);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.new_year .button.next{
    position: relative;
}

.new_year-ded{
    display: none;
}

.new_year .new_year-ded{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 190px;
    width: 25.188917%; /* 200/794 */
}

.new_year .new_year-ded img{
    width: 100%;
}

.quiz{
    position: fixed;
    left: 0;
    top: 0;
    padding: 20px 0;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background: #FDF2E8;
    overflow: auto;
}

.wrapper-quiz{
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-quiz{
    width: 100%;
}

.item-quiz{
    max-width: 1200px;
    width: 100%; /* 1200/1920 */
    margin: 0 auto;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 30px 0px 60px 0px rgba(62, 57, 54, 0.50);
    min-height: 640px;
    display: grid;
    grid-template-columns: 1fr 33.833333%; /* 406/1200 */
    overflow: hidden;
}

.info-quiz{
    background-image: url(../img/info-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 40px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-title h3{
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    font-size: 22px;
    color: white;
}

.info-title h3 span{
    color: #00F0FF;
}

.info-title{
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 130px;
    padding-left: 50px;
}

.img-info{
    position: absolute;
    z-index: 1;
    max-width: 39.408867%; /* 160/406 */
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateX(-50%);
}

.img-info img{
    display: block;
    width: 100%;
}

.free{
    font-size: 24px;
    border-radius: 5px;
    background: #F90;
    font-weight: 900;
    color: white;
    width: fit-content;
    padding: 2px 3px;
    box-sizing: border-box;
}

.wrapper-list_info{
    padding: 20px 25px;
    box-sizing: border-box;
}

.list-info{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-top: 25px;
}

.list-info ul{
    display: flex;
    column-gap: 24px;
}

.list-info li{
    display: flex;
    align-items: center;
    column-gap: 11px;
}

.list-info li img{
    height: 30px;
    object-fit: contain;
}

.page-quiz{
    padding: 30px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: white;
}

.page-quiz,
.swiper{
    width: 100%;
}

.logo{
    max-width: 12.9683%; /* 90/694 */
    width: 100%;
}

.logo img{
    display: block;
    width: 100%;
}

h1,
.title-question{
    font-size: 38px;
    padding-left: 12px;
    margin-top: 25px;
    position: relative;
}

h1::before,
.title-question::before{
    position: absolute;
    left: 0;
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    border-radius: 10px;
    background: #5590D9;
}

h3.title-question{
    padding-left: 20px;
}

h3.title-question::before{
    width: 9px;
}

h1 span,
h2 span{
    color: #5590D9;
}

h2{
    font-size: 28px;
    color: #373737;
    margin-top: 28px;
    font-weight: 500;
}

.page_main-quiz ul{
    font-size: 24px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.page_main-quiz ul li{
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 23px;
    min-height: 20px;
}
.page_main-quiz ul li::before{
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/main_ul-marker.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

button{
    background: none;
    border: none;
    cursor: pointer;
}

.button{
    border-radius: 24px;
    background: var(--3333, linear-gradient(135deg, #5590D9 0%, #1D66C0 100%));
    border: none;
    height: 63px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
}

@media (min-width:1024px) {
    .button:not(:disabled):hover{
        box-shadow: 0 0 40px #5590D9;
        transform: translateY(-5px);
    }
}

.page_main-quiz .button{
    width: fit-content;
    padding: 0 10px;
    box-sizing: border-box;
}

.wrapper-btns{
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.wrapper-btns .button{
    width: 100%;
    max-width: 28.818444%; /* 200/694 */
    border-radius: 40px;
}

.list-items_question{
    font-size: 24px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 40px;
    row-gap: 45px;
}

.list-items_question > li{
    position: relative;
}

.list-items_question > li label{
    display: flex;
    align-items: center;
    column-gap: 18px;
    cursor: pointer;
    min-height: 48px;
}

.list-items_question > li label img{
    height: 50px;
    object-fit: contain;
    object-position: center;
}

.list-items_question > li label:hover .radio{
    border: 1px solid #5590D9;
    box-shadow: 0 0 10px #5590D9;
}

.radio{
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #000;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.radio::before{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #5590D9;
    opacity: 0;
    transition: .3s;
}

.list-items_question.list-radio > li span{
    padding-left: 60px;
}

.custom-radio:checked+label .radio::before{
    opacity: 1;
}

.custom-radio{
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.list-items_question.list-text{
    grid-template-columns: 1fr;
}

.list-items_question.list-text > li{
    display: flex;
    align-items: center;
    column-gap: 20px;
}

input[type = text]{
    border-radius: 60px;
    border: 1px solid #000;
    height: 50px;
    font-size: 24px;
    padding-left: 12px;
    box-sizing: border-box;
    color: #C0C0C0;
}

.list-items_question.list-text > li input[type = text]{
    max-width: 37.463977%; /* 260/694 */
    width: 100%;
}

.button[disabled]{
    opacity: 0.5;
    cursor: no-drop;
}

.list-items_question.column{
    grid-template-columns: 1fr;
}

.page-quiz_submit .list-items_question{
    row-gap: 18px;
    max-width: 51.585014%; /* 358/694 */
}

.page-quiz_submit input[type=text]{
    font-size: 16px;
    font-style: normal;
    width: 100%;
}

.page-quiz_submit .button{
    width: 100%;
}

.page-quiz_submit p{
    margin-top: 16px;
    font-size: 24px;
}

.wrapper-header_quiz{
    display: flex;
    align-items: center;
    column-gap: 13.745704%; /* 80/582 */
}

.wrapper-header_quiz .location{
    display: grid;
    align-items: center;
    column-gap: 6px;
    grid-template-columns: 5.841924% 66.323024%; /* 386/582 */
}

.wrapper-header_quiz .location svg{
    width: 100%;
    vertical-align: middle;
}

.slide_budget__expensive .list-items_question > li:nth-child(1){
    display: none;
}