body {
  min-height: 300dvh;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header__top {
  background: #222288;
}

.header__top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.header__phone {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.header__phone a:hover {
  text-decoration: underline;
}

.header__bot {
  background: rgba(255,255,255,.9);
  border-radius: 0 0 20px 20px;
}

.header__bot-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: auto;
  font-size: 14px;
  color: #228;
  font-weight: 600;
  text-transform: uppercase;
}

.header__logo {
  display: flex;
  width: 150px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__lang {
  display: flex;
  align-items: center;
  gap: 20px;
  /* margin-right: 50px; */
}

.header__lang a {
  border-radius: 12.5px;
  border: 1.5px solid #228;
  background: #FFF;
  padding: 2px 10px;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: .2s ease-in-out;
}

.header__lang a.active {
  background: #228;
  color: #fff;
}

.header__lang a:hover {
  background: #228;
  color: #fff;
}

.header__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__socials a {
  display: flex;
}

.menu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100dvh;
  background: rgba(0,0,0,.8);
  display: none;
}

.menu.active {
  display: block;
}

.menu__block {
  height: 100%;
  overflow: auto;
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 350px;
}

.menu__block-close {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 50px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 65px;
}

.menu__block-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  margin-left: 65px;
  margin-bottom: 50px;
}

.menu__block-nav a {
  font-size: 14px;
  font-weight: 500;
}

.menu__block-nav a.active {
  color: #228;
  font-weight: 600;
}

.menu__block-nav a:hover {
  color: #228;
}

.menu__block-phones {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  padding: 40px 65px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  width: 100%;
}

.menu__block-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.menu__block-phone a {
  font-size: 12px;
  font-weight: 700;
  color: #228;
}

.menu__block-phone a:hover {
  text-decoration: underline;
}

.menu__block-phone span {
  color: #55585E;
  font-size: 12px;
  font-weight: 500;
}

.menu__block-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-left: 65px;
  margin-right: 65px;
  margin-top: 50px;
}

.menu__block-socials a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.menu__block-socials a span {
  font-size: 9px;
  color: #979797;
  opacity: .7;
  line-height: 80%;
}

.footer {
  margin-top: auto;
  background: #228;
}

.footer__top {
  border-bottom: 1px solid #DDD;
}

.footer__logo {
  width: 150px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
}

.footer__nav a {
  color: #fff;
  font-size: 14px;
}

.footer__nav a:hover {
  text-decoration: underline;
}

.footer__top-wrapper {
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.footer__bot-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.footer__col {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.footer__col a,
.footer__col span {
  font-size: 14px;
  color: #fff;
  opacity: .7;
}

.footer__col a:hover {
  text-decoration: underline;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__socials a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
}

.footer__socials a span {
  color: #fff;
  font-size: 9px;
}

.header-space {
  padding-top: 142px;
}

.menu__lang,
.menu__logo {
  display: none;
}

.header__req {
  display: none;
}

.mob__phones {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.8);
  display: none;
}

.mob__phones.active {
  display: flex;
}

.mob__phones-block {
  position: relative;
  width: 315px;
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF;
  border-radius: 20px;
  padding: 80px 30px;
}

.mob__phones-close {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  display: flex;
}

.mob__phones-items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.mob__phones-item {
  border: 1px solid #228;
  padding: 15px 25px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 80%;
}

.mob__phones-item div {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.mob__phones-item svg {
  flex-shrink: 0;
}

.footer__socials.top {
  display: none;
}

@media (max-width: 992px) {
  .menu__block-socials {
    max-width: 200px;
    justify-content: center;
  }
  .footer__socials.top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
  }
  .footer__socials {
    display: none;
  }
  .header__req {
    display: flex;
    cursor: pointer;
    animation: pulse 2s infinite;
    border-radius: 50%;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(34, 34, 136, 0.5);
    }
    70% {
      transform: scale(1.02);
      box-shadow: 0 0 0 15px rgba(34, 34, 136, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(34, 34, 136, 0);
    }
  }
  .menu__block {
    position: relative;
    width: 100%;
    align-items: center;
    padding-bottom: 0;
  }
  .menu__block-close {
    position: absolute;
    margin: 0;
    right: 16px;
    top: 20px;
    font-size: 0;
    gap: 0;
  }
  .header-space {
    padding-top: 115px;
  }
  .header__top {
    /* display: none; */
  }
  .menu__block-socials {
    order: 4;
    margin: 0;
  }
  .menu__logo {
    display: flex;
    width: 140px;
    height: 36px;
    margin-bottom: 60px;
    order: 1;
  }

  .menu__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .menu__block-phone {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    padding: 8px 10px;
  }

  .menu__block-phone a,
  .menu__block-phone span {
    color: #fff;
    font-size: 14px;
  }

  .menu__block-phones {
    background: #228;
    order: 5;
    padding: 30px 20px;
    margin-top: 50px;
    gap: 15px;
  }
  
  .header__phone:nth-child(1),
  .header__phone:nth-child(2) {
    display: none;
  }
  .header__top-wrapper {
    justify-content: center;
    padding: 10px 0;
  }
  .menu__block-nav {
    margin-left: 0;
    text-align: center;
    align-items: center;
    gap: 20px;
    order: 2;
  }
  .menu__block-nav a {
    text-transform: uppercase;
  }
  .header__lang {
    display: none;
  }
  .menu__lang {
    display: flex;
    order: 3;
    margin-bottom: 50px;
  }
  .header__phone {
    font-size: 12px;
  }
  .header__socials {
    display: none;
  }
  .header__lang {
    margin-right: 0;
    gap: 15px;
  }
  .header__logo {
    width: 120px;
    height: 35px;
  }
  .header__bot-wrapper {
    padding: 20px 0;
  }
  .footer__top-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer__nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  .footer__bot-wrapper {
    flex-direction: column;
    row-gap: 25px;
    text-align: center;
  }
}
