.cookies-icon {
  position: fixed;
  z-index: 100000;
  bottom: 24px;
  left: 32px;
  display: flex;
  align-items: flex-start; }
  .cookies-icon img {
    width: 64px; }
  .cookies-icon a {
    color: #132339; }
  .cookies-icon__close {
    margin-left: 8px;
    cursor: pointer; }
    .cookies-icon__close img {
      width: 24px; }

.cookies-consents {
  color: #132339;
  font-size: 14px;
  line-height: 20px;
  z-index: 100001; }
  .cookies-consents__body {
    width: 1894px; }
  .cookies-consents .cookies-consents-info {
    max-width: 100%; }
    .cookies-consents .cookies-consents-info__title {
      font-weight: 700;
      font-size: 34px;
      line-height: 40px; }
    .cookies-consents .cookies-consents-info__description {
      margin-top: 24px;
      font-size: 14px;
      line-height: 20px; }
  .cookies-consents .cookies-consents-buttons {
    padding-top: 34px; }
    .cookies-consents .cookies-consents-buttons > .dk--btn {
      margin-top: 32px !important;
      text-align: center; }
      .cookies-consents .cookies-consents-buttons > .dk--btn > span {
        text-align: center;
        width: 300px; }
  .cookies-consents .cookies-consents-types {
    margin-left: 0;
    max-width: 100%; }
    .cookies-consents .cookies-consents-types .cookies-consents-type {
      max-width: 100%; }
      .cookies-consents .cookies-consents-types .cookies-consents-type__divider {
        background: #D9D7DB;
        height: 1px;
        display: none; }
      .cookies-consents .cookies-consents-types .cookies-consents-type__description {
        font-weight: 400;
        font-size: 11px;
        line-height: 16px; }
      .cookies-consents .cookies-consents-types .cookies-consents-type .checkbox label {
        font-weight: 400;
        font-size: 17px;
        line-height: 24px;
        color: #1A202C; }
      .cookies-consents .cookies-consents-types .cookies-consents-type .checkbox .input-icon {
        position: initial; }
      .cookies-consents .cookies-consents-types .cookies-consents-type .checkbox .checkbox-label {
        padding-left: 10px; }
      .cookies-consents .cookies-consents-types .cookies-consents-type svg path,
      .cookies-consents .cookies-consents-types .cookies-consents-type svg circle,
      .cookies-consents .cookies-consents-types .cookies-consents-type svg rect {
        fill: #736dcb; }
      @media screen and (max-width: 1023px) {
        .cookies-consents .cookies-consents-types .cookies-consents-type {
          margin-bottom: 12px; }
          .cookies-consents .cookies-consents-types .cookies-consents-type__divider {
            display: block;
            margin-bottom: 12px; } }
