.navsearch__mobile-wrapper {
  display: none !important;
}
.header__container-wrapper{
  border-bottom: 4px solid var(--base-color);
}
.content-wrapper {
  margin-top: 80px !important;
}
.policy__header {
  border-bottom: 1px solid #e2e2e2;
}
.policy__header-content {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.09;
  font-weight: bold;
}
.policy__body {
  font-size: 16px;
  max-width: 757px;
  margin: 0 auto;
  margin-top: 40px;
  overflow-x: auto;
}
.policy__block:not(:first-child) {
  margin-top: 50px;
}
.policy__block-list {
  list-style: decimal;
}
.policy__block-title {
  font-size: 16px;
  margin-bottom: 25px;
}
.policy__block-item {
  line-height: 1.75;
}
.policy__block-item:not(:last-child) {
  margin-bottom: 20px;
}

.policy__readmore-dots {
  display: flex;
  flex-direction: column;
}
.policy__readmore-dot {
  width: 7px;
  height: 7px;
  background-color: #d0d0d0;
  border-radius: 50%;
}
.policy__readmore {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 80px;
  margin-top: 102px;
  cursor: default;
}
.policy__readmore-text {
  margin-bottom: 10px;
  font-size: 14px;
}
.policy__readmore-dot:not(:first-child) {
  margin-top: 5px;
}
.policy__body table[style*="width"] {
   width: 100% !important;
   table-layout: fixed;
}
td {
  border-width: unset; 
}
.policy__body > * {
  max-width: 100% !important;
}
@media (max-width: 576px) {
  .policy__readmore {
    margin-bottom: 60px;
    margin-top: 98px;
  }
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .policy__header-content{
    line-height: 1.38;
    margin-top: 17px;
    margin-bottom: 19px;
    font-size: 16px;
  }
}
