.labels-page {
  color: #010912;
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 80px;
}
.labels-page img {
  max-width: 100%;
  height: auto;
  display: block;
}
.labels-page .lb-br {
  display: inline;
}
.labels-page .lb-title {
  margin: 0 0 36px;
  padding: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  color: #000;
  text-align: center;
}
.labels-page .lb-title--narrow {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.labels-page .lb-title--steps {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
.labels-page .lb-lead {
  margin: -16px auto 36px;
  max-width: 850px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
.labels-page .lb-note {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
.labels-page .lb-note--mav {
  margin-top: 20px;
  max-width: 832px;
  font-size: 16px;
}
.labels-page .lb-note a {
  color: inherit;
  text-decoration: underline;
}
.labels-page .lb-btn {
  background: #fdb513;
  border-radius: 12px;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #010912;
  transition: 0.2s all;
  display: inline-block;
  border: none;
  text-decoration: none;
}
.labels-page .lb-btn:hover,
.labels-page .lb-btn:focus,
.labels-page .lb-btn:active {
  text-decoration: none;
  background: #fda713;
  color: #010912;
}
.labels-page .lb-btn--blue {
  background: #00c0f3;
  color: #fff;
}
.labels-page .lb-btn--blue:hover,
.labels-page .lb-btn--blue:focus,
.labels-page .lb-btn--blue:active {
  background: #00aceb;
  color: #fff;
}
.labels-page .lb-btn--wide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.labels-page .lb-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 80px;
  margin-bottom: 150px;
}
.labels-page .lb-hero__text {
  flex: 1 1 0;
  max-width: 598px;
}
.labels-page .lb-hero__title {
  margin: 0 0 24px;
  padding: 0;
  font-weight: 800;
  font-size: 50px;
  line-height: 1.1;
  color: #010912;
}
.labels-page .lb-hero__subtitle {
  margin: 0 0 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #010912;
}
.labels-page .lb-hero__media {
  flex: 0 1 463px;
  max-width: 463px;
  width: 100%;
}
.labels-page .lb-hero__media img {
  width: 100%;
}
.labels-page .lb-why {
  margin-bottom: 150px;
}
.labels-page .lb-why__grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
  align-items: stretch;
}
.labels-page .lb-card {
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.labels-page .lb-card--fill {
  background: rgba(1,9,18,0.03);
  min-height: 300px;
  justify-content: space-between;
}
.labels-page .lb-card--outline {
  border: 1px solid rgba(1,9,18,0.13);
  min-height: 200px;
  justify-content: space-between;
}
.labels-page .lb-card__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.labels-page .lb-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.labels-page .lb-card__title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  color: #010912;
}
.labels-page .lb-card__text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #010912;
}
.labels-page .lb-req {
  margin-bottom: 150px;
}
.labels-page .lb-req__grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}
.labels-page .lb-price {
  margin-bottom: 150px;
}
.labels-page .lb-price__grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
.labels-page .lb-price-card {
  background: rgba(0,155,227,0.06);
  border-radius: 20px;
  padding: 24px;
  min-height: 384px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
}
.labels-page .lb-price-card__top {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.labels-page .lb-price-card__title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  color: #010912;
}
.labels-page .lb-price-card__row {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.labels-page .lb-price-card__now {
  display: flex;
  align-items: center;
  gap: 8px;
}
.labels-page .lb-price-card__now img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.labels-page .lb-price-card__value {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  color: #010912;
}
.labels-page .lb-price-card__unit {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #010912;
}
.labels-page .lb-price-card__old {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(1,9,18,0.6);
  text-decoration: line-through;
}
.labels-page .lb-price-card__extra {
  margin: 8px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #010912;
}
.labels-page .lb-price-card__list {
  margin: 20px 0 0;
  padding: 0 0 0 24px;
  font-size: 16px;
  line-height: 1.3;
  color: #010912;
}
.labels-page .lb-price-card__list li + li {
  margin-top: 8px;
}
.labels-page .lb-mav {
  margin-bottom: 150px;
}
.labels-page .lb-mav__body {
  display: flex;
  align-items: center;
  gap: 59px;
}
.labels-page .lb-mav__media {
  position: relative;
  flex: 0 1 445px;
  max-width: 445px;
  width: 100%;
}
.labels-page .lb-mav__media img {
  width: 100%;
}
.labels-page .lb-mav__tag {
  position: absolute;
  left: 17px;
  top: 80px;
  background: #010912;
  color: #fff;
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1.3;
  white-space: nowrap;
}
.labels-page .lb-mav__list {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 552px;
}
.labels-page .lb-mav__item-title {
  margin: 0 0 12px;
  padding: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  color: #000;
}
.labels-page .lb-mav__item-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}
.labels-page .lb-cases {
  margin-bottom: 150px;
}
.labels-page .lb-cases__grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
}
.labels-page .lb-case {
  background: rgba(1,9,18,0.03);
  border-radius: 20px;
  padding: 24px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.labels-page .lb-case__icon-wrap {
  width: 56px;
  height: 56px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.labels-page .lb-case__icon-wrap img {
  width: 32px;
  height: 32px;
}
.labels-page .lb-case__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.labels-page .lb-case__title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  color: #010912;
}
.labels-page .lb-case__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #010912;
}
.labels-page .lb-mav-price {
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.labels-page .lb-mav-price__card {
  width: 552px;
  max-width: 100%;
  min-height: 250px;
  border: 1px solid #010912;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}
.labels-page .lb-mav-price__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 202px;
  flex: 1 1 auto;
}
.labels-page .lb-mav-price__label {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  color: #010912;
}
.labels-page .lb-mav-price__sum {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.labels-page .lb-mav-price__value {
  margin: 0;
  color: #00c0f3;
  font-weight: 600;
  line-height: 1.1;
}
.labels-page .lb-mav-price__value span {
  font-size: 30px;
}
.labels-page .lb-mav-price__unit {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}
.labels-page .lb-mav-price__visual {
  position: relative;
  width: 203px;
  flex-shrink: 0;
  align-self: flex-end;
}
.labels-page .lb-mav-price__pic {
  width: 203px;
  height: auto;
  display: block;
}
.labels-page .lb-mav-price__badge {
  position: absolute;
  left: 151px;
  top: 15px;
  width: 59px;
  height: 59px;
}
.labels-page .lb-steps {
  margin-bottom: 150px;
}
.labels-page .lb-steps__grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}
.labels-page .lb-step {
  background: rgba(1,9,18,0.03);
  border-radius: 20px;
  padding: 24px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.labels-page .lb-step__num {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #00c0f3;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.labels-page .lb-step__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #010912;
}
.labels-page .lb-form {
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.labels-page .lb-form .lb-title {
  margin-bottom: 20px;
}
.labels-page .lb-form__lead {
  margin: 0 0 36px;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
.labels-page .lb-form__widget {
  width: 600px;
  max-width: 100%;
}
.labels-page .lb-form__widget .contact_form_widget {
  margin-bottom: 0;
}
.labels-page .lb-form__widget .contact_form_widget_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.labels-page .lb-form__widget .contact_form_widget_form .form-group {
  width: 100%;
  margin-bottom: 16px;
}
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group {
  margin-bottom: 24px;
}
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group .checkbox {
  margin: 0;
  padding: 0;
  min-height: 0;
}
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group .checkbox label,
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group label {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 36px !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #000;
  text-align: left;
}
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group .checkbox label a,
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group label a {
  color: #00c0f3;
  text-decoration: none;
}
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group .checkbox label a:hover,
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group label a:hover {
  text-decoration: underline;
}
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group .checkbox label::before,
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group .checkbox label::after,
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group label::before,
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group label::after {
  display: none !important;
  content: none !important;
}
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group .checkbox input[type="checkbox"],
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group input[type="checkbox"] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin: 0;
  padding: 0;
  position: absolute !important;
  left: 0;
  top: 0;
  float: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1.5px solid #010912;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
}
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group .checkbox input[type="checkbox"]:checked,
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group input[type="checkbox"]:checked {
  background: #00c0f3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M1 5L5 9L13 1' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
  background-size: 14px 10px;
  border-color: #00c0f3;
}
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group .checkbox input[type="checkbox"]:focus,
.labels-page .lb-form__widget .contact_form_widget_form div[class*="accept_agreement"].form-group input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}
.labels-page .lb-form__widget .contact_form_widget_form .btn.btn-wide {
  width: auto;
  min-width: 162px;
  padding: 16px 24px;
}
.labels-page .lb-faq .accordion_widget {
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #010912;
}
.labels-page .lb-faq .accordion_widget .accordion_widget-header {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 24px;
}
.labels-page .lb-faq .accordion_widget .accordion_widget-content.panel-group .panel-default .accordion_widget-content-item-header {
  padding-top: 12px;
  padding-bottom: 12px;
}
.labels-page .lb-faq .accordion_widget .accordion_widget-content.panel-group .panel-default .accordion_widget-content-item-header a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  align-items: flex-start;
  gap: 12px;
}
.labels-page .lb-faq .accordion_widget .accordion_widget-content.panel-group .panel-default .accordion_widget-content-item-header a .accordion_widget-content-item-header-ic {
  background: rgba(1,9,18,0.03);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  margin-left: 0;
}
.labels-page .lb-faq .accordion_widget .accordion_widget-content.panel-group .panel-default .accordion_widget-content-item-header a .accordion_widget-content-item-header-ic:after {
  background: no-repeat center url(../../images/labels/icon-chevron.svg);
  background-size: 16px 16px;
  border-radius: 50%;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  transform: none;
  opacity: 0.13;
}
.labels-page .lb-faq .accordion_widget .accordion_widget-content.panel-group .panel-default .accordion_widget-content-item-header a:not(.collapsed) {
  color: #00c0f3;
}
.labels-page .lb-faq .accordion_widget .accordion_widget-content.panel-group .panel-default .accordion_widget-content-item-header a:not(.collapsed) .accordion_widget-content-item-header-ic::after {
  transform: rotate(180deg);
  opacity: 1;
}
.labels-page .lb-faq .accordion_widget .accordion_widget-content.panel-group .panel-default .accordion_widget-content-item-header a.collapsed .accordion_widget-content-item-header-ic::after {
  transform: none;
  opacity: 0.13;
}
.labels-page .lb-faq .accordion_widget .accordion_widget-content.panel-group .panel-default .accordion_widget-content-item-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  padding-right: 44px;
}
.labels-page .lb-faq .accordion_widget .accordion_widget-content.panel-group .panel-default .accordion_widget-content-item-content p {
  margin: 0 0 12px;
}
.labels-page .lb-faq .accordion_widget .accordion_widget-content.panel-group .panel-default .accordion_widget-content-item-content p:last-child {
  margin-bottom: 0;
}
.labels-page .lb-faq .accordion_widget .accordion_widget-content.panel-group .panel-default .accordion_widget-content-item-content ul {
  margin: 0 0 12px;
  padding-left: 24px;
}
@media screen and (max-width: 1200px) {
  .labels-page .lb-hero {
    gap: 16px;
  }
  .labels-page .lb-hero__title {
    font-size: 44px;
  }
  .labels-page .lb-hero__media {
    max-width: 400px;
  }
  .labels-page .lb-mav__body {
    gap: 32px;
  }
}
@media screen and (max-width: 991px) {
  .labels-page .lb-note .lb-br {
    display: none;
  }
  .labels-page .lb-hero {
    flex-direction: column-reverse;
    align-items: stretch;
    padding-top: 32px;
    margin-bottom: 96px;
  }
  .labels-page .lb-hero__text {
    max-width: 100%;
  }
  .labels-page .lb-hero__title {
    margin-bottom: 12px;
  }
  .labels-page .lb-hero__subtitle {
    margin-bottom: 36px;
  }
  .labels-page .lb-hero__media {
    max-width: 420px;
    margin: 0 auto 48px;
  }
  .labels-page .lb-hero .lb-btn {
    width: 100%;
  }
  .labels-page .lb-why,
  .labels-page .lb-req,
  .labels-page .lb-price,
  .labels-page .lb-mav,
  .labels-page .lb-cases,
  .labels-page .lb-mav-price,
  .labels-page .lb-steps,
  .labels-page .lb-form {
    margin-bottom: 96px;
  }
  .labels-page .lb-why__grid,
  .labels-page .lb-req__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .labels-page .lb-card--fill {
    min-height: 0;
    justify-content: flex-start;
    gap: 24px;
  }
  .labels-page .lb-card--outline {
    min-height: 200px;
  }
  .labels-page .lb-card__body {
    gap: 16px;
  }
  .labels-page .lb-price__grid,
  .labels-page .lb-cases__grid {
    grid-template-columns: 1fr 1fr;
  }
  .labels-page .lb-mav__body {
    flex-direction: column;
    align-items: flex-start;
  }
  .labels-page .lb-mav__media,
  .labels-page .lb-mav__list {
    max-width: 100%;
    flex-basis: auto;
  }
  .labels-page .lb-mav__tag {
    left: 19px;
    top: 17px;
    padding: 6px 14px;
    font-size: 14px;
  }
  .labels-page .lb-steps__grid {
    grid-template-columns: 1fr 1fr;
  }
  .labels-page .lb-form__widget {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .labels-page {
    padding-bottom: 48px;
  }
  .labels-page .lb-title {
    font-size: 26px;
    text-align: left;
    margin-bottom: 24px;
  }
  .labels-page .lb-title--narrow,
  .labels-page .lb-title--steps {
    max-width: none;
  }
  .labels-page .lb-lead,
  .labels-page .lb-note,
  .labels-page .lb-form__lead {
    text-align: left;
    max-width: none;
  }
  .labels-page .lb-lead {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .labels-page .lb-hero {
    padding-top: 24px;
    margin-bottom: 96px;
  }
  .labels-page .lb-hero__title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .labels-page .lb-hero__subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 36px;
  }
  .labels-page .lb-hero__media {
    margin-bottom: 44px;
  }
  .labels-page .lb-why,
  .labels-page .lb-req,
  .labels-page .lb-price,
  .labels-page .lb-mav,
  .labels-page .lb-cases,
  .labels-page .lb-mav-price,
  .labels-page .lb-steps,
  .labels-page .lb-form {
    margin-bottom: 96px;
  }
  .labels-page .lb-card__text,
  .labels-page .lb-case__text,
  .labels-page .lb-step__text,
  .labels-page .lb-mav__item-text,
  .labels-page .lb-note {
    font-size: 15px;
  }
  .labels-page .lb-price__grid,
  .labels-page .lb-cases__grid,
  .labels-page .lb-steps__grid {
    grid-template-columns: 1fr;
  }
  .labels-page .lb-price-card {
    min-height: 0;
  }
  .labels-page .lb-case {
    min-height: 202px;
  }
  .labels-page .lb-mav-price {
    align-items: stretch;
  }
  .labels-page .lb-mav-price__card {
    width: 100%;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .labels-page .lb-mav-price__info {
    min-height: 0;
    gap: 24px;
  }
  .labels-page .lb-mav-price__visual {
    width: 100%;
    max-width: 280px;
    align-self: center;
    margin-top: 24px;
  }
  .labels-page .lb-mav-price__pic {
    width: 203px;
    margin: 0 auto;
  }
  .labels-page .lb-mav-price__badge {
    left: calc(100%);
  }
  .labels-page .lb-mav-price .lb-note--mav {
    font-size: 15px;
    margin-top: 20px;
  }
  .labels-page .lb-form {
    align-items: stretch;
  }
  .labels-page .lb-form .lb-title,
  .labels-page .lb-form__lead {
    text-align: left;
  }
  .labels-page .lb-form__widget .contact_form_widget_form .btn.btn-wide {
    width: 100%;
    min-height: 64px;
  }
  .labels-page .lb-faq .accordion_widget .accordion_widget-header {
    text-align: left;
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .labels-page .lb-hero__media {
    max-width: calc(100%);
  }
  .labels-page .lb-card,
  .labels-page .lb-price-card,
  .labels-page .lb-case,
  .labels-page .lb-step {
    padding: 20px;
  }
}
@media screen and (max-width: 460px) {
  .labels-page .lb-hero__title {
    font-size: 32px;
  }
  .labels-page .lb-title,
  .labels-page .lb-faq .accordion_widget .accordion_widget-header {
    font-size: 26px;
  }
  .labels-page .lb-card__title,
  .labels-page .lb-price-card__title,
  .labels-page .lb-mav__item-title,
  .labels-page .lb-mav-price__label,
  .labels-page .lb-case__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 390px) {
  .labels-page .lb-hero__title {
    font-size: 32px;
  }
}
