@font-face {
    font-display: swap;
    font-family: Onest;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Onest-Regular.woff2)
}

@font-face {
    font-display: swap;
    font-family: Onest;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/Onest-Medium.woff2)
}

@font-face {
    font-display: swap;
    font-family: Onest;
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/Onest-Bold.woff2)
}

@font-face {
    font-display: swap;
    font-family: TTTravelsest;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/TTTravels-Regular.woff2)
}

@font-face {
    font-display: swap;
    font-family: TTTravelsest;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/TTTravels-Medium.woff2)
}

@font-face {
    font-display: swap;
    font-family: TTTravels;
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/TTTravels-DemiBold.woff2)
}

@font-face {
    font-display: swap;
    font-family: TTTravels;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/TTTravels-ExtraBold.woff2)
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/Montserrat-Bold.woff2)
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Montserrat-Regular.woff2)
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/Montserrat-Medium.woff2)
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/Montserrat-SemiBold.woff2)
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/Inter-iBold.woff2)
}

.quiz {
    font-family: Montserrat, sans-serif
}

.quiz * {
    box-sizing: border-box
}

.quiz a {
    color: unset;
    text-decoration: none
}

.quiz_margin {
    margin-bottom: 90px
}

.quiz .content {
    margin: 0 auto;
    max-width: 1252px;
    padding-left: 26px;
    padding-right: 26px;
    position: relative;
    width: 100%
}

.quiz__wrapper {
    background: #f6f6f6;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    display: flex
}

.quiz__main {
    padding: 30px 30px 40px;
    width: 70%
}

.quiz__main, .quiz__status-wrapper {
    display: flex;
    flex-direction: column
}

.quiz__status-wrapper {
    margin-bottom: 30px;
    width: 100%
}

.quiz__status-text {
    color: #54b739;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 6px
}

.quiz__status {
    background: #e3e3e3;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    height: 16px;
    width: 100%
}

.quiz__status, .quiz__status-line {
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, .1)
}

.quiz__status-line {
    background: #54b739;
    border-radius: 20px 0 0 20px;
    height: 14px;
    width: 33%
}

.quiz__status-line.full {
    border-radius: 20px
}

.quiz__number {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 12px
}

.quiz__title {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px
}

.quiz__title-span {
    color: #54b739
}

.quiz__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px
}

.quiz__cards {
    display: flex;
    gap: 16px
}

.quiz__label {
    cursor: pointer
}

.quiz__check {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.quiz__check:checked + .quiz__checkbox:before {
    background: url(icons-quiz-sprite.svg) -231px -1px no-repeat;
    background-size: auto 32px;
    content: "";
    height: 30px;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 30px
}

.quiz__card-text {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-align: center
}

.quiz__card-text:after {
    content: ""
}

.quiz__card-text_wa:after {
    background: url(icons-quiz-sprite.svg) -294px -1px no-repeat;
    background-size: auto 32px;
    height: 24px;
    margin-left: 10px;
    width: 24px
}

.quiz__card-text_tg:after {
    background: url(icons-quiz-sprite.svg) -263px -1px no-repeat;
    background-size: auto 32px;
    height: 24px;
    margin-left: 10px;
    width: 29px
}

.quiz__card-text_phone:after {
    background: url(icons-quiz-sprite.svg) -205px -1px no-repeat;
    background-size: auto 32px;
    height: 24px;
    margin-left: 10px;
    width: 24px
}

.quiz__span {
    align-items: flex-start;
    bottom: -45px;
    display: flex;
    left: 0;
    min-height: 38px;
    position: absolute
}

.quiz__checkbox {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    display: inline-flex;
    height: 150px;
    justify-content: center;
    position: relative;
    width: 180px
}

.quiz__item-img {
    -o-object-fit: contain;
    object-fit: contain
}

.quiz__tag {
    background: #e8eff3;
    border-radius: 6.42673px;
    font-size: 9px;
    font-weight: 500;
    line-height: 100%;
    padding: 3px 3px 2px;
    position: absolute;
    right: 3px;
    top: 3px
}

.quiz__bottom {
    display: flex;
    margin-top: 90px;
    width: 100%
}

.quiz__text {
    align-items: center;
    color: #7b7c83;
    display: flex;
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
    max-width: 240px
}

.quiz__text:before {
    background: url(icons-quiz-sprite.svg) -15px -1px no-repeat;
    background-size: auto 32px;
    content: "";
    flex-shrink: 0;
    height: 22px;
    margin-right: 10px;
    width: 20px
}

.quiz__buttons {
    display: flex;
    gap: 15px;
    margin-left: auto;
    z-index: 2
}

.quiz__buttons .button {
    max-width: 200px
}

.quiz__side {
    border-left: 2px solid #e3e3e3;
    display: flex;
    flex-direction: column;
    padding: 50px 50px 50px 40px;
    width: 30%
}

.quiz__side.active .quiz__side-text {
    max-width: 185px
}

.quiz__side.active .quiz__item_percent:before {
    background: url(icons-quiz-sprite.svg) -177px -1px no-repeat;
    background-size: auto 32px;
    height: 26px;
    width: 26px
}

.quiz__side.active .quiz__item_pdf:before {
    background: url(icons-quiz-sprite.svg) -121px -1px no-repeat;
    background-size: auto 32px;
    height: 26px;
    width: 26px
}

.quiz__side.active .quiz__item_loyal:before {
    background: url(icons-quiz-sprite.svg) -65px -1px no-repeat;
    background-size: auto 32px;
    height: 26px;
    width: 26px
}

.quiz__image-wrapper {
    height: 170px;
    margin: 0 auto 24px;
    width: 170px
}

.quiz__image {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.quiz__side-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 15px;
    max-width: 165px
}

.quiz__items {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.quiz__item {
    align-items: center;
    color: #7b7c83;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%
}

.quiz__item:before {
    content: "";
    flex-shrink: 0;
    margin-right: 10px
}

.quiz__item_percent:before {
    background: url(icons-quiz-sprite.svg) -149px -1px no-repeat;
    background-size: auto 32px;
    height: 26px;
    width: 26px
}

.quiz__item_pdf:before {
    background: url(icons-quiz-sprite.svg) -93px -1px no-repeat;
    background-size: auto 32px;
    height: 26px;
    width: 26px
}

.quiz__item_loyal:before {
    background: url(icons-quiz-sprite.svg) -37px -1px no-repeat;
    background-size: auto 32px;
    height: 26px;
    width: 26px
}

.quiz__form {
    display: flex;
    flex-wrap: wrap
}

.quiz__form .form__checkbox {
    margin-top: 15px;
    width: 100%
}

.quiz__button-form, .quiz__label-input {
    width: 240px
}

.quiz__button-form .button {
    background: transparent;
    width: 100%
}

.quiz__socials {
    display: flex;
    gap: 16px;
    padding-bottom: 25px
}

.quiz__socials .quiz__checkbox {
    height: 60px
}

.quiz .form__input {
    background: #fff;
    border: 2px solid #33333a;
    border-radius: 30px;
    font-family: Onest, sans-serif;
    font-size: 18px;
    height: 56px;
    line-height: 100%;
    margin-right: 12px;
    outline: none;
    padding-left: 20px;
    width: 230px
}

.quiz .form__input::-webkit-input-placeholder {
    color: #2b2a294d;
    font-family: Onest, sans-serif;
    font-size: 18px;
    line-height: 100%
}

.quiz .form__input::-moz-placeholder {
    color: #2b2a294d;
    font-family: Onest, sans-serif;
    font-size: 18px;
    line-height: 100%
}

.quiz .form__input:-ms-input-placeholder {
    color: #2b2a294d;
    font-family: Onest, sans-serif;
    font-size: 18px;
    line-height: 100%
}

.quiz .form__input::-ms-input-placeholder {
    color: #2b2a294d;
    font-family: Onest, sans-serif;
    font-size: 18px;
    line-height: 100%
}

.quiz .form__input::placeholder {
    color: #2b2a294d;
    font-family: Onest, sans-serif;
    font-size: 18px;
    line-height: 100%
}

.quiz .form__input.-error {
    border: 2px solid #e42f1f
}

.quiz .form__input.-error::-webkit-input-placeholder {
    color: #33333a
}

.quiz .form__input.-error::-moz-placeholder {
    color: #33333a
}

.quiz .form__input.-error:-ms-input-placeholder {
    color: #33333a
}

.quiz .form__input.-error::-ms-input-placeholder {
    color: #33333a
}

.quiz .form__input.-error::placeholder {
    color: #33333a
}

.quiz .form__checkbox {
    display: block
}

.quiz .form__checkbox.-error .form__checkbox-wrapper:before {
    border: 2px solid #e42f1f
}

.quiz .form__check {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.quiz .form__check:checked + .form__checkbox-wrapper:after {
    background: url(icons-quiz-sprite.svg) -1px -1px no-repeat;
    background-size: auto 32px;
    content: "";
    display: block;
    height: 9px;
    left: 6px;
    position: absolute;
    top: 8px;
    width: 12px
}

.quiz .form__checkbox-wrapper {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    position: relative
}

.quiz .form__checkbox-wrapper:before {
    background-color: #fff;
    border: 2px solid #33333a;
    content: "";
    cursor: pointer;
    flex-shrink: 0;
    height: 20px;
    margin-right: 12px;
    width: 20px
}

.quiz .form__text {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 120%;
    text-align: initial
}

.quiz .form__data {
    margin-left: 3px;
    text-decoration: underline
}

.quiz .button {
    align-items: center;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    font-family: Montserrat, sans-serif;
    height: 56px;
    justify-content: center;
    outline: none;
    padding: 14px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    white-space: nowrap
}

.quiz .button_primary {
    background: #33333a;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px
}

.quiz .button_primary:hover {
    background: var(--main);
    color: var(--color)
}

.quiz .button_border {
    background: #fff;
    border: 2px solid #33333a;
    border-radius: 30px;
    color: #33333a;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px
}

.quiz .button_border:hover {
    background: #33333a;
    color: #fff
}

.quiz .button.disabled {
    background: #e3e3e3;
    color: #fff
}