.footer {
  padding: 50px 0 25px;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  margin-top: 50px;
}
.details-footer {
  text-align: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #ffffff46;
}
.details-footer p {
  color: var(--color-white);
  font-size: 20px;
  font-family: "font_medium";
  width: 60%;
  margin: 15px auto 25px;
}
.footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-Primary1);
  opacity: 0.9;
  z-index: -1;
  top: 0;
}
.newsletter input {
  background-color: #226077;
  border: transparent;
}
.newsletter input {
  margin-top: 35px;
}
.newsletter input::placeholder {
  color: var(--color-white);
}
.end-page {
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid #ffffff46;
}
.end-page p {
  color: var(--color-white);
  font-size: 19px;
}
.end-page p span {
  color: var(--color-Primary2);
}
.newsletter button {
  background-color: var(--color-Primary2);
  height: 60px;
  font-family: "font_medium";
  color: var(--color-white);
  width: 130px;

  border: none;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0 0 10px;
}

.footer .sco-media ul {
  display: flex;
  justify-content: start;
}

.sub-main-footer p {
  margin: 25px 0;
  color: var(--color-white);
  margin-bottom: 25px;
}
.newsletter p {
  color: var(--color-white);
}
.title-footer {
  color: var(--color-white);
  font-size: 22px;
  font-family: "font_medium";
  margin-bottom: 25px;
}

.main-footer {
  padding: 50px 0;
}

.element-footer ul li a {
  color: var(--color-white);
  margin: 15px 0;
  display: block;
  transition: all .3s linear;
}
.element-footer ul li a:hover {
  color: var(--color-Primary2);
  text-shadow: 0 4px 5px var(--color-Primary2);
}
.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;
}

.servies-index {
  position: relative;
}