* {
    font-family: 'Montserrat';
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    line-height: 100%;
}

button, a, input {
    font-family: 'Montserrat';
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    line-height: 100%;
}

.custom-checkbox-container {
    margin-bottom: 3px;
}

.custom-checkbox {
    display: block;
    width: 20px;
    height: 20px;
}

.custom-checkbox > span {
    user-select: none;
}

.custom-checkbox > span {
    display: none;
}

.custom-checkbox.checked > span {
    display: inherit;
}

/*.custom-checkbox>span::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}*/
/*.custom-checkbox>.btn-checkbox:checked+span::before {
    background-image: url(/assets/img/ok.svg);
}*/
.btn-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.quiz {
    width: 360px;
    height: 800px;
    overflow: hidden;
    padding: 45px 15px;
    background-color: #fff;
    margin: 0 auto;
}

.quiz__item {

    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
}

.quiz__item.active {
    display: block;
}

.quiz__item-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 19px;
    position: relative;
    margin-bottom: 50px;
}

.quiz__item-btn-back {
    cursor: pointer;
}

.quiz__item-btn-back-img {
}

.quiz__item-step-block {
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #01304A;
}

.quiz__item-total-steps,
.quiz__item-step-current {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

.quiz__item-step-current {
    background: linear-gradient(339.6deg, #E66049 8.01%, #F7A447 97.08%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.quiz__item-top-scale {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #C9C9C9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.quiz__item-top-inner-scale {
    height: inherit;
    width: 20px;
    background: linear-gradient(339.6deg, #E66049 8.01%, #F7A447 97.08%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.quiz__item-title {
    font-size: 24px;
    font-weight: 700;
    color: #01304A;
    text-align: center;
    margin-bottom: 20px;
}

.quiz__item-description {
    font-size: 16px;
    font-weight: 600;
    color: #01304A;
    text-align: center;
    margin: 30px 0;
}

.quiz__item-btn-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quiz__item-btn-item {
    position: relative;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    min-height: 80px;
    padding: 15px 10px;
    background: linear-gradient(339.6deg, #E66049 8.01%, #F7A447 97.08%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.quiz__item-btn-img {
    width: 45px;
    height: 45px;
}

.quiz__item-btn-text {
    color: #fff;
    width: 210px;
    font-size: 16px;
    font-weight: 600;
}

.custom-checkbox-container {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.quiz__btn-simple {
    justify-content: center;
    min-height: 50px;
}

.quiz__input-def-label {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.quiz__input-def {
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 15px;
    padding: 16px 35px 16px 15px;
    border: 1px solid #BCBCBC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.quiz__input-def-info {
    color: #000;
    font-weight: 300;
    font-size: 15px;
    position: absolute;
    top: 48%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.quiz__item-title--fin {
    margin-bottom: 12px;
}

.quiz__item-subtitle {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

.quiz__input-def:focus-visible {
    border: 1px solid #000;
    outline: none;
}

button:disabled {
    opacity: 0.6;
}

.error-text {
    text-align: center;
    margin-top: 10px;
    color: #f32929;
    font-weight: 600;
    font-size: 15px;
}

.quiz__input-def.input-error {
    border: 1px solid #f32929;
}

/* Шаблон 1 */