.footer {
  background-color:#181717;
  padding:40px 5vw 30px 5vw
}
.footer p,
.footer span,
.footer a,
.footer li {
  color:#9b9da0
}
.footer__content>div:not(:last-child),
.footer__content>nav {
  border-right:solid #7a7a7a 1px
}
.footer__content>div:not(:first-child),
.footer__content>nav {
  margin-left:30px;
  padding-right:20px
}
.footer ul {
  list-style-type:none;
  padding:0
}
.footer__menu {
  display:flex;
  flex-direction:column;
  gap:15px
}
.footer__content {
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr 1.2fr
}
.footer__logo-img {
  width:80%;
  max-width:250px
}
.footer__info {
  font-family:"Source Sans Pro",sans-serif !important;
  font-size:16px;
  font-weight:400;
  line-height:22px;
  max-width:250px
}
.footer__menu-item a {
  font-size:16px
}
.footer__title {
  font-size:15px;
  line-height:22.4px;
  font-weight:600
}
.footer__social-list {
  margin-top:15px
}
.footer__social-item {
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:10px
}
.footer__social-item a:first-child {
  display:flex;
  justify-content:center;
  align-items:center;
  border:1px solid #7a7a7a;
  border-radius:50%;
  width:40px;
  height:40px
}
.footer__social-item img {
  height:50%
}
.footer__blog-list {
  margin-top:15px
}
.footer__blog-item {
  line-height:45px
}
.footer__newsletter span {
  display:block
}
.footer__newsletter .footer__newsletter-title {
  font-weight:600;
  color:#FFF;
  margin-bottom:5px
}
.footer__newsletter-text {
  font-family:Roboto,sans-serif;
  font-size:12px;
  line-height:15px;
  font-weight:400;
  width:100%
}
.footer .form-newsletter {
  position:relative;
  margin-top:15px;
  background:transparent !important
}
.footer .form-newsletter__label {
  display:none;
  background:transparent !important
}
.footer .form-newsletter__email {
  color:#000;
  background:#e0e2e3;
  border-radius:15px;
  padding:12px
}
.footer .form-newsletter__email::placeholder {
  color:#000
}
.footer .form-newsletter__submit {
  position:absolute;
  right:0;
  bottom:0;
  height:100%;
  width:fit-content;
  background-color:#e61f26;
  border-radius:0 15px 15px 0;
  color:#fff
}
@media(min-width:768px) and (max-width:1024px) {
  .footer__content>div:not(:first-child),
  .footer__content>nav {
    margin-left:20px
  }
}
@media(max-width:768px) {
  .footer__content {
    grid-template-columns:1fr !important
  }
  .footer__content>div,
  .footer__content>nav {
    border:none !important;
    margin-left:0 !important;
    margin:20px 0;
    text-align:center
  }
  .footer__info {
    max-width:none
  }
  .footer__social-list {
        margin-top: 15px;
        display: flex;
        align-content: center;
        justify-content: center;
        gap: 10px;
   }
    .footer__social-list .footer__social-item a:last-child {
      display: none;
   }
  
  .footer__newsletter-text {
    width:100%
  }
.footer__content>div:not(:first-child),
.footer__content>nav {
  padding-right:0px
}

}
.float_ad-container {
  height:100px;
  width:100%;
  text-align:center
}
.float_ad-container .ad {
  position:fixed;
  width: fit-content;
  margin:auto;
  text-align:center;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%)
}
.close_button {
  position: absolute;
  cursor: pointer;
  top: 3px;
  right: 4px;
  font-size: 12px;
  font-weight: 900;
  color: #FFF !important;
  text-shadow:  -.5px -.5px 0 #000, .5px -.5px 0 #000, -.5px .5px 0 #000, .5px .5px 0 #000;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999
}

