div {
  box-sizing: border-box; }

.button--component {
  padding: 0;
  display: inline-block;
  line-height: 1;
  background-color: transparent;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.16;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #005124;
  width: 100%;
  flex: 0 1 100%;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 17px 16px 15px;
  border-radius: 4px; }
  .button--component:hover, .button--component:focus {
    text-decoration: none;
    background-color: #cfbd9d;
    outline: none; }
  .button--component.-outline {
    color: #6F7377;
    background-color: #fff;
    border: 1px solid #DADADA; }
    .button--component.-outline:hover, .button--component.-outline:focus {
      background-color: rgba(173, 143, 89, 0.2); }
  .button--component.-settings {
    padding: 23px 16px 23px;
    margin-bottom: 0; }

.button--option {
  padding: 0;
  display: inline-block;
  line-height: 1;
  background-color: transparent;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  width: 100%;
  flex: 1 1 100%;
  background-color: #F2F2F2;
  color: #2B3235;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1428;
  padding: 18px 24px 19px;
  text-align: left; }
  .button--option:hover, .button--option:focus {
    text-decoration: none;
    background-color: #cfbd9d;
    outline: none; }
  .button--option.-active {
    color: #fff;
    background-color: #005124; }

.cookies--modal {
  max-width: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9997; }
  .cookies--modal > .content {
    background-color: #fff;
    padding: 10px 20px 15px; }
  .cookies--modal.-settings {
    z-index: 9999; }
    .cookies--modal.-settings > .content {
      border-radius: 4px;
      padding: 0;
      display: flex;
      justify-content: center;
      flex-direction: column; }

.cookies--logo {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 35px; }

.cookies--title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1741;
  text-align: center;
  color: #2B3235;
  padding-bottom: 11px; }

.cookies--text > .paragraph {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  color: #2B3235;
  margin-bottom: 1.5em; }
  .cookies--text > .paragraph.-gray {
    color: #6F7377; }
  .cookies--text > .paragraph > .link {
    color: #6F7377;
    text-decoration: underline; }
    .cookies--text > .paragraph > .link:hover, .cookies--text > .paragraph > .link:focus {
      color: #3e4042; }

.cookies--btns {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.cookies--nav {
  text-align: right;
  color: #a1a3a4;
  font-size: 10px; }
  .cookies--nav > .pl {
    margin-right: 10px; }
  .cookies--nav > .en {
    margin-left: 6px; }
  .cookies--nav > a {
    color: #a1a3a4;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700; }
    .cookies--nav > a.active {
      color: #005124; }
  .cookies--nav > .wai {
    margin-left: 25px;
    color: #F8E71C;
    text-decoration: underline; }

.cookies--cloak {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9998; }
  .cookies--cloak:before {
    content: '';
    position: absolute;
    background-color: black;
    opacity: 0.8;
    width: 100%;
    height: 100%; }
  .cookies--cloak.-bg:before {
    display: none; }

.cookies--header {
  padding: 29px 0 25px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .cookies--header > .title {
    flex: 1 0 auto;
    padding: 0 24px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1818; }
  .cookies--header > .input {
    text-align: right;
    padding: 0 24px;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 20px; }

.cookies--settings > .menu > button:not(:first-of-type) {
  border-top: solid 1px #E0E0E0; }

.cookies--settings > .cookies-descriptions {
  position: relative;
  min-height: 270px;
  width: 100%;
  flex: 1 0 100%; }

.cookies--footer {
  padding: 20px;
  text-align: right; }

.cookie--description {
  padding: 20px 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  display: none; }
  .cookie--description.-active {
    display: block; }
  .cookie--description:after {
    content: '';
    display: block;
    height: 25px; }
  .cookie--description > .title {
    font-size: 18px;
    line-height: 1.1666;
    font-weight: 700;
    margin-bottom: 18px; }
  .cookie--description > .paragraph {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    color: #6F7377;
    margin-bottom: 1.5em; }

.toggle--component {
  text-align: left;
  position: relative; }
  .toggle--component > input {
    display: none; }
    .toggle--component > input:checked + label:after {
      transform: translate(24px, -50%);
      background-color: #005124; }
    .toggle--component > input:disabled + label {
      color: #BDBDBD; }
      .toggle--component > input:disabled + label:after {
        transform: translate(24px, -50%);
        background-color: #BDBDBD; }
  .toggle--component > label {
    position: relative;
    padding-left: 65px;
    color: black;
    font-weight: 700;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.1428; }
    .toggle--component > label:before {
      content: '';
      width: 45px;
      height: 21px;
      display: inline-block;
      border-radius: 25px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
      transition: all .3s ease-in-out;
      border: 1px solid #BDBDBD; }
    .toggle--component > label:after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 26px;
      height: 26px;
      background-color: #BDBDBD;
      border-radius: 50%;
      display: block;
      transition: all .2s ease-in-out;
      transform: translate(0, -50%); }
    @media (min-width: 576px) {
      .cookies--header > .input {
        margin-top: 0;
        flex: 0 0 auto;
        width: auto;
        padding: 0 33px; } }
    @media (min-width: 768px) {
    .button--component {
      margin-bottom: 0;
      width: 48.5%;
      flex: 0 1 48.5%;
      max-width: 48.5%; }
      .button--component.-settings {
        font-size: 14px;
        max-width: 327px; }
      .cookies--modal > .content {
        padding: 15px 45px 40px; }
    .cookies--modal {
      max-width: 90%;
      top: 10%;
      bottom: 10%;
      left: 50%;
      transform: translate(-50%, 0); }
    .cookies--title {
      font-size: 24px; }
    .cookies--text > .paragraph {
      font-size: 14px; }
    .cookies--header {
      border-bottom: 1px solid #E0E0E0; }
      .cookies--header > .title {
        font-size: 28px;
        line-height: 1.1785;
        padding: 0 26px; }
  .cookies--settings {
    display: flex; }
  .cookies--settings > .menu {
    flex: 1 0 33%;
    width: 33%;
    max-width: 309px; }
    .cookies--settings > .cookies-descriptions {
      flex: 1 0 66%;
      width: 66%; }
    .cookies--footer {
      padding: 30px 32px;
      border-top: 1px solid #E0E0E0; }
      .cookie--description:after {
        height: 45px; }
    .cookie--description {
      padding: 40px 40px 0; }
      .cookie--description > .title {
        font-size: 22px;
        line-height: 1.1818; }
      .cookie--description > .paragraph {
        font-size: 14px; } }
    @media (min-width: 768px) and (max-height: 900px) {
    .cookies--modal {
      top: 20%;
      bottom: 0;
      transform: translate(-50%, -10%); } }
    @media (min-width: 992px) {
      .cookies--modal > .content {
        padding: 30px 85px 80px; }
    .cookies--modal {
      max-width: 700px; }
      .cookies--modal.-settings {
        max-width: 917px; } }

