@charset "UTF-8";
@import url(fonts/prosto.css);
@import url(fonts/opengosta.css);
@import url(fonts/anahit.css);
@import url(fonts/ptsansnarrow.css);
@import url(fonts/bender.css);
@import url(fonts/roboto.css);
body {
  position: relative; }

/* Позиционирование */
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
@media (min-width: 768px) {
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
@media (min-width: 992px) {
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
@media (min-width: 1200px) {
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
@media (min-width: 1400px) {
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
.ff-AMG {
  font-family: 'AMG Anahit'; }

/*# sourceMappingURL=template.css.map */
