body {
  padding-top: 72px;
}

.a-header {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8392156863) !important;
  backdrop-filter: blur(10px);
}
@media only screen and (min-width: 1280px) {
  .a-header {
    padding: 16px 40px;
  }
}
.a-header .a-menu {
  margin: 0 0 0 auto;
  display: none;
}
@media only screen and (min-width: 1280px) {
  .a-header .a-menu {
    display: flex;
  }
}
.a-header .a-menu__link {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.0625rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 7px 0 0 60px;
  position: relative;
  padding: 0 0 7px 0;
  color: #000000;
}
.a-header .a-menu__link:after {
  position: absolute;
  width: 100%;
  height: 3px;
  background: transparent;
  content: "";
  bottom: 0;
  left: 0;
  transition: background 0.3s;
}
.a-header .a-menu__link:hover:after, .a-header .a-menu__link.a-menu__link_current:after {
  background: #40b93c;
}
.a-header__menu-handler {
  cursor: pointer;
  margin: 0 24px 0 0;
  color: #000000;
  transition: none;
}
.a-header__menu-handler-middle {
  color: #40b93c;
}
.a-header__phone {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.125rem;
  margin: 0 0 0 auto;
  color: #000000;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .a-header__phone {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .a-header__phone {
    margin: 0 0 0 96px;
  }
}
.a-header .a-logo {
  color: #000000;
  max-width: 192px;
}
.a-header .a-logo__point {
  color: #40b93c;
}
.a-header[data-scrolling=true] {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.a-header__favourite {
  flex: 0 0 32px;
  max-width: 32px;
  height: 26px;
  margin: -2px 0 0 auto;
  position: relative;
  transition: opacity 0.3s;
}
.a-header__favourite + .a-header__phone {
  margin-left: 12px;
}
@media only screen and (min-width: 1280px) {
  .a-header__favourite {
    margin: -2px 0 0 12px;
  }
}
.a-header__favourite[data-visible=true] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.a-header__favourite[data-visible=false] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.a-header__favourite svg {
  display: block;
  width: 100%;
  pointer-events: none;
}
.a-header__favourite svg path {
  stroke: transparent;
  fill: #40b93c;
}
.a-header__favourite-number {
  font-size: 0.75rem;
  line-height: 0.75rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  position: absolute;
  font-weight: 600;
  margin: 2px 0 0 0;
  pointer-events: none;
}

.a-header_white:not(.a-header[data-scrolling=true]) {
  background: transparent;
}
.a-header_white:not(.a-header[data-scrolling=true]) .a-logo {
  color: white;
}
.a-header_white:not(.a-header[data-scrolling=true]) .a-logo__point {
  color: white;
}
.a-header_white:not(.a-header[data-scrolling=true]) .a-menu__link {
  color: white;
}
.a-header_white:not(.a-header[data-scrolling=true]) .a-header__phone,
.a-header_white:not(.a-header[data-scrolling=true]) .a-header__link,
.a-header_white:not(.a-header[data-scrolling=true]) .a-header__menu-handler,
.a-header_white:not(.a-header[data-scrolling=true]) .a-header__menu-handler-middle {
  color: white;
}

.a-drawer {
  position: fixed;
  z-index: 10003;
  background: white;
  top: 0;
  left: 0;
  transform: translateX(-320px);
  width: 320px;
  height: 100%;
  padding: 24px 24px 24px 0;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.a-drawer[data-opened=true] {
  transform: translateX(0);
}
@media only screen and (min-width: 1025px) {
  .a-drawer {
    padding: 24px 48px 24px 0;
  }
}
.a-drawer:after {
  width: 24px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #40b93c;
  background-image: url(../images/assets/white-circle-decor.svg);
  background-size: auto 1329px;
  background-repeat: no-repeat;
  background-position: calc(50% + 80px) 50%;
  content: "";
}
@media only screen and (min-width: 1025px) {
  .a-drawer:after {
    width: 48px;
  }
}
.a-drawer__head {
  padding: 0 24px 24px 24px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #f4f4f4;
}
.a-drawer__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.375rem;
  margin: 0 auto;
  color: #000000;
}
.a-drawer__handler {
  cursor: pointer;
}
.a-drawer .a-menu-scroll {
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.a-drawer .a-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto 0;
}
.a-drawer .a-menu__link {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.0625rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}
.a-drawer .a-menu__link + .a-menu__link {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 1280px) {
  .a-drawer .a-menu__link + .a-menu__link {
    margin: 52px 0 0 0;
  }
}
.a-drawer__contacts {
  border-top: solid 1px #f4f4f4;
  padding: 20px 42px 20px 24px;
}
.a-drawer__contacts .a-contacts-block__phone {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.125rem;
  margin: 0 16px 0 0;
}
.a-drawer__contacts .a-contacts-block .a-social__item {
  flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
}
.a-drawer__contacts .a-contacts-block .a-social__item:not(:hover) {
  color: #000000;
}
.a-drawer__contacts .a-contacts-block .a-social__item + .a-social__item {
  margin: 0 0 0 12px;
}
.a-drawer__social {
  border-top: solid 1px #f4f4f4;
  padding: 20px 36px 0;
}
.a-drawer__social .a-social {
  justify-content: center;
}
.a-drawer__social .a-social__item {
  flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
}
.a-drawer__social .a-social__item:not(:hover) {
  color: #000000;
}
.a-drawer__social .a-social__item + .a-social__item {
  margin: 0 0 0 20px;
}
.a-drawer .a-work-hours {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5625rem;
  margin: 0 0 0 12px;
  color: #5c5c5c;
}
.a-drawer .a-address {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5625rem;
  color: #5c5c5c;
  margin: 8px 0 0 12px;
}
.a-drawer .a-email {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5625rem;
  margin: 6px 0 0 12px;
}

.a-drawer-overlay {
  position: fixed;
  z-index: 10002;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}