.b-consent {
  max-width: 750px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 12px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 100;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  gap: 20px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.b-consent.--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100000000;
}
.b-consent .__text {
  font-size: 14px;
}
.b-consent .__text a {
  color: #0075E2;
}

.b-policy {
  position: static;
  padding: 80px 0;
}
.b-policy h1 {
  font-size: 24px;
  margin-bottom: 30px;
}
.b-policy h2 {
  margin-top: 30px;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 24px;
}
.b-policy h6 {
  font-size: 24px;
}
.b-policy p {
  font-size: 16px;
  margin-bottom: 20px;
}
.b-policy table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.b-policy table th, .b-policy table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}
.b-policy table th {
  background-color: #fed700;
}
.b-policy ul {
  padding: 0 0 0 12px;
}
.b-policy ul li {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.b-policy ol {
  counter-reset: item;
  padding: 0;
}
.b-policy ol > li {
  counter-increment: item;
  margin-bottom: 10px;
}
.b-policy ol ol {
  margin-top: 10px;
}
.b-policy ol ol > li {
  display: block;
}
.b-policy .intro,
.b-policy .contact-info {
  margin-bottom: 30px;
}
.b-policy .b-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.b-consent-text {
  font-size: 16px;
  padding: 12px 0;
}

.b-consent-text {
  line-height: 1.3;
  font-size: 14px;
}

.b-checkbox {
  color: #0075e2;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.b-checkbox input {
  opacity: 0;
  position: absolute;
}

.b-checkbox .b-checkbox-ico {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 2px solid #0075e2;
  border-radius: 2px;
  vertical-align: top;
  position: absolute;
  margin-top: 5px;
  cursor: pointer;
}

.b-checkbox .b-checkbox-ico.--popup {
  border: 2px solid #0075e2;
}

.b-checkbox input:checked ~ .d-flex .b-checkbox-ico:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: #0075e2;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  transform: rotate(37deg);
  right: 7px;
  top: 2px;
  left: 5px;
}

.b-checkbox input:checked ~ .d-flex .b-checkbox-ico.--popup:before {
  border-color: #0075e2;
}

.b-checkbox-txt {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  padding-left: 30px;
}

.b-checkbox-txt .b-pform__policy {
  color: #989898 !important;
}

.b-policy-order {
  margin-bottom: 12px;
  font-size: 14px;
  text-align: left;
}

.--mt-20 {
  margin-top: 20px;
}

.b-link {
  text-decoration: underline;
  color: #ffffff;
}

.b-btn {
  height: 40px;
  border-radius: 4px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
}

.b-btn.--clear {
  border: 1px solid #E2E7EC;
  background: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}

.b-btn.--clear:hover {
  border: 1px solid #325fa2;
  background: #325fa2;
  color: #fff;
  text-decoration: none;
}

.b-btn.--green {
  border: none;
  background: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  background: #fed700;
  color: #fff;
}

.b-btn.--clear:hover {
  background: #3E9E5B;
  color: #fff;
  text-decoration: none;
}

/*# sourceMappingURL=policy.css.map */
