.website-copyright-block {
  font-family: Roboto, Helvetica, Arial,
    sans-serif;
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  outline: none !important;
  text-decoration: none !important;
  color: var(--lightText) !important;
  background-color: var(
    --darkColor
  ) !important;
  z-index: 2498;
  font-size: clamp(12px, 0.875em, 20px);
  line-height: 1.15;
  letter-spacing: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-top: 2px;
}
.website-copyright-block span {
  opacity: 0.7;
  margin-right: 1ch;
  transition: opacity 0.3s ease;
}
.website-copyright-block svg {
  height: 1rem;
  width: auto;
  aspect-ratio: 64/16;
  margin-top: -2px;
}
.container-list:not(:has(.b_block))
  ~ .website-copyright-block {
  display: none;
}
.is-pointer
  .website-copyright-block:hover {
  text-decoration: none;
}
.is-pointer
  .website-copyright-block:hover
  span {
  opacity: 1;
}
.is-screenshoter .cookies-wrap {
  display: none !important;
}
.cookies-wrap {
  position: fixed;
  display: flex;
  justify-content: center;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 2147483647;
}
.cookies-wrap,
.cookies-wrap * {
  pointer-events: none;
}
.cookies-wrap .cookies-container {
  color: var(--darkText);
  background: var(--lightColor);
  box-shadow: 0 5px 15px
    rgba(54, 54, 64, 0.2);
  font-size: 0.8125rem;
  line-height: 1.38461538;
  position: relative;
}
.cookies-wrap
  .cookies-container
  .cookies-button-more,
.cookies-wrap .cookies-container a {
  text-decoration: none;
  cursor: pointer;
  transition: color 0.18s;
  color: #4773ff;
}
.cookies-wrap
  .cookies-container
  .cookies-button-more {
  display: none;
}
.cookies-wrap
  .cookies-container
  .cookies-button-more.show {
  display: inline;
}
.cookies-wrap
  .cookies-container
  .cookies-button {
  padding: 9px 20px;
  border-radius: 7px;
  line-height: 16px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.cookies-wrap
  .cookies-container
  .cookies-close {
  color: #30343b;
  opacity: 0.3;
  width: 30px;
  height: 30px;
  display: flex;
  cursor: pointer;
  transition: opacity 0.3s ease;
  justify-content: center;
  align-items: center;
}
.cookies-wrap
  .cookies-container
  .cookies-close
  svg {
  width: 12px;
  height: 12px;
}
@media (any-hover: hover) {
  .cookies-wrap
    .cookies-container
    .cookies-button:hover {
    opacity: 0.8;
  }
  .cookies-wrap
    .cookies-container
    .cookies-close:hover {
    opacity: 0.57;
  }
  .cookies-wrap
    .cookies-container
    .cookies-button-more:hover,
  .cookies-wrap
    .cookies-container
    a:hover {
    text-decoration: none;
    color: #7a9aff;
  }
}
.cookies-wrap.style--center_long {
  left: 0;
  max-height: 50%;
  min-height: 60px;
  transform: translateY(150%);
  transition: transform 0.8s
    cubic-bezier(0, 0, 0.2, 1);
}
.cookies-wrap.style--center_long
  .cookies-container {
  box-shadow: none;
  width: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  padding: 13px;
  color: #fff;
}
.cookies-wrap.style--center_long
  .cookies-container
  .cookies-button-container {
  display: flex;
  align-items: center;
  margin-left: 5px;
  flex-shrink: 0;
  max-width: 20%;
}
.cookies-wrap.style--center_long
  .cookies-container
  .cookies-button-container
  .cookies-button-more {
  display: none;
}
.cookies-wrap.style--center_long
  .cookies-container
  .cookies-button {
  background: #fff;
  color: #30343b;
  margin-left: 20px;
  max-width: 90%;
  max-height: 100%;
}
.cookies-wrap.style--center_long
  .cookies-container
  .cookies-close {
  display: none;
}
.cookies-wrap.style--center_long
  .cookies-container
  .cookies-content {
  display: flex;
  align-items: center;
}
.cookies-wrap.style--center_long
  .cookies-container
  .cookies-content
  span {
  margin: auto;
}
.cookies-wrap.style--center_long
  .cookies-container
  .cookies-button-more,
.cookies-wrap.style--center_long
  .cookies-container
  a {
  color: #fff;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .cookies-wrap.style--center_long
    .cookies-container
    .cookies-button-more:hover,
  .cookies-wrap.style--center_long
    .cookies-container
    a:hover {
    text-decoration: none;
    color: #fff;
  }
}
.cookies-wrap.style--center_compact {
  max-height: 50%;
  bottom: 25px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.25s,
    transform 0.35s ease;
  padding: 0 20px;
}
.cookies-wrap.style--center_compact.show {
  transition: transform 0.5s
      cubic-bezier(0, 0, 0.2, 1),
    opacity 0.8s
      cubic-bezier(0, 0, 0.2, 1);
}
.cookies-wrap.style--center_compact
  .cookies-container {
  padding: 15px 40px 15px 20px;
  border-radius: 7px;
  min-width: 447px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: auto;
  text-align: center;
}
.cookies-wrap.style--center_compact
  .cookies-container
  .cookies-button {
  display: none;
}
.cookies-wrap.style--center_compact
  .cookies-container
  .cookies-close {
  flex-shrink: 0;
  position: absolute;
  top: 9px;
  right: 10px;
}
.cookies-wrap.style--center_compact
  .cookies-container
  .cookies-button-container {
  display: flex;
  align-items: center;
  margin-left: 5px;
  flex-shrink: 0;
}
.cookies-wrap.style--center_compact
  .cookies-container
  .cookies-button-container
  .cookies-button-more {
  display: none;
}
.cookies-wrap.style--right_bottom {
  min-height: 148px;
  max-height: 50%;
  justify-content: flex-end;
  transform: translateX(30px);
  bottom: 30px;
  padding-right: 30px;
  opacity: 0;
  transition: opacity 0.3s,
    transform 0.4s ease;
}
.cookies-wrap.style--right_bottom.show {
  transition: transform 0.8s
      cubic-bezier(0, 0, 0.2, 1),
    opacity 0.8s
      cubic-bezier(0, 0, 0.2, 1);
}
.cookies-wrap.style--right_bottom
  .cookies-container {
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-wrap: unset;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
}
.cookies-wrap.style--right_bottom
  .cookies-container
  .cookies-button-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  margin-top: auto;
  flex-direction: row-reverse;
}
.cookies-wrap.style--right_bottom
  .cookies-container
  .cookies-content {
  margin-right: 10px;
  margin-bottom: 20px;
}
.cookies-wrap.style--right_bottom
  .cookies-container
  .cookies-content
  .cookies-button-more {
  display: none;
}
.cookies-wrap.style--right_bottom
  .cookies-container
  .cookies-button {
  background: #30343b;
  color: #fff;
  margin-right: 15px;
  max-width: 50%;
  max-height: 100px;
}
.cookies-wrap.style--right_bottom
  .cookies-container
  .cookies-close {
  position: absolute;
  top: 3px;
  right: 3px;
}
.cookies-wrap.style--right_bottom
  .cookies-container
  .cookies-button-more {
  margin-left: auto;
  max-height: 100px;
}
.cookies-wrap.show {
  transform: translate(0);
  opacity: 1;
}
.cookies-wrap.show * {
  pointer-events: auto;
}
body.adaptive-mobile
  .cookies-wrap.style--center_compact,
body.adaptive-mobile
  .cookies-wrap.style--center_long,
body.adaptive-mobile
  .cookies-wrap.style--right_bottom {
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  height: auto;
  flex-wrap: nowrap;
  flex-direction: row;
  opacity: 1;
  transform: translateY(150%);
  padding: 0;
  min-height: auto;
}
body.adaptive-mobile
  .cookies-wrap.style--center_compact
  .cookies-container,
body.adaptive-mobile
  .cookies-wrap.style--center_long
  .cookies-container,
body.adaptive-mobile
  .cookies-wrap.style--right_bottom
  .cookies-container {
  padding: 15px 50px 15px 20px;
  box-shadow: 0 -5px 5px rgba(48, 52, 59, 0.03);
  text-align: left;
  min-width: 100%;
  width: 100%;
  border-radius: 0;
  background: #fff;
  color: #30343b;
}
body.adaptive-mobile
  .cookies-wrap.style--center_compact
  .cookies-container
  .cookies-close,
body.adaptive-mobile
  .cookies-wrap.style--center_long
  .cookies-container
  .cookies-close,
body.adaptive-mobile
  .cookies-wrap.style--right_bottom
  .cookies-container
  .cookies-close {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
}
body.adaptive-mobile
  .cookies-wrap.style--center_compact
  .cookies-container
  .cookies-close
  svg,
body.adaptive-mobile
  .cookies-wrap.style--center_long
  .cookies-container
  .cookies-close
  svg,
body.adaptive-mobile
  .cookies-wrap.style--right_bottom
  .cookies-container
  .cookies-close
  svg {
  width: 14px;
  height: 14px;
}
body.adaptive-mobile
  .cookies-wrap.style--center_compact
  .cookies-container
  .cookies-content,
body.adaptive-mobile
  .cookies-wrap.style--center_long
  .cookies-container
  .cookies-content,
body.adaptive-mobile
  .cookies-wrap.style--right_bottom
  .cookies-container
  .cookies-content {
  margin-bottom: 0;
  margin-right: 0;
}
body.adaptive-mobile
  .cookies-wrap.style--center_compact
  .cookies-container
  .cookies-content
  a.cookies-button-more,
body.adaptive-mobile
  .cookies-wrap.style--center_long
  .cookies-container
  .cookies-content
  a.cookies-button-more,
body.adaptive-mobile
  .cookies-wrap.style--right_bottom
  .cookies-container
  .cookies-content
  a.cookies-button-more {
  display: none;
}
body.adaptive-mobile
  .cookies-wrap.style--center_compact
  .cookies-container
  .cookies-content
  .cookies-button-more.show,
body.adaptive-mobile
  .cookies-wrap.style--center_compact
  .cookies-container
  .cookies-content
  a,
body.adaptive-mobile
  .cookies-wrap.style--center_long
  .cookies-container
  .cookies-content
  .cookies-button-more.show,
body.adaptive-mobile
  .cookies-wrap.style--center_long
  .cookies-container
  .cookies-content
  a,
body.adaptive-mobile
  .cookies-wrap.style--right_bottom
  .cookies-container
  .cookies-content
  .cookies-button-more.show,
body.adaptive-mobile
  .cookies-wrap.style--right_bottom
  .cookies-container
  .cookies-content
  a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.18s;
  color: #4773ff;
}
@media (any-hover: hover) {
  body.adaptive-mobile
    .cookies-wrap.style--center_compact
    .cookies-container
    .cookies-content
    .cookies-button-more:hover,
  body.adaptive-mobile
    .cookies-wrap.style--center_compact
    .cookies-container
    .cookies-content
    a:hover,
  body.adaptive-mobile
    .cookies-wrap.style--center_long
    .cookies-container
    .cookies-content
    .cookies-button-more:hover,
  body.adaptive-mobile
    .cookies-wrap.style--center_long
    .cookies-container
    .cookies-content
    a:hover,
  body.adaptive-mobile
    .cookies-wrap.style--right_bottom
    .cookies-container
    .cookies-content
    .cookies-button-more:hover,
  body.adaptive-mobile
    .cookies-wrap.style--right_bottom
    .cookies-container
    .cookies-content
    a:hover {
    text-decoration: none;
    color: #7a9aff;
  }
}
body.adaptive-mobile
  .cookies-wrap.style--center_compact
  .cookies-button,
body.adaptive-mobile
  .cookies-wrap.style--center_compact
  .cookies-container
  .cookies-button-container,
body.adaptive-mobile
  .cookies-wrap.style--center_long
  .cookies-button,
body.adaptive-mobile
  .cookies-wrap.style--center_long
  .cookies-container
  .cookies-button-container,
body.adaptive-mobile
  .cookies-wrap.style--right_bottom
  .cookies-button,
body.adaptive-mobile
  .cookies-wrap.style--right_bottom
  .cookies-container
  .cookies-button-container {
  display: none;
}
body.adaptive-mobile
  .cookies-wrap.show {
  transform: translate(0);
  opacity: 1;
}
#cbh.cbh,
#supportTrigger,
._show_1e.wrap_mW,
.cbh-body-fade,
.wrap_mW {
  z-index: 2000000000 !important;
}
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  max-width: 0 !important;
}
.g-recaptcha-visible {
  min-height: 78px;
}
.captcha-global-error {
  display: none;
  font-size: 0.8125rem;
  line-height: 1.15384615;
  font-weight: 500;
  text-align: left;
  color: #ff714d;
  position: relative;
  pointer-events: none;
  transition: all 0.3s ease-out;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.captcha-global-error svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.captcha-global-error .error-text {
  display: block;
}
.captcha-global-error.show {
  display: flex !important;
  pointer-events: all;
}
.m_modal[data-m-id="CAPTCHA"] {
  pointer-events: all;
}
.m_modal[data-m-id="CAPTCHA"]
  .component-bg
  .overlay {
  background: #000;
  opacity: 0.55;
}
.m_modal[data-m-id="CAPTCHA"]
  .modal-content {
  position: relative;
  width: 365px;
  width: -moz-min-content;
  width: min-content;
  max-width: 100%;
  padding: 30px;
  background: #fff;
  text-align: center;
  box-shadow: 0 15px 15px
    rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.m_modal[data-m-id="CAPTCHA"]
  .close-times {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.875rem;
  color: #777;
}
.m_modal[data-m-id="CAPTCHA"]
  .recaptcha-title {
  font-size: 0.9375rem;
  line-height: 1.33333333;
  padding-bottom: 10px;
  font-weight: 500;
  text-align: left;
  order: -2;
}
.m_modal[data-m-id="CAPTCHA"]
  .g-recaptcha {
  min-height: 78px;
}
body.adaptive-mobile
  .m_modal[data-m-id="CAPTCHA"]
  .close-times {
  top: 20px;
  right: 20px;
}
body.adaptive-mobile
  .m_modal[data-m-id="CAPTCHA"]
  .modal-content {
  padding: 20px;
}
.policy-data-warning {
  --linkOpacity: 0.6;
  --linkHoverOpacity: 0.75;
  width: 100%;
  text-align: left;
  min-height: 16px;
  margin-top: 15px;
  font-size: var(--formCaptionTextSize);
  line-height: 1.23076923;
  will-change: opacity;
  color: var(--currentColor);
}
.policy-data-warning--checkbox {
  display: flex;
  align-items: center;
}
.policy-data-warning .policy-message {
  opacity: 0.6;
}
.policy-data-warning .policy-link {
  color: var(--linkColor);
  -webkit-text-decoration: var(
    --linkDecoration
  );
  text-decoration: var(
    --linkDecoration
  );
  opacity: var(--linkOpacity);
  transition: all 0.3s
    cubic-bezier(0.21, 0.67, 0.58, 1);
  cursor: pointer;
}
.policy-data-warning
  .policy-link:active,
.policy-data-warning
  .policy-link:visited {
  color: var(--linkColor);
}
.policy-data-warning
  .policy-link:hover {
  color: var(--linkHoverColor);
  -webkit-text-decoration: var(
    --linkHoverDecoration
  );
  text-decoration: var(
    --linkHoverDecoration
  );
  opacity: var(--linkHoverOpacity);
}
.policy-data-warning.is_error {
  --currentColor: #ff714d;
  --linkOpacity: 1;
}
.policy-data-warning.is_error
  .policy-data-warning__box,
.policy-data-warning.is_error
  .policy-message {
  opacity: 1;
}
.policy-data-warning__name {
  display: inline-block;
  vertical-align: middle;
  max-width: none !important;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.policy-data-warning__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.policy-data-warning__box {
  display: block;
  vertical-align: middle;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  border: 1px solid var(--currentColor);
  color: var(--contrastColor);
  border-radius: 0.1875rem;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.policy-data-warning__box i {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
.policy-data-warning__box i:before {
  content: "";
  display: block;
  top: 0.25rem;
  left: 0.1875rem;
  height: 0.3125rem;
  width: 0.5rem;
  position: absolute;
  transform: rotate(-45deg);
  border: 2px solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transition: width 0.05s;
}
.policy-data-warning__input:checked
  + .policy-data-warning__box {
  background: var(--currentColor);
  opacity: 1;
}
.policy-data-warning__input:checked
  + .policy-data-warning__box
  i {
  opacity: 1;
  width: 100%;
  animation: checkAppearance 0.3s;
}
