.cookiespolicy {
  padding-top: 25px;
  padding-bottom: 35px;
  color: #1c1c1c;
}

@media screen and (min-width: 768px) {
  .cookiespolicy {
    padding-top: 45px;
    padding-bottom: 0;
  }
}

.cookiespolicy h2, .cookiespolicy h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.cookiespolicy h3 {
  font-size: 18px;
  font-size: 1.28571rem;
  margin-top: 2.75rem;
}

.cookiespolicy p, .cookiespolicy ul {
  margin-bottom: 1.5rem;
}

.cookiespolicy ul {
  margin-left: 20px;
}

.cookiespolicy ul li {
  margin: 10px 0;
}

.cookiespolicy a {
  color: #1c1c1c;
  text-decoration: underline;
}

.cookiespolicy a:hover {
  text-decoration: none;
}

.cookie-table {
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .cookie-table table {
    width: 980px;
  }
}

.cookie-table table tr th:nth-of-type(3) {
  width: 15%;
}

.cookie-table table tr th:nth-of-type(3),
.cookie-table table tr td:nth-of-type(3) {
  text-align: center;
}

.cookie-table table tr th, .cookie-table table tr td {
  padding: 10px;
  border: solid 1px #b9b9b9;
  vertical-align: top;
}

.pdda {
  padding-top: 25px;
  padding-bottom: 35px;
  color: #1c1c1c;
}

@media screen and (min-width: 768px) {
  .pdda {
    padding-top: 45px;
    padding-bottom: 0;
  }
}

.pdda h2, .pdda h3 {
  font-weight: 700;
  margin-bottom: 1.75rem;
}

.pdda h3 {
  font-size: 18px;
  font-size: 1.28571rem;
}

.pdda__item {
  text-align: center;
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .pdda__item {
    margin: 35px 0;
  }
}

.pdda__item img {
  width: 115px;
  display: block;
  margin: 15px auto;
}

@media screen and (min-width: 768px) {
  .pdda__item img {
    margin: 15px auto 25px;
  }
}

.pdda__item span {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.5;
  display: block;
  padding: 0 15px;
  margin: 5px 0;
}

@media screen and (min-width: 768px) {
  .pdda__item span {
    font-size: 18px;
    font-size: 1.28571rem;
    padding: 0;
  }
}

.pdda__item .btn-second {
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .pdda__item .btn-second {
    margin: 15px 0;
  }
}

#consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 8rem;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
}

#consent-popup.hidden {
  opacity: 0;
  display: none;
}

#consent-popup-modal.hidden {
  opacity: 0;
  display: none;
}

.cookie {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  background-color: #00aeef;
}

.cookie__box {
  max-width: 1140px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cookie__box .text-cookie {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  color: #fff;
}

.cookie__box .text-cookie h3 {
  font-weight: 700;
  font-size: 85%;
}

.cookie__box .text-cookie p {
  font-size: 12px;
  line-height: 1.4;
  padding-right: 10px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .cookie__box .text-cookie p {
    font-size: 80%;
  }
}

.cookie__box .text-cookie a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}

.cookie__box .btn-cookie {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  text-align: right;
}

.cookie__box .btn-cookie .btn-main {
  /*width: 100px;*/
  font-size: 80%;
  font-weight: 700;
  padding: 10px 10px;
  margin: 4px 0;
}

@media screen and (min-width: 768px) {
  .cookie__box .btn-cookie .btn-main {
    font-size: 80%;
    margin: 0 0 0 5px;
  }
}

.cookie__box .btn-cookie .btn-main:nth-of-type(2) {
  background-color: #fff;
  color: #00aeef;
}

.cookie__box .btn-cookie .btn-main:hover {
  background-color: #2a2a86;
  border-color: #2a2a86;
  color: #fff;
}

.cookie-popup {
  background-color: #fff;
  color: #1c1c1c;
  position: fixed;
  z-index: 1000;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.cookie-popup__head {
  width: 100%;
  position: fixed;
  padding: 10px 15px 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.cookie-popup__head a {
  display: inline-block;
}

.cookie-popup__head img {
  width: 75px;
  display: block;
}

.cookie-popup__content {
  height: 100%;
  padding: 25px 15px 85px 15px;
  margin-top: 65px;
  overflow-y: auto;
}

.cookie-popup__content h2 {
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cookie-popup__content > p {
  font-size: 85%;
  font-size: 1rem;
  line-height: 1.45rem;
  margin-bottom: 1rem;
}

.cookie-popup__content > p a {
  display: block;
  color: #1c1c1c;
  text-decoration: underline;
  margin: 5px 0;
}

.cookie-popup .btn-second {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 2rem;
}

.btn-close {
  width: 45px;
  height: 64px;
  background: url(../images/icon-close.svg) no-repeat center;
  background-size: 20px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.slide-cookie {
  width: 100%;
  height: 100%;
  top: 0;
  left: -450px;
}

@media screen and (min-width: 768px) {
  .slide-cookie {
    width: 450px;
    left: -100%;
  }
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
