
.b-page-footer{
  background: #1b8ca0;

  margin-bottom: 30px;
  border-bottom-left-radius: var(--global-border-radius-base);
  border-bottom-right-radius: var(--global-border-radius-base);  
}
@media (max-width: 767px){
  .b-page-footer{
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }  
}
.b-page-footer__actions{
  color: white;
  padding: 1.5rem 0;
  text-align: center
}
.b-page-footer__actions-text{
  text-align: left;
  padding-bottom: 1rem;
  font-weight: normal;
  font-size: 1rem;
}
.b-page-footer__actions-buttons{
  margin: 0 auto;
  max-width: 30rem;
}

@media (max-width: 480px) {
  .b-page-footer__actions{
    padding: 1rem 0;
  }
  .b-page-footer__actions-text{
    font-size: 1.5rem;
  }
  .b-page-footer__actions-buttons .b-btn-ghost{
    font-size: .8rem;
  }
}



.b-page-footer__menu1{
  text-align: center;
  text-transform: lowercase;
}

.b-page-footer__menu-inner{
  border-bottom: 1px solid rgba(255,255,255,.15);
  margin-left: -15px;
  margin-right: -15px;
  /*background: #2094a9;*/
}

/* xmenu-list */
.b-page-footer__menu1 .b-xmenu-list__items{
  
  padding: 0;
  padding: 1rem 0;
  margin: 0;
}
.b-page-footer__menu1 .b-xmenu-list__item{
  display: inline-block;
  padding: 0 1.5rem;
}
.b-page-footer__menu1 .b-xmenu-list__item-link{
  text-decoration: none !important;
  font-size: 1em;
  opacity: .7;
}
.b-page-footer__menu1 .b-xmenu-list__item-link:hover{
  opacity: 1;
}

@media (max-width: 767px){
  .b-page-footer__menu1 .b-xmenu-list__item-link{
    font-size: .9rem;
  }
}

.b-page-footer__copyright{
  font-size: .75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}

.b-page-footer__copyright-bg {
  background: url(img/girl2.png) center no-repeat;
  width: 217px;
  height: 383px;
  position: absolute;
  top: 0;
  left: -5rem;
  display: none;
}

.b-page-footer__copyright-content {
  position: relative;
}

.b-page-footer__copyright-text {
  line-height: 1.5;
  color: #9dcee2;
  opacity: .8;
}

.b-page-footer__copyright-links a{
  /*text-decoration: underline;*/
  margin: 0 .4rem;
}

.b-page-footer__counters{
  margin-top: 15px;
  text-align: center;
}

.b-page-footer__counters .xlogic{
  background: url(img/copy-xlogic.gif) 11px 6px no-repeat;
  width: 88px;
  height: 31px;
  display: inline-block;
  overflow: hidden;
  text-indent: -1000em;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .b-page-footer__copyright{
    min-height: 0;
  }

  .b-page-footer__copyright-content {
    margin-left: 0;
  }

  .b-page-footer__copyright-text {
    background-color: transparent;
    padding: 0;
  }

  .b-page-footer__copyright-text-triangle {
    display: none;
  }
}