.user-profile {
  overflow-x: hidden;
}
.user-profile .media-viewing {
  max-height: calc(100vh - 180px);
}
@media screen and (max-width: 1332px) {
  .user-profile .media-viewing {
    height: 300px;
  }
}
@media screen and (max-width: 991.98px) {
  .user-profile .media-viewing {
    height: 300px;
  }
}
@media screen and (max-width: 479.98px) {
  .user-profile .media-viewing {
    height: 300px;
  }
}
.user-profile .media-viewing__change-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 16, 73, 0.6);
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1332px) {
  .user-profile .media-viewing__change-banner {
    align-items: flex-start;
  }
}
.user-profile .media-viewing__change-banner.active {
  display: flex;
}
.user-profile .media-viewing__change-banner .title {
  font-size: 45px;
  font-family: "Gilroy-Medium", sans-serif;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  text-align: center;
}
@media screen and (max-width: 1332px) {
  .user-profile .media-viewing__change-banner .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .user-profile .media-viewing__change-banner .title {
    font-size: 21px;
  }
}
.user-profile .media-viewing__change-banner .info {
  font-size: 21px;
  font-family: "Gilroy-SemiBold", sans-serif;
  letter-spacing: 0.25px;
}
@media screen and (max-width: 991.98px) {
  .user-profile .media-viewing__change-banner .info {
    font-size: 16px;
  }
}
.user-profile .media-viewing__change-banner .btns-wrapper {
  margin-top: 25px;
}
.user-profile .media-viewing__change-banner .btns-wrapper .btn {
  padding: 20px 30px;
  height: unset;
}
@media screen and (max-width: 1332px) {
  .user-profile .media-viewing__change-banner .btns-wrapper .btn {
    padding: 10px 20px;
  }
}
.user-profile .media-viewing__change-banner .btns-wrapper .btn:first-child {
  margin-right: 12px;
}
.user-profile .media-viewing__change-banner-content {
  align-items: center;
  padding: 20px;
}
.user-profile .provider-card {
  margin-top: -230px;
}
@media screen and (max-width: 1332px) {
  .user-profile .provider-card {
    width: 100%;
    box-shadow: none;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: -100px;
    position: static;
  }
}
.user-profile .provider-card__logo {
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1332px) {
  .user-profile .provider-card__logo {
    border: 6px solid white;
    box-shadow: 0px 0px 16px 0px rgba(140, 150, 177, 0.12);
  }
}
.user-profile .provider-card__heading {
  font-size: 24px;
}
@media screen and (max-width: 1332px) {
  .user-profile .provider-card__heading {
    line-height: 28px;
  }
}
.user-profile .provider-card__description-socials .flex {
  flex-wrap: wrap;
}
.user-profile .provider-card__description-socials-link {
  margin-right: 17px;
}
.user-profile .provider-card__description-socials-link {
  margin-top: 15px;
}
.user-profile .provider-card .action__button {
  width: 352px;
  height: 60px;
}
@media screen and (max-width: 680px) {
  .user-profile .provider-card .action__button {
    display: flex;
  }
}
@media screen and (max-width: 375px) {
  .user-profile .provider-card .action__button {
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .user-profile .provider-card__wrapper {
    width: 100%;
  }
}
.user-profile__content {
  width: 100%;
}
.user-profile__content-item {
  opacity: 0;
  visibility: hidden;
  display: none;
  height: 0;
  transition: all 0.3s ease 0s;
}
.user-profile__content-item.active {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: all 0.3s ease 0s;
}
.user-profile .provider-page__main {
  margin-bottom: 90px;
}
@media screen and (max-width: 1332px) {
  .user-profile .provider-page__main {
    flex-direction: column;
  }
}
@media screen and (max-width: 630px) {
  .user-profile .provider-page__main {
    margin-bottom: 20px;
  }
}
.user-profile__btns-wrapper {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1332px) {
  .user-profile__btns-wrapper {
    margin: 20px 0;
  }
}
.user-profile__btns-wrapper svg {
  margin-right: 10px;
}
.user-profile__btns-wrapper .btn:first-child {
  margin-bottom: 12px;
}
.user-profile__mb32 {
  margin-bottom: 32px;
}
.user-profile__statistic {
  margin-bottom: 4px;
  color: #121e47;
  font-family: "Gilroy-SemiBold", sans-serif;
  letter-spacing: 0.25px;
}
.user-profile__statistic:last-child {
  margin-bottom: 0;
}
.user-profile__statistic-label {
  font-size: 16px;
}
.user-profile__statistic-val {
  font-size: 21px;
}
.user-profile__info-card {
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0px 6.4px 14.4px 0px rgba(0, 0, 0, 0.13), 0px 1.2px 3.6px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  min-height: 170px;
  background: rgb(247, 247, 247) url("../img/user-profile/map.svg") no-repeat right 10px top 20px;
}
.user-profile__info-card-label {
  background-color: #f36949;
  display: inline-flex;
  padding: 4px 10px;
  color: white;
  font-size: 12px;
  letter-spacing: 0.4px;
  font-family: "Montserrat-SemiBold", sans-serif;
  border-radius: 20px;
}
.user-profile__info-card-info {
  margin-top: auto;
}
.user-profile__info-card-info span {
  font-size: 13px;
  letter-spacing: 0.25px;
}
.user-profile__info-card-info-main {
  font-size: 45px;
  color: #3a9fa0;
  font-family: "Gilroy-Medium", sans-serif;
  letter-spacing: -0.5px;
}
.user-profile__info-card-info-main span {
  font-size: inherit;
}
.user-profile__link {
  color: #3a9fa0;
  font-family: "Gilroy-SemiBold", sans-serif;
  letter-spacing: 0.25px;
  align-items: center;
  font-size: 16px;
}
.user-profile__link:after {
  content: url("../img/icon/user-profile/arrow_gray.svg");
  display: block;
  height: 13px;
  margin-left: 15px;
}
.user-profile__description-heading {
  margin-bottom: 5px;
}
.user-profile__description-text {
  letter-spacing: 0.5px;
  margin-bottom: 22px;
  line-height: 1.5;
  font-size: 16px;
}
.user-profile__description-text:last-child {
  margin-bottom: 5px;
}
.user-profile .object-nav {
  padding: 25px 35px 0;
  border-bottom: none;
  position: relative;
}
@media screen and (max-width: 1332px) {
  .user-profile .object-nav {
    border-bottom: 1px solid rgb(221, 224, 234);
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.user-profile .object-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1332px) {
  .user-profile .object-nav {
    padding: 25px 0 0;
  }
}
.user-profile .object-nav:after {
  content: "";
  height: 1px;
  background-color: rgb(221, 224, 234);
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1332px) {
  .user-profile .object-nav:after {
    content: none;
  }
}
@media screen and (max-width: 1332px) {
  .user-profile .object-nav__item:first-child {
    margin-left: 10px;
  }
  .user-profile .object-nav__item:last-child {
    margin-right: 10px;
  }
}
.user-profile .object-nav__link {
  padding: 20px 0;
  margin-right: 25px;
  cursor: pointer;
}
@media screen and (max-width: 1332px) {
  .user-profile .object-nav__link {
    padding-bottom: 10px;
    font-size: 21px;
  }
}
@media screen and (max-width: 740px) {
  .user-profile .object-nav__link {
    border: none;
  }
}
.user-profile .object-nav__link_mob {
  display: none;
}
@media screen and (max-width: 1332px) {
  .user-profile .object-nav__link_mob {
    display: flex;
  }
}
.user-profile .object-nav__link.active {
  cursor: auto;
  pointer-events: none;
}
@media screen and (max-width: 740px) {
  .user-profile .object-nav__link.active:before {
    display: flex;
  }
}
.user-profile .object-nav__link:before {
  z-index: 1;
  height: 2px;
}
.user-profile .gallery-inner {
  padding-left: 20px;
}
@media screen and (max-width: 1332px) {
  .user-profile .gallery-inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .user-profile .gallery-inner {
    padding-top: 25px;
  }
}
.user-profile .gallery-inner__details {
  font-size: 13px;
  color: rgb(140, 150, 177);
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.user-profile .gallery-inner__content_col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1332px) {
  .user-profile .gallery-inner__content_col2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .user-profile .gallery-inner__content_col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.user-profile .gallery-inner__content_col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.user-profile .gallery-inner__item-img {
  height: 240px;
  position: relative;
  display: flex;
  border-radius: 10px;
}
@media screen and (max-width: 479.98px) {
  .user-profile .gallery-inner__item-img {
    height: 215px;
  }
}
.user-profile .gallery-inner__item-img img, .user-profile .gallery-inner__item-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.user-profile .gallery-inner__item-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 16, 73, 0) 68.42%, #001049 100%);
  opacity: 0.6;
  z-index: 2;
}
.user-profile .gallery-inner__item {
  max-height: unset;
  overflow: unset;
}
@media screen and (max-width: 991.98px) {
  .user-profile .gallery-inner__item:first-child, .user-profile .gallery-inner__item:nth-child(2), .user-profile .gallery-inner__item:nth-child(3), .user-profile .gallery-inner__item:nth-child(4), .user-profile .gallery-inner__item:nth-child(5), .user-profile .gallery-inner__item:nth-child(6), .user-profile .gallery-inner__item:nth-child(7) {
    order: unset;
  }
}
.user-profile .gallery-inner__item_template {
  height: 240px;
  width: 100%;
  border: 1px dashed #8C96B1;
  border-radius: 10px;
}
.user-profile .gallery-inner__item_template .gallery-inner__item-img {
  position: relative;
}
@media screen and (max-width: 479.98px) {
  .user-profile .gallery-inner__item_template .gallery-inner__item-img {
    height: 240px;
  }
}
.user-profile .gallery-inner__item_template .gallery-inner__item-img:after {
  content: none;
}
.user-profile .gallery-inner__item_template .gallery-inner__item-action {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  text-align: center;
  align-items: center;
  width: 100%;
}
.user-profile .gallery-inner__item-action {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 6;
}
.user-profile .gallery-inner__item-action_bottom {
  top: auto;
  bottom: 20px;
}
.user-profile .gallery-inner__item-action_bottom span {
  font-size: 18px;
  color: white;
  display: inline-flex;
  margin-left: 10px;
}
.user-profile .gallery-inner__item-action .video-timing .icon {
  margin-right: 0;
}
.user-profile .gallery-inner__item-action-btn {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background: rgba(18, 30, 71, 0.5) url("../img/icon/user-profile/dots.svg") no-repeat center center;
}
.user-profile .gallery-inner__item-action-btn:hover, .user-profile .gallery-inner__item-action-btn.active {
  transition: all 0.3s ease 0s;
  background: #F7F7F7 url("../img/icon/user-profile/dots_gray.svg") no-repeat center center;
}
.user-profile .gallery-inner__item-action-btn_reverse {
  background: #F7F7F7 url("../img/icon/user-profile/dots_gray.svg") no-repeat center center;
}
.user-profile .gallery-inner__item-action-btn_reverse:hover, .user-profile .gallery-inner__item-action-btn_reverse.active {
  background: rgba(18, 30, 71, 0.5) url("../img/icon/user-profile/dots.svg") no-repeat center center;
}
.user-profile .gallery-inner__item-action-btn_editor {
  background: rgba(18, 30, 71, 0.5) url("../img/icon/user-profile/edit.svg") no-repeat center center;
}
.user-profile .gallery-inner__item-action-btn_editor:hover, .user-profile .gallery-inner__item-action-btn_editor.active {
  background: rgba(18, 30, 71, 0.5) url("../img/icon/user-profile/edit.svg") no-repeat center center;
}
.user-profile .gallery-inner__item-action-dropdown {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  z-index: 4;
  top: calc(100% + 10px);
  left: 0;
  background-color: white;
  width: 255px;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0px 10px 16px 0px rgba(0, 16, 73, 0.27);
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 1720px) {
  .user-profile .gallery-inner__item-action-dropdown {
    left: auto;
    right: 0;
  }
}
.user-profile .gallery-inner__item-action-dropdown.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: opacity 0.4s ease;
  z-index: 7;
}
.user-profile .gallery-inner__item-action-dropdown:before {
  content: "";
  border-width: 12px 12px 0 0;
  border-style: solid;
  border-color: white;
  display: flex;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 10px;
}
@media screen and (max-width: 1720px) {
  .user-profile .gallery-inner__item-action-dropdown:before {
    left: auto;
    right: 10px;
  }
}
.user-profile .gallery-inner__item-action-dropdown-item {
  padding: 8px 25px;
  width: 100%;
  text-align: justify;
  color: #121e47;
  transition: all 0.3s ease 0s;
}
.user-profile .gallery-inner__item-action-dropdown-item:hover {
  transition: all 0.3s ease 0s;
  background-color: #f7f7f7;
}
.user-profile .gallery-inner__item-action-dropdown-item_orng {
  color: #f36949;
}
@media screen and (max-width: 991.98px) {
  .user-profile .gallery-inner__btn {
    height: 70px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 479.98px) {
  .user-profile .gallery-inner__btn {
    height: 70px;
    width: 250px;
    max-width: 100%;
  }
}
.user-profile .gallery-inner__row {
  margin: 0;
}
@media screen and (max-width: 1332px) {
  .user-profile .gallery-inner__row {
    padding: 0;
  }
}
.user-profile .gallery-inner_collections .info-inner__tag {
  margin-top: 0;
}
.user-profile .gallery-inner__title_min .h3 {
  font-size: 16px;
  font-family: "Gilroy-SemiBold", sans-serif;
}
.user-profile .info-inner {
  transition: all 0.3s ease 0s;
}
.user-profile .info-inner__wrapp {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.user-profile .info-inner__item {
  margin-bottom: 5px;
  margin-right: 20px;
}
.user-profile .info-inner__item:last-child {
  margin-right: 0;
}
.user-profile .info-inner__item svg {
  margin-right: 7px;
  stroke: #8C96B1;
  transition: all 0.3s ease 0s;
}
.user-profile__card-part_desktop {
  display: block;
}
@media screen and (max-width: 1332px) {
  .user-profile__card-part_desktop {
    display: none;
  }
}
.user-profile__card-part_mobile {
  display: none;
  padding: 35px 30px 60px;
  box-shadow: 0 0 12px rgba(18, 30, 71, 0.08);
  margin-top: 20px;
  position: static;
}
@media screen and (max-width: 1332px) {
  .user-profile__card-part_mobile {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .user-profile__card-part_mobile {
    box-shadow: none;
    padding: 0;
    margin-top: 40px;
  }
}
.user-profile__drag-drop {
  display: inline-flex;
  transition: all 0.3s ease 0s;
}
.user-profile__drag-drop.highlight {
  transition: all 0.3s ease 0s;
  backdrop-filter: brightness(0.96);
  border-color: #f36949;
}
.user-profile__drag-drop-link {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #3a9fa0;
  cursor: pointer;
}
.user-profile__drag-drop-link_gray {
  color: #8C96B1 !important;
  font-size: 13px;
}
.user-profile .custom-sorting-select__trigger, .user-profile .custom-sorting-select__option {
  font-size: 16px;
}
.user-profile .custom-sorting-select__options {
  border-radius: 10px;
}
.user-profile .tours-all-sort__wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .user-profile .reviews-travel__info {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgb(224, 224, 224);
  }
}
.user-profile .reviews-travel__item {
  margin-bottom: 25px;
}
.user-profile .reviews-travel__column {
  width: 100%;
}
.user-profile .reviews-travel__title {
  justify-content: space-between;
}
@media screen and (max-width: 530px) {
  .user-profile .reviews-travel__title .reviews-fund__icon_arrow {
    display: flex;
  }
}
.user-profile .reviews-travel__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .user-profile .reviews-travel__text {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 767.98px) {
  .user-profile .reviews-travel__img {
    height: 330px;
  }
}
.user-profile .reviews-travel__bottom {
  margin: 20px 0 10px;
  position: static;
  flex-wrap: wrap;
}
@media screen and (max-width: 991.98px) {
  .user-profile .reviews-travel__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
  }
}
.user-profile .reviews-info {
  z-index: 0;
}
@media screen and (max-width: 991.98px) {
  .user-profile .reviews-info {
    margin-top: 7px;
  }
}
.user-profile .reviews-info:has(.gallery-inner__item-action-btn.active) {
  z-index: 3;
}
.user-profile .reviews-info__item {
  margin-right: 10px;
}
@media screen and (max-width: 767.98px) {
  .user-profile .author {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 30px;
  }
}
.user-profile .author__icon {
  align-self: flex-start;
  margin-top: 5px;
  margin-left: 7px;
}
.user-profile .author__avatar_max {
  width: 90px;
  height: 90px;
}
.user-profile .author .text {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 13px;
}
.user-profile .author .text:not(:last-child) {
  margin-bottom: 5px;
}
.user-profile .author .text_orng {
  color: #f36949;
}
.user-profile .reviews__icon {
  margin-right: 7px;
}
.user-profile .reviews-travel__info {
  width: 100%;
}
@media screen and (max-width: 690px) {
  .user-profile__rating-author {
    margin-bottom: 35px !important;
    margin-top: 10px !important;
  }
  .user-profile__rating-author .author__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .user-profile__rating-author {
    flex-wrap: wrap;
  }
  .user-profile__rating-author .reviews-info {
    margin-left: auto;
    margin-right: auto;
  }
}
.user-profile__popup .popup__content {
  padding: 20px 20px 20px 20px;
  max-width: unset;
  width: 550px;
  height: 200px;
  max-height: unset;
}
@media screen and (max-width: 640px) {
  .user-profile__popup .popup__content {
    height: 300px;
    width: 90%;
  }
}
.user-profile__popup .popup__title {
  font-size: 21px;
  margin-bottom: 20px;
}
.user-profile__popup .popup__wrapper {
  font-size: 16px;
}
.user-profile__popup .close .close__line {
  background: #f36949;
}
.user-profile__popup .btn__second {
  color: #f36949;
}
.user-profile__popup .btn__second:hover {
  color: white;
}
.user-profile__popup-btns-wrapper {
  margin-top: 25px;
  justify-content: flex-end;
  display: flex;
}
@media screen and (max-width: 640px) {
  .user-profile__popup-btns-wrapper {
    flex-wrap: wrap;
  }
}
.user-profile__popup-btns-wrapper .btn {
  width: 180px;
}
@media screen and (max-width: 640px) {
  .user-profile__popup-btns-wrapper .btn {
    width: 100%;
  }
  .user-profile__popup-btns-wrapper .btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
.user-profile__popup-btns-wrapper .btn:first-child {
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  .user-profile__popup-btns-wrapper .btn:first-child {
    margin-right: 0;
  }
}
.user-profile_create-album__drag-drop_empty {
  display: block;
  text-align: center;
  cursor: pointer;
}
.user-profile_create-album__drag-drop_full {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  cursor: pointer;
}
.user-profile .btn__green {
  padding: 20px;
}
.user-profile__back-btn {
  padding: 20px 0;
}
.user-profile .dropzone {
  width: 100%;
  height: inherit;
}

.flex_align-start {
  align-items: flex-start;
}
.flex_justify-between {
  justify-content: space-between;
}
.flex_align-center {
  align-items: center;
}
.flex_justify-center {
  justify-content: center;
}

.page__user-profile_create-album {
  padding: 50px 0 0;
}
@media screen and (max-width: 991.98px) {
  .page__user-profile_create-album {
    padding: 20px 0 0;
  }
}
.page__user-profile_create-album_full {
  display: none;
}
.page__user-profile_create-album .gallery-form {
  padding: 30px 20px 70px;
}
.page__user-profile_create-album .gallery-form__grid-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .page__user-profile_create-album .gallery-form__grid-col2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .page__user-profile_create-album .gallery-form__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479.98px) {
  .page__user-profile_create-album .gallery-form__title {
    display: block;
  }
}
.page__user-profile_create-album .gallery-form .title .h2 {
  font-size: 45px;
}
@media screen and (max-width: 767.98px) {
  .page__user-profile_create-album .gallery-form .title .h2 {
    font-size: 24px;
  }
}
.page__user-profile_create-album .gallery-form__input {
  font-family: "Gilroy-Medium", sans-serif;
}
.page__user-profile_create-album .gallery-form__input::placeholder {
  color: #8C96B1;
}
.page__user-profile_create-album .gallery-form .select__default-option:before, .page__user-profile_create-album .gallery-form .select__default-option:after {
  background: #f36949;
}
.page__user-profile_create-album .gallery-form__btn-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .page__user-profile_create-album .gallery-form__btn-wrapper {
    flex-direction: column;
  }
  .page__user-profile_create-album .gallery-form__btn-wrapper .btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
.page__user-profile_create-album .select__default-selected span {
  color: #8C96B1;
}
.page__user-profile_create-album-btn {
  border-width: 1px;
  font-family: "Gilroy-Medium", sans-serif;
  height: 60px;
}
@media screen and (max-width: 480px) {
  .page__user-profile_create-album-btn {
    width: 100%;
  }
}
.page__user-profile_create-album-btn_orng {
  color: #f36949;
}

.btn__gray {
  color: white;
  background-color: #8C96B1;
  border-color: #8C96B1;
}
.btn__gray:hover {
  background-color: #f36949;
  border-color: #f36949;
}
.btn__green {
  background-color: #3a9fa0;
}

.user-profile_create-album .user-profile__drag-drop {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.user-profile_create-album .user-profile__drag-drop label {
  align-items: center;
  justify-content: center;
  color: black;
  text-align: center;
}
.user-profile_create-album .user-profile__drag-drop .h3 {
  margin-top: 25px;
}
.user-profile_create-album .gallery-inner__item, .user-profile_create-album .gallery-inner__item-img {
  padding: 0 !important;
  height: 170px !important;
}
.user-profile_create-album .user-profile__drag-drop-link_gray {
  padding-top: 10px;
}
@media screen and (max-width: 1332px) {
  .user-profile_create-album .gallery-inner__content_col4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991.98px) {
  .user-profile_create-album .gallery-inner__content_col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 479.98px) {
  .user-profile_create-album .gallery-inner__content_col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.user-profile_edit .sidebar {
  width: 200px;
  background-color: white;
  margin-right: 20px;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(18, 30, 71, 0.08);
  position: sticky;
  top: 90px;
  z-index: 3;
}
@media screen and (max-width: 1332px) {
  .user-profile_edit .sidebar {
    display: none;
  }
}
.user-profile_edit .sidebar__list-link {
  padding: 25px 20px;
  color: #121e47;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  display: flex;
  font-family: "Gilroy-SemiBold", sans-serif;
}
.user-profile_edit .sidebar__list-link.active {
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #f36949;
  position: relative;
}
.user-profile_edit .sidebar__list-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background-color: #f36949;
}
.user-profile_edit .sidebar__list-link:hover {
  transition: all 0.3s ease 0s;
  color: #f36949;
}
.user-profile_edit .edit-form__section {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(18, 30, 71, 0.08);
  padding: 25px;
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .user-profile_edit .edit-form__section {
    padding: 20px;
  }
}
.user-profile_edit .edit-form__section:first-child {
  padding-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .user-profile_edit .edit-form__section:first-child {
    padding-bottom: 45px;
  }
}
.user-profile_edit .edit-form__section:not(:last-child) {
  margin-bottom: 25px;
}
.user-profile_edit .edit-form__section .gallery-inner__item-action {
  position: relative;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 0;
}
.user-profile_edit .edit-form__section-form {
  width: 100%;
}
.user-profile_edit .edit-form__section-form_row {
  margin-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .user-profile_edit .edit-form__section-form_row {
    margin-left: 0;
  }
}
.user-profile_edit .edit-form__section-form .btn__gray, .user-profile_edit .edit-form__section-form .btn__orange {
  width: 220px;
  height: 60px;
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 479.98px) {
  .user-profile_edit .edit-form__section-form .btn__gray, .user-profile_edit .edit-form__section-form .btn__orange {
    width: 100%;
  }
}
.user-profile_edit .edit-form__section-form-item:not(:last-child) {
  margin-bottom: 25px;
}
.user-profile_edit .edit-form__section-headline {
  margin-bottom: 25px;
}
.user-profile_edit .edit-form__wrapper {
  flex: 1;
}
.user-profile_edit .edit-form__content-wrapper {
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .user-profile_edit .edit-form__content-wrapper {
    flex-direction: column;
  }
}
.user-profile_edit .edit-form__avatar img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
}
@media screen and (max-width: 991.98px) {
  .user-profile_edit .edit-form__avatar img {
    width: 160px;
    height: 160px;
  }
}
.user-profile_edit .edit-form__avatar-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  color: #3a9fa0;
  font-size: 13px;
}
.user-profile_edit .edit-form__avatar-link svg {
  margin-right: 7px;
}
.user-profile_edit .edit-form__social-input {
  position: relative;
}
.user-profile_edit .edit-form__social-input input {
  padding-left: 65px;
  padding-right: 65px;
}
.user-profile_edit .edit-form__social-input-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  transition: all 0.3s ease 0s;
}
.user-profile_edit .edit-form__social-input-icon.active {
  transition: all 0.3s ease 0s;
}
.user-profile_edit .edit-form__social-input-icon_facebook {
  background: url("../img/icon/user-profile/facebook_gray.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_facebook.active {
  background: url("../img/icon/user-profile/facebook_orng.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_linkedin {
  background: url("../img/icon/user-profile/linkedin_gray.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_linkedin.active {
  background: url("../img/icon/user-profile/linkedin_orng.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_insta {
  background: url("../img/icon/user-profile/insta_gray.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_insta.active {
  background: url("../img/icon/user-profile/insta_orng.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_vk {
  background: url("../img/icon/user-profile/vk_gray.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_vk.active {
  background: url("../img/icon/user-profile/vk_orng.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_youtube {
  background: url("../img/icon/user-profile/youtube_gray.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_youtube.active {
  background: url("../img/icon/user-profile/youtube_orng.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_tripadviser {
  background: url("../img/icon/user-profile/tripadviser_gray.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_tripadviser.active {
  background: url("../img/icon/user-profile/tripadviser_orng.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_tripadviser {
  background: url("../img/icon/user-profile/tripadviser_gray.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_tripadviser.active {
  background: url("../img/icon/user-profile/tripadviser_orng.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_skype {
  background: url("../img/icon/user-profile/skype_gray.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_skype.active {
  background: url("../img/icon/user-profile/skype_orng.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_telegram {
  background: url("../img/icon/user-profile/telegram_gray.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_telegram.active {
  background: url("../img/icon/user-profile/telegram_orng.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_whatsapp {
  background: url("../img/icon/user-profile/whatsapp_gray.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_whatsapp.active {
  background: url("../img/icon/user-profile/whatsapp_orng.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_viber {
  background: url("../img/icon/user-profile/viber_gray.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-icon_viber.active {
  background: url("../img/icon/user-profile/viber_orng.svg") no-repeat center center;
}
.user-profile_edit .edit-form__social-input-del {
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
.user-profile_edit .edit-form__social-input-del.active {
  opacity: 1;
  visibility: visible;
  width: auto;
  transition: all 0.3s ease 0s;
}
.user-profile_edit .edit-form__checkbox {
  font-size: 16px;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #121e47;
}
.user-profile_edit .edit-form__checkbox > input {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
@media screen and (max-width: 767.98px) {
  .user-profile_edit .edit-form .author {
    margin-top: 0;
  }
}
.user-profile_edit .edit-form .author__name {
  color: #121e47;
  font-size: 16px;
}
.user-profile_edit .edit-form .author .text {
  color: #8C96B1;
}
.user-profile_edit .gallery-form__input {
  padding: 20px;
}
.user-profile_edit .gallery-form__textarea {
  height: unset;
  resize: none;
  border-radius: 20px;
  font-size: 13px;
  color: #121e47;
}
@media screen and (max-width: 640px) {
  .user-profile_edit .gallery-form__textarea {
    height: 400px;
  }
}
.user-profile_edit .gallery-form__grid-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .user-profile_edit .gallery-form__grid-col2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.user-profile_edit .user-profile_edit-form {
  padding: 50px 0 100px;
  position: relative;
}
.user-profile_edit .select {
  position: relative;
  background-color: white;
  border: 1px solid #8c96b1;
  width: unset;
  box-shadow: none;
  margin-left: 0;
  height: 55px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-profile_edit .select.active {
  border-radius: 54px;
}
.user-profile_edit .select.active .select__selected-list {
  width: 100%;
}
@media screen and (max-width: 1332px) {
  .user-profile_edit .select.active .select__selected-list {
    width: 100%;
  }
}
.user-profile_edit .select.active .select__default-option:after {
  transform: rotate(-180deg);
}
.user-profile_edit .select__dropdown-wrap {
  width: 100%;
}
.user-profile_edit .select .select__default-selected {
  color: #8c96b1;
}
.user-profile_edit .select .select__default-option::after, .user-profile_edit .select .select__default-option::before {
  content: none;
  background-color: unset;
}
.user-profile_edit .select .select__default-option:after {
  content: url("../img/icon/arrow-down_orng.svg");
  transform: unset;
  width: unset;
  height: unset;
}
.user-profile_edit input::placeholder {
  color: #8c96b1;
}
.user-profile_edit .text_orng {
  color: #f36949;
}
.user-profile_edit .author__name {
  color: #121e47;
}

.wrapper {
  min-height: 100vh;
}

.page {
  flex: 1;
}

.btn {
  cursor: pointer;
}

/*# sourceMappingURL=user-profile_fixed.css.map */
