
/*Блоки*/

/* Основной контент */
.main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

.main-container {
  max-width: 1440px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.main-root {
  font-family: OpenRunde;
  color: rgba(28, 31, 38, 1)
}
.main-container {
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
}
.header-container {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1440px;
  padding-top: 24px;
  padding-bottom: 8px
}
.main-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 100px;
  padding: 40px;
  flex-wrap: wrap
}
.card-wrapper {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: auto
}
.div-information {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  column-gap: 8px;
  align-items: center;
  flex-direction: row;
  width: auto;
  height: auto
}
.div-price {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  column-gap: 8px;
  align-items: center;
  flex-direction: row;
  width: auto;
  height: auto
}
.div-discount {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  column-gap: 8px;
  align-items: center;
  flex-direction: row;
  width: auto;
  height: auto;
  display: flex;
}
.div-regalia {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  column-gap: 8px;
  align-items: center;
  flex-direction: row;
  width: auto;
  height: auto;
display: flex;
}
.div-clients {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 4px
}
.pop-up-authorization {
  width: 600px;
  height: 528px;
  display: flex;
padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 40px;
  padding-bottom: 40px
}

/*Размеры иконок*/
.icon-40 {
  width: 40px;
  height: 40px
}
.icon-20 {
  width: 20px;
  height: 20px
}
.icon-12 {
  width: 12px;
  height: 12px
}

/*Скругления*/
.rounding-16 {border-radius: 16px;}
.rounding-24 {border-radius: 24px;}
.rounding-40 {border-radius: 40px;}

/*Поле ввода*/
.input {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: rgba(244, 246, 247, 1);
  color: rgba(164, 165, 168, 1);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  font-family: OpenRunde;
  line-height: 150%;
  letter-spacing: -0.176px;
  column-gap: 12px
}



/* На всех разрешениях текст остается видимым */
@media (max-width: 1200px) {
  .icon-btn--user .user-email-text {
    display: inline-block !important;
  }
}

@media (max-width: 760px) {
  .icon-btn--user .user-email-text {
    font-size: 13px !important;
  }
}

@media (max-width: 479px) {
  .icon-btn--user .user-email-text {
    font-size: 12px !important;
  }
}


.input:active,
.input.is-css-active {
  color: rgba(28, 31, 38, 1)
}
.input:hover,
.input.is-css-hover {
  background-color: rgba(252, 252, 252, 1);
  box-shadow: 4px 4px 50px 0px rgba(38, 68, 92, 0.15);
  color: rgba(28, 31, 38, 1)
}
.input:active,
.input.is-css-active {
  color: rgba(28, 31, 38, 1)
}

/* Адаптив для контейнера */
@media (max-width: 768px) {
  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 479px) {
  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
