@font-face {
  font-family: "Merriweather-Regular";
  src: url("./../fonts/merriweather/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/merriweather/Merriweather-Regular.woff") format("woff"), url("./../fonts/merriweather/Merriweather-Regular.ttf") format("truetype"), url("./../fonts/merriweather/Merriweather-Regular.svg#Merriweather-Regular") format("svg");
}

.MerriweatherRegular {
  font-family: "Merriweather-Regular";
}

@font-face {
  font-family: "Merriweather-Bold";
  src: url("./../fonts/merriweather/Merriweather-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/merriweather/Merriweather-Bold.woff") format("woff"), url("./../fonts/merriweather/Merriweather-Bold.ttf") format("truetype"), url("./../fonts/merriweather/Merriweather-Bold.svg#Merriweather-Bold") format("svg");
}

.MerriweatherBold {
  font-family: "Merriweather-Bold";
}

@font-face {
  font-family: "MerriweatherSans-Regular";
  src: url("./../fonts/merriweather-sans/MerriweatherSans-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/merriweather-sans/MerriweatherSans-Regular.woff") format("woff"), url("./../fonts/merriweather-sans/MerriweatherSans-Regular.ttf") format("truetype"), url("./../fonts/merriweather-sans/MerriweatherSans-Regular.svg#MerriweatherSans-Regular") format("svg");
}

.MerriweatherSansRegular {
  font-family: "MerriweatherSans-Regular";
}

.boxCookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FF8200;
  color: #fefefe;
  z-index: 99999;
  overflow: hidden;
  font-family: "Merriweather-Regular";
  font-size: 14px;
  line-height: 20px;
  min-height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
  -webkit-transition: bottom 0.7s;
  transition: bottom 0.7s;
}

@media only screen and (max-width: 670px) {
  .boxCookies {
    padding: 14px;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .boxCookies {
    padding: 14px;
  }
}

.boxCookies .row {
  margin-bottom: 0;
}

@media only screen and (max-width: 670px) {
  .boxCookies .row {
    margin-bottom: 14px;
  }
}

.boxCookies_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: block;
  opacity: 1;
  z-index: 99998;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.boxCookies_bg.inactive {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  pointer-events: none;
}

.boxCookies .container {
  overflow: hidden;
}

.boxCookies.inactive {
  bottom: -300px;
  -webkit-transition: top 0.7s;
  transition: top 0.7s;
}

.boxCookies .link-moreinfo {
  color: #252897;
  text-decoration: underline;
}

.boxCookies--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}

@media only screen and (max-width: 670px) {
  .boxCookies--btns {
    padding-top: 14px;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .boxCookies--btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.boxCookies--btns .btn {
  border-radius: 10px;
  min-width: 131px;
  min-height: 29px;
  height: 29px;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-family: "MerriweatherSans-Regular";
}

.boxCookies--btns .btn-black {
  background-color: #000000 !important;
}

.boxCookies--btns .btn-black:hover {
  opacity: .7;
}

.boxCookies--btns .btn-grey {
  background-color: #979797 !important;
}

.boxCookies--btns .btn-grey:hover {
  opacity: .7;
}

.boxCookies .pr {
  padding-right: 54px !important;
}

@media only screen and (max-width: 670px) {
  .boxCookies .pr {
    padding-right: 14px !important;
  }
}

.pageCookies {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Merriweather-Regular";
  font-size: 15px;
  padding: 0;
  margin-bottom: 80px;
  /* The container */
  /* Create a custom checkbox */
}

.pageCookies-title {
  font-family: "Merriweather-Bold";
  font-size: 48px;
  line-height: 45px;
  padding-left: 0;
  padding-right: 0;
}

.pageCookies-title span {
  color: #999999;
  font-family: "Merriweather-Regular";
  font-size: 30px;
  line-height: 33px;
  font-weight: 500;
}

.pageCookies-container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1300px;
  margin: auto;
}

.pageCookies-container__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 22px;
  margin-top: 40px;
}

.pageCookies-container__checkbox-label {
  color: black;
}

.pageCookies-container__checkbox-label--title {
  font-family: "Merriweather-Bold";
  font-size: 18px;
  color: #ff6600;
}

.pageCookies-container__checkbox-label--title i {
  font-family: "Merriweather-Regular";
}

.pageCookies-container__checkbox-label--description {
  font-family: "Merriweather-Regular";
  font-size: 14px;
}

.pageCookies-boxsup {
  background-color: #F3F3F3;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 57px;
  font-family: "Merriweather-Regular";
  font-size: 15px;
}

.pageCookies-boxsup .pageCookies-container div {
  padding-left: 46px;
  padding-right: 46px;
}

.pageCookies-item {
  margin-bottom: 52px;
}

.pageCookies-item--title {
  font-size: 18px;
  font-family: "Merriweather-Bold";
  margin-bottom: 27px;
}

.pageCookies-item--title__big {
  font-size: 24px;
  color: #FF6600;
}

.pageCookies-orange {
  color: #FF954F;
}

.pageCookies .container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 12px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
  font-family: "Merriweather-Regular";
  font-size: 16px;
  color: #33cc33;
}

.pageCookies .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
}

.pageCookies .container-checkbox input:checked ~ .checkmark {
  background-color: #33cc33;
  border-color: #33cc33;
}

.pageCookies .container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.pageCookies .container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.pageCookies .checkmark {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute !important;
  top: 3px;
  left: 0;
  height: 20px !important;
  width: 20px !important;
  padding: 0 !important;
  background-color: white;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Style the checkmark/indicator */
}

.pageCookies .checkmark:after {
  content: "";
  position: absolute;
  display: none !important;
}

.pageCookies .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
}

.pageCookies [type="checkbox"] + span:not(.lever):before {
  display: none !important;
}

.pageCookies-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

#bgCookies {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

#acceptedCookiesItem {
  position: fixed;
  background-color: #99cc33;
  bottom: 0;
  right: 0px;
  width: 102px;
  height: 102px;
  -webkit-transform: rotate(-45deg) translateY(71px);
          transform: rotate(-45deg) translateY(71px);
  text-align: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .8s;
  transition: all .8s;
  z-index: 999999;
}

#acceptedCookiesItem:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 1px;
  padding-top: 2px;
  z-index: -1;
  background-image: url("./cookie-small.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateX(1px) translateY(1px);
}

#acceptedCookiesItem.show {
  opacity: 1;
  pointer-events: all;
}

.ignore-interactions {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
