/* typo black */
/* white */
/* green */
/* light pink */
/* red */
/* grey */
/* light grey */
/* green hover */
/* light grey */
/* light_violet */
* {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  color: #1F1942;
  background-repeat: no-repeat;
  min-width: 360px;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  color: #1F1942;
}

body {
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (min-width: 1441px) {
  body {
    background-image: url("img/bg-uhd.jpg");
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  body {
    background-image: url("img/bg-fullhd.jpg");
  }
}

.empty {
  font-weight: 500;
  color: #8F8BA7;
}

.setting {
  background-image: url("img/settings.svg");
}

.arrow {
  background-image: url("img/arrow.svg");
  color: #8F8BA7;
}

.heart {
  background-image: url("img/heart.svg");
  background-position: left center;
}

.relax {
  background-image: url("img/rest.svg");
  background-position: left center;
}

.truancy {
  background-image: url("img/circle_cross.svg");
  background-position: left center;
}

.svg {
  background-image: url("img/heart.svg");
}

.online {
  background: url("img/online.svg") right center no-repeat;
}

.offline {
  background: url("img/offline.svg") right center no-repeat;
}

.selected {
  background-color: rgba(36, 36, 35, 0.02);
}

.red {
  color: #F7614D;
}

.green {
  color: #22C896;
}

.arrow_down {
  background-image: url("img/arrow_down.svg");
}

.arrow_up {
  background-image: url("img/arrow_up.svg");
}

.pause {
  background-image: url("img/pause.svg");
}

.arrow_with_clock {
  background-image: url("img/arrow_with_clock.svg");
}

.plus_minus {
  background-image: url("img/plus_minus.svg");
}

.right_arrow {
  background-image: url("img/arrowRight.svg");
}

.left_arrow {
  background-image: url("img/arrowLeft.svg");
}

.optimal_care {
  background-image: url("img/human_run.svg");
}

.house {
  background-image: url("img/house.svg");
  cursor: pointer;
}

.notification.new {
  background-image: url("img/notification_new.svg");
}

.notification {
  background-image: url("img/notification.svg");
  cursor: pointer;
}

div#parent {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div#parent > div {
  flex: none;
  background-color: white;
  width: 100%;
  height: 100%;
  position: relative;
}
div#parent > div > div {
  position: absolute;
}

div#overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(31, 25, 66, 0.48);
  min-width: 360px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
div#overlay.show {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
div#overlay > div {
  background-color: white;
  flex: none;
  margin: auto;
}
div#overlay > div input {
  text-align: center;
  font-weight: 500;
  outline: none;
}
div#overlay > div > span.line {
  background-image: url("/templates/site/res/img/line.svg");
  background-size: 100px;
  background-position: center 24px;
  background-repeat: no-repeat;
  width: 100%;
  height: 48px;
}
div#overlay > div > div.title {
  display: flex;
  justify-content: space-between;
}
div#overlay > div > div.title > span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  height: 64px;
  line-height: 64px;
}
div#overlay > div > div.title > a.close {
  background-image: url("/templates/site/res/img/button_X.svg");
  background-size: 64px;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  border-radius: 0 32px;
}
div#overlay > div > div.title > a.close:hover {
  background-image: url("/templates/site/res/img/button_X_hover.svg");
}
div#overlay > div > div.title > a.goToToday {
  position: absolute;
  left: 0;
  background-image: url("/templates/site/res/img/refresh.svg");
  background-size: 64px;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
}
div#overlay > div > div.title > a.goToToday:hover {
  background-image: url("/templates/site/res/img/refresh_hover.svg");
}
div#overlay > div > form > p.menu {
  display: flex;
  justify-content: space-between;
  height: 48px;
  padding-left: 48px;
  padding-right: 48px;
}
div#overlay > div > form > p.menu > span.date {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #8F8BA7;
}
div#overlay > div > form > p.menu .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
div#overlay > div > form > p.menu .custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  float: right;
}
div#overlay > div > form > p.menu .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 16px;
}
div#overlay > div > form > p.menu .custom-checkbox + label[for=sick] {
  background-image: url("/templates/site/res/img/black_heart.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
div#overlay > div > form > p.menu .custom-checkbox + label[for=sick]::before {
  border: 2px solid #22C896;
}
div#overlay > div > form > p.menu .custom-checkbox + label[for=truancy] {
  background-image: url("/templates/site/res/img/calendar_X.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
div#overlay > div > form > p.menu .custom-checkbox + label[for=truancy]::before {
  border: 2px solid #F6614D;
}
div#overlay > div > form > p.menu .custom-checkbox:hover + label[for=sick]::before {
  border: 2px solid #329678;
}
div#overlay > div > form > p.menu .custom-checkbox:hover + label[for=truancy]::before {
  border: 2px solid #C44D3F;
}
div#overlay > div > form > p.menu .custom-checkbox:checked + label[for=sick]::before {
  background-color: #329678;
  border: 2px solid #329678;
  background-image: url("/templates/site/res/img/white_heart.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
div#overlay > div > form > p.menu .custom-checkbox:checked + label[for=truancy]::before {
  background-color: #C44D3F;
  border: 2px solid #C44D3F;
  background-image: url("/templates/site/res/img/white_calendar_X.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
div#overlay > div > form > div.inputs {
  overflow: auto;
}
div#overlay > div > form > div.inputs > p.came-gone {
  position: relative;
  margin: 0;
}
div#overlay > div > form > div.inputs > p.came-gone > label {
  height: 48px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 24px;
}
div#overlay > div > form > div.inputs > p.came-gone > label:nth-child(1) {
  background-image: url("/templates/site/res/img/arrow_down.svg");
  margin-right: 16px;
}
div#overlay > div > form > div.inputs > p.came-gone > label:nth-child(2) {
  background-image: url("/templates/site/res/img/arrow_up.svg");
}
div#overlay > div > form > div.inputs > p.came-gone > label > input {
  box-sizing: border-box;
  width: 112px;
  text-align: center;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px #E4E2ED;
}
div#overlay > div > form > div.inputs > p.came-gone > label > input::-webkit-calendar-picker-indicator {
  background: none;
  display: none;
}
div#overlay > div > form > div.inputs > p.came-gone > label > input:hover {
  box-shadow: inset 0 0 0 2px #22C896;
}
div#overlay > div > form > div.inputs > p.came-gone > img {
  width: 24px;
  height: 24px;
  margin: 12px 8px;
  text-align: center;
}
div#overlay > div > form > div.inputs > p.came-gone > span {
  width: 20px;
  height: 20px;
  background-color: #22C896;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 20px;
}
div#overlay > div > form > div.apply {
  text-align: center;
  bottom: 0;
}
div#overlay > div > form > div.apply > input {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: white;
  border: 0;
  padding: 16px 32px;
  background-color: #22C896;
  border-radius: 24px;
  width: 328px;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 500ms;
}
div#overlay > div > form > div.apply > input:hover, div#overlay > div > form > div.apply input:hover {
  background-color: #329678;
}
div#overlay > div.birthday > div.title {
  display: flex;
  justify-content: right;
}
div#overlay > div.birthday table {
  width: 100%;
}
div#overlay > div.birthday table thead td {
  text-align: center;
}
div#overlay > div.birthday table tbody td {
  text-align: center;
  font-size: 15px;
}
div#overlay > div.birthday div:last-of-type {
  padding: 10px;
}

div#parent > div > div.menu > div.user-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div#parent > div > div.menu > div.user-menu > div.date {
  display: flex;
  align-items: center;
}
div#parent > div > div.menu > div.user-menu > div.date > a.left {
  background-image: url("/templates/site/res/img/day_left.svg");
  width: 24px;
  height: 24px;
  margin-right: 12px;
  cursor: pointer;
}
div#parent > div > div.menu > div.user-menu > div.date > a.disabled {
  pointer-events: none;
  opacity: 0;
}
div#parent > div > div.menu > div.user-menu > div.date > a.right {
  background-image: url("/templates/site/res/img/day_right.svg");
  width: 24px;
  height: 24px;
  margin-left: 12px;
  margin-right: 40px;
  cursor: pointer;
}
div#parent > div > div.menu > div.user-menu > div.date > a.birthday {
  display: inline-block;
  vertical-align: bottom;
  background-position: center;
  background-image: url("/templates/site/res/img/birthday.svg");
  width: 24px;
  height: 24px;
  flex: none;
  cursor: pointer;
}
div#parent > div > div.menu > div.user-menu > div.date > a.calendar {
  vertical-align: top;
  white-space: nowrap;
  cursor: pointer;
}
div#parent > div > div.menu > div.user-menu > div.container {
  display: flex;
  align-items: center;
}
div#parent > div > div.menu > div.user-menu > div.container > span.setting__overflow_avatar {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #8F8BA7;
}
div#parent > div > div.menu > div.user-menu > div.container > a {
  display: inline-block;
  float: right;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  margin-left: 18px;
}
div#parent > div > div.menu > div.user-menu > div.container > a.exit {
  background-image: url("/templates/site/res/img/exit.svg");
}
div#parent > div > div.menu > div.user-menu > div.container > a.setting {
  background-image: url("/templates/site/res/img/settings.svg");
  transition: transform 500ms;
}
div#parent > div > div.menu > div.user-menu > div.container > a.setting:hover {
  transform: rotate(90deg);
}
div#parent > div > div.menu > div.user-menu > div.container > a.notification, div#parent > div > div.menu > div.user-menu > div.container > a.house {
  margin-right: 18px;
}
div#parent > div > div.menu > div.user-menu > div.container > a.notification.new {
  animation: ding 2s infinite ease-out;
}
@keyframes ding {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
div#parent > div > div.menu > div.user-menu > div.nav-menu {
  width: 300px;
  height: 110px;
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  right: 50px;
  top: 46px;
  z-index: 100;
}
div#parent > div > div.menu > div.user-menu > div.nav-menu > ul {
  list-style-type: none;
}
div#parent > div > div.menu > div.user-menu > div.nav-menu > ul > li {
  padding: 15px;
}
div#parent > div > div.menu > div.user-menu > div.nav-menu > ul > hr {
  border: 1px solid #22c896;
}

div.users-list {
  height: 100%;
}
div.users-list > div {
  cursor: pointer;
  position: relative;
  background-size: 0;
  transition: box-shadow 500ms;
}
div.users-list > div::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: inherit;
  overflow: hidden;
}
div.users-list > div:hover {
  box-shadow: 0 4px 24px 0 #372B4914;
  border-radius: 64px;
  z-index: 999;
}
div.users-list > div > p {
  color: #1F1942;
}
div.users-list > div > p:first-child {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: 500;
}
div.users-list > div > p:first-child span:nth-of-type(1), div.users-list > div > p:first-child span:nth-of-type(2) {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.users-list > div > p:first-child span:nth-of-type(3) {
  position: absolute;
  right: 0;
  vertical-align: top;
  background-image: url("img/offline.svg");
  white-space: nowrap;
  background-position: left center;
  background-repeat: no-repeat;
}
div.users-list > div > p:first-child span:nth-of-type(3).online {
  background-image: url("img/online.svg");
}
div.users-list > div > p:first-child span:nth-of-type(3) > span {
  position: absolute;
}
div.users-list > div > p:first-child span:nth-of-type(3) > span:nth-of-type(1) {
  animation: a-offline 12s infinite;
}
div.users-list > div > p:first-child span:nth-of-type(3) > span:nth-of-type(2) {
  animation: a-human_run 12s infinite;
}
@keyframes a-offline {
  from {
    opacity: 1;
  }
  41.67% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  91.67% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes a-human_run {
  from {
    opacity: 0;
  }
  41.67% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  91.67% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
div.users-list > div > p:last-child {
  font-weight: 300;
  color: #8F8BA7;
}
div.users-list > div > p:last-child.filled {
  font-weight: 500;
  color: #1F1942;
}
div.users-list > div > p:last-child span {
  display: inline-block;
  font-weight: 300;
}
div.users-list > div > p:last-child span.filled {
  font-weight: 500;
  color: #1F1942;
}
div.users-list > div > p:last-child span.pause {
  font-weight: 500;
}
div.users-list > div > p:last-child span:nth-of-type(1) {
  text-align: center;
}
div.users-list > div > p:last-child span:nth-of-type(2) {
  text-align: center;
  background-position-y: center;
}
div.users-list > div > p:last-child span:nth-of-type(3) {
  font-weight: 500;
  color: #1F1942;
  background-position-y: center;
}
div.users-list > div > p:last-child span.optimal-time {
  font-weight: 300;
  font-style: italic;
}

div.person-menu {
  vertical-align: center;
  background-repeat: no-repeat;
}
div.person-menu > a {
  display: inline-block;
  vertical-align: top;
}
div.person-menu > a > span {
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-image: url("img/arrow_back.svg");
  border-radius: 24px;
  transition: background-color 500ms;
}
div.person-menu > a > span:hover {
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-color: #F9F8FF;
  background-image: url("img/arrow_back.svg");
}
div.person-menu a.favorite {
  display: inline-block;
  background-image: url("/templates/site/res/img/star.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
div.person-menu a.act {
  background-image: url("/templates/site/res/img/star_active.svg");
}
div.person-menu > span:nth-of-type(2) {
  background-position: left center;
  float: right;
  color: #8F8BA7;
}

div.person-data div.circle {
  display: inline-block;
  vertical-align: top;
}
div.person-data div.circle > span {
  text-align: center;
  display: block;
  font-size: 32px;
  color: #22C896;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
div.person-data div.circle > span > span.percent_month {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}
div.person-data div.circle > table {
  width: 100%;
}
div.person-data div.circle > table > tbody {
  text-align: center;
  vertical-align: middle;
}
div.person-data div.table {
  overflow: auto;
  display: inline-block;
  float: right;
}
div.person-data div.table > table {
  display: block;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  max-height: 550px;
  overflow: auto;
  border-collapse: collapse;
  min-width: 480px;
}
div.person-data div.table > table > thead {
  border-spacing: 0 24px;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1;
}
div.person-data div.table > table > thead > tr > th {
  background-position: center center;
}
div.person-data div.table > table > tbody {
  margin-top: 8px;
}
div.person-data div.table > table > tbody > tr > td {
  height: 64px;
}
div.person-data div.table > table > tbody > tr > td a {
  display: block;
  height: 100%;
  vertical-align: middle;
}
div.person-data div.table > table > tbody > tr > td a:hover {
  box-shadow: 0 4px 24px 0 #372B4914;
  border-radius: 20px;
}
div.person-data div.table > table > tbody > tr > td:first-child {
  width: 63px;
}
div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(1) {
  color: #8F8BA7;
  width: 21px;
  height: 24px;
  margin-right: 8px;
}
div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(2) {
  width: 9px;
  height: 32px;
}
div.person-data div.table > table > tbody > tr > td.empty {
  font-weight: 500;
  color: #8F8BA7;
}
div.person-data div.table > table > tbody > tr > td.red {
  color: #F6614D;
}
div.person-data div.table > table > tbody > tr > td.green {
  color: #22C896;
}
div.person-data div.table > table > tbody > tr > td.line {
  width: 100%;
  position: relative;
  vertical-align: middle;
}
div.person-data div.table > table > tbody > tr > td.line::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0;
  border: 1px solid #E4E2ED;
}

div#overlay > div > div.advertisement > h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
div#overlay > div > div.advertisement > div.content {
  overflow: auto;
}
div#overlay > div > div.advertisement > div.content p {
  text-align: justify;
  margin: 6px 0;
}
div#overlay > div > div.advertisement > div.content p.wish {
  text-align: center;
}
div#overlay > div > div.advertisement > div.img {
  background-image: url("img/cats/CatsWithNotebook.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}

ul#advList div.lineYear {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  color: #8F8BA7;
}
ul#advList div.lineYear:not(:nth-child(1)) {
  margin-top: 20px;
}
ul#advList div.lineYear > div {
  height: 1px;
  background-color: #8F8BA7;
  width: 100%;
}
ul#advList div.lineYear > p {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
}
ul#advList > li.advertisement {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 35px;
  border: 1px solid rgba(55, 43, 73, 0.5);
}
ul#advList > li.advertisement.new {
  border: 1px dashed rgba(49, 185, 95, 0.5);
  box-shadow: inset -3px -3px 15px rgba(49, 185, 95, 0.5), inset 3px 3px 15px rgba(49, 185, 95, 0.5);
}
ul#advList > li.advertisement > ul {
  display: none;
  word-wrap: break-word;
  overflow: hidden;
}

div#overlay > div > div.calendar > p {
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-bottom: #E0E0E0 solid 1px;
}
div#overlay > div > div.calendar > p > a {
  display: inline-block;
  background-position: center;
  width: 48px;
  height: 48px;
}
div#overlay > div > div.calendar > p > a.left_arrow {
  float: left;
  cursor: pointer;
}
div#overlay > div > div.calendar > p > a.right_arrow {
  float: right;
  cursor: pointer;
}
div#overlay > div > div.calendar > p > a.disabled {
  pointer-events: none;
  opacity: 0.2;
}
div#overlay > div > div.calendar > table.birthday_overlay {
  margin: 0;
  width: 100%;
  max-height: 400px;
  overflow: auto;
}
div#overlay > div > div.calendar > table.birthday_overlay > thead > tr > td {
  height: 30px;
  width: auto;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 2px;
}
div#overlay > div > div.calendar > table.birthday_overlay > tbody > tr:hover {
  background-color: rgba(180, 180, 180, 0.23);
}
div#overlay > div > div.calendar > table.birthday_overlay > tbody > tr > td {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding: 2px;
}
div#overlay > div > div.calendar > table.birthday_overlay > tbody > tr > td:first-child {
  text-align: center;
}
div#overlay > div > div.calendar > table.birthday_overlay > tbody > tr > td:last-child {
  text-align: center;
}
div#overlay > div > div.calendar > table.birthday_overlay > tbody > tr > td:nth-child(3) {
  text-align: center;
}
div#overlay > div > div.calendar > table {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 8px auto auto auto;
  border-collapse: collapse;
  box-sizing: border-box;
}
div#overlay > div > div.calendar > table > thead > tr > td {
  height: 30px;
  width: 36px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
div#overlay > div > div.calendar > table > tbody td {
  margin: 2px 4px;
  text-align: center;
}
div#overlay > div > div.calendar > table > tbody td > a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 auto;
  height: 28px;
  width: 28px;
  border-radius: 8px;
  transition: box-shadow 200ms;
}
div#overlay > div > div.calendar > table > tbody td > a.today {
  background-color: #329678;
  color: white;
}
div#overlay > div > div.calendar > table > tbody td > a.grey {
  color: #E4E2ED;
}
div#overlay > div > div.calendar > table > tbody td > a.pink {
  background-color: #f8d5e1;
}
div#overlay > div > div.calendar > table > tbody td > a.grey:hover {
  box-shadow: 0 0 0 2px #E4E2ED inset;
}
div#overlay > div > div.calendar > table > tbody td > a.today:hover {
  box-shadow: none;
  color: white;
}
div#overlay > div > div.calendar > table > tbody td > a:hover {
  box-shadow: 0 0 0 2px #22C896 inset;
}

div.form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (min-width: 1441px) {
  div.form {
    background-image: url("img/bg-uhd.jpg");
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  div.form {
    background-image: url("img/bg-fullhd.jpg");
  }
}
@media screen and (min-width: 577px) and (max-width: 1200px) {
  div.form {
    background-image: url("img/bg.jpg");
  }
}
div.form > div {
  width: 424px;
  background-color: white;
  border-radius: 32px;
  height: auto;
}
div.form > div form {
  flex-direction: column;
  justify-content: space-between;
}
div.form > div div.title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #1F1942;
}
div.form > div div.login {
  margin-bottom: 32px;
}
div.form > div div.login > p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 8px;
}
div.form > div div.login > input {
  box-sizing: border-box;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: inset 0 0 0 2px #e4e2ed;
}
div.form > div div.login > input:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px #22c896;
}
div.form > div div.passwd {
  margin-bottom: 40px;
}
div.form > div div.passwd > p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 8px;
}
div.form > div div.passwd > input {
  box-sizing: border-box;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: inset 0 0 0 2px #e4e2ed;
}
div.form > div div.passwd > input:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px #22c896;
}
div.form > div div.checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
div.form > div div.checkbox .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
div.form > div div.checkbox .custom-checkbox + label {
  user-select: none;
  display: inline-flex;
  outline: 0;
}
div.form > div div.checkbox .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 8px;
  background-image: url("/templates/site/res/img/checkbox.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
div.form > div div.checkbox .custom-checkbox:hover + label::before {
  background-image: url("/templates/site/res/img/checkbox_hover.svg");
}
div.form > div div.checkbox .custom-checkbox + label:focus-visible::before {
  background-image: url("/templates/site/res/img/checkbox_hover.svg");
}
div.form > div div.checkbox .custom-checkbox:checked + label:focus-visible::before {
  background-image: url("/templates/site/res/img/checkbox_checked_hover.svg");
}
div.form > div div.checkbox .custom-checkbox:checked + label::before {
  background-image: url("/templates/site/res/img/checkbox_checked.svg");
}
div.form > div div.checkbox .custom-checkbox:checked:hover + label::before {
  background-image: url("/templates/site/res/img/checkbox_checked_hover.svg");
}
div.form > div div.checkbox span {
  padding-left: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  user-select: none;
}
div.form > div input.submit {
  width: 100%;
  height: 64px;
  background-color: #22C896;
  color: white;
  border-radius: 24px;
  flex: none;
  outline: 0;
}
div.form > div input.submit:focus-visible {
  background-color: #329678;
}

div#overlay > div div.setting__wrapper {
  padding: 24px 48px;
}
div#overlay > div div.setting__wrapper > form > div.setting__overflow > div.setting__overflow_title {
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
div#overlay > div div.setting__wrapper > form > div.setting__overflow > div.setting__overflow_avatar > div.setting__overflow_avatar_item {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
div#overlay > div div.setting__wrapper > form > div.setting__overflow > div.setting__overflow_avatar > div.setting__overflow_avatar_item > img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
div#overlay > div div.setting__wrapper > form > div.setting__overflow > div.setting__overflow_avatar > div.setting__overflow_avatar_item > a {
  color: #22C896;
  margin-left: 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
div#overlay > div div.setting__wrapper > form > div.setting__overflow > div.setting__overflow_avatar > div.setting__overflow_avatar_item > a:hover {
  color: #329678;
}
div#overlay > div div.setting__wrapper > form > div.setting__overflow > div.setting__overflow_avatar input#fileNewAvatar {
  display: none;
}
div#overlay > div div.setting__wrapper > form > div.setting__overflow > div.setting__overflow_nickname {
  padding-top: 32px;
}
div#overlay > div div.setting__wrapper > form > div.setting__overflow > div.setting__overflow_nickname > p:nth-child(1) {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #1F1942;
  text-align: left;
}
div#overlay > div div.setting__wrapper > form > div.setting__overflow > div.setting__overflow_nickname > p:nth-child(2) {
  padding-top: 8px;
}
div#overlay > div div.setting__wrapper > form > div.setting__overflow > div.setting__overflow_nickname > p:nth-child(2) > input {
  box-shadow: inset 0 0 0 2px #e4e2ed;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  text-align: left;
  padding-left: 16px;
}
div#overlay > div div.setting__wrapper > form > div.setting__overflow > div.setting__overflow_nickname > p:nth-child(2) > input:hover {
  box-shadow: inset 0 0 0 2px #22c896;
}
div#overlay > div div.setting__wrapper > form > div.setting__overflow > button {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  cursor: pointer;
  height: 64px;
  width: 100%;
  border-radius: 24px;
  transition: background-color 500ms;
  background-color: #22C896;
  color: white;
  margin-top: 40px;
  margin-bottom: 24px;
}
div#overlay > div div.setting__wrapper > form > div.setting__overflow > button:hover {
  background-color: #329678;
}

@media only screen and (max-width: 420px) {
  div#parent {
    margin: 0;
    padding: 0;
    justify-content: start;
  }
  div#parent > div {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  div#parent > div > div.menu {
    top: 16px;
    left: 0;
    right: 16px;
  }
  div#parent > div > div.content {
    left: 0;
    right: 16px;
    bottom: 16px;
  }
  div#parent > div.list > div.menu {
    height: 96px;
  }
  div#parent > div.list > div.content {
    top: 128px;
    overflow: auto;
  }
  div#parent > div.list.advertisments > div.menu {
    left: 16px;
  }
  div#parent > div.list.advertisments > div.content {
    left: 16px;
  }
  div#parent > div.person > div.menu {
    height: 56px;
  }
  div#parent > div.person > div.content {
    top: 88px;
    overflow: hidden;
  }

  div#overlay > div {
    position: absolute;
    min-width: 360px;
    border-radius: 32px 32px 0 0;
    max-width: 666px;
    max-height: 100%;
    bottom: 0;
  }
  div#overlay > div input {
    font-size: 16px;
    line-height: 24px;
  }
  div#overlay > div > span.line {
    display: inline-block;
  }
  div#overlay > div > div.title > span {
    padding-left: 20px;
  }
  div#overlay > div > div.title > a.close {
    display: none;
  }
  div#overlay > div > form {
    text-align: center;
  }
  div#overlay > div > form > p.menu {
    display: inline-block;
    text-align: left;
    padding: 0;
    width: 320px;
  }
  div#overlay > div > form > div.inputs {
    max-height: 300px;
  }
  div#overlay > div > form > div.inputs > div.between {
    height: 16px;
  }
  div#overlay > div > form > div.apply {
    margin: 8px 0 8px 0;
  }
  div#overlay > div > form > div.apply > input {
    height: 56px;
  }

  div#parent > div > div.menu div.user-menu {
    height: 24px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto 32px;
    padding-bottom: 12px;
    height: 100%;
  }
  div#parent > div > div.menu div.user-menu > div.date a.calendar {
    font-size: 20px;
    line-height: 24px;
  }
  div#parent > div > div.menu div.user-menu > div.container span {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  div#parent > div > div.menu div.user-menu > div.date {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  div#parent > div > div.menu div.user-menu > div.container {
    grid-row-start: 2;
    grid-column-start: 2;
  }

  div.users-list > div {
    padding: 16px 0 16px 64px;
  }
  div.users-list > div::after {
    left: 16px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    overflow: hidden;
    top: 16px;
    background-size: cover;
    background-position: center center;
  }
  div.users-list > div > div:last-child {
    padding-bottom: 0;
  }
  div.users-list > div span {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
  }
  div.users-list > div > p {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    color: #1F1942;
  }
  div.users-list > div > p:first-child > span:nth-of-type(1) {
    max-width: 140px;
  }
  div.users-list > div > p:first-child > span:nth-of-type(2) {
    display: none;
  }
  div.users-list > div > p:first-child > span:nth-of-type(3), div.users-list > div > p:first-child span:nth-of-type(4) {
    padding-left: 18px;
    width: 112px;
    margin-right: 8px;
    background-size: 8px;
  }
  div.users-list > div > p:last-child {
    margin: 4px 0 0 0;
    font-weight: 300;
    color: #8F8BA7;
    width: 305px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(1) {
    width: 48px;
    line-height: 24px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(2) {
    width: 68px;
    line-height: 24px;
    padding-left: 20px;
    background-size: 20px;
  }
  div.users-list > div > p:last-child > span.pause {
    margin-left: 14px;
    padding-left: 28px;
    color: #1F1942;
    background-size: 20px;
  }

  div#parent > div > div.menu div.person-menu {
    padding-left: 56px;
  }
  div#parent > div > div.menu div.person-menu > a:first-child {
    display: block;
    position: absolute;
    left: 0;
    width: 56px;
    height: 56px;
    /*padding: $_padding;*/
    margin-right: 8px;
  }
  div#parent > div > div.menu div.person-menu > a:first-child > span {
    width: 56px;
    height: 56px;
    /*padding: $_padding; margin: $_margin_arrow; */
  }
  div#parent > div > div.menu div.person-menu > a.favorite {
    width: 56px;
    height: 56px;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 24px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) {
    font-size: 16px;
    padding-right: 36px;
    background-size: 12px;
    line-height: 28px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) > span {
    font-size: 16px;
    display: none;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(2) {
    font-size: 16px;
    background-size: 20px;
    padding-left: 28px;
    display: block;
    float: none;
    line-height: 28px;
  }

  div#parent > div > div.content > div.person-data {
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    justify-content: normal;
    padding: 0;
  }
  div#parent > div > div.content > div.person-data div.circle {
    padding: 16px 0 16px 48px;
    display: block;
    vertical-align: middle;
    margin: 0 0 16px 0;
  }
  div#parent > div > div.content > div.person-data div.circle > span {
    font-size: 20px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    display: inline-block;
  }
  div#parent > div > div.content > div.person-data div.circle > span > span.percent_month {
    color: #F7614D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    top: 67px;
  }
  div#parent > div > div.content > div.person-data div.circle > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    text-align: left;
    margin: 0 0 0 32px;
    line-height: 24px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) {
    font-size: 16px;
    margin-top: 0;
    position: relative;
    margin-top: 32px;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    top: 50%;
    margin-top: -10px;
    position: static;
    vertical-align: bottom;
    display: inline-block;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(1) {
    left: 0;
    background-image: url("/templates/site/res/img/month_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: static;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 8px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(2) {
    right: 0;
    background-image: url("/templates/site/res/img/month_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: static;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 8px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) {
    margin: 16px 0 8px 0;
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) > span:nth-child(1) {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) > span:nth-child(2) {
    padding: 0 4px 0 4px;
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) > span:nth-child(3) {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(3) {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.red {
    color: #F6614D;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table {
    display: block;
  }
  div#parent > div > div.content > div.person-data div.table > table {
    float: none;
    display: block;
    vertical-align: top;
    min-height: 320px;
    max-height: 100%;
    overflow: auto;
    border-collapse: collapse;
    float: none;
  }
  div#parent > div > div.content > div.person-data div.table > table > thead > tr > th {
    height: 40px;
    background-size: 24px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td {
    font-size: 16px;
    height: 40px;
    width: 136px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a {
    line-height: 40px;
    padding: 8px;
    border-radius: 20px;
    transition-property: box-shadow, color;
    transition-duration: 500ms;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover {
    box-shadow: 0 4px 24px 0 #372B4914;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover span:last-child {
    color: #329678;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:first-child {
    max-width: 36px;
    min-width: 36px;
    background-size: 20px;
    background-position: center center;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) {
    width: 72px;
    padding-right: 8px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(1) {
    font-size: 12px;
    color: #8F8BA7;
    margin-right: 4px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(2) {
    font-size: 16px;
    height: 100%;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(3) {
    padding: 0 8px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(4) {
    padding: 0 8px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(5) {
    padding: 0 8px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) {
    padding: 0 8px;
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(1) {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(2) {
    width: 9px;
    color: #8F8BA7;
    margin: 0 3px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:last-child {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6).empty {
    font-weight: 500;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(7) {
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.red {
    color: #F7614D;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.line {
    width: 100%;
  }

  div#overlay > div > div.advertisement > h2 {
    font-size: 17px;
    line-height: 21px;
  }
  div#overlay > div > div.advertisement > div.content p {
    font-size: 14px;
    line-height: 17px;
  }
  div#overlay > div > div.advertisement > div.img {
    background-size: 55px;
    width: 55px;
    height: 55px;
  }

  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list {
    height: 100%;
  }
  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list > div.advertisement > details {
    background-color: #22c896;
  }

  div#overlay > div div#overlay > div.calendar div.title {
    position: absolute;
    top: 2px;
    left: 4px;
  }
  div#overlay > div > div.calendar {
    font-size: 16px;
    padding: 0 32px 48px;
  }

  div.form > div {
    padding: 32px 20px;
    height: auto;
    height: 100%;
  }
  div.form > div form {
    height: 100%;
    display: flex;
    justify-content: space-between;
  }

  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar input#fileNewAvatar {
    display: none;
  }
  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar > div > span {
    margin: 16px;
  }
}
@media only screen and (min-width: 421px) and (max-width: 576px) {
  div#parent {
    margin: 0;
    padding: 0;
    justify-content: start;
  }
  div#parent > div {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  div#parent > div > div.menu {
    top: 16px;
    left: 0;
    right: 16px;
  }
  div#parent > div > div.content {
    left: 0;
    right: 16px;
    bottom: 16px;
  }
  div#parent > div.list > div.menu {
    height: 96px;
  }
  div#parent > div.list > div.content {
    top: 128px;
    overflow: auto;
  }
  div#parent > div.list.advertisments > div.menu {
    left: 16px;
  }
  div#parent > div.list.advertisments > div.content {
    left: 16px;
  }
  div#parent > div.person > div.menu {
    height: 56px;
  }
  div#parent > div.person > div.content {
    top: 88px;
    overflow: hidden;
  }

  div#overlay > div {
    position: absolute;
    min-width: 360px;
    border-radius: 32px 32px 0 0;
    max-width: 666px;
    max-height: 100%;
    bottom: 0;
  }
  div#overlay > div input {
    font-size: 16px;
    line-height: 24px;
  }
  div#overlay > div > span.line {
    display: inline-block;
  }
  div#overlay > div > div.title > span {
    padding-left: 20px;
  }
  div#overlay > div > div.title > a.close {
    display: none;
  }
  div#overlay > div > form {
    text-align: center;
  }
  div#overlay > div > form > p.menu {
    display: inline-block;
    text-align: left;
    padding: 0;
    width: 320px;
  }
  div#overlay > div > form > div.inputs {
    max-height: 300px;
  }
  div#overlay > div > form > div.inputs > div.between {
    height: 16px;
  }
  div#overlay > div > form > div.apply {
    margin: 8px 0 8px 0;
  }
  div#overlay > div > form > div.apply > input {
    height: 56px;
  }

  div#parent > div > div.menu div.user-menu {
    height: 24px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto 32px;
    padding-bottom: 12px;
    height: 100%;
  }
  div#parent > div > div.menu div.user-menu > div.date a.calendar {
    font-size: 20px;
    line-height: 24px;
  }
  div#parent > div > div.menu div.user-menu > div.container span {
    max-width: 265px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  div#parent > div > div.menu div.user-menu > div.date {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  div#parent > div > div.menu div.user-menu > div.container {
    grid-row-start: 2;
    grid-column-start: 2;
  }

  div.users-list > div {
    padding: 16px 0 16px 88px;
  }
  div.users-list > div::after {
    left: 24px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    top: 50%;
    margin-top: -20px;
    background-size: cover;
    background-position: center center;
  }
  div.users-list > div > div:last-child {
    padding-bottom: 0;
  }
  div.users-list > div span {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
  }
  div.users-list > div > p {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    color: #1F1942;
  }
  div.users-list > div > p:first-child > span:nth-of-type(1) {
    max-width: 140px;
  }
  div.users-list > div > p:first-child > span:nth-of-type(2) {
    display: none;
  }
  div.users-list > div > p:first-child > span:nth-of-type(3), div.users-list > div > p:first-child span:nth-of-type(4) {
    padding-left: 22px;
    width: 112px;
    margin-right: 8px;
    background-size: 12px;
  }
  div.users-list > div > p:last-child {
    margin: 8px 0 0 0;
    font-weight: 300;
    color: #8F8BA7;
    width: 305px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(1) {
    width: 48px;
    line-height: 24px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(2) {
    width: 68px;
    line-height: 24px;
    padding-left: 20px;
    background-size: 20px;
  }
  div.users-list > div > p:last-child > span.pause {
    margin-left: 32px;
    padding-left: 28px;
    color: #1F1942;
    background-size: 20px;
  }

  div#parent > div > div.menu div.person-menu {
    padding-left: 56px;
  }
  div#parent > div > div.menu div.person-menu > a:first-child {
    display: block;
    position: absolute;
    left: 0;
    width: 56px;
    height: 56px;
    /*padding: $_padding;*/
    margin-right: 8px;
  }
  div#parent > div > div.menu div.person-menu > a:first-child > span {
    width: 56px;
    height: 56px;
    /*padding: $_padding; margin: $_margin_arrow; */
  }
  div#parent > div > div.menu div.person-menu > a.favorite {
    width: 56px;
    height: 56px;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 24px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) {
    font-size: 16px;
    padding-right: 36px;
    background-size: 12px;
    line-height: 28px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) > span {
    font-size: 16px;
    display: none;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(2) {
    font-size: 16px;
    background-size: 20px;
    padding-left: 28px;
    display: block;
    float: none;
    line-height: 28px;
  }

  div#parent > div > div.content > div.person-data {
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    justify-content: normal;
    padding: 0;
  }
  div#parent > div > div.content > div.person-data div.circle {
    padding: 16px 0 16px 64px;
    display: block;
    vertical-align: middle;
    margin: 0 0 16px 0;
  }
  div#parent > div > div.content > div.person-data div.circle > span {
    font-size: 20px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    display: inline-block;
  }
  div#parent > div > div.content > div.person-data div.circle > span > span.percent_month {
    color: #F7614D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    top: 67px;
  }
  div#parent > div > div.content > div.person-data div.circle > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    text-align: left;
    margin: 0 0 0 32px;
    line-height: 24px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) {
    font-size: 16px;
    margin-top: 0;
    position: relative;
    margin-top: 32px;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    top: 50%;
    margin-top: -10px;
    position: static;
    vertical-align: bottom;
    display: inline-block;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(1) {
    left: 0;
    background-image: url("/templates/site/res/img/month_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: static;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 8px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(2) {
    right: 0;
    background-image: url("/templates/site/res/img/month_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: static;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 8px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) {
    margin: 16px 0 8px 0;
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) > span:nth-child(1) {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) > span:nth-child(2) {
    padding: 0 4px 0 4px;
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) > span:nth-child(3) {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(3) {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.red {
    color: #F6614D;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table {
    display: block;
  }
  div#parent > div > div.content > div.person-data div.table > table {
    float: none;
    display: block;
    vertical-align: top;
    min-height: 320px;
    max-height: 100%;
    overflow: auto;
    border-collapse: collapse;
    float: none;
  }
  div#parent > div > div.content > div.person-data div.table > table > thead > tr > th {
    height: 40px;
    background-size: 24px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td {
    font-size: 16px;
    height: 40px;
    width: 136px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a {
    line-height: 40px;
    padding: 8px;
    border-radius: 20px;
    transition-property: box-shadow, color;
    transition-duration: 500ms;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover {
    box-shadow: 0 4px 24px 0 #372B4914;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover span:last-child {
    color: #329678;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:first-child {
    max-width: 52px;
    min-width: 52px;
    background-size: 20px;
    background-position: center center;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) {
    width: 72px;
    padding-right: 8px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(1) {
    font-size: 12px;
    color: #8F8BA7;
    margin-right: 4px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(2) {
    font-size: 16px;
    height: 100%;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(3) {
    padding: 0 8px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(4) {
    padding: 0 8px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(5) {
    padding: 0 8px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) {
    padding: 0 8px;
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(1) {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(2) {
    width: 9px;
    color: #8F8BA7;
    margin: 0 3px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:last-child {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6).empty {
    font-weight: 500;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(7) {
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.red {
    color: #F7614D;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.line {
    width: 100%;
  }

  div#overlay > div > div.advertisement > h2 {
    font-size: 19px;
    line-height: 23px;
  }
  div#overlay > div > div.advertisement > div.content p {
    font-size: 16px;
    line-height: 19px;
  }
  div#overlay > div > div.advertisement > div.img {
    background-size: 100px;
    width: 100px;
    height: 100px;
  }

  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list {
    height: 100%;
  }
  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list > div.advertisement > details {
    background-color: #22c896;
  }

  div#overlay > div div#overlay > div.calendar div.title {
    position: absolute;
    top: 2px;
    left: 4px;
  }
  div#overlay > div > div.calendar {
    font-size: 16px;
    padding: 0 32px 48px;
  }

  div.form > div {
    padding: 32px 20px;
    height: auto;
    height: 100%;
  }
  div.form > div form {
    height: 100%;
    display: flex;
    justify-content: space-between;
  }

  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar input#fileNewAvatar {
    display: none;
  }
  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar > div > span {
    margin: 16px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  div#parent {
    margin: 0;
    padding: 0;
    justify-content: start;
  }
  div#parent > div {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  div#parent > div > div.menu {
    top: 24px;
    left: 16px;
    right: 16px;
  }
  div#parent > div > div.content {
    left: 16px;
    right: 16px;
    bottom: 24px;
  }
  div#parent > div.list > div.menu {
    height: 24px;
  }
  div#parent > div.list > div.content {
    top: 64px;
    overflow: auto;
  }
  div#parent > div.list.advertisments > div.menu {
    left: 16px;
  }
  div#parent > div.list.advertisments > div.content {
    left: 16px;
  }
  div#parent > div.person > div.menu {
    height: 48px;
  }
  div#parent > div.person > div.content {
    top: 80px;
    overflow: hidden;
  }

  div#overlay > div {
    position: absolute;
    min-width: 360px;
    border-radius: 32px 32px 0 0;
    max-width: 666px;
    max-height: 100%;
    bottom: 0;
  }
  div#overlay > div input {
    font-size: 16px;
    line-height: 24px;
  }
  div#overlay > div > span.line {
    display: inline-block;
  }
  div#overlay > div > div.title > span {
    padding-left: 20px;
  }
  div#overlay > div > div.title > a.close {
    display: none;
  }
  div#overlay > div > form {
    text-align: center;
  }
  div#overlay > div > form > p.menu {
    display: inline-block;
    text-align: left;
    padding: 0;
    width: 320px;
  }
  div#overlay > div > form > div.inputs {
    max-height: 300px;
  }
  div#overlay > div > form > div.inputs > div.between {
    height: 16px;
  }
  div#overlay > div > form > div.apply {
    margin: 8px 0 8px 0;
  }
  div#overlay > div > form > div.apply > input {
    height: 56px;
  }

  div#parent > div > div.menu div.user-menu {
    height: 24px;
  }
  div#parent > div > div.menu div.user-menu > div.date a.calendar {
    font-size: 20px;
    line-height: 24px;
  }
  div#parent > div > div.menu div.user-menu > div.container span {
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  div.users-list > div {
    padding: 16px 0 16px 112px;
  }
  div.users-list > div::after {
    left: 32px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    overflow: hidden;
    top: 50%;
    margin-top: -24px;
    background-size: cover;
    background-position: center center;
  }
  div.users-list > div > div:last-child {
    padding-bottom: 0;
  }
  div.users-list > div span {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
  }
  div.users-list > div > p {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    color: #1F1942;
  }
  div.users-list > div > p:first-child > span:nth-of-type(1) {
    max-width: 436px;
  }
  div.users-list > div > p:first-child > span:nth-of-type(2) {
    display: none;
  }
  div.users-list > div > p:first-child > span:nth-of-type(3), div.users-list > div > p:first-child span:nth-of-type(4) {
    padding-left: 26px;
    width: 124px;
    margin-right: 8px;
    background-size: 16px;
  }
  div.users-list > div > p:last-child {
    margin: 8px 0 0 0;
    font-weight: 300;
    color: #8F8BA7;
    width: 305px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(1) {
    width: 48px;
    line-height: 24px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(2) {
    width: 68px;
    line-height: 24px;
    padding-left: 20px;
    background-size: 20px;
  }
  div.users-list > div > p:last-child > span.pause {
    margin-left: 32px;
    padding-left: 28px;
    color: #1F1942;
    background-size: 20px;
  }

  div#parent > div > div.menu div.person-menu > a:first-child {
    width: 48px;
    height: 48px;
    /*padding: $_padding;*/
    margin-right: 16px;
  }
  div#parent > div > div.menu div.person-menu > a:first-child > span {
    width: 48px;
    height: 48px;
    /*padding: $_padding; margin: $_margin_arrow; */
  }
  div#parent > div > div.menu div.person-menu > a.favorite {
    width: 48px;
    height: 48px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) {
    font-size: 16px;
    padding-right: 36px;
    background-size: 12px;
    line-height: 48px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) > span {
    font-size: 16px;
    display: none;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(2) {
    font-size: 16px;
    background-size: 28px;
    padding-left: 36px;
    line-height: 48px;
  }

  div#parent > div > div.content > div.person-data {
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    justify-content: normal;
    padding: 0;
  }
  div#parent > div > div.content > div.person-data div.circle {
    padding: 16px 0 16px 64px;
    display: block;
    vertical-align: middle;
    margin: 0 0 8px 0;
  }
  div#parent > div > div.content > div.person-data div.circle > span {
    font-size: 20px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    display: inline-block;
  }
  div#parent > div > div.content > div.person-data div.circle > span > span.percent_month {
    color: #F7614D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    top: 67px;
  }
  div#parent > div > div.content > div.person-data div.circle > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    text-align: left;
    margin: 0 0 0 48px;
    line-height: 24px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) {
    font-size: 16px;
    margin-top: 0;
    position: relative;
    margin-top: 32px;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    top: 50%;
    margin-top: -10px;
    position: static;
    vertical-align: bottom;
    display: inline-block;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(1) {
    left: 0;
    background-image: url("/templates/site/res/img/month_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: static;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 8px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(2) {
    right: 0;
    background-image: url("/templates/site/res/img/month_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: static;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 8px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) {
    margin: 16px 0 8px 0;
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) > span:nth-child(1) {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) > span:nth-child(2) {
    padding: 0 4px 0 4px;
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) > span:nth-child(3) {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(3) {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.red {
    color: #F6614D;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table > table {
    float: none;
    display: block;
    vertical-align: top;
    min-height: 320px;
    max-height: 100%;
    overflow: auto;
    border-collapse: collapse;
  }
  div#parent > div > div.content > div.person-data div.table > table > thead > tr > th {
    height: 40px;
    background-size: 24px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td {
    font-size: 16px;
    height: 40px;
    width: 136px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a {
    line-height: 40px;
    padding: 7px;
    border-radius: 20px;
    transition-property: box-shadow, color;
    transition-duration: 500ms;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover {
    box-shadow: 0 4px 24px 0 #372B4914;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover span:last-child {
    color: #329678;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:first-child {
    max-width: 52px;
    min-width: 52px;
    background-size: 20px;
    background-position: center center;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) {
    width: 76px;
    padding-right: 12px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(1) {
    font-size: 12px;
    color: #8F8BA7;
    margin-right: 4px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(2) {
    font-size: 16px;
    height: 100%;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(3) {
    padding: 0 12px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(4) {
    padding: 0 12px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(5) {
    padding: 0 12px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) {
    padding: 0 12px;
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(1) {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(2) {
    width: 9px;
    color: #8F8BA7;
    margin: 0 3px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:last-child {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6).empty {
    font-weight: 500;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(7) {
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.red {
    color: #F7614D;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.line {
    width: 100%;
  }

  div#overlay > div > div.advertisement > h2 {
    font-size: 19px;
    line-height: 23px;
  }
  div#overlay > div > div.advertisement > div.content p {
    font-size: 16px;
    line-height: 19px;
  }
  div#overlay > div > div.advertisement > div.img {
    background-size: 150px;
    width: 150px;
    height: 150px;
  }

  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list {
    height: 100%;
  }
  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list > div.advertisement > details {
    background-color: #22c896;
  }

  div#overlay > div div#overlay > div.calendar div.title {
    position: absolute;
    top: 2px;
    left: 4px;
  }
  div#overlay > div > div.calendar {
    font-size: 16px;
    padding: 0 32px 48px;
  }

  div.form > div {
    padding: 24px 48px 48px 48px;
    height: auto;
  }
  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar input#fileNewAvatar {
    display: none;
  }
  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar > div > span {
    margin: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  div#parent {
    margin: 0;
    padding: 0;
    justify-content: start;
  }
  div#parent > div {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  div#parent > div > div.menu {
    top: 48px;
    left: 32px;
    right: 32px;
  }
  div#parent > div > div.content {
    left: 32px;
    right: 32px;
    bottom: 16px;
  }
  div#parent > div.list > div.menu {
    height: 32px;
  }
  div#parent > div.list > div.content {
    top: 104px;
    overflow: auto;
  }
  div#parent > div.list.advertisments > div.menu {
    left: 16px;
  }
  div#parent > div.list.advertisments > div.content {
    left: 16px;
  }
  div#parent > div.person > div.menu {
    height: 48px;
  }
  div#parent > div.person > div.content {
    top: 120px;
    overflow: hidden;
  }

  div#overlay > div {
    position: fixed;
    min-width: 360px;
    border-radius: 32px;
    max-width: 666px;
  }
  div#overlay > div input {
    font-size: 20px;
    line-height: 24px;
  }
  div#overlay > div > span.line {
    display: none;
  }
  div#overlay > div > div.title > span {
    padding-left: 48px;
  }
  div#overlay > div > div.title > a.close {
    display: inline;
  }
  div#overlay > div > form > div.inputs {
    max-height: 500px;
  }
  div#overlay > div > form > div.inputs > div.between {
    height: 16px;
  }
  div#overlay > div > form > div.apply {
    margin: 16px 0 16px 0;
  }
  div#overlay > div > form > div.apply > input {
    height: 64px;
  }

  div#parent > div > div.menu div.user-menu {
    height: 32px;
  }
  div#parent > div > div.menu div.user-menu > div.date a.calendar {
    font-size: 24px;
    line-height: 32px;
  }
  div#parent > div > div.menu div.user-menu > div.container span {
    max-width: 185px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  div.users-list > div {
    padding: 16px 0 16px 128px;
  }
  div.users-list > div::after {
    left: 32px;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    overflow: hidden;
    top: 50%;
    margin-top: -32px;
    background-size: cover;
    background-position: center center;
  }
  div.users-list > div > div:last-child {
    padding-bottom: 0;
  }
  div.users-list > div span {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
  }
  div.users-list > div > p {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    color: #1F1942;
  }
  div.users-list > div > p:first-child > span:nth-of-type(1) {
    max-width: 436px;
  }
  div.users-list > div > p:first-child > span:nth-of-type(2) {
    display: none;
  }
  div.users-list > div > p:first-child > span:nth-of-type(3), div.users-list > div > p:first-child span:nth-of-type(4) {
    padding-left: 36px;
    width: 160px;
    margin-right: 30px;
    background-size: 20px;
  }
  div.users-list > div > p:last-child {
    margin: 16px 0 0 0;
    font-weight: 300;
    color: #8F8BA7;
    width: 440px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(1) {
    width: 80px;
    line-height: 24px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(2) {
    width: 104px;
    line-height: 24px;
    padding-left: 24px;
    background-size: 24px;
  }
  div.users-list > div > p:last-child > span.pause {
    margin-left: 32px;
    padding-left: 32px;
    color: #1F1942;
    background-size: 24px;
  }

  div#parent > div > div.menu div.person-menu > a:first-child {
    width: 48px;
    height: 48px;
    /*padding: $_padding;*/
    margin-right: 16px;
  }
  div#parent > div > div.menu div.person-menu > a:first-child > span {
    width: 48px;
    height: 48px;
    /*padding: $_padding; margin: $_margin_arrow; */
  }
  div#parent > div > div.menu div.person-menu > a.favorite {
    width: 48px;
    height: 48px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) {
    font-size: 20px;
    padding-right: 44px;
    background-size: 20px;
    line-height: 48px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) > span {
    font-size: 20px;
    display: none;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(2) {
    font-size: 20px;
    background-size: 24px;
    padding-left: 32px;
    line-height: 48px;
  }

  div#parent > div > div.content > div.person-data {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  div#parent > div > div.content > div.person-data div.circle {
    padding: 32px 16px 24px 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > span {
    font-size: 24px;
    height: 136px;
    width: 136px;
    line-height: 136px;
  }
  div#parent > div > div.content > div.person-data div.circle > span > span.percent_month {
    color: #F7614D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    top: 75px;
  }
  div#parent > div > div.content > div.person-data div.circle > div {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) {
    position: relative;
    margin-top: 32px;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    top: 50%;
    margin-top: -10px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(1) {
    left: 0;
    background-image: url("/templates/site/res/img/month_left.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(2) {
    right: 0;
    background-image: url("/templates/site/res/img/month_right.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) {
    margin: 16px 0 16px 0;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) > span:nth-child(2) {
    padding: 0 4px 0 4px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.red {
    color: #F6614D;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table > table {
    float: none;
    display: block;
    vertical-align: top;
    min-height: 320px;
    max-height: 100%;
    overflow: auto;
    border-collapse: collapse;
  }
  div#parent > div > div.content > div.person-data div.table > table > thead > tr > th {
    height: 40px;
    background-size: 24px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td {
    font-size: 16px;
    height: 40px;
    width: 136px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a {
    line-height: 40px;
    padding: 8px;
    border-radius: 20px;
    transition-property: box-shadow, color;
    transition-duration: 500ms;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover {
    box-shadow: 0 4px 24px 0 #372B4914;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover span:last-child {
    color: #329678;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:first-child {
    max-width: 36px;
    min-width: 36px;
    background-size: 20px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) {
    width: 76px;
    padding-right: 12px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(1) {
    font-size: 12px;
    color: #8F8BA7;
    margin-right: 4px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(2) {
    font-size: 16px;
    height: 100%;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(3) {
    padding: 0 12px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(4) {
    padding: 0 12px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(5) {
    padding: 0 12px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) {
    padding: 0 10px;
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(1) {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(2) {
    width: 9px;
    color: #8F8BA7;
    margin: 0 3px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:last-child {
    font-size: 16px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6).empty {
    font-weight: 500;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(7) {
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.red {
    color: #F7614D;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.line {
    width: 100%;
  }

  div#overlay > div > div.advertisement > h2 {
    font-size: 19px;
    line-height: 23px;
  }
  div#overlay > div > div.advertisement > div.content p {
    font-size: 16px;
    line-height: 19px;
  }
  div#overlay > div > div.advertisement > div.img {
    background-size: 150px;
    width: 150px;
    height: 150px;
  }

  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list {
    height: 100%;
  }
  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list > div.advertisement > details {
    background-color: #22c896;
  }

  div#overlay > div > div.calendar {
    font-size: 16px;
    padding: 0px 32px 48px;
  }

  div.form > div {
    padding: 24px 48px 48px 48px;
    height: auto;
  }
  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar input#fileNewAvatar {
    display: none;
  }
  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar > div > span {
    margin: 16px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  div#parent {
    margin: 0;
    padding: 0;
    justify-content: start;
  }
  div#parent > div {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  div#parent > div > div.menu {
    top: 48px;
    left: 32px;
    right: 32px;
  }
  div#parent > div > div.content {
    left: 32px;
    right: 32px;
    bottom: 16px;
  }
  div#parent > div.list > div.menu {
    height: 32px;
  }
  div#parent > div.list > div.content {
    top: 112px;
    overflow: auto;
  }
  div#parent > div.list.advertisments > div.menu {
    left: 16px;
  }
  div#parent > div.list.advertisments > div.content {
    left: 16px;
  }
  div#parent > div.person > div.menu {
    height: 48px;
  }
  div#parent > div.person > div.content {
    top: 112px;
    overflow: hidden;
  }

  div#overlay > div {
    position: fixed;
    min-width: 360px;
    border-radius: 32px;
    max-width: 666px;
  }
  div#overlay > div input {
    font-size: 20px;
    line-height: 24px;
  }
  div#overlay > div > span.line {
    display: none;
  }
  div#overlay > div > div.title > span {
    padding-left: 48px;
  }
  div#overlay > div > div.title > a.close {
    display: inline;
  }
  div#overlay > div > form > div.inputs {
    max-height: 500px;
  }
  div#overlay > div > form > div.inputs > div.between {
    height: 16px;
  }
  div#overlay > div > form > div.apply {
    margin: 16px 0 16px 0;
  }
  div#overlay > div > form > div.apply > input {
    height: 64px;
  }

  div#parent > div > div.menu div.user-menu {
    height: 32px;
  }
  div#parent > div > div.menu div.user-menu > div.date a.calendar {
    font-size: 24px;
    line-height: 32px;
  }
  div#parent > div > div.menu div.user-menu > div.container span {
    max-width: 335px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  div.users-list > div {
    padding: 16px 0 16px 128px;
  }
  div.users-list > div::after {
    left: 32px;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    overflow: hidden;
    top: 50%;
    margin-top: -32px;
    background-size: cover;
    background-position: center center;
  }
  div.users-list > div > div:last-child {
    padding-bottom: 64px;
  }
  div.users-list > div span {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
  }
  div.users-list > div > p {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    color: #1F1942;
  }
  div.users-list > div > p:first-child > span:nth-of-type(1) {
    max-width: 436px;
  }
  div.users-list > div > p:first-child > span:nth-of-type(3), div.users-list > div > p:first-child span:nth-of-type(4) {
    padding-left: 48px;
    width: 160px;
    margin-right: 30px;
    background-size: 24px;
  }
  div.users-list > div > p:last-child {
    margin: 16px 0 0 0;
    font-weight: 300;
    color: #8F8BA7;
    width: 440px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(1) {
    width: 80px;
    line-height: 24px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(2) {
    width: 104px;
    line-height: 24px;
    padding-left: 24px;
    background-size: 24px;
  }
  div.users-list > div > p:last-child > span.pause {
    margin-left: 32px;
    padding-left: 32px;
    color: #1F1942;
    background-size: 24px;
  }

  div#parent > div > div.menu div.person-menu > a:first-child {
    width: 48px;
    height: 48px;
    /*padding: $_padding;*/
    margin-right: 16px;
  }
  div#parent > div > div.menu div.person-menu > a:first-child > span {
    width: 48px;
    height: 48px;
    /*padding: $_padding; margin: $_margin_arrow; */
  }
  div#parent > div > div.menu div.person-menu > a.favorite {
    width: 48px;
    height: 48px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) {
    font-size: 20px;
    padding-right: 44px;
    background-size: 20px;
    line-height: 48px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) > span {
    font-size: 20px;
    display: none;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(2) {
    font-size: 20px;
    background-size: 24px;
    padding-left: 32px;
    line-height: 48px;
  }

  div#parent > div > div.content > div.person-data {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  div#parent > div > div.content > div.person-data div.circle {
    padding: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > span {
    font-size: 24px;
    height: 160px;
    width: 160px;
    line-height: 160px;
  }
  div#parent > div > div.content > div.person-data div.circle > span > span.percent_month {
    color: #F7614D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    top: 90px;
  }
  div#parent > div > div.content > div.person-data div.circle > div {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) {
    position: relative;
    margin-top: 32px;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    top: 50%;
    margin-top: -10px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(1) {
    left: 0;
    background-image: url("/templates/site/res/img/month_left.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(2) {
    right: 0;
    background-image: url("/templates/site/res/img/month_right.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) {
    margin: 24px 0 16px 0;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) > span:nth-child(2) {
    padding: 0 4px 0 4px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.red {
    color: #F6614D;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table > table {
    float: none;
    display: block;
    vertical-align: top;
    min-height: 320px;
    max-height: 100%;
    overflow: auto;
    border-collapse: collapse;
  }
  div#parent > div > div.content > div.person-data div.table > table > thead > tr > th {
    height: 40px;
    background-size: 24px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td {
    font-size: 20px;
    height: 48px;
    width: 136px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a {
    line-height: 48px;
    padding: 11px 8px;
    border-radius: 20px;
    transition-property: box-shadow, color;
    transition-duration: 500ms;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover {
    box-shadow: 0 4px 24px 0 #372B4914;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover span:last-child {
    color: #329678;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:first-child {
    max-width: 40px;
    min-width: 40px;
    background-size: 24px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) {
    width: 90px;
    padding-right: 10px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(1) {
    font-size: 16px;
    color: #8F8BA7;
    margin-right: 8px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(2) {
    font-size: 20px;
    height: 100%;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(3) {
    padding: 0 10px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(4) {
    padding: 0 10px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(5) {
    padding: 0 10px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) {
    padding: 0 10px;
    font-size: 20px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(1) {
    font-size: 20px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(2) {
    width: 9px;
    color: #8F8BA7;
    margin: 0 4px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:last-child {
    font-size: 20px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6).empty {
    font-weight: 500;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(7) {
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.red {
    color: #F7614D;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.line {
    width: 100%;
  }

  div#overlay > div > div.advertisement > h2 {
    font-size: 21px;
    line-height: 28px;
  }
  div#overlay > div > div.advertisement > div.content p {
    font-size: 18px;
    line-height: 24px;
  }
  div#overlay > div > div.advertisement > div.img {
    background-size: 250px;
    width: 250px;
    height: 250px;
  }

  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list {
    height: 100%;
  }
  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list > div.advertisement > details {
    background-color: #22c896;
  }

  div#overlay > div > div.calendar {
    font-size: 16px;
    padding: 0px 32px 48px;
  }

  div.form > div {
    padding: 24px 48px 48px 48px;
    height: auto;
  }
  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar input#fileNewAvatar {
    display: none;
  }
  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar > div > span {
    margin: 16px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  div#parent {
    margin: 0px auto;
    padding: 32px 0;
  }
  div#parent > div {
    width: 1040;
    border-radius: 48px;
    box-shadow: 0 4px 24px 0 #372B4914;
  }
  div#parent > div > div.menu {
    top: 48px;
    left: 88px;
    right: 88px;
  }
  div#parent > div > div.content {
    left: 88px;
    right: 88px;
    bottom: 32px;
  }
  div#parent > div.list > div.menu {
    height: 32px;
  }
  div#parent > div.list > div.content {
    top: 112px;
    overflow: auto;
  }
  div#parent > div.list.advertisments > div.menu {
    left: 16px;
  }
  div#parent > div.list.advertisments > div.content {
    left: 16px;
  }
  div#parent > div.person > div.menu {
    height: 64px;
  }
  div#parent > div.person > div.content {
    top: 136px;
    overflow: hidden;
  }

  div#overlay > div {
    position: fixed;
    min-width: 360px;
    border-radius: 32px;
    max-width: 666px;
  }
  div#overlay > div input {
    font-size: 20px;
    line-height: 24px;
  }
  div#overlay > div > span.line {
    display: none;
  }
  div#overlay > div > div.title > span {
    padding-left: 48px;
  }
  div#overlay > div > div.title > a.close {
    display: inline;
  }
  div#overlay > div > form > div.inputs {
    max-height: 500px;
  }
  div#overlay > div > form > div.inputs > div.between {
    height: 16px;
  }
  div#overlay > div > form > div.apply {
    margin: 16px 0 16px 0;
  }
  div#overlay > div > form > div.apply > input {
    height: 64px;
  }

  div#parent > div > div.menu div.user-menu {
    height: 32px;
  }
  div#parent > div > div.menu div.user-menu > div.date a.calendar {
    font-size: 24px;
    line-height: 32px;
  }
  div#parent > div > div.menu div.user-menu > div.container span {
    max-width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  div.users-list > div {
    padding: 16px 0 16px 128px;
  }
  div.users-list > div::after {
    left: 32px;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    overflow: hidden;
    top: 50%;
    margin-top: -32px;
    background-size: cover;
    background-position: center center;
  }
  div.users-list > div > div:last-child {
    padding-bottom: 0;
  }
  div.users-list > div span {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
  }
  div.users-list > div > p {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    color: #1F1942;
  }
  div.users-list > div > p:first-child > span:nth-of-type(1) {
    max-width: 436px;
  }
  div.users-list > div > p:first-child > span:nth-of-type(3), div.users-list > div > p:first-child span:nth-of-type(4) {
    padding-left: 48px;
    width: 160px;
    margin-right: 30px;
    background-size: 24px;
  }
  div.users-list > div > p:last-child {
    margin: 16px 0 0 0;
    font-weight: 300;
    color: #8F8BA7;
    width: 440px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(1) {
    width: 80px;
    line-height: 24px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(2) {
    width: 104px;
    line-height: 24px;
    padding-left: 24px;
    background-size: 24px;
  }
  div.users-list > div > p:last-child > span.pause {
    margin-left: 32px;
    padding-left: 32px;
    color: #1F1942;
    background-size: 24px;
  }

  div#parent > div > div.menu div.person-menu > a:first-child {
    width: 64px;
    height: 64px;
    /*padding: $_padding;*/
    margin-right: 24px;
  }
  div#parent > div > div.menu div.person-menu > a:first-child > span {
    width: 64px;
    height: 64px;
    /*padding: $_padding; margin: $_margin_arrow; */
  }
  div#parent > div > div.menu div.person-menu > a.favorite {
    width: 64px;
    height: 64px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) {
    font-size: 20px;
    padding-right: 44px;
    background-size: 20px;
    line-height: 64px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) > span {
    font-size: 20px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(2) {
    font-size: 20px;
    background-size: 24px;
    padding-left: 32px;
    line-height: 64px;
  }

  div#parent > div > div.content > div.person-data div.circle {
    padding: 16px;
  }
  div#parent > div > div.content > div.person-data div.circle > span {
    font-size: 24px;
    height: 160px;
    width: 160px;
    line-height: 160px;
  }
  div#parent > div > div.content > div.person-data div.circle > span > span.percent_month {
    color: #F7614D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    top: 90px;
  }
  div#parent > div > div.content > div.person-data div.circle > div {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) {
    position: relative;
    margin-top: 32px;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    top: 50%;
    margin-top: -10px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(1) {
    left: 0;
    background-image: url("/templates/site/res/img/month_left.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(2) {
    right: 0;
    background-image: url("/templates/site/res/img/month_right.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) {
    margin: 24px 0 16px 0;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) > span:nth-child(2) {
    padding: 0 4px 0 4px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.red {
    color: #F6614D;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table > table > thead > tr > th {
    height: 40px;
    background-size: 24px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td {
    font-size: 20px;
    height: 48px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a {
    line-height: 48px;
    padding: 11px 8px;
    border-radius: 20px;
    transition-property: box-shadow, color;
    transition-duration: 500ms;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover {
    box-shadow: 0 4px 24px 0 #372B4914;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover span:last-child {
    color: #329678;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:first-child {
    max-width: 40px;
    min-width: 40px;
    background-size: 24px;
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) {
    width: 92px;
    padding-right: 12px;
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(1) {
    font-size: 16px;
    color: #8F8BA7;
    margin-right: 8px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(2) {
    font-size: 20px;
    height: 100%;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(3) {
    padding: 0 8px;
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(4) {
    padding: 0 8px;
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(5) {
    padding: 0 8px;
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) {
    padding: 0 12px;
    font-size: 20px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(1) {
    font-size: 20px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(2) {
    width: 9px;
    color: #8F8BA7;
    margin: 0 4px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:last-child {
    font-size: 20px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6).empty {
    font-weight: 500;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(7) {
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.red {
    color: #F7614D;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.line {
    width: 100%;
  }

  div#overlay > div > div.advertisement > h2 {
    font-size: 21px;
    line-height: 28px;
  }
  div#overlay > div > div.advertisement > div.content p {
    font-size: 18px;
    line-height: 24px;
  }
  div#overlay > div > div.advertisement > div.img {
    background-size: 250px;
    width: 250px;
    height: 250px;
  }

  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list {
    height: 100%;
  }
  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list > div.advertisement > details {
    background-color: #22c896;
  }

  div#overlay > div > div.calendar {
    font-size: 16px;
    padding: 0px 32px 48px;
  }

  div.form > div {
    padding: 24px 48px 48px 48px;
    height: auto;
  }
  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar input#fileNewAvatar {
    display: none;
  }
  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar > div > span {
    margin: 16px;
  }
}
@media only screen and (min-width: 1441px) {
  div#parent {
    margin: 0px auto;
    padding: 68px 0;
  }
  div#parent > div {
    width: 1200px;
    border-radius: 48px;
    box-shadow: 0 4px 24px 0 #372B4914;
  }
  div#parent > div > div.menu {
    top: 68px;
    left: 88px;
    right: 88px;
  }
  div#parent > div > div.content {
    left: 88px;
    right: 88px;
    bottom: 80px;
  }
  div#parent > div.list > div.menu {
    height: 32px;
  }
  div#parent > div.list > div.content {
    top: 132px;
    overflow: auto;
  }
  div#parent > div.list.advertisments > div.menu {
    left: 16px;
  }
  div#parent > div.list.advertisments > div.content {
    left: 16px;
  }
  div#parent > div.person > div.menu {
    height: 64px;
  }
  div#parent > div.person > div.content {
    top: 164px;
    overflow: hidden;
  }

  div#overlay > div {
    position: fixed;
    min-width: 360px;
    border-radius: 32px;
    max-width: 666px;
  }
  div#overlay > div input {
    font-size: 20px;
    line-height: 24px;
  }
  div#overlay > div > span.line {
    display: none;
  }
  div#overlay > div > div.title > span {
    padding-left: 48px;
  }
  div#overlay > div > div.title > a.close {
    display: inline;
  }
  div#overlay > div > form > div.inputs {
    max-height: 500px;
  }
  div#overlay > div > form > div.inputs > div.between {
    height: 16px;
  }
  div#overlay > div > form > div.apply {
    margin: 16px 0 16px 0;
  }
  div#overlay > div > form > div.apply > input {
    height: 64px;
  }

  div#parent > div > div.menu div.user-menu {
    height: 32px;
  }
  div#parent > div > div.menu div.user-menu > div.date a.calendar {
    font-size: 24px;
    line-height: 32px;
  }
  div#parent > div > div.menu div.user-menu > div.container span {
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  div.users-list > div {
    padding: 16px 0 16px 128px;
  }
  div.users-list > div::after {
    left: 32px;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    overflow: hidden;
    top: 50%;
    margin-top: -32px;
    background-size: cover;
    background-position: center center;
  }
  div.users-list > div > div:last-child {
    padding-bottom: 0;
  }
  div.users-list > div span {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
  }
  div.users-list > div > p {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    color: #1F1942;
  }
  div.users-list > div > p:first-child > span:nth-of-type(1) {
    max-width: 436px;
  }
  div.users-list > div > p:first-child > span:nth-of-type(3), div.users-list > div > p:first-child span:nth-of-type(4) {
    padding-left: 48px;
    width: 160px;
    margin-right: 30px;
    background-size: 24px;
  }
  div.users-list > div > p:last-child {
    margin: 16px 0 0 0;
    font-weight: 300;
    color: #8F8BA7;
    width: 440px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(1) {
    width: 80px;
    line-height: 24px;
  }
  div.users-list > div > p:last-child > span:nth-of-type(2) {
    width: 104px;
    line-height: 24px;
    padding-left: 24px;
    background-size: 24px;
  }
  div.users-list > div > p:last-child > span.pause {
    margin-left: 32px;
    padding-left: 32px;
    color: #1F1942;
    background-size: 24px;
  }

  div#parent > div > div.menu div.person-menu > a:first-child {
    width: 64px;
    height: 64px;
    /*padding: $_padding;*/
    margin-right: 24px;
  }
  div#parent > div > div.menu div.person-menu > a:first-child > span {
    width: 64px;
    height: 64px;
    /*padding: $_padding; margin: $_margin_arrow; */
  }
  div#parent > div > div.menu div.person-menu > a.favorite {
    width: 64px;
    height: 64px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) {
    font-size: 20px;
    padding-right: 44px;
    background-size: 20px;
    line-height: 64px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(1) > span {
    font-size: 20px;
  }
  div#parent > div > div.menu div.person-menu > span:nth-of-type(2) {
    font-size: 20px;
    background-size: 24px;
    padding-left: 32px;
    line-height: 64px;
  }

  div#parent > div > div.content > div.person-data div.circle {
    padding: 32px;
  }
  div#parent > div > div.content > div.person-data div.circle > span {
    font-size: 32px;
    height: 208px;
    width: 208px;
    line-height: 208px;
  }
  div#parent > div > div.content > div.person-data div.circle > span > span.percent_month {
    color: #F7614D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    top: 120px;
  }
  div#parent > div > div.content > div.person-data div.circle > div {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) {
    position: relative;
    margin-top: 32px;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    top: 50%;
    margin-top: -10px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(1) {
    left: 0;
    background-image: url("/templates/site/res/img/month_left.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(1) a:nth-child(2) {
    right: 0;
    background-image: url("/templates/site/res/img/month_right.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) {
    margin: 24px 0 16px 0;
  }
  div#parent > div > div.content > div.person-data div.circle > div p:nth-child(2) > span:nth-child(2) {
    padding: 0 4px 0 4px;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.red {
    color: #F6614D;
  }
  div#parent > div > div.content > div.person-data div.circle > div p.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table > table > thead > tr > th {
    height: 40px;
    background-size: 24px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td {
    font-size: 20px;
    height: 48px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a {
    line-height: 48px;
    padding: 11px 8px;
    border-radius: 20px;
    transition-property: box-shadow, color;
    transition-duration: 500ms;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover {
    box-shadow: 0 4px 24px 0 #372B4914;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td a:hover span:last-child {
    color: #329678;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:first-child {
    max-width: 40px;
    min-width: 40px;
    background-size: 24px;
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) {
    width: 92px;
    padding-right: 12px;
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(1) {
    font-size: 16px;
    color: #8F8BA7;
    margin-right: 8px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(2) span:nth-child(2) {
    font-size: 20px;
    height: 100%;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(3) {
    padding: 0 12px;
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(4) {
    padding: 0 12px;
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(5) {
    padding: 0 12px;
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) {
    padding: 0 12px;
    font-size: 20px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(1) {
    font-size: 20px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:nth-child(2) {
    width: 9px;
    color: #8F8BA7;
    margin: 0 4px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6) span:last-child {
    font-size: 20px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(6).empty {
    font-weight: 500;
    color: #8F8BA7;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td:nth-child(7) {
    width: 92px;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.red {
    color: #F7614D;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.green {
    color: #22C896;
  }
  div#parent > div > div.content > div.person-data div.table > table > tbody > tr > td.line {
    width: 100%;
  }

  div#overlay > div > div.advertisement > h2 {
    font-size: 21px;
    line-height: 28px;
  }
  div#overlay > div > div.advertisement > div.content p {
    font-size: 18px;
    line-height: 24px;
  }
  div#overlay > div > div.advertisement > div.img {
    background-size: 250px;
    width: 250px;
    height: 250px;
  }

  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list {
    height: 100%;
  }
  div.content > div.advertisement-list div.parent > div.list > div.content div.advertisement-list > div.advertisement > details {
    background-color: #22c896;
  }

  div#overlay > div > div.calendar {
    font-size: 16px;
    padding: 0px 32px 48px;
  }

  div.form > div {
    padding: 24px 48px 48px 48px;
    height: auto;
  }
  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar input#fileNewAvatar {
    display: none;
  }
  div#overlay > div > div.setting__wrapper > form div.setting__overflow > div.setting__overflow_avatar > div > span {
    margin: 16px;
  }
}

/*# sourceMappingURL=main.css.map */
