.security-header__title {
  max-width: 600px;
}

.policy-rules {
  margin: 20px 20px 0;
  display: flex;
  gap: 20px;
}

.policy-rules__card {
  padding: 40px;
  width: 45%;
  min-width: 660px;
  /* background: url(main.png); */
  border: 1px solid #9BD556;
  border-radius: 34px;
  flex-shrink: 0;
}

.policy-rules__card::before {
	opacity: 0.2;
	background: url('/assets/img/negative-balance/negative-balance-card.png') center / cover no-repeat;
}

.policy-rules__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}

.policy-rules__text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

.policy-rules__content {
  flex-grow: 1;
}

.policy-rules__video {
  width: 100%;
  height: 230px;
}

.policy-rules__video video {
  width: 100%;
  height: 100%;
  border-radius: 34px;
  object-fit: cover;
}

.policy-rules__content p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

.policy-rules__bttn {
  margin: 0;
  margin-top: 20px;
  background: #9BD556;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 130%;
  cursor: pointer;
}

.policy-warn {
  margin: 20px 20px 0;
  padding: 30px 40px 50px;
  position: relative;
  background: linear-gradient(180deg, #5AA000 0%, #9AD556 100%);
  border-radius: 34px;
}

.policy-warn__img {
  width: 140px;
  height: 160px;
}

.policy-warn__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.policy-warn__img_left {
  position: absolute;
  top: 10px;
  left: 75px;
}

.policy-warn__img_right {
  position: absolute;
  top: 15px;
  right: 75px;
}

.policy-warn__content {
  text-align: center;
  color: #FFFFFF;
}

.policy-warn__title {
  font-weight: 500;
  font-size: 34px;
  line-height: 130%;
  
}

.policy-warn__text {
  max-width: 750px;
  margin: 10px auto 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

.policy-res {
  margin: 20px 20px 0;
  padding: 30px 20px 20px;
  background: #FFFFFF;
  border-radius: 34px;
}

.policy-res::before {
  opacity: 0.45;
  background: url('/assets/img/about/cement-white.jpeg') center / cover no-repeat;
}

.policy-res_green {}

.policy-res__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 112%;
  color: #9BD556;
  text-align: center;
}

.policy-res__table-wrap {
  margin-top: 20px;
  padding-bottom: 5px;
  width: 100%;
  overflow: auto;
}

/* Стили для скролла */
.policy-res__table-wrap::-webkit-scrollbar {
  height: 6px;
}
.policy-res__table-wrap::-webkit-scrollbar-track {
  border-radius: 2px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.policy-res__table-wrap::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
}

.policy-res__table {
  min-width: 100%;
  text-align: center;
  border-collapse: collapse;

  border-collapse: separate;
  border-spacing: 0;
}

.policy-res__table-head {}

.policy-res__table-body {}

.policy-res__table-title {
  padding: 15px 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  background: #9BD556;
}

.policy-res__table-title:not(:last-of-type) {
  border-right: 1px solid #FFFFFF;
}

.policy-res__table-title:first-of-type {
  border-top-left-radius: 14px;
}

.policy-res__table-title:last-of-type {
  border-top-right-radius: 14px;
}

.policy-res__table-item {
  padding: 15px 40px;
  min-width: 20%;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  background: #FFFFFF;
  border: 1px solid #E8EAE6;
  outline: none;
}

.policy-res__table-item {
  /* white-space: nowrap; */
} 

.policy-res__table-body tr:not(:first-of-type) .policy-res__table-item {
  border-top: none;
}

.policy-res__table-item:not(:last-of-type) {
  border-right: none;
}

.policy-res__table-body tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 14px;
}

.policy-res__table-body tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 14px;
}

.policy-res__table-item:first-of-type {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
}

.policy-res_black .policy-res__title {
  color: #1D1D1D;
}

.policy-res_black .policy-res__table-title {
  background: #1D1D1D;
}

.policy-finance {
  margin: 20px 20px 0;
  padding: 40px;

  background: #9BD556;
  border-radius: 34px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.policy-finance__content {}

.policy-finance__title {
  max-width: 540px;
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  color: #FFFFFF;
  text-transform: uppercase;
}

.policy-finance__subtitle {
  max-width: 640px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
}

.policy-finance__img {
  margin: 0 auto;
  width: 252px;
  height: 146px;
}

.policy-finance__img img {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 248px;
  object-fit: contain;
}


.policy-perfomance {
  margin: 40px 20px;
}

.policy-perfomance__title {
  max-width: 900px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
}

.policy-perfomance__list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.policy-perfomance__li {
  padding: 20px;
  width: calc(33.33% - 40px/3);
  min-height: 150px;
  background: rgba(255, 255, 255, 0.8);
  border: 1.4px solid #E1E1E1;
  border-radius: 34px;
}

.policy-perfomance__li:not(.policy-perfomance__li_big)::before {
  opacity: 0.1;
	background: url('/assets/img/negative-balance/negative-balance-card.png') center / cover no-repeat;
}

.policy-perfomance__li_big {
  flex-grow: 1;
  padding: 20px 40px 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background: #9BD556;
}

.policy-perfomance__li-icon {
  margin: 0 auto;
  width: 44px;
  height: 44px;

}

.policy-perfomance__li-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.policy-perfomance__li-text {
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}

.policy-perfomance__content {}

.policy-perfomance__li-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 142%;
  color: #1D1D1D;
}

.policy-perfomance__li-text2 {
  margin-top: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #1D1D1D;
}

.policy-perfomance__li-bttn {
  margin: 0;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #9BD556;
  background: #1D1D1D;
  flex-shrink: 0;
  cursor: pointer;
}

.policy-perfomance__li-bttn:hover {
  background: #1D1D1D;
}

.policy-bg  {
  position: relative;
  overflow: hidden;
}

.policy-bg  > * {
	position: relative;
	z-index: 10;
}

.policy-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* FORM */

.assets-modal__wrap {
  padding: 54px 20px 20px;
  max-width: 568px;
}

.assets-form__form {
  width: 100%;
}


.assets-modal__title2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 43px;
  text-align: center;
  color: #1D1D1D;
}

.assets-modal__subtitle2 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #757575;
}


@media (max-width: 1600px) {
  .security-header__title br {
    display: none;
  }

  .policy-warn__text {
    max-width: 580px;
  }
}


@media (max-width: 1280px) {
  .policy-rules {
    flex-direction: column;
    align-items: flex-start;
  }

  .policy-rules__card {
    padding: 20px;
    width: 100%;
    min-width: unset;
  }

  .policy-warn__text {
    max-width: 580px;
  }

  .policy-warn__img_left {
    left: 20px;
  }

  .policy-warn__img_right {
    right: 20px;
  }
}

@media (max-width: 800px) {
  .policy-finance {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .policy-finance__img {
    margin-top: 10px;
    width: 146px;
    height: 143px;
  }

  .policy-finance__img img {
    width: 100%;
    height: 100%;
  }

  .policy-warn {
    padding: 20px;
    padding-bottom: 25px;
  }

  .policy-warn__img_left {
    width: 60px;
    height: 60px;
    top: unset;
    left: 0;
    bottom: 0;
  }

  .policy-warn__img_right {
    width: 66px;
    height: 66px;
    top: 0;
    right: 30px;
  }

  .policy-res__title {
    font-size: 24px;
    line-height: 140%;
  }

  .policy-res__table {
    margin-top: 10px;
  }

  .policy-res__table-title {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 150%;
  }

  .policy-res__table-item {
    padding: 16px 5px;
    min-width: 25%;
    width: auto;
    font-size: 12px;
    line-height: 160%;
  }

  .policy-res__table-item:first-of-type {
    font-size: 12px;
    line-height: 160%;
  }

  .policy-perfomance__title {
    font-size: 20px;
    line-height: 150%;
  }

  .policy-perfomance__list {
    gap: 10px;
  }

  .policy-perfomance__li {
    width: calc(50% - 5px);
  }

  .policy-perfomance__li_big {
    width: 100%;
  }
}

@media (max-width: 640px) {

  .policy-rules__title {
    font-size: 20px;
    line-height: 150%;
  }

  .policy-rules__text {
    font-size: 18px;
  }

  .policy-rules__content p {
    font-size: 16px;
  }

  .policy-rules__video {
    height: 180px;
  }

  .policy-rules__bttn {
    margin-top: 10px;
  }

  .policy-warn__content {
    position: relative;
    z-index: 10;
  }

  .policy-warn__title {
    font-size: 24px;
    line-height: 140%;
  }

  .policy-warn__text {
    font-size: 14px;
  }

  .policy-res {
    padding: 20px 10px 10px;
  }

  .policy-res__table-title {
    font-size: 12px;
  }

  .policy-res__table-item {
    font-size: 10px;
  }

  .policy-res__table-item:first-of-type {
    font-size: 10px;
  }

  .policy-res__table-title:first-of-type {
    border-top-left-radius: 24px;
  }
  
  .policy-res__table-title:last-of-type {
    border-top-right-radius: 24px;
  }
  
  .policy-res__table-body tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 24px;
  }
  
  .policy-res__table-body tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 24px;
  }

  .policy-finance__title {
    font-size: 24px;
    line-height: 140%;
  }

  .policy-finance__subtitle {
    font-size: 16px;
  }

  .policy-perfomance {
    margin: 40px 20px 20px;
  }

  .policy-perfomance__li_big {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .policy-perfomance__content {
    padding: 10px;
  }

  .policy-perfomance__li {
    width: 100%;
  }

  .policy-perfomance__li-text {
    font-size: 14px;
    line-height: 140%;
  }

  .policy-perfomance__li-title {
    font-size: 20px;
    line-height: 150%;
  }

  .policy-perfomance__li-text2 {
    font-size: 18px;
    line-height: 140%;
  }

  .policy-perfomance__li-bttn {
    
  }

  .assets-modal__title2 {
    font-size: 24px;
    line-height: 34px;
  }
  
  .assets-modal__subtitle2 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

}