@charset "UTF-8";

@font-face
{
 font-display: swap;
 font-family: 'Nunito Sans';
 font-style: normal;
 font-weight: 300;
 src: url('/styles/fonts/nunito-sans-v19-cyrillic_latin-300.woff2') format('woff2'),
      url('/styles/fonts/nunito-sans-v19-cyrillic_latin-300.ttf') format('truetype');
}

@font-face
{
 font-display: swap;
 font-family: 'Nunito Sans';
 font-style: italic;
 font-weight: 300;
 src: url('/styles/fonts/nunito-sans-v19-cyrillic_latin-300italic.woff2') format('woff2'),
      url('/styles/fonts/nunito-sans-v19-cyrillic_latin-300italic.ttf') format('truetype');
}

@font-face
{
 font-display: swap;
 font-family: 'Nunito Sans';
 font-style: normal;
 font-weight: 400;
 src: url('/styles/fonts/nunito-sans-v19-cyrillic_latin-regular.woff2') format('woff2'),
      url('/styles/fonts/nunito-sans-v19-cyrillic_latin-regular.ttf') format('truetype');
}

@font-face
{
 font-display: swap;
 font-family: 'Nunito Sans';
 font-style: italic;
 font-weight: 400;
 src: url('/styles/fonts/nunito-sans-v19-cyrillic_latin-italic.woff2') format('woff2'),
      url('/styles/fonts/nunito-sans-v19-cyrillic_latin-italic.ttf') format('truetype');
}

@font-face
{
 font-display: swap;
 font-family: 'Nunito Sans';
 font-style: normal;
 font-weight: 500;
 src: url('/styles/fonts/nunito-sans-v19-cyrillic_latin-500.woff2') format('woff2'),
      url('/styles/fonts/nunito-sans-v19-cyrillic_latin-500.ttf') format('truetype');
}

@font-face
{
 font-display: swap;
 font-family: 'Nunito Sans';
 font-style: italic;
 font-weight: 500;
 src: url('/styles/fonts/nunito-sans-v19-cyrillic_latin-500italic.woff2') format('woff2'),
      url('/styles/fonts/nunito-sans-v19-cyrillic_latin-500italic.ttf') format('truetype');
}

@font-face
{
 font-display: swap;
 font-family: 'Nunito Sans';
 font-style: normal;
 font-weight: 600;
 src: url('/styles/fonts/nunito-sans-v19-cyrillic_latin-600.woff2') format('woff2'),
      url('/styles/fonts/nunito-sans-v19-cyrillic_latin-600.ttf') format('truetype');
}

@font-face
{
 font-display: swap;
 font-family: 'Nunito Sans';
 font-style: italic;
 font-weight: 600;
 src: url('/styles/fonts/nunito-sans-v19-cyrillic_latin-600italic.woff2') format('woff2'),
      url('/styles/fonts/nunito-sans-v19-cyrillic_latin-600italic.ttf') format('truetype');
}

@font-face
{
 font-display: swap;
 font-family: 'Nunito Sans';
 font-style: normal;
 font-weight: 700;
 src: url('/styles/fonts/nunito-sans-v19-cyrillic_latin-700.woff2') format('woff2'),
      url('/styles/fonts/nunito-sans-v19-cyrillic_latin-700.ttf') format('truetype');
}

@font-face
{
 font-display: swap;
 font-family: 'Nunito Sans';
 font-style: italic;
 font-weight: 700;
 src: url('/styles/fonts/nunito-sans-v19-cyrillic_latin-700italic.woff2') format('woff2'),
      url('/styles/fonts/nunito-sans-v19-cyrillic_latin-700italic.ttf') format('truetype');
}

@font-face
{
 font-display: swap;
 font-family: 'PT Root';
 font-style: normal;
 font-weight: 400;
 src: url('/styles/fonts/pt-root-ui-vf.woff2') format('woff2'),
      url('/styles/fonts/pt-root-ui-vf.ttf') format('truetype');
}

@font-face
{
 font-display: swap;
 font-family: 'PT Root';
 font-style: normal;
 font-weight: 500;
 src: url('/styles/fonts/pt-root-ui-vf.woff2') format('woff2'),
      url('/styles/fonts/pt-root-ui-vf.ttf') format('truetype');
}

@font-face
{
 font-display: swap;
 font-family: 'PT Root';
 font-style: normal;
 font-weight: 600;
 src: url('/styles/fonts/pt-root-ui-vf.woff2') format('woff2'),
      url('/styles/fonts/pt-root-ui-vf.ttf') format('truetype');
}

body
{
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.875rem;
 font-weight: 300;
 color: #000000;
 padding: 0;
 margin: 0;
 background: #F6F6F6;
 overflow: hidden;
}

h1
{
 font-size: 1.5rem;
 font-weight: 600;
 line-height: 1.3;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 20px
}

h2
{
 font-size: 1.063rem;
 font-weight: 600;
 line-height: 1.3;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

h3
{
 font-size: 1rem;
 font-weight: 600;
 line-height: 1.3;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

p,
ul
{
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

a
{
 color: var(--d-brand, #00876a);
 text-decoration: underline
}

::selection
{
 color: var(--d-brand-dark, #006b54);
 background: var(--d-brand-soft, #e9f4f1);
}

.link,
.link:hover,
.link:active,
.link:visited
{
 text-decoration: none
}

.link_active,
.link_active:hover,
.link_active:active,
.link_active:visited
{
 color: #666666;
 text-decoration: none
}

strong
{
 font-weight: 500
}

.center
{
 text-align: center
}

img
{
 display: block;
 border: 0
}

form
{
 display: block;
 margin: 0
}

textarea
{
 resize: none
}

table
{
 width: 100%;
 border-top: 1px solid #CCCCCC;
 border-left: 1px solid #CCCCCC;
 border-collapse: separate;
 border-spacing: 0;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 20px
}

th
{
 font-weight: 500;
 text-align: center;
 border-bottom: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 padding-top: 5px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 background: #EFEFEF
}

td
{
 text-align: center;
 border-bottom: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 padding-top: 5px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 5px
}

.container
{
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0
}

.account_button
{
 position: relative;
 padding: 0;
 margin: 0
}

.account_button_exit
{
 display: flex;
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 10px;
 margin-right: 0;
 margin-bottom: 0
}

.account_button_exit a
{
 display: flex
}

.account_button_exit img
{
 width: auto;
 height: 12px;
 margin: auto
}

.content
{
 display: flex;
 gap: 30px;
 padding-left: 30px;
 padding-right: 30px;
}

.search_form
{
 font-family: 'PT Root', Helvetica, sans-serif;
 font-size: 0.75rem;
 font-weight: 400;
 color: #0000000;
 padding-top: 7px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 7px;
 border: 1px solid #CCCCCC;
 box-sizing: border-box;
 border-radius: 3px;
 box-sizing: border-box
}

.search_button
{
 font-family: 'PT Root', Helvetica, sans-serif;
 font-size: 0.75rem;
 font-weight: 500;
 color:#333333;
 padding-top: 7px;
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 7px;
 margin: 0;
 background: #E9E9E9;
 border: 1px solid #E0E0E0;
 box-sizing: border-box;
 border-radius: 3px;
 cursor: pointer
}

.list
{
 position: relative;
 flex: 1;
 overflow-y: auto;
 min-height: 0;
 
 padding: 0 10px;
 background: #FFFFFF;
 border: 1px solid #E0E0E0;
 box-sizing: border-box;
 border-radius: 5px;
}

.list::before
{
 content: '';
 display: block;
 position: sticky;
 top: 0;
 height: 10px;
 background: #FFF;
 z-index: 1;
}

.header_row
{
 display: flex;
 gap: 20px;
 position: sticky;
 top: 10px;
 padding-top: 7px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 7px;
 margin: 0;
 background: #F0F0F0;
 border: 1px solid #E0E0E0;
 border-radius: 3px;
 box-sizing: border-box;
 justify-content: space-between;
 z-index: 10;
}

.row
{
 display: flex;
 gap: 20px;
 position: relative;
 padding-top: 10px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 10px;
 margin: 0;
 border-bottom: 1px solid rgba(0,0,0,.125);
 justify-content: space-between;
}

.col_orders
{
 line-height: 1.3;
 position: relative;
 width: 5%;
 padding: 0;
 margin: 0;
}

.col_variable
{
 font-weight: 450;
 line-height: 1.5;
 position: relative;
 width: 30%;
 padding: 0;
 margin: 0;
}

.col_value
{
 color: #666666;
 line-height: 1.5;
 position: relative;
 width: 40%;
 padding: 0;
 margin: 0;
}

.col_name
{
 font-weight: 450;
 line-height: 1.3;
 position: relative;
 width: 70%;
 padding: 0;
 margin: 0
}

.col_status
{
 line-height: 1.5;
 position: relative;
 width: 15%;
 padding: 0;
 margin: auto;
}

.col_edit
{
 font-weight: 500;
 line-height: 1.3;
 position: relative;
 width: 10%;
 padding-top: 0;
 padding-left: 0;
 padding-right: 10px;
 padding-bottom: 0;
 margin: auto;
 box-sizing: border-box;
}

.right
{
 text-align: right;
}

.accept
{
 --info-text: #006b54;
 --info-bg: #e9f4f1;
 --info-line: #b7ddd3;
}

.error
{
 --info-text: #b3261e;
 --info-bg: #fdf2f1;
 --info-line: #f2c4bf;
}

.form
{
 position: relative;
 width: 60%;
 padding-top: 20px;
 padding-left: 25px;
 padding-right: 25px;
 padding-bottom: 25px;
 margin: auto;
 background: #F6F6F6;
 border: 1px solid #E0E0E0;
 border-radius: 5px;
 box-sizing: border-box
}

.form_field_date
{
 position: relative;
 max-width: 110px;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

.form_field_price
{
 position: relative;
 width: 130px;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

.form_field_article
{
 position: relative;
 width: 170px;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

.form_field
{
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

.form_field label,
.form_field_orders label,
.form_field_date label,
.form_field_price label,
.form_field_article label,
.form_field_images_item label,
.form_field_image_item label,
.form_field_image_icon label,
.form_field_image_logo label,
.form_field_feature label
{
 font-size: 0.825rem;
 font-weight: 700;
 color: #666666;
 line-height: 2
}

.images
{
 position: relative;
 padding-top: 20px;
 padding-left: 25px;
 padding-right: 25px;
 padding-bottom: 25px;
 margin-top: 25px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 0;
 background: #F0F0F0;
 border: 1px solid #E0E0E0;
 border-radius: 5px;
 box-sizing: border-box
}

.images_title
{
 font-size: 0.875rem;
 font-weight: 500;
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 20px
}

.form_button
{
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 10px
}

label
{
 font-size: 0.813rem;
 font-weight: 400;
 color: #666666;
 line-height: 1.7;
 margin-left: 5px
}

.label
{
 font-size: 0.813rem;
 font-weight: 400;
 color: #666666;
 margin-bottom: 15px
}

.textform
{
 width: 100%;
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.875rem;
 font-weight: 400;
 color: #333333;
 padding: 8px;
 border: 1px solid #C9C9C9;
 resize: none;
 border-radius: 6px;
 box-sizing: border-box
}

.descriptionform
{
 width: 100%;
 font-family: 'PT Root', Helvetica, sans-serif;
 font-size: 0.813rem;
 font-weight: 450;
 color: #000000;
 line-height: 1.5;
 padding: 10px;
 border: 1px solid #CCCCCC;
 border-radius: 3px;
 box-sizing: border-box
}

.button
{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 height: 44px;
 padding: 0 22px;
 margin: 0;
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.9375rem;
 font-weight: 700;
 color: var(--d-card);
 background: var(--d-ink);
 border: 1px solid var(--d-ink);
 border-radius: 6px;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 appearance: none;
}

@media (hover:hover)
{
 .button:hover,
 .footer_subscribe_button:hover
 {
  color: var(--d-card);
  background: #000000;
 }
}

@media (hover:none)
{
 .button:active,
 .footer_subscribe_button:active
 {
  color: var(--d-card);
  background: #000000;
 }
}

.delete
{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 height: 44px;
 padding: 0 22px;
 margin: 0;
 color: #FFF;
 background: #CC0000;
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.9375rem;
 font-weight: 700;
 border: 1px solid #CC0000;
 border-radius: 6px;
 cursor: pointer;
 text-decoration: none;
 appearance: none;
}

.publish
{
 font-family: 'PT Root', Helvetica, sans-serif;
 font-size: 0.813rem;
 font-weight: 500;
 color: #336699;
 padding: 0;
 margin: 0;
 background: none;
 border: none;
 cursor: pointer
}

.publish_accept
{
 font-family: 'PT Root', Helvetica, sans-serif;
 font-size: 0.813rem;
 font-weight: 500;
 color: #ffffff;
 padding-top: 10px;
 padding-left: 25px;
 padding-right: 25px;
 padding-bottom: 10px;
 margin: 0;
 background: #009900;
 border: 0;
 border-radius: 3px;
 cursor: pointer
}

.delete_image
{
 font-family: 'PT Root', Helvetica, sans-serif;
 font-size: 0.813rem;
 font-weight: 450;
 color: #CC0000;
 padding: 0;
 margin: 0;
 background: none;
 border: none;
 cursor: pointer
}

.blue_text_button
{
 font-family: 'PT Root', Helvetica, sans-serif;
 font-size: 0.813rem;
 font-weight: 500;
 line-height: 1.3;
 color: #336699;
 margin: 0;
 padding: 0;
 background: none;
 border: none;
 cursor: pointer
}

.testform
{
 display: none
}

.exit
{
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.813rem;
 font-weight: 400;
 color: #FFFFFF;
 text-transform: uppercase;
 padding-top: 10px;
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 10px;
 margin: 0;
 background: var(--d-brand);
 border: 0;
 border-radius: 7px;
 cursor: pointer
}

.popup_info
{
 display: flex;
 position: fixed;
 width: 100%;
 padding: 0;
 margin: 0;
 top: 15%;
 z-index: 10000
}

.info_popup_text
{
 position: relative;
 top: 100px;
}

.info_message
{
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.9375rem;
 font-weight: 700;
 line-height: 1.4;
 max-height: 300px;
 max-width: 70%;
 padding-top: 12px;
 padding-left: 22px;
 padding-right: 22px;
 padding-bottom: 12px;
 margin: auto;
 color: var(--info-text, var(--d-text));
 background: var(--info-bg, var(--d-card));
 box-shadow: 0 10px 24px rgba(0,0,0,0.12);
 border: 1px solid var(--info-line, var(--d-line));
 border-radius: 6px;
 box-sizing: border-box;
 text-align: center;
 cursor: pointer;
 overflow: auto;
}

.loading
{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 999;
 display: flex;
 align-items: center;
 justify-content: center;
 background: rgba(255, 255, 255, 0.65);
}

.loading::after
{
 content: '';
 width: 44px;
 height: 44px;
 border: 5px solid #999999;
 border-bottom-color: transparent;
 border-radius: 50%;
 box-sizing: border-box;
 animation: rotation 1s linear infinite;
}

#loading_overlay
{
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 10001;
}

.button-loading
{
 color: transparent !important;
 pointer-events: none;
}

.button-spinner
{
 position: absolute;
 display: flex;
 align-items: center;
 justify-content: center;
 pointer-events: none;
 z-index: 5;
}

.button-spinner-circle
{
 width: 16px;
 height: 16px;
 border: 2px solid #FFFFFF;
 border-bottom-color: transparent;
 border-radius: 50%;
 box-sizing: border-box;
 display: inline-block;
 animation: rotation 1s linear infinite;
}

.button-spinner-inline
{
 display: inline-flex;
 align-items: center;
 vertical-align: middle;
 margin-left: 6px;
 pointer-events: none;
}

.button-spinner-inline .button-spinner-circle
{
 width: 13px;
 height: 13px;
 border-width: 2px;
}

.spinner-gray
{
 border-color: #999999;
 border-bottom-color: transparent;
}

.block_loading_overlay
{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 5;
 display: flex;
 align-items: center;
 justify-content: center;
 background: rgba(255, 255, 255, 0.65);
 border-radius: inherit;
}

.pages
{
 display: flex;
 position: sticky;
 bottom: 0;
 padding-top: 20px;
 padding-left: 10px;
 padding-right: 0;
 padding-bottom: 0;
 margin: 0;
 justify-content: flex-start;
 flex-wrap: wrap;
 background: #FFF;
}

.page
{
 font-size: 0.875rem;
 font-weight: 500;
 position: relative;
 padding-top: 10px;
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 10px;
 margin-top: 0;
 margin-left: 0;
 margin-right: 10px;
 margin-bottom: 10px;
 border: 1px solid #999999;
 border-radius: 3px;
 text-decoration: none;
 box-sizing: border-box
}

.page_active
{
 font-size: 0.875rem;
 font-weight: 500;
 color: #999999;
 text-decoration: none;
 position: relative;
 padding-top: 10px;
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 10px;
 margin-top: 0;
 margin-left: 0;
 margin-right: 10px;
 margin-bottom: 10px;
 border: 1px solid #E0E0E0;
 border-radius: 3px;
 box-sizing: border-box
}

.form_field_title
{
 font-size: 1rem;
 font-weight: 500;
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

.form_field_checkbox
{
 position: relative;
 line-height: 1.5;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

:is(.class_form_box, .settings_section) .form_field_checkbox input[type="checkbox"],
.popup_window:has(.auth_tabs) .form_field_checkbox.left input[type="checkbox"],
.lesson_quiz_check input[type="checkbox"],
.popup_confirm input[type="checkbox"],
.msettings_check
{
 appearance: none;
 -webkit-appearance: none;
 width: 21px;
 height: 21px;
 margin: 0;
 background: var(--d-card);
 border: 1px solid var(--d-line-2);
 border-radius: 5px;
 cursor: pointer;
 flex-shrink: 0;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 transition: border-color 0.15s ease, background 0.15s ease;
}

@media (hover:hover)
{
 :is(.class_form_box, .settings_section) .form_field_checkbox input[type="checkbox"]:hover,
 .popup_window:has(.auth_tabs) .form_field_checkbox.left input[type="checkbox"]:hover,
 .lesson_quiz_check input[type="checkbox"]:hover,
 .popup_confirm input[type="checkbox"]:hover,
 .msettings_check:hover
 {
  border-color: var(--d-ink);
 }
}

:is(.class_form_box, .settings_section) .form_field_checkbox input[type="checkbox"]:checked,
.popup_window:has(.auth_tabs) .form_field_checkbox.left input[type="checkbox"]:checked,
.lesson_quiz_check input[type="checkbox"]:checked,
.msettings_check:checked
{
 background: var(--d-brand);
 border-color: var(--d-brand);
}

:is(.class_form_box, .settings_section) .form_field_checkbox input[type="checkbox"]::after,
.popup_window:has(.auth_tabs) .form_field_checkbox.left input[type="checkbox"]::after,
.lesson_quiz_check input[type="checkbox"]::after,
.popup_confirm input[type="checkbox"]::after,
.msettings_check::after
{
 content: '';
 width: 5px;
 height: 9px;
 border: solid transparent;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg) translate(-1px, -1px);
}

:is(.class_form_box, .settings_section) .form_field_checkbox input[type="checkbox"]:checked::after,
.popup_window:has(.auth_tabs) .form_field_checkbox.left input[type="checkbox"]:checked::after,
.lesson_quiz_check input[type="checkbox"]:checked::after,
.popup_confirm input[type="checkbox"]:checked::after,
.msettings_check:checked::after
{
 border-color: var(--d-card);
}

.form_field_buttons
{
 display: flex;
 gap: 10px;
 position: sticky;
 padding: 10px;
 margin-top: 15px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px;
 z-index: 100;
 bottom: 0;
 background: #F0F0F0;
 border: 1px solid #E0E0E0;
 border-radius: 5px;
 box-sizing: border-box;
 justify-content: flex-start;
 align-items: center;
 flex-wrap: wrap
}

.form_field_button
{
 position: relative;
 padding: 10px;
 margin-top: 15px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px;
 background: #F0F0F0;
 border: 1px solid #E0E0E0;
 border-radius: 5px;
 box-sizing: border-box;
}

html.is-scroll-locked
{
 overflow: hidden;
}

html.is-scroll-locked body
{
 overflow: visible;
 padding-right: var(--scroll-lock-gap, 0px);
}

.popup_background
{
 display: flex;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 justify-content: center;
 align-items: center;
 z-index: 10000;
 background: rgba(0,0,0, .40);
}

.popup_window
{
 position: relative;
 max-width: 440px;
 max-height: 90dvh;
 width: 100%;
 margin: 10px;
 background: var(--d-card);
 box-sizing: border-box;
 border-radius: 14px;
 box-shadow: 0 20px 40px rgba(0,0,0,0.15);
 display: flex;
 flex-direction: column;
 overflow: hidden;
}

.popup_close
{
 position: absolute;
 top: 10px;
 right: 10px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 34px;
 height: 34px;
 padding: 0;
 background: transparent;
 border: 0;
 border-radius: 8px;
 cursor: pointer;
 user-select: none;
 z-index: 2;
 transition: background 0.15s ease;
}

@media (hover:hover)
{
 .popup_close:hover
 {
  background: var(--d-hover);
 }
}

@media (hover:none)
{
 .popup_close:active
 {
  background: var(--d-hover);
 }
}

.popup_close img
{
 width: 16px;
 height: 16px;
}

.popup_window_title
{
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 1.375rem;
 font-weight: 800;
 color: var(--d-ink);
 text-align: left;
 padding: 24px 60px 0 26px;
 margin: 0 0 12px 0;
}

.popup_window_subtitle
{
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.9375rem;
 font-weight: 600;
 color: var(--d-muted);
 text-align: left;
 padding: 0 26px;
 margin: 0 0 12px 0;
}

.popup_window_item
{
 text-align: left;
 padding: 0 26px;
 margin: 0 0 6px 0;
}

.popup_message
{
 padding: 24px 26px 20px;
 margin: 0;
 max-height: 60dvh;
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.9375rem;
 font-weight: 600;
 line-height: 1.5;
 color: var(--d-text);
 text-align: left;
 scrollbar-width: thin;
 overflow-y: auto;
}

.popup_window_title + .popup_message,
.popup_window_subtitle + .popup_message,
.popup_window_item + .popup_message
{
 padding-top: 0;
}

.popup_message p
{
 margin: 0 0 8px 0;
}

.popup_message p:last-child
{
 margin-bottom: 0;
}

.popup_button
{
 display: flex;
 gap: 10px;
 padding: 18px 26px 24px;
 margin: 0;
 justify-content: flex-end;
 background: var(--d-card);
 border-top: 1px solid var(--d-line);
 flex-wrap: wrap;
}

@media screen and (max-width: 900px)
{
 .popup_button > .button,
 .popup_button > .delete,
 .popup_button > .msettings_back
 {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 12px;
  box-sizing: border-box;
 }

}

.exit
{
 font-family: 'PT Root', Helvetica, sans-serif;
 font-size: 0.813rem;
 font-weight: 500;
 color: #FFFFFF;
 text-transform: uppercase;
 padding-top: 10px;
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 10px;
 margin: 0;
 background: var(--d-brand);
 border: 0;
 border-radius: 5px;
 cursor: pointer
}

.popup_info
{
 display: flex;
 position: fixed;
 width: 100%;
 padding: 0;
 margin: 0;
 top: 15%;
 z-index: 90000
}

.info_popup_text
{
 position: relative;
 top: 100px;
}

.dragndrop_item_opacity
{
 opacity: 0.3
}

.image_item .dragndrop_item
{
 position: absolute;
 right: 0;
 bottom: 0;
 padding-top: 10px;
 padding-left: 10px;
 cursor: grab
}

.dragndrop_item img
{
 width: 8px;
 height: auto;
 margin: 0;
}

@keyframes rotation 
{
 0%
 {
  transform: rotate(0deg);
 }
 
 100%
 {
  transform: rotate(360deg);
 }
}

@media screen and (max-width: 1380px)
{
 .form
 {
  width: 80%;
 }
}

@media screen and (max-width: 1180px)
{
 .menu_button
 {
  margin-left: 10px;
  margin-right: 10px
 }

 .header_wrap,
 .footer_wrap,
 .copyright_wrap
 {
  padding-left: 30px;
  padding-right: 30px
 }
}

@media screen and (max-width: 980px)
{
 .header
 {
  position: relative;
  border-bottom: 1px solid #D0D0D0
 }

 .logo
 {
  width: 35%
 }

 .logo img
 {
  width: auto;
  height: 20px
 }

 .shop
 {
  width: 50%
 }

 .user img
 {
  height: 20px
 }

 .mobile_menu
 {
  display: flex;
  position: relative;
  width: 15%;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 25px;
  margin: 0;
  justify-content: flex-end
 }

 .mobile_button
 {
  position: relative;
  padding: 0;
  margin: auto 0
 }

 .mobile_button img
 {
  width: auto;
  height: 20px
 }

 .mobile_links
 {
  position: absolute;
  width: 100%;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  border-bottom: 1px solid #E9E9E9;
  z-index: 1000;
  box-sizing: border-box
 }

 .account_buttons
 {
  display: block;
  position: relative;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #E0E0E0
 }

 .footer_wrap
 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  padding-top: 30px;
  padding-bottom: 15px
 }

 .footer_item_social_title
 {
  text-align: left;
  margin-bottom: 15px
 }

 .footer_item_social
 {
  margin-bottom: 30px;
  justify-content: flex-start
 }

 .footer_item_social_icon
 {
  margin-left: 0;
  margin-right: 15px;
  margin-bottom: 0
 }

 .footer_item_payment_title
 {
  text-align: left;
  margin-bottom: 15px
 }

 .footer_item_payment
 {
  margin-bottom: 35px;
  justify-content: flex-start
 }

 .footer_item_payment_icon
 {
  margin-left: 0;
  margin-right: 15px
 }

 .footer_item_macropod
 {
  position: relative;
  margin-bottom: 15px
 }
}

@media screen and (max-width: 780px)
{
 table
 {
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
 }

 .logo
 {
  width: 80%
 }

 .mobile_menu
 {
  width: 20%
 }

 .copyright_wrap
 {
  display: block
 }

 .copyright_left
 {
  width: 100%;
  margin-bottom: 20px
 }

 .copyright_logo img
 {
  width: 170px
 }

 .copyright_right
 {
  width: 100%
 }

 .copyright_links
 {
  margin-bottom: 15px;
  justify-content: flex-start
 }

 .copyright_legal,
 .copyright_privacy,
 .copyright_sitemap
 {
  font-size: 0.813rem
 }

 .copyright_text
 {
  font-size: 0.813rem;
  text-align: left
 }
 
 .form
 {
  width: 90%;
 }
}

@media screen and (max-width: 480px)
{
 body
 {
  font-size: 1rem;
  font-weight: 400
 }

 h1
 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 15px
 }

 h2
 {
  font-size: 1.25rem;
  font-weight: 700
 }

 h3
 {
  font-size: 1.125rem;
  font-weight: 700
 }

 th, td
 {
  font-size: 1rem
 }

 .shop
 {
  display: none
 }

 .header_wrap,
 .mobile_links
 {
  padding-left: 20px;
  padding-right: 20px
 }
 
 .form
 {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
 }

 label,
 .label
 {
  font-size: 0.875rem
 }

 .textform,
 .button
 {
  font-size: 1rem
 }

 .footer_wrap
 {
  grid-template-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px
 }

 .footer_item_title
 {
  font-size: 1.063rem;
  font-weight: 700
 }

 .footer_item_link
 {
  font-size: 1rem;
  font-weight: 500
 }

 .footer_item_social_title
 {
  font-size: 1.063rem;
  font-weight: 700
 }

 .footer_item_social_icon
 {
  margin-right: 20px
 }

 .footer_item_social_icon img
 {
  width: 35px
 }

 .footer_item_payment_title
 {
  font-size: 1.063rem
 }

 .footer_item_payment
 {
  margin-bottom: 50px
 }

 .footer_item_payment_icon img
 {
  height: 16px
 }

 .footer_item_macropod img
 {
  width: 45px
 }

 .copyright_wrap
 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 75px
 }

 .copyright_links
 {
  display: block;
  margin-bottom: 20px
 }

 .copyright_legal
 {
  font-size: 0.875rem;
  margin-bottom: 10px
 }

 .copyright_privacy
 {
  font-size: 0.875rem;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
  border-left: 0
 }

 .copyright_sitemap
 {
  font-size: 0.875rem;
  padding-left: 0;
  margin-left: 0;
  border-left: 0
 }

 .popup_message
 {
  font-size: 1rem
 }
}

@media screen and (max-width: 380px)
{
 .popup_window
 {
  margin: 10px
 }
}

:root
{
 --d-ink: #1c1c1c;
 --d-text: #333333;
 --d-muted: #6f6f6f;
 --d-line: #e4e4e4;
 --d-line-2: #d2d2d2;
 --d-bg: #f4f4f4;
 --d-card: #ffffff;
 --d-hover: #f0f0f0;
 --d-active: #e6e6e6;
 --d-thumb: #dcdcdc;
 --d-brand: #00876a;
 --d-brand-dark: #006b54;
 --d-brand-soft: #e9f4f1;
 --d-wrap: 1500px;
 --d-pad: 40px;
 --d-safe-bottom: env(safe-area-inset-bottom, 0px);
 --d-sticky-top: 79px;
}

.header
{
 position: sticky;
 top: 0;
 z-index: 100;
 width: 100%;
 background: var(--d-card);
 border-bottom: 1px solid var(--d-line);
}

.header::before
{
 content: '';
 position: absolute;
 top: -100vh;
 left: 0;
 width: 100%;
 height: 100vh;
 background: var(--d-card);
 pointer-events: none;
}

.header_wrap
{
 display: flex;
 align-items: center;
 gap: 6px;
 height: 62px;
 max-width: var(--d-wrap);
 padding-left: var(--d-pad);
 padding-right: var(--d-pad);
 margin: 0 auto;
 box-sizing: border-box;
}

.logo
{
 display: inline-flex;
 align-items: center;
 margin-right: 12px;
 text-decoration: none;
 flex-shrink: 0;
}

@media (hover:hover)
{
 .logo:hover
 {
  opacity: 0.75;
 }
}

@media (hover:none)
{
 .logo:active
 {
  opacity: 0.75;
 }
}

.logo_full
{
 display: block;
 width: auto;
 height: 30px;
 transform: translateY(-12%);
}

.logo_mark
{
 display: none;
 width: auto;
 height: 30px;
}

.menu_link
{
 display: inline-flex;
 align-items: center;
 gap: 6px;
 height: 40px;
 padding: 0 14px;
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.938rem;
 font-weight: 600;
 color: var(--d-text);
 background: transparent;
 border: 0;
 border-radius: 6px;
 cursor: pointer;
 white-space: nowrap;
 text-decoration: none;
}

@media (hover:hover)
{
 .menu_link:hover
 {
  color: var(--d-ink);
  background: var(--d-hover);
  text-decoration: none;
 }
}

@media (hover:none)
{
 .menu_link:active
 {
  color: var(--d-ink);
  background: var(--d-hover);
  text-decoration: none;
 }
}

.menu_link.is-active
{
 color: var(--d-brand);
 background: var(--d-brand-soft);
}

.menu_link_chevron
{
 display: inline-block;
}

.menu
{
 display: flex;
 align-items: center;
 gap: 2px;
}

.header_spacer
{
 flex: 1 1 auto;
}

.header_user
{
 display: flex;
 align-items: center;
 gap: 4px;
 flex-shrink: 0;
}

.tarif_badge
{
 display: inline-flex;
 align-items: center;
 height: 30px;
 padding: 0 14px;
 margin-right: 6px;
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.875rem;
 font-weight: 700;
 color: var(--d-muted);
 background: var(--d-bg);
 border: 1px solid var(--d-line-2);
 border-radius: 999px;
 white-space: nowrap;
 box-sizing: border-box;
 flex-shrink: 0;
}

.nav_drawer_tarif
{
 flex-shrink: 0;
 padding: 0 4px 12px;
}

.nav_drawer_tarif .tarif_badge
{
 margin-right: 0;
}

.icon_button
{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 height: 40px;
 color: var(--d-text);
 background: transparent;
 border: 0;
 border-radius: 6px;
 cursor: pointer;
}

@media (hover:hover)
{
 .icon_button:hover
 {
  color: var(--d-ink);
  background: var(--d-hover);
 }
}

@media (hover:none)
{
 .icon_button:active
 {
  color: var(--d-ink);
  background: var(--d-hover);
 }
}

.icon_button svg
{
 width: 20px;
 height: 20px;
}
.account
{
 position: relative;
}

.account_toggle
{
 display: inline-flex;
 align-items: center;
 gap: 10px;
 padding: 5px 10px 5px 6px;
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 color: var(--d-text);
 text-align: left;
 background: transparent;
 border: 0;
 border-radius: 6px;
 cursor: pointer;
 text-decoration: none;
}

.account.is-open .account_toggle
{
 color: var(--d-text);
 background: var(--d-hover);
 text-decoration: none;
}

@media (hover:hover)
{
 .account_toggle:hover
 {
  color: var(--d-text);
  background: var(--d-hover);
  text-decoration: none;
 }
}

@media (hover:none)
{
 .account_toggle:active
 {
  color: var(--d-text);
  background: var(--d-hover);
  text-decoration: none;
 }
}

.account_menu
{
 display: none;
 position: absolute;
 top: calc(100% + 8px);
 right: 0;
 min-width: 220px;
 padding: 8px;
 background: var(--d-card);
 border: 1px solid var(--d-line);
 border-radius: 10px;
 box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
 z-index: 200;
}

.account.is-open .account_menu
{
 display: block;
}

.account_menu_link
{
 display: block;
 padding: 10px 12px;
 font-size: 0.9375rem;
 font-weight: 600;
 color: var(--d-text);
 border-radius: 8px;
 text-decoration: none;
}

@media (hover:hover)
{
 .account_menu_link:hover
 {
  color: var(--d-ink);
  background: var(--d-hover);
  text-decoration: none;
 }
}

@media (hover:none)
{
 .account_menu_link:active
 {
  color: var(--d-ink);
  background: var(--d-hover);
  text-decoration: none;
 }
}

.account_menu_divider
{
 height: 1px;
 margin: 8px 12px;
 background: var(--d-line);
}

.account_avatar
{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 34px;
 height: 34px;
 flex-shrink: 0;
 font-size: 0.875rem;
 font-weight: 800;
 color: var(--d-card);
 background: var(--d-ink);
 border-radius: 50%;
}

.account_name
{
 font-size: 0.875rem;
 font-weight: 600;
 line-height: 1.15;
}

.account_role
{
 font-size: 0.75rem;
 color: var(--d-muted);
}

.catalog
{
 position: relative;
}

.catalog_menu
{
 display: none;
 position: absolute;
 top: calc(100% + 8px);
 left: 0;
 width: 640px;
 max-width: calc(100vw - 2 * var(--d-pad));
 padding: 18px;
 background: var(--d-card);
 border: 1px solid var(--d-line);
 border-radius: 10px;
 box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
 z-index: 200;
 box-sizing: border-box;
}

.catalog.is-open .catalog_menu
{
 display: block;
}

.catalog_menu_title
{
 font-size: 0.75rem;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 color: var(--d-muted);
 margin: 0 0 12px 4px;
}

.catalog_grid
{
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 2px;
}

.catalog_item
{
 display: block;
 padding: 10px 12px;
 border-radius: 8px;
 color: var(--d-text);
 text-decoration: none;
}

@media (hover:hover)
{
 .catalog_item:hover
 {
  background: var(--d-hover);
  color: var(--d-ink);
  text-decoration: none;
 }
}

@media (hover:none)
{
 .catalog_item:active
 {
  background: var(--d-hover);
  color: var(--d-ink);
  text-decoration: none;
 }
}

.catalog_item_name
{
 font-size: 0.938rem;
 font-weight: 600;
 line-height: 1.2;
}

.catalog_item_count
{
 font-size: 0.8125rem;
 color: var(--d-muted);
 margin-top: 2px;
}

.catalog_overlay
{
 display: none;
 position: fixed;
 inset: 62px 0 0 0;
 background: rgba(0, 0, 0, 0.18);
 z-index: 90;
}

.catalog_overlay.is-visible
{
 display: block;
}

.footer
{
 width: 100%;
 background: var(--d-card);
 border-top: 1px solid var(--d-line);
}

.footer_wrap
{
 display: grid;
 grid-template-columns: 1.6fr 1fr 1fr;
 gap: 30px;
 max-width: var(--d-wrap);
 padding: 44px var(--d-pad) 36px;
 margin: 0 auto;
 box-sizing: border-box;
}

.footer_logo
{
 display: inline-flex;
 align-items: center;
 margin-bottom: 13px;
}

.footer_logo img
{
 display: block;
 width: auto;
 height: 28px;
}

.footer_text
{
 font-size: 0.875rem;
 color: var(--d-muted);
 max-width: 320px;
 margin: 0;
}

.footer_item_title
{
 font-size: 0.875rem;
 font-weight: 700;
 color: var(--d-ink);
 margin: 0 0 13px 0;
}

.footer_item_link
{
 display: block;
 font-size: 0.875rem;
 font-weight: 600;
 color: var(--d-text);
 text-decoration: none;
 margin-bottom: 10px;
}

@media (hover:hover)
{
 .footer_item_link:hover,
 body.home .footer_item_link:hover
 {
  color: var(--d-ink);
  text-decoration: none;
 }
}

@media (hover:none)
{
 .footer_item_link:active,
 body.home .footer_item_link:active
 {
  color: var(--d-ink);
  text-decoration: none;
 }
}

.footer_subscribe
{
 margin-top: 18px;
 padding: 14px;
 max-width: 320px;
 background: var(--d-bg);
 border: 1px solid var(--d-line);
 border-radius: 10px;
 box-sizing: border-box;
}

.footer_subscribe_title
{
 font-size: 0.8125rem;
 font-weight: 700;
 color: var(--d-ink);
 margin-bottom: 4px;
}

.footer_subscribe_text
{
 font-size: 0.75rem;
 color: var(--d-muted);
 margin-bottom: 10px;
 line-height: 1.45;
}

.footer_subscribe_row
{
 display: flex;
 align-items: stretch;
 gap: 6px;
}

.footer_subscribe_input
{
 flex: 1 1 auto;
 min-width: 0;
 height: 36px;
 padding: 0 12px;
 font-size: 0.8125rem;
 font-family: inherit;
 color: var(--d-ink);
 background: var(--d-card);
 border: 1px solid var(--d-line-2);
 border-radius: 999px;
 outline: none;
 box-sizing: border-box;
 transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.footer_subscribe_input::placeholder
{
 color: var(--d-muted);
}

.footer_subscribe_input:focus
{
 border-color: var(--d-brand);
 box-shadow: 0 0 0 3px rgba(0,135,106,0.12);
}

.footer_subscribe_input.is-error
{
 border-color: #c0392b;
}

.footer_subscribe_button
{
 flex: 0 0 auto;
 height: 36px;
 padding: 0 16px;
 font-size: 0.8125rem;
 font-weight: 700;
 font-family: inherit;
 color: var(--d-card);
 background: var(--d-ink);
 border: 1px solid var(--d-ink);
 border-radius: 999px;
 cursor: pointer;
 transition: background 0.15s;
}

.footer_subscribe_button:disabled
{
 opacity: 0.55;
 cursor: default;
}

.footer_subscribe_status
{
 min-height: 14px;
 margin-top: 6px;
 font-size: 0.7188rem;
 color: var(--d-muted);
 line-height: 1.3;
}

.footer_subscribe_status.is-error
{
 color: #c0392b;
}

.footer_subscribe_status.is-ok
{
 color: #2f7a3a;
}

.footer_bottom
{
 border-top: 1px solid var(--d-line);
}

.footer_bottom_wrap
{
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 16px;
 flex-wrap: wrap;
 max-width: var(--d-wrap);
 padding: 18px var(--d-pad) 22px;
 margin: 0 auto;
 font-size: 0.8125rem;
 color: var(--d-muted);
 box-sizing: border-box;
}

.footer_bottom_links
{
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 gap: 8px 20px;
}

.footer_bottom_link
{
 font-size: 0.8125rem;
 font-weight: 600;
 color: var(--d-muted);
 text-decoration: none;
}

@media (hover:hover)
{
 .footer_bottom_link:hover
 {
  color: var(--d-ink);
  text-decoration: none;
 }
}

@media (hover:none)
{
 .footer_bottom_link:active
 {
  color: var(--d-ink);
  text-decoration: none;
 }
}

.footer_macropod
{
 display: inline-flex;
 align-items: center;
 flex-shrink: 0;
}

.footer_macropod img
{
 display: block;
 width: auto;
 height: 26px;
 opacity: 0.85;
}

@media (hover:hover)
{
 .footer_macropod:hover img
 {
  opacity: 1;
 }
}

@media (hover:none)
{
 .footer_macropod:active img
 {
  opacity: 1;
 }
}

@media screen and (max-width: 980px)
{
 :root
 {
  --d-pad: 22px;
 }

 .catalog_grid
 {
  grid-template-columns: 1fr;
 }

 .footer_wrap
 {
  grid-template-columns: 1fr 1fr;
 }

 .footer_about
 {
  grid-column: 1 / -1;
 }
}

@media screen and (max-width: 760px)
{
 .menu_link_hideable
 {
  display: none;
 }

 .footer_wrap
 {
  grid-template-columns: 1fr;
  gap: 22px;
 }

 .footer_subscribe
 {
  max-width: 100%;
  margin-top: 12px;
 }
}
.popup_window:has(.auth_tabs)
{
 max-width: 400px;
 background: var(--d-card);
}

.popup_window:has(.auth_tabs) .popup_close
{
 position: absolute;
 top: 10px;
 right: 10px;
 width: 34px;
 height: 34px;
 padding: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 background: transparent;
 border-radius: 6px;
 z-index: 2;
}

@media (hover:hover)
{
 .popup_window:has(.auth_tabs) .popup_close:hover
 {
  background: var(--d-hover);
 }
}

@media (hover:none)
{
 .popup_window:has(.auth_tabs) .popup_close:active
 {
  background: var(--d-hover);
 }
}

.popup_window:has(.auth_tabs) .popup_window_title
{
 font-size: 1.375rem;
 font-weight: 800;
 color: var(--d-ink);
 text-align: left;
 padding: 24px 26px 0;
 margin: 0 0 18px;
 box-sizing: border-box;
}

.auth_tabs
{
 display: flex;
 gap: 2px;
 padding: 4px;
 margin: 0 26px 20px;
 background: var(--d-card);
 border: 1px solid var(--d-line);
 border-radius: 12px;
 box-sizing: border-box;
}

.auth_tab
{
 flex: 1 1 0;
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.9375rem;
 font-weight: 700;
 color: var(--d-text);
 padding: 9px 0;
 background: transparent;
 border: 0;
 border-radius: 10px;
 cursor: pointer;
 transition: color 0.15s ease, background 0.15s ease;
}

@media (hover:hover)
{
 .auth_tab:hover
 {
  color: var(--d-ink);
  background: var(--d-hover);
 }
}

@media (hover:none)
{
 .auth_tab:active
 {
  color: var(--d-ink);
  background: var(--d-hover);
 }
}

.auth_tab.is-active
{
 color: var(--d-brand);
 background: var(--d-brand-soft);
}

.popup_window:has(.auth_tabs) .popup_message
{
 padding: 0 26px;
 margin: 0;
 max-height: none;
 overflow: visible;
 text-align: left;
}

.popup_window:has(.auth_tabs) .form_field.left,
.popup_window:has(.auth_tabs) .form_field_checkbox.left
{
 margin: 0 0 12px 0;
 text-align: left;
}

.popup_window:has(.auth_tabs) .textform
{
 height: 44px;
 margin: 0;
 border-radius: 6px;
 border-color: var(--d-line-2);
 transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.popup_window:has(.auth_tabs) .textform:focus
{
 outline: none;
 border-color: var(--d-brand);
 box-shadow: 0 0 0 3px rgba(0,135,106,0.12);
}

.password_field
{
 position: relative;
}

.password_field .textform
{
 padding-right: 44px;
}

.password_toggle
{
 display: flex;
 align-items: center;
 justify-content: center;
 position: absolute;
 top: 0;
 right: 0;
 width: 42px;
 height: 100%;
 padding: 0;
 color: var(--d-muted);
 background: transparent;
 border: 0;
 border-radius: 0 6px 6px 0;
 cursor: pointer;
 appearance: none;
}

@media (hover:hover)
{
 .password_toggle:hover
 {
  color: var(--d-ink);
 }
}

@media (hover:none)
{
 .password_toggle:active
 {
  color: var(--d-ink);
 }
}

.password_toggle:focus-visible
{
 outline: 2px solid var(--d-brand);
 outline-offset: -2px;
}

.password_toggle.is-visible
{
 color: var(--d-ink);
}

.password_toggle_icon
{
 width: 20px;
 height: 20px;
 background-color: currentColor;
 -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M10 4.6c-3.7 0-6.6 1.8-8.4 5.4 1.8 3.6 4.7 5.4 8.4 5.4s6.6-1.8 8.4-5.4c-1.8-3.6-4.7-5.4-8.4-5.4Z'/><circle cx='10' cy='10' r='2.6'/></svg>") center/contain no-repeat;
 mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M10 4.6c-3.7 0-6.6 1.8-8.4 5.4 1.8 3.6 4.7 5.4 8.4 5.4s6.6-1.8 8.4-5.4c-1.8-3.6-4.7-5.4-8.4-5.4Z'/><circle cx='10' cy='10' r='2.6'/></svg>") center/contain no-repeat;
}

.password_toggle.is-visible .password_toggle_icon
{
 -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M10 4.6c-3.7 0-6.6 1.8-8.4 5.4 1.8 3.6 4.7 5.4 8.4 5.4s6.6-1.8 8.4-5.4c-1.8-3.6-4.7-5.4-8.4-5.4Z'/><circle cx='10' cy='10' r='2.6'/><path d='M4.4 15.6 15.6 4.4'/></svg>");
 mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M10 4.6c-3.7 0-6.6 1.8-8.4 5.4 1.8 3.6 4.7 5.4 8.4 5.4s6.6-1.8 8.4-5.4c-1.8-3.6-4.7-5.4-8.4-5.4Z'/><circle cx='10' cy='10' r='2.6'/><path d='M4.4 15.6 15.6 4.4'/></svg>");
}

.popup_window:has(.auth_tabs) .form_field_checkbox.left
{
 display: flex;
 gap: 8px;
 align-items: baseline;
 font-size: 0.8125rem;
 color: var(--d-muted);
}

.popup_window:has(.auth_tabs) .form_field_checkbox.left label
{
 margin: 0;
}

.popup_window:has(.auth_tabs) .popup_button
{
 padding: 18px 26px 24px;
 background: var(--d-card);
}

.popup_window:has(.auth_tabs) .popup_button .button
{
 width: 100%;
 height: 46px;
 font-size: 1rem;
 background: var(--d-ink);
 border-radius: 6px;
}

.popup_window:has(.auth_tabs) .auth_forgot
{
 width: 100%;
 margin: 12px 0 4px;
 font-size: 0.8125rem;
 text-align: center;
}

.popup_window:has(.auth_tabs) .auth_forgot a
{
 color: var(--d-muted);
 text-decoration: none;
}

@media (hover:hover)
{
 .popup_window:has(.auth_tabs) .auth_forgot a:hover
 {
  color: var(--d-ink);
  border-bottom-color: var(--d-ink);
 }
}

@media (hover:none)
{
 .popup_window:has(.auth_tabs) .auth_forgot a:active
 {
  color: var(--d-ink);
  border-bottom-color: var(--d-ink);
 }
}

.popup_window:has(.auth_tabs) .auth_hint
{
 margin: 0 0 14px;
 font-size: 0.875rem;
 line-height: 1.5;
 color: var(--d-muted);
}

.popup_window:has(.auth_tabs) .auth_status:not(:empty)
{
 padding: 0 26px;
 margin: 14px 0 0;
 font-size: 0.8125rem;
 line-height: 1.4;
 text-align: left;
}

.popup_window:has(.auth_tabs) .auth_status.is-error
{
 color: #b3261e;
}

.popup_window:has(.auth_tabs) .auth_status.is-ok
{
 color: var(--d-brand);
}

.invite_section
{
 display: flex;
 justify-content: center;
 padding: 80px 20px;
}

.invite_card
{
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 24px;
 width: 100%;
 max-width: 620px;
 padding: 40px 36px;
 background: var(--d-card);
 border: 1px solid var(--d-line);
 border-radius: 12px;
 text-align: center;
}

.invite_card_title
{
 font-size: 1.25rem;
 font-weight: 600;
 line-height: 1.45;
 margin: 0;
}

.invite_card_actions
{
 display: flex;
 justify-content: center;
 gap: 12px;
}

@media screen and (max-width: 900px)
{
 .invite_card_actions
 {
  width: 100%;
  align-self: stretch;
  flex-wrap: nowrap;
 }

 .invite_card_actions .button,
 .invite_card_actions .delete
 {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 12px;
  box-sizing: border-box;
 }

}

.invite_card_note
{
 font-size: 0.75rem;
 color: var(--d-muted);
 line-height: 1.5;
}

.invite_card_account
{
 display: flex;
 flex-direction: column;
 gap: 8px;
 margin: 4px 0;
 padding: 14px 16px;
 background: var(--d-hover, rgba(0, 0, 0, 0.03));
 border-radius: 10px;
}

.invite_card_row
{
 display: flex;
 justify-content: space-between;
 gap: 16px;
 font-size: 0.875rem;
}

.invite_card_row span
{
 color: var(--d-muted);
}

.invite_card_error
{
 border-color: rgba(192, 56, 43, 0.4);
 background: rgba(192, 56, 43, 0.04);
}

.invite_card_error .invite_card_title
{
 color: #c0382b;
}

.invite_card_muted .invite_card_title
{
 color: var(--d-muted);
}

.header_burger
{
 display: none;
 align-items: center;
 justify-content: center;
 width: 44px;
 height: 44px;
 flex-shrink: 0;
 background: transparent;
 border: 0;
 border-radius: 10px;
 cursor: pointer;
}

@media (hover:hover)
{
 .header_burger:hover
 {
  background: var(--d-hover);
 }
}

@media (hover:none)
{
 .header_burger:active
 {
  background: var(--d-hover);
 }
}

.header_burger.is-active
{
 background: var(--d-active);
}

.header_burger img
{
 width: 26px;
 height: 26px;
}

.nav_drawer_overlay
{
 display: none;
 position: fixed;
 inset: 0;
 background: rgba(0, 0, 0, 0.35);
 z-index: 110;
}

.nav_drawer_overlay.is-visible
{
 display: block;
}

.nav_drawer
{
 position: fixed;
 top: 0;
 left: 0;
 bottom: 0;
 height: 100dvh;
 width: 300px;
 max-width: 86vw;
 display: flex;
 flex-direction: column;
 background: var(--d-card);
 border-right: 1px solid var(--d-line);
 box-shadow: 8px 0 28px rgba(0, 0, 0, 0.12);
 z-index: 120;
 transform: translateX(-100%);
 visibility: hidden;
 transition: none;
}

.nav_drawer.is-open
{
 transform: translateX(0);
 visibility: visible;
}

body.is-ready .nav_drawer
{
 transition: transform 0.24s ease, visibility 0s linear 0.24s;
}

body.is-ready .nav_drawer.is-open
{
 transition: transform 0.24s ease, visibility 0s linear 0s;
}

.nav_drawer_head
{
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 10px;
 height: 62px;
 padding: 0 12px 0 18px;
 flex-shrink: 0;
 border-bottom: 1px solid var(--d-line);
}

.nav_drawer_caption
{
 font-size: 1rem;
 font-weight: 800;
 color: var(--d-ink);
}

.nav_drawer_close
{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 36px;
 height: 36px;
 background: transparent;
 border: 0;
 border-radius: 8px;
 cursor: pointer;
}

@media (hover:hover)
{
 .nav_drawer_close:hover
 {
  background: var(--d-hover);
 }
}

@media (hover:none)
{
 .nav_drawer_close:active
 {
  background: var(--d-hover);
 }
}

.nav_drawer_close img
{
 width: 20px;
 height: 20px;
}

.nav_drawer_body
{
 display: flex;
 flex-direction: column;
 gap: 2px;
 flex: 1 1 auto;
 min-height: 0;
 padding: 12px;
 overflow-x: hidden;
 overflow-y: auto;
 overscroll-behavior: contain;
 scrollbar-width: thin;
 -webkit-overflow-scrolling: touch;
}

.nav_drawer:not(:has(.nav_drawer_foot)) .nav_drawer_body
{
 padding-bottom: calc(12px + var(--d-safe-bottom));
}

.nav_drawer_links,
.nav_drawer_side
{
 flex-shrink: 0;
}

.nav_drawer_links
{
 display: flex;
 flex-direction: column;
 gap: 2px;
}

.nav_drawer_foot
{
 flex-shrink: 0;
 padding: 10px 12px;
 padding-bottom: calc(10px + var(--d-safe-bottom));
 border-top: 1px solid var(--d-line);
}

.nav_drawer_foot .dash_nav_support:not(.button)
{
 display: block;
 padding: 10px 14px;
 font-size: 0.9375rem;
 font-weight: 600;
 color: var(--d-muted);
 border-radius: 10px;
 text-decoration: none;
}

@media (hover:hover)
{
 .nav_drawer_foot .dash_nav_support:not(.button):hover
 {
  color: var(--d-ink);
  background: var(--d-hover);
  text-decoration: none;
 }
}

@media (hover:none)
{
 .nav_drawer_foot .dash_nav_support:not(.button):active
 {
  color: var(--d-ink);
  background: var(--d-hover);
  text-decoration: none;
 }
}

.dash_nav .dash_nav_support.button,
.nav_drawer_foot .dash_nav_support.button
{
 width: 100%;
 gap: 12px;
 padding: 0 14px;
 justify-content: space-between;
 text-align: left;
 box-sizing: border-box;
}

.dash_nav_support_icon
{
 width: 20px;
 height: 20px;
 flex-shrink: 0;
 background-color: currentColor;
 -webkit-mask: url("/images/dash-bug.svg") center/contain no-repeat;
 mask: url("/images/dash-bug.svg") center/contain no-repeat;
}

.nav_drawer_body .dash_nav_head,
.nav_drawer_body .dash_nav_item,
.nav_drawer_body .dash_nav_subitem
{
 box-sizing: border-box;
}

.nav_drawer_link
{
 display: flex;
 align-items: center;
 width: 100%;
 box-sizing: border-box;
 padding: 12px 14px;
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 1rem;
 font-weight: 700;
 color: var(--d-text);
 text-align: left;
 background: transparent;
 border: 0;
 border-radius: 10px;
 cursor: pointer;
 text-decoration: none;
}

@media (hover:hover)
{
 .nav_drawer_link:hover
 {
  color: var(--d-ink);
  background: var(--d-hover);
  text-decoration: none;
 }
}

@media (hover:none)
{
 .nav_drawer_link:active
 {
  color: var(--d-ink);
  background: var(--d-hover);
  text-decoration: none;
 }
}

.nav_drawer_link.is-active
{
 color: var(--d-brand);
 background: var(--d-brand-soft);
}

.nav_drawer_divider
{
 height: 1px;
 margin: 10px 6px;
 background: var(--d-line);
}

.nav_drawer_side:empty
{
 display: none;
}

@media screen and (max-height: 560px)
{
 .nav_drawer_head
 {
  height: 50px;
  padding-left: 14px;
 }

 .nav_drawer_body
 {
  padding: 8px;
 }

 .nav_drawer_link
 {
  padding: 9px 14px;
 }

 .nav_drawer_body .dash_nav_head,
 .nav_drawer_body .dash_nav_item
 {
  padding-top: 9px;
  padding-bottom: 9px;
 }

 .nav_drawer_body .dash_nav_subitem
 {
  padding-top: 7px;
  padding-bottom: 7px;
 }

 .nav_drawer_divider
 {
  margin: 6px 6px;
 }
}

@media screen and (max-width: 900px)
{
 :root
 {
  --d-pad: 16px;
 }

 .pages
 {
  position: static;
 }

 .header
 {
  position: sticky;
  top: 0;
  border-bottom: 1px solid var(--d-line);
 }

 .header_wrap
 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0;
 }

 .header_burger
 {
  display: inline-flex;
  justify-self: start;
 }

 .menu,
 .header_spacer
 {
  display: none;
 }

 .logo
 {
  width: auto;
  justify-self: center;
  margin-right: 0;
 }

 .logo_full
 {
  height: 26px;
 }

 .header_user
 {
  justify-self: end;
 }

 .account_titles
 {
  display: none;
 }

 .header_user .tarif_badge
 {
  display: none;
 }

 .account_toggle
 {
  padding: 3px;
 }

 .account_menu
 {
  min-width: 210px;
 }
}

@media screen and (max-width: 480px)
{
 .logo_full
 {
  display: none;
 }

 .logo_mark
 {
  display: block;
 }
}
