@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i&subset=cyrillic');
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.loading-overlay .spinner {
  margin: 0 auto;
  text-align: center;
}
.loading-overlay .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #137d4a;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loading-overlay .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading-overlay .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.md-calc-wrapper {
  padding: 1rem;
}
.markdown-wrapper {
  font-family: Roboto, Ubuntu, Lato, 'Open Sans', sans-serif;
  text-align: justify;
}
@media (min-width: 576px) {
  .markdown-wrapper {
    margin: 0 1em;
  }
}
.markdown-wrapper a {
  color: #137d4a;
  font-weight: 400;
}
.markdown-wrapper a:hover {
  color: #228c59 !important;
}
.markdown-wrapper a:visited {
  color: #4fb986;
}
.markdown-wrapper .center {
  text-align: center;
}
.markdown-wrapper b,
.markdown-wrapper strong {
  font-weight: 400;
}
.markdown-wrapper h1 {
  font-size: 2em;
  padding: .85em 0;
  font-weight: 400;
}
.markdown-wrapper h2 {
  font-size: 1.75em;
  padding: .75em 0;
  font-weight: 400;
}
.markdown-wrapper h3 {
  font-size: 1.5em;
  padding: .65em 0;
  font-weight: 400;
}
.markdown-wrapper h4 {
  font-size: 1.2em;
  padding: .5em 0;
  font-weight: 400;
}
.markdown-wrapper h5 {
  font-size: 1em;
  padding: .25em 0;
  font-weight: 400;
}
.markdown-wrapper h6 {
  padding-bottom: .25em;
}
.markdown-wrapper table,
.markdown-wrapper th,
.markdown-wrapper td {
  border-collapse: collapse;
  border: 1px solid #E6E6E6;
  padding: .5rem;
}
.markdown-wrapper ol,
.markdown-wrapper ul {
  padding: .5em 0 0 1em;
}
.markdown-wrapper li {
  list-style-position: inside;
}
.markdown-wrapper code {
  border-radius: .2rem;
  background-color: #E6E6E6;
  box-sizing: border-box;
  display: inline-block;
  margin: 1rem 0;
  padding: .5rem 1rem;
}
@media screen and (max-width: 576px) {
  .markdown-wrapper code:not(.inline-code) {
    width: 100%;
  }
}
.markdown-wrapper code.inline-code {
  display: inline-block;
  text-align: center;
  margin-right: .25em;
  padding: .1em;
}
.markdown-wrapper code .gly {
  color: #ad0086;
}
.markdown-wrapper code .S {
  color: red /* Строки красные */;
}
.markdown-wrapper code .func {
  color: blue /* Юзер-функции синие */;
}
.markdown-wrapper code .C {
  color: orange /* Комменты оранжевые */;
}
.markdown-wrapper code .kwrd {
  font-weight: bold /* Ключевые слова полужирные */;
}
.markdown-wrapper code .R {
  color: gray /*Серые регвыражения */;
}
.markdown-wrapper pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.markdown-wrapper .flex-tr {
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.markdown-wrapper .flex-tr .center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.markdown-wrapper .flex-tr .col-1 {
  height: 100%;
  margin-bottom: .25rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.markdown-wrapper .flex-tr .col-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  height: 100%;
  margin: 0 auto .25rem auto;
}
@media screen and (max-width: 576px) {
  .markdown-wrapper .flex-tr .col-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.markdown-wrapper .flex-tr .col-2:only-child {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
}
.markdown-wrapper .quote {
  border-left: 0.15em solid #137d4a;
  line-height: 1.5em;
  padding: .2em .5em .2em .5em;
  color: #097340;
  background-color: #E6E6E6;
  display: inline-block;
}
.markdown-wrapper .text {
  line-height: 1.5em;
}
.page {
  margin: 0 1em;
  position: relative;
}
@media (max-width: 576px) {
  .page {
    margin: 0 .5em !important;
  }
}
.page .page-title {
  text-align: center;
  color: #ffffff;
  padding: 2em 1em 1em 1em;
  font-size: 1.5em;
  font-weight: 500;
}
.page .paper {
  height: 100%;
  padding: 1em;
  position: relative;
  margin: 0 auto 1em auto;
  max-width: 1500px;
  background-color: #f7f7f7;
  border-radius: 1em 1em 0.5em .5em;
  box-shadow: 0 16px 24px 2px rgba(8, 51, 30, 0.183), 0 6px 30px 5px rgba(5, 30, 18, 0.1376), 0 8px 10px -5px rgba(3, 19, 11, 0.216);
  min-height: 10em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  color: #0d0d0d;
}
@media (max-width: 576px) {
  .page .paper {
    border-radius: .5em .5em .25em .25em !important;
  }
}
.page .paper::before {
  display: block;
  content: '';
}
.page .paper .sub-title {
  font-size: 1.25em;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  flex: 0 0 auto;
}
@media (max-width: 576px) {
  .page .paper .sub-title {
    padding-top: 1em !important;
  }
}
.page .paper .search-field {
  float: right;
  margin-bottom: 1em;
}
@media (max-width: 576px) {
  .page .paper .search-field {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .page .paper .search-field {
    position: absolute;
    right: 1em;
    float: inherit !important;
  }
}
.page .paper .paper-content {
  position: relative;
}
.page .paper .paper-content:first-child {
  margin-top: 0;
}
.page .paper .paper-content .pagination-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1em;
}
.page .paper .deserted {
  text-align: center;
  padding: 2em;
}
.omni-field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.omni-field .open-icon {
  margin: 0 0.7em -0.2em 0;
  font-size: .75em;
  color: #137d4a;
  user-select: none;
  cursor: pointer;
}
.omni-field .open-icon:hover {
  color: #1c1c1c;
}
.omni-field .input-field-wrapper {
  -moz-transition: 0.3s ease width;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  width: 360px;
  position: relative;
}
@media (max-width: 576px) {
  .omni-field .input-field-wrapper {
    width: 100%;
  }
}
.omni-field .input-field-wrapper .close-icon {
  cursor: pointer;
  position: absolute;
  top: .5em;
  right: 0;
  font-size: 1em;
  color: #137d4a;
}
.omni-field .input-field-wrapper .close-icon:hover {
  color: #1c1c1c;
}
.omni-field .input-field-wrapper .input-field {
  border: 0;
  border-bottom: 1px solid #137d4a;
  background-color: transparent;
  padding: .5em 0 .25em 0;
  outline: 0;
  font-size: 1em;
  width: 100%;
  -moz-transition: 0.3s ease width;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
}
@media (max-width: 576px) {
  .omni-field .input-field-wrapper .input-field {
    width: 100%;
  }
}
.omni-field .input-field-wrapper .input-field:focus ~ .bar:before,
.omni-field .input-field-wrapper .input-field:focus ~ .bar:after {
  width: 50%;
}
.bar {
  display: block;
  position: relative;
}
.bar::before,
.bar::after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  will-change: width;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}
.bar.light-bar::before,
.bar.light-bar::after {
  background: #ffffff;
}
.bar.main-bar::before,
.bar.main-bar::after {
  background: #137d4a;
}
.additional-icons-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.additional-icons-wrapper .icons {
  font-size: 1.5em;
  color: #507a65;
  padding: 0 .25em;
  cursor: pointer;
}
.additional-icons-wrapper .icons:hover {
  color: #1c1c1c;
}
.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.pagination .pg {
  color: #507a65;
  line-height: 1.2em;
  padding: .3em;
  user-select: none;
  min-width: 1.2em;
  text-align: center;
  cursor: pointer;
}
.pagination .pg.active {
  font-weight: 500;
  color: #ffffff;
  background-color: #137d4a;
  cursor: inherit;
  border-radius: 2px;
}
.pagination .pg:hover:not(.active) {
  font-weight: 500;
  color: #1c1c1c;
}
.hide-field {
  width: 0px !important;
}
.col-wrapper {
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-wrapper.col-center {
  -webkit-align-items: center;
  align-items: center;
}
.col-wrapper .auto-size {
  height: 100%;
}
.col-wrapper .wer-small {
  margin: 0 auto .15rem auto;
}
.col-wrapper .small {
  margin: 0 auto .5rem auto;
}
.col-wrapper .large {
  margin: 0 auto 2rem auto;
}
@media (max-width: 576px) {
  .col-wrapper .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.col-wrapper .col-1 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-wrapper .col-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (max-width: 576px) {
  .col-wrapper .col-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.col-wrapper .col-2:only-child {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
}
.col-wrapper .col-3 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
@media (max-width: 864px) and (min-width: 576px) {
  .col-wrapper .col-3 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .col-wrapper .col-3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.col-wrapper .col-4 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media (max-width: 1152px) and (min-width: 864px) {
  .col-wrapper .col-4 {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 864px) and (min-width: 576px) {
  .col-wrapper .col-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .col-wrapper .col-4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.til {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-transition: 0.3s cubic-bezier(0.44, 2.26, 0.32, 0.16) box-shadow;
  -webkit-transition: 0.3s cubic-bezier(0.44, 2.26, 0.32, 0.16) box-shadow;
  transition: 0.3s cubic-bezier(0.44, 2.26, 0.32, 0.16) box-shadow;
  contain: layout;
  box-shadow: 0 2px 4px rgba(9, 59, 35, 0.15), 0 2px 2px rgba(2, 14, 8, 0.25);
  margin: 0 1em 0 1em;
  background-color: #fcfcfc;
  flex-direction: row;
  height: 100%;
  will-change: box-shadow;
}
.til:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35), 0 3px 5px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.til .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1 0;
  background-size: cover !important;
  max-width: 10rem;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
  -o-filter: hue-rotate(40deg) sepia(50%);
  -moz-filter: hue-rotate(40deg) sepia(50%);
  -webkit-filter: hue-rotate(40deg) sepia(50%);
  filter: hue-rotate(40deg) sepia(50%);
}
.til .til-content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 4 0;
}
.til .til-content-wrapper .til-content {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1em;
}
.til .til-content-wrapper .til-content .til-title {
  font-weight: 400;
  padding-bottom: .75em;
}
.til .til-footer {
  padding: .5em .25em;
  border-top: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  cursor: initial;
}
.til .til-footer time,
.til .til-footer .light-text {
  padding: .25em .5em;
  color: #c8c8c8;
}
.link-button {
  padding: .5em .5em;
  font-size: 0.85em;
  font-weight: 300;
  color: #137d4a;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-transition: 0.3s ease background;
  -webkit-transition: 0.3s ease background;
  transition: 0.3s ease background;
}
.link-button:not(.disabled):not(disabled):hover {
  font-weight: 500;
  cursor: pointer;
  background-color: #E6E6E6;
}
.link-button.disabled,
.link-buttondisabled {
  color: #a0cab5;
  cursor: not-allowed;
}
.button {
  -moz-transition: 0.3s ease background, box-shadow;
  -webkit-transition: 0.3s ease background, box-shadow;
  transition: 0.3s ease background, box-shadow;
  background-color: #137d4a;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(9, 59, 35, 0.35), 0 2px 3px rgba(2, 14, 8, 0.35);
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  padding: .5rem 2rem;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  letter-spacing: 0.03em;
  will-change: background-color, box-shadow;
}
.button:not(.disabled):not(disabled):hover {
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35), 0 3px 5px rgba(0, 0, 0, 0.35);
  background-color: #228c59;
}
.button:not(.disabled):not(disabled):active {
  background-color: #319b68 !important;
}
.button.disabled,
.buttondisabled {
  color: #a0cab5;
  cursor: not-allowed;
  background-color: #dcdcdc;
  box-shadow: 0 2px 4px rgba(9, 59, 35, 0.15), 0 2px 2px rgba(2, 14, 8, 0.25);
}
.input-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.input-wrapper label {
  position: absolute;
  pointer-events: none;
  color: #507a65;
  left: 0;
  top: 1rem;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  will-change: top, font-size, transition;
}
.input-wrapper .valid-message {
  color: #da8d00;
  font-size: .55em;
  position: absolute;
  padding-top: .2em;
}
.input-wrapper .input-textarea {
  border: 0;
  border-bottom: 1px solid #137d4a;
  background-color: transparent;
  outline: 0;
  font-size: 1em;
  width: 100%;
  -moz-transition: 0.3s ease width;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  min-height: 6em;
  margin: 1.2em 0 0 0;
  font-family: Roboto, Lato;
  font-weight: 300;
  display: block;
  max-height: 12rem;
}
@media (max-width: 576px) {
  .input-wrapper .input-textarea {
    width: 100%;
  }
}
.input-wrapper .input-textarea:focus ~ .bar:before,
.input-wrapper .input-textarea:focus ~ .bar:after {
  width: 50%;
}
.input-wrapper .input-textarea.invalid {
  border-bottom: 1px solid #da8d00;
}
.input-wrapper .input-textarea.invalid ~ label {
  color: #da8d00;
}
.input-wrapper .input-textarea.invalid ~ .bar:after,
.input-wrapper .input-textarea.invalid ~ .bar:before {
  background: #da8d00;
}
.input-wrapper .input-textarea[disabled] {
  border-bottom: 1px dashed rgba(13, 13, 13, 0.5);
}
.input-wrapper .input-textarea:focus ~ label,
.input-wrapper .input-textarea.full ~ label {
  top: -1.2rem;
  font-size: .75em;
}
.input-wrapper .input-field {
  border: 0;
  border-bottom: 1px solid #137d4a;
  background-color: transparent;
  outline: 0;
  font-size: 1em;
  width: 100%;
  -moz-transition: 0.3s ease width;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  padding: 1.2em 0 .25em 0;
}
@media (max-width: 576px) {
  .input-wrapper .input-field {
    width: 100%;
  }
}
.input-wrapper .input-field:focus ~ .bar:before,
.input-wrapper .input-field:focus ~ .bar:after {
  width: 50%;
}
.input-wrapper .input-field.invalid {
  border-bottom: 1px solid #da8d00;
}
.input-wrapper .input-field.invalid ~ label {
  color: #da8d00;
}
.input-wrapper .input-field.invalid ~ .bar:after,
.input-wrapper .input-field.invalid ~ .bar:before {
  background: #da8d00;
}
.input-wrapper .input-field[disabled] {
  border-bottom: 1px dashed rgba(13, 13, 13, 0.5);
}
.input-wrapper .input-field:focus ~ label,
.input-wrapper .input-field.full ~ label {
  top: 0rem;
  font-size: .75em;
}
.labeled-content {
  margin: .5rem 0;
  align-items: center;
}
.labeled-content .label {
  color: #37614c;
  font-weight: 400;
  display: inline-block;
  padding-right: 1rem;
}
.labeled-content .content {
  display: inline-block;
  font-weight: 400;
}
.calc-wrapper {
  padding: 1rem;
  margin-top: 1rem;
}
.calc-wrapper:first-child {
  margin-top: 0;
}
.calc-wrapper:not(:last-child) {
  border-radius: .5rem;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background-color: #fcfcfc;
}
.calc-wrapper:last-child {
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .calc-wrapper:first-child {
    border-radius: .5rem .5rem 0 0;
  }
}
.labeled-pre {
  position: relative;
}
.labeled-pre label {
  pointer-events: none;
  color: #507a65;
  display: block;
  font-size: .75em;
  padding-bottom: .5rem;
  padding-right: 1rem;
}
.labeled-pre pre {
  overflow: auto;
  padding: 2em 0;
  text-align: center;
  font-weight: 300;
  font-family: Roboto, Lato;
  max-height: 10rem;
}
.select-wrapper {
  display: inline-block;
}
.select-wrapper select {
  border: 0;
  border-bottom: 1px solid #137d4a;
  background-color: transparent;
  display: inline-block;
  padding: .5rem 2rem .5rem 0;
  text-transform: uppercase;
  outline: 0;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 576px) {
  .select-wrapper select {
    padding: .5rem 0rem .5rem 0;
  }
}
.select-wrapper select:focus ~ .bar:before,
.select-wrapper select:focus ~ .bar:after {
  width: 50%;
}
.select-wrapper label {
  pointer-events: none;
  color: #507a65;
  display: block;
  font-size: .8em;
  padding-bottom: .5rem;
  padding-right: 1rem;
}
.element-padding {
  padding: 0 1rem 0.5rem 0;
}
@media (max-width: 576px) {
  .element-padding {
    padding: 0 0 1rem 0;
  }
}
@media (max-width: 576px) {
  .min-screen-100-width {
    width: 100%;
  }
}
.toggle-wrapper {
  position: relative;
  padding: .25rem;
}
.toggle-wrapper label {
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
  display: block;
  height: 1.5rem;
  width: 3rem;
  background: #E6E6E6;
  border-radius: 6em;
  cursor: pointer;
  box-shadow: inset 0 2px 4px rgba(9, 59, 47, 0.15), inset 0 2px 2px rgba(2, 14, 11, 0.25);
}
.toggle-wrapper label:after {
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: absolute;
  top: -0.1rem;
  left: 0;
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 6rem;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(9, 59, 47, 0.15), 0 0px 2px rgba(2, 14, 11, 0.25);
  content: '';
}
.toggle-wrapper label:active label:after {
  transform: scale(1.15, 0.95);
}
.toggle-wrapper label:disabled {
  cursor: default;
}
.toggle-wrapper label:disabled::after {
  background: rgba(255, 255, 255, 0.5);
}
.toggle-wrapper input[type=checkbox] {
  position: absolute;
  z-index: -5;
  height: 1px;
  width: 1px;
  left: 50%;
  top: 50%;
  bottom: 50%;
}
.toggle-wrapper input[type=checkbox]:checked ~ label {
  background: rgba(100, 142, 121, 0.7);
}
.toggle-wrapper input[type=checkbox]:checked ~ label:after {
  left: 1.5rem;
  background: #137d4a;
}
.toggle-wrapper input[type=checkbox]:disabled ~ label {
  background: #D5D5D5;
  pointer-events: none;
}
.toggle-wrapper input[type=checkbox]:disabled ~ label:after {
  background: #BCBDBC;
}
.material-list {
  padding: 1rem 0 0 0;
  width: 100%;
}
.material-list .title {
  color: #137d4a;
  font-weight: 400;
  letter-spacing: .02rem;
  font-size: 1.15em;
  padding-bottom: 0.5em;
  display: inline-block;
}
.material-list .content {
  -moz-transition: 0.3s ease box-shadow;
  -webkit-transition: 0.3s ease box-shadow;
  transition: 0.3s ease box-shadow;
  contain: layout;
  box-shadow: 0 2px 4px rgba(9, 59, 35, 0.15), 0 2px 2px rgba(2, 14, 8, 0.25);
  background-color: #fcfcfc;
  will-change: box-shadow;
}
.material-list .content .border {
  border-bottom: 0.03rem solid rgba(19, 125, 74, 0.5);
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .material-list .content .smart-padding {
    padding: 0 .25em;
  }
  .material-list .content .smart-padding:first-child {
    padding-left: 0;
  }
  .material-list .content .smart-padding:last-child {
    padding-right: 0;
  }
}
.list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
}
.list-item .list-content-wrapper {
  height: 100%;
}
.list-item .list-content-wrapper label {
  font-weight: 400;
  font-size: 1em;
}
.list-item .list-content-wrapper .description {
  font-size: .9em;
  padding: .5em 0 .25em 0;
  color: rgba(13, 13, 13, 0.8);
}
.list-item .list-content-wrapper .description.disabled {
  color: rgba(13, 13, 13, 0.3);
}
.list-item.disabled {
  color: rgba(13, 13, 13, 0.5);
  background: rgba(13, 13, 13, 0.02);
}
.padding-top {
  padding-top: 1em;
}
.icon-wr {
  position: relative;
  height: 1.5em;
}
.css-icon {
  transition: all 0.2s ease;
}
.css-icon::before {
  transition: all 0.2s ease;
}
.css-icon::after {
  transition: all 0.2s ease;
}
.css-icon.user {
  box-sizing: content-box;
  position: relative;
  margin-top: 0.5em;
  width: 0.6em;
  height: 0.2em;
  border-left: solid 0.1em currentColor;
  border-right: solid .16em currentColor;
  border-top: solid .1em currentColor;
  border-bottom: solid .1em transparent;
  background-color: currentColor;
  border-radius: 0.2em .2em 0 0;
}
.css-icon.user::before {
  content: '';
  position: absolute;
  left: 0.1em;
  top: -0.54em;
  width: .4em;
  height: .4em;
  border-radius: 50%;
  border: solid .03em currentColor;
  background-color: currentColor;
}
.css-icon.user::after {
  content: '';
  position: absolute;
}
.css-icon.vk {
  position: relative;
  width: .6em;
  height: .9em;
  border-left: solid 5px currentColor;
  border-radius: 9px 6px 3px 1px;
  transform: rotate(-45deg);
  top: -0.1em;
}
.css-icon.vk::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 5px currentColor;
  border-left: solid 5px currentColor;
  border-radius: 8px 1px 1px 1px;
  left: 3px;
  top: 14px;
  right: 10px;
  position: absolute;
}
.css-icon.vk::after {
  position: absolute;
  content: '';
  left: 1px;
  top: 4px;
  width: 5px;
  height: 21px;
  background-color: currentColor;
  transform: rotate(45deg);
  border-radius: 7px 7px 7px 7px;
}
.css-icon.menu-ico {
  display: block;
  color: currentColor;
  position: absolute;
  margin-left: 2px;
  margin-top: 10px;
  width: 1.5em;
  height: .2em;
  background-color: currentColor;
}
.css-icon.menu-ico::before {
  content: '';
  position: absolute;
  top: -0.4em;
  left: 0;
  width: 1.5em;
  height: .2em;
  background-color: currentColor;
}
.css-icon.menu-ico::after {
  content: '';
  position: absolute;
  top: .45em;
  left: 0;
  width: 1.5em;
  height: .2em;
  background-color: currentColor;
}
.css-icon.more-vertical {
  color: currentColor;
  position: absolute;
  margin-left: 9px;
  margin-top: 9px;
  width: 0.39em;
  height: 0.39em;
  border-radius: 50%;
  border: solid 0px currentColor;
  background-color: currentColor;
  box-sizing: border-box;
}
.css-icon.more-vertical::before {
  content: '';
  position: absolute;
  top: -0.6em;
  left: 0px;
  width: 0.2em;
  height: 0.2em;
  border: solid 0.1em currentColor;
  border-radius: 50%;
  background-color: currentColor;
}
.css-icon.more-vertical::after {
  content: '';
  position: absolute;
  top: .65em;
  left: 0px;
  width: 0.2em;
  height: 0.2em;
  border: solid 0.1em currentColor;
  border-radius: 50%;
  background-color: currentColor;
}
.css-icon.search {
  color: currentColor;
  position: relative;
  width: 1em;
  height: 1em;
  border: solid .15em currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.css-icon.search::after {
  content: '';
  position: absolute;
  top: 1em;
  left: .5em;
  background-color: currentColor;
  height: 1em;
  width: .15em;
}
.css-icon.close {
  color: currentColor;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  width: 1em;
  height: 1em;
}
.css-icon.close::before {
  content: '';
  position: absolute;
  top: .5em;
  width: 1em;
  height: .15em;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.css-icon.close::after {
  content: '';
  position: absolute;
  top: .5em;
  width: 1em;
  height: .15em;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-family: Roboto, Ubuntu, Lato, 'Open Sans', sans-serif;
  font-weight: 300;
  height: 100%;
  background-color: #E6E6E6;
  background: url('/img/bg.png') #E6E6E6;
}
body .app-wrapper::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  font-family: Roboto, Ubuntu, Lato, Symbola, emoji, Android, "Segoe UI Emoji", 'Open Sans', sans-serif;
  font-size: 5em;
  z-index: -2;
  content: "\01F62F";
}
body .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
body .wrapper .app-wrapper {
  flex: 1 0 auto;
}
body .wrapper .app-wrapper .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
  background-color: rgba(19, 125, 74, 0.9);
  color: #ffffff;
  width: 100%;
  contain: layout;
  box-shadow: 0 2px 4px rgba(9, 59, 35, 0.35), 0 2px 3px rgba(2, 14, 8, 0.35);
  min-height: 2em;
  background: linear-gradient(0, rgba(19, 125, 74, 0.9), rgba(19, 125, 56, 0.9));
}
@media (max-width: 576px) {
  body .wrapper .app-wrapper .header {
    flex-direction: column;
    position: absolute;
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  body .wrapper .app-wrapper .header .logo {
    background: url("/img/logo.png") no-repeat center center;
    background-size: 1.25em;
    min-height: 1.25em;
    min-width: 1.25em;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
    padding-top: .75em;
  }
}
@media screen and (max-width: 576px) and screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 576px) and screen and (-moz-min-device-pixel-ratio: 1.5), screen and (max-width: 576px) and screen and (-o-min-device-pixel-ratio: 3/2), screen and (max-width: 576px) and screen and (min-device-pixel-ratio: 1.5), screen and (max-width: 576px) and screen and (min-resolution: 144dpi) {
  body .wrapper .app-wrapper .header .logo {
    background: url("/img/logo@2x.png") no-repeat center center;
    background-size: 1.25em;
  }
}
@media screen and (max-width: 576px) and screen and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 576px) and screen and (-moz-min-device-pixel-ratio: 2), screen and (max-width: 576px) and screen and (-o-min-device-pixel-ratio: 2), screen and (max-width: 576px) and screen and (min-device-pixel-ratio: 2), screen and (max-width: 576px) and screen and (min-resolution: 192dpi) {
  body .wrapper .app-wrapper .header .logo {
    background: url("/img/logo@2x.png") no-repeat center center;
  }
}
@media screen and (max-width: 576px) and screen and (-webkit-min-device-pixel-ratio: 3), screen and (max-width: 576px) and screen and (-moz-min-device-pixel-ratio: 3), screen and (max-width: 576px) and screen and (-o-min-device-pixel-ratio: 3), screen and (max-width: 576px) and screen and (min-device-pixel-ratio: 3), screen and (max-width: 576px) and screen and (min-resolution: 288dpi) {
  body .wrapper .app-wrapper .header .logo {
    background: url("/img/logo@2x.png") no-repeat center center;
    background-size: 1.25em;
  }
}
@media screen and (min-width: 576px) {
  body .wrapper .app-wrapper .header .logo {
    padding: 0 1em;
    background: url("/img/logo.png") no-repeat center center;
    background-size: 2.5em;
    min-height: 2.5em;
    min-width: 2.5em;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
  }
}
@media screen and (min-width: 576px) and screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 576px) and screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-width: 576px) and screen and (-o-min-device-pixel-ratio: 3/2), screen and (min-width: 576px) and screen and (min-device-pixel-ratio: 1.5), screen and (min-width: 576px) and screen and (min-resolution: 144dpi) {
  body .wrapper .app-wrapper .header .logo {
    background: url("/img/logo@2x.png") no-repeat center center;
    background-size: 2.5em;
  }
}
@media screen and (min-width: 576px) and screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 576px) and screen and (-moz-min-device-pixel-ratio: 2), screen and (min-width: 576px) and screen and (-o-min-device-pixel-ratio: 2), screen and (min-width: 576px) and screen and (min-device-pixel-ratio: 2), screen and (min-width: 576px) and screen and (min-resolution: 192dpi) {
  body .wrapper .app-wrapper .header .logo {
    background: url("/img/logo@2x.png") no-repeat center center;
  }
}
@media screen and (min-width: 576px) and screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-width: 576px) and screen and (-moz-min-device-pixel-ratio: 3), screen and (min-width: 576px) and screen and (-o-min-device-pixel-ratio: 3), screen and (min-width: 576px) and screen and (min-device-pixel-ratio: 3), screen and (min-width: 576px) and screen and (min-resolution: 288dpi) {
  body .wrapper .app-wrapper .header .logo {
    background: url("/img/logo@2x.png") no-repeat center center;
    background-size: 2.5em;
  }
}
body .wrapper .app-wrapper .header .menu-button {
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: .35em .9em;
  color: #d7d7d7;
}
@media (min-width: 576px) {
  body .wrapper .app-wrapper .header .menu-button {
    display: none !important;
  }
}
body .wrapper .app-wrapper .header .menu-button:hover {
  color: #ffffff;
}
body .wrapper .app-wrapper .header a {
  color: #E6E6E6;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  font-weight: 300;
}
body .wrapper .app-wrapper .header a:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  body .wrapper .app-wrapper .header a {
    font-size: 0.85em;
  }
}
@media (max-width: 576px) {
  body .wrapper .app-wrapper .header .menu.menu-hide {
    display: none !important;
  }
}
@media (max-width: 576px) {
  body .wrapper .app-wrapper .header .menu {
    width: 100%;
  }
}
body .wrapper .app-wrapper .header .menu ul {
  list-style: none;
  letter-spacing: 0.03em;
}
body .wrapper .app-wrapper .header .menu ul li {
  display: inline-block;
  -moz-transition: 0.3s ease background-color;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
  outline: 0;
}
body .wrapper .app-wrapper .header .menu ul li .link-text {
  user-select: none !important;
  padding: 1.25em 1em;
}
body .wrapper .app-wrapper .header .menu ul li .link-text.minifi {
  padding: .25em 1em;
}
body .wrapper .app-wrapper .header .menu ul li:hover {
  background-color: #228c59;
}
body .wrapper .app-wrapper .header .menu ul li a.active {
  font-weight: 500;
  color: #ffffff;
}
body .wrapper .app-wrapper .header .menu ul li a.active .bar::after,
body .wrapper .app-wrapper .header .menu ul li a.active .bar::before {
  width: 50%;
}
@media (max-width: 576px) {
  body .wrapper .app-wrapper .header .menu ul li {
    width: 100%;
  }
  body .wrapper .app-wrapper .header .menu ul li .link-text {
    padding: 1em !important;
    border-bottom: 1px solid rgba(34, 140, 89, 0.5);
  }
}
body .wrapper .app-wrapper .cover {
  -o-filter: hue-rotate(40deg) sepia(50%);
  -moz-filter: hue-rotate(40deg) sepia(50%);
  -webkit-filter: hue-rotate(40deg) sepia(50%);
  filter: hue-rotate(40deg) sepia(50%);
  contain: paint;
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
  min-height: 256px;
  image-rendering: optimizeSpeed;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
  border-bottom: 10px solid #328c22;
  background-color: #237d13;
}
body .wrapper .app-wrapper .cover.bg-1 {
  background: #237d13 url("/img/header.png") no-repeat center center;
  background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3/2), screen and (min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
  body .wrapper .app-wrapper .cover.bg-1 {
    background: url("/img/header@2x.png") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  body .wrapper .app-wrapper .cover.bg-1 {
    background: url("/img/header@2x.png") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (-moz-min-device-pixel-ratio: 3), screen and (-o-min-device-pixel-ratio: 3), screen and (min-device-pixel-ratio: 3), screen and (min-resolution: 288dpi) {
  body .wrapper .app-wrapper .cover.bg-1 {
    background: url("/img/header@2x.png") no-repeat center center;
    background-size: cover;
  }
}
body .wrapper .app-wrapper .cover.bg-2 {
  background: #237d13 url("/img/header_2.png") no-repeat center center;
  background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3/2), screen and (min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
  body .wrapper .app-wrapper .cover.bg-2 {
    background: url("/img/header_2@2x.png") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  body .wrapper .app-wrapper .cover.bg-2 {
    background: url("/img/header_2@2x.png") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (-moz-min-device-pixel-ratio: 3), screen and (-o-min-device-pixel-ratio: 3), screen and (min-device-pixel-ratio: 3), screen and (min-resolution: 288dpi) {
  body .wrapper .app-wrapper .cover.bg-2 {
    background: url("/img/header_2@2x.png") no-repeat center center;
    background-size: cover;
  }
}
body .wrapper .app-wrapper .body-wrapper {
  padding-top: 4em;
}
body .wrapper .footer {
  width: 100%;
  min-height: 3em;
  color: #0d0d0d;
  contain: layout;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 0 auto;
}
body .wrapper .footer .copiright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 1em;
}
body .wrapper .lang-selector {
  cursor: pointer;
  position: relative;
  margin: 0 1em;
  outline: 0;
  height: 1.5em;
}
@media (max-width: 576px) {
  body .wrapper .lang-selector {
    width: 100%;
    height: inherit;
  }
}
body .wrapper .lang-selector:not(:hover) .items {
  height: 2em;
}
body .wrapper .lang-selector .items {
  float: left;
  overflow: hidden;
  list-style: none;
  right: 0;
  height: 4.45em;
  text-transform: uppercase;
  font-size: 0.75em;
  -moz-transition: 0.3s ease height;
  -webkit-transition: 0.3s ease height;
  transition: 0.3s ease height;
}
body .wrapper .lang-selector .items:hover {
  box-shadow: 0 2px 4px rgba(9, 59, 35, 0.35), 0 2px 3px rgba(2, 14, 8, 0.35);
  background-color: #137d4a;
}
body .wrapper .lang-selector .items .item {
  user-select: none;
  padding: .5em 1em;
}
body .wrapper .lang-selector .items .item:hover {
  background-color: #228c59;
}
@media (max-width: 576px) {
  body .wrapper .lang-selector .items {
    width: 100%;
    height: 2.8em !important;
  }
  body .wrapper .lang-selector .items:hover {
    height: 5.5em !important;
  }
  body .wrapper .lang-selector .items .item {
    font-size: 0.85em;
    padding: 1em !important;
  }
}
body .hide {
  display: none;
}
body .loading {
  z-index: 100500;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0.40em 0;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
}
body .loading .wBall {
  position: absolute;
  width: 86px;
  height: 86px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 5.1425s infinite;
  -o-animation: orbit 5.1425s infinite;
  -ms-animation: orbit 5.1425s infinite;
  -webkit-animation: orbit 5.1425s infinite;
  -moz-animation: orbit 5.1425s infinite;
}
body .loading .wBall .wInnerBall {
  position: absolute;
  width: 11px;
  height: 11px;
  background: #137d4a;
  left: 0px;
  top: 0px;
  border-radius: 11px;
}
body .loading #wBall_1 {
  animation-delay: 1.126s;
  -o-animation-delay: 1.126s;
  -ms-animation-delay: 1.126s;
  -webkit-animation-delay: 1.126s;
  -moz-animation-delay: 1.126s;
}
body .loading #wBall_2 {
  animation-delay: 0.223s;
  -o-animation-delay: 0.223s;
  -ms-animation-delay: 0.223s;
  -webkit-animation-delay: 0.223s;
  -moz-animation-delay: 0.223s;
}
body .loading #wBall_3 {
  animation-delay: 0.4465s;
  -o-animation-delay: 0.4465s;
  -ms-animation-delay: 0.4465s;
  -webkit-animation-delay: 0.4465s;
  -moz-animation-delay: 0.4465s;
}
body .loading #wBall_4 {
  animation-delay: 0.6695s;
  -o-animation-delay: 0.6695s;
  -ms-animation-delay: 0.6695s;
  -webkit-animation-delay: 0.6695s;
  -moz-animation-delay: 0.6695s;
}
body .loading #wBall_5 {
  animation-delay: 0.903s;
  -o-animation-delay: 0.903s;
  -ms-animation-delay: 0.903s;
  -webkit-animation-delay: 0.903s;
  -moz-animation-delay: 0.903s;
}
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
.material-icon {
  font-family: "Material Icons", Roboto, Lato, Symbola, emoji, Android;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga' 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  text-transform: none;
  font-size: 1.5em;
  line-height: 1;
  display: inline-block;
  color: #137d4a;
  user-select: none;
}
