
.profile-left-menu .profile-left-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.profile-left-menu .profile-left-main-menu .profile-main-menu li {
  background-color: #ededed;
  position: relative;
  margin-bottom: 10px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important; }
.profile-left-menu .profile-left-main-menu .profile-main-menu li:hover {
  opacity: 0.8; }
.profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu {
  background-color: #ffffff; }
.profile-left-menu .profile-left-main-menu .profile-main-menu li.profile-with-submenu:after {
  content: url(../img/icons/menu-arrow-down.png);
  position: absolute;
  top: 10px;
  right: 15px; }
.profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important; }
.profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu:hover {
  opacity: 1; }
.profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu.profile-with-submenu {
  padding-top: 10px;
  padding-bottom: 15px; }
.profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu.profile-with-submenu:after {
  display: none; }
.profile-left-menu .profile-left-main-menu .profile-main-menu a {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  display: block;
  height: 43px;
  padding: 12px 15px 14px 25px;
  position: relative;
  z-index: 3; }
.profile-left-menu .profile-left-main-menu .profile-submenu {
  position: relative;
  padding-top: 10px; }
.profile-left-menu .profile-left-main-menu .profile-submenu:before {
  position: absolute;
  content: '';
  width: calc(100% - 50px);
  height: 1px;
  left: 25px;
  top: 0;
  background-color: #f0f0f0;
  z-index: 5; }
.profile-left-menu .profile-left-main-menu .profile-submenu li {
  background-color: #ffffff;
  position: relative;
  margin-bottom: 0;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important; }
.profile-left-menu .profile-left-main-menu .profile-submenu li.active a {
  color: #008eff;
  font-weight: bold; }
.profile-left-menu .profile-left-main-menu .profile-submenu li.active:before, .profile-left-menu .profile-left-main-menu .profile-submenu li:hover:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 24px;
  background-color: #008eff;
  left: 0;
  top: 11px;
  z-index: 4; }
.profile-left-menu .profile-left-main-menu .profile-submenu li a {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  font-weight: normal; }
.profile-left-menu .profile-left-main-menu .profile-submenu li a:hover {
  background-color: #ffffff;
  color: #008eff;
  font-weight: bold;
  opacity: 1; }
.profile-left-menu .profile-left-main-menu #profile-left-menu {
  max-width: 300px; }
.profile-left-menu .profile-filled .profile-filled-txt {
  font-size: 14px;
  color: #999999;
  line-height: 24px; }
.profile-left-menu .profile-filled .profile-filled-txt span {
  float: right;
  color: #000000;
  font-size: 18px; }
.profile-left-menu .profile-filled .profile-filled-txt .pft-smaller-txt {
  font-size: 14px;
  line-height: 24px; }
.profile-left-menu .profile-filled .profile-filled-bar-back {
  height: 4px;
  width: 100%;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  background-color: #ededed;
  position: relative;
  margin: 15px 0; }
.profile-left-menu .profile-filled .profile-filled-bar-green {
  position: absolute;
  content: '';
  height: 4px;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  background-color: #64bf0a;
  left: 0;
  top: 0; }
.profile-left-menu .profile-filled .profile-filled-bar-green.bar-75 {
  width: 75%; }
.profile-left-menu .profile-filled .panel-group .panel {
  background-color: transparent;
  border: none;
  padding-bottom: 25px; }
.profile-left-menu .profile-filled .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  padding: 10px 0 0; }
.profile-left-menu .profile-filled .panel-default > .panel-heading a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #1885f2;
  height: 20px;
  font-weight: normal; }
.profile-left-menu .profile-filled .panel-default > .panel-heading a:hover {
  color: #1885f2;
  opacity: 0.8; }
.profile-left-menu .profile-filled .panel-default > .panel-heading a span {
  color: #999999; }
.profile-left-menu .profile-filled .panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  z-index: 5; }
.profile-left-menu .profile-filled .panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: url(../img/icons/menu-arrow-up.png); }
.profile-left-menu .profile-filled .panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: url(../img/icons/menu-arrow-down.png); }
.profile-left-menu .profile-filled ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.profile-left-menu .profile-filled ul a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #1885f2;
  font-weight: normal;
  line-height: 34px; }
.profile-left-menu .profile-filled ul a:hover {
  color: #1885f2;
  opacity: 0.8; }
.profile-left-menu .profile-filled ul a span {
  color: #999999; }
.profile-left-menu .profile-filled ul a.ver-list-verified {
  text-decoration: line-through;
  color: #999999; }
.profile-left-menu .profile-filled ul a.ver-list-verified:hover {
  opacity: 1; }
.profile-left-menu .profile-earned .profile-earned-txt {
  font-size: 14px;
  color: #999999; }
.profile-left-menu .profile-earned .profile-earned-txt img {
  margin-right: 15px; }

.profile-left-preview-menu .profile-mini-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
.profile-left-preview-menu .profile-mini-menu li {
  background-color: #ededed;
  position: relative;
  margin-bottom: 10px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important; }
.profile-left-preview-menu .profile-mini-menu li:hover {
  opacity: 0.8; }
.profile-left-preview-menu .profile-mini-menu a {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  display: block;
  height: 43px;
  padding: 12px 15px 14px 25px; }

.user-profile {
  background-color: #fafafa;
  padding: 30px 10px; }
.user-profile input {
  width: 230px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  border: 1px solid #e6e6e6;
  height: 38px;
  padding-left: 15px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  font-family: 'Rajdhani', sans-serif; }
.user-profile textarea {
  width: 100%;
  resize: vertical;
  font-style: italic;
  font-size: 14px;
  color: #a6a6a6;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  padding: 15px 25px;
  margin-bottom: 15px;
  height: 110px; }
.user-profile input:hover, .user-profile textarea:hover {
  border: 1px solid #b9b9b9; }
.user-profile input:focus, .user-profile textarea:focus {
  border: 1px solid #4d90fe; }
.user-profile .profile-content .profile-cancel-save-btns {
  text-align: right; }
.user-profile .profile-content .profile-sec-name {
  font-size: 18px;
  color: #000000;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 5px; }
.user-profile .profile-content .profile-edit-btn {
  background-image: url(../img/svg/profil/Edit.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  content: '';
  top: 30px;
  right: 30px;
  border: none;
  background-color: #ffffff;
  z-index: 5;
  display: none; }
.user-profile .profile-content .profile-edit-btn:hover {
  background-image: url(../img/svg/profil/Edit2.svg); }
.user-profile .profile-content .profile-basic-info {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 30px;
  position: relative;
  background-color: #ffffff; }
.user-profile .profile-content .profile-basic-info:hover .profile-edit-btn {
  display: block; }
.user-profile .profile-content .profile-basic-info .pbi-divider {
  height: 1px;
  width: 100%;
  background-color: #f0f0f0; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top {
  margin-bottom: 35px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container {
  position: relative; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container img {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 174px;
  height: 174px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .pib-circle-container {
  position: absolute;
  content: '';
  left: calc(50% - 27px);
  bottom: -25px;
  width: 61px;
  height: 61px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-circle-box {
  position: relative;
  width: 61px;
  height: 61px;
  display: block; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-circle-box .profile-circle {
  position: absolute;
  content: '';
  border: 3px solid #ffffff;
  background-color: #008eff;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 61px;
  height: 61px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-circle-box .profile-circle-note {
  position: absolute;
  content: '';
  font-size: 10px;
  color: #ffffff;
  top: 12px;
  text-align: center; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-circle-box .profile-circle-note span {
  font-size: 14px;
  color: #ffffff;
  font-family: 'Rajdhani', sans-serif; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-user-name {
  display: inline-block;
  font-family: 'Rajdhani', sans-serif;
  color: #000000;
  font-size: 35px;
  line-height: 40px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-user-name .profile-user-gender {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center bottom; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-place {
  font-size: 14px;
  line-height: 26px;
  color: #999999; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box {
  margin-top: 25px;
  margin-bottom: 50px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-stat-txt {
  padding-top: 14px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat {
  display: inline-block; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt-1 a, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt-1 a {
  font-size: 18px;
  font-family: 'Rajdhani', sans-serif;
  color: #000000; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt-1 a:hover, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt-1 a:hover {
  color: #1885f2; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt-2, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt-2 {
  font-size: 14px;
  color: #999999; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat {
  margin-right: 50px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat img {
  display: inline-block;
  margin-right: 15px;
  float: left;
  margin-top: 4px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt {
  display: inline-block; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat img {
  display: inline-block;
  margin-right: 15px;
  float: left;
  margin-top: 4px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt {
  display: inline-block; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-preview {
  background-image: url(../img/svg/profil/eye.svg);
  background-repeat: no-repeat;
  background-position: 11px center;
  color: #353535;
  font-family: 'Rajdhani', sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  display: block;
  width: 150px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding-left: 40px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-preview:hover {
  background-image: url(../img/svg/profil/eye2.svg);
  color: #f26522;
  border-color: #f26522; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-bottom {
  margin-top: 35px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes {
  list-style: none; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes li {
  float: left;
  margin: 0 0 10px 12px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes li:nth-child(3n+4) {
  clear: left;
  float: left; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes-btn {
  font-size: 14px;
  color: #1885f2;
  text-align: center;
  display: block;
  margin-top: 10px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes-btn:hover {
  color: #1885f2;
  opacity: 0.8; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-bottom p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 26px;
  margin-bottom: 30px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .pib-social-media span {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  font-weight: bold; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .pib-social-media a {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px; }
.user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .pib-social-media a:hover {
  opacity: 0.9; }
.user-profile .profile-content .profile-basic-info form label {
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
  color: #333333; }
.user-profile .profile-content .profile-verification {
  margin-bottom: 20px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05); }
.user-profile .profile-content .profile-verification .verification-box {
  background-color: #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 25%;
  height: 105px;
  float: left;
  background-repeat: no-repeat; }
.user-profile .profile-content .profile-verification .verification-box .verification-sec-name {
  font-family: 'Rajdhani', sans-serif;
  color: #000000;
  font-size: 18px;
  margin-top: 33px;
  margin-left: 80px; }
.user-profile .profile-content .profile-verification .verification-box .verification-sec-state {
  font-size: 14px;
  color: #1885f2;
  margin-left: 80px; }
.user-profile .profile-content .profile-verification .verification-box .verification-sec-state:hover {
  color: #008eff;
  opacity: 0.8; }
.user-profile .profile-content .profile-verification .verification-box.ver-person {
  background-image: url(../img/svg/profil/przedsiebiorca.svg);
  background-size: 38px 33px;
  background-position: 26px 32px; }
.user-profile .profile-content .profile-verification .verification-box.ver-person.verified-box {
  background-image: url(../img/svg/profil/przedsiebiorca-correct.svg); }
.user-profile .profile-content .profile-verification .verification-box.ver-phone {
  background-image: url(../img/svg/profil/telefon.svg);
  background-size: 36px 41px;
  background-position: 26px 31px; }
.user-profile .profile-content .profile-verification .verification-box.ver-phone.verified-box {
  background-image: url(../img/svg/profil/telefon-correct.svg); }
.user-profile .profile-content .profile-verification .verification-box.ver-mail {
  background-image: url(../img/svg/profil/email.svg);
  background-size: 33px 43px;
  background-position: 26px 34px; }
.user-profile .profile-content .profile-verification .verification-box.ver-mail.verified-box {
  background-image: url(../img/svg/profil/email-correct.svg); }
.user-profile .profile-content .profile-verification .verification-box.ver-account {
  background-image: url(../img/svg/profil/konto.svg);
  background-size: 40px 28px;
  background-position: 18px 37px; }
.user-profile .profile-content .profile-verification .verification-box.ver-account.verified-box {
  background-image: url(../img/svg/profil/konto-correct.svg); }
.user-profile .profile-content .profile-verification .verification-box.verified-box {
  background-color: rgba(100, 191, 10, 0.1);
  border-bottom: 2px solid #64bf0a; }
.user-profile .profile-content .profile-verification .verification-box.verified-box .verification-sec-state, .user-profile .profile-content .profile-verification .verification-box.verified-box .verification-sec-state:hover {
  color: #4c4c4c;
  opacity: 1; }
.user-profile .profile-content .profile-multimedia {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 30px; }
.user-profile .profile-content .profile-multimedia form {
  background-color: #f2f9ff;
  padding: 50px 0 40px;
  margin-top: 25px; }
.user-profile .profile-content .profile-multimedia form .paf-txt-1 {
  text-align: center;
  font-size: 21px;
  font-family: 'Rajdhani', sans-serif;
  line-height: 40px; }
.user-profile .profile-content .profile-multimedia form .paf-txt-2 {
  text-align: center;
  font-size: 14px;
  color: #70787f;
  line-height: 40px; }
.user-profile .profile-content .profile-multimedia form .profile-add-file-btn {
  background-color: #1885f2;
  color: #ffffff;
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  height: 28px;
  width: 170px;
  line-height: 28px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: 10px; }
.user-profile .profile-content .profile-multimedia form .profile-add-file-btn:hover {
  background-color: #008eff; }
.user-profile .profile-content .profile-multimedia form .profile-add-file-btn img {
  margin-right: 8px; }
.user-profile .profile-content .profile-other-qualification {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 30px 10px;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px; }
.user-profile .profile-content .profile-other-qualification:hover .profile-edit-btn {
  display: block; }
.user-profile .profile-content .profile-other-qualification .profile-cancel-save-btns-2 {
  margin: 20px 0; }
.user-profile .profile-content .profile-other-qualification .poq-box {
  border-bottom: 1px solid #f0f0f0;
  margin-top: 25px;
  padding-bottom: 25px; }
.user-profile .profile-content .profile-other-qualification .poq-box:last-of-type {
  border-bottom: transparent; }
.user-profile .profile-content .profile-other-qualification .poq-box .poq-title {
  font-size: 14px;
  font-weight: bold; }
.user-profile .profile-content .profile-other-qualification .poq-box .poq-title img {
  margin-right: 15px; }
.user-profile .profile-content .profile-other-qualification .poq-box .poq-txt {
  font-size: 14px;
  color: #4c4c4c; }
.user-profile .profile-content .profile-other-qualification .poq-box .poq-txt span {
  color: #999999; }
.user-profile .profile-content .profile-other-qualification .poq-box ul {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #4c4c4c;
  list-style: none;
  line-height: 28px; }
.user-profile .profile-content .profile-other-qualification .form-clone-box {
  position: relative; }
.user-profile .profile-content .profile-other-qualification .profile-delete-btn {
  background-image: none;
  padding: 0 19px;
  margin-top: 17px;
  position: absolute;
  left: 275px;
  z-index: 3; }
.user-profile .profile-content .profile-changes-info {
  float: right; }
.user-profile .profile-content .profile-changes-info .profile-last-update, .user-profile .profile-content .profile-changes-info .profile-change-history {
  display: inline-block;
  font-size: 11px;
  color: #b2b2b2; }
.user-profile .profile-content .profile-changes-info .profile-last-update {
  margin-right: 15px; }
.user-profile .profile-content .profile-changes-info .profile-change-history {
  padding-left: 15px;
  position: relative; }
.user-profile .profile-content .profile-changes-info .profile-change-history:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 1px;
  background-color: #b2b2b2;
  left: 0;
  top: 3px; }
.user-profile .profile-content .profile-changes-info .profile-change-history a {
  color: #b2b2b2;
  text-decoration: underline; }
.user-profile .profile-content .profile-changes-info .profile-change-history a:hover {
  color: #1885f2; }
.user-profile .profile-content .profile-cancel-btn.btn-2, .user-profile .profile-content .profile-save-btn.btn-2 {
  background-image: none;
  padding: 0 20px; }
.user-profile .profile-content .profile-user-objs {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 30px; }
.user-profile .profile-content .profile-user-objs .c-box {
  margin-top: 15px;
  margin-bottom: 15px; }
.user-profile .profile-content .profile-user-objs .c-box .btn-favourite {
  top: 20px;
  right: 20px; }
.user-profile .profile-content .profile-preview-img {
  display: block;
  margin: 0 auto 40px; }
.user-profile .profile-content .profile-preview-yt {
  text-align: center; }
.user-profile .profile-content .profile-select {
  width: 230px;
  height: 38px; }
.user-profile .blue-box {
  background-color: #f2f9ff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  padding: 40px 30px 35px; }
.user-profile .blue-box .blue-box-txt-1 {
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 10px; }
.user-profile .blue-box .blue-box-txt-2 {
  text-align: center;
  color: #a6a6a6;
  font-size: 12px;
  margin-bottom: 15px; }
.user-profile .blue-box .btn-2 {
  background-image: none;
  padding: 0 19px; }
.user-profile .blue-box.user-holidays-box {
  margin-bottom: 20px; }
.user-profile .blue-box.user-holidays-box .blue-box-btn {
  text-align: center; }
.user-profile .profile-reviews-content.user-blocked-box .blue-box {
  border: 2px solid #f26522;
  margin-bottom: 20px;
  background-color: rgba(242, 101, 34, 0.1); }
.user-profile .user-uprade-button {
  text-align: center; }

.profile-preview-breadcrumbs {
  background-color: #fafafa; }

.user-preview-profile > .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.user-preview-profile > .container > .row > [class*="col-"] {
  display: flex;
  flex-direction: column; }

.user-preview-profile .profile-left-preview-menu.fixed {
  position: fixed;
  top: 30px; }
.user-preview-profile .profile-basic-info-top {
  position: relative; }
.user-preview-profile .profile-basic-info-top .btn-2 {
  background-image: none;
  padding: 0 19px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5; }
.user-preview-profile .profile-stat-txt .profile-stat-txt-h {
  display: none; }
.user-preview-profile .profile-stat-txt .profile-stat-txt-h.pst-visible {
  display: block; }
.user-preview-profile .profile-stat-txt .profile-stat-txt-1.profile-stat-txt-v.pst-hidden {
  display: none; }

.user-profile.user-preview-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt, .user-profile.user-preview-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt,
.user-profile.user-preview-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt,
.user-profile.user-preview-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt {
  margin-top: 10px;
  float: left; }

.notification-sign {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 3px solid #fff;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  background: #f26522;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  font-family: 'Rajdhani', sans-serif;
  display: none; }

.main-menu-logged-list .notification-sign {
  top: -15px;
  left: 21px; }
.main-menu-logged-list .dropdown-menu li a .notification-sign {
  top: calc(50% - 11px);
  right: 0;
  left: unset; }

.profile-left-menu .user-my-offers, .profile-left-menu .user-my-account {
  position: relative; }
.profile-left-menu .user-my-offers .notification-sign, .profile-left-menu .user-my-account .notification-sign {
  top: calc(50% - 12px);
  left: 105px;
  border: 3px solid #f26522; }
.profile-left-menu .current-profile-menu.user-my-offers .notification-sign, .profile-left-menu .current-profile-menu.user-my-account .notification-sign {
  top: 20px; }

@media (max-width: 1199px) {
  .profile-left-menu .profile-left-main-menu .profile-main-menu li a {
    height: auto; }

  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat {
    margin-right: 30px; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container img {
    width: 136px;
    height: 136px; }
  .user-profile .profile-content .profile-verification .verification-box {
    width: 50%; } }
@media (max-width: 991px) {
  .user-profile .profile-left-menu {
    display: none; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container {
    margin-bottom: 40px; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container img {
    display: block;
    margin: 0 auto; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes li:nth-child(3n+4) {
    clear: none; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes-btn {
    margin-bottom: 20px; }
  .user-profile .profile-other-qualification .poq-box .poq-title {
    margin-bottom: 10px; } }
@media (max-width: 640px) {
  .user-profile .profile-content .profile-multimedia form .paf-txt-1 {
    padding: 0 15px;
    line-height: 24px;
    margin-bottom: 20px; }
  .user-profile .profile-content .profile-multimedia form .paf-txt-2 {
    padding: 0 15px;
    line-height: 18px; } }
@media (max-width: 560px) {
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat {
    display: block; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat {
    margin-bottom: 20px; } }
@media (max-width: 500px) {
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-user-name .profile-user-gender {
    display: none; }
  .user-profile .profile-content .profile-verification .verification-box {
    width: 100%; } }
@media (max-width: 360px) {
  .user-profile .profile-content.company-content .profile-edit-btn {
    right: 10px; } }
@media (max-width: 330px) {
  .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .pib-social-media span {
    display: block;
    margin-bottom: 10px; } }
/*MENU MOBILNE*/
.header-profile-menu-btn {
  display: none; }

.profile-close-btn {
  display: block;
  font-size: 30px;
  cursor: pointer;
  height: 61px;
  width: 53px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 320px;
  background-color: #e6e6e6;
  padding-top: 11px;
  z-index: 5; }

.profile-header .dropdown-1 {
  display: none; }

.profile-sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  background-color: #e6e6e6;
  /*overflow-x: hidden;*/
  transition: 0.2s;
  padding: 20px 0; }
.profile-sidenav .profile-left-menu {
  padding: 0 30px 30px; }
.profile-sidenav .profile-left-menu .profile-recommend-btn {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d1; }
.profile-sidenav .profile-left-menu .profile-recommend-btn .btn-2 {
  overflow: hidden;
  width: 100%;
  height: 38px;
  line-height: 38px;
  background-position: 30px center; }
.profile-sidenav .profile-left-menu .profile-left-main-menu .profile-main-menu li {
  background-color: #f5f5f5; }
.profile-sidenav .profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu {
  background-color: #ffffff; }
.profile-sidenav .profile-left-menu .profile-left-main-menu .profile-main-menu .profile-submenu li {
  background-color: #ffffff; }
.profile-sidenav .profile-left-menu .profile-filled .profile-filled-txt {
  font-size: 14px;
  color: #999999;
  line-height: 24px; }
.profile-sidenav .profile-left-menu .profile-filled .profile-filled-txt span {
  float: right;
  color: #000000;
  font-size: 18px; }
.profile-sidenav .profile-left-menu .profile-filled .profile-filled-txt .pft-smaller-txt {
  font-size: 14px;
  line-height: 24px; }
.profile-sidenav .profile-left-menu .profile-filled .profile-filled-bar-back {
  height: 4px;
  width: 100%;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  background-color: #ededed;
  position: relative;
  margin: 15px 0; }
.profile-sidenav .profile-left-menu .profile-filled .profile-filled-bar-green {
  position: absolute;
  content: '';
  height: 4px;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  background-color: #64bf0a;
  left: 0;
  top: 0; }
.profile-sidenav .profile-left-menu .profile-filled .profile-filled-bar-green.bar-75 {
  width: 75%; }
.profile-sidenav .profile-left-menu .profile-filled .panel-group .panel {
  background-color: transparent;
  border: none;
  padding-bottom: 25px; }
.profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  padding: 10px 0 0; }
.profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #1885f2;
  height: 20px;
  font-weight: normal; }
.profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a:hover {
  color: #1885f2;
  opacity: 0.8; }
.profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a span {
  color: #999999; }
.profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  z-index: 5; }
.profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: url(../img/icons/menu-arrow-up.png); }
.profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: url(../img/icons/menu-arrow-down.png); }
.profile-sidenav .profile-left-menu .profile-filled ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.profile-sidenav .profile-left-menu .profile-filled ul a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #1885f2;
  font-weight: normal;
  line-height: 34px; }
.profile-sidenav .profile-left-menu .profile-filled ul a:hover {
  color: #1885f2;
  opacity: 0.8; }
.profile-sidenav .profile-left-menu .profile-filled ul a span {
  color: #999999; }
.profile-sidenav .profile-left-menu .profile-filled ul a.ver-list-verified {
  text-decoration: line-through;
  color: #999999; }
.profile-sidenav .profile-left-menu .profile-filled ul a.ver-list-verified:hover {
  opacity: 1; }
.profile-sidenav .profile-left-menu .profile-earned .profile-earned-txt {
  font-size: 14px;
  color: #999999; }
.profile-sidenav .profile-left-menu .profile-earned .profile-earned-txt img {
  margin-right: 15px; }

@media (max-width: 991px) {
  .profile-header {
    height: 60px; }

  .header-profile-menu-btn {
    display: block;
    font-size: 30px;
    cursor: pointer;
    float: left;
    margin-right: 12px;
    height: 34px;
    margin-top: -4px; } }
@media (max-width: 400px) {
  .profile-sidenav .profile-left-menu .profile-recommend-btn .btn-2 {
    height: auto;
    line-height: 18px;
    padding: 5px 19px 5px 42px;
    background-position: 17px center; }
  .profile-sidenav .profile-left-menu .profile-left-main-menu .panel-default > .panel-heading a {
    height: auto;
    padding: 14px 15px;
    line-height: 18px; }
  .profile-sidenav .profile-left-menu .profile-left-main-menu .panel-default > .panel-heading a:after {
    top: 0; } }
@media (max-width: 380px) {
  .profile-close-btn {
    left: 260px; }

  .profile-header .logo img {
    width: 95px;
    margin-top: 4px; } }
/*KONIEC MENU MOBILNE*/
/*PROFIL - OCENY I RECENZJE*/
.profile-reviews-content {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05); }
.profile-reviews-content .profile-reviews-nav {
  padding: 25px 30px 15px; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top {
  border-bottom: 1px solid #f0f0f0;
  position: relative; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-dots, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-next, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-prev {
  display: none; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item a {
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
  color: #000000;
  border-bottom: 3px solid transparent;
  padding: 10px 0;
  margin-right: 45px;
  display: block; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item a:hover, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item a.active {
  color: #000000;
  border-bottom: 3px solid #008eff; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item span {
  background-color: #f26522;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  color: #ffffff;
  width: 17px;
  height: 17px;
  position: absolute;
  content: '';
  top: 0;
  right: 23px;
  text-align: center;
  line-height: 17px;
  font-size: 10px;
  font-family: 'Rajdhani', sans-serif; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .pib-circle-container {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 61px;
  height: 61px; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-circle-box {
  position: relative;
  width: 61px;
  height: 61px;
  display: block; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-circle-box .profile-circle {
  position: absolute;
  content: '';
  border: 3px solid #ffffff;
  background-color: #008eff;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 61px;
  height: 61px; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-circle-box .profile-circle-note {
  position: absolute;
  content: '';
  font-size: 10px;
  color: #ffffff;
  top: 12px;
  text-align: center; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-circle-box .profile-circle-note span {
  font-size: 14px;
  color: #ffffff;
  font-family: 'Rajdhani', sans-serif; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom {
  padding-top: 30px; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown {
  margin-right: 0;
  float: right; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .opinion-bottom-txt {
  margin-right: 10px;
  display: inline-block; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .dropdown {
  display: inline-block; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown button {
  width: 230px; }
.profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .dropdown-menu {
  width: 100%; }
.profile-reviews-content .opinions-reviews {
  padding: 0 40px; }
.profile-reviews-content .opinions-reviews .opinion-box-txt .opinion-main-info {
  margin-bottom: 10px; }
.profile-reviews-content .opinions-reviews .opinion-box-txt .opinion-place-name {
  margin-top: 20px;
  font-size: 14px;
  color: #353535;
  font-family: 'Rajdhani', sans-serif; }
.profile-reviews-content .opinions-reviews .opinion-box-txt .link-1 {
  background-image: url(../img/svg/profil/odp.svg);
  padding-left: 25px;
  font-size: 14px; }
.profile-reviews-content .opinions-reviews .opinion-box-txt p {
  margin-bottom: 15px; }
.profile-reviews-content .opinions-reviews .opinion-box-txt p .link-1 {
  font-size: 14px;
  background-image: none;
  margin-left: 15px;
  padding-left: 0; }
.profile-reviews-content .opinions-reviews .opinion-bottom {
  padding-bottom: 40px; }
.profile-reviews-content .new-opinion-wrapper {
  border: 0px;
  margin-left: 0px;
  margin-right: auto;
  margin-bottom: 15px;
  width: 100%;
  position: relative; }
.profile-reviews-content .new-opinion-btn {
  display: block;
  overflow: auto;
  height: auto;
  cursor: pointer; }
.profile-reviews-content .new-opinion-btn.opened {
  cursor: pointer; }
.profile-reviews-content .new-opinion-btn-text {
  float: left;
  height: 100%; }
.profile-reviews-content .new-opinion-form-box {
  margin: 0px 11px 11px 11px;
  display: none; }
.profile-reviews-content .new-opinion-form-text {
  height: auto;
  padding: 10px 0px 20px 0px; }
.profile-reviews-content .new-opinion-form-text .btn-1 {
  background-color: #ffffff; }
.profile-reviews-content .new-opinion-form-text .btn-1:hover {
  background-color: #1885f2; }
.profile-reviews-content .new-opinion-form-text .btn-2 {
  background-image: none;
  padding: 0 19px; }

@media (max-width: 767px) {
  .profile-reviews-content .opinion-box-txt .opinion-main-info {
    position: relative; }
  .profile-reviews-content .opinion-box-txt .opinion-main-info .opinion-report {
    position: absolute;
    top: -20px;
    right: 0; }
  .profile-reviews-content .opinion-bottom .opinion-bottom-txt, .profile-reviews-content .opinion-bottom .pagination-box {
    display: none; }
  .profile-reviews-content .opinion-bottom .opinion-bottom-btn {
    float: none;
    display: block;
    margin: 0 auto;
    width: 155px; } }
@media (max-width: 660px) {
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .pib-circle-container {
    bottom: -70px; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .opinion-bottom-txt {
    float: none; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown {
    float: none;
    display: block;
    margin-top: 10px; } }
@media (min-width: 470px) {
  .profile-reviews-carousel .owl-item {
    width: auto !important; } }
@media (max-width: 600px) {
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-stage-outer {
    padding: 0 32px; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-next, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-prev {
    display: initial;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 4px; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-next span, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-prev span {
    display: none; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-prev {
    background-image: url(../img/icons/img26.png);
    left: -20px; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-next {
    background-image: url(../img/icons/img27.png);
    right: -20px; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item span {
    left: -20px; } }
@media (max-width: 460px) {
  .profile-reviews-content .opinion-box-txt .opinion-main-info .opinion-report {
    top: -30px; } }
@media (max-width: 440px) {
  .profile-reviews-content .new-opinion-form-text .btn-1 {
    width: 100%; }
  .profile-reviews-content .new-opinion-form-text .btn-2 {
    margin-bottom: 10px;
    width: 100%; } }
@media (max-width: 360px) {
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item a {
    text-align: center; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item span {
    left: 45px; } }
/*KONIEC PROFIL - OCENY I RECENZJE*/
/*PROFIL - TWOJE OFERTY*/
.profile-offers-content .profile-offers-earned {
  position: absolute;
  right: 0;
  top: 4px;
  color: #333333;
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
  line-height: 34px; }
.profile-offers-content .user-offers {
  padding: 0 30px; }
.profile-offers-content .po-top-btn-box {
  padding: 30px 30px 0;
  float: right; }
.profile-offers-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .opinion-bottom-txt {
  margin-left: 20px; }
.profile-offers-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown button {
  width: 130px; }
.profile-offers-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .dropdown-menu {
  width: 100%;
  min-width: 100%; }
.profile-offers-content .user-offer-box {
  border-bottom: 1px solid #ebeef0;
  margin-bottom: 20px;
  padding-bottom: 12px; }
.profile-offers-content .user-offer-box .offer-img-wrapper {
  float: left;
  margin-right: 22px; }
.profile-offers-content .user-offer-box .offer-img-wrapper img {
  width: 98px;
  height: 69px; }
.profile-offers-content .user-offer-box .offer-info-wrapper {
  float: right;
  width: calc(100% - 120px); }
.profile-offers-content .user-offer-box .offer-info-top {
  margin-bottom: 5px; }
.profile-offers-content .user-offer-box .o-badge {
  font-size: 12px;
  font-family: 'Rajdhani', sans-serif;
  padding: 2px 10px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  line-height: 14px;
  display: inline-block; }
.profile-offers-content .user-offer-box .o-badge.simple-badge {
  background-color: #bfbfbf;
  color: #ffffff;
  display: inline-block; }
.profile-offers-content .user-offer-box .o-badge.promo-badge {
  background-color: rgba(242, 102, 35, 0.18);
  color: #000000; }
.profile-offers-content .user-offer-box .o-badge.promo-badge img {
  margin-right: 7px; }
.profile-offers-content .user-offer-box .offer-info-middle {
  margin-bottom: 5px; }
.profile-offers-content .user-offer-box .offer-info-middle span {
  background-repeat: no-repeat;
  font-size: 10px;
  color: #808080;
  padding-left: 20px;
  background-position: left center;
  line-height: 12px;
  position: relative;
  margin-left: 15px; }
.profile-offers-content .user-offer-box .offer-info-middle span:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: #c2c2c2;
  left: -8px;
  top: 5px; }
.profile-offers-content .user-offer-box .offer-info-middle span:first-child {
  margin-left: 0; }
.profile-offers-content .user-offer-box .offer-info-middle span:first-child:before {
  display: none; }
.profile-offers-content .user-offer-box .offer-info-middle .offer-shown {
  background-image: url("../img/svg/profil/twoje_oferty/Views.svg"); }
.profile-offers-content .user-offer-box .offer-info-middle .offer-observed {
  background-image: url("../img/svg/profil/twoje_oferty/Fav.svg"); }
.profile-offers-content .user-offer-box .offer-info-middle .offer-telephone {
  background-image: url("../img/svg/profil/twoje_oferty/Phone.svg"); }
.profile-offers-content .user-offer-box .offer-info-middle .offer-messages {
  background-image: url("../img/svg/profil/twoje_oferty/Mail.svg"); }
.profile-offers-content .user-offer-box .offer-info-middle .oim-left {
  float: left; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-left .oim-title {
  display: inline-block;
  font-size: 16px;
  color: #404040;
  font-family: 'Rajdhani', sans-serif;
  margin-right: 15px; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-left a .oim-title {
  color: #1885f2; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-left a .oim-title:hover {
  opacity: 0.8; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-left .rate-box {
  display: inline-block; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-left .rate-box .r-value {
  padding-left: 0;
  margin-left: 5px; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-left .rate-box .r-value:before {
  display: none; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-left .oim-details {
  margin-bottom: 5px; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-left .rate {
  position: relative;
  width: 75px;
  height: 10px; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-left .rate .r-value {
  position: absolute;
  right: 0;
  top: 4px; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-middle {
  float: right;
  margin-right: 12px; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-middle.oim-middle-txt-content {
  margin-top: -5px; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-middle.oim-middle-txt-content .oim-blue {
  color: #1885f2;
  font-size: 12px;
  padding-left: 0;
  margin-right: 5px; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-middle .btn-2 {
  background-image: none;
  width: 136px;
  height: 30px;
  padding: 0;
  line-height: 30px; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-middle .oim-middle-txt {
  font-size: 12px;
  color: #010101; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-middle .oim-middle-btn {
  display: inline-block;
  width: 12px;
  height: 12px; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-middle .oim-middle-btn:hover {
  opacity: 0.8; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-middle .oim-middle-btn img {
  margin-top: -3px; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-right {
  float: right; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-right a {
  background-color: #f26522;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Rajdhani', sans-serif;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  display: block;
  width: 98px;
  height: 30px;
  text-align: center;
  line-height: 30px; }
.profile-offers-content .user-offer-box .offer-info-middle .oim-right a:hover {
  background-color: #ff7939;
  color: #ffffff; }
.profile-offers-content .user-offer-box .offer-info-bottom .link-1 {
  font-size: 12px;
  margin-right: 20px; }
.profile-offers-content .user-offer-box .offer-info-bottom .link-1.link-1-offer {
  background-image: url("../img/svg/profil/twoje_oferty/Add.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px 12px;
  padding-left: 20px; }
.profile-offers-content .user-offer-box .offer-info-bottom .offer-info-bottom-left {
  display: inline-block; }
.profile-offers-content .user-offer-box .offer-info-bottom .offer-info-bottom-right {
  display: inline-block;
  float: right; }
.profile-offers-content .user-offer-box .offer-info-bottom .offer-info-bottom-right .link-2 {
  color: #808080;
  font-size: 12px;
  margin-left: 20px; }
.profile-offers-content .user-offer-box .offer-info-bottom .offer-info-bottom-right .link-2:hover {
  color: #808080;
  text-decoration: underline; }

@media (max-width: 1199px) {
  .profile-offers-content .profile-offers-earned {
    top: 50px; }
  .profile-offers-content .profile-reviews-nav .profile-reviews-nav-bottom {
    padding-top: 50px; }
  .profile-offers-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .opinion-bottom-txt {
    margin-left: 13px; }
  .profile-offers-content .user-offer-box .offer-info-middle .oim-left {
    width: 100%; }
  .profile-offers-content .user-offer-box .offer-info-middle .oim-middle {
    float: left; }
  .profile-offers-content .user-offer-box .offer-info-middle .oim-right {
    float: left;
    margin-right: 20px; }
  .profile-offers-content .user-offer-box .offer-info-bottom .offer-info-bottom-right {
    float: left;
    margin-top: 8px; } }
@media (max-width: 991px) {
  .profile-offers-content .user-offer-box .offer-info-bottom .offer-info-bottom-left {
    width: 100%; } }
@media (max-width: 730px) {
  .profile-offers-content .profile-reviews-nav .profile-reviews-nav-bottom {
    padding-top: 5px; }
  .profile-offers-content .profile-reviews-nav .profile-reviews-nav-bottom .opinion-bottom-txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .profile-offers-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .opinion-bottom-txt {
    width: auto; } }
@media (max-width: 660px) {
  .profile-offers-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown {
    margin-top: 0; }
  .profile-offers-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .opinion-bottom-txt {
    margin-left: 0; } }
@media (max-width: 620px) {
  .profile-offers-content .user-offer-box .offer-info-middle .oim-details span {
    display: block;
    margin: 5px 0 10px; }
  .profile-offers-content .user-offer-box .offer-info-middle .oim-details span:before {
    display: none; } }
@media (max-width: 590px) {
  .profile-offers-content .user-offer-box .offer-info-bottom .offer-info-bottom-right .link-2 {
    margin-left: 0;
    margin-right: 20px; } }
@media (max-width: 500px) {
  .profile-offers-content .user-offer-box .offer-info-wrapper {
    width: 100%;
    margin-top: 20px; } }
@media (max-width: 470px) {
  .profile-offers-content .profile-offers-earned {
    position: relative;
    top: 0;
    text-align: right;
    margin: 10px 0 5px; } }
@media (max-width: 380px) {
  .profile-offers-content .user-offer-box .offer-info-middle .oim-right {
    width: 100%;
    margin-bottom: 10px; }

  .user-profile .user-uprade-button .btn-2 {
    height: auto;
    line-height: 1.4;
    padding: 5px 19px; } }
/*KONIEC PROFIL - TWOJE OFERTY*/
/*PROFIL - ULUBIONE*/
.profile-fav-content,
.profile-calendar-content {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 25px 20px 0; }
.profile-fav-content .fav-top-box,
.profile-calendar-content .fav-top-box {
  background-color: #f2f9ff;
  padding: 25px 30px;
  margin-bottom: 20px;
  position: relative; }
.profile-fav-content .fav-top-box .ftb-txt,
.profile-calendar-content .fav-top-box .ftb-txt {
  width: 75%;
  font-size: 14px;
  line-height: 20px;
  color: #70787f;
  float: left;
  display: inline-block; }
.profile-fav-content .fav-top-box .ftb-btn,
.profile-calendar-content .fav-top-box .ftb-btn {
  width: 25%;
  display: inline-block;
  line-height: 40px; }
.profile-fav-content .fav-top-box .ftb-btn .btn-2,
.profile-calendar-content .fav-top-box .ftb-btn .btn-2 {
  line-height: 26px;
  height: 27px;
  font-size: 13px;
  background: #1885f2 url("../img/svg/profil/Add2.svg") 9px center no-repeat;
  padding: 0 13px 0 30px;
  cursor: pointer; }
.profile-fav-content .fav-top-box .ftb-btn .btn-2:hover,
.profile-calendar-content .fav-top-box .ftb-btn .btn-2:hover {
  background-color: #008eff; }
.profile-fav-content .title,
.profile-calendar-content .title {
  margin-top: 10px; }
.profile-fav-content .c-box,
.profile-calendar-content .c-box {
  border-bottom: none;
  margin-bottom: 35px;
  position: relative; }
.profile-fav-content .c-box .btn-favourite,
.profile-calendar-content .c-box .btn-favourite {
  right: 25px; }
.profile-fav-content .c-box .rate-box,
.profile-calendar-content .c-box .rate-box {
  padding-bottom: 25px;
  border-bottom: 1px solid #ebeef0; }
.profile-fav-content .c-box .description,
.profile-calendar-content .c-box .description {
  height: 160px; }
.profile-fav-content .c-box .btn-2,
.profile-calendar-content .c-box .btn-2 {
  height: 28px;
  padding: 0 18px 0 35px;
  text-align: center;
  line-height: 27px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  background: #1885f2 url("../img/svg/profil/Add2.svg") 11px center no-repeat;
  font-size: 13px;
  margin-top: -25px;
  cursor: pointer; }
.profile-fav-content .c-box .btn-2:hover,
.profile-calendar-content .c-box .btn-2:hover {
  background-color: #008eff; }

.profile-fav-content .title {
  width: auto; }
.profile-fav-content .listing-top-dropdown {
  float: right;
  margin-top: 10px;
  margin-right: 0; }
.profile-fav-content .listing-top-dropdown .dropdown-menu {
  width: 100%; }

@media (max-width: 1199px) {
  .profile-fav-content .fav-top-box .ftb-txt {
    width: 65%; }
  .profile-fav-content .fav-top-box .ftb-btn {
    width: 35%;
    line-height: 60px; }
  .profile-fav-content .fav-top-box .ftb-btn .btn-2 {
    margin-left: 30px; } }
@media (max-width: 710px) {
  .profile-fav-content .fav-top-box .ftb-txt {
    width: 50%; }
  .profile-fav-content .fav-top-box .ftb-btn {
    width: 50%;
    line-height: 0;
    position: absolute;
    top: calc(50% - 14px);
    right: 30px;
    text-align: right; }
  .profile-fav-content .fav-top-box .ftb-btn .btn-2 {
    margin-left: 0; } }
@media (max-width: 600px) {
  .profile-fav-content .title {
    width: 100%;
    margin-bottom: 10px; }
  .profile-fav-content .listing-top-dropdown {
    float: left;
    margin-top: 0;
    margin-bottom: 20px; } }
@media (max-width: 560px) {
  .profile-fav-content .fav-top-box .ftb-txt {
    width: 100%; }
  .profile-fav-content .fav-top-box .ftb-btn {
    width: 100%;
    position: relative;
    right: 0;
    margin-top: 10px; } }
/*KONIEC PROFIL - ULUBIONE*/
/*PROFIL - WIADOMOSCI ODEBRANE*/
.profile-messages-content .message-new-btn {
  display: none;
  position: fixed;
  z-index: 10;
  right: 25px;
  bottom: 20px; }
.profile-messages-content .message-new-btn img {
  width: 40px;
  height: 40px; }
.profile-messages-content .message-new-btn:hover {
  cursor: pointer; }
.profile-messages-content .profile-offers-earned {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 50; }
.profile-messages-content .profile-offers-earned .btn-1 {
  height: 24px;
  line-height: 24px;
  font-size: 13px; }
.profile-messages-content .messages-checkbox {
  display: inline-block;
  margin-right: 30px; }
.profile-messages-content .messages-checkbox label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  color: #a6a6a6;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 10px; }
.profile-messages-content .btn-archive {
  display: inline-block;
  color: #1885f2;
  font-size: 14px;
  font-family: 'Rajdhani', sans-serif; }
.profile-messages-content .btn-archive:hover {
  color: #1885f2;
  opacity: 0.8; }
.profile-messages-content .btn-archive img {
  margin-top: -4px;
  margin-right: 10px; }
.profile-messages-content .messages-search-box {
  position: relative;
  display: inline-block;
  float: right; }
.profile-messages-content .messages-search-box .messages-search-btn {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../img/svg/profil/Search.svg);
  background-repeat: no-repeat;
  border: none;
  background-size: 12px 13px;
  background-position: center;
  padding: 0;
  right: 2px;
  top: 2px;
  background-color: #ffffff; }
.profile-messages-content .user-messages {
  padding: 0; }
.profile-messages-content .user-messages .opinion-bottom {
  padding: 30px 30px 40px; }
.profile-messages-content .umd-top-box {
  background-color: #c8cacc;
  height: 46px;
  line-height: 46px;
  color: #ffffff;
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  padding-left: 30px; }
.profile-messages-content .umd-message-box .um-txt-1 {
  font-size: 14px;
  font-family: 'Rajdhani', sans-serif;
  color: #353535;
  margin-bottom: 5px; }
.profile-messages-content .umd-message-box .um-txt-1 img {
  margin-right: 10px;
  margin-top: -2px; }
.profile-messages-content .umd-message-box .um-txt-2 {
  font-size: 14px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  color: #a6a6a6; }
.profile-messages-content .umd-message-box .um-txt-dash {
  color: #bac1b0;
  margin: 0 8px;
  font-family: 'Rajdhani', sans-serif; }
.profile-messages-content .umd-message-box .um-txt-new {
  color: #49a400; }
.profile-messages-content .umd-message-box.umd-message-box-new {
  background-color: rgba(100, 191, 10, 0.08); }
.profile-messages-content .umd-message-box.umd-message-box-new .um-txt-1 {
  color: #181d10; }
.profile-messages-content .umd-message-box.umd-message-box-new .um-txt-2 {
  color: #8c9382; }
.profile-messages-content .umd-message-box .umd-message-content {
  padding: 30px 0 25px;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 30px;
  position: relative; }
.profile-messages-content .umd-message-box .um-checkbox, .profile-messages-content .umd-message-box .um-img-box, .profile-messages-content .umd-message-box .um-author-box, .profile-messages-content .umd-message-box .um-title-box {
  display: inline-block;
  float: left; }
.profile-messages-content .umd-message-box .um-title-box {
  width: calc(100% - 285px); }
.profile-messages-content .umd-message-box .um-checkbox {
  margin-top: 7px; }
.profile-messages-content .umd-message-box .um-img-box {
  margin-right: 20px;
  margin-left: 10px;
  position: relative; }
.profile-messages-content .umd-message-box .um-img-box img {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important; }
.profile-messages-content .umd-message-box .um-img-box .i-data-box {
  top: unset;
  right: 2px;
  bottom: -3px; }
.profile-messages-content .umd-message-box .um-img-box .i-data-box .circle {
  width: 15px;
  height: 15px; }
.profile-messages-content .umd-message-box .um-author-box {
  width: 175px; }
.profile-messages-content .umd-message-box .btn-del-mes {
  float: right;
  margin-top: 10px; }
.profile-messages-content .umd-message-box .btn-del-mes:hover {
  opacity: 0.8; }

@media (max-width: 1199px) {
  .profile-messages-content .profile-offers-earned {
    top: -18px; }
  .profile-messages-content .umd-message-box .btn-del-mes {
    position: absolute;
    right: 0;
    top: 15px; } }
@media (max-width: 767px) {
  .profile-messages-content .message-new-btn {
    display: block; }
  .profile-messages-content .profile-offers-earned {
    display: none; } }
@media (max-width: 720px) {
  .profile-messages-content .messages-search-box {
    display: block;
    float: none;
    margin-top: 10px; }
  .profile-messages-content .messages-search-box .messages-search-btn {
    left: 198px;
    top: 4px; } }
@media (max-width: 600px) {
  .profile-messages-content .umd-message-box .um-title-box {
    width: auto;
    margin-top: 20px;
    margin-left: 50px; } }
/*KONIEC PROFIL - WIADOMOSCI ODEBRANE*/
/*PROFIL - WIADOMOSCI SZCZEGOLY*/
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-top {
  padding-bottom: 30px; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-top .link-1 {
  font-size: 14px;
  font-family: 'Rajdhani', sans-serif; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-top .link-1 .glyphicon {
  margin-right: 10px; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-top .link-1:hover .glyphicon {
  margin-right: 13px;
  margin-left: 0; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-top .profile-moveto-archive-btn {
  font-size: 14px;
  font-family: 'Rajdhani', sans-serif;
  color: #a6a6a6;
  float: right; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-top .profile-moveto-archive-btn:hover {
  color: #a6a6a6;
  opacity: 0.8; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-top .profile-moveto-archive-btn img {
  margin-left: 10px;
  margin-top: -4px; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-bottom {
  border-bottom: 1px solid #f0f0f0;
  padding: 22px 0; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-bottom .profile-mes-offer img {
  width: 83px;
  height: 55px;
  margin-right: 20px;
  float: left; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-bottom .profile-mes-offer .profile-mes-offer-desc {
  float: left;
  margin-top: 10px; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-bottom .profile-mes-offer .profile-mes-offer-desc .profile-mes-offer-cat {
  text-transform: uppercase;
  font-size: 12px;
  color: #333333;
  font-family: 'Rajdhani', sans-serif; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-bottom .profile-mes-offer .profile-mes-offer-desc .profile-mes-offer-cat span {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  text-transform: none;
  color: #404040;
  position: relative;
  margin-left: 7px;
  padding-left: 10px; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-bottom .profile-mes-offer .profile-mes-offer-desc .profile-mes-offer-cat span:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #c2c2c2;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  left: 0;
  top: 6px; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-bottom .profile-mes-offer .profile-mes-offer-desc .profile-mes-offer-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  color: #1885f2; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-bottom .profile-mes-custom-btn {
  float: right;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  color: #353535;
  font-size: 14px;
  font-family: 'Rajdhani', sans-serif;
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 34px;
  margin-top: 12px;
  background-image: url(../img/svg/profil/add_offer.svg);
  background-repeat: no-repeat;
  background-position: 13px center; }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-bottom .profile-mes-custom-btn:hover {
  color: #f26522;
  border-color: #f26522;
  background-image: url(../img/svg/profil/add_offer2.svg); }
.profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-bottom .profile-mes-custom-btn .glyphicon {
  margin-right: 10px; }
.profile-mesdetails-content .profile-mesdetail-bottom {
  padding: 10px 30px 30px; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-row {
  margin-bottom: 20px; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-box {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  position: relative;
  margin-bottom: 15px;
  width: calc(100% - 65px);
  display: inline-block; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-box:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  width: 9px;
  height: 11px;
  bottom: -10px; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-guest-mes-box {
  background-color: #f5f5f5;
  color: #4c4c4c;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-guest-mes-box:after {
  background-image: url(../img/icons/mes-triangle.png);
  left: 12px; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-guest-info img {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-right: 10px;
  display: inline-block; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-guest-name {
  font-size: 14px;
  color: #353535;
  font-family: 'Rajdhani', sans-serif;
  display: inline-block; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-guest-name span {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  color: #a6a6a6;
  margin-left: 15px;
  padding-left: 17px;
  position: relative; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-guest-name span:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 15px;
  background-color: #dcdfe0;
  left: 0;
  top: 0; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-answer-mes-box {
  background-color: #5c5c5c;
  color: #ffffff; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-answer-mes-box:after {
  background-image: url(../img/icons/mes-triangle2.png);
  right: 12px; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-date {
  font-size: 14px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  color: #a6a6a6;
  float: right; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-report {
  display: inline-block;
  margin-left: 15px; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-report:hover {
  opacity: 0.8; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-send-img {
  margin-top: -45px;
  margin-left: 42px;
  margin-right: 6px; }
.profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-delivered-img {
  margin-top: -45px;
  margin-left: 36px;
  margin-right: 6px; }
.profile-mesdetails-content .profile-mesdetail-bottom .attachemnt-btn {
  font-size: 12px;
  color: #1885f2;
  display: block;
  margin-top: 5px; }
.profile-mesdetails-content .profile-mesdetail-bottom .attachemnt-btn:hover {
  color: #1885f2;
  opacity: 0.8; }
.profile-mesdetails-content .profile-mesdetail-bottom .attachemnt-btn img {
  margin-right: 7px; }
.profile-mesdetails-content .profile-mesdetail-bottom form {
  margin-left: 65px; }
.profile-mesdetails-content .profile-mesdetail-bottom .new-attachment-lbl {
  cursor: pointer;
  font-size: 14px;
  font-family: 'Rajdhani', sans-serif;
  color: #1885f2;
  font-weight: normal;
  margin-right: 20px; }
.profile-mesdetails-content .profile-mesdetail-bottom .new-attachment-lbl:hover {
  opacity: 0.8; }
.profile-mesdetails-content .profile-mesdetail-bottom .new-attachment-lbl input {
  display: none; }
.profile-mesdetails-content .profile-mesdetail-bottom .new-attachment-lbl img {
  margin-right: 10px; }
.profile-mesdetails-content .profile-mesdetail-bottom .new-attachment-desc {
  font-size: 11px;
  font-style: italic;
  color: #a6a6a6; }
.profile-mesdetails-content .profile-mesdetail-bottom .btn-2 {
  background-image: none;
  padding: 0 19px;
  float: right; }

@media (max-width: 767px) {
  .profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-bottom .profile-mes-offer .profile-mes-offer-desc {
    width: calc(100% - 103px); }
  .profile-mesdetails-content .profile-reviews-nav .profile-reviews-nav-bottom .profile-mes-custom-btn {
    float: left; }
  .profile-mesdetails-content .profile-mesdetail-bottom form {
    margin-left: 0; } }
@media (max-width: 580px) {
  .profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-box {
    width: calc(100% - 30px); }
  .profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-report {
    margin-left: 10px; }
  .profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-send-img, .profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-delivered-img {
    margin-left: 0; }
  .profile-mesdetails-content .profile-mesdetail-bottom .new-attachment-desc {
    display: block;
    margin-left: 25px;
    margin-bottom: 10px; }
  .profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-guest-info img {
    float: left; }
  .profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-guest-name span {
    display: block;
    margin-left: 0;
    padding-left: 0; }
  .profile-mesdetails-content .profile-mesdetail-bottom .profile-mes-guest-name span:before {
    display: none; } }
/*KONIEC PROFIL - WIADOMOSCI SZCZEGOLY*/
/*PROFIL - PLAN PODROZY*/
.profile-calendar-content {
  margin-bottom: 30px; }
.profile-calendar-content .fav-top-box.fav-top-box-2 .ftb-txt {
  font-size: 18px;
  color: #001326;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500; }
.profile-calendar-content .fav-top-box.fav-top-box-2 .ftb-txt span {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #a6a6a6;
  line-height: 18px;
  margin-left: 10px; }
.profile-calendar-content .fav-top-box.fav-top-box-2 .ftb-txt a {
  display: block;
  color: #1885f2;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 12px;
  margin-top: 8px; }
.profile-calendar-content .fav-top-box.fav-top-box-2 .ftb-txt a:hover {
  opacity: 0.8; }
.profile-calendar-content .fav-top-box.fav-top-box-2 .ftb-btn .btn-2 {
  background-image: none;
  padding: 0 15px;
  float: right;
  margin-top: 10px;
  min-width: 136px; }
.profile-calendar-content .carousel .prev-box, .profile-calendar-content .carousel .next-box {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  width: 32px;
  height: 32px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  top: 0;
  margin-top: -55px;
  left: unset; }
.profile-calendar-content .carousel .prev-box {
  right: 60px; }
.profile-calendar-content .carousel .next-box {
  right: 15px; }
.profile-calendar-content .carousel .bx-wrapper {
  margin: 0 15px; }
.profile-calendar-content #map {
  height: 780px !important;
  margin-top: 70px; }

.calendar-offer-box {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  margin: 0 6px 10px; }
.calendar-offer-box .calendar-main-img {
  height: 90px;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
.calendar-offer-box .calendar-main-img-box {
  position: relative; }
.calendar-offer-box .calendar-main-img-box:after {
  position: absolute;
  content: '';
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(60%, rgba(0, 0, 0, 0)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
  /* ie10+ */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  /* ie6-9 */
  height: 90px;
  width: 100%;
  left: 0;
  top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
.calendar-offer-box .calendar-main-img-box .calendar-offer-edit {
  position: absolute;
  content: '';
  background-image: url(../img/svg/profil/Edit_planner.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 9px;
  left: 10px;
  z-index: 5; }
.calendar-offer-box .calendar-main-img-box .calendar-offer-cancel {
  position: absolute;
  content: '';
  background-image: url(../img/svg/profil/Cancel.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  top: 9px;
  right: 10px;
  z-index: 5; }
.calendar-offer-box .calendar-offer-desc {
  padding: 10px 10px 0; }
.calendar-offer-box .calendar-offer-title {
  font-size: 12px;
  font-family: 'Rajdhani', sans-serif;
  line-height: 14px;
  margin-bottom: 5px;
  color: #008eff;
  display: block; }
.calendar-offer-box .calendar-offer-title:hover {
  opacity: 0.8; }
.calendar-offer-box .calendar-offer-box-list li {
  padding-left: 20px;
  position: relative;
  font-size: 10px;
  color: #4c4c4c;
  line-height: 21px; }
.calendar-offer-box .calendar-offer-box-list li span {
  color: #000000; }
.calendar-offer-box .calendar-offer-box-list li a {
  font-family: 'Rajdhani', sans-serif;
  color: #008eff;
  font-size: 12px; }
.calendar-offer-box .calendar-offer-box-list li a:hover {
  opacity: 0.8; }
.calendar-offer-box .calendar-offer-box-list li:before {
  position: absolute;
  content: '';
  left: 0;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto; }
.calendar-offer-box .calendar-offer-box-list li.calendar-place:before {
  background-image: url(../img/svg/profil/Pin.svg);
  width: 12px;
  height: 16px; }
.calendar-offer-box .calendar-offer-box-list li.calendar-time:before {
  background-image: url(../img/svg/profil/Time.svg);
  width: 13px;
  height: 12px; }
.calendar-offer-box .calendar-offer-box-list li.calendar-people:before {
  background-image: url(../img/svg/profil/Profile.svg);
  width: 13px;
  height: 12px; }
.calendar-offer-box .calendar-offer-box-list li.calendar-price:before {
  background-image: url(../img/svg/profil/Price.svg);
  width: 9px;
  height: 12px; }
.calendar-offer-box .calendar-offer-box-list li.calendar-tel:before {
  background-image: url(../img/svg/profil/twoje_oferty/Phone.svg);
  width: 12px;
  height: 12px; }
.calendar-offer-box .calendar-offer-box-list li.calendar-mail:before {
  background-image: url(../img/svg/profil/twoje_oferty/Mail.svg);
  width: 12px;
  height: 9px; }
.calendar-offer-box .calendar-offer-notes {
  font-size: 10px;
  font-weight: bold;
  color: #4c4c4c;
  margin-top: 10px; }
.calendar-offer-box .calendar-offer-notes p {
  font-weight: normal;
  margin-bottom: 20px; }

.panel.with-nav-tabs.calendar-panel {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  position: relative; }
.panel.with-nav-tabs.calendar-panel .btn-2 {
  background-image: none;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  float: right;
  margin: 20px 10px 0 0; }
.panel.with-nav-tabs.calendar-panel .calendar-share-btn {
  position: absolute;
  content: '';
  top: 10px;
  right: 10px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  color: #353535;
  font-size: 14px;
  font-family: 'Rajdhani', sans-serif;
  height: 28px;
  line-height: 28px;
  padding: 0 10px 0 34px;
  margin-top: 12px;
  background-image: url(../img/svg/oferta/shaer.svg);
  background-repeat: no-repeat;
  background-position: 13px center; }
.panel.with-nav-tabs.calendar-panel .calendar-share-btn:hover {
  color: #f26522;
  border-color: #f26522;
  background-image: url(../img/svg/oferta/shaer2.svg); }
.panel.with-nav-tabs.calendar-panel .days-carousel {
  width: 170px;
  float: right; }
.panel.with-nav-tabs.calendar-panel .days-carousel li {
  text-align: center;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  height: 32px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  line-height: 32px; }
.panel.with-nav-tabs.calendar-panel .days-carousel .prev-box, .panel.with-nav-tabs.calendar-panel .days-carousel .next-box {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  width: 32px;
  height: 32px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  top: 0;
  margin-top: 0;
  left: unset; }
.panel.with-nav-tabs.calendar-panel .days-carousel .prev-box {
  left: 10px; }
.panel.with-nav-tabs.calendar-panel .days-carousel .next-box {
  right: 10px; }
.panel.with-nav-tabs.calendar-panel .days-carousel .bx-wrapper {
  margin: 0 15px; }
.panel.with-nav-tabs.calendar-panel .panel-heading {
  padding: 10px 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }
.panel.with-nav-tabs.calendar-panel .panel-body {
  padding: 10px 0; }
.panel.with-nav-tabs.calendar-panel .nav-tabs {
  border-bottom: none; }
.panel.with-nav-tabs.calendar-panel .nav-tabs > li > a, .panel.with-nav-tabs.calendar-panel .nav-tabs > li > a:focus {
  color: #333333;
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 10px 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }
.panel.with-nav-tabs.calendar-panel .nav-tabs > li > a:hover {
  border: none;
  border-bottom: 3px solid #008eff; }
.panel.with-nav-tabs.calendar-panel .nav-tabs > .open > a, .panel.with-nav-tabs.calendar-panel .nav-tabs > .open > a:hover, .panel.with-nav-tabs.calendar-panel .nav-tabs > .open > a:focus, .panel.with-nav-tabs.calendar-panel .nav-tabs > li > a:hover, .panel.with-nav-tabs.calendar-panel .nav-tabs > li > a:focus {
  color: #333333;
  background-color: #ffffff; }
.panel.with-nav-tabs.calendar-panel .nav-tabs > li.active > a, .panel.with-nav-tabs.calendar-panel .nav-tabs > li.active > a:hover, .panel.with-nav-tabs.calendar-panel .nav-tabs > li.active > a:focus {
  color: #333333;
  background-color: #ffffff;
  border: none;
  border-bottom: 3px solid #008eff; }
.panel.with-nav-tabs.calendar-panel .calendar-panel-nav-txt {
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
  color: #333333;
  margin-bottom: 20px;
  display: inline-block;
  margin-left: 10px; }
.panel.with-nav-tabs.calendar-panel .calendar-panel-nav-right {
  display: inline-block;
  float: right; }
.panel.with-nav-tabs.calendar-panel .calendar-panel-nav-right .dropdown-1 {
  margin-right: 35px; }
.panel.with-nav-tabs.calendar-panel ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.panel.with-nav-tabs.calendar-panel .nav-tabs {
  padding-left: 10px; }
.panel.with-nav-tabs.calendar-panel .week-calendar {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden; }
.panel.with-nav-tabs.calendar-panel .week-calendar .calendar-day {
  float: left;
  width: calc(100% / 7);
  border-right: 1px solid #e5e5e5; }
.panel.with-nav-tabs.calendar-panel .week-calendar .calendar-day:last-child {
  border-right: none; }
.panel.with-nav-tabs.calendar-panel .week-calendar .calendar-day .calendar-day-top {
  color: #000000;
  font-size: 14px;
  font-family: 'Rajdhani', sans-serif;
  background-color: #f2f4f5;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
.panel.with-nav-tabs.calendar-panel .week-calendar .calendar-day .calendar-day-number {
  text-align: right;
  margin: 15px 10px 25px 0;
  font-size: 18px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  color: #000000; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-daynames {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-daynames .month-calendar-day-name {
  color: #000000;
  font-size: 14px;
  font-family: 'Rajdhani', sans-serif;
  background-color: #f2f4f5;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  width: calc(100% / 7);
  background-color: #f2f4f5;
  border-left: 1px solid #e5e5e5; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-daynames .month-calendar-day-name:first-child {
  border-left: none; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week {
  border-bottom: 1px solid #e5e5e5; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day {
  float: left;
  width: calc(100% / 7);
  border-left: 1px solid #e5e5e5;
  height: 150px;
  text-align: right;
  font-size: 18px;
  color: #000000;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  padding: 12px 10px 0 0;
  position: relative; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day:first-child {
  border-left: none; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day.inactive-month-day {
  color: #9a9a9a; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day .month-calendar-event {
  font-family: 'Rajdhani', sans-serif;
  color: #ffffff;
  font-size: 12px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  position: absolute;
  width: calc(100% - 10px);
  height: 25px;
  line-height: 26px;
  text-align: left;
  padding-left: 10px;
  right: 1px; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day .month-calendar-event-bg {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  position: absolute;
  width: calc(100% - 2px);
  height: 25px;
  right: 1px; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day .month-calendar-event.event-cat-1, .panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day .month-calendar-event-bg.event-cat-1 {
  background-color: #f26522; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day .month-calendar-event.event-cat-2, .panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day .month-calendar-event-bg.event-cat-2 {
  background-color: #67c007; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day .month-calendar-event.event-cat-3, .panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day .month-calendar-event-bg.event-cat-3 {
  background-color: #ffb60a; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day .month-calendar-event.event-cat-4, .panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day .month-calendar-event-bg.event-cat-4 {
  background-color: #5973b3; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day .month-calendar-event:hover .month-calendar-offer, .panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-week .month-calendar-day .month-calendar-event-bg:hover .month-calendar-offer {
  display: block; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-offer {
  display: none;
  position: absolute;
  width: 150px;
  right: -150px;
  top: 0;
  z-index: 5; }
.panel.with-nav-tabs.calendar-panel .month-calendar .month-calendar-offer .calendar-offer-box {
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.15); }

.user-profile .calendar-mobile {
  display: none; }
.user-profile .calendar-mobile .month-calendar-offer {
  display: none;
  position: absolute;
  width: 150px;
  left: 10px;
  top: 5px;
  z-index: 10; }
.user-profile .calendar-mobile .month-calendar-offer ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.user-profile .calendar-mobile .month-calendar-offer .calendar-offer-box {
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.15);
  margin: 0;
  background-color: #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

@media (max-width: 991px) {
  .user-profile .calendar-mobile {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }
  .user-profile .calendar-mobile .calendar-mobile-top {
    padding: 5px; }
  .user-profile .calendar-mobile .calendar-mobile-top .calendar-mobile-top-txt {
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    color: #333333;
    display: inline-block;
    margin-top: 12px; }
  .user-profile .calendar-mobile .calendar-mobile-top .calendar-share-btn {
    display: inline-block;
    float: right;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    color: #353535;
    font-size: 14px;
    font-family: 'Rajdhani', sans-serif;
    height: 28px;
    line-height: 28px;
    padding: 0 10px 0 34px;
    margin-top: 12px;
    background-image: url(../img/svg/oferta/shaer.svg);
    background-repeat: no-repeat;
    background-position: 13px center; }
  .user-profile .calendar-mobile .calendar-mobile-top .calendar-share-btn:hover {
    color: #f26522;
    border-color: #f26522;
    background-image: url(../img/svg/oferta/shaer2.svg); }
  .user-profile .calendar-mobile .calendar-mobile-top .dropdown-1 {
    display: block;
    width: 90px;
    margin: 10px auto; }
  .user-profile .calendar-mobile .calendar-mobile-day {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5; }
  .user-profile .calendar-mobile .mobile-calendar-day {
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-family: 'Rajdhani', sans-serif;
    margin: 5px 0 10px; }
  .user-profile .calendar-mobile .mobile-calendar-offer {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Rajdhani', sans-serif;
    padding: 10px;
    position: relative;
    margin-bottom: 10px; }
  .user-profile .calendar-mobile .mobile-calendar-offer .calendar-offer-edit {
    position: absolute;
    content: '';
    background-image: url(../img/svg/profil/Edit_planner.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 9px;
    right: 45px;
    z-index: 5; }
  .user-profile .calendar-mobile .mobile-calendar-offer .calendar-offer-cancel {
    position: absolute;
    content: '';
    background-image: url(../img/svg/profil/Cancel.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    top: 12px;
    right: 10px;
    z-index: 5; }
  .user-profile .calendar-mobile .mobile-calendar-offer:hover .month-calendar-offer {
    display: block; }
  .user-profile .calendar-mobile .event-cat-1 {
    background-color: #f26522; }
  .user-profile .calendar-mobile .event-cat-2 {
    background-color: #67c007; }
  .user-profile .calendar-mobile .event-cat-3 {
    background-color: #ffb60a; }
  .user-profile .calendar-mobile .event-cat-4 {
    background-color: #5973b3; } }
@media (max-width: 560px) {
  .profile-calendar-content .fav-top-box.fav-top-box-2 .ftb-txt span {
    display: block;
    margin-left: 0px;
    margin-top: 5px; } }
@media (max-width: 430px) {
  .profile-calendar-content .title {
    margin-top: 30px; }
  .profile-calendar-content .fav-top-box .ftb-btn {
    width: 100%; } }
/*KONIEC PROFIL - PLAN PODROZY*/
/*PROFIL - ZAINTERESOWANIA*/
*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'icomoon';
  src: url("./fonts/icomoon/icomoon.eot");
  src: url("./fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("./fonts/icomoon/icomoon.ttf") format("truetype"), url("./fonts/icomoon/icomoon.woff") format("woff"), url("./fonts/icomoon/icomoon.svg#icomoon") format("svg"); }
/* General styles for all types of buttons */
.progress-button {
  position: relative;
  display: block;
  width: 210px;
  text-align: center;
  outline: none;
  border: none;
  background: #c8cacc;
  color: #ffffff;
  font-size: 16px;
  line-height: 46px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  margin: 17px auto 0;
  font-family: 'Rajdhani', sans-serif;
  padding: 0; }

.progress-button[disabled],
.progress-button[disabled].state-loading {
  cursor: default; }

.progress-button .content {
  position: relative;
  display: block; }

.progress-button .content::before,
.progress-button .content::after {
  position: absolute;
  right: 20px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s; }

.progress-button .content::before {
  content: "Dalej";
  /* Checkmark for success */
  background-color: #f26522;
  width: 100%;
  background: #f26522 url("../img/icons/arrow-popup.png") 135px center no-repeat;
  right: 0;
  left: 0;
  text-align: center; }

.progress-button.progress-button-2 .content::before {
  content: "Wybierz";
  background: #f26522 url("../img/icons/arrow-popup.png") 145px center no-repeat; }

.progress-button .content::after {
  content: "\e258";
  /* Cross for error */
  background-color: #f26522;
  width: 100%; }

.progress-button.state-success .content::before,
.progress-button.state-error .content::after {
  opacity: 1; }

.notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.progress-button .progress {
  background: #148544; }

.progress-button .progress-inner {
  position: absolute;
  left: 0;
  background: #b8b9ba; }

.progress-button[data-horizontal] .progress-inner {
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s; }

.progress-button[data-vertical] .progress-inner {
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.3s, opacity 0.3s;
  transition: height 0.3s, opacity 0.3s; }

/* Necessary 3d styles for buttons with perspective */
.progress-button[data-perspective] {
  position: relative;
  display: inline-block;
  padding: 0;
  background: transparent;
  -webkit-perspective: 900px;
  perspective: 900px; }

.progress-button[data-perspective] .content {
  padding: 0 60px;
  background: #1d9650; }

.progress-button[data-perspective] .progress-wrap {
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.progress-button[data-perspective] .content,
.progress-button[data-perspective] .progress {
  outline: 1px solid rgba(0, 0, 0, 0);
  /* Smoothen jagged edges in FF */ }

/* Individual styles */
/* Choose the effect(s) you want, delete the rest */
/* Fill horizontal */
/* ====================== */
.progress-button[data-style="fill"][data-horizontal] {
  overflow: hidden; }

.progress-button[data-style="fill"][data-horizontal] .content {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.progress-button[data-style="fill"][data-horizontal] .content::before,
.progress-button[data-style="fill"][data-horizontal] .content::after {
  top: 100%;
  right: auto;
  left: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.progress-button[data-style="fill"][data-horizontal].state-success .content,
.progress-button[data-style="fill"][data-horizontal].state-error .content {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.interests-popup {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: white;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border: none; }
.interests-popup .modal-content {
  border: none;
  padding: 30px 45px 50px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  position: relative; }
.interests-popup .modal-content .interest-filled-color {
  position: absolute;
  content: '';
  background-color: #008eff;
  height: 5px;
  left: 0;
  top: -5px; }
.interests-popup .modal-content .close {
  opacity: 1;
  position: absolute;
  right: 45px;
  top: 30px; }
.interests-popup .modal-content .close:hover {
  opacity: 0.2; }
.interests-popup .modal-header {
  border-bottom: none;
  padding-bottom: 30px; }
.interests-popup .modal-body {
  padding: 0 40px; }
.interests-popup .popup-header-txt {
  font-family: 'Rajdhani', sans-serif;
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center; }
.interests-popup h2 {
  font-size: 32px;
  color: #000000;
  font-family: 'Rajdhani', sans-serif;
  text-align: center;
  margin-bottom: 10px; }
.interests-popup h3 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  color: #262626;
  text-align: center;
  margin-bottom: 45px; }
.interests-popup h4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-bottom: 15px; }
.interests-popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /*    columns: 4;
      -webkit-columns: 4;
      -moz-columns: 4;*/ }
.interests-popup ul li {
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
  display: block;
  width: 25%;
  float: left;
  z-index: 2; }
.interests-popup .al-cat-box {
  position: relative; }
.interests-popup .al-cat-box figure {
  overflow: hidden;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  width: 158px;
  margin-bottom: 20px;
  position: relative;
  margin: 0px auto; }
.interests-popup .al-cat-box figure:after {
  width: inherit;
  height: 65px;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3); }
.interests-popup .al-cat-box figure img {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
  width: 158px;
  height: 65px; }
.interests-popup .al-cat-box .al-cat-box-name {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Rajdhani', sans-serif;
  position: absolute;
  width: 165px;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 45px;
  z-index: 2; }
.interests-popup .al-cat-box .user-cat-checked-bg {
  display: none; }
.interests-popup .al-cat-box.al-cat-box-checked .user-cat-checked-bg {
  display: block;
  position: absolute;
  content: '';
  left: calc(50% - 15px);
  bottom: 0;
  background-color: #ffffff;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  z-index: 3; }
.interests-popup .al-cat-box .user-cat-checked {
  position: absolute;
  content: '';
  background-image: url(../img/svg/profil/Check.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px; }
.interests-popup .al-cat-box:hover figure img {
  transform: scale(1.1); }
.interests-popup .interest-popup-step-1 ul {
  margin-bottom: 40px; }
.interests-popup .progress-button-box {
  margin: -15px 0 30px; }
.interests-popup .progress-button-box .progress-button {
  margin-top: 0; }

#interestsStep2 .interests-popup h4.al-cat-box-parent:hover {
  cursor: pointer;
  color: #1885f2; }

.user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-user-name {
  font-family: 'Rubik', sans-serif; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .interests-popup ul li {
    display: block; }

  .interests-popup ul.al-cat-box-parent {
    margin-bottom: 40px; } }
@media (max-width: 991px) {
  .interests-popup .modal-body {
    padding: 0; }
  .interests-popup ul li {
    width: 33%; } }
@media (max-width: 600px) {
  .interests-popup ul li {
    width: 50%; } }
@media (max-width: 430px) {
  .interests-popup ul li {
    margin-bottom: 10px;
    width: 100%; }
  .interests-popup ul li .al-cat-box {
    display: block;
    margin: 0 auto; }
  .interests-popup ul li .al-cat-box figure {
    display: block;
    margin: 0 auto 20px; }
  .interests-popup ul li .al-cat-box.al-cat-box-checked .user-cat-checked-bg {
    left: calc(50% - 13px); } }
@media (max-width: 380px) {
  .interests-popup .progress-button {
    width: 180px; } }


.user-submenu {
  background-color: #001d33;
}

.user-submenu ul {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.user-submenu ul li {
  width: calc(100% / 4);
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 40px 0 25px;
  position: relative;
  background-color: #f9ae13;

}
/* elementy edycji danych pod js */

.user-profile .profile-edit-form {
  display: none;
}

.user-profile .profile-cancel-save-btns {
  display: none;
}

.profile-edit-avatar-form {
  display: none;
}

.profile-avatar-save-btns {
  display: none;
}

.profile-edit-avatar-btn {
  display: block;
}

.pbi-img-box {
  display: inline-block;
  width: 70px;
  margin-right: 25px;
  vertical-align: top;
}

.pbi-img-box.pbi-avatar-box img {
  border-radius: 50%;
}

.pbi-img-box img {
  width: 100%;
  height: 100%;
}

.pbi-info-box {
  display: inline-block;
  width: calc(100% - 100px);
}

.profile-edit-avatar-btn {
  padding: 1px;
  font-size: 11px;
  line-height: 12px;
  padding: 6px 0px;
  height: auto;
  margin: 6px 0px;
}


/* menu górne */
.user-submenu ul li:first-child:before {
  display: none;
}
.user-submenu ul li:before {
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% - 50px);
  background-color: #cccccc;
  left: 0;
  bottom: 25px;
}
.user-submenu ul li i {
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
  color: rgba(0,0,0,0.25)
}
.user-submenu ul li  a { 
  color: #323232;
  text-transform: uppercase;
}
.user-submenu ul li:hover, .user-submenu ul li:active {
  background-color: #f9ae13;
}
.user-submenu ul li:hover a,
.user-submenu ul li:active a,
.user-submenu ul li.active a { 
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.user-submenu ul li:hover i,
.user-submenu ul li:active i  { 
  color: #fff;
}
.user-submenu ul li:hover:before,
.user-submenu ul li:active:before  { 
  background-color: #f9ae13;
}
.user-submenu ul li:hover {
  cursor: pointer;
}
.user-submenu-icon {
  background-image: url(../img/ikony.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.user-submenu-account,
.user-submenu-orders,
.user-submenu-log-out {
  background-position-y: -33px;
}

.user-submenu-account {
  background-position-x: 0;
}

.user-submenu-orders {
  background-position-x: -40px;
}

.user-submenu-log-out {
  background-position-x: -200px;
}
.user-submenu ul li:hover .user-submenu-icon,
.user-submenu-item.active .user-submenu-account,
.user-submenu-item.active .user-submenu-orders,
.user-submenu-item.active .user-submenu-log-out {
  background-position-y: 3px;
}

@media (max-width: 767px) {
  .user-submenu ul li {
    width: calc(100% / 3);
    padding: 20px 0;
  }
}

.profile-content .btn-1 {
  border: 2px solid #f9ae13;
}

.profile-content .btn-1:hover {
  border: 2px solid #001f36;
}

/* Adresy dostawy */
.address-row {
  border-bottom: 1px solid rgb(27, 48, 76);
}

.address-row:hover {
  background-color: rgba(27, 48, 76, 0.1);
}

.delete-address {
  background-image: url('../img/svg/profil/bin.svg');
  background-repeat: no-repeat;
  cursor: pointer;
  width: calc(50% - 5px);
  height: 20px;
  background-position: center center;
  display: inline-block;
}

.edit-address {
  background-image: url('../img/svg/profil/Edit.svg');
  background-repeat: no-repeat;
  cursor: pointer;
  width: calc(50% - 5px);
  height: 20px;
  background-position: center center;
  display: inline-block;
}

#edit-address-dlg {
  width: 320px;
  padding: 20px;
  background-color: #fff;
  position: fixed;
  top: 50px;
  left: calc(50vw - 160px);
  height: 425px;
}

#edit-address-dlg input {
  width: 100%;
  margin-bottom: 10px;
}

#edit-address-dlg .buttons {
  padding-top: 10px;
}

#edit-address-dlg form {
  padding-top: 45px;
}

.remove-address-confirm.confirm-box {
  width: 200px;
  background-color: #001f36;
  color: #fff !important;
  border: none;
  padding: 20px 10px;
}

.notifyjs-corner.center-notify-box {
  left: calc(50% - 100px) !important;
}

.notifyjs-corner.center-notify-box .remove-address-confirm.confirm-box .text-wrapper .btn.btn-sm {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff !important;
}

.notifyjs-corner.center-notify-box .remove-address-confirm.confirm-box .text-wrapper {
  text-align: center;
  margin: 10px;
}

.user-profile .profile-content .profile-basic-info form label {
  display: block;
}

.user-profile .profile-edit-form input {
  margin-bottom: 20px;
}

.profile-content .user-profile-table .btn-1 {
  padding: 2px 5px;
}

.user-table-wrapper{
  width:100%;
  overflow:auto
}

.user-product-table th td:first-child,
.user-product-table tr td:first-child {
  padding-left: 0;
}