@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on October 3, 2017 10:08 PM */
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-SemiBoldItalic.eot");
  src: local("Open Sans SemiBold Italic"), local("./fonts/OpenSans-SemiBoldItalic"), url("./fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("./fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-LightItalic.eot");
  src: local("Open Sans Light Italic"), local("./fonts/OpenSans-LightItalic"), url("./fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/OpenSans-LightItalic.woff") format("woff"), url("./fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Bold.eot");
  src: local("Open Sans Bold"), local("./fonts/OpenSans-Bold"), url("./fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/OpenSans-Bold.woff") format("woff"), url("./fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-ExtraBoldItalic.eot");
  src: local("Open Sans ExtraBold Italic"), local("./fonts/OpenSans-ExtraBoldItalic"), url("./fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("./fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Light.eot");
  src: local("Open Sans Light"), local("./fonts/OpenSans-Light"), url("./fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/OpenSans-Light.woff") format("woff"), url("./fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Italic.eot");
  src: local("Open Sans Italic"), local("./fonts/OpenSans-Italic"), url("./fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("./fonts/OpenSans-Italic.woff") format("woff"), url("./fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("./fonts/OpenSans-Regular"), url("./fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/OpenSans-Regular.woff") format("woff"), url("./fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-SemiBold.eot");
  src: local("Open Sans SemiBold"), local("./fonts/OpenSans-SemiBold"), url("./fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/OpenSans-SemiBold.woff") format("woff"), url("./fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-ExtraBold.eot");
  src: local("Open Sans ExtraBold"), local("./fonts/OpenSans-ExtraBold"), url("./fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("./fonts/OpenSans-ExtraBold.woff") format("woff"), url("./fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-BoldItalic.eot");
  src: local("Open Sans Bold Italic"), local("./fonts/OpenSans-BoldItalic"), url("./fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/OpenSans-BoldItalic.woff") format("woff"), url("./fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
.app {
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
}
.app-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  height: 80px;
  background: #333438;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.app-header .brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 200;
  width: 310px;
  height: 110px;
  overflow: hidden;
}
.app-header .brand__bg {
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 100px;
  background: #ffffff;
  transform: skewX(-15deg);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.app-header .brand__burger {
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -5px;
  width: 100px;
  height: 100px;
  background-image: url("./img/burger.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
.app-header .brand__burger.active {
  background-image: url("./img/close.svg");
}
.app-header .brand__logo {
  display: flex;
  justify-content: flex-start;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -10px;
  width: 200px;
  left: 30px;
}
.app-header .brand__logo-icon {
  position: relative;
  z-index: 10;
  height: 62px;
}
.app-header .menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.app-header .menu-list {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  padding: 0;
}
.app-header .menu__item {
  margin-right: 0;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  border-radius: 7px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 16px;
  line-height: 22px;
}
.app-header .menu__item:hover {
  color: #21CF8C;
}
.app-header .menu__item.active, .app-header .menu__item.active:hover {
  background: linear-gradient(45deg, #1EB04B 0%, #0B5FB3 100%);
  font-weight: bold;
  color: #ffffff;
  cursor: default;
}
.app-header .menu__item.active:before, .app-header .menu__item.active:hover:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -1;
  background: #333438;
  border-radius: inherit;
}
.app-header .menu__item-alarm {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 7px;
  min-width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #179174;
  color: #ffffff;
  font-weight: bold;
}
.app-header .menu .search-form-top {
  padding-left: 30px;
}
@media (max-width: 1500px) {
  .app-header .menu .search-form-top {
    display: none;
  }
}
.app-header .contacts {
  position: relative;
  z-index: 200;
  width: 320px;
  height: 110px;
  overflow: hidden;
}
.app-header .contacts__bg {
  position: absolute;
  top: 0;
  right: -20px;
  width: 100%;
  height: 100px;
  transform: skewX(-15deg);
  background: #1EB04B;
  background: linear-gradient(45deg, #1EB04B 0%, #0B5FB3 100%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.app-header .contacts__content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  padding: 15px 40px;
  width: 100%;
  color: #ffffff;
  box-sizing: border-box;
  white-space: nowrap;
}
.app-header .contacts__phone {
  display: flex;
  flex-flow: column nowrap;
  padding-left: 35px;
  background-image: url("./img/phone.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  margin-bottom: 15px;
}
.app-header .contacts__phone-item {
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}
.app-header .contacts__email {
  margin-top: 5px;
  padding-left: 30px;
  background-image: url("./img/email.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
}
.app-header .contacts__email-item {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .app-header .brand__burger {
    display: flex;
  }
  .app-header .brand__logo {
    display: flex;
    justify-content: flex-start;
    left: 0;
  }
  .app-header .menu {
    display: none;
  }
}
@media (max-width: 800px) {
  .app-header {
    position: fixed;
    z-index: 200;
    width: 100%;
  }
  .app-header .brand {
    justify-content: space-between;
    width: 100%;
  }
  .app-header .brand__bg {
    left: 0;
    transform: none;
  }
  .app-header .brand__logo {
    justify-content: flex-end;
    left: 0;
    padding-right: 30px;
  }
  .app-header .contacts {
    display: none;
  }
  .app-header .contacts__bg {
    transform: none;
    right: 0;
    height: 100%;
  }
  .app-header .contacts.in-mobile-sidebar {
    display: none;
    position: fixed;
    bottom: 0;
    width: 250px;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
  }
  .app-header .contacts.in-mobile-sidebar.effect {
    opacity: 1;
  }
  .app-header .contacts.in-mobile-sidebar .contacts__content {
    padding: 15px;
  }
  .app-header .contacts.in-mobile-sidebar .contacts__phone {
    background: none;
  }
  .app-header .contacts.in-mobile-sidebar .contacts__email {
    background: none;
  }
}
@media (max-width: 600px) {
  .app-header {
    height: 98px;
    background: #ffffff;
  }
  .app-header .brand {
    height: 100%;
  }
  .app-header .brand__bg {
    display: none;
  }
  .app-header .brand__burger {
    top: 0;
    width: 60px;
    height: 60px;
    background-size: 20px;
  }
  .app-header .brand__logo {
    top: -3px;
    width: 200px;
    padding-right: 10px;
  }
  .app-header .brand__logo-icon {
    position: relative;
    z-index: 10;
    height: 40px;
  }
}
@media (max-width: 400px) {
  .app-header .contacts.in-mobile-sidebar {
    width: 100%;
  }
}
.app-body {
  flex-grow: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.app-body .two-columns {
  display: flex;
  flex-flow: row wrap;
}
.app-body .two-columns > div {
  width: 50%;
}
@media all and (max-width: 800px) {
  .app-body .two-columns > div {
    width: 100%;
  }
  .app-body .full-height {
    height: auto !important;
  }
}
.app-body .full-height {
  height: 100%;
}
.app-body a {
  color: #168d5f;
}
.app-body__sidebar {
  width: 250px;
  background: #333438;
}
.app-body__sidebar .navigation {
  margin: 50px auto 0;
  position: sticky;
  top: 30px;
}
.app-body__sidebar .navigation-list {
  text-align: center;
  list-style: none;
  padding: 0;
}
.app-body__sidebar .navigation__item {
  margin-bottom: 15px;
  text-transform: uppercase;
  max-width: 160px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  border-radius: 7px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 16px;
  line-height: 22px;
}
.app-body__sidebar .navigation__item:hover {
  color: #21CF8C;
}
.app-body__sidebar .navigation__item.active, .app-body__sidebar .navigation__item.active:hover {
  background: linear-gradient(45deg, #1EB04B 0%, #0B5FB3 100%);
  font-weight: bold;
  color: #ffffff;
  cursor: default;
}
.app-body__sidebar .navigation__item.active:before, .app-body__sidebar .navigation__item.active:hover:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -1;
  background: #333438;
  border-radius: inherit;
}
.app-body__sidebar .navigation__item-alarm {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 7px;
  min-width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #179174;
  color: #ffffff;
  font-weight: bold;
}
.app-body__sidebar .navigation__item {
  padding: 10px 15px;
}
.app-body__page {
  flex-grow: 1;
  width: calc(100% - 250px);
  box-sizing: border-box;
}
.app-body__page .breadcrumbs {
  display: flex;
  padding: 0;
  list-style: none;
}
.app-body__page .breadcrumbs__li {
  margin-right: 25px;
}
.app-body__page .breadcrumbs__li:after {
  content: "●";
  margin-left: 25px;
}
.app-body__page .breadcrumbs__li:last-child:after {
  display: none;
}
.app-body__page .breadcrumbs__li {
  color: #179174;
}
.app-body__page .breadcrumbs__link {
  text-decoration: none;
  color: #333438;
  border-bottom: 1px solid rgb(99.6168224299, 101.5700934579, 109.3831775701);
}
.app-body__page .content {
  padding: 60px;
  margin-top: 0px;
  color: rgb(124.1588785047, 126.4953271028, 135.8411214953);
}
.app-body__page .content__heading {
  margin-bottom: 40px;
  color: #179174;
  font-weight: normal;
  font-size: 28px;
}
.app-body__page .cards {
  display: flex;
  flex-flow: row wrap;
  margin-top: 60px;
}
.app-body__page .cards .card {
  width: 31%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  margin-left: 0;
  margin-top: 0;
  background: #ffffff;
}
.app-body__page .cards .card a {
  color: inherit;
  text-decoration: none;
}
.app-body__page .cards .card__view {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background-color: #333438;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: background 0.3s;
}
.app-body__page .cards .card__view:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.app-body__page .cards .card__view-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 12;
  z-index: 12;
  padding: 20px;
  opacity: 0.6;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
}
.app-body__page .cards .card__description {
  display: flex;
}
.app-body__page .cards .card__description-column {
  flex-grow: 1;
  padding: 20px;
  box-sizing: border-box;
}
.app-body__page .cards .card__description-column_right {
  flex-grow: 0;
  width: 150px;
  text-align: center;
}
.app-body__page .cards .card__description-label {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333438;
}
.app-body__page .cards .card__description-count {
  font-size: 52px;
  line-height: 42px;
  font-weight: bold;
}
@media (max-width: 1350px) {
  .app-body .cards .card {
    width: 45%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .app-body__sidebar {
    display: none;
    left: -100%;
    transition: left 0.3s;
  }
  .app-body__sidebar.active {
    display: flex;
    position: fixed;
    top: 10px;
    z-index: 100;
    height: 100%;
    padding-top: 50px;
  }
  .app-body__sidebar.active.effect {
    left: 0;
  }
  .app-body__sidebar .navigation__item {
    margin-bottom: 10px;
  }
  .app-body .cards .card {
    width: 45%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .app-body {
    padding-top: 100px;
  }
  .app-body__page .content {
    padding: 85px 40px;
  }
  .app-body .cards .card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .app-body .cards .card__view {
    background-size: cover;
  }
  .app-body .cards .card__view-title {
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    opacity: 1;
  }
  .app-body .cards .card__description {
    flex-flow: column nowrap;
  }
  .app-body .cards .card__description-column {
    width: 100%;
  }
  .app-body .cards .card__description-label {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .app-body__sidebar .navigation {
    margin: 10px auto;
  }
  .app-body__sidebar.active {
    padding-top: 80px;
  }
  .app-body {
    padding-top: 50px;
    margin-top: 0;
  }
}
@media (max-width: 400px) {
  .app-body__sidebar {
    width: 100%;
  }
  .app-body .breadcrumbs {
    display: none;
  }
  .app-body .content {
    margin-top: 0;
  }
  .app-body .content__heading {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.app-body .content-block {
  position: relative;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 35px;
}
.app-body .content-block > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.app-body .content-block:before {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 100px;
  border-left: 2px solid #179174;
  border-top: 2px solid #179174;
  margin-left: -100px;
}
.app-body .content-block:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 100px;
  border-right: 2px solid #179174;
  border-bottom: 2px solid #179174;
  margin-right: -100px;
}
.app-body .content-block-img > video {
  display: block;
  width: 100%;
  max-height: 450px;
  margin: 0 auto;
  background: black;
}
.app-body .content-block > h2 {
  white-space: pre-wrap;
}
.app-body .content-block > h2:nth-child(1) {
  position: relative;
  color: #179174;
  font-weight: normal;
  font-size: 28px;
  top: -6px;
  margin-top: 0;
  margin-bottom: 34px;
  margin-left: -35px;
}
@media all and (min-width: 1400px) {
  .app-body .content-block {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .app-body .block-80 .content-block {
    width: 80%;
  }
}
@media all and (max-width: 1200px) {
  .app-body .content-block {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .app-body .content-block:before, .app-body .content-block:after {
    display: none;
  }
  .app-body .content-block > h2:nth-child(1) {
    margin-left: 0;
  }
}
.app-body .content-block table, .app-body .content-block tr, .app-body .content-block td, .app-body .content-block th {
  border-collapse: collapse;
}
.app-body .content-block table {
  width: 100%;
}
.app-body .content-block table td {
  border-collapse: collapse;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #bbb;
}
.app-body .content-list-cards {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: item;
}
.app-body .content-list-cards li {
  width: 47.5%;
  margin-right: 2.5%;
  margin-bottom: 0;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.app-body .content-list-cards.always-half li {
  width: 47.5% !important;
  margin-right: 2.5% !important;
}
.app-body ol.content-list-cards {
  margin: 30px 0;
}
.app-body ol.content-list-cards li {
  border-top: 1px solid gray;
  padding-top: 30px;
  padding-left: 50px;
}
.app-body ol.content-list-cards li:before {
  content: "0" counter(item);
  counter-increment: item;
  display: inline-flex;
  margin-left: -50px;
  width: 50px;
  color: #179174;
  font-weight: bold;
}
.app-body ol.content-list-cards li:nth-child(n+10):before {
  content: counter(item);
}
@media all and (max-width: 800px) {
  .app-body .content-list-cards li {
    width: 100%;
    margin-right: 0;
  }
}
.app-body button {
  border: 2px solid #168d5f;
  color: #168d5f;
  padding: 15px 20px;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}
.app-body .center {
  text-align: center;
}
.app-body mark {
  background: #9ce3b2;
  padding: 3px 10px;
  border-radius: 5px;
  margin-right: 5px;
  line-height: 37px;
  white-space: nowrap;
}
.app-body .img-half, .app-body .img-half-big {
  max-width: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.app-body .img-half.right, .app-body .img-half-big.right {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .app-body .img-half {
    width: 100%;
    max-width: 100%;
    float: none !important;
  }
}
@media (max-width: 800px) {
  .app-body .img-half-big {
    width: 100%;
    max-width: 100%;
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .app-body .img-half {
    max-width: 30%;
  }
}
.app-body .left {
  float: left;
}
.app-body .right {
  float: right;
}
.app-body .counters h3 {
  font-size: 50px;
  color: #179174;
  margin-bottom: 0;
  margin-top: 15px;
}
.app-body .counters {
  text-align: center;
  color: #179174;
}
.app-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  padding: 30px 80px;
  background: #333438;
  color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.app-footer__nice-left-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  overflow: hidden;
}
.app-footer__nice-left-bg::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 500px;
  background: #404044;
  transform: skewX(-15deg);
}
.app-footer__nice-right-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  overflow: hidden;
}
.app-footer__nice-right-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 140px;
  bottom: 0;
  width: 300px;
  transform: skewX(-15deg);
  background: #1EB04B;
  background: linear-gradient(45deg, #1EB04B 0%, #0B5FB3 100%);
}
.app-footer__column {
  position: relative;
  width: 30%;
  z-index: 10;
}
.app-footer__column-heading {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 25px;
}
.app-footer__column-text-block {
  margin-top: 25px;
  font-size: 16px;
  line-height: 22px;
}
.app-footer__column-contacts {
  width: 400px;
  padding-right: 50px;
  box-sizing: border-box;
}
.app-footer__column-menu {
  width: 300px;
}
.app-footer__column-news {
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
}
.app-footer .contacts {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  text-align: right;
  margin-top: 20px;
  color: #ffffff;
  box-sizing: border-box;
  white-space: nowrap;
}
@media (min-width: 541px) {
  .app-footer .contacts {
    min-height: 100px;
    /*&::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("./img/logo-vertical.svg");
      background-repeat: no-repeat;
      background-position: 280px 0%;
      min-height: 120px;
      background-size: contain;
    }*/
  }
}
.app-footer .contacts__wrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-end;
}
.app-footer .contacts__phone-item {
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  transition: color 0.3s;
}
.app-footer .contacts__phone-item:hover {
  color: #21CF8C;
}
.app-footer .contacts__email-item {
  margin-top: 10px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}
.app-footer .contacts__email-item:hover {
  color: #21CF8C;
}
.app-footer .navigation-list {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  list-style: none;
  padding: 0;
}
.app-footer .navigation-list__li {
  margin-bottom: 7px;
}
.app-footer .navigation__item {
  display: inline;
  color: #21CF8C;
  border-bottom: 1px solid rgb(22.48125, 141.01875, 95.375);
  text-decoration: none;
  line-height: 30px;
}
.app-footer .news-item {
  margin-bottom: 40px;
}
.app-footer .news-item__date {
  margin-bottom: 10px;
  color: rgb(124.1588785047, 126.4953271028, 135.8411214953);
}
.app-footer .news-item__link {
  color: #ffffff;
  text-decoration: none;
  line-height: 26px;
  border-bottom: 1px solid #999999;
}
.app-footer .social-networks {
  margin-top: auto;
}
.app-footer .social-networks__item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 54px;
  height: 54px;
}
.app-footer .search-form-bottom {
  margin-top: 15px;
}
.app-footer .search-form-bottom input {
  width: 237px;
}
@media (max-width: 1280px) {
  .app-footer__column-contacts {
    width: 50%;
  }
  .app-footer__column-menu {
    width: 30%;
  }
  .app-footer__column-news {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .app-footer__nice-left-bg::after {
    left: -400px;
  }
  .app-footer__nice-right-bg::after {
    left: 260px;
  }
  .app-footer__column {
    margin-bottom: 60px;
  }
  .app-footer__column-contacts {
    width: 50%;
  }
  .app-footer__column-menu {
    display: flex;
    flex-flow: column nowrap;
    width: 50%;
  }
  .app-footer__column-news {
    width: 100%;
  }
  .app-footer .contacts::after {
    background-position: 100% 0%;
  }
}
@media (max-width: 800px) {
  .app-footer__column {
    margin-bottom: 0;
  }
  .app-footer__column-contacts {
    width: 100%;
  }
  .app-footer__column-menu {
    width: 100%;
  }
  .app-footer__column-news {
    width: 100%;
  }
  .app-footer__column-text-block {
    overflow: hidden;
  }
  .app-footer .contacts {
    justify-content: flex-start;
    min-height: auto;
  }
  .app-footer .contacts::after {
    background-position: 55% 100%;
  }
}
@media (max-width: 400px) {
  .app-footer__nice-left-bg {
    display: none;
  }
  .app-footer__nice-right-bg {
    display: none;
  }
  .app-footer .social-networks {
    text-align: center;
  }
}

html {
  line-height: 1.25;
}

body {
  font-family: "Open Sans";
  background: #f7f7f7;
}