

/* Start:/local/templates/lada_lk/template_styles.css?177821982025699*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'SF Pro Display', sans-serif;
}
h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #415261;
  margin-bottom: 20px;
}
h2 {
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 30px;
  line-height: 125%;
  color: #415261;
  margin-top: 30px;
  margin-bottom: 15px;
}
h3 {
  font-weight: 590;
  font-size: 24px;
  line-height: 130%;
  color: #415261;
  margin-top: 25px;
  margin-bottom: 12px;
}
h4 {
  font-weight: 590;
  font-size: 20px;
  line-height: 135%;
  color: #415261;
  margin-top: 20px;
  margin-bottom: 10px;
}
p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #415261;
  margin-bottom: 15px;
}
ul, ol {
  margin-left: 20px;
  margin-bottom: 15px;
}
li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #415261;
  margin-bottom: 10px;
}
.common_errors {
  padding: 12px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.info-status-block{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  gap: 10px;
  width: 100%;
  height: 64px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.info-ok {
  background: #EAECFA;
  color: #273ECD;
}
.info-done {
  background: #EBF8F0;
  color: #36B461;
}
.common_errors,
.info-error {
  background: #FCE9E9;
  color: #DE1A1A;
}
.info-attention {
  background: #FFFAE6;
  color: #F86800;
}
.main {
  background: #F8F8F8;
  padding: 24px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  gap: 24px;
  position: relative;
}
.sidebar {
  height: auto;
  width: 100%;
  max-width: 292px;
  position: relative;
}
.sidebar-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 292px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  border-radius: 16px;
  min-height: 1030px;
  z-index: 2;
  position: relative;
}
.w_box {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
}
.sidebar-overlay {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #4D5964;
  opacity: 0.5;
}
.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 16px;
}
.close_menu,
.burger_menu {
  display: none;
  width: 40px;
  height: 40px;
  min-width: 40px;
  cursor: pointer;
}

.logo {

  height: 40px;
}
.profile_link {
  height: 64px;
  width: 64px;
  display: block;
  border-radius: 64px;
  overflow: hidden;
  cursor: pointer;
}
.profile_link input {
  display: none;
}
.menu {
  display: flex;
  flex-direction: column;
}
.menu-title {
  color:#93A4B4;
  font-size: 14px;
  font-weight: 400;
  padding-left: 16px;
}
.menu-item {
  padding: 16px;
  color: #4D5964;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  position: relative;
}
.menu-item:hover,
.menu-item.active {
  color: #F86800;
}

.menu-item svg path {
  fill: #4D5964;
}

.menu-item:hover svg path,
.menu-item.active svg path {
  fill: #F86800;
}
.menu-item.active:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 6px;
  height: 48px;
  background: radial-gradient(75% 42.43% at 26.92% 19.4%, #FF6B00 0%, #FF9519 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border-radius: 0px 4px 4px 0px;
}
.content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 24px;
}

.profile {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 590;
  font-size: 18px;
  line-height: 140%;
  color: #4D5964;
}
.menu-footer {
  border-top: 1px solid #E6EBEF;
  padding: 8px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.menu-footer a.logout {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #4D5964;
}
.main .content {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 48px);
  position: relative;
  padding-bottom: 40px;
}
.content-body {
  width: 100%;
}
.main-info_wrapper {
  display: flex;
  gap: 24px;
  width: 100%;
}
.subscr-auto_info {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  height: 100%;
  min-height: 453px;
  padding-bottom: 120px;
}
.subscr-progress {
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  margin-bottom: 24px;
}
.progress_steps {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}
.progress_steps-info {
  font-size: 17px;
  line-height: 140%;
  color: #93A4B4;
}
.progress_title {
  font-weight: 590;
  font-size: 24px;
  line-height: 130%;
  color: #4D5964;
}
.progress_step {
  height: 12px;
  width: 100%;
  background: #E6EBEF;
  border-radius: 6px;
}
.progress_step.step-done {
  background: #36B461;
}
.progress_step.step-current {
  background: #273ECD;
}
.subscr-auto_info .status-common {
  position: absolute;
  top: 24px;
  right: 24px;
}
.status-common {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  gap: 2px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  width: 100%;
  max-width: max-content;
}
.status-green {
  background: rgba(54, 180, 97, 0.1);
  color: #36B461;
}
.status-blue {
  color: #273ECD;
  background: rgba(39, 62, 205, 0.1);
}
.status-yellow {
  color: #F86800;
  background: rgba(255, 198, 0, 0.1);
}
.status-red {
  color: #DE1A1A;
  background: rgba(222, 26, 26, 0.1);
}
.subscr-info_vert-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 364px;
}

.subscr-info {
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
}

.common_subtitle,
.subscr-auto_subtitle {
  font-weight: 510;
  font-size: 17px;
  line-height: 140%;
  color: #93A4B4;
}
.common_subtitle {
  color: #4D5964;
}
.common_title,
.auto_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #4D5964;
}
.auto_title {
  margin-bottom: 8px;
  display: inline-block;
}
.auto_vin {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4D5964;
}
.auto_vin span {
  color: #93A4B4;
}
.auto_complect {
  padding: 8px;
  background: #F8F8F8;
  border-radius: 8px;
  margin-top: 16px;
  width: 100%;
  max-width: 604px;
  margin-bottom: 16px;
}
.complect_list {
  margin: 0;
  padding-left: 18px;
  font-weight: 400;
  font-size: 16px;
  padding-bottom:0;
  padding-top: 8px;
  line-height: 150%;
  color: #4D5964;
}
.auto_complect_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4D5964;
}
.complect_list li::marker {
  color: #F86800;
}
.auto_info_item-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #93A4B4;
  display: flex;
  align-items: center;
  gap: 4px;
}
.auto_info_item-text {
  font-weight: 590;
  font-size: 20px;
  line-height: 135%;
  color: #4D5964;
}
.auto_info_item {
  padding: 6px;
  width: 100%;
  display: inline-block;
}
.auto_info {
  width: 100%;
  max-width: 604px;
  margin-bottom: 32px;
  gap: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.auto_data {
  padding: 16px;
  background: url('/local/templates/lada_lk/img/bg_rounds.svg') no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 320px;
  /*background: radial-gradient(75% 42.43% at 26.92% 19.4%, #FF6B00 0%, #FF9519 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border-radius: 8px;
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.auto_data-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 2px;
}
.auto_data-info {
  font-weight: 590;
  font-size: 20px;
  line-height: 135%;
  color: #FFFFFF;
}
.subscr-info_title {
  font-weight: 590;
  font-size: 24px;
  line-height: 130%;
  color: #4D5964;
  margin-bottom: 24px;
}
.subscr-info_text {
  padding: 8px;
  background: #F8F8F8;
  border-radius: 8px;
  margin-bottom: 8px;
}
.subscr-info_price {
  font-weight: 700;
  font-size: 30px;
  line-height: 125%;
  color: #4D5964;
  margin-bottom: 16px;
}
.subscr-info_text-title {
  font-weight: 590;
  font-size: 20px;
  line-height: 135%;
  color: #4D5964;
  margin-bottom: 10px;
}
.subscr-info_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4D5964;
  margin: 0;
  padding: 0;
}
.data-pay {
  display: flex;
  flex-direction: column;

}
.data-pay_title {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #93A4B4;
}
.data-pay_info {
  font-weight: 590;
  font-size: 20px;
  line-height: 135%;
  color: #4D5964;
}
.btn {
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 12px 24px;
  height: 48px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn.btn-main {
  color: #fff;
  background: #F86800;
  max-width: max-content;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.btn.btn-main:disabled {
  background: rgba(248, 104, 0, 0.3);
  pointer-events: none;
}
.btn.btn-main:hover {
  background: rgba(248, 104, 0, 0.8);
}
.btn.btn-main:active {
  background: #F86800;
}
.btn.btn-error {
  color: #ff0000;
  border: 1px solid #ff0000;
  font-size: 16px;
  justify-content: center;
}
.btn.btn-blank:active,
.btn.btn-blank {
  color: #4D5964;
  border: 1px solid #4D5964;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.btn.btn-blank:hover {
  color: rgba(77, 89, 100, 0.9);
  border: 1px solid rgba(77, 89, 100, 0.9);
}
.btn.btn-blank.disabled{
  opacity: 0.3;
  pointer-events: none;
}
.btn.link-go_to {
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.btn.btn-main.loading {
  position:  relative;
  opacity: 0.5;
  pointer-events: none;
  padding-left: 5px;
}
.btn.btn-main.loading:before {
  content: '';
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mini-btn input,
.upload_doc_buttons input {
  display: none;
}
.btn-submit_pay {
  justify-content: center;
  width: 100%;
  color: #ffffff;
  background: radial-gradient(75% 42.43% at 26.92% 19.4%, #FF6B00 0%, #FF9519 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.btn-submit_pay.disabled {
  background: rgba(248, 104, 0, 0.3);
  pointer-events: none;
}

.data-pay {
  margin-bottom: 16px;
}
.content-footer {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.content-footer a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4D5964;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 48px;
}

/** ДОКИ **/
.content-body-header {
  margin-bottom: 24px;
}
.upload_progress {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.w_box:has(.upload_progress) {
  margin-bottom: 24px;
}
.upload_wrapper {
  display: flex;
  align-items: center;
  gap: 48px;
}
.upload_progress_info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.upload_progress-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 510;
  font-size: 17px;
  line-height: 140%;
  color: #4D5964;
}
.upload_doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.upload_doc_info {
  display: flex;
  align-items: flex-start;
}
.upload_doc_text {
  margin-left: 16px;
}
.doc-title {
  font-weight: 590;
  font-size: 18px;
  line-height: 140%;
  color: #4D5964;
  margin-bottom: 4px;
}
.doc-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4D5964;
  margin-bottom: 4px;
}
.doc-file {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4D5964;
  margin-bottom: 4px;
  margin-top: 4px;
  word-break: break-all;
}
.doc-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #93A4B4;
  padding: 2px 8px;
  gap: 4px;
  border-radius: 4px;
  background: #F8F8F8;
  max-width: max-content;
}
.upload_doc_buttons {
  display: flex;
  gap: 16px;
  align-items: center;
}
.mini-btn {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #4D5964;
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
.mini-btn:hover {
  background: #EBEBEB;
}

.doc-warning {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4D5964;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  background: #FFFAE6;
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  gap: 4px;
  margin-right: 24px;
  width: max-content;
}
.upload_doc_buttons .mini-btn span {
  display: none;
  position: absolute;
  bottom: -50%;
  left: -100%;
  padding: 4px 12px;
  background: #FFFFFF;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.upload_doc_buttons .mini-btn:hover span {
  display: block;
}
.doc-upload_wrapper {
  padding-top: 16px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
/* Validation error styles */
.doc-error-msg {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 8px;
  display: none;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #dc2626;
}

.upload_doc.status-error .doc-error-msg {
  display: block;
}
.w_box.upload_doc.status-error {
  border:  1px solid #ff3b30;
  background: #fff5f5;
}
.w_box.upload_doc.status-ok {
  border: 1px solid #16a34a;
}

/** ПРОФИЛЬ **/

.profile_info {
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.profile_info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}
.profile_main-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 20px;
}
.profie_title {
  font-weight: 590;
  font-size: 24px;
  line-height: 130%;
  color: #4D5964;
}
.profile_info-item .item_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4D5964;
}

/* пустая страница */
.empty-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 93%;
  flex-direction: column;
}
.empty-page_warpper {
  text-align: center;

}
.empty_title {
  margin-top: 16px;
  font-weight: 590;
  font-size: 18px;
  line-height: 140%;
  color: #4D5964;
}
.empty_subtitle {
  margin-top: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4D5964;
}

/* текстовые страницы */
a {
  color: #4D5964;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  overflow-x: auto;
  display: block;
}
table th {
  text-align: center;
  font-weight: bold;
}
th, td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 140%;
}

th {
  font-weight: 700;
}

tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
tbody,
thead {
  width: 100%;
  display: inline-table;
}
.section-number {
  font-weight: 700;
  color: #415261;
}
.container {
  background-color: #ffffff;
  padding: 20px;
}

.version {
  text-align: right;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.suggestions-input {
  padding: 18px 12px 6px;
  text-align: left;
  vertical-align: top;
  width: 100%;
  margin: 0;
  outline: none;
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  font-size: 16px;
  color: #4D5964;
  border-bottom: 1px solid #93A4B4;
  border-radius: 0;
}


.suggestions-suggestions {
  background: #fff;
  border-radius: 0 0 16px 16px;
  padding: 16px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  left: 0;
  width: 100% ;
  max-width: 450px ;
  min-width: unset ;
  position: absolute;
  z-index: 9999;
  -webkit-text-size-adjust: 100%
}


.suggestions-nowrap {
  white-space: nowrap
}

.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.suggestions-input::-ms-clear {
  display: none
}

.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%
}



.suggestions-wrapper:not(.suggestions-wrapper--mobile) .suggestions-suggestion_hidden-desktop {
  display: none
}

.suggestions-wrapper--mobile .suggestions-suggestion_hidden-mobile {
  display: none
}

.suggestions-suggestions strong {
  font-weight: 400;
  color: #F86800
}

.suggestions-suggestion {
  padding: 4px;
  overflow: hidden
}

.suggestions-suggestion:hover {
  background: #E6EBEF;
}

.suggestions-selected, .suggestions-selected:hover {
  background: #f0f0f0
}

.suggestions-hint {
  padding: 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
  line-height: 20px;
  text-overflow: ellipsis
}

.suggestions-wrapper:not(.suggestions-wrapper--mobile) .suggestions-suggestions--with-promo .suggestions-hint {
  max-width: calc(100% - 80px);
  padding-right: 0
}

.suggestions-subtext {
  color: #777
}

.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 .5em 0 0
}

.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px
}

.suggestions-subtext_label {
  margin: 0 0 0 .25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%
}

.suggestions-value[data-suggestion-status=LIQUIDATED] {
  position: relative
}

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, .4);
  content: ""
}

.suggestions-promo {
  font-size: 85%;
  color: #777;
  padding: 4px;
  text-align: center;
  display: none;
}

.suggestions-promo a {
  color: #777;
  display: block;
  filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none
}

.suggestions-promo a:hover {
  filter: grayscale(0)
}

.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom
}

.suggestions-wrapper:not(.suggestions-wrapper--mobile) .suggestions-suggestions:not(.suggestions-suggestions--nohint) .suggestions-promo {
  position: absolute;
  top: 0;
  right: 0;
  text-align: left
}
.warn-error {
 display: inline-block;
  margin-bottom: 8px;
  color:#FF0000;
  text-decoration: none;
}
.selection.error {
  border: 1px solid #FF0000;
  background: #fde9e9;
}
.selection.disabled {
  pointer-events: none;
}
.selection.disabled .selection-wrapper {
  display: none;
}
.selection {
  background: #F8F8F8;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  position: relative;
  color: #4D5964;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
}
.selection.active {
  border-radius: 8px 8px 0 0;
}
.selection:hover {
  background: #E6EBEF;
}
.selection.active .selection-wrapper {
  display: block;
}
.color-select {
  position: absolute;
  top: 24px;
  left: 326px;
  max-width: 300px;
}
.color-select .selection-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.color-select .selection-selected .selection-arrow {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.color-select.active .selection-selected .selection-arrow {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.color-select.disabled .selection-selected .selection-arrow {
  display: none;
}

.selection-list {
  display: flex;
  flex-direction: column;

  background: #fff;

}


.selection-list .selection-list_item {
  padding: 10px 14px;
  margin: 0;
  border-top: 1px solid #ddd;
}
.selection-list .selection-list_item:hover {
  cursor: pointer;
  background: #E6EBEF;
}
.selection-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}
@media (max-width:1848px) {
  .sidebar {
    position: fixed;
    z-index: 9;
    display: none;
  }
  .sidebar-overlay {
    display: block;
  }
  .sidebar-wrapper {
    min-height: unset;
    height: auto;
  }
  .sidebar.active {
    display: block;
  }
  .menu-footer {
    position: unset;
    padding: 16px;
  }
  .logo,
  .close_menu,
  .burger_menu {
    display: block;
  }
  .logo {
    height: 106px;
  }
  .burger_menu {
    position: absolute;
    top: 11px;
    left: 0;
  }
  .info {
    margin-left: 56px;
  }
  .menu-title {
    display: none;
  }

}

@media (max-width:1576px) {
  .main-info_wrapper {
    flex-direction: column;
  }
  .subscr-info_vert-wrapper {
    flex-direction: row;
    max-width: unset;
  }
  .subscr-info {
    width: 100%;
  }
}

@media (max-width:1200px) {
  .auto_info {
    grid-template-columns: 1fr;
    max-width: 50%;
  }
  .subscr-auto_info {
    background-size: 50%;
  }
  .doc-warning {
    width: 100%;
  }
}
@media (max-width:1000px) {
  .color-select {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    top: unset;
    left: unset;
  }
}
@media (max-width:868px) {

  .upload_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media (max-width:810px) {
  .main {
    padding: 17px;
  }
  .sidebar {
    top: 0;
    left: 0;
  }
  .info {
    order: 3;
    width: 100%;
    margin-left: 0;
  }

  .content-header {
    flex-wrap: wrap;
  }
  .burger_menu {
    position: unset;
  }
  .profile {
    order: 2;
  }
  .profile-text {
    display: none;
  }
  .subscr-auto_info {
    background-image: none !important;
  }
  .main .content {
    padding-bottom: 0;
  }
  .content-footer {
    position: unset;
    margin-top: 24px;
  }

}

@media (max-width:768px) {
  .sidebar {
    max-width: unset;
    top: -7px;
    left: -7px;
    width: auto;
    right: -7px;
  }
  .menu {
    padding: 0 7px;
  }
  .sidebar-wrapper {
    max-width: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .subscr-info_vert-wrapper {
    flex-direction: column;
  }
  .subscr-auto_info {
    padding: 20px;
    padding-bottom: 120px;
  }
  .subscr-auto_info .status-common {
    position: unset;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .auto_info {
    max-width: unset;
  }
  .content-footer a {
    margin-left: 0;
  }
  .content-footer {
    margin-top: 118px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-end;
  }
  .doc-upload_wrapper {
    margin-bottom: 0;
  }
  table {
    display: table;
  }
  .container {
    padding: 15px;
  }

  h1,
  .common_title {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  p, li {
    font-size: 15px;
  }

  table {
    font-size: 14px;
  }

  th, td {
    padding: 8px;
  }
}


@media (max-width:620px) {
  .upload_doc,
  .upload_progress {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .upload_doc_buttons .mini-btn {
    border: 1px solid #4D5964;
  }
  .upload_doc_buttons .mini-btn svg {
    display: none;
  }
  .upload_doc_buttons .mini-btn span {
    display: inline-block;
    position: unset;
    background: unset;
    box-shadow: none;
  }
  .upload_doc_buttons .btn-blank,
  .upload_doc_buttons,
  .upload_doc_buttons .mini-btn {
    width: 100%;
    justify-content: center;

  }
  .info-status-block {
    height: unset;
  }
  .doc-warning {
    align-items: flex-start;
  }
  .doc-warning img {
    min-width: 24px;
  }
}

@media (max-width:426px) {
  .doc-upload_wrapper .btn.btn-main {
    max-width: unset;
    width: 100%;
    justify-content: center;
  }
  .upload_doc_buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .upload_progress_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  h1,
  .common_title {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  p, li {
    font-size: 14px;
  }
}

.common_title + .common_subtitle {
  margin-top: 5px;
  display: inline-block;
}

.arrow_title {
  display: none;
}
.bitrix-default-auth-bxmaker-authuserphone__wrap {
	max-width: 1300px !important;
}
.bxmaker-authuserphone-enter {
	    max-width: 370px !important;
margin: 0 auto;
display: block;
margin-top: 30px;
}
.bxmaker-authuserphone-enter:has(.bxmaker-authuserphone-empty) {
  max-width: 670px !important;
}
@media (max-width:868px) {
  .arrow_title {
    padding-right: 10px;
    display: block;
  }

  .common_title:has(.arrow_title) {
    display: flex;
    align-items: flex-start;
  }
}
/* End */
/* /local/templates/lada_lk/template_styles.css?177821982025699 */
