* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

@font-face {
  font-family: "Gilroy";
  src: local("../font/Gilroy Regular"), local("Gilroy-Regular"), url("../font/Gilroy-Regular.woff") format("woff"), url("../font/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: local("../font/Gilroy Bold"), local("Gilroy-Bold"), url("../font/Gilroy-Bold.woff") format("woff"), url("../font/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lexend Zetta";
  src: local("../font/LexendZetta Bold"), local("LexendZetta-Bold"), url("../font/LexendZetta-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lexend Zetta";
  src: local("../font/LexendZetta Regular"), local("LexendZetta-Regular"), url("../font/LexendZetta-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lexend Zetta";
  src: local("../font/LexendZetta Light"), local("LexendZetta-Light"), url("../font/LexendZetta-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
:root {
  --birch-color: #5BECCF;
  --flaxen-color: #FFFFAB;
  --yellow-color: #E6A014;
  --dark-blue-color: #070C28;
  --light-black-color: #151515;
  --black-color: #0E0E0E;
  --white-color: #FFFFFF;
  --gray-color: #D2D2D2;
}

noscript {
  font-size: 40px;
  line-height: 112.5%;
  color: red;
  text-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background: var(--black-color);
}

body {
  background-color: var(--light-black-color);
}

body, a, input {
  color: var(--white-color);
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
}

._btn {
  color: var(--light-black-color);
  font-family: "Lexend Zetta";
  font-weight: 700;
  line-height: 125%;
  border-radius: 0px 12px 0px 12px;
  background: var(--birch-color);
  height: 44px;
  padding: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
._btn:hover {
  color: var(--white-color);
}

._title {
  color: var(--gray-color);
  font-family: "Lexend Zetta";
  font-size: 24px;
  font-weight: 300;
  line-height: 125%;
  margin-bottom: 20px;
}

._sub-title {
  color: var(--white-color);
  font-family: "Lexend Zetta";
  font-weight: 700;
  line-height: 125%;
}

._sub-text {
  color: var(--gray-color);
  font-size: 12px;
  line-height: 116.6666666667%;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.header {
  width: 100%;
  padding-top: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.container {
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 52px;
     -moz-column-gap: 52px;
          column-gap: 52px;
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 171)), to(rgb(230, 160, 20)));
  background: linear-gradient(90deg, rgb(255, 255, 171) 0%, rgb(230, 160, 20) 100%);
  visibility: hidden;
  opacity: 0;
}
.header-link:hover {
  color: #E6A014;
}

._link-active::before {
  visibility: visible;
  opacity: 1;
}

.header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

@media (max-width: 998px) {
  .header {
    padding-top: 15px;
  }
}
.menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
  z-index: 2;
  overflow: hidden;
}

.menu-btn span {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--white-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
  top: calc(50% - 7px);
}

.menu-btn span:nth-of-type(3) {
  top: calc(50% + 7px);
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: background-color 0.4s ease 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.4s ease 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background-color 0.4s ease 0.5s;
  transition: transform 0.5s, background-color 0.4s ease 0.5s, -webkit-transform 0.5s;
}
.menu .header-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.menu .header-logo {
  width: 200px;
}

.menu-row {
  width: 35%;
  background-color: var(--light-black-color);
  height: 100%;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 30px;
}

.menu-btn.active span:nth-of-type(1) {
  display: none;
}

.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
          transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
          transform: translate(-50%, 0%) rotate(-45deg);
}

.menu.active {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 998px) {

  .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu .header-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu .header-link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {

  .menu-row {
    width: 75%;
  }
}
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.intro-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 165px 0 195px;
}

.intro-content {
  max-width: 536px;
  position: relative;
  z-index: 1;
}

.intro-title {
  font-family: "Lexend Zetta";
  font-size: 24px;
  line-height: 116.6666666667%;
  margin-bottom: 20px;
}
.intro-title span {
  font-weight: 700;
  font-size: 32px;
  line-height: 112.5%;
  color: var(--birch-color);
  text-transform: uppercase;
}

.intro-text {
  margin-bottom: 20px;
}

.intro-btn {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 171)), to(rgb(230, 160, 20)));
  background: linear-gradient(90deg, rgb(255, 255, 171), rgb(230, 160, 20) 100%);
  padding: 0 40px;
  height: 52px;
  text-transform: uppercase;
}

.intro-img {
  top: -54%;
  right: -23%;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .intro-img {
    right: -38%;
  }
}
@media (max-width: 998px) {
  .intro-img {
    right: auto;
    left: -200px;
    top: -37%;
    max-width: 1050px;
  }
  .intro-row {
    padding-top: 365px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .intro-img {
    left: -200px;
    top: -220px;
    max-width: 900px;
  }
}
@media (max-width: 424px) {
  .intro-img {
    left: -190px;
    top: -180px;
    max-width: 800px;
  }
}
@media (max-width: 374px) {
  .intro-img {
    left: -190px;
    top: -180px;
    max-width: 750px;
  }
  .intro-row {
    padding-top: 300px;
  }
}
.populars {
  padding: 0 0 30px;
}
.populars .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.news {
  max-width: 312px;
}

.news-pages {
    /*  max-width: 312px;  Убрали, чтобы не ограничивать ширину контейнера */
    width: 100%; /* Занимает всю доступную ширину */
}

.news-items-container-pages { /*Изменено название класса здесь, чтобы соответствовало HTML */
    display: flex;
    flex-wrap: wrap;  /* Позволяет элементам переноситься на новую строку */
    justify-content: flex-start; /* Выравнивает элементы в начале строки, можно менять на space-between или другие значения */
    gap: 20px; /* Отступ между элементами */
}


.news-item-pages {
    width: calc(25% - 20px); /*  Каждый элемент занимает 25% ширины контейнера, минус отступ, чтобы вместить 4 в строку */
    box-sizing: border-box; /* Включает padding и border в расчет ширины */
    text-decoration: none; /* Убирает подчеркивание ссылок */
    color: inherit; /* Наследует цвет текста от родителя */
}

.news-item-img-pages {
    width: 100%; /* Занимает всю ширину контейнера news-item */
    height: auto;
    object-fit: cover;
    margin-bottom: 12px;
}

.news-item-title-pages {
    margin-bottom: 12px;
}

.news-item-text-pages {
    margin-bottom: 25px;
}

.news-item-end-pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}

/* Дополнительные стили (по желанию) */
.news-item-pages:hover {
    /*  Добавьте стили для hover эффекта, например: */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.news-item-img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
}

.news-item-title {
  margin-bottom: 12px;
}

.news-item-text {
  margin-bottom: 25px;
}

.news-item-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20px;
}

.populars-row {
  max-width: 873px;
}

.populars-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.populars-item {
  width: 100%;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(7, 12, 40)), to(rgb(91, 236, 207)));
  background: linear-gradient(180deg, rgb(7, 12, 40) 0%, rgb(91, 236, 207) 100%);
  padding: 1px;
}

.populars-item-wrapper {
  background-color: var(--light-black-color);
  border-radius: 4px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.populars-item-wrapper:hover {
  background-color: #1b1b1b;
}

.populars-item-img {
  max-width: 60px;
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.populars-item-top {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.populars-item-text {
  margin-bottom: 20px;
}

.populars-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.populars-item-info p {
    color: var(--gray-color);
    font-size: 12px;
    line-height: 116.6666666667%;
}

.populars-item-info span {
    font-weight: 700;
}

.populars-item-price span {
  color: var(--yellow-color);
}

.populars-item-btn {
  font-size: 12px;
  line-height: 125%;
  padding: 0 40px;
  height: 31px;
}

@media (max-width: 998px) {
  .populars .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .news {
    max-width: 100%;
  }
  .populars-row {
    max-width: 100%;
  }
  .populars-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .populars-item-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .populars-item-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .populars-item-btn {
    width: 100%;
  }
  .populars-item-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 5px;
  }
  .populars-item-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
}
.contact {
  padding: 30px 0 80px;
}

.contact-row {
  background-color: var(--black-color);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
}

.contact-title {
  margin-bottom: 20px;
}

.contact-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
}

.contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 178px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-box:hover {
  background-color: var(--light-black-color);
}

.contact-box-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

@media (max-width: 767px) {
  .contact {
    padding: 30px 0 50px;
  }
  .contact-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer {
  padding: 80px 0;
  background-color: var(--dark-blue-color);
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.footer-left {
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.footer-left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.footer-left-text {
  color: #676767;
}

.footer-left-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.footer-left-link:nth-of-type(1):hover svg #bg {
  fill: #1b62be;
}
.footer-left-link:nth-of-type(2):hover svg #bg {
  fill: #1d85c5;
}
.footer-left-link:nth-of-type(3):hover svg #bg {
  fill: #215088;
}
.footer-left-link:nth-of-type(4):hover svg #bg {
  fill: #c70c0c;
}
.footer-left-link:nth-of-type(5):hover svg #bg {
  fill: #be1165;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 984px;
  width: 100%;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.footer-link {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-link:hover {
  color: var(--yellow-color);
}

@media (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 40px;
  }
  .footer-nav {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
}
.autorization {
  padding: 124px 0 80px;
}

.autorization-row {
  position: relative;
}
.autorization-row .intro-img {
  top: -430px;
}

.autorization-content {
  background-color: var(--black-color);
  border-radius: 0px 12px 0px 12px;
  padding: 20px 40px;
  max-width: 536px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.autorization-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

.autorization-title {
  color: var(--birch-color);
  font-family: "Lexend Zetta";
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  padding: 12px;
}

.autorization-title-two {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._active-autorization {
  border-radius: 0px 12px 0px 0px;
  background: var(--light-black-color);
}

.autorization-form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  margin-bottom: 28px;
}

.autorization-form-input {
  position: relative;
}
.autorization-form-input input {
  width: 100%;
  padding: 0 20px;
  height: 43px;
  background-color: transparent;
  color: var(--gray-color);
}
.autorization-form-input input::-webkit-input-placeholder {
  color: var(--gray-color);
}
.autorization-form-input input::-moz-placeholder {
  color: var(--gray-color);
}
.autorization-form-input input:-ms-input-placeholder {
  color: var(--gray-color);
}
.autorization-form-input input::-ms-input-placeholder {
  color: var(--gray-color);
}
.autorization-form-input input::placeholder {
  color: var(--gray-color);
}
.autorization-form-input::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 171)), to(rgb(230, 160, 20)));
  background: linear-gradient(90deg, rgb(255, 255, 171) 0%, rgb(230, 160, 20) 100%);
}

.autorization-form-btn {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 171)), to(rgb(230, 160, 20)));
  background: linear-gradient(90deg, rgb(255, 255, 171), rgb(230, 160, 20) 100%);
}

.autorization-form-visible {
  position: absolute;
  z-index: 1;
  right: 18px;
  top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px;
  border-radius: 5px;
}
.autorization-form-visible:hover {
  background-color: var(--light-black-color);
}

@media (max-width: 998px) {
  .autorization-row .intro-img {
    top: -300px;
    left: 100px;
  }
}
@media (max-width: 767px) {
  .autorization-content {
    padding: 20px;
  }
  .autorization-row .intro-img {
    top: -450px;
    left: -200px;
  }
  .autorization-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .autorization-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .autorization {
    padding: 224px 0 80px;
  }
}
@media (max-width: 424px) {
  .autorization-row .intro-img {
    top: -420px;
    left: -190px;
  }
}
@media (max-width: 374px) {
  .autorization-row .intro-img {
    top: -400px;
  }
}
.catalog {
  padding-top: 124px;
}
.catalog .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog .populars-row {
  max-width: 100%;
  width: 100%;
}
.catalog .populars-items {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(12, 1fr);
}
.catalog .populars-item {
  grid-column-start: span 6;
}
.catalog .populars-item-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.catalog .populars-item-btn {
  width: 100%;
}

.populars-item-wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.filters {
  max-width: 100%;
  width: 100%;
}

.filters-body {
  background-color: var(--black-color);
  padding: 12px;
  border-radius: 4px;
}

.filters-catalog {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.filters-input {
  grid-column-start: span 4;
  height: 48px;
  padding: 0 20px;
  background-color: #272727;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.filters-input::-webkit-input-placeholder {
  color: var(--gray-color);
}
.filters-input::-moz-placeholder {
  color: var(--gray-color);
}
.filters-input:-ms-input-placeholder {
  color: var(--gray-color);
}
.filters-input::-ms-input-placeholder {
  color: var(--gray-color);
}
.filters-input::placeholder {
  color: var(--gray-color);
}
.filters-input:hover, .filters-input:focus {
  background-color: #1a1919;
}

.filters-select {
  grid-column-start: span 4;
  color: var(--gray-color);
  width: 100%;
  background-color: #272727;
  height: 48px;
  padding: 14.5px 29px 14.5px 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}


.filters-select select {
    color: var(--gray-color);
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-family: "Gilroy";
    line-height: 118.75%;
    outline: none;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

.filters-select select::-ms-expand {
    display: none;
}

.filters-select::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid var(--gray-color);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    pointer-events: none;
}


/* Стили для выпадающего списка (опций) */
.filters-select select option {
    background-color: var(--light-black-color); /* Фон для опций */
    color: var(--gray-color); /* Цвет текста опций */
    padding: 10px 20px; /* Отступы для опций */
    font-family: "Gilroy"; /*  Шрифт для опций */
    font-size: 16px; /*  Размер шрифта для опций */
    line-height: 118.75%; /* Высота строки для опций */
    border: none; /* Убираем границу, если она есть */
}

/* Cтили для hover и focus состояний */
.filters-select select option:hover, .filters-select select option:focus {
    background-color: #1a1919; /* Меняем фон при наведении или фокусе */
    color: var(--white-color); /* Меняем цвет текста при наведении или фокусе */
}


.filters-select-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filters-btns {
    grid-column-start: span 12;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

._reset {
    width: 152px;
    border: 1px solid rgb(91, 236, 207);
    background-color: transparent;
    color: var(--birch-color);
}

._search {
    width: 170px;
}

@media (max-width: 998px) {
  .catalog .populars-item {
    grid-column-start: span 12;
  }
  .filters-input, .filters-select, .filters-btns {
    grid-column-start: span 6;
  }
}
@media (max-width: 767px) {
  .populars-item-wrapper-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .filters-input, .filters-select, .filters-btns {
    grid-column-start: span 12;
  }
}
.tickets {
  padding: 124px 0 30px;
}

.tickets-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tickets-row h2 {
  margin-bottom: 40px;
}

.tickets-creating {
  max-width: 872px;
  width: 100%;
}

.tickets-form {
  border-radius: 4px;
  background-color: var(--black-color);
  padding: 12px;
  width: 100%;
}

.tickets-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  margin-bottom: 40px;
  color: #D2D2D2;
}

.tickets-block input {
  height: 35px;
}

.tickets-text {
  margin-bottom: 4px;
}

.tickets-select {
  border-radius: 4px;
  background: rgb(39, 39, 39);
  width: 100%;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tickets-select:hover {
  background-color: #1a1919;
}

.tickets-select-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tickets-input {
  border-radius: 4px;
  background: rgb(39, 39, 39);
  width: 100%;
  padding: 0 20px;
  height: 48px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tickets-input:hover, .tickets-input:focus {
  background-color: #1a1919;
}
.tickets-input::-webkit-input-placeholder {
  color: #D2D2D2;
}
.tickets-input::-moz-placeholder {
  color: #D2D2D2;
}
.tickets-input:-ms-input-placeholder {
  color: #D2D2D2;
}
.tickets-input::-ms-input-placeholder {
  color: #D2D2D2;
}
.tickets-input::placeholder {
  color: #D2D2D2;
}

.tickets-btn {
  width: 100%;
  color: var(--light-black-color);
  font-family: "Lexend Zetta";
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
}

.tickets-attention {
  max-width: 424px;
}

.tickets-attention-block {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(7, 12, 40)), to(rgb(91, 236, 207)));
  background: linear-gradient(180deg, rgb(7, 12, 40) 0%, rgb(91, 236, 207) 100%);
  border-radius: 4px;
  padding: 1px;
}

.tickets-attention-list {
  background-color: var(--light-black-color);
  padding: 12px 20px 12px 27px;
}
.tickets-attention-list li {
  list-style: disc;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  color: var(--white-color);
}
.tickets-attention-list li::before {
  content: "";
  display: block;
  min-width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--white-color);
  margin-top: 4px;
}

@media (max-width: 767px) {
  .tickets {
    padding-top: 100px;
  }
  .tickets-row {
    row-gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tickets-row h2 {
    margin-bottom: 20px;
  }
  .tickets-attention {
    max-width: 100%;
  }
}
.ticket {
  padding: 124px 0 30px;
}

.ticket-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.ticket-row h2 {
  margin-bottom: 40px;
}

.ticket-active {
  max-width: 760px;
}

.ticket-active-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.ticket-active-item {
  grid-column-start: span 6;
  border-radius: 4px;
  background: var(--black-color);
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.ticket-active-item-block {
  width: 100%;
  padding-bottom: 12px;
}
.ticket-active-item-block:not(:last-child) {
  border-bottom: 1px solid var(--light-black-color);
}

.ticket-active-item-title {
  margin-bottom: 4px;
    width: 150px;
}

.ticket-active-item-status {
  color: #7BFF00;
}

.ticket-active-item-btn {
  border: 1px solid var(--birch-color);
  background: var(--light-black-color);
  color: var(--birch-color);
  -webkit-column-gap: 17.92px;
     -moz-column-gap: 17.92px;
          column-gap: 17.92px;
}
.ticket-active-item-btn svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ticket-active-item-btn:hover svg path {
  stroke: var(--white-color);
}

.ticket-archived {
  max-width: 424px;
  width: 100%;
}

.ticket-archived-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.ticket-archived-item {
  border: 1px solid var(--black-color);
  border-radius: 4px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}

._approved {
  color: var(--yellow-color);
}

._not-approved {
  color: #E61414;
}

@media (max-width: 998px) {
  .ticket-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
  .ticket-active {
    max-width: 100%;
  }
  .ticket-archived {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ticket {
    padding-top: 100px;
  }
  .ticket-row h2 {
    margin-bottom: 20px;
  }
  .ticket-active-item {
    grid-column-start: span 12;
  }
}
.replenishment {
  padding: 124px 0 30px;
}

.replenishment-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.replenishment-row h2 {
  margin-bottom: 40px;
}

.replenishment-left {
  max-width: 872px;
  width: 100%;
}

.replenishment-left-body {
  border-radius: 4px;
  background: var(--black-color);
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.replenishment-left-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center; */
    /* -ms-flex-align: center; */
    /* align-items: center;  Убрали это */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #272727;
    border-radius: 4px;
    height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.replenishment-left-item:hover {
  background-color: #1a1919;
}
.replenishment-left-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.replenishment-form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 10px;
}
.replenishment-input {
    border-radius: 4px;
    background: rgb(39, 39, 39);
    padding: 0 20px;
    height: 48px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #D2D2D2;
    border: none;
    box-sizing: border-box;
    width: 100%; /* Добавляем width: 100% */
    flex: 1; /* Добавляем flex: 1 */
}


.replenishment-input:hover, .replenishment-input:focus {
    background-color: #1a1919;
}
.replenishment-input::-webkit-input-placeholder {
    color: #D2D2D2;
}
.replenishment-input::-moz-placeholder {
    color: #D2D2D2;
}
.replenishment-input:-ms-input-placeholder {
    color: #D2D2D2;
}
.replenishment-input::-ms-input-placeholder {
    color: #D2D2D2;
}
.replenishment-input::placeholder {
    color: #D2D2D2;
}

.replenishment-btn {
    width: 100%;
    color: var(--light-black-color);
    font-family: "Lexend Zetta";
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
}

.replenishment-left-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11.33px;
     -moz-column-gap: 11.33px;
          column-gap: 11.33px;
}

.tickets-attention-text {
  margin-left: -7px;
  margin-bottom: 17px;
  color: var(--white-color);
}

@media (max-width: 767px) {
  .replenishment {
    padding-top: 100px;
  }
  .replenishment-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
  .replenishment-row h2 {
    margin-bottom: 20px;
  }
}

/* Стили для страницы отдельной новости */
.news-page {
    padding: 124px 0 30px; /* Отступы сверху и снизу, чтобы контент не был у верхнего края экрана */
}

.news-page .container {
    max-width: 900px; /* Добавляем ограничение на ширину для контента */
}


.news-page-content {
    width: 100%;
}


.news-page-title {
    color: var(--white-color);
    font-family: "Lexend Zetta";
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 30px;
    font-size: 32px;
}

.news-page-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 4px; /* Добавляем скругление углов */
}

.news-page-text {
    margin-bottom: 20px;
    line-height: 150%;
    color: var(--gray-color);
}

.news-page-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.news-item-avtar img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/* Медиа запросы для адаптивности */
@media (max-width: 767px) {
    .news-page {
        padding: 100px 0 30px;
    }
    .news-page-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

/*Убрать полосу прокрутки у элемента*/
.element::-webkit-scrollbar {
    width: 0;
}

/*Убрать полосу прокрутки для всей страницы*/
::-webkit-scrollbar {
    width: 0;
}

.dashboard-page {
    padding: 124px 0 30px; /* Отступы сверху и снизу, чтобы контент не был у верхнего края экрана */
}

.dashboard-page .container {
    max-width: 800px; /* Добавляем ограничение на ширину для контента */
    background-color: var(--black-color);
    padding: 20px;
    border-radius: 4px;
}

.dashboard-page h3 {
    margin-bottom: 20px;
    color: var(--white-color);
    font-family: "Lexend Zetta";
    font-weight: 700;
    font-size: 24px;
}

.profile-info {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.profile-info p {
    margin-bottom: 10px;
    color: var(--gray-color);
    line-height: 118.75%;
}

.profile-info strong {
    font-weight: bold;
    color: var(--white-color);
}

/* Медиа запросы для адаптивности */
@media (max-width: 767px) {
    .dashboard-page {
        padding: 100px 0 30px;
    }
    .dashboard-page h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.password-title{
    margin-bottom: 20px;
    color: var(--white-color);
    font-family: "Lexend Zetta";
    font-weight: 700;
    font-size: 24px;
}


.cart-page {
    margin-top: 100px; /* Примерное значение, можно изменить */
}

@media (max-width: 998px) {
    .cart-page {
        margin-top: 80px; /* Уменьшаем отступ для мобильных */
    }
}

.cart-item-img{
    width:50px;
    height:auto;
}
.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.table th, .table td {
    border: 1px solid #444;
    padding: 8px;
    text-align: left;
}
.table th {
    background-color: #272727;
    color: var(--gray-color);
    font-weight: normal;
}
.table tbody tr {
    background-color: #272727;
}

.table tbody tr:nth-child(even) {
    background-color: #323232; /* Немного другой цвет для четных строк */
}
.btn {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-family: "Gilroy";
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background-color: var(--birch-color);
    color: #0E0E0E;
    transition: all 0.3s ease 0s;
}
.btn-primary:hover {
    background-color: #53d7c8;
    color: #0E0E0E;
}


.btn-danger {
    background-color: #E61414;
    color: var(--white-color);
    transition: all 0.3s ease 0s;
}
.btn-danger:hover {
    background-color: #cf0f0f;
    color: var(--white-color);
}
input[type="number"] {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #323232;
    color: var(--white-color);
    width: 60px;
    font-family: "Gilroy";
}
.alert-success {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
}

.purchase-item-img{
    width:50px;
    height:auto;
}
.purchases-list {
    list-style: none;
    padding: 0;
}

.purchase-item {
    background-color: #272727;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #444;
}
.purchase-item-name{
    color: var(--white-color);
    font-weight: 700;
    line-height: 125%;
}

.purchase-info {
    margin-bottom: 10px;
}

.purchase-info p {
    color: var(--gray-color);
    line-height: 118.75%;
    margin-bottom: 5px;
}
.purchase-details{
    margin-bottom: 10px;
}
.purchase-details p{
    color: var(--gray-color);
    line-height: 118.75%;
}
.purchase-products-list {
    list-style: none;
    padding: 0;
}
.purchase-products-item{
    background-color: #323232;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    border: 1px solid #444;
}
.purchase-products-item-info span{
    color: var(--gray-color);
}
.purchase-products-item-info p{
    color: var(--white-color);
    line-height: 118.75%;
    margin-bottom: 2px;
}
.alert-success {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
}
.purchases-page{
    margin-top: 100px;
}
@media (max-width: 998px) {
    .purchases-page{
        margin-top: 80px;
    }
}

.ticket-page-item {
    border-radius: 4px;
    background: var(--black-color);
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 20px;
}

.ticket-active-item-text {
    word-wrap: break-word;
}

.ticket-page-item-block {
    width: 100%;
    padding-bottom: 12px;
}
.ticket-page-item-block:not(:last-child) {
    border-bottom: 1px solid var(--light-black-color);
}
.ticket-page-item-text{
    color: var(--white-color);
}
.ticket-page-item-title{
    color: var(--gray-color);
}
.ticket-page-item-status {
    color: #7BFF00;
}
.ticket-replies {
    background-color: #272727;
    padding: 20px;
    border-radius: 4px;
}
.ticket-reply-item{
    background-color: #323232;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
}
.ticket-reply-item-text{
    color: var(--white-color);
}
.ticket-reply-item-title{
    color: var(--gray-color);
}
.ticket-reply-item-date{
    color: var(--gray-color);
    font-size: 12px;
}
.ticket-page {
    padding: 124px 0 30px;
}

.ticket-page .container {
    max-width: 800px;
}
@media (max-width: 998px) {
    .ticket-page {
        padding: 100px 0 30px;
    }
}

input[type="number"] {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #323232;
    color: var(--white-color);
    width: 100%;
    font-family: "Gilroy";
}

.tickets-select {
    border-radius: 4px;
    background: rgb(39, 39, 39);
    width: 100%;
    padding: 8px 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
.tickets-select:hover {
    background-color: #1a1919;
}
.tickets-select select {
    color: var(--gray-color);
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-family: "Gilroy";
    line-height: 118.75%;
    outline: none;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

.tickets-select select::-ms-expand {
    display: none;
}

.tickets-select::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid var(--gray-color);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    pointer-events: none;
}

.tickets-select select option {
    background-color: var(--light-black-color); /* Фон для опций */
    color: var(--gray-color); /* Цвет текста опций */
    padding: 10px 20px; /* Отступы для опций */
    font-family: "Gilroy"; /*  Шрифт для опций */
    font-size: 16px; /*  Размер шрифта для опций */
    line-height: 118.75%; /* Высота строки для опций */
    border: none; /* Убираем границу, если она есть */
}

/* Cтили для hover и focus состояний */
.tickets-select select option:hover, .tickets-select select option:focus {
    background-color: #1a1919; /* Меняем фон при наведении или фокусе */
    color: var(--white-color); /* Меняем цвет текста при наведении или фокусе */
}

.captcha-container {
    display: flex;
    flex-direction: column; /* Элементы располагаются в колонку */
    align-items: center;    /* Выравнивание по центру по горизонтали */
    width: 100%;          /* Занимает всю доступную ширину */
}

/* Стили для обертки изображения капчи */
.captcha-image-wrapper {
    display: flex;
    flex-direction: column; /* Кнопка под картинкой */
    align-items: center;  /* Центрирование по горизонтали */
    margin-bottom: 10px;  /* Отступ между изображением и полем ввода */
    position: relative;    /* Для позиционирования кнопки */
}

.captcha-image-wrapper img {
    max-width: 100%;      /* Максимальная ширина изображения */
    height: auto;         /* Высота автоматически */
    display: block;      /* Убираем лишние отступы */
    width: 200px;        /* ЯВНО задаем ширину (можно в %, em, rem и т.д.) */
}


/* Стили для поля ввода */
.form-control {
    width: 100%;
    max-width: 300px; /* Ограничиваем максимальную ширину */
    padding: 0 20px;
    height: 43px;
    background-color: transparent;
    color: var(--gray-color);
    border-radius: 0px 12px 0px 12px;
    border: 1px solid var(--gray-color);
}

.form-control::-webkit-input-placeholder {
    color: var(--gray-color);
}
.form-control::-moz-placeholder {
    color: var(--gray-color);
}
.form-control:-ms-input-placeholder {
    color: var(--gray-color);
}
.form-control::-ms-input-placeholder {
    color: var(--gray-color);
}
.form-control::placeholder {
    color: var(--gray-color);
}

/* Стили для сообщений об ошибках */
.is-invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
    text-align: center; /* Центрируем сообщение об ошибке */
}

/* Дополнительные стили для страницы Terms of Use */
.terms-page {
    padding: 124px 0 30px;
    color: var(--gray-color);
}

.terms-page .container {
    max-width: 900px;
}

.terms-title {
    color: var(--white-color);
    font-family: "Lexend Zetta";
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 40px;
}

.terms-section {
    margin-bottom: 30px;
}

.terms-section-title {
    color: var(--white-color);
    font-family: "Lexend Zetta";
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 20px;
}

.terms-section p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.terms-section ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.terms-section ul li {
    list-style: disc;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
    color: var(--white-color);
}
.terms-section ul li::before {
    content: "";
    display: block;
    min-width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: var(--white-color);
    margin-top: 4px;
}

.terms-section ol {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 15px;
}
.terms-section ol li {
    margin-bottom: 5px;

}

.terms-contact {
    margin-top: 40px;
}
.terms-contact p{
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Медиа-запросы для адаптивности */
@media (max-width: 767px) {
    .terms-page {
        padding: 100px 0 30px;
    }

    .terms-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .terms-section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

     /* Новые стили для страницы оплаты */
 .payment-container {
     max-width: 600px;
     margin: 50px auto;
     background-color: #151515;
     padding: 30px;
     border-radius: 8px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     text-align: center;
 }

.payment-title {
    font-family: "Lexend Zetta", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.payment-info {
    margin-bottom: 20px;
}

.payment-info p {
    color: var(--gray-color);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.payment-info strong {
    color: var(--birch-color);
    font-weight: bold;
}

.payment-instructions {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 30px;
}

.payment-address {
    background-color: #222;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow-wrap: break-word; /* Перенос длинных строк */
    font-size: 16px;
}

.order-id {
    font-style: italic;
    color: var(--gray-color);
}

@media (max-width: 768px) {
    .header {
        position: static; /* Изменяем позиционирование хедера */
        margin-bottom: -90px;
    }

    .header-row {
        flex-direction: column;
        align-items: center; /* Центрируем элементы */
    }

    .header-left {
        width: 100%;
        display: flex;
        flex-direction: column; /* Кнопки сверху вниз */
        align-items: center; /* Центрируем элементы */
    }

    .header-nav {
        width: 100%; /* Занимает всю доступную ширину */
        display: block; /* Делаем навигацию видимой */
        background: #151515;
    }

    .header-list {
        display: flex;
        flex-direction: column; /* Кнопки сверху вниз */
        align-items: center; /* Центрируем элементы */
        width: 100%;
    }

    .header-link {
        padding: 10px; /* Увеличиваем отступы для кнопок */
        text-align: center; /* Центрируем текст в кнопках */
        width: 100%; /* Кнопки на всю ширину */
        box-sizing: border-box; /* Включаем padding в ширину */
    }

}
