/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-cookies {
  background: #ffffff;
  width: 100%;
  z-index: 12;
  position: fixed;
  bottom: 0; }
  .cp-cookies:after {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: -1.5rem;
    right: inherit;
    bottom: inherit;
    width: 18.6rem;
    height: 13.5rem;
    background: url(../assets/images/cont-infograhy.png);
    background-size: cover;
    opacity: 0.4;
    z-index: 2;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .cp-cookies:after {
        width: 17.3rem;
        height: 13.5rem;
        left: -2.8rem;
        top: 0rem; } }
  .cp-cookies .container .icon-close {
    position: absolute;
    top: 9px;
    right: 3rem;
    font-size: 1.6rem;
    color: #bd001c; }
    @media only screen and (max-width: 991px) {
      .cp-cookies .container .icon-close {
        z-index: 99;
        top: 15px;
        right: 1.7rem;
        font-size: 1.4rem; } }
  .cp-cookies .cookies-cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4.7rem 0;
    background: #ffffff;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .cp-cookies .cookies-cont {
        padding: 6.1rem 0rem 2.6rem; } }
  .cp-cookies .cookies-cont .cookiesText {
    width: 74%;
    font-family: "Gotham-Medium";
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #3f4351; }
  @media only screen and (max-width: 991px) {
    .cp-cookies .cookies-cont .cookiesText {
      width: 100%;
      font-size: 1.4rem;
      line-height: 2.2rem; } }
  .cp-cookies .cookies-cont .cookies_actionBtn {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  @media only screen and (max-width: 991px) {
    .cp-cookies .cookies-cont .cookies_actionBtn {
      margin-top: 2.5rem;
      width: 100%; } }
  .cp-cookies .cookies-cont .cookies_actionBtn .btn.btn-outline {
    min-width: 13rem;
    margin-right: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6rem; }
    @media only screen and (max-width: 991px) {
      .cp-cookies .cookies-cont .cookies_actionBtn .btn.btn-outline {
        width: 100%;
        font-size: 1.2rem;
        letter-spacing: 0rem;
        height: 2.8rem;
        padding: 0.5rem; } }
  .cp-cookies .cookies-cont .cookies_actionBtn .btn.btn-default {
    padding: 1.7rem 0 1.2rem;
    min-width: 13rem;
    margin-bottom: 0;
    margin-left: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    background-color: #d02127;
    border: 1px solid #e20017; }
    @media only screen and (max-width: 991px) {
      .cp-cookies .cookies-cont .cookies_actionBtn .btn.btn-default {
        width: 100%;
        font-size: 1.2rem;
        letter-spacing: 0rem;
        height: 2.8rem;
        padding: 0.5rem; } }
    .cp-cookies .cookies-cont .cookies_actionBtn .btn.btn-default:hover {
      background: #d02127;
      color: #ffffff; }
  .cp-cookies .link {
    color: #d02127;
    font-size: 1.6rem;
    font-family: "Gotham-Bold"; }
    @media only screen and (max-width: 991px) {
      .cp-cookies .link {
        font-size: 1.4rem; } }
