@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #000000;
  background: #F9F9F9;
  font: 16px/20px "SF Pro Display", Verdana;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption {
  font: 16px/20px "SF Pro Display", Verdana;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

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

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #000000;
  text-decoration: none;
  font: 16px/20px "SF Pro Display", Verdana;
}

a:hover {
  text-decoration: none;
}

.cl:after, .summ_total_price:after, .summ_total_discount:after, .user_card .gallery_slider:after, .uf_time:after, .uf_datapickers:after, .dia_filter:after, .add_user_bot:after, .v3i_line.v3il_col_2:after, .v3i_line.v3il_col_3:after, .of_colls:after, .sc_time:after, .bloc_w_2x:after, .gallery_slider:after, .os_top:after, .chat_new_message:after, .chat_item:after, .m_2x_btns:after, .cp_photos:after, .mc_service_line:after, .oc_price:after, .sc_price:after, .oc_info:after, .orders_filter:after, .stat_filter:after, .c_top:after, .summary:after, .content:after, .header:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  outline: none;
  resize: none;
  oveflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
body {
  padding-top: 62px;
}
body.no_scroll {
  overflow: hidden;
}

.summary, .content, .header {
  max-width: 1850px;
  padding: 0 15px;
  margin: 0 auto;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.b_mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.b_mask.opened {
  display: block;
}

header {
  width: 100%;
  background: #fff;
  height: 62px;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  transform-origin: top;
}

.logo {
  display: block;
  width: 112px;
  height: 29px;
  float: left;
  margin: 18px 80px 0 0;
  background: url(../images/logo.svg) 0 0 no-repeat;
  background-size: 100%;
}

.burger {
  display: none;
  vertical-align: middle;
  width: 30px;
  height: 20px;
  margin-left: 40px;
  position: relative;
}
.burger.opened span:before {
  top: 50%;
  transform: rotate(-45deg);
  background: #D1D1D1;
}
.burger.opened span:after {
  top: 50%;
  transform: rotate(45deg);
  background: #D1D1D1;
}
.burger:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.burger span {
  display: block;
  width: 100%;
  height: 0px;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
}
.burger span:before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #0B76BC;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: -4px;
  transition: 0.3s;
}
.burger span:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #0B76BC;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 4px;
  transition: 0.3s;
}

.top_menu {
  float: left;
  margin-top: 21px;
}
.top_menu > li {
  display: block;
  float: left;
  margin-right: 35px;
}
.top_menu > li:last-child {
  margin-right: 0;
}
.top_menu > li > a {
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  color: #414141;
  transition: 0.3s;
}
.top_menu > li > a > span {
  display: inline-block;
  vertical-align: top;
  background: #21B0E6;
  border-radius: 10px;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 16px;
  padding: 0 4px 0;
  margin: 3px 0 0 7px;
}
.top_menu > li > a:hover, .top_menu > li > a.current {
  color: #21B0E6;
}

.tm_rait {
  display: inline-block;
  font-size: 18px;
  line-height: 130%;
  color: #919191;
  font-weight: 600;
}
.tm_rait > img {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}

.h_right {
  float: right;
  margin-top: 19px;
}
.h_right > div {
  transform: scale(0.8);
  transform-origin: center;
}
.h_right.hr_admin {
  margin-top: 23px;
}

.h_settings {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  transform: scale(0.8);
  transform-origin: center;
  background: url(../images/h_settings.svg) 0 0 no-repeat;
  filter: grayscale(100%);
  margin-left: 20px;
  margin-top: -1px;
  transition: 0.3s;
}
.h_settings:hover {
  filter: grayscale(0);
}

.h_exit {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../images/exit.svg) 0 0 no-repeat;
  background-size: 100%;
  filter: grayscale(100%);
  margin-left: 18px;
  transition: 0.3s;
}
.h_exit:hover {
  filter: grayscale(0);
}

.h_mup {
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 29px;
  padding-left: 39px;
  position: relative;
  transition: 0.3s;
  margin-left: 30px;
  transition: 0.3s;
  transform: scale(1) !important;
}
.h_mup > img {
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 2px solid #E0911B;
  position: absolute;
  left: 0;
  top: 0;
}
.h_mup.v1_h_mup:hover {
  color: inherit;
}
.h_mup.v1_h_mup:before {
  background: url(../images/v1_mup.png) 0 0 no-repeat;
  background-size: 100%;
}
.h_mup.v4_user:before {
  background: url(../images/user_ava_empty_40х40.png) 0 0 no-repeat;
  background-size: 100%;
}
.h_mup:hover {
  color: #21B0E6;
}
.h_mup:before {
  display: block;
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: url(../images/mup.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -2px;
}

.h_notif_popup {
  display: none;
  width: 430px;
  padding: 25px 15px 20px 40px;
  background: #FFFFFF;
  box-shadow: 0px 7px 100px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  position: absolute;
  z-index: 7;
  top: -10px;
  right: 0;
}

.hnp_close {
  width: 16px;
  height: 16px;
  filter: alpha(Opacity=30);
  opacity: 0.3;
  transition: 0.3s;
  position: absolute;
  top: 35px;
  right: 25px;
  cursor: pointer;
}
.hnp_close:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.hnp_close:before {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.hnp_close:after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.hnp_head {
  font-size: 30px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 15px;
}

.hnp_content {
  height: 310px;
  overflow: auto;
  padding-right: 30px;
}

.hnp_item {
  display: block;
  width: calc(100% - 15px);
  border-bottom: 1px solid #eee;
  padding: 17px 0 13px;
  position: relative;
}
.hnp_item:after {
  display: block;
  content: "";
  width: 9px;
  height: 15px;
  background: url(../images/arrow_r_b.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  transition: 0.3s;
  filter: grayscale(100%);
}
.hnp_item:hover:after {
  filter: grayscale(0);
}

.hi_name {
  display: block;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 5px;
}
.hi_name .hi_mark {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background: #21B0E6;
  border-radius: 50%;
  margin: 8px 15px 0 0;
}

.hi_info {
  display: block;
  height: 40px;
}
.hi_info .hi_number {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 120%;
  margin-right: 20px;
}
.hi_info .hi_state {
  display: inline-block;
  vertical-align: middle;
  width: 133px;
  background: #F9F9F9;
  color: #0B76BC;
  border-radius: 8px;
  line-height: 40px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.hi_info .hi_state.done {
  color: #75D02D;
  background: #F2FFF4;
}
.hi_info .hi_state.dispute {
  color: #fff;
  background: #E34646;
}

.h_notif, .h_supp, .h_chat {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 22px;
  position: relative;
  margin-left: 30px;
}
.h_notif > a, .h_supp > a, .h_chat > a {
  display: block;
}
.h_notif > a > img, .h_supp > a > img, .h_chat > a > img {
  display: block;
  filter: grayscale(100%);
  transition: 0.3s;
}
.h_notif > a:hover > img, .h_supp > a:hover > img, .h_chat > a:hover > img {
  filter: grayscale(0);
}
.h_notif > a > span, .h_supp > a > span, .h_chat > a > span {
  display: block;
  height: 18px;
  padding: 0 6px;
  border-radius: 18px;
  background: #21B0E6;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  position: absolute;
  top: -8px;
  left: 9px;
}

.h_chat {
  height: 20px;
}

.h_supp {
  width: 22px;
  margin-left: 0;
}

.content {
  padding: 40px 15px 10px;
}
.content.order {
  padding-bottom: 70px !important;
}
.content.v4_service_select {
  padding-bottom: 150px !important;
}

.c_top {
  padding: 0 50px;
  position: relative;
}
.c_top.v3_stat .c_head, .c_top.v3_stat .o_head {
  max-width: calc(100% - 50px);
}
.c_top.side .c_head, .c_top.side .o_head {
  float: left;
}
.c_top.statistic .ct_items {
  margin-top: 5px;
}
.c_top.statistic .ct_items br {
  display: none;
}
.c_top.users .ct_items {
  margin-top: 5px;
}
.c_top.outlets .o_head {
  max-width: calc(100% - 240px);
}
.c_top.v4_orders .ct_items {
  margin-top: -2px;
}
.c_top.v4 .ct_items {
  margin-top: 6px;
}

.ct_items {
  float: right;
}
.ct_items .filter {
  margin-top: 8px;
}

.ct_add_service, .ct_add_worker, .v4_edit_profile_btn {
  display: inline-block;
  font-size: 14px;
  line-height: 120%;
  color: #414141;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 9px;
}
.ct_add_service:hover, .ct_add_worker:hover, .v4_edit_profile_btn:hover {
  filter: brightness(0);
}
.ct_add_service:before, .ct_add_worker:before, .v4_edit_profile_btn:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/plus.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.v4_edit_profile_btn {
  margin-right: 35px;
  padding-left: 24px;
}
.v4_edit_profile_btn:before {
  width: 17px;
  height: 17px;
  filter: grayscale(100%);
  background: url(../images/edit.svg) 0 0 no-repeat;
  background-size: 100%;
}

.v4_search_block {
  display: inline-block;
  vertical-align: middle;
}

.v4_search {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url(../images/amp_b.svg) center no-repeat;
  background-size: 17px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
  margin-left: 40px;
  transition: 0.3s;
}
.v4_search:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.v4s_cancel {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/cros_icon_16x16.svg) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer;
  margin: 0 15px;
  transition: 0.3s;
}
.v4s_cancel:hover {
  filter: brightness(0);
}

.c_head, .o_head {
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 26px;
}
.c_head > span.count, .o_head > span.count {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  color: #909090;
}

.orders_filter, .stat_filter {
  margin-left: -14px;
}
.orders_filter > li, .stat_filter > li {
  display: block;
  float: left;
  margin-right: 9px;
}
.orders_filter > li > a, .stat_filter > li > a {
  font-size: 16px;
  line-height: 130%;
  color: #414141;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 30px;
  padding: 5px 15px 8px;
}
.orders_filter > li > a:hover, .stat_filter > li > a:hover {
  background: #EEEEEE;
}
.orders_filter > li > a.current, .stat_filter > li > a.current {
  color: #21B0E6;
}

.orders_cards, .service_cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
}
.orders_cards.v3_o, .v3_o.service_cards {
  margin-top: 0;
}

.order_card, .service_card {
  background: #FFFFFF;
  border: 2px solid #F9F9F9;
  border-radius: 20px;
  vertical-align: top;
  text-align: left;
  padding: 30px 35px 160px;
  margin: 0 0 15px;
  position: relative;
}
.order_card.done, .done.service_card {
  border: 2px solid #66C2FF;
}
.order_card.red, .red.service_card {
  border: 2px solid #FFADAD;
}
.order_card.v3_order_card, .v3_order_card.service_card {
  padding-bottom: 30px;
}

.oc_org_link {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 120%;
  color: #414141;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
  margin-top: 15px;
}
.oc_org_link:hover:after {
  right: -30px;
}
.oc_org_link:before {
  display: block;
  content: "";
  width: 17px;
  height: 16px;
  background: url(../images/org_icon_20x18.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.oc_org_link:after {
  display: block;
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/arrow_r_b.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  transition: 0.3s;
}

.oc_head {
  display: block;
  padding-right: 20px;
  font-size: 22px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}
.oc_head:after {
  display: block;
  content: "";
  width: 9px;
  height: 15px;
  background: url(../images/arrow_r_b.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
  filter: grayscale(100%);
}
.oc_head:hover:after {
  filter: grayscale(0);
}

.oc_info {
  margin-bottom: 10px;
}

.oc_state {
  float: left;
  width: 90px;
  height: 26px;
  background: #E9F9FF;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  color: #21B0E6;
  font-weight: 500;
  margin-right: 15px;
}
.oc_state.in_work {
  background: #F9F9F9;
  color: #0B76BC;
}
.oc_state.dispute {
  background: #E34646;
  color: #fff;
}
.oc_state.refuse {
  background: #FFF6E8;
  color: #E0911B;
}
.oc_state.success {
  background: #F2FFF4;
  color: #75D02D;
}

.oc_time {
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #414141;
}
.oc_time.red {
  color: #E34646;
  font-weight: 500;
}

.oc_comment {
  max-height: 60px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}
.oc_comment:hover .oc_com_popup {
  display: block;
}
.oc_comment.empty {
  height: auto;
}
.oc_comment.empty:hover .oc_com_popup {
  display: none;
}

.oc_com_popup {
  display: none;
  width: calc(100% - 20px);
  height: 250px;
  background: #FFFFFF;
  box-shadow: 0px 7px 100px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  font-size: 14px;
  line-height: 120%;
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 110px;
  padding: 20px 30px;
  overflow: auto;
  transition: 0.3s;
}

.oc_place, .org_place, .mui_vol {
  min-height: 18px;
  max-height: 36px;
  font-size: 14px;
  line-height: 130%;
  overflow: hidden;
  color: #0B76BC;
  margin: 20px 0 0;
  padding-left: 30px;
  position: relative;
}
.oc_place:before, .org_place:before, .mui_vol:before {
  display: block;
  content: "";
  width: 14px;
  height: 20px;
  background: url(../images/oc_map.svg) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.oc_bot, .sc_bot {
  width: calc(100% - 70px);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.oc_name, .oc_burial {
  font-size: 14px;
  line-height: 110%;
  color: #414141;
  padding-left: 25px;
  position: relative;
}
.oc_name:before, .oc_burial:before {
  display: block;
  content: "";
  width: 14px;
  height: 15px;
  background: url(../images/oc_name.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 1px;
}

.oc_price, .sc_price {
  margin-top: 10px;
  font-size: 14px;
  line-height: 110%;
}
.oc_price > span, .sc_price > span {
  display: block;
  float: left;
  position: relative;
}
.oc_price > span > del, .sc_price > span > del {
  font-size: 14px;
  color: #909090;
  margin-left: 5px;
}
.oc_price > span > i, .sc_price > span > i {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  color: #21B0E6;
  font-size: 14px;
  margin-right: 3px;
}
.oc_price > span:nth-child(2), .sc_price > span:nth-child(2) {
  float: right;
  font-weight: 700;
}

.btn {
  display: block;
  width: 100%;
  height: 40px;
  background: #0B76BC;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.btn.light, .btn.lighter {
  background: #EBF7FF;
  color: #0B76BC;
}
.btn.light:hover, .btn.lighter:hover {
  background: #0B76BC;
  color: #fff;
}
.btn.lighter {
  background: #F9F9F9;
}
.btn:hover {
  filter: brightness(120%);
}
.btn.disabled {
  cursor: default;
  background: #D1D1D1;
}
.btn.disabled:hover {
  filter: none;
}

.oc_btn {
  margin-top: 25px;
}
.oc_btn.chat_btn, .oc_btn.route_btn {
  background: #EBF7FF;
  color: #0B76BC;
}
.oc_btn.chat_btn:hover, .oc_btn.route_btn:hover {
  background: #0B76BC;
  color: #fff;
}
.oc_btn.mes {
  background: #21B0E6;
}
/*стили модальных окон*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.boxes .window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  border-radius: 20px;
  background: #ffffff;
}
.boxes .window.modal_chat {
  left: 0;
  right: 0;
  height: 100vh;
  border-radius: 0px;
}
.boxes .window#modal_stars {
  text-align: center;
  max-width: 445px;
}
.boxes .window#modal_stars .modal_content, .boxes .window#modal_stars .m_confirm, .boxes .window#modal_stars .choose_ava {
  padding: 35px 15px 50px;
}

.close, .fp_close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 3;
  right: 30px;
  top: 30px;
  cursor: pointer;
  filter: alpha(Opacity=50);
  opacity: 0.5;
  transition: 0.3s;
}
.close:hover, .fp_close:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.close:before, .fp_close:before {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.close:after, .fp_close:after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.modal_content, .m_confirm, .choose_ava {
  padding: 20px 35px;
}
.modal_content.modal_place_adjustment, .modal_place_adjustment.m_confirm, .modal_place_adjustment.choose_ava, .modal_content.modal_place_confirm, .modal_place_confirm.m_confirm, .modal_place_confirm.choose_ava, .modal_content.modal_thx, .modal_thx.m_confirm, .modal_thx.choose_ava {
  display: none;
}

.choose_ava {
  display: none;
}

.m_confirm {
  display: none;
}

.mc_head {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 13px;
  padding-right: 35px;
}
.mc_head > span {
  color: #21B0E6;
}

.mc_head_2 {
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 10px;
}

.mc_text {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 45px;
}

.mc_service_line {
  padding: 15px 0 20px;
  border-bottom: 1px solid #eee;
}
.mc_service_line.adj_serv {
  display: none;
}
.mc_service_line:last-child {
  border-bottom: none;
}
.mc_service_line > div {
  font-size: 18px;
  line-height: 130%;
}
.mc_service_line > div:nth-child(1) {
  float: left;
  max-width: calc(100% - 100px);
  color: #414141;
}
.mc_service_line > div:nth-child(2) {
  float: right;
  max-width: 90px;
}

.cp_head {
  font-size: 17px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 10px;
}
.cp_head > span {
  font-size: 14px;
  color: #414141;
  font-weight: 400;
  margin-left: 15px;
}

.cp_input {
  display: block;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 0 20px;
}
.cp_input.wrong {
  border: 2px solid #FFADAD;
}

.cp_area {
  display: block;
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 110%;
  padding: 15px 20px;
}
.cp_area.wrong {
  border: 2px solid #FFADAD;
}

.cp_ava {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  background: #E5E5EA;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.cp_ava.edit:before {
  display: none;
  width: 33%;
  height: 1px;
  background: #D1D1D1;
  position: absolute;
  z-index: 3;
}
.cp_ava.edit:hover:before, .cp_ava.edit:hover .cpa_edit, .cp_ava.edit:hover .cpa_del {
  display: block;
}
.cp_ava > img {
  display: block;
  position: relative;
  z-index: 1;
}
.cp_ava:hover:after {
  display: block;
}
.cp_ava:before {
  display: block;
  content: "";
  width: 35px;
  height: 32px;
  background: url(../images/cpp_add.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.cp_ava:after {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  transition: 0.3s;
}

.cpa_edit {
  display: none;
  width: 22px;
  height: 22px;
  background: url(../images/edit_w.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  cursor: pointer;
}
.cpa_edit:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.cpa_del {
  display: none;
  width: 16px;
  height: 22px;
  background: url(../images/del_w.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  cursor: pointer;
}
.cpa_del:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.cp_place {
  display: table;
  width: 100%;
  min-height: 65px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.cp_place > div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
  position: relative;
  font-size: 15px;
  line-height: 130%;
  color: #414141;
}
.cp_place > div > span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin-bottom: 3px;
}
.cp_place:last-child {
  border-bottom: none;
}
.cp_place > i {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/del.svg) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.cp_place > i:hover {
  filter: brightness(0);
}

.mc_ava_choose {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 20px;
}
.mc_ava_choose > img {
  display: block;
}

.cp_photos {
  margin-bottom: 20px;
}

.cp_photo {
  width: 32%;
  float: left;
  position: relative;
  transition: 0.3s;
  margin-right: 2%;
  border-radius: 10px;
}
.cp_photo:nth-child(3n+3) {
  margin-right: 0;
}
.cp_photo:after {
  display: none;
  content: "";
  width: 60%;
  height: 1px;
  background: #D1D1D1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.cp_photo:hover .cpp_edit, .cp_photo:hover .cpp_del {
  display: block;
}
.cp_photo:hover:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  left: 0;
  top: 0;
}
.cp_photo:hover:after {
  display: block;
}
.cp_photo > img {
  display: block;
  border-radius: 10px;
}

.cpp_edit {
  display: none;
  width: 22px;
  height: 22px;
  background: url(../images/edit_w.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  cursor: pointer;
}
.cpp_edit:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.cpp_del {
  display: none;
  width: 16px;
  height: 22px;
  background: url(../images/del_w.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 37px;
  cursor: pointer;
}
.cpp_del:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.cp_photo_add {
  width: 32%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #E5E5EA;
  transition: 0.3s;
  cursor: pointer;
  margin-right: 20px;
}
.cp_photo_add > img {
  display: block;
  border-radius: 10px;
}
.cp_photo_add.no_bg {
  background: none;
}
.cp_photo_add:nth-child(3n+3) {
  margin-right: 0;
}
.cp_photo_add:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.cp_photo_add:after {
  display: block;
  content: "";
  width: 35px;
  height: 32px;
  background: url(../images/cpp_add.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.cp_wrong_text {
  font-size: 14px;
  line-height: 120%;
  color: #E34646;
  font-weight: 500;
  margin: -5px 0 18px;
}

.cp_btn {
  margin-top: 30px;
}
.cp_btn.disabled {
  background: #D1D1D1;
  cursor: default;
}
.cp_btn.disabled:hover {
  filter: none;
}

.supp_area {
  display: block;
  width: 100%;
  height: 543px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 18px;
  line-height: 120%;
}

.m_2x_btns {
  position: relative;
}
.m_2x_btns > a {
  width: calc(50% - 10px);
  float: left;
  background: #F9F9F9;
  color: #0B76BC;
}
.m_2x_btns > a:hover {
  background: #0B76BC !important;
  color: #fff !important;
}
.m_2x_btns > a:nth-child(2) {
  float: right;
  background: #EBF7FF;
}

.m_search {
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 10px 0 45px;
  position: relative;
}

.ms_amp {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/amp.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.ms_amp:hover {
  filter: brightness(130%);
}

.ms_input {
  display: block;
  height: 40px;
  background: none;
  font-size: 14px;
}

.me_items {
  height: 320px;
  overflow: auto;
  margin: 20px 0;
}

.me_item {
  min-height: 50px;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 7px 0 0 60px;
  position: relative;
}
.me_item.selected .mei_ava {
  border: 3px solid #21B0E6;
}
.me_item.selected .mei_name {
  color: #21B0E6;
}
.me_item:last-child {
  margin-bottom: 0;
}

.mei_ava {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
  background: url(../images/mei_ava_empty.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.mei_name {
  font-size: 15px;
  line-height: 110%;
  font-weight: 500;
}
.mei_name > span {
  display: block;
  font-size: 14px;
  line-height: 110%;
  color: #414141;
  font-weight: 400;
  margin-top: 3px;
}

.exec_btn.disabled {
  background: #D1D1D1;
  cursor: default;
}
.exec_btn.disabled:hover {
  filter: brightness(100%);
}

/*chat*/
.chat_mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.chat_mask.opened {
  display: block;
}

.chat_window {
  display: none;
  max-width: 500px;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: #fff;
  padding: 25px 40px 20px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
}
.chat_window.opened {
  display: block;
}
.chat_window.v3_cw .chat_frame {
  height: calc(100vh - 310px);
  margin-bottom: 0;
}

.ch_state_block {
  text-align: center;
}
.ch_state_block > span {
  display: inline-block;
  vertical-align: middle;
}
.ch_state_block > span:nth-child(1) {
  font-size: 14px;
  line-height: 110%;
  color: #414141;
}
.ch_state_block > span.ch_state {
  width: 100px;
  height: 30px;
  background: #E9F9FF;
  border-radius: 8px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  color: #21B0E6;
  margin-left: 15px;
}
.ch_state_block > span.ch_state.red {
  background: #E34646;
  color: #fff;
}

.chat_frame {
  height: calc(100vh - 220px);
  overflow: auto;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  margin: 20px 0 30px;
}

.chat_item {
  margin-bottom: 20px;
  position: relative;
}

.chat_blue {
  background: #EBF7FF;
  border-radius: 15px 15px 0px 15px;
  padding: 15px 20px 38px;
  position: relative;
  font-size: 16px;
  line-height: 120%;
}

.chat_gray {
  display: block;
  float: left;
  background: #F9F9F9;
  border-radius: 15px 15px 15px 0px;
  padding: 15px 20px 38px;
  max-width: calc(100% - 50px);
  position: relative;
  margin-left: 50px;
  font-size: 16px;
  line-height: 120%;
}

.cb_img {
  max-width: 200px;
  width: calc(100% - 74px);
  max-height: 170px;
  overflow: hidden;
  position: relative;
}
.cb_img.left {
  float: left;
  border-radius: 15px 15px 15px 0px;
  margin-left: 74px;
}
.cb_img.right {
  float: right;
  border-radius: 15px 15px 0px 15px;
}
.cb_img > img {
  display: block;
}

.cbi_date {
  display: inline-block;
  height: 18px;
  padding: 0 8px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.chat_ava {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/chat_ava_empty.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ch_autor {
  display: block;
  font-size: 14px;
  line-height: 110%;
  color: #414141;
  margin-bottom: 8px;
}

.cb_time {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 24px;
  bottom: 20px;
  font-size: 13px;
  line-height: 15px;
  color: #414141;
}

.solve_dispute {
  height: 60px;
  padding-top: 18px;
}
.solve_dispute br {
  display: none;
}

.sd_title {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 130%;
  color: #414141;
}

.sd_choice {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 130%;
  cursor: pointer;
  color: #0B76BC;
  padding-left: 35px;
  position: relative;
  margin-left: 30px;
}
.sd_choice:hover {
  text-decoration: underline;
}
.sd_choice:hover:before {
  text-decoration: underline;
}
.sd_choice:after {
  display: block;
  content: "";
  width: 20px;
  height: 18px;
  background: url(../images/user_icon_20x18.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 2px;
}
.sd_choice.org:after {
  background: url(../images/org_icon_20x18.svg) 0 0 no-repeat;
  background-size: 100%;
}
.sd_choice.accept:after {
  width: 22px;
  height: 24px;
  background: url(../images/accept_icon_22x22.svg) 0 0 no-repeat;
  background-size: 100%;
  top: 0;
}

.chat_new_message {
  position: relative;
}

.nm_input {
  display: block;
  float: left;
  width: 100%;
  max-width: calc(100% - 100px);
  height: 40px;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 15px;
}

.cnm_btns {
  width: 100px;
  height: 40px;
  text-align: right;
  float: right;
}
.cnm_btns > a {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
.cnm_btns > a:hover {
  filter: brightness(120%);
}
.cnm_btns > a.add_photo {
  width: 16px;
  height: 13px;
}
.cnm_btns > a.send_mess {
  width: 40px;
  height: 40px;
  background: #21B0E6 url(../images/send_mess.svg) center no-repeat;
  background-size: 50%;
  border-radius: 10px;
  margin-left: 15px;
}
.cnm_btns > a.send_mess.disabled {
  cursor: default;
  filter: grayscale(100%);
}
.cnm_btns > a.send_mess > span {
  display: none;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.filter {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  cursor: pointer;
  position: relative;
  text-align: left;
}
.filter.users {
  width: 140px;
}
.filter.place:before {
  display: block;
  content: "";
  width: 13px;
  height: 17px;
  background: url(../images/stat_place.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.filter.worker {
  margin-left: 40px;
}
.filter.worker:before {
  display: block;
  content: "";
  width: 17px;
  height: 19px;
  background: url(../images/stat_worker.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.filter.status {
  margin-left: 40px;
}
.filter.status:before {
  display: block;
  content: "";
  width: 17px;
  height: 16px;
  background: url(../images/stat_status.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.filter.v3_orders_filter {
  float: right;
  margin-top: 20px;
}
.filter.v3_orders_filter .filter_popup {
  width: 450px;
  left: auto;
  right: -5px;
}
.filter > span {
  display: block;
  font-size: 15px;
  line-height: 130%;
  color: #414141;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px 0 24px;
}
.filter:before {
  display: block;
  content: "";
  width: 18px;
  height: 17px;
  background: url(../images/orders_filter_m.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.filter:after {
  display: block;
  content: "";
  width: 9px;
  height: 5px;
  background: url(../images/select_arrow.svg) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.filter_popup {
  display: none;
  width: 230px;
  padding: 25px 0;
  background: #FFFFFF;
  text-align: left;
  box-shadow: 0px 7px 100px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  position: absolute;
  z-index: 5;
  top: 0;
  left: -60px;
}
.filter_popup .radios {
  margin: 0;
  padding: 0;
}
.filter_popup .radios > li {
  padding: 7px 10px 7px 40px;
  margin: 0;
}
.filter_popup .radios > li:hover {
  background: #EEEEEE;
}

.fp_head {
  font-size: 23px;
  line-height: 130%;
  font-weight: 600;
  padding: 0 60px 10px 30px;
}

.fp_close {
  width: 16px;
  height: 16px;
  filter: alpha(Opacity=20);
  opacity: 0.2;
  right: 30px;
  top: 33px;
}
.fp_close:before {
  width: 20px;
}
.fp_close:after {
  width: 20px;
}

/*	styles for select*/
.orders_filter_mob, .stat_filter_mob, .staff_filter {
  display: none;
  text-align: center;
}

/*
	display: none;
	padding-left: 30px;
	width: 150px;
	margin: 0 auto;	
	position: relative;
	&:before{
		display: block;
		content: '';
		width: 20px;
		height: 18px;
		background: url(../images/orders_filter_m.svg) 0 0 no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	&:after{
  	display: block;
  	content: '';
  	width: 9px;
		height: 5px;
		background: url(../images/select_arrow.svg) 0 0 no-repeat;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
  }
}*/
.selectbox {
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.selectbox .select {
  width: 100%;
  height: 32px;
  padding: 0 0 0 10px;
  position: relative;
}
.selectbox .select:after {
  display: block;
  content: "";
  width: 9px;
  height: 5px;
  background: url(../images/select_arrow.svg) 0 0 no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.selectbox .select .text {
  display: block;
  color: #6f777c;
  font-size: 16px;
  line-height: 32px;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.selectbox ul.dropdown {
  top: 32px;
  width: 100%;
  margin: 0;
  background: #FBF5ED;
  border: 1px solid #D3C5B2;
}

.selectbox li {
  color: #383636;
  font-size: 14px;
  padding: 5px 10px 6px;
}

.selectbox li:hover, .selectbox li.selected {
  background: #E6E6E6;
  color: #000000;
}

.selectbox li.disabled {
  color: #AAA;
}

/*	end of styles for select*/
/*profile*/
.profile p {
  font-size: 16px;
  line-height: 140%;
  padding-top: 15px;
}

.c_left {
  width: 580px;
  float: left;
}

.c_right {
  width: calc(100% - 600px);
  float: right;
}

.block_w {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 15px;
  position: relative;
}

.p_account {
  display: table;
  width: 100%;
  height: 170px;
  padding-left: 130px;
}

.pa_ava {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/pa_ava_empty.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.pa_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 120%;
  color: #414141;
}
.pa_name > span {
  display: block;
  font-size: 22px;
  line-height: 120%;
  color: #000;
  font-weight: 600;
  margin-bottom: 7px;
}

.p_head {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}

.pi_text {
  font-size: 16px;
  line-height: 120%;
  margin-top: 8px;
}
.pi_text > a {
  color: #0B76BC;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
.pi_text > a:hover {
  text-decoration: underline;
}

.pi_change_pass {
  width: 22px;
  height: 22px;
  background: url(../images/pi_change_pass.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.pi_change_pass:hover {
  filter: brightness(120%);
}

.p_req_line, .org_line {
  margin-top: 15px;
  font-size: 16px;
  line-height: 120%;
}
.p_req_line > span, .org_line > span {
  margin-right: 10px;
  color: #414141;
}
.p_req_line > i, .org_line > i {
  font-style: normal;
  color: #414141;
}

/*order*/
.o_head {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
.o_head:hover:before {
  left: -10px;
}
.o_head:before {
  display: block;
  content: "";
  width: 13px;
  height: 23px;
  background: url(../images/arrow_r_b.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}

.o_info {
  display: grid;
  grid-template-columns: 15% repeat(2, 1fr) 25%;
  padding: 20px;
  align-items: center;
}

.oi_item {
  border-right: 1px solid #eee;
  text-align: center;
}
.oi_item:first-child {
  padding-left: 0;
}
.oi_item:last-child {
  border-right: none;
}

.oii_content {
  display: inline-block;
  text-align: left;
}

.oii_head {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 7px;
}

.oii_text {
  font-size: 15px;
  line-height: 120%;
}
.oii_text > span {
  display: block;
  width: 100px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  background: #E9F9FF;
  border-radius: 8px;
  color: #0B76BC;
}
.oii_text > span.in_work {
  background: #F9F9F9;
}
.oii_text > span.dispute {
  background: #E34646;
  color: #fff;
}
.oii_text > span.refuse {
  background: #FFF6E8;
  color: #E0911B;
}
.oii_text > span.success {
  background: #F2FFF4;
  color: #75D02D;
}

.os_top {
  margin-bottom: 10px;
}

.os_head, .mb_head, .o_com_head {
  float: left;
  font-size: 20px;
  line-height: 110%;
  font-weight: 600;
}

.oc_total {
  float: right;
  font-size: 16px;
  line-height: 110%;
  color: #21B0E6;
  font-weight: 700;
}
.oc_total > span {
  color: #414141;
  font-weight: 400;
  margin-right: 10px;
}

.os_line {
  display: table;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.os_line:last-child {
  border-bottom: none;
}
.os_line > div {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  font-size: 15px;
  line-height: 120%;
  font-weight: 500;
}
.os_line > div del {
  font-size: 15px;
  color: #909090;
  margin-right: 10px;
}
.os_line > div:nth-child(1) {
  width: 310px;
}
.os_line > div:nth-child(2) {
  width: calc(100% - 420px);
  color: #414141;
  font-weight: 400;
}
.os_line > div:nth-child(3) {
  width: 110px;
  text-align: right;
}

.o_comment {
  padding-right: 365px;
}

.o_com_head {
  float: none;
}

.oc_text {
  font-size: 15px;
  line-height: 140%;
  margin-top: 10px;
}

.o_com_btn {
  width: 210px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  background: #EBF7FF;
  color: #0B76BC;
}
.o_com_btn:hover {
  background: #0B76BC;
  color: #fff;
}

.mb_head {
  float: none;
}
.mb_head > i {
  display: inline-block;
  font-style: normal;
  margin: 0 30px 5px 0;
}
.mb_head > span {
  display: inline-block;
  font-size: 16px;
  line-height: 120%;
  color: #414141;
}

.mb_head_2 {
  font-size: 20px;
  line-height: 130%;
  margin: 30px 0 15px;
}

.mb_name {
  padding: 5px 0 0 55px;
  min-height: 40px;
  position: relative;
  margin: 15px 0 20px;
}

.mbn_ava {
  width: 40px;
  height: 40px;
  background: url(../images/chat_ava_empty.png) 0 0 no-repeat;
  background-size: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 6px;
}
.mbn_ava.org {
  background: url(../images/org_ava_empty.png) center no-repeat;
}

.mbn_text {
  font-size: 16px;
  line-height: 130%;
}
.mbn_text > span {
  display: block;
  font-size: 14px;
  line-height: 130%;
  color: #414141;
  margin-top: 4px;
}

.mb_places {
  margin-top: 15px;
}

.mb_place {
  display: table;
  width: 100%;
  min-height: 68px;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
}

.mbp_del {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../images/cros_icon_16x16.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.mbp_del:hover {
  filter: brightness(0);
}

.mbp_content {
  display: table-cell;
  vertical-align: middle;
}

.mbp_name {
  display: block;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}

.mbp_text {
  display: block;
  font-size: 14px;
  line-height: 120%;
  color: #414141;
}

.map {
  width: 100%;
  height: 500px;
  border-radius: 15px;
  position: relative;
}

.map_btn {
  display: block;
  width: 210px;
  height: 40px;
  position: absolute;
  z-index: 5;
  bottom: 20px;
  right: 60px;
}

.o_gallery {
  margin-top: 30px;
}
.o_gallery.reduced {
  margin: 0 0 -30px;
}
.o_gallery .cp_photo, .o_gallery .cp_photo_add {
  width: 150px;
  height: 150px;
  margin: 0 20px 20px 0;
}

.og_head {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 15px;
}

.og_text {
  font-size: 16px;
  line-height: 130%;
  color: #414141;
  margin: 10px 0 20px;
}

.gallery_slider > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
  border-radius: 10px;
  overflow: hidden;
}
.gallery_slider > div:nth-child(3n+3) {
  margin-right: 0;
}
.gallery_slider > div > img {
  display: block;
  width: 100%;
}

.fancybox-image {
  border-radius: 22px !important;
}

.btn_bot {
  display: block;
  width: 210px;
  background: #FFEDED;
  color: #E34646;
  margin: 0 50px 40px 0;
  position: fixed;
  z-index: 10;
  right: 0px;
  bottom: 0px;
}
.btn_bot.o_reject:hover {
  filter: none;
  background: #E34646;
  color: #fff;
}
.btn_bot.o_solve {
  background: #0B76BC;
  color: #fff;
}
.btn_bot.o_change_status {
  background: #0B76BC;
  color: #fff;
}
.btn_bot.o_sucess {
  background: #0B76BC;
  color: #fff;
}
.btn_bot.v2_btn_take {
  background: #0B76BC;
  color: #fff;
}
.btn_bot.v2_btn_reject {
  right: 290px;
}
.btn_bot.v2_btn_reject:hover {
  background: #E34646;
  color: #fff;
}
.btn_bot.blue {
  background: #0C76BC;
  color: #fff;
}
.btn_bot.disabled {
  background: #D1D1D1;
  color: #fff;
}

.bloc_w_2x .block_w {
  float: left;
  width: calc(50% - 10px);
}
.bloc_w_2x .block_w:nth-child(2) {
  float: right;
}
.bloc_w_2x .block_w .o_gallery {
  margin: 0 0 -20px;
}

/*radio style*/
.radios {
  padding-top: 20px;
  margin: -15px 0 40px;
}
.radios.radios_term {
  padding: 0;
  margin: 0 0 50px;
  display: grid;
  grid-template-columns: repeat(3, 110px);
  justify-content: space-between;
}
.radios.radios_term > li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.radios > li {
  display: block;
  margin-bottom: 20px;
}
.radios > li:nth-child(1) {
  margin-right: 10px;
}
.radios > li > input {
  display: none !important;
}
.radios > li > input:checked + label:before {
  border: 1px solid #D1D1D1;
}
.radios > li > input:checked + label:after {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background: #21B0E6;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}
.radios > li > input:checked + label > span {
  color: #21B0E6;
}
.radios > li > label {
  display: block;
  padding-left: 40px;
  cursor: pointer;
  position: relative;
}
.radios > li > label:before {
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.radios > li > label > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 23px;
  color: #414141;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.btn_confirm_status {
  background: #EBF7FF;
  color: #0B76BC;
}
.btn_confirm_status:hover {
  background: #0B76BC;
  color: #fff;
}

/*services*/
.service_cards {
  margin-top: 0;
}
.service_cards.v4_service_cards .sc_head {
  padding-right: 50px;
}
.service_cards.no_gallery .service_card {
  padding-bottom: 110px;
}

.service_card {
  padding-bottom: 230px;
}
.service_card .gallery_slider {
  min-height: 80px;
  margin: 25px 0 0;
}
.service_card .gallery_slider > div {
  display: block;
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
}
.service_card .gallery_slider > div:nth-child(3) {
  margin-right: 0;
}
.service_card.selected {
  border: 2px solid #21B0E6;
}
.service_card.selected .sc_cart {
  background: #21B0E6;
}
.service_card.selected .sc_cart:after {
  filter: brightness(3000%);
}

.sc_edit, .uc_edit {
  width: 16px;
  height: 16px;
  background: url(../images/edit.svg) 0 0 no-repeat;
  filter: grayscale(100%);
  background-size: 100%;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.sc_edit:hover, .uc_edit:hover {
  filter: grayscale(0);
}

.sc_cart {
  width: 40px;
  height: 40px;
  background: #EBF7FF;
  border-radius: 8px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  transition: 0.3s;
}
.sc_cart:after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/cart.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.sc_head {
  display: block;
  padding-right: 20px;
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
.sc_head > span {
  position: relative;
  z-index: 1;
}
.sc_head.long:hover {
  overflow: visible;
}
.sc_head.long:hover:before {
  display: block;
  content: "";
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.sc_text, .uc_text {
  max-height: 96px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}

.sc_time {
  margin-top: 10px;
  font-size: 14px;
  line-height: 120%;
  color: #414141;
}
.sc_time > span {
  display: block;
  float: left;
}
.sc_time > span:nth-child(2) {
  float: right;
}

.sc_price {
  margin-bottom: 0 !important;
}

.add_service .m_2x_btns > a:nth-child(2) {
  background: #0B76BC;
  color: #fff;
}

.m_del {
  width: 15px;
  height: 21px;
  cursor: pointer;
  background: url(../images/me_del.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 30px;
  right: 30px;
  transition: 0.3s;
}
.m_del:hover {
  filter: brightness(150%);
}

/*staff*/
.staff_filter {
  width: 130px;
  display: inline-block !important;
  vertical-align: middle;
}
.staff_filter .selectbox .select .text {
  font-size: 14px;
  color: #414141;
}

.ct_add_worker {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 24px;
}

.cti_search {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  margin-left: 20px;
  padding: 0 10px 0 40px;
  position: relative;
}
.cti_search > input {
  display: block;
  width: 100%;
  height: 40px;
  background: none;
  font-size: 14px;
}

.cti_search_btn {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/amp.svg) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.cti_search_btn:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.staff_cards, .org_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.staff_card, .org_card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px 30px 27px 100px;
  position: relative;
}

.stc_ava, .org_ava {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/mei_ava_empty.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 20px;
  left: 30px;
}
.stc_ava > img, .org_ava > img {
  display: block;
}

.stc_name, .org_name {
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  padding-right: 20px;
}

.stc_email, .org_email {
  margin: 3px 0 11px;
  font-size: 16px;
  line-height: 120%;
  color: #414141;
}

.stc_show_pass {
  display: inline-block;
  font-size: 14px;
  line-height: 120%;
  color: #0B76BC;
  cursor: pointer;
}
.stc_show_pass:hover {
  text-decoration: underline;
}

.stc_rait, .org_rait {
  display: inline-block;
  vertical-align: top;
  min-height: 21px;
  font-size: 14px;
  line-height: 120%;
  color: #919191;
  font-weight: 600;
  padding-left: 20px;
  position: absolute;
  left: 33px;
  top: 79px;
}
.stc_rait:before, .org_rait:before {
  display: block;
  content: "";
  width: 16px;
  height: 15px;
  background: url(../images/star.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.stc_edit, .org_edit {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: url(../images/edit.svg) 0 0 no-repeat;
  filter: grayscale(100%);
  background-size: 100%;
  transition: 0.3s;
}
.stc_edit:hover, .org_edit:hover {
  filter: grayscale(0);
}

.no_workers {
  display: table;
  width: 200px;
  height: 150px;
  background: #FFFFFF;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, 0, 0);
}
.no_workers > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
.no_workers > div > img {
  display: inline-block;
  max-width: 50px;
  width: 100%;
  margin-bottom: 10px;
}

/*statistic*/
.statistic {
  margin-top: 20px;
}
.statistic.report .st_line > div:nth-child(1) {
  width: 20%;
}
.statistic.report .st_line > div:nth-child(2) {
  width: 20%;
}
.statistic.report .st_line > div:nth-child(3) {
  width: 20%;
}
.statistic.report .st_line > div:nth-child(4) {
  width: 20%;
}
.statistic.report .st_line > div:nth-child(5) {
  width: 20%;
}
.statistic.users .st_line > div:nth-child(1) {
  width: 30%;
}
.statistic.users .st_line > div:nth-child(2) {
  width: 35%;
}
.statistic.users .st_line > div:nth-child(3) {
  width: 20%;
}
.statistic.users .st_line > div:nth-child(4) {
  width: 15%;
  text-align: right;
}
.statistic.volunteers .st_line > div:nth-child(1) {
  width: 25%;
}
.statistic.volunteers .st_line > div:nth-child(1) .user_vol:after {
  display: none;
}
.statistic.volunteers .st_line > div:nth-child(2) {
  width: 20%;
}
.statistic.volunteers .st_line > div:nth-child(3) {
  width: 20%;
}
.statistic.volunteers .st_line > div:nth-child(4) {
  width: 20%;
}
.statistic.volunteers .st_line > div:nth-child(5) {
  width: 15%;
  text-align: right;
}
.statistic.v3_general_stat .st_line > div:nth-child(1) {
  width: 35%;
}
.statistic.v3_general_stat .st_line > div:nth-child(2) {
  width: 45%;
}
.statistic.v3_general_stat .st_line > div:nth-child(3) {
  width: 20%;
  text-align: right;
  font-weight: 600;
}

.u_edit {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 17px;
  filter: grayscale(100%);
  background: url(../images/edit.svg) 0 0 no-repeat;
  background-size: 100%;
  margin-right: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.u_edit:hover {
  filter: grayscale(0);
}

.u_del {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 20px;
  filter: grayscale(100%) brightness(140%);
  margin-top: -1px;
  background: url(../images/me_del.svg) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.u_del:hover {
  filter: grayscale(0);
}

.st_line {
  display: table;
  width: 100%;
  min-height: 62px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 14px;
  padding: 0 30px;
}
.st_line.head {
  margin-bottom: 25px;
}
.st_line.head > div {
  font-weight: 400 !important;
  color: #414141 !important;
}
.st_line > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  line-height: 130%;
  padding: 5px 7px;
}
.st_line > div:nth-child(1) {
  width: 20%;
}
.st_line > div:nth-child(1) > a {
  font-size: 15px;
  font-weight: 600;
  color: #0B76BC;
}
.st_line > div:nth-child(1) > a.user_vol:after {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 17px;
  height: 20px;
  margin-left: 12px;
  background: url(../images/user_vol.svg) 0 0 no-repeat;
  background-size: 100%;
}
.st_line > div:nth-child(2) {
  width: 25%;
}
.st_line > div:nth-child(3) {
  width: 25%;
}
.st_line > div:nth-child(4) {
  width: 15%;
  text-align: center;
}
.st_line > div:nth-child(5) {
  width: 15%;
  text-align: right;
  font-weight: 600;
}

.stl_state {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 90px;
  background: #F9F9F9;
  border-radius: 6px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #0B76BC;
  font-weight: 500;
}
.stl_state.in_work {
  background: #F9F9F9;
  color: #0B76BC;
}
.stl_state.success {
  background: #F2FFF4;
  color: #75D02D;
}
.stl_state.refuse {
  background: #FFF6E8;
  color: #E0911B;
}
.stl_state.dispute {
  background: #E34646;
  color: #fff;
}

.st_sort {
  display: inline-block;
  padding-right: 53px;
  position: relative;
}
.st_sort > div {
  width: 14px;
  height: 8px;
  background: url(../images/arrow_top_b.svg) 0 0 no-repeat;
  filter: grayscale(100%);
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.st_sort > div.down {
  right: 24px;
  transform: translateY(-30%) rotate(180deg);
}
.st_sort > div.up {
  right: 0;
  transform: translateY(-30%);
}
.st_sort > div.selected {
  filter: grayscale(0);
}

.sps_mob {
  display: none;
  max-width: 290px;
  font-size: 18px;
  line-height: 40px;
  background: #fff;
  border-radius: 15px;
  padding: 0 53px 0 20px;
  margin: 0 auto 10px;
}
.sps_mob > div.down {
  right: 39px;
}
.sps_mob > div.up {
  right: 15px;
}

/*v3_admin*/
/*organizations*/
.org_card {
  padding-bottom: 90px;
}
.org_card .m_2x_btns {
  width: calc(100% - 80px);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.org_edit {
  bottom: auto;
  top: 37px;
}

.org_ava {
  background: url(../images/org_ava_empty.png) center no-repeat;
}

.org_place, .mui_vol {
  margin: 15px 0 12px;
}

.mui_vol:before {
  width: 17px;
  height: 20px;
  background: url(../images/user_vol.svg) 0 0 no-repeat;
  background-size: 100%;
}

.org_line {
  margin: 0;
}

.add_org_form {
  padding-bottom: 120px;
}

.of_head {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 15px;
  padding-right: 30px;
}

.add_org_submit {
  max-width: 270px;
  position: fixed;
  bottom: 50px;
  right: 65px;
}
.add_org_submit.disabled {
  background: #D1D1D1;
}

.of_left {
  float: left;
  width: calc(50% - 25px);
}

.of_right {
  float: right;
  width: calc(50% - 25px);
}

.of_del {
  width: 15px;
  height: 21px;
  cursor: pointer;
  background: url(../images/me_del.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 29px;
  right: 50px;
  transition: 0.3s;
}
.of_del:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.of_save, .of_cancel {
  max-width: 270px;
  position: fixed;
  bottom: 50px;
  right: 65px;
}

.of_cancel {
  right: 355px;
  background: #F9F9F9;
  color: #0B76BC;
}

.v3i_top {
  display: table;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

.vti_org_ava, .mui_ava {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: url(../images/pa_ava_empty.png) center no-repeat;
  background-size: 100%;
}

.mui_ava {
  background: url(../images/user_ava_empty_150.png) center no-repeat;
}

.v3it_text {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 100px);
  padding-left: 30px;
}
.v3it_text .org_place, .v3it_text .mui_vol {
  margin: 10px 0 0;
}

.v3i_head {
  font-size: 22px;
  line-height: 120%;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 30px;
}

.v3i_text {
  font-size: 16px;
  line-height: 120%;
  color: #414141;
  margin-top: 7px;
}

.v3i_line {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.v3i_line.v3il_col_3 > div {
  float: left;
  width: 27%;
  padding-right: 15px;
}
.v3i_line.v3il_col_3 > div:nth-child(1) {
  width: 46%;
}
.v3i_line.v3il_col_2 > div {
  float: left;
  width: 54%;
  padding-right: 15px;
}
.v3i_line.v3il_col_2 > div:nth-child(1) {
  width: 46%;
}
.v3i_line:last-child {
  padding-bottom: 10px;
}
.v3i_line > a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 120%;
  color: #0B76BC;
}
.v3i_line > a:hover {
  text-decoration: underline;
}
.v3i_line .org_line {
  font-size: 16px;
  margin-bottom: 10px;
}
.v3i_line .org_line:last-child {
  margin-bottom: 0;
}

.v3i_services_link {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  line-height: 130%;
  color: #000 !important;
  font-weight: 500;
}
.v3i_services_link:hover:after {
  transform: translateX(10px);
}
.v3i_services_link:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/arrow_r_b.svg) 0 0 no-repeat;
  background-size: 100%;
  margin-left: 14px;
  transition: 0.3s;
}

.v3il_head {
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}

.v3il_text {
  font-size: 16px;
  line-height: 140%;
}

.set_total_discount {
  display: inline-block;
  font-size: 14px;
  line-height: 120%;
  color: #414141;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 12px;
}
.set_total_discount:nth-child(1) {
  margin-right: 30px;
}
.set_total_discount:hover {
  filter: brightness(0);
}
.set_total_discount:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/discount_badge.svg) 0 0 no-repeat;
  filter: grayscale(100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.total_discount_count {
  color: #21B0E6;
}
.total_discount_count:after {
  display: inline;
  content: "%";
}

.discount_edit {
  width: 16px;
  height: 16px;
  background: url(../images/discount_badge.svg) 0 0 no-repeat;
  background-size: 100%;
  filter: grayscale(100%);
  background-size: 100%;
  position: absolute;
  z-index: 2;
  top: 38px;
  right: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.discount_edit:hover {
  filter: grayscale(0);
}

.discount_count {
  position: absolute;
  left: -4px;
  top: 20px;
  font-size: 14px;
  line-height: 120%;
  color: #21B0E6;
  font-weight: 600;
}
.discount_count:after {
  display: inline;
  content: "%";
}

.niceCheck {
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
  cursor: pointer;
  position: relative;
}
.niceCheck > input {
  display: none;
}
.niceCheck > span {
  display: block;
  font-size: 16px;
  line-height: 120%;
  color: #21B0E6;
  font-weight: 500;
  padding-top: 3px;
}
.niceCheck > span > a {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  color: #21B0E6;
}
.niceCheck > span > a:hover {
  text-decoration: underline;
}
.niceCheck > span:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.niceCheck input:checked + span::before {
  background: #fff url(../images/checkbox_mark.svg) center no-repeat;
}
.niceCheck input:checked + span {
  /*color: #21B0E6;*/
}

.add_user_check {
  display: block;
  float: left;
  margin-top: 10px;
}
.add_user_check > span {
  font-size: 14px;
  color: #414141 !important;
}

.add_user_btn, .accept_order_btn {
  display: block;
  max-width: 220px;
  float: right;
}

.org_filter {
  width: 205px;
  float: right;
  padding-left: 30px;
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
.org_filter:before {
  display: block;
  content: "";
  width: 20px;
  height: 18px;
  background: url(../images/org_icon_20x18.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.unload_stat {
  display: inline-block;
  vertical-align: top;
  padding-left: 36px;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  color: #414141;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  margin-top: 20px;
}
.unload_stat:hover {
  color: #000;
}
.unload_stat:hover:before {
  filter: brightness(0%);
}
.unload_stat:before {
  display: block;
  content: "";
  width: 22px;
  height: 19px;
  background: url(../images/unload_stat.svg) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}

.stat_filter {
  padding-left: 50px;
}

.dia_filter {
  margin-top: 23px;
}
.dia_filter > div {
  padding: 23px 14px;
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
}
.dia_filter > div .radios {
  margin: 0;
  padding: 0;
}
.dia_filter > div .radios > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 19px;
  margin: 0;
}
.dia_filter > div .radios > li:last-child {
  border-left: 1px solid #eee;
  padding-right: 0;
}

.df_left {
  float: left;
  max-width: 426px;
  width: 100%;
}

.df_right {
  float: right;
  width: calc(100% - 446px);
}

.df_right br {
  display: none;
}
.df_right .radios {
  margin: 0;
  padding: 0;
}
.df_right .radios > li:last-child {
  margin-left: 230px;
}

.dia_org_filter {
  position: absolute;
  left: 223px;
  top: 25px;
}
.dia_org_filter .filter .filter_popup {
  width: 380px;
  top: -24px;
}

.dof_autocomplete {
  max-height: 270px;
  overflow: auto;
  padding-top: 5px;
}

.dof_item {
  min-height: 25px;
  font-size: 15px;
  line-height: 130%;
  color: #414141;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
  padding: 0 30px 0 70px;
  margin-bottom: 15px;
}
.dof_item.selected:after {
  display: block;
  background: #21B0E6;
}
.dof_item:before {
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: -2px;
}
.dof_item:after {
  display: none;
  content: "";
  width: 13px;
  height: 13px;
  background: #D1D1D1;
  border-radius: 50%;
  position: absolute;
  left: 35px;
  top: 3px;
}

.dof_search {
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 14px 26px;
  text-align: left;
  position: relative;
}
.dof_search > input {
  display: block;
  height: 50px;
  width: 100%;
  padding: 0 15px 0 45px;
  background: none;
  font-size: 14px;
}

.dof_btn {
  width: 18px;
  height: 18px;
  background: url(../images/amp_b.svg) 0 0 no-repeat;
  background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.diagramm_block {
  height: 600px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px 50px 20px 10px;
  margin-top: 20px;
}
.diagramm_block .diagramm, .diagramm_block .db_x, .diagramm_block .db_x_mob {
  display: grid;
  grid-template-columns: repeat(31, 1fr);
  grid-column-gap: 20px;
  align-items: end;
}
.diagramm_block .db_x_mob {
  display: none;
  grid-template-columns: repeat(11, 1fr);
  grid-column-gap: 4px;
}
.diagramm_block.x_23 .diagramm, .diagramm_block.x_23 .db_x, .diagramm_block.x_23 .db_x_mob {
  grid-template-columns: repeat(23, 1fr);
}

.db_y {
  float: left;
  height: 500px;
  width: 50px;
}
.db_y > div {
  height: 50px;
  font-size: 14px;
  line-height: 15px;
  padding: 0 5px 0 0;
  text-align: center;
  color: #414141;
}

.diagramm {
  float: left;
  width: calc(100% - 50px);
  height: 500px;
}
.diagramm > div {
  position: relative;
  bottom: 0;
  height: 100%;
  background: linear-gradient(180deg, #75D02D 0%, rgba(117, 208, 45, 0) 100%);
  border-radius: 50px 50px 0px 0px;
  transition: 0.3s;
}
.diagramm > div:hover > span {
  display: block;
}
.diagramm > div > span {
  display: none;
  width: 205px;
  background: #FFFFFF;
  box-shadow: 0px 7px 100px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 20px 5px;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 40px;
  transition: 0.3s;
}
.diagramm > div > span.right {
  left: auto;
  right: 40px;
}
.diagramm > div.red {
  background: linear-gradient(180deg, #E34646 0%, rgba(227, 70, 70, 0) 100%);
}
.diagramm > div.orange {
  background: linear-gradient(180deg, #E0911B 0%, rgba(224, 145, 27, 0) 100%);
}
.diagramm > div.h28 {
  height: 28%;
}
.diagramm > div.h40 {
  height: 40%;
}
.diagramm > div.h63 {
  height: 63%;
}
.diagramm > div.h75 {
  height: 75%;
}
.diagramm > div.h90 {
  height: 90%;
}

.db_x, .db_x_mob {
  padding-left: 50px;
}
.db_x > div, .db_x_mob > div {
  height: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 130%;
  color: #414141;
}

.db_x_mob {
  display: none;
}

.uf_head {
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 13px;
}

.uf_datapickers {
  margin-bottom: 15px;
}

.uf_datapicker, .ms_datapicker {
  width: calc(50% - 10px);
  height: 50px;
  float: left;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  position: relative;
}
.uf_datapicker .ufd_select, .ms_datapicker .ufd_select {
  padding: 0 30px;
}
.uf_datapicker span, .ms_datapicker span {
  display: inline-block;
  vertical-align: middle;
  color: #919191;
  font-size: 18px;
  line-height: 110%;
  padding-left: 10px;
  margin-top: -4px;
}
.uf_datapicker input, .ms_datapicker input {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: calc(100% - 30px);
  background: none;
  font-size: 16px;
  line-height: 130%;
}
.uf_datapicker:nth-child(2), .ms_datapicker:nth-child(2) {
  float: right;
}

.ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.ui-datepicker-trigger:hover {
  filter: brightness(0%);
}

.uf_time {
  margin-bottom: 25px;
}
.uf_time > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.uf_time > li:last-child {
  margin-right: 0;
}
.uf_time > li > a {
  font-size: 16px;
  line-height: 130%;
  color: #414141;
  font-weight: 500;
  transition: 0.3s;
}
.uf_time > li > a:hover, .uf_time > li > a.current {
  color: #21B0E6;
}

.uf_item {
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
}
.uf_item.opened {
  box-shadow: 0px 7px 100px rgba(0, 0, 0, 0.07);
}
.uf_item.opened .uf_input {
  border: none;
  border-bottom: 1px solid #D1D1D1;
  border-radius: 10px 10px 0 0;
}
.uf_item.opened .uf_input:before {
  filter: grayscale(100%);
  transform: translateY(-50%);
}
.uf_item.opened .dof_autocomplete {
  display: block;
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: 0px 7px 100px rgba(0, 0, 0, 0.07);
}
.uf_item .dof_autocomplete {
  display: none;
  height: 230px;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 60px;
}
.uf_item .dof_autocomplete .dof_item {
  cursor: pointer;
  padding: 10px 20px 10px 68px;
  margin: 0;
}
.uf_item .dof_autocomplete .dof_item:before {
  left: 28px;
  top: 6px;
}
.uf_item .dof_autocomplete .dof_item:after {
  left: 33px;
  top: 11px;
}
.uf_item .dof_autocomplete .dof_item:hover {
  background: #EEEEEE;
}

.uf_input {
  width: 100%;
  height: 50px;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  position: relative;
  padding: 0 50px 0 20px;
}
.uf_input > input {
  display: block;
  width: 100%;
  height: 50px;
  background: none;
  font-size: 14px;
}
.uf_input:before {
  display: block;
  content: "";
  width: 12px;
  height: 7px;
  background: url(../images/arrow_top_b.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  filter: grayscale(0);
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.uf_btn {
  margin-top: 175px;
  background: #EBF7FF;
  color: #0B76BC;
}
.uf_btn:hover {
  color: #EBF7FF;
  background: #0B76BC;
}

.settings {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.s_item {
  display: table;
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  border-radius: 16px;
  position: relative;
  padding: 15px 60px 15px 35px;
}
.s_item.email:after {
  display: none;
}
.s_item.email:hover {
  box-shadow: none;
}
.s_item:hover {
  box-shadow: 0px 7px 100px rgba(0, 0, 0, 0.07);
}
.s_item:hover:after {
  filter: grayscale(0);
}
.s_item:after {
  display: block;
  content: "";
  width: 9px;
  height: 15px;
  background: url(../images/arrow_r_b.svg) 0 0 no-repeat;
  filter: grayscale(100%);
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.s_item > span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 22px;
  line-height: 120%;
  font-weight: 600;
}
.s_item > span > span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.si_edit {
  width: 17px;
  height: 17px;
  background: url(../images/edit.svg) 0 0 no-repeat;
  background-size: 100%;
  filter: grayscale(100%);
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.si_edit:hover {
  filter: grayscale(0);
}

.outlets_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.ou_item {
  display: table;
  width: 100%;
  min-height: 70px;
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
  padding: 15px 40px 15px 30px;
}
.ou_item:hover {
  box-shadow: 0px 7px 100px rgba(0, 0, 0, 0.07);
}
.ou_item > span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
}

.oui_edit {
  width: 17px;
  height: 17px;
  background: url(../images/edit.svg) 0 0 no-repeat;
  background-size: 100%;
  filter: grayscale(100%);
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.oui_edit:hover {
  filter: grayscale(0);
}

/*v4 user*/
.user_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 140px;
}

.user_card {
  padding: 20px 30px;
  background: #FFFFFF;
  border-radius: 14px;
  position: relative;
}
.user_card .gallery_slider {
  margin: 25px 0 0;
}
.user_card .gallery_slider > div {
  display: block;
  float: left;
  width: calc(33% - 10px);
  margin-right: 15px;
}
.user_card .gallery_slider > div:nth-child(3) {
  margin-right: 0;
}

.uc_edit {
  right: 20px;
  top: 25px;
}

.uc_ava {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  left: 30px;
  background: #e5e5ea url(../images/uc_ava.png) center no-repeat;
  background-size: 100%;
  border-radius: 50%;
}

.uc_name {
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  padding: 0 20px 0 90px;
}

.uc_date {
  font-size: 14px;
  line-height: 120%;
  color: #414141;
  padding-left: 90px;
  margin: 7px 0;
}

.uc_who {
  font-size: 14px;
  line-height: 120%;
  color: #414141;
  padding-left: 90px;
}

.uc_text {
  margin-top: 25px;
}

.ms_datapicker {
  width: 100%;
  margin-bottom: 20px;
}
.ms_datapicker input {
  padding-left: 20px;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
}

.first_load_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s;
}

.user_card.first_load {
  z-index: 11;
}

.first_load_tooltip {
  width: 544px;
  padding: 15px 25px 20px 50px;
  background: #21B0E6;
  box-shadow: 0px 7px 100px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  position: absolute;
  z-index: 11;
  transition: 0.3s;
}
.first_load_tooltip.flt_2x_btns_tooltip {
  right: -380px;
  top: 96px;
}
.first_load_tooltip.btn_bot_tooltip {
  position: fixed;
  right: 110px;
  bottom: 140px;
}
.first_load_tooltip.btn_bot_tooltip:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 21px 21px;
  border-color: transparent transparent #21b2e6 transparent;
  position: absolute;
  transform: rotate(180deg);
  left: auto;
  top: auto;
  right: 40px;
  bottom: -21px;
}
.first_load_tooltip > span {
  color: #fff;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
}
.first_load_tooltip:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 21px 21px;
  border-color: transparent transparent #21b2e6 transparent;
  position: absolute;
  left: 40px;
  top: -21px;
}

.flt_close {
  width: 16px;
  height: 16px;
  background: url(../images/cros_icon_16x16.svg) 0 0 no-repeat;
  filter: brightness(300%);
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.flt_close:hover {
  filter: brightness(100%);
}

.v4_no_marks {
  display: block;
  width: 255px;
  padding: 40px 20px;
  background: #FFFFFF;
  border-radius: 20px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.v4_no_marks > span {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
}
.v4_no_marks > span:before {
  display: block;
  content: "";
  vertical-align: top;
  margin: 0 auto 24px;
  width: 54px;
  height: 69px;
  background: url(../images/map_mark_b_54x69.svg) 0 0 no-repeat;
  background-size: 100%;
}

.v4nm_add {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/plus_b_30x30.svg) 0 0 no-repeat;
  background-size: 100%;
  filter: grayscale(100%);
  margin: 15px auto 0;
  transition: 0.3s;
}
.v4nm_add:hover {
  filter: grayscale(0);
}

.v4_comment {
  display: block;
  width: 100%;
  height: 120px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  margin-top: 15px;
}

.add_mark_submit.disabled {
  background: #D1D1D1;
}

.place_mark {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 20px;
  line-height: 130%;
  color: #0B76BC;
  padding-left: 30px;
  position: relative;
  margin-bottom: 25px;
}
.place_mark:hover {
  filter: brightness(130%);
}
.place_mark:before {
  display: block;
  content: "";
  width: 20px;
  height: 26px;
  background: url(../images/map_mark_b_54x69.svg) 0 0 no-repeat;
  background-size: 100%;
  filter: brightness(70%);
  position: absolute;
  left: 0;
  top: 0;
}

.v4_serv_select_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}

.ss_item {
  background: #FFFFFF;
  border-radius: 16px;
  position: relative;
  padding: 20px 35px 25px 35px;
}
.ss_item:nth-child(1) {
  cursor: pointer;
}
.ss_item:nth-child(1) .ssi_name:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 9px;
  height: 15px;
  background: url(../images/arrow_r_b.svg) 0 0 no-repeat;
  filter: grayscale(100%);
  transition: 0.3s;
  margin-left: 20px;
}
.ss_item:nth-child(1):hover {
  box-shadow: 0px 7px 100px rgba(0, 0, 0, 0.07);
}
.ss_item:nth-child(1):hover .ssi_name:after {
  filter: grayscale(0);
}

.ssi_name {
  font-size: 22px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 10px;
}

.ssi_object {
  display: table;
  width: 100%;
  height: 50px;
  padding-left: 60px;
  position: relative;
}
.ssi_object > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 130%;
}
.ssi_object > span > span {
  display: block;
  font-size: 15px;
  line-height: 120%;
  color: #414141;
  margin-top: 4px;
}

.ssi_ava {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/org_ava_65х65.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ssi_ava.person {
  background: url(../images/ava_person_65x65.png) 0 0 no-repeat;
  background-size: 100%;
}

.summary_wrap {
  width: 100%;
  background: #fff;
  box-shadow: -2px 0 100px rgba(0, 0, 0, 0.07);
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.summary {
  padding: 10px 50px;
}
.summary .summ_btn {
  margin-top: 7px;
}

.summ_total_discount {
  float: left;
  font-size: 20px;
  line-height: 55px;
  color: #414141;
}
.summ_total_discount > span {
  color: #21B0E6;
  font-weight: 600;
  margin-left: 10px;
}

.summ_total_price {
  float: right;
  font-size: 20px;
  line-height: 55px;
  color: #414141;
  margin-right: 30px;
}
.summ_total_price > span {
  color: #000000;
  font-weight: 600;
  margin-left: 7px;
}

.summ_btn {
  float: right;
  max-width: 270px;
}

.v4_service_not_available {
  max-width: 370px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 45px 50px 40px;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.v4_service_not_available > span {
  display: block;
  font-size: 20px;
  line-height: 130%;
  margin-top: 20px;
}

.logo_100 {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../images/logo_100x100.svg) center no-repeat;
  border-radius: 50%;
}

.ct_create_order {
  display: inline-block;
  vertical-align: middle;
  width: 270px;
  margin-left: 40px;
}

.ct_offer {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 130%;
  color: #414141;
  padding-left: 37px;
  position: relative;
}
.ct_offer:before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/info_icon_22x22.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
.ct_offer:hover {
  text-decoration: underline;
}

.oc_burial {
  margin-top: 20px;
}
.oc_burial:before {
  width: 14px;
  height: 18px;
  background: url(../images/burial_icon_16x21.svg) 0 0 no-repeat;
  background-size: 100%;
  top: -1px;
}

.m_stars {
  text-align: center;
  margin-top: 30px;
}

.m_star {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 43px;
  cursor: pointer;
  background: url(../images/m_star_empty.svg) 0 0 no-repeat;
  margin: 0 13px;
}
.m_star.blue {
  background: url(../images/m_star_blue.svg) 0 0 no-repeat;
}

.o_chat {
  float: right;
  font-size: 18px;
  line-height: 130%;
  color: #414141;
  font-weight: 600;
  padding-left: 35px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  margin: 15px 50px 0 0;
}
.o_chat i {
  font-style: normal;
  color: #21B0E6;
  font-weight: 600;
}
.o_chat:hover {
  color: #000;
}
.o_chat:hover:before {
  filter: grayscale(0);
}
.o_chat:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/chat.svg) 0 0 no-repeat;
  filter: grayscale(100%);
  position: absolute;
  left: 0;
  top: 2px;
  transition: 0.3s;
}

.o_services .summary, .modal_content .summary, .choose_ava .summary, .m_confirm .summary {
  padding: 15px 0 0;
}
.o_services .summary .summ_total_price, .modal_content .summary .summ_total_price, .choose_ava .summary .summ_total_price, .m_confirm .summary .summ_total_price {
  margin-right: 0;
}

.modal_content .summary, .choose_ava .summary, .m_confirm .summary {
  margin-bottom: 25px;
}

.v4_exec {
  cursor: pointer;
}
.v4_exec .mb_name {
  padding-top: 0;
  margin-bottom: 10px;
}
.v4_exec .mbn_text {
  display: table;
  width: 100%;
  height: 50px;
  line-height: 120%;
}
.v4_exec .mbn_text > span {
  display: table-cell;
  vertical-align: middle;
  color: #000000;
}

.v4_services .os_line > div:nth-child(2) {
  width: calc(100% - 520px);
}
.v4_services .os_line > div:nth-child(3) {
  width: 210px;
}

.v4p_name_block {
  display: table;
  height: 100px;
  width: 100%;
  padding-left: 130px;
  position: relative;
}

.v4p_ava {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: url(../images/user_ava_empty_150.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.v4p_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  line-height: 130%;
  font-weight: 600;
}
.v4p_name > span {
  display: block;
  font-size: 16px;
  line-height: 120%;
  color: #414141;
  margin-top: 8px;
}
.v4p_name > span:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 21px;
  height: 24px;
  background: url(../images/user_vol.svg) 0 0 no-repeat;
  margin-right: 15px;
}

.v4p_head {
  font-size: 22px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 8px;
}

.v4p_text {
  font-size: 16px;
  line-height: 120%;
}

.v4p_place {
  padding: 5px 0 24px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 15px;
}
.v4p_place:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.v4pp_head {
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 5px;
}

.v4pp_text {
  font-size: 18px;
  line-height: 130%;
  color: #414141;
}

.v4_edit_pass_btn {
  width: 22px;
  height: 22px;
  background: url(../images/edit.svg) 0 0 no-repeat;
  filter: grayscale(100%);
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 48px;
}
.v4_edit_pass_btn:hover {
  filter: grayscale(0);
}

.v4_vol_burials {
  margin-bottom: 30px;
}
.v4_vol_burials > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.v4_vol_burials > li:last-child {
  margin-right: 0;
}
.v4_vol_burials > li > a {
  font-size: 18px;
  line-height: 130%;
  color: #414141;
  font-weight: 500;
}
.v4_vol_burials > li > a.current {
  color: #21B0E6;
}
.v4_vol_burials > li > a:hover {
  text-decoration: underline;
}

/*enter registration styles*/
.login_header {
  height: 60px;
  text-align: center;
  padding-top: 15px;
}
.login_header .logo {
  display: inline-block;
  float: none;
  margin: 0;
}

.login_window {
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  padding: 25px 35px;
  background: #FFFFFF;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: calc(50% + 35px);
  transform: translate3d(-50%, -50%, 0);
}
.login_window .cp_input {
  position: relative;
}
.login_window .cp_input > input {
  display: block;
  width: 100%;
  height: 50px;
  background: none;
  font-size: 14px;
  padding-right: 30px;
}

.show_pass {
  width: 18px;
  height: 14px;
  background: url(../images/show_pass.svg) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.3s;
}
.show_pass:hover {
  filter: brightness(0);
}

.lw_head {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 15px;
}
.lw_head > span {
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  margin-left: 20px;
}
.lw_head > span > a {
  font-size: 14px;
  line-height: 120%;
  color: #0B76BC;
  margin-left: 7px;
}
.lw_head > span > a:hover {
  text-decoration: underline;
}

.lw_niceCheck {
  margin: 7px 0 30px;
}
.lw_niceCheck span {
  color: #414141;
}
.lw_niceCheck span > a {
  font-size: 16px;
  vertical-align: top;
}

.lw_forgot_pass {
  text-align: center;
  margin: 15px 0 20px;
}
.lw_forgot_pass > a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  color: #414141;
}

.lw_socials_block {
  border-top: 1px solid #EEEEEE;
  padding-top: 25px;
}

.lwc_head {
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  color: #414141;
  margin-bottom: 10px;
}

.lw_socials {
  text-align: center;
}
.lw_socials > a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin: 0 6px;
  transition: 0.3s;
}
.lw_socials > a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.lw_info_block {
  min-height: 90px;
}

.csf_code, .csf_repeat {
  font-size: 14px;
  line-height: 120%;
  color: #414141;
  text-align: center;
}
.csf_code > span, .csf_repeat > span {
  display: block;
}

.csf_repeat {
  margin-top: 15px;
}
.csf_repeat > i {
  font-style: normal;
}
.csf_repeat > a {
  font-size: 14px;
  line-height: 120%;
  color: #0B76BC;
}
.csf_repeat > a:hover {
  text-decoration: underline;
}

.rpn_btn {
  margin-top: 50px;
}

/*datapicker_styled*/
.datapicker_popup {
  display: none;
  width: 366px;
  padding: 30px 5px;
  background: #FFFFFF;
  box-shadow: 0px 7px 100px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  position: absolute;
  z-index: 5;
  left: -1px;
  top: -1px;
}
.datapicker_popup.right {
  left: auto;
  right: -1px;
}

.dp_top {
  text-align: center;
}

.dp_month, .dp_year {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 40px;
  background: #F9F9F9;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.dp_month > span, .dp_year > span {
  display: block;
  font-size: 18px;
  line-height: 38px;
  color: #21B0E6;
  padding: 0 34px 0 20px;
  font-weight: 500;
}
.dp_month > span:after, .dp_year > span:after {
  display: block;
  content: "";
  width: 9px;
  height: 5px;
  background: url(../images/datapicker_arrow.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.dpm_popup, .dpy_popup {
  display: none;
  width: 139px;
  height: 300px;
  overflow: auto;
  background: #FFFFFF;
  box-shadow: 0px 7px 100px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.dpm_popup > div, .dpy_popup > div {
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #414141;
  cursor: pointer;
  transition: 0.3s;
}
.dpm_popup > div.current, .dpy_popup > div.current {
  color: #21B0E6;
}
.dpm_popup > div:hover, .dpy_popup > div:hover {
  background: #EEEEEE;
}

.dpy_popup {
  width: 104px;
}

.dp_year {
  width: 85px;
  background: none;
  margin-left: 6px;
}
.dp_year > span {
  color: #414141;
  padding: 0 10px 0 10px;
}
.dp_year:after {
  right: 10px;
  filter: grayscale(100%);
}

.dp_week_days {
  text-align: center;
  margin-top: 3px;
}
.dp_week_days > div {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  color: #414141;
}

.dp_days_line {
  text-align: center;
  margin-top: 3px;
}
.dp_days_line > div {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
  color: #414141;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.dp_days_line > div.gray {
  color: #909090;
}
.dp_days_line > div.current {
  background: #21B0E6;
  color: #fff;
}
.dp_days_line > div:hover {
  background: #EEEEEE;
}

.dp_btn {
  display: block;
  width: 286px;
  height: 56px;
  background: #EBF7FF;
  border-radius: 10px;
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  color: #0B76BC;
  cursor: pointer;
  transition: 0.3s;
}
.dp_btn:hover {
  background: #21B0E6;
  color: #fff;
}

.uf_datapickers_mobile {
  display: none;
}

.dp_mobile {
  display: block;
  float: left;
  width: 32%;
  height: 58px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  text-align: left;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}
.dp_mobile.months {
  margin: 0 2%;
}
.dp_mobile > span {
  display: block;
  font-size: 16px;
  line-height: 56px;
  color: #909090;
  padding: 0 25px 0 20px;
  font-weight: 500;
}
.dp_mobile > span:after {
  display: block;
  content: "";
  width: 9px;
  height: 5px;
  background: url(../images/datapicker_arrow.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.dpmob_popup {
  display: none;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  background: #FFFFFF;
  box-shadow: 0px 7px 100px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.dpmob_popup > div {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #414141;
  cursor: pointer;
  transition: 0.3s;
}
.dpmob_popup > div.current {
  color: #21B0E6;
}
.dpmob_popup > div:hover {
  background: #EEEEEE;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

/* MEDIA QUERIES*/
@media only screen and (max-width: 1880px) {
  .orders_cards, .service_cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1600px) {
  .o_info {
    grid-template-columns: 19% repeat(2, 1fr) 23%;
    padding: 20px 10px !important;
  }
}
/*1600*/
@media only screen and (max-width: 1370px) {
  .orders_cards, .service_cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .bloc_w_2x .block_w {
    float: none !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .staff_cards, .org_cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .user_cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1300px) {
  .c_top {
    padding: 0;
  }
  .c_top.statistic .c_head, .c_top.statistic .o_head {
    float: none;
  }
  .c_top.statistic .ct_items {
    float: none;
  }

  .df_left {
    float: none;
  }

  .df_right {
    float: none;
    width: 100%;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1240px) {
  .c_top.users {
    margin-bottom: 100px;
  }
  .c_top.users .cti_search {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    margin: 0;
  }

  .diagramm_block {
    padding: 40px 10px 20px 0;
  }
  .diagramm_block .diagramm, .diagramm_block .db_x, .diagramm_block .db_x_mob {
    grid-column-gap: 10px;
  }

  .diagramm {
    width: calc(100% - 30px);
  }

  .db_y {
    width: 30px;
  }
  .db_y > div {
    font-size: 12px;
  }

  .db_x, .db_x_mob {
    padding-left: 30px;
  }
  .db_x > div, .db_x_mob > div {
    font-size: 12px;
    line-height: 130%;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  header.opened {
    height: 137px;
  }
  header.opened .h_exit, header.opened .h_mup, header.opened .top_menu {
    display: block;
  }
  header.opened:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    position: absolute;
    left: 0;
    top: 70px;
  }

  .logo {
    margin-right: 0;
  }

  .h_right {
    margin-top: 25px;
  }

  .top_menu {
    display: none;
    position: absolute;
    float: none;
    margin: 0;
    top: 90px;
    left: 15px;
  }

  .burger {
    display: inline-block;
  }

  .h_exit {
    display: none;
    position: absolute;
    top: 93px;
    right: 15px;
    margin: 0;
  }

  .h_mup {
    display: none;
    position: absolute;
    top: 83px;
    right: 60px;
    margin: 0;
    line-height: 36px;
  }

  .c_left {
    width: 380px;
  }

  .c_right {
    width: calc(100% - 400px);
  }

  .profile p {
    font-size: 18px;
    line-height: 160%;
    padding-top: 15px;
  }

  .p_account {
    height: 150px;
    padding-left: 145px;
  }

  .pa_ava {
    width: 100px;
    height: 100px;
    left: 20px;
  }

  .outlets_items {
    grid-template-columns: repeat(3, 1fr);
  }

  .summary {
    padding: 15px;
  }

  .summ_total_price {
    margin-right: 20px;
  }
}
/*1200*/
@media only screen and (max-width: 1100px) {
  .c_top.staff {
    padding-left: 0;
  }

  .ct_add_worker {
    margin-left: 15px;
  }

  .cti_search {
    margin-left: 15px;
  }

  .st_line {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .orders_cards, .service_cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .o_info {
    grid-template-columns: repeat(2, 1fr);
  }

  .oi_item {
    text-align: left;
    margin: 10px 0;
    padding-left: 20px !important;
  }
  .oi_item:nth-child(2) {
    border-right: none;
  }

  .o_services {
    padding: 30px 20px;
  }

  .os_line {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }
  .os_line:last-child {
    border-bottom: none;
  }
  .os_line > div {
    display: block;
    width: 100% !important;
    padding-right: 0;
    font-size: 20px;
  }
  .os_line > div:nth-child(2) {
    margin: 10px 0;
  }
  .os_line > div:nth-child(3) {
    text-align: left;
  }

  .o_comment {
    padding: 30px 20px;
  }

  .o_com_btn {
    position: static;
    transform: translateY(0);
    margin: 20px auto 0;
  }

  .btn_bot {
    float: none;
    margin: 0 auto 20px;
  }

  .cp_photo {
    width: 100px;
    height: 100px;
    float: none;
    display: block;
    margin: 0 0 15px;
  }
  .cp_photo:hover:before, .cp_photo:hover:after {
    display: none;
  }

  .cpp_edit {
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    right: -50px;
    left: auto;
    transform: translateX(0);
    transform: translateY(-50%);
    filter: brightness(60%);
  }

  .cpp_del {
    display: block;
    width: 14px;
    height: 19px;
    top: 49.5%;
    right: -95px;
    left: auto;
    transform: translateX(0);
    transform: translateY(-50%);
    filter: brightness(60%);
  }

  .cp_photo_add {
    width: 100px;
    height: 100px;
    float: none;
    margin: 0 0 15px;
  }
  .cp_photo_add:after {
    width: 29px;
    height: 26px;
  }

  .radios.radios_term {
    grid-template-columns: repeat(3, 100px);
  }
  .radios.radios_term > li > label {
    padding-left: 40px;
  }
  .radios.radios_term > li > label > span {
    font-size: 16px;
  }

  .c_top.staff {
    margin-bottom: 100px;
  }

  .ct_items {
    margin-bottom: 20px;
  }

  .orders_filter, .stat_filter {
    margin-bottom: 20px;
  }

  .cti_search {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    margin: 0;
  }

  .staff_card, .org_card {
    padding: 110px 20px 66px;
  }

  .stc_ava, .org_ava {
    width: 60px;
    height: 60px;
    top: 25px;
    left: 20px;
  }

  .stc_name, .org_name {
    font-size: 22px;
    line-height: 125%;
    position: absolute;
    width: calc(100% - 100px);
    position: absolute;
    top: 25px;
    right: 0;
    padding-right: 45px;
  }

  .stc_email, .org_email {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .stc_show_pass {
    font-size: 16px;
  }

  .stc_rait, .org_rait {
    min-height: 19px;
    font-size: 16px;
    top: auto;
    bottom: 30px;
    left: 21px;
    padding-left: 27px;
  }
  .stc_rait:before, .org_rait:before {
    width: 20px;
    height: 19px;
  }

  .stc_edit, .org_edit {
    right: 25px;
    bottom: 32px;
    width: 18px;
    height: 18px;
  }

  .st_line {
    display: block;
    padding: 0px 20px;
    margin-bottom: 15px;
  }
  .st_line.head {
    display: none;
  }
  .st_line > div {
    display: block;
    width: 100% !important;
    padding: 20px 0 20px;
    border-bottom: 1px solid #eee;
    text-align: left !important;
    font-size: 18px;
  }
  .st_line > div .st_sort:before, .st_line > div .st_sort:after {
    display: none;
  }
  .st_line > div:before {
    display: block;
    content: "";
    font-size: 14px;
    line-height: 130%;
    color: #414141;
    margin-bottom: 10px;
  }
  .st_line > div:nth-child(1) > a {
    font-size: 18px;
  }
  .st_line > div:nth-child(1):before {
    font-weight: 400;
  }
  .st_line > div:nth-child(5) {
    border-bottom: none;
  }

  .statistic.v1_stat .st_line > div:nth-child(1):before {
    content: "Наименование заказа";
  }
  .statistic.v1_stat .st_line > div:nth-child(2):before {
    content: "Наименование кладбища";
  }
  .statistic.v1_stat .st_line > div:nth-child(3):before {
    content: "ФИО Исполнителя";
  }
  .statistic.v1_stat .st_line > div:nth-child(4):before {
    display: none;
  }
  .statistic.v1_stat .st_line > div:nth-child(5):before {
    content: "Сумма";
  }
  .statistic.report .st_line > div:nth-child(1):before {
    content: "Наименование заказа";
  }
  .statistic.report .st_line > div:nth-child(2):before {
    content: "Дата";
  }
  .statistic.report .st_line > div:nth-child(3):before {
    content: "Статус заказа";
  }
  .statistic.report .st_line > div:nth-child(4):before {
    content: "Время выполнения";
  }
  .statistic.report .st_line > div:nth-child(5):before {
    content: "Сумма";
  }
  .statistic.users .st_line > div:nth-child(1):before {
    content: "ФИО";
  }
  .statistic.users .st_line > div:nth-child(2):before {
    content: "Почта";
  }
  .statistic.users .st_line > div:nth-child(3):before {
    content: "Дата регистрации";
  }
  .statistic.users .st_line > div:nth-child(4):before {
    content: "Действия";
  }
  .statistic.v3_general_stat .st_line > div:nth-child(1):before {
    content: "Населенный пункт";
  }
  .statistic.v3_general_stat .st_line > div:nth-child(2):before {
    content: "Наименование кладбища";
  }
  .statistic.v3_general_stat .st_line > div:nth-child(3):before {
    content: "Количество запросов";
  }

  .stl_state {
    width: 120px;
  }

  .sps_mob {
    display: block;
  }

  .btn_bot {
    right: 20px;
  }

  .org_card {
    padding-bottom: 95px;
  }
  .org_card .m_2x_btns {
    width: calc(100% - 40px);
    bottom: 20px;
  }
  .org_card .m_2x_btns > a {
    height: 58px;
    font-size: 16px;
    line-height: 58px;
  }

  .org_name {
    display: table;
    width: calc(100% - 140px);
    height: 56px;
    padding-right: 0;
    right: 50px;
  }
  .org_name > span {
    display: table-cell;
    vertical-align: middle;
  }

  .org_rait {
    bottom: auto;
    top: 95px;
  }

  .org_email {
    margin: 20px 0 0;
  }

  .org_line {
    font-size: 16px !important;
  }

  .of_ava {
    width: 100px;
    height: 100px;
    overflow: visible;
  }
  .of_ava.edit:hover:after, .of_ava.edit:hover:before {
    display: none;
  }
  .of_ava.edit .cpa_edit {
    display: block;
    left: auto;
    right: -45px;
    filter: brightness(50%);
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .of_ava.edit .cpa_del {
    display: block;
    left: -40px;
    filter: brightness(50%);
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }

  .filter.users {
    margin: 13px 20px 0 0;
    z-index: 4;
  }

  .diagramm > div > span {
    width: 140px;
    padding: 15px 5px;
    border-radius: 10px;
    font-size: 20px;
    left: 10px;
  }
  .diagramm > div > span.right {
    right: 10px;
  }

  .settings {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
  }

  .v4_serv_select_top {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
  }

  .s_item {
    height: auto;
  }

  .ss_item {
    height: auto;
  }

  .ou_item {
    min-height: auto;
    padding: 20px 40px 20px 20px;
  }
  .ou_item > span {
    font-size: 20px;
  }

  .oui_edit {
    right: 15px;
  }

  .user_card {
    padding: 25px 20px 20px;
  }

  .uc_edit {
    right: 25px;
    top: 40px;
  }

  .uc_ava {
    width: 60px;
    height: 60px;
    top: 25px;
    left: 20px;
  }

  .user_cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .uc_name {
    display: table;
    width: 100%;
    height: 60px;
    padding: 0 35px 0 80px;
    font-size: 22px;
  }
  .uc_name > span {
    display: table-cell;
    vertical-align: middle;
  }

  .uc_date {
    padding-left: 0;
    font-size: 18px;
    margin: 15px 0 10px;
  }

  .uc_who {
    font-size: 16px;
    padding: 0;
  }

  .uc_text {
    margin-top: 20px;
  }
}
/*1000*/
@media only screen and (max-width: 920px) {
  .content {
    padding-top: 30px;
  }

  .c_top {
    padding-left: 0;
  }
  .c_top.users .ct_items {
    margin-top: -2px;
  }
  .c_top.users .ct_add_worker {
    width: 16px;
    height: 16px;
    margin-top: 15px;
  }
  .c_top.users .ct_add_worker > span, .c_top.users .ct_add_worker a {
    display: none;
  }
  .c_top.v4_orders .ct_items {
    margin-top: -6px;
  }

  .c_head, .o_head {
    font-size: 37px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .c_head > span.count, .o_head > span.count {
    font-size: 16px;
    line-height: 130%;
  }

  .orders_filter, .stat_filter {
    display: none;
  }

  .orders_filter_mob, .staff_filter, .stat_filter_mob {
    display: block;
    margin-bottom: 25px;
  }

  .order_card, .service_card {
    padding: 30px 20px 150px;
  }

  .oc_bot, .sc_bot {
    width: calc(100% - 40px);
    bottom: 20px;
  }

  .oc_head {
    font-size: 27px;
    line-height: 35px;
  }

  .oc_state {
    width: 122px;
    font-size: 16px;
  }

  .oc_time {
    font-size: 14px;
  }

  .oc_comment {
    max-height: 84px;
    font-size: 18px;
    line-height: 28px;
  }

  .oc_com_popup {
    padding: 20px;
    height: 270px;
    font-size: 16px;
  }

  .oc_place, .org_place, .mui_vol {
    font-size: 16px;
    margin: 20px 0;
  }

  .oc_name, .oc_burial {
    font-size: 16px;
  }

  .oc_price, .sc_price {
    font-size: 18px;
  }

  .btn {
    font-size: 16px;
    height: 58px;
    line-height: 58px;
  }

  .oc_btn {
    margin-top: 15px;
  }

  .c_left {
    float: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }

  .c_right {
    float: none;
    width: 100%;
  }

  .block_w {
    border-radius: 15px;
    padding: 20px;
  }

  .p_account {
    padding-left: 150px;
  }

  .pa_name {
    font-size: 18px;
  }
  .pa_name > span {
    font-size: 27px;
  }

  .p_head {
    font-size: 27px;
    line-height: 130%;
  }

  .pi_text {
    font-size: 18px;
  }
  .pi_text > a {
    font-size: 18px;
  }

  .p_req_line, .org_line {
    margin-top: 15px;
    font-size: 18px;
  }
  .p_req_line > span, .org_line > span {
    margin-right: 15px;
    color: #414141;
  }
  .p_req_line > i, .org_line > i {
    font-style: normal;
    color: #414141;
  }

  .service_card {
    padding-bottom: 230px;
  }
  .service_card .gallery_slider {
    margin-top: 20px;
  }
  .sc_edit, .uc_edit {
    width: 18px;
    height: 18px;
    top: 40px;
    right: 25px;
  }

  .sc_cart {
    right: 20px;
  }

  .sc_head {
    font-size: 27px;
    line-height: 37px;
  }

  .sc_text, .uc_text {
    max-height: 84px;
    font-size: 18px;
    line-height: 28px;
  }

  .sc_time {
    font-size: 16px;
  }

  .sc_bot {
    bottom: 35px;
  }

  .add_org_submit {
    right: 35px;
  }

  .of_save, .of_cancel {
    right: 35px;
  }

  .of_cancel {
    right: 325px;
  }

  .orders_filter, .stat_filter {
    margin-right: 0;
  }

  .org_filter {
    margin-top: 7px;
  }

  .unload_stat {
    margin-top: 15px;
  }

  .filter.v3_orders_filter {
    margin-top: 15px;
  }

  .discount_edit {
    right: 20px;
  }

  .summ_total_discount, .summ_total_price {
    font-size: 20px;
    line-height: 58px;
  }

  .o_chat {
    margin: 10px 0 0 0;
  }
}
/*920*/
@media only screen and (max-width: 850px) {
  .dia_filter > div {
    max-width: 100%;
    padding: 20px 5px 10px 20px;
  }
  .dia_filter > div .radios > li {
    padding: 0;
    margin-bottom: 10px;
  }
  .dia_filter > div .radios > li:last-child {
    border-left: none;
  }
  .dia_filter > div .radios > li > label {
    padding-left: 40px;
  }
  .dia_filter > div .radios > li > label > span {
    font-size: 18px;
  }

  .df_left {
    margin: 0 auto;
  }
  .df_left .radios > li:first-child {
    margin-right: 10px;
  }
  .df_left .radios > li:nth-child(2) {
    float: right;
    margin-right: 10px;
  }

  .df_right {
    margin: 15px auto;
  }
  .df_right .radios {
    margin: 0;
    padding: 0;
  }
  .df_right .radios > li {
    display: block !important;
  }
  .df_right .radios > li:last-child {
    margin: 50px 0 0;
  }

  .dia_org_filter {
    left: 23px;
    top: 60px;
  }
  .dia_org_filter .filter {
    padding-left: 0;
  }
  .dia_org_filter .filter .filter_popup {
    width: 430px;
    left: -23px;
  }
  .dia_org_filter .filter:before {
    display: none;
  }

  .dof_item {
    padding: 0 20px 0 65px;
    font-size: 18px;
  }
  .dof_item:before {
    left: 20px;
  }
  .dof_item:after {
    left: 26px;
  }

  .dof_search {
    height: 56px;
    margin: 15px 20px;
  }
  .dof_search > input {
    height: 54px;
    font-size: 16px;
    padding-left: 45px;
  }

  .dof_btn {
    left: 10px;
  }
}
/*850*/
@media only screen and (max-width: 820px) {
  .diagramm_block {
    /*.db_x_mob{
    	display: grid;
    	>div{
    		text-align: left;
    	}
    }*/
  }
  .diagramm_block .db_x, .diagramm_block .db_x_mob {
    display: none;
  }
  .diagramm_block .diagramm {
    grid-column-gap: 4px;
  }
  .diagramm_block .diagramm > div:nth-child(1):after {
    display: block;
    content: "01";
  }
  .diagramm_block .diagramm > div:nth-child(4):after {
    display: block;
    content: "04";
  }
  .diagramm_block .diagramm > div:nth-child(7):after {
    display: block;
    content: "07";
  }
  .diagramm_block .diagramm > div:nth-child(10):after {
    display: block;
    content: "10";
  }
  .diagramm_block .diagramm > div:nth-child(13):after {
    display: block;
    content: "13";
  }
  .diagramm_block .diagramm > div:nth-child(16):after {
    display: block;
    content: "16";
  }
  .diagramm_block .diagramm > div:nth-child(19):after {
    display: block;
    content: "19";
  }
  .diagramm_block .diagramm > div:nth-child(22):after {
    display: block;
    content: "22";
  }
  .diagramm_block .diagramm > div:nth-child(25):after {
    display: block;
    content: "25";
  }
  .diagramm_block .diagramm > div:nth-child(28):after {
    display: block;
    content: "28";
  }
  .diagramm_block .diagramm > div:nth-child(31):after {
    display: block;
    content: "31";
  }
  .diagramm_block .diagramm > div:after {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #414141;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
}
@media only screen and (max-width: 800px) {
  .filter_popup {
    padding: 25px 0 30px;
  }
  .filter_popup .radios > li {
    padding: 10px 10px 10px 20px;
    margin: 0;
  }
  .filter_popup .radios > li:hover {
    background: #EEEEEE;
  }

  .fp_head {
    font-size: 27px;
    font-weight: 500;
    padding: 0 50px 15px 20px;
  }

  .fp_close {
    top: 35px !important;
    right: 30px !important;
  }

  .close, .fp_close {
    top: 27px;
    right: 18px;
  }

  .modal_content, .choose_ava, .m_confirm {
    padding: 15px;
  }

  .mc_head {
    font-size: 27px;
  }

  .supp_area {
    height: 417px;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .m_search {
    height: 58px;
    padding: 0 5px 0 55px;
  }

  .ms_amp {
    left: 20px;
  }

  .ms_input {
    height: 56px;
    font-size: 16px;
  }

  .me_item {
    min-height: 56px;
    margin-bottom: 20px;
    padding: 4px 0 0 65px;
  }
  .me_item.selected .mei_ava {
    border: 3px solid #21B0E6;
  }

  .mei_ava {
    width: 56px;
    height: 56px;
    border: 3px solid #fff;
  }

  .mei_name {
    font-size: 18px;
  }
  .mei_name > span {
    font-size: 16px;
  }

  .m_del {
    width: 16px;
    height: 22px;
    top: 25px;
    right: 20px;
  }

  .h_mup {
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .btn_bot.v2_btn_take {
    width: calc(50% - 30px);
    right: 20px;
    transform: rotateX(0);
  }
  .btn_bot.v2_btn_take.w_100 {
    width: calc(100% - 40px);
  }
  .btn_bot.v2_btn_reject {
    width: calc(50% - 30px);
    left: 20px;
    right: auto;
    transform: rotateX(0);
  }

  .summary {
    padding-bottom: 85px;
  }

  .summ_total_discount {
    float: none;
    width: 100%;
    font-size: 16px;
    line-height: 130%;
  }
  .summ_total_discount > span {
    display: block;
    float: right;
  }

  .summ_total_price {
    float: none;
    width: 100%;
    font-size: 22px;
    line-height: 130%;
    margin: 5px 0 0 0;
  }
  .summ_total_price > span {
    display: block;
    float: right;
  }

  .summ_btn {
    float: none;
    max-width: calc(100% - 30px);
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
}
/*800*/
@media only screen and (max-width: 750px) {
  .c_left {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
  }

  .stat_select {
    display: block !important;
    margin: 0 auto 10px !important;
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    transform: translateX(0) !important;
  }
  .stat_select.place {
    z-index: 4;
  }
  .stat_select.worker {
    z-index: 3;
  }
  .stat_select.status {
    z-index: 2;
  }

  .unload_stat {
    width: 24px;
    height: 20px;
    margin-top: 13px;
  }
  .unload_stat > span {
    display: none;
  }
}
/*750*/
@media only screen and (max-width: 700px) {
  body {
    padding-top: 60px;
  }

  header {
    height: 60px;
    overflow: visible;
  }
  header.opened {
    height: 60px;
  }
  header.opened:before {
    display: none;
  }
  header.opened .h_right {
    margin-right: 0;
  }
  header.opened .burger {
    display: none;
  }
  header.opened .h_notif, header.opened .h_supp, header.opened .h_chat {
    display: none;
  }
  header.opened .h_exit, header.opened .h_supp, header.opened .h_mup {
    display: inline-block;
    vertical-align: middle;
  }
  header.opened .top_menu {
    display: none;
  }

  .h_right {
    margin: 20px 60px 0 0;
  }

  .burger {
    position: absolute;
    top: 20px;
    right: 15px;
  }

  .logo {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    background: url(../images/logo_mob.svg) 0 0 no-repeat;
  }

  .h_exit {
    display: none;
    position: static;
    margin: -10px 0 0 20px;
  }

  .h_supp {
    display: none;
    margin-top: -10px;
  }

  .h_settings {
    margin-top: -7px;
  }

  .h_mup {
    display: none;
    position: static;
    width: 40px;
    height: 40px;
    margin: -10px 0 0 20px;
    padding: 0;
  }
  .h_mup > img {
    position: static;
    transform: translateY(-40px);
  }
  .h_mup:before {
    position: static;
  }
  .h_mup > span {
    display: none;
  }

  .top_menu {
    float: none;
    margin: 0;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px 0px 15px 15px;
    padding: 25px 15px 15px;
  }
  .top_menu > li {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }

  .orders_cards, .service_cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .oc_place, .org_place, .mui_vol {
    font-size: 16px;
    margin-bottom: 20px !important;
  }

  .oc_price, .sc_price {
    margin-bottom: 30px;
  }

  .oc_btn {
    margin-top: -15px;
  }

  .hnp_head {
    font-size: 25px;
    margin-bottom: 0;
  }

  .hnp_close {
    top: 15px;
    right: 15px;
  }

  .h_notif_popup {
    height: 310px;
    width: 290px;
    border-radius: 10px;
    padding: 10px 0 5px 10px;
  }

  .hnp_content {
    height: 260px;
    padding-right: 10px;
  }

  .hnp_item {
    width: 100%;
    padding: 10px 0 8px;
  }
  .hnp_item:after {
    right: 0;
  }

  .hi_name {
    font-size: 16px;
  }

  .hi_info .hi_number {
    font-size: 16px;
  }
  .hi_info .hi_state {
    font-size: 16px;
    width: 100px;
    line-height: 30px;
  }

  .chat_window {
    padding: 20px 20px 15px;
    height: calc(var(--vh, 1vh) * 100);
    min-height: -webkit-fill-available;
  }

  .solve_dispute {
    height: auto;
    text-align: center;
  }
  .solve_dispute br {
    display: block;
  }

  .sd_title {
    display: none;
  }

  .sd_choice {
    font-size: 16px;
    margin: 0 0 20px;
    padding-left: 28px;
  }
  .sd_choice > span {
    text-transform: lowercase;
  }
  .sd_choice:before {
    display: inline-block;
    vertical-align: top;
    content: "Решить спор ";
    margin-right: 4px;
  }
  .sd_choice:after {
    width: 16px;
    height: 18px;
  }

  .chat_frame {
    height: calc(100vh - 370px);
  }

  .chat_item {
    margin-bottom: 15px;
  }

  .chat_blue {
    font-size: 18px;
    padding: 20px 20px 50px;
  }

  .chat_gray {
    font-size: 18px;
    padding: 20px 20px 50px;
  }

  .ch_autor {
    font-size: 16px;
  }

  .cb_time {
    bottom: 20px;
    right: 20px;
  }

  .nm_input {
    max-width: calc(100% - 120px);
    height: 58px;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 16px;
  }

  .cnm_btns {
    width: 110px;
    height: 58px;
  }
  .cnm_btns > a.send_mess {
    width: 58px;
    height: 58px;
    margin-left: 19px;
  }

  .cp_input {
    height: 58px;
    padding: 0 20px;
    font-size: 16px;
  }

  .cp_area {
    height: 200px;
    padding: 15px 20px;
  }

  .cp_wrong_text {
    font-size: 14px;
  }

  .o_info {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px !important;
  }

  .oi_item {
    margin: 0;
    padding: 15px 0 !important;
    border-bottom: 1px solid #eee !important;
    border-right: none !important;
  }
  .oi_item:last-child {
    border-bottom: none !important;
  }

  .os_top {
    margin-bottom: 0;
  }

  .os_head, .o_com_head, .mb_head {
    font-size: 27px;
    line-height: 30px;
  }

  .oc_total {
    font-size: 22px;
    line-height: 30px;
  }
  .oc_total > span {
    display: none;
  }

  .os_line > div {
    font-size: 18px;
  }
  .os_line > div del {
    font-size: 18px;
  }

  .oc_text {
    font-size: 18px;
    margin-top: 15px;
  }

  .mb_head > span {
    font-size: 18px;
  }

  .mb_name {
    padding: 0 0 0 65px;
    min-height: 50px;
    margin: 20px 0 30px;
  }

  .mbn_ava {
    width: 50px;
    height: 50px;
  }

  .mbn_text {
    font-size: 18px;
  }
  .mbn_text > span {
    font-size: 16px;
    margin-top: 5px;
  }

  .map {
    height: 250px;
  }

  .map_btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #0B76BC url(../images/map_marker.svg) center no-repeat;
    bottom: 15px;
  }
  .map_btn > span {
    display: none;
  }

  .gallery_slider > div {
    margin: 0 15px 15px 0;
    max-width: 85px;
    border-radius: 10px;
  }

  .service_card {
    padding-bottom: 30px;
  }

  .sc_bot {
    width: 100%;
    position: static;
    transform: translateX(0);
  }

  .cp_head {
    font-size: 18px;
  }

  .c_top.staff {
    margin-bottom: 130px;
  }
  .c_top.volunteers {
    margin-bottom: 80px !important;
  }

  .cti_search {
    padding-left: 50px;
  }
  .cti_search > input {
    font-size: 16px;
  }

  .cti_search_btn {
    left: 20px;
  }

  .staff_filter {
    width: 150px;
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translateX(-50%);
  }
  .staff_filter .selectbox .select .text {
    font-size: 16px;
  }

  .staff_cards, .org_cards {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 15px;
  }

  .user_cards {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 10px;
  }

  .cp_place {
    padding: 10px 0;
  }
  .cp_place > div {
    font-size: 16px;
  }
  .cp_place > div > span {
    font-size: 18px;
  }

  .btn_bot {
    right: 50%;
    transform: translateX(50%);
  }

  .o_com_btn {
    width: 100%;
  }

  .btn_bot {
    width: calc(100% - 70px);
  }

  .of_head {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .add_org_form {
    padding-bottom: 60px;
  }

  .add_org_submit {
    right: 50%;
    transform: translateX(50%);
    max-width: calc(100% - 70px);
    bottom: 15px;
  }

  .of_left, .of_right {
    float: none;
    width: 100%;
  }

  .of_save, .of_cancel {
    max-width: calc(50% - 40px);
    bottom: 15px;
    right: 35px;
  }

  .of_cancel {
    max-width: calc(50% - 40px);
    right: auto;
    left: 35px;
    bottom: 15px;
  }

  .of_head.near_of_del {
    padding-right: 40px;
  }

  .of_del {
    top: 25px;
    right: 30px;
    width: 16px;
    height: 22px;
  }

  .v3i_top {
    display: block;
    height: auto;
  }

  .vti_org_ava, .mui_ava {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
  }

  .v3it_text {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .v3it_text .org_place, .v3it_text .mui_vol {
    margin: 0 !important;
    padding-left: 0;
    font-size: 16px;
    overflow: visible;
  }
  .v3it_text .org_place:before, .v3it_text .mui_vol:before {
    width: 18px;
    height: 24px;
    position: static;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(0);
    margin-right: 15px;
  }

  .v3i_line > a {
    font-size: 18px;
  }
  .v3i_line .org_line {
    font-size: 18px !important;
  }

  .v3i_head {
    font-size: 27px;
    margin-bottom: 15px;
    padding: 0;
  }

  .v3i_text {
    font-size: 18px;
  }

  .v3il_head {
    font-size: 22px;
  }

  .v3il_text {
    font-size: 18px;
  }

  .c_top.users {
    margin-bottom: 135px;
  }
  .c_top.users .c_head, .c_top.users .o_head {
    margin-bottom: 5px;
  }
  .c_top.users .c_head > span, .c_top.users .o_head > span {
    display: block;
    margin: 1px 0 0;
  }
  .c_top.users .staff_filter {
    z-index: 2;
  }

  .cp_ava {
    width: 100px;
    height: 100px;
  }
  .cp_ava:before {
    width: 29px;
    height: 26px;
  }

  .add_user_check {
    float: none;
    margin: 30px 0;
  }

  .add_user_btn, .accept_order_btn {
    max-width: 100%;
    float: none;
  }

  .ct_items .filter {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
  }

  .statistic .ct_items {
    text-align: center;
  }
  .statistic .ct_items br {
    display: block !important;
  }
  .statistic .ct_items .filter {
    width: auto;
    position: relative;
    left: auto !important;
    top: auto !important;
    margin-bottom: 20px;
    transform: translateX(0);
  }
  .statistic .ct_items .filter.place {
    top: 60px;
    z-index: 3;
  }
  .statistic .ct_items .filter.worker {
    top: 105px;
    z-index: 2;
  }
  .statistic .ct_items .filter.status {
    top: 150px;
    z-index: 1;
  }

  .s_item {
    padding: 20px;
  }
  .s_item:after {
    right: 20px;
  }
  .s_item > span {
    font-size: 27px;
    padding-right: 30px;
  }
  .s_item > span > span {
    font-size: 18px;
  }

  .si_edit {
    right: 25px;
  }

  .outlets_items {
    grid-template-columns: repeat(2, 1fr);
  }

  .user_cards {
    margin-bottom: 90px;
  }

  .ms_datapicker {
    height: 58px;
    padding-left: 20px;
  }
  .ms_datapicker > input {
    height: 56px;
    font-size: 16px;
  }

  .first_load_tooltip {
    width: 260px;
    padding: 25px 20px 25px 40px;
  }
  .first_load_tooltip.flt_2x_btns_tooltip {
    right: -20px;
    top: 100px;
  }
  .first_load_tooltip.flt_2x_btns_tooltip:before {
    left: auto;
    right: 55px;
  }
  .first_load_tooltip.btn_bot_tooltip {
    bottom: 110px;
    right: 35px;
    left: auto;
  }
  .first_load_tooltip > span {
    font-size: 18px;
    line-height: 130%;
  }

  .flt_close {
    left: 10px;
  }

  .v4_no_marks {
    padding: 30px 20px;
  }

  .og_text {
    font-size: 18px;
  }

  .v4_comment {
    font-size: 16px;
    height: 200px;
  }

  .mbp_name {
    font-size: 18px;
  }

  .mbp_text {
    font-size: 16px;
  }

  .place_mark {
    font-size: 18px;
  }

  .ss_item {
    padding: 30px 20px;
  }

  .ssi_name {
    font-size: 27px;
    line-height: 130%;
  }

  .ssi_object > span {
    font-size: 18px;
    line-height: 130%;
  }
  .ssi_object > span > span {
    font-size: 16px;
  }

  .v4_service_not_available {
    padding: 30px;
    position: static;
    margin: 20px auto 0;
    transform: translate3d(0, 0, 0);
  }

  .v4_exec .mbn_text {
    height: 50px;
  }

  .mc_text {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .mc_service_line > div {
    font-size: 16px;
  }

  .v4p_name_block {
    display: block;
    height: auto;
    padding-left: 0;
  }

  .v4p_ava {
    width: 100px;
    height: 100px;
    background: url(../images/user_ava_empty_100x100.png) 0 0 no-repeat;
    position: static;
    margin: 0 auto 15px;
  }

  .v4p_name {
    display: block;
    font-size: 27px;
    text-align: center;
  }
  .v4p_name > sapn {
    font-size: 18px;
  }

  .v4p_head {
    font-size: 27px;
  }

  .v4p_text {
    font-size: 18px;
  }

  .v4pp_head {
    font-size: 18px;
  }

  .v4pp_text {
    font-size: 16px;
  }

  .uf_item {
    margin-bottom: 20px;
  }
  .uf_item .dof_autocomplete {
    top: 58px;
  }

  .uf_input {
    height: 58px;
    padding: 0 20px;
  }
  .uf_input > input {
    font-size: 16px;
    height: 58px;
  }

  .mb_head_2 {
    font-size: 18px;
  }

  .v4_vol_burials {
    margin-bottom: 20px;
  }
  .v4_vol_burials > li {
    margin: 0 25px 10px 0;
  }
  .v4_vol_burials > li > a {
    font-size: 16px;
  }

  .lw_niceCheck {
    margin: 5px 0 20px;
  }
  .lw_niceCheck span {
    font-size: 16px;
    padding-top: 5px;
  }
  .lw_niceCheck span > a {
    font-size: 16px;
    vertical-align: top;
  }

  .login_window {
    padding: 20px;
    border-radius: 0;
  }
  .login_window .cp_input > input {
    height: 58px;
    padding-right: 30px;
    font-size: 16px;
  }

  .lw_head {
    font-size: 25px;
  }
  .lw_head > span {
    font-size: 16px;
    margin-left: 20px;
  }
  .lw_head > span > a {
    font-size: 16px;
    margin-left: 5px;
  }

  .show_pass {
    right: 15px;
  }

  .lw_forgot_pass {
    margin: 15px 0;
  }
  .lw_forgot_pass > a {
    font-size: 16px;
  }

  .lw_socials_block {
    padding-top: 15px;
  }

  .lwc_head {
    font-size: 16px;
  }

  .lw_info_block {
    min-height: 100px;
  }

  .csf_code, .csf_repeat {
    font-size: 16px;
  }

  .csf_repeat > a {
    font-size: 16px;
  }

  .rpn_btn {
    margin-top: 30px;
  }

  .uf_datapickers {
    display: none;
  }

  .uf_head.dp {
    display: none;
  }

  .uf_datapickers_mobile {
    display: block;
  }

  .uf_time {
    margin-bottom: 25px;
  }
  .uf_time > li {
    margin-right: 18px;
  }
  .uf_time > li > a {
    font-size: 16px;
  }
}
/*700*/
@media only screen and (max-width: 600px) {
  .v3i_line.v3il_col_3 > div, .v3i_line.v3il_col_2 > div {
    float: none;
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .v3i_line.v3il_col_3 > div:last-child, .v3i_line.v3il_col_2 > div:last-child {
    margin-bottom: 0;
  }

  .diagramm > div > span {
    width: 100px;
    padding: 10px 5px;
    font-size: 16px;
    left: 5px;
  }
  .diagramm > div > span.right {
    right: 5px;
  }

  .c_top.v4 {
    margin-bottom: 75px;
  }

  .v4_search_block {
    display: block;
    text-align: center;
    width: 160px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
  }

  .v4_search {
    margin-left: 0;
  }

  .v4s_cancel {
    margin-right: 0;
  }

  .c_top.v4_orders .ct_items {
    margin-top: 11px;
  }

  .ct_create_order {
    display: none;
  }

  .v4_order .c_head, .v4_order .o_head {
    max-width: calc(100% - 50px);
  }

  .o_chat {
    width: 20px;
    height: 20px;
  }
  .o_chat > span {
    display: none;
  }
}
/*600*/
@media only screen and (max-width: 500px) {
  .boxes .window {
    border-radius: 0;
  }

  .ch_state_block > span:nth-child(1) {
    display: none;
  }

  .chat_new_message {
    padding-bottom: 80px;
  }

  .nm_input {
    max-width: calc(100% - 45px);
  }

  .cnm_btns {
    width: auto;
    padding-top: 17px;
  }
  .cnm_btns > a.send_mess {
    height: 58px;
    width: 100%;
    margin: 0;
    background: #21B0E6;
    position: absolute;
    top: 75px;
    left: 0;
  }
  .cnm_btns > a.send_mess > span {
    display: block;
  }

  .ct_add_service, .v4_edit_profile_btn, .ct_add_worker {
    width: 16px;
    height: 16px;
    margin-top: 15px;
  }
  .ct_add_service > span, .v4_edit_profile_btn > span, .ct_add_worker > span, .ct_add_service a, .v4_edit_profile_btn a, .ct_add_worker a {
    display: none;
  }

  .outlets_items {
    grid-template-columns: repeat(1, 1fr);
  }

  .h_notif_popup {
    transform: translateX(17%);
  }

  .filter.v3_orders_filter {
    width: 150px;
  }
  .filter.v3_orders_filter .filter_popup {
    width: 300px;
  }

  .lw_head > span {
    display: block;
    margin-left: 0;
  }

  .lw_socials > a {
    width: 30px;
    height: 30px;
    margin: 0 7px;
  }

  .dia_org_filter {
    left: 23px;
    top: 60px;
  }
  .dia_org_filter .filter {
    padding-left: 0;
  }
  .dia_org_filter .filter .filter_popup {
    width: calc(100vw - 30px);
    left: -23px;
  }
  .dia_org_filter .filter:before {
    display: none;
  }

  .stat_filter_mob > .filter {
    display: block;
  }

  .filter_popup {
    width: calc(100vw - 30px);
    left: 0px;
  }
}
/*500*/
@media only screen and (max-width: 450px) {
  .pa_ava {
    position: static;
    margin: 0 auto;
    transform: translateY(0);
  }

  .pa_name {
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  .p_account {
    padding-left: 20px;
  }

  .p_req_line > span, .org_line > span {
    display: block;
    margin: 0 0 10px;
  }

  .o_head {
    padding-left: 25px;
  }
}
/*450*/
@media only screen and (max-width: 400px) {
  .gallery_slider > div {
    max-width: 70px;
    margin-right: 10px;
  }

  .org_filter {
    margin: 0;
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 47px;
  }

  .oc_price > span > del, .sc_price > span > del {
    display: block;
  }
  .oc_price > span > i, .sc_price > span > i {
    position: absolute;
    top: 21px;
    right: 0;
  }

  .datapicker_popup {
    width: 280px;
    padding: 20px 5px;
  }

  .dp_month, .dp_year {
    height: 30px;
  }
  .dp_month > span, .dp_year > span {
    font-size: 16px;
    line-height: 30px;
  }

  .dpm_popup, .dpy_popup {
    height: 230px;
  }
  .dpm_popup > div, .dpy_popup > div {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .dp_week_days > div {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .dp_days_line > div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .dp_btn {
    width: 220px;
    margin-top: 8px;
  }

  .uf_time > li {
    margin-right: 14px;
  }
  .uf_time > li > a {
    font-size: 14px;
  }
}
/*400*/
@media only screen and (max-width: 380px) {
  .h_notif_popup {
    right: -60px;
  }

  .chat_window {
    padding: 30px 20px 15px;
  }
  .chat_window .mc_head {
    font-size: 20px;
  }

  .service_card .gallery_slider > div {
    width: 70px;
    height: 70px;
  }

  .c_head, .o_head {
    font-size: 32px;
  }
}
/*380*/
@media only screen and (max-width: 350px) {
  .c_head, .o_head {
    font-size: 30px;
  }

  .m_2x_btns > a {
    font-size: 15px;
  }

  .dia_filter > div .radios > li > label > span {
    font-size: 15px;
  }
}

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