/*body {
  display: flex;
  flex-flow: column nowrap;
}*/
#toast-container {
  /*min-height: 100%;*/
}
md-toast {
  position: fixed !important;
}
md-content.md-default-theme, md-content {
  background-color: rgb(250, 250, 250);
  color: rgba(0, 0, 0, 0.87);
}
nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}
nav.right {
  height: auto;
}

nav a {
  color: #fff;
}

nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 2rem;
  height: 56px;
  line-height: 56px;
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 993px) {
  nav a.button-collapse {
    display: none;
  }
}

nav .button-collapse {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
}

nav .button-collapse i {
  font-size: 2.7rem;
  height: 56px;
  line-height: 56px;
}

nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
  white-space: nowrap;
}

nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
    transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

nav ul {
  margin: 0;
  list-style: outside none none;
  padding-left: 0;
}

nav ul.left li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
  text-decoration: none;
}
nav a.md-default-theme:not(.md-button),
nav a:not(.md-button) {
  color: #fff;
}
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
nav ul a.md-default-theme:not(.md-button):hover {
  color: #fff;
}
nav ul a:not(.md-button):hover {
  color: #fff;
}
nav ul li.active a.md-default-theme:not(.md-button),
nav ul li.active a:not(.md-button) {
  color: #fff;
}
nav ul.left {
  float: left;
}


.mess {
  padding: 6px 15px;
  border-radius: 3px;
  position: relative;
}
.mess.client {
  padding: 6px 25px 6px 15px;
}
.mess-inner {
  font-size: 13px;
}
.mess.client {
  background-color: #edf3f9;
  display: inline-block;
}
.mess.manager {
  background-color: #d1deec;
  display: inline-block;
}
md-list-item .md-avatar.m-avatar {
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 8px;
}
.mess-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.mess.client .mess-arrow {
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #edf3f9;
}
.mess.manager .mess-arrow {
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #d1deec;
}
.mess-time {
  margin-top: 10px;
  margin-left: 15px;
  text-align: right;
}
.mess a:hover {
  cursor: pointer;
  color: rgb(2, 136, 209);
}
.text-right {
  text-align: right;
}
.badge {
  background-color: #777;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.slick-slider {
  margin-bottom: 0px !important;
}
.slick-prev::before, .slick-next::before {
  color: #0288d1 !important;
}
.slick-arrow {
  z-index: 2 !important;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-prev, .slick-next {
  width: auto !important;
  height: auto !important;
}
.slick-prev {
  left: 5px !important;
}
.slick-next {
  right: 2px !important;
}
.slick-prev::before, .slick-next::before {
  font-size: 40px !important;
}
.slick-prev::before {
  content: "\e964" !important;
  font-family: "wsl" !important;
}
.slick-next::before {
  content: "\e965" !important;
  font-family: "wsl" !important;
}
.step {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 30px;


  /*color: #fff;*/
  font-size: 16px;;
}
.step.current {
  color: #fff;
  background-color: #009271;
  border: 2px solid #009271;
}
.step.prev {
  color: #555;
  border: 2px solid #555;
}
.step.next {
  color: #aaa;
  border: 2px solid #aaa;
}
.current {
  color: #009271;
}

.pin {
  background-image: url(http://www.garnasport.ru//img/pin.png);
  background-size: contain;
  width: 25px;
  height: 25px;
}
.face {
  background-image: url(http://www.garnasport.ru//img/facebook.png);
  background-size: contain;
  width: 25px;
  height: 25px;
}