button {
  font-family: "Lexend", sans-serif;
}
.content-body.profile {
  box-shadow: none;
  /* margin-left: 36px; */
  max-width: 1096px;
  width: 100%;

  @media (min-width: 1001px) and (max-width: 1360px) {
    width: calc(100% - 195px);
  }
}

.content-body.profile .content-body-main {
  max-width: 1096px !important;
  width: 100%;
}
.profile-header {
  display: flex;
  margin-bottom: 23px;

  @media screen and (max-width: 1140px) {
    display: block;
  }
}

.profile-header_body {
  width: 100%;

  @media screen and (min-width: 1141px) {
    width: calc(100% - 377px);
  }
}

.profile-photo {
  border-radius: 16px;
  margin-right: 35px;
  width: 256px;
  height: 390px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  @media screen and (min-width: 769px) and (max-width: 1140px) {
    margin-bottom: 40px;
  }
}
.profile-name {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #061c3d;
}
.profile-name img {
  margin-top: 5px;
}
.profile-data {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.profile-data .column {
  flex: 1;
  /*width: 239px;*/
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.profile-data .column p {
  margin: 5px 0;
  color: #42526b;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}
.profile-data .column p span {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #42526b;
}
.profile-btns {
  display: flex;
  /* justify-content: space-between; */
  margin-bottom: 54px;
}
.profile-btns-desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.profile-btns-mobile {
  display: none;
}
.profile-btns button {
  font-size: 17px;
  font-weight: 500;
  line-height: 54px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.add_to_favourite {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 256px;
  height: 56px;
  gap: 0px;
  border-radius: 12px;
  background: #ffffff;
  border: none;
  box-shadow: 0px 12px 56px 0px #061c3d14;
}
.add_to_favourite img {
  margin-right: 10px;
  margin-left: 10px;
}
.favourite-heart {
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
}
.letter {
  width: 186px;
  height: 56px;
  gap: 0px;
  border-radius: 7px;
  background: #009d97;
  border: 1px solid #009d97;
  color: white;
}

.letter:hover,
.invite_chat:hover {
  color: #009d97;
  background-color: #fff;
}

.letter:active,
.invite_chat:active,
.send_gift:active,
.send-cart:active {
  transform: scale(0.98);
}

.invite_chat {
  width: 186px;
  height: 56px;
  gap: 0px;
  border-radius: 7px;
  background: #009d97;
  border: 1px solid #009d97;
  color: white;
}
.send_gift {
  width: 186px;
  height: 56px;
  gap: 0px;
  border-radius: 7px;
  background: #fe6726;
  border: 1px solid #fe6726;
  color: white;
}

.send_gift:hover {
  color: #fe6726;
  background-color: #fff;
}

.send-cart {
  /*display: none;*/
  width: 186px;
  height: 56px;
  top: 740px;
  left: 1434px;
  gap: 0px;
  border-radius: 7px;
  border: 1px;
  background: white;
  border: 1px solid #fe6726;
  color: #fe6726;
}

.send-cart:hover {
  background-color: #fe6726;
  color: #fff;
}

.profile-body_header {
  display: flex;
  justify-content: start;
  gap: 98px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 35px;
}
.profile-body_header .header-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #061c3d;
}
.profile-body_main {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  color: #42526b;
  margin-bottom: 36px;
}
.profile-body-gallery {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.profile-gallery-item {
  width: calc(100% / 4 - 24px);
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  background: #f1f1f1;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.profile-gallery-item.blurImg {
  filter: blur(20px);
}
.start_chat {
  width: 256px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: #009d97;
  border: 1px solid #009d97;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.start_chat:hover {
  color: #009d97;
  background-color: #fff;
}

.start_chat:active {
  transform: scale(0.98);
}

.column.credits {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 21px;
  padding-bottom: 32px;
  box-shadow: 0px 12px 56px 0px #061c3d14;
  border-radius: 12px;
}

.column.credits p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  color: #42526b;
}
.column.credits p strong {
  font-weight: 500;
}
.balance {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #42526b;
}
.buy-credits_btn {
  margin-top: 25px;
  width: 215px;
  height: 56px;
  border-radius: 7px;
  background: transparent;
  border: 1px solid #fe6726;
  color: #fe6726;
  font-size: 17px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  align-self: center;
}

.buy-credits_btn:hover {
  color: #fff;
  background-color: #fe6726;
}

.credits-desc {
  font-family: "Lexend", sans-serif;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 20px !important;
  text-align: left;
}

/*.profile-photo-wrapper {*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  border-radius: 16px;*/
/*  margin-right: 35px;*/
/*  width: 256px;*/
/*  min-width: 256px;*/
/*  !*height: 390px;*!*/
/*  min-height: 390px;*/

/*  @media screen and (min-width: 769px) and (max-width: 1140px) {*/
/*    margin-bottom: 40px;*/
/*  }*/
/*}*/

/*.profile-photo {*/
/*  display: block;*/
/*  width: 256px;*/
/*  height: 390px;*/
/*}*/

.profile-photo-wrapper {
  position: relative;
}

.upload-photo-btn {
  display: none;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 17px);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
}

.profile-photo-wrapper:hover .upload-photo-btn {
  display: block;
}

/*.popup {*/
/*  position: fixed;*/
/*  z-index: 100;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: rgba(0, 0, 0, 0.8);*/
/*  top: 0;*/
/*  left: 0;*/
/*  visibility: visible;*/
/*  overflow-y: auto;*/
/*  overflow-x: hidden;*/
/*  opacity: 0;*/
/*  transition: 1s;*/
/*  animation: show 1s 1;*/
/*  animation-fill-mode: forwards;*/
/*  animation-delay: 1s;*/
/*}*/
/*.popup__area {*/
/*  position: absolute;*/
/*  !* z-index: 10000; *!*/
/*  cursor: pointer;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/
/*.popup__body {*/
/*  min-height: 100%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/
/*.popup__content__image {*/
/*  position: relative;*/
/*  opacity: 1;*/
/*  padding: 0;*/
/*  background-color: rgba(0, 0, 0, 0.8);*/
/*}*/
/*.popup__close {*/
/*  position: absolute;*/
/*  cursor: pointer;*/
/*  right: 1.7%;*/
/*  top: 3%;*/
/*}*/
/*.popup__open__chat {*/
/*  position: absolute;*/
/*  cursor: pointer;*/
/*  left: 5.8%;*/
/*  bottom: 7.95%;*/
/*}*/
/*.popup__open__mails {*/
/*  position: absolute;*/
/*  cursor: pointer;*/
/*  left: 30%;*/
/*  bottom: 7.95%;*/
/*}*/



#offers_banner {
  /*display: none; !* Початково прихований *!*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8); /* Напівпрозорий чорний фон */
}

/*#offers_banner .popup__area {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  cursor: pointer;*/
/*}*/

/*#offers_banner .popup__body {*/
/*  position: relative;*/
/*  max-width: 900px;*/
/*  margin: 100px auto;*/
/*  background-color: #fff;*/
/*  border-radius: 25px;*/
/*  overflow: hidden;*/
/*  text-align: center;*/
/*}*/

/*#offers_banner .popup__content__image {*/
/*  position: relative;*/
/*}*/

/*#offers_banner .popup__close {*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  right: 10px;*/
/*  cursor: pointer;*/
/*  z-index: 10;*/
/*}*/

/*#offers_banner .popup__image img {*/
/*  width: 100%;*/
/*  display: block;*/
/*}*/

/*#offers_banner .popup__open__chat img,*/
/*#offers_banner .popup__open__mails img {*/
/*  margin: 10px auto;*/
/*  display: block;*/
/*  cursor: pointer;*/
/*}*/

/*#offers_banner .popup__open__chat img:hover,*/
/*#offers_banner .popup__open__mails img:hover {*/
/*  transform: scale(1.1); !* Легке збільшення при наведенні *!*/
/*  transition: transform 0.3s ease;*/
/*}*/
/*.popup__open__chat.close_banner {*/
/*  position: absolute;*/
/*  top: 60%;*/
/*  left: 3%;*/
/*}*/
/*.popup__open__mails.close_banner {*/
/*  position: absolute;*/
/*  top: 60%;*/
/*  left: 27%;*/
/*}*/

/*@media screen and (max-width: 800px) {*/
/*  .popup__open__mails.close_banner, .popup__open__chat.close_banner, .popup__close.close_banner {*/
/*    scale: 0.75;*/
/*  }*/

/*  .profile-photo-wrapper {*/
/*    display: flex !important;*/
/*    flex-direction: row !important;*/
/*    justify-content: center !important;*/
/*    align-items: center !important;*/
/*  }*/
/*  .profile-photo {*/
/*    margin: 0 !important;*/
/*  }*/
/*  .upload-photo-btn {*/
/*    transform: none !important;*/
/*    left: auto !important;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 620px) {*/
/*  .popup__open__mails.close_banner, .popup__open__chat.close_banner, .popup__close.close_banner {*/
/*    scale: 0.65;*/
/*    top: 50%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 500px) {*/
/*  .popup__open__mails.close_banner, .popup__open__chat.close_banner {*/
/*    scale: 0.5;*/
/*    top: 45%;*/
/*  }*/

/*  .popup__open__chat.close_banner {*/
/*    left: 1%;*/
/*  }*/
/*  .popup__open__mails.close_banner {*/
/*    left: 25%;*/
/*  }*/
/*}*/

.modal-window-dark {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.order-block {
  visibility: hidden;
  position: fixed;
  top: 3%;
  left: calc(0vw);
  right: calc(0vw);
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
  max-width: 566px;
  width: auto;
  padding: 30px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.order-block h3 {
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.order-block .code-butt {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: center;
  margin-top: 20px;
}
.buttons-to-code {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.code-butt .buttons-to-code .buy-butt {
  border: none;
  outline: none;
  color: #fff;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 25px;
  background-color: #006965;
}
.wom-videos-block {
  width: 100% !important;
}
.wom-videos-block h3 {
  font-family: 'Lexend', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  letter-spacing: 0.01px !important;
  text-align: left !important;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
.col-md-12.clear.all-wom-videos {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 24px !important;
}
.col-md-12.clear.all-wom-videos .flowplayer {
  width: calc(100% / 4 - 24px) !important;
  aspect-ratio: 1/1 !important;
  background-color: black !important;
  border-radius: 16px !important;
}
.col-md-12.clear.all-wom-videos .noflow {
  width: calc(100% / 4 - 24px) !important;
  aspect-ratio: 1/1 !important;
  background-color: black !important;
  border-radius: 16px !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.col-md-12.clear.all-wom-videos .noflow video {
  max-width: 100%;
  max-height: 100%;
}