.footer {
  position: relative;
  padding: 60px 0 20px;
  margin-top: 40px ;
  z-index: 1;
  color: var(--color-white);
}
.footer a,
.footer p {
  color: var(--color-white);
}
.footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-main);
  opacity: 0.9;
  top: 0;
  z-index: -1;
  right: 0;
}

.logo-footer a {
  display: block;
  max-width: 190px;
}
.logo-footer p {
  width: 90%;
  margin: 20px 0;
}

.element-footer h2 {
  font-size: 20px;
  margin-bottom: 40px;
}
.element-footer ul {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.element-footer ul li {
  width: 100%;
  position: relative;
}

.element-footer ul li a,
.time-work {
  padding-right: 30px;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  gap: 10px;
  position: relative;
  font-size: 17px;
}
.element-footer ul li a::after, .time-work::after {
  content: "";
  width: 22px;
  height: 13px;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 10px;
  background-size: contain;
  background-image: url(../images/l1.png);
}
.element-footer ul li span {
  font-size: 14px;
  white-space: normal;
  width: 69%;
}

.media-footer ul {
  display: flex;
  gap: 13px;
}

.media-footer ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-2);
  border-radius: 50%;
  background-color: var(--color-white);
  transition: all 0.3s linear;
}

.media-footer ul li a:hover {
  background-color: var(--bg-2);
  color: var(--color-white) !important;
}
.end-page {
  padding: 10px 0 0;
  margin-top: 50px;
  border-top: 1px solid #ffffff93;
}

.bg-footer {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  width: 50%;
  z-index: -2;
  align-items: end;
}

.bg-footer object {
  height: auto;
  max-height: 90%;
  max-width: 90%;
}

.end-page .main-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--color-white);

  height: 60px;
  align-items: center;
}

.end-page a {
  color: var(--color-white);
}

.end-page a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.end-page p {
  color: var(--color-white);
}

.remove-mune {
  position: absolute;
  top: 30px;
  right: 30px;
}

.remove-mune span {
  width: 40px;
  height: 40px;
  display: block;
  transition: all 0.2s linear;
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);

  transition-delay: 0.8s;
}

.remove-mune span::after {
  content: "";
  height: 2px;
  background-color: #54595f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all 0.6s linear;
}

.remove-mune span::before {
  content: "";
  height: 2px;
  background-color: #54595f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all 0.2s linear;

  transition-delay: 0.6s;
}

.menu_responsive.active .remove-mune span::before {
  transform: rotate(90deg) translateY(-50%);
}

.menu_responsive.active .remove-mune span {
  transform: rotate(45deg);
}

.element_menu_responsive ul li {
  transform: translateY(100%);
  transition: all 0.2s linear;
  transition-delay: 0.4s;
  display: block;
  opacity: 0;
}
.menu_responsive {
  transition-delay: 1s;
}
.menu_responsive.active {
  transition-delay: 0.3s;
}

.menu_responsive.active .element_menu_responsive ul li {
  transform: translateY(0%);
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(1) {
  transition-delay: 0.4s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(2) {
  transition-delay: 0.6s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(3) {
  transition-delay: 0.8s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(4) {
  transition-delay: 1s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(5) {
  transition-delay: 1.2s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(6) {
  transition-delay: 1.4s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(7) {
  transition-delay: 1.6s;
  opacity: 1;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(8) {
  transition-delay: 1.8s;
  opacity: 1;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(9) {
  transition-delay: 2s;
  opacity: 1;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(10) {
  transition-delay: 2.2s;
  opacity: 1;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(11) {
  transition-delay: 2.4s;
  opacity: 1;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(12) {
  transition-delay: 2.6s;
  opacity: 1;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(13) {
  transition-delay: 2.8s;
  opacity: 1;
}
.menu_responsive.active .element_menu_responsive ul li:nth-of-type(14) {
  transition-delay: 3s;
  opacity: 1;
}
