.cookie-policy__content {
  position: fixed;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background-color: white;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  filter: alpha(opacity=95);
  color: #000;
  display: block;
  font-size: 0.9em;
  line-height: 1.5;
  box-sizing: border-box;
  z-index: 99999;
  transition: 0.3s all ease-in-out;
  width: calc(100% - 20px);
}
.cookie-policy__content.bol--cookie span.closecookie {
  background-color: #2F7ABC;
}
.cookie-policy__content.bol--cookie .cookie-policy__title {
  text-transform: none;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.cookie-policy__content .popup__expand {
  max-width: 18px;
  position: absolute;
  right: 15px;
  top: 19px;
}
.cookie-policy__content span.closecookie {
  display: block;
  position: absolute;
  color: white;
  top: 50%;
  right: 10px;
  background-color: black;
  padding: 8px 60px;
  transform: translateY(-50%);
  border-radius: 2px;
  text-align: center;
}
@media (max-width: 767px) {
  .cookie-policy__content span.closecookie {
    top: 0;
    transform: translateY(0);
    position: static;
    margin-top: 10px;
  }
}
.cookie-policy__content span.closecookie:hover, .cookie-policy__content span.closecookie:focus {
  opacity: 1;
  cursor: pointer;
}
.cookie-policy__content p {
  margin: 0 0 10px 0;
  max-width: none;
  padding-right: 140px;
}
@media (max-width: 767px) {
  .cookie-policy__content p {
    padding-right: 0px;
  }
}
.cookie-policy__content p a {
  font-weight: 400;
}
.cookie-policy__content p:last-of-type {
  margin-bottom: 0;
}
.cookie-policy__content .cookie-policy__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  cursor: auto;
  text-transform: none;
}
@media (max-width: 767px) {
  .cookie-policy__content {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.cookie-policy__content .CookiePolicy__box {
  display: flex;
  align-items: center;
}
.cookie-policy__content .CookiePolicy__box p {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cookie-policy__content .CookiePolicy__box {
    display: block;
  }
}
@media (max-width: 767px) {
  .cookie-policy__content .CookiePolicy__box .cookies-content-box {
    margin-bottom: 20px;
  }
}
.cookie-policy__content .CookiePolicy__box .closecookie {
  position: inherit;
  min-width: 115px;
  padding: 8px 20px;
  transform: translateY(0%);
}
@media (max-width: 767px) {
  .cookie-policy__content .CookiePolicy__box .closecookie {
    display: inline-block;
    margin-top: 0px;
  }
}
.cookie-policy__content .CookiePolicy__box .cookie-privacy {
  text-decoration: underline;
  color: #2F7ABC;
}
.cookie-policy__content .CookiePolicy__box .cookies-content-box {
  flex: 3;
}
.cookie-policy__content .CookiePolicy__box .cookies-buttons {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cookie-policy__content .CookiePolicy__box .cookies-buttons .cookie-close-btn {
  cursor: pointer;
  font-size: 32px;
  margin-left: 10px;
  position: relative;
  top: -4px;
  color: #424242;
}
.cookie-policy__content .CookiePolicy__box .cookies-buttons .cookie-close-btn:hover {
  color: #000;
}
@media (max-width: 991px) {
  .cookie-policy__content .CookiePolicy__box .cookies-buttons .cookie-close-btn {
    position: absolute;
  }
}

.manage-cookies-link {
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
  color: #2F7ABC;
}
.manage-cookies-link:hover {
  color: #2F7ABC;
}

#openPopup {
  cursor: pointer;
  font-size: 16px;
  padding: 0px;
  margin-right: 15px;
  min-width: 135px;
  text-decoration: underline;
  color: #2F7ABC;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}

.font-bold-c {
  font-weight: 500;
}

.cookie-tab {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  background: none;
  border: none;
  padding: 12px 0;
  font-size: 16px;
  cursor: pointer;
  align-items: center;
}
.cookie-tab .icon {
  margin-right: 10px;
  font-size: 28px;
  display: inline-block;
  width: 16px;
  line-height: 17px;
  height: 20px;
}
.cookie-tab span.status-cookies {
  font-size: 14px;
  color: #999;
  margin-left: auto;
}

.cookie-popup-inner {
  max-width: 800px;
  min-height: 500px;
  width: 90%;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1000;
  border-radius: 8px;
  padding: 1.5rem;
}

.cookie-popup {
  min-height: 55vh;
  text-align: left;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 35px;
  cursor: pointer;
}

.cookie-header {
  padding-bottom: 20px;
}
.cookie-header h2 {
  margin: 0;
  font-size: 20px;
}
.cookie-header p {
  text-align: left;
  padding-right: 0px;
}
.cookie-header a {
  color: #0077cc;
  text-decoration: underline;
}

.cookie-item-main {
  max-height: 480px;
  overflow: auto;
}
@media (min-width: 1500px) {
  .cookie-item-main {
    max-height: 550px;
  }
}

.cookie-item {
  border: 1px solid #eee;
  margin-top: 0px;
  padding: 6px 10px;
  position: relative;
}

.cookie-panel {
  padding: 10px 0;
  font-size: 14px;
  color: #555;
}
.cookie-panel p {
  padding: 0px;
}

.switch-cookies {
  display: inline-block;
  height: 20px;
  margin-left: auto;
  right: 10px;
  top: 18px;
  position: absolute;
  width: 38px;
}
.switch-cookies input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-cookies {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  transition: 0.4s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
}
.slider-cookies:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider-cookies {
  background-color: #28c76f;
}
input:checked + .slider-cookies:before {
  transform: translateX(18px);
}

.cookie-actions {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.cookie-btn-outline {
  background: none;
  border: 2px solid black;
  padding: 0.8rem 1rem;
  cursor: pointer;
  border-radius: 3px;
}

.cookie-btn-primary {
  background: black;
  color: white;
  padding: 0.8rem 1rem;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

/*}*/
.geolocation__wrapper {
  background-color: #be1e2d;
  position: fixed;
  bottom: 0px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  padding: 15px 30px;
  z-index: 100000;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 767px) {
  .geolocation__wrapper {
    width: 100%;
    left: 0px;
    right: 0px;
    margin-left: 0px;
  }
  .geolocation__wrapper .closecookie {
    display: block;
  }
}
.geolocation__wrapper .country-name {
  color: #ffffff !important;
  letter-spacing: 0.05em;
  padding: 0px;
  margin: 0px;
  font-family: "brandon-grotesque", "open-sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.1em;
}
.geolocation__wrapper p {
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 400px) {
  .geolocation__wrapper p {
    font-size: 14px;
  }
}
.geolocation__wrapper a {
  color: #fff;
}
.geolocation__wrapper .geolocation__close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 30px;
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}
.geolocation__wrapper .geolocation__close:hover, .geolocation__wrapper .geolocation__close:focus {
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 767px) {
  .geolocation__wrapper .geolocation__close {
    width: 16px;
    height: 16px;
  }
}

/* ----------------------------------------------------------
	Cookie policy & Ip location |   All websites 
-----------------------------------------------------------*/
body.scroll-popup .geolocation__wrapper, .expand-popup .geolocation__wrapper {
  padding: 15px 30px;
  transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
body.scroll-popup .geolocation__wrapper .geolocation__close, .expand-popup .geolocation__wrapper .geolocation__close {
  top: 20px;
}
body.scroll-popup .geolocation__wrapper .country-name, .expand-popup .geolocation__wrapper .country-name {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}
body.scroll-popup .geolocation__wrapper p, .expand-popup .geolocation__wrapper p {
  display: none;
}
body.scroll-popup .geolocation__wrapper p.country-name, .expand-popup .geolocation__wrapper p.country-name {
  display: block;
}
body.scroll-popup .cookie-policy__content, .expand-popup .cookie-policy__content {
  padding: 15px;
  transition: 0.3s all ease-in-out;
}
body.scroll-popup .cookie-policy__content .cookie-policy__title, .expand-popup .cookie-policy__content .cookie-policy__title {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  cursor: auto;
}
body.scroll-popup .cookie-policy__content .closecookie, .expand-popup .cookie-policy__content .closecookie {
  top: 20px;
  width: 16px;
  height: 16px;
}
body.scroll-popup .cookie-policy__content p, .expand-popup .cookie-policy__content p {
  display: none;
}
body.scroll-popup .cookie-policy__content p.country-name, .expand-popup .cookie-policy__content p.country-name {
  display: block;
}
body.scroll-popup .popup__expand, .expand-popup .popup__expand {
  display: block !important;
  cursor: pointer;
  right: 15px;
  top: 18px !important;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}
body.scroll-popup .popup__expand:hover, body.scroll-popup .popup__expand:focus, .expand-popup .popup__expand:hover, .expand-popup .popup__expand:focus {
  opacity: 1;
  cursor: pointer;
}
body.scroll-popup .popup__expand img, .expand-popup .popup__expand img {
  transition: 0.3s all ease-in-out;
  transform: rotate(-90deg);
}

#geo__location, #cookie-policy {
  display: inline;
  width: 100%;
  position: relative;
  z-index: 9999999;
  /*.closecookie {
      display: none;
  }*/
}
#geo__location .popup__expand, #cookie-policy .popup__expand {
  display: none;
}
#geo__location .expand-popup p, #geo__location .expand-popup .closecookie, #cookie-policy .expand-popup p, #cookie-policy .expand-popup .closecookie {
  display: block;
}

body.scroll-popup #geo__location .expand-popup p, body.scroll-popup #cookie-policy .expand-popup p {
  display: block;
}
body.scroll-popup #geo__location .expand-popup .popup__expand img, body.scroll-popup #cookie-policy .expand-popup .popup__expand img {
  display: none;
  transform: rotate(-90deg);
}

/*# sourceMappingURL=cookie-policy.css.map */
