/*Footer.scss Start*/
.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-inline: 16px;
  padding: 49px 44px 40px 24px;
  margin-top: 16px;
  margin-bottom: 18px;
  border-radius: 24px;
  background-color: #1d2939;
  overflow: hidden;
}
.footer-header {
  position: relative;
  display: flex;
  flex-direction: column;
}
.footer-header-logo {
  position: relative;
  margin-bottom: 12px;
  z-index: 1;
}
.footer-header-logo .common-image {
  display: block;
  width: 9.5rem;
  height: auto;
}
.footer-header-socials-seal {
  position: relative;
}
.footer-header-socials {
  position: relative;
  margin-bottom: 57px;
  z-index: 1;
}
.footer-header-seal-link {
  width: 12.5rem;
  height: auto;
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
}
.footer-header-links {
  position: relative;
  padding-bottom: 72px;
  z-index: 1;
}
.footer-header-links::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: -100vw;
  width: 200vw;
  height: 0.25rem;
  z-index: 2;
  background-color: #ffffff;
}
.footer-header::before {
  content: "";
  position: absolute;
  display: block;
  top: -49px;
  left: -100vw;
  width: 200vw;
  height: calc(100% + 3.0625rem);
  background-color: #1d2939;
  z-index: 0;
  pointer-events: none;
}
.footer-bottom {
  position: relative;
  padding-top: 56px;
}
.footer-bottom-links,
.footer-bottom-logos,
.footer-bottom-reserved {
  position: relative;
  z-index: 1;
}
.footer-bottom-reserved {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  font-family: var(--font-montserrat);
  font-weight: 500;
  color: #ffffff;
  background-color: #101828;
}
.footer-bottom::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: calc(100% + 2.5rem);
  background-color: #101828;
  z-index: 0;
  pointer-events: none;
}
/*Footer End*/

/*FooterContacts.scss Start*/
.footer-contacts-container {
  position: relative;
  width: 15.75rem;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 1;
}
.footer-contacts-container__title {
  font-size: 1.5rem;
  line-height: 1.2083333333;
  font-family: var(--font-montserrat);
  font-weight: 600;
  color: #fcfcfd;
}
.footer-contacts-container__description {
  font-size: 1rem;
  line-height: 1.25;
  font-family: var(--font-montserrat);
  font-weight: 400;
  color: #fcfcfd;
}
.footer-contacts-container__description p {
  word-break: break-word;
  overflow: hidden;
  margin: 0 0 12px;
  color: #fcfcfd;
}
.footer-contacts-container__description p:last-of-type {
  margin-bottom: 0;
}
/*FooterContacts.scss End*/

/*FooterLinks.scss Start*/
.footer-links-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 56px;
}
.footer-links-container-item {
  position: relative;
  display: block;
}
.footer-links-container-item .link {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-family: var(--font-montserrat);
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}
/*FooterLinks.scss End*/

/*FooterLogos.scss Start*/
.footer-logos {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 38px;
}
.footer-logos :nth-child(1) img {
  display: block;
  width: 3.3125rem;
  height: auto;
}
.footer-logos :nth-child(2) img {
  position: relative;
  display: block;
  width: 3.25rem;
  height: 1.3125rem;
}
.footer-logos :nth-child(3) img {
  display: block;
  width: 5.9375rem;
  height: auto;
}
.footer-logos-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*FooterLogos.scss End*/

/*FooterSocials.scss End*/
.footer-social-links {
  position: relative;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.footer-social-links .social-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.04);
  transition: all 0.3s ease;
}
.footer-social-links .social-link .common-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social-links .social-link .common-image img {
  display: block;
  width: 1.125rem;
  height: auto;
  max-height: 1.125rem;
}
.footer-social-links .social-link:hover {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.04);
}
/*FooterSocials.scss End*/

/*FooterUtilLinks.scss Start*/
.util-links-container {
  position: relative;
}
.util-links-container__left-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.util-links-container__left-content .nav-links {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.util-links-container__left-content .nav-links-item {
  position: relative;
  display: block;
}
.util-links-container__left-content .nav-links-item-title {
  position: relative;
  font-size: 2rem;
  line-height: 1.21875;
  font-family: var(--font-montserrat);
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 2.4375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}
.util-links-container__left-content .util-links {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.util-links-container__left-content .util-links-item {
  position: relative;
  display: block;
}
.util-links-container__left-content .util-links-item-title {
  position: relative;
  font-size: 1rem;
  line-height: 1.375;
  font-family: var(--font-montserrat);
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}
/*FooterUtilLinks.scss End*/