* {
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
  margin: 0;
}

p {
  font-size: clamp(16px, 4vw, 20px);
  margin: 0;
  text-align: justify;
}

h1 {
  margin: 0;
  font-size: clamp(28px, 8vw, 48px);
}

h2 {
  margin: 0;
  font-size: clamp(32px, 6vw, 40px);
}

h3 {
  margin: 0;
  font-size: clamp(24px, 5vw, 32px);
}

h4 {
  margin: 0;
  font-size: clamp(22px, 5vw, 28px);
}

h5 {
  margin: 0;
  font-size: clamp(16px, 5vw, 20px);
}

h6 {
  margin: 0;
  font-size: clamp(14px, 5vw, 16px);
}

a {
  color: #83b143;
  text-decoration: none;
}

a:hover {
  color: #546938;
}

.dp-ausn {
  background-image: url(/static/build/images/Rectangle5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  min-height: auto;
  display: flex;
  align-items: flex-start;
}

.dp-container {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 25px;
  padding: 40px 20px;
}

.dp-ausn-block {
  display: flex;
  flex-flow: row nowrap;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dp-text-black-ausn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: black;
  line-height: 1.4;
  max-width: 700px;
  width: 100%;
}


.dp-pictures-ausn-rsb {
  max-width: 40%;
  width: 100%;
  height: auto;
  align-self: center;
}

.dp-pictures-ausn-rsb img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
  display: block;
}


.dp-pictures-ausn-rsb-mobile {
  display: none;
}

.dp-pictures-ausn img {
  max-width: 100%;
  height: auto;
  max-height: 120px;
  width: auto;
}

h1 {
  margin: 0;
  font-size: 32px;
  text-align: left;
  line-height: 1.3;
}

.dp-ul-ausn {
  margin: 0;
  padding-left: 20px;
}

.dp-ul-ausn ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}

.dp-ul-ausn li {
  font-size: 20px;
  margin-bottom: 12px;
}



@media screen and (max-width: 1200px) {
  .dp-container {
    padding: 30px 20px;
  }

  .dp-text-black-ausn {
    max-width: 600px;
  }

  h1 {
    font-size: 28px;
  }

  .dp-ul-ausn li {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .dp-container {
    padding: 25px 20px;
  }

  .dp-text-black-ausn {
    max-width: 500px;
  }

  .dp-pictures-ausn-rsb {
    max-width: 45%;
  }

  .dp-pictures-ausn-rsb img {
    max-height: 450px;
  }

  h1 {
    font-size: 26px;
  }

  .dp-ul-ausn li {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .dp-container {
    padding: 20px 15px;
    gap: 15px;
  }

  .dp-ausn-block {
    flex-flow: column nowrap;
    gap: 15px;
  }

  .dp-text-black-ausn {
    max-width: 100%;
    gap: 12px;
    padding: 0;
  }

  .dp-pictures-ausn img {
    max-width: 100%;
    height: auto;
  }


  .dp-pictures-ausn-rsb-mobile {
    display: block;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }

  .dp-pictures-ausn-rsb-mobile img {
    width: 100%;
    max-width: 350px;
    max-height: 300px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
  }

  .dp-pictures-ausn-rsb {
    display: none;
  }

  h1 {
    font-size: 22px;
    /* text-align: center; */
    margin: 0;
  }

  .dp-ul-ausn {
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 0;
  }

  .dp-ul-ausn li {
    font-size: 16px !important;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 600px) {
  .dp-container {
    padding: 15px 12px;
  }

  .dp-text-black-ausn {
    gap: 10px;
  }

  .dp-pictures-ausn img {
    max-width: 100%;
    height: auto;
  }

  .dp-pictures-ausn-rsb-mobile img {
    max-width: 350px;
    max-height: 300px;
  }

  h1 {
    font-size: 20px;
  }

  .dp-ul-ausn li {
    font-size: 15px !important;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 480px) {
  .dp-container {
    padding: 12px 10px;
  }

  .dp-pictures-ausn img {
    max-width: 100%;
    height: auto;
  }

  .dp-pictures-ausn-rsb-mobile {
    margin: 3px 0;
  }

  .dp-pictures-ausn-rsb-mobile img {
    max-width: 350px;
    max-height: 300px;
  }

  h1 {
    font-size: 18px;
    line-height: 1.2;
  }

  .dp-ul-ausn {
    padding-left: 18px;
  }

  .dp-ul-ausn li {
    font-size: 14px !important;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 375px) {
  .dp-container {
    padding: 10px 8px;
    gap: 10px;
  }

  .dp-text-black-ausn {
    gap: 8px;
  }

  .dp-pictures-ausn img {
    max-width: 100%;
    height: auto;
  }

  .dp-pictures-ausn-rsb-mobile img {
    max-width: 350px;
    max-height: 300px;
  }

  h1 {
    font-size: 16px !important;
    line-height: 1.2;
  }

  .dp-ul-ausn {
    padding-left: 15px;
  }

  .dp-ul-ausn li {
    font-size: 12px !important;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .dp-ul-ausn li:last-child {
    font-size: 11.5px !important;
  }
}

@media screen and (max-width: 320px) {
  .dp-container {
    padding: 8px 5px;
  }

  .dp-pictures-ausn img {
    max-height: 50px;
    max-width: 130px;
  }

  .dp-pictures-ausn-rsb-mobile img {
    max-width: 350px;
    max-height: 300px;
  }

  h1 {
    font-size: 15px !important;
  }

  .dp-ul-ausn li {
    font-size: 11px !important;
    margin-bottom: 4px;
  }

  .dp-ul-ausn li:last-child {
    font-size: 10.5px !important;
  }
}


@media screen and (min-width: 769px) and (max-width: 992px) and (min-height: 800px) {
  .dp-container {
    padding: 20px 20px;
  }

  .dp-text-black-ausn {
    gap: 15px;
  }

  .dp-pictures-ausn-rsb img {
    max-height: 400px;
  }
}


@media screen and (min-width: 1600px) {
  .dp-container {
    max-width: 1500px;
    padding: 50px 40px;
  }

  .dp-text-black-ausn {
    max-width: 800px;
  }

  h1 {
    font-size: 36px;
  }

  .dp-ul-ausn li {
    font-size: 22px;
  }
}

.dp-block-black-text {
  display: flex;
  flex-flow: column;
  font-family: 'Lato', sans-serif;
  padding: 0;
  line-height: 1.5;
  overflow-wrap: break-word;
  align-items: center;
  text-align: center;
  padding: 80px 0 60px 0;
}

.dp-block-text-tr {
  display: flex;
  flex-flow: column;
  font-family: 'Lato', sans-serif;
  overflow-wrap: break-word;
  align-items: left;
}

.dp-block-white {
  background-color: #ffffff;
  min-height: 300px;
  padding: 0 0 80px;
}

.dp-block-4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 25px;
}

.dp-block-4-1c {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 50px;
}

.dp-block-4-1-1c {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 350px;
  height: auto;
}

.dp-block-4-1-1-1c {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}

.dp-block-table {
  background-image: url(/static/build/images/Rectangle5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dp-block-table-ausn {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 25px;
  padding: 0 10px 80px;
}

.dp-table-com {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.dp-table {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 1px solid #83b143;
  min-height: 70px;
}

.dp-table:last-child {
  border-bottom: none;
}

.dp-table>div {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 1 0;
  word-break: break-word;
  line-height: 1.5;
}

.dp-table>div:first-child {
  flex: 1.5 1 0;
  font-weight: 600;
  justify-content: flex-start;
  text-align: left;
  color: #333;
}

.dp-text-grenn-20px {
  color: #83b143;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.dp-fns-buttom {
  margin-top: 40px;
  text-align: center;
}

.dp-fns-buttom-text-white h6 {
  color: white;
  background: #83b143;
  padding: 15px 40px;
  border-radius: 50px;
  display: inline-block;
  font-size: 18px;
  transition: 0.3s;
  margin: 0;
  font-weight: 500;
}

.dp-fns-buttom-text-white h6:hover {
  background: #546938;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Медиа-запросы для таблицы */
@media (max-width: 992px) {
  .dp-table {
    min-height: 65px;
  }

  .dp-table>div {
    padding: 10px 12px;
    font-size: 16px;
  }

  .dp-table>div:first-child {
    font-size: 16px;
  }

  .dp-text-grenn-20px {
    font-size: 18px;
  }

  .dp-fns-buttom-text-white h6 {
    font-size: 17px;
    padding: 14px 35px;
  }
}

@media (max-width: 768px) {
  .dp-table {
    flex-direction: column;
    border-bottom: 2px solid #83b143;
    margin-bottom: 15px;
    min-height: auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .dp-table>div {
    width: 100%;
    padding: 12px 15px;
    justify-content: flex-start;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    min-height: 50px;
    font-size: 15px;
  }

  .dp-table>div:last-child {
    border-bottom: none;
  }

  .dp-table>div:first-child {
    flex: auto;
    font-weight: 700;
    color: #546938;
    justify-content: flex-start;
    background-color: #f8f8f8;
    border-bottom: 2px solid #83b143;
  }

  .dp-table>div:not(:first-child):before {
    content: attr(data-label) ": ";
    font-weight: 600;
    margin-right: 12px;
    color: #83b143;
    min-width: 70px;
    display: inline-block;
  }

  .dp-table:first-child>div:not(:first-child):before {
    content: none;
  }

  .dp-text-grenn-20px {
    font-size: 16px;
    justify-content: flex-start;
    color: #83b143;
  }

  .dp-fns-buttom-text-white h6 {
    font-size: 16px;
    padding: 12px 30px;
  }

  .dp-table:first-child>div {
    background-color: #83b143;
    color: white;
    font-weight: 600;
  }

  .dp-table:first-child>div:first-child {
    background-color: #546938;
    color: white;
  }

  .dp-table:first-child .dp-text-grenn-20px {
    color: white;
  }
}

@media (max-width: 480px) {
  .dp-table-com {
    padding: 0 5px;
  }

  .dp-table {
    margin-bottom: 12px;
    border-width: 2px;
  }

  .dp-table>div {
    padding: 10px 12px;
    font-size: 14px;
    min-height: 44px;
  }

  .dp-table>div:first-child {
    padding: 10px 12px;
    font-size: 14px;
  }

  .dp-table>div:not(:first-child):before {
    min-width: 60px;
    font-size: 13px;
    margin-right: 8px;
  }

  .dp-fns-buttom {
    margin-top: 30px;
  }

  .dp-fns-buttom-text-white h6 {
    font-size: 15px;
    padding: 12px 25px;
    width: 90%;
    max-width: 300px;
  }
}

@media (max-width: 360px) {
  .dp-table>div {
    padding: 8px 10px;
    font-size: 13px;
    min-height: 40px;
  }

  .dp-table>div:first-child {
    padding: 8px 10px;
    font-size: 13px;
  }

  .dp-table>div:not(:first-child):before {
    min-width: 55px;
    font-size: 12px;
    margin-right: 6px;
  }

  .dp-table>div br {
    display: none;
  }

  .dp-table>div {
    white-space: normal;
  }

  .dp-fns-buttom-text-white h6 {
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
  }

  .dp-fns-buttom {
    margin-top: 25px;
  }

  .dp-table>div:contains("травматизм") {
    font-size: 12px;
  }
}

.dp-table:nth-child(4)>div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .dp-table:nth-child(4)>div:nth-child(2) {
    align-items: flex-start;
  }

  .dp-table:nth-child(4)>div:nth-child(2):before {
    align-self: flex-start;
  }
}

/* Остальные стили (документы, шаги, FAQ и т.д.) */
.dp-document-1sDirectBank {
  background-color: #eef4f4;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0 80px;
}

.dp-block-2-1 {
  cursor: pointer;
  display: block;
  padding: 0 10px;
  width: 300px;
  height: auto;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 7px 15px 22px rgba(30, 30, 30, 0.14);
  transition: transform 0.5s ease;
}

.dp-block-2-1:hover {
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.dp-block-document {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
}

.dp-block-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: 0 10px 80px;
}

.dp-block-5-1 {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  width: 500px;
}

.dp-step {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dp-step-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 0;
}

.dp-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #83b143;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  background-color: white;
}

.dp-circle img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}

.dp-step-text {
  flex: 1;
  text-align: left;
}

.dp-step-text h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.dp-vertical-line {
  width: 3px;
  height: 40px;
  background-color: #83b143;
  margin: 0;
  align-self: flex-start;
  margin-left: 48.5px;
}

.dp-fns-switch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 10px;
  padding-bottom: 80px;
}

.minimal-switch {
  position: relative;
  width: 500px;
  height: 60px;
  background: #83b143;
  border-radius: 40px;
  box-shadow: 0 5px 15px rgba(131, 177, 67, 0.2);
  cursor: pointer;
  border-radius: 10px;
}

.minimal-switch input {
  display: none;
}

.switch-options {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-around;
  z-index: 1;
}

.switch-option {
  flex: 1;
  text-align: center;
  color: white;
  transition: color 0.3s;
  z-index: 2;
  cursor: pointer;
  padding: 0 5px;
}

.switch-slider-min {
  position: absolute;
  top: 5px;
  left: 10px;
  width: calc(50% - 10px);
  height: calc(100% - 10px);
  background: rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

input:checked~.switch-slider-min {
  transform: translateX(100%);
}

.dp-fns-switch-2 {
  display: none;
}

/* Медиа-запросы для переключателя */
@media screen and (max-width: 992px) {
  .minimal-switch {
    width: 400px;
    height: 55px;
  }

  .switch-option {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .dp-fns-switch {
    gap: 8px;
    padding-bottom: 80px;
  }

  .minimal-switch {
    width: 350px;
    height: 50px;
  }

  .switch-option {
    font-size: 14px;
  }

  .switch-slider-min {
    top: 4px;
    left: 4px;
    width: calc(50% - 8px);
    height: calc(100% - 8px);
  }

  .dp-block-5-1 {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    width: 350px;
  }
}

@media screen and (max-width: 480px) {
  .dp-fns-switch {
    gap: 5px;
    padding-bottom: 80px;
  }

  .minimal-switch {
    width: 280px;
    height: 45px;
  }

  .switch-option {
    font-size: 13px;
    padding: 0 3px;
  }

  .switch-slider-min {
    top: 3px;
    left: 3px;
    width: calc(50% - 6px);
    height: calc(100% - 6px);
    border-radius: 8px;
  }
}

@media screen and (max-width: 360px) {
  .dp-fns-switch {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .minimal-switch {
    width: 250px;
    height: 40px;
  }

  .switch-option {
    font-size: 12px;
    padding: 0 2px;
  }

  .switch-slider-min {
    top: 3px;
    left: 3px;
    width: calc(50% - 6px);
    height: calc(100% - 6px);
    border-radius: 6px;
  }
}


.dp-block-rules {
  background-image: url(/static/build/images/Rectangle10.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0 0 80px;
}

.dp-answers_block {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 0 10px;
}

.dp-faq-item {
  width: 600px;
  max-width: 100%;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.5s ease;
}

.dp-faq-item:hover {
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.dp-question {
  background: #91B04D;
  color: white;
  padding: 18px 22px;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 7px 15px 22px rgba(30, 30, 30, 0.14);
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

.dp-arrow img {
  height: 20px;
  width: 15px;
  transition: transform 0.3s ease;
}

.dp-faq-item.active .dp-arrow img {
  transform: rotate(90deg);
}

.dp-faq-item.active .dp-question {
  background: #546938;
  padding-left: 32px;
}

.dp-answer {
  max-height: 0;
  padding: 0 22px;
  opacity: 0;
  transition: 0.4s;
  background: white;
  overflow: hidden;
}

.dp-faq-item.active .dp-answer {
  max-height: 500px;
  padding: 22px;
  opacity: 1;
}

.dp-number-badge {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #eef2f6;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-weight: 600;
  margin-right: 12px;
}

.dp-answer-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 600;
}

.dp-list-item {
  padding-left: 48px;
  margin-bottom: 12px;
  position: relative;
  color: #333;
  word-break: break-word;
}

.dp-list-item::before {
  content: "—";
  position: absolute;
  left: 20px;
  color: #666;
}

.dp-bold {
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
  padding-left: 48px;
}

/* Медиа-запросы для FAQ */
@media (max-width: 992px) {

  .dp-faq-item {
    width: 550px;
  }

  .dp-question {
    padding: 16px 20px;
    font-size: 17px;
  }
}

@media (max-width: 768px) {

  .dp-faq-item {
    width: 100%;
  }

  .dp-faq-item:hover {
    transform: none;
  }

  .dp-question {
    padding: 16px 18px;
    font-size: 16px;
  }

  .dp-faq-item.active .dp-question {
    padding-left: 24px;
  }

  .dp-answer {
    padding: 0 18px;
  }

  .dp-faq-item.active .dp-answer {
    padding: 18px;
  }

  .dp-list-item,
  .dp-bold {
    padding-left: 34px;
    font-size: 15px;
  }

  .dp-list-item::before {
    left: 12px;
  }
}

@media (max-width: 480px) {


  .dp-answers_block {
    gap: 20px;
  }

  .dp-question {
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.4;
  }

  .dp-faq-item.active .dp-question {
    padding-left: 20px;
  }

  .dp-answer {
    padding: 0 16px;
  }

  .dp-faq-item.active .dp-answer {
    padding: 16px;
  }

  .dp-list-item,
  .dp-bold {
    padding-left: 28px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .dp-list-item::before {
    left: 8px;
  }

  .dp-bold {
    margin-bottom: 8px;
  }

  .dp-number-badge {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-right: 8px;
  }
}

@media (max-width: 360px) {

  .dp-answers_block {
    gap: 15px;
  }

  .dp-question {
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.3;
  }

  .dp-faq-item.active .dp-question {
    padding-left: 16px;
  }

  .dp-answer {
    padding: 0 14px;
  }

  .dp-faq-item.active .dp-answer {
    padding: 14px;
  }

  .dp-list-item,
  .dp-bold {
    padding-left: 24px;
    font-size: 13px;
    margin-bottom: 8px;
  }

  .dp-list-item::before {
    left: 6px;
  }

  .dp-bold {
    margin-bottom: 6px;
  }

  .dp-number-badge {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    margin-right: 6px;
  }
}