/*
Theme Name: gromadyanstvo
*/
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), local("notosans bold"),
    url("/wp-content/themes/gromadyanstvo/fonts/notosans-black.woff2")
      format("woff2"),
    url("/wp-content/themes/gromadyanstvo/fonts/notosans-black.woff")
      format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), local("notosans bold"),
    url("/wp-content/themes/gromadyanstvo/fonts/notosans-bold.woff2")
      format("woff2"),
    url("/wp-content/themes/gromadyanstvo/fonts/notosans-bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), local("notosans semibold"),
    url("/wp-content/themes/gromadyanstvo/fonts/notosans-semibold.woff2")
      format("woff2"),
    url("/wp-content/themes/gromadyanstvo/fonts/notosans-semibold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), local("notosans medium"),
    url("/wp-content/themes/gromadyanstvo/fonts/notosans-medium.woff2")
      format("woff2"),
    url("/wp-content/themes/gromadyanstvo/fonts/notosans-medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), local("notosans regular"),
    url("/wp-content/themes/gromadyanstvo/fonts/notosans-regular.woff2")
      format("woff2"),
    url("/wp-content/themes/gromadyanstvo/fonts/notosans-regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Noto Sans", sans-serif;
}
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
h2 {
  position: relative;
  color: #06101b;
  font-size: 36px;
  font-size: calc(24px + 12 * ((100vw - 320px) / (1920 - 320)));
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  gap: 10px;
}
h2::before {
  content: "★";
  color: #ffda44;
  font-size: 26px;
}
/* header */
.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.header__contacts.new_year {
  position: relative;
}
.header__contacts.new_year::after,
.header__contacts.new_year::before {
  content: "";
  width: 312px;
  aspect-ratio: 312 / 102;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.header__contacts.new_year::before {
  background-image: url(/wp-content/themes/gromadyanstvo/images/header_left.png);
  left: 0;
  top: 0;
}
.header__contacts.new_year::after {
  background-image: url(/wp-content/themes/gromadyanstvo/images/header_right.png);
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1850px) {
  .header__contacts.new_year::after {
    right: calc((100% - 1200px) / 2);
    translate: 100%;
  }
  .header__contacts.new_year::before {
    left: calc((100% - 1200px) / 2);
    translate: -100%;
  }
}
@media screen and (max-width: 1100px) {
  .header__contacts.new_year {
    background-image: url(/wp-content/themes/gromadyanstvo/images/header_mob.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .header__contacts.new_year::after {
    display: none;
  }
  .header__contacts.new_year::before {
    display: none;
  }
}

.header__logo img {
  width: fit-content;
  height: fit-content;
}
.header__contacts {
  width: 100%;
  padding: 0 15px;
}
.header__contacts .container {
  padding: 20px 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.header__contacts_wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
}
.header__contacts_wrap li {
  padding-left: 20px;
  border-left: 1px solid #b1c8d3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
.header__contacts_wrap strong {
  color: #06101b;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.header__contacts_wrap a,
.header__contacts_wrap p {
  color: #11304e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.header__contacts_wrap a {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__contacts_wrap p {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header__contacts_other {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #11304e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.header__contacts_other a {
  text-decoration: none;
  color: #11304e;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__contacts_other ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
}
.header__menu {
  padding: 0 15px;
  background-color: #0d579b;
}
.header__menu .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.header__menu li {
  list-style: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 15px 0;
}
.menu-item-has-children a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  rotate: 45deg;
  translate: 0 -50%;
}

.header__menu li a {
  color: white;
}
.header__menu a {
  text-decoration: none;
}
.sub-menu {
  background-color: white;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  z-index: 1;
  padding: 10px 20px;
  transition: all linear 0.3s;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sub-menu li a {
  color: #06101b;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  white-space: nowrap;
  padding: 10px 0;
  justify-content: center;
  text-align: center;
  transition: all linear 0.3s;
}
.sub-menu li a:hover {
  color: #0d579b;
}
.sub-menu li {
  border-bottom: 1px solid #b1c8d3;
  padding: 0;
}
.sub-menu li:last-of-type {
  border: none;
}
.burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 15px;
  cursor: pointer;
}
.burger span {
  width: 100%;
  height: 2px;
  background: #0d579b;
  border-radius: 10px;
}
.burger::after,
.burger::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0d579b;
  border-radius: 10px;
  position: absolute;
}
.burger::before {
  top: 99%;
}
.burger::after {
  bottom: 99%;
}
.header__mob_logo {
  display: none;
}
.header__mob_contacts_wrap {
  display: none;
}
.header__mob_contacts_other {
  display: none;
}

/* header */
/* form */
.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.srm {
  display: flex;
  flex-direction: column;
  width: 350px;
}
.srm > label {
  color: #06101b;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 12px 0 8px 0;
}
.srm__input {
  border-radius: 10px;
  border: 1px solid #e9eff2;
  background: #fff;
  outline: none;
  height: 50px;
  padding: 15px;
  color: #9facbf;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.srm__input.error {
  border: 1px solid #cb1626;
  color: #cb1626;
}
.srm__input::placeholder {
  color: #9facbf;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.srm__input.error::placeholder {
  color: #cb1626;
}
.srm__btn {
  background-color: #6cd9d2;
  color: #11304e;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  margin-top: 25px;
  border-radius: 10px;
  height: 55px;
  cursor: pointer;
  transition: all linear 0.5s;
}

.srm__btn:hover {
  background-color: #76e8e1;
}

.communication_items {
  display: flex;
  overflow: hidden;
  width: 100%;
  gap: 12px;
}
.communication_item {
  position: relative;
  width: 25%;
  height: auto;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.popup__content .communication_item {
  width: max-content;
  height: 40px;
}

.popup__content .communication_item a {
  font-size: 16px;
  padding: 0 6px
}

.communication_item input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.communication_cta_list {
  width: 100%;
}

.communication_item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  margin: 0;
  cursor: pointer;
  color: #11304e;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  transition: all linear 0.3s;
  height: 100%;
  text-decoration: none;
}
.communication_item a:hover {
  background-color: #0d579b;
  color: white;
}
.communication_item path {
  fill: #0d579b;
  transition: all linear 0.3s;
}
.communication_item a:hover path,
.communication_item.active label path {
  fill: white;
}
/* form */

.footer {
  padding: 0 15px;
  width: 100%;
  background: #0d579b;
}
.footer .container {
  padding: 80px 0;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 15px;
  justify-content: space-between;
}
.footer_logo {
  grid-area: 1 / 1 / 2 / 2;
  width: fit-content;
  height: fit-content;
}
.footer_logo img {
  width: fit-content;
  height: fit-content;
  aspect-ratio: auto;
}
.footer__copyright_wrap {
  grid-area: 3 / 1 / 4 / 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px;
}
.footer__copyright_wrap a,
.footer__copyright {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}
.footer__page_menu {
  grid-area: 1 / 2 / 4 / 3;
}
.footer__page_menu li {
  list-style: none;
}
.footer__page_menu ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer__page_menu li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}
.footer__main_menu {
  grid-area: 1 / 3 / 2 / 4;
}
.footer__main_menu li {
  list-style: none;
}
.footer__main_menu ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer__main_menu li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}
.footer__item_social {
  grid-area: 3 / 3 / 4 / 4;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 20px;
}
.footer__item_social li {
  list-style: none;
}
.footer__numbers {
  grid-area: 1 / 4 / 2 / 5;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
.footer__numbers a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer__contacts_other {
  grid-area: 3 / 4 / 4 / 5;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 10px;
}
.footer__contacts_other a,
.footer__contacts_other p {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.footer__contacts_other a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer__contacts_other ul {
  list-style: none;
  display: flex;
  gap: 15px;
}
/* footer */
/* popup */
.popup {
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.62);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
}
.popup:target {
  display: flex;
}
.popup_body {
  padding: 50px;
  width: 100%;
  max-width: 1200px;
  border-radius: 20px;
  background-color: rgba(243, 246, 248, 0.95);
  display: flex;
  justify-content: space-between;
  gap: 50px;
  position: relative;
}
.popup_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popup__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}
.popup__title {
  color: #06101b;
  font-size: calc(20px + 10 * ((100vw - 320px) / (1920 - 320)));
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.popup__design {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.popup__design span {
  color: #11304e;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
  background: linear-gradient(
    270deg,
    #b8ece9 0.1%,
    rgba(213, 239, 231, 0.48) 63.32%,
    rgba(240, 242, 230, 0) 89.42%
  );
  clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0 100%, 0 0);
  padding: 15px 20px 15px 15px;
  display: block;
  white-space: nowrap;
}
.popup__img {
  width: 280px;
  aspect-ratio: 1/1;
  margin: -50px 0;

  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(70%, 30%);
}
/* popup */
/* popupContacts */
.popupContacts {
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.62);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
}

.popupContacts:target {
  display: flex;
}

.popupContacts_body {
  padding: 70px 35px 50px 35px;
  width: max-content;
  border-radius: 20px;
  background-color: rgba(243, 246, 248, 0.95);
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

.popupContacts_body_title {
  color: #0d579b;
  text-align: center;
  font-family: "Noto Sans";
  font-size: calc(20px + 4 * ((100vw - 320px) / (1920 - 320)));
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.36px;
  text-transform: uppercase;
}

.popupContacts_body_line {
  width: 75px;
  height: 2px;
  margin: 0 auto;
  background-color: #0d579b;
}

.popupContacts_body_numbers {
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popupContacts_body_number {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  list-style-type: none;
}

.popupContacts_body_number_link {
  color: #11304e;
  text-align: center;
  font-family: "Noto Sans";
  font-size: calc(18px + 2 * ((100vw - 320px) / (1920 - 320)));
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.popupContacts_body_number_link svg {
  width: 30px;
  height: 10px;
}

.popupContacts_body_sotials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 10px;
}

.popupContacts_body_sotial {
  list-style-type: none;
}

.popupContacts_body_sotial_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-decoration: none;
  color: #11304e;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.popupContacts_body_sotial_link svg {
  width: 30px;
  height: 30px;
}
/* popupContacts */
/* widjet_block */
.widjet_block {
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  transform: translateX(150%);
  transition: all linear 0.5s;
  z-index: 1;
}
.widjet_block.active {
  transform: translateX(0%);
}
.widjet_block button {
  border-radius: 10px;
  background-color: #0d579b;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widjet_block svg {
  width: 30px;
  height: 30px;
}
/* widjet_block */
@media screen and (max-width: 1200px) {
  .popup__img {
    display: none;
  }
  .popup__content {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .wrapper {
    padding-top: 70px;
  }
  .footer .container {
    padding: 60px 0;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
    grid-row-gap: 50px;
  }
  .footer_logo {
    grid-area: 1 / 1 / 2 / 2;
  }
  .footer__copyright_wrap {
    grid-area: 3 / 3 / 4 / 4;
  }
  .footer__page_menu {
    grid-area: 2 / 1 / 4 / 2;
  }
  .footer__main_menu {
    grid-area: 2 / 2 / 3 / 3;
  }
  .footer__item_social {
    grid-area: 3 / 2 / 4 / 3;
  }
  .footer__numbers {
    grid-area: 2 / 3 / 3 / 4;
  }
  .footer__contacts_other {
    grid-area: 1 / 3 / 2 / 4;
  }
  .header__contacts .container {
    height: 70px;
    padding: 10px 0;
    justify-content: center;
  }
  .header__logo {
    height: 100%;
  }
  .header__logo a {
    height: 100%;
    display: block;
  }
  .header__logo img {
    height: 100%;
  }
  .header__contacts_other {
    display: none;
  }
  .header__contacts_wrap {
    display: none;
  }
  .burger {
    display: flex;
  }
  .header__menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    transition: all linear 0.3s;
  }
  .header__menu.active {
    opacity: 1;
    visibility: visible;
  }
  .menu-top-menu {
    flex-direction: column;
  }
  .header {
    position: fixed;
    box-shadow: 0px 3px 17.6px 0px rgba(26, 48, 98, 0.06);
    top: 0;
    left: 0;
    z-index: 2;
  }
  .header__menu .menu {
    flex-direction: column;
    gap: 20px;
  }
  .header__menu li {
    padding: 0;
  }
  .sub-menu {
    position: relative;
    max-height: 0;
    padding: 0;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .menu-item-has-children:hover .sub-menu {
    max-height: 100%;
    margin-top: 15px;
  }
  .menu-item-has-children a {
    justify-content: center;
  }
  .sub-menu li {
    border: none;
  }
  .sub-menu li a {
    padding: 0;
    color: white;
  }
  .header__mob_logo {
    padding: 10px 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #b1c8d3;
  }
  .header__mob_logo svg {
    height: 100%;
  }
  .menu-top-menu-container {
    padding: 30px 0;
    border-bottom: 1px solid #b1c8d3;
  }
  .header__mob_contacts_wrap {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #b1c8d3;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .header__mob_contacts_wrap p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .header__mob_contacts_wrap strong {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
  }
  .header__mob_contacts_wrap p {
    align-items: flex-start;
  }
  .header__mob_contacts_wrap li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .header__mob_contacts_wrap a {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .header__mob_contacts_other {
    display: block;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
  }
  .header__mob_contacts_other a {
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
  }
  .header__mob_contacts_other ul {
    display: flex;
    gap: 15px;
  }
  .burger_close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 20px;
    position: absolute;
    right: 15px;
    cursor: pointer;
  }
  .burger_close::after,
  .burger_close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    border-radius: 10px;
    position: absolute;
  }
  .burger_close::before {
    top: calc(50% - 1px);
    transform: rotate(225deg);
    background-color: white;
  }
  .burger_close::after {
    bottom: calc(50% - 1px);
    transform: rotate(-225deg);
    background-color: white;
  }
}
@media screen and (max-width: 1000px) {
  .popup_close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup_body {
    width: fit-content;
    padding: 20px;
  }
  .srm > label {
    margin: 10px 0 8px;
  }

  .srm {
    width: 320px;
  }
}
@media screen and (max-width: 900px) {
  .popup__title {
    text-align: center;
  }
  .popup_body {
    padding: 25px 20px 20px 20px;
    flex-direction: column;
  }
  .popup__form_wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .popup__content {
    gap: 15px;
  }
}
@media screen and (max-width: 800px) {
  .communication_items {
    justify-content: space-between;
  }
  .footer .container {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(5, auto);
    gap: 35px;
  }
  .footer_logo {
    grid-area: 1 / 1 / 2 / 3;
    width: 100%;
    display: flex;
    height: fit-content;
    justify-content: center;
  }
  .footer__copyright_wrap {
    grid-area: 5 / 1 / 6 / 3;
  }
  .footer__copyright_wrap br {
    display: none;
  }
  .footer__page_menu {
    grid-area: 2 / 1 / 4 / 2;
  }
  .footer__main_menu {
    grid-area: 2 / 2 / 3 / 3;
  }
  .footer__item_social {
    grid-area: 3 / 2 / 4 / 3;
  }
  .footer__numbers {
    grid-area: 4 / 2 / 5 / 3;
  }
  .footer__contacts_other {
    grid-area: 4 / 1 / 5 / 2;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 550px) {
  .footer .container {
    display: flex;
    flex-direction: column;
    padding: 60px 0 20px 0;
  }
  .footer_logo {
    order: 1;
    margin-bottom: 40px;
  }
  .footer__copyright_wrap {
    order: 7;
  }
  .footer__page_menu {
    order: 2;
    padding: 25px 0;
    border-top: 1px solid #e2ead0;
    border-bottom: 1px solid #e2ead0;
  }
  .footer__page_menu li {
    display: flex;
    justify-content: center;
  }
  .footer__main_menu {
    order: 3;
    padding: 25px 0;
    border-bottom: 1px solid #e2ead0;
  }
  .footer__main_menu li {
    display: flex;
    justify-content: center;
  }
  .footer__item_social {
    order: 4;
    padding: 30px 0;
  }
  .footer__numbers {
    order: 5;
  }
  .footer__contacts_other {
    order: 6;
    padding: 30px 0;
    border-bottom: 1px solid #e2ead0;
  }
  .footer .container {
    gap: 0;
  }
  .footer__copyright {
    text-align: right;
  }
  .footer__copyright_wrap {
    padding: 25px 0 0 0;
    align-items: start;
  }
  .footer__copyright_wrap a {
    white-space: nowrap;
    height: fit-content;
  }
}
@media screen and (max-width: 500px) {
  .widjet_block {
    bottom: 10px;
    right: 0;
    flex-direction: column;
    gap: 10px;
  }

  .widjet_block button {
    border-radius: 10px 0 0 10px;
  }
  .popupContacts {
    padding: 0;
  }
  .popupContacts_body {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #fff;
    align-items: center;
    justify-content: center;
  }
  .header__mob_contacts_other {
    align-items: flex-start;
  }
  .header__mob_contacts_wrap li {
    text-align: start;
  }
  .srm {
    width: 100%;
  }
  .popup {
    padding: 0;
  }
  .popup_body {
    gap: 20px;
    width: 100%;
    height: 100%;
    border-radius: 0;
    justify-content: center;
    background-color: white;
  }
  .popup__form_wrap {
    background-color: rgba(243, 246, 248, 0.9);
    padding: 10px;
    border-radius: 10px;
  }
  .popup__design span br {
    display: none;
  }
  .popup__design span {
    white-space: initial;
  }
  .popup__design span {
    width: 100%;
    max-width: calc(80% + 20px);
    text-align: start;
    padding: 10px 30px 10px 15px;
    background: linear-gradient(
      270deg,
      #b8ece9 0.1%,
      rgba(213, 239, 231, 0.48) 100%,
      rgba(240, 242, 230, 0) 100%
    );
    clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
    margin-left: -20px;
  }
  .popup__img {
    width: 100px;
    display: block;
    background-position: center;
    background-size: contain;
    margin: 0 0 0 -50%;
    translate: 50%;
  }
}
@media screen and (max-width: 350px) {
  .popupContacts_body {
    padding: 15px;
  }
  .footer__copyright_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__copyright {
    text-align: left;
  }
}
@media screen and (max-height: 800px) and (max-width: 900px) {
  .popup__design {
    display: none;
  }
}
@media screen and (max-height: 700px) and (max-width: 900px) {
  .popup__content {
    display: none;
  }
}
