.uk-offcanvas-bar .uk-nav-default li.uk-parent > a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.uk-offcanvas-bar .uk-nav-default li.uk-parent > a:after {
  content: '';
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' aria-hidden='true'%3E%3Cpolygon points='5 7 15 7 10 12' fill='%23fff'%3E%3C/polygon%3E%3C/svg%3E");
}

.uk-offcanvas-bar .uk-nav-default li.uk-parent.uk-open > a:after {
  transform: rotate(180deg);
}

.page-footer__menu .page-footer__title {
  margin: 0 0 0 -30px;
}

.page-footer__menu .page-footer__title a{
  margin: 0 0 18px 0;
  color: #f7e5e5;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.--page-contacts {
  height: calc(100dvh - 100px);
}

.page-header__menu-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid #fff;
}
.uk-article a {
	text-decoration:underline;
}
.uk-link a {
	text-decoration:underline;
}
.uk-h1, h1 {
    font-size: 2rem;
}
 .uk-h2, h2 {
    font-size: 1.5rem;
}
.uk-article-title {
        font-size: 1.5rem;
    }
*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
    margin-top: 0px;
}
.uk-h3, h3 {
	margin: 0px 0px 10px 0;
}