@charset "UTF-8";
.dropdown-toggle#uslugi-drop:after {
  color: #424249;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  font-family: dpravo2020;
  font-size: inherit;
  content: "\e004";
  border: none;
  vertical-align: baseline;
  -webkit-transform: translateY(0.15em);
  -ms-transform: translateY(0.15em);
  transform: translateY(0.15em);
  color: #aaa;
}
.wrp-topmenu-fix {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2039;
}
.wrp-topmenu-fix .wrp-count-msg .count-cons-msg {
  height: 17px;
  padding: 3px 5px 5px 5px;
  border: 2px solid #fff;
  right: -4px;
}
.wrp-bottommenu-fix {
  min-height: 57px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 2039;
}
.wrp-bottommenu-fix .wrp-count-msg .count-cons-msg {
  border: none;
}
#wrp-bottommenu-fix-loader.active-menu {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(17.71%, rgba(255, 255, 255, 0)),
    color-stop(32.29%, rgba(255, 255, 255, 0.3)),
    color-stop(49.48%, rgba(255, 255, 255, 0.7)),
    color-stop(67.19%, rgba(255, 255, 255, 0.95)),
    color-stop(88.17%, #fff)
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 17.71%,
    rgba(255, 255, 255, 0.3) 32.29%,
    rgba(255, 255, 255, 0.7) 49.48%,
    rgba(255, 255, 255, 0.95) 67.19%,
    #fff 88.17%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 17.71%,
    rgba(255, 255, 255, 0.3) 32.29%,
    rgba(255, 255, 255, 0.7) 49.48%,
    rgba(255, 255, 255, 0.95) 67.19%,
    #fff 88.17%
  );
}
#load-preloader {
  position: relative;
}
#load-preloader .spinner-border {
  top: -11%;
  left: 0;
}
.load-preloaders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.load-preloaders__dot1 {
  background: #62bf40;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-animation: pulsing1 2s infinite;
  animation: pulsing1 2s infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.load-preloaders__dot2 {
  background: #62bf40;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-animation: pulsing2 2s infinite;
  animation: pulsing2 2s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.load-preloaders__dot3 {
  background: #62bf40;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-animation: pulsing3 2s infinite;
  animation: pulsing3 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes pulsing1 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@keyframes pulsing1 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@-webkit-keyframes pulsing2 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(0.5, 0.5);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(1, 1);
  }
}
@keyframes pulsing2 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(0.5, 0.5);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulsing3 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@keyframes pulsing3 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.bottommenu-fix {
  padding-right: 0;
  padding-left: 0;
}
.cards i {
  color: #424249;
  font-size: 23px;
}
.cards .consultation-img {
  color: #fff;
  position: relative;
  top: 1px;
}
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 86px;
  width: 100%;
  height: 60px;
}
.cards.active i {
  color: #00b22d;
}
.cards.active .card-text {
  color: #00b22d;
}
.cards.card-more {
  position: relative;
}
.cards.card-more .circle-note-mobm {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3%;
  right: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cards.card-more .circle-note-mobm .full-circle-note {
  width: 8px;
  height: 8px;
  background: #ff5050;
  border-radius: 50px;
}
.cards-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px !important;
  background: #fff;
}
.cards-menu .card {
  border: none;
}
.cards-menu .card-consultation {
  margin: 0 5px;
}
.card-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  white-space: nowrap;
  color: #424249;
}
.card-cabinet.cards {
  text-decoration: none;
}
.menu__overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2036;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #424249;
  will-change: opacity;
}
.menu__overlay.active {
  opacity: 0.5;
  visibility: visible;
}
body.lock {
  height: 100%;
  overflow: hidden;
}
.selected-top-link.grey-link {
  color: #898989 !important;
}
.active-selected {
  border-bottom: 2px solid #333 !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.chevron-check-answers,
.chevron-check-lawyers,
.chevron-check-more,
.chevron-check-uslugi {
  border-bottom: 2px solid rgba(51, 51, 51, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.chevron-check-answers i,
.chevron-check-lawyers i,
.chevron-check-more i,
.chevron-check-uslugi i {
  position: absolute;
  top: 7px;
  right: -20px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loader-top-lawyers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loader-top-lawyers__dot1 {
  background: #62bf40;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-animation: pulsing1 2s infinite;
  animation: pulsing1 2s infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.loader-top-lawyers__dot2 {
  background: #62bf40;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-animation: pulsing2 2s infinite;
  animation: pulsing2 2s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.loader-top-lawyers__dot3 {
  background: #62bf40;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-animation: pulsing3 2s infinite;
  animation: pulsing3 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@keyframes pulsing1 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@keyframes pulsing2 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(0.5, 0.5);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(1, 1);
  }
}
@keyframes pulsing3 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
#spinner-top-lawyers {
  position: relative;
}
#spinner-top-lawyers .spinner-border {
  top: -11%;
  left: 0;
}
@media (max-width: 1250px) {
  .banner-law-2 {
    width: 50vw !important;
  }
}
.banner-law-2 .menu-bannert__wrap-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner-law-2 .menu-bannert__wrap-text .note-banner-business {
  margin: 0 0 15px 0;
}
@media (max-width: 1250px) {
  .banner-law-1 {
    width: 50vw !important;
  }
}
.banner-law-1 .menu-bannert__wrap-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner-law-1 .menu-bannert__wrap-text .note-banner-business {
  margin: 0 0 15px 0;
}
.menu-answers__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 32px);
  padding: 16px 16px 20px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  border-radius: 20px;
  border: 1px solid #e3e8e4;
  background: #fff;
}
.menu-answers__card .wrapp-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
}
.menu-answers__card .wrapp-ico.purple {
  background-color: #f6f3ff;
}
.menu-answers__card .wrapp-ico.purple i {
  color: #9c87d9;
}
.menu-answers__card .wrapp-ico.blue {
  background-color: #f1f7fd;
}
.menu-answers__card .wrapp-ico.blue i {
  color: #3699ff;
}
.menu-answers__card .wrapp-ico.green {
  background-color: #eef6e8;
}
.menu-answers__card .wrapp-ico.green i {
  color: #00b22d;
}
.menu-answers__card:nth-child(2) {
  margin: 16px 0 28px;
}
.menu-answers__card:nth-child(3) {
  margin: 0 0 28px 0;
}
.menu-answers__card:hover {
  text-decoration: none;
}
.menu-more__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-more__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 32px);
  padding: 16px 16px 20px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  border-radius: 20px;
  border: 1px solid #e3e8e4;
  background: #fff;
}
.menu-more__card .wrapp-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
}
.menu-more__card .wrapp-ico.blue {
  background-color: #f1f7fd;
}
.menu-more__card .wrapp-ico.blue i {
  color: #3699ff;
}
.menu-more__card:nth-child(2) {
  margin: 16px 0;
}
.menu-more__card:nth-child(3) {
  margin: 0 0 28px 0;
}
.menu-more__card:hover {
  text-decoration: none;
}
.menu-more__lk .lk__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 12px 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #e3e8e4;
  background: #fff;
}
.menu-more__lk .lk__photo-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-more__lk .lk__photo-name img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 8px;
}
.menu-more__lk .lk__photo-name .mobm-name {
  overflow: hidden;
  color: #424249;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  max-width: 170px;
  white-space: nowrap;
}
.menu-more__lk .lk__photo-name .mobm-avatar,
.menu-more__lk
  .lk__photo-name
  .mobm-avatar
  .mobm-avatar-logo
  .mobm-user-avatar-text {
  position: relative;
}
.menu-more__lk .lk__photo-name .mobm-avatar .mobm-avatar-logo,
.menu-more__lk
  .lk__photo-name
  .mobm-avatar
  .mobm-avatar-logo
  .mobm-user-avatar-text
  .mobm-avatar-logo {
  position: relative;
}
.menu-more__lk .lk__photo-name .mobm-avatar .mobm-avatar-logo .mobm-avatar,
.menu-more__lk
  .lk__photo-name
  .mobm-avatar
  .mobm-avatar-logo
  .mobm-user-avatar-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
}
.menu-more__lk .lk__photo-name .mobm-avatar .mobm-avatar-logo .mobm-avatar img,
.menu-more__lk
  .lk__photo-name
  .mobm-avatar
  .mobm-avatar-logo
  .mobm-user-avatar-text
  img {
  max-width: 100%;
  height: auto;
}
.menu-more__lk
  .lk__photo-name
  .mobm-avatar
  .mobm-avatar-logo
  .mobm-user-avatar-text {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
}
.menu-more__lk
  .lk__photo-name
  .mobm-avatar
  .mobm-avatar-logo
  .mobm-user-avatar-text.color-1 {
  background: #f178b6;
}
.menu-more__lk
  .lk__photo-name
  .mobm-avatar
  .mobm-avatar-logo
  .mobm-user-avatar-text.color-2 {
  background: #f2c94c;
}
.menu-more__lk
  .lk__photo-name
  .mobm-avatar
  .mobm-avatar-logo
  .mobm-user-avatar-text.color-3 {
  background: #fcd0e5;
}
.menu-more__lk
  .lk__photo-name
  .mobm-avatar
  .mobm-avatar-logo
  .mobm-user-avatar-text.color-4 {
  background: #a5a6f6;
}
.menu-more__lk
  .lk__photo-name
  .mobm-avatar
  .mobm-avatar-logo
  .mobm-user-avatar-text.color-5 {
  background: #5d5fef;
}
.menu-more__lk .lk__settings-notif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.menu-more__lk .lk__settings-notif #go-cons-msg-mobm {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #898989;
  margin-right: 16px;
}
.menu-more__lk .lk__settings-notif .icom-settings-2023 {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #898989;
  display: block;
}
.menu-more__lk .lk__settings-notif .circle-note-mobm-with-bell {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: -4%;
  left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-more__lk
  .lk__settings-notif
  .circle-note-mobm-with-bell
  .full-circle-note {
  width: 10px;
  height: 10px;
  background: #ff5050;
  border-radius: 50px;
}
.menu-more__lk .lk__link:hover {
  text-decoration: none;
}
.container-for-switch .menu__header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu__body-consultation,
.menu__body-lawyer,
.menu__body-more,
.menu__body-uslugi {
  display: block;
  width: 100%;
  padding-bottom: calc(var(--menu-size) + env(safe-area-inset-bottom, 84px));
  position: fixed;
  z-index: 2037;
  bottom: -1%;
  -webkit-transition: bottom 0.3s ease-out 0s, max-height 0.2s ease-in-out 0s,
    height 0.2s ease-in-out 0s;
  -o-transition: bottom 0.3s ease-out 0s, max-height 0.2s ease-in-out 0s,
    height 0.2s ease-in-out 0s;
  transition: bottom 0.3s ease-out 0s, max-height 0.2s ease-in-out 0s,
    height 0.2s ease-in-out 0s;
}
.anim.menu__body-consultation,
.anim.menu__body-lawyer,
.anim.menu__body-more,
.menu__body-uslugi.anim {
  bottom: -100%;
  -webkit-transition: bottom 0.5s ease-out 0s;
  -o-transition: bottom 0.5s ease-out 0s;
  transition: bottom 0.5s ease-out 0s;
}
.menu__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 6%;
  --menu-safe-top: calc(env(safe-area-inset-bottom, 0) + 60px);
  max-height: calc(100% - var(--menu-safe-top));
  background: #f9f9fb;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.menu__body-close i {
  font-size: 14.8px;
  color: #424249;
  background: #e0e0e0;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
  padding: 8px 8px;
  position: fixed;
  top: 16px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__header {
  margin: 15px 0 15px 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #424249;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 950px) {
  .menu__header {
    margin: 16px 0 16px 0;
    height: 40px;
  }
}
.menu__banner-lawyer {
  border-radius: 15px;
  margin: 0 0 20px 0;
  text-decoration: none;
  width: 95vw;
  height: 121px;
}
.menu__banner-lawyer picture {
  margin: 0 -35px 0 0;
}
.menu__banner-lawyer picture img {
  width: 195px;
  height: 121px;
  float: right;
}
.menu__banner-more {
  border-radius: 15px;
  margin: 0 0 20px 0;
  width: 95vw;
  height: 100%;
  text-decoration: none;
  -webkit-box-align: normal !important;
  -ms-flex-align: normal !important;
  align-items: normal !important;
  position: relative;
}
.menu__banner-more picture {
  margin: 30px -30px 0 0;
}
.menu__banner-more picture img {
  width: 170px;
  height: 130px;
  scale: 1.5;
}
.menu__banner-more.banner-top-more {
  max-width: 370px;
  max-height: 150px;
  overflow: hidden;
}
.menu__banner-more.banner-top-more picture {
  margin: -19px 0 0 -22px;
}
.menu__banner-more.banner-top-more picture img {
  width: 186px;
  height: 136px;
  scale: 1;
}
@media (max-width: 950px) {
  .menu__banner-more.banner-top-more {
    max-width: 100%;
  }
}
.menu__banner-uslugi {
  border-radius: 15px;
  margin: 0 0 20px 0;
  width: 95vw;
  height: 121px;
  text-decoration: none;
}
@media (max-width: 372px) {
  .menu__banner-uslugi.menu-banner {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
}
.menu__scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 50px;
  -webkit-transition: max-height 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s;
  -o-transition: max-height 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s;
  transition: max-height 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s;
}
.menu__scroll::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 434px) {
  .text-banner-uslugi {
    width: 185px;
  }
}
.banner-check {
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #3699ff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-check i {
  color: #fff;
  font-size: 7px;
}
.banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 340px;
}
@media (max-width: 800px) {
  .banner__row {
    padding-right: 0;
    width: 156px;
  }
}
.banner__first {
  position: relative;
}
.banner__first img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.banner__first source {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.banner__second {
  position: relative;
}
.banner__second img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.banner__third {
  position: relative;
}
.banner__third img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.banner__fourth {
  position: relative;
}
.banner__fourth img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .banner__fourth {
    display: none;
  }
}
.banner__fifth {
  position: relative;
}
.banner__fifth img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .banner__fifth {
    display: none;
  }
}
.banner__six {
  position: relative;
}
.banner__six img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .banner__six {
    display: none;
  }
}
.badge-green {
  font-size: 13px;
  line-height: 16px;
  padding: 2px 5px;
  color: #fff;
  background: #00b22d;
  border-radius: 30px;
  margin-bottom: 5px;
  position: absolute;
  top: 37px;
  right: -2px;
  scale: 79%;
  background-color: #00b22d;
}
.badge-green i {
  font-size: 13px;
  margin-right: 2px;
}
.menu-banner {
  background: #62bf40;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.menu-banner:hover {
  text-decoration: none;
}
.menu-banner__text {
  font-style: normal;
  font-weight: 600;
  max-width: 280px;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding: 10px 0 10px 20px;
}
@media (max-width: 383px) {
  .menu-banner__text {
    font-size: 17px;
    line-height: 27px;
  }
}
.menu-banner__wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-banner__note {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  padding: 0 0 0 20px;
}
@media (max-width: 372px) {
  .menu-banner__note {
    font-size: 13px;
    line-height: 20px;
  }
}
#spinner-mob-lawyers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0;
  margin-top: -60px;
}
#spinner-mob-lawyers .spinner-border {
  position: relative;
}
.text-banner-more {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  white-space: nowrap;
}
@media (max-width: 950px) {
  .text-banner-more br {
    display: none;
  }
}
@media (max-width: 650px) {
  .text-banner-more br {
    display: block;
  }
}
.note-banner-more {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  max-width: 200px;
  white-space: nowrap;
}
@media (max-width: 950px) {
  .note-banner-more {
    max-width: 100%;
  }
  .note-banner-more br {
    display: none;
  }
}
@media (max-width: 700px) {
  .note-banner-more {
    max-width: 200px;
    white-space: normal;
  }
}
#uslugi-drop {
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  #yii-debug-toolbar {
    display: none !important;
  }
}
.expand-scroll .lawyers__load-more {
  margin-top: -75px;
}
.menu__body-lawyer {
  padding-bottom: calc(var(--menu-size) + env(safe-area-inset-bottom, 72px));
  bottom: -1px;
}
.menu__body-lawyer .lawyers__card .lawyers__check {
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  left: auto;
  color: #00b22d;
}
.menu__body-lawyer .lawyers__card .lawyers__check span {
  font-size: 20px;
}
.menu__body-lawyer .lawyers__card .lawyers__desc {
  max-height: none;
}
.menu__body-lawyer .lawyers__card .clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.menu__body-lawyer #menu-lawyers-scroll {
  max-height: calc(var(--vh, 1vh) * 64);
}
@media (min-height: 780px) and (min-width: 420px) {
  .menu__body-lawyer #menu-lawyers-scroll {
    max-height: 100%;
  }
}
.menu__body-consultation {
  padding-bottom: calc(var(--menu-size) + env(safe-area-inset-bottom, 72px));
}
.menu__body-consultation #menu-consultation-scroll {
  padding-bottom: 60px;
}
@media (max-height: 585px) {
  .menu__body-consultation #menu-consultation-scroll {
    max-height: calc(var(--vh, 1vh) * 64);
    padding-bottom: 50px;
  }
}
.menu__body-more {
  padding-bottom: calc(var(--menu-size) + env(safe-area-inset-bottom, 72px));
}
.menu__body-more #menu-more-scroll {
  max-height: calc(var(--vh, 1vh) * 64);
  padding-bottom: 80px;
}
@media (min-height: 780px) and (min-width: 420px) {
  .menu__body-more #menu-more-scroll {
    max-height: 100%;
  }
}
.menu__body-more.anim {
  bottom: -100%;
  -webkit-transition: bottom 0.5s ease-out 0s;
  -o-transition: bottom 0.5s ease-out 0s;
  transition: bottom 0.5s ease-out 0s;
}
.menu__body-more #mob-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: calc(100vw - 32px);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 20px !important;
  height: 60px;
}
.menu__body-more #mob-login span {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.menu__body-more #mob-login i {
  top: 0;
}
.menu__body-answers {
  display: block;
  width: 100%;
  position: fixed;
  bottom: -1px;
  z-index: 2037;
  -webkit-transition: bottom 0.3s ease-out 0s, max-height 0.2s ease-in-out 0s;
  -o-transition: bottom 0.3s ease-out 0s, max-height 0.2s ease-in-out 0s;
  transition: bottom 0.3s ease-out 0s, max-height 0.2s ease-in-out 0s;
  padding-bottom: calc(var(--menu-size) + env(safe-area-inset-bottom, 72px));
}
.menu__body-answers.expand-menu {
  height: calc(var(--vh, 1vh) * 78);
  -webkit-transition: bottom 0.3s ease-out 0s, max-height 0.2s ease-in-out 0s;
  -o-transition: bottom 0.3s ease-out 0s, max-height 0.2s ease-in-out 0s;
  transition: bottom 0.3s ease-out 0s, max-height 0.2s ease-in-out 0s;
}
.menu__body-answers.anim {
  bottom: -100%;
  -webkit-transition: bottom 0.5s ease-out 0s;
  -o-transition: bottom 0.5s ease-out 0s;
  transition: bottom 0.5s ease-out 0s;
}
.menu__body-answers #menu-answers-scroll {
  max-height: calc(var(--vh, 1vh) * 64);
}
@media (min-height: 780px) and (min-width: 420px) {
  .menu__body-answers #menu-answers-scroll {
    max-height: 100%;
  }
}
.cabinet-menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cabinet-menu__body #btn-login-nmobile {
  border-radius: 10px !important;
  padding: 11px 50px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cabinet-text__note {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #121212;
}
#search-top {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#search-top #form-search-top {
  height: 40px;
  margin-right: 30px;
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 22px;
  z-index: 2;
}
#search-top #form-search-top::-webkit-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top #form-search-top::-moz-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top #form-search-top:-ms-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top #form-search-top::-ms-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top #form-search-top::placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top #form-search-top:focus {
  border-color: transparent !important;
}
#search-top .ico-close {
  position: absolute;
  right: 84px;
  top: 12px;
  color: #898989;
  cursor: pointer;
  display: none;
  z-index: 2;
}
#search-top .ico-close:hover {
  color: #424249;
}
#search-top .autocomplete-suggestions {
  height: 300px;
  padding: 20px;
  top: 45px;
  border-radius: 15px;
}
#search-top .autocomplete-suggestions .autocomplete-suggestion {
  padding: 0;
}
#search-top .autocomplete-suggestions .on-search {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
}
#search-top .autocomplete-suggestions .on-search .wrp-1 {
  margin-right: 30px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 7px;
  line-height: 52px;
}
#search-top .autocomplete-suggestions .on-search .wrp-1:hover {
  background-color: #eef6e8;
}
#search-top .autocomplete-suggestions .on-search .on-search-n {
  margin-right: 20px;
  color: #424249;
}
#search-top .autocomplete-suggestions .on-search .on-search-f {
  color: #898989;
}
#search-top .autocomplete-suggestions .on-search .on-search-txt-id {
  height: 20px;
  min-width: 130px;
  padding-left: 30px;
  text-align: left;
  border-left: 1px solid #f2f2f2;
  color: #898989;
}
#search-top .autocomplete-suggestions .ss-scroll {
  width: 5px;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
#menu-bg {
  width: 100vw;
  height: 100vh;
  background-color: #424249;
  opacity: 0.5;
  position: fixed;
  z-index: 1000;
  display: none;
}
#top_block_shadow {
  width: 100%;
  height: 100% !important;
  background-color: #424249;
  opacity: 0.5;
  position: fixed;
  top: 0;
  z-index: 4;
  display: none;
}
.wrap-for-search {
  background: #62bf40;
  border-radius: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 44px;
  top: 9px;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-mobile-top .new-top-mobile {
  background-color: #f9f9fb;
}
.new-mobile-top .new-top-mobile.white-header {
  background-color: #fff;
  border-bottom: none;
}
.new-mobile-top .new-top-mobile.grey-without-border {
  border-bottom: none;
}
.new-top-menu {
  height: 80px !important;
}
.new-top-menu .new-top-menu-container {
  height: 80px !important;
  background-color: #f9f9fb;
  border-bottom: 1px solid #e3e8e4;
}
.new-top-menu .new-top-menu-container.white-header {
  background-color: #fff;
  border-bottom: none;
}
.new-top-menu .new-top-menu-container.grey-without-border {
  border-bottom: none;
}
.new-top-menu .new-top-menu-container .container-fluid {
  padding-right: 20px !important;
}
@media (max-width: 950px) {
  .new-top-menu .new-top-menu-container .container {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .new-top-menu .new-top-menu-container .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 30px;
  }
}
.form-border {
  border-color: transparent !important;
}
.new-pc-search input {
  height: 52px !important;
  border-radius: 25px !important;
}
.new-pc-search .autocomplete-suggestions {
  top: 66px !important;
}
.new-pc-search .ico-close {
  top: 17px !important;
}
@media (max-width: 950px) {
  .new-pc-search #form-search-top {
    width: 400px;
    margin-left: 150px;
  }
}
#top-lawyers:hover {
  text-decoration: none;
  color: #424249;
}
#top-uslugi:hover {
  text-decoration: none;
  color: #424249;
}
#top-articles:hover {
  text-decoration: none;
  color: #424249;
}
@media (max-width: 840px) {
  #top-articles {
    display: none;
  }
}
.menu-and-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.dot-menu-top {
  position: relative;
  margin-top: 5px;
  cursor: pointer;
}
.dot-menu-top.show i {
  color: #424249;
}
.dot-menu-top i {
  color: #bdbdbd;
  padding: 0 0 0 10px;
}
.dot-menu-top__section {
  position: absolute;
  top: 34px;
  right: 0;
  z-index: 2;
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 14px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.07);
  border-radius: 10px 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  min-width: 200px;
}
.dot-menu-top__section .dot-lists {
  width: 100%;
  padding: 0 10px;
}
.dot-menu-top__section .dot-lists .dot-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #424249;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.dot-menu-top__section .dot-lists .dot-link span {
  padding: 8px 0 8px 15px;
}
.dot-menu-top__section .dot-lists .dot-link span:hover {
  background: #f2f2f2;
  border-radius: 5px;
  width: 100%;
}
.dot-menu-top__section .dot-lists .dot-link:hover {
  color: #424249;
  text-decoration: none;
  background: #f2f2f2;
  border-radius: 5px;
  width: 100%;
}
.dot-menu-top__section .dot-lists .dot-link.hide-link {
  display: none;
}
@media (max-width: 1100px) {
  .dot-menu-top__section .dot-lists .dot-link.hide-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.dot-menu-top__section .dot-lists .dot-link.hide-article {
  display: none;
}
@media (max-width: 840px) {
  .dot-menu-top__section .dot-lists .dot-link.hide-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.dot-menu-top__section .dot-lists .dot-link:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .dot-menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pc-articles__link,
.pc-otzivy__link,
.pc-questions__link {
  -webkit-transition: all 20ms ease-in-out !important;
  -o-transition: all 20ms ease-in-out !important;
  transition: all 20ms ease-in-out !important;
}
@media (max-width: 1100px) {
  .pc-otzivy {
    display: none !important;
  }
}
.pc-articles:hover {
  text-decoration: none;
}
.chevron-check-answers {
  padding-bottom: 5px;
}
.pc-questions a {
  height: 29px;
}
@media (max-width: 1200px) {
  .pc-questions {
    white-space: nowrap;
  }
}
@media (max-width: 1200px) {
  #top-more {
    display: none;
  }
}
@media (max-width: 950px) {
  #top-more {
    max-width: 100px;
  }
}
.new-pc-topmenu {
  max-width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-pc-topmenu div {
  white-space: nowrap;
}
.new-pc-topmenu a {
  text-decoration: none !important;
}
.new-pc-topmenu a:hover {
  color: #424249;
}
.new-pc-topmenu__answers,
.new-pc-topmenu__articles,
.new-pc-topmenu__coop,
.new-pc-topmenu__lawyers,
.new-pc-topmenu__more,
.new-pc-topmenu__otzivy,
.new-pc-topmenu__questions,
.new-pc-topmenu__uslugi {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #424249;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 9px;
  padding-top: 10px;
  z-index: 2;
}
.new-pc-topmenu__answers a:hover,
.new-pc-topmenu__articles a:hover,
.new-pc-topmenu__coop a:hover,
.new-pc-topmenu__lawyers a:hover,
.new-pc-topmenu__more a:hover,
.new-pc-topmenu__otzivy a:hover,
.new-pc-topmenu__questions a:hover,
.new-pc-topmenu__uslugi a:hover {
  color: #00b22d !important;
}
.new-pc-topmenu__uslugi.selected-top-link,
.selected-top-link.new-pc-topmenu__answers,
.selected-top-link.new-pc-topmenu__articles,
.selected-top-link.new-pc-topmenu__coop,
.selected-top-link.new-pc-topmenu__lawyers,
.selected-top-link.new-pc-topmenu__more,
.selected-top-link.new-pc-topmenu__otzivy,
.selected-top-link.new-pc-topmenu__questions {
  color: #424249;
}
.new-pc-topmenu__uslugi.selected-top-link a,
.selected-top-link.new-pc-topmenu__answers a,
.selected-top-link.new-pc-topmenu__articles a,
.selected-top-link.new-pc-topmenu__coop a,
.selected-top-link.new-pc-topmenu__lawyers a,
.selected-top-link.new-pc-topmenu__more a,
.selected-top-link.new-pc-topmenu__otzivy a,
.selected-top-link.new-pc-topmenu__questions a {
  color: #424249;
}
.new-pc-topmenu__answers i,
.new-pc-topmenu__articles i,
.new-pc-topmenu__coop i,
.new-pc-topmenu__lawyers i,
.new-pc-topmenu__more i,
.new-pc-topmenu__otzivy i,
.new-pc-topmenu__questions i,
.new-pc-topmenu__uslugi i {
  font-size: 10px;
  color: #bdbdbd;
  margin: 0 0 0 10px;
}
.grey-link.new-pc-topmenu__answers a,
.grey-link.new-pc-topmenu__articles a,
.grey-link.new-pc-topmenu__coop a,
.grey-link.new-pc-topmenu__lawyers a,
.grey-link.new-pc-topmenu__more a,
.grey-link.new-pc-topmenu__otzivy a,
.grey-link.new-pc-topmenu__questions a,
.new-pc-topmenu__uslugi.grey-link a {
  color: #898989;
}
.new-pc-topmenu__answers .chevron-check-uslugi,
.new-pc-topmenu__articles .chevron-check-uslugi,
.new-pc-topmenu__coop .chevron-check-uslugi,
.new-pc-topmenu__lawyers .chevron-check-uslugi,
.new-pc-topmenu__more .chevron-check-uslugi,
.new-pc-topmenu__otzivy .chevron-check-uslugi,
.new-pc-topmenu__questions .chevron-check-uslugi,
.new-pc-topmenu__uslugi .chevron-check-uslugi {
  padding-bottom: 5px;
}
.new-pc-topmenu__lawyers .chevron-check-lawyers {
  padding-bottom: 5px;
}
@media (max-width: 950px) {
  .new-pc-topmenu__lawyers {
    white-space: nowrap;
  }
}
.new-pc-topmenu__answers.grey-link a,
.new-pc-topmenu__articles.grey-link a,
.new-pc-topmenu__otzivy.grey-link a,
.new-pc-topmenu__questions.grey-link a {
  color: #898989 !important;
}
.new-pc-topmenu__answers a,
.new-pc-topmenu__articles a,
.new-pc-topmenu__otzivy a,
.new-pc-topmenu__questions a {
  text-decoration: none;
  padding-bottom: 5px;
  color: #424249;
}
.new-pc-topmenu__answers a:hover,
.new-pc-topmenu__articles a:hover,
.new-pc-topmenu__otzivy a:hover,
.new-pc-topmenu__questions a:hover {
  text-decoration: none;
}
.new-pc-topmenu__otzivy a {
  padding-bottom: 5px;
  height: 29px;
}
.new-pc-topmenu__more.grey-link .chevron-check-more {
  color: #898989;
}
.new-pc-topmenu__more .chevron-check-more {
  padding-bottom: 5px;
}
@media (max-width: 950px) {
  .new-pc-topmenu__more {
    width: 100%;
    padding: 0 0;
  }
}
.new-pc-topmenu__coop a {
  text-decoration: none;
  padding-bottom: 5px;
  color: #898989;
}
.new-pc-topmenu__coop a:hover {
  text-decoration: none;
}
@media (max-width: 1310px) {
  .new-pc-topmenu {
    max-width: 700px;
    width: 700px;
  }
}
@media (max-width: 1200px) {
  .new-pc-topmenu {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .new-pc-topmenu {
    width: 603px;
    max-width: 603px;
  }
}
@media (max-width: 1050px) {
  .new-pc-topmenu {
    width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 990px) {
  .new-pc-topmenu {
    width: 530px;
    max-width: 530px;
  }
}
@media (max-width: 840px) {
  .new-pc-topmenu {
    width: 100%;
    max-width: 100%;
  }
}
.log-in-topm .log-in-out__wrapper {
  color: #00b22d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.log-in-topm .log-in-out__wrapper span {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.log-in-topm .log-in-out__wrapper .ico-login {
  margin-left: 4px;
  font-size: 20px;
}
.new-h-menu {
  height: 80px;
}
.new-h-menu .marg-logo {
  margin-top: 5px;
}
.new-h-menu .marg-logo .wrp-fix-1 {
  padding-right: 0;
}
.new-h-menu .bottom-menu-row {
  padding: 0 10px;
}
.new-h-menu .bottom-menu-row i {
  font-size: 20px;
  color: #00b22d;
}
.new-h-menu .bottom-menu-row .note {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #898989;
  margin: 0 0 0 7px;
}
.new-h-menu .city-cabinet #wrp-dot .dropdown-menu {
  top: 74% !important;
}
.new-h-menu .city-cabinet .wrp-img-name-top {
  margin-bottom: 10px;
}
.new-h-menu .city-cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-bottom: 3px;
}
.new-h-menu .city-cabinet .city-top-menu {
  min-width: 0;
}
.new-h-menu .city-cabinet .city-top-menu #sel-city {
  margin: 0 15px;
}
@media (max-width: 950px) {
  .new-h-menu .city-cabinet .city-top-menu #sel-city .wrp-sel-city {
    width: 100px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 1200px) {
  .new-h-menu .bottom-menu-row {
    display: none !important;
  }
}
#search-top-mob {
  width: 100vw;
  height: 100vh;
  padding: 20px 15px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  color: #121212;
  z-index: 2200;
  display: none;
}
#search-top-mob #form-search-top-mob {
  height: 40px;
  margin-top: 25px;
  padding: 9px 35px 9px 17px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 22px;
  z-index: 2;
}
#search-top-mob #form-search-top-mob::-webkit-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top-mob #form-search-top-mob::-moz-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top-mob #form-search-top-mob:-ms-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top-mob #form-search-top-mob::-ms-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top-mob #form-search-top-mob::placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top-mob .wrp-form-search-top {
  position: relative;
}
#search-top-mob .wrp-form-search-top .ico-close,
#search-top-mob .wrp-form-search-top .ico-search-2020 {
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 7px;
  color: #9d9d9d;
}
#search-top-mob .wrp-form-search-top .ico-close {
  font-size: 12px;
  top: 11px;
  display: none;
}
#search-top-mob .wrp-form-search-top .autocomplete-suggestions {
  max-height: calc(100vh - 160px) !important;
  margin-top: 30px;
  padding: 0;
  border: none;
}
#search-top-mob
  .wrp-form-search-top
  .autocomplete-suggestions
  .on-search-txt-id {
  font-size: 13px;
  color: #898989;
}
#search-top-mob .wrp-form-search-top .autocomplete-suggestions .on-search-n {
  font-size: 15px;
  font-weight: 600;
  color: #121212;
}
#search-top-mob .wrp-form-search-top .autocomplete-suggestions .on-search-f {
  font-size: 15px;
  color: #898989;
}
#search-top-mob .on-search {
  margin-bottom: 25px;
}
.swipe-target-answers,
.swipe-target-consultation,
.swipe-target-lawyer,
.swipe-target-more,
.swipe-target-uslugi {
  width: 100%;
}
.menu-consultation__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 32px);
  padding: 16px 16px 20px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  border-radius: 20px;
  border: 1px solid #e3e8e4;
  background: #fff;
}
.menu-consultation__card .wrapp-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
}
.menu-consultation__card .wrapp-ico.purple {
  background-color: #f6f3ff;
}
.menu-consultation__card .wrapp-ico.purple i {
  color: #9c87d9;
}
.menu-consultation__card .wrapp-ico.blue {
  background-color: #f1f7fd;
}
.menu-consultation__card .wrapp-ico.blue i {
  color: #3699ff;
}
.menu-consultation__card .wrapp-ico.green {
  background-color: #eef6e8;
}
.menu-consultation__card .wrapp-ico.green i {
  color: #00b22d;
}
.menu-consultation__card:nth-child(2) {
  margin: 16px 0 28px;
}
.menu-consultation__card:hover {
  text-decoration: none;
}
.menu-consultation__two-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.consultation-left-row {
  margin: 0 16px 0 0;
}
.consultation-left-row__text,
.consultation-right-row__text {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #121212;
  margin: 10px 0 0 0;
}
.consultation-left-row__note {
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #898989;
}
.consultation-left-row__wrap,
.consultation-right-row__wrap,
.more-right-row__wrap {
  position: absolute;
  top: 25px;
  left: 13px;
}
.more-left-row {
  margin: 0 8px 0 0;
}
.more-left-row__text,
.more-right-row__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #121212;
  margin: 4px 0 0 0;
}
.more-left-row__note {
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #898989;
}
.more-left-row__wrap {
  position: absolute;
  top: 25px;
  left: 13px;
}
.green-mmenu i {
  background: #eef6e8;
  border-radius: 10px;
  color: #00b22d;
  padding: 12px 12px 11px 11px;
}
.green-mmenu-sm i {
  background: #eef6e8;
  border-radius: 10px;
  color: #00b22d;
  padding: 9px 9px 8px 8px;
}
.purple-mmenu i {
  background: #f6f3ff;
  border-radius: 10px;
  color: #9c87d9;
  padding: 12px 12px 11px 11px;
}
.row-cards {
  position: relative;
  height: 124px;
  width: 45vw;
  background: #fff;
  border-radius: 15px;
}
.menu-uslugi__two-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.menu-uslugi__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: calc((100vw - 44px) / 2);
  max-height: 140px;
  padding: 16px 16px 20px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  border-radius: 20px;
  border: 1px solid #e3e8e4;
  background: #fff;
  text-decoration: none;
}
.menu-uslugi__card .card-emoji {
  font-size: 32px;
  font-weight: 600;
  line-height: 145%;
}
.menu-uslugi__card .note {
  display: block;
}
.menu-uslugi__card .note.small-me {
  display: none;
}
.menu-uslugi__card:hover {
  text-decoration: none;
}
@media (max-width: 400px) {
  .menu-uslugi__card .note {
    display: none;
  }
  .menu-uslugi__card .note.small-me {
    display: block;
  }
}
.mob-card-text-note .text {
  color: #424249;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 4px 0;
}
.mob-card-text-note .note {
  color: #898989;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.menu-lawyers__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 32px);
  padding: 16px 16px 20px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  border-radius: 20px;
  border: 1px solid #e3e8e4;
  background: #fff;
}
.menu-lawyers__card .lawyers-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px;
}
.menu-lawyers__card .lawyers-block__lawyer {
  margin-right: -8%;
  cursor: default;
  width: 40px;
  height: 40px;
}
.menu-lawyers__card .lawyers-block__lawyer img {
  width: 40px;
  border: 5px solid #fff;
  border-radius: 50%;
  height: 40px;
}
.menu-lawyers__card .wrapp-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
}
.menu-lawyers__card .wrapp-ico.orange {
  background-color: #faf2e0;
}
.menu-lawyers__card .wrapp-ico.orange i {
  color: #fa0;
}
.menu-lawyers__card .wrapp-ico.blue {
  background-color: #f1f7fd;
}
.menu-lawyers__card .wrapp-ico.blue i {
  color: #3699ff;
}
.menu-lawyers__card:nth-child(2) {
  margin: 16px 0;
}
.menu-lawyers__card:nth-child(3) {
  margin: 0 0 28px 0;
}
.menu-lawyers__card:hover {
  text-decoration: none;
}
#headingLawyer .btn-arrow i,
#headingUslugiEight .btn-arrow i,
#headingUslugiFifth .btn-arrow i,
#headingUslugiFour .btn-arrow i,
#headingUslugiNine .btn-arrow i,
#headingUslugiOne .btn-arrow i,
#headingUslugiSix .btn-arrow i,
#headingUslugiThree .btn-arrow i,
#headingUslugiTwo .btn-arrow i {
  font-size: 10px;
}
#headingLawyer .btn-arrow .ico-chevron-up,
#headingUslugiEight .btn-arrow .ico-chevron-up,
#headingUslugiFifth .btn-arrow .ico-chevron-up,
#headingUslugiFour .btn-arrow .ico-chevron-up,
#headingUslugiNine .btn-arrow .ico-chevron-up,
#headingUslugiOne .btn-arrow .ico-chevron-up,
#headingUslugiSix .btn-arrow .ico-chevron-up,
#headingUslugiThree .btn-arrow .ico-chevron-up,
#headingUslugiTwo .btn-arrow .ico-chevron-up {
  display: none;
}
#headingLawyer .btn-arrow .ico-chevron-down,
#headingUslugiEight .btn-arrow .ico-chevron-down,
#headingUslugiFifth .btn-arrow .ico-chevron-down,
#headingUslugiFour .btn-arrow .ico-chevron-down,
#headingUslugiNine .btn-arrow .ico-chevron-down,
#headingUslugiOne .btn-arrow .ico-chevron-down,
#headingUslugiSix .btn-arrow .ico-chevron-down,
#headingUslugiThree .btn-arrow .ico-chevron-down,
#headingUslugiTwo .btn-arrow .ico-chevron-down {
  display: initial;
}
#headingLawyer.show .btn-arrow .ico-chevron-up,
#headingUslugiEight.show .btn-arrow .ico-chevron-up,
#headingUslugiFifth.show .btn-arrow .ico-chevron-up,
#headingUslugiFour.show .btn-arrow .ico-chevron-up,
#headingUslugiNine.show .btn-arrow .ico-chevron-up,
#headingUslugiOne.show .btn-arrow .ico-chevron-up,
#headingUslugiSix.show .btn-arrow .ico-chevron-up,
#headingUslugiThree.show .btn-arrow .ico-chevron-up,
#headingUslugiTwo.show .btn-arrow .ico-chevron-up {
  display: initial;
}
#headingLawyer.show .btn-arrow .ico-chevron-down,
#headingUslugiEight.show .btn-arrow .ico-chevron-down,
#headingUslugiFifth.show .btn-arrow .ico-chevron-down,
#headingUslugiFour.show .btn-arrow .ico-chevron-down,
#headingUslugiNine.show .btn-arrow .ico-chevron-down,
#headingUslugiOne.show .btn-arrow .ico-chevron-down,
#headingUslugiSix.show .btn-arrow .ico-chevron-down,
#headingUslugiThree.show .btn-arrow .ico-chevron-down,
#headingUslugiTwo.show .btn-arrow .ico-chevron-down {
  display: none;
}
#headingUslugiOne #uslugi-chevron-check-one:hover {
  color: #424249;
}
#headingUslugiEight,
#headingUslugiFifth,
#headingUslugiSix,
#headingUslugiThree,
#headingUslugiTwo {
  height: 74px;
}
#headingUslugiEight .btn-arrow i,
#headingUslugiFifth .btn-arrow i,
#headingUslugiSix .btn-arrow i,
#headingUslugiThree .btn-arrow i,
#headingUslugiTwo .btn-arrow i {
  top: 19px;
}
#accordionLawyers,
#accordionUslugiEight,
#accordionUslugiFifth,
#accordionUslugiNine,
#accordionUslugiSix,
#accordionUslugiThree,
#accordionUslugiTwo {
  margin: 0 0 15px 0;
}
#accordionLawyers .card,
#accordionUslugiEight .card,
#accordionUslugiFifth .card,
#accordionUslugiNine .card,
#accordionUslugiSix .card,
#accordionUslugiThree .card,
#accordionUslugiTwo .card {
  width: 95vw;
  border-radius: 15px;
  border: none;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02),
    0 2px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 2px 15px rgba(0, 0, 0, 0.08);
}
#remove-boxshadow #collapseFour .card-body,
#remove-boxshadow #collapseOne .card-body {
  padding: 15px 0 0 0;
}
#accordionUslugiFour,
#accordionUslugiOne {
  margin: 0 0 15px 0;
}
#accordionUslugiFour .card,
#accordionUslugiOne .card {
  width: 95vw;
  border-radius: 15px;
  border: none;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02),
    0 2px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 2px 15px rgba(0, 0, 0, 0.08);
  background: #f9f9fb;
}
#accordionUslugiFour .card.remove,
#accordionUslugiOne .card.remove {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#uslugi-chevron-check-eight,
#uslugi-chevron-check-fifth,
#uslugi-chevron-check-nine,
#uslugi-chevron-check-six,
#uslugi-chevron-check-three,
#uslugi-chevron-check-two {
  text-decoration: none;
}
#uslugi-chevron-check-eight .text-note,
#uslugi-chevron-check-fifth .text-note,
#uslugi-chevron-check-nine .text-note,
#uslugi-chevron-check-six .text-note,
#uslugi-chevron-check-three .text-note,
#uslugi-chevron-check-two .text-note {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #898989;
}
#uslugi-chevron-check-eight:hover,
#uslugi-chevron-check-fifth:hover,
#uslugi-chevron-check-nine:hover,
#uslugi-chevron-check-six:hover,
#uslugi-chevron-check-three:hover,
#uslugi-chevron-check-two:hover {
  color: #424249;
}
.h-businnes {
  max-height: 405px;
}
@media (max-width: 950px) {
  .h-businnes {
    max-height: 620px;
  }
}
@media (max-height: 700px) {
  .h-businnes {
    height: 63vh;
  }
}
@media (max-width: 600px) {
  .h-businnes {
    max-height: 500px;
    height: 500px;
  }
}
.lawyer-menu__lists,
.uslugi-menu__lists {
  margin-left: 0;
  padding-left: 0;
}
.lawyer-menu__list,
.lawyer-menu__list-without-exp,
.uslugi-menu__list,
.uslugi-menu__list-without-exp {
  list-style-type: none;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #121212;
}
.lawyer-menu__list a,
.lawyer-menu__list-without-exp a,
.uslugi-menu__list a,
.uslugi-menu__list-without-exp a {
  text-decoration: none;
}
.lawyer-menu__list-without-exp.blue-link,
.lawyer-menu__list.blue-link,
.uslugi-menu__list-without-exp.blue-link,
.uslugi-menu__list.blue-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px;
  width: 335px;
  height: 48px;
  background: #f1f7fd;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .lawyer-menu__list-without-exp.blue-link,
  .lawyer-menu__list.blue-link,
  .uslugi-menu__list-without-exp.blue-link,
  .uslugi-menu__list.blue-link {
    width: 265px;
  }
}
.lawyer-menu__list-without-exp.blue-link .uslugi-menu__link,
.lawyer-menu__list.blue-link .uslugi-menu__link,
.uslugi-menu__list-without-exp.blue-link .uslugi-menu__link,
.uslugi-menu__list.blue-link .uslugi-menu__link {
  margin: 0 0 0 15px;
}
.lawyer-menu__list-without-exp:last-child,
.lawyer-menu__list:last-child,
.uslugi-menu__list-without-exp:last-child,
.uslugi-menu__list:last-child {
  margin: 0;
  border-bottom: none;
  padding: 0;
}
.lawyer-menu__link,
.uslugi-menu__link {
  color: #273ee3;
}
.show-more__uslugi {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #00b22d;
}
.show-less__uslugi {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #00b22d;
}
.show-less__uslugi i {
  margin: 0 0 0 10px;
  color: #00b22d;
  font-size: 10px;
}
#collapseTwo .card-body {
  padding: 1.25rem 1.25rem 0 1.25rem;
}
#menu-uslugi-drop {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #424249;
}
#uslugi-drop {
  background-color: #f9f9fb;
  border-color: #f9f9fb;
}
#uslugi-drop ::after {
  color: #424249;
}
#drop-menu-content {
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 14px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
}
#drop-menu-content.show {
  width: 250px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#menu-business,
#menu-clients {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #bdbdbd;
  padding: 9px 0;
}
#menu-business.selected,
#menu-clients.selected {
  color: #00b22d;
  background: #eef6e8;
  border-radius: 10px;
}
#menu-clients-scroll {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px 12px;
}
#menu-clients-scroll .btn-dark {
  margin: 28px 0 0;
}
.button-cover {
  background: #eff0f4;
  border-radius: 30px;
}
.button.r,
.button.r .layer {
  border-radius: 100px;
}
.button.b2 {
  border-radius: 2px;
  position: relative;
  top: 50%;
  margin: 0 auto 0 auto;
  overflow: hidden;
  width: 218px;
  height: 47px;
}
.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.knobs {
  z-index: 2;
}
.layer {
  width: 100%;
  background-color: #ebf7fc;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}
#button-switch .knobs span,
#button-switch .knobs:after,
#button-switch .knobs:before,
#button-switch-help-situation .knobs span,
#button-switch-help-situation .knobs:after,
#button-switch-help-situation .knobs:before,
#button-switch-type-question .knobs span,
#button-switch-type-question .knobs:after,
#button-switch-type-question .knobs:before {
  position: absolute;
  top: 6px;
  width: 97px;
  height: 35px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #424249;
}
#button-switch .knobs:before,
#button-switch-help-situation .knobs:before,
#button-switch-type-question .knobs:before {
  content: "";
  left: 6px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  border-radius: 30px;
}
#button-switch .knobs:after,
#button-switch-help-situation .knobs:after,
#button-switch-type-question .knobs:after {
  content: "Бизнесу";
  right: 4px;
  color: #898989;
}
#button-switch .knobs span,
#button-switch-help-situation .knobs span,
#button-switch-type-question .knobs span {
  left: 4px;
  color: #424249;
  z-index: 1;
}
#button-switch .checkbox:checked + .knobs span,
#button-switch-help-situation .checkbox:checked + .knobs span,
#button-switch-type-question .checkbox:checked + .knobs span {
  color: #898989;
}
#button-switch .checkbox:checked + .knobs:before,
#button-switch-help-situation .checkbox:checked + .knobs:before,
#button-switch-type-question .checkbox:checked + .knobs:before {
  left: 115px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  border-radius: 30px;
}
#button-switch .checkbox:checked + .knobs:after,
#button-switch-help-situation .checkbox:checked + .knobs:after,
#button-switch-type-question .checkbox:checked + .knobs:after {
  color: #424249;
}
#button-switch .checkbox:checked ~ .layer,
#button-switch-help-situation .checkbox:checked ~ .layer,
#button-switch-type-question .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}
#button-switch-type-question {
  width: 288px;
}
#button-switch-type-question .knobs:after {
  content: "Бесплатные";
  right: 4px;
  color: #898989;
}
#button-switch-type-question .toggle-button-cover {
  width: 288px;
}
#button-switch-type-question .knobs span,
#button-switch-type-question .knobs:after,
#button-switch-type-question .knobs:before {
  width: 137px;
  height: 37px;
}
#button-switch-type-question .checkbox:checked + .knobs:before {
  left: 145px;
}
.wrap {
  padding-top: 80px;
}
.wrap.no-static .wrp-topmenu-fix {
  position: absolute;
}
.plug-menu {
  height: 80px;
  width: 100%;
  background-color: #fff;
  margin-top: -80px;
}
.topmenu-fix {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topmenu-fix .item-fix-menu {
  color: #424249;
  padding: 0 25px;
}
.topmenu-fix .item-fix-menu:hover {
  text-decoration: none;
  color: #00b22d;
}
.topmenu-fix .dropdown {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.topmenu-fix .dropdown .top-menu-chevrondown,
.topmenu-fix .dropdown .top-menu-chevronup {
  color: #424249;
  font-weight: 700;
}
.topmenu-fix ul {
  margin-bottom: 0;
  padding-left: 0;
}
.topmenu-fix ul li {
  list-style: none;
  margin: 0 10px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.topmenu-fix ul li:last-child {
  padding-left: 20px;
  margin-left: 0;
}
.topmenu-fix ul li:nth-last-child(2) {
  margin-right: 0;
}
.topmenu-fix ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
}
.topmenu-fix ul li a.item-active {
  border-bottom-color: #00b22d;
}
.topmenu-fix ul li a:hover {
  text-decoration: none;
}
.topmenu-fix ul li .item-header {
  display: inline-block;
  width: 100%;
  cursor: default;
}
.topmenu-fix ul li .item-header:hover {
  color: #00b22d !important;
}
.new-sel-city {
  color: #424249 !important;
}
.new-sel-city .ico-geo {
  color: #424249 !important;
}
.wrp-count-msg .icom-bell-2022 {
  color: #424249;
}
.photo-name-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 12px;
}
.photo-name-dropdown .ico-user {
  font-size: 40px;
  margin: 0 10px 0 0;
}
.decor {
  width: 240px;
  height: 1px;
  background: #f2f2f2;
  width: 238px;
  margin: 10px 0 20px 0;
}
.decor.banner-decor {
  height: 2px;
  margin: 20px 0;
  width: auto;
}
@media (max-width: 750px) {
  .decor.banner-decor {
    width: 100%;
  }
}
.top-menu-chevrondown,
.top-menu-chevronup {
  font-size: 10px;
  color: #bdbdbd;
}
.search-new {
  color: #bdbdbd;
  font-size: 30px;
}
.new-top-img {
  margin: 0 15px 0 0 !important;
}
.new-avatar,
.new-avatar-inside {
  background: 0 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative !important;
}
.new-avatar-logo,
.new-avatar-logo-inside {
  border: none !important;
  padding: 0 !important;
}
.new-user-avatar-text,
.new-user-avatar-text-inside {
  width: 30px !important;
  height: 30px !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 30px !important;
  flex: 0 0 30px !important;
  font-size: 19px !important;
  margin-top: 0 !important;
}
.new-avatar-logo-inside {
  padding: 0 !important;
}
.new-user-avatar-text-inside {
  margin-top: 0 !important;
}
.search-layout {
  top: -200%;
  position: fixed;
}
.search-layout__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #121212;
}
.search-layout.show {
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3000;
  background: #fff;
}
.count-msg-new {
  margin: 0 0 0 10px;
}
.count-msg-new span {
  padding: 2px 6px;
  background: #ff5050;
  border-radius: 50px;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #fff;
}
.circle-note,
.circle-note-inside,
.circle-note-top,
.circle-note-withimg {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: -4%;
  left: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.circle-note .full-circle-note,
.circle-note-inside .full-circle-note,
.circle-note-top .full-circle-note,
.circle-note-withimg .full-circle-note {
  width: 10px;
  height: 10px;
  background: #ff5050;
  border-radius: 50px;
}
.circle-note-withimg {
  top: -7%;
  left: 44%;
}
.circle-note-top {
  top: -10% !important;
  left: 45% !important;
}
.lawyers__title {
  margin: 30px 0 85px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #424249;
  text-align: start;
}
@media (max-width: 750px) {
  .lawyers__title {
    margin: 30px 0 85px 0;
  }
}
.lawyers__title.title-lawyer-top {
  margin: 0 0 80px 0;
}
.lawyers__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lawyers__load-more {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #00b22d;
  text-align: center;
  margin-top: -40px;
}
.lawyers__wrapper-top .galery_lawyers_menu {
  display: block;
}
.lawyers__wrapper-top .galery_lawyers_menu .slick-list {
  overflow: visible;
}
.lawyers__wrapper-top .galery_lawyers_menu .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lawyers__wrapper-top .galery_lawyers_menu .slick-slide:not(.slick-active) {
  opacity: 0.5;
}
@media (max-width: 1150px) {
  .lawyers__wrapper-top .galery_lawyers_menu .slick-slide:not(.slick-active) {
    opacity: 0;
  }
}
.lawyers__wrapper-top .galery_lawyers_menu .slick-slide {
  min-height: 215px;
  max-width: 149px;
  min-width: 149px;
}
.lawyers__card {
  border-radius: 30px;
  border: 1px solid #e3e8e4;
  background: #fff;
  max-width: 149px;
  min-width: 149px;
  height: 149px;
  position: relative;
  text-decoration: none;
  min-height: 210px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.lawyers__card:hover {
  text-decoration: none;
}
@media (max-width: 1450px) {
  .lawyers__card {
    margin: 0 30px 75px 0;
  }
}
@media (max-width: 600px) {
  .lawyers__card {
    margin: 0 0 90px 0;
    border-radius: 20px;
  }
}
@media (max-width: 500px) {
  .lawyers__card {
    width: 48%;
    max-width: none;
    min-width: 192px;
    height: 178px !important;
  }
}
@media (max-width: 400px) {
  .lawyers__card {
    min-width: 149px;
    height: 149px !important;
  }
}
.lawyers__photo {
  position: absolute;
  top: -25%;
  left: 18%;
}
.lawyers__photo img,
.lawyers__photo source {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-user-drag: none;
}
@media (max-width: 500px) {
  .lawyers__photo {
    left: 23%;
  }
}
@media (max-width: 400px) {
  .lawyers__photo {
    left: 18%;
  }
}
.lawyers__check {
  position: absolute;
  top: 0;
  left: 0;
}
.lawyers__check .banner-check {
  width: 25px;
  height: 25px;
}
.lawyers__check .banner-check i {
  font-size: 20px;
}
.lawyers__online {
  position: absolute;
  top: -3%;
  left: 72%;
}
.lawyers__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.lawyers__circle-full {
  background: #62bf40;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.lawyers__rating {
  position: absolute;
  top: 23%;
  left: 33%;
}
.lawyers__rating .lawyers-card {
  width: 49px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}
.lawyers__rating .lawyers-card i {
  font-size: 15px;
}
@media (max-width: 500px) {
  .lawyers__rating {
    left: 37%;
  }
}
@media (max-width: 400px) {
  .lawyers__rating {
    left: 33%;
  }
}
.lawyers__name {
  margin: 70px 0 5px 0;
  text-align: center;
  color: #424249;
  padding: 0 10px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}
.lawyers__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #898989;
  padding: 0 10px;
  max-height: 60px;
  text-align: center;
  line-height: 22px;
}
#cooperation .wrap {
  padding-top: 0;
}
@media (max-width: 700px) {
  footer .container {
    padding-bottom: 80px;
  }
}
.nem-topm {
  margin-top: 0;
}
.new-topm-wrap {
  padding-top: 0;
}
.top-menu-avatar {
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
}
.top-menu-avatar .top-menu-avatar-logo {
  padding: 20px 30px 20px;
  border-bottom: 1px solid #e3e8e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar,
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text,
.top-menu-avatar
  .top-menu-avatar-logo
  .wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text,
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .top-menu-avatar
  .top-menu-avatar-logo
  .user-avatar-text {
  width: 60px;
  height: 60px;
  margin-top: 18px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  border-radius: 50%;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar img,
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text img,
.top-menu-avatar
  .top-menu-avatar-logo
  .wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text
  img,
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .top-menu-avatar
  .top-menu-avatar-logo
  .user-avatar-text
  img {
  max-width: 100%;
  height: auto;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text {
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text.color-1 {
  background: #f178b6;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text.color-2 {
  background: #f2c94c;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text.color-3 {
  background: #fcd0e5;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text.color-4 {
  background: #a5a6f6;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text.color-5 {
  background: #5d5fef;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .top-menu-avatar {
    max-width: 100%;
    margin-left: 0;
  }
}
.circle-note-inside {
  top: 3%;
  left: 18%;
}
.city-top-menu.city-without-login {
  right: 70px;
}
.city-top-menu #sel-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00b22d;
  padding: 5px 0;
  margin-left: 15px;
}
@media (max-width: 950px) {
  .city-top-menu #sel-city {
    margin-left: 0;
  }
}
.city-top-menu .wrp-sel-city {
  cursor: pointer;
  white-space: nowrap;
  max-width: 240px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.city-top-menu .wrp-sel-city .ico-location {
  margin: 0 4px 0 0;
  font-size: 20px;
}
.city-top-menu .wrp-sel-city #name-sel-city {
  font-size: 14px;
  line-height: 20px;
}
.city-top-menu .wrp-sel-city #name-sel-city.clamp-text {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 220px;
}
@media (max-width: 767px) {
  .city-top-menu .wrp-sel-city #name-sel-city.clamp-text {
    max-width: 140px;
  }
}
@media (max-width: 390px) {
  .city-top-menu .wrp-sel-city #name-sel-city.clamp-text {
    max-width: 115px;
  }
}
.city-top-menu #list-sel-city {
  position: absolute;
  right: 27%;
  top: 60%;
  border: 1px solid #e3e8e4;
  padding: 15px;
  background-color: #fff;
  min-width: 320px;
  border-radius: 0 10px 10px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  z-index: 9999;
}
.city-top-menu #list-sel-city .ss-scroll {
  opacity: 1 !important;
}
@media (max-width: 1900px) {
  .city-top-menu #list-sel-city {
    right: 10%;
  }
}
@media (max-width: 1400px) {
  .city-top-menu #list-sel-city {
    right: 9%;
  }
}
@media (max-width: 500px) {
  .city-top-menu #list-sel-city {
    right: 15%;
  }
}
.city-top-menu .autocomplete-suggestion {
  height: 50px;
  width: calc(100% - 12px);
  padding: 10px 15px;
  margin-top: 10px;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.city-top-menu .autocomplete-suggestion:hover {
  background-color: #eef6e8;
  border-color: #eef6e8;
}
.city-top-menu .autocomplete-suggestions {
  padding: 0;
  position: relative !important;
  overflow: hidden;
  border-color: transparent;
  display: block !important;
}
.city-top-menu #input-list-sel-city {
  height: 50px;
  font-size: 15px;
}
.city-top-menu .ico-geo {
  padding-right: 5px;
  color: #00b22d;
}
.wrp-read-notification {
  background-color: #fff !important;
}
.wrp-read-notification:hover {
  background-color: #eff0f4 !important;
}
.spinner-all-read {
  min-width: 1rem;
  min-height: 1rem;
  display: none;
}
.wrp-notification {
  width: 100%;
  height: auto;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrp-notification:hover {
  background-color: #eff0f4;
  cursor: pointer;
}
.wrp-notification:hover .ico-eye2021 {
  display: inline-block;
}
.wrp-notification .avatar {
  height: 48px;
  width: 48px;
  min-width: 48px;
  margin: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.wrp-notification .avatar img {
  max-width: 48px;
  max-height: 48px;
  border-radius: 50%;
}
.wrp-notification .avatar .img-border-radius {
  border: 1px solid #e3e8e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 48px;
}
.wrp-notification .info {
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrp-notification .wrp-eye {
  margin-left: auto;
  margin-right: 10px;
}
.wrp-notification .ico-eye2021 {
  color: #bdbdbd;
  display: none;
}
.wrp-notification .ico-eye2021:hover {
  color: #424249;
}
.wrp-notification .msg {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
  color: #737e72;
}
.wrp-notification .msg .sel-dark {
  color: #424249;
  font-weight: 600;
}
.wrp-notification .msg .sel-green {
  color: #00b22d;
  font-weight: 600;
}
.wrp-notification .msg .link-room,
.wrp-notification .msg .sel,
.wrp-notification .msg .sel-blue,
.wrp-notification .msg .txt-task {
  color: #3699ff;
  font-weight: 600;
}
.wrp-notification .msg .who-comment {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #424249;
}
.wrp-notification .time {
  font-size: 13px;
  line-height: 20px;
  color: #bdbdbd;
}
.wrp-notification .btn-success-sm-32 {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-top: 10px;
}
.wrp-notification .btn-link {
  height: 32px;
  margin-top: 10px;
  margin-left: 5px;
  padding: 6px 10px !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #737e72;
}
.wrp-notification .btn-link:hover {
  text-decoration: none;
  color: #424249;
}
.wrp-notification.new-lead-notification:hover .avatar {
  background-color: #d2ebc6;
}
.wrp-notification.new-lead-notification .avatar {
  background-color: #f2f2f2;
}
.wrp-notification.new-msg-notification .avatar {
  background-color: #a5a6f6;
}
.wrp-notification.task-recall .avatar,
.wrp-notification.task-urgent .avatar {
  font-size: 16px;
  background-color: #f2c94c !important;
}
.wrp-notification.task-reminder .avatar {
  font-size: 16px;
  background-color: #00b22d !important;
}
.wrp-notification.missed-call .avatar {
  font-size: 16px;
  background-color: #ff5050 !important;
}
.notification-area-wrapper .get-other {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #00b22d;
  cursor: pointer;
  background-color: #fff;
}
.notification-area-wrapper .title-read {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #bdbdbd;
  display: block;
}
.notification-area-wrapper
  .notification-area
  .notification-area-inner
  .no-notification {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
}
.notification-area-wrapper
  .notification-area
  .notification-area-inner
  .no-notification
  i {
  font-size: 100px;
}
.notification-area-wrapper.its-apple
  .notification-area-inner.fixed
  .wrp-notification {
  width: calc(100% - 18px);
}
.container-notification:last-of-type .wrp-notification:last-child {
  margin-bottom: 5px;
}
.ss-container
  .container-notification:last-of-type
  .wrp-notification:last-child {
  margin-bottom: 20px;
}
.notification-area-close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrp-count-msg {
  position: relative;
  height: 0;
  width: 0;
  margin: 0 5px 0 0;
}
.wrp-count-msg.active,
.wrp-count-msg:hover {
  background-color: #eef6e8;
  border-radius: 10px;
}
.wrp-count-msg.active .notification-area-wrapper,
.wrp-count-msg.show-natif .notification-area-wrapper {
  display: block;
}
.wrp-count-msg .count-cons-msg {
  position: absolute;
  top: 11px;
  right: 0;
  height: 16px;
  min-width: 18px;
  padding: 1px 4px;
  border-radius: 20px;
  background-color: #ff5050;
  border: 1px solid #eef6e8;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrp-count-msg .notification-area-wrapper {
  display: none;
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: absolute;
  right: 0;
}
.wrp-count-msg
  .notification-area-wrapper.notification-mobile
  .notification-area
  .notification-area-inner {
  padding-right: 10px;
  margin-right: -10px;
  overflow-y: auto;
}
.wrp-count-msg .notification-area {
  width: 450px;
  min-height: 64px;
  max-height: 600px;
  padding: 15px;
  overflow: hidden;
  position: relative;
}
.wrp-count-msg .notification-area .select-all-read {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px !important;
  cursor: pointer;
}
.wrp-count-msg .notification-area .select-all-read i {
  margin-right: 5px;
  color: #00b22d !important;
  font-size: 22px !important;
}
.wrp-count-msg .notification-area .notification-area-inner {
  height: inherit;
  min-height: inherit;
  max-height: 525px;
  overflow: hidden;
}
.wrp-count-msg .notification-area #notification-area-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(246, 249, 246, 0.93);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  z-index: 2110;
}
.wrp-count-msg .notification-area .notification-block {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #424249;
  padding: 10px 15px 10px 10px;
  background: #eef6e8;
  border-radius: 10px;
}
.wrp-count-msg .notification-area .notification-block:not(:last-child) {
  margin-bottom: 10px;
}
.wrp-count-msg .notification-area .notification-block .notification-link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.wrp-count-msg .notification-area .notification-block .notification-title {
  margin-bottom: 5px;
}
.wrp-count-msg .notification-area .notification-block .notification-title-text {
  color: #424249;
}
.wrp-count-msg .notification-area .notification-block .notification-time {
  color: #737e72;
}
.wrp-count-msg .notification-area .notification-block .notification-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-right: 10px;
  max-width: 40px;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  > img {
  max-width: 100%;
  border-radius: 50%;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar,
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text {
  width: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
  text-align: center;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar
  img,
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text
  img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text.color-1 {
  background: #f178b6;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text.color-2 {
  background: #f2c94c;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text.color-3 {
  background: #fcd0e5;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text.color-4 {
  background: #a5a6f6;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text.color-5 {
  background: #5d5fef;
}
.wrp-count-msg .notification-area .notification-block .notification-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(100% - 50px);
}
.wrp-count-msg .notification-area .notification-block .notification-name {
  color: #00b22d;
}
.wrp-count-msg .notification-area .notification-block .notification-read-area {
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-read-area
  i {
  font-size: 16px;
  padding: 5px;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-read-area
  .notification-read-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 5px;
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px 0 5px 5px;
  padding: 4px;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-read-area
  .notification-read-link {
  display: block;
  padding: 10px;
  width: 140px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #424249;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-read-area
  .notification-read-link:hover {
  background: #f1f1f3;
  border-radius: 5px;
  text-decoration: none;
  color: #424249;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-read-area.active
  .notification-read-menu,
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-read-area:hover
  .notification-read-menu {
  display: block;
}
.wrp-count-msg
  .notification-area
  .notification-block:hover
  .notification-read-area {
  opacity: 1;
}
.wrp-count-msg .notification-area .notification-block.read {
  color: #737e72;
  background: #f9f9fb;
}
.wrp-count-msg .notification-area .notification-block.read:hover {
  background: #f1f1f3;
}
.wrp-count-msg
  .notification-area
  .notification-block.read
  .notification-read-area {
  display: none !important;
}
@media (max-width: 767px) {
  .wrp-count-msg .notification-area-wrapper.notification-mobile {
    width: 100vw;
    height: 100vh;
    padding-bottom: calc(57px + env(safe-area-inset-bottom, 10px));
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area {
    width: auto;
    height: calc(100vh - 58px);
    max-height: unset;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area-close {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-inner {
    height: 100%;
    width: 100vw;
    padding: 20px 16px 5px;
    margin-left: -15px;
    overflow-y: auto;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-inner
    .no-notification {
    padding-top: 15px;
    font-size: 24px;
    font-weight: 700;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-inner
    .no-notification
    i {
    font-size: 80px;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-header {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 20px;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-header
    i {
    font-size: 18px;
    color: #424249;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-block
    .notification-read-area {
    opacity: 1;
  }
}
@media (max-width: 460px) {
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area {
    height: auto;
    max-height: calc(100vh - 60px);
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f9f9fb;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-inner {
    max-height: none;
    border-radius: 15px 15px 0 0;
    border: 1px solid #f2f2f2;
    border-bottom: none;
    background-color: #fff;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-inner-header-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-inner-header-text
    i {
    font-size: 12px;
  }
  .wrp-notification .avatar {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
  .wrp-notification .avatar img {
    max-width: 40px;
    max-height: 40px;
  }
  .wrp-notification .avatar .img-border-radius {
    border-radius: 40px;
  }
  .wrp-notification .info {
    margin-left: 8px;
  }
  .wrp-notification .msg {
    max-width: 325px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
  }
  .wrp-notification .msg .who-comment {
    font-size: 14px;
    line-height: 20px;
  }
  .wrp-notification .time {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (max-width: 380px) {
  .wrp-notification .avatar {
    margin: 0;
  }
}
#go-cons-msg {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #00b22d;
  font-size: 30px;
  text-decoration: none;
}
#go-cons-msg i {
  margin-left: 0;
  font-size: 24px !important;
  top: 0;
  left: -0.5px;
}
[data-item="item_new_cons"] {
  margin-left: 0;
  font-size: 13px;
  line-height: 9px;
  font-size: 13px !important;
  font-weight: 600;
  max-width: 175px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
[data-item="item_new_cons"] .btn i {
  position: relative;
  top: 2px;
  margin-left: 17px;
}
[data-item="item_new_cons"] .btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
[data-item="item_new_cons"]:hover {
  color: #fff !important;
}
#dropdownMenuLink {
  font-size: 15px;
  padding: 0;
}
#dropdownMenuLink .ico-dots-3v {
  color: #00b22d;
}
#dropdownMenuLink:after {
  display: none;
}
#wrp-dot .dropdown-menu {
  min-width: 260px;
  padding: 16px 16px 20px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  top: 25px !important;
  border-radius: 20px 0 20px 20px;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
#wrp-dot .dropdown-menu [data-item="a_item_new_cons"] span {
  width: 100%;
  max-width: none !important;
  padding-left: 20px !important;
  margin-bottom: 5px !important;
  text-align: left !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px !important;
  height: 50px;
  line-height: 19px;
}
#wrp-dot .dropdown-menu .dropdown-item:not([data-item="a_item_new_cons"]) {
  max-height: 48px;
  padding: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
#wrp-dot
  .dropdown-menu
  .dropdown-item:not([data-item="a_item_new_cons"]):hover {
  color: #424249 !important;
  background-color: #eff0f4;
}
#wrp-dot .dropdown-menu .item-exit {
  font-weight: 600;
}
#wrp-dot .dropdown-menu .item-exit .ico-log-in2020,
#wrp-dot .dropdown-menu .item-exit .ico-log-out2020 {
  font-size: 22px;
  margin-right: 10px;
}
#wrp-dot .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrp-img-name-top {
  position: relative;
  top: -3px;
}
.wrp-img-name-top a:hover {
  text-decoration: none;
}
.wrp-img-name-top a:hover .top-name {
  color: #00b22d;
}
.wrp-img-name-top a .ico-user {
  color: #737e72;
  font-size: 40px;
  margin: 0 20px;
}
.top-img {
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
  border-radius: 50%;
}
.dot-menu {
  color: #00b22d !important;
  cursor: pointer;
  margin-top: 17px;
}
.dot-menu:after {
  content: "" !important;
}
.top-name {
  max-width: 250px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #424249;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}
.sw-on {
  color: #00b22d !important;
  font-weight: 700;
}
.sw-off {
  color: #737e72 !important;
  font-weight: 500;
}
.sw-off:hover {
  color: #00b22d !important;
  font-weight: 700;
}
.sw-off,
.sw-on {
  letter-spacing: 0.05em !important;
  cursor: pointer;
}
.log-in-out-a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #424249;
}
.log-in-out-a:hover {
  text-decoration: none;
}
.log-in-out {
  font-weight: 600;
  font-size: 17px;
}
.log-in-out + div {
  font-size: 20px;
}
.block-log-in-out a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  color: #424249;
}
.all-sel {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.navbar-brand img {
  max-height: 35px;
  border-radius: 3px;
}
.navbar-brand.site-navbar {
  padding: 0;
  margin: 0;
  margin-right: 26px;
}
@media (max-width: 500px) {
  .navbar-brand.site-navbar {
    margin-top: 10px;
  }
}
.navbar-brand.site-navbar img {
  max-height: 40px;
  border-radius: 3px;
  display: none;
}
@media (max-width: 991px) {
  .navbar-brand.site-navbar img {
    display: block;
  }
  .navbar-brand.site-navbar svg {
    display: none;
  }
}
.navbar-brand.site-navbar.mob-navbar img,
.navbar-brand.site-navbar.mob-navbar svg {
  display: block !important;
}
.dropdown-item,
.dropdown-menu {
  line-height: 2.5;
}
.dropdown-item .ico-log-in2020,
.dropdown-item .ico-log-out2020,
.dropdown-menu .ico-log-in2020,
.dropdown-menu .ico-log-out2020 {
  line-height: 1.5;
  margin-right: 15px;
}
.topmenu .dropdown-menu {
  top: 15px !important;
}
.h-menu {
  height: 80px;
}
.h-menu .city-width {
  max-width: 120px;
}
.topmenu {
  height: 80px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  border-bottom: 1px solid #e3e8e4;
  z-index: 2034;
}
.topmenu .dropdown-item,
.topmenu .dropdown-menu {
  font-size: 15px;
}
.topmenu .dropdown-item .ico-log-in2020,
.topmenu .dropdown-item .ico-log-out2020,
.topmenu .dropdown-menu .ico-log-in2020,
.topmenu .dropdown-menu .ico-log-out2020 {
  line-height: 42px;
}
.topmenu .ico-close,
.topmenu .ico-gamb,
.topmenu .ico-log-in2020,
.topmenu .ico-log-out2020 {
  font-size: 20px;
  line-height: 73px;
  cursor: pointer;
}
.topmenu .ico-close,
.topmenu .ico-gamb {
  line-height: 66px;
}
.topmenu .ico-close {
  font-size: 16px !important;
}
.topmenu .ico-close,
.topmenu .ico-gamb {
  width: 20px;
  height: 28px;
  text-align: center;
  font-size: 20px;
}
.topmenu .ico-close ~ div,
.topmenu .ico-gamb ~ div {
  letter-spacing: 1px;
  padding-left: 10px;
}
@media screen and (max-width: 1200px) {
  .wrp-topmenu-fix {
    height: 60px;
  }
  .wrp-topmenu-fix ul {
    height: 60px;
  }
  .topmenu-fix {
    height: 60px;
  }
  .topmenu-fix li:nth-child(2) {
    display: none;
  }
  .topmenu-fix .dropdown-menu {
    margin-top: -15px;
  }
  .h-menu,
  .plug-menu {
    height: 60px;
  }
  .wrap-top-img {
    z-index: 1;
    top: 100px;
  }
}
@media screen and (max-width: 1050px) {
  .topmenu-fix li a {
    font-size: 13px !important;
  }
  .topmenu-fix li .dropdown {
    top: -1px !important;
  }
  #name-sel-city,
  .top-name {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  #dropdown-menu-top {
    display: none !important;
  }
  .one-tag:hover {
    border: 1px solid #00b22d;
  }
  .topmenu {
    height: 60px;
    position: absolute;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .topmenu .lh-60 {
    line-height: 33px;
  }
  .topmenu .ico-close,
  .topmenu .ico-gamb {
    line-height: 38px;
  }
  .topmenu .container {
    height: 100%;
  }
  .topmenu .container .row {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .topmenu .container .row .col-6:last-of-type {
    height: 100%;
  }
  .navbar-brand {
    border-right: none;
  }
  .navbar-brand img {
    max-height: 40px;
  }
  .navbar-brand img ~ div {
    font-size: 11px;
    line-height: 13px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 790px) {
  .topmenu-fix li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .topmenu-fix li:first-of-type {
    display: none;
  }
  .topmenu-fix .wrp-fix-1 {
    padding-bottom: 10px;
  }
  .topmenu-fix li:last-of-type {
    display: none;
  }
  .topmenu-fix .item-fix-menu:not(:nth-child(2)) {
    display: none;
  }
  .log-in-mid {
    padding-bottom: 15px;
  }
  .ico-log-in2020,
  .ico-log-out2020 {
    font-size: 20px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 556px) {
  .topmenu-fix li {
    display: none !important;
  }
  .topmenu-fix .wrp-fix-1 {
    max-width: 130px;
    padding-right: 0;
  }
  .topmenu-fix .wrp-fix-2 {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .wrp-img-name-top {
    top: 0;
  }
  .wrp-img-name-top a .ico-user {
    margin: 0 15px 0 10px;
  }
  .city-top-menu {
    margin-right: 16px;
    margin-left: 0;
  }
  .city-top-menu #sel-city {
    padding-left: 0;
  }
}
@media screen and (max-width: 556px) and (max-width: 390px) {
  .city-top-menu {
    margin-right: 10px;
  }
}
@media screen and (max-width: 556px) {
  .dot-menu {
    margin-top: 0;
  }
  .top-name {
    max-width: 160px;
  }
}
@media screen and (max-width: 460px) {
  .plug-menu {
    height: 60px;
  }
}
.modal-dialog .notification-area {
  height: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-dialog .notification-area-inner.fixed {
  height: 100%;
  max-height: calc(100vh - 275px);
  min-height: 120px;
}
.modal-dialog .notification-area-inner.fixed .wrp-notification {
  width: calc(100% - 2px);
}
.modal-dialog .notification-area-inner.ss-container {
  padding-right: 10px;
  margin-right: -10px;
  overflow: hidden;
}
.modal-dialog .notification-area-inner .ss-scroll {
  width: 4px !important;
}
.modal-dialog .notification-area-header-text {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.modal-dialog .notification-area-close {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.modal-dialog .notification-area-close i {
  font-size: 18px !important;
}
.modal-dialog .notification-area > div {
  width: 100%;
}
.modal-dialog .notification-area .wrp-select-all-read {
  margin-top: 20px;
  margin-bottom: 28px;
}
.modal-dialog .notification-area .select-all-read {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.modal-dialog .notification-area .select-all-read i {
  margin-right: 5px;
  font-size: 22px !important;
}
.container-notification:last-of-type .wrp-notification:last-child {
  margin-bottom: 5px;
}
.notification-area-wrapper .get-other {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #00b22d;
  cursor: pointer;
  background-color: #fff;
}
.notification-area-wrapper .title-read {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #bdbdbd;
  display: block;
}
.notification-area-wrapper
  .notification-area
  .notification-area-inner
  .no-notification {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
}
.notification-area-wrapper
  .notification-area
  .notification-area-inner
  .no-notification
  i {
  font-size: 100px;
}
.ss-container
  .container-notification:last-of-type
  .wrp-notification:last-child {
  margin-bottom: 20px;
}
