@charset "UTF-8";
@import url(/fonts/SegoeUI/stylesheet.css);
@import url(jquery.datepicker2.css);

@font-face {
  font-family: 'Pollock1C';
  src: url("/fonts/Pollock1c.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

::selection {
  color: white;
  background: #049F7F;
}

html, body {
  font-family: 'Segoe UI';
  font-size: 14px;
  font-weight: normal;
}

html, body {
  background: #F9F9F9;
  height: 100%;
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

a {
  color: #049F7F;
  font-weight: bold;
}

a:hover {
  color: #878787;
}

.soc-link {
  display: block;
  width: 228px;
  height: 40px;
  font-size: 0;
  margin: 10px 0 20px;
}

.soc-link.facebook {
  background: url("../img/singin-facebook.svg") center center no-repeat;
  background-size: 228px 40px;
}

.soc-link.google {
  background: url("../img/singin-google.svg") center -9px no-repeat;
  background-size: 242px 43px;
  box-shadow: 0 3px 6px #eee;
}

.static {
  position: static !important;
}

.main-navbar {
  min-height: 70px;
  background: #393E41;
  border-bottom: 2px solid #049F7F;
}

.main-navbar .logo {
  height: 38px;
  margin: 16px 0 0;
}

.main-navbar .mainmenu {
  padding-top: 8px;
  margin: 0 150px 0 180px;
}

.main-navbar .mainmenu ul {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.main-navbar .mainmenu ul > li {
  display: inline-block;
  list-style: none;
}

.main-navbar .mainmenu ul > li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  transition: 0.2s ease-in;
  font-weight: 600;
}

.main-navbar .mainmenu ul > li:hover a {
  color: #E7BB41;
}

.main-navbar .mainmenu ul > li .children {
  display: none;
}

.main-navbar .mainmenu ul > li .children li {
  display: block;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-navbar .mainmenu ul > li .children li a {
  color: #393E41;
}

.main-navbar .mainmenu ul > li .children li:hover a {
  color: #E7BB41;
}

.main-navbar .mainmenu ul > li.has-children:hover {
  background: #FFFFFF;
  position: relative;
  z-index: 100;
  top: 12px;
  border-radius: 4px 4px 0 0;
}

.main-navbar .mainmenu ul > li.has-children:hover a {
  color: #393E41;
}

.main-navbar .header-buttons {
  float: right;
  width: 155px;
  height: 16px;
  margin-top: 28px;
}

.main-navbar .header-buttons .search-button {
  float: left;
  width: 50px;
}

.main-navbar .header-buttons .search-button .icon-search {
  display: block;
  font-size: 0;
  width: 16px;
  height: 16px;
  margin: 0 17px;
  padding: 0;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background: url("../img/search-icon.svg") center center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.main-navbar .header-buttons .search-button .search-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 100px;
}

.main-navbar .header-buttons .search-button .search-form div,
.main-navbar .header-buttons .search-button .search-form ul {
  position: relative;
  z-index: 9;
}

.main-navbar .header-buttons .search-button .search-form:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.main-navbar .header-buttons .search-button .search-form .searchfield {
  background: rgba(255, 255, 255, 0.5);
  width: 50%;
  min-width: 300px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
}

.main-navbar .header-buttons .search-button .search-form .searchfield input[type="text"] {
  border: 0;
  outline: 0;
  width: 100%;
  height: 50px;
  padding-right: 40px;
  padding-left: 10px;
  background: transparent;
}

.main-navbar .header-buttons .search-button .search-form .searchfield .icon-close {
  position: absolute;
  top: 17px;
  right: 10px;
  font-size: 0;
  width: 16px;
  height: 16px;
  border: 0;
  outline: 0;
  background: url("../img/close-usermenu.svg") center center no-repeat;
  background-size: 10px;
}

.main-navbar .header-buttons .search-button .search-form .search-results {
  position: absolute;
  z-index: 99;
  top: 100px;
  left: 50%;
  width: 50%;
  min-width: 300px;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 4px;
  padding: 0;
  margin: 60px auto 0;
  box-shadow: 0 3px 6px #00000029;
}

.main-navbar .header-buttons .search-button .search-form .search-results li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-navbar .header-buttons .search-button .search-form .search-results li a {
  display: block;
  min-height: 50px;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 20px;
  color: #878787;
  text-decoration: none;
  background: #FFFFFF;
  transition: 0.2s ease-in;
}

.main-navbar .header-buttons .search-button .search-form .search-results li span {
  display: block;
  min-height: 50px;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 20px;
  color: #878787;
  background: #FFFFFF;
}

.main-navbar .header-buttons .search-button .search-form .search-results .search-results__skeleton-item {
  padding: 15px 20px;
  background: #FFFFFF;
}

.main-navbar .header-buttons .search-button .search-form .search-results .search-results__skeleton-line {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ddd8cf 25%, #f3f0ea 50%, #ddd8cf 75%);
  background-size: 200% 100%;
  animation: plpSkeleton 1.4s ease-in-out infinite;
}

.main-navbar .header-buttons .search-button .search-form .search-results .search-results__skeleton-line + .search-results__skeleton-line {
  margin-top: 10px;
}

.main-navbar .header-buttons .search-button .search-form .search-results .search-results__skeleton-line--long {
  width: 88%;
}

.main-navbar .header-buttons .search-button .search-form .search-results .search-results__skeleton-line--short {
  width: 42%;
}

.main-navbar .header-buttons .search-button .search-form .search-results li:hover a {
  background: #F9F9F9;
}

.main-navbar .header-buttons .notification-button {
  float: left;
  width: 50px;
  position: relative;
}

.main-navbar .header-buttons .notification-button a {
  display: block;
  position: relative;
  font-size: 0;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background: url("../img/notification-icon.svg") center center no-repeat;
  color: #393E41;
}

.main-navbar .header-buttons .notification-button a span {
  position: absolute;
  top: -13px;
  right: -9px;
  display: block;
  width: 18px;
  height: 18px;
  background: #E7BB41;
  color: #393E41;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
}

.main-navbar .header-buttons .notification-button .notification-dropdown {
  width: 375px;
  position: absolute;
  z-index: 99;
  top: 42px;
  right: 0;
}

.main-navbar .header-buttons .notification-button .notification-dropdown .nd-title {
  height: 50px;
  background: #fff;
  padding: 15px;
  color: #393E41;
  font-size: 14px;
}

.main-navbar .header-buttons .notification-button .notification-dropdown .nd-title .icon-close {
  position: absolute;
  top: 17px;
  right: 10px;
  font-size: 0;
  width: 16px;
  height: 16px;
  border: 0;
  outline: 0;
  background: url("../img/close-usermenu.svg") center center no-repeat;
  background-size: 10px;
}

.main-navbar .header-buttons .notification-button .notification-dropdown .nd-list {
  border-radius: 4px;
  margin-top: 10px;
  box-shadow: 0 3px 6px #00000029;
  background: #fff;
}

.main-navbar .header-buttons .notification-button .notification-dropdown .nd-list .nd-item {
  padding: 20px 20px 0;
  transition: 0.2s ease-in;
}

.main-navbar .header-buttons .notification-button .notification-dropdown .nd-list .nd-item a {
  display: inline;
  color: #393E41;
}

.main-navbar .header-buttons .notification-button .notification-dropdown .nd-list .nd-item .nd-item-icon {
  margin-bottom: 10px;
}

.main-navbar .header-buttons .notification-button .notification-dropdown .nd-list .nd-item .nd-item-icon img {
  width: 20px;
}

.main-navbar .header-buttons .notification-button .notification-dropdown .nd-list .nd-item .nd-item-body {
  color: #393E41;
  font-size: 14px;
  line-height: 1.2;
}

.main-navbar .header-buttons .notification-button .notification-dropdown .nd-list .nd-item .nd-item-body p {
  border-bottom: 1px #E7E5DF solid;
  padding-bottom: 20px;
  margin: 0 40px 0 0;
}

.main-navbar .header-buttons .notification-button .notification-dropdown .nd-list .nd-item .delete-notification {
  float: right;
  margin-left: 15px;
  width: 14px;
  height: 18px;
  background: url("../img/icon-trash.svg") center center no-repeat;
  background-size: contain;
  font-size: 0;
  border: 0;
  outline: 0;
  opacity: 0.3;
  transition: 0.2s ease-in;
}

.main-navbar .header-buttons .notification-button .notification-dropdown .nd-list .nd-item:hover {
  background: #F9F9F9;
}

.main-navbar .header-buttons .notification-button .notification-dropdown .nd-list .nd-item:hover .delete-notification {
  opacity: 0.75;
}

.main-navbar .header-buttons .user-button {
  float: left;
  width: 50px;
}

.main-navbar .header-buttons .user-button a {
  display: block;
  position: relative;
  font-size: 0;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background: url("../img/user-icon.svg") center center no-repeat;
}

.main-navbar .header-buttons .profile-button {
  float: left;
  width: 50px;
  text-align: center;
  position: relative;
}

.main-navbar .header-buttons .profile-button .icon-profile {
  font-size: 0;
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: -8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}

.main-navbar .header-buttons .profile-button .icon-profile--guest {
  width: 16px;
  height: 16px;
  margin-top: 0;
  border-radius: 0;
  overflow: visible;
  background: url("../img/user-icon.svg") center center no-repeat;
  background-size: contain;
}

.main-navbar .header-buttons .profile-button .icon-profile img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.main-navbar .header-buttons .profile-button .icon-profile--placeholder {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-navbar .header-buttons .profile-button .usermenu {
  min-width: 148px;
  background: #F3F1EC;
  border: 1px solid #D9D4CB;
  box-shadow: 0 10px 24px #00000026;
  border-radius: 16px;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 50%;
  right: auto;
  margin-top: 14px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.main-navbar .header-buttons .profile-button .usermenu a,
.main-navbar .header-buttons .profile-button .usermenu .close-usermenu {
  display: block;
  line-height: 1.25;
  color: #049F7F;
  font-weight: bold;
  text-decoration: none;
}

.main-navbar .header-buttons .profile-button .usermenu .exit-link {
  color: #393E41;
  background: transparent;
  border: 0;
  padding: 12px 18px;
  margin: 0;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.main-navbar .header-buttons .profile-button .usermenu a,
.main-navbar .header-buttons .profile-button .usermenu .exit-link {
  padding: 12px 18px;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
  transition: background 0.2s ease-in, color 0.2s ease-in;
  text-align: center;
}

.main-navbar .header-buttons .profile-button .usermenu a:hover,
.main-navbar .header-buttons .profile-button .usermenu .exit-link:hover {
  background: #E9E4DA;
  text-decoration: none;
}

.main-navbar .header-buttons .profile-button .usermenu .close-usermenu {
  cursor: pointer;
  font-size: 0;
  margin: 0 auto;
  background: url("../img/close-usermenu.svg") center center no-repeat;
}

.main-navbar .header-buttons .map-button {
  float: left;
  width: 50px;
  text-align: center;
}

.main-navbar .header-buttons .map-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16px;
  margin: 0 auto;
  text-decoration: none;
}

.main-navbar .header-buttons .map-button a img,
.main-navbar .header-buttons .map-button a svg {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: 1;
  transition: 0.2s ease-in;
}

.main-navbar .header-buttons .map-button a:hover img,
.main-navbar .header-buttons .map-button a:hover svg {
  transform: scale(1.08);
}

.main-navbar .header-buttons .map-button a:hover {
  color: #E7BB41;
}

.page-content {
  -ms-input-placeholder-color: #CBCBCB;
  flex: 1 0 auto;
}

.page-content .top-block {
  margin: 70px 0;
  position: relative;
}

.page-content .top-block img.mainpage-tb-image {
  width: 100%;
}

.page-content .top-block .tb-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 50px;
}

.page-content .top-block .container {
  max-width: 900px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.page-content .top-block .tb-header h1 {
  margin-top: 80px;
  color: #049F7F;
  font-size: 54px;
  font-family: 'Pollock1C';
  text-shadow: 0 3px 6px #00000029;
  text-transform: uppercase;
}

.page-content .top-block .tb-header .tb-header-img {
  height: 350px;
  padding-top: 80px;
}

.page-content .top-block .tb-header .tb-header-img img {
  width: 300px;
  mix-blend-mode: darken;
}

.page-content .top-block .tb-text {
  margin: 30px 0;
  max-width: 720px;
  font-size: 19px;
  color: #393E41;
  font-weight: 600;
  margin-top: 300px;
}

.page-content .top-block .tb-buttons .login-btn,
.page-content .top-block .tb-buttons .register-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #393E41;
  border-radius: 4px;
  color: #E7BB41;
  font-weight: 700;
  margin-right: 15px;
  text-decoration: none;
  transition: 0.2s ease-in;
  font-size: 12px;
  text-transform: uppercase;
}

.page-content .top-block .tb-buttons .login-btn:hover,
.page-content .top-block .tb-buttons .register-btn:hover {
  color: #FFFFFF;
}

.page-content .block {
  padding: 50px 0;
}

.page-content .block .header {
  font-family: 'Pollock1C';
  font-size: 36px;
  text-align: center;
  color: #049F7F;
  text-transform: uppercase;
}

.page-content .block .subheader {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #393E41;
}

.page-content .features {
  margin: 70px 0;
}

.page-content .features .feature {
  height: 240px;
  border-radius: 4px;
  background: #E7E5DF;
  box-shadow: 0 3px 6px #00000029;
  position: relative;
  padding: 30px;
}

.page-content .features .feature .feature-content {
  position: relative;
  z-index: 1;
}

.page-content .features .feature .feature-text {
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in;
  margin-top: 40px;
}

.page-content .features .feature .feature-text p {
  color: #393E41;
  margin: 0;
}

.page-content .features .feature .feature-text p a {
  color: #393E41;
  font-weight: normal;
}

.page-content .features .feature .feature-text p a:hover {
  color: #049F7F;
  text-decoration: none;
}

.page-content .features .feature .feature-side {
  float: right;
  width: 40px;
  height: 180px;
  position: relative;
}

.page-content .features .feature .feature-side:before {
  content: '';
  display: block;
  width: 1px;
  height: 120px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #E7BB41;
  transition: 0.2s ease-in;
}

.page-content .features .feature .feature-side:after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/feature-bullet.svg") center center no-repeat;
  transition: 0.2s ease-in;
}

.page-content .features .feature .feature-side .add-feature {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E7BB41 url("../img/add-opportunity.svg") center center no-repeat;
  font-size: 0;
  transition: 0.2s ease-in;
}

.page-content .features .feature .feature-number {
  font-size: 88px;
  font-weight: bold;
  font-family: 'Pollock1C';
  margin-bottom: 0;
  line-height: 1;
}

.page-content .features .feature .feature-number a {
  color: #393E41;
  text-decoration: none;
  transition: 0.2s ease-in;
}

.page-content .features .feature .feature-number a:hover {
  color: #049F7F;
}

.page-content .features .feature .feature-number span {
  display: block;
  font-family: arial;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -5px;
}

.page-content .features .feature:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent linear-gradient(180deg, #F9F9F9 0%, #E7E5DF 100%) 0 0 no-repeat padding-box;
  transition: 0.2s ease-in;
  opacity: 0;
}

.page-content .features .feature:hover .feature-side:before,
.page-content .features .feature:hover .feature-side:after {
  opacity: 0;
}

.page-content .features .feature:hover .feature-side .add-feature {
  background: #049F7F url("../img/add-opportunity.svg") center center no-repeat;
}

.page-content .features .feature:hover .feature-text {
  opacity: 1;
  pointer-events: inherit;
}

.page-content .features .feature:hover:before {
  opacity: 1;
}

.page-content .features .feature:hover .feature-number {
  font-size: 40px;
}

.page-content .tags {
  text-align: center;
  margin: 10px auto;
  max-width: 600px;
}

.page-content .tags .tag {
  display: inline-block;
  margin-right: 15px;
  color: #393E41;
  font-size: 14px;
  font-weight: 600;
}

.page-content .tags .tag .delete-tag {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #E7E5DF url("../img/delete-tag.svg") center center no-repeat;
  background-size: 5px;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
}

.page-content .styled-selectbox {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #E7E5DF;
  border-radius: 4px;
  width: 230px;
  height: 40px;
  text-align: left;
  color: #6f6f6f;
  padding-left: 40px;
  padding-right: 12px;
  background-color: #F3F1EC;
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  box-shadow: none;
}

.page-content #opportunity-map {
  width: 100%;
}

.page-content .articles .quote {
  text-align: center;
  margin: 10px auto;
  max-width: 600px;
  font-size: 20px;
  font-family: Georgia;
  font-style: italic;
  color: #393E41;
}

.page-content .articles .quote:before {
  content: '"';
  display: block;
  font-size: 40px;
  font-family: Arial;
  transform: rotate(-180deg);
}

.page-content .article-list {
  max-width: 1000px;
  margin: 20px auto;
}


.page-content .article-list .article {
  position: relative;
  padding: 30px;
  background: #E7E5DF;
  color: #393E41;
  line-height: 1.4;
  border-radius: 4px;
  min-height: 0;
  height: auto;
  display: block;
}

.page-content .article-list .article:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #F9F9F9 0%, #E7E5DF 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  opacity: 0;
  transition: 0.2s ease-in;
}

.page-content .article-list .article:after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  bottom: 15px;
  right: 5px;
  transform: translateX(-50%);
  background: url("../img/feature-bullet.svg") center center no-repeat;
  transition: 0.2s ease-in;
}

.page-content .article-list .article > * {
  position: relative;
  z-index: 1;
}

.page-content .article-list .article:hover:before {
  opacity: 1;
}

.page-content .article-list .article:hover:after {
  opacity: 0;
}

.page-content .article-list .article-date {
  font-size: 10px;
  color: #878787;
  margin-bottom: 10px;
  line-height: 1.2;
}

.page-content .article-list .article-type {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.2;
}

.page-content .article-list .article-categories {
  font-size: 10px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-content .article-list .article-image {
  margin-bottom: 25px;
}

.page-content .article-list .article-image img {
  display: block;
  width: 100%;
  height: auto;
}

.page-content .article-list .article-counters {
  margin: -10px 0 20px;
}

.page-content .article-list .article-title {
  margin-bottom: 20px;
  line-height: 1.25;
}

.page-content .article-list .article-title a {
  display: block;
  font-size: 20px;
  color: #393E41;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.page-content .article-list .article-description {
  color: #393E41;
  margin-bottom: 24px;
  line-height: 1.45;
}

.page-content .article-list .article-footer-meta {
  margin-top: auto;
}

.page-content .article-list .article-tags {
  margin-bottom: 24px;
}

.page-content .article-list .article-tags:after {
  content: '';
  display: block;
  clear: both;
}

.page-content .article-list .article-tags a {
  float: left;
  background: #878787;
  border-radius: 4px;
  min-height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0 5px 5px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  transition: 0.2s ease-in;
  text-decoration: none;
}

.page-content .article-list .article-tags a:before {
  content: '# ';
}

.page-content .article-list .article-tags a:hover {
  color: #E7BB41;
}

.page-content .article-list .article-deadline {
  margin-top: auto;
}

.page-content .article-list .featured {
  position: absolute !important;
  top: 0;
  right: 30px;
  font-size: 0;
  cursor: pointer;
  width: 20px;
  height: 40px;
  border: 0;
  padding: 0;
  background: url("../img/featured.svg") center center no-repeat;
  transition: 0.2s ease-in;
}

.page-content .article-list .featured:hover {
  background: url("../img/is-featured.svg") center center no-repeat;
}

.page-content .article-list .featured.is-featured {
  background: url("../img/is-featured.svg") center center no-repeat;
}

.page-content .article-list .featured.is-featured:hover {
  opacity: 0.85;
}

.page-content .article-list .article a.featured {
  font-size: 0;
  text-decoration: none;
}

.page-content .articles-readmore {
  max-width: 1000px;
  margin: 36px auto 0;
  padding: 0 15px;
}


.page-content .article-list.inline .col-md-4 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.page-content .article-list.inline .col-md-4 .article {
  display: block;
}

.page-content .article-list.inline .col-md-4 .article:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  background: none;
}

.page-content .article-list.inline .article-image {
  float: left;
  width: 300px;
}

.page-content .article-list.inline .article-counters {
  margin-top: 0;
}

.page-content .article-list.inline .article-counters,
.page-content .article-list.inline .article-date,
.page-content .article-list.inline .article-type,
.page-content .article-list.inline .article-categories,
.page-content .article-list.inline .article-title,
.page-content .article-list.inline .article-description,
.page-content .article-list.inline .article-tags {
  margin-left: 330px;
}

.page-content .article-list.inline .article-deadline {
  clear: left;
}

.page-content .article-deadline {
  font-size: 14px;
  font-family: Georgia;
  font-style: italic;
  padding-left: 26px;
  background: url("../img/deadline.svg") 0 2px no-repeat;
  color: #049F7F;
}

.page-content .article-deadline.expires {
  background: url("../img/deadline-espires.svg") 0 2px no-repeat;
  color: #E7BB41;
}

.page-content .article-deadline.expired {
  background: url("../img/deadline-expired.svg") 0 2px no-repeat;
  color: #C83A2A;
}

.page-content .contact-us .form-block {
  margin: 50px -15px;
}

.page-content .contact-us textarea.form-control {
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 4px;
  height: 150px;
  border: 0;
  padding: 25px;
  font-family: Georgia;
  font-style: italic;
  color: #878787;
}

.page-content .contact-us img {
  display: block;
  margin: 0 auto;
  width: 275px;
  max-width: 380px;
  mix-blend-mode: darken;
}

.page-content .bottom {
  background: #fff;
  padding: 50px 0;
}

.page-content .bottom .subscribe .form-title {
  color: #878787;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-content .bottom .subscribe .form-subtitle {
  color: #393E41;
  max-width: 320px;
}

.page-content .bottom .subscribe .form-inline {
  margin: 15px 0;
}

.page-content .bottom .subscribe .form-inline .form-control {
  width: 100%;
  max-width: 234px;
  height: 40px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  border-radius: 4px;
  border: 0;
  outline: 0;
  font-family: Georgia;
  font-style: italic;
  color: #393E41;
  font-size: 14px;
}

.page-content .bottom .subscribe .form-inline .btn {
  margin-left: 10px;
  height: 40px;
}

.page-content .bottom .footermenu {
  margin: 0;
  padding: 0;
}

.page-content .bottom .footermenu li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.page-content .bottom .footermenu li a {
  font-weight: bold;
  font-size: 12px;
  color: #393E41;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s ease-in;
}

.page-content .bottom .footermenu li.active a,
.page-content .bottom .footermenu li a:hover {
  color: #049F7F;
}

.page-content .bottom .contacts a {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 12px;
  color: #393E41;
  text-transform: uppercase;
  text-decoration: none;
}

.page-content .bottom .soc-links {
  margin: 25px 0;
  height: 39px;
}

.page-content .bottom .soc-links a {
  float: left;
  width: 39px;
  height: 39px;
  font-size: 0;
  margin-right: 15px;
}

.page-content .bottom .soc-links a.facebook {
  background: url("../img/facebook.png");
  background-size: contain;
}

.page-content .bottom .soc-links a.telegram {
  background: url("../img/telegram.png");
  background-size: contain;
}

.page-content .bottom .soc-links a.instagram {
  background: url("../img/instagram.png");
  background-size: contain;
}

.page-content .btn {
  background: #393E41;
  border-radius: 4px;
  width: 136px;
  height: 43px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #E7BB41;
  padding: 0;
}

.page-content .btn.btn-success {
  background: #049F7F;
  color: #FFFFFF;
}

.page-content .btn.btn-edit {
  background: #E7BB41;
  color: #393E41;
}

.page-content .main-content {
  margin-top: 60px;
}

.page-content .main-content .tags {
  text-align: left;
}

.page-content .filter {
  padding-top: 0;
}

.page-content .filter .filter-group {
  margin-bottom: 25px;
}

.page-content .filter .filter-group .fg-title {
  color: #393E41;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

.page-content .filter .filter-group .fg-title:before {
  content: '+';
  position: absolute;
  top: -9px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #049F7F;
  color: #fff;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}

.page-content .filter .filter-group .fg-options {
  padding: 25px 15px;
}

.page-content .filter .filter-group .fg-options .form-group {
  margin: 1px 0;
}

.page-content .filter .filter-group .fg-options input[type="checkbox"] {
  display: none;
  cursor: pointer;
}

.page-content .filter .filter-group .fg-options label {
  color: #393E41;
  font-size: 14px;
  cursor: pointer;
}

.page-content .filter .filter-group .fg-options label:before {
  content: '';
  float: left;
  width: 22px;
  height: 22px;
  border: 6px #E7E5DF solid;
  background: #E7E5DF;
  margin-right: 15px;
}

.page-content .filter .filter-group .fg-options input[type="checkbox"]:checked + label:before {
  background: #E7BB41;
}

.page-content .filter .filter-group.co-opened .fg-title:before {
  content: '-';
}

.page-content .mainpage-filter {
  height: 400px;
  overflow: visible;
}

.page-content .select-view {
  float: right;
}

.page-content .select-view div {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #049F7F;
  border-radius: 4px;
  transition: background-color 0.3s ease-in;
  cursor: pointer;
}

.page-content .select-view .blocks {
  background: #E7E5DF url("../img/view-blocks.svg") center center no-repeat;
  background-size: 12px;
}

.page-content .select-view .blocks:hover {
  background: #878787 url("../img/view-blocks-white.svg") center center no-repeat;
}

.page-content .select-view .blocks.opened {
  background: #049F7F url("../img/view-blocks-white.svg") center center no-repeat;
  background-size: 12px;
}

.page-content .select-view .lines {
  background: #E7E5DF url("../img/view-list.svg") center center no-repeat;
  background-size: 12px;
}

.page-content .select-view .lines:hover {
  background: #878787 url("../img/view-list-white.svg") center center no-repeat;
}

.page-content .select-view .lines.opened {
  background: #049F7F url("../img/view-list-white.svg") center center no-repeat;
  background-size: 12px;
}

.page-content .articles.spread {
  margin-left: -15px;
  margin-right: -15px;
}

.page-content .articles.spread .article-list {
  margin: 20px auto;
}

.page-content .btn-custom {
  display: inline-block;
  width: 180px;
  height: 50px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  font-size: 10px;
  color: #393E41;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-weight: bold;
}

.page-content .form {
  padding: 30px 0;
}

.page-content .form .form-group {
  margin-bottom: 50px;
}

.page-content .group-title {
  color: #393E41;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
}

.page-content .valid .group-title {
  color: #049F7F;
}

.page-content .custom-radios div {
  display: inline-block;
  margin-right: 15px;
}

.page-content .custom-radios div input {
  display: none;
}

.page-content .custom-radios div label {
  font-size: 14px;
  color: #393E41;
  position: relative;
}

.page-content .custom-radios div label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  margin-right: 10px;
}

.page-content .custom-radios div input:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #049F7F;
  transform: translateY(-50%);
}

.page-content .custom-checkboxes div {
  padding: 0;
}

.page-content .custom-checkboxes div input {
  display: none;
}

.page-content .custom-checkboxes div label {
  color: #393E41;
  font-size: 14px;
}

.page-content .custom-checkboxes div label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: #E7E5DF;
  border: 6px solid #E7E5DF;
  margin-right: 10px;
}

.page-content .custom-checkboxes div input:checked + label:before {
  background: #E7BB41;
}

.page-content .map-picker {
  margin: 25px 0 50px;
}

.page-content .map-picker img {
  width: 380px;
  max-width: 100%;
}

.page-content input.form-control {
  width: 480px;
  max-width: 100%;
  height: 40px;
  background: #F9F9F9 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 4px;
  border: 0;
  color: #393E41;
  font-size: 14px;
  font-family: Georgia;
  font-style: italic;
}

.page-content textarea#description {
  height: 400px;
}

.page-content .date-picker {
  box-shadow: 0 3px 6px #00000029;
  border-radius: 4px;
  border: 0;
  width: 280px;
  max-width: 100%;
  height: 45px;
  padding: 15px 50px 15px 15px;
  background: #F9F9F9 url("../img/select-arrow.svg") 250px center no-repeat;
  font-family: Arial;
  color: #393E41;
}

.page-content textarea.form-control {
  width: 480px;
  max-width: 100%;
  height: 75px;
  padding: 20px;
  background: #F9F9F9 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 4px;
  border: 0;
  resize: none;
  font-family: Georgia;
  font-style: italic;
  font-size: 14px;
}

.page-content ::placeholder {
  color: #CBCBCB;
  opacity: 1;
}

.page-content ::-ms-input-placeholder {
  color: #CBCBCB;
}

.page-content .media-title {
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #393E41;
  border-radius: 4px;
  text-align: center;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-content .media-placeholder {
  width: 380px;
  max-width: 100%;
  height: 200px;
  background: #F9F9F9;
  position: relative;
}

.page-content .media-placeholder:before {
  content: 'Ілюстрація не завантажена';
  font-family: 'Pollock1C';
  font-size: 18px;
  color: #8CD4C6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 70px;
  background: url("../img/logo-greyout.png") top center no-repeat;
  background-size: 60px;
}

.page-content .media-placeholder #preview-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}

.page-content .media-placeholder #preview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-content input[name="attachment"] {
  display: none;
}

.page-content .profile-form .media-placeholder {
  height: 230px;
  width: 230px;
}

.page-content .profile-form .media-placeholder::before {
  content: 'Не завантажено';
  background: none;
  padding-top: 0;
}

.page-content .form-group.price input[name="priceValue"] {
  width: 230px;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #878787;
  font-size: 14px;
  color: #393E41;
  font-weight: bold;
  outline: 0;
  margin: 5px 15px 5px 5px;
}

.page-content .form-group.price select {
  width: 100px;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #878787;
  margin: 5px 15px 5px 5px;
  -webkit-appearance: none;
  outline: 0;
  background: url("../img/select-arrow.svg") right center no-repeat;
}

.page-content .full-article {
  margin-top: 25px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #707070;
}

.page-content .full-article .featured {
  font-size: 0;
  cursor: pointer;
  width: 20px;
  height: 40px;
  background: url("../img/featured.svg") center center no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.page-content .full-article .featured.is-featured {
  background: url("../img/is-featured.svg") center center no-repeat;
}

.page-content .full-article .article-title {
  font-size: 40px;
  font-family: 'Pollock1C';
  color: #049F7F;
  margin-bottom: 25px;
}

.page-content .full-article .article-date {
  color: #878787;
  font-size: 10px;
  margin-bottom: 10px;
}

.page-content .full-article .article-body {
  margin-bottom: 50px;
}

.page-content .full-article .article-body p {
  color: #393E41;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.page-content .full-article .article-body p img {
  border-radius: 4px;
}

.page-content .full-article .featured-details {
  margin-left: 10px;
  font-size: 12px;
  color: #393E41;
}

.page-content .full-article .share-btn {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  font-size: 0;
  cursor: pointer;
  margin-left: 10px;
}

.page-content .full-article .share-btn.copy-link {
  background: url("../img/icon-copy-link.svg") center center no-repeat;
  background-size: 100% 100%;
}

.page-content .full-article .share-btn.share-this {
  background: url("../img/icon-share-this.svg") center center no-repeat;
  background-size: 100% 100%;
}

.page-content .full-article .article-details {
  padding: 35px;
  background: transparent linear-gradient(180deg, #F9F9F9 0%, #E7E5DF 100%) 0 0 no-repeat padding-box;
  border-radius: 4px;
}

.page-content .full-article .article-details .ad-type {
  color: #049F7F;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.page-content .full-article .article-details .ad-categories {
  font-size: 14px;
  color: #393E41;
  line-height: 1.1;
  margin-bottom: 50px;
}

.page-content .full-article .article-details .ad-price {
  font-size: 32px;
  font-family: 'Pollock1C';
  color: #393E41;
  white-space: nowrap;
}

.page-content .full-article .article-details .ad-price span {
  font-size: 16px;
  font-family: 'Pollock1C';
  color: #393E41;
}

.page-content .full-article .article-details .ad-take-part {
  background: #E7BB41;
  color: #393E41;
  text-transform: none;
}

.page-content .full-article .article-details .article-deadline {
  margin: 40px 0 0 15px;
}

.page-content .full-article .ad-author {
  margin: 50px 0;
}

.page-content .full-article .ad-author .ad-author-avatar {
  float: left;
  width: 58px;
}

.page-content .full-article .ad-author .ad-author-avatar img {
  width: 100%;
  border-radius: 50%;
}

.page-content .full-article .ad-author .ad-author-details {
  margin-left: 75px;
}

.page-content .full-article .ad-author .ad-author-name {
  display: block;
  color: #393E41;
  font-size: 14px;
  font-weight: bold;
}

.page-content .full-article .ad-author .ad-author-subtitle {
  display: block;
  color: #393E41;
  font-size: 12px;
  margin-bottom: 20px;
}

.page-content .full-article .ad-author .ad-author-categories {
  color: #393E41;
  font-size: 12px;
}

.page-content .full-article .ad-author .article-tags {
  margin: 15px 0;
}

.page-content .full-article .ad-author .article-tags:after {
  content: '';
  display: block;
  clear: both;
}

.page-content .full-article .ad-author .article-tags a {
  float: left;
  background: #878787;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0 5px 5px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  transition: 0.2s ease-in;
}

.page-content .full-article .ad-author .article-tags a:before {
  content: '# ';
}

.page-content .full-article .ad-author .article-tags a:hover {
  text-decoration: none;
  color: #E7BB41;
}

.page-content .pt0 {
  padding-top: 0;
}

.page-content .pt25 {
  padding-top: 25px;
}

.page-content .pt50 {
  padding-top: 50px;
}

.page-content .pr100 {
  padding-right: 100px;
}

.page-content .fa-comment-form label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #393E41;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-content .fa-comment-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}

.page-content .fa-comment-form .btn {
  color: #fff;
}

.page-content .comments-list {
  margin: 100px 0;
}

.page-content .comments-list .comment-item {
  padding: 23px;
  background: #E7E5DF 0 0 no-repeat padding-box;
  margin-bottom: 24px;
}

.page-content .comments-list .comment-author-photo {
  float: left;
}

.page-content .comments-list .comment-author-photo img {
  width: 54px;
  border-radius: 50%;
}

.page-content .comments-list .comment-details {
  margin-left: 70px;
}

.page-content .comments-list .comment-details .comment-like {
  float: right;
  font-size: 12px;
  color: #393E41;
}

.page-content .comments-list .comment-details .cl-button {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  outline: 0;
  appearance: none;
  background: url("../img/icon-like.svg") center center no-repeat;
  background-size: contain;
  margin-left: 10px;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.page-content .comments-list .comment-details .cl-button:hover {
  opacity: 0.72;
  transform: translateY(-1px);
}

.page-content .comments-list .comment-details .cl-button.is-liked {
  background: url("../img/icon-liked.svg") center center no-repeat;
  background-size: contain;
}

.page-content .comments-list .comment-details .cl-button:disabled,
.page-content .comments-list .comment-details .cl-button.is-pending {
  opacity: 0.5;
  cursor: default;
  transform: none;
}

.page-content .comments-list .comment-details .comment-date {
  color: #878787;
  font-size: 10px;
  margin-bottom: 5px;
}

.page-content .comments-list .comment-details .comment-author {
  display: block;
  color: #393E41;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}

.page-content .comments-list .comment-details .comment-text {
  color: #393E41;
  line-height: 1.8;
  font-size: 14px;
}

.page-content .sidebar-title {
  font-weight: 500;
  font-size: 14px;
  color: #393E41;
  text-transform: uppercase;
}

.page-content .fa-comments .article {
  max-width: 280px;
}

.sorting-block,
.page-content .sorting-block,
.plp-page .sorting-block {
  margin-bottom: 25px;
}

.page-content .user-item {
  padding: 16px;
  background: #E7E5DF 0 0 no-repeat padding-box;
  position: relative;
  height: 400px;
  margin-bottom: 30px;
}

.page-content .user-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #F9F9F9 0%, #E7E5DF 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  opacity: 0;
  transition: 0.3s ease-in;
}

.page-content .user-item:hover:before {
  opacity: 1;
}

.page-content .user-item div {
  position: relative;
  z-index: 1;
}

.page-content .user-item .user-avatar {
  position: relative;
  width: 136px;
  height: 136px;
  margin: 20px auto 40px;
}

.page-content .user-item .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.page-content .user-item .user-avatar .rating {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 44px;
  height: 44px;
  background: #F9F9F9;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-family: 'Pollock1C';
  color: #049F7F;
  line-height: 50px;
}

.page-content .user-item .user-avatar .rating:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 54px;
  height: 54px;
  border: 1px #F9F9F9 solid;
  border-radius: 50%;
}

.page-content .user-item .user-title {
  text-align: center;
  margin-bottom: 5px;
}

.page-content .user-item .user-title a {
  display: block;
  color: #393E41;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-content .user-item .user-subtitle {
  color: #393E41;
  font-size: 14px;
  height: 58px;
  text-align: center;
  line-height: 1.3;
  overflow: hidden;
}

.page-content .user-item .user-categories {
  margin-left: 18px;
  font-size: 10px;
  margin-top: 15px;
}

.page-content .user-item .user-categories .ut-title {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-content .ud-block {
  max-width: 975px;
  margin: 0 auto;
  padding: 58px 58px 20px 58px;
  background: #E7E5DF 0 0 no-repeat padding-box;
}

.page-content .ud-block .ud-image {
  position: relative;
  width: 217px;
  height: 217px;
  margin: 0 auto;
}

.page-content .ud-block .ud-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.page-content .ud-block .ud-image .ud-credo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CBCBCB;
  border: 5px solid #F9F9F9;
  border-radius: 50%;
  margin-right: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in;
}

.page-content .ud-block .ud-image:hover .ud-credo {
  opacity: 1;
  pointer-events: all;
}

.page-content .ud-block .ud-rating {
  color: #049F7F;
  font-size: 26px;
  font-family: 'Pollock1C';
  width: 67px;
  height: 67px;
  line-height: 70px;
  border-radius: 50%;
  background: #F9F9F9;
  margin: 35px auto 20px;
  text-align: center;
  position: relative;
}

.page-content .ud-block .ud-rating:before {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  width: 77px;
  height: 77px;
  border: 1px solid #F9F9F9;
  border-radius: 50%;
}

.page-content .ud-block .ud-explain {
  text-align: center;
  color: #393E41;
  font-size: 12px;
}

.page-content .ud-block .ud-title {
  color: #393E41;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-content .ud-block .ud-subtitle {
  color: #393E41;
  font-size: 20px;
  line-height: 1.2;
}

.page-content .ud-block .ud-details {
  margin: 25px 0;
  padding: 25px 0 80px;
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  position: relative;
}

.page-content .ud-block .ud-details .map-container {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 164px;
  height: 106px;
}

.page-content .ud-block .ud-detail {
  color: #393E41;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
}

.page-content .ud-block .ud-detail .udd-title {
  color: #393E41;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.page-content .ud-block .social-links {
  margin-bottom: 20px;
}

.page-content .ud-block .social-links a {
  display: inline-block;
  height: 23px;
  width: 23px;
  margin-right: 15px;
  font-size: 0;
}

.page-content .ud-block .social-links a.facebook {
  width: 12px;
  background: url("../img/facebook.svg") center center no-repeat;
  background-size: contain;
}

.page-content .ud-block .social-links a.website {
  background: url("../img/website.svg") center center no-repeat;
  background-size: contain;
}

.page-content .ud-block .social-links a.email {
  background: url("../img/icon-social-email.svg") center center no-repeat;
  background-size: contain;
  width: 30px;
}

.page-content .ud-block .ud-email {
  margin-bottom: 20px;
}

.page-content .ud-block .ud-email a {
  color: #049F7F;
  font-size: 14px;
  font-weight: 600;
}

.page-content .ud-block .ud-actions .btn {
  margin-right: 10px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #E7BB41;
  font-size: 12px;
  font-weight: 600;
}

.page-content .ud-block .ud-actions .btn-followed {
  background: #049F7F;
  color: #ffffff;
}

.page-content .ud-block .ud-actions p {
  padding: 19px 0;
  font-size: 12px;
  color: #393E41;
  font-weight: 600;
}

.page-content .user-articles {
  max-width: 975px;
  margin: 100px auto 25px;
  padding-right: 0;
}

.page-content .user-articles .col-4 {
  padding: 0;
}

.page-content .user-articles .ua-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-content .user-articles .alert-no-publications {
  background: #E7E5DF;
  font-size: 24px;
  color: #878787;
  font-family: 'Pollock1C';
  text-align: center;
}

.page-content .user-articles .nav-tabs {
  border: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page-content .user-articles .nav-tabs li {
  display: inline-flex;
  padding: 0;
  margin-right: 45px;
}

.page-content .user-articles .nav-tabs li a {
  border: 0;
  padding: 0;
  color: #878787;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.page-content .user-articles .nav-tabs li span {
  display: inline-block;
  padding: 0;
  color: #878787;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}

.page-content .user-articles .nav-tabs li button {
  display: inline-block;
  border: 0;
  padding: 0;
  background: transparent;
  color: #878787;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  outline: 0;
  white-space: nowrap;
}

.page-content .user-articles .nav-tabs li a.active {
  color: #393E41;
}

.page-content .user-articles .nav-tabs li span.active {
  color: #393E41;
}

.page-content .user-articles .nav-tabs li button.active {
  color: #393E41;
}

.page-content .search-results .search-result {
  padding: 0 0 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E7E5DF;
  color: #393E41;
  font-size: 14px;
}

.page-content .search-results .search-result .sr-author {
  font-weight: bold;
}

.user-search-grid {
  margin-top: 25px;
}

.page-content .user-item--loading {
  pointer-events: none;
}

.user-search-skeleton__avatar,
.user-search-skeleton__line {
  background: linear-gradient(90deg, #ddd8cf 25%, #f3f0ea 50%, #ddd8cf 75%);
  background-size: 200% 100%;
  animation: plpSkeleton 1.4s ease-in-out infinite;
}

.user-search-skeleton__avatar {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
}

.user-search-skeleton__line {
  display: block;
  height: 12px;
  border-radius: 999px;
  margin: 0 auto 10px;
}

.user-search-skeleton__line--title {
  width: 62%;
  height: 18px;
  margin-top: 22px;
}

.user-search-skeleton__line--text {
  width: 86%;
}

.user-search-skeleton__line--text.short {
  width: 58%;
}

.user-search-skeleton__line--label {
  width: 34%;
  margin-top: 18px;
}

.page-content .user-articles__content {
  background: #F9F9F9;
  border-radius: 4px;
  margin-top: -5px;
  padding: 25px;
}

.page-content .user-articles__content > a {
  display: block;
  text-align: center;
  color: #878787;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  margin: 40px 0;
}

.page-content .user-articles__content > a:after {
  content: '+';
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #049F7F;
  margin: 10px auto;
  font-size: 25px;
}

.article-counters {
  font-size: 13px;
  color: #878787;
}

.article-counters div {
  display: inline-block;
  margin-right: 20px;
}

.article-counters div:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: bottom;
  margin-right: 5px;
}

.article-counters .count-views:before {
  background: url("../img/icon-views-count.svg") center center no-repeat;
  background-size: 15px 10px;
}

.article-counters .count-featured:before {
  background: url("../img/featured.svg") center center no-repeat;
  background-size: contain;
}

.dynamic-map .region {
  fill: #D3D0CB;
  fill-opacity: 1;
  stroke: #fff;
  stroke-opacity: 1;
  stroke-width: 0.5;
  transition: 0.3s ease-in;
  cursor: pointer;
}

.dynamic-map .region.active {
  fill: #44BBA4;
}

.dynamic-map .region.active:hover {
  fill: #E7E5DF;
}

.dynamic-map .region-stat-circle {
  border-radius: 50%;
  background: #fff;
  border: 2px solid #E7E5DF;
  text-align: center;
  cursor: pointer;
  color: #049F7F;
  font-family: 'Pollock1C';
  font-size: 16px;
}

.dynamic-map .region-stat-circle .circle-infobox {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 70%;
  left: 70%;
  width: 121px;
  height: 121px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #E7E5DF;
  font-size: 12px;
  line-height: 1.3;
  padding: 5px;
}

.dynamic-map .region-stat-circle .circle-infobox:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: -25%;
  top: -25%;
  width: 150%;
  height: 150%;
}

.dynamic-map .region-stat-circle .circle-infobox h3 {
  font-size: 12px;
  align-self: center;
  font-family: 'Pollock1C';
}

.dynamic-map .region-stat-circle .circle-infobox h3 a {
  font-family: 'Pollock1C';
  color: #049F7F;
}

.dynamic-map .region-stat-circle .circle-infobox a {
  position: relative;
  z-index: 3;
  font-size: 11px;
  align-self: center;
  font-weight: 600;
  color: #393E41;
  text-decoration: none;
}

.dynamic-map .region-stat-circle .circle-infobox a:hover {
  color: #049F7F;
}

.dynamic-map .region-stat-circle:hover .circle-infobox {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.dynamic-map .region-stat-circle.circle-medium {
  font-size: 18px;
}

.dynamic-map .region-stat-circle.circle-large {
  font-size: 20px;
}

.dynamic-map.vieweble {
  pointer-events: none;
}

.dynamic-map svg {
  display: block;
  width: 100%;
  height: auto;
}

.region.selected {
  fill: #44BBA4;
}

.filter-toggle {
  display: none;
}

.article-page .article-body {
  padding: 50px;
  border-bottom: 1px solid #707070;
}

.article-page .article-body h1 {
  color: #049F7F;
  font-family: 'Pollock1C';
  margin-bottom: 50px;
}

.article-page .article-body .ab-content p {
  color: #393E41;
  font-size: 16px;
}

.article-page .ap-related {
  padding: 50px;
}

.article-page .ap-related .heading {
  margin-bottom: 50px;
  text-transform: uppercase;
}

.article-page .ap-related .ap-related-item {
  padding: 30px;
  background: #E7E5DF;
  margin-bottom: 30px;
}

.article-page .ap-related .apri-title {
  margin-bottom: 30px;
}

.article-page .ap-related .apri-title a {
  color: #393E41;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}

.add-opportunity .inactive {
  display: none;
}

.add-opportunity #regions {
  display: none;
}

.sponsored-by {
  margin: 50px 0 0;
}

.sponsored-by .heading {
  font-size: 14px;
  text-align: center;
  color: #393E41;
  margin: 30px 0;
}

.sponsored-by .heading p {
  font-size: 12px;
}

.sponsored-by .sponsors {
  margin-left: -10px;
  margin-right: -10px;
}

.sponsored-by .sponsors:after {
  content: '';
  display: block;
  clear: both;
}

.sponsored-by .sponsors a {
  float: left;
  width: 20%;
  padding: 10px;
  position: relative;
}

.sponsored-by .sponsors a img {
  width: 100%;
  mix-blend-mode: darken;
}

.sponsored-by .sponsors a:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 75px;
  border-right: 1px solid #4F8ECB;
}

.row-inline {
  margin: 0 -15px;
}

#the-region {
  padding: 5px 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

footer {
  flex-shrink: 0;
  height: 50px;
  background: #393E41;
  border-top: 2px solid #049F7F;
  margin-top: 0;
}

footer .footer-logo {
  float: left;
  height: 30px;
  margin: 9px 10px 0 0;
}

footer .copyright {
  float: right;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 20px;
  margin-top: 15px;
}

.map-container {
  position: relative;
}

.map-region-card {
  margin-top: 20px;
  max-width: 360px;
  padding: 16px 18px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px #00000029;
  color: #393E41;
}

.map-region-title {
  margin-bottom: 10px;
  color: #049F7F;
  font-family: 'Pollock1C';
  font-size: 20px;
  text-transform: uppercase;
}

.map-region-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.map-region-button {
  border: 0;
  background: #E7E5DF;
  color: #393E41;
  text-align: left;
  padding: 10px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s ease-in;
}

.map-region-button:hover,
.map-region-button.is-active {
  background: #049F7F;
  color: #fff;
}

.page-content .opportunity-map {
  padding-top: 30px;
}

.page-content .opportunity-map .container {
  max-width: 1520px;
}

.page-content .opportunity-map .map-layout {
  position: relative;
  min-height: 760px;
  padding-bottom: 20px;
}

.page-content .opportunity-map .map-sidebar {
  position: absolute;
  left: 40px;
  top: 80px;
  width: 220px;
  z-index: 3;
}

.page-content .opportunity-map .mainpage-filter {
  padding-top: 0;
  margin: 0;
}

.page-content .opportunity-map .map-stage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.page-content .opportunity-map .map-container {
  width: 100%;
  min-height: 760px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}

.page-content .opportunity-map .dynamic-map {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.page-content .opportunity-map #opportunity-map,
.page-content .opportunity-map .svg-map,
.page-content .opportunity-map .dynamic-map svg {
  display: block;
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: 0 auto;
}

.page-content .opportunity-map .dynamic-map .region-stat-circle {
  z-index: 5;
}


.main-content .input-group .form-control.rounded {
  width: 100%;
  height: 44px;
  background: #F9F9F9;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 4px;
  border: 0;
  padding: 0 16px;
  font-family: Georgia;
  font-style: italic;
  color: #393E41;
}

.main-content .tags {
  text-align: left;
  padding-top: 10px;
}

.main-content .styled-selectbox {
  float: right;
}

.main-content .select-view {
  margin-left: 15px;
}

.plp-page .row > .col-md-3,
.plp-page .row > .col-md-9 {
  padding-top: 0;
}

.plp-page .col-md-3 {
  display: flex;
  align-items: flex-start;
  padding-top: 0;
}

.plp-page .col-md-3 .plp-filter {
  width: 100%;
  position: static;
  top: auto;
}

.plp-page .article-list {
  margin-top: 0;
}

.plp-page .input-group .form-control.rounded {
  width: 100%;
  height: 60px;
  background: #F9F9F9;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 4px;
  border: 0;
  padding: 0 28px;
  font-family: Georgia;
  font-style: italic;
  font-size: 18px;
  color: #878787;
}

.plp-page .plp-filter {
  padding-top: 0;
  margin-top: 0;
}

.plp-page .tags {
  text-align: left;
  padding-top: 10px;
  min-height: 48px;
}

.plp-page .select-view {
  float: none;
  margin-left: 0;
  display: flex;
  gap: 8px;
}

.plp-page .styled-selectbox {
  float: none;
  width: 180px;
  height: 36px;
  font-size: 12px;
  padding-left: 34px;
  padding-right: 12px;
  background-position: 12px center;
  background-size: 10px;
  border: 1px solid #E7E5DF;
  background-color: #F3F1EC;
  color: #6f6f6f;
  box-shadow: none;
}

.plp-page .plp-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  min-height: 48px;
}

.plp-page .plp-view-switch {
  display: flex;
  gap: 8px;
  min-width: 96px;
  justify-content: flex-end;
  flex-shrink: 0;
}

.plp-toolbar-row {
  align-items: center;
  margin-bottom: 22px;
}

.plp-toolbar-left {
  min-height: 36px;
  display: flex;
  align-items: center;
}

.plp-toolbar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 36px;
}

.plp-toolbar-right .styled-selectbox {
  margin-left: auto;
}

.plp-toolbar-right .styled-selectbox {
  float: none;
}

.plp-page .sorting-block {
  display: none;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  min-height: 36px;
  padding-top: 0;
}

.active-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  height: 32px;
  padding: 0 10px 0 12px;
  background: transparent;
  border-radius: 4px;
  color: #878787;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  white-space: nowrap;
}

.active-filter-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 0;
  border-radius: 50%;
  background: #E7E5DF;
  color: #878787;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.2s ease, color 0.2s ease;
  transform: none;
}

.active-filter-remove:hover {
  background: #CBCBCB;
  color: #393E41;
}

.plp-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 8px;
  flex-wrap: wrap;
}

.plp-pagination__nav {
  display: flex;
  align-items: center;
}

.plp-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  background: #393E41;
  color: #E7BB41;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease-in, color 0.2s ease-in, opacity 0.2s ease-in;
}

.plp-pagination__link:hover {
  color: #ffffff;
  text-decoration: none;
}

.plp-pagination__link.is-disabled {
  background: #D9D4CB;
  color: #7C746C;
  cursor: default;
}

.plp-pagination__pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.plp-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #D9D4CB;
  border-radius: 4px;
  color: #393E41;
  background: #F3F1EC;
  font-weight: 700;
  text-decoration: none;
}

.plp-pagination__page:hover {
  border-color: #393E41;
  text-decoration: none;
}

.plp-pagination__page.is-active {
  border-color: #393E41;
  background: #393E41;
  color: #E7BB41;
}

.plp-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 38px;
  color: #878787;
  font-weight: 700;
}

@media (max-width: 767px) {
  .plp-pagination {
    justify-content: center;
  }

  .plp-pagination__nav {
    width: 100%;
    justify-content: center;
  }

  .plp-pagination__link {
    width: 100%;
    max-width: 220px;
  }
}


.plp-skeleton-line,
.plp-skeleton-image,
.plp-skeleton-tag,
.plp-skeleton-icon-text {
  background: linear-gradient(90deg, #e6e2dc 0%, #f1eee9 50%, #e6e2dc 100%);
  background-size: 200% 100%;
  animation: plpSkeleton 1.2s ease-in-out infinite;
  border-radius: 4px;
}

.plp-skeleton-date {
  width: 80px;
  height: 10px;
  margin-bottom: 12px;
  border-radius: 4px;
}

.plp-skeleton-type {
  width: 72px;
  height: 14px;
  margin-bottom: 8px;
  border-radius: 4px;
}

.plp-skeleton-category {
  width: 120px;
  height: 10px;
  margin-bottom: 22px;
  border-radius: 4px;
}

.plp-skeleton-image {
  width: 100%;
  height: 160px;
  margin-bottom: 22px;
  border-radius: 4px;
}

.plp-skeleton-title {
  width: 80%;
  height: 18px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.plp-skeleton-title.short {
  width: 56%;
}

.plp-skeleton-text {
  width: 88%;
  height: 12px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.plp-skeleton-text.short {
  width: 62%;
  margin-bottom: 22px;
}

.plp-skeleton-tag {
  display: inline-block;
  width: 72px;
  height: 28px;
  margin-right: 8px;
  border-radius: 4px;
}

.plp-skeleton-deadline {
  width: 130px;
  height: 14px;
  margin-top: 24px;
  border-radius: 4px;
}

.plp-skeleton-sort {
  width: 270px;
  height: 48px;
  border-radius: 4px;
}

.clickopen .co-content {
  display: none;
}

.clickopen.co-opened .co-content {
  display: block;
}

.profile-popup {
  background: #F9F9F9;
}

.profile-popup .modal-content {
  background: none;
  border: none;
}

.profile-popup .modal-content .close {
  width: 16px;
  height: 16px;
  font-size: 0;
  outline: none;
  background: url("../img/popup-close.svg") center center no-repeat;
  background-size: contain;
  transform: rotate(-180deg);
  opacity: 1;
  margin-bottom: 16px;
}

.profile-popup .form-body {
  background: #E7E5DF;
  padding: 15px;
}

.profile-popup .form-body p {
  color: #393E41;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

.profile-popup .form-body p a {
  color: #393E41;
  font-size: 12px;
}

.profile-popup .form-header {
  margin: 25px 0 40px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.profile-popup .form-group {
  margin: 20px 10px;
}

.profile-popup .form-control {
  height: 48px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 4px;
  border: none;
  outline: none;
}

.profile-popup .action-button {
  width: 100%;
  height: 48px;
  background: #393E41;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 0;
}

.profile-popup .action-button:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/action-btn-icon.svg") center center no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .main-navbar .mainmenu ul li {
    padding: 15px 25px;
  }

  .main-navbar .mainmenu ul li:hover .children {
    display: block;
    width: 500px;
    min-height: 220px;
    position: absolute;
    z-index: 99;
    margin-top: 15px;
    margin-left: -25px;
    background: #FFFFFF;
    box-shadow: 0 6px 6px #00000029;
    border-radius: 0 0 4px 4px;
    padding: 25px 0;
  }

  .main-navbar .mainmenu ul li.active a {
    color: #E7BB41;
  }

  .main-navbar .mainmenu ul li.grants .children:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 35px;
    width: 220px;
    height: 220px;
    background: url("../img/menu-icon-opportunities-2021.svg") center center no-repeat;
    background-size: contain;
  }

  .main-navbar .mainmenu ul li.publications .children:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 230px;
    height: 230px;
    background: url("../img/menu-icon-publications-2021.png") center center no-repeat;
    background-size: contain;
  }

  .main-navbar .mainmenu ul li.jobs .children:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 230px;
    height: 230px;
    background: url("../img/menu-icon-jobs-2021.png") center center no-repeat;
    background-size: contain;
  }
}

@media (max-width: 1200px) {
  .page-content .opportunity-map .map-layout {
    min-height: auto;
  }

  .page-content .opportunity-map .map-sidebar {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }

  .page-content .opportunity-map .map-container {
    min-height: auto;
  }

  .page-content .opportunity-map #opportunity-map,
  .page-content .opportunity-map .svg-map,
  .page-content .opportunity-map .dynamic-map svg {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .wrapper {
    width: 100%;
    overflow-x: hidden;
    background: #F9F9F9;
  }

  .main-navbar {
    background: transparent;
    border-bottom: none;
  }

  .main-navbar .header-buttons {
    float: left;
  }

  .main-navbar .header-buttons .notification-button {
    float: right;
  }

  .main-navbar .header-buttons .notification-button a {
    background: url("../img/notification-icon-black.svg") center center no-repeat;
  }

  .main-navbar .user-button {
    display: none;
  }

  .main-navbar .profile-button {
    display: none;
  }

  .main-navbar .search-button {
    display: none;
  }

  .main-navbar .mainmenu {
    float: right;
    margin: 12px 10px;
  }

  .main-navbar .mainmenu ul {
    clear: both;
    margin: 25px;
    text-align: left;
  }

  .main-navbar .mainmenu ul li {
    display: block;
    margin: 15px 0;
  }

  .main-navbar .mainmenu ul li a {
    font-size: 16px;
  }

  .main-navbar .mainmenu ul li .children {
    display: block;
  }

  .main-navbar .mainmenu ul li .children li {
    margin: 10px 0;
  }

  .main-navbar .mainmenu ul li .children li a {
    color: #fff;
    font-size: 14px;
    text-transform: none;
  }

  .main-navbar .mainmenu ul li .children li.active a {
    color: #E7BB41;
  }

  .main-navbar .mainmenu ul li.active a {
    color: #E7BB41;
  }

  .main-navbar .mainmenu ul > li.has-children:hover {
    background: transparent;
    top: 0;
  }

  .main-navbar .mainmenu ul > li.has-children:hover a {
    color: #fff;
  }

  .main-navbar .mainmenu ul > li.has-children.active:hover > a {
    color: #E7BB41;
  }

  .menu-toggle {
    width: 28px;
    height: 28px;
    background: url("../img/menu-burger.svg") center center no-repeat;
    background-size: contain;
  }

  .mainmenu-container {
    position: fixed;
    z-index: 9999;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #393E41;
    transition: 0.2s ease-in;
    overflow: scroll;
  }

  .mainmenu-container .menu-toggle {
    background: url("../img/menu-burger-close.svg") center center no-repeat;
    background-size: contain;
    float: right;
    clear: both;
    margin: 15px;
  }

  .mainmenu-container.opened {
    left: 0;
  }

  .page-content .mpr15 {
    padding-right: 15px;
  }

  .page-content .article-list.incolumn .article {
    margin: 15px auto;
  }

  .page-content .top-block {
    margin-top: -20px;
  }

  .page-content .top-block:before {
    display: none;
  }

  .page-content .top-block .tb-content {
    position: relative;
  }

  .page-content .top-block .tb-header .tb-header-img {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 60px 0 20px;
    position: relative;
  }

  .page-content .top-block .tb-header .tb-header-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/cs-map.png") center center no-repeat;
    background-size: contain;
  }

  .page-content .top-block .tb-header .tb-header-img img {
    width: 175px;
  }

  .page-content .top-block .tb-header h1 {
    font-size: 40px;
    margin-top: 20px;
  }

  .page-content .top-block .tb-text {
    margin-top: 30px;
  }

  .page-content .block .header {
    text-align: left;
    font-size: 28px;
  }

  .page-content .block .subheader {
    text-align: left;
  }

  .page-content .block.articles .header {
    text-align: center;
  }

  .page-content .features {
    margin: 30px -15px;
  }

  .page-content .opportunity-map {
    display: none;
  }

  .page-content .slick-dots {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    text-align: center;
  }

  .page-content .slick-dots li {
    margin: 5px;
    display: inline-block;
  }

  .page-content .slick-dots li button {
    font-size: 0;
    border: none;
    outline: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #CBCBCB;
  }

  .page-content .slick-dots li.slick-active button {
    position: relative;
  }

  .page-content .slick-dots li.slick-active button:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #E7BB41;
  }

  .page-content .contact-us img {
    margin: 50px auto 0;
  }

  .page-content .subscribe {
    padding-bottom: 50px;
  }

  .page-content .bottom {
    padding-bottom: 0;
  }

  .page-content .bottom .footermenu {
    margin: 0 -15px;
    padding: 30px;
    background: #fff;
  }

  .page-content .bottom .contacts,
  .page-content .bottom .soc-links {
    margin: 0 -15px;
    padding: 5px 30px;
    background: #fff;
  }

  .page-content .bottom .sponsored-by {
    margin: -10px -15px 0;
    padding: 60px 30px 0;
    background: #fff;
  }

  .page-content .bottom .sponsored-by .heading {
    padding: 30px;
  }

  .page-content .bottom .sponsored-by .sponsors a {
    width: 50%;
  }

  .page-content .select-view {
    display: none;
  }

  .page-content .main-content {
    margin-top: 10px;
  }

  .page-content .main-content .filter-toggle {
    display: block;
    float: right;
    clear: both;
    border: none;
    box-shadow: none;
  }

  .page-content .main-content .filter {
    display: none;
    clear: both;
  }

  .page-content .main-content .filter.opened {
    display: block;
  }

  .page-content .main-content .search-results {
    margin-top: 25px;
  }

  .page-content .main-content .users-list {
    padding: 25px;
  }

  .page-content .main-content .tags {
    text-align: right;
    padding: 10px 0;
  }

  .page-content .main-content .tags .tag {
    display: block;
    margin: 10px 0;
  }

  .page-content .main-content .tags .tag .delete-tag {
    width: 24px;
    height: 24px;
  }

  .page-content .main-content .ud-block {
    padding: 25px;
    margin: 0;
  }

  .page-content .main-content .ud-block .ud-image {
    width: 160px;
    height: 160px;
  }

  .page-content .main-content .ud-block .ud-image .ud-credo {
    width: 160px;
    height: 160px;
    left: 50%;
    margin-left: 50%;
    padding: 10px;
    font-size: 11px;
  }

  .page-content .main-content .ud-title {
    margin-top: 25px;
    font-size: 20px;
  }

  .page-content .main-content .ud-subtitle {
    font-size: 14px;
  }

  .page-content .main-content .ud-detail {
    font-size: 12px;
  }

  .page-content .main-content .ud-detail strong {
    font-size: 12px;
  }

  .page-content .user-articles {
    margin: 50px auto;
    padding: 0;
  }

  .page-content .user-articles .article-list.inline {
    margin-left: -15px;
    margin-right: -15px;
  }

  .page-content .user-articles .article-list.inline .article-image {
    float: none;
    width: 100%;
  }

  .page-content .user-articles .article-list.inline .article-date,
  .page-content .user-articles .article-list.inline .article-type,
  .page-content .user-articles .article-list.inline .article-categories,
  .page-content .user-articles .article-list.inline .article-title,
  .page-content .user-articles .article-list.inline .article-description {
    margin-left: 0;
  }
}

.plp-page {
  min-height: calc(100vh - 120px);
  padding-top: 36px;
  padding-bottom: 40px;
}



.plp-toolbar-row {
  margin-bottom: 0;
}

.plp-toolbar-row-inner {
  align-items: center;
  margin-bottom: 22px;
}

.plp-page .articles.spread {
  margin-top: 0;
}

.plp-page .article-list {
  margin-top: 0;
}

.plp-skeleton-chip {
  width: 120px;
  height: 24px;
  border-radius: 4px;
  background: linear-gradient(90deg, #e6e2dc 0%, #f1eee9 50%, #e6e2dc 100%);
  background-size: 200% 100%;
  animation: plpSkeleton 1.2s ease-in-out infinite;
}

.plp-skeleton-card {
  min-height: 430px;
  padding: 22px;
}

.plp-skeleton-line,
.plp-skeleton-image,
.plp-skeleton-tag,
.plp-skeleton-icon-text {
  background: linear-gradient(90deg, #e6e2dc 0%, #f1eee9 50%, #e6e2dc 100%);
  background-size: 200% 100%;
  animation: plpSkeleton 1.2s ease-in-out infinite;
  border-radius: 4px;
}

.plp-skeleton-line {
  height: 12px;
  width: 100%;
  max-width: 100%;
}

.plp-skeleton-line.is-long {
  width: 82%;
}

.plp-skeleton-line.is-medium {
  width: 62%;
}

.plp-skeleton-line.is-short {
  width: 36%;
}

.plp-skeleton-image {
  width: 100%;
  height: 120px;
  margin-bottom: 16px;
}

.plp-skeleton-counters {
  display: flex;
  gap: 14px;
  margin: 0 0 16px;
}

.plp-skeleton-icon-text {
  width: 38px;
  height: 16px;
}

.plp-skeleton-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.plp-skeleton-tag {
  width: 64px;
  height: 24px;
}

@keyframes plpSkeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}


.plp-page .col-md-9 {
  padding-top: 0;
}

.plp-page .filter-group {
  margin-top: 0;
}


.plp-grid-wrap {
  min-height: 200px;
}

.plp-card-cell {
  opacity: 0;
  transform: translateY(14px);
  animation: plpCardIn 0.42s ease forwards;
  will-change: transform, opacity;
}

.article {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article:hover {
  transform: translateY(-4px);
}

.plp-toolbar-row-inner .col-md-5 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.masonry-list {
  column-count: 3;
  column-gap: 30px;
}

.plp-masonry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  vertical-align: top;
}

.plp-masonry-item .article {
  width: 100%;
}

.plp-page .masonry-list {
  margin-top: 0;
}

.plp-page .masonry-list .plp-masonry-item {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .masonry-list {
    column-count: 2;
    column-gap: 24px;
  }
}

@media (max-width: 767px) {
  .masonry-list {
    column-count: 1;
    column-gap: 0;
  }

  .plp-masonry-item {
    margin-bottom: 20px;
  }
}

.plp-page .row {
  align-items: flex-start;
}

.plp-page .col-md-3,
.plp-page .col-md-9 {
  padding-top: 0;
}

.plp-toolbar-right .styled-selectbox:disabled {
  opacity: 1;
  cursor: default;
}

.page-content .article-list .article-tags .article-tag-button {
  float: left;
  background: #878787;
  border-radius: 4px;
  min-height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0 5px 5px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  transition: 0.2s ease-in;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.page-content .article-list .article-tags .article-tag-button:before {
  content: '# ';
}

.page-content .article-list .article-tags .article-tag-button:hover {
  color: #E7BB41;
}

.opportunity-details-page {
  padding-top: 36px;
  padding-bottom: 40px;
}

.opportunity-not-found {
  padding: 60px 0;
  text-align: center;
  font-size: 24px;
  color: #878787;
  font-family: 'Pollock1C';
}

.opportunity-details-page .full-article {
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.opportunity-details-page .article-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.opportunity-details-page .article-details {
  margin-top: 8px;
}

.opportunity-details-page .opportunity-direction {
  color: #393E41;
  font-size: 14px;
  line-height: 1.4;
}

.opportunity-details-page {
  padding-top: 36px;
  padding-bottom: 40px;
}

.opportunity-not-found {
  padding: 60px 0;
  text-align: center;
  font-size: 24px;
  color: #878787;
  font-family: 'Pollock1C';
}

.opportunity-details-page .full-article {
  margin-top: 25px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #707070;
}

.opportunity-details-page .full-article .article-title {
  font-size: 56px;
  line-height: 1.15;
  font-family: 'Pollock1C';
  color: #049F7F;
  margin-bottom: 25px;
  text-transform: none;
}

.opportunity-details-page .full-article .article-date {
  color: #878787;
  font-size: 10px;
  margin-bottom: 10px;
}

.opportunity-details-page .full-article .article-body {
  margin-bottom: 50px;
}


.opportunity-details-page .full-article .article-body p img,
.opportunity-details-page .full-article .article-body img {
  width: 100%;
  border-radius: 4px;
  display: block;
}

.opportunity-details-page .featured {
  display: inline-block;
  vertical-align: middle;
}

.opportunity-details-page .featured-details {
  margin-left: 10px;
  font-size: 12px;
  color: #393E41;
  vertical-align: middle;
}

.opportunity-details-page .share-btn {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  font-size: 0;
  cursor: pointer;
  margin-left: 10px;
  padding: 0;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
}

.opportunity-details-page .share-btn.copy-link {
  background: url("../img/icon-copy-link.svg") center center no-repeat;
  background-size: 100% 100%;
}

.opportunity-details-page .share-btn.share-this {
  background: url("../img/icon-share-this.svg") center center no-repeat;
  background-size: 100% 100%;
}

.opportunity-details-page .opportunity-share-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.opportunity-details-page .opportunity-share-actions__message {
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
  color: #878787;
  text-align: right;
}

.opportunity-details-page .map-container {
  margin-bottom: 35px;
}

.opportunity-details-page .pdp-sidebar {
  max-width: 360px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.opportunity-details-page .pdp-sidebar .map-container,
.opportunity-details-page .pdp-sidebar .article-details,
.opportunity-details-page .pdp-sidebar .pdp-author-block,
.opportunity-details-page .pdp-sidebar .pdp-tags-block {
  margin: 0;
}

.opportunity-details-page .pdp-sidebar .opportunity-region-picker {
  margin-top: 0;
}

.opportunity-details-page .pdp-sidebar .opportunity-region-picker__map {
  max-width: 100%;
}

.opportunity-details-page .pdp-sidebar .opportunity-region-picker__tags {
  gap: 8px;
  margin-top: 14px;
}

.opportunity-details-page .pdp-map-placeholder img {
  width: 100%;
  max-width: 360px;
  display: block;
  margin-left: 0;
}

.opportunity-details-page .article-details {
  padding: 35px;
  background: transparent linear-gradient(180deg, #F9F9F9 0%, #E7E5DF 100%) 0 0 no-repeat padding-box;
  border-radius: 4px;
}

.opportunity-details-page .article-details .ad-type {
  color: #049F7F;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.opportunity-details-page .article-details .ad-categories {
  font-size: 14px;
  color: #393E41;
  line-height: 1.2;
  margin-bottom: 40px;
}

.opportunity-details-page .article-details .ad-price {
  font-size: 32px;
  font-family: 'Pollock1C';
  color: #393E41;
  white-space: nowrap;
  text-align: right;
}

.opportunity-details-page .article-details .ad-price span {
  font-size: 16px;
  font-family: 'Pollock1C';
  color: #393E41;
}

.opportunity-details-page .article-details .ad-take-part {
  background: #E7BB41;
  color: #393E41;
  text-transform: none;
}

.opportunity-details-page .article-details .article-deadline {
  margin: 40px 0 0 15px;
}

.opportunity-details-page .ad-author {
  margin: 50px 0;
}

.opportunity-details-page .ad-author .ad-author-avatar {
  float: left;
  width: 58px;
}

.opportunity-details-page .ad-author .ad-author-avatar img {
  width: 100%;
  border-radius: 50%;
}

.opportunity-details-page .ad-author .ad-author-details {
  margin-left: 75px;
}

.opportunity-details-page .ad-author .ad-author-name {
  display: block;
  color: #393E41;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.opportunity-details-page .ad-author .ad-author-subtitle {
  display: block;
  color: #393E41;
  font-size: 12px;
  margin-bottom: 20px;
}

.opportunity-details-page .ad-author .ad-author-categories {
  color: #393E41;
  font-size: 12px;
}

.opportunity-details-page .ad-author .article-tags {
  margin: 15px 0;
}

.opportunity-details-page .ad-author .article-tags:after {
  content: '';
  display: block;
  clear: both;
}

.opportunity-details-page .ad-author .article-tags a {
  float: left;
  background: #878787;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0 5px 5px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  transition: 0.2s ease-in;
  text-decoration: none;
}

.opportunity-details-page .ad-author .article-tags a:before {
  content: '# ';
}

.opportunity-details-page .ad-author .article-tags a:hover {
  color: #E7BB41;
}

.opportunity-details-page .pdp-bottom-counters {
  margin-top: 35px;
}

.opportunity-details-page .pdp-comments-placeholder {
  min-height: 40px;
}

.opportunity-details-page .pdp-bottom-sections {
  margin-top: 50px;
  padding-top: 40px;
}

.opportunity-details-page .comments-list {
  margin: 0;
}

.opportunity-details-page .comments-list .comment-item {
  background: #E7E5DF;
  border-radius: 4px;
}

.opportunity-details-page .fa-comments,
.opportunity-details-page .ap-related {
  margin-top: 0;
  padding-top: 0;
}

.opportunity-details-page .fa-comment-form__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 8px;
}

.opportunity-details-page .fa-comment-form__error,
.opportunity-details-page .fa-comments__meta {
  color: #878787;
  font-size: 14px;
  line-height: 1.5;
}

.opportunity-details-page .fa-comment-form__error {
  color: #B14E48;
}

.opportunity-details-page .fa-comment-form textarea {
  height: 110px;
  padding: 14px 18px;
  border: 0;
  box-shadow: 0 3px 6px #0000001A;
  background: #FFFFFF;
}

.opportunity-details-page .fa-comment-form textarea::placeholder {
  color: #878787;
  font-style: italic;
}

.opportunity-details-page .fa-comment-form__submit {
  min-width: 92px;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  font-size: 11px;
}

.opportunity-details-page .fa-comments .sidebar-title,
.opportunity-details-page .ap-related .heading {
  margin-bottom: 16px;
  color: #393E41;
  font-size: 12px;
  font-weight: 700;
}

.opportunity-details-page .fa-comments::before,
.opportunity-details-page .fa-comments::after,
.opportunity-details-page .fa-comments .sidebar-title::before,
.opportunity-details-page .fa-comments .sidebar-title::after {
  content: none !important;
  display: none !important;
}

.opportunity-details-page .comments-list {
  margin-top: 56px;
}

.opportunity-details-page .comments-list .comment-item {
  padding: 24px 28px;
  margin-bottom: 28px;
  border-radius: 0;
}

.opportunity-details-page .comments-list .comment-author-photo img {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.opportunity-details-page .comments-list .comment-details {
  margin-left: 64px;
}

.opportunity-details-page .comments-list .comment-details .comment-like {
  color: #878787;
  font-size: 11px;
}

.opportunity-details-page .comments-list .comment-details .comment-author {
  margin-bottom: 10px;
}

.opportunity-details-page .comments-list .comment-details .comment-text {
  line-height: 1.6;
}

.opportunity-details-page .comments-list--loading .comment-item--skeleton {
  pointer-events: none;
}

.opportunity-details-page .comment-skeleton__avatar,
.opportunity-details-page .comment-skeleton__line {
  background: linear-gradient(90deg, #ddd8cf 25%, #f3f0ea 50%, #ddd8cf 75%);
  background-size: 200% 100%;
  animation: plpSkeleton 1.4s ease-in-out infinite;
}

.opportunity-details-page .comment-skeleton__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.opportunity-details-page .comment-skeleton__meta-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.opportunity-details-page .comment-skeleton__line {
  display: block;
  height: 12px;
  border-radius: 999px;
}

.opportunity-details-page .comment-skeleton__line--tiny {
  width: 64px;
}

.opportunity-details-page .comment-skeleton__line--short {
  width: 110px;
}

.opportunity-details-page .comment-skeleton__line--date {
  width: 96px;
  margin-bottom: 12px;
}

.opportunity-details-page .comment-skeleton__line--author {
  width: 140px;
  margin-bottom: 14px;
}

.opportunity-details-page .comment-skeleton__line--long {
  width: 100%;
  margin-bottom: 10px;
}

.opportunity-details-page .comment-skeleton__line--medium {
  width: 72%;
}

.opportunity-details-page .ap-related {
  padding-left: 16px;
}

.opportunity-details-page .ap-related .heading {
  text-transform: none;
}

.opportunity-details-page .ap-related-card.article {
  margin-bottom: 18px;
  padding: 18px 18px 20px;
  background: #E7E5DF;
  min-height: 0;
}

.opportunity-details-page .ap-related-card.article:after {
  display: none;
}

.opportunity-details-page .ap-related-card.article .article-type {
  font-size: 11px;
  margin-bottom: 4px;
}

.opportunity-details-page .ap-related-card.article .article-categories {
  min-height: 0;
  margin-bottom: 14px;
  font-size: 10px;
}

.opportunity-details-page .ap-related-card.article .article-image {
  margin-bottom: 16px;
}

.opportunity-details-page .ap-related-card.article .article-title {
  margin-bottom: 14px;
}

.opportunity-details-page .ap-related-card.article .article-title a {
  font-size: 18px;
  line-height: 1.25;
}

.opportunity-details-page .ap-related-card.article .article-description {
  font-size: 13px;
  line-height: 1.45;
}

.opportunity-details-page .ap-related-card.article .article-footer-meta {
  margin-top: 16px;
}

.opportunity-details-page .ap-related--loading .ap-related-card--skeleton {
  pointer-events: none;
}

@media (max-width: 991px) {
  .opportunity-details-page .ap-related {
    padding-left: 0;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .opportunity-details-page .full-article .article-title {
    font-size: 36px;
    line-height: 1.2;
  }

  .opportunity-details-page .pdp-map-placeholder img {
    margin: 0 auto 30px;
  }

  .opportunity-details-page .article-details {
    margin-top: 20px;
  }
}

.opportunity-details-page .article-details {
  position: relative;
}

.opportunity-details-page .pdp-featured-wrap {
  position: absolute;
  top: 0;
  right: 35px;
}

.opportunity-details-page .article-details .featured {
  position: static !important;
  display: block;
}

.opportunity-details-page .pdp-author-tags {
  margin-top: 20px;
}

.opportunity-details-page .full-article .article-title {
  font-family: 'Pollock1C';
  font-size: 56px;
  line-height: 1.15;
  color: #049F7F;
}



.opportunity-details-page .article-details .ad-type {
  font-family: 'Segoe UI';
  font-size: 14px;
  font-weight: 700;
  color: #049F7F;
}

.opportunity-details-page .article-details .ad-categories {
  font-family: 'Segoe UI';
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  color: #393E41;
}

.opportunity-details-page .ad-author .ad-author-name {
  font-family: 'Segoe UI';
  font-size: 14px;
  font-weight: 700;
  color: #393E41;
}

.opportunity-details-page .ad-author .ad-author-subtitle,
.opportunity-details-page .ad-author .ad-author-categories {
  font-family: 'Segoe UI';
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #393E41;
}

.opportunity-details-page .article-date {
  font-family: 'Segoe UI';
  font-size: 14px;
  font-weight: 700;
  color: #878787;
}

.opportunity-details-page .article-deadline {
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  color: #049F7F;
}

.opportunity-details-page .article-deadline.expires {
  color: #E7BB41;
}

.opportunity-details-page .article-deadline.expired {
  color: #C83A2A;
}

.opportunity-details-page .article-details .featured {
  background: url("../img/featured.svg") center center no-repeat;
  transition: 0.2s ease-in;
}

.opportunity-details-page .article-details .featured:hover {
  background: url("../img/is-featured.svg") center center no-repeat;
}

.opportunity-details-page .article-details .featured.is-featured {
  background: url("../img/is-featured.svg") center center no-repeat;
}

.opportunity-details-page .article-details .featured.is-featured:hover {
  opacity: 0.85;
}

.opportunity-details-page .map-container {
  margin-bottom: 35px;
}

.opportunity-details-page .pdp-map-placeholder img {
  width: 100%;
  max-width: 360px;
  display: block;
  margin-left: auto;
}

.opportunity-details-page .article-details {
  position: relative;
  padding: 28px 24px 24px;
  background: transparent linear-gradient(180deg, #F9F9F9 0%, #E7E5DF 100%) 0 0 no-repeat padding-box;
  border-radius: 4px;
}

.opportunity-details-page .pdp-featured-wrap {
  position: absolute;
  top: 18px;
  right: 24px;
}

.opportunity-details-page .article-details .featured {
  position: static !important;
  display: block;
  width: 20px;
  height: 40px;
  background: url("../img/featured.svg") center center no-repeat;
  transition: 0.2s ease-in;
}

.opportunity-details-page .article-details .featured:hover {
  background: url("../img/is-featured.svg") center center no-repeat;
}

.opportunity-details-page .article-details .featured.is-featured {
  background: url("../img/is-featured.svg") center center no-repeat;
}

.opportunity-details-page .article-details .featured.is-featured:hover {
  opacity: 0.85;
}

.opportunity-details-page .article-details .ad-type {
  color: #049F7F;
  font-family: 'Segoe UI';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.opportunity-details-page .article-details .ad-categories {
  font-family: 'Segoe UI';
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #393E41;
  margin-bottom: 18px;
  max-width: calc(100% - 34px);
}

.opportunity-details-page .pdp-action-row {
  align-items: center;
  margin-bottom: 18px;
}

.opportunity-details-page .article-details .ad-take-part {
  display: inline-block;
  width: 122px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #E7BB41;
  color: #393E41;
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.opportunity-details-page .article-details .ad-take-part.disabled {
  pointer-events: none;
  opacity: 0.85;
}

.opportunity-details-page .article-details .ad-price {
  text-align: right;
  font-size: 32px;
  font-family: 'Pollock1C';
  color: #393E41;
  white-space: nowrap;
}

.opportunity-details-page .article-details .ad-price span {
  font-size: 16px;
  font-family: 'Pollock1C';
  color: #393E41;
}

.opportunity-details-page .article-details .article-deadline {
  margin: 0;
}

.opportunity-details-page .pdp-author-block {
  margin: 0;
}

.opportunity-details-page .pdp-author-block .ad-author-avatar {
  float: left;
  width: 58px;
}

.opportunity-details-page .pdp-author-block .ad-author-avatar img {
  width: 100%;
  border-radius: 50%;
}

.opportunity-details-page .pdp-author-block .ad-author-details {
  margin-left: 75px;
}

.opportunity-details-page .pdp-author-block .ad-author-name {
  display: block;
  color: #393E41;
  font-family: 'Segoe UI';
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 2px;
}

.opportunity-details-page .pdp-author-block .ad-author-subtitle {
  display: block;
  color: #393E41;
  font-family: 'Segoe UI';
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
}

.opportunity-details-page .pdp-author-block .ad-author-categories {
  display: block;
  color: #393E41;
  font-family: 'Segoe UI';
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.opportunity-details-page .pdp-tags-block {
  margin-top: 0;
}

.opportunity-details-page .pdp-tags-block .article-tags:after {
  content: '';
  display: block;
  clear: both;
}

.opportunity-details-page .pdp-tags-block .article-tags a {
  float: left;
  background: #878787;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0 8px 8px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s ease-in;
}

.opportunity-details-page .pdp-tags-block .article-tags a:before {
  content: '# ';
}

.opportunity-details-page .pdp-tags-block .article-tags a:hover {
  color: #E7BB41;
}

.opportunity-details-page .pdp-sidebar {
  max-width: 360px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.opportunity-details-page .pdp-author-card,
.opportunity-details-page .pdp-material-card,
.opportunity-details-page .pdp-tags-block {
  background: #f4f1eb;
  border-radius: 6px;
  box-shadow: 0 3px 6px #00000014;
}

.opportunity-details-page .pdp-author-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  color: #393E41;
  text-decoration: none;
  align-items: start;
}

.opportunity-details-page .pdp-author-card:hover {
  color: #393E41;
  text-decoration: none;
  background: #efebe3;
}

.opportunity-details-page .pdp-author-card__media {
  width: 88px;
  height: 88px;
}

.opportunity-details-page .pdp-author-card__image {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

.opportunity-details-page .pdp-author-card__body {
  min-width: 0;
}

.opportunity-details-page .pdp-author-card__name {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.opportunity-details-page .pdp-author-card__description {
  margin-bottom: 12px;
  color: #666A69;
  font-size: 13px;
  line-height: 1.5;
}

.opportunity-details-page .pdp-author-card__chips,
.opportunity-details-page .pdp-geo-block__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.opportunity-details-page .pdp-author-card__chip,
.opportunity-details-page .pdp-geo-block__chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #d9d1c7;
  color: #393E41;
  font-size: 12px;
  line-height: 1.25;
}

.opportunity-details-page .pdp-material-card {
  position: relative;
  padding: 22px 20px 20px;
}

.opportunity-details-page .pdp-material-card__bookmark {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 16px;
  height: 30px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  background-size: contain;
  font-size: 0;
  overflow: hidden;
}

.opportunity-details-page .pdp-material-card__bookmark.featured {
  background: url("../img/featured.svg") center center no-repeat;
  background-size: contain;
}

.opportunity-details-page .pdp-material-card__bookmark.featured.is-featured {
  background: url("../img/is-featured.svg") center center no-repeat;
  background-size: contain;
}

.opportunity-details-page .pdp-material-card__bookmark:disabled {
  cursor: default;
  opacity: 0.8;
}

.opportunity-details-page .pdp-material-card__type {
  margin-bottom: 6px;
  padding-right: 30px;
  color: #049F7F;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.opportunity-details-page .pdp-material-card__categories {
  margin-bottom: 18px;
  color: #393E41;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.opportunity-details-page .pdp-geo-block {
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 4px;
  background: #ece7de;
}

.opportunity-details-page .pdp-geo-block__label {
  margin-bottom: 4px;
  color: #878787;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.opportunity-details-page .pdp-geo-block__title {
  margin-bottom: 6px;
  color: #393E41;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.opportunity-details-page .pdp-geo-block__summary {
  margin-bottom: 12px;
  color: #666A69;
  font-size: 13px;
  line-height: 1.5;
}

.opportunity-details-page .pdp-material-card .pdp-action-row {
  align-items: center;
  clear: both;
  margin-top: 12px;
  margin-bottom: 14px;
  position: relative;
}

.opportunity-details-page .pdp-price-block {
  margin: 0 0 18px;
  padding: 16px;
  border-radius: 4px;
  background: #ece7de;
}

.opportunity-details-page .pdp-price-block__label {
  margin-bottom: 6px;
  color: #878787;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.opportunity-details-page .pdp-price-block__value {
  color: #393E41;
  font-family: "Pollock1C", "Segoe UI", sans-serif;
  font-size: 30px;
  line-height: 1.1;
  word-break: break-word;
}

.opportunity-details-page .pdp-material-card .ad-price {
  text-align: right;
}

.opportunity-details-page .pdp-material-card .article-deadline {
  margin: 0;
}

.opportunity-details-page .pdp-tags-block {
  padding: 16px;
}

.opportunity-details-page .pdp-tags-block--inside {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 28px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}

.opportunity-details-page .pdp-tags-block .article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.opportunity-details-page .pdp-tags-block .article-tags:after {
  display: none;
}

.opportunity-details-page .pdp-tags-block .article-tags a {
  float: none;
  margin: 0;
}


.map-container {
  position: relative;
}

.dynamic-map {
  position: relative;
}

.region-stat-circle {
  z-index: 2;
}

.dynamic-map svg {
  width: 100%;
  height: auto;
  display: block;
}

.opportunity-region-picker {
  width: 100%;
}

.opportunity-region-picker__map-wrap {
  max-width: 640px;
}

.opportunity-region-picker__map {
  width: 100%;
}

.opportunity-region-picker__map svg {
  display: block;
  width: 100%;
  height: auto;
}

.opportunity-region-picker__meta {
  margin-top: 12px;
}

.opportunity-region-picker__hover {
  font-size: 14px;
  font-weight: 600;
  color: #08a388;
  margin-bottom: 6px;
}

.opportunity-region-picker__selected {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.5;
}

.opportunity-region .area,
.opportunity-region path,
.opportunity-region polygon,
.opportunity-region {
  cursor: pointer;
  transition: opacity 0.15s ease, filter 0.15s ease, fill 0.15s ease;
}

.opportunity-region:hover {
  opacity: 0.85;
  filter: brightness(0.98);
}

.opportunity-region.selected {
  filter: brightness(0.9) saturate(1.15);
  stroke: #08a388 !important;
  stroke-width: 2 !important;
}

.opportunity-region-picker {
  margin-top: 20px;
}

.opportunity-region-picker__map {
  max-width: 760px;
}

.opportunity-map-svg {
  width: 100%;
  height: auto;
  display: block;
}

.opportunity-region {
  transition: fill 0.2s ease;
  cursor: pointer;
}

.opportunity-region-picker__info {
  margin-top: 16px;
  font-size: 18px;
  color: #2f2f2f;
}

.opportunity-region-picker__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.opportunity-region-picker__tags .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 4px;
  background: #049f7f;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.opportunity-region-picker__tags .tag-close {
  font-size: 18px;
  line-height: 1;
}

.opportunity-region-picker__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.selected-region-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: none;
  border-radius: 20px;
  background: #049F7F;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.selected-region-tag__close {
  font-size: 18px;
  line-height: 1;
}

.opportunity-tags-field {
  margin-top: 18px;
  position: relative;
}

.opportunity-tags-field__control {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.opportunity-tags-field__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.opportunity-tags-field__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 6px 12px;
  border: 0;
  border-radius: 999px;
  background: #049F7F;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  cursor: pointer;
}

.opportunity-tags-field__chip-close {
  font-size: 14px;
  line-height: 1;
  opacity: 0.8;
}

.opportunity-tags-field__input {
  max-width: 100%;
}

.opportunity-tags-field__suggestions {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
  padding: 8px 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px #00000014;
  border: 1px solid #e7e5df;
}

.opportunity-tags-field__suggestion {
  display: block;
  width: 100%;
  min-height: 0;
  padding: 10px 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #393E41;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.opportunity-tags-field__suggestion:hover {
  background: #f4f1eb;
}

.add-opportunity .form-control,
.add-opportunity textarea,
.add-opportunity input,
.add-opportunity select {
  font-family: "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: #243b53 !important;
  font-style: normal !important;
}

.add-opportunity .form-control::placeholder,
.add-opportunity textarea::placeholder,
.add-opportunity input::placeholder {
  font-family: "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: #bdb7b1 !important;
  font-style: normal !important;
}

.article-image__img,
.article-detail-image__img,
.pdp-map-placeholder__img,
.ad-author-avatar__img {
  width: 100%;
  height: auto;
  display: block;
}

.article-image {
  overflow: hidden;
}

.article-detail-image {
  margin: 0 0 16px;
}

.ad-author-avatar__img {
  border-radius: 50%;
}

.opportunity-image-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.opportunity-image-upload__dropzone {
  width: 100%;
  max-width: 560px;
  border: 2px dashed #d8d2cb;
  border-radius: 24px;
  background: #f9f9f9;
  padding: 24px 24px 18px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.opportunity-image-upload__dropzone.is-drag-active {
  border-color: #049f7f;
  background: #f4fbf9;
}

.opportunity-image-upload__dropzone.is-uploading {
  opacity: 0.7;
  pointer-events: none;
}

.opportunity-image-upload__preview {
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opportunity-image-upload__preview img {
  display: block;
  max-width: 100%;
  max-height: 360px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.opportunity-image-upload__hint {
  margin-top: 16px;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #243b53;
  text-align: center;
  width: 100%;
}

.opportunity-upload-btn {
  margin-top: 18px;
}

.page-content .articles-readmore a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #393E41;
  border-radius: 4px;
  color: #E7BB41;
  font-weight: 700;
  margin-right: 15px;
  text-decoration: none;
  transition: 0.2s ease-in;
  font-size: 12px;
  text-transform: uppercase;
}
.page-content .articles-readmore a:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn.btn-success:hover {
  color: #ffffff;
  text-decoration: none;
}

.page-content .btn-dark-auth {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #393E41;
  border-radius: 4px;
  color: #E7BB41;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease-in;
  font-size: 12px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  text-align: center;
}

.page-content .btn-dark-auth:hover,
.page-content .btn-dark-auth:focus,
.page-content .btn-dark-auth:active {
  color: #FFFFFF;
  text-decoration: none;
}

.page-content .btn-dark-auth--danger {
  background: #8f3c35;
  color: #fff1d4;
}

.page-content .btn-dark-auth--secondary {
  background: #878787;
  color: #ffffff;
}

.page-content .btn-dark-auth--secondary:hover,
.page-content .btn-dark-auth--secondary:focus,
.page-content .btn-dark-auth--secondary:active {
  color: #ffffff;
}

.page-content .btn-dark-auth--danger:hover,
.page-content .btn-dark-auth--danger:focus,
.page-content .btn-dark-auth--danger:active {
  color: #ffffff;
}

.profile-edit-form__panel {
  background: #e7e5df;
  border-radius: 4px;
  box-shadow: 0 3px 6px #0000001f;
  padding: 24px 22px;
  height: 100%;
}

.profile-edit-form__panel--left,
.profile-edit-form__panel--right {
  display: flex;
  flex-direction: column;
}

.profile-edit-form__textarea {
  min-height: 140px;
  resize: vertical;
}

.profile-edit-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
}

.profile-image-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.profile-image-upload__button {
  position: relative;
  width: 132px;
  height: 132px;
  padding: 0;
  border: 2px dashed #d8d2cb;
  border-radius: 50%;
  overflow: hidden;
  background: #f9f9f9;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.profile-image-upload__button.is-drag-active {
  border-color: #049f7f;
}

.profile-image-upload__button.is-uploading {
  opacity: 0.75;
  cursor: progress;
}

.profile-image-upload__button.is-disabled {
  border-style: solid;
  cursor: default;
}

.profile-image-upload__button:hover {
  transform: translateY(-1px);
}

.profile-image-upload__button.is-disabled:hover {
  transform: none;
}

.profile-image-upload__preview {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.profile-image-upload__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 12px 8px;
  background: linear-gradient(180deg, transparent 0%, rgba(57, 62, 65, 0.88) 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.profile-image-upload__hint {
  margin-top: 12px;
  max-width: 160px;
  font-size: 12px;
  line-height: 1.45;
  color: #6b6b6b;
}

.profile-geography-preview {
  margin-top: 18px;
}

.profile-geography-preview__image {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
}

.profile-geography-preview__title {
  margin-bottom: 12px;
}

.profile-edit-form__checkboxes > div + div {
  margin-top: 12px;
}

.profile-edit-form input:disabled,
.profile-edit-form textarea:disabled,
.profile-edit-form button:disabled,
.profile-edit-form select:disabled {
  cursor: default;
}

.profile-edit-form input:disabled,
.profile-edit-form textarea:disabled {
  background: #f5f3ef;
  box-shadow: none;
  color: #393e41;
  opacity: 1;
}

.profile-edit-form .custom-checkboxes input:disabled + label,
.profile-edit-form .custom-radios input:disabled + label {
  opacity: 1;
}

.profile-card {
  background: #e7e5df;
  box-shadow: 0 3px 6px #0000001f;
  padding: 32px 38px;
  border-radius: 2px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.profile-card__hero {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.profile-card__main {
  min-width: 0;
  position: relative;
}

.profile-card__heading {
  padding-right: 220px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4cec5;
}

.profile-card__name {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.02;
  color: #393e41;
  font-family: "Pollock1C", "Segoe UI", sans-serif;
  text-transform: uppercase;
}

.profile-card__name-input,
.profile-card__description-input,
.profile-card__text-input {
  width: 100%;
  border: none;
  background: #f9f8f5;
  box-shadow: 0 3px 6px #00000014;
  border-radius: 4px;
  color: #393e41;
}

.profile-card__name-input {
  min-height: 58px;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.profile-card__description {
  margin: 0;
  max-width: 780px;
  color: #5d605f;
  font-size: 16px;
  line-height: 1.45;
}

.profile-card__description-input {
  min-height: 94px;
  padding: 14px 16px;
  resize: vertical;
  font-size: 15px;
  line-height: 1.5;
}

.profile-card__social-links {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0 4px;
}

.profile-card__social-link {
  display: inline-block;
  height: 23px;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.profile-card__social-link.facebook {
  width: 12px;
  background-image: url("../img/facebook.svg");
}

.profile-card__social-link.website {
  width: 23px;
  background-image: url("../img/website.svg");
}

.profile-card__social-link.email {
  width: 30px;
  background-image: url("../img/icon-social-email.svg");
}

.profile-card__social-link.is-disabled {
  opacity: 0.28;
  pointer-events: none;
}

.profile-card__body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 34px;
  padding: 22px 0 18px;
  align-items: start;
}

.profile-card__left-column,
.profile-card__right-column {
  min-width: 0;
}

.profile-card__meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 0 22px;
}

.profile-card__meta-item,
.profile-card__section {
  min-width: 0;
}

.profile-card__section-header {
  margin-bottom: 10px;
}

.profile-card__section-title {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #393e41;
  text-transform: uppercase;
}

.profile-card__section-description,
.profile-card__meta-value {
  color: #676b69;
  font-size: 14px;
  line-height: 1.45;
}

.profile-card__text-input {
  min-height: 46px;
  padding: 10px 14px;
  font-size: 14px;
}

.profile-card__section--categories {
  max-width: 100%;
}

.profile-card__radio-group {
  margin-bottom: 14px;
}

.profile-card__map {
  min-height: 120px;
}

.profile-card__map-image {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
}

.profile-card__location-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef8f4;
  color: #08a388;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.profile-card__checkboxes {
  display: grid;
  gap: 10px;
}

.profile-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  align-content: flex-start;
  min-height: 48px;
}

.profile-card__chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f7f5f1;
  color: #393e41;
  font-size: 13px;
  line-height: 1.2;
  box-shadow: inset 0 0 0 1px #d6d0c7;
}

.profile-card__empty {
  color: #7f817f;
  font-size: 14px;
}

.profile-card__toggles {
  padding-top: 24px;
}

.profile-card__actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.profile-card__main:has(.profile-card__name-input) {
  padding-top: 72px;
}

.profile-card__main:has(.profile-card__name-input) .profile-card__heading {
  padding-right: 0;
}

.profile-card__error {
  margin-top: 18px;
}

.profile-card__actions .btn-dark-auth--danger {
  margin-left: auto;
}

.profile-cta {
  margin-top: 18px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.profile-published {
  margin-top: 24px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.profile-published__header {
  margin-bottom: 18px;
  color: #393e41;
  font-family: "Pollock1C", "Segoe UI", sans-serif;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
  display: inline-block;
}

.profile-published__list {
  max-width: none;
  margin: 0 -15px 0 -15px;
}

.user-articles__content .profile-published__list > [class*="col-"] {
  margin-bottom: 30px;
}

.profile-cta__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  min-height: 188px;
  padding: 28px;
  border-radius: 2px;
  background: #e7e5df;
  color: #393e41;
  font-family: "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 3px 6px #00000012;
}

.profile-cta__title {
  color: #8b8e8d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.profile-cta__plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #08a388;
  position: relative;
}

.profile-cta__plus::before,
.profile-cta__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.profile-cta__plus::before {
  width: 20px;
  height: 4px;
}

.profile-cta__plus::after {
  width: 4px;
  height: 20px;
}

.profile-cta__button:hover {
  color: #393e41;
  text-decoration: none;
  background: #e2dfd8;
}

.profile-cta__button--loading {
  pointer-events: none;
}

.profile-page-skeleton__avatar,
.profile-page-skeleton__line,
.profile-page-skeleton__icon,
.profile-page-skeleton__chip,
.profile-page-skeleton__button,
.profile-page-skeleton__plus {
  background: linear-gradient(90deg, #ddd8cf 25%, #f3f0ea 50%, #ddd8cf 75%);
  background-size: 200% 100%;
  animation: plpSkeleton 1.4s ease-in-out infinite;
}

.profile-page-skeleton__avatar {
  width: 132px;
  height: 132px;
  border-radius: 50%;
}

.profile-page-skeleton__line {
  display: block;
  border-radius: 999px;
}

.profile-page-skeleton__line--title {
  width: min(420px, 70%);
  height: 42px;
  margin-bottom: 14px;
}

.profile-page-skeleton__line--text {
  width: min(520px, 88%);
  height: 18px;
}

.profile-page-skeleton__line--cta {
  width: min(360px, 76%);
  height: 24px;
}

.profile-page-skeleton__icons {
  display: flex;
  gap: 18px;
  padding: 18px 0 22px;
}

.profile-page-skeleton__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.profile-page-skeleton__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-page-skeleton__chip {
  width: 96px;
  height: 34px;
  border-radius: 999px;
}

.profile-page-skeleton__chip--wide {
  width: 132px;
}

.profile-page-skeleton__button {
  width: 132px;
  height: 40px;
  border-radius: 2px;
}

.profile-page-skeleton__plus {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .profile-edit-form__panel--left {
    margin-bottom: 24px;
  }

  .profile-card {
    padding: 26px 22px;
  }

  .profile-card__hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .profile-card__heading {
    padding-right: 0;
  }

  .profile-card__actions {
    position: static;
    padding-top: 20px;
  }

  .profile-card__main:has(.profile-card__name-input) {
    padding-top: 0;
  }

  .profile-card__body-grid,
  .profile-card__meta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .profile-image-upload__button {
    width: 112px;
    height: 112px;
  }

  .profile-image-upload__hint {
    max-width: 132px;
  }

  .profile-card__name {
    font-size: 30px;
  }

  .profile-card__actions {
    flex-direction: column;
  }

  .profile-card__actions .btn-dark-auth {
    width: 100%;
  }

  .profile-cta__button {
    min-height: 148px;
    padding: 20px 18px;
  }

  .profile-cta__title {
    font-size: 18px;
  }
}

.opportunity-description-editor__content {
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.opportunity-description-editor__content .ProseMirror {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  outline: none;
  color: #243b53;
  font-size: 14px;
  line-height: 1.6;
  padding-right: 20px;
  padding-bottom: 18px;
  box-sizing: border-box;
}

.opportunity-description-editor__content .ProseMirror p {
  margin: 0 0 14px;
}

.opportunity-description-editor__content .ProseMirror ul {
  list-style-type: disc;
  padding-left: 36px;
  margin: 0 0 14px;
}

.opportunity-description-editor__content .ProseMirror li {
  list-style-type: disc;
  margin: 0 0 8px;
}

.opportunity-description-editor__content .ProseMirror ul li::marker {
  color: #243b53;
  font-size: 1em;
}

.opportunity-description-editor__content .ProseMirror strong {
  font-weight: 700;
}

.opportunity-description-editor__content .ProseMirror em {
  font-style: italic;
}

.opportunity-description-editor__content .ProseMirror u {
  text-decoration: underline;
}

.opportunity-description-editor__content .ProseMirror:focus,
.opportunity-description-editor__content .ProseMirror *:focus {
  outline: none;
}

.date-picker {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.date-picker::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.date-picker {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.date-picker::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.field-error {
  color: #d93025;
  font-size: 13px;
  margin-top: 6px;
  line-height: 1.35;
}

.article-card__error,
.opportunity-action-error,
.opportunity-page-error {
  max-width: 480px;
}

.article-card__error {
  margin-bottom: 12px;
}

.opportunity-action-error {
  margin-top: 10px;
}

.opportunity-page-error {
  margin-bottom: 18px;
}

.date-picker {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.date-picker::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.article-top-actions {
  margin-bottom: 28px;
}

.article-edit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  text-transform: uppercase;
}

.opportunity-details-page .full-article .article-body {
  margin-bottom: 50px;
}

.opportunity-details-page .article-lead {
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  color: #393E41;
  margin: 0 0 28px;
}

.opportunity-details-page .article-detail-image {
  margin: 0 0 28px;
}

.opportunity-details-page .article-html-content {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #393E41;
  font-weight: 400;
  word-break: break-word;
}

.opportunity-details-page .article-html-content p {
  margin: 0 0 14px;
}

.opportunity-details-page .article-html-content ul,
.opportunity-details-page .article-html-content ol {
  margin: 0 0 14px 26px;
  padding: 0;
}

.opportunity-details-page .article-html-content li {
  margin: 0 0 6px;
}

.opportunity-details-page .article-html-content h1,
.opportunity-details-page .article-html-content h2,
.opportunity-details-page .article-html-content h3,
.opportunity-details-page .article-html-content h4 {
  margin: 20px 0 10px;
  line-height: 1.3;
  color: #1f2d3d;
  font-weight: 700;
}

.opportunity-details-page .article-html-content > *:first-child {
  margin-top: 0;
}

.opportunity-details-page .article-html-content > *:last-child {
  margin-bottom: 0;
}

.opportunity-details-page .article-html-content p,
.opportunity-details-page .article-html-content div,
.opportunity-details-page .article-html-content span,
.opportunity-details-page .article-html-content li {
  font-weight: 400;
}

.opportunity-details-page .article-html-content p {
  margin: 0 0 14px;
}

.opportunity-details-page .article-html-content strong,
.opportunity-details-page .article-html-content b {
  font-weight: 700;
}

.opportunity-details-page .article-html-content em {
  font-style: italic;
}

.opportunity-details-page .article-html-content ul,
.opportunity-details-page .article-html-content ol {
  margin: 0 0 14px 26px;
  padding: 0;
}

.opportunity-details-page .article-html-content li {
  margin: 0 0 6px;
}

.opportunity-details-page .article-html-content h1,
.opportunity-details-page .article-html-content h2,
.opportunity-details-page .article-html-content h3,
.opportunity-details-page .article-html-content h4 {
  margin: 20px 0 10px;
  line-height: 1.3;
  color: #1f2d3d;
  font-weight: 700;
}

.opportunity-details-page .article-html-content h1 {
  font-size: 34px;
}

.opportunity-details-page .article-html-content h2 {
  font-size: 28px;
}

.opportunity-details-page .article-html-content h3 {
  font-size: 24px;
}

.opportunity-details-page .article-html-content h4 {
  font-size: 20px;
}

.opportunity-details-page .article-html-content a {
  color: #0aa384;
  text-decoration: underline;
}

.opportunity-details-page .article-html-content blockquote {
  margin: 18px 0;
  padding: 10px 0 10px 18px;
  border-left: 4px solid #0aa384;
  color: #445;
}

.opportunity-details-page .article-html-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 18px 0;
}

.article-html-content {
  line-height: 1.7;
  font-size: 16px;
  color: #2f3a4a;
  word-break: break-word;
}

.article-html-content p {
  margin: 0 0 16px;
}

.article-html-content strong {
  font-weight: 700;
}

.article-html-content em {
  font-style: italic;
}

.article-html-content ul,
.article-html-content ol {
  margin: 0 0 16px 24px;
  padding: 0;
}

.article-html-content li {
  margin-bottom: 8px;
}

.article-html-content h1,
.article-html-content h2,
.article-html-content h3,
.article-html-content h4 {
  margin: 24px 0 12px;
  line-height: 1.3;
}

.article-html-content a {
  color: #0aa384;
  text-decoration: underline;
}

.article-top-actions {
  margin-bottom: 28px;
}

.article-edit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  text-transform: uppercase;
}

.article-lead {
  font-size: 18px;
  line-height: 1.6;
  color: #2f3a4a;
  font-weight: 700;
  margin-bottom: 28px;
}

.article-html-content {
  font-size: 16px;
  line-height: 1.8;
  color: #2f3a4a;
  font-weight: 400;
  word-break: break-word;
}

.article-html-content > *:first-child {
  margin-top: 0;
}

.article-html-content > *:last-child {
  margin-bottom: 0;
}

.article-html-content p {
  margin: 0 0 24px;
}

.article-html-content strong {
  font-weight: 700;
}

.article-html-content em {
  font-style: italic;
}

.article-html-content ul,
.article-html-content ol {
  margin: 0 0 24px 28px;
  padding: 0;
}

.article-html-content li {
  margin-bottom: 10px;
}

.article-html-content h1,
.article-html-content h2,
.article-html-content h3,
.article-html-content h4 {
  margin: 36px 0 18px;
  line-height: 1.3;
  color: #1f2d3d;
}

.article-html-content h1 {
  font-size: 34px;
}

.article-html-content h2 {
  font-size: 28px;
}

.article-html-content h3 {
  font-size: 24px;
}

.article-html-content h4 {
  font-size: 20px;
}

.article-html-content a {
  color: #0aa384;
  text-decoration: underline;
}

.article-html-content blockquote {
  margin: 24px 0;
  padding: 12px 0 12px 20px;
  border-left: 4px solid #0aa384;
  color: #445;
}

.article-html-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 24px 0;
}

.article-html-content {
  font-size: 15px;
  line-height: 1.85;
  color: #2f3a4a;
  font-weight: 400;
  word-break: break-word;
}

.article-html-content,
.article-html-content p,
.article-html-content div,
.article-html-content span,
.article-html-content li {
  font-weight: 400;
}

.article-html-content strong,
.article-html-content b {
  font-weight: 700;
}

.opportunity-details-page .article-html-content {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #393E41;
  font-weight: 400;
  word-break: break-word;
}

.opportunity-details-page .article-html-content p {
  margin: 0 0 14px;
}

.opportunity-details-page .article-html-content ul,
.opportunity-details-page .article-html-content ol {
  margin: 0 0 14px 26px;
  padding: 0;
}

.opportunity-details-page .article-html-content li {
  margin: 0 0 6px;
}

.opportunity-details-page .article-html-content h1,
.opportunity-details-page .article-html-content h2,
.opportunity-details-page .article-html-content h3,
.opportunity-details-page .article-html-content h4 {
  margin: 20px 0 10px;
  line-height: 1.3;
  color: #1f2d3d;
  font-weight: 700;
}

.opportunity-region.selected,
.opportunity-region.is-selected {
  opacity: 1;
  filter: none;
}

.opportunity-region.selected .area,
.opportunity-region.selected path,
.opportunity-region.selected polygon,
.opportunity-region.is-selected .area,
.opportunity-region.is-selected path,
.opportunity-region.is-selected polygon {
  fill: #44BBA4 !important;
  stroke: #ffffff !important;
  stroke-width: 1.5 !important;
}

.dynamic-map .region.selected,
.dynamic-map .region.is-selected {
  fill: #44BBA4 !important;
  stroke: #ffffff !important;
  stroke-width: 1.5 !important;
}

.opportunity-region:hover .area,
.opportunity-region:hover path,
.opportunity-region:hover polygon {
  opacity: 0.9;
}

.opportunity-details-page,
.add-opportunity.has-form {
  animation: pageFadeIn 0.22s ease;
}

@keyframes pageFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
