.cookies-consents {
  background-color: #FFF;
  background-image: url("../img/cookie_symbol.svg");
  background-position: calc(100% + 24px) bottom;
  background-repeat: no-repeat;
  border-radius: 8px 8px 0;
  bottom: 0;
  box-shadow: 0 -4px 10px rgba(19, 35, 57, 0.08), 0 -2px 2px rgba(19, 35, 57, 0.08);
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  z-index: 100; }
  .cookies-consents__body {
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 108px;
    width: 1094px; }

.cookies-consents-info {
  max-width: 440px; }
  .cookies-consents-info__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .35px;
    line-height: 32px;
    margin: 0; }
  .cookies-consents-info__text {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.4px;
    line-height: 24px;
    margin-top: 16px; }
  .cookies-consents-info__description {
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 24px; }
    .cookies-consents-info__description p {
      margin-bottom: 0;
      margin-top: 16px; }

.cookies-consents-buttons {
  align-items: flex-start;
  display: flex;
  flex-direction: column; }
  .cookies-consents-buttons .btn:not(:first-child) {
    margin-top: 8px; }
  .cookies-consents-buttons .btn--primary:not(:first-child) {
    margin-top: 16px; }

.cookies-consents-step-1 .cookies-consents-buttons {
  margin-left: 116px; }
  .cookies-consents-step-1 .cookies-consents-buttons--top-margin {
    margin-top: 48px; }

.cookies-consents-type {
  max-width: 340px; }
  .cookies-consents-type--divider {
    background: #cbd5e0;
    height: 1px;
    margin: 16px 0;
    max-width: 308px; }
  .cookies-consents-type__icon {
    display: block;
    float: left;
    height: 40px;
    width: 40px; }
  .cookies-consents-type__text {
    margin-left: 70px; }
  .cookies-consents-type__description {
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    margin-top: 2px; }
  .cookies-consents-type .form-group {
    display: inline-block;
    margin-bottom: 0; }
  .cookies-consents-type .checkbox {
    display: inline-block;
    padding: 0; }
    .cookies-consents-type .checkbox label {
      align-items: center;
      display: flex;
      user-select: none; }
      .cookies-consents-type .checkbox label input {
        margin-right: 8px; }

.cookies-consents-types {
  margin-left: 62px;
  margin-top: 48px;
  max-width: 465px; }

.hidden {
  display: none; }
