* {
  box-sizing: border-box;

  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
html,
body {
  display: flex;
  background: #fff;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  width: 100%;
color:#222;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.mainCaption {
  display: flex;
  padding: 5px 10px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 50;
}
.mainCaption h1 {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin: 0;
  text-align: center;
}
.mainCaption > div {
  width: 40px;
  flex-shrink: 0;
}
.mainCaption > div:last-child {
  display: flex;
  justify-content: flex-end;
}
.mainCaption > div:last-child a {
  color: #333;
  text-decoration: none;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #333;
  width: 100%;
  font-size: 24px;
  padding: 0 0px 0 0;
  margin-bottom: 20px;
}

.link-back {
  display: flex;
}
.link-back a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #333;
  width: 100%;
  font-size: 24px;
  padding: 0 10px 0 0;
}

.captionClub {
  display: flex;
  padding: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.captionClub-avatar {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  overflow: hidden;
  background: #c356c7;
  border-radius: 50%;
  margin-right: 20px;
}
.captionClub-avatar img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.captionClub-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.captionClub-info-left {
  width: 100%;
  justify-content: center;
}
.captionClub-info-right {
  width: 100%;
  display: flex;
  justify-content: center;
}

.captionClub h2 {
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 10px 0 10px 0;
}

.getNavigator {
  margin: 0 0 10px 0;
}
.getNavigator a {
  background: #fff;
  text-decoration: none;
  max-width: 160px;
  border-radius: 10px;
  font-size: 12px;
  padding: 7px 0px 7px 25px;
  color: #333;
  background: url("../images/navigator.png") no-repeat center left;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orderEvents {
  display: flex;
  padding: 10px 0 0 0;
}

.orderEvents button {
  color: #fff;
  background: #5265ff;
  box-shadow: none;
  height: 24px;
  padding: 2px 10px;
  border-radius: 12px;
  border: none;
}
.orderEvents button.inFavorite {
  display: none;
  background: linear-gradient(#c356c7 30%, #dc9784 100%);
  color: #fff;
}

.favoriteOrder .orderEvents .toFavorite {
  display: none;
}
.favoriteOrder .orderEvents .inFavorite {
  display: block;
}

.flex-line {
  display: flex;
  width: 100%;
}
.flex-rows {
  display: flex;
  flex-wrap: wrap;
}
.flex-cols,
.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-line.flex-border {
  padding: 5px 0;
  border-bottom: 1px #bbb solid;
}
.flex-line.flex-border:last-child {
  border: none;
}
.flex-center {
  align-items: center;
  justify-content: center;
    display: flex;
  width: 100%;
}
.flex-between {
  justify-content: space-between;
}

.flex-item100 {
  display: flex;
  width: 100%;
}
.flex-item50 {
  display: flex;
  width: 50%;
}
.flex-item30 {
  display: flex;
  width: 30%;
}
.flex-item25 {
  display: flex;
  width: 25%;
}
.flex-item10 {
  display: flex;
  width: 10%;
}
.flex-fix {
  display: flex;
  flex-shrink: 0;
}

.flex-sb {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.flex-sb > * {
  margin-left: 10px !important;
}
.flex-sb > *:first-child {
  margin-left: 0px !important;
}

a.noLink{color:#222; text-decoration: none;}

#replySms {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
}
#replySms a {
  color: #333;
  font-size: 12px;
  text-align: center;
}
.flex-p5 {
  padding: 5px;
}
.flex-p10 {
  padding: 10px;
}
@media (max-width: 639px) {
  .flex-mob-column {
    flex-direction: column;
    width: 100%;
  }
  .flex-mob-column > div {
    width: 100%;
    margin-left: 0 !important;
  }
}

.nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  height: 50px;
}

.nav-top > div {
  width: 30%;
}
.nav-top > div.carName {
  width: 40%;
  text-align: center;
  display: flex;
  font-size: 14px;
  flex-direction: column;
}
.nav-top > div.carName small {
  color: #686868;
  font-size: 11px;
}
.nav-top > div:last-child {
  display: flex;
  justify-content: end;
}

.carNum {
  border: 2px solid #333;
  text-transform: uppercase;
  width: 116px;
  text-align: center;
  padding: 3px;
  background: #fff;
  padding-left: 20px;
  position: relative;
  border-radius: 3px;
}
.carNumBy {
  font-family: "Arial Narrow", arial;
  font-size: 17px;
  font-weight: bold;
}
.carNumBy:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 12px;
  height: 7px;
  background: url("/images/by.png") no-repeat;
  background-size: cover;
}
.carNumBy:after {
  content: "BY";
  position: absolute;
  left: 5px;
  bottom: 2px;
  width: 12px;
  font-weight: bold;
  text-align: center;
  font-size: 8px;
}

.carNumByTax {
  font-family: "Arial Narrow", arial;
  background-color: #ffa500;
  padding-left: 3px;
  font-size: 16px;
  font-weight: bold;
}

.carNumUA {
  font-family: "Arial Narrow", arial;
  font-size: 16px;
  font-weight: bold;
}
.carNumUA:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 12px;
  height: 100%;
  background: url("/images/ua.png") no-repeat left center;
  background-size: contain;
}

.carNumDiplomat {
  font-family: "Arial Narrow", arial;
  font-size: 16px;
  font-weight: normal;
  border: 1px #fff solid;
  color: #fff;
  background: #990000;
}

.carNumRus {
  font-size: 12px;
  font-weight: normal;
}
.carNumRus:before {
  content: "";
  position: absolute;
  border: 1px #ddd solid;
  left: 5px;
  top: 4px;
  width: 12px;
  height: 7px;
  background: url("/images/ru.png") no-repeat;
  background-size: cover;
}
.carNumRus:after {
  content: "RUS";
  position: absolute;
  left: 5px;
  bottom: 2px;
  width: 12px;
  font-weight: bold;
  text-align: center;
  font-size: 8px;
}
.carNumRus sup {
  display: inline-block;
  padding-left: 5px;
}
.carNumRus b {
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
}

.nav-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.nav-top ul li {
  margin: 0 0 0 20px;
}

.nav-top ul li button {
  border: none;
  background: none;
  color: #3a3a3a;
  padding: 0;
  margin: 0;
  font-size: 24px;
}

article {
  display: flex;
  z-index: 10;
  background: #fff;
  justify-content: center;
  overflow-x: auto;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

a.btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 70px;
  font-size: 16px;
  border: none;
  color: #fff;
  border-radius: 35px;
  background: #5265ff;
}

.boxForm {
  display: flex;
  width: 100%;
  padding: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.boxForm_avatar {
  text-align: center;
  padding: 0 0 20px 0;
}
.boxForm_avatar img {
  display: block;
}

.boxForm .result{display: flex; flex-direction: column; width: 100%;}

.boxForm .result .resultGreen{width: 100%; color:#0d690d; font-size:16px; text-align: center;}
.boxForm .result .resultRed{width: 100%; color:#9f0a0a; font-size:16px; text-align: center;}

.boxForm form {
  display: flex;
  width: 100%;
  flex-direction: column;
  width: 100%;
  padding: 0 0 40px 0;
}

.boxForm form .row span {
  font-size: 11px;
  text-align: center;
  color: #535353;
  padding: 5px 0;
}
.boxForm form .row {
  display: flex;
  width: 100%;
  padding: 10px 0;
  flex-direction: column;
  width: 100%;
}

.mySelect{position: relative;}
.mySelect select{width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity:0; z-index: 2;}
.mySelect div{width: 100%; height: 100%; padding: 0 20px; position: absolute; left: 0; top: 0;  z-index: 1; display: flex;  align-items: center;}
.mySelect div i{margin-right:10px;}
.boxForm form .row input, .mySelect {
  width: 100%;
  height: 70px;
  font-size: 16px;
  border-radius: 35px;
  border: 1px #dacafd solid;
  padding: 0 20px;
}

.boxForm form .row select {
  width: 100%;
  height: 70px;
  font-size: 16px;
  border-radius: 35px;
  border: 1px #dacafd solid;
  padding: 0 20px;
}

.boxForm form .row button,
button.btn2 {
  width: 100%;
  height: 70px;
  font-size: 16px;
  border: none;
  color: #fff;
  border-radius: 35px;
  background: #5265ff;
}

.PLACE {
  padding: 55px 10px 60px 10px;
  background: #fff;
  max-width: 640px;

  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;

  /* height: 100%; overflow-y: auto;  */
}

.loyaltyInfo {
  font-size: 12px;
}

#map {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#layers {
  position: absolute;
  left: 0;
  transition: 0.5s bottom;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.93);
}
#layers.open {
  bottom: 0;
  display: block;
}

#layers > div {
  background: #fff;
  display: flex;
  flex-direction: column;
}

#layer_sales:target {
  display: flex !important;
}
#layer_weather:target {
  display: flex !important;
}
#layer_story:target {
  display: flex !important;
}
#layer_user:target {
  display: flex !important;
}
#layer_favorite:target {
  display: flex !important;
}

#fullCard {
  transition: 0.5s opacity;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  opacity: 0;
  display: none;
  background: rgba(255, 255, 255, 0.93);
  padding: 55px 0 30px 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.show_fullCard #fullCard {
  display: block;
  opacity: 1;
}

.nav-bottom {
  list-style: none;
  padding: 5px 15px 13px 15px;
  margin: 0;
  display: flex;
  z-index: 100;
  height: 68px;
  position: fixed;
  bottom: 0px;
  left: 0;
  align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  max-height: 68px;
}

.nav-bottom__item {
  padding: 5px;
  flex: 1;
  height: 100%;
}
.nav-bottom__item a {
  color: #3a3a3a;
  display: flex;
  flex-direction: column;

  font-style: normal;
  font-size: 12px;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.nav-bottom__item a:active {
  bottom: -1px;
}
button {
  position: relative;
}
button:active {
  bottom: -1px;
}
.nav-bottom__item a i {
  color: #3a3a3a;
  font-size: 22px;
}

.nav-bottom__item.current a,
.nav-bottom__item.current a,
.nav-bottom__item.current a i {
  color: #912785;
}

.nav-bottom__item a p {
  margin: 5px 0 0;
}

.nav-bottom__item a img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  object-position: center;
}

.map {
  background: #000;
  height: 100px;
}

.swiper {
  position: fixed;
  bottom: 110px;
  left: 10px;
  width: 100%;
  height: 109px;
}

.swiper-slide {
  width: 278px !important;
}

.swiper-slide__item {
  width: 278px;
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 4px 20px rgba(32, 32, 32, 0.06);
  border-radius: 13px;
  margin: 10px;
}

.swiper-slide span {
  position: absolute;
  top: 10px;
  left: 14px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  background: linear-gradient(90deg, #c356c7 0%, #b59b19 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

button.btn {
  height: 30px;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0 15px;
  cursor: pointer;
  background: #c356c7;
}

.swiper-slide img {
  width: 60px;
  height: 60px;
}

.swiper-slide__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #3a3a3a;
  text-transform: uppercase;
}

.item-popup {
  position: fixed;
  margin: auto;
  max-width: 380px;
  height: 230px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.item-popup__container {
  padding: 20px;
  background: #fff;
}

.item-popup__info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.item-popup__title {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-weight: 700;
}

.item-popup__subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}

.item-popup__image {
  height: 60px;
  width: 64px;
  object-fit: contain;
  object-position: center;
}

.item-popup__info-bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.item-popup__info-bottom {
  padding: 15px 0 0;
}

.item-popup__info-bottom ul li span {
  font-weight: 700;
  font-size: 12px;
  line-height: 96%;
}

.item-popup__info-bottom ul li {
  padding: 0 0 15px;
}

.item-popup__info-bottom ul li p {
  font-weight: 400;
  font-size: 12px;
  line-height: 96%;
  margin: 4px 0 0;
}

.item-popup__point-btn {
  width: 235px;
  height: 50px;
  background: linear-gradient(90deg, #c356c7 0%, #f0d033 100%);
  box-shadow: 0px 4px 20px rgba(32, 32, 32, 0.06);
  border-radius: 50px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 96%;
  color: #fff;
  text-transform: uppercase;
}

.item-poup__btn {
  display: flex;
  align-items: center;
  padding: 14px 0;
  justify-content: space-between;
}

.item-popup__point-close {
  background: url(../images/close.png) center no-repeat #fff;
  width: 121px;
  height: 50px;
  border: 2px solid #5265ff;
  box-shadow: 0px 4px 20px rgba(32, 32, 32, 0.06);
  border-radius: 50px;
}

#screen {
}
#screen.out {
  top: -100% !important;
  opacity: 0 !important;
}

/*
item info
*/

.item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0;
}

.item-info img {
  max-width: 300px;
}

.item-info__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  margin: 15px 0 0;
}

.item-info__subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.item-info__conveniences {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
}

.item-info__conveniences li {
  flex: 1;
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #5265ff;
  width: 25%;
}

.item-info__conveniences li img {
  object-fit: contain;
  object-position: center;
}

.item-info__conveniences li {
  border-right: 1px solid rgba(55, 8, 163, 0.13);
}

.item-info__conveniences li:last-child {
  border-right: none;
}

/* Дублируемый из другого css */
.search-crumbs {
  margin: 0;
  padding: 5px 0 5px;
  list-style: none;
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
  flex-shrink: 0;
}

.search-crumbs li {
  border: 1px solid #5265ff;
  border-radius: 50px;
  margin: 0 10px;
  height: 36px;
  position: relative;
}

.search-crumbs li input {
  border: none;
  background: none;
  text-align: center;
  height: 36px;
  padding: 0 10px;
  color: #5265ff;
  font-size: 14px;
}
.search-crumbs li.active input {
  color: #fff;
}

.search-crumbs li button {
  border: none;
  background: none;
  text-align: center;
  height: 36px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
}

.search-crumbs li a {
  text-decoration: none;
  color: #5265ff;
  font-weight: 400;
  font-size: 14px;
  line-height: 96%;
  padding: 10px;
  display: block;
  width: 100%;
}
.search-crumbs li a p {
  margin: 0;
  white-space: nowrap;
}

.search-crumbs li.active {
  border: none;
  background: linear-gradient(#c356c7 30%, #f0d033 100%);
}
.search-crumbs li.active a {
  color: #fff;
}
/* End */
.item-info__services {
  padding: 0 10px 100px 10px;
  width: 100%;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;

  /* max-height: 350px;
  overflow-y: scroll; */
}

.item-info__services li {
  display: flex;
  width: 100%;
  align-items: center;
}
.item-info__services li .fa-times-circle {
  color: #bb0000;
  margin: 5px 0 5px 10px;
}
.item-info__services li > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 15px 20px;
  margin: 8px 0;
  font-weight: 700;
  font-size: 12px;
  background: #fff;
  line-height: 15px;
  text-decoration: none;
  color: #222;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.item-info__services li > a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.item-info__services li > a:active {
  bottom: -2px;
}

.online__tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.online__tabs li {
  padding: 0 0 20px 0;
}

.item-info__services-name h3 {
  margin: 0;
}

.item-info__services-name p {
  font-weight: 400;
  margin: 0;
}

.item-info__services li span {
  flex-shrink: 0;
  padding-left: 10px;
}

/*
END item info
*/

/*
cabinet
*/

.profile__avatar {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile__avatar-name {
  font-weight: 700;
  font-size: 26px;
  line-height: 150%;
  margin: 0;
}

.profile__edit {
  margin: 20px 0;
  display: block;
}

.list {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.list li {
  display: flex;
  width: 100%;
}



.list li a,
.list li > div {
  display: flex;
  align-items: center;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  width: 100%;
  background: #fff;
  justify-content: space-between;
  min-height: 77px;
  margin-bottom: 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 35px;
  text-decoration: none;
}

.list li.woshimOrder>div{background:url('/images/pena.webp') no-repeat center top; background-color:#fff}

.orderServices {
  width: 100%;
  font-size: 12px;
  padding: 10px;
  margin: 10px 0;
}
.orderServices > div {
  display: flex;
  border-top: 1px #e4e4e4 solid;
  justify-content: space-between;
}

.profile__cars {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.profile__cars li {
  display: flex;
  width: 100%;
}

.profile__cars li.selected a {
  background: linear-gradient(#c356c7 30%, #f0d033 100%);
  color: #fff;
}

.profile__cars li .forActive{display: none;}
.profile__cars li.selected .forActive{display: block;}

.profile__cars li a,
.profile__cars li > div {
  display: flex;
  align-items: center;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: normal;
  border-radius: 100px;
  width: 100%;
  background: #fff;
  justify-content: space-between;
  height: 77px;
  margin-bottom: 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 0 30px;
  text-decoration: none;
}

.profile__search-crumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.profile__crumb {
  border: 1px solid #5265ff;
  border-radius: 50px;
  margin: 0 10px;
  height: 36px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 10px;
  color: #5265ff;
  font-weight: 400;
  font-size: 14px;
  line-height: 96%;
}

.profile__crumb_active {
  background: linear-gradient(#c356c7 30%, #f0d033 100%);
  border: none;
  color: #fff;
}

.profile__history {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.profile__color-status {
  background: #ffe55d;
  border-radius: 20px;
  width: 25px;
  height: 16px;
  margin: 10px;
  flex-shrink: 0;
}

.profile__history ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.profile__history-item {
  background: #ffffff;
  border: 1px solid #dacafd;
  border-radius: 20px;
  padding: 10px;
  margin: 20px;
  display: flex;
  align-items: center;
}

.profile__item-service-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.profile__item-service-subtitle p {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}

.profile__item-service-subtitle span {
  font-size: 12px;
  line-height: 15px;
}

.profile__item-date {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.profile__item-date li {
  display: flex;
  align-items: center;
  padding: 0 0 7px;
}

.profile__item-date li img {
  width: 13px;
  margin: 0 7px 0 0;
}

.profile__item-date p {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 96%;
}

.profile__item-date span {
  margin: 0 5px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 96%;
}

.profile__info-box {
  padding: 0 0 120px;
  width: 100%;
  max-width: 500px;
  margin: auto;
  overflow: hidden;
}

.profile__sales {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile__sales-title,
.profile__sales-subtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 96%;
  background: linear-gradient(90deg, #c356c7 0%, #f0d033 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
.profile__sales-subtitle {
  font-weight: 700;
}

.profile__sales li {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(160, 26, 177, 0.3);
  border-radius: 20px;
  padding: 20px;
  margin: 0 40px 0 20px;
  position: relative;
}

.profile__sales li::after {
  content: "";
  border-left: 5px dashed #f0d130;
  height: 100%;
  position: absolute;
  top: 0;
  right: 30%;
}

.profile__sales-drop {
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/drop.png);
  width: 46px;
  height: 61px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.profile__wrapper {
  display: flex;
  overflow: hidden;
  width: 300%;

  align-items: center;
  margin: 20px 0;
}

.profile__history-container,
.profile__sales-container,
.profile__reminder-continer {
  width: 50%;
}

.profile__reminder-time {
  display: flex;
  list-style: none;
  padding: 0 20px;
  margin: 0;
  justify-content: space-around;
}

.profile__reminder-time-item {
  color: #5265ff;
}

.profile__reminder-time-item_active {
  background: linear-gradient(90deg, #c356c7 0%, #f0d033 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item-popup__container {
  padding: 20px;
  background: #fff;
}

.item-popup__info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.search-result__head {
  width: 100%;
}

.item-popup__title {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-weight: 700;
}

.item-popup__subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}

.item-popup__image {
  height: 60px;
  width: 64px;
  object-fit: contain;
  object-position: center;
}

.item-popup__info-bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.item-popup__info-bottom {
  padding: 15px 0 0;
}

.item-popup__info-bottom ul li span {
  font-weight: 700;
  font-size: 12px;
  line-height: 96%;
}

.item-popup__info-bottom ul li {
  padding: 0 0 15px;
}

.item-popup__info-bottom ul li p {
  font-weight: 400;
  font-size: 12px;
  line-height: 96%;
  margin: 4px 0 0;
}

.search-result__item-sign-up {
  border: 1px solid #5265ff;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(32, 32, 32, 0.06);
  border-radius: 50px;
  font-size: 16px;
  line-height: 96%;
  color: #5265ff;
  text-transform: uppercase;
  width: 355px;
  height: 49px;
}
/*
END cabinet
*/

.timer {
  display: flex;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
}
.timer .hour {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.timer .hour > div {
  width: 50%;
  transition: 0.3s;
  text-align: center;
  margin: 5px;
  border: 1px #5265ff solid;
  border-radius: 9px;
  padding: 6px;
}
.timer .hour > div:hover {
  background: #f2f2f2;
}
.timer .hour > div.cap {
  display: none;
}

.timer .hour .minutes.active {
  cursor: pointer;
}
.timer .hour .minutes.current,
.timer .hour > .minutes.current:hover {
  background: #5265ff;
  color: #fff;
}

.greenResult {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  flex-direction: column;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menuBox {
  position: fixed;

  padding: 60px 20px;
  transition: 0.5s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

  width: 100%;
  height: 100%;
overflow-y: auto;
  background: rgba(240, 240, 240, 0.97);
  z-index: 15;
}

.menuBox ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  padding: 0 20px;
  list-style: none;
  background: #fff;
  border-radius: 10px;
}

.menuBox ul li {
  display: block;
}
.menuBox ul li a {
  display: block;
  padding: 15px 0px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px #ededed solid;
  text-decoration: none;
}

.menuBox ul li:last-child a {
  border-bottom: none;
}

.menuBoxButton i:first-child {
  display: block;
}
.menuBoxButton i:last-child {
  display: none;
}

body.showMenu .menuBoxButton i:first-child {
  display: none;
}
body.showMenu .menuBoxButton i:last-child {
  display: block;
}

#userMenu {
  right: 0px;
  top: 0;
  transform: translateX(100%);
}

#filterMenu {
  right: 0px;
  top: 0;
  transform: translateX(100%);
}

body.showMenu #userMenu {
  transform: translateX(0);
}

body.showFilter #filterMenu {
  transform: translateX(0);
}

.support {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.support a.phone {
  color: #333;
  font-size: 20px;
  text-decoration: none;
}
.support .socials {
  display: flex;
  justify-content: center;
}
.support .socials a {
  margin: 10px;
  font-size: 36px;
}

i.fa-viber {
  color: #59267c;
}
i.fa-telegram {
  color: #0099e5;
}

i.fa-whatsapp-square {
  color: #20b038;
}

.del-user__title {
  display: flex;
}
.del-user__title h1 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
