@media screen and (min-width: 768px), print {
  /*-- cta --*/
  .p-cta--float {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(51,51,51,0.8);
    z-index: 5;
  }
  .p-cta__block{
    display: flex;
    justify-content: center;
    gap:20px;
  }
  .p-cta__block__btn{
    position: relative;
    display: block;
    margin: 12px;
    text-align: center;
  }
  .p-cta__block__btn img {
    width: 100%;
    max-width: 230px;
  }
  .p-cta__block__btn:hover{
    opacity: 0.7;
  }
  .p-cta__closebtn {
    position: absolute;
    top: 4px;
    right: 90px;
    width: 42px;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-family: inherit;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; 
  }
  .p-cta__closebtn span:first-child {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    cursor: pointer; 
  }
  .p-cta__closebtn span:first-child:before {
    content: '';
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: calc(125% - 14px);
    height: 2px;
    background: #fff;
    cursor: pointer; 
  }
  .p-cta__closebtn span:first-child:after {
    content: '';
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: calc(125% - 14px);
    height: 2px;
    background: #fff;
    cursor: pointer; 
  }
  .footer-information {
    margin-top: -80px;
  }
  .button-page-top {
    bottom: 16vw;
  }
}

@media screen and (max-width: 767.99px), print {
  /*-- cta --*/
  .p-cta--float {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(51,51,51,0.8);
    z-index: 5;
    padding-top: 3rem;
  }
  .p-cta__block{
    display: flex;
    gap:0.5rem;
    margin: 0 0.5rem;
  }
  .p-cta__block__btn{
    position: relative;
    display: block;
    width: min(50%, 480px);
    margin: 1rem auto;
    text-align: center;
  }
  .p-cta__block__btn img {
    max-width: 100%;
  }
  .p-cta__closebtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.4rem;
    height: 3.4rem;
    background: rgba(51,51,51,0.95); 
    cursor: pointer;
    z-index: 2;
    opacity: 1;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    font-family: inherit;
    display: block;
  }
  .p-cta__closebtn span:first-child {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; 
    margin: 0 auto;
    cursor: pointer; 
  }
  .p-cta__closebtn span:last-child {
    display: none;
  }
  .p-cta__closebtn span:first-child:before {
    content: '';
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: calc(125% - 1.6rem);
    height: 0.2rem;
    background: #fff;
    cursor: pointer; 
  }
  .p-cta__closebtn span:first-child:after {
    content: '';
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: calc(125% - 1.6rem);
    height: 0.2rem; 
    background: #fff;
    cursor: pointer; 
  }
  .button-page-top {
    bottom: 35vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-cta__block__btn {
    margin: 15px 0;
  }
}
