.footer {
  min-height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 50px 0 0;
}

.end-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
  padding: 20px 0;
}

.footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: -1;
}

.element-footer h2 {
  color: var(--color-white);
  font-size: 24px;
  font-family: "font_medium";
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;

}

.element-footer h2::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  bottom: 0;
  right: 0;
  background-color: var(--color-white);
}

.element-footer ul li a {
  color: var(--color-white);
  font-size: 18px;
  padding: 10px 0;
  font-family: "font_medium";
  display: block;
  transition: all 0.3s linear;
}

.newsletter-footer h2 {
  color: var(--color-white);
  font-size: 24px;
  font-family: "font_medium";
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

.newsletter-footer h2::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  bottom: 0;
  right: 0;
  background-color: var(--color-white);
}

.newsletter-footer form {
  position: relative;
  margin: 20px 0;
}

.newsletter-footer form button {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-Primary2);
  color: var(--color-white);
  border: none;
  padding: 10px 20px;
  border-radius: 2px;
  height: 60px;
  width: 148px;
}

.newsletter-footer input {
  padding-left: 160px;
}

.logo-route {
  width: 120px;
}

.copyright-page a {
  color: #4B52D5;
}

.end-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0;
  padding: 25px 0 20px;
  border-top: 1px solid #ffffff2e;
}

.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;
}
.responsive-video {
    min-height: 300px;
    max-height: 500px;
}
.logo-footer  {
    height: 201px;
    display: block;
}
.logo-footer img {
    height: 201px;
    display: block;
}