/* Обычный вес шрифта */
@font-face {
  font-family: 'Roboto'; /* Название шрифта */
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"); /* Указание формата файла */
  font-weight: 400; /* Обычный вес */
  font-style: normal; /* Стандартный стиль (некурсивный) */
}

/* Жирный шрифт */
@font-face {
  font-family: 'Roboto'; /* Название шрифта */
  src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype"); /* Указание формата файла */
  font-weight: 700; /* Жирный вес */
  font-style: normal; /* Стандартный стиль */
}

/* Легкий вес шрифта */
@font-face {
  font-family: 'Roboto'; /* Название шрифта */
  src: url("../fonts/roboto/Roboto-Light.ttf") format("truetype"); /* Указание формата файла */
  font-weight: 300; /* Легкий вес */
  font-style: normal; /* Стандартный стиль */
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
:root{
    --primary-clr: #60ca60;
    --bg-primary: #fff;
    --bg-secondary: #f3f7fa;
    --bg-ternary: #e7eaf0;
    --heading-clr: #16192c;
    --text-clr: #596780;
    --gradient: linear-gradient(to right, #e1e5e8, transparent);
}
body.active{
    --primary-clr: #60ca60;
    --bg-primary: #2a292c;
    --bg-secondary: #2f3035;
    --bg-ternary: #474747;
    --heading-clr: #efefef;
    --text-clr: #888891;
    --gradient: linear-gradient(to right, #35333f, transparent);
}


body.login{
    width: 100%;
    height: 100vh;
    background-color: var(--bg-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 8%;
}
body{
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}



.rw {
    --bs-gutter-x: 0.8rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.1);
    margin-left: calc(var(--bs-gutter-x) * -0.1);
  }
  
.rw>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.2);
    padding-bottom: calc(var(--bs-gutter-x) * 0.2);
    margin-top: var(--bs-gutter-y);
}
  
.rw-cl-auto>* {
    flex: 0 0 auto;
    width: auto;
}
  
.cl-1 {
    flex: 0 0 auto;
    width: 4.66666667%;
}
  
.cl-2-box {
    flex: 0 0 auto;
    width: 8.66666667%;
}
  
.cl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
  
.cl-3 {
    flex: 0 0 auto;
    width: 25%;
}
  
.cl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
  
.cl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
  
.cl-06 {
    flex: 0 0 auto;
}
  
.cl-6 {
    flex: 0 0 auto;
    width: 50%;
}
  
.cl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
  
.cl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
  
.cl-9 {
    flex: 0 0 auto;
    width: 75%;
}
  
.cl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
  
.cl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
 }
  
.cl-12 {
    flex: 0 0 auto;
    width: 100%;
}
  
@media (max-width: 768px) {
    .cl-sm-2 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .cl-sm-3 {
      flex: 0 0 auto;
      width: 80%;
    }
  
    .cl-sm-4 {
      flex: 0 0 auto;
      width: 20%;
    }
  
    .cl-sm-5>* {
      flex: 0 0 auto;
      width: 20%;
    }
  
    .cl-sm-6>* {
      flex: 0 0 auto;
      width: 16.6666666667%;
    }
    .cl-sm-12 {
      flex: 0 0 auto;
      width: 100%;
    }
}
  
@media (min-width: 954px) {
    .cl-md-1-box {
      flex: 0 0 auto;
      width: 6.33333333%;
    }
  
    .cl-md-1-ultra {
      flex: 0 0 auto;
      width: 4.33333333%;
    }
  
    .cl-md-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
  
    .cl-md-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
  
    .cl-md-3-ultra {
      flex: 0 0 auto;
      width: 29%;
    }
  
    .cl-md-3 {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .cl-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
  
    .cl-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
  
    .cl-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .cl-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
  
    .cl-md-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
  
    .cl-md-12 {
      flex: 0 0 auto;
      width: 100%;
    }
}
  
@media (min-width: 992px) {
    .cl-lg-1 {
      flex: 0 0 auto;
      width: 7.66666667%;
    }
  
    .cl-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
  
    .cl-lg-3 {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .cl-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
  
    .cl-lg-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
  
    .cl-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .cl-lg-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
  
    .cl-lg-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
  
    .cl-lg-9 {
      flex: 0 0 auto;
      width: 75%;
    }
  
    .cl-lg-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
  
    .cl-lg-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
}
  
@media (min-width: 1200px) {
    .cl-xl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
  
    .cl-xl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
  
    .cl-xl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .cl-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
  
    .cl-xl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
  
    .cl-xl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .cl-xl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
  
    .cl-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
  
    .cl-xl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
  
    .cl-xl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
  
    .cl-xl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
  
    .cl-xl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
}
  
@media (min-width: 1400px) {
    .cl-xxl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
  
    .cl-xxl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
  
    .cl-xxl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .cl-xxl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
  
    .cl-xxl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
  
    .cl-xxl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .cl-xxl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
  
    .cl-xxl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
  
    .cl-xxl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
  
    .cl-xxl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
  
    .cl-xxl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
  
    .cl-xxl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
}
  
.float-end {
    float: right !important;
}
  
.d-block {
    display: block !important;
}
  
.d-grid {
    display: grid !important;
}
  
.d-flex {
    display: flex !important;
}
  
.d-none {
    display: none !important;
}
/* Бордер */
.border {
    border: 1px solid var(--border-color) !important;
}
  
.border-da {
    border: 1px dashed var(--border-color) !important;
}
  
.border-t {
    border-top: 1px solid var(--border-color) !important;
}
  
.border-da-t {
    border-top: 1px dashed var(--border-color) !important;
}
  
.border-da-r {
    border-right: 1px dashed var(--border-color) !important;
}
  
.border-b {
    border-bottom: 1px solid var(--border-color) !important;
}
  
.border-b-2 {
    border-bottom: 2px solid var(--border-color) !important;
}
  
.border-da-b {
    border-bottom: 1px dashed var(--border-color) !important;
}
  
.border-b-0 {
    border-bottom: 0 !important;
}
  
.border-l {
    border-left: 1px solid var(--border-color) !important;
}
  
.border-secondary {
    border-color: var(--secondary-color) !important;
}
  
.border-success {
    border-color: var(--green-color) !important;
}
  
.border-active-primary:hover {
    border-color: var(--primary-color) !important;
}
  
.border-active-secondary:hover {
    border-color: var(--secondary-color) !important;
}
  
.border-active-warning:hover {
    border-color: var(--yellow-color) !important;
}
  
.border-active-danger:hover {
    border-color: var(--red-color) !important;
}
  
.border-1 {
    border-width: 1px !important;
}
  
.border-2 {
    border-width: 2px !important;
}
  
.border-3 {
    border-width: 3px !important;
}
  
.border-4 {
    border-width: 4px !important;
}
  
.border-5 {
    border-width: 5px !important;
}
.border-none{
    border: none !important;
}
.border-radius-none{
    border-radius: none !important;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    -ms-border-radius: none !important;
    -o-border-radius: none !important;
}

/* Ширина */
.w-5 {
  width: 5% !important;
}

.w-15 {
  width: 15% !important;
}

.w-25 {
    width: 25% !important;
}
  
.w-50 {
    width: 50% !important;
}
  
.w-75 {
    width: 75% !important;
}
  
.w-90 {
    width: 90% !important;
}
  
.w-100 {
    width: 100% !important;
}
/* Высота  */
.h-100 {
    height: 100% !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}
/* Отступ  */  
.gap-1 {
    gap: 0.25rem !important;
}
  
.gap-2 {
    gap: 0.5rem !important;
}
  
.gap-3 {
    gap: 1rem !important;
}
  
.gap-4 {
    gap: 1.5rem !important;
}
  
.gap-5 {
    gap: 3rem !important;
}
  
.justify-content-end {
    justify-content: flex-end !important;
}
  
.justify-content-between {
    justify-content: space-between !important;
}
  
.align-items-center {
    align-items: center !important;
}
/* Снаружи отступ  */
.m-0 {
    margin: 0 !important;
}
  
.m-1 {
    margin: 0.25rem !important;
}
  
.m-2 {
    margin: 0.5rem !important;
}
  
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
  
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
  
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
  
.mt-0 {
    margin-top: 0 !important;
}
  
.mt-1 {
    margin-top: 0.25rem !important;
}
  
.mt-2 {
    margin-top: 0.5rem !important;
}
  
.mt-3 {
    margin-top: 1rem !important;
}
  
.mt-4 {
    margin-top: 1.5rem !important;
}
  
.mt-5 {
    margin-top: 3rem !important;
}
  
.mr-1 {
    margin-right: 0.25rem !important;
}
  
.mr-2 {
    margin-right: 0.5rem !important;
}
  
.mr-3 {
    margin-right: 1rem !important;
}
  
.mr-4 {
    margin-right: 1.5rem !important;
}
  
.mr-5 {
    margin-right: 3rem !important;
}
  
.mb-0 {
    margin-bottom: 0 !important;
}
  
.mb-1 {
    margin-bottom: 0.25rem !important;
}
  
.mb-2 {
    margin-bottom: 0.5rem !important;
}
  
.mb-3 {
    margin-bottom: 1rem !important;
}
  
.mb-4 {
    margin-bottom: 1.5rem !important;
}
  
.mb-5 {
    margin-bottom: 3rem !important;
}
  
.ml-0 {
    margin-left: 3px !important;
}
  
.ml-1 {
    margin-left: 0.25rem !important;
}
  
.ml-2 {
    margin-left: 0.5rem !important;
}
  
.ml-3 {
    margin-left: 1rem !important;
}
  
.ml-4 {
    margin-left: 1.5rem !important;
}
  
.ml-5 {
    margin-left: 3rem !important;
}
/* Внутренние отступы */
.p-0 {
    padding: 0 !important;
}
  
.p-1 {
    padding: 0.25rem !important;
}
  
.p-2 {
    padding: 0.5rem !important;
}
  
.p-3 {
    padding: 1rem !important;
}
  
.p-4 {
    padding: 1.5rem !important;
}
  
.p-5 {
    padding: 3rem !important;
}
  
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
  
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
  
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
  
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
  
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
  
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
  
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
  
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
  
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
  
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
  
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
  
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
  
.pt-0 {
    padding-top: 0 !important;
}
  
.pt-1 {
    padding-top: 0.25rem !important;
}
  
.pt-2 {
    padding-top: 0.5rem !important;
}
  
.pt-3 {
    padding-top: 1rem !important;
}
  
.pt-4 {
    padding-top: 1.5rem !important;
}
  
.pt-5 {
    padding-top: 3rem !important;
}
  
.pr-0 {
    padding-right: 0 !important;
}
  
.pr-1 {
    padding-right: 0.25rem !important;
}
  
.pr-2 {
    padding-right: 0.5rem !important;
}
  
.pr-3 {
    padding-right: 1rem !important;
}
  
.pr-4 {
    padding-right: 1.5rem !important;
}
  
.pr-5 {
    padding-right: 3rem !important;
}
  
.pb-0 {
    padding-bottom: 0 !important;
}
  
.pb-1 {
    padding-bottom: 0.25rem !important;
}
  
.pb-2 {
    padding-bottom: 0.5rem !important;
}
  
.pb-3 {
    padding-bottom: 1rem !important;
}
  
.pb-4 {
    padding-bottom: 1.5rem !important;
}
  
.pb-5 {
    padding-bottom: 3rem !important;
}
  
.pl-0 {
    padding-left: 0 !important;
}
  
.pl-1 {
    padding-left: 0.25rem !important;
}
  
.pl-2 {
    padding-left: 0.5rem !important;
}
  
.pl-3 {
    padding-left: 1rem !important;
}
  
.pl-5 {
    padding-left: 3rem !important;
}
  
.text-end {
    text-align: right !important;
}
  
.text-center {
    text-align: center !important;
}
  
.text-primary {
    color: var(--primary-color);
}
  
.text-secondary {
    color: var(--secondary-color);
}
  
.text-size-10 {
    font-size: 10px;
}
  
.text-size-11 {
    font-size: 11px;
}
  
.text-size-12 {
    font-size: 12px;
}
  
.text-size-13 {
    font-size: 13px;
}
  
.text-size-14 {
    font-size: 14px;
}
  
.flex-column {
    flex-direction: column !important;
}

/* Общие стили для всех заголовков */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  
  font-weight: 600;
  line-height: 1.2;
}
/* Стили для h1 */
h1 {
  font-size: 3rem; /* Размер шрифта для h1 */
  letter-spacing: -0.5px;
}

/* Стили для h2 */
h2 {
  font-size: 2.5rem; /* Размер шрифта для h2 */
  letter-spacing: -0.3px;
}

/* Стили для h3 */
h3 {
  font-size: 2rem; /* Размер шрифта для h3 */
  letter-spacing: -0.2px;
}

/* Стили для h4 */
h4 {
  font-size: 1.75rem; /* Размер шрифта для h4 */
  letter-spacing: -0.1px;
}

/* Стили для h5 */
h5 {
  font-size: 1.5rem; /* Размер шрифта для h5 */
  letter-spacing: 0;
}

/* Стили для h6 */
h6 {
  font-size: 1.25rem; /* Размер шрифта для h6 */
  letter-spacing: 0.1px;
}

/* Добавим немного эффекта на hover для заголовков */
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
  text-decoration: none;
  cursor: pointer;
}

/* Убираем стандартные отступы на маленьких экранах */
@media (max-width: 768px) {
  h1 {
      font-size: 2.5rem;
  }
  h2 {
      font-size: 2.25rem;
  }
  h3 {
      font-size: 2rem;
  }
  h4 {
      font-size: 1.5rem;
  }
  h5 {
      font-size: 1.25rem;
  }
  h6 {
      font-size: 1.1rem;
  }
}
/* Стили для обычного текста в <p> */
p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 10px 0;
}

/* Стили для выделенного текста с тегом <mark> */
mark {
  background-color: yellow;
  color: #000;
  font-weight: bold;
  padding: 0.2em;
}

/* Стили для удаленного текста с тегом <del> */
del {
  text-decoration: line-through;
  color: #d9534f;
  font-style: italic;
}

/* Стили для текста, считающегося неточным, с тегом <s> */
s {
  text-decoration: line-through;
  color: #999;
}

/* Стили для дополненного текста с тегом <ins> */
ins {
  text-decoration: underline;
  color: #28a745;
  font-weight: bold;
}

/* Стили для подчеркнутого текста с тегом <u> */
u {
  text-decoration: underline;
  color: #007bff;
}

/* Стили для мелкого текста с тегом <small> */
small {
  font-size: 0.85em;
  color: #6c757d;
}

/* Стили для жирного текста с тегом <strong> */
strong {
  font-weight: bold;
  color: #000;
}

/* Стили для текста в курсе (курсив) с тегом <em> */
em {
  font-style: italic;
  color: #d63384;
}
/* Списки */
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    padding-left: 2rem;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}


/* Колонки */
.contents .description{
    width: 100%;
    padding: 30px 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
}
.contents .description .col-1{
    position: relative;
    width: 100%;
}



.description .col-2{
    width: 100%;
}

/* тикиты */
.description .col-2 .ticit {
    background-color: var(--bg-primary);
    padding: 30px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; 
}
.col-2 .ticit .products-header{
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--bg-ternary);
}
.col-2 .ticit .products-header h1{
    color: var(--heading-clr);
    font-size: calc(22px + 0.30vw);
    font-weight: 400;
    letter-spacing: 1px;
}
.col-2 .ticit .products-wrapper{
    position: relative;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 20px;
}
.col-2 .ticit .products-wrapper::-webkit-scrollbar{
    width: 5px;
}
.col-2 .ticit .products-wrapper::-webkit-scrollbar-track{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.col-2 .ticit .products-wrapper::-webkit-scrollbar-thumb{
    background-color: var(--bg-ternary);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.ticit .products-wrapper .product{
    padding: 10px 0px;
    display: flex;
    border-top: 1px solid var(--bg-ternary);
}
.ticit .products-wrapper .product:nth-of-type(1){
    border-top: none;
}
.products-wrapper .product .product-desc{
    width: 100%;
    position: relative;
}
.products-wrapper .product .product-row-0{
    color: var(--text-clr);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}
.product .product-desc .product-row-1{
    display: flex;
    justify-content: space-between;
    gap: 0px 15px;
}
.product-desc .product-row-1 h2{
    font-size: 16px;
    color: var(--heading-clr);
    font-weight: 400;
}
.product-desc .product-row-1 span{
    position: relative;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.product-desc .product-row-1 span.red{
    background-color: rgb(250, 49, 49);
    color: var(--heading-clr);
}
.product-desc .product-row-1 span.green{
    background-color: chartreuse;
}
.product-desc .product-row-2{
    margin-top: 10px;
}
.product-desc .product-row-2 p{
    color: var(--text-clr);
    font-size: 12px;
}
/* тикиты конец*/
/* Колонки конец*/
/* Контетнт конец*/


/* Экраны */

@media (max-width: 968px){
    .contents .description{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 668px){
    .description .col-1 .boxes-row{
        grid-template-columns: 1fr;
    }
}

/* Экраны конец */

/* ЛОГИН */
.login-wrapper{
    position: relative;
    background-color: var(--bg-secondary);
    width: 780px;
    min-height: 490px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.form-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.form-container form{
    padding: 0px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.form-container form h1,
overlay-panel h1{
    font-weight: 700;
    font-size: 30px;
}
/* .form-container form p,
.overlay-panel p{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.5px;
    margin: 22px 0px 20px;
    opacity: 0.7;
} */

.form-container form a{
    color: var(--text-clr);
    font-size: 14px;    
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.1s ease-in;
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -ms-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
}
.form-container form a:hover{
    color: var(--primary-clr);
}

.signIn-container, .signUp-container, .reset-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 3;
}
.login-wrapper.signUp-active .signIn-container{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    opacity: 0;
}
.login-wrapper.reset-active .reset-container{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    opacity: 0;
}

.signUp-container, .reset-container{
    z-index: 2;
    opacity: 0;
}
.login-wrapper.signUp-active .signUp-container{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    opacity: 1;
    z-index: 5;
}
.login-wrapper.reset-active .reset-container{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    opacity: 1;
    z-index: 5;
}
.overlay-container{
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    z-index: 100;
}
.login-wrapper.signUp-active .overlay-container{
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}
.login-wrapper.reset-active .overlay-container{
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}
.overlay-container .overlay{
    position: relative;
    background: var(--primary-clr);
    color: var(--bg-primary);
    width: 200%;
    height: 100%;
    left: -100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
}
.login-wrapper.signUp-active .overlay-container .overlay{
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}
.login-wrapper.reset-active .overlay-container .overlay{
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}
.overlay .overlay-panel{
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 50px;
    text-align: center;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
}
.overlay .overlay-left{
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
}
.login-wrapper.signUp-active .overlay .overlay-left{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}
.login-wrapper.reset-active .overlay .overlay-left{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}
.overlay .overlay-right{
    right: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}
.login-wrapper.signUp-active .overlay-right{
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
}
.login-wrapper.reset-active .overlay-right{
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
}

/* Контейнер на весь экран */
.full-screen-container {
  height: 100vh; /* 100% высоты экрана */
}
/* Контейнер по центру экрана */
.centered-container {
  width: 80%; /* Ширина контейнера, можно настроить по своему усмотрению */
  max-width: 1400px; /* Максимальная ширина контейнера */
  margin: 0 auto; /* Автоматические отступы по бокам */
  padding: 20px;
}

/* Карточка */
/* Основной стиль для карточки */
.card {
  background-color: var(--bg-primary);
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  margin: 15px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.card.card-off-fon{
    background: none;
    box-shadow: none;
}
/* Заголовок карточки */
.card-header {
  background-color: var(--bg-tertiary);
  padding: 15px;
  color: var(--heading-clr);
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid var(--bg-secondary);
}
.card.card-off-fon .card-header{
    background: none;
    border-bottom: none;
}
/* Тело карточки */
.card-body {
  padding: 20px;
  background-color: var(--bg-tertiary);
  color: var(--text-clr);
  font-size: 16px;
  line-height: 1.5;
}
/* Подвал карточки */
.card-footer {
  padding: 12px 15px;
  background-color: var(--bg-tertiary);
  color: var(--text-clr);
  font-size: 14px;
  text-align: right;
  border-top: 1px solid var(--bg-secondary);;
}
.card.card-off-fon .card-footer{
    background: none;
    border-top: none;
}

/* формы */
input, textarea{
    background-color: var(--bg-ternary);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    padding: 12px 15px;
    margin: 8px 0px;
    width: 100%;
    outline: none;
    color: var(--heading-clr);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
input[type="file"]::-webkit-file-upload-button {
  background-color: var(--text-clr);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  padding: 8px 10px;
  margin: 4px 10px;
  outline: none;
  color: var(--bg-secondary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer; /* Курсор для кнопки загрузки */
}

/* Общие стили для <select> */
select {
  background-color: var(--bg-ternary); /* Цвет фона для селекта */
  border-radius: 5px; /* Скругление углов */
  border: none;
  padding: 12px 15px; /* Отступы */
  margin: 8px 0px; /* Внешние отступы */
  width: 100%; /* Ширина 100% */
  outline: none; /* Убираем стандартную обводку */
  color: var(--heading-clr); /* Цвет текста */
  font-size: 14px; /* Размер шрифта */
  font-weight: 400; /* Толщина шрифта */
  letter-spacing: 1px; /* Межбуквенный интервал */
  cursor: pointer; /* Курсор в виде руки */
  appearance: none; /* Убираем стандартный стиль браузера для селекта */
  -webkit-appearance: none; /* Для Safari */
  -moz-appearance: none; /* Для Firefox */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2012%2012%22%3E%3Cpath%20fill=%22none%22%20stroke=%22%23000%22%20stroke-width=%220.8%22%20d=%22M2%203l4%206l4-6%22/%3E%3C/svg%3E'); /* Стрелка */
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}

/* Стили для <option> внутри <select> */
select option {
  background-color: var(--bg-ternary); /* Цвет фона для опций */
  color: var(--heading-clr); /* Цвет текста для опций */
  padding: 8px 15px; /* Отступы для опций */
  font-size: 14px; /* Размер шрифта */
  font-weight: 400; /* Толщина шрифта */
  letter-spacing: 1px; /* Межбуквенный интервал */
  cursor: pointer; /* Курсор в виде руки */
  
}

/* При наведении на опцию */
select option:hover {
  background-color: var(--bg-primary); /* Изменение фона при наведении */
  color: var(--heading-clr); /* Цвет текста при наведении */
}

/* Стили для выбранной опции */
select option:checked {
  background-color: var(--bg-secondary); /* Фон для выбранной опции */
  color: var(--heading-clr); /* Цвет текста для выбранной опции */
}

/* Стили для фокуса на <select> */
select:focus {
  outline: none; /* Убираем стандартную обводку */
  
}

/* Стили для состояния disabled (недоступный элемент) */
select option:disabled {
  background-color: #f1f1f1; /* Цвет фона для недоступных опций */
  color: #ccc; /* Цвет текста для недоступных опций */
  cursor: not-allowed; /* Курсор "недоступен" */
}

/* Кнопки */
.btn{
    background-color: var(--text-clr);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    padding: 12px 15px;
    margin: 8px 0px;
    width: 100%;
    outline: none;
    color: var(--bg-secondary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.1s ease-in;
    -webkit-transition: background-color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    -ms-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
}
.btn:hover{
    background-color: var(--bg-ternary);
    color: var(--text-clr);
}
.btn.btn-border{
  border: 1px solid var(--bg-primary);
}
/* формы конец */



/* Группа списков */
/* Стили для list-g, убираем маркеры и отступы */
.list-g {
    list-style: none; /* Убираем маркеры списка */
    margin: 0; /* Обнуляем внешние отступы */
    padding: 0; /* Обнуляем внутренние отступы */
}

/* Стили для list-g-item */
.list-g-item {
    display: block; /* Элементы списка в виде блоков */
    padding: 8px 12px; /* Отступы для текста */
    font-size: 1rem; /* Размер шрифта */
    color: #333; /* Цвет текста */
    background-color: #f8f9fa; /* Цвет фона */
    border: 1px solid #ddd; /* Границы вокруг элементов */
    border-top: none; /* Убираем верхние границы у внутренних элементов */
    text-decoration: none; /* Убираем подчеркивание ссылок */
    transition: background-color 0.3s ease, color 0.3s ease; /* Плавные переходы */
}

/* Границы и скругления для первого элемента */
.list-g-item:first-child {
    border-top: 1px solid #ddd;
    border-top-left-radius: 4px; /* Скругление сверху */
    border-top-right-radius: 4px;
}

/* Границы и скругления для последнего элемента */
.list-g-item:last-child {
    border-bottom-left-radius: 4px; /* Скругление снизу */
    border-bottom-right-radius: 4px;
}

/* Стили для активного элемента */
.list-g-item.active {
    color: #fff; /* Белый цвет текста */
    background-color: var(--primary-clr); /* Цвет фона для активного элемента */
    border-color: var(--primary-clr); /* Цвет границы активного элемента */
}

/* Стили для элементов с классом list-group-item-action (ссылки) */
.list-g-item-action {
    cursor: pointer; /* Меняем курсор на указатель */
}

/* Эффект наведения для элементов ссылки */
.list-g-item-action:hover {
    background-color: var(--primary-clr); /* Светлый фон при наведении */
    color: #fff;
}

/* Стили для отключённого элемента */
.list-g-item.disabled {
    color: #6c757d; /* Серый цвет текста */
    background-color: #e9ecef; /* Цвет фона для отключенного элемента */
    cursor: not-allowed; /* Курсор "запрещено" */
}

/* Убираем эффекты наведения для отключённых элементов */
.list-g-item.disabled:hover {
    background-color: #e9ecef;
}

/* Убираем границы между элементами, кроме верхнего и нижнего */
.list-g-item + .list-g-item {
    border-top: none;
}

/* Уведамления */
/* Общие стили для уведомлений */
.alert {
    padding: 1rem; /* Внутренние отступы */
    margin-bottom: 1rem; /* Отступ снизу */
    border: 1px solid transparent; /* Граница с возможностью менять цвет */
    border-radius: 4px; /* Скругление углов */
    font-size: 1rem; /* Размер шрифта */
    font-weight: 400; /* Обычный вес текста */
    line-height: 1.5; /* Высота строки */
}

/* Основные цветовые стили для уведомлений */
.alert-primary {
    color: #084298; /* Цвет текста */
    background-color: #cfe2ff; /* Цвет фона */
    border-color: #b6d4fe; /* Цвет границы */
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/* Уведомления с ссылками */
.alert a {
    font-weight: 700; /* Жирный шрифт для ссылок */
    text-decoration: underline; /* Подчеркивание ссылок */
    color: inherit; /* Наследуем цвет текста */
    transition: color 0.2s ease; /* Плавный переход для цвета */
}

.alert a:hover {
    color: darken(inherit, 10%); /* Затемнение цвета при наведении */
    text-decoration: none; /* Убираем подчеркивание */
}

/* Общие стили для значков */
.badge {
    display: inline-block; /* Отображение значков в одну линию */
    padding: 0.25em 0.6em; /* Отступы внутри */
    font-size: 0.75rem; /* Размер шрифта */
    font-weight: 700; /* Жирный текст */
    line-height: 1; /* Высота строки */
    text-align: center; /* Центровка текста */
    white-space: nowrap; /* Запрещаем перенос текста */
    vertical-align: baseline; /* Выравнивание значков */
    border-radius: 0.375rem; /* Скругление углов */
}

/* Цветовые варианты для значков */
.text-bg-primary {
    color: #fff; /* Белый текст */
    background-color: #4c92fc; /* Синий фон */
}

.text-bg-secondary {
    color: #fff;
    background-color: #6c757d;
}

.text-bg-success {
    color: #fff;
    background-color: #2bac70;
}

.text-bg-danger {
    color: #fff;
    background-color: #e7505f;
}

.text-bg-warning {
    color: #212529;
    background-color: #eec549;
}

.text-bg-info {
    color: #fff;
    background-color: #40dcfc;
}

.text-bg-light {
    color: #212529;
    background-color: #f8f9fa;
}

.text-bg-dark {
    color: #fff;
    background-color: #212529;
}

/* Позиционирование значков внутри кнопок */
.position-relative {
    position: relative; /* Относительное позиционирование */
}

.position-absolute {
    position: absolute; /* Абсолютное позиционирование */
}

.top-0 {
    top: 0; /* Привязка к верхней границе */
}

.start-100 {
    left: 100%; /* Привязка к правой границе */
}

.translate-middle {
    transform: translate(-50%, -50%); /* Центровка по оси X и Y */
}

/* Индикатор с округлыми углами */
.badge.rounded-pill {
    border-radius: 10rem; /* Полностью скруглённые углы */
    font-size: 0.75rem; /* Размер текста внутри значка */
    padding: 0.35em 0.65em; /* Отступы для круглых значков */
}

/* Цвет индикатора уведомлений */
.bg-danger {
    color: #fff;
    background-color: #ec4d5d;
}

/* Для скрытия визуально, но доступности для screen-reader */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Общие стили для аккордеона */
.accordion {
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--bg-ternary);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


.accordion-item {
    border-top: 1px solid #ddd;
}
.accordion-item:nth-of-type(1){
    border-top: none;
}

.accordion-header {
    background-color: var(--bg-secondary); /* Второстепенный фон */
    color: var(--text-clr); /* Цвет текста */
    text-align: left;
    padding: 15px;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background-color 0.3s;
}

.accordion-header:hover {
    background-color: var(--primary-clr); /* Основной цвет */
    color: var(--bg-primary); /* Основной фон */
}

.accordion-body {
    background-color: var(--bg-primary); /* Основной фон */
    padding: 15px;
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}

/* Открытие аккордеона */
.accordion-item.active .accordion-body {
    display: block;
    max-height: 200px; /* Установите максимальную высоту для содержимого */
    padding: 15px;
}

.accordion-item.active .accordion-header {
    background-color: var(--primary-clr); /* Основной цвет */
    color: var(--bg-primary); /* Основной фон */
}

/* Стиль для кнопки открытия модального окна */
.open-modal-btn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: var(--primary-clr); /* Основной цвет */
    color: var(--heading-clr); /* Основной фон */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.open-modal-btn:hover {
    background-color: #2980b9; /* Более темный синий */
}


/* Модальное окно */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Темный фон */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background-color: var(--bg-primary); /* Основной фон */
    border-radius: 10px;
    overflow: hidden;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.modal-header {
    padding: 15px;
    background-color: #f8f9fa; /* Основной цвет */
    color: var(--heading-clr); /* Цвет заголовка */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    margin: 0;
    font-size: 18px;
    color: var(--text-clr);
}
.cross-modal-btn,
.close-modal-btn {
    background: none;
    border: none;
    color: var(--bg-primary);
    font-size: 25px;
    cursor: pointer;
    transition: color 0.3s;
}

.close-modal-btn:hover {
    color: var(--text-clr);
}

.modal-body {
    padding: 20px;
    font-size: 16px;
    color: var(--text-clr); /* Цвет текста */
    background-color: #fff;
}

.modal-footer {
    padding: 15px;
    background-color: #f8f9fa; /* Дополнительный фон */
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.modal-footer button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.cross-modal-btn {
    color: var(--text-clr);
}

.close-modal-btn {
    background-color: var(--heading-clr);
    color: var(--bg-primary);
}
.close-modal-btn:hover {
    background-color: var(--text-clr);
    color: var(--heading-clr);
}

.save-changes-btn {
    background-color: #27ae60;
    color: var(--heading-clr);
}

.save-changes-btn:hover {
    background-color: #2ecc71;
}

/* Выпадающее меню */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: var(--primary-clr); /* Основной цвет */
    color: var(--bg-primary); /* Основной фон */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dropdown-btn:hover {
    background-color: #2980b9; /* Более темный синий */
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    background-color: var(--bg-primary); /* Основной фон */
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-width: 160px;
    z-index: 1;
}

.dropdown-item {
    padding: 10px;
    font-size: 1rem;
    color: var(--text-clr);
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
    border-bottom: 1px solid var(--bg-ternary);
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background-color: var(--primary-clr); /* Основной цвет */
    color: var(--bg-primary); /* Основной фон */
}

/* Показываем меню при активном состоянии */
.dropdown.show .dropdown-menu {
    display: block;
}

/* Основные стили для offcanvas */
.offcanvas {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background-color: white;
    z-index: 1055;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* Расположение offcanvas */
  .offcanvas-start {
    top: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
  }
  
  .offcanvas-end {
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
  }
  
  .offcanvas-top {
    left: 0;
    right: 0;
    top: 0;
    height: 300px;
    transform: translateY(-100%);
  }
  
  .offcanvas-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    transform: translateY(100%);
  }
  
  /* Размеры offcanvas */
  .offcanvas-sm {
    width: 300px;
  }
  
  .offcanvas-md {
    width: 500px;
  }
  
  .offcanvas-lg {
    width: 700px;
  }
  
  .offcanvas-xl {
    width: 900px;
  }
  
  .offcanvas-xxl {
    width: 1100px;
  }
  
  /* Показать offcanvas, когда добавлен класс .show */
  .offcanvas.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  
  /* Фон (backdrop) */
  .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  .offcanvas-backdrop.show {
    visibility: visible;
    opacity: 1;
  }
  
  /* Header и кнопки */
  .offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
  }
  
  .offcanvas-title {
    margin: 0;
  }
  
  .btn-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
  }
  
  /* Body внутри offcanvas */
  .offcanvas-body {
    padding: 1rem;
  }
  
  
  .profile-info{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .profile-info img{
    width: 150px;
    height: 150px;
    border-radius: 20%;
    margin-bottom: 10px;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%;
}
  
  .profile-info h3{
    margin-bottom: 5px;
    color: var(--text-clr);
    text-align: center;
  }
  
  .profile-info span{
    margin-bottom: 5px;
  }
  