* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}

ul,
ol,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    width: 100%;
}

.fixed-page {
    position: fixed;
}

.fixed-content {
    overflow: hidden;
}

html,
body {
    height: 100%;
    width: 100%;
}

input:active,
input:hover,
input:focus {
    outline: 0;
    outline-offset: 0;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.wrap {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* max-width: 1920px; */
    margin: 0 auto;
    position: relative;
}

.main {
    flex: 1 1 auto;
    width: 100%;
}

.page_wrap {
    flex: 1 1 auto;
}

.container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 50px;
}

.container-max {
    max-width: 1485px;
    margin: 0 auto;
    padding: 0 50px;
}

@font-face {
    font-family: 'Geometria Light';
    src: url("../fonts/geometria_light.otf") format("truetype");
    font-style: 300;
    font-weight: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url("../fonts/Geometria.woff") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Geometria Medium';
    src: url("../fonts/geometria_medium.otf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Geometria Bold';
    src: url("../fonts/geometria_bold.otf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Geometria Extra-bold';
    src: url("../fonts/geometria_extrabold.otf") format("truetype");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'Gilroy Extra-bold';
    src: url("../fonts/Gilroy-ExtraBold.otf") format("truetype");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'Gilroy Medium';
    src: url("../fonts/GilroyMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

body {
    font-family: 'Geometria', sans-serif;
    background: #FFFFFF;
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.header_topbar {
    background:
        linear-gradient(to bottom, white 50%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
}

.menu-burger__header_row {
    display: none;
}

.topbar_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 35px 27px 25px;
    margin: 20px 0;
}

.logo_row {
    display: flex;
    align-items: start;
}

.logo_row li {
    position: relative;
    padding-right: 12px;
    margin-right: 10px;
    padding-top: 15px;
}

.logo_row li::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 0;
    width: 2px;
    height: 15px;
    background: #EE791C;
}

.logo_row li:last-child::after {
    content: none;
}

.logo_row a {
    display: flex;
}

.logo_row li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.logo_nsv {
    margin-top: 2px;
    max-width: 134px;
}

.logo_port {
    max-width: 150px;
}

.header__menu {
    padding: 10px 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto;
    margin: 0 30px 0 30px;
}

.title-sub-rules {
    display: none;
}

.title-sub a {
    font-family: 'Geometria Medium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding: 0 10px 0 10px;
}

.title-sub a:hover {
    font-weight: bold;
}

.header_topbar .btn-block-mobile {
    display: none;
}

.btn-col3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.btn-quest {
    background:
        linear-gradient(to right, #EE791C, #FF6900);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 10px;
}

.banner_wrap {
    position: relative;
    overflow: hidden;
    margin-top: -60px;
    width: 100%;
}

.banner_wrap::after {
    content: '';
    position: absolute;
    background-image: url('../img/main_img.png');
    width: -webkit-fill-available;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 28% 0;

}

.banner_row {
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 990px;
}

.img-slog2{
    display: none;
}

.slogan-img {
    max-width: 57%;
    z-index: 3;
    position: relative;
}

.banner_row .btn {
    margin-left: 25px;
}

.color {
    color: #FF6900 !important;
}

.btn-reg {
    font-family: 'Geometria Bold';
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    background: #FF6900;
    border-radius: 10px;
    padding: 15px 15px;
    letter-spacing: 1;
    display: block;
    max-width: fit-content;
    margin-left: 20px;
}

.btn a {
    font-family: 'Geometria Bold';
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    background: #FF6900;
    border-radius: 10px;
    padding: 15px 15px;
    letter-spacing: 1;
    display: block;
    max-width: fit-content;
}

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;
}

.link_site {
    font-size: 20px;
    color: #FF6900;
}

.ruls-more {
    margin: 50px 0 0 5px;
}

.ruls-more a {
    font-family: 'Geometria';
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #ffffff;
    max-width: fit-content;
    color: #ffffff;
}

.ruls-more.color a {
    color: #FF6900;
    border-bottom: 1px solid #FF6900;
}

.ruls_row {
    padding: 50px 0 80px 0;
    margin: 0 -10px;
    position: relative;
    z-index: 3;
}

.ruls_row.slick-initialized .slick-slide {
    margin: 0 10px;
}

.slick-track {
    display: flex !important;
}

.slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.slick-track .slick-slide>div {
    height: 100%;
}

.ruls_row .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ruls_row .slick-dots li button {
    display: none;
}

.ruls_row .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #D9D9D9;
    margin-left: 30px;
}

.ruls_row .slick-dots li:first-child {
    margin-left: 0;
}

.ruls_row .slick-dots li.slick-active {
    background: #FF6900;
}


/* Карточка правила */
.ruls_item {

    height: 100%;
    position: relative;
    border-radius: 24px;
    padding: 24px 22px 40px;
    background: linear-gradient(210deg,
            rgba(78, 123, 152, 0.7) 0%,
            rgba(23, 51, 69, 1) 100%);
    overflow: hidden;
}

.ruls_item::after {
    content: none;
}

.ruls_tit {
    color: #21e5ff;
    font-family: 'Geometria Extra-bold', sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 14px;
    position: relative;
    z-index: 2;
}


.ruls_text {
    color: #ffffff;
    font-family: 'Geometria';
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    position: relative;
    z-index: 3;
}

.ruls_snow {
    position: absolute;
    right: 30px;
    bottom: 0px;
    width: 90px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.95;
}
.goods_wrap {
    background: #ffffff;
    padding: 60px 0 0 0;
}

.goods_row {
    display: grid;
    column-gap: 20px;
    row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 15px 0 45px 0;
}

.goods_item {
    display: flex;
    justify-content: space-between;
    background: white;
    border-radius: 6px;
    border: 1px solid #D4CDCD;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    overflow: hidden;
    min-height: 145px;
    transition: background .35s ease;
}

.goods_item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.goods_txt {
    font-family: 'Gilroy Extra-bold';
    font-weight: 800;
    font-size: 20px;
    line-height: 75%;
    letter-spacing: 0.99px;
    color: #363F5C;
    padding: 40px 0 0 20px;
    flex: 1 1 auto;
    position: relative;
    z-index: 5;
}

.goods_img {
    flex: 0 0 46%;
    max-width: 46%;
    height: 100%;
}

.goods_img img {
    transition: .3s;
    width: auto;
    max-height: 145px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 20px;
}

.goods_item:hover img {
    transition: .3s;
    transform: scale(1.1);
}

.goods_item:hover {
    background: rgba(200, 230, 255, 0.6);
}

.h2,
h2 {
    font-family: 'Geometria Bold';
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    color: #FF6900;
    margin-bottom: 5px;
}

.prizes_section {
    padding: 60px 0;
}

.prizes_title {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: #2c3f50;
    margin-bottom: 40px;
}

.prizes_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

/* Карточка */
.prize_card {
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background: url("../img/backCar.png") center center / cover no-repeat;

}

/* Контент внутри */
.prize_content {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s ease, transform .8s ease;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* ← текст наверху */
    padding: 30px 0px 30px 30px;
    position: relative;
    color: #ffffff;
}


.prize_content.visible {
    opacity: 1;
    transform: translateY(0);
}

.prize_content.visible .prize_text {
    opacity: 1;
    transform: translateX(0);
}

.prize_content.visible .prize_image {
    opacity: 1;
    transform: translateX(0);
}

.prize_text {
    max-width: 50%;
    margin-top: 5px;
    opacity: 0;
    transform: translateX(-40px);
    transition: .8s ease .2s;
}

.prize_label {
    background: #FF7A1A;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
}

.prize_title {
    font-size: 35px;
    font-weight: 300;
    line-height: 1.2;
}

.prize_title strong {
    font-weight: bold;
}

.prize_image {
    align-self: flex-end;
    opacity: 0;
    transform: translateX(40px);
    transition: .8s ease .3s;
}

.prize_image img {
    height: 80%;
    display: block;
}

.prizes_bottom {
    display: flex;
    margin-top: 25px;
}

.money_card {
    height: 315px;
}

.money_card img {
    transition: .5s;
}

.money_card:hover img {
    transition: .5s;
    transform: scale(1.1);
}

.card_3000 img {
    height: 100%;
    width: 30.625rem;

}

.card_5000 {
    transform: translateX(-95px);
}

.card_5000 img {
    width: 37.125rem;
    height: 100%;
}


.card_10000 {
    transform: translateX(-190px);
}

.card_10000 img {
    width: 30.625rem;
    height: 100%;
}


.partner_item {
    max-width: 156px;
    width: 100%;
    height: 100%;
}

.partner_wrap {
    padding: 40px 0 50px 0;
    background: #ffffff;
}

.partner_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.partner_row .slick-prev.slick-arrow {
    background: #D9D9D9CF;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 20px;
    cursor: pointer;
}

.partner_row .slick-slide {
    margin: 0 20px;
    max-width: fit-content;
}

.prize_wrap {
    background: #ffffff;
    padding: 50px 0;
}

.h1,
h1 {
    font-family: 'Geometria Extra-bold';
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    color: #334F60;
    text-align: center;
    margin-bottom: 20px;
}







.prize_item {
    height: 155px;
}







.prize_item.item_main {
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.prize_item.item_main .prize_image img {
    height: 584px;
}

.prize_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
}

.prize_item .prize_text {
    max-width: 57%;
}

.tit-img {
    max-width: 521px;
    margin-bottom: 10px;
    display: block;
}

.txt-img {
    max-width: 57%;
}

.prize_item .prize_text {
    padding-top: 10px;
    position: relative;
    z-index: 5;
}

.prize_item .prize_text {
    position: absolute;
    top: 40px;
    left: 60px;
    padding: 0;
    z-index: 5;
}

.prize_item.item_main .prize_text {
    position: absolute;
    top: 65px;
    left: 60px;
    padding: 0;
    z-index: 5;
}

.prize_row {
    display: grid;
    row-gap: 30px;
    column-gap: 25px;
    grid-template-columns: 1fr 1fr;
}

.h3,
h3 {
    font-family: 'Geometria';
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    color: #FF6900;
}

.h4,
h4 {
    font-family: 'Geometria';
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    color: #FF6900;
    margin-bottom: 15px;
}

.text {
    font-family: 'Geometria';
    font-size: 14px;
    font-weight: 400;
    line-height: 114%;
    color: #222222;
}

.row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 30px 40px 30px;
}


.tour {
    display: flex;
    gap: 20px;
}

.tour-btn {
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    color: #000;
    transition: 0.2s ease;
}

.tour-btn.active {
    color: #FF7A00;
    font-weight: 700;
}

.winner_tabl {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 50px 0;
}

.winner_tabl th {
    font-family: 'Geometria Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    color: #ffffff;
    text-align: start;
    padding: 40px 50px 40px 70px;
}

.winner_tabl td {
    font-family: 'Geometria';
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #000000;
    text-align: start;
    max-width: min-content;
    padding: 30px 50px 30px 70px;
    vertical-align: top;
}

.winner_tabl tr {
    border-bottom: 1px solid #D9D9D9;
}

.winner_tabl tr:first-child {
    background: linear-gradient(210deg,
            rgba(110, 141, 161, 0.7) 0%,
            rgba(36, 64, 81, 1) 100%);
    border-bottom: none;
}

.winner_tabl tr:nth-child(2) td {
    padding: 30px 50px 30px 70px;
}

.winner_tabl tr td:nth-child(2),
.winner_tabl tr td:nth-child(3) {
    font-weight: bold;
}


.winner_tabl tr:first-child th:first-child {
    border-radius: 20px 0 0 20px;
}

.winner_tabl tr:first-child th:last-child {
    border-radius: 0 20px 20px 0;
}

.page_pagination_row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 50px 0;
}

.list-namber a {
    font-family: 'Geometria Medium';
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
}

.list-namber.active a {
    background: #F5F5F5;
}

.list-namber {
    margin-left: 15px;
}

.list-namber:first-child {
    margin-left: 0;
}

.winner_wrap {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 520px;
    padding: 40px 0 60px 0;
}


.label_ {
    font-family: 'Geometria Extra-bold';
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    color: #334F60;
}

.label_faq {
    font-family: 'Geometria Extra-bold';
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    color: #334F60;
    padding: 0px 30px 40px 30px;
}

.faq-title {
    font-size: 48px;
    font-weight: 800;
    color: #284457;
    margin-bottom: 32px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    border-radius: 12px;
    overflow: hidden;
    background: #f3f6f8;
}

/* строка с вопросом */
.faq-question {
    width: 100%;
    border: none;
    background: transparent;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.faq-item.open .faq-question {
    background: #cdeeff;
}

.faq-question-text {
    font-weight: 700;
    font-size: 18px;
    text-align: left;
}

/* снежинка */
.faq-icon-wrap {
    width: 47px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-icon {
    width: 47px;
    height: 54px;
    transition: transform .3s ease;
}

.faq-icon path {
    transition: fill .3s ease;
}

.faq-item.open .faq-icon {
    transform: rotate(180deg);
}

.faq-item.open .faq-icon path {
    fill: #ffffff;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 32px;
    background: #f3f9ff;
    font-size: 14px;
    line-height: 1.5;
    transition: max-height .3s ease, padding-top .3s ease, padding-bottom .3s ease;
}

.faq-item.open .faq-answer {
    padding-top: 16px;
    padding-bottom: 24px;
    max-height: 200px;
}

.question_wrap {
    position: relative;
    padding: 40px 0 30px 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.question_wrap::before {
    content: '';
    position: absolute;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.question_wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.question_wrap .container {
    position: relative;
    z-index: 5;
}

.question-row {
    max-width: 940px;
    margin: 0 auto 0 0 !important;
    padding: 0 0 0 30px;
}

.question-row .ruls-more {
    padding: 30px 0 0 40px;
}

.accordion__item {
    margin-bottom: 0.5rem;
    border-radius: 20px;
    padding: 20px 25px 20px 35px;
    transition: .2s;

}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    color: #ffffff;
    font-family: 'Geometria';
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.accordion__header::after {
    content: '';
    position: absolute;
    background-image: url(../image/SVG/icon-pluz.svg);
    width: 18px;
    height: 18px;
    right: 80px;
    top: 10px;
    z-index: 2;
    background-repeat: no-repeat;
}

.accordion__item.active .accordion__header::after {
    content: none;
}

.accordion__item.active {
    background: #FF6900;
}

.accordion__item.active .accordion__header {
    font-family: 'Geometria Medium';
    font-weight: 500;
    color: #ffffff;
}

.accordion__content {
    font-family: 'Geometria Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    color: #ffffff;
    margin: 15px 0;
}

.accordion__item:not(.active) .accordion__body {
    display: none;
    transition: .3s;
}

.social_row {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.social_item .desc {
    display: block;
}

.social_item .mob {
    display: none;
}

.footer__menu .menu_item a {
    font-family: 'Geometria Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 33px;
    display: block;
}

.footer__menu .menu_item span {
    font-size: 16px;
    display: block;
    margin-top: 5px;
}

.contact_row div:nth-child(1) {
    font-family: 'Geometria Medium';
    font-size: 40px;
    font-weight: bold;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
}

.contact_row div:nth-child(2) {
    font-family: 'Geometria';
    font-size: 18px;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
}

.contact_row a[href^="tel:"] {
    font-family: 'Geometria Medium';
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    display: block;
    max-width: fit-content;
    margin-bottom: 10px;
    white-space: nowrap;
}

.block-inf {
    max-width: 500px;
}

.inf-txt {
    font-family: 'Geometria';
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #ffffff;
    padding: 55px 0 40px 30px;
}

.footer {
    background-image: url(../img/bg_footer.png);
    width: 100%;
}

.footer_row {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 10px 30px;
}

.modal .modal__content {
    width: 100%;
    max-width: 630px;
    padding: 90px 40px 20px 40px;
    position: relative;
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
    border-radius: 20px;
    overflow-y: auto;
    max-height: 100%;
    height: fit-content;
}

.modal {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    top: -1000px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.67);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    padding: 15px;
}

.modal_active {
    position: fixed;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: .3s;
    z-index: 8888888;
}

.modal .modal_row {
    max-width: 780px;
    margin: 0 auto;
}

.modal .btn-quest {
    position: absolute;
    top: 10px;
    right: 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;
}


/*------------------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;
}

/*------------------cabinet-----------------*/
.cabinet_wrap {
    flex: 1 1 auto;
    background: #ffffff;
    margin-bottom: 50px;
}

.cabinet_row {
    padding: 0 35px;
    margin-bottom: 25px;
}

.data_tit {
    font-family: 'Geometria Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: #FF6900;
    width: 100%;
    margin: 0 0 5px 25px;
}

.data_txt {
    font-family: 'Geometria';
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #000000;
    padding: 10px 25px;
}

.data_body {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 25px 0;
    margin-bottom: 20px;
}

.data-block {
    display: grid;
    column-gap: 20px;
    row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 45px;
}

.data-block:last-child {
    margin-bottom: 0;
}

.code-tit {
    font-family: 'Geometria Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 11px;
    color: #ffffff;
    max-width: 132px;
    margin-bottom: 5px;
    min-width: 145px;
}

.code-txt {
    font-family: 'Geometria';
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #ffffff;
}

.code-txt.txt-max {
    font-size: 24px;
}

.code-row {
    display: flex;
    align-items: center;
    justify-content: end;
}

.code-item {
    background: #FF6900;
    border-radius: 20px;
    min-height: 63px;
    padding: 5px 25px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.code-item:first-child {
    margin-left: 0;
}


/*------------------codes-----------------*/
.codes_wrap {
    flex: 1 1 auto;
    background: #ffffff;
    position: relative;
}

.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;
}