.hero-bg, .hero-fade, .hero-content{display: none}
.hero{    min-height: 100px;background: #FF6900;}
html div.cabinet_wrap, html div.anketa_wrap{    margin-top: 130px;}


.header{background: var(--c-purple);
    border-radius: 0 0px 40px 40px;}
.header .header__inner{    margin-bottom: 30px; padding-top: 30px}
/*------------------anketa-----------------*/
.anketa_wrap {
    flex: 1 1 auto;
    background: #ffffff;
    margin-bottom: 50px;
}

.input_row .label-tit {
    font-family: 'Geometria Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: #FF6900;
    width: 100%;
    margin: 0 0 5px 20px;
    display: block;
}

.input_block {
    display: grid;
    column-gap: 20px;
    row-gap: 27px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 30px;
}

.group-date svg {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 20px;
    z-index: 5;
    pointer-events: none;
}

.group-date {
    position: relative;
}

input[type="date"] {
    position: relative;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
    z-index: -10;
}

.custom_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom_select {
    position: relative;
}

.select_arrow::after {
    content: '';
    background-image: url('../image/SVG/chevron down.svg');
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    z-index: 1;
    width: 23px;
    height: 23px;
    pointer-events: none;
    box-sizing: border-box;
}

.input_row {
    position: relative;
}

.checkbox-row {
    max-width: 740px;
    margin: 0 50px 0 auto;
    padding-top: 30px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.checkbox-item label {
    font-family: 'Geometria';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #FF6900;
    text-align: left;
    max-width: 694px;
    margin: 0 50px 0 0;
}

.check-more a {
    font-family: 'Geometria';
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
    color: #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
    display: block;
    max-width: fit-content;
}

.checkbox-item input[type="checkbox"] {
    position: relative;
    width: 0;
    height: 0;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
}

.checkbox-item input[type="checkbox"]:before {
    position: absolute;
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 2px solid #000000;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    left: -3px;
}

.checkbox-item input[type="checkbox"]:checked::before {
    background: #000000;
}

.checkbox-item input[type="checkbox"]:checked::after {
    position: absolute;
    width: 48px;
    height: 48px;
    content: '';
    background-image: url('../image/SVG/check square.svg');
    top: 0;
    bottom: 0;
    margin: auto;
    left: -2px;
    z-index: 4444;
}

.anketa_wrap .h1,
.anketa_wrap h1,
.cabinet_wrap .h1,
.cabinet_wrap h1 {
    margin-bottom: 25px;
}

.anketa_row {
    padding: 0 35px;
}

/*------------------codes-----------------*/
.codes_wrap {
    flex: 1 1 auto;
    background: #ffffff;
    position: relative;
}
html div.codes_wrap{    margin-top: 50px;}

.codes_wrap h1,
.codes_wrap .h1 {
    margin-bottom: 15px;
}

.codes_wrap::after {
    content: '';
    position: absolute;
    background-image: url('../image/img/codes-img.png');
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.codes_row {
    position: relative;
    z-index: 2;
}

.code-table {
    width: 100%;
    min-width: 712px;
    border-collapse: separate;
    border-spacing: 0 5px;
    margin: 15px auto;
}

.table_wrap {
    overflow-x: auto;
}

.code-table thead th {
    background: #666666;
    color: white;
    height: 97px;
}

.code-table thead th:first-child {
    border-radius: 20px 0 0 20px;
    padding: 10px 10px 10px 100px;
}

.code-table thead th:last-child {
    border-radius: 0 20px 20px 0;
    padding: 10px 100px 10px 10px;
}

.code-table td,
.code-table th {
    padding: 10px;
    text-align: center;
    font-family: 'Geometria Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
}

.code-table th .txt-desc {
    display: block;
    text-align: center;
    font-family: 'Geometria Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
}

.code-table th .txt-mob {
    display: none;
    text-align: center;
    font-family: 'Geometria Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
}

.code-table td {
    font-weight: 500;
    color: #000000;
    font-family: 'Geometria Medium';
    font-size: 16px;
    line-height: 75%;
    text-align: center;
}

.labels td {
    background: #F5F5F5;
}

.labels td:first-child {
    border-radius: 20px 0 0 20px;
    padding: 10px 10px 10px 110px;
}

.labels {
    position: relative;
    cursor: pointer;
}

.labels::after {
    content: '';
    position: absolute;
    background-image: url('../image/SVG/arrow-down.svg');
    top: 50%;
    margin-top: -8px;
    left: 100px;
    width: 16px;
    height: 16px;
    z-index: 2;
    transition: .3s;
}

.labels.activ::after {
    transform: rotateX(145deg);
    transition: .3s;
}

.labels td:last-child {
    border-radius: 0 20px 20px 0;
    padding: 10px 110px 10px 10px;
}

.hide th {
    font-family: 'Geometria Bold';
    font-weight: 700;
    color: #000000;
    font-size: 16px;
}

.codes {
    overflow: hidden;
    height: 0;
    transition: .3s;
    margin: 0 0 0 50px;
}

.cod_item .hide.open .codes {
    height: auto;
    transition: .3s;
    margin: 0 0 20px 50px;
}

.cod_item .hide td {
    padding: 0 10px;
}

.cod_item .hide.open td {
    padding: 10px;
}

.codes table {
    width: 100%;
    max-width: 450px;
    border-collapse: collapse;
}

.codes table .return td {
    text-decoration: line-through;
    opacity: .3
}

.codes table td {
    border-bottom: 1px solid #D9D9D9;
    padding: 10px;
}

.input_row .label-item {
    font-family: 'Geometria Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: #000000;
    width: 100%;
    margin: 0 0 5px 20px;
    display: block;
}

.input_row input,
.input_row select {
    width: 100%;
    font-family: 'Geometria';
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #000000;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius: 20px;
    display: block;
    height: 47px;
    padding: 10px 20px;
    margin-bottom: 10px;
    outline: none;
}

.input_row input::placeholder {
    font-family: 'Geometria';
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #c9c9c9;
}

.txt-modal {
    font-family: 'Geometria';
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.reg-form .form_groop {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #FFFFFF;
}

.reg-form .form_groop:last-child {
    border-bottom: none;
}

.btn a {
    font-family: 'Geometria Bold';
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF8422 0%, #FF6900 100%);
    border-radius: 10px;
    padding: 15px 15px;
    letter-spacing: 1;
    display: block;
    max-width: fit-content;
    white-space: nowrap;
}

button.btn {
    font-family: 'Geometria Bold';
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    background: #FF6900;
    border-radius: 10px;
    padding: 10px 10px;
    display: block;
    max-width: fit-content;
    margin: 0 auto;
    outline: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .code-row{align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;}
    .code-item{margin: 0}
    .data-block{    row-gap: 10px;
        grid-template-columns: 1fr;}
    .wrap, .cabinet_wrap{    background: #d9d0ff;}
}