/* -- General -- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'FredokaOne';
  src: local("../fonts/FredokaOne Regular"), local("../fonts/FredokaOne-Regular"), url("../fonts/FredokaOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: local("../fonts/SFUIText Light"), local("../fonts/SFUIText-Light"), url("../fonts/SFUIText-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: local("../fonts/SFUIText Regular"), local("../fonts/SFUIText-Regular"), url("../fonts/SFUIText-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: local("../fonts/SFUIText Medium"), local("../fonts/SFUIText-Medium"), url("../fonts/SFUIText-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: local("../fonts/SFUIText Semibold"), local("../fonts/SFUIText-Semibold"), url("../fonts/SFUIText-Semibold.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: local("../fonts/SFUIText Bold"), local("../fonts/SFUIText-Bold"), url("../fonts/SFUIText-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: local("../fonts/SFUIText Heavy"), local("../fonts/SFUIText-Heavy"), url("../fonts/SFUIText-Heavy.otf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

body {
  max-width: 1920px;
  min-width: 1024px;
  margin: 0 auto;
  font-family: "SFUIText", sans-serif;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
  background-color: #f6f6f6;
}

body.no-scroll {
  overflow: hidden;
}

body.no-scroll-nav {
  overflow: hidden;
}

body.no-scroll-popup {
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

h1, h2, h3, h4, h5 {
  color: #3e3e3e;
  font-weight: 400;
  font-family: "FredokaOne";
}

h1, h2.like-h1 {
  font-size: 36px;
  line-height: 48px;
}

@media all and (max-width: 760px) {
  h1, h2.like-h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

h2 {
  font-size: 28px;
  line-height: 34px;
}

@media all and (max-width: 760px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

h3 {
  font-size: 25px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 22px;
}

strong {
  font-weight: 700;
}

button {
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
}

a, .smth-more {
  display: inline-block;
  color: #15b18c;
  text-decoration: underline;
  -webkit-transition: .1s;
  transition: .1s;
  cursor: pointer;
}

a:hover, .smth-more:hover {
  text-decoration: none;
}

a:active, .smth-more:active {
  text-decoration: none;
}

a:focus, .smth-more:focus {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

::-webkit-scrollbar:horizontal {
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: none;
}

::-webkit-scrollbar-thumb {
  background-color: #f7406b;
  border-radius: 10px;
  border: 2px solid #fff;
}

textarea {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border: 0;
  outline: 0;
  width: 100%;
  border-radius: 2px;
  font-family: "SFUIText", sans-serif;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 22px;
  overflow: hidden;
  resize: none;
  padding-right: 73px;
}

iframe {
  display: block;
  width: 100%;
  border: 2px solid #fff;
}

.grid-width {
  max-width: 1920px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (max-width: 1024px) {
  .grid-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-in-mob {
  display: none;
}

@media all and (max-width: 760px) {
  .show-in-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.show-in-tab {
  display: none;
}

@media all and (max-width: 1024px) {
  .show-in-tab {
    display: block;
  }
}

.with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.near-sidebar {
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
  max-width: 685px;
}

@media all and (max-width: 1024px) {
  .near-sidebar {
    max-width: 100%;
  }
}

.sidebar {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  min-width: 225px;
  max-width: 225px;
}

.headline {
  text-align: center;
  margin-bottom: 24px;
}

.select-style {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
}

.select-style:after {
  content: '';
  position: absolute;
  width: 54px;
  height: 9px;
  text-align: center;
  top: 16px;
  right: 0;
  z-index: -1;
  background-image: url("../images/svg/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 15px 9px;
}

.select-style:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  z-index: -1;
}

.select-style select {
  background-color: transparent;
  height: 40px;
  border: 0;
  border-radius: 4px;
  color: #3e3e3e;
  font-family: "SFUIText", sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 0 54px 0 20px;
  cursor: pointer;
  box-shadow: none;
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-style select:focus {
  outline: none;
}

.select-style select::-ms-expand {
  display: none;
}

.def-ol {
  counter-reset: li;
}

.def-ol li {
  position: relative;
  counter-increment: li;
  line-height: 24px;
  margin-bottom: 14px;
  padding-left: 18px;
}

.def-ol li:before {
  content: counter(li) ". ";
  color: #22c0e8;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.def-list {
  text-align: left;
}

.def-list li {
  position: relative;
  font-weight: 400;
  line-height: 24px;
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 16px;
}

.def-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #22c0e8;
  border-radius: 50%;
}

.def-list li ul {
  margin-top: 10px;
}

.def-list li ul li {
  padding-left: 0;
}

.def-list li ul li:before {
  display: none;
}

.blue-check-list {
  text-align: left;
}

.blue-check-list li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 22px;
  margin-bottom: 10px;
}

.blue-check-list li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 17px;
  background: url("../images/svg/Lead_check_icon.svg") no-repeat;
}

.blue-dot-list {
  text-align: left;
}

.blue-dot-list li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 18px;
  margin-bottom: 14px;
}

.blue-dot-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #22c0e8;
}

.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rating-stars img {
  margin: 0 7px;
}

/*Extra classes END*/
.admin-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 34px 58px 58px;
}

@media all and (max-width: 1200px) {
  .admin-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.admin-title {
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 78px;
}

.admin-title__text {
  color: #3e3e3e;
  font-family: "FredokaOne";
  font-size: 25px;
  font-weight: 400;
  margin-right: 10px;
  padding: 12px 0;
}

.admin-title__refresh {
  color: #949494;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 0;
}

.admin-title__refresh img {
  margin-left: 20px;
}

.like-switch-label {
  display: inline-block;
}

.like-switch-label__text {
  display: block;
  margin-right: 20px;
  font-size: 22px;
}

.like-switch {
  position: absolute;
  opacity: 0;
}

.like-switch:checked + .switch-cover {
  background-color: #f7406b;
}

.like-switch:checked + .switch-cover > .switch-circle {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  box-shadow: 1.7px 2.5px 8px rgba(0, 0, 0, 0.41);
}

.switch-cover {
  width: 50px;
  height: 30px;
  cursor: pointer;
  border-radius: 15px;
  background-color: #747474;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  padding: 2px;
}

.switch-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.4s cubic-bezier(0.54, 1.85, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.54, 1.85, 0.5, 1);
  transition: background-color 0.4s cubic-bezier(0.54, 1.85, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.54, 1.85, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.54, 1.85, 0.5, 1), background-color 0.4s cubic-bezier(0.54, 1.85, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.54, 1.85, 0.5, 1), background-color 0.4s cubic-bezier(0.54, 1.85, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.54, 1.85, 0.5, 1);
  box-shadow: 1.7px 2.5px 8px rgba(0, 0, 0, 0.41);
  pointer-events: none;
}

/* -- Pages -- */
.family-circle__map {
  position: relative;
}

.family-circle__map iframe {
  display: block;
  width: 100%;
  height: 860px;
}

.family-circle__map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
}

.places-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #747474;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 25px;
}

.places-list {
  max-width: 990px;
}

.places-list__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.places-list__place-item--butns .butn.butn-red {
  min-width: 100px;
  padding: 3px 20px;
  box-shadow: 5.7px 8.2px 18px rgba(0, 0, 0, 0.15);
}

.places-list__place-item--butns .butn.butn-green {
  min-width: 100px;
}

.places-list__place-name {
  width: 21%;
}

.places-list__place-name img {
  position: relative;
  top: 4px;
  margin-right: 15px;
}

.places-list__place-address {
  width: 40%;
}

.places-list__place-status {
  width: 9%;
}

.places-list__place-status label {
  display: block;
}

.places-list__place-item--butns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 30%;
  text-align: right;
}

.places-list__place-item--butns .butn {
  margin: 4px 10px;
}

.places-list__head-name {
  width: 21%;
}

.places-list__head-address {
  width: 40%;
}

.places-list__head-status {
  width: 17%;
}

.admin-places__map {
  max-width: 1530px;
  margin-bottom: 40px;
  position: relative;
}

.admin-places__map iframe {
  display: block;
  width: 100%;
  height: 408px;
}

.admin-places__map-pin {
  position: absolute;
  left: 20%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 231px;
  height: 231px;
  background-color: rgba(247, 64, 107, 0.1);
  border-radius: 50%;
}

.admin-places__map-dot {
  width: 14px;
  height: 14px;
  background-color: #f7406b;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.67);
  border-radius: 50%;
}

.admin-places__map-cue {
  position: absolute;
  top: -1px;
  left: -22px;
  width: 276px;
  text-align: center;
  padding: 28px 48px;
  background-color: #fff;
  box-shadow: 5.7px 8.2px 18px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  line-height: 22px;
}

.admin-places__map-cue:before {
  content: "";
  width: 50px;
  height: 26px;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -25px;
  background-image: url("../images/svg/popup_on_map-arrow.svg");
  background-repeat: no-repeat;
}

.admin-places__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (max-width: 1200px) {
  .admin-places__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.admin-places__add {
  width: 50%;
  max-width: 684px;
  min-width: 464px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 5.7px 8.2px 18px rgba(0, 0, 0, 0.15);
  padding: 35px;
  margin-right: 50px;
}

.admin-places__add h3 {
  margin-bottom: 15px;
}

@media all and (max-width: 1200px) {
  .admin-places__add {
    max-width: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.admin-places__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
}

.admin-places__form-row p {
  width: 30%;
  font-family: "FredokaOne";
}

.admin-places__form-row .material-form__item {
  width: 70%;
}

.admin-places__form-row .material-form__label img {
  position: relative;
  top: 3px;
  margin-right: 18px;
}

.admin-places__form-butns {
  max-width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.admin-places__form-butns .butn.butn-grey {
  margin-right: 10px;
  margin-bottom: 10px;
}

.admin-places__form-radio {
  border-radius: 15px;
  box-shadow: 5.7px 8.2px 18px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.admin-places__form-radio label {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 82px;
      flex-basis: 82px;
}

.admin-places__form-radio label:first-child .radio-cover {
  border-radius: 15px 0 0 15px;
}

.admin-places__form-radio label:last-child .radio-cover {
  border-radius: 0 15px 15px 0;
  border-right: 0;
}

.admin-places__form-radio input {
  position: absolute;
  opacity: 0;
}

.radio-cover {
  display: block;
  height: 30px;
  color: #3e3e3e;
  text-align: center;
  border-right: 1px solid #d8d8d8;
  background-color: #fff;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
}

.radio-text {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.radio-panel:checked + .radio-cover {
  color: #fff;
  background-color: #39bc9d;
}

.admin-places__monitor {
  width: 50%;
  margin-left: 20px;
  max-width: 400px;
  margin: 26px auto 0;
}

@media all and (max-width: 1200px) {
  .admin-places__monitor {
    width: 100%;
    max-width: none;
  }
}

.admin-places__monitor-title {
  margin-bottom: 16px;
}

.admin-places__monitor-users {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.admin-places__monitor-users li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
}

.admin-places__monitor-users li + li {
  border-top: 1px solid #d8d8d8;
}

.admin-places__monitor-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.admin-places__monitor-left span {
  display: block;
}

.admin-places__monitor-ava {
  margin-right: 20px;
}

.admin-places__monitor-ava img {
  display: block;
}

.message-window__admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 90px);
  margin-left: auto;
}

@media all and (max-width: 1200px) {
  .message-window__admin {
    width: 100%;
  }
}

.message-window__admin-msgs {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 976px;
}

.message-window__admin-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f7406b;
  border-radius: 20px;
  padding: 5px 26px;
  margin-bottom: 10px;
  max-width: 976px;
}

.message-window__admin-msg:first-child {
  border-radius: 20px 0px 20px 20px;
}

.message-window__admin-text {
  color: #fff;
  font-weight: 300;
  margin-right: 32px;
}

.message-window__admin-date {
  color: #ffbbcb;
  font-size: 12px;
  font-weight: 300;
  margin-left: auto;
}

.message-window__admin-img {
  margin-left: 20px;
}

.message-window__admin-img img {
  display: block;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

.message-window__admin-seen {
  color: #949494;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.admin-mess .admin-content {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.admin-mess .admin-title {
  padding: 0 58px;
}

@media all and (max-width: 1200px) {
  .admin-mess .admin-title {
    padding: 0 28px;
  }
}

.message-window {
  max-height: 700px;
  overflow: auto;
  padding-right: 50px;
  padding-left: 58px;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: url("../images/svg/img_no_users.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.message-window > div:last-child {
  margin-bottom: 100px;
}

@media all and (max-width: 1200px) {
  .message-window {
    padding-right: 20px;
    padding-left: 28px;
  }
}

.message-window--chat {
  background-image: none;
}

.message-window__date {
  text-align: center;
}

.message-window__date span {
  display: inline-block;
  background-color: #949494;
  border-radius: 15px;
  color: #fff;
  padding: 5px 38px;
  line-height: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 34px 0;
  font-weight: 300;
}

.admin-title__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.admin-title__group-item {
  margin-left: 12px;
}

.admin-title__group-item a {
  display: block;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
}

.admin-title__group-item a:hover {
  opacity: .9;
}

.admin-title__group-item:first-child {
  margin-left: 0;
}

.admin-title__group-item--online .admin-title__group-img:before {
  opacity: 1;
  background-color: #39bc9d;
}

.admin-title__group-item--offline .admin-title__group-img:before {
  opacity: 1;
  background-color: #bfbfbf;
}

.admin-title__group-img {
  max-width: 50px;
  position: relative;
}

.admin-title__group-img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid white;
  border-radius: 50%;
  opacity: 0;
}

.admin-title__group-img img {
  display: block;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.message-window__interlocutor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: calc(100% - 90px);
}

@media all and (max-width: 1200px) {
  .message-window__interlocutor {
    width: 100%;
  }
}

.message-window__interlocutor-msgs {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 976px;
}

.message-window__interlocutor-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #e4e4e4;
  border-radius: 20px;
  padding: 5px 26px;
  margin-bottom: 10px;
  max-width: 976px;
}

.message-window__interlocutor-msg:first-child {
  border-radius: 0px 20px 20px 20px;
}

.message-window__interlocutor-text {
  color: #000;
  font-weight: 300;
  margin-right: 32px;
}

.message-window__interlocutor-date {
  color: #747474;
  font-size: 12px;
  font-weight: 300;
  margin-left: auto;
}

.message-window__interlocutor-img {
  margin-right: 20px;
}

.message-window__interlocutor-img img {
  display: block;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-message {
  border-top: 1px solid #949494;
  padding: 40px;
  position: relative;
}

.new-message__textarea {
  position: relative;
}

.new-message__butn {
  font-family: "SFUIText", sans-serif;
  color: #949494;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px;
  background-color: #fff;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.new-message__who-typing {
  color: #949494;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  position: absolute;
  left: 58px;
  bottom: 160px;
}

.loc-history__title {
  margin-bottom: 20px;
}

.loc-history__title-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.loc-history__title-text {
  margin-right: 30px;
}

.loc-history__title-menu-item {
  margin: 10px 0;
}

.loc-history__title-menu-item + .loc-history__title-menu-item {
  margin-left: 30px;
}

@media all and (max-width: 1200px) {
  .loc-history__title-menu-item .loc-history__title-link,
  .loc-history__title-menu-item .choose-date,
  .loc-history__title-menu-item .select-style select {
    font-size: 14px !important;
  }
  .loc-history__title-menu-item + .loc-history__title-menu-item {
    margin-left: 10px;
  }
}

.choose-date {
  background-color: #fff;
  padding: 5px 20px;
}

.choose-date__arrow {
  position: relative;
  top: 2px;
}

.choose-date__text {
  margin: 0 16px;
}

.loc-history__title-link {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #3e3e3e;
  font-size: 16px;
  opacity: .6;
}

.loc-history__title-link span {
  margin-right: 10px;
}

.loc-history__title-link:hover {
  opacity: 1;
}

.loc-history__title-link-active {
  background-color: #fff;
  padding: 5px 20px;
  opacity: 1;
}

.loc-history__map iframe {
  height: 977px;
}

.loc-history__list {
  max-width: 939px;
  position: relative;
}

.loc-history__list:before {
  content: "";
  border-left: 1px dashed #f7406b;
  position: absolute;
  top: 40px;
  left: 35px;
  bottom: 40px;
}

.loc-history__list-item {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 #39bc9d;
}

.loc-history__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 25px 20px;
}

.loc-history__list-number {
  width: 30px;
  height: 30px;
  background-color: #f7406b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  color: #fff;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}

.loc-history__list-dot {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.loc-history__list-dot span {
  background-color: #f7406b;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #f7406b;
}

.loc-history__list-time {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 65px;
  min-width: 155px;
}

.loc-history__list-address {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.loc-history__list-arrow {
  margin-left: auto;
}

.mang-circles__categ {
  max-width: 544px;
  margin-left: 30px;
}

.mang-circles__item-content {
  display: none;
}

.mang-circles__item {
  margin-bottom: 60px;
  box-shadow: 5.7px 8.2px 18px rgba(0, 0, 0, 0.15);
}

.mang-circles__item--active .mang-circles__item-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mang-circles__item-top {
  background-color: #f7406b;
  border-radius: 2px;
  padding: 15px 30px 15px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.mang-circles__item-name {
  color: #fff;
  font-family: "FredokaOne";
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.mang-circles__item-count {
  font-family: "SFUIText", sans-serif;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  width: 60px;
  height: 60px;
  background-color: #f6f6f6;
  border: 4px solid #f7406b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: -30px;
}

.mang-circles__item-content {
  background-color: #fff;
}

.mang-circles__item-icon {
  display: block;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.mang-circles__item-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px 20px 45px;
}

.mang-circles__item-user--admin {
  border-bottom: 1px solid #d8d8d8;
}

.mang-circles__item-user-icon {
  margin-left: auto;
}

.mang-circles__item-user-ava {
  margin-right: 18px;
}

.mang-circles__item-user-ava img {
  display: block;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mang-circles__item-user-name {
  line-height: 22px;
}

.mang-circles__item-user-status {
  color: #747474;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.mang-circles__item-user-status img {
  margin-right: 8px;
}

.profile__form {
  max-width: 590px;
}

.profile__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.profile__avatar img {
  margin-right: 20px;
}

.profile__general {
  margin-left: 90px;
  margin-bottom: 72px;
}

.profile__pass-inner {
  margin-left: 90px;
}

.profile__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.profile__form-row p {
  color: #747474;
  width: 40%;
}

.profile__form-row .material-form__item {
  width: 60%;
}

.profile__pass h5 {
  margin-bottom: 22px;
  text-align: left;
}

.profile__butns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notif-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.notif-window {
  max-width: 1000px;
}

.notif-window--empty {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: url("../images/img_no_notifications.png");
  background-repeat: no-repeat;
  background-position: 50% 40%;
}

.notif-window__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.notif-window__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 #39bc9d;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.notif-window__list-ava {
  position: relative;
  margin-right: 34px;
}

.notif-window__list-ava img {
  display: block;
}

.notif-window__list-icon {
  position: absolute;
  right: -15px;
  bottom: 0;
}

.notif-window__list-action {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 287px;
}

.notif-window__list-info {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 470px;
  line-height: 18px;
}

.notif-window__list-date {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 118px;
}

.notif-window__head {
  margin-left: 104px;
  margin-bottom: 10px;
  color: #898989;
}

.notif-window__head li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.notif-window__head-action {
  max-width: 287px;
}

.notif-window__head-information {
  max-width: 470px;
}

.notif-window__head-date {
  max-width: 139px;
}

.notif-window__more {
  text-align: center;
  font-weight: 600;
}

.notif-title .admin-title__text {
  margin-right: 40px;
}

.notif-title__panel {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 0;
}

.notif-title__panel-item + .notif-title__panel-item {
  margin-left: 30px;
}

.notif-title__panel-item a {
  color: #3e3e3e;
  background-color: #fff;
  border-radius: 2px;
  padding: 5px 20px;
  min-width: 213px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.notif-title__panel-icon img {
  display: block;
}

.notif-title__panel-text {
  margin: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.slc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slc-title {
  margin-bottom: 14px;
}

.slc-subtitle {
  margin-bottom: 60px;
}

.slc-window {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 1000px;
}

.slc-window--empty {
  background-image: url("../images/svg/img_speed_limit_no_users.svg");
  background-repeat: no-repeat;
  background-position: 50% 20%;
}

.slc-window__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #747474;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}

.slc-window__head li {
  width: 25%;
}

.slc-window__inner {
  margin-bottom: 26px;
}

.slc-window__user-ava {
  margin-right: 20px;
}

.slc-window__user-ava img {
  display: block;
}

.slc-window__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.slc-window__user-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slc-window__user-item {
  width: 25%;
}

.slc-window__user-item .butn.butn-green,
.slc-window__user-item .butn.butn-red {
  min-width: 100px;
}

.slc-window__user-item .butn.butn-red {
  padding: 3px 24px;
}

.slc-window__user-item--butn {
  text-align: right;
}

.slc-window__viol {
  text-align: right;
}

/* -- Components -- */
.popup-window--code-error {
  width: 468px;
  visibility: hidden;
  opacity: 0;
}

.popup-window--code-error .popup-window__body p {
  margin-bottom: 36px;
}

.popup-window--code-error-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1) !important;
          transform: translate(-50%, 0%) scale(1) !important;
}

.popup-darkening--code-error {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening--code-error-show {
  visibility: visible;
  opacity: 1;
}

.popup-window--create-circle {
  width: 430px;
  visibility: hidden;
  opacity: 0;
}

.popup-window--create-circle .popup-window__body p {
  margin-bottom: 36px;
}

.popup-window--create-circle-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1) !important;
          transform: translate(-50%, 0%) scale(1) !important;
}

.popup-darkening--create-circle {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening--create-circle-show {
  visibility: visible;
  opacity: 1;
}

.popup-window--delmember {
  width: 532px;
  visibility: hidden;
  opacity: 0;
}

.popup-window--delmember-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1) !important;
          transform: translate(-50%, 0%) scale(1) !important;
}

.popup-darkening--delmember {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening--delmember-show {
  visibility: visible;
  opacity: 1;
}

.popup-window--delacc {
  width: 532px;
  visibility: hidden;
  opacity: 0;
}

.popup-window--delacc .popup-window__body p {
  margin-bottom: 36px;
}

.popup-window--delacc-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1) !important;
          transform: translate(-50%, 0%) scale(1) !important;
}

.popup-darkening--delacc {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening--delacc-show {
  visibility: visible;
  opacity: 1;
}

.popups-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 700px;
}

.popups-list li {
  width: 50%;
  margin: 30px 0;
}

.popup-darkening {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

.popup-window {
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 16px 30px 40px;
  position: fixed;
  top: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) scale(0.7);
          transform: translate(-50%, 0%) scale(0.7);
  z-index: 999;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.popup-window__head {
  margin-bottom: 6px;
}

.popup-window__title {
  color: #3e3e3e;
  font-family: "FredokaOne";
  font-size: 25px;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 8px;
}

.popup-window__butn-green {
  display: inline-block;
  background-color: #39bc9d;
  border-radius: 12px;
  line-height: 23px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0 26px;
}

.popup-window__body {
  margin-bottom: 33px;
}

.popup-window__body img {
  margin-bottom: 10px;
}

.popup-window__body p {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.popup-window__footer .butn {
  min-width: 150px !important;
  margin: 0 10px;
}

.popup-window--invmember {
  width: 430px;
  visibility: hidden;
  opacity: 0;
}

.popup-window--invmember-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
}

.popup-darkening--invmember {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening--invmember-show {
  visibility: visible;
  opacity: 1;
}

.invmember-code {
  color: #39bc9d;
  font-size: 25px;
  font-weight: 600;
  line-height: 50px;
  margin-top: 20px;
}

.popup-window--joincircle {
  width: 430px;
  visibility: hidden;
  opacity: 0;
}

.popup-window--joincircle-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
}

.popup-darkening--joincircle {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening--joincircle-show {
  visibility: visible;
  opacity: 1;
}

.popup-window__body .material-form__item {
  text-align: center;
  max-width: 267px;
  margin: auto;
}

.popup-window--leave-circle {
  width: 532px;
  visibility: hidden;
  opacity: 0;
}

.popup-window--leave-circle-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
}

.popup-darkening--leave-circle {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening--leave-circle-show {
  visibility: visible;
  opacity: 1;
}

.popup-window--logout {
  width: 532px;
  visibility: hidden;
  opacity: 0;
}

.popup-window--logout-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
}

.popup-darkening--logout {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening--logout-show {
  visibility: visible;
  opacity: 1;
}

.popup-window__premium-one {
  width: 532px;
  visibility: hidden;
  opacity: 0;
}

.popup-window__premium-one .popup-window__body img {
  margin-right: 34px;
}

.popup-window__premium-one--show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
}

.popup-darkening-premium-one {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening-premium-one--show {
  visibility: visible;
  opacity: 1;
}

.popup-window__premium-two {
  width: 532px;
  visibility: hidden;
  opacity: 0;
}

.popup-window__premium-two .popup-window__body img {
  margin-right: 34px;
}

.popup-window__premium-two--show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
}

.popup-darkening-premium-two {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening-premium-two--show {
  visibility: visible;
  opacity: 1;
}

.popup-window__premium-three {
  width: 532px;
  visibility: hidden;
  opacity: 0;
}

.popup-window__premium-three .popup-window__body img {
  margin-right: 34px;
}

.popup-window__premium-three--show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
}

.popup-darkening-premium-three {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening-premium-three--show {
  visibility: visible;
  opacity: 1;
}

.popup-window--remove-place {
  width: 532px;
  visibility: hidden;
  opacity: 0;
}

.popup-window--remove-place-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
}

.popup-darkening--remove-place {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening--remove-place-show {
  visibility: visible;
  opacity: 1;
}

.popup-window--saveinfo {
  width: 468px;
  visibility: hidden;
  opacity: 0;
}

.popup-window--saveinfo-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
}

.popup-darkening--saveinfo {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening--saveinfo-show {
  visibility: visible;
  opacity: 1;
}

.popup-window--server-error {
  width: 468px;
  visibility: hidden;
  opacity: 0;
}

.popup-window--server-error .popup-window__body p {
  margin-bottom: 36px;
}

.popup-window--server-error-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1) !important;
          transform: translate(-50%, 0%) scale(1) !important;
}

.popup-darkening--server-error {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening--server-error-show {
  visibility: visible;
  opacity: 1;
}

.popup-window--share {
  width: 500px;
  visibility: hidden;
  opacity: 0;
}

.popup-window--share .popup-window__body p {
  margin-bottom: 36px;
}

.popup-window--share-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
}

.popup-darkening--share {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.popup-darkening--share-show {
  visibility: visible;
  opacity: 1;
}

/*Buttons*/
.butn {
  border: 0;
  outline: 0;
  padding: 0;
  font-family: "SFUIText", sans-serif;
  background-image: none;
  text-decoration: none;
  display: inline-block;
  padding: 8px 25px;
  margin-bottom: 0;
  vertical-align: middle;
  line-height: 1.6;
  cursor: pointer;
  text-align: center;
  background-color: #ccc;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
}

.butn.butn-red {
  min-width: 192px;
  font-size: 16px;
  font-weight: 400;
  background-color: #f7406b;
  border-radius: 20px;
  box-shadow: 9.5px 16.5px 43px rgba(1, 1, 1, 0.26);
  padding: 6px 24px;
}

.butn.butn-grey {
  min-width: 192px;
  font-size: 16px;
  font-weight: 400;
  background-color: #949494;
  border-radius: 20px;
  box-shadow: 9.5px 16.5px 43px rgba(1, 1, 1, 0.26);
  padding: 6px 24px;
}

.butn.butn-green {
  min-width: 162px;
  font-size: 16px;
  font-weight: 400;
  background-color: #39bc9d;
  border-radius: 15px;
  box-shadow: 5.7px 8.2px 18px rgba(0, 0, 0, 0.15);
  padding: 3px 20px;
}

.butn-google {
  width: 135px;
  height: 40px;
  background: url("../images/svg/google_play_badge.svg") no-repeat;
}

.butn-google:hover {
  background: url("../images/svg/google_play_badge_hover.svg") no-repeat;
}

.butn-apple {
  width: 135px;
  height: 40px;
  background: url("../images/svg/btn_app_store.svg") no-repeat;
}

.butn-apple:hover {
  background: url("../images/svg/btn_app_store_hover.svg") no-repeat;
}

/*Buttons END*/
@media all and (max-width: 760px) {
  .material-form {
    text-align: center;
  }
}

.material-form__item {
  position: relative;
  text-align: left;
}

.material-form__item:after {
  height: 1px;
  background-color: #cecfcf;
  width: 100%;
}

.material-form__item:before {
  height: 1px;
  background: #39bc9d;
  z-index: 1;
  width: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.material-form__item:after, .material-form__item:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
}

.material-form__item.focused:before {
  width: 100%;
  background-color: #39bc9d;
}

.material-form__item.focused .material-form__label {
  color: #39bc9d;
}

.material-form__item.valid-item.focused .material-form__label {
  color: #39bc9d;
}

.material-form__item.valid-item.focused:before {
  background-color: #39bc9d;
  width: 100%;
}

.material-form__item.error-item:before {
  background-color: #f7406b;
  width: 100%;
}

.material-form__item.error-item.focused:before {
  background-color: #f7406b;
  width: 100%;
}

.material-form__item.error-item.focused .material-form__label {
  color: #b0b0b0;
}

.material-form__item--select {
  margin-bottom: 82px;
}

.material-form__item--massage {
  margin-bottom: 48px;
}

.material-form__label {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  cursor: text;
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: color ease .3s, -webkit-transform ease .3s;
  transition: color ease .3s, -webkit-transform ease .3s;
  transition: transform ease .3s, color ease .3s;
  transition: transform ease .3s, color ease .3s, -webkit-transform ease .3s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.focused .material-form__label {
  -webkit-transform: translateY(-180%) scale(0.9);
          transform: translateY(-180%) scale(0.9);
}

.has-value .material-form__label {
  -webkit-transform: translateY(-180%) scale(0.9);
          transform: translateY(-180%) scale(0.9);
}

input.material-form__field, textarea.material-form__field, select.material-form__field {
  box-sizing: border-box;
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  font-family: "SFUIText", sans-serif;
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  margin: 0;
  height: 46px;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 400;
}

input.material-form__field:focus, textarea.material-form__field:focus, select.material-form__field:focus {
  box-shadow: none;
  background: none;
}

.material-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.material-form__bottom a {
  color: #747474;
}

.material-form__bottom.reset-pass {
  display: block;
  text-align: center;
}

@media all and (max-width: 760px) {
  .material-form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .material-form__bottom .butn.butn-red {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .material-form__bottom a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.reset-pass-result {
  text-align: center;
}

.reset-pass-result img {
  display: block;
  margin: 0 auto 40px;
}

.material-form-thanks {
  text-align: center;
}

.material-form-thanks img {
  margin-bottom: 12px;
}

.material-form-thanks h3 {
  color: #3e3e3e;
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 4px;
}

.material-form-thanks p {
  color: #3e3e3e;
  font-size: 16px;
}

.material-form-thanks__inner {
  margin: auto;
}

label.error {
  color: #f7406b;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: -26px;
}

.ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.ink {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #fff;
  opacity: 1;
}

.ink.animate {
  -webkit-animation: ripple .5s linear;
          animation: ripple .5s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

/* -- Sections -- */
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.copyright {
  text-align: right;
  color: #3e3e3e;
  font-size: 12px;
  font-weight: 300;
  padding: 16px 46px;
}

@media all and (max-width: 1200px) {
  .copyright {
    padding: 16px 20px;
  }
}

.header-admin {
  background-color: #fff;
  box-shadow: 2.5px 4.3px 16px rgba(1, 1, 1, 0.12);
  padding: 6px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header-admin .grid-width {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-admin__logo a, .header-admin__logo img {
  display: block;
}

.header-admin__list li {
  margin-left: 60px;
}

.header-admin__list a {
  display: block;
  color: #3e3e3e;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}

.header-admin__list a img {
  display: block;
}

.header-admin__list a.main-nav-active {
  color: #39bc9d;
  color-font-weight: 600;
}

.main-sidebar {
  max-width: 280px;
  min-width: 280px;
  box-shadow: 2.5px 4.3px 16px rgba(1, 1, 1, 0.12);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  padding-bottom: 116px;
  background-color: #fff;
}

.main-sidebar__header {
  padding: 30px 30px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #d8d8d8;
}

.main-sidebar__dropdown {
  position: relative;
}

.main-sidebar__dropdown--active .main-sidebar__dropdown-title:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-sidebar__dropdown-list {
  display: none;
  background-color: #f6f6f6;
  position: absolute;
  left: -30px;
  right: -30px;
  padding: 0 30px 18px;
  box-shadow: 0px 8px 10px rgba(1, 1, 1, 0.12);
  z-index: 99;
}

.main-sidebar__dropdown-list li {
  line-height: 30px;
  margin-bottom: 10px;
}

.main-sidebar__dropdown-list li a {
  display: block;
  color: #3e3e3e;
  font-family: "FredokaOne";
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.main-sidebar__dropdown-title {
  color: #39bc9d;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}

.main-sidebar__dropdown-title:before {
  content: "";
  width: 15px;
  height: 9px;
  position: absolute;
  top: 12px;
  right: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  background-image: url("../images/svg/arrow_down.svg");
  background-repeat: no-repeat;
}

.main-sidebar__butns {
  padding: 30px;
  border-bottom: 1px solid #d8d8d8;
}

.main-sidebar__butns .butn + .butn {
  margin-top: 18px;
}

.main-sidebar__menu {
  padding: 30px 30px;
  border-bottom: 1px solid #d8d8d8;
}

.main-sidebar__menu-item {
  position: relative;
}

.main-sidebar__menu-item + .main-sidebar__menu-item {
  margin-top: 30px;
}

.main-sidebar__menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3e3e3e;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.main-sidebar__menu-item a:hover {
  color: #39bc9d;
}

.main-sidebar__menu-item a:hover .l-side-icon {
  fill: #39bc9d;
}

.main-sidebar__menu-item a.sidebar-nav-active {
  color: #39bc9d;
  font-weight: 600;
}

.main-sidebar__menu-item a.sidebar-nav-active .l-side-icon {
  fill: #39bc9d;
}

.main-sidebar__menu-icon {
  display: block;
  min-width: 25px;
  text-align: center;
  margin-right: 17px;
}

.main-sidebar__menu-icon svg {
  display: block;
  margin: 0 auto;
}

.main-sidebar__subscrip {
  padding: 30px;
}

.main-sidebar__subscrip h3 {
  margin-bottom: 14px;
}

.main-sidebar__subscrip a {
  color: #f7406b;
  text-decoration: none;
  font-weight: 600;
}

.main-sidebar__subscrip p {
  position: relative;
  padding-right: 46px;
}

.notify-green {
  min-width: 40px;
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #39bc9d;
  border-radius: 10px;
  padding: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  text-align: center;
}

.notify-red {
  min-width: 40px;
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #f7406b;
  border-radius: 10px;
  padding: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  text-align: center;
}

.mess-sidebar {
  background-color: #fff;
  max-width: 350px;
  min-width: 350px;
  box-shadow: -2.5px 4.3px 16px rgba(1, 1, 1, 0.12);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  padding-bottom: 116px;
}

.mess-sidebar__header {
  padding: 14px 30px;
}

.mess-sidebar__header p {
  color: #747474;
}

.mess-sidebar__bottom {
  padding: 30px;
  border-top: 1px solid #d8d8d8;
}

.mess-sidebar__bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.mess-sidebar__bottom a img {
  margin-right: 18px;
}

.mess-sidebar__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}

.mess-sidebar__list-item a:hover {
  background-color: #e9e9e9;
}

.mess-sidebar__list-item a:hover .mess-sidebar__list-mess:before {
  box-shadow: 0 0 56px 32px #e9e9e9;
}

.mess-sidebar__list-item--active a {
  background-color: #e9e9e9;
}

.mess-sidebar__list-item--active a .mess-sidebar__list-mess:before {
  box-shadow: 0 0 56px 32px #e9e9e9;
}

.mess-sidebar__list-item--online .mess-sidebar__list-img:before {
  opacity: 1;
  background-color: #39bc9d;
}

.mess-sidebar__list-item--offline .mess-sidebar__list-img:before {
  opacity: 1;
  background-color: #bfbfbf;
}

.mess-sidebar__list-img {
  margin-right: 18px;
  width: 20%;
  max-width: 50px;
  position: relative;
}

.mess-sidebar__list-img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid white;
  border-radius: 50%;
  opacity: 0;
}

.mess-sidebar__list-img img {
  display: block;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mess-sidebar__list-text {
  width: 80%;
}

.mess-sidebar__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mess-sidebar__list-name {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.mess-sidebar__list-time {
  display: block;
  color: #747474;
  font-size: 14px;
  font-weight: 400;
}

.mess-sidebar__list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.mess-sidebar__list-mess {
  display: block;
  color: #747474;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  max-width: 174px;
  height: 22px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mess-sidebar__list-mess:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 24px;
  top: 0;
  right: 0;
  box-shadow: 0 0 56px 32px white;
}

.mess-sidebar__list-count {
  min-width: 40px;
  position: absolute;
  top: 2px;
  right: 0;
  background-color: #39bc9d;
  border-radius: 10px;
  padding: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  text-align: center;
}

.users-sidebar {
  background-color: #fff;
  max-width: 350px;
  min-width: 350px;
  box-shadow: -2.5px 4.3px 16px rgba(1, 1, 1, 0.12);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  padding-bottom: 116px;
}

.users-sidebar__header {
  padding: 14px 30px;
  border-bottom: 1px solid #d8d8d8;
}

.users-sidebar__header p {
  color: #747474;
}

.users-sidebar__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  border-bottom: 1px solid #d8d8d8;
}

.users-sidebar__user-left {
  margin-top: 5px;
  margin-right: 18px;
  width: 20%;
  max-width: 50px;
}

.users-sidebar__user-info {
  width: 80%;
}

.users-sidebar__user-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #747474;
  line-height: 22px;
}

.users-sidebar__time {
  font-size: 14px;
  min-width: 62px;
  text-align: right;
}

.users-sidebar__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 8px;
  margin-right: 18px;
  margin: 0 0 8px 0;
}

.users-sidebar__avatar img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.users-sidebar__battery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  color: #747474;
  line-height: 10px;
}

.users-sidebar__battery img {
  margin-right: 8px;
}

.users-sidebar__loc {
  color: #3e3e3e;
  font-size: 18px;
  line-height: 28px;
}

.users-sidebar__status {
  color: #747474;
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
}

.users-sidebar__bottom {
  padding: 30px;
}

.users-sidebar__bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.users-sidebar__bottom a img {
  margin-right: 18px;
}
