@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_18pt-Regular.woff2') format('woff2'),
        url('fonts/Inter_18pt-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_18pt-Black.woff2') format('woff2'),
        url('fonts/Inter_18pt-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_18pt-ExtraLight.woff2') format('woff2'),
        url('fonts/Inter_18pt-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_18pt-Bold.woff2') format('woff2'),
        url('fonts/Inter_18pt-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_18pt-ExtraBold.woff2') format('woff2'),
        url('fonts/Inter_18pt-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_18pt-Light.woff2') format('woff2'),
        url('fonts/Inter_18pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_18pt-Medium.woff2') format('woff2'),
        url('fonts/Inter_18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_18pt-SemiBold.woff2') format('woff2'),
        url('fonts/Inter_18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_18pt-Thin.woff2') format('woff2'),
        url('fonts/Inter_18pt-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


.none_scroll {
    overflow: hidden;
}

body::-webkit-scrollbar {
    width: 0;
}

body {
    -ms-overflow-style: none;
}

body {
    overflow: -moz-scrollbars-none;
}

body,
html {
    padding: 0 !important;
    margin: 0 !important;
    background: #F4F4F7;
}

:root {
    font-family: 'Inter';
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
    padding: 0;
    margin: 0;
    display: block;
    color: #000;
    font-family: 'Inter';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
}

button,
a {
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    background: none;
    outline: none;
    font-family: 'Inter';
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    -webkit-appearance: none;
}

input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

img,
svg {
    margin: 0;
    padding: 0;
    display: block;
    object-fit: contain;
}
body sp-live-chat .widget-poweredby.svelte-kdvi1m.svelte-kdvi1m{
    display: none !important;
}
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1292px;
    position: relative;
}

.header {
    background: #050506;
    padding: 10px 0;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .container>span {
    color: #FFF;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 600;
}

.header_box {
    display: flex;
    gap: 51px;
}

.header_box>a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.5s ease;
}

.header_box>a span {
    color: #FFF;
}

.header_box>a:hover {
    color: #FD7805;
}

.header_box>a>svg {
    margin-right: 11px;
    max-width: 20px;
}

.header_social_box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header_social_box a {
    transition: opacity .5s ease;
    width: 20px;
    height: 20px;
    position: relative;
}

.header_social_box a:hover {
    opacity: .7;
}

.header_social_box a svg {
    width: 20px;
    height: 20px;
}

.nav_section {
    border: 1px solid #B2B3BF;
    background: #FFF;
    position: fixed;
    top: -120px;
    left: 0;
    right: 0;
    transition: top 1s ease;
    z-index: 50;
}

.nav_section.active {
    top: 0;
}

.nav_box {
    display: flex;
    align-items: center;
}

.custom-logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px 14px 20px;
    max-height: 48px;
}

.custom-logo-link img {
    width: 100%;
    height: 100%;
}

.custom-logo-link span {
    color: #FD7805;
    font-size: 15px;
    width: 210px;
    line-height: 0.9;
}

.custom-logo-link strong {
    text-transform: uppercase;
    font-size: 20px;
    display: block;
}

.nav_section ul {
    display: flex;
    border-left: 1px solid #E3E4EB;
    padding: 0;
    margin: 0;
}

.nav_section li {
    padding: 28px 32px;
    border-right: 1px solid #E3E4EB;
    display: block;
}

li.current-menu-item {
    background: #F4F4F7;
}

.nav_section li a {
    color: #050506;
    font-size: 17px;
    transition: color .5s ease;
}

.nav_section li a:hover {
    color: #FD7805;
}

.lang_box {
    display: flex;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
}

.lang_box span {
    color: #FD7805;
    font-size: 18px;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.lang_box span.vertical {
    background: #B2B3BF;
    width: 1px;
}

.lang_box a {
    color: #050506;
    font-size: 18px;
    font-weight: 300;
    transition: color .5s ease;
}

.lang_box a:hover {
    color: #FD7805;
}

.nav_user_box {
    display: flex;
    margin: 0 0 0 auto;
    align-items: center;
}

.nav_user_box>svg {
    margin-right: 10px;
}

.nav_user_login-registration_box a {
    color: #72737F;
    font-size: 14px;
    transition: color .5s ease;
}

.nav_user_login-registration_box a:hover {
    color: #FD7805;
}

.nav_user_logined_box {
    padding: 23px 41px 13px;
    display: flex;
    gap: 10px;
    border-radius: 0 12px 12px 0;
    transition: background .5s ease;
    cursor: pointer;
}

.nav_user_logined_box.active,
.nav_user_logined_box:hover {
    background: #F4F4F7;
}

.nav_user_logined_info_box span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--Black, #050506);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    gap: 12px;
}

.nav_user_logined_info_box span svg {
    rotate: 180deg;
    transition: rotate .5s ease;
}

.nav_user_logined_box.active .nav_user_logined_info_box span svg {
    rotate: 0deg;
}

.nav_user_logined_info_box span.user_level {
    color: #FD7805;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.user_logined_info_box {
    border-radius: 12px;
    border: 0 solid var(--Gray-2, #D5D5E5);
    background: var(--White, #FFF);
    position: absolute;
    top: 100px;
    right: 0;
    width: 311px;
    box-sizing: border-box;
    max-height: 0;
    overflow: hidden;
    transition: top .5s ease, border .5s ease, max-height .5s ease;
}

.nav_user_logined_box.active .user_logined_info_box {
    border: 1px solid var(--Gray-2, #D5D5E5);
    max-height: 400px;
}

.user_logined_info_box h4 {
    padding: 18px 20px;
    background: #F4F4F7;
    border-radius: 12px 12px 0 0;
}

.nav_user_logined_box .user_logined_info_box ul {
    display: block;
    padding: 18px 0;
}

.nav_user_logined_box .user_logined_info_box li {
    display: block;
    border: none;
    padding: 0;
}

.nav_user_logined_box .user_logined_info_box li a {
    color: var(--Dark-1, #252529);
    font-size: 14px;
    transition: color .5s ease, background .5s ease;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 20px;
}

.user_logined_info_box ul li a:hover {
    color: #FFF;
    background: #FD7805;
}

.user_logined_info_box ul a svg path {
    transition: fill .5s ease;
}

.user_logined_info_box ul a:hover svg path {
    fill: #fff;
}

.user_logined_info_box .user_logined_info_bottom {
    padding: 20px 22px;
    background: #F4F4F7;
    border-radius: 0 0 12px 12px;
}

.user_logined_info_box .user_logined_info_bottom a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.user_logined_info_box .user_logined_info_bottom a svg path {
    transition: fill .5s ease;
}

.user_logined_info_box .user_logined_info_bottom a:hover svg path {
    fill: #FD7805;
}

.user_logined_info_box .user_logined_info_bottom span {
    color: #72737F;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: color .5s ease;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.user_logined_info_box .user_logined_info_bottom a:hover span {
    color: #FD7805;
}

.user_logined_info_box a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.nav_box_static {
    position: absolute;
    left: 0;
    right: 0;
    top: 57px;
    z-index: 4;
}

.nav_box_static .nav_box {
    border-radius: 12px;
    border: 1px solid #B2B3BF;
    background: #FFF;
    width: 100%;
}

.nav_box_static ul {
    display: flex;
    border-left: 1px solid #E3E4EB;
    padding: 0;
    margin: 0;
}

.nav_box_static li,
.nav_section li {
    padding: 28px 24px;
    border-right: 1px solid #E3E4EB;
    display: block;
}

.nav_box_static li a,
.nav_section li a {
    color: #050506;
    font-size: 17px;
    transition: color .5s ease;
}

.nav_box_static li a:hover,
.nav_section li a:hover {
    color: #FD7805;
}

.nav_box_static .nav_user_box {
    margin: 0 28px 0 0;
}

.nav_user_login-registration_box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.nav_user_login-registration_box a:last-child {
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 6px 11px;
    border-radius: 52px;
    background: #FD7805;
    transition: background .5s ease, color .5s ease;
}

.nav_user_login-registration_box a:last-child:hover {
    background: #f5a35b;
    color: #fff;
}

.registration_box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 51;
    width: 100%;
    height: 100%;
}

.registration_box.active {
    display: block;
}

.registration_box .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    opacity: 0.8;
    background: #050506;
    z-index: 1;
}

.registration_card {
    overflow-y: scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    max-width: 760px;
    max-height: 680px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #E3E4EB;
    background: #F4F4F7;
    margin: auto;
    padding: 40px 45px 45px;
    box-sizing: border-box;
}
.registration_card.error{
height: fit-content;
}
.registration_card_insert_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 4px;
}

.registration_card_insert_top span {
    color: #FD7805;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 5px;
}

#registration_close {
    margin: 0 0 0 auto;
}

.registration_card>form {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    box-sizing: border-box;
}

.registration_card_title {
    color: #050506;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
    width: 100%;
    font-weight: 700;
}

.registration_card_subtitle {
    color: #72737F;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 20px;
}

.registration_card_main {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.registration_card_box {
    position: relative;
    border-radius: 6px;
    height: 380px;
    width: 50%;
}

.registration_card_step1_checkbox {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.registration_card_box_insert {
    border: 1px solid #E3E4EB;
    background: #FFF;
    padding: 30px 28px;
    border-radius: 6px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    transition: .5s ease;
}

.registration_card_step1_checkbox:checked+.registration_card_box_insert {
    border: 1px solid #FD7805;
}

.registration_card_box_top {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: center;
}

.registration_card_box_top span {
    color: #050506;
    font-size: 18px;
    font-weight: 700;
}

.registration_card_box_desc {
    color: #72737F;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.registration_card_box_insert>svg {
    display: block;
    margin: auto 0 0 0;
}

.registration_card_box_insert>svg circle:nth-child(2) {
    transition: fill .5s ease;
}

.registration_card_step1_checkbox:checked~.registration_card_box_insert>svg circle:nth-child(2) {
    fill: #FD7805;
}

.form_nav_box {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 16px;
    margin: 10px auto 0;
}

.form_next,
#form_submit {
    padding: 16px;
    display: flex;
    border-radius: 5px;
    background: #FD7805;
    max-width: 150px;
    width: 100%;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 8px 0px rgba(253, 120, 5, 0.25);
    gap: 10px;
    transition: opacity .5s ease;
}

#form_submit:disabled {
    background: #E3E4EB;
    color: #B2B3BF;
    box-shadow: none;
}

#form_submit {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    width: fit-content;
    max-width: fit-content;
    display: none;
}

#form_submit svg {
    width: 20.425px;
    height: 18px;
}

.form_next span {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
}

.form_next:disabled {
    background: #E3E4EB;
    color: #B2B3BF;
    box-shadow: none;
}

.form_next:disabled span {
    color: #B2B3BF;
}

.form_next:disabled path {
    stroke: #B2B3BF;
}

.form_next:hover {
    opacity: .5;
}

.form_prev {
    padding: 16px 19px;
    border-radius: 5px;
    border: 1px solid #B2B3BF;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: color .5s ease, background.5s ease;
}

.form_prev span {
    color: #72737F;
    font-size: 15px;
    font-weight: 500;
    transition: color .5s ease, background.5s ease;
}

.form_prev:hover {
    color: #fff;
    background: #FD7805;
}

.form_prev:hover span {
    color: #fff;
}

.form_prev svg path {
    transition: stroke .5s ease;
}

.form_prev:hover svg path {
    stroke: #FFF;
}

.registration_card_step2 .registration_card_box_insert .registration_card_box_top path {
    transition: fill .5s ease;
}

.registration_card_step2 .registration_card_step1_checkbox:checked+.registration_card_box_insert .registration_card_box_top path {
    fill: #FD7805;
}

.registration_card_step3 .registration_card_main {
    flex-wrap: wrap;
}

.registration_card_main_input_box {
    width: 100%;
}

.registration_card_main_input_box label {
    margin-bottom: 6px;
    color: #050506;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

.registration_card_main_input_box span {
    width: 100%;
}

.registration_card_main_input_box input {
    border-radius: 4px;
    border: 1px solid #B2B3BF;
    background: #FFF;
    padding: 9px 12px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    box-sizing: border-box;
}

input[type="password"]::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: fit-content;
    height: fit-content;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' viewBox='0 0 22 18' fill='none'%3E%3Cpath d='M20.8507 7.56503C19.9493 6.54531 18.9746 5.61574 17.9099 4.79883L15.2113 7.49179C15.3746 7.96503 15.4592 8.47207 15.4592 9.00165C15.4592 11.5763 13.3746 13.6608 10.8 13.6608C10.2704 13.6608 9.76338 13.5707 9.29014 13.4129L7.36901 15.334C8.4169 15.734 9.50986 15.9707 10.6704 15.9876C12.2479 16.0101 13.7296 15.6214 15.1437 14.934C17.0197 14.0214 18.6254 12.7369 20.0789 11.2552C20.3775 10.9509 20.6704 10.6242 20.9634 10.3087C21.2507 9.99884 21.5155 9.67207 21.6282 9.24954V8.7425C21.5211 8.26362 21.1662 7.91996 20.8507 7.56503ZM6.14648 9.00165C6.14648 6.427 8.23099 4.3425 10.8056 4.3425C12.3493 4.3425 13.7183 5.09179 14.5634 6.24672L16.8 4.0101C16.4789 3.80165 16.1521 3.60447 15.8197 3.41855C14.4958 2.68616 13.093 2.17912 11.5775 2.03827C10.2592 1.91996 8.98028 2.11151 7.73521 2.54531C5.72394 3.24954 3.98873 4.41574 2.43944 5.85799C1.75211 6.50024 1.13803 7.2101 0.478873 7.89179C0.242254 8.13405 0.112676 8.42137 0 8.7425V9.24954C0.112676 9.76785 0.495775 10.134 0.839437 10.5115C2.27042 12.1002 3.85915 13.4974 5.73521 14.5453C5.84789 14.6073 5.96056 14.6693 6.07887 14.7312L8.05634 12.7538C6.89577 11.92 6.14648 10.5509 6.14648 9.00165Z' fill='%23B2B3BF'/%3E%3Cpath d='M13.6057 7.20427L9.00287 11.8071C8.08456 11.2155 7.47048 10.1789 7.46484 9.00709C7.46484 7.1761 8.9578 5.67188 10.7944 5.67188C11.9719 5.67187 13.0141 6.28596 13.6057 7.20427Z' fill='%23B2B3BF'/%3E%3Cpath d='M14.1354 9.00111C14.1354 10.8377 12.6424 12.3363 10.8058 12.3363C10.665 12.3363 10.5297 12.3251 10.3945 12.3082L14.1128 8.58984C14.1297 8.72506 14.1354 8.86027 14.1354 9.00111Z' fill='%23B2B3BF'/%3E%3Cpath d='M2.24222 17.8056C1.98306 17.5465 1.98306 17.1183 2.24222 16.8592L18.907 0.194366C19.1662 -0.0647887 19.5943 -0.0647887 19.8535 0.194366C20.1126 0.453521 20.1126 0.88169 19.8535 1.14085L3.1887 17.8056C2.92391 18.0648 2.50137 18.0648 2.24222 17.8056Z' fill='%23B2B3BF'/%3E%3C/svg%3E");
    bottom: 0;
    margin: auto;
}

.registration_card_main_input_box input::placeholder {
    color: #B2B3BF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.registration_card_step2 .registration_card_main {
    flex-wrap: wrap;
}

.select_box {
    box-sizing: border-box;
}

.registration_card_main select {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #B2B3BF;
    background: #FFF;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgMyIgZD0iTTEzIDFMNyA3TDEgMSIgc3Ryb2tlPSIjQjJCM0JGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
    background-repeat: no-repeat;
}

.registration_card_main select:focus {
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgMyIgZD0iTTEzIDFMNyA3TDEgMSIgc3Ryb2tlPSIjQjJCM0JGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
    outline: 0;
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #B2B3BF;
    background: #FFF;
    padding: 10px 12px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 10px 12px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
}

.styledSelect:after {
    content: "";
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgMyIgZD0iTTEzIDFMNyA3TDEgMSIgc3Ryb2tlPSIjQjJCM0JGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-position: center;
    position: absolute;
    top: 17px;
    right: 16px;
    transition: rotate .5s ease;
}

.styledSelect:active,
.styledSelect.active {
    background-color: #eee;
}

.styledSelect:active:after,
.styledSelect.active:after {
    rotate: 180deg;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-height: 500px;
    overflow-y: scroll;
}

.options li {
    padding: 0 6px;
    margin: 0 0;
    padding: 10px 12px;
    font-size: 15px;
}

.options li:hover {
    background-color: #FD7805;
    color: white;
}

.regulations {
    display: flex;
    color: #72737F;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.regulations span {
    margin-right: 10px;
    display: flex;
    position: relative;
}

.regulations input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.regulations input:checked+svg path {
    fill: #FD7805;
}

.regulations a {
    display: contents;
    margin: 0 5px;
    color: #FD7805;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.registration_card_step1,
.registration_card_step2,
.registration_card_step3,
.registration_card_step4 {
    display: none;
}

.registration_card_step1.active,
.registration_card_step2.active,
.registration_card_step3.active,
.registration_card_step4.active {
    display: block;
}

#step_prev.non_active {
    display: none;
}

.burger {
    position: relative;
    margin: 0 0 0 auto;
    height: 76px;
    width: 76px;
    display: none;
    overflow: hidden;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.mob_menu {
    position: absolute;
    left: auto;
    top: auto;
    bottom: auto;
    right: 3%;
    width: fit-content;
    background: #F4F4F7;
    padding: 20px 0;
    padding: 0;
    z-index: 45;
    box-sizing: border-box;
    transition: left 1s ease;
    border-radius: 0 0 10px 10px;
    display: none;
}

.mob_menu .custom-logo-link {
    padding: 0 !important;
}

.mob_menu ul {
    display: block;
    padding: 0;
    margin: 20px 0;
}

.mob_menu li {
    display: block;
}

.mob_menu li a {
    color: #050506;
    font-size: 17px;
    transition: color .5s ease;
}

.mob_menu li:not(:last-child) {
    margin-bottom: 10px;
}

.mob_menu li a:hover {
    color: #FD7805;
}

.mob_menu .lang_box,
.mob_menu .nav_user_box {
    display: flex !important;
}

.mob_menu .lang_box {
    margin-bottom: 20px;
}

#login_popap,
#login_popap_errno {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: none;
}

#login_popap .overlay,
#login_popap_errno .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
    background: #050506;
}

.login_box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    z-index: 2;
    margin: auto;
    border-radius: 6px;
    border: 1px solid #E3E4EB;
    background: #F4F4F7;
    padding: 45px 40px;
}

#login_box_close,
#errno_box_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    cursor: pointer;
    height: 20px;
}

.form_box {
    display: none;
}

.form_box.active {
    display: block;
}

.form_box>span {
    color: var(--Black, #050506);
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

#login,
#lost_form {
    display: flex;
    width: 100%;
    max-width: 556px;
    gap: 6px;
    flex-wrap: wrap;
}

#login label,
#login input,
#lost_form label,
#lost_form input {
    width: 100%;
}

#login label,
#lost_form label {
    color: #252529;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

#login input,
#lost_form input {
    border-radius: 4px;
    border: 1px solid #B2B3BF;
    background: #FFF;
    padding: 10px 12px;
    color: #000;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.pass_box {
    position: relative;
    width: 100%;
    margin-bottom: 18px;
}

.pass_box input {
    padding: 10px 35px 10px 12px;
    margin-bottom: 0 !important;
}

.pass_box img.pass_show {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 21px;
    height: 18px;
    cursor: pointer;

    margin: auto;
}


#login input::placeholder,
#lost_form input::placeholder {
    color: #B2B3BF;
}

#login .submit_button,
#lost_form .submit_button {
    border-radius: 5px;
    background: #B2B3BF;
    color: #E3E4EB;
    padding: 16px 19px;
    font-size: 15px;
    font-weight: 600;
}

#login .submit_button.active,
#lost_form .submit_button.active {
    background: #FD7805;
    cursor: pointer;
}

#login .lost {
    color: #FD7805;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.form_box>span {
    margin-bottom: 10px;
}

.form_box>span.sub {
    color: #72737F;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 36px;
}

.lost_form_box {
    color: #72737F;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.lost_form_box a {
    color: #FD7805;
    font-size: 16px;
    display: contents;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

#reg_thank,
#reg_error {
    display: none;
}
#reg_thank{
    margin-bottom: 100px;
}
#reg_thank h3,
#reg_error h3 {
    color: #050506;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 110px;
}
#reg_error h3{
    margin-bottom: 12px;
}
#reg_thank>svg {
    width: 264.996px;
    height: 230.388px;
    margin: 0 auto;
    display: block;
}

#reg_thank>span,
#reg_error>span {
    color: #72737F;
    text-align: center;
    font-size: 16px;
    max-width: 461px;
    margin: 40px auto 0;
    font-weight: 400;
    line-height: 20px;
}
#reg_error>span{
    margin: 0 auto 30px;
}
#reg_thank>a,
#reg_error>a {
    border-radius: 5px;
    background: #FD7805;
    display: flex;
    padding: 16px 19px;
    width: fit-content;
    box-shadow: 0px 2px 8px 0px rgba(253, 120, 5, 0.25);
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    gap: 10px;
    color: #FFF;
    font-size: 15px;
    align-items: center;
    font-weight: 600;
}
#reg_error>a, .registration_box  #reg_thank>a{
    position: static;
    margin: 20px auto 0;
}

#mob_login {
    display: none;
}

.mob_link {
    display: none;
    background: #F4F4F7;
    border: 1px solid #D5D5E5;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    height: 80px;
    max-height: 80px;
    z-index: 55;
    position: relative;
    margin-bottom: -80px;
}

.mob_link a {
    margin: auto;
    width: fit-content;
    display: none;
    gap: 10px;
}

.mob_link a span {
    color: #72737F;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.burger {
    display: none;
    position: relative;
    height: 25px;
    flex-wrap: wrap;
    width: 36px;
    justify-content: flex-end;
    margin-right: 20px;
    position: relative;
}

.burger span {
    background: #B2B3BF;
    width: 36px;
    height: 2px;
    position: relative;
    transition: rotate .5s ease, opacity .5s ease, top .5s ease, bottom .5s ease;
}

.burger span:nth-child(2) {
    width: 30px;
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(1) {
    rotate: -45deg;
    top: 11px;
}

.burger.active span:nth-child(3) {
    rotate: 45deg;
    top: -4px;
}




#wp-admin-bar-my-account .ab-item .display-name {
    color: #fff;
    display: contents;
}

#wpadminbar .ab-sub-wrapper .display-name{
    color: #fff;
}




@media screen and (max-width: 1400px) {
    .container {
        width: 95%;
    }
}

@media screen and (max-width: 1130px) {
    .nav_box>nav {
        display: none;
    }

    .nav_box_static .nav_box {
        padding: 8px 0;
    }

    .nav_box_static .nav_user_box {
        display: none;
    }

    .burger {
        display: flex;
        margin: 0 20px 0 0;
    }

    .custom-logo-link {
        margin-right: -150px;
    }

    .nav_section .nav_user_box,
    .nav_box_static .nav_user_box {
        margin: 20px;
    }

    .nav_box_static li,
    .nav_section li {
        padding: 18px 20px;
        margin-bottom: 0 !important;
        border-top: 1px solid #D5D5E5;
    }

    .mob_menu ul {
        border-bottom: 1px solid #D5D5E5;
    }

    .mob_menu>a {
        display: flex;
        gap: 8px;
        margin: 0 20px 20px;
        align-items: center;
    }

    .mob_menu .header_social_box {
        margin: 20px;
    }

    .mob_menu .header_social_box span,
    .mob_menu .header_social_box a,
    .mob_menu .header_social_box a svg {
        width: 30px;
        height: 30px;
    }

    .mob_menu.active {
        display: block;
    }

    .nav_user_logined_box {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .lang_box {
        display: flex;
    }
}

header .nav_user_logined_box,
header .nav_user_logined_box:hover {
    padding: 0;
}

@media screen and (max-width: 900px) {
    .popap_loading_box {
        width: 80% !important;
    }

    .user_logined_info_box .users {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #F4F4F7;
        padding: 18px 20px;
    }

    .nav_user_logined_box,
    .nav_user_logined_box:hover {
        padding: 0;
    }

    .nav_user_logined_box .user_logined_info_box {
        width: 100%;
        border-radius: 0 0 12px 12px;
        top: 38px;
    }

    .user_logined_info_box h4 {
        font-size: 16px;
        padding: 0;
        border-radius: 0;
    }

    .nav_user_logined_box .user_logined_info_box ul {
        margin: 0;
    }

    .user_logined_info_box h4 span {
        color: #FD7805;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }

    .nav_user_logined_box {
        display: none;
    }

    .header .nav_user_logined_box {
        display: flex;
        flex-wrap: wrap;
    }

    .header {
        padding: 0;
    }

    .header_box>a span,
    .header_social_box {
        display: none;
    }

    .header_box>a>svg {
        margin: 0;
    }

    .header_box {
        gap: 0;
    }

    .header_box>a {
        padding: 10px;
    }

    .header .container {
        width: 100%;
    }

    .header .container>span {
        font-size: 13px;
        margin-left: 14px;
    }

    #mob_login {
        display: block;
    }

    .nav_box_static {
        position: relative;
        top: 0;
    }

    .nav_box_static .container {
        width: 100%;
    }

    .nav_box_static .nav_box {
        border-radius: 0;
        width: 100%;
        justify-content: space-between;
    }

    .mob_menu {
        right: 0;
    }

    .mob_menu .header_social_box {
        display: flex;
    }

    .mob_menu a span {
        display: block;
    }

    .header_box>a.active {
        background: #FD7805;
    }

    .header_box>a.active svg path {
        fill: #fff;
    }

    header {
        position: relative;
        z-index: 55;
    }

    .mob_link.active {
        display: flex;
    }

    .nav_section .nav_user_box {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .registration_card_box {
        height: auto;
    }

    .registration_card_box_insert>svg {
        margin-top: 30px;
    }
    .registration_card_box{
        width: 100%;
    }
    .registration_card_main {
        flex-wrap: wrap;
    }
    .registration_card {
        max-height: 90%;
        overflow: scroll;
        padding: 20px;
        height: fit-content;
        max-width: calc(100% - 40px);
    }

    #reg_thank {
        margin-bottom: 0;
        padding-bottom: 120px;
    }

    .registration_card_insert_top span {
        font-size: 14px;
    }

    .registration_card_title {
        font-size: 20px;
    }

    .registration_card_subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .registration_card_box_top {
        order: 1;
    }

    .registration_card_box_desc {
        order: 3;
        font-size: 14px;
    }

    .registration_card_box_insert>svg {
        order: 2;
        margin: 0 0 0 auto;
    }

    .registration_card_box_insert {
        padding: 25px;
    }

    .form_nav_box {
        flex-wrap: wrap;
        gap: 10px;
    }

    #form_submit,
    .form_prev,
    .form_next,#step_next {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .popap_notice .notice {
        max-width: 95%;
        padding: 40px;
    }

    .popap_pass_btn_box {
        flex-wrap: wrap;
    }
    .popap_notice .notice{
        padding: 40px !important;
    }


}

@media screen and (max-width: 650px) {
    .login_box {
        left: 15px;
        right: 15px;
        padding: 45px 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 600px) {


}

@media screen and (max-width: 500px) {
    .custom-logo-link {
        margin: 0;
        padding-right: 0;
        width: 160px;
        padding-left: 16px;
    }

    #reg_thank>svg {
        width: 30%;
        height: 100%;
    }

    #reg_thank h3 {
        margin-bottom: 55px;
    }

    .registration_card_box_top {
        width: 80%;
    }

    .registration_card {
        box-sizing: border-box;

    }

    .registration_box,
    #login_popap,
    #login_popap_errno {
        z-index: 56;
        transform: translateZ(0);
    }

    .login_box {
        width: calc(100% - 30px);
    }

    .registration_card {
        height: 90vh;
    }

    .registration_card>form {
        height: 95%;
    }
}

@media screen and (max-width: 420px){
    #close_notice,
    #close_notice_new_pass {
        width: 100% !important;
    }
}

