section.sec-before-footer {
  background: #00a0ff;
}

section.sec-before-footer .container-text h2 {
  position: relative;
  color: white;
  font-size: 30px;
  font-weight: 400;
  max-width: 822px;
  padding-bottom: 0;
  margin: 50px auto 20px;
}

section.sec-before-footer .container-text h2::before,
section.sec-before-footer .container-text strong:before {
  content: unset;
}

section.sec-before-footer .netikon-footer {
  max-width: 89px;
  max-height: 89px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00a0ff;
  padding: 20px;
  border-radius: 100%;
}
section.sec-before-footer svg g,
section.sec-before-footer svg g path {
  fill: white;
}

section.sec-before-footer {
  position: relative;
  padding-bottom: 55px;
  z-index: 12;
}

footer {
  position: relative;
  background: black;
  padding-top: 50px;
  z-index: 12;
}

footer .logo img {
  width: 414px;
  height: 88px;
}

footer .logo {
  padding: 20px 45px 40px;
  max-width: max-content;
  border-right: 1px solid #00a0ff;
}

footer h2 {
  max-width: 370px !important;
  text-align: left;
  font-weight: 100;
  letter-spacing: 0.78px;
  color: white;
  opacity: 1;
  padding: 0 !important;
}

.footer-logo {
  border-bottom: 1px solid #00a0ff;
  margin-bottom: 38px;
}

.footer-text {
  margin-left: 45px;
}

.text-blue {
  font-size: 18px;
  color: #53bfff;
  font-weight: 800;
  margin-bottom: 32px;
}

.col-footer {
  max-width: max-content;
  padding: 0;
}

footer li {
  margin-bottom: 20px;
}

footer li a {
  position: relative;
  font-size: 15px;
  display: flex;
  align-items: center;
}

footer dfn {
  max-width: 48px;
  max-height: 48px;
  font-size: 23px;
  display: flex;
  color: white;
  padding: 15px;
  border: 4px solid white;
  box-sizing: border-box;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
footer .footer-links li a {
  width: max-content;
}

.sub-footer-text a {
  position: relative;
}

footer .col-footer li a:before,
footer .sub-footer-text a:before {
  content: "";
  position: absolute;
  background: #00a0ff;
  width: 0;
  height: 2px;
  bottom: -5px;
  transition: width 0.3s ease-in-out;
}

footer li a:hover:before,
footer .sub-footer-text a:hover:before {
  width: 100%;
}

.footer-links {
  margin-bottom: 90px;
}

.socials {
  padding: 37px 0;
}

.socials li,
.contact-informations li {
  display: inline-block;
  max-width: max-content;
  margin-right: 20px;
}

.contact-informations dfn,
.location dfn {
  margin-right: 20px;
}

.informations {
  border-top: 1px solid #00a0ff;
  margin-bottom: 40px;
}

.informations ul {
  margin: 0;
}

.informations li {
  margin-bottom: 0;
}

.socials,
.contact-informations {
  border-right: 1px solid #00a0ff;
}
.contact-informations,
.location {
  padding: 37px 25px;
}

.sub-footer-text {
  margin: 0;
  padding-bottom: 25px;
}

.sec-before-footer .btn-link:hover {
  background-color: #6453b8;
}

.informations a:hover dfn {
  color: #00a0ff !important;
  border-color: #00a0ff;
}

/* Responsive */

@media (max-width: 1400px) {
  .footer-links {
    margin-bottom: 90px;
    padding: 0 10px;
  }
  .socials {
    padding: 37px 10px;
  }
}

@media (max-width: 1300px) {
  .socials li,
  .contact-informations li {
    display: inline-block;
    max-width: max-content;
    margin-right: 20px;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1165px) and (min-width: 769px) {
  footer .location li a {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
}

@media (max-width: 1001px) {
  .col-footer ul {
    display: none;
  }
  .footer-links {
    flex-direction: column;
    margin: 0;
  }
  .toggle-footer {
    position: relative;
    padding: 10px 0px;
    margin-bottom: 15px;
    color: white;
    border-radius: 25px;
  }

  .footer-logo {
    padding: 10px 0;
  }

  .col-footer {
    max-width: 100%;
    padding: 0;
  }

  .toggle-footer::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 12px;
    background: url(../img/dropdown-arrow.svg) no-repeat;
    transition: 0.3s ease-in-out;
  }

  .toggle-footer.active::before {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media only screen and (max-width: 951px) {
  .toggle-footer {
    cursor: pointer;
  }
}
@media (max-width: 860px) {
  footer .logo {
    border-right: 0;
  }

  .footer-text {
    width: 100%;
    margin-left: 0;
    max-width: 100% !important;
    font-weight: 100;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .gen-informations span {
    padding: 0 8px;
  }
  .row.justify-content-center.informations {
    flex-direction: column;
  }
  footer .logo {
    border-right: 0;
    padding: 0;
    scale: 0.6;
  }
  footer .col-sm-4 {
    width: 100%;
    padding: 15px 20px;
    padding-bottom: 0;
  }

  .col-sm-4.contact-informations ul {
    display: flex;
    justify-content: space-between;
  }

  .socials,
  .contact-informations {
    border-right: 0;
  }

  .contact-informations li {
    width: 100%;
    max-width: 100%;
  }
  .list-unstyled {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
  }
  .col-sm-4.location ul {
    justify-content: flex-start;
  }
  .informations {
    border-top: 1px solid #00a0ff;
    margin-bottom: 20px;
  }
  .sub-footer-text {
    font-size: 13px;
    text-align: center;
  }
}
@media (max-width: 501px) {
  footer li a {
    position: relative;
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  .socials li,
  .contact-informations li {
    display: inline-block;
    max-width: max-content;
    margin-right: 0;
  }
  footer {
    background: black;
    padding: 0;
  }
  .footer-logo {
    border-bottom: 1px solid #00a0ff;
    margin-bottom: 15px;
  }
  .contact-informations,
  .location {
    display: none;
  }
  .gen-informations {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  footer li a {
    position: relative;
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  section.sec-before-footer .container-text h2 {
    font-size: 23px;
}
section.sec-before-footer {
  padding-bottom: 27px;
}
}
