﻿.cookies-banner {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 9999;
  bottom: 0px;
}
.cookies-banner-container {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  column-gap: 12px;
  justify-content: space-evenly;
  align-items: center;
  padding: 12px;
  height: 300px;
  border-radius: 4px;
  background-color: #FFF;
}
@media (max-width: 1200px) {
  .cookies-banner-container {
    flex-direction: column;
    max-width: 951px;
    margin: 0px auto 0px auto;
    justify-content: center;
    height: inherit;
    width: 85%;
  }
}
.cookies-banner-container-content {
  max-width: 650px;
  margin: 0 0 0 120px;
}
@media (max-width: 1200px) {
  .cookies-banner-container-content {
    margin: auto;
  }
}
.cookies-banner-container-content-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #565656;
  justify-self: center;
}
@media (max-width: 576px) {
  .cookies-banner-container-content-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
}
.cookies-banner-container-content-description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 8px;
  color: #B2B2B2;
}
@media (max-width: 576px) {
  .cookies-banner-container-content-description {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin: 20% 0 15px 0;
  }
}
.cookies-banner-container-buttons {
  display: flex;
  flex-direction: row;
  column-gap: 64px;
  padding: 12px 0;
  align-items: center;
}
@media (max-width: 1200px) {
  .cookies-banner-container-buttons {
    column-gap: 8px;
  }
}
@media (max-width: 300px) {
  .cookies-banner-container-buttons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.cookies-banner-container-buttons-customize-btn {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-weight: 900;
  height: 32px;
  background-color: #FFF;
  border: none;
  text-transform: uppercase;
  color: #234465;
}
@media (max-width: 576px) {
  .cookies-banner-container-buttons-customize-btn {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
  }
}
.cookies-banner-container-buttons-accept-btn {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  height: 40px;
  width: 147px;
  padding: 4px 16px;
  border-radius: 100px;
}
@media (max-width: 576px) {
  .cookies-banner-container-buttons-accept-btn {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    height: 32px;
    width: 105px;
  }
}
.cookies-banner-modal {
  position: fixed;
  width: 100%;
  z-index: 1004;
  display: none;
  bottom: 0px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cookies-banner-modal::-webkit-scrollbar {
  display: none;
}
.cookies-banner-modal-container {
  max-width: 604px;
  margin: auto;
  background-color: #FFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .cookies-banner-modal-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85%;
    padding: 16px;
  }
}
.cookies-banner-modal-container-header {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 24px 0 0 24px;
}
.cookies-banner-modal-container-header-btn {
  display: flex;
  column-gap: 8px;
  flex-direction: row;
}
.cookies-banner-modal-container-header-btn :hover {
  cursor: pointer;
}
.cookies-banner-modal-container-content {
  padding: 24px 24px 0px 24px;
}
.cookies-banner-modal-container-content-item {
  display: flex;
  column-gap: 24px;
}
.cookies-banner-modal-container-content-item:not(:last-child) {
  margin-bottom: 24px;
}
.cookies-banner-modal-container-content-item-body {
  max-width: 514px;
}
.cookies-banner-modal-container-content-item-body-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #565656;
}
.cookies-banner-modal-container-content-item-body-description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 12px;
  color: #4F8DB2;
}
.cookies-banner-modal-container-content-item-btn {
  display: flex;
}
.cookies-banner-modal-container-content-item-btn label {
  margin: 40px auto 0px auto;
}
.cookies-banner-modal-container-content-item-btn span {
  display: block;
  margin: 25px auto 0px auto;
}
.cookies-banner-modal-container-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 0px 24px;
  text-transform: uppercase;
}
.cookies-banner-modal-container-buttons-accept-all-btn {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: #234465;
  max-height: 40px;
  color: #FFF;
}
.cookies-banner-modal-container-buttons-done {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 6px;
  padding: 18px 18px 0 18px;
  font-weight: 900;
  background-color: #FFF;
  border: none;
  text-transform: uppercase;
  color: #234465;
}
@media (max-width: 576px) {
  .cookies-banner-modal-container-buttons-done {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
  }
}
.switch {
  width: 34px;
  height: 14px;
  background: #B2B2B2;
  z-index: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 100px;
}
.switch:after {
  content: ' ';
  width: 20px;
  height: 20px;
  border-radius: 86px;
  z-index: 2;
  background: #B2B2B2;
  position: absolute;
  transition-duration: 500ms;
  top: -3px;
  left: 0px;
  box-shadow: 0 2px 5px #999999;
}
.switchOn:after {
  background: #234465;
}
.switchOn {
  background: linear-gradient(rgba(7, 47, 84, 0.9), #234465 110%);
}
.switchOn:after {
  left: 15px;
}
.cookies-banner-modal-hide-page {
  position: fixed;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1003;
  background-color: #919191;
}