footer{
  margin-top: auto;
  background: var(--dark-blue);
  padding: 4rem 0;
  color: rgba(255,255,255,0.6);
}
.footer-top{
  padding: 2rem 0;
}
.footer-top:last-child{
  margin-bottom: 0;
}
.footer-top-left{
  width: 100%;
  max-width: 50%;
}
.footer-top-right{
  margin-left: auto;
  max-width: 32rem;
  width: 100%;
  position: relative;
}
.newslette-input .form-control{
  background: transparent;
  background-image: url(../images/icon-mail-line.png);
  background-repeat: no-repeat;
  background-position: left 1.2rem center;
  padding: 0 10rem 0 4rem;
  border-color: rgba(255,255,255,0.2);
  color: var(--white);
  border-radius: 1.4rem;
  height: 4.8rem;
}
.newslette-input .form-control.error{
  border-color: #ff0300;
}
.newslette-input .form-control::placeholder{
  color: rgba(255,255,255,0.6);
}
.newslette-input .form-control:-ms-input-placeholder{
  color: rgba(255,255,255,0.6);
}
.newslette-input label.error {
  position: relative;
  display: block;
  margin: 0.8rem 0 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  font-weight: normal;
  color: #ff0300;
}
.newslette-btn .btn{
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  background: var(--white);
  height: 3.6rem;
  padding: 0 1.4rem;
  color: var(--black);
  font-size: 1.4rem;
  letter-spacing: -0.14px;
}
.footer-center{
  gap: 8rem;
}
.footer-center:last-child{
  margin-bottom: 0;
}
.footer-info{
  width: 100%;
  max-width: 32rem;
}
.footer-logo img{
  width: 21.6rem;
  height: auto;
}
.footer-info p{
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}
.footer-info p a{
  color: var(--white);
}
.footer-info p a:hover{
  text-decoration: underline !important;
}
.footer-center-right,
.footer-columns,
.footer-column{
  gap: 3.2rem;
}
.footer-columns,
.footer-link{
  width: 50%;
}
.footer-link li{
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.14px;
}
.footer-link a{
  color: rgba(255,255,255,0.6);
}
.footer-link a:hover{
  color: var(--white);
  text-decoration: underline !important;
}
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 3.2rem;
}
.copytext{
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.14px;
}
.social ul{
  display: flex;
  align-items: center;
}
.social li{
  margin-right: 1.6rem;
}
.social li:last-child{
  margin-right: 0;
}
.social a{
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social a:hover img{
  opacity: 0.8;
}
body:has(.sec-notification) footer {
  padding-bottom: 13rem;
}
.sec-notification{
  position: fixed;
  right: 5.6rem;
  bottom: 2rem;
  width: 100%;
  max-width: 34rem;
  border: 1px solid #EFF3F7;
  border-radius: 1.6rem;
  box-shadow: 0px 20px 24px -8px #1213140A;
  z-index: 99;
  background: var(--white);
  display: flex;
  align-items: center;
  padding: 1.6rem;
}
.notification-img{
  position: relative;
  margin-right: 1.6rem;
}
.notification-img::after{
  position: absolute;
  content: "";
  right: 0.87px;
  bottom: 0.87px;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  border-radius: 50%;
  border: 0.244rem solid var(--white);
}
.notification-img.online::after{
  background: #31B27F;
}
.notification-img.offline::after{
  background: #ff0300;
}
.notification-img img{
  width: 5.6rem;
  height: 5.6rem;
  object-fit: cover;
  border-radius: 50%;
}
.notification-text .fw-14 span{
  display: block;
  color: #697289;
}
.notification-text p{
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #697289;
}
.notification-text p a{
  color: #697289;
}
.notification-text p a:hover{
  text-decoration: underline !important;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .footer-center {
    gap: 6rem;
  }
  .sec-notification {
    right: 1rem;
    bottom: 1rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .footer-info {
    max-width: 29rem;
  }
  .footer-center {
    gap: 4rem;
  }
  .footer-center-right, 
  .footer-columns, 
  .footer-column {
    gap: 2.4rem;
  }
  .sec-notification {
    right: 1rem;
    bottom: 1rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .footer-top-left {
    max-width: 55%;
  }
  .footer-center {
    gap: 4rem;
  }
  .footer-info {
    max-width: 26rem;
  }
  .footer-center-right, 
  .footer-columns, 
  .footer-column {
    gap: 2rem;
  }
  .sec-notification {
    right: 1rem;
    bottom: 1rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  footer {
    padding: 2rem 0;
  }
  .footer-top-left br{
    display: none;
  }
  .footer-center {
    gap: 2.4rem;
  }
  .footer-info {
    max-width: 24rem;
  }
  .footer-center-right, 
  .footer-columns, 
  .footer-column {
    gap: 1.6rem;
  }
  .footer-bottom {
    padding-top: 2.4rem;
  }
  .social li {
    margin-right: 1rem;
  }
  .copytext {
    font-size: 1.3rem;
  }
  .sec-notification {
    right: 1rem;
    bottom: 1rem;
  }
}
@media(max-width:767.98px){
  footer {
    padding: 2rem 0 !important;
  }
  .footer-top {
    padding: 1rem 0 0;
    margin-bottom: 4rem;
    display: block !important;
  }
  .footer-top-left {
    max-width: 100%;
  }
  .footer-top-left .fw-18{
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: -0.48px;
    max-width: 67%;
  }
  .footer-top-left p br{
    display: none;
  }
  .footer-top-right {
    max-width: 100%;
    margin-top: 2rem;
  }
  .footer-center {
    display: block !important;
    margin-bottom: 4rem;
  }
  .footer-info {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-logo {
    width: 100%;
  }
  .footer-info p{
    order: 2;
    width: calc(50% - 1.2rem);
  }
  .footer-info p + p{
    order: 1;
  }
  .footer-center-right{
    width: 100%;
    display: block !important;
  }
  .footer-columns, 
  .footer-link {
    width: 100%;
  }
  .footer-columns+ .footer-columns{
    margin-top: 3.2rem;
  }
  .footer-columns-head .fw-14{
    font-size: 1.8rem;
    letter-spacing: -0.18px;
    line-height: 2rem;
  }
  .footer-column{
    display: block !important;
  }
  .footer-link + .footer-link{
    margin-top: 1.6rem;
  }
  .footer-link li {
    font-size: 1.5rem;
    letter-spacing: -0.15px;
  }
  .footer-bottom {
    padding-top: 2rem;
  }
  .social{
    display: none;
  }
  .sec-notification {
    right: 1rem;
    bottom: 1rem;
    display: none !important;
  }
}