body {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

.dialog-off-canvas-main-canvas {
  background: #F2FAF5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  background: #fff;
  padding: 20px 0;
}
header.fixed {
  box-shadow: 0 10px 40px 0 #03953C66;
}
header .container {
  align-items: center;
  gap: 1rem;
  max-width: 100%;
}
.header__row {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  position: relative;
}

.header__logo {
  margin: 0 auto 16px;
  text-align: center;
  order: 1;
  width: 56%;
}
.logo {
  display: block;
}
.logo__icon {
  height: 40px;
  width: 122px;
}
.logo__icon-big {
  display: none;
  height: 76px;
  width: 180px;
}

.header__button-phone {
  height: 40px;
  order: 0;
  padding: 8px;
  width: 40px;
}

.header__info-about {
  flex: 0 0 100px;
  order: 3;
}
.info-about__item {
  display: none;
  align-items: center;
  font-size: .875rem;
  line-height: 1.375rem;
}
.info-about__item:first-child {
  display: inline-flex;
}
.info-about__item-icon {
  display: none;
  height: 16px;
  margin-right: 8px;
  width: 16px;
}

.header__links-phone {
  display: none;
}
.header__links-phone.open {
  display: flex;
  bottom: 20px;
  justify-content: center;
  left: 20px;
  position: fixed;
  width: calc(100% - 40px);
  z-index: 99;
}
.header__links-phone.open a {
  color: #fff;
}

.header__menu {
  order: 2;
}
.header__menu .burger {
  cursor: pointer;
}
.header__menu .burger .line {
  background: #03953C;
  box-sizing: border-box;
  display: block;
  font-size: 0;
  height: 3px;
  line-height: 0;
  margin: 0 auto 4px;
  overflow: hidden;
  width: 25px;
}
.header__menu .burger .line:last-child {
  margin-bottom: 0;
  width: 14px;
}
.header__menu .burger:hover .line {
  background: #C2E6D0;
}
.header__menu.open .burger {
  height: 24px;
  position: fixed;
  right: 20px;
  width: 24px;
  z-index: 99;
}
.header__menu.open .burger .line {
  background: #fff;
  transition: transform 0.3s;
  width: 24px;
  top: 10px;
  position: absolute;
  right: 0;
}
.header__menu.open .burger .line:first-child {
  transform: rotate(45deg);
}
.header__menu.open .burger .line:nth-child(2) {
  transform: rotate(135deg);
}
.header__menu.open .burger .line:last-child {
  display: none;
}
.header__menu .nav-menu {
  background: linear-gradient(180deg, #028937 0%, #03953C 100%);
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 80px 0;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.2s;
  width: 100vw;
  z-index: 10;
}
.header__menu.open .nav-menu:before {
  content: "";
  position: absolute;
  width: 796px;
  height: 796px;
  top: 0;
  right: 0;
  transform: translate(50%, -47%);
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #C2E6D0 0%, rgba(81, 178, 192, 0) 100%);
  opacity: 0.7;
}
.header__menu.open .nav-menu {
  transform: translateX(0);
}
.nav-menu__list {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.header__menu.open .nav-menu__list {
  gap: 0;
}
.nav-menu__item {
  position: relative;
}
.nav-menu__item a,
.nav-menu__item span {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.header__menu.open .nav-menu__item a,
.header__menu.open .nav-menu__item span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 24px;
}
.nav-menu__item ul li a {
  display: block;
  color: #2d2d32;
  text-decoration: none;
  transition: color 0.3s;
  padding: 8px 0;
  font-weight: 400;
}
.nav-menu__item-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s;
}
.nav-menu__item-icon {
  width: 8px;
  height: 4px;
  margin-left: 8px;
  fill: #f99e15;
  display: none;
}
.nav-menu__inner {
  width: 248px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  padding: 16px 24px;
  top: 100%;
  z-index: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(35, 100, 175, 0.2);
  border-radius: 24px;
  transition: opacity 0.2s;
  display: none;
}
.nav-menu__item--under .nav-menu__item-icon,
.nav-menu__item--under .nav-menu__inner {
  display: block;
}

.header__text {
  font-size: .875rem;
  line-height: 1.375rem;
  width: 35%;
}
.header__text span {
  display: block;
}

.header__button {
  margin-left: auto;
  margin-right: 8px;
  order: 5;
}

.section {
  padding: 48px 0;
}
.section-top {
  background: #f4f5f9;
}
.section--white {
  background: #fff;
}
.section-top .container {
  flex-direction: column;
  justify-content: start;
}
.section-webform .container {
  flex-direction: column;
  justify-content: start;
}

.block-local-tasks-block .local-tasks {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1rem 0;
}
.block-local-tasks-block .local-tasks a {
  border: 1px solid;
  border-radius: 5px 5px 0 0;
  display: block;
  padding: .25rem .5rem;
}

.footer {
  background: linear-gradient(180deg, #028937 0%, #03953C 100%);
  color: #fff;
  margin-top: auto;
  padding-bottom: 40px;
  padding-top: 32px;
}
.footer a {
  color: #fff;
}

.footer__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  flex: 0 0 100%;
  padding-bottom: 32px;
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  width: 312px;
}
.contacts__item {
  align-items: center;
  display: flex;
  font-size: .875rem;
  gap: .5rem;
  line-height: 1.375rem;
}
.contacts__item svg {
  height: 24px;
  width: 24px;
}
.contacts__item svg path {
  fill: #fff;
  stroke: #fff;
}

.footer__bottom {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  max-width: 312px;
  padding-top: 32px;
  position: relative;
}

.footer-menu span {
  color: #fff;
}

@media (min-width: 400px) {
  .header__info-about {
    flex: 0 0 50%;
  }
  .info-about__item:first-child {
    width: 100px;
  }
}

@media (min-width: 480px) {
  .block-header-contacts .field-body br {
    display: none;
  }
}

@media (min-width: 768px) {
  header .container {
    flex-wrap: nowrap;
  }

  .header__row {
    gap: .5rem 0;
  }

  .header__logo {
    width: auto;
    text-align: left;
    margin: 0;
    order: 0;
  }
  .logo__icon {
    width: 126px;
    height: 41px;
  }

  .header__info-about {
    flex: 0 0 100%;
    order: 6;
  }
  .header__info-about ul {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
  }
  .info-about__item {
    display: inline-flex;
  }
  .info-about__item:first-child {
    width: auto;
  }
  .info-about__item-icon {
    display: inherit;
  }
  .header__links-phone {
    display: block;
    margin-left: auto;
  }
  .header__button-phone {
    display: none;
  }

  .header__menu {
    order: 3;
    margin: 0 0 0 38px;
  }

  .header__text {
    order: 4;
    width: 100%;
  }
  .header__text span {
    display: inline-block;
  }

  .header__button {
    order: 2;
    margin-left: 48px;
  }

  .contacts {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem 1rem;
    width: 100%;
  }
  .contacts__item {
    width: calc(50% - .5rem);
  }

  .footer__bottom {
    flex-direction: row;
    max-width: 100%;
    padding: 2rem 0 3rem 0;
  }
  .footer__menu {
    flex: 0 0 calc(50% - 1rem);
  }
  .footer__button {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 992px) {
  .header__row {
    gap: .5rem 1rem;
  }

  .header__info-about {
    flex: 0 0 auto;
    order: 1;
    margin: 0 0 0 auto;
  }
  .header__links-phone {
    order: 2;
    margin: 0;
  }

  .header__menu {
    flex: 0 0 calc(100% - 180px);
    margin: 0;
    order: 4;
  }
  .header__menu .burger {
    display: none;
  }
  .header__menu .nav-menu {
    background: none;
    display: block;
    padding: 0;
    position: relative;
    transform: none;
    width: 100%;
  }
  .nav-menu__list {
    flex-direction: row;
    gap: 2.5rem;
  }
  .nav-menu__item a,
  .nav-menu__item span {
    color: #03953C;
  }
  .nav-menu__item a:hover,
  .nav-menu__item span:hover {
    color: #006327;
  }

  .header__button {
    margin: 0 0 0 auto;
    order: 5;
  }


  .block-local-tasks-block .local-tasks {
    border-bottom: 1px solid;
  }
  .block-local-tasks-block .local-tasks a {
    border-bottom: none;
  }
}

@media (min-width: 1280px) {
  .header__row {
    padding-left: 240px;
    margin: 0;
  }

  .header__logo {
    position: absolute;
    left: 0;
  }
  .logo__icon {
    display: none;
  }
  .logo__icon-big {
    display: block;
  }

  .header__info-about {
    display: block;
  }

  .header__button {
    margin-top: 12px;
    order: 5;
  }
}
