@charset "utf-8";
:root {
    --dark: #262626;
    --orange: #e84e26;
    --red: #dd1b00;
    --white: #fff;
    --grey-1: #e9e9e9;
    --grey-2: #bab8b8;
    --grey-3: #9e9e9e;
    --grey-plashka: #ebeef3;
    --back: #f9fafc;
}
body {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    overflow-x: hidden;
    color: #fff;
    background-color: #262626;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    text-rendering: optimizeSpeed;
    min-width: 320px;
    min-height: 100vh;
    padding-top: 100px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #262626;
}
.header__in {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}
.header__nav {
    display: flex;
    align-items: center;
    gap: 32px;
}
.header__nav li a {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: var(--grey-3);
}
.header__nav li a.active {
    font-weight: 600;
    color: var(--orange);
}
.header__btns {
    display: flex;
    align-items: center;
    gap: 36px;
}
.header__btns a {
    font-size: 12px;
}
.header__btns a i {
    margin-right: 8px;
}
.social-block {
    display: flex;
    gap: 16px;
    align-items: center;
}
.social-block a {
    color: var(--orange);
}
h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    margin: 16px 0 48px;
}
.contact-item {
    margin-bottom: 32px;
}
.contact-item__label {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
}
.contact-item__text {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
}
.content {
    padding-bottom: 60px;
}
.footer__in {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}
.footer__contact a {
    line-height: 1;
    font-weight: 600;
    font-size: 20px;
}
.footer__contact img {
    margin-right: 16px;
    position: relative;
    top: -2px;
}
.footer__bottom {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    height: 60px;
}
.btn {
    display: inline-block;
    border-radius: 8px;
}
.btn_main {
    width: 100%;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
}
.btn_ghost {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}
.btn_small {
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-align: center;
}
.btn_black {
    background: var(--dark);
    width: 100%;
    color: #fff;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
}
.btn_black:hover {
    opacity: .8;
    background: #000000;
    transition: .5s;
}
.btn_orange {
    background: var(--orange);
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
}
.btn_orange:hover {
    background: #ca3e19;
    transform: scale(1.02);
    transition: .5s;
}
.about__btn .btn_orange {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
}
.login__in {
    border-radius: 8px;
    background: var(--orange);
    padding: 50px 0;
    display: flex;
    align-items: center;
    color: #fff;
}
.login-page h1 {
    margin-bottom: 24px;
}
.h1__sub {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 14px;
}
.login__form,
.login__register {
    width: 50%;
}
.login__form {
    padding: 0 40px 0 140px;
    border-right: 1px solid #ff8049;
}
.login__register {
    padding: 0 40px;
}
.form-group {
    position: relative;
    margin-bottom: 24px;
}
.form__sub {
    margin-top: 16px;
}
label {
    font-weight: 400;
    font-size: 18px;
}
.login__form .login__label {
    position: absolute;
    top: 0;
    left: -100px;
    text-align: right;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="date"] {
    background: #fff;
    border-radius: 8px;
    height: 40px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0 16px;
}
.login-social__text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}
.login-social__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 48px;
}
.login-social__btn {
    margin-bottom: 12px;
}
.main-slider {
    text-align: center;
}
.slider-mobile{
    display: none;
}
.main-slider img {
    width: 100%;
    /*max-width: 1600px;*/
    height: auto;
    border-radius: 8px;
}
.front-numbs {
    padding: 80px 0 120px;
}
.numb-item {
    margin-bottom: 34px;
    padding: 0 2px;
}
.numb-item__value {
    font-size: 120px;
    font-family: 'Gost', sans-serif;
    color: var(--orange);
}
.numb-item__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}
.numb-item__text {
    font-size: 14px;
}
.dflex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bottom-slider img {
    border-radius: 8px;
    height: 580px;
    width: 100%;
    object-fit: cover;
}
h2 {
    font-weight: 500;
    font-size: 48px;
    margin-bottom: 32px;
}
h3 {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 32px;
}
.event-item {
    border-radius: 8px;
    background: var(--grey-1);
    color: var(--dark);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.event-item__in {
    padding: 8px 15px 15px;
}
.event-item__img img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.event-item__title {
    font-size: 24px;
    margin-bottom: 8px;
}
.event-item__sub {
    font-size: 12px;
    margin-bottom: 8px;
}
.event-item__detail {
    font-size: 12px;
}
.about__sub {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
}
.about-slider img {
    border-radius: 8px;
}
.slider__in {
    position: relative;
}
.swiper-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}
.start__header {
    height: 800px;
    max-width: 1600px;
    border-radius: 8px;
    margin: 0 auto;
}
.start-header__in {
    position: relative;
    padding-top: 210px;
    padding-left: 50%;
}
.start__title {
    font-weight: 500;
    font-size: 48px;
    margin-bottom: 32px;
}
.start__sub {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 32px;
}
.start__date {
    font-weight: 500;
    font-size: 80px;
}
.start__dis {
    padding: 80px 0 120px;
}
.schema-slider img {
    border-radius: 8px;
    width: 100%;
}
.title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
}
.title-block h2 {
    margin-bottom: 0;
}
.start-item {
    position: relative;
    border-radius: 8px;
    background: #000;
}
.start-item__img img {
    width: 100%;
    height: 78px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
}
.start-item__in {
    padding: 15px;
}
.start-item__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
}
.start-item__chars {
    font-size: 14px;
    margin-bottom: 16px;
}
.start-item__char {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}
.start-item__btn .btn_main {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
}
.start-price__in {
    position: relative;
    height: 248px;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 130px;
    border-radius: 8px;
    width: calc(100% - 130px);
}
.start-price__dec {
    position: absolute;
    top: -17px;
    right: -130px;
}
.tabs-nav {
    display: flex;
    border-bottom: 2px solid var(--grey-3);
    margin-bottom: 32px;
    overflow-y: hidden;
    overflow-x: auto;
}
/* WebKit-based scrollbar styling */
.tabs-nav::-webkit-scrollbar {
    height: 1px;
}

.tabs-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

.tabs-nav::-webkit-scrollbar-thumb {
    background: var(--grey-3);
    border-radius: 20px;
}

.tabs-nav::-webkit-scrollbar-thumb:hover {
    background: #737373;
}
.tabs-nav li {
    flex: 1;
    text-align: center;
    white-space: nowrap;
}
.tabs-nav li a {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: var(--grey-3);
    height: 48px;
    line-height: 48px;
    position: relative;
}
.tabs-nav li a.active {
    color: #fff;
}
.tabs-nav li a.active:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    background: var(--orange);
    width: 100%;
    height: 8px;
}

.tabs-nav-custom {
    display: flex;
    border-bottom: 2px solid var(--grey-3);
    margin-bottom: 32px;
    gap: 3px;
    overflow-x: auto;
    overflow-y: hidden;
}
.tabs-nav-custom li {
    flex: 1;
    text-align: center;
    white-space: nowrap;
}
.tabs-nav-custom li a {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: var(--grey-3);
    height: 48px;
    line-height: 48px;
    position: relative;
}
.tabs-nav-custom li a.active {
    color: #fff;
}
.tabs-nav-custom li a.active:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    background: var(--orange);
    width: 100%;
    height: 8px;
}

.results-page .h1__sub {
    margin-bottom: 32px;
}
.pd-35{
    padding-left: 35px!important;
}
.form select {
    background: #fff;
    color: var(--grey-3);
    border-radius: 8px;
    height: 40px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.characteristics-table{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
}
.characteristics-table .key-value{
    text-align: start;
    width: 100%;
}

.custom-form .select2-container--default {
    background: #fff;
    color: var(--grey-3);
    border-radius: 8px;
    height: 40px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none!important;
    padding: 0 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.custom-form .select2-selection--single{
    border: none!important;
}

.custom-form .select2-container--default span{
    height: 40px!important;
    line-height: 40px;
}
.select2-results__option{
    color: black;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.form-select {
    position: relative;
}
.form-select:before {
    content: '';
    position: absolute;
    top: 14px;
    right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5818 5.99992L7.9951 8.58659L5.40844 5.99992C5.28388 5.87509 5.11478 5.80493 4.93844 5.80493C4.76209 5.80493 4.59299 5.87509 4.46844 5.99992C4.20844 6.25992 4.20844 6.67992 4.46844 6.93992L7.52844 9.99992C7.78844 10.2599 8.20844 10.2599 8.46844 9.99992L11.5284 6.93992C11.7884 6.67992 11.7884 6.25992 11.5284 5.99992C11.2684 5.74659 10.8418 5.73992 10.5818 5.99992Z' fill='black' /%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    pointer-events: none;
}
.results-filter {
    margin-bottom: 32px;
}
.form-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.form-inline button {
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 40px;
    border-radius: 8px;
    color: #fff;
}
.form-inline .form-flex {
    width: 100%;
    flex: 1;
}
.form-inline .form-small {
    width: 168px;
}
.table-tr {
    display: flex;
}

.results-table .table-header {
    display: none;
}

.results-table .table-tr .table-td:nth-child(1),
.results-table .table-tr .table-td:nth-child(2) {
    width: 80px;
}
.results-table .table-tr .table-td:nth-child(3) {
    flex: 1;
    min-width: 200px;
}
.results-table .table-tr .table-td:nth-child(4) {
    width: 200px;
}
.results-table .table-tr .table-td:nth-child(5) {
    width: 100px;
}
.results-table .table-tr .table-td:nth-child(6) {
    width: 100px;
}
.results-table .table-tr .table-td:nth-child(7) {
    width: 200px;
}
.results-table .table-tr .table-td:nth-child(1),
.results-table .table-tr .table-td:nth-child(2) {
    width: 80px;
}
.results-table .table-tr .table-td:nth-child(3) {
    flex: 1;
    min-width: 200px;
}
.results-table .table-tr .table-td:nth-child(4) {
    width: 200px;
}
.results-table .table-tr .table-td:nth-child(5) {
    width: 100px;
}
.results-table .table-tr .table-td:nth-child(6) {
    width: 100px;
}
.results-table .table-tr .table-td:nth-child(7) {
    width: 200px;
}
.table-td {
    padding: 14px 10px;
}
.table-header .table-tr {
    background: #3C3A3A;
    border-radius: 8px;
    font-weight: 600;
}
.table-tr {
    font-size: 14px;
    margin-bottom: 8px;
    border-radius: 8px;
}
.table-body .table-tr {
    border: 1px solid var(--grey-3);
}
.tab__content {
    margin-bottom: 32px;
}
.header__switcher {
    position: absolute;
    top: 35px;
    left: 10px;
}
.switcher {
    cursor: pointer;
    position: relative;
    border-radius: 100px;
    width: 40px;
    height: 20px;
    background: linear-gradient(90deg, #000 0%, #676767 100%);
}
.switcher:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(/img/moon.jpg);
    background-size: cover;
    background-position: center;
    transition: .5s;
}
body.light .switcher {
    background: linear-gradient(270deg, #000 0%, #f50 100%);
}
body.light .switcher:after {
    background: url(/img/sun.png?v=2);
    right: 20px;
    transition: .5s;
}
body.light .order-form .radio-label img {
    background: #ccc;
    padding: 10px;
    border-radius: 8px;
}
body.light .checkradio {
    border-color: #000;
}
body {
    transition: .3s;
}
body.light {
    background: #fff;
    color: #000;
    transition: .3s;
}
header {
    transition: .3s;
}
body.light header {
    background: #fff;
    transition: .3s;
}
body.ligth .form select,
body.light .form input[type="email"],
body.light .form input[type="date"] {
    background: #eee;
}
body.light .checkmark {
    background: #eee;
}
.header__btns svg {
    color: #fff;
}
body.light .header__btns svg {
    color: #000;
}
body.light .tabs-nav li a.active {
    color: #000;
}
body.light .form select {
    background: #eee;
}
.form input[type="text"] {
    background: #eee;
}
body.light .pagination a.active {
    color: #000;
}
.logo-light {
    display: inline-block;
}
.logo-dark {
    display: none;
}
body.light .logo-light {
    display: none;
}
body.light .logo-dark {
    display: inline-block;
}
body.light .hamburger-inner, body.light .hamburger-inner::before, body.light .hamburger-inner::after {
    background: #000;
}
.header__menu_mob {
    display: none;
}
.register__title {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 24px;
}
.sidebar {
    max-width: 270px;
}
.sidebar a {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: var(--grey-3);
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--grey-3);
}
.sidebar a.active {
    color: #fff;
    border-bottom: 8px solid var(--orange);
}
.form-group_inline {
    display: flex;
}
.form-group_inline label {
    padding-right: 20px;
    width: 220px;
    margin: 0;
    min-width: 220px;
}
.text-dark{
    color: #000;
    text-align: center;
}
.form-group_inline input,
.form-group_inline select {
    flex: 1;
    width: 100%;
}
.form-group__sex {
    display: flex;
    align-items: center;
    gap: 27px;
}
.form-group_inline .form-select {
    width: 100%;
    flex: 1;
}
.form-group_inline.form-group_submit {
    padding-left: 220px;
}
.register-form .form__terms {
    padding-left: 220px;
}
.register-form .form__terms .checkbox-label {
    display: flow-root;
    font-size: 11px;
    text-align: left;
    margin-bottom: 16px;
    text-decoration: none;
}
.terms .checkbox-label{
    padding-left:0!important;
}
.orange-block {
    background: var(--orange);
    color: #fff;
    margin-bottom: 14px;
    border-radius: 8px;
    padding: 32px 48px;
}
body.light .sidebar a.active {
    color: #000;
}
.orange-block__title {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 32px;
}
.orange-block__middle {
    padding: 24px 0;
    border-top: 1px solid #ff8049;
    border-bottom: 1px solid #ff8049;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 24px;
}
.order-detail__label {
    font-size: 14px;
    margin-bottom: 18px;
}
.order-detail__text {
    font-weight: 600;
    font-size: 20px;
}
.order-promocode__input input {
    background: #fff;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 8px;
}
.order-promocode__in {
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
}
.order-promocode label {
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}
.order-promocode__btn button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    white-space: nowrap;
}
.orange-block__bottom {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 100px;
    padding-left: 200px;
}
.orange-block__btn {
    flex: 1;
}
.orange-block__price {
    font-size: 14px;
}
.orange-block__price span {
    font-weight: 600;
    font-size: 20px;
}
.register-item .orange-block__title {
    font-weight: 600;
    font-size: 20px;
}
.register-item .orange-block__bottom {
    padding: 0;
    gap: 16px;
}
.orange-block__bottom button, .orange-block__bottom .transfer_race {
    height: 40px;
    line-height: 40px;
    width: 120px;
    font-size: 14px;
}
.order-detail__name {
    font-weight: 600;
    font-size: 20px;
    margin-top: 35px;
}
.front-about {
    /*padding-top: 120px;*/
}
.front-useful {
    padding: 120px 0;
}
.front-bottom {
    padding-bottom: 120px;
}
.useful-item {
    color: #fff;
}
.event-item_orange {
    color: #fff;
    background: var(--orange);
}
.event-item_black {
    color: #fff;
    background: #000;
}
.group-inputs {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}
.form .group-inputs input {
    text-align: center;
}
.filter.form select {
    color: var(--grey-3);
}
.filter.form input[type="date"],
.form .vol-row input[type="date"] {
    color: var(--grey-3);
}
.filter.form input[type="date"]:invalid::-webkit-datetime-edit {
    color: var(--grey-3);
}
.filter__option {
    margin-bottom: 24px;
}
.vol-form .form input[type="text"],
.vol-form .form input[type="email"] {
    text-align: center;
}
.filter__option label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
}
.filter__btns button {
    margin-bottom: 16px;
}
.filter__btns .btn_ghost {
    display: block;
    text-align: center;
    border: 2px solid var(--grey-3);
    text-align: center;
    white-space: nowrap;
    color: var(--grey-3);
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-weight: 600;
}
.filter__btns .btn_ghost svg {
    margin-left: 4px;
    position: relative;
    top: -1px;
}
.product-item {
    background: #000;
    border-radius: 8px;
    position: relative;
    padding-bottom: 80px;
}
.product-item__img img {
    border-radius: 8px;
    width: 100%;
    height: 395px;
    -o-object-fit: cover;
       object-fit: cover;
}
.product-item__img .desktop {
    display: block;
}
.product-item__img .mobile {
    display: none;
}
.product-item__in {
    position: relative;
    padding: 16px;
}
.product-item__btn {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
}
.product-item__btn .btn_orange {
    height: 45px;
    line-height: 45px;
}
.product-item__title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 18px;
}
.product-item__price {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    white-space: nowrap;
}
.product-item__old-price {
    display: inline-block;
    font-size: 14px;
    color: var(--grey-2);
    margin-right: 10px;
    font-weight: normal;
}
.volunteers-tabs .vol-tab{
    display: none;
}
.volunteers-tabs .active{
    display: block!important;
}
.product-item__sale {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 38px;
    background: url(/img/sale.svg);
    padding: 6px 0 0 25px;
    font-size: 20px;
}
.catalog .tabs-nav {
    margin-bottom: 24px;
}
.catalog .tabs-nav li {
    text-align: left;
}
.catalog .tabs-nav li a {
    padding-right: 85px;
}
.catalog .tabs-nav li:not(:first-child) a {
    padding-left: 24px;
}
.catalog__panel {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 26px;
}
.catalog-sort {
    display: flex;
    align-items: center;
    gap: 16px;
}
.catalog-sort select {
    background: #fff;
    border-radius: 8px;
    height: 40px;
    font-size: 14px;
    text-align: left;
    width: 220px;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0 35px 0 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: var(--grey-3);
}
.catalog-sort_2 svg {
    position: absolute;
    top: 5px;
    right: -2px;
    pointer-events: none;
}
.catalog-sort_2.catalog-sort select {
    background: transparent;
    font-size: 18px;
    color: #fff;
}
.form-select_2 {
    position: relative;
}
.title-block h3 {
    margin: 0;
}
.catalog__faq {
    padding-top: 120px;
}
/* shop-thumb__addit */
.product-thumb__addit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.product-thumb__addit-wrap {
    width: 100%;
    height: 100%;
    display: flex
}

.product-thumb__addit-item {
    display: flex;
    flex: 1 1 auto
}

.product-thumb__addit-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translate(0,-20px);
    background: #E8E8E8;
}

.product-thumb__addit-dot + .product-thumb__addit-dot {
    margin: 0 0 0 5px
}

.product-thumb__addit-dot.active {
    background: var(--orange);
    width: 30px;
    border-radius: 3px;
}
.product-thumb__image {
    position: relative;
}
/* .shop-thumb__addit */
.catalog__panel {
    flex-wrap: wrap;
}
.tabs-nav_img img {
    display: block;
    max-width: 100px;
    margin-bottom: 16px;
}
.tabs-nav.tabs-nav_img li a {
    height: 100%;
    line-height: 1.2;
    padding-bottom: 15px;
    text-align: left;
}
.tabs-nav.tabs-nav_img li:not(:first-child) a {
    padding-left: 14px;
}
.vol-row {
    display: flex;
    align-items: center;
    gap: 32px;
}
.vol-row .form-group {
    display: flex;
    align-items: center;
    gap: 15px;
}
.vol-row .form-select {
    width: 100%;
}
.form-group_fill {
    flex: 1;
}
.form-group_fill label {
    white-space: nowrap;
}
.product__btns {
    gap: 32px;
}
.product__btns .btn {
    flex: 1;
}
.product__btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.product__btns .btn {
    padding: 0 24px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
}
.product-card__qty {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
}
.product-card__minus, .product-card__plus {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
}
.product-card__input {
    width: 40px;
    height: 60px;
    line-height: 60px;
}
.product-card__qty input {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    color: #000;
    text-align: center;
}
.product-card__minus {
    width: 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}
.product-card__plus {
    width: 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}
.product-slider img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.thumbs-slider img {
    width: fit-content;
    border-radius: 8px;
}
@media screen {

}
.product-page h1 {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 500;
}
.thumbs-slider__in {
    position: relative;
    padding: 0 80px;
}
.thumbs-slider__in .swiper-prev {
    position: absolute;
    top: 14px;
    left: 0;
}
.thumbs-slider__in .swiper-next {
    position: absolute;
    top: 14px;
    right: 0;
}
.product-slider {
    margin-bottom: 32px;
}
.thumb {
    text-align: center;
}
.product__art {
    font-size: 12px;
    color: var(--grey-2);
    margin-bottom: 16px;
}
.sizes-group {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}
.sizes-group .form-select select {
    background: #fff;
    color: var(--grey-3);
    border-radius: 8px;
    width: 95px;
    height: 40px;
    font-size: 14px;
    text-align: left;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.tabs-nav_img .tabs-nav li {
    height: auto;
}
.tabs-nav.tabs-nav_img li a {
    height: 100%;
}
.product__price {
    font-weight: 500;
    font-size: 48px;
    margin-bottom: 24px;
}
.product__btns .btn_ghost {
    border: 2px solid var(--orange);
    color: var(--orange);
    font-weight: 600;
    font-size: 20px;
}
.product-short__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
.light-promoCode-submit{
    height: unset!important;
    line-height: 41px!important;
}
.product__sizes a {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}
.pv__tabs {
    margin-top: 60px;
}
.pv__tabs__nav {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #878787;
}
.pv__tabs__nav li {
    width: 50%;
    list-style: none;
}
.pv__tabs__nav li a {
    position: relative;
    display: block;
    color: #878787;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 0;
}
.pv__tabs__nav li a.active:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--orange);
}
.pv__tabs__nav li a.active {
    color: var(--bg);
}
.pv__description, .pv__question {
    font-size: 16px;
    font-weight: 300;
}
.pv__tab {
    display: none;
}
.pv__tab.active {
    display: block;
}
.similar {
    padding-top: 120px;
}
.success__in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 45px;
}
.success__text {
    font-weight: 600;
    font-size: 18px;
}
body.light .product-card__qty {
    background: #eee;
}
body.light .sizes-group .form-select select {
    background: #eee;
}
.profile__avatar img {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
}
.profile__name {
    margin-bottom: 24px;
}
.profile-label {
    font-size: 14px;
    margin-bottom: 10px;
}
.profile-val {
    font-weight: 600;
    font-size: 16px;
}
.profile__name .profile-val {
    font-size: 24px;
}
.profile__details {
    display: inline-flex;
    align-items: center;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.profile-detail {
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 32px;
}
.partner-item {
    text-align: center;
}
.partner-item img {
    max-width: 100%;
}
.partners-slider {
    padding-bottom: 100px;
}
.org {
    padding: 120px 0;
}
.org-item {
    display: flex;
    align-items: center;
    gap: 32px;
}
.org-item__img img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}
.org-item__name {
    margin-bottom: 16px;
}
.start-price__text {
    font-weight: 500;
    font-size: 36px;
}
.start-price__dur {
    display: flex;
    align-items: center;
    gap: 34px;
}
.dur-item {
    text-align: center;
    white-space: nowrap;
    position: relative;
}
.dur-item:not(:last-child):after {
    content: ':';
    position: absolute;
    top: 3px;
    right: -22px;
    font-size: 32px;
    font-weight: bold;
}

.first-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
    justify-content: space-between;
}
.second-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
    justify-content: space-between;
}
 .second-row select{
     width: 268px;
 }
.first-row .event-button{
    padding: 8px 16px;
    width: 268px;
}
.first-row .search-input{
    width: 768px;
}
.first-row .row-search{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.dur-item:nth-child(4):after {
    content: '';
    position: absolute;
    top: 3px;
    right: -22px;
    font-size: 32px;
    font-weight: bold;
}
.dur-item__title {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 8px;
}
.dur-item__text {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.start__promo {
    max-width: 1600px;
    margin: 0 auto;
    border-radius: 8px;
    z-index: 999;
    position: relative;
}
.start-promo__in {
    padding: 360px 0 160px 500px;
}
.schema {
    padding: 120px 0;
}
.start-promo__btn .btn {
    padding: 0 60px;
    width: auto;
}
.start-product__img img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.start-product__title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 36px;
}
.start-product__short {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 70px;
}
.start-product__price {
    font-weight: 500;
    font-size: 80px;
    margin-bottom: 24px;
}
.start__product {
    padding: 120px 0;
}
.start__docs {
    background: #000;
    padding: 68px;
    border-radius: 8px;
}
.doc-item {
    display: flex;
    gap: 24px;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}
body.light .start__header {
    color: #fff;
}
.start-item,
.start-price__in,
.start-promo__in,
.start__docs {
    color: #fff;
}
.shopcart-promocode {
    margin: 22px 0 50px;
}
.shopcart-promocode .order-promocode {
    display: flex;
    align-items: center;
    gap: 24px;
}
.shopcart-promocode .order-promocode label {
    font-weight: 600;
    font-size: 24px;
}
.shopcart-totals {
    margin-top: 50px;
    margin-bottom: 25px;
}
.shopcart-totals__title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 17px;
}
.chars-table {
    width: 100%;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 300;
}
.chars-table td {
    padding: 6px 0;
}
.chars-table td span {
    position: relative;
    background: var(--dark);
    z-index: 2;
}
.chars-table td {
    position: relative;
}
.chars-table td:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border: 1px dashed var(--grey-3);
    z-index: 1;
}
.chars-table td:first-child span {
    padding-right: 10px;
}
.chars-table td:last-child span {
    padding-left: 10px;
}
.chars-table td:last-child {
    text-align: right;
}
.shopcart-totals .chars-table td {
    font-size: 18px;
}
.shopcart-totals .chars-table tr:last-child td {
    font-weight: 600;
}
.order-total-row .form__terms,
.order-total-row .form-group {
    margin-bottom: 0;
}
body.light .order-promocode__input input {
    background: #eee;
}
body.light .chars-table td span {
    background: #fff;
}
.my-result-page {
    margin-bottom: 24px;
}
.my-result-page .results-filter {
    margin-bottom: 0;
}
.my-result-page .results-table .table-tr .table-td:nth-child(1),
.my-result-page .results-table .table-tr .table-td:nth-child(2) {
    width: 200px;
}
.alert-cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--orange);
    padding: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    z-index: 999;
}
.alert-cookie a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
}
.alert-cookie .btn-main {
    margin-left: 24px;
    font-size: 14px;
    padding: 6px 20px;
    background: #000;
    color: #fff;
}
body.light .about__btn .btn {
    background: var(--dark);
}
.contacts .col-6:first-child .contacts__in .contact-item {
    margin-bottom: 45px;
}
.login .form input[type="email"],
.login .form input[type="password"] {
    text-align: center;
}
.success-page.content {
    padding-bottom: 300px;
}
.id-group {
    font-weight: 600;
    font-size: 24px;
}
.form-group_inline.id-group label {
    font-weight: 600;
    font-size: 24px;
}
.register-form .form-group_inline {
    align-items: center;
}
.register-form__title {
    font-weight: 600;
    font-size: 24px;
    margin: 40px 0 12px;
}
.register-form__title.register-form__title_auth {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 22px;
}
.register-form__sub {
    font-size: 18px;
    margin-bottom: 16px;
}
.profile-avatar__upload {
    margin-top: 18px;
}
.profile-avatar__upload button {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #737373;
    border: 2px dashed;
    border-radius: 8px;
    height: 40px;
}
/* 912 */
/* cart */
.cart__in {
    max-width: 868px;
}
.cart-item {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #fff;
    color: var(--dark);
    justify-content: space-between;
}
.cart-item__qty .product-card__qty {
    border-radius: 40px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.cart-item__qty .product-card__minus,
.cart-item__qty .product-card__plus {
    width: 30px;
    height: 40px;
    opacity: .3;
}
.cart-item__qty .product-card__input {
    width: 30px;
    height: 40px;
    line-height: 40px;
}
.cart-item__qty .product-card__qty input {
    font-size: 14px;
    font-weight: normal;
    color: #585858;
}
.cart-item__img {
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}
.cart-item__title {
    max-width: 120px;
    font-size: 14px;
    font-weight: 600;
    flex: 1;
}
.cart-item__title .product-card__stock {
    margin-top: 8px;
    font-size: 12px;
    font-weight: normal;
    color: var(--orange);
}
.register-form input[type="date"] {
    color: var(--grey-3);
}
.cart-item__img img {
    max-width: 70px;
}
.shopcart-items .cart-item:not(:last-child) {
    border-bottom: 1px solid var(--dark);
}
.shopcart-items .cart-item:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.shopcart-items .cart-item:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.cart-item__ei {
    margin-left: auto;
    width: 100px;
    text-align: center;
}
.cart-item__sum {
    width: 160px;
    margin-left: 60px;
}


.cart-item__promo {
    width: 160px;
    position: relative;
}
.order-promocode__in {
    display: flex;
    justify-content: end;
    align-items: center;
}
.cart-item__promo .order-promocode__input input{
    border-radius: 8px;
    padding: 0 0 0 10px!important;
    border: solid 1px var(--orange);
    text-align: unset   ;
}
.promocode-btn{
    position: absolute;
    right: 5px;
}
.promocode-btn input{
    border-radius: 8px;
    border: none;
    padding: 5px;
    background-color: var(--orange);
    color: #fff;
    cursor: pointer;
}
.promocode-btn input:hover {
    background: #ca3e19;
    transform: scale(1.02);
    transition: .5s;
}
.cart-item__sum .old-price {
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: line-through;
    margin-left: 0;
    text-align: left;
}
.cart-item__sum .curr-price {
    color: #3D3D3D;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    text-align: left;
}
.cart-items {
    position: sticky;
    top: 25px;
}
.cart-item__qty {
    width: 90px;
    text-align: center;
    margin-left: 100px;
}
.cart-item__remove button {
    font-size: 10px;
}
.cart-item__actions {
    white-space: nowrap;
    width: 80px;
    text-align: center;
}
.cart-item__actions svg {
    vertical-align: middle;
    width: 13px;
    height: 13px;
}
.swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 6px;
    height: 6px;
    vertical-align: middle;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--orange);
    width: 30px;
    height: 6px;
    border-radius: 50px;
    vertical-align: middle;
    transition: .3s;
}
.swiper-pagination {
    display: block;
    transition: .3s;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.start-promo__text {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 32px;
}
/* order */
.order-page__title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}
.label-text__in {
    font-size: 14px;
}
.label-value {
    font-weight: bold;
}
.order-block .radio .checkradio:after {
    background: var(--orange);
}
.order-block {
    margin-bottom: 80px;
}
.order-block .address-input {
    position: relative;
    margin-bottom: 48px;
}
.form-group__sub {
    font-size: 12px;
    margin: 8px 0 0;
}
.order-block .address-input:before {
    position: absolute;
    top: 17px;
    left: 24px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2426 3.37866C9.89949 1.11401 6.1005 1.11401 3.75736 3.37866C1.41421 5.64331 1.41421 9.31502 3.75736 11.5797L8 15.6802L12.2426 11.5797C14.5858 9.31502 14.5858 5.64331 12.2426 3.37866ZM8 9.5C9.10457 9.5 10 8.60457 10 7.5C10 6.39543 9.10457 5.5 8 5.5C6.89543 5.5 6 6.39543 6 7.5C6 8.60457 6.89543 9.5 8 9.5Z' fill='black'/%3E%3C/svg%3E");
    background-size: 16px;
    width: 16px;
    height: 16px;
}
.order-block .address-input:after {
    position: absolute;
    top: 15px;
    right: 24px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M8.70663 11.9139L11.2966 14.5039C11.6866 14.8939 12.3166 14.8939 12.7066 14.5039L15.2966 11.9139C15.9266 11.2839 15.4766 10.2039 14.5866 10.2039H9.40663C8.51663 10.2039 8.07663 11.2839 8.70663 11.9139Z' fill='black'/%3E%3C/svg%3E");
    background-size: 24px;
    width: 24px;
    height: 24px;
}
.order-block .address-input input {
    text-align: left;
    padding: 0 50px;
}
.radio-label {
    position:relative;
    margin-bottom: 20px;
    cursor:pointer;
    font-size: 16px;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.radiobox {
    margin-bottom: 9px;
}
.radio input {
    position: absolute;
    opacity: 0;
}
.checkradio {
    position:relative;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
}
.radio-label {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.order-block .radio-label {
    display: flex;
    align-items: center;
}
.radio input:checked~.checkradio{
    background-color: transparent;
}
.checkradio:after{
    position:absolute;
    display:none
}
.radio input:checked~.checkradio:after{
    display:block
}
.radio .checkradio:after{
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
}
.order-form {
    width: 100%;
    max-width: 868px;
}
.order-form input {
    text-align: left;
}
.order-form .form-group {
    margin-bottom: 32px;
}
.order-block {
    margin-bottom: 10px;
}
.order-form .radio-label img {
    margin-right: 24px;
}
.label-text__in {
    margin-left: 14px;
}
.order-form textarea {
    border-radius: 8px;
    padding: 16px;
    width: 100%;
}
.order__total {
    border-radius: 8px;
    border: 1px solid var(--grey-3);
    margin-bottom: 16px;
}
.order-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding: 16px;
    border-bottom: 1px solid var(--grey-3);
}
.order-item__att {
    font-weight: 600;
}
.order-item__old-price {
    font-weight: 300;
    font-size: 12px;
    line-height: 200%;
    text-decoration: line-through;
}
.order__total-sub {
    padding: 25px 16px;
    background: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.order__total-delivery {
    display: flex;
    align-items: center;
    gap: 30px;
}
.form__terms .checkbox-label {
    font-size: 14px;
    line-height: 1.2;
    text-decoration: underline;
    margin-bottom: 0;
}
.useful-item {
    width: 100%;
    position: relative;
    height: 400px;
    margin-bottom: 32px;
    transition: .5s;
}
.useful-item.useful-item_long {
    height: 300px;
}
.useful-item__img img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
}
.useful-item_long .useful-item__img img {
    height: 300px;
}
.useful-item__in {
    top: 32px;
    left: 32px;
    right: 32px;
    bottom: 32px;
    z-index: 2;
    position: absolute;
}
.useful-item__title {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 8px;
}
.useful-item__text {
    font-size: 18px;
}
.useful-item:hover {
    transform: scale(1.04);
    transition: .5s;
}
.useful-item_black .useful-item__in {
    color: var(--dark);
}
.useful-item_bottom-text .useful-item__in {
    top: inherit;
    bottom: 32px;
}
.p404 {
    display: flex;
    gap: 48px;
    padding: 100px 0;
}
.p404__btn a {
    display: inline-block;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--orange);
}
.p404__title {
    font-weight: 500;
    font-size: 48px;
    margin-bottom: 12px;
}
.p404__text {
    font-weight: 600;
    font-size: 24px;
}
.social-block__tg {
    position: relative;
    top: -2px;
}
.faq-item__text {
    display: none;
}
.pagination {
    display: flex;
    align-items: center;
    gap: 16px;
}
.pagination a {
    font-size: 18px;
    color: var(--grey-2);
}
.pagination a.active {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.pagination .active a{
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.pagination__arrow {
    display: inline-block;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.pagination__arrow.arrow-prev {
    background: transparent;
    border: 1px solid var(--grey-3);
    color: var(--grey-3);
}
.pagination__arrow.arrow-next {
    background: var(--orange);
    border: 1px solid var(--orange);
    color: #fff;
}
.swiper-arrow {
    display: inline-block;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.swiper-prev {
    background: transparent;
    border: 1px solid var(--grey-3);
    color: var(--grey-3);
}
.swiper-next {
    background: var(--orange);
    border: 1px solid var(--orange);
    color: #fff;
}
.faq-page h1 {
    margin-bottom: 32px;
}
.faq-page .faq__title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 32px;
}
.faq__list {
    position: relative;
    margin-bottom: 32px;
    min-height: 290px;
}
.faq__list .faq-item:first-child {
    border-top: 1px solid var(--grey-3);
}
.faq-item {
    width: 50%;
    border-bottom: 1px solid var(--grey-3);
}
.faq-item__title {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: var(--grey-3);
    padding: 24px 0;
}
.faq-item.active .faq-item__title:before {
    position: absolute;
    top: 24px;
    right: 0;
    content: '';
    background-size: 11px;
    width: 11px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10L11 0V20L0 10Z' fill='%23E84E26' /%3E%3C/svg%3E");
} 
.faq-item.active .faq-item__title {
    font-weight: 600;
    font-size: 18px;
    color: var(--orange);
}
.faq-item.active .faq-item__text {
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    width: calc(50% - 32px);
    position: absolute;
    right: 0;
    top: 0;
    height: 370px;
    overflow: auto;
    padding: 24px;
    border-radius: 8px;
    background: #000;
    color: #fff;
}
.faq-answer__title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
}
/* text block */
.text-block h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    text-transform: none;
    margin: 0 0 20px;
}
.text-block h3 {    
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    text-transform: none;
    margin: 0 0 20px;
}
.text-block h4 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 20px;
}
.text-block p + h2,
.text-block ul + h2,
.text-block p + h3,
.text-block ul + h3 {
    margin-top: 40px;
}
.text-block p {
    margin-bottom: 32px;
}
.text-block li {
    margin-bottom: 8px;
}
.text-block ol {
    padding-left: 0;
    margin: 0 0 20px;
}
.text-block ul {
    margin-bottom: 20px;
}
.text-block ul li {
    list-style: none;
    padding-left: 17px;
    position: relative;
}
.text-block ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
}
.text-block img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px;
}
.text-block a {
    font-weight: bold;
    color: var(--purple);
    border-bottom: 1px solid;
}
.text-block .article-content__list li a {
    color: #393742;
    border-bottom: none;
}

/* radio */
.checkmark:after, .checkradio:after {
    content: "";
}
.checkbox-label:hover input~.checkmark,.checkmark{
    background-color:#ddd
}
.checkbox, .radio {
    margin-bottom: 22px;
}
.checkbox, .radio {
    display: block;
}
.checkbox-label{
    display:inline-flex;
    position:relative;
    padding-left:35px;
    line-height:25px;
    margin-bottom:12px;
    cursor:pointer;
    font-size:14px;
    text-align: center;
    -webkit-user-select:none;
       -moz-user-select:none;
            user-select:none
}
.checkbox-label input{
    position:absolute;
    opacity:0;
    width: 0;
}
.checkmark {
    position:absolute;
    top:0;
    left:0;
    height:24px;
    width:24px;
    border-radius: 4px;
    border: 2px solid transparent;
    background-color: #fff;
}
.checkbox-label input:checked~.checkmark:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid var(--orange);
    border-width: 0px 2px 2px 0;
    transform: rotate(35deg);
}
.checkmark:after {
    position:absolute;
    display:none
}
.checkbox-label input:checked~.checkmark:after, .radio {
    display: block;
}
.modal {
    display: none; 
    align-items: center;
    justify-content: center;
    position: fixed; 
    z-index: 999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background: rgba(0, 0, 0, 0.50);
    padding: 20px;
}
.modal-content {
    position: relative;
    width: 450px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    background-color: #fff;
    padding: 30px;
    animation: slideIn .3s;
    border-radius: 7px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}
.modal-content h2 {
    color: #007568;
}
.modal-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 30px;
    color: var(--black);
}
.modal .form label, 
.modal .form__terms, 
.modal .form__terms a {
    color: var(--main);
}
.modal .form__terms {
    margin-left: 0;
}
.modal .btn-main {
    width: 100%;
}
.content {
    padding-bottom: 100px;
}

.modal .close {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
}
.modal .close::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 22px;
    height: 2px;
    background: var(--orange);
}
.modal .close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 22px;
    height: 2px;
    background: var(--orange);
}

.panel-adaptive {
    position: fixed;
    top: 60px;
    right: 0;
    left: 100%;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding-bottom: 55px;
    overflow-y: auto;
    background: var(--dark);
    display: none;
    transition: transform .35s cubic-bezier(.55,.085,.68,.53);
    transform: translateZ(0);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
}
.panel-adaptive.panel-right {
    transform: translateX(-100%) translateZ(0);
    transition-duration: .63s;
    transition-timing-function: cubic-bezier(.23,1,.32,1); 
}
.panel-adaptive ul li {
    position: relative;
    list-style: none;
}
.panel-adaptive ul {
    padding-top: 40px;
}
.panel-adaptive ul li a {
    display: block;
    color: var(--grey-1);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 24px;
}
.hamburger {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--purple);
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; 
}

.hamburger-box {
    width: 30px;
    height: 27px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -10px; 
}
.hamburger-inner::after {
    bottom: -10px; 
}

/* Elastic Reverse */
.hamburger--elastic-r .hamburger-inner {
    top: 5px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}
.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; 
}
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}
.help-block{
    font-size: 16px;
}

.login-social .checkbox-label{
    padding-left: 0!important;
}
.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.075s; 
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; 
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; 
}
.header__mobile-panel {
    display: none;
    margin-left: auto;
    gap: 10px;
}
.header__btns svg,
.footer__contact svg {
    position: relative;
    top: -1px;
}

.dialog_registration .like-h1{
    font-weight: 500;
    font-size: 48px;
    line-height: 69px;
    margin-top: 18px;
    margin-bottom: 8px;
    letter-spacing: 0;
    text-align: center;
    color: #fff!important;

}
.dialog_registration .dialog__description{
    color: #fff;
    text-align: center;
    margin-bottom: 32px;

}
.dialog_registration .radio-group{
    display: inline-flex;
    gap: 24px;
    margin-bottom: 24px;

}
.dialog_registration .radio-group .radio-inline {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.dialog_registration .radio-group .radio-inline .styler {
    accent-color: #000000;
    transform: scale(1.12);

}
.dialog_registration{
    width: 600px;
    background-color: var(--orange);
    border-radius: 8px;
}




.dialog_registration .form .text-field{
    background: #fff;
    padding: 8px;
}
.dialog_registration .form .form-row .control-label{
    display: none;
}
.dialog_registration  .b_fill{
    font-weight: 600;
    font-size: 20px;
    line-height: unset!important;
}
.dialog_registration .checkbox-label{
    color: #fff;
    text-decoration: underline;
    margin-top: 8px;
}
.dialog_registration .checkmark{
    top: 14.5px;
}
.name-row {
    font-size: 20px;
}

@media(max-width: 991px){
    .name-row {
        font-size: 16px;
    }
}
@media(min-width: 991px){

    .ml-30{
        margin-left: 30px!important;
    }
    .start-promo__in{
        margin-top: 40px;
    }
}

@media(min-width: 768px){
    .table-list .table-tr .table-td:nth-child(1){
        width: 250px;
    }
    .table-list .table-tr .table-td:nth-child(2) {
        width: 323px;
    }
    .table-list .table-tr .table-td:nth-child(3) {
        width: 157px;
    }
    .table-list .table-tr .table-td:nth-child(4) {
        width: 141px;
    }
    .table-list .table-tr{
        gap: 56px
    }
    .table-list .table-header .table-tr{
        gap: 56px
    }
}
@media (max-width: 1650px) {
    .front-form__in {
        clip-path: none;
        width: 100%;
    }
}

@media (max-width: 1240px) {
    .header__switcher {
        top: 6px;
        left: 6px;
    }
}
@media (max-width: 991px) {

    .thumbs-slider__in {
        display: none;
    }

    .product-item__img .desktop {
        display: none;
    }
    .product-item__img .mobile {
        display: block;
    }
    .tabs-nav {
        min-height: 54px;
    }

    .thumbs-slider img{
        margin-top: 5px;
        height:40px!important;
        width:unset!important;

    }
    .thumbs-slider__in{
        height: 60px;
    }
    .thumbs-slider__in .swiper-prev {
        top: 0!important;
    }
    .thumbs-slider__in .swiper-next {
        top: 0!important;
    }
    .slider-mobile{
        display: block;
    }
    .slider-desktop{
        display: none;
    }
    .header__menu_mob {
        display: block;
    }
    body {
        font-size: 14px;
    }
    .header__nav {
        display: none;
    }
    .header__social {
        display: none;
    }
    .header__switcher {
        display: none;
    }
    .panel-adaptive .header__switcher {
        display: block;
    }
    .panel-adaptive {
        display: block;
    }
    .header__in {
        height: 60px;
        justify-content: flex-start;
    }
    .header__brand img {
        max-width: 140px;
    }
    .header__btns {
        margin-left: auto;
    }
    body {
        padding-top: 60px;
    }
    h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .h1__sub {
        font-size: 16px;
    }
    .header__switcher {
        position: relative;
        top: 0;
        left: 0;
    }
    .panel-adaptive {
        padding: 35px 40px;
    }
    .footer__in {
        height: auto;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }
    .footer__bottom {
        height: auto;
        flex-direction: column;
    }
    .sidebar {
        max-width: 100%;
        margin-bottom: 32px;
    }
    .orange-block__bottom {
        padding: 0;
    }
    .orange-block__middle {
        flex-wrap: wrap;
    }
    .orange-block__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .orange-block__bottom {
        flex-wrap: wrap;
        gap: 10px;
    }
    .orange-block {
        padding: 20px 10px;
    }
    .login__form .login__label {
        left: 0;
        position: relative;
    }
    .login__form {
        padding: 0 20px;
        border-right: 0;
        border-bottom: 1px solid #ff8049;
    }
    .login__register {
        padding: 0 20px;
    }
    .login__in {
        padding: 30px 0;
        display: block;
    }
    .login__form, .login__register {
        width: 100%;
    }
    .login-social {
        padding-top: 30px;
    }
    .login-social .checkbox-label{
        padding-left: 0!important;
    }
    .front-numbs {
        padding: 40px 0;
    }
    .numb-item__value {
        font-size: 60px;
    }
    h2 {
        font-size: 24px;
    }
    .front-about {
        /*padding-top: 40px;*/
    }
    .about-slider__in {
        padding-top: 20px;
    }
    .front-useful {
        padding: 40px 0;
    }
    h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .front-bottom img {
        width: 100%;
        height: auto;
    }
    .front-bottom {
        padding-bottom: 40px;
    }
    .faq-item {
        width: 100%;
    }
    .faq-item.active .faq-item__text {
        position: relative;
        width: 100%;
        right: inherit;
    }
    .faq-item.active .faq-item__title:before {
        transform: rotate(90deg);
    }
    .faq-page .faq__title {
        font-size: 24px;
    }
    .filter {
        margin-bottom: 40px;
    }
    .events__list {
        margin: 0 -15px;
    }
    .events__list .col-4 {
        width: 50%;
        padding: 0 15px;
    }
    .catalog__faq {
        padding-top: 40px;
    }
    .catalog-sort {
        flex-wrap: wrap;
    }
    .catalog__panel {
        gap: 10px;
    }
    .vol-row {
        flex-wrap: wrap;
        display: block;
    }
    .vol-row .form-group {
        display: block;
    }
    .tabs-nav_img img {
        width: 60px;
    }
    .tabs-nav_img {
        overflow-x: auto;
    }
    .start-price__dec {
        display: none;
    }
    .start-price__in {
        width: 100%;
        padding: 20px;
        flex-wrap: wrap;
    }
    .start__dis {
        padding: 40px 0;
    }
    .start-promo__in {
        padding: 40px 0;
    }
    .start__header {
        height: auto;
        position: relative;
    }
    .start__header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }
    .start-header__in {
        position: relative;
        padding: 40px 0;
    }
    .start__date {
        font-size: 40px;
    }
    .start-price__text {
        font-size: 18px;
    }
    .dur-item__title {
        font-size: 18px;
    }
    .dur-item__text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .start-price__in {
        height: auto;
        display: block;
    }
    .start-price__text {
        margin-bottom: 20px;
    }
    .start-price__text br {
        display: none;
    }
    .schema-slider img {
        height: auto;
        width: 100%;
    }
    .schema {
        padding: 40px 0;
    }
    .org-item {
        margin-bottom: 20px;
    }
    .org {
        padding: 40px 0;
    }
    .start__product {
        padding: 40px 0;
    }
    .start-product__short {
        margin-bottom: 20px;
    }
    .start__docs {
        padding: 20px;
    }
    .start-product__price {
        font-size: 20px;
    }
    .start-product__title {
        font-size: 24px;
    }
    .start-product__short {
        font-size: 14px;
    }
    .doc-item {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .org-item__img img {
        width: 40px;
        height: 40px    ;
    }

}
@media (max-width: 768px) {
    .about-slider__in{
        display: none;
    }
    .results-table .table-tr {
        flex-wrap: wrap;
    }
    .results-table .results__table-col_empty {
        display: none;
    }
    .results-table .table-td {
        padding: 10px 8px;
    }
    /*.results-table .table-tr .table-td:nth-child(1):before {*/
    /*    content: 'Место: ';*/
    /*}*/
    /*.results-table .table-tr .table-td:nth-child(2):before {*/
    /*    content: 'Номер: ';*/
    /*}*/
    /*.results-table .table-tr .table-td:nth-child(4):before {*/
    /*    content: 'Категория: ';*/
    /*}*/
    /*.results-table .table-tr .table-td:nth-child(5):before {*/
    /*    content: 'Место в категории: ';*/
    /*}*/
    .results-table .table-tr .table-td:nth-child(6) {
        white-space: nowrap;
    }
    /*.results-table .table-tr .table-td:nth-child(6):before {*/
    /*    content: 'Место в абсолюте: ';*/
    /*}*/
    /*.results-table .table-tr .table-td:nth-child(7):before {*/
    /*    content: 'Абсолютное время';*/
    /*}*/
    .my-result-page .results-table .table-tr .table-td:nth-child(1):before {
        content: 'Событие: ';
    }
    .my-result-page .results-table .table-tr .table-td:nth-child(2):before {
        content: 'Дата: ';
    }
    .results-table .results__table-col_empty {
        content: ''!important;
    }
    .header__btns {
        gap: 12px;
    }
    .tabs-nav li a {
        font-size: 14px;
    }
    .form-inline .form-small {
        width: 100%;
    }
    .form-inline {
        gap: 20px;
        flex-wrap: wrap;
    }
    .form-inline .form-group {
        margin: 0;
    }
    .form-group_inline {
        display: block;
    }
    .form-group_inline label {
        padding: 0;
        margin-bottom: 12px;
    }
    .form-group_inline.form-group_submit {
        padding-left: 0;
    }
    .register-form .form__terms {
        padding-left: 0;
    }
    .register__title {
        font-size: 20px;
    }
    .event-item__title {
        font-size: 18px;
    }
    .product__btns {
        flex-wrap: wrap;
        gap: 12px;
    }
    .product__price {
        font-size: 36px;
    }
    .similar {
        padding-top: 40px;
    }
    .shopcart-items .cart-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cart-item__title {
        width: calc(100% - 94px);
    }
    .shopcart-items .cart-item__qty {
        margin: 15px 0 0 0;
    }
    .cart-item__sum {
        margin-left: 0;
    }
    .shopcart-promocode .order-promocode label {
        font-size: 16px;
    }
    .order-total-row .form-group {
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .events__list {
        margin: 0;
    }
    .events__list .col-4 {
        width: 100%;
        padding: 0;
    }
}
/* 267 */
@media (max-width: 400px) {
    .hamburger-box {
        margin-right: 12px;
    }
    .header__brand img {
        max-width: 140px;
    }
    .header__btns span {
        display: none;
    }
}

.flex-custom-column {
    flex-direction: column;
}
.w-c-100 {
    width: calc(100%);
}
.w-100 {
    width: 100%;
}

.fancybox-slide--html {
    padding: 0 20%;
}

.fancybox-slide--html .dialog__title{
    color: #000;
}
.fancybox-slide--html .dialog__cont{
    color: #000;
}

.start-price__dur span {
    display: none!important;
}
/* 267 */
@media (max-width: 991px) {
    .fancybox-slide--html {
        padding: 0 5%;
    }
}

#start-list-filter .smart-filter__inner {

    display: flex;
    gap: 12px;
}

.show-in-mobile {

    display: none!important;
}
@media (max-width: 991px) {

    .order-submit .row.vert-center {
        gap: 25px;
    }
    /*.sidebar{*/
    /*    display: none;*/
    /*}*/
    .useful__list .col-6 {
        width: 50%;
        padding: 5px;
    }
    .useful__list .col-3 {
        width: 33.3%;
        padding: 5px;
    }
    .show-in-mobile {

        display: block!important;
        width: 100%;
        margin-bottom: 20px;
    }

    .start__promo {

        background: unset!important;
    }

    #start-list-filter .smart-filter__inner {

        display: flex;
        flex-wrap: wrap;
    }

    #start-list-filter .smart-filter__inner .smart-filter__select{

        flex: 1;
        min-width: calc(50% - 6px);
    }
    #start-list-filter .smart-filter__inner .smart-filter__select select{

        width: 100% !important;
    }

    .results-table .table-tr .table-td {

        flex: 1;
        width: 100%;
        word-break: break-word;
        object-fit: cover;
        min-width: auto!important;
        width: auto!important;
    }

    .results-table .table-tr  {

        flex-wrap: nowrap!important;

    }
}
@media (max-width: 768px) {
    .useful__list .col-3 {
        width: 50%;
    }
}
@media (max-width: 568px) {
    .useful__list .useful-item__in {
        top: 12px;
        left: 12px;
        right: 12px;
        bottom: 12px;
    }
    .useful__list .useful-item {
        height: 320px;
    }
    .useful__list .useful-item__img img {
        height: 320px;
    }
    .useful__list .useful-item__in .useful-item__text {
        font-size: 16px;
    }
    .useful__list .useful-item__in .useful-item__title {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .results-table * {
        font-size: 16px;
    }
}
@media (max-width: 400px) {
    .useful__list .col-6 {
        width: 100%;
    }
    .useful__list .col-3 {
        width: 100%;
    }
}


.wrapper-head-custom-list {

    display: flex;
    align-items: center;
    gap: 77px;
    margin: 16px 0 48px;
}

.wrapper-head-custom-list h1{

    margin: 0;
}


.wrapper-head-custom-list a{

    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-start-list-filter {

    width: 725px;
}

.custom-start-list-filter .smart-filter__search .smart-filter__search-inner{

    gap: 0;
    position: relative;
}

.custom-start-list-filter .smart-filter__search .smart-filter__search-inner .wrapper-search-icon{

    position: absolute;
    left: 16px;
    top: 10px;
}

.custom-start-list-filter .smart-filter__search .smart-filter__search-inner input{

    padding-left: 50px;
}

.custom-start-list-filter .smart-filter__search-inner button{

    display: none;
}

.custom-start-list-filter .custom-last-row {

    display: flex;
    gap: 25px!important;
}

.custom-start-list-filter .custom-last-row .smart-filter__select{

    flex: 1;
    position: relative;
}

.custom-start-list-filter .custom-last-row .smart-filter__select::after{

    position: absolute;
    right: 20px;
    top: 17px;
    bottom: 0;
    width: 8px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.58324 1.00004L3.99657 3.58671L1.4099 1.00004C1.28535 0.875209 1.11625 0.805054 0.939902 0.805054C0.763557 0.805054 0.594457 0.875209 0.469902 1.00004C0.209902 1.26004 0.209902 1.68004 0.469902 1.94004L3.5299 5.00004C3.7899 5.26004 4.2099 5.26004 4.4699 5.00004L7.5299 1.94004C7.7899 1.68004 7.7899 1.26004 7.5299 1.00004C7.2699 0.746711 6.84324 0.740044 6.58324 1.00004Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}

.custom-start-list-filter .custom-last-row .wrapper-icon{

    position: absolute;
    left: 12px;
    top: 6px;
    z-index: 99;
}

.custom-start-list-filter .custom-last-row .smart-filter__select select{

    width: 100%;
    padding-left: 50px;
    position: relative;
}

.custom-table-for-new-design .table-tr .table-td:nth-child(1) {
    width: 109px;
}

.custom-table-for-new-design .table-tr .table-td:nth-child(2) {
    width: 100%;
}

.custom-table-for-new-design .table-tr .table-td:nth-child(3) {
    width: 250px;
}

.custom-table-for-new-design .table-tr .table-td {

    font-size: 16px;
    line-height: 29px;
    min-height: 100px;
    padding: 14px 16px;
}


.custom-table-for-new-design .table-header .table-tr .table-td {

    font-size: 16px;
    line-height: 13px;
    min-height: 44px;
}

.custom-table-for-new-design .table-tr .table-td .wrapper-bottom{

    font-size: 16px;
    line-height: 23px;
    color: #C1C1C1;
}

@media (max-width: 991px) {

    .second-row {
        margin-bottom: 20px;
    }

    .wrapper-head-custom-list {

        gap: 0;
        justify-content: space-between;
        margin: 16px 0 10px;
    }

    .custom-start-list-filter {

        width: 100%;
    }

    .custom-start-list-filter .first-row{

        margin-bottom: 12px;
    }

    .custom-start-list-filter .second-row{

        gap: 12px!important;
        flex-direction: column;
    }

    .custom-start-list-filter .second-row .smart-filter__select{

        min-width: 100% !important;
    }


    .custom-table-for-new-design .table-tr .table-td:nth-child(1) {
        width: 60px !important;
        max-width: 83px;
        flex: unset;
    }

    .custom-table-for-new-design .table-tr .table-td:nth-child(3) {
        width: 90px !important;
        max-width: 90px;
    }

    .custom-table-for-new-design .table-tr .table-td {

        font-size: 16px;
        line-height: 23px;
        min-height: 78px;
    }
}

.wrapper-custom-new-design-table .table-header .table-tr .table-td:nth-child(1){

    width: 150px;
}

.wrapper-custom-new-design-table .table-header .table-tr .table-td:nth-child(2){

    width: 100%;
}

.wrapper-custom-new-design-table .table-header .table-tr .table-td:nth-child(3){

    width: 250px;
}


.accordion-item {
    background: transparent;
    margin-bottom: 10px;
    border: 1px solid #9E9E9E;
    border-radius: 8px;
}

.accordion-header {
    padding: 10px 15px 6px;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
}

.accordion-header .wrapper-items{
    display: flex;
}

.accordion-header .wrapper-items .wrapper-item:nth-child(1){

    width: 150px;
}

.accordion-header .wrapper-items .wrapper-item:nth-child(2){

    width: 100%;
}

.accordion-header .wrapper-items .wrapper-item:nth-child(3){

    width: 250px;
}

.accordion-header .wrapper-items .wrapper-item .txt{

    font-size: 20px;
    line-height: 29px;
}

.accordion-header .wrapper-items .wrapper-item .wrapper-bottom{

    display: flex;
    flex-direction: column;
    gap: 4px;
}

.accordion-header .wrapper-items .wrapper-item .wrapper-bottom span{

    font-size: 16px;
    line-height: 23px;
    color: #C1C1C1;
}
@media (max-width: 991px) {
    .accordion-header .wrapper-items .wrapper-item .wrapper-bottom span{

        font-size: 12px;
        line-height: 18px;

    }

    .custom-table-for-new-design .table-tr .table-td .wrapper-bottom {
        font-size: 12px;
        line-height: 18px;
    }

}


/*.accordion-header::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 20px;*/
/*    width: 20px;*/
/*    height: 12px;*/
/*    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 12"><path d="M10 0.5L0 11.5H20L10 0.5Z" fill="%239E9E9E"/></svg>');*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    transition: transform 0.3s ease;*/
/*    top: 16px;*/
/*}*/

/*.accordion-header.active::after {*/
/*    transform: rotate(180deg);*/
/*}*/

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: transparent;
}

.accordion-content .wrapper-table{

    margin-left: 125px;
}

.accordion-content .wrapper-table .wrapper-body{

    display: flex;
    margin: 10px 0 2px;
}
.results-table .wrapper-btm span {
    line-height: 1!important;
}

.accordion-content .wrapper-table .wrapper-body .wrapper-item {

    min-width: 85px;
    font-size: 16px;
    line-height: 23px;
}

.accordion-content .wrapper-table .wrapper-body .wrapper-item.time-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
}

.accordion-content .wrapper-table .wrapper-body .wrapper-item.time-wrapper .time-data {
    width: max-content;
    min-width: 191px;
}

.accordion-content.open {
    padding: 0 0 15px;
    max-height: max-content!important;
}


@media (max-width: 991px) {

    .like-new-h3 {

        font-size: 25px;
        line-height: 36px;
    }

    .wrapper-custom-new-design-table .table-header .table-tr .table-td:nth-child(1){

        width: 77px !important;
        max-width: 77px !important;
    }

    .wrapper-custom-new-design-table .table-header .table-tr .table-td{
        padding: 14px 16px;
    }

    .wrapper-custom-new-design-table .table-header .table-tr .table-td:nth-child(2){

        width: 100% !important;
    }

    .wrapper-custom-new-design-table .table-header .table-tr .table-td:nth-child(3){

        width: 103px !important;
        max-width: 103px !important;
    }


    .accordion-header .wrapper-items .wrapper-item:nth-child(1){

        width: 80px;
        min-width: 80px;
    }

    .accordion-header .wrapper-items .wrapper-item:nth-child(2){

        width: 100%;
    }

    .accordion-header .wrapper-items .wrapper-item:nth-child(3){

        width: 98px;
        padding: 0!important;
    }

    .accordion-header {
        padding: 10px;
    }


    .wrapper-custom-new-design-table .table-header .table-tr .table-td{

        font-size: 16px;
        line-height: 23px;
    }

    .accordion-header .wrapper-items .wrapper-item .txt {
        font-size: 16px;
        line-height: 23px;
    }

    .accordion-content .wrapper-table{
        margin-left: 54px;
    }
    .accordion-content .wrapper-table .wrapper-body .wrapper-item.time-wrapper .time-data {
        min-width: 85px;
    }
    .accordion-content .wrapper-table .wrapper-body{

        gap: 2px;
    }


    .accordion-header::after {

        right: 10px;
    }
}


@media (max-width: 768px) {

    .wrapper-for-mobile {

        width: calc(50% - 10px) !important;
    }
}


.results-page select {

    padding: 0 8px;
    color: #9E9E9E;
    background-color: #eee;
}

.results-page .form-select:before {

    right: 8px!important;
}

.like-new-h3 {

    margin-bottom: 0;
    font-size: 35px;
    line-height: 51px;
    color: #fff;
}

@media (max-width: 500px) {
    .wrapper-custom-new-design-table .table-header .table-tr .table-td {
        padding: 14px 14px;;
    }

    .accordion-content .wrapper-table .wrapper-body .wrapper-item {
        min-width: 50px;
    }
}

@media (max-width: 991px) {
    .accordion-header.results-header .wrapper-items .wrapper-item:nth-child(1) {
        width: 60px;
        min-width: 40px;
    }


}

@media (max-width: 991px) {
    .accordion-header.results-header {
        padding: 10px 14px;
    }
}

@media (max-width: 991px) {
    .custom-table-for-new-design .table-tr .table-td:nth-child(1) {
        padding: 14px 5px 14px 14px;
        max-width: 60px;

    }
}
@media (max-width: 991px) {
    .custom-table-for-new-design .table-tr .table-td {
        padding: 14px 14px;
    }
    .results-table .wrapper-btm span {
        font-size: 12px!important;
        line-height: 1!important;
    }
    .results-table .wrapper-btm {
        margin-top: -6px;
    }
}

/* 04.07.25 */
.accordion-item .accordion-header .wrapper-items .wrapper-item:nth-child(1) {
    flex: 0 0 clamp(2.813rem, -3899.25rem + 6300vw, 6.75rem);
}

.accordion-item .accordion-header .wrapper-items .wrapper-item:nth-child(3) {
    flex: 0 0 184px;
}

.accordion-item .accordion-content .wrapper-table .wrapper-body .wrapper-item.time-wrapper {
    padding-right: 30px;
}

.accordion-content .wrapper-table .wrapper-body .wrapper-item.time-wrapper .time-data {
    min-width: 168px;
}

@media (max-width: 991px) {
    .accordion-item .accordion-content .wrapper-table {
        margin-left: 60px;
    }

    .accordion-item .accordion-header .wrapper-items .wrapper-item:nth-child(3) {
        flex: 0 0 60px;
    }

    .accordion-item .accordion-content .wrapper-table .wrapper-body .wrapper-item.time-wrapper {
        padding-right: 14px;
    }
    .accordion-content .wrapper-table .wrapper-body .wrapper-item.time-wrapper .time-data {
        min-width: 60px;
    }
}
/* 04.07.25 - end */


.live-btn-wrapper-desktop {
    position: absolute;
    top: 35px;
    right: 10px;

}
.live-mobile-wrapper {
    display: none;
}
.live-btn {
    background: #e84e26;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-weight: bold;

    padding: 9px 13px 9px 7px;
    gap: 13px;
}

.live-btn::before {
    content: '';
    background: white;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}

@media(max-width: 991px){
    .live-btn-wrapper-desktop {
        display: none;
    }

    .live-mobile-wrapper {
        display: block;
    }
    .cart-btn {
        display: none;
    }

    .live-btn {
        gap: 8px;
        padding: 9px 17px;
    }
    .live-btn::before {
        width: 10px;
        height: 10px;
    }
}

.tabs {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.tab {
    border: 1px solid transparent;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.tab-content {
    display: none;
    border-radius: 0 5px 5px 5px;
    border: 1px solid transparent;
}

/* Active states */
.tab.active {
    background: #e84e26;
    color: white;
    border-color: #e84e26;
}

.tab-content.active {
    display: block;
}


/* ---------- LIGHT MODE ---------- */

body.light {
    background: white;
    color: #262626;
}

body.light .tab {
    background: white;
    color: #262626;
    border-color: #ccc;
}

body.light .tab-content {
    background: white;
    color: #262626;
    border-color: #ccc;
}


/* ---------- DARK MODE ---------- */

body.dark {
    color: white;
}

body.dark .tab {
    color: white;
    border-color: #444;
}

body.dark .tab-content {
    color: white;
}