@charset "UTF-8";
.pr {
  position: relative;
}

.df {
  display: flex;
}

.fd-c {
  flex-direction: column;
}

.fw-w {
  flex-wrap: wrap;
}

.ai-c {
  align-items: center;
}

.ai-fs {
  align-items: flex-start;
}

.ai-fe {
  align-items: flex-end;
}

.ai-s {
  align-items: stretch;
}

.ta-c {
  text-align: center;
}

.jc-sb {
  justify-content: space-between;
}

.jc-fs {
  justify-content: flex-start;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-c {
  justify-content: center;
}

.cw {
  color: #fff;
}

.cp {
  cursor: pointer;
}

.bgcw {
  background-color: #fff;
}

.bg-children {
  background-color: #eef4f8;
}

.bg-red {
  background-color: #eb5757;
}

.bgcp {
  background-color: #28435e;
}

.new-line {
  white-space: pre-line;
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.w442 {
  width: 442px;
}

.mh100 {
  min-height: 100vh;
}

/** Margins */
.ma0 {
  margin: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml5 {
  margin-left: 5px;
}

.ml8 {
  margin-left: 8px;
}

.ma8 {
  margin: 8px;
}

.mt8 {
  margin-top: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mr8 {
  margin-right: 8px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb16 {
  margin-bottom: 16px;
}

.mt16 {
  margin-top: 16px;
}

.ml16 {
  margin-left: 16px;
}

.mr16 {
  margin-right: 16px;
}

.mt200 {
  margin-top: 200px;
}

/** Paddings */
.pa0 {
  padding: 0;
}

.pb10 {
  padding-bottom: 0;
}

.pa8 {
  padding: 8px;
}

.pa16 {
  padding: 16px;
}

.pl16 {
  padding-left: 16px;
}

.pl10 {
  padding-left: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.bb {
  border-bottom: 1px solid #000000;
}

.ws-bs div {
  white-space: break-spaces;
}

.required {
  display: flex;
  flex-grow: 0 1;
}
.required:before {
  content: "*";
  color: #eb5757;
  margin-right: 10px;
}

.journal-list .ant-spin-nested-loading.css-dev-only-do-not-override-1acc17s {
  height: calc(100vh - 305px);
  overflow-y: auto;
  overflow-x: hidden;
}
.journal-list .ant-spin-nested-loading.css-1acc17s {
  height: calc(100vh - 305px);
  overflow-y: auto;
  overflow-x: hidden;
}

.import-file__spin .ant-spin.ant-spin-spinning.ant-spin-show-text.css-dev-only-do-not-override-1acc17s {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.import-file__spin .ant-spin-text {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.import-file__spin .ant-spin-text.css-dev-only-do-not-override-1acc17s {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.import-file__spin .ant-spin-text.css-1acc17s {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.import-excel__spin .ant-spin.ant-spin-spinning.ant-spin-show-text.css-dev-only-do-not-override-1acc17s {
  width: 230px;
  margin-right: auto;
  margin-left: auto;
}
.import-excel__spin .ant-spin-text {
  width: 230px;
  margin-right: auto;
  margin-left: auto;
}
.import-excel__spin .ant-spin-text.css-dev-only-do-not-override-1acc17s {
  width: 230px;
  margin-right: auto;
  margin-left: auto;
}
.import-excel__spin .ant-spin-text.css-1acc17s {
  width: 230px;
  margin-right: auto;
  margin-left: auto;
}

*::-webkit-scrollbar {
  border-radius: 10px;
  height: 10px;
  width: 8px;
}
*::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
}

.hideMark .ant-form-item .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  content: none;
}

.long-input .ant-typography {
  white-space: initial !important;
}
.long-input label {
  display: inline !important;
}
.long-input article {
  display: inline !important;
}

.nontarif-modal .ant-modal,
.nontarif-modal .ant-modal-content {
  padding: 10px 0;
}

.link {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  color: #0000ee;
}

.link:hover {
  opacity: 0.5;
  color: #0000ee !important;
  text-decoration: underline !important;
}

.segment-hs {
  color: #6b7280;
}
.segment-hs.selected {
  background-color: #f9fafb;
  color: #47c4cc;
  border-left: 2px solid #47c4cc;
}
.segment-hs:hover {
  background-color: #f9fafb;
}

.instructions .ant-radio-button-wrapper span {
  font-size: 14px !important;
  color: #6b7280;
}
.instructions .ant-radio-button-wrapper-checked {
  border-color: #47c4cc !important;
}
.instructions .ant-radio-button-wrapper-checked span {
  color: #111827;
}
.instructions .ant-radio-button-wrapper:not(:first-child)::before {
  display: none;
}
.instructions .tab-content {
  background-color: #fff;
  padding: 2rem;
  color: #2a3949;
  border-radius: 8px;
}

.bold-heading {
  color: rgba(0, 0, 0, 0.85) !important;
}

.bold-hint .ant-collapse-header-text {
  color: rgba(0, 0, 0, 0.85) !important;
  font-weight: bold !important;
}

.without-border-input label {
  height: initial !important;
}

.sticky-tab .ant-tabs-content-holder {
  position: fixed;
  bottom: 0;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  left: 0;
  right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 10;
}

.sticky-button-bar {
  position: fixed;
  bottom: 0;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  left: 0;
  right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 5;
}

.declaration-tab-header {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.declaration-tab-header .ant-tabs-nav {
  margin: 0;
}

.dtPbs .ant-page-header-content {
  padding-block-start: 0;
}
.dtPbs .ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 2px 8px;
}

.same-height__label .ant-form-item-label {
  height: 50px;
}

.extra-text_small .ant-form-item-extra {
  font-size: 12px;
}

.solution-modal .ant-modal-content {
  padding: 50px 0;
}
.solution-modal label {
  width: 300px;
  white-space: normal;
  text-align: start;
}

.goods-number .ant-form-item-control-input-content {
  display: flex;
  flex-direction: column;
}
.goods-number .ant-form-item-control-input-content span {
  font-size: 11px;
  opacity: 0.5;
}

.ant-form-item .ant-form-item-label label {
  height: auto;
}

.ant-form-item-explain-error {
  font-size: 11px;
}

.ant-input-number .ant-input-number-input:disabled {
  color: rgba(0, 0, 0, 0.25);
}

.additional-decl__block {
  padding: 20px 20px 1px 20px;
  background: #f5f5f5;
  margin-bottom: 10px;
}

.ant-form-item-extra {
  font-size: 12px !important;
}

.home-layout {
  background: transparent !important;
}

.ant-btn-default {
  transition: all 0.5s ease-in-out;
}
.ant-btn-default:hover {
  border-color: #006196 !important;
  color: #006196 !important;
}

.ant-pagination .ant-pagination-item-active a {
  color: #006196;
}
.ant-pagination .ant-pagination-item-active a:hover {
  border-color: #006196;
  color: #006196;
}

.ant-pagination .ant-pagination-item-active {
  border-color: #006196;
}
.ant-pagination .ant-pagination-item-active:hover {
  border-color: #006196;
  color: #006196;
}

.ant-pagination .ant-select-selector:hover {
  border: 1px solid #006196 !important;
}
.ant-pagination .ant-select-selector .active {
  border: 1px solid #006196 !important;
}

.declaration-info {
  border: 1px solid #dde5ec;
  background: #ecf0f5;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #006196 !important;
}
.ant-tabs-tab-active .ant-tabs-tab-btn:hover {
  color: #064c72 !important;
}

.ant-tabs-tab-btn:hover {
  color: #006196 !important;
}

.ant-tabs-ink-bar {
  background: #006196 !important;
}

.arrow-right {
  display: flex;
  align-items: center;
  color: #3d4a5c;
  transition: all 0.1s ease-in-out;
}
.arrow-right:hover {
  color: #006196;
}
.arrow-right:hover svg path {
  fill: #006196;
}

.column-select .ant-form-item-row {
  display: flex;
  flex-direction: column;
}
.column-select .ant-form-item-label {
  margin-bottom: 10px;
}
.column-select .ant-radio-group {
  display: flex;
  flex-direction: column;
}

.date-select .ant-form-item-label {
  width: 13%;
  flex: 0 0 13%;
}
.date-select .ant-form-item-row {
  flex-direction: row;
}

.profile-info .ant-card-body {
  display: flex;
  align-items: center;
  padding: 8px 16px;
}

.table-without-bg th {
  background: #ffffff !important;
}

.stylesForOnlyTitle {
  display: block;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}

.pd-tab .ant-tabs-nav {
  margin: 0;
  background-color: #ffffff;
  padding: 0 16px 0 16px;
  border-radius: 8px;
}
.pd-tab .ant-tabs-nav::before {
  border-bottom: transparent;
}

.admin-tab .ant-tabs-nav {
  padding: 0 16px 0 16px;
  border-radius: 8px;
}
.admin-tab .ant-tabs-nav::before {
  border-bottom: transparent;
}

.consignment-tab .ant-tabs-nav {
  padding: 0;
}

.status-history__table .ant-table-cell {
  background: #ffffff !important;
}

.ant-notification-notice-close {
  inset-inline-end: 12px !important;
}

.ant-notification .ant-notification-notice-wrapper .ant-notification-notice {
  white-space: pre-wrap;
}

.input-with-checkbox {
  margin-bottom: 0 !important;
}

.custom-select-placeholder .ant-select-selection-placeholder {
  color: #000;
  opacity: 1;
}

.application-card {
  border-radius: 0px;
  box-shadow: none !important;
  border-bottom: 1px solid #f3f4f6;
}
.application-card .ant-form-item {
  margin-bottom: 0;
}
.application-card:first-of-type {
  border-radius: 4px 4px 0px 0px;
}
.application-card:last-of-type {
  border-bottom: none;
  border-radius: 0px 0px 4px 4px;
}
.application-card .ant-card-head {
  border: none;
  padding: 16px;
  padding-bottom: 8px;
}
.application-card .ant-card-head .ant-card-extra button:disabled {
  display: none;
}
@media (max-width: 690px) {
  .application-card .ant-card-head-wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .application-card .ant-card-head-wrapper .ant-card-head-title {
    align-self: flex-start;
  }
  .application-card .ant-card-head-wrapper .ant-card-extra {
    max-width: 100%;
  }
  .application-card .ant-card-head-wrapper .ant-card-extra button,
  .application-card .ant-card-head-wrapper .ant-card-extra span {
    width: 100%;
    max-width: 100%;
  }
  .application-card .ant-card-head-wrapper .ant-card-extra button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .application-card .ant-card-head-wrapper .ant-card-extra button .ant-btn-icon {
    width: 14px;
    flex-shrink: 0;
  }
  .application-card .ant-card-head-wrapper .ant-card-extra span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.application-card .ant-card-head-title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.application-card .ant-card-body {
  padding: 16px;
  padding-top: 8px;
}
.application-card.hide-disabled-uploader .ant-upload-disabled {
  display: none;
}

.application-agreement {
  margin-top: 16px;
  margin-bottom: 76px;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 690px) {
  .application-agreement {
    margin-bottom: 16px;
  }
}

.application-actions {
  margin-top: 16px;
  z-index: 120;
  position: fixed;
  width: 100%;
  max-width: 100%;
  left: 0px;
  bottom: 0px;
  border-radius: 0;
}
.application-actions .ant-card-body {
  margin: 0 auto;
  padding: 12px 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1448px;
}
.application-actions .application-actions-save:disabled,
.application-actions .application-actions-delete:disabled {
  display: none;
}
.application-actions .application-actions-delete {
  margin-left: auto;
}
@media (max-width: 690px) {
  .application-actions {
    border-radius: 4px;
    position: relative;
  }
  .application-actions .ant-card-body {
    padding: 12px;
  }
  .application-actions .ant-flex {
    flex-direction: column;
    align-items: center;
  }
  .application-actions button {
    margin: 0px !important;
    width: 100%;
  }
}

.application-nav-tabs .ant-tabs-tab {
  border: 0px !important;
}

.application-status-card {
  background-color: #fbf8f0;
  border-color: #f1e1c2;
}
.application-status-card .ant-card-body {
  padding: 16px;
}
@media (max-width: 690px) {
  .application-status-card .ant-tag {
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
  }
}
@media (max-width: 690px) {
  .application-status-card .ant-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px !important;
  }
}

.custom-checkbox-group .ant-checkbox-group-item,
.custom-checkbox-group .ant-checkbox-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}

.application-tab-card {
  border-radius: 0px;
  box-shadow: none !important;
  margin-bottom: 16px;
}
.application-tab-card .ant-card-head {
  border: none;
  padding: 16px;
  margin: 0px;
}
.application-tab-card .ant-card-head .ant-card-head-title {
  overflow: visible;
}
.application-tab-card .ant-card-head .ant-typography {
  margin: 0px;
}
.application-tab-card .ant-card-body {
  padding: 0px;
}
.application-tab-card .application-tab-card-header {
  gap: 8px;
}

.text-area-uppercase textarea.ant-input {
  text-transform: uppercase !important;
}

.row-overdue {
  background-color: rgba(255, 0, 0, 0.3); /* Пример цвета для просроченных записей */
}
.row-overdue:hover {
  filter: brightness(90%);
}

.row-warning {
  background-color: #fff566; /* Пример цвета для предупреждения */
}
.row-warning:hover {
  filter: brightness(90%);
}

.row-completed {
  background-color: #d9f7be; /* Пример цвета для успешных записей */
}
.row-completed:hover {
  filter: brightness(90%);
}

.row-expired {
  background-color: #d2b48c; /* Пример цвета для просроченных записей */
}
.row-expired:hover {
  filter: brightness(90%);
}

.ant-select-item.display-full-content .ant-select-item-option-content {
  white-space: normal;
  text-overflow: unset;
}

.ant-select-item.display-full-content .ant-select-item-option-content {
  white-space: normal;
  text-overflow: unset;
}

.multiline .ant-select {
  height: auto;
}
.multiline .ant-select-selector {
  white-space: pre-wrap !important;
  height: fit-content !important;
}
.multiline .ant-select-selection-item {
  white-space: pre-wrap !important;
}
.multiline .ant-select-item-option-content {
  white-space: pre-wrap !important;
}

/* Стили для отключённого InputNumber */
.ant-input-number-input[disabled] {
  background-color: rgba(0, 0, 0, 0.01) !important;
  color: rgba(0, 0, 0, 0.85) !important;
}

.ant-notification-topRight {
  margin-top: 100px;
}

.table-dense .ant-table {
  font-size: 13px;
}
.table-dense .ant-table-thead > tr > th,
.table-dense .ant-table-tbody > tr > td {
  padding: 6px;
}

.table-cursor-default td {
  cursor: default;
}

.table-cursor-pointer td {
  cursor: pointer;
}

.table-cursor-text td {
  cursor: text;
}

.horizontal-input .ant-form-item-row {
  flex-direction: row;
}

.ptd-btn .ant-btn {
  padding: 4px 3px;
}
.ptd-btn .ant-btn-icon {
  margin-inline-end: 0 !important;
}

.ant-descriptions.span-display-block .ant-descriptions-item-content > span {
  display: block;
}

.ant-form-item-extra-absolute .ant-form-item-extra {
  position: absolute;
  left: 0;
  bottom: -24px;
}

.button-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.button-overflow-ellipsis > span {
  display: inline;
}

.table-child-full-width .ant-table {
  margin: 0 !important;
}

.table-row-yellow-highlight > td:not(.ant-table-cell-row-hover) {
  background-color: #fff9c4 !important;
}

.new-collapse .new-collapse-item .new-collapse-header {
  flex-direction: row-reverse;
}
.new-collapse .new-collapse-item .new-collapse-header .new-collapse-header-text {
  transition: font-weight 0.2s ease-in-out;
}
.new-collapse .new-collapse-item .new-collapse-header .new-collapse-expand-icon {
  padding-inline-end: 0;
}
.new-collapse .new-collapse-item .new-collapse-content {
  background-color: #fafafa;
}
.new-collapse .new-collapse-item.new-collapse-item-active .new-collapse-header .new-collapse-header-text {
  font-weight: 600;
}

.new-input-search .new-input-group .new-input-group-addon:last-child .new-input-search-button {
  border-start-end-radius: 10px;
  border-end-end-radius: 10px;
}

.new-descriptions .new-descriptions-header {
  margin-bottom: 10px;
}

.ant-menu-item {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}

.leaflet-control-attribution a[href="https://leafletjs.com"] {
  display: none;
}

.ant-menu .ant-menu-submenu-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ant-menu .ant-menu-item .ant-menu-title-content,
.ant-menu .ant-menu-submenu-title .ant-menu-title-content {
  line-height: 56px;
}

.ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
  border-radius: 12px;
}

.select-tag-full-content .ant-select-selector .ant-select-selection-item {
  height: auto;
  border-radius: 6px;
}
.select-tag-full-content .ant-select-selector .ant-select-selection-item .ant-select-selection-item-content {
  overflow: initial;
  text-overflow: initial;
  white-space: normal;
  font-size: 12px;
}

.ccGreen {
  background-color: #f6ffed;
}

.ccYellow {
  background-color: #fff7e6;
}

.ccRed {
  background-color: #fff1f0;
}

.ccBlue {
  background-color: #e6f4ff;
}.paymentHistoryFilters {
  margin-bottom: 16px;
  border-radius: 0px;
}
.paymentHistoryFilters .ant-collapse-header {
  height: 0px;
  overflow: hidden;
  padding: 0 !important;
  visibility: hidden;
}
.paymentHistoryFilters .ant-collapse-content-box {
  padding: 16px !important;
}._delegationLayout_b73yp_1 {
  padding: 16px;
}

._delegationLayoutCard_b73yp_5 {
  padding: 0;
}
._delegationLayoutCard_b73yp_5 .ant-card-head {
  padding: 0 16px;
}
._delegationLayoutCard_b73yp_5 .ant-card-head .ant-tabs-tab {
  padding: 12px 0;
  font-size: 15px;
  line-height: 20px;
}
._delegationLayoutCard_b73yp_5 .ant-card-body {
  padding: 16px;
}.ant-modal-confirm-paragraph {
  max-width: 100% !important;
}html {
  scroll-behavior: smooth;
}

.serviceMenu {
  color: #006196;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  transition: all;
  gap: 8px;
  margin: 16px 0;
  border-right: 1px solid #d2d7e3;
}
.serviceMenu:hover {
  color: #006196;
  opacity: 0.6;
}
.serviceMenu:last-child {
  border-right: none;
}

.promo-footer {
  background-color: #003b5c;
  padding: 20px 60px !important;
}
@media screen and (max-width: 1025px) {
  .promo-footer {
    padding: 16px !important;
  }
}

.feature-card_image {
  width: 100%;
  height: 180px;
  border-radius: 1.25em;
}

.feature-card_date {
  font-weight: 500;
  background-color: #f6ffed;
  border-radius: 68px;
  padding: 8px 12px;
  color: #52c41a;
  width: fit-content;
  margin-bottom: 24px;
}

.feature-card_content {
  padding: 16px;
  max-width: 100%;
  word-break: break-word; /* Break words that are too long */
}

.feature-card_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 16px;
}

.feature-item-skeleton {
  width: 100% !important;
  border-radius: 8px;
}
.feature-item-skeleton .ant-skeleton-image {
  height: 198px !important;
  width: 100%;
  border-radius: 8px !important;
}

.promo-layout {
  width: 100%;
  display: flex;
  align-items: center;
}
.promo-layout .services-section {
  margin-top: 4.5em;
  scroll-margin-top: 7em;
}
.promo-layout .promo-content {
  background-color: transparent;
  scroll-margin-top: 150px;
}
.promo-layout .promo-content .banner-wrapper {
  background-color: #003b5c;
  border-radius: 1.25em;
  background-size: cover;
  background-blend-mode: overlay;
}
.promo-layout .promo-content .banner-wrapper .banner-text-box {
  display: flex;
  flex-direction: column;
  padding: 44px 16px;
  height: 100%;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  .promo-layout .promo-content .banner-wrapper .banner-text-box {
    padding: 24px 16px;
  }
  .promo-layout .promo-content .banner-wrapper .banner-text-box > div:first-child {
    display: none;
  }
}
.promo-layout .promo-content .banner-wrapper .banner-text-box .banner-title {
  color: #fff;
  font-size: 36px;
  line-height: 105%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .promo-layout .promo-content .banner-wrapper .banner-text-box .banner-title {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .promo-layout .promo-content .banner-wrapper .banner-text-box .banner-title {
    text-align: left;
  }
}
.promo-layout .promo-content .banner-wrapper .banner-text-box .banner-description {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  opacity: 0.8;
  white-space: pre-wrap;
  padding-bottom: 10px;
}
@media screen and (max-width: 1025px) {
  .promo-layout .promo-content .banner-wrapper .banner-text-box .banner-description {
    display: none;
  }
}
.promo-layout .promo-content .banner-wrapper .banner-text-box .banner-small-description {
  color: #fff;
  font-size: 1.25em;
  margin-top: 10px;
  font-weight: 300;
  line-height: 30px;
  opacity: 0.8;
  white-space: pre-wrap;
}
@media (min-width: 481px) {
  .promo-layout .promo-content .banner-wrapper .banner-text-box .banner-small-description {
    text-align: center;
  }
}
.promo-layout .promo-content .banner-wrapper .banner-text-box .banner-btn {
  height: 56px;
  font-size: 1.25em;
  width: 290px;
}
.promo-layout .promo-content .banner-wrapper .banner-svg {
  width: 100%;
  margin: 0px 0px -6px 0px;
  border-bottom-right-radius: 1.25em;
}
.promo-layout .promo-footer-row {
  padding: 20px 60px 0 60px;
}
@media screen and (max-width: 1025px) {
  .promo-layout .promo-footer-row {
    padding: 16px 16px 48px 16px;
  }
}
.promo-layout .overview-content {
  background-color: #fff;
  border-radius: 1.25em;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.promo-layout .overview-content .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
  height: 100%;
  width: 100%;
  background-color: #eceef1;
  border-radius: 1.125em;
  padding: 16px;
}
@media (min-width: 481px) {
  .promo-layout .overview-content .card {
    min-height: 161px;
  }
}
@media (min-width: 821px) {
  .promo-layout .overview-content .card {
    min-height: 190px;
  }
}
.promo-layout .overview-content .card .card-title {
  color: #69509d;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 600;
}
.promo-layout .overview-content .card a {
  display: none;
  color: #69509d;
}
@media (min-width: 821px) {
  .promo-layout .overview-content .card a {
    display: block;
  }
}
.promo-layout .overview-content .card p {
  color: #69509d;
  display: block;
}
@media (min-width: 821px) {
  .promo-layout .overview-content .card p {
    display: none;
  }
}
.promo-layout .overview-content .card_content-text {
  padding: 24px 0;
}
@media (min-width: 481px) {
  .promo-layout .overview-content .card_content-text {
    padding: 12px 0px;
  }
}
.promo-layout .advantages-content {
  background-color: #403063;
  border-radius: 1.25em;
  margin: 0px;
  padding: 0px;
  width: "100%";
}
.promo-layout .customs-content {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 1.25em;
  margin: 0px;
  padding: 1.25em;
  width: "100%";
  margin-bottom: 4.5em;
}
@media (max-width: 481px) {
  .promo-layout .customs-content {
    flex-direction: column;
  }
  .promo-layout .customs-content svg {
    width: 100%;
  }
  .promo-layout .customs-content div.df.fd-c {
    margin: 0 !important;
  }
  .promo-layout .customs-content button {
    width: 100% !important;
  }
}
.promo-layout .service-feature-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.promo-layout .service-feature-box .text-wrapper .title {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #445371;
}
.promo-layout .service-feature-box .text-wrapper .description {
  color: #445371;
  line-height: 17px;
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 821px) {
  .promo-layout .service-feature-box .text-wrapper .description {
    font-size: 13px;
  }
}

.service-feature-box::before {
  display: block;
  content: "";
  background-color: #eceef1;
  border-radius: 8px;
  width: 4px;
  height: 24px;
  flex-shrink: 0;
}

.content {
  width: 1480px;
  max-width: 100%;
  padding: 0 32px;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  .content {
    padding: 0 16px;
  }
}

.advantages-block {
  gap: 16px;
  margin-bottom: 32px;
  align-items: center;
}
.advantages-block:nth-child(3) {
  margin-bottom: 0;
}
@media (min-width: 481px) {
  .advantages-block {
    display: flex;
  }
}
@media (min-width: 821px) {
  .advantages-block {
    display: inline-block;
    margin-bottom: 0;
  }
  .advantages-block div.df.fd-c.ai-c.jc-c {
    margin-bottom: 16px !important;
  }
}