@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;700&display=swap");

a {
  text-decoration: none;
  color: #30afaa;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Lexend", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  position: relative;
  width: 100vw;
}

body.loaded {
  width: 100vw;
}

body.loaded::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.4) 100%),
    linear-gradient(rgba(254, 103, 38, 0.1) 20%, rgba(254, 103, 38, 0.2) 100%),
    url("/content/redesign/img/woman-white-lingerie-touches-her-neck-tender+ 1.png");
  background-position: 46% top;
  background-repeat: no-repeat;

  z-index: -1;

  @media screen and (min-width: 768px) {
    background: linear-gradient(rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.4) 100%),
      linear-gradient(rgba(254, 103, 38, 0.1) 20%, rgba(254, 103, 38, 0.2) 100%),
      linear-gradient(
        90deg,
        rgba(0, 255, 246, 0) 60%,
        rgba(0, 255, 246, 0.4) 100%
      ),
      url("/content/redesign/img/woman-white-lingerie-touches-her-neck-tender+ 1.png");

    background-size: cover;
    background-position: center top;
  }
}

button {
  cursor: pointer;
}

.cabinet.loaded::before {
  background: #fff !important;
}

.cabinet {
  position: relative;
  background: white;
  color: #061c3d;
}

.invert-color {
  filter: brightness(0) invert(1);
}

.active_breadcrumbs {
  color: #8b8b8b;
  text-transform: capitalize;
}

.separator {
  margin: 0 9px;
  display: inline;
  color: #8b8b8b;
}

.container {
  width: 100vw;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  justify-content: center;
}

.header-container {
  border-bottom: 1px solid #ffffff26;
}

.wrapper {
  margin: 4px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  width: 100%;
}

.skewed {
  position: relative;
}

.skewed::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: #ffffff;
  border-left: 100vw solid transparent;
  border-bottom: 150px solid #ffffff;
  transform: translateY(100%) skewY(-3deg);
  transform-origin: bottom left;
  z-index: -1;
}

header {
  color: #fff;
  padding: 2px 0 0;
  border-bottom: 1px solid #2e2e2e30;
}

.header-menu.cabinet {
  color: #061c3d;
  text-transform: capitalize;
}

.header-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.align-items-baseline {
  align-items: baseline;
}

header .logo {
  margin-top: 10px;
  margin-right: 64px;
  margin-bottom: 21px;
  width: 174px;
}

.header-menu {
  height: 0;
  padding: 0;
  margin-top: 22px;
  margin-bottom: 32px;
}

header nav ul {
  height: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  
  @media (min-width: 1361px) {
    min-width: 568px;
  }
}

.header-nav {
  height: 0;
  margin-right: 109px;
}

header nav ul li {
  height: 0;
  display: inline;
  margin-right: 28px;
}

header nav ul li:last-child {
  margin-right: 0;
}

header nav ul li a {
  color: #fff;
  text-decoration: none;
}

header .header-menu.cabinet ul li a {
  color: #061c3d;
  text-decoration: none;
}

.language-dropdown {
  width: 100%;
  margin-top: -10px;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.language-dropdown.cabinet select {
  color: #061c3d;
}

.language-dropdown select {
  appearance: none;
  width: 49px;
  height: 24px;
  margin-right: 9px;
  background-color: transparent;
  color: white;
  cursor: pointer;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  border: 0;
  border: none;
}

.language-dropdown select:focus {
  outline: none;
}

.language-img {
  position: absolute;
  left: 0;
  width: 20px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.language-img img {
  margin-top: 0;
}

.exactly-select {
  width: 100% !important;
  min-width: 100px !important;
  margin-right: 0 !important;
  padding-left: 25px;
  padding-right: 25px !important;
  z-index: 2;
}

.language-arrow {
  right: 0;
  margin-top: 3px;
  position: absolute;
  vertical-align: middle;
  z-index: 1;
}

.language-dropdown select option {
  background-color: #333;
  color: white;
  margin-bottom: 10px;
}

.language-dropdown.cabinet select option {
  background-color: white;
  color: #061c3d;
}

.language-dropdown select::-ms-expand {
  display: none;
}

.language-dropdown .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.language-dropdown .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.header-auth_btn {
  width: 128px;
  height: 56px;
  margin-top: 5px;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 500;
  line-height: 56px;
}

.logout_img {
  margin-left: 9px;
}

.select-lang {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 120px;
  margin-right: 44px;

  @media screen and (max-width: 768px) {
    margin-right: 0 !important;
    max-width: 95px;
  }
}

#sign-up-btn {
  background: #fe6726;
  border: 0;
  border-radius: 7px;
  transition: all 0.3s ease;
  outline: 1px solid #fe6726;
}

#sign-in-btn {
  margin-left: 16px;
  background: #009d97;
  border: 0;
  border-radius: 7px;
  transition: all 0.3s ease;
  outline: 1px solid #009d97;
}

#sign-up-btn:hover {
  opacity: 0.8;
}

#sign-in-btn:hover {
  opacity: 0.8;
}

.bottom-line {
  margin: 80px 0 0;
  padding: 0;
  border: none;
  height: 1px;
  width: 100%;
  background-color: rgba(46, 46, 46, 0.15);

  @media screen and (min-width: 769px) {
    display: none;
  }
}

.footer-section {
  margin-top: 110px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 70px;
}

.footer-container {
  background: #006965;
}

.footer-logo {
  margin-bottom: 28px;
}

.footer-content {
  margin-right: 30px;
}

.footer-content p {
  visibility: hidden;
  margin-top: 0;
  margin-bottom: 0;
  height: 1px;
  width: 334px;
  color: #9fc7c5;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  max-width: 330px;
  margin-left: 6px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
}

.footer-list_title {
  margin-bottom: 32px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-align: left;
}

.footer-list {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}

.footer-menu-item {
  height: 36px;
  text-transform: capitalize;
  margin-right: 152px;
  text-decoration: none;
  color: #9fc7c5;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.social-btn {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  background: #ffffff14;
  border-radius: 5px;
  height: 44px;
}

.footer-social-ico {
  margin-right: 10px;
  padding-left: 12px;
}

.footer-social-line {
  margin-right: 10px;
}

.footer-facebook-social {
  margin-bottom: 11px;
}

.footer-instagram-social {
  margin-bottom: 59px;
}

.social-btn p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding-right: 18px;
}

.btn {
  transition: all 0.3s ease;
  border-radius: 7px;
  cursor: pointer;
  font-family: "Lexend", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.btn-orange,
.btn-orange-opacity {
  background: #fe6726;
  border: none;
  color: #fff !important;
}

.btn-orange:hover {
  color: #fe6726 !important;
  background-color: #fff;
  border: 1.5px solid #fe6726;
}

.btn-orange-opacity:hover,
.btn-green-opacity:hover {
  opacity: 0.8;
}

.btn-green,
.btn-green-opacity {
  background: #009d97;
  border: none;
  color: #fff !important;
}

.btn-green:hover {
  background: #fff;
  border: 1.5px solid #009d97;
  color: #009d97 !important;
}

.btn-orange-outline {
  border: 1.5px solid #fe6726;
  background: transparent;
  color: #fe6726;
}

.btn-orange-outline:hover {
  background-color: #fe6726;
  color: #fff;
}

.btn-green-outline {
  border: 1.5px solid #009d97;
  background: transparent;
  color: #009d97;
}

.btn-green-outline:hover {
  background-color: #009d97;
  color: #fff;
}

.btn-active-effect:active {
  background: #d95c1f;
  transform: scale(0.98);
}

.text-title {
  font-family: "Lexend", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #061c3d;
}

.text-subtitle {
  font-family: "Lexend", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.015em;
  text-align: left;
}

.contact-us_item {
  display: flex;
}

.contact-us_item-ico {
  margin-right: 11px;
}

.contact-us_item p {
  color: #9fc7c5;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.footer-copyright {
  padding-top: 32px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.container-breadcrumbs {
  margin-top: 34px;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 0;
  margin-bottom: 23px;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: 200;

  @media screen and (min-width: 768px) {
    margin-bottom: 15px;
  }
}

.breadcrumbs.cabinet {
  color: #061c3d;
  margin-top: 7px;
  letter-spacing: 0.6px;
  font-weight: 400;
}

.contact-us_item.support {
  margin-bottom: 22px;
}

.contact-us_item.contact {
  margin-bottom: 0;
}

.footer-line {
  width: 1320px;
  border: 0;
  border-top: 1px solid #2a9a96;
  margin-bottom: 32px;
  padding: 0;
}

.main-page-intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 161px;
}

.main-page-intro_content {
  color: #ffffff;
}

.margin-intro-content_title {
  margin-bottom: 39px;
}

.intro-content_title {
  font-family: "Lexend", sans-serif;
  width: 617px;
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 19px;
  letter-spacing: -1.9px;
}

.intro-content_body {
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  text-align: left;
  max-width: 586px;
  letter-spacing: 0.36px;
  color: #ffffff;
}

.content_text {
  color: #42526b;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
}

.margin-content_body {
  margin-right: 462px;
}

/*.main-page-intro_text {*/
/*    max-width: 586px;*/
/*    margin-right: 462px;*/
/*    font-size: 24px;*/
/*    font-weight: 200;*/
/*    line-height: 32px;*/
/*    text-align: left;*/
/*    letter-spacing: 0.36px;*/
/*}*/

.intro-social-text {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 8px;
}

.intro-social-text img {
  margin-right: 12px;
}

.select-arrow {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 11px;
  border: 1px solid #ccc;
  background: url("/content/redesign/img/arrow-up.svg") no-repeat right 11px center;
  background-size: 16px;
  outline: none;
  cursor: pointer;
}

.pt-0 {
  padding-top: 0 !important;
}

.header-menu a.active {
  text-decoration: underline !important;
  text-decoration-color: #fe6726 !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 37px;
}

.carousel-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
}

.carousel-arrow img {
  width: 24px;
  height: 24px;
}

.carousel-arrow:not(:last-child) {
  margin-right: 8px;
}

.carousel-arrow:hover {
  background-color: #fff1ea;
}

.news-item-link {
  display: flex;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.side_menu-item-list a.active {
  text-decoration: underline;
  text-decoration-color: #fe6726;
  text-underline-offset: 6px;
}

.side_menu-item-list a.chat {
  color: #fe6726 !important;
  position: relative;
  width: max-content;
}

.side_menu-item-list a.chat::after {
  position: absolute;
  content: "";
  background-image: url("/content/redesign/img/Ellipse_41.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 6px;
  height: 100%;
  right: -14px;
  top: 2px;
}

/*News Card*/

.gallery_item {
  width: 424px;
  height: 536px;
  /* margin-right: 24px; */
  color: #ffffff;
  /* flex: 0 1 30%; */
  box-sizing: border-box;
  margin-bottom: 4px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

/*.gallery_item {*/
/*    flex: 1 1 calc(33.333% - 20px);*/
/*    box-sizing: border-box;*/
/*    margin-bottom: 20px;*/
/*    width: 424px;*/
/*    height: 536px;*/
/*    top: 897px;*/
/*    left: 300px;*/
/*    gap: 0px;*/
/*    border-radius: 16px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: end;*/
/*}*/
/*.gallery_item{*/
/*    width: 424px;*/
/*    height: 536px;*/
/*    margin-right: 24px;*/
/*    color: #FFFFFF;*/
/*}*/

.gallery_item.first {
  background-image: url("/content/redesign/img/news-photo-1.png");
  background-size: cover;
}
.gallery_item.second {
  background-image: url("/content/redesign/img/news-photo-2.png");
  background-size: cover;
}
.gallery_item.third {
  background-image: url("/content/redesign/img/news-photo-3.png");
  background-size: cover;
}
.gallery_item.fourth {
  background-image: url("/content/redesign/img/news-photo-4.png");
  background-size: cover;
}
.gallery_item.fiveth {
  background-image: url("/content/redesign/img/news-photo-5.png");
  background-size: cover;
}
.gallery_item.sixth {
  background-image: url("/content/redesign/img/news-photo-6.png");
  background-size: cover;
}
.gallery_item:last-child {
  margin-right: 0;
}
.gallery_item.empty {
  background: #f1f1f1;
}
.gallery_item .item-header {
  display: flex;
  margin-top: 368px;
  margin-left: 32px;
  margin-bottom: 12px;
  align-content: center;
}
.gallery_item .item-body {
  margin-left: 32px;
  margin-bottom: 16px;
}
.gallery_item .item-footer {
  margin-left: 32px;
  display: flex;
  margin-bottom: 36px;
}

/*Blog Card*/
.gallery-item {
  box-shadow: 0px 12px 56px 0px #061c3d1a;
  border-radius: 16px;
  width: 424px;
  height: 536px;
}

.gallery-item .item-body p {
  color: #061c3d;
}
.gallery-item.empty {
  background: #f1f1f1;
  box-shadow: none;
}

.gallery-item .item-image {
  margin-bottom: 32px;
}
.gallery-item .item-image.blog {
  width: 100%;
  max-height: 315px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.gallery-item .item-content {
  margin-left: 30px;
  margin-right: 30px;
}
.gallery-item .content-header {
  display: flex;
  margin-bottom: 12px;
}
.gallery-item .content-body {
  margin-bottom: 32px;
  width: 100%;
  box-shadow: none;
}
.gallery-item .content-body p {
  font-size: 18px;
}
.gallery-item .content-body a {
  color: #061c3d;
}

.gallery-item .content-footer {
  margin-bottom: 32px;
  display: flex;
}

/*Carousel*/
.clients-feed-gallery-wrapper {
  overflow: hidden;
  max-width: 1320px;
}
.clients-feed-gallery {
  display: flex;
  justify-content: space-between;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  margin-bottom: 68px;
}
.clients-feed-gallery .gallery-item {
  width: 424px;
  flex-shrink: 0;
  /* width: calc(100% / 3); */
  margin-right: 24px;
  box-shadow: 0px 12px 32px 0px #061c3d0a;
  background: #ffffff;
  border-radius: 16px;
  height: auto;
}
.clients-feed-gallery .gallery-item:last-child {
  margin-right: 0;
}
.clients-feed-gallery .gallery-item .item-header {
  display: flex;
  margin-bottom: 20px;
  margin-top: 32px;
  margin-left: 32px;
}
.clients-feed-gallery .gallery-item .item-body {
  margin-bottom: 50px;
  margin-right: 32px;
  margin-left: 32px;
  line-height: 26px;
  font-size: 18px;
  letter-spacing: -0.1px;
}
.clients-feed-header {
  margin-top: 126px;
  margin-bottom: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clients-feed_title {
  font-size: 56px;
  color: #061c3d;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.4px;
  flex-grow: 1;
  text-align: center;
  padding-left: 104px;
}
.clients-feed-arrows {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  transition: all 0.3s ease;
}
.clients-feed-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 128px;
}
.user-feed_img {
  margin-right: 12px;
}
.user-feed_name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #061c3d;
}
.user-feed-adress {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: #42526b;
}

/*points carousel*/
.circle-container {
  display: flex;
  gap: 10px;
}
.circle {
  width: 12px;
  height: 12px;
  border-radius: 500px;
  background-color: #ffdccb;
  opacity: 1;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.circle:hover {
  background-color: #ffb490;
}
.circle.active {
  width: 32px;
  height: 12px;
  left: 44px;
  border-radius: 500px;
  opacity: 1;
  background-color: #fe6726;
}

/*Checkbox*/
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  horiz-align: left;
}
.form-checkItem input[type="checkbox"] {
  border: 2px solid #fe6726;
  background-color: white;
}
.terms-agree input[type="checkbox"] {
  border: 2px solid #009d97;
  background-color: white;
}

.form-checkItem input[type="checkbox"]:checked {
  background-color: #fe6726;
  border-color: #fe6726;
  position: relative;
}
.terms-agree input[type="checkbox"]:checked {
  background-color: #009d97;
  border-color: #009d97;
  position: relative;
}

input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

/*Letters*/
.deleted-container {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.deleted-item {
  width: 999px;
  display: flex;
  padding: 12px;
  border: 1px solid #e6e8ec;
  border-radius: 18px;
}
.letters-item-header_side p span {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}
.letters-container {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 0 48px;
}
.letters-item {
  width: 999px;
  display: flex;
  padding: 12px;
  border: 1px solid #e6e8ec;
  border-radius: 18px;
}
.letters-img {
  margin-right: 27px;
  width: 101px;
  height: 157px;
  border-radius: 12px;
}
.letters-item-header {
  align-items: start;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.letters-item-content {
  margin-bottom: 10px;
  width: 836px;
}
.letters-item-footer_link {
  color: #fe6726;
}
/* @media (max-width: 768px) {
  body.loaded::before {
    background-position: center right 41%;
  }
} */


#pagination.content-body_footer, .pag-menu {
  display: flex;
  flex-direction: row !important;
}
.pag-menu {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: center;
  /* margin-left: 12px; */
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  transition: all 0.2s ease;
}
.pag-menu li:not(.active):hover {
  background: #fff5f0;
  border-radius: 5px;
}
.pag-menu li:not(.active):hover a {
  color: #fe6726 !important;
}
.pag-menu li {
  text-align: center;
  padding: 12px;
  cursor: pointer;
  min-width: 44px;
}
.pag-menu li a {
  color: #061c3d;
}
.pag-menu li.active {
  background: #fe6726;
  border-radius: 5px;
  color: white;
  pointer-events: none;
  cursor: none;
  padding: 12px;
}

.pag-menu li a.prev-next p {
  visibility: hidden;
  position: relative;
  min-width: 100px;
}
.pag-menu li:first-of-type a.prev-next p::before {
  content: '';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.25 12H3.75" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3Cpath d="M10.5 5.25L3.75 12L10.5 18.75" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3C/svg%3E');
  background-repeat: no-repeat;
}
.pag-menu li:first-of-type a.prev-next p::after {
  content: 'Prev';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 50px;
}
.pag-menu li:first-of-type:hover a.prev-next p::before {
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.25 12H3.75" stroke="%23fe6726" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3Cpath d="M10.5 5.25L3.75 12L10.5 18.75" stroke="%23fe6726" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3C/svg%3E');
}
.pag-menu li:last-of-type a.prev-next p::after {
  content: '';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 70px;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.75 12H20.25" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3Cpath d="M13.5 5.25L20.25 12L13.5 18.75" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3C/svg%3E');
  background-repeat: no-repeat;
}
.pag-menu li:last-of-type a.prev-next p::before {
  content: 'Next';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 10px;
}
.pag-menu li:last-of-type:hover a.prev-next p::after {
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.75 12H20.25" stroke="%23fe6726" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3Cpath d="M13.5 5.25L20.25 12L13.5 18.75" stroke="%23fe6726" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3C/svg%3E');
}
.chat-invitation {
  z-index: 10;
  position: fixed;
  bottom: 70px;
  right: 0;
  width: 250px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: Arial, sans-serif;
}

.chat-invitation-title {
  background-color: #fe6726;
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  text-align: center;
  font-size: 16px;
  border-top-left-radius: 10px;
}

.chat-invitation-body {
  display: flex;
  padding: 10px;
}

.chat-invitation-photo {
  flex-shrink: 0;
  margin-right: 10px;
}

.chat-invitation-photo img {
  max-width: 110px;
  object-fit: cover;
}

.chat-invitation-info {
  flex-grow: 1;
  font-size: 14px;
  color: #333;
}

.chat-invitation-info p {
  margin: 2px 0;
}

.chat-invitation-message {
  width: 100%;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
  padding: 5px;
  resize: none;
  background-color: #f9f9f9;
}

.chat-invitation-actions {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  background-color: #f9f9f9;
  border-top: 1px solid #ccc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.chat-invitation-accept,
.chat-invitation-decline {
  padding: 10px 30px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.chat-invitation-accept {
  background-color: #009d97;
  color: white;
}

.chat-invitation-decline {
  background-color: #dc3545;
  color: white;
}

.chat-invitation-accept:hover {
  background-color: #218838;
}

.chat-invitation-decline:hover {
  background-color: #c82333;
}
/*.popup-container.invite {*/
/*  position: fixed;*/
/*  right: 50px;*/
/*  bottom: 50px;*/
/*  background-color: #fff;*/
/*  border: 1px solid #ccc;*/
/*  border-radius: 10px;*/
/*}*/
/*.popup-container.invite .GPFN54SCIFD{*/
/*  background-color: #fe6726;*/
/*  color: white;*/
/*  font-weight: bold;*/
/*  padding: 10px;*/
/*  margin: 0;*/
/*  text-align: center;*/
/*  font-size: 16px;*/
/*  border-top-left-radius: 10px;*/
/*  border-top-right-radius: 10px;*/
/*}*/
/*}*/

/*.prev-next p:first-of-type::after {*/
/*  content: 'prev';*/
/*  visibility: visible;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 25px;*/
/*}*/

/* Застосовуємо до всього сайту */
* {
  scrollbar-width: thin; /* Для Firefox */
  scrollbar-color: #fca17d transparent; /* Колір скролу для Firefox */
}

/* Кастомний стиль для Chrome, Edge та Safari */
*::-webkit-scrollbar {
  width: 4px; /* Ширина скролу */
  height: 2px; /* Висота для горизонтального скролу */
}

*::-webkit-scrollbar-thumb {
  background-color: #fca17d; /* Тьмяний колір у звичайному стані */
  border-radius: 2px; /* Заокруглення */
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #fe6726; /* Яскравий колір при наведенні */
}

*::-webkit-scrollbar-track {
  background: transparent; /* Фон треку */
}
