@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('lib/fonts/helveticaneuecyr-roman.eot');
    src: url('lib/fonts/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'),
    url('lib/fonts/helveticaneuecyr-roman.woff2') format('woff2'),
    url('lib/fonts/helveticaneuecyr-roman.woff') format('woff'),
    url('lib/fonts/helveticaneuecyr-roman.ttf') format('truetype'),
    url('lib/fonts/helveticaneuecyr-roman.svg#helveticaneuecyr-roman') format('svg');
    font-weight: 400;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('lib/fonts/helveticaneuecyr-bold.eot');
    src: url('lib/fonts/helveticaneuecyr-bold.eot?#iefix') format('embedded-opentype'),
    url('lib/fonts/helveticaneuecyr-bold.woff2') format('woff2'),
    url('lib/fonts/helveticaneuecyr-bold.woff') format('woff'),
    url('lib/fonts/helveticaneuecyr-bold.ttf') format('truetype'),
    url('lib/fonts/helveticaneuecyr-bold.svg#helveticaneuecyr-bold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Segoesc';
    src: url('lib/fonts/segoesc.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

*[x-apple-data-detectors] {
    border-bottom: 0 !important;
    cursor: default !important;
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}


:root {
    --yellow: #F6EE21;
    --white: #FFFFFF;
    --main-bg: #FFFFFF;
    --black: #2C2C2C;
    --gray: #727272;
    --agray: #C4C4C4;
    --green: #43A047;
    --success: #d1e7dd;
    --dark-success: #0a3622;
    --error: #f8d7da;
    --dark-error: #58151c;
    --warning: #fff3cd;
    --dark-warning: #664d03;
    --info: #055160;
    --dark-info: #cff4fc;
    --tgray: #E5E5E5;
    --wgray: #E5E5E5;
    --font-label: 16px;
    --font-labelP: 16px;
    --font-input: 16px;
    --font-size: 16px;
    --font-pageTitle: 18px;
    --font-16px: 16px;
    --font-15px: 15px;
    --font-14px: 14px;
    --font-13px: 13px;
    --font-10px: 10px;
    /*for change theme*/
    --page-bg: url(../image/bg_night_tablet.jpg) center no-repeat;
    --footer-bg: url(../image/bg_footer.jpg) center no-repeat;
    --header-bg: url(../image/bg_hgeader.jpg) center no-repeat;
    --footer-link-fill: rgb(255, 255, 255);
    --user-link-bg: url(../image/bgl.svg) center no-repeat;
    --button-link-bg: url(../image/bgl.svg) center no-repeat;
    --user-link-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    --user-link-fill: rgb(255, 255, 255);
    --border: rgb(255, 255, 255);
    --pereloader-bg: rgb(16, 16, 16);
    --input-pg: #2F3035;
    --input-fc: rgb(255, 255, 255);
    --card-bg: rgba(44, 44, 44, 0.9);


}

[theme="light"] {
    --page-bg: url(../image/bg_day_tablet.jpg) center no-repeat;
    --main-bg: #2C2C2C;
    --tgray: #2C2C2C;
    --agray: #727272;
    --white: rgb(16, 16, 16);
    --border: rgb(44, 44, 44);
    --footer-bg: rgb(255, 255, 255);
    --header-bg: rgb(255, 255, 255);
    --footer-link-fill: rgba(177, 177, 177, 1);
    --user-link-bg: linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 100%);
    --button-link-bg: url(../image/bgl.svg) center no-repeat;
    --user-link-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    --user-link-fill: rgba(74, 74, 74, 1);
    --pereloader-bg: rgb(255, 255, 255);
    --input-pg: white;
    --input-fc: var(--tgray);
    --wgray: #E5E5E5;
    --card-bg: white;
}

.button-textured {
    background: var(--button-link-bg)!important;
    background-size: cover!important;
    border-radius: 8px;
    cursor: pointer!important;
    color: white!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}

[theme="light"] .button-textured {
    color: white;
}

[theme="light"] .night {
    display: block;

}

[theme="light"] .day {
    display: none;

}

@media screen and (max-width: 480px) {
    :root {
        --page-bg: url(../image/bg_night_mobile.jpg) center no-repeat;
    }

    [theme="light"] {
        --page-bg: url(../image/bg_day_mobile.jpg) center no-repeat;
    }
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

html {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

html:before {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--page-bg);
    background-size: cover;
}

html,
body {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

textarea {
    font-size: var(--font-16px);
    line-height: 18px;
}

@media screen and (max-width: 480px) {
    html:before {
        background: var(--page-bg);
    }
    .wrap_line_cost div .one_line_cost .green_text span.price{
        display: block;
    }
}

body {
    height: 100vh;
    width: 100%;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-weight: 400;

    color: var(--main-bg);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    outline: none;
    text-decoration: none;
    list-style: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*
    -webkit-backdrop-filter: saturate(180%) blur(5px);
            backdrop-filter: saturate(180%) blur(5px);
*/
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0px 30px;
    margin: 0 auto;
}

footer {
    position: fixed;
    left: 0px;
    width: 100%;
    bottom: 0px;
    border-radius: 10px 10px 0px 0px;
    background: var(--footer-bg);
    background-size: cover;
    padding: 12px 0px;
    z-index: 9
}

header {
    background: var(--header-bg);
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
}

[theme="light"] .links_user_account a > span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 77px;
    height: 77px;
    border-radius: 50%
}

.line_footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.line_footer_link a:last-child img {
    border-radius: 50%;
    max-width: 30px;
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.line_footer_link a path {
    fill: var(--footer-link-fill);
}

.line_footer_link a:before {
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0px;
    left: 0px;
}

.green_circle {
    position: absolute;
    background: var(--yellow);
    top: -3px;
    right: -10px;
    z-index: 1;
    border-radius: 50%;
    height: 11px;
    min-width: 11px;
    justify-content: center;
    font-size: var(--font-10px);
    line-height: var(--font-10px);
    text-align: center;
    color: var(--black);
}

.line_header_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0px 15px;
    position: relative;
}

.slide_links_lang {
    display: none;
    padding: 10px 0px;
    border-radius: 5px;
    top: 100%;
    left: 0px;
    position: absolute;
}

.slide_links_lang a {
    display: block;
    margin-bottom: 10px;
    font-weight: 550;
    font-size: 17px;
    line-height: 17px;
    color: var(--white);
}

.slide_links_lang a:last-child {
    margin-bottom: 0px;
}

.current_lang {
    font-weight: 550;
    font-size: 17px;
    line-height: 17px;
    color: var(--main-bg);
    cursor: pointer;
}

.exit_form {
    background: rgb(30, 30, 30);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid var(--agray);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.title_page {
    font-weight: normal;
    font-size: var(--font-pageTitle);
    line-height: var(--font-pageTitle);
    text-align: center;
    padding-top: 5px;
    display: flex;
}

.image_avatar {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}

.image_avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.name_user {
    font-weight: 550;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.number_user {
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 15px;
    color: var(--main-bg);
    pointer-events: none;
}

.user_info_container {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.number_user_info {
    font-size: 17px;
    line-height: 17px;
    text-align: left;
    margin-bottom: 15px;
    color: var(--main-bg) !important;
    pointer-events: none;
}

.number_user_info a {
    color: var(--main-bg);
    text-decoration: none;
}

.number_user a {
    color: var(--main-bg);
    text-decoration: none;
}

.discount_text {
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    text-align: center;
}

.discount_text a {
    text-decoration: none;
    color: var(--yellow);
}

.discount_text span {
    font-weight: 550;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    color: var(--green);
    margin-left: 5px;
}

.telephone_user {
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 15px;
}

.telephone_user a{
    color: var(--main-bg);
}

.discount_text {
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    text-align: center;
}

.discount_text span {
    font-weight: 550;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    color: var(--green);
    margin-left: 5px;
}

.links_user_account .green_circle {
    right: 8px;
    top: 8px;
}

.links_user_account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 350px;
    margin: 40px auto 0px;
}

.links_user_account a {
    display: block;
    margin-bottom: 25px;
    color: var(--main-bg);
    text-align: center;
    font-size: var(--font-14px);
    line-height: var(--font-14px);
    width: calc(80% - 10px);
    margin-right: 15px;
    margin-left: 15px;
}

.links_user_account a:nth-child(3n) {
}

.links_user_account a > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--user-link-bg);
    background-size: cover;
    -webkit-box-shadow: var(--user-link-shadow);
    box-shadow: var(--user-link-shadow);
    border-radius: 5px;
    height: 93px;
    margin: 0 auto 10px;
}

.links_user_account a > span path {
    fill: var(--user-link-fill);
}

.links_user_account a > span.active::before {
    display: block;
}

.links_user_account a > span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    z-index: 1;
    pointer-events: none;
    display: none;
}

[theme="light"] .links_user_account a > span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    z-index: 1;
    pointer-events: none;
    display: none;
}

[theme="light"] .links_user_account a > span.active::before {
    display: block;
}


.header_logo {
    width: 100px;
}

.content {
    padding-top: 90px;
    padding-bottom: 120px;
    z-index: 5;

}

.content_form {
    height: 100%;
    padding: 90px 0px 50px;
    z-index: 5;
}

.content_form .container {
    height: 100%
}

.center_form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 320px;
    margin: 0 auto;
}

.center_form form {
    width: 100%;
}

.title_form {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 80px;
}

.center_form label {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.center_form label p {
    font-size: var(--font-labelP);
    line-height: var(--font-labelP);
    text-align: center;
    color: var(--tgray);
    margin-bottom: 8px;
}

input {
    background: var(--input-pg);
    border: 1px solid var(--agray);
    border-radius: 50px;
    width: 100%;
    height: 45px;
    color: var(--main-bg);
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: var(--font-input);
}

input[type="submit"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    /* margin: 30px auto 0px; */
    background: var(--yellow);
    -webkit-box-shadow: 0px 5px 10px rgba(246, 238, 33, 0.2);
    box-shadow: 0px 5px 10px rgba(246, 238, 33, 0.2);
    border-radius: 50px;
    font-weight: bold;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    text-align: center;
    color: var(--black);
    height: 45px;
    border: none;
    cursor: pointer;
}

.line_change_password {
    /*margin-top: 25px;*/
    font-size: var(--font-16px);
    line-height: 24px;
    text-align: center;
}

.line_change_password a {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    text-align: center;
    color: var(--agray);
    margin-top: 0px;
    display: inline-block;
}

.line_change_password a.cancel_button_link_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    margin: 20px auto 0px;
    border-radius: 50px;
    font-weight: bold;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    text-align: center;
    color: var(--main-bg);
    height: auto;
    border: none;
    cursor: pointer;
}

.link_registration {
    text-align: center;
    margin-top: 80px;
    font-size: 18px;
    line-height: 24px;
}

.link_registration a {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    text-align: center;
    color: var(--agray);
    margin-top: 10px;
    display: inline-block;
}

.link_registration a:hover,
.link_registration.active,
.link_return a:hover,
.link_return a.active {
    color: var(--main-bg);
}

.link_return {
    text-align: center;
    margin-top: 30px;
}

.link_return a {
    font-weight: bold;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    text-align: center;
    color: var(--agray);
}

.link_terms {
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}

.link_terms a {
    font-weight: normal;
    font-size: var(--font-14px);
    line-height: var(--font-14px);
    text-align: center;
    color: var(--yellow);
}

.success_text_block {
    font-size: var(--font-16px);
    line-height: 22px;
    text-align: center;
    color: var(--tgray);
}

.link_yellow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    height: 45px;
    border-radius: 50px;
    background: var(--yellow);
    -webkit-box-shadow: 0px 5px 10px rgba(246, 238, 33, 0.2);
    box-shadow: 0px 5px 10px rgba(246, 238, 33, 0.2);
    margin: 25px auto 0px;
    font-weight: bold;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    text-align: center;
    color: var(--black);
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.link_yellow:hover,
input[type="submit"]:hover {
    background-color: #E3D20A;
}

@-webkit-keyframes ripple {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes ripple {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0;
    }
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: ripple 0.6s linear;
    animation: ripple 0.6s linear;
    pointer-events: none;
}


.link_yellow.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    background-color: #E3D20A !important;
}

.consultant_logo {
    height: 60px;
    width: 60px;
    border: 1px solid var(--yellow);
    padding: 5px;
    background: black;
}

input[type="submit"].active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #E3D20A !important;
}

.one_auto_cost.active,
.one_line_cost.active,
a.line_info_user.active .color_block_in_work {
    background-color: var(--gray);
}

.submit_button_wrapper.active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.line_footer_link a.active,
.line_header_link a.active,
.button_change_theme.active,
.exit_form.active {
    background-color: var(--gray);
    -webkit-transform: scale(0.90);
    -ms-transform: scale(0.90);
    transform: scale(0.90);
}

.lang_link.active,
.bottom_card_link a.active {
    background-color: transparent!important;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.bottom_card_link a:hover svg path {
    fill: var(--yellow);
}

.button_change_theme:hover,
.line_header_link a:hover {
    background-color: var(--gray);
}

.bottom_card_link a.active::before,
.top_card_link a.active::before {
    content: '';
    background-color: var(--gray)!important;
    border-radius: 50%;
    padding: 2px;
    position: absolute;
}

.line_footer_link a.active::before,
.bottom_card_link a.active::before,
.line_footer_link a:hover::before {
    /* width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%; */
    width: 25px;
    height: 25px;
    background-color: var(--black);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
}

.line_footer_link a:last-child.active::before {
    margin-top: -8px;
    margin-left: -8px;
}

.line_footer_link a,
.location_links a {
    cursor: pointer;
}

.submit_button_wrapper {
    position: relative;
    overflow: hidden;
    margin: 30px auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    border-radius: 50px;
}

/* input[type="submit"]:active,
.link_yellow:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(216, 208, 3, 0.9)
} */

.submitted {
    background-color: var(--yellow) !important;
    cursor: not-allowed !important;
}


.info_content {
    /*    margin-bottom: 50px;*/
}

.title_section {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
}

.line_info_user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

.line_info_user .one_block_line {
    width: 100%;
    margin-bottom: 25px;
}

.line_info_user .one_block_line.two_block {
    width: calc(50% - 3px);
    word-break: break-word;
    margin-right: 0px;
}

.token_pan {
    font-size: var(--font-16px) !important;
}

.line_info_user .one_block_line.two_block:nth-child(2n-1) {
    margin-right: 6px;
}

.one_block_line {
    font-size: var(--font-14px);
    line-height: var(--font-14px);
    color: var(--white);
    margin-bottom: 25px;
}

.recommendation {
}

.recommendation h3 {
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    color: var(--yellow);
    margin-bottom: 25px;
    margin-top: 25px;
}

.text-end {
    text-align: right !important;
}
.one_block_line p:last-child {
    font-size: 17px;
    line-height: 17px;
    color: var(--white);
    margin-top: 8px;
}

.link_change_account {
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    width: 100%;
}

.link_change_account p {
    margin-bottom: 30px;
}

.link_change_account a {
    margin-bottom: 15px;
}

.link_change_account:not(.normal_link) a:last-child {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    text-align: center;
    color: var(--agray);
    margin-top: 10px;
    display: inline-block
}

.wrap_append_avatar span {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.wrap_append_avatar span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.text_after_avatar {
    text-align: center;
    font-size: var(--font-16px);
    line-height: 22px;
    text-align: center;
    color: var(--tgray);
}

.load_input_click {
    display: flex !important;
    width: 100% !important;
}

.load_input_click input {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.load_input_click span {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    height: 45px;
    border-radius: 50px;
    background: var(--yellow);
    -webkit-box-shadow: 0px 5px 10px rgba(246, 238, 33, 0.2);
    box-shadow: 0px 5px 10px rgba(246, 238, 33, 0.2);
    margin: 25px auto 0px;
    font-weight: bold;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    text-align: center;
    color: var(--black); */
}

.center_form input[type="submit"].this_show_to_change {
    width: 100%;
    max-width: 280px;
    display: none;
}

.daterangepicker {
    background: rgb(43, 43, 43)
}

.daterangepicker .calendar-table {
    background: rgb(50, 50, 50)
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background: rgb(75, 75, 75)
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: var(--yellow);
    color: var(--black);
}

.daterangepicker .calendar-table table {
    border-collapse: separate;
}

.jq-selectbox {
    width: 100%;
}

.jq-selectbox__select {
    font-size: var(--font-input);
    background: var(--input-pg);
    border: 1px solid var(--agray);
    border-radius: 50px;
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jq-selectbox__select:hover {
    background: var(--input-pg)
}

.jq-selectbox__trigger-arrow {
    top: 50%;
    margin-top: -1px;
}

.jq-selectbox__dropdown {
    background: var(--input-pg);
}

.jq-selectbox li {
    font-size: var(--font-16px);
    color: var(--input-fc);
}

.jq-selectbox li.disabled {
    color: rgb(255, 255, 255);
}

.jq-selectbox li.selected {
    background: var(--gray);
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-selectbox__trigger-arrow {
    border-top-color: var(--yellow);
}

.jq-selectbox__select-text {
    text-shadow: none;
    color: var(--input-fc);
    padding-left: 10px;
}

.jq-selectbox__trigger {
    border-left: none;
}


.mt-1 {
    padding-top: 17px;
}
/* Select2 Styles */

/* Adjust the container width */
.select2-container--classic .select2-selection--single {
    width: 100%;
    border: none;
    background: transparent none;
}

.select2-container--classic .select2-selection--single:focus {
    border: none;
    background: transparent none;
}

/* Add bottom padding to the Select2 dropdown */
.select2-container--classic .select2-dropdown {
    padding-bottom: 10px; /* Adjust the value as needed */
}


/* Customize the select input appearance */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    font-size: var(--font-input);
    background-color: var(--input-pg);
    border: 1px solid var(--agray);
    border-radius: 50px;
    height: 45px;
    display: flex;
    align-items: center;
    box-shadow: none;
}

/* Hover effect */
.select2-container--classic .select2-selection--single .select2-selection__rendered:hover {
    background-color: var(--input-pg);
}

/*.select2-container--classic .select2-search--dropdown {*/
/*    background-color: var(--input-pg);*/
/*}*/

.select2-container--classic .select2-search--dropdown .select2-search__field {
    height: 40px;
    padding-top: 5px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: none;
    background: transparent;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: none;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    background: var(--input-pg);
    border: 1px solid var(--agray);
    border-radius: 10px;
    margin-top: 20px;
}

.select2-container--classic .select2-selection__arrow {
    background-color: yellow;
}


/* Adjust the dropdown arrow position */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -1px;
    background: transparent;
}

/* Customize the dropdown list appearance */
.select2-container--classic .select2-results__option {
    font-size: var(--font-16px);
    color: var(--input-fc);
}
.select2-container--classic .select2-results__options {
    background-color: var(--input-pg);
}

/* Disabled option style */
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: rgb(255, 255, 255);
}

/* Selected option background */
.select2-container--classic .select2-results__option--highlighted[aria-selected=true] {
    background-color: var(--gray);
}

/* Customize the trigger arrow on hover */
.select2-container--classic .select2-selection--single .select2-selection__arrow:hover,
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    border-top-color: var(--yellow);
}

/* Text color for selected option */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    text-shadow: none;
    color: var(--input-fc);
    padding-left: 10px;
}

/* Remove left border from the trigger arrow */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    border-left: none;
}

.link_registration {
    margin-top: 20px;
}

.line_header_link div:first-child a {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--border);
}

.line_header_link div:first-child .slide_links_lang a {
    border: none;
}

.info_one_automobile {
    width: 100%;
    max-width: 400px;
    padding: 30px 30px 25px;
    background: var(--input-pg);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    margin: 0px auto 15px;
}

.info_one_automobile .one_block_line {
    color: var(--main-bg);
}

.info_one_automobile .one_block_line p:last-child {
    color: var(--main-bg);
}

.slide_links_lang a {
    border: none !important
}

.status_icon {
    position: absolute;
    top: 15px;
    left: 15px;
}

.image_car {
    text-align: center;
    margin-bottom: 25px;
}

.image_car img {
    max-width: 100%;
}

.name_car_card {
    margin-bottom: 16px;
    text-align: center;
    font-weight: 550;
    font-size: 20px;
    line-height: 20px;
}
.name_car_card a{
    color: var(--main-bg);
}
.bottom_card_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #F6EE21;
}

.bottom_card_link a path {
    fill: var(--user-link-fill);
}

.calendar thead td {
    color: var(--main-bg) !important;
}

.title_scan {
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 15px;
}

.text_scan {
    font-size: var(--font-16px);
    line-height: 22px;
    text-align: center;
    color: #E5E5E5;
}

[theme="light"] .text_scan {
    color: var(--gray);
}

.link_change_account.normal_link {
    margin-top: 32px;
    margin-bottom: 40px;
}

.link_change_account.normal_link.not_margins a {
    margin-bottom: 0px;
    margin-top: 0px;
}

.add_car_page input {
    text-align: center;
}

.only_decimal {
    -moz-appearance: textfield;
}

.only_decimal::-webkit-inner-spin-button {
    display: none;
}

#video {
    width: 100%;
    background: url(../image/image_d.jpg) center no-repeat;
    background-size: cover;
}

input.not_input {
    border: none;
    padding: 0px;
    border-radius: 0px;
    background: transparent;
}

.submit_return_buttons input {
    /* margin-top: 15px;
    margin-bottom: 30px; */
}

.submit_return_buttons a {
    font-weight: bold;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    text-align: center;
    color: #C4C4C4;
    text-align: center;
    margin-top: 30px;
    display: block;
    margin-bottom: 15px;
}

.other_title {
    font-weight: 550;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 45px;
}

.top_card_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top_card_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(25% - 5px);
    height: 56px;
    margin-right: 8px;
    background: url(../image/bgl.svg) center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    background: var(--input-pg);
}

.top_card_link a:last-child {
    margin-right: 0px;
}

.top_card_link a.active svg path {
    fill: #F6EE21;
}

.one_block_line.three_block {
    width: 33.3333%;
}


.wrap_line_cost_car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.wrap_line_cost_car .image_car {
    width: 125px;
}

.right_to_texts {
    width: calc(100% - 125px);
    padding-left: 20px;
    font-size: var(--font-14px);
    line-height: var(--font-14px);
    color: var(--tgray);
}

.wrap_black_blocks {
    padding: 15px;
    border-radius: 5px;
    background: var(--card-bg);
}

.right_to_texts .name_car_card {
    font-weight: 550;
    font-size: 17px;
    line-height: 17px;
    color: var(--white);
    margin-bottom: 15px;
    text-align: left;
}

.right_to_texts .green_text {
    font-size: 17px;
    line-height: 17px;
    margin-top: 8px;
}

.one_line_cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.one_line_cost div {
    width: 50%;
}

.date_money {
    font-size: var(--font-14px);
    line-height: var(--font-14px);
    color: var(--tgray);
    padding: 8px 0px;
}

.wrap_line_cost {
    width: 100%;
}

.wrap_line_cost div .one_line_cost div:not(.green_text) {
    padding: 8px 12px;
    font-size: 17px;
    /*line-height: 17px;*/
    color: #FFFFFF;
}

.wrap_line_cost div .one_line_cost div {
    padding: 8px 12px;
}

.green_text,
.one_block_line p.green_text {
    color: #43A047;
}

/* .wrap_line_cost div .one_line_cost:nth-child(2n) { */
    /* background: rgba(114, 114, 114, 0.4); */
    /* border-radius: 5px; */
/* } */

.mini_title_section {
    font-size: 17px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.this_center_texts input {
    text-align: center;
}

.wrap_line_cost_car.center_flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap_click_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}

.one_tab {
    width: calc(50% - 4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-size: var(--font-15px);
    line-height: var(--font-15px);
    color: #2C2C2C;
    background: #C4C4C4;
    border-radius: 50px;
    margin-right: 8px;
    height: 25px;
}

.one_tab.active {
    background: #F6EE21;
    -webkit-box-shadow: 0px 5px 10px rgba(246, 238, 33, 0.2);
    box-shadow: 0px 5px 10px rgba(246, 238, 33, 0.2);
}

.one_tab:last-child {
    margin-right: 0px;
}

.one_tab_show {
    display: none;
}

.one_tab_show.active {
    display: block;
}

.one_tab_show_orders.active {
    display: flex!important;
    flex-direction: column;
    gap: 20px;
}

.one_tab_show_orders.active .color_block_in_work {
    margin: 0!important;
}

.one_order_success:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 40px;
    border-bottom: 1px solid #F6EE21;
}

.wrap_status_click {
    font-size: var(--font-14px);
    line-height: var(--font-14px);
    color: #E5E5E5;
    margin-bottom: 8px;
    width: 100%;
}
[theme="light"] .wrap_status_click {
    color: var(--gray);
}

.hide_show_button {
    margin-top: 30px;
    width: 100%;

}

.this_click_order {
    margin-top: 8px;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 30px;
}

.this_click_order:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-left: 7px solid rgb(255, 255, 255);
    top: 5px;
    right: 0px;
    -webkit-transition: 100ms;
    transition: 100ms;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 5px;
    top: 7px;
}

div.this_click_order {
    display: block;
    margin-bottom: 0px;
}

div.this_click_order:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.this_click_order.active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 5px;
    top: 7px;
}

.hide_show_button a.link_yellow {
    width: 100%;
    margin: 0px auto;
}

.tab_count .one_tab {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 2px 0px 16px;
}

.tab_count .one_tab span {
    width: 21px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2C2C2C;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    text-align: center;
    color: #FFFFFF;
    border-radius: 50%;
}

.new_old_events {
    background: #727272;
    border-radius: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.icon_text_servicess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon_man {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.icon_man img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.line_header_link .lang_link {
    border: none !important;
    display: flex;
    align-items: center;
}

.lang_link_text {
    padding-top: 5px;
}

.text_consultant {
    width: calc(100% - 50px);
    font-size: var(--font-14px);
    line-height: var(--font-14px);
    color: var(--tgray);
    margin-left: 15px;
}

.text_consultant p:last-child {
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    color: var(--white);
    margin-top: 8px;
}

.text_insert_messages {
    margin-top: 16px;
    font-size: 17px;
    line-height: 22px;
    color: var(--white);
    border-bottom: 1px solid #F6EE21;
    padding-bottom: 15px;
    margin-bottom: 25px;
    width: 100%
}

.line_info_user .icon_text_servicess {
    width: 100%
}

.arrow_to_clicks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.arrow_to_clicks img {
    -webkit-transition: 100ms;
    transition: 100ms;
}

.arrow_to_clicks.active img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.open_after_arrow_clicks {
    display: none;
}

.title_section.center {
    text-align: center;
}

textarea {
    background: var(--input-pg);
    border: 1px solid var(--agray);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    height: 132px;
    resize: none;
    color: var(--main-bg);
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-weight: 400;
}

.top_line_gray {
    border-top: 1px solid #727272;
    padding-top: 25px;
    width: 100%;
}

.label_checks input {
    display: none;
}

.label_checks label {
    font-size: var(--font-label);
    line-height: var(--font-label);
    color: var(--main-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.label_checks input + span {
    background: var(--input-pg);
    border: 1px solid #C4C4C4;
    border-radius: 50px;
    display: block;
    margin-right: 15px;
    width: 25px;
    height: 25px;
}

.label_checks input:checked + span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 11px;
    background: url(../image/green_checks.svg) center no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.show_checks {
    font-size: var(--font-16px);
    line-height: 22px;
    color: var(--tgray);
    display: none;
}

.podmena_select {
    margin-top: 20px;
}

.podmena_select > p {
    text-align: center;
    margin-bottom: 8px;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    /* identical to box height */

    text-align: center;

    color: var(--tgray);
}

.line_checks_driver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.line_checks_driver label {
    width: 50%;
}

.this_click_order.green_text.not_arrow:after,
.this_click_order.white_text.not_arrow:after {
    content: none;
}

.wrap_status_click.mg_bttm {
    margin-bottom: 15px;
}

.bg_block_res {
    width: 100%;
    background: rgba(44, 44, 44, 0.9);
    border-radius: 5px;
    padding: 25px 15px 40px;
    margin-bottom: 25px;
}

.hr_border {
    display: block;
    width: 100%;
    border-top: 1px solid rgb(240, 240, 240);
    margin-top: 15px;
    margin-bottom: 15px;
}

.bg_block_res {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.all_price_order {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bg_block_res .submit_return_buttons {
    width: 100%;
}

.text_discount_percent {
    text-align: center;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    color: var(--tgray);

}

.line_discount_percent {
    width: 100%;
    background: #1E1E1E;
    border: 1px solid #C4C4C4;
    border-radius: 50px;
    height: 10px;
    font-size: var(--font-14px);
    line-height: var(--font-14px);
    color: var(--tgray);
}

.line_discount_percent div {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #43A047;
    border-right: 1px solid #C4C4C4;
    border-radius: 50px 0px 0px 50px;
    height: 100%;
}

.line_discount_percent div span {
    position: absolute;
    top: calc(100% + 8px);
    right: 0px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    display: block;
}

.line_discount_percent > span:first-child {
    position: absolute;
    top: -15px;
    left: 0px;
}

.line_discount_percent > span:last-child {
    position: absolute;
    top: -15px;
    right: 0px;
}

.line_discount_percent span {
    font-size: var(--font-label);
    font-weight: var(--font-label);
}

.title_section.center_title {
    text-align: center;
}

.text_discount_program {
    margin-top: 60px;
    font-size: 17px;
    line-height: 20px;
}

.text_discount_program p:not(:last-child) {
    margin-bottom: 10px;
}

p.title_text_discount_program {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.links_order_steps {
    width: 100%;
    margin-top: 30px;
}

.links_order_steps a:not([class]) {
    display: block;
    font-weight: bold;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    text-align: center;
    color: #C4C4C4;
    margin-top: 30px;
}

p.green_text.flex_line_text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.line_image_works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.line_image_works a {
    display: block;
    font-size: 0px;
    width: calc(33.333% - 6px);
    margin-right: 9px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 9px;
}

.line_image_works a:nth-child(3n) {
    margin-right: 0px;
}

.line_image_works a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.button_add_reviews {
    position: fixed;
    z-index: 10;
    right: 15px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 100px;
    background: #F6EE21;
    -webkit-box-shadow: 0px 5px 10px rgba(246, 238, 33, 0.2);
    box-shadow: 0px 5px 10px rgba(246, 238, 33, 0.2);
}

.button_add_reviews path {
    fill: #2C2C2C;
}

.stars_section {
    margin-bottom: 30px;
    width: 100%;
}

.stars_section p {
    font-size: var(--font-14px);
    line-height: var(--font-14px);
    color: #E5E5E5;
    margin-bottom: 15px;
}

[theme="light"] .stars_section p {
    color: var(--gray);
}

.line_star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.line_star span {
    display: block;
    margin-right: 8px;
}

.line_star .count_stars {
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}

.color_block_reviews .line_star img {
    width: 16px;
}

.color_block_reviews .line_star span {
    margin-right: 2px;
}

.text_reviews {
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.answer_section {
    font-size: 17px;
    line-height: 17px;
    color: #FFFFFF;
}

.color_block_reviews {
    padding: 25px 15px 40px;
    background: rgba(44, 44, 44, 0.9);
    border-radius: 5px;
    margin-bottom: 15px;
}

.color_block_reviews:last-child {
    margin-bottom: 0px;
}

.all_width_map {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.block_all_automobile .one_line_cost {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.block_all_automobile .one_line_cost div {
    /*font-size: 12px !important*/
}

.wrap_line_auto_cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one_auto_cost {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 16px;
    background: url(../image/bgl.svg) center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    text-align: center;
    font-weight: 550;
    font-size: var(--font-16px);
    line-height: 22px;
    background: var(--input-pg);
    overflow: hidden;
    position: relative;
}

.one_auto_cost img {
    max-width: 54px;
    width: 100%;
    margin-bottom: 8px;
}

.one_auto_cost:nth-child(2n) {
    margin-right: 0px;
}

.block_all_automobile {
    margin-top: 25px;
    padding: 15px;
    border-radius: 5px;
    background: var(--card-bg);
}

.sub_mini {
    font-size: var(--font-16px);
    line-height: var(--font-16px);
    color: var(--tgray);
    margin-bottom: 30px;
}

.top_about_cons {
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.top_about_cons div {
    display: block;
    overflow: hidden;
    margin: 0 auto 10px;
    width: 120px;
    height: 120px;
    font-size: 0px;
}

.top_about_cons div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.name_big_cons {
    font-weight: 550;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.text_bottom_about_cons {
    font-size: 17px;
    line-height: 22px;
}

.mini {
    font-size: var(--font-14px);
    line-height: var(--font-14px);
    color: #E5E5E5;
    margin-bottom: 10px;
}

[theme="light"] .mini {
    color: var(--gray);
}

.calendar header {
    position: relative;
    background: rgba(44, 44, 44, 0.9);
    color: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 5px;
}

.download_pdf_button {
    margin-top: 10px;
}

.maintenance_estimate_button {
    margin: 0 auto 20px;
    max-width: 100%;
    cursor: pointer;
}

.white_text {
    color: #FFFFFF;
}

[theme="light"] .white_text {
    color: #000;
}

.sa_modal_container .swal2-popup {
    background-color: var(--gray);
}
.calculation_modal_container .swal2-popup {
    background: rgba(44, 44, 44, 0.9)!important;
}

[theme="light"] .calculation_modal_container .swal2-popup {
    background: rgba(255, 255, 255, 0.9)!important;
}

.sa_modal_calculate_button {
    color: #000;
    background: var(--yellow);
}

[theme="light"] .sa_modal_container .swal2-input,
[theme="light"] .sa_modal_container .swal2-textarea {
    background-color: #fff;
    border: 1px solid #ccc;
}

[theme="light"] .sa_modal_container .swal2-input:focus,
[theme="light"] .sa_modal_container .swal2-textarea:focus {
    border: 1px solid #000;
}

[theme="light"] .sa_modal_container .swal2-validation-message {
    background-color: #fff;
    color: var(--dark-error);
}

[theme="light"] .sa_modal_container .swal-validation-message {
    background-color: none;
    color: var(--dark-error);
}

.swal-validation-message {
    margin: 0 10px;
    text-align: left;
    font-size: 17px;
}

.alert-warning {
    display: flex;
    align-items: center;
    background-color: var(--yellow);
    color: var(--black);
    border: 1px solid #ffeeba;
    border-radius: 4px;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    max-width: 500px;
    margin: 10px 0;
}

#maintenance_calculation_svg {
    width: 45px;
    height: 45px;
}

.links_client_account {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.links_client_account a {
    display: flex;
    flex-basis: calc(50% - 40px);
    justify-content: center;
    flex-direction: column;
}

.links_client_account a > span {
    width: 100%;
}

#maintenance_calculation_svg path:last-child {
    fill: none;
}

.alert-icon {
    margin-right: 10px;
    font-size: 24px;
}

.alert-content strong {
    font-weight: bold;
}

.swal-calculation-input {
    margin: 10px 20px 10px 20px;
}

.swal2-html-container.swal-calculaton-container {
    display: flex!important;
    flex-direction: column;
    padding: 0px 10px;
    max-width: 315px;
    justify-content: center;
    align-items: center;
    align-self: center;
    justify-self: center;
    overflow: hidden;
}

.swal-label {
    display: block;
    margin-top: 10px;
    margin-left: 13px;
    text-align: left;
    align-self: flex-start;
}

.sa_modal_container .swal2-validation-message {
    background-color: var(--gray);
    color: var(--error);
}

.sa_modal_container .swal-validation-message {
    background-color: none;
    color: var(--error);
}

.sa_modal_container .swal2-validation-message::before,
.sa_modal_container .swal-validation-message::before {
    margin-top: -3px;
    padding-top: 1px;
    height: 22px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 5px;
    margin-left: 0;
}

.sa_modal_container .swal2-input,
.sa_modal_container .swal2-textarea {
    background-color: var(--black);
    color: var(--white);
    justify-self: center;
    width: 270px;
    /* margin-bottom: 10px; */
    border: 1px solid var(--agray);
    box-shadow: none;
}

.sa_modal_container .swal2-input:focus,
.sa_modal_container .swal2-textarea:focus {
    border: 1px solid #fff;
}

.sa_modal_container .swal2-html-container {
    line-height: 25px;
    color: var(--white);

}
.sa_modal_container .swal2-actions {
    margin-top: 10px;
    gap: 10px;
}

.remove_toast_container .swal2-popup.swal2-toast {
    background-color: var(--gray);
}

.remove_toast_container .swal2-title {
    color: var(--white);
}

.remove_toast_container .swal2-icon {
    color: var(--white);
    border-color: var(--white);
}

.remove_toast_container .swal2-icon span.swal2-x-mark-line-left,
.remove_toast_container .swal2-icon span.swal2-x-mark-line-right {
    background-color: var(--white);
}

.file_wrapper svg g path {
    fill: #fff;
}

[theme="light"] .file_wrapper svg g path {
    fill: var(--black);
}

[theme="light"] .remove_toast_container .swal2-popup.swal2-toast {
    background-color: #fff;
}

[theme="light"] .remove_toast_container .swal2-title {
    color: var(--black);
}

[theme="light"] .remove_toast_container .swal2-icon {
    color: var(--dark-error);
    border-color: var(--dark-error);
}

[theme="light"] .remove_toast_container .swal2-icon span.swal2-x-mark-line-left,
[theme="light"] .remove_toast_container .swal2-icon span.swal2-x-mark-line-right {
    background-color: var(--dark-error);
}

[theme="light"] .contact_us_modal_container .swal2-popup,
[theme="light"] .sa_modal_container .swal2-popup {
    background-color: #fff;
}

[theme="light"] .contact_us_modal_container .swal2-title,
[theme="light"] .sa_modal_container .swal2-title {
    color: var(--black);
}

.contact_us_modal_container .swal2-title,
.sa_modal_container .swal2-title {
    color: var(--white);
}

[theme="light"] .contact_phone_link {
    text-decoration: none;
    color: var(--black);
}

.contact_phone_link {
    text-decoration: none;
    color: var(--white);
}

[theme="light"] .line_header_left_items svg path {
    stroke: var(--black);
}

.line_header_left_items svg path {
    stroke: var(--white);
}

.contact_us_modal_container .swal2-popup {
    background-color: var(--gray);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.button_change_theme {
    position: absolute;
    top: -40px;
    left: -5px;
    padding: 6px;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.bottom-toast {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 16px;
  }

.contact_us_link {
    cursor: pointer;
}

.contact_us_link div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: flex-start;
}

.contact_home_links a div {
    height: 30px;
}

.contact_home_links a {
    margin-bottom: 15px;
}

.contact_us_link svg {
    width: 45px;
    height: 45px;
}

.home_loc_svg span svg {
    width: 45px;
    height: 45px;
}

.line_header_left_items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.button_change_theme_header {
    position: relative!important;
    top: 0;
    left: 0;
}

.night {
    display: none;
}

.jq-selectbox__dropdown {
    border-radius: 10px;
    top: 45px !important;
    max-height: 200px !important;
}

.jq-selectbox ul {
    border-radius: 10px;
    max-height: 200px !important;
}

/*Новые стили для всего*/
.preloader_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--pereloader-bg);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10
}

.preloader_center img {
    width: calc(100% - 30px);
    max-width: 200px;
    -webkit-box-shadow: 0px 0px 200px #F6EE21;
    box-shadow: 0px 0px 200px #F6EE21;
    background: rgba(246, 238, 33, 0.1);
    -webkit-animation: shadowChange 2000ms infinite;
    animation: shadowChange 2000ms infinite;
}

@-webkit-keyframes shadowChange {
    0% {
        -webkit-box-shadow: 0px 0px 200px rgba(246, 238, 33, 0.8);
        box-shadow: 0px 0px 200px rgba(246, 238, 33, 0.8);
        background: rgba(246, 238, 33, 0.1);
    }

    50% {
        -webkit-box-shadow: 0px 0px 40px rgba(246, 238, 33, 0.1);
        box-shadow: 0px 0px 40px rgba(246, 238, 33, 0.1);
        background: rgba(246, 238, 33, 0.1);
    }

    100% {
        -webkit-box-shadow: 0px 0px 200px rgba(246, 238, 33, 0.8);
        box-shadow: 0px 0px 200px rgba(246, 238, 33, 0.8);
        background: rgba(246, 238, 33, 0.1);
    }
}

@keyframes shadowChange {
    0% {
        -webkit-box-shadow: 0px 0px 200px rgba(246, 238, 33, 0.8);
        box-shadow: 0px 0px 200px rgba(246, 238, 33, 0.8);
        background: rgba(246, 238, 33, 0.1);
    }

    50% {
        -webkit-box-shadow: 0px 0px 40px rgba(246, 238, 33, 0.1);
        box-shadow: 0px 0px 40px rgba(246, 238, 33, 0.1);
        background: rgba(246, 238, 33, 0.1);
    }

    100% {
        -webkit-box-shadow: 0px 0px 200px rgba(246, 238, 33, 0.8);
        box-shadow: 0px 0px 200px rgba(246, 238, 33, 0.8);
        background: rgba(246, 238, 33, 0.1);
    }
}

.forgot_password {
    margin-top: 20px
}

.forgot_password a {
    text-decoration: underline;
    color: var(--main-bg);
}

.forgot_password a:hover,
.forgot_password a.active {
    text-decoration: none;
    color: var(--yellow);
}

input[type="submit"],
.links_user_account a > span,
.link_yellow {
    -webkit-transition: 100ms;
    transition: 100ms;
}

.links_user_account a:active > span {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.links_user_account a:active > span:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    z-index: 1;
}

.links_user_account a > span svg {
    z-index: 2;
}

.links_user_account a:active > span svg path {
    fill: rgba(246, 238, 33, 1);
}

.links_yellow a:not([class]) {
    margin-top: 20px;
    color: rgb(255, 255, 255);
}

.color_block_in_work.line_in_work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.color_block_in_work.line_in_work .this_click_order.green_text.not_after {
    margin-bottom: 0px;
}

.link_change_account:not(.normal_link) a:last-child,
.rturn_form_link {
    margin-top: 0px;
    color: var(--main-bg);
}

.link_change_account:not(.normal_link) a.cancel_button_link_bottom,
a.rturn_form_link {
    margin-top: 20px;
}

.link_change_account:not(.normal_link) a.cancel_button_link_bottom.not_mgt_block {
    margin-top: 10px
}

.title_section {
    width: 100%
}

.one_order_success {
    width: 100%;
}

.one_specialist_block {
    width: 100%;
}

.color_block_in_work {
    padding: 24px 16px;
    border-radius: 5px;
    background: var(--card-bg);
    width: 100%;
    margin-bottom: 20px;
    color: var(--white);
}

.color_block_in_work.line_in_work.this_normal_fz .one_block_line {
    font-size: var(--font-16px);
    font-weight: normal;
}

.color_block_in_work.line_in_work.this_normal_fz .one_block_line:last-child,
.color_block_in_work.line_in_work.this_normal_fz .one_block_line:nth-last-child(2) {
    margin-bottom: 0px;
}

.color_block_in_work.line_in_work.this_normal_fz .one_block_line input {
    margin-bottom: 0px;
    height: auto;
    font-size: 17px;
    margin-top: 10px;
}

.color_block_in_work.line_in_work.this_normal_fz .submit_return_buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.color_block_in_work.line_in_work.this_normal_fz .submit_return_buttons input {
    margin-top: 0px;
    margin-bottom: 0px;
}

.color_block_in_work .one_auto {
    margin-top: 0px;
}

.calendar header .simple-calendar-btn:hover {
    background: transparent;
}

.color_block_in_work .bg_block_res {
    padding: 0px;
    margin-bottom: 0px;
}

.color_block_in_work .links_order_steps {
    margin-top: 0px;
}

.color_block_in_work .links_order_steps .link_yellow {
    margin-top: 0px
}

.color_block_in_work .label_checks {
    margin-bottom: 15px
}

.color_block_in_work .text_insert_messages {
    margin-top: 16px;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: 100%
}

.one_message_events.color_block_in_work {
    margin-top: 16px;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 35px;
    width: 100%
}

.one_message_events.color_block_in_work:not(:last-child):after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    top: calc(100% + 15px);
    height: 1px;
    background: #F6EE21;
}

.one_order_success.not_big_padding {
    padding-bottom: 0px;
}

.one_user_finds .color_block_in_work {
    margin-bottom: 0px;
}

.not_mgb {
    margin-bottom: 0px;
}

.color_block_in_work.line_in_work.not_mgb .wrap_status_click.mg_bttm {
    margin-bottom: 0px;
}

.color_block_in_work.line_in_work.not_mgb + .top_line_gray {
    margin-top: 15px;
}

.color_block_in_work.line_in_work .bg_block_res {
    background: transparent;
}

.cancel_button_link_bottom.white_cancel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}

.count_stars.hide_count_stars {
    display: none;
}

.star_click_r span.added_stars {
    background: url(../image/star.svg) center top 0px no-repeat;
    background-size: 25px 23px;
}

.star_click_r span.added_stars img {
    opacity: 0;
}

.car__list-empty {
    font-size: var(--font-16px);
    line-height: 20px;
    margin-bottom: 40px;
}

.top_icon_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_icon_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 350px;
    width: 100%;
    padding: 0 25px;
}

.top_icon_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 10px 0;

}

.tire_line {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: -10px!important;
}

.tires_description {
    font-size: 12px!important;
}

.tires_icon {
    position: absolute;
    /* display: flex; */
    right: 0;
    top: -8px;
}

.top_icon_svg_wrapper {
    transition: transform 0.15s ease;
    border-radius: 5px;
    overflow: hidden;
}
.top_icon_svg_wrapper.active {
    transform: scale(1.1);
    background-color: var(--black);
}

[theme="light"] .top_icon_svg_wrapper.active {
    transform: scale(1.1);
    background-color: var(--agray);
}

[theme="light"] .top_icon_link {
    color: var(--black);
}

/* [theme="light"] .top_icon_link svg path:first-child {
    fill: var(--black);
} */

.calculation_list_empty {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.sale_cars_list_empty {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 20px;
}

.sale_car_container,
.sale_car .filters_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    /* margin-top: 15px; */
}

.jq-selectbox.disabled .jq-selectbox__select {
    background: #888;
    cursor: not-allowed;
}
.sale_car .filters_container {
    display: none;
}

.filter_button {
    margin-bottom: -10px;
    margin-left: 40px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

/* .sale_car .filters_container {
    margin-top: 0;
} */

.sale_car .filters_wrapper {
    margin: 0px 20px 15px 20px;
    width: 100%;
    display: flex;
    gap: 10px;
    background: var(--card-bg);
    padding: 15px;
}

.filter_main_content {
    display: flex;
    gap: 10px;
}

.sale_car .filters_wrapper form {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.filters_search_button input {
    max-width: 100%;
}

.reset_filters_button {
    margin: 0;
    background: none;
    box-shadow: none;
    border: 1px solid var(--agray);
    color: var(--agray);
}

.reset_filters_button:hover {
    background: none;
    box-shadow: none;
    border: 1px solid var(--border);
    color: var(--border);
}

.sale_car .filters_column {
    width: 50%;
}

.sale_car .filters_column label {
    text-align: center;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 12px;
}

.sale_car .filters_range {
    display: flex;
    gap: 5px;
}

.sale_car .filters_range input {
    height: 35px!important;
}

.sale_car .filters_range label {
    gap: 5px;
}

.sale_car_wrapper {
    padding: 15px;
    background: var(--card-bg);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    margin: 0px 20px 15px 20px;
    width: 100%;
    display: flex;
}

.sale_car_title {
    margin-bottom: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale_car_info {
    display: flex;
    flex-direction: column;
    padding: 0 0px 0 15px;
    width: 50%;
}

.sale_car_properties {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 5px;
}

.sale_car_mileage {
    font-size: 12px;
    margin-top: 10px;
}

.sale_car_price {
    margin-top: 14px;
    font-weight: bold;
    color: var(--yellow);
    text-shadow: 0px 0px 2px black;
}

.sale_car_properties div:first-child {
    font-weight: bold;
}

.sale_car_photo {
    display: flex;
    height: 120px;
    width: 50%;
    max-width: 120px;
}

.sale_car_photo img {
    width: 100%;
    object-fit: cover;
}

.sale_car_photo a {
    display: flex;
    width: 100%;
}

.sale_car_show .sale_car_wrapper {
    margin: 0;
}

.sale_car_show .sale_car_info {
    width: 100%;
}

.sale_car_show .sale_car_title {
    font-size: 20px;
}

.sale_car_show .sale_car_properties,
.sale_car_show .sale_car_mileage {
    font-size: 14px;
}

.sale_car_show .sale_car_actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale_car_show .sale_car_price {
    font-size: 20px;
}

.seller_info {
    background: var(--card-bg);
    margin-top: 15px;
    padding: 20px;
    display: flex;
    gap: 20px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    align-items: center;
}

.seller_info .avatar {
    display: flex;
    width: 60px;
    height: 60px;
}

.seller_info .user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagination .page-item {
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 10px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-item .page-link {
    color: #fff;
    margin-top: 3px;
}

.pagination .page-item.active {
    background: var(--yellow);
    box-shadow: 0px 0px 4px black;
}

.pagination .page-item.disabled {
    background: #a9a5a5;
}

.app-pagination {
    margin-top: 15px;
}

.pagination .page-item.active .page-link {
    color: var(--black);
}

.seller_info .ph {
    color: #F6EE21!important;
    font-weight: bold;
    text-shadow: 0px 0px 2px black;
}

.sale_car_description {
    background: var(--card-bg);
    margin-top: 15px;
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
}

.sale_car_verified_icon {
    position: absolute;
    left: 20px;
    z-index: 9999;
    height: 25px;
    width: 25px;
}

.sale_car_verified_icon svg path {
    fill: var(--yellow);
    stroke: var(--yellow);
}

.sale_info_container {
    background: var(--card-bg);
    margin-top: 15px;
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
}

.sale_info_container .sale_cars_list label p {
    text-align: center;
    margin-bottom: 10px;
}

.sale_info_container .title,
.sale_info_container .body {
    text-align: center;
    margin-bottom: 20px;
}

.sale_cars_list {
    margin-bottom: 20px;
}

.sale_info_container .send_button a {
    line-height: 20px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 10px;
}

.sale_info_container .send_button input {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    height: 50px;
    line-height: 20px;
    max-width: 100%;
}

.sale_car_description .description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sale_car_description .photos {
    display: flex;
    width: 100%;
    /* max-width: 320px; */
    flex-direction: column;
    gap: 20px;
}

.sale_car_description img {
    width: 100%;
}

.seller_info .avatar img {
    border-radius: 50%;
}

.filters-select .select2-selection--single .select2-selection__rendered {
    height: 35px!important;
    font-size: 13px!important;
}

.filters-select .select2-selection--single .select2-selection__arrow {
    margin-top: -8px!important;
}

.filters-select .select2-search--dropdown .select2-search__field {
    height: 35px!important;
}

.filters-select.select2-container--open .select2-dropdown {
    margin-top: 7px!important;
}

.filters-select .select2-results__option {
    font-size: 13px!important;
}

.calendar .day.has-event:after {
    background: var(--green) !important;
    width: 5px !important;
    height: 5px !important;
}

.calendar tbody td .day {
    background-color: var(--card-bg) !important;
    color: var(--white) !important;

}

.calendar .day.today {
    background: #43A047 !important;
}


.calendar tbody td:nth-child(6) .day,
.calendar tbody td:nth-child(7) .day {
    background: rgba(153, 0, 0, 0.2) !important;
}

.calendar header {
    color: var(--white) !important;
    background: var(--card-bg) 1px;
}

.calendar .day.today.has-event:after {
    background: white !important;
}

.alert-message {
    margin: 5px;
    color: #bfb921 !important;
}

.alert-center {
    text-align: center;
}

.top_form {
    justify-content: normal;
}

.contacts_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location_links {
    width: 100%;
}

.location_links svg {
    width: 30px;
    height: 25px;
    fill: #000;
}

.social_links {
    display: flex;
    padding: 20px;
    gap: 10px;
    justify-content: space-between;
    max-width: 280px;
    align-items: center;
    width: 100%;
}

.social_links a {
    /* background: #fff; */
    height: 45px;
    width: 45px;
    border-radius: 32%;
    /* transition: box-shadow 0.2s ease, transform 0.2s ease; */
}

[theme="light"] .social_links a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

[theme="light"] .social_links a.clicked {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.social_links a:hover {
    /* box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2), 0 4px 8px rgba(255, 255, 255, 0.05); */
    background-color: rgba(0,0,0,0.3);
}

.social_links a.active {
    /* box-shadow: 0 8px 16px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(255, 255, 255, 0.3); */
    transform: scale(1.05);
    background-color: rgba(0,0,0,0.3);
}

.social_links svg {
    /* width: 30px;
    height: 30px;
    margin: 8px; */
    width: 40px;
    height: 40px;
    margin: 2px;
}

.overlay_crop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99998;
    display: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    border-radius: 5px;
    background: var(--card-bg);
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    color: var(--tgray);
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 4;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal_crop_image {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* background: rgb(255, 255, 255); */
    width: calc(100% - 10px);
    height: 500px;
    padding: 10px;
    display: none;
    z-index: 99999;
    max-width: 400px;
    max-height: calc(100% - 10px);
    overflow-y: auto;
}

.close_crop_modal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 10;
}

.close_crop_modal:before,
.close_crop_modal:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 18px;
    background: var(--black);
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 3px;
}

.close_crop_modal:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button_ok_cropie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 280px;
    height: 45px;
    background: var(--yellow);
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: var(--black);
    cursor: pointer;
    border: none;
    -webkit-transition: 300ms;
    transition: 300ms;
    margin: 10px auto 0px;
}

.flash-alert {
    position: relative;
    padding: 15px;
    border: 1px solid transparent;
    font-weight: 300;
    font-size: var(--font-16px);
    line-height: var(--font-16px);
}

.flash-alert-success {
    color: var(--dark-success);
    background-color: var(--success)
}

.flash-alert-warning {
    color: var(--dark-warning);
    background-color: var(--warning);
}

.flash-alert-error {
    color: var(--dark-error);
    background-color: var(--error);
}

.flash-alert-info {
    color: var(--dark-info);
    background-color: var(--info);
}

.flash-alert-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.flash-alert-closebtn:hover {
    color: black;
}

.append_crop_imgs.croppie-container {
    height: calc(100% - 55px);
}

.car_maintenance_container {
    position: relative;
}
.car_maintenance_tag {
    margin-right: -16px;
    margin-left: -41px;
}
.car_maintenance_description {
    position: absolute;
    color: black;
    top: 50px;
    left: 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px;
}
.car_maintenance_capital_wrapper {
    display: flex;
    position: relative;
}
.car_maintenance_capital_text {
    font-family: 'Segoesc';
    color: blue;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    top: -8px;
}

.info_hidden_cars {
    text-align: right;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
}

.form-checkbox {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    cursor: pointer;
}

.form-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
}

.form-checkbox .checkbox-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
}

/* .form-checkbox input:checked + .checkbox-box {
    background-color: #4CAF50;
    border-color: #4CAF50;
} */

.form-checkbox .checkbox-box::after {
    content: "";
    position: absolute;
    display: none;
}

.form-checkbox input:checked + .checkbox-box::after {
    display: block;
    left: 5px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    font-size: 1px;
}

#carsFilterForm {
    display: flex;
    gap: 10px;
}

.bottom_card_link a path.archive_car_icon {
    fill: #888!important;
}

.archived_car_label {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 10px;
}
.archived_car_label p {
    padding: 12px 10px 10px 10px;
    background-color: #888;
}

.one_auto_cost_archived,
.info_one_automobile_archived,
.one_line_cost_archived {
    background-color: #555;
}

.center-message {
    text-align: center;
}

.car_sale_caption {
    font-size: 13px;
}

.car_sale_link:first-child svg {
    height: 60px;
    width: 60px;
}
.car_sale_link svg {
    height: 70px;
    width: 70px;
}

.auth_error_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: -10px;
}

.auth_error_wrapper p {
    line-height: 20px;
}

a[role="button"] {
    cursor: pointer;
}

.disabled_link {
    cursor: not-allowed!important;
    pointer-events: none;
}

[theme="light"] .daterangepicker {
    background-color: #fff;
}

[theme="light"] .daterangepicker .calendar-table {
    border: 1px solid #fff;
    background-color: #fff;
}

[theme="light"] .daterangepicker td.off,
[theme="light"] .daterangepicker td.off.in-range,
[theme="light"] .daterangepicker td.off.start-date,
[theme="light"] .daterangepicker td.off.end-date {
    background-color: #fff;
}

[theme="light"] .stars_section p {
    color: var(--tgray);
}

[theme="light"] .color_block_reviews {
    background: var(--card-bg);
}

[theme="light"] .line_star .count_stars {
    color: var(--tgray);
}

[theme="light"] .text_reviews {
    color: var(--tgray);
}

[theme="light"] .wrap_line_cost div .one_line_cost div:not(.green_text) {
    color: var(--tgray);
}
[theme="light"] .this_click_order:after{
    -webkit-filter: invert(0.8);
    filter: invert(0.8)
}

[theme="light"] .wrap_status_click{
    color: var(--gray);
}

[theme="light"] .form-checkbox .checkbox-box {
    border: 2px solid var(--tgray);
}

[theme="light"] .form-checkbox input:checked + .checkbox-box::after {
    border: solid var(--tgray);
    border-width: 0 2px 2px 0;
}

[theme="light"] .one_auto_cost_archived,
[theme="light"] .info_one_automobile_archived,
[theme="light"] .one_line_cost_archived {
    background-color: var(--agray);
}

[theme="light"] .one_auto_cost p {
    color: var(--tgray);
}

.pseudo_section_padd {
    margin-top: 25px;
}

.spin_load_top{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 4px;
    width: 0%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 255, 255));
    z-index: 9999999999;
    -webkit-transition: 3000ms;
    transition: 3000ms;
}


.spin_load_top.load_process{
    width: 100%;
}

.exit_account {
    position: relative;
}

.one_line_cost_order {
    min-width: 90px;
    word-break: break-all;
}


@media screen and (max-height: 670px) {
    .center_form {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .title_form {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 460px) {
    .car_maintenance_description {
        top: 30%;
        left: 23%;
        font-size: 14px;
        gap: 8px;
    }
    .car_maintenance_tag {
        margin-left: -13%;
    }
}

@media screen and (min-width: 400px) {
    .title_page {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 400px) {
    .title_page {
        display: grid;
        position: relative;
        justify-content: center;
    }

    .line_header_link {
        justify-content: space-between;
    }

    .exit_account {
        min-width: 60px;
        display: flex;
        justify-content: end;
    }
}

@media screen and (max-width: 380px) {
    .container {
        padding: 0px 15px;
    }

    .button_change_theme {
        left: 0px;
    }

    .car_maintenance_description {
        top: 30%;
        left: 23%;
        font-size: 12px;
    }
    .car_maintenance_tag {
        margin-right: -5%;
        margin-left: -13%;
    }
}

@media screen and (max-width: 320px) {
    .car_maintenance_description {
        font-size: 10px;
    }

    .car_maintenance_description {
        top: 28%;
        left: 23%;
        font-size: 11px;
    }
}
