* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

body {
  background-color: #ecd4bfa3;
  overflow-x: hidden;
  height: 100%;
    max-width: 1920px;
  color: #191717;
  font-family: "Ubuntu", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.container{
width: 320px;
}
 .header-image::after {
  content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../../media/icon/chek.png') no-repeat;
    background-size: contain;
    margin-left: 5px;
    margin-bottom: -3px;
}
.user-avatar {
  border: 3px solid red;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.header1{
  display: flex;
  background-color: #fff;
  color: #232121;
  height: 70px;
  font-family: 'Ubuntu';
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: 0.1px solid rgb(205, 205, 205);
}
.header1::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 6px;
background: linear-gradient(to bottom, rgb(108 103 103 / 46%), #eedac7);
}
.header2{
  display: flex;
  width: 100%;
  min-width: 320px;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
#available {
  font-size: 14px;
}
.respond-time {
  font-size: 14px;
  font-family: 'Ubuntu';
  line-height: 1.5;
}
.location-info {
  margin-top: 5px;
}
.location-info-container{
    display: flex;
      flex-direction: column;
}
.btn3{
  width: 80px;
  font-weight: 600;
  color: #272727;
  height: 30px;
  margin-left: 10px;
  border: none;
  background-color: #ff8c7d;
  border-radius: 30px;
}
#location-name {
font-weight: 400;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.current-location {
  display: flex;
  margin-top: 8px;
  align-items: center;
  justify-content: flex-start;
}
#time-in-current-location {
margin-top: 7px;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'Ubuntu';
  line-height: 1.5;
}

    #location-name::before {
        content: "";
          display: inline-block;
          width: 17px;
          height: 17px;
          background-image: url(../../media/icon/location.png);
          background-size: cover;
          margin-right: 3px;
          margin-left: -3px;
    }














@media  (max-width: 600px) {
  .hea1{
    padding-left: 40px;
      width: 270px;
      font-size: 20px;
  }
}




#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

#popup {
  background-color: rgb(174 174 174 / 83%);
  padding: 20px;
  border-radius: 10px;
  width: 290px;
  height: 171px;
  text-align: center;
}

#popup h2 {
  margin-bottom: 15px;
  color: #1c1b1b;
}

#popup button {
  margin: 0 10px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  width: 95px;
  font-weight: 600;
  border-radius: 30px;
  border: none;
  border-radius: 30px;
}
.btn1{
  background-color: #f7fbff;
  color: rgb(16, 16, 16);
}
.btn2{
  background-color: #ff8c7d;
  color: rgb(16, 16, 16);
  font-size: 16px;
}
.block{
  display: flex;
  align-items: center;
}
.mesage{
  width: 30px;
  padding-bottom: 20px;
}



.image-block {
      box-shadow: 0 1px 11px rgb(0 0 0 / 80%);
        border: 1px solid #191919;
  position: relative;
  border-radius: 10px;
  width: 310px;
  height: 465px;
  margin: 0 auto;
  overflow: hidden;
}

.img1 {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.like-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  cursor: pointer;
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  
}

.like-icon.active {
  color: #df0000;
  -webkit-text-stroke: 1.5px rgb(187, 17, 17);
}
.img-container{
  flex-direction: column;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ico{
  width: 25px;
  height: 25px;
  margin-right: 4px;
}
.contents{
    /* background-color: #ecd4bfa3; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.icon-block {
  box-shadow: 0 1px 11px rgb(168 168 168 / 80%);
  background-color: #e5e1e1;
  display: flex;
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  justify-content: space-between;
  margin-top: 10px;
  margin: 6px auto;
  height: 30px;
}

.icon-item {
  flex: 1;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}



.icon-number {
  font-size: 12px;
  color: #000;
  /* Колір числа */
}
.btn-shopping{
  border-radius: 30px;
  display: flex;
  width: 90%;
  border: navajowhite;
  height: 45px;
  background-color: #ff8c7d;
  color: rgb(16, 16, 16);
  margin: 0 auto;
  font-size: 16px;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}
.block-link{
  display: flex;
  justify-content: space-between;
  margin: 10px 10px 10px 10px;
}
.popup-button.btn-shopping.highlighted {
  background-color: #fc5635;
  transition: background-color 0.5s;
}
.link{
  color: #0474ad;
  text-decoration: none;
  font-weight: 600;
}
.price-block{
width: 160px;
  position: relative;
  top: 40px;
  font-weight: 600;
  color: #141313;
  z-index: 5;
  right: -20px;
}

.price{
  display: flex;
  text-align: center;
  height: 28px;
  background-color: white;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
}
.pg{
  margin: 0px 5px 0px 5px;
  border-radius: 6px;
  border: 1px solid #939090;
  width: 25px;
}
#page-navigation{
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.title-profiles{
  margin-bottom: -15px;
  margin-top: 20px;
}
.social-block{
  width: 50%;
  display: flex;
  height: 50px;
  padding: 10px;
  margin: 5px 5px 5px 5px;
  align-items: center;
  background-color: #cacaca;
  justify-content: flex-start;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 80%);
}
.social-block2 {
  width: 50%;
  display: flex;
  height: 50px;
  padding: 10px;
  margin: 5px 5px 5px 5px;
  align-items: center;
  background-color: #cacaca;
  justify-content: flex-start;
  border-radius: 4px;
box-shadow: 0 4px 6px rgb(0 0 0 / 80%);
}
.social-row{
  display: flex;
  justify-content: center;
}
.ico-social{
  max-width: 40px;
}
.title-social-zapret{
  text-align: center;
  font-size: 14px;
}
.r{
  max-width: 150px;
}
.black-and-white-image {
  /* filter: grayscale(100%); */
  border-radius: 9px;
}
.container-chat {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Займає висоту екрану */
}
.block-chat {
  position: relative;
  border-radius: 10px;
  margin-top: 20px;
  width: 310px;
  height: 450px;
  display: flex;
  text-align: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.block-chat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../media/original_images/33\ 00_00_00-00_00_30.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(5px);
}

.overlay {
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 10px;
}
.chat-h2{
  font-size: 32px;
    font-weight: 800;
    color: #fff;
}
.chat-button{
  font-family: 'Ubuntu';
  width: 150px;
  height: 35px;
  border-radius: 7px;
  border: none;
  margin-top: 10px;
  background-color: #9c51ff;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

    .block-forms {
    width: 98%;
        max-width: 465px;
      margin-top: 15px;
      margin-top: 15px;
      margin: 0 auto;
      border-radius: 10px;
      height: 290px;
      background-color: #ff8c7d99;
      padding: 20px;
      box-sizing: border-box;
    }
  
   
    form {
      display: flex;
      flex-direction: column;
    }
  
input {
  border: 2px solid #000;
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
  height: 45px;
  border-radius: 30px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  padding: 8px;
  box-sizing: border-box;
}
.form-title{
  text-align: center;
  font-size: 20px;
}
.form-subtitle{
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.form-button{
  height: 40px;
  background-color: #3c3838;
  border-radius: 20px;
  border: none;
  color: #fff;
}
.forms{
  margin-top: 20px;
  margin-bottom: 20px;
}
    .footer-text {
      margin-top: 10px;
      font-size: 14px;
      color: #555;
    }
#page-navigation .pg.active {
  background-color:#ff8c7d;
  color: white;
}
.container-futter {
padding-left: 10px;
  display: flex;
  height: 70px;
  border: 1px solid #ccc;
  position: relative;
  background-color: rgb(0, 0, 0);
  overflow: hidden;
  align-items: center;
}
.image-futter img{
width: 38px;
}
.image-futter {
width: 60px;
  display: flex;
  height: 55px;
  position: relative;
  background-color: white;
  overflow: hidden;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.text-futter {
  color: #b3b3b3;

  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.button-futter {
    position: absolute;
      top: 5px;
      right: 5px;
      color: #d8d8d8;
      cursor: pointer;
}
        .text-futter a {
          font-style: italic;
          color: #cacaff;
          /* Замените этот цвет на ваш выбор */
          text-decoration: none;
        }
    
        .text-futter a:hover {
          text-decoration: underline;
        }

        

.popup-foll {
 
  display: none;
  position: fixed;
  top: 50%;
  width: 310px;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ccc;
  background-color: #efeeee;
  padding: 20px;
  z-index: 42;
  border-radius: 20px;
  border: 1px solid #2b2b2b;
}

.popup-content-foll {
  text-align: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #3c3838;
  font-size: 30px;
  cursor: pointer;
}

.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.banner1 {
  margin: 0 auto;
  display: flex;
  max-width: 465px;
  border-radius: 10px;
  height: 150px;
  background-image: linear-gradient(to right, rgb(0 0 0), rgb(0 0 0 / 0%)), url(../../media/original_images/11.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  justify-content: center;
}

.banner-content {
  max-width: 180px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.banner-text {
  font-size: 24px;
  margin-bottom: 10px;
}

.banner-button {
  background-color: #d69a0c;
  color: rgb(0, 0, 0);
  padding: 8px 7px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.banner2 {
  margin: 0 auto;
  display: flex;
  max-width: 465px;
  border-radius: 10px;
  height: 200px;
  background-image: linear-gradient(to right, rgb(0 0 0 / 0%), rgb(0 0 0)), url(../../media/original_images/999.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  justify-content: center;
}
.banner5 {
  margin: 0 auto;
  display: flex;
  max-width: 465px;
  border-radius: 10px;
  height: 200px;
  background-image:url(../../media/original_images/4444.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  justify-content: center;
    filter: blur(4px);
}

.banner2-content {
  max-width: 200px;
  display: flex;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  flex-direction: column;
  align-items: center;
}

.banner2-text {
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
}

.banner2-button {
  background: linear-gradient(90deg, rgb(255, 215, 47) 3%, rgb(168, 82, 182), rgb(120, 67, 172));
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  border: none;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;
}
.social-bar {
  position: fixed;
  top: 75%;
  right: 0;
  z-index: 99;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  background-color: #399bffd9;
  padding: 10px;
  border-radius: 20px;
}

.social-icon {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

/* Анимация для плавного появления/скрытия */
.social-bar.hidden {
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
.social-bar-block{
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-img{
  margin: 0px 5px;
  max-width: 45px;
  border-radius: 10px;
}
.social{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.social-title h1{
  font-size: 12px;
}
.social-btn {
  color: #000000;
  background-color: #ffffff;
  padding: 1px 10px;
  margin-bottom: 3px;
  border-radius: 10px;
}
.green-dot {
  display: inline-block;
  width: 8px;
  /* Ширина точки */
  height: 8px;
  /* Высота точки */
  background-color: green;
  border-radius: 50%;
  /* Для создания круглой формы */
  margin-right: 5px;
  /* Расстояние между точкой и текстом */
}
.popup-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 47%;
  background-color: rgb(255 255 255);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
}

.popup-content-menu {
      margin-top: 15px;
  padding: 10px;
  text-align: left;
}

.menu-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.menu-icon {
  width: 30px;
  height: 30px;
  padding: 3px;
  margin-right: 10px;
}

.menu-text {
  flex-grow: 1;
}

.arrow {
  font-size: 20px;
}

.menu-button {
    width: 85%;
      padding: 10px;
      background-color: #3498db;
      color: #fff;
      border: none;
      cursor: pointer;
      border-radius: 20px;
}
.close.s {
  position: absolute;
  top: -3px;
  right: 7px;
  color: #3c3838;
  font-size: 30px;
  cursor: pointer;
}
.menu-botton-block{
      display: flex;
        justify-content: center;
      
}
.menu-button01{
  font-weight: 600;
  width: 150px;
  border: none;
  background-color: #ff9c8f;
  border-radius: 20px;
  height: 30px;
  font-size: 13px;
  color: #000;
  padding: 0px 5px;
}
.menu-button02 {
  padding: 0px 5px;
  font-weight: 600;
  width: 150px;
  border: none;
  background-color: #fac661;
  border-radius: 20px;
  height: 30px;
  font-size: 13px;
  color: #000;
}
.menu-button03 {
    font-size: 16px;
      font-family: 'Ubuntu';
  padding: 0px 5px;
  font-weight: 600;
  width: 150px;
  border: none;
  background-color: #000000;
  border-radius: 20px;
  height: 30px;
  font-size: 13px;
  color: rgb(255, 255, 255);
}
.menu-button04 {
  font-weight: 800;
  width: 150px;
  border: none;
  background-color: #ff9c8f;
  border-radius: 20px;
  height: 30px;
  font-size: 13px;
  color: #262525;
  padding: 0px 5px;
}
.menu-botton-block0{
display: flex;
  margin: 10px 0px;
  justify-content: space-evenly;
  align-items: center;
}
.block-social-futter {
  width: 100%;
  max-width: 465px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.social-email {
  margin-bottom: 10px;
}
.img-social{
      max-width: 40px;
}


.block-container {
  max-width: 465px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
  margin: 20px;
}
.success {
  background-color: #4CAF50;
  /* Зеленый цвет */
  color: white;
}
.block {
  display: flex;
}

.subblock {
  display: flex;
  width: 160px;
  height: 160px;
  background-size: cover;
  background-position: center;
  margin: 1px;
  border-radius: 5px;
  align-items: flex-end;

}
.ico-only{
  margin-right: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.icon-nik{
  color: #fff;
}
.icon-item-only {
  flex: 1;
  text-align: center;
  position: relative;
  display: flex;
  padding-left: 5px;
  padding-bottom: 5px;
  align-items: center;
}















.background {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
}

.page-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
}


.page-content a {
  text-decoration: none;
}

.header-logo {
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
}

.user-info {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-name {
  margin-top: 8px;
  font-size: 32px;
  font-weight: 700;
}

.user-account-name {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 400;
}
.buttons {
  font-size: 16px;
  font-family: 'Ubuntu';
  width: 100%;
background: #399bff;
  position: relative;
  margin: 7px auto;
  overflow-x: hidden;
}

.buttons .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}







.user-status {
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
}

.user-status::before {
  display: none;
  content: "";
  position: absolute;
  background-image: url("../images/status.8edff2529970.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  left: -15px;
}

.user-status.available::before {
  display: block;
}


.separator {
  background-image: url("../images/separator.b1b4c96dae81.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2px;
  height: 19px;
}


.clock {
    content: "";
      background-image: url(../../media/icon/clock.78552bade6d7.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 22px;
      color: red;
      background-color: red;
      filter: grayscale(100%);
}

.send-button {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  max-width: 390px;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 8px;
  padding: 16px 32px 16px 32px;
  cursor: pointer;
  color: #fff;
  background-color: #17AAE8;
}

.btn-text {
  font-weight: 600;
}

.of-icon {
  margin-right: 10px;
}

.countdown-block {
  margin-top: 16px;
}

.discount {
  color: #ff0000;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

@media screen and (max-width: 400px) {
  #time-in-current-location {
    width: 100%;
    max-width: 330px;
    font-size: 14px;
  }
  .send-button {
    max-width: 343px;
  }
  .header-logo {
    top: 16px;
    right: 16px;
  }
  .user-info {
    margin-top: 16px;
  }
}

