.cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #2d2926;
  z-index: 10;
}

.cookies-v2 {
  padding: 25px 0;
  background-color: #ffffff;
  border-top: 4px solid #00975f;
}

.cookies-v2.hide {
  display: none;
}

.cookies-v2 .cookie-txt {
  width: calc(100% - 30px);
}

.cookies__text {
  margin: 0 0 20px;
  text-align: justify;
  font-family: 'bnpp_sans';
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .cookies__text {
    font-size: 14px;
    line-height: 16px;
  }
}

.cookies__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .cookies__container {
    align-items: flex-start;
  }
}

@media (max-width: 467px) {
  .cookies__container {
    width: 90%;
  }
}

.cookies-v2 .cookies-buttons {
  margin: 10px 0 0 0;
  text-align: right;
}
.cookies-v2 .cookies-buttons a {
  text-decoration: none;
}

.cookies-v2 .cookies-close {
  margin-left: 15px;
  width: 15px;
  height: 15px;
  background: no-repeat url(../img/gdpr/btn-close-white.png) center/contain;
  cursor: pointer;
}
.cookies-v2 .btn {
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.cookies-v2 .btn:hover {
  color: #00975f;
}

@media (max-width: 767px) {
  .cookies-v2 .btn {
    margin: 0 0 5px 0;
    width: auto;
  }
}

.btn,
a.btn {
  color: #fff;
  font-family: 'bnpp_sans';
  font-size: 16px;
  font-weight: 400;
  background-color: #00965e;
  padding: 14px 20px 11px 20px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #00965e;
  transition: 0.3s;
  margin-right: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
.btn:hover,
a.btn:hover {
  background-color: #00764a;
  border-color: #00764a;
  color: #fff;
}
.btn-small,
a.btn-small {
  font-size: 13px;
  padding: 8px 15px;
  line-height: 16px;
}

.btn-transparent-green,
a.btn-transparent-green {
  border-color: #00965e;
  background-color: transparent;
  color: #00965e;
}

.btn-transparent-green:hover,
a.btn-transparent-green:hover {
  background-color: #00965e;
  border-color: #00965e;
  color: #fff !important;
}

/* modal */
.gdpr-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 800px;
  max-width: 90%;
  height: 80vh;
  max-height: 670px;
  background: #fff;
  border: 4px solid #00975f;
  z-index: 999999;
}

.gdpr-content {
  height: calc(100% - 75px);
  border-bottom: 1px solid #00975f;
  font-weight: 300;
}

.gdpr__h2 {
  margin: 0;
  color: #2d2926;
  font-family: 'bnpp_sans_cond', 'sans-serif';
  text-transform: uppercase;
  margin: 10px 0;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .gdpr__h2 {
    font-size: 36px;
  }
}

.gdpr__h4 {
  color: #2d2926;
  font-family: 'bnpp_sans_cond', 'sans-serif';
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .gdpr__h2 {
    text-align: center;
    font-size: 36px;
  }
}

.gdpr__span {
  display: block;
  font-size: 14px;
  margin: 15px 0 10px 0;
  text-transform: capitalize;
  font-family: 'bnpp_sans', 'sans-serif';
  font-weight: 400;
  color: #2d2926;
}

.gdpr__list li {
  font-family: 'bnpp_sans_light';
  font-weight: 300;
  font-size: 14px;
}

.gdpr__p {
  color: #2d2926;
  font-family: 'bnpp_sans_light', 'sans-serif';
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  margin: 15px 0;
  text-align: center;
}

.gdpr-popup .options {
  text-align: center;
}

.gdpr-popup .options label {
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
}

@media (max-width: 530px) {
  .gdpr-popup .options label {
    padding: 15px 5px;
  }
}

@media (max-width: 530px) {
  .gdpr-popup .options label img {
    max-width: 80%;
  }
}

.gdpr-popup .options label span {
  display: block;
  font-size: 14px;
  margin: 15px 0 10px 0;
  text-transform: capitalize;
  font-family: 'BNPP Sans';
}

@media (max-width: 530px) {
  .gdpr-popup .options label span {
    font-size: 13px;
  }
}

.gdpr-popup .gdpr-info-tab:not(:first-child) {
  display: none;
}

.gdpr-popup .gdpr-save {
  margin: 15px;
  padding: 12px 25px 8px 25px;
  max-width: calc(100% - 30px);
}
.gdpr-popup.hide {
  display: none;
}
.gdpr-disable,
.gdpr-enable {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gdpr-disable li,
.gdpr-enable li {
  background: no-repeat left top;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 21px;
  font-size: 14px;
}
.gdpr-enable li {
  background-image: url(../img/gdpr/gdpr-checked.png);
  color: #2d2926;
  list-style: none;
}
.gdpr-disable li {
  background-image: url(../img/gdpr/gdpr-cancel.png);
  color: #2d2926;
}

.gdpr-disable li:before,
.gdpr-enable li:before {
  display: none;
}

/* row */
.row {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .row {
    flex-direction: row;
  }
}

.col-sm-6 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}

/*nano*/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
}

@media (max-width: 530px) {
  .nano-content {
    padding: 20px 15px;
  }
}

.text-right {
  text-align: right;
}
