.footer {
  background: linear-gradient(171deg, #0a2457, #010103);
  background-image: url("/wp-content/themes/kazakh/img/footer/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-main {
  padding: 4rem 0 2rem;
  display: flex;
  gap: 3rem;
}

.footer-main-content {
  max-width: 37.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.footer-main-content-logo {
  width: 6.375rem;
  height: 2.75rem;
}
.footer-main-content-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-main-content-description p {
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.00531rem;
}

.footer-main-content-social {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.footer-main-content-social-link {
  display: flex;
}

.footer-main-content-social-link svg {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-main-content-social-link svg path {
  fill: #ffff;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-main-content-social-link:hover svg path {
  fill: #00b2ff;
}

.footer-main-items {
  display: flex;
  width: 100%;
  gap: 2.5rem;
}

.footer-main-item {
  width: 100%;
}

.footer-main-item-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.063rem solid #d9d9d93b;
}

.footer-main-item-title p {
  color: #ffff;
  font-size: 1.25rem;
  line-height: 1.67rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
}

.footer-main-item ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-main-item ul li a {
  display: flex;
  font-size: 1rem;
  line-height: 1.27rem;
  font-weight: 700;
  color: #ffffffb2;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: unset;
}

.footer-main-item ul li a:hover {
  color: #00a5cf;
}

.footer-bottom-description {
  padding: 2rem 0;
  border-top: 0.063rem solid #ffffff24;
}

.footer-bottom-description p {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.33313rem;
  font-weight: 700;
}

.footer-bottoms-fixed {
  position: fixed;
  right: 1rem;
  bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  z-index: 10;
}

.footer-bottoms-fixed.hide {
  display: none;
}

.footer-apply {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
  width: 3rem;
  height: 3rem;
  border-radius: 0.625rem;
}

.footer-apply a {
  display: flex;
  justify-content: center;
  color: #153164;
  font-size: 0.688rem;
  font-weight: 700;
  padding: 0.625rem;
  border-radius: 0.625rem;
  background: #fff;
  line-height: normal;
  text-decoration: unset;
  text-align: center;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-apply a:hover {
  color: #fafafa;
  background: #00a5cf;
}

.footer-arrow-up {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.438rem;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  z-index: 5;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-arrow-up:hover {
  background: #00a5cf;
}

.footer-arrow-up svg {
  width: 1.044rem;
  height: 1.044rem;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-arrow-up:hover svg path {
  fill: #fafafa;
}
