body {
  font-family: 'Montserrat', 'Calibri', 'Arial';
  font-size: 14px;
  color: #636363;
  line-height: 22px; }

@media screen and (min-width: 992px) {
  body {
    padding-top: 100px; } }
a {
  color: #636363;
  text-decoration: none;
  transition: 0.4s ease color;
  cursor: pointer; }
  a:hover {
    color: #9DBF80;
    text-decoration: none; }

img {
  max-width: 100%;
  max-height: 100%; }

strong {
  font-weight: 700; }

p {
  text-align: justify; }

input, select, textarea, .form-control {
  border: 1px solid #E4E2E2;
  outline: none !important;
  box-shadow: none;
  border-radius: 5px;
  box-shadow: 1px 2px 5px #C8C5C5; }
  input:focus, select:focus, textarea:focus, .form-control:focus {
    border-color: #7B96B8;
    outline: none !important;
    box-shadow: none; }
  input.is-invalid, select.is-invalid, textarea.is-invalid, .form-control.is-invalid {
    color: #FF0000;
    border-color: #FF0000; }
  input.is-valid, select.is-valid, textarea.is-valid, .form-control.is-valid {
    color: #718C00;
    border-color: #718C00; }

select option {
  height: 20px;
  padding: 0px; }
  select option.select-header {
    font-weight: 700;
    color: #9DBF80;
    text-transform: uppercase; }

::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #D2CFCF;
  text-transform: uppercase; }

::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #D2CFCF;
  text-transform: uppercase; }

::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #D2CFCF;
  text-transform: uppercase; }

::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #D2CFCF;
  text-transform: uppercase; }

.form-error-label {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #FF0000; }

/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#black-out {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10; }

.alert {
  clear: both;
  font-weight: 700;
  text-align: center; }
  .alert.alert-success {
    color: #718C00;
    background: rgba(157, 191, 128, 0.1);
    border-color: #718C00; }
  .alert.alert-danger {
    color: #E32929;
    background: rgba(255, 0, 0, 0.1);
    border-color: #E32929; }
  .alert.alert-warning {
    color: #E45100;
    background: rgba(228, 81, 0, 0.1);
    border-color: #E45100; }
  .alert.alert-info {
    color: #7B96B8;
    background: rgba(123, 150, 184, 0.1);
    border-color: #7B96B8; }

.zero-list-elements {
  width: 100%;
  padding: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #FF0000;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid #FF0000;
  border-radius: 5px; }

.main-communicate {
  margin-top: 20px; }

.page-content-loader {
  display: flex;
  margin: 50px 0;
  justify-content: center; }
  .page-content-loader > div {
    display: flex;
    margin: 0 15px; }

h1.main-header, h2.secondary-header, h4.section-header {
  position: relative;
  clear: both;
  width: 100%;
  font-size: 24px;
  color: #9DBF80;
  text-transform: uppercase;
  line-height: 30px; }

h1.main-header, h2.secondary-header {
  padding: 0 10px 0 100px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 800; }
  h1.main-header span, h2.secondary-header span {
    display: block; }
  h1.main-header::before, h2.secondary-header::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 10px;
    width: 60px;
    height: 6px;
    background: #9DBF80; }

h1.main-header {
  font-size: 30px; }

h2.secondary-header {
  margin-top: 20px;
  margin-bottom: 50px; }

h4.section-header {
  margin-bottom: 10px;
  font-weight: 700; }

@media screen and (min-width: 992px) {
  h1.main-header {
    margin-bottom: 50px; }

  h4.section-header {
    margin-bottom: 20px; } }
div.section-row {
  margin-bottom: 10px; }
  div.section-row span, div.section-row a {
    font-size: 14px;
    font-weight: 500;
    color: #AAA9A9;
    text-transform: uppercase;
    line-height: 20px; }
  div.section-row span.section-row-label {
    margin-right: 5px; }
  div.section-row a:hover {
    color: #9DBF80; }

form {
  position: relative;
  clear: both;
  width: 100%;
  margin: auto;
  padding: 10px 10px 0;
  text-align: center; }
  form .form-row {
    position: relative;
    clear: both;
    margin-bottom: 10px; }
    form .form-row.form-submit-row {
      margin-top: 20px; }
    @media screen and (min-width: 992px) {
      form .form-row.form-submit-row {
        margin-top: 50px; } }

.btn {
  height: 42px;
  margin: 0px;
  padding: 5px 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
  background: #9DBF80 !important;
  border: none;
  border-radius: 0px;
  box-shadow: none; }
  .btn:hover, .btn:focus {
    background: #7B96B8 !important;
    box-shadow: none; }

/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#site-header {
  position: relative;
  margin-bottom: 15px;
  text-align: center; }
  #site-header .container {
    position: relative; }
  #site-header .header-logo {
    position: relative;
    z-index: 1; }
    #site-header .header-logo a {
      display: block;
      transition: 0.4s ease opacity; }
      #site-header .header-logo a img {
        max-height: 96px; }
      #site-header .header-logo a:hover {
        opacity: 0.7; }
  #site-header .site-navigation {
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 100; }
    #site-header .site-navigation .nav-visibility-switcher {
      position: relative;
      float: right;
      margin: 0px;
      padding: 5px 7px;
      font-size: 20px;
      color: #9DBF80;
      line-height: 20px;
      background: #FFF;
      border: 2px solid #9DBF80;
      z-index: 100; }
      #site-header .site-navigation .nav-visibility-switcher:hover {
        color: #7B96B8;
        border-color: #7B96B8; }
    #site-header .site-navigation ul.site-navigation-menu {
      display: none;
      position: relative;
      transition: 0.4s ease opacity;
      z-index: 0;
      position: relative;
      list-style: none;
      margin: 43px 0px 0px 0px;
      padding: 0px;
      background: rgba(255, 255, 255, 0.8);
      border: 2px solid #9DBF80;
      z-index: 100; }
      #site-header .site-navigation ul.site-navigation-menu.menu-opened {
        display: block;
        opacity: 1;
        z-index: 1000; }
      #site-header .site-navigation ul.site-navigation-menu > li {
        border-bottom: 2px solid #9DBF80; }
        #site-header .site-navigation ul.site-navigation-menu > li a {
          display: block;
          padding: 10px;
          font-weight: 700;
          color: #AAA9A9;
          text-transform: uppercase;
          transition: 0.4s ease color, 0.4s ease background-color; }
          #site-header .site-navigation ul.site-navigation-menu > li a:hover {
            color: #FFF;
            background: #9DBF80; }
          #site-header .site-navigation ul.site-navigation-menu > li a.find-expert-link {
            color: #7B96B8;
            font-weight: 800; }
          #site-header .site-navigation ul.site-navigation-menu > li a.selected {
            color: #9DBF80; }
            #site-header .site-navigation ul.site-navigation-menu > li a.selected:hover {
              background: none; }
          #site-header .site-navigation ul.site-navigation-menu > li a.login-link {
            color: #FFF;
            background: #9DBF80; }
            #site-header .site-navigation ul.site-navigation-menu > li a.login-link:hover {
              background: #7B96B8; }
        #site-header .site-navigation ul.site-navigation-menu > li:last-child {
          border-bottom: none; }

@media screen and (min-width: 992px) {
  #site-header {
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100px;
    margin-bottom: 0px;
    background: #FFF;
    z-index: 99999; }
    #site-header .container > .row {
      align-items: center; }
    #site-header .site-navigation {
      top: 0px;
      position: relative;
      margin-top: 20px; }
      #site-header .site-navigation .nav-visibility-switcher {
        display: none; }
      #site-header .site-navigation ul.site-navigation-menu {
        display: block;
        float: right;
        margin: 0px;
        background: none;
        border: none; }
        #site-header .site-navigation ul.site-navigation-menu > li {
          float: left;
          border: none; }
          #site-header .site-navigation ul.site-navigation-menu > li a {
            margin: 10px 0;
            padding: 10px 10px;
            line-height: 26px;
            border-radius: 3px; }
            #site-header .site-navigation ul.site-navigation-menu > li a.active {
              color: #9DBF80; }
            #site-header .site-navigation ul.site-navigation-menu > li a:hover {
              background: none;
              color: #9DBF80; }
            #site-header .site-navigation ul.site-navigation-menu > li a.login-link {
              margin: 5px 0;
              padding: 15px 15px;
              color: #FFF; }
        #site-header .site-navigation ul.site-navigation-menu.menu-opened {
          display: block; } }
@media screen and (min-width: 1300px) {
  #site-header .container {
    width: 90%;
    max-width: 1800px; } }
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#site-banner {
  position: relative;
  height: 102px;
  margin: 0px;
  background: url("/images/main-banner.jpg") center center repeat-x;
  background-size: cover; }

@media screen and (min-width: 992px) {
  #site-banner {
    height: 192px; } }
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#site-newsletter-section {
  padding: 65px 0px;
  text-align: center;
  background: url("/images/bg_newsletter.jpg") center center repeat-x;
  background-size: cover; }
  #site-newsletter-section .newsletter-header, #site-newsletter-section .newsletter-form {
    position: relative;
    padding: 0px; }
  #site-newsletter-section .newsletter-subscribe-OK-message {
    font-size: 18px;
    font-weight: 700;
    color: #9DBF80;
    text-align: center;
    text-transform: uppercase;
    line-height: 44px; }
  #site-newsletter-section .newsletter-header {
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    line-height: 44px; }
    #site-newsletter-section .newsletter-header span.sub-content {
      display: none; }
  #site-newsletter-section .newsletter-form .row {
    display: block; }
  #site-newsletter-section .newsletter-form input, #site-newsletter-section .newsletter-form button {
    height: 44px;
    border-radius: 0px;
    box-shadow: none; }
  #site-newsletter-section .newsletter-form input {
    width: 90%;
    margin: 0px 5% 10px;
    border: 1px solid transparent; }
    #site-newsletter-section .newsletter-form input:focus {
      border-color: #9DBF80; }
  #site-newsletter-section .newsletter-form button {
    float: none;
    width: 30%;
    padding: 0px;
    font-size: 17px;
    font-weight: 600;
    color: #FFF !important;
    background: transparent !important;
    border: 1px solid #FFF; }
    #site-newsletter-section .newsletter-form button:hover {
      color: #9DBF80 !important;
      border-color: #9DBF80; }

@media screen and (min-width: 992px) {
  #site-newsletter-section {
    padding: 115px 0px; }
    #site-newsletter-section .newsletter-header {
      margin-top: 0px;
      margin-bottom: 0px;
      font-weight: 800;
      text-align: left;
      line-height: 26px; }
      #site-newsletter-section .newsletter-header span.sub-content {
        display: block;
        /*margin-top: 10px;*/
        font-size: 13px; }
    #site-newsletter-section .newsletter-form {
      clear: none;
      margin-top: 0px;
      padding-top: 0px; }
      #site-newsletter-section .newsletter-form .form-group {
        margin-bottom: 0px; }
      #site-newsletter-section .newsletter-form input, #site-newsletter-section .newsletter-form button {
        float: left; }
      #site-newsletter-section .newsletter-form input {
        width: 78%;
        margin-left: 0px;
        margin-right: 2%;
        margin-bottom: 0px; }
        #site-newsletter-section .newsletter-form input.is-invalid {
          color: #FF0000;
          border-color: #FF0000; }
        #site-newsletter-section .newsletter-form input.is-valid {
          color: #718C00;
          border-color: #718C00; }
      #site-newsletter-section .newsletter-form button {
        width: 20%;
        margin: 0px; } }
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#site-footer {
  padding: 50px 0px;
  text-align: center; }
  #site-footer .footer-logo, #site-footer .footer-contact {
    position: relative; }
  #site-footer .footer-logo {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #7D7D7D; }
  #site-footer .footer-logo a {
    display: block;
    transition: 0.4s ease opacity; }
    #site-footer .footer-logo a img {
      max-height: 95px; }
    #site-footer .footer-logo a:hover {
      opacity: 0.7; }
  #site-footer .footer-contact {
    margin-top: 15px; }

@media screen and (min-width: 992px) {
  #site-footer .container .row {
    align-items: start; }
  #site-footer .footer-logo {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none; }
  #site-footer .footer-contact {
    margin-top: 0px;
    padding-left: 40px;
    text-align: left; }
    #site-footer .footer-contact h4.section-header {
      margin-bottom: 30px; }
    #site-footer .footer-contact .section-row {
      margin-bottom: 5px; }
      #site-footer .footer-contact .section-row span {
        display: inline-block;
        vertical-align: top; }
        #site-footer .footer-contact .section-row span a.email-link {
          text-transform: none; }
        #site-footer .footer-contact .section-row span.section-row-label {
          width: 100px; }
      #site-footer .footer-contact .section-row.footer-address {
        margin-bottom: 25px; } }
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#site-copy-rights {
  text-align: center;
  text-transform: uppercase; }
  #site-copy-rights .container {
    padding: 30px 0px;
    border-top: 1px solid #7D7D7D; }
  #site-copy-rights .copy-rights-content {
    color: #AAA9A9; }
  #site-copy-rights ul.links-menu {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0; }
    #site-copy-rights ul.links-menu li {
      display: inline-block;
      margin: 0px 20px 10px; }
      #site-copy-rights ul.links-menu li a {
        color: #AAA9A9; }
        #site-copy-rights ul.links-menu li a:hover {
          color: #7B96B8; }
        #site-copy-rights ul.links-menu li a.active {
          color: #9DBF80; }

/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#site-main-content {
  padding: 80px 15px;
  background: #EFF3EC; }

#site-secondary-content {
  padding: 50px 15px;
  background: #FFF; }
  #site-secondary-content .main-content {
    position: relative;
    margin-bottom: 80px;
    font-family: 'Verdana';
    font-size: 12px;
    color: #636363;
    text-align: justify;
    line-height: 24px; }
    #site-secondary-content .main-content p {
      margin-bottom: 30px; }

@media screen and (min-width: 992px) {
  #site-secondary-content {
    padding: 50px 0px; } }
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
.bx-wrapper, #homePageSlider {
  display: none; }

@media screen and (min-width: 992px) {
  .bx-wrapper, #homePageSlider {
    display: block; } }
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
.text-page-content {
  position: relative;
  padding: 15px;
  font-size: 13px;
  line-height: 25px;
  background: #FFF; }
  .text-page-content h2, .text-page-content h3, .text-page-content h4, .text-page-content h5, .text-page-content h6 {
    clear: both;
    margin-top: 50px;
    font-weight: 700;
    color: #9DBF80;
    line-height: 30px; }
  .text-page-content h2, .text-page-content h3 {
    margin-bottom: 30px; }
  .text-page-content h4, .text-page-content h5 {
    margin-bottom: 10px; }
  .text-page-content h6 {
    margin-bottom: 10px; }
  .text-page-content h2 {
    font-size: 20px; }
  .text-page-content h3 {
    font-size: 20px; }
  .text-page-content h4 {
    font-size: 16px;
    line-height: 20px; }
    .text-page-content h4.formal-article-section-header {
      margin-top: 0;
      margin-bottom: 20px;
      text-align: center;
      text-transform: uppercase; }
  .text-page-content p {
    clear: both;
    margin: 0 0 20px; }
    .text-page-content p img {
      max-width: 100%;
      max-height: 100%; }
    .text-page-content p.formal-article-section-description {
      margin: 0 0 20px;
      font-weight: 700;
      text-align: center; }
  .text-page-content ul, .text-page-content ol {
    margin: 0px 0px 30px; }
    .text-page-content ul ol, .text-page-content ol ol {
      margin: 5px 0px 5px;
      list-style-type: lower-latin; }
    .text-page-content ul.formal-article-section-list, .text-page-content ol.formal-article-section-list {
      margin: 20px 0px 40px;
      padding-left: 40px; }
      .text-page-content ul.formal-article-section-list > li, .text-page-content ol.formal-article-section-list > li {
        margin-bottom: 10px;
        padding-left: 10px; }
        .text-page-content ul.formal-article-section-list > li ul, .text-page-content ol.formal-article-section-list > li ul {
          list-style-type: lower-alpha;
          margin-bottom: 0px; }
          .text-page-content ul.formal-article-section-list > li ul li, .text-page-content ol.formal-article-section-list > li ul li {
            padding-left: 15px; }
      .text-page-content ul.formal-article-section-list.latin-letters, .text-page-content ol.formal-article-section-list.latin-letters {
        list-style-type: lower-alpha; }
  .text-page-content a.linked-in-link {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-indent: -20000px;
    background: url("/images/icons/ico_ld.png") 0px 0px no-repeat;
    background-size: 100% 100%; }
    .text-page-content a.linked-in-link:hover {
      opacity: 0.7; }

@media screen and (min-width: 992px) {
  .text-page-content {
    padding: 50px 150px; } }
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#articles-list-page ul.articles-list {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px; }
  #articles-list-page ul.articles-list li.articles-list-item {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E2E2; }
    #articles-list-page ul.articles-list li.articles-list-item div.article-image {
      position: relative;
      display: table;
      height: 140px;
      padding: 0; }
      #articles-list-page ul.articles-list li.articles-list-item div.article-image a {
        display: table-cell;
        height: 100%;
        text-align: center;
        vertical-align: middle; }
        #articles-list-page ul.articles-list li.articles-list-item div.article-image a img {
          max-width: 100%;
          max-height: 140px; }
        #articles-list-page ul.articles-list li.articles-list-item div.article-image a:hover {
          opacity: 0.7; }
    #articles-list-page ul.articles-list li.articles-list-item div.article-data {
      overflow: hidden; }
      #articles-list-page ul.articles-list li.articles-list-item div.article-data h4.article-title,
      #articles-list-page ul.articles-list li.articles-list-item div.article-data div.article-content,
      #articles-list-page ul.articles-list li.articles-list-item div.article-data div.article-meta {
        float: left;
        width: 100%; }
      #articles-list-page ul.articles-list li.articles-list-item div.article-data h4.article-title {
        max-height: 40px;
        margin: 0px 0px 5px;
        font-size: 17px;
        font-weight: 700;
        line-height: 20px; }
        #articles-list-page ul.articles-list li.articles-list-item div.article-data h4.article-title a {
          color: #9DBF80;
          text-transform: uppercase;
          line-height: 20px; }
          #articles-list-page ul.articles-list li.articles-list-item div.article-data h4.article-title a:hover {
            color: #7B96B8; }
      #articles-list-page ul.articles-list li.articles-list-item div.article-data div.article-content {
        overflow: hidden; }
        #articles-list-page ul.articles-list li.articles-list-item div.article-data div.article-content a {
          display: block;
          font-size: 12px;
          line-height: 16px; }
      @media screen and (min-width: 992px) {
        #articles-list-page ul.articles-list li.articles-list-item div.article-data div.article-content {
          height: 80px; } }
      #articles-list-page ul.articles-list li.articles-list-item div.article-data div.article-meta {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px; }
        #articles-list-page ul.articles-list li.articles-list-item div.article-data div.article-meta .article-author {
          float: left;
          font-weight: 700;
          color: #9DBF80; }
          #articles-list-page ul.articles-list li.articles-list-item div.article-data div.article-meta .article-author font {
            font-size: 10px;
            color: #7B96B8; }
        #articles-list-page ul.articles-list li.articles-list-item div.article-data div.article-meta .article-date {
          float: right;
          color: #7B96B8; }
    #articles-list-page ul.articles-list li.articles-list-item:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; }

/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#article-page h1.main-header {
  font-size: 22px;
  line-height: 26px; }
#article-page h3.article-author {
  margin-bottom: 40px;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 700;
  color: #9DBF80;
  line-height: 22px; }
  #article-page h3.article-author font {
    font-size: 11px;
    color: #7B96B8; }

@media screen and (min-width: 992px) {
  #article-page h1.main-header {
    font-size: 30px;
    line-height: 30px; }
  #article-page h3.article-author {
    padding: 0px; } }
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#login-form .login-form-loader span, #register-form .login-form-loader span {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase; }
#login-form .form-row.login-form-password-reminder a, #login-form .form-row.login-form-register-link a, #register-form .form-row.login-form-password-reminder a, #register-form .form-row.login-form-register-link a {
  color: #7D7D7D; }
  #login-form .form-row.login-form-password-reminder a:hover, #login-form .form-row.login-form-register-link a:hover, #register-form .form-row.login-form-password-reminder a:hover, #register-form .form-row.login-form-register-link a:hover {
    color: #9DBF80; }
#login-form .form-row.login-form-password-reminder, #register-form .form-row.login-form-password-reminder {
  padding-left: 30px;
  text-align: left; }
#login-form .form-row.login-form-register-link, #register-form .form-row.login-form-register-link {
  padding-right: 30px;
  text-align: right;
  justify-content: flex-end; }
#login-form .form-row.submit-row, #register-form .form-row.submit-row {
  margin-top: 50px;
  justify-content: center; }

@media screen and (min-width: 992px) {
  #login-form, #register-form {
    width: 600px; } }
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#home-page-slider {
  position: relative;
  height: calc(100vw * 0.33);
  margin-bottom: -80px;
  padding: 0; }
  #home-page-slider .awssld__content > img {
    height: auto; }

#home-page-main-buttons {
  background: #FFF;
  padding-bottom: 50px;
  border-bottom: 1px solid #DEDEDE; }
  #home-page-main-buttons .home-page-main-buttons-container {
    margin-bottom: 20px;
    padding: 0px;
    border: 3px solid #E4EADF;
    z-index: 10; }
    #home-page-main-buttons .home-page-main-buttons-container a {
      display: block;
      padding: 20px;
      text-align: center;
      font-size: 17px;
      font-weight: 900;
      color: #839277;
      text-transform: uppercase;
      line-height: 30px;
      background: #FFF; }
      #home-page-main-buttons .home-page-main-buttons-container a:hover {
        color: #7B96B8; }
      #home-page-main-buttons .home-page-main-buttons-container a.activeContentButton {
        color: #FFF;
        background: #7B96B8; }

@media screen and (min-width: 992px) {
  #home-page-main-buttons .home-page-main-buttons-container {
    flex: 0 0 30%;
    max-width: 30%;
    justify-content: center; }
    #home-page-main-buttons .home-page-main-buttons-container a {
      display: flex;
      height: 100%;
      padding: 45px 30px;
      font-size: 24px;
      justify-content: center;
      align-items: center; }
    #home-page-main-buttons .home-page-main-buttons-container.find-expert-button {
      flex: 0 0 50%;
      max-width: 50%; }
      #home-page-main-buttons .home-page-main-buttons-container.find-expert-button a {
        color: #7B96B8; }
        #home-page-main-buttons .home-page-main-buttons-container.find-expert-button a:hover {
          color: #9DBF80; }
    #home-page-main-buttons .home-page-main-buttons-container:first-child {
      margin-right: 5%; }
    #home-page-main-buttons .home-page-main-buttons-container:last-child {
      margin-left: 5%; }
      #home-page-main-buttons .home-page-main-buttons-container:last-child a {
        padding: 30px 30px; } }
.home-page-content {
  padding: 15px; }
  .home-page-content ul.articles-list {
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .home-page-content ul.articles-list li {
      display: block;
      text-align: justify; }
      .home-page-content ul.articles-list li .article-thumb,
      .home-page-content ul.articles-list li .article-title,
      .home-page-content ul.articles-list li .article-meta,
      .home-page-content ul.articles-list li .article-content {
        display: block;
        float: left;
        width: 100%; }
        .home-page-content ul.articles-list li .article-thumb a,
        .home-page-content ul.articles-list li .article-title a,
        .home-page-content ul.articles-list li .article-meta a,
        .home-page-content ul.articles-list li .article-content a {
          display: block;
          font-family: 'Verdana';
          font-size: 12px;
          line-height: 15px; }
      .home-page-content ul.articles-list li .article-thumb,
      .home-page-content ul.articles-list li .article-title,
      .home-page-content ul.articles-list li .article-meta {
        margin-bottom: 20px; }
      .home-page-content ul.articles-list li .article-thumb {
        overflow: hidden;
        text-align: center;
        max-height: 200px; }
        .home-page-content ul.articles-list li .article-thumb a {
          display: block; }
          .home-page-content ul.articles-list li .article-thumb a img {
            max-width: 100%;
            max-height: 200px; }
          .home-page-content ul.articles-list li .article-thumb a:hover {
            opacity: 0.7; }
      .home-page-content ul.articles-list li .article-title {
        height: auto;
        max-height: none; }
        .home-page-content ul.articles-list li .article-title a {
          font-size: 12px;
          font-weight: 700;
          text-align: left; }
      .home-page-content ul.articles-list li .article-meta {
        font-size: 12px;
        font-weight: 700; }
        .home-page-content ul.articles-list li .article-meta .article-author {
          float: left;
          color: #9DBF80; }
          .home-page-content ul.articles-list li .article-meta .article-author a {
            font-size: 9px;
            line-height: 12px;
            text-align: left; }
            .home-page-content ul.articles-list li .article-meta .article-author a font {
              color: #7B96B8; }
        .home-page-content ul.articles-list li .article-meta .article-date {
          float: right;
          color: #777; }
      .home-page-content ul.articles-list li .article-content {
        max-height: 200px;
        line-height: 20px; }

@media screen and (min-width: 992px) {
  .home-page-content {
    padding: 0px; }
    .home-page-content ul.articles-list {
      display: block; }
      .home-page-content ul.articles-list li {
        display: block;
        float: left;
        width: 22%;
        max-width: 22%;
        flex: 0 0 22%;
        margin-right: 4%;
        padding: 0px; }
        .home-page-content ul.articles-list li .article-thumb {
          max-height: 150px; }
          .home-page-content ul.articles-list li .article-thumb a img {
            max-height: 150px; }
        .home-page-content ul.articles-list li .article-title {
          height: 60px;
          max-height: 60px; }
        .home-page-content ul.articles-list li:nth-child(4n) {
          margin-right: 0px; } }
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
.find-expert-form-warning p {
  margin-bottom: 0; }

.alert.find-expert-form-errors, .alert.find-expert-form-success {
  margin: 0 0 100px;
  padding: 20px; }
  .alert.find-expert-form-errors h4, .alert.find-expert-form-errors p, .alert.find-expert-form-success h4, .alert.find-expert-form-success p {
    text-align: center;
    text-transform: uppercase;
    line-height: 24px; }
  .alert.find-expert-form-errors h4, .alert.find-expert-form-success h4 {
    margin-bottom: 20px;
    font-weight: 600; }
  .alert.find-expert-form-errors p, .alert.find-expert-form-success p {
    margin: 0; }
  .alert.find-expert-form-errors .data-loader, .alert.find-expert-form-success .data-loader {
    min-height: 20px; }
  .alert.find-expert-form-errors.find-expert-form-errors, .alert.find-expert-form-success.find-expert-form-errors {
    color: #FF0000;
    border-color: #FF0000; }
  .alert.find-expert-form-errors.find-expert-form-success, .alert.find-expert-form-success.find-expert-form-success {
    color: #718C00;
    border-color: #718C00; }

#find-expert-form {
  position: relative;
  margin: 0;
  padding: 0; }
  #find-expert-form #specializations-list, #find-expert-form #provinces-list, #find-expert-form .find-expert-form-submit {
    position: relative; }
    #find-expert-form #specializations-list h2.secondary-header, #find-expert-form #provinces-list h2.secondary-header, #find-expert-form .find-expert-form-submit h2.secondary-header {
      padding: 0px; }
      #find-expert-form #specializations-list h2.secondary-header span, #find-expert-form #provinces-list h2.secondary-header span, #find-expert-form .find-expert-form-submit h2.secondary-header span {
        padding-left: 0px; }
      #find-expert-form #specializations-list h2.secondary-header::before, #find-expert-form #provinces-list h2.secondary-header::before, #find-expert-form .find-expert-form-submit h2.secondary-header::before {
        display: none; }
  #find-expert-form #specializations-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #find-expert-form #specializations-list ul.find-expert-specializations-list {
    float: left;
    width: 100%; }
    #find-expert-form #specializations-list ul.find-expert-specializations-list li {
      float: left;
      width: 100%; }
    #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item {
      margin-bottom: 30px; }
      #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item a.main-category-item {
        position: relative;
        display: table;
        width: 100%;
        padding: 15px 50px;
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid #E4E2E2;
        background: #FFF; }
        #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item a.main-category-item svg {
          position: absolute;
          top: 15px;
          right: 15px;
          width: 24px;
          height: 24px;
          font-weight: 700;
          line-height: 22px;
          border: 1px solid #E4E2E2; }
        #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item a.main-category-item:hover, #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item a.main-category-item.active-element {
          color: #FFF;
          background: #9DBF80; }
      #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item ul.item-sub-categories {
        float: left;
        width: 100%;
        margin-top: 10px; }
        #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item ul.item-sub-categories li.sub-categories-item {
          overflow: hidden;
          width: 100%;
          min-height: 40px;
          margin-bottom: 10px;
          padding: 0px;
          background: #FFF;
          box-shadow: 1px 2px 5px #999; }
          #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item ul.item-sub-categories li.sub-categories-item a.sub-category-item {
            display: table;
            width: 100%;
            height: 100%;
            padding: 10px;
            text-align: center;
            font-family: 'Verdana';
            font-size: 13px;
            font-weight: 700;
            line-height: 20px;
            background: #FFF; }
            #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item ul.item-sub-categories li.sub-categories-item a.sub-category-item span {
              display: table-cell;
              height: 100%;
              vertical-align: middle; }
            #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item ul.item-sub-categories li.sub-categories-item a.sub-category-item:hover, #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item ul.item-sub-categories li.sub-categories-item a.sub-category-item.active-element {
              color: #FFF;
              background: #9DBF80; }
      #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item:last-child {
        margin-bottom: 0px; }
  #find-expert-form #provinces-list .poland-country-map {
    float: left;
    width: 100%;
    text-align: center; }
  #find-expert-form .find-expert-form-submit {
    float: left;
    width: 100%;
    margin-top: 100px;
    text-align: center; }
    #find-expert-form .find-expert-form-submit button {
      width: 300px; }

@media screen and (min-width: 992px) {
  #find-expert-form #specializations-list h2.secondary-header, #find-expert-form #provinces-list h2.secondary-header, #find-expert-form .find-expert-form-submit h2.secondary-header {
    text-align: left; }
  #find-expert-form #specializations-list {
    border-right: 1px dotted #CCC; }
    #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item ul.item-sub-categories li.sub-categories-item {
      width: 32%;
      height: 80px;
      max-height: 80px;
      margin-right: 2%; }
      #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item ul.item-sub-categories li.sub-categories-item a.sub-category-item {
        font-size: 11px;
        line-height: 15px; }
      #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item ul.item-sub-categories li.sub-categories-item:nth-child(3n) {
        margin-right: 0px; }
      #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item ul.item-sub-categories li.sub-categories-item.has-sub-categories {
        position: relative;
        overflow: visible;
        margin: 80px 35px; }
        #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item ul.item-sub-categories li.sub-categories-item.has-sub-categories ul {
          position: absolute;
          top: -80px;
          left: 125%;
          width: 170%; }
          #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item ul.item-sub-categories li.sub-categories-item.has-sub-categories ul li {
            position: relative;
            float: left;
            width: 100%;
            margin-bottom: 10px;
            padding-left: 20px;
            font-size: 11px;
            font-weight: 600;
            text-align: left;
            line-height: 20px; }
            #find-expert-form #specializations-list ul.find-expert-specializations-list li.find-expert-specializations-list-item ul.item-sub-categories li.sub-categories-item.has-sub-categories ul li::before {
              position: absolute;
              content: '';
              top: 6px;
              left: 0px;
              width: 8px;
              height: 8px;
              background: #9DBF80;
              border-radius: 10px; }
  #find-expert-form #provinces-list {
    padding-left: 100px;
    text-align: center; }
    #find-expert-form #provinces-list h2.secondary-header {
      margin-bottom: 50px;
      text-align: center; }
    #find-expert-form #provinces-list .select-whole-country {
      float: left;
      width: 100%;
      margin-bottom: 50px; }
      #find-expert-form #provinces-list .select-whole-country label {
        position: relative;
        float: left;
        height: 20px;
        padding-left: 30px;
        line-height: 20px;
        cursor: pointer; }
        #find-expert-form #provinces-list .select-whole-country label::before {
          position: absolute;
          left: 0px;
          top: 0px;
          content: '';
          width: 20px;
          height: 20px;
          background: #FFF;
          border: 2px solid #9DBF80; }
        #find-expert-form #provinces-list .select-whole-country label.checked-element::before {
          background: #9DBF80; }
      #find-expert-form #provinces-list .select-whole-country input {
        display: none; } }
#find-expert-results {
  position: relative; }
  #find-expert-results .results-page-filters, #find-expert-results .results-page-results {
    position: relative; }
  #find-expert-results .results-page-filters {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding: 0 15px; }
    #find-expert-results .results-page-filters .filters-list h5, #find-expert-results .results-page-filters .filters-list span {
      display: block;
      width: 100%;
      font-size: 12px;
      font-weight: 700;
      line-height: 15px; }
    #find-expert-results .results-page-filters .filters-list h5 {
      margin-bottom: 5px;
      font-weight: 700;
      color: #9DBF80;
      text-transform: uppercase; }
    #find-expert-results .results-page-filters .filters-list .chosen-specialization {
      margin-bottom: 20px; }
    #find-expert-results .results-page-filters .filters-reset {
      padding: 0; }
      #find-expert-results .results-page-filters .filters-reset a.btn {
        float: right;
        height: auto;
        padding: 5px 5px;
        color: #FFF;
        font-size: 12px;
        line-height: 15px; }
  #find-expert-results .results-page-results {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px; }
    #find-expert-results .results-page-results h5.search-results-add-item-legend {
      margin-bottom: 10px;
      font-size: 13px;
      font-weight: 700;
      color: #9DBF80;
      text-transform: uppercase;
      text-align: right;
      line-height: 20px; }
      #find-expert-results .results-page-results h5.search-results-add-item-legend.search-results-list-label {
        text-align: left; }
    #find-expert-results .results-page-results ul.find-expert-results-list {
      list-style: none;
      margin: 0; }
      #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item {
        padding: 20px 0;
        border-top: 1px dotted #CCC; }
        #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-image {
          display: none;
          text-align: center; }
          #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-image a {
            display: block; }
            #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-image a:hover {
              opacity: 0.7; }
        #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-content {
          overflow: hidden;
          margin-bottom: 20px;
          padding: 0 30px; }
          #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-content .item-title, #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-content .item-city {
            overflow: hidden;
            float: left;
            width: 100%;
            margin-bottom: 10px;
            font-weight: 700; }
          #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-content .item-title {
            font-size: 14px;
            line-height: 20px; }
            #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-content .item-title a, #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-content .item-title span {
              color: #9DBF80; }
            #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-content .item-title a {
              float: left; }
          #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-content .item-city {
            font-size: 13px;
            line-height: 15px; }
            #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-content .item-city span.item-city-label {
              margin-right: 5px;
              text-transform: none; }
        #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-options h6, #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-options .add-item {
          overflow: hidden;
          float: left;
          width: 100%; }
        #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-options h6 {
          height: auto;
          margin-top: 5px;
          margin-bottom: 5px;
          padding: 0 10px;
          font-size: 10px;
          font-weight: 700;
          text-align: center;
          text-transform: uppercase;
          line-height: 15px; }
        #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-options .add-item {
          text-align: center; }
          #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-options .add-item label::before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #FFF;
            border: 2px solid #9DBF80;
            cursor: pointer; }
          #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-options .add-item label:hover::before, #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-options .add-item label.checkedElement::before {
            background: #9DBF80; }
          #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-options .add-item input {
            display: none; }
          #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-options .add-item input:checked + label::before {
            background: #9DBF80; }
        #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-card a {
          display: block;
          width: 100%;
          height: auto;
          padding: 5px 0;
          margin-top: 15px;
          margin-bottom: 15px;
          font-size: 8px;
          font-weight: 600;
          color: #FFF;
          text-align: center;
          text-transform: uppercase;
          line-height: 10px;
          background: #9DBF80;
          cursor: pointer; }
          #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-card a:hover {
            background: #7B96B8; }
        #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item:last-child {
          border-bottom: 1px dotted #CCC; }

@media screen and (min-width: 992px) {
  #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item {
    overflow: hidden;
    height: 160px; }
    #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-image {
      display: flex;
      flex: 0 0 120px;
      max-width: 120px;
      height: 120px;
      margin-right: calc(16.666667% - 120px);
      padding: 0;
      background: #FFF;
      border: 2px solid #E4E2E2; }
      #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-image a {
        display: flex;
        width: 100%;
        height: 116px;
        align-items: center;
        justify-content: center;
        vertical-align: middle; }
        #find-expert-results .results-page-results ul.find-expert-results-list li.find-expert-results-item .item-image a img {
          max-width: 96px;
          max-height: 96px; } }
#find-expert-question-form {
  position: relative;
  flex: 0 0 60%;
  max-width: 60%;
  margin: 100px 20% 0;
  padding: 0; }
  #find-expert-question-form .question-form-errors {
    margin-bottom: 20px;
    background: #FFF;
    border: 1px solid #FF0000; }
    #find-expert-question-form .question-form-errors ul {
      list-style: none;
      margin: 15px 0 0; }
      #find-expert-question-form .question-form-errors ul li {
        margin-bottom: 15px;
        color: #FF0000;
        font-weight: 700; }
  #find-expert-question-form .form-control {
    padding: 20px 50px; }
    #find-expert-question-form .form-control.error {
      border-color: #FF0000; }
    #find-expert-question-form .form-control.valid {
      border-color: #718C00; }

/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#siteContent.for-expert-site-content {
  padding-bottom: 50px; }

#for-expert-page-main-content .page-text-content, #for-investor-page-main-content .page-text-content {
  float: left;
  width: 100%;
  padding: 0 10px;
  font-family: 'Verdana';
  font-size: 12px;
  line-height: 18px; }
#for-expert-page-main-content .for-expert-page-content-switcher,
#for-expert-page-main-content .for-investor-page-content-main-switcher,
#for-expert-page-main-content .for-investor-page-content-switcher, #for-investor-page-main-content .for-expert-page-content-switcher,
#for-investor-page-main-content .for-investor-page-content-main-switcher,
#for-investor-page-main-content .for-investor-page-content-switcher {
  margin: 50px 0 0;
  padding: 0 10px; }
  #for-expert-page-main-content .for-expert-page-content-switcher .for-expert-page-content-switcher-button,
  #for-expert-page-main-content .for-expert-page-content-switcher .for-investor-page-content-switcher-button,
  #for-expert-page-main-content .for-investor-page-content-main-switcher .for-expert-page-content-switcher-button,
  #for-expert-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button,
  #for-expert-page-main-content .for-investor-page-content-switcher .for-expert-page-content-switcher-button,
  #for-expert-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button, #for-investor-page-main-content .for-expert-page-content-switcher .for-expert-page-content-switcher-button,
  #for-investor-page-main-content .for-expert-page-content-switcher .for-investor-page-content-switcher-button,
  #for-investor-page-main-content .for-investor-page-content-main-switcher .for-expert-page-content-switcher-button,
  #for-investor-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button,
  #for-investor-page-main-content .for-investor-page-content-switcher .for-expert-page-content-switcher-button,
  #for-investor-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button {
    height: 80px;
    margin-bottom: 25px;
    padding: 0;
    box-shadow: 1px 2px 5px #999; }
    #for-expert-page-main-content .for-expert-page-content-switcher .for-expert-page-content-switcher-button a,
    #for-expert-page-main-content .for-expert-page-content-switcher .for-investor-page-content-switcher-button a,
    #for-expert-page-main-content .for-investor-page-content-main-switcher .for-expert-page-content-switcher-button a,
    #for-expert-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button a,
    #for-expert-page-main-content .for-investor-page-content-switcher .for-expert-page-content-switcher-button a,
    #for-expert-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button a, #for-investor-page-main-content .for-expert-page-content-switcher .for-expert-page-content-switcher-button a,
    #for-investor-page-main-content .for-expert-page-content-switcher .for-investor-page-content-switcher-button a,
    #for-investor-page-main-content .for-investor-page-content-main-switcher .for-expert-page-content-switcher-button a,
    #for-investor-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button a,
    #for-investor-page-main-content .for-investor-page-content-switcher .for-expert-page-content-switcher-button a,
    #for-investor-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button a {
      display: table;
      width: 100%;
      height: 80px;
      padding: 10px;
      text-align: center;
      font-family: 'Verdana';
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 20px;
      background: #FFF; }
      #for-expert-page-main-content .for-expert-page-content-switcher .for-expert-page-content-switcher-button a span,
      #for-expert-page-main-content .for-expert-page-content-switcher .for-investor-page-content-switcher-button a span,
      #for-expert-page-main-content .for-investor-page-content-main-switcher .for-expert-page-content-switcher-button a span,
      #for-expert-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button a span,
      #for-expert-page-main-content .for-investor-page-content-switcher .for-expert-page-content-switcher-button a span,
      #for-expert-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button a span, #for-investor-page-main-content .for-expert-page-content-switcher .for-expert-page-content-switcher-button a span,
      #for-investor-page-main-content .for-expert-page-content-switcher .for-investor-page-content-switcher-button a span,
      #for-investor-page-main-content .for-investor-page-content-main-switcher .for-expert-page-content-switcher-button a span,
      #for-investor-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button a span,
      #for-investor-page-main-content .for-investor-page-content-switcher .for-expert-page-content-switcher-button a span,
      #for-investor-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button a span {
        display: table-cell;
        height: 100%;
        vertical-align: middle; }
      #for-expert-page-main-content .for-expert-page-content-switcher .for-expert-page-content-switcher-button a.active-element, #for-expert-page-main-content .for-expert-page-content-switcher .for-expert-page-content-switcher-button a:hover,
      #for-expert-page-main-content .for-expert-page-content-switcher .for-investor-page-content-switcher-button a.active-element,
      #for-expert-page-main-content .for-expert-page-content-switcher .for-investor-page-content-switcher-button a:hover,
      #for-expert-page-main-content .for-investor-page-content-main-switcher .for-expert-page-content-switcher-button a.active-element,
      #for-expert-page-main-content .for-investor-page-content-main-switcher .for-expert-page-content-switcher-button a:hover,
      #for-expert-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button a.active-element,
      #for-expert-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button a:hover,
      #for-expert-page-main-content .for-investor-page-content-switcher .for-expert-page-content-switcher-button a.active-element,
      #for-expert-page-main-content .for-investor-page-content-switcher .for-expert-page-content-switcher-button a:hover,
      #for-expert-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button a.active-element,
      #for-expert-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button a:hover, #for-investor-page-main-content .for-expert-page-content-switcher .for-expert-page-content-switcher-button a.active-element, #for-investor-page-main-content .for-expert-page-content-switcher .for-expert-page-content-switcher-button a:hover,
      #for-investor-page-main-content .for-expert-page-content-switcher .for-investor-page-content-switcher-button a.active-element,
      #for-investor-page-main-content .for-expert-page-content-switcher .for-investor-page-content-switcher-button a:hover,
      #for-investor-page-main-content .for-investor-page-content-main-switcher .for-expert-page-content-switcher-button a.active-element,
      #for-investor-page-main-content .for-investor-page-content-main-switcher .for-expert-page-content-switcher-button a:hover,
      #for-investor-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button a.active-element,
      #for-investor-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button a:hover,
      #for-investor-page-main-content .for-investor-page-content-switcher .for-expert-page-content-switcher-button a.active-element,
      #for-investor-page-main-content .for-investor-page-content-switcher .for-expert-page-content-switcher-button a:hover,
      #for-investor-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button a.active-element,
      #for-investor-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button a:hover {
        color: #FFF;
        background: #9DBF80; }

#siteContentRelation.forInvestorSiteContent {
  display: none; }

@media screen and (min-width: 992px) {
  #for-expert-page-main-content .for-investor-page-main-section-content, #for-investor-page-main-content .for-investor-page-main-section-content {
    margin-top: 30px; }
  #for-expert-page-main-content .for-expert-page-content-switcher-button, #for-investor-page-main-content .for-expert-page-content-switcher-button {
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 5%; }
    #for-expert-page-main-content .for-expert-page-content-switcher-button:nth-child(3n), #for-investor-page-main-content .for-expert-page-content-switcher-button:nth-child(3n) {
      margin-right: 0; }
  #for-expert-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button, #for-investor-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button {
    flex: 0 0 32%;
    max-width: 32%;
    margin-right: 2%; }
    #for-expert-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button:nth-child(3n), #for-investor-page-main-content .for-investor-page-content-switcher .for-investor-page-content-switcher-button:nth-child(3n) {
      margin-right: 0; }
  #for-expert-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button, #for-investor-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button {
    height: 120px; }
    #for-expert-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button a, #for-investor-page-main-content .for-investor-page-content-main-switcher .for-investor-page-content-switcher-button a {
      height: 120px;
      font-size: 18px; } }
.for-expert-content-section, #for-investor-page-secondary-content {
  font-family: 'Verdana';
  font-size: 12px;
  line-height: 18px; }
  .for-expert-content-section .forExpertsContent.active-element, .for-expert-content-section .for-investor-content-item-content.active-element, #for-investor-page-secondary-content .forExpertsContent.active-element, #for-investor-page-secondary-content .for-investor-content-item-content.active-element {
    display: block; }
  .for-expert-content-section > *, #for-investor-page-secondary-content > * {
    padding: 0 10px; }
  .for-expert-content-section h4.section-header, #for-investor-page-secondary-content h4.section-header {
    font-size: 12px; }
  .for-expert-content-section > h4.section-header, .for-expert-content-section > p, #for-investor-page-secondary-content > h4.section-header, #for-investor-page-secondary-content > p {
    margin-bottom: 30px; }
  .for-expert-content-section > ul, #for-investor-page-secondary-content > ul {
    list-style: none;
    position: relative;
    margin-top: -10px;
    margin-left: 0;
    margin-bottom: 30px;
    padding-left: 0; }
    .for-expert-content-section > ul > li, #for-investor-page-secondary-content > ul > li {
      position: relative;
      margin-bottom: 5px;
      padding-left: 20px; }
      .for-expert-content-section > ul > li::before, #for-investor-page-secondary-content > ul > li::before {
        position: absolute;
        top: 6px;
        left: 0;
        width: 6px;
        height: 6px;
        content: '';
        background: #9DBF80;
        border-radius: 10px; }
  .for-expert-content-section ul.for-investor-site-content-items, #for-investor-page-secondary-content ul.for-investor-site-content-items {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; }
    .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item {
      position: relative;
      margin-bottom: 10px;
      padding: 0; }
      .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-header,
      .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-header,
      #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content {
        position: relative;
        float: left;
        width: 100%; }
      .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-header, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-header {
        padding: 15px 50px;
        font-weight: 700;
        border: 1px solid #E4E2E2;
        background: #FFF;
        cursor: pointer; }
        .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-header:hover, .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-header.active-element, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-header:hover, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-header.active-element {
          color: #FFF;
          background: #9DBF80; }
      .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content {
        padding: 15px 0 10px; }
        .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content ul, .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content p, .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content div, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content ul, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content p, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content div {
          margin-bottom: 0;
          font-size: 11px; }
        .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content p ~ p, .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content ul + p, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content p ~ p, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content ul + p {
          margin-top: 10px; }
        .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content p ~ ul, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content p ~ ul {
          margin-bottom: 0; }
        .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content ul, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content ul {
          list-style-type: disc;
          padding-left: 15px; }
          .for-expert-content-section ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content ul li, #for-investor-page-secondary-content ul.for-investor-site-content-items > li.for-investor-content-item > .for-investor-content-item-content ul li {
            padding-left: 15px; }

#for-expert-prices-content {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }
  #for-expert-prices-content .prices-content {
    position: relative; }
    #for-expert-prices-content .prices-content .prices-content-column {
      overflow: hidden;
      height: 80px;
      margin-bottom: 10px;
      padding: 10px;
      font-family: 'Verdana';
      font-size: 11px;
      font-weight: 700;
      color: #7D7D7D;
      text-align: center;
      line-height: 15px;
      background: #FFF;
      box-shadow: 1px 2px 5px #999; }
      #for-expert-prices-content .prices-content .prices-content-column .prices-content-column-content {
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 60px; }
      #for-expert-prices-content .prices-content .prices-content-column.prices-content-header-column {
        background: none;
        box-shadow: none; }
        #for-expert-prices-content .prices-content .prices-content-column.prices-content-header-column.prices-content-value-column {
          font-size: 10px;
          color: #FFF;
          text-transform: uppercase; }
          #for-expert-prices-content .prices-content .prices-content-column.prices-content-header-column.prices-content-value-column.default-prices {
            color: #FFF;
            background: #7B96B8; }
          #for-expert-prices-content .prices-content .prices-content-column.prices-content-header-column.prices-content-value-column.premium-prices {
            color: #FFF;
            background: #9DBF80; }
      #for-expert-prices-content .prices-content .prices-content-column.prices-content-value-column {
        font-size: 11px; }
        #for-expert-prices-content .prices-content .prices-content-column.prices-content-value-column.default-prices {
          color: #7B96B8; }
        #for-expert-prices-content .prices-content .prices-content-column.prices-content-value-column.premium-prices {
          color: #9DBF80; }
        #for-expert-prices-content .prices-content .prices-content-column.prices-content-value-column svg {
          font-size: 18px; }
      #for-expert-prices-content .prices-content .prices-content-column.prices-content-label-column {
        flex: 0 0 49%;
        max-width: 49%;
        margin-right: 1%;
        padding-right: 15px; }
        #for-expert-prices-content .prices-content .prices-content-column.prices-content-label-column .prices-content-column-content {
          margin: 0;
          text-align: left;
          justify-content: left; }
        #for-expert-prices-content .prices-content .prices-content-column.prices-content-label-column + .prices-content-value-column {
          margin-right: 1%; }
        #for-expert-prices-content .prices-content .prices-content-column.prices-content-label-column.prices-content-header-column {
          padding: 5px;
          font-size: 18px;
          color: #839277;
          text-transform: uppercase; }
      #for-expert-prices-content .prices-content .prices-content-column.prices-content-value-column {
        flex: 0 0 24.5%;
        max-width: 24.5%; }
      #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column {
        height: auto; }
        #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column ul {
          list-style: none;
          position: relative;
          float: left;
          width: 100%;
          margin: 0;
          padding: 0; }
          #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column ul li {
            display: table;
            position: relative;
            float: left;
            width: 100%;
            height: 50px;
            padding: 10px 0;
            border-bottom: 1px solid #E4E2E2; }
            #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column ul li span {
              display: table-cell;
              height: 100%;
              vertical-align: middle; }
            #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column ul li.prices-content-column-content-list-item-label {
              text-align: right; }
            #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column ul li.prices-content-column-content-list-item-header span {
              font-size: 10px;
              color: #7D7D7D; }
            #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column ul li.prices-content-column-content-list-item-header.prices-content-column-content-list-item-label {
              text-align: left; }
            #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column ul li:last-child {
              padding-bottom: 0;
              border-bottom: none; }
        #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column.prices-content-label-column {
          padding: 10px; }
        #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column.prices-extra-content-value-column {
          display: flex;
          overflow: visible;
          padding: 0;
          box-shadow: none; }
          #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column.prices-extra-content-value-column .prices-content-column-content.col-6 {
            flex: 0 0 48%;
            max-width: 48%;
            height: 100%;
            margin: 0;
            padding: 10px 5px;
            box-shadow: 1px 2px 5px #999; }
            #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column.prices-extra-content-value-column .prices-content-column-content.col-6:first-child {
              margin-right: 2%; }
            #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column.prices-extra-content-value-column .prices-content-column-content.col-6:last-child {
              margin-left: 2%; }
    #for-expert-prices-content .prices-content p.prices-content-info {
      float: left;
      width: 100%;
      padding: 10px;
      font-weight: 700;
      text-align: right; }
    #for-expert-prices-content .prices-content.prices-extra-content {
      margin-top: 20px; }
    #for-expert-prices-content .prices-content.prices-content-legend {
      margin-top: 80px; }
      #for-expert-prices-content .prices-content.prices-content-legend p {
        margin-bottom: 40px;
        padding: 0 15px;
        font-size: 12px;
        line-height: 24px; }
  #for-expert-prices-content h5.prices-extra-content-header {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 700;
    color: #839277;
    text-transform: uppercase; }

@media screen and (min-width: 992px) {
  #for-expert-prices-content .prices-content .prices-content-column {
    padding: 10px 30px;
    font-size: 11px;
    line-height: 20px; }
    #for-expert-prices-content .prices-content .prices-content-column.prices-content-header-column.prices-content-value-column {
      font-size: 14px; }
    #for-expert-prices-content .prices-content .prices-content-column.prices-content-value-column {
      font-size: 14px; }
    #for-expert-prices-content .prices-content .prices-content-column.prices-content-label-column {
      padding-right: 100px; }
    #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column ul li.prices-content-column-content-list-item-header span {
      font-size: 12px; }
    #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column.prices-content-label-column {
      padding: 10px 30px; }
    #for-expert-prices-content .prices-content .prices-content-column.prices-extra-content-column.prices-extra-content-value-column .prices-content-column-content.col-xs-6 {
      padding: 10px 20px; }
  #for-expert-prices-content .prices-content.prices-extra-content {
    margin-top: 100px; } }
#site-secondary-content.prices-content {
  background: none; }
  #site-secondary-content.prices-content h4.section-header {
    display: none; }

/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#contact-page {
  position: relative;
  padding: 0px 15px; }
  #contact-page .main-content-description {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    text-transform: uppercase; }
  #contact-page #contact-form {
    padding: 0px; }
    #contact-page #contact-form textarea {
      min-height: 160px; }
  #contact-page .contact-page-data {
    margin-top: 40px; }
    #contact-page .contact-page-data p {
      float: left;
      width: 100%;
      margin-bottom: 5px; }
      #contact-page .contact-page-data p span {
        float: left; }
        #contact-page .contact-page-data p span.data-name {
          width: 70px;
          font-weight: 700; }
      #contact-page .contact-page-data p.contact-page-data-address {
        margin-top: 40px; }

@media screen and (min-width: 992px) {
  #contact-page {
    padding: 0px; } }
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#expert-profile-page h4.profile-section-header {
  margin-bottom: 15px; }
  #expert-profile-page h4.profile-section-header span {
    font-size: 16px;
    font-weight: 800;
    color: #9DBF80;
    line-height: 20px; }
    #expert-profile-page h4.profile-section-header span.title {
      text-transform: uppercase; }
  #expert-profile-page h4.profile-section-header.contact-data-header, #expert-profile-page h4.profile-section-header.company-data-header, #expert-profile-page h4.profile-section-header.password-change-header {
    margin-top: 40px; }
#expert-profile-page .form-group {
  position: relative;
  margin-bottom: 5px; }
  #expert-profile-page .form-group label, #expert-profile-page .form-group input, #expert-profile-page .form-group select {
    height: 25px; }
  #expert-profile-page .form-group .form-group-label {
    padding-left: 0; }
    #expert-profile-page .form-group .form-group-label label {
      width: 100%;
      font-size: 14px;
      font-weight: 600;
      text-align: right;
      line-height: 25px; }
  #expert-profile-page .form-group .form-group-field {
    padding: 0; }
    #expert-profile-page .form-group .form-group-field input, #expert-profile-page .form-group .form-group-field select, #expert-profile-page .form-group .form-group-field textarea {
      padding: 0 10px;
      width: 100%;
      font-size: 12px; }
    #expert-profile-page .form-group .form-group-field textarea {
      padding: 15px;
      min-height: 150px;
      line-height: 15px; }
  #expert-profile-page .form-group .form-group-actions {
    padding-right: 0; }
    #expert-profile-page .form-group .form-group-actions svg {
      font-size: 20px;
      font-weight: 700;
      line-height: 25px;
      cursor: pointer; }
      #expert-profile-page .form-group .form-group-actions svg.field-edit, #expert-profile-page .form-group .form-group-actions svg.field-save {
        color: #9DBF80; }
        #expert-profile-page .form-group .form-group-actions svg.field-edit:hover, #expert-profile-page .form-group .form-group-actions svg.field-save:hover {
          color: #7B96B8; }
      #expert-profile-page .form-group .form-group-actions svg.abort-field-edit {
        margin-right: 5px;
        color: #FF0000; }
#expert-profile-page #expert-profile-company-data {
  margin-bottom: 50px; }
  #expert-profile-page #expert-profile-company-data .expert-profile-avatar, #expert-profile-page #expert-profile-company-data .expert-profile-data, #expert-profile-page #expert-profile-company-data .expert-profile-extra-data {
    position: relative; }
  #expert-profile-page #expert-profile-company-data .expert-profile-avatar {
    position: relative;
    padding: 0; }
    #expert-profile-page #expert-profile-company-data .expert-profile-avatar .expert-profile-avatar-image {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 170px;
      margin: 0 0 15px;
      padding: 10px 15px;
      background: #FFF;
      border: 2px solid #E4E2E2; }
      #expert-profile-page #expert-profile-company-data .expert-profile-avatar .expert-profile-avatar-image span img {
        max-width: 100%;
        max-height: 150px; }
    #expert-profile-page #expert-profile-company-data .expert-profile-avatar .expert-profile-avatar-change-switcher {
      display: inline-block;
      height: 25px;
      padding: 0 15px;
      font-weight: 700;
      color: #FFF;
      text-align: center;
      text-transform: uppercase;
      line-height: 25px;
      background: #9DBF80; }
      #expert-profile-page #expert-profile-company-data .expert-profile-avatar .expert-profile-avatar-change-switcher:hover {
        background: #7B96B8; }
      #expert-profile-page #expert-profile-company-data .expert-profile-avatar .expert-profile-avatar-change-switcher.active {
        background: #FF0000; }
    #expert-profile-page #expert-profile-company-data .expert-profile-avatar .expert-profile-avatar-change {
      margin-top: 10px;
      padding: 10px 10px 0;
      background: #FFF;
      border: 2px solid #E4E2E2; }
      #expert-profile-page #expert-profile-company-data .expert-profile-avatar .expert-profile-avatar-change input {
        width: 100%;
        margin-bottom: 10px; }
      #expert-profile-page #expert-profile-company-data .expert-profile-avatar .expert-profile-avatar-change button {
        height: 30px;
        text-transform: uppercase;
        line-height: 20px; }
  #expert-profile-page #expert-profile-company-data .expert-profile-data {
    overflow: hidden;
    padding: 0 30px; }
    #expert-profile-page #expert-profile-company-data .expert-profile-data .expert-profile-name {
      min-height: 40px;
      max-height: 80px;
      margin-top: 0;
      margin-bottom: 15px;
      line-height: 24px; }
      #expert-profile-page #expert-profile-company-data .expert-profile-data .expert-profile-name span {
        font-size: 20px;
        font-weight: 800;
        color: #9DBF80;
        text-transform: uppercase; }
    #expert-profile-page #expert-profile-company-data .expert-profile-data .expert-profile-address-data {
      padding-top: 15px; }
      #expert-profile-page #expert-profile-company-data .expert-profile-data .expert-profile-address-data.company-and-password-data {
        margin-top: 55px; }
#expert-profile-page h2.expert-profile-header {
  float: left;
  width: 100%;
  padding-bottom: 40px;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: #9DBF80;
  text-transform: uppercase;
  line-height: 20px;
  border-bottom: 1px solid #E4E2E2; }
  #expert-profile-page h2.expert-profile-header label, #expert-profile-page h2.expert-profile-header input {
    float: right; }
  #expert-profile-page h2.expert-profile-header input {
    display: none; }
  #expert-profile-page h2.expert-profile-header label {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    cursor: pointer; }
    #expert-profile-page h2.expert-profile-header label.active, #expert-profile-page h2.expert-profile-header label:hover {
      color: #7B96B8; }
    #expert-profile-page h2.expert-profile-header label::before {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      width: 14px;
      height: 14px;
      background: #FFF;
      border: 2px solid #E4E2E2; }
  #expert-profile-page h2.expert-profile-header input:checked ~ label {
    color: #7B96B8; }
    #expert-profile-page h2.expert-profile-header input:checked ~ label::before {
      background: #9DBF80;
      border-color: #9DBF80; }
#expert-profile-page #expert-profile-localizations {
  padding-top: 40px;
  border-top: 1px solid #E4E2E2; }
  #expert-profile-page #expert-profile-localizations .expert-selected-localizations, #expert-profile-page #expert-profile-localizations .expert-localizations-map {
    position: relative; }
  #expert-profile-page #expert-profile-localizations .expert-selected-localizations .expert-localizations-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    #expert-profile-page #expert-profile-localizations .expert-selected-localizations .expert-localizations-list li {
      position: relative;
      margin-bottom: 5px;
      padding-left: 15px;
      padding-bottom: 5px;
      line-height: 16px;
      border-bottom: 1px dotted #E4E2E2; }
      #expert-profile-page #expert-profile-localizations .expert-selected-localizations .expert-localizations-list li::before {
        position: absolute;
        content: '';
        left: 0;
        top: 4px;
        width: 8px;
        height: 8px;
        background: #9DBF80;
        border-radius: 10px; }
      #expert-profile-page #expert-profile-localizations .expert-selected-localizations .expert-localizations-list li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
      #expert-profile-page #expert-profile-localizations .expert-selected-localizations .expert-localizations-list li.no-regions-selected {
        font-weight: 700; }
        #expert-profile-page #expert-profile-localizations .expert-selected-localizations .expert-localizations-list li.no-regions-selected::before {
          background: #FF0000; }
  #expert-profile-page #expert-profile-localizations .expert-localizations-map .select-whole-country {
    position: relative; }
    #expert-profile-page #expert-profile-localizations .expert-localizations-map .select-whole-country .form-check {
      margin: 0;
      padding: 0; }
    #expert-profile-page #expert-profile-localizations .expert-localizations-map .select-whole-country input {
      display: none; }
    #expert-profile-page #expert-profile-localizations .expert-localizations-map .select-whole-country label {
      position: relative;
      padding-left: 25px;
      line-height: 20px;
      cursor: pointer; }
      #expert-profile-page #expert-profile-localizations .expert-localizations-map .select-whole-country label::before {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 14px;
        height: 14px;
        background: #FFF;
        border: 2px solid #E4E2E2; }
    #expert-profile-page #expert-profile-localizations .expert-localizations-map .select-whole-country label.disabled {
      color: #777;
      cursor: not-allowed; }
    #expert-profile-page #expert-profile-localizations .expert-localizations-map .select-whole-country label.checked::before {
      background: #9DBF80;
      border-color: #9DBF80; }
#expert-profile-page #expert-profile-specializations {
  margin: 50px 0;
  padding-top: 50px;
  border-top: 1px solid #E4E2E2; }
  #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list,
  #expert-profile-page #expert-profile-specializations .expert-profile-specializations-add,
  #expert-profile-page #expert-profile-specializations .profile-go-to-shop {
    position: relative; }
  #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul {
    list-style: none;
    margin: 0; }
    #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul li {
      position: relative; }
  #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 1px solid #E4E2E2; }
    #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item .expert-specialization-info {
      position: relative;
      padding: 10px;
      background: #FFF;
      box-shadow: 2px 3px 5px 1px #666; }
      #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item .expert-specialization-info > span {
        display: block;
        width: 90%;
        font-size: 13px;
        line-height: 20px; }
        #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item .expert-specialization-info > span.expert-specialization-name {
          font-weight: 700;
          color: #9DBF80;
          text-transform: uppercase; }
        #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item .expert-specialization-info > span.expert-specialization-parent-name {
          font-size: 11px; }
      #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item .expert-specialization-info a.remove-expert-specialization {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 15px;
        height: 15px;
        color: #7B96B8;
        text-align: center; }
        #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item .expert-specialization-info a.remove-expert-specialization span {
          width: 100%;
          font-size: 15px;
          font-weight: 700;
          line-height: 15px; }
        #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item .expert-specialization-info a.remove-expert-specialization:hover, #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item .expert-specialization-info a.remove-expert-specialization.active {
          color: #FF0000; }
    #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item .expert-specialization-premium-positions-header {
      margin: 10px 0 5px;
      font-size: 12px;
      font-weight: 700;
      color: #7B96B8;
      text-transform: uppercase;
      line-height: 15px; }
    #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item .expert-specialization-premium-positions-list {
      padding: 0 10px; }
      #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item .expert-specialization-premium-positions-list li {
        position: relative;
        margin-bottom: 5px;
        padding-left: 10px;
        line-height: 14px;
        font-size: 11px; }
        #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item .expert-specialization-premium-positions-list li span.expert-specialization-premium-positions-list-district {
          font-weight: 600; }
        #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item .expert-specialization-premium-positions-list li::before {
          content: '';
          position: absolute;
          top: 4px;
          left: 0;
          width: 6px;
          height: 6px;
          background: #9DBF80;
          border-radius: 10px; }
    #expert-profile-page #expert-profile-specializations .expert-profile-specializations-list ul.expert-profile-specializations-list li.expert-profile-specializations-list-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
  #expert-profile-page #expert-profile-specializations .expert-profile-specializations-add .add-expert-specialization a.add-expert-specialization-switcher {
    display: block;
    height: 25px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    background: #9DBF80; }
    #expert-profile-page #expert-profile-specializations .expert-profile-specializations-add .add-expert-specialization a.add-expert-specialization-switcher.active {
      background: #FF0000; }
    #expert-profile-page #expert-profile-specializations .expert-profile-specializations-add .add-expert-specialization a.add-expert-specialization-switcher:hover {
      background: #7B96B8; }
  #expert-profile-page #expert-profile-specializations .expert-profile-specializations-add .specialization-list-loader {
    margin-top: 20px;
    color: #9DBF80; }
  #expert-profile-page #expert-profile-specializations .expert-profile-specializations-add .add-expert-specialization-container {
    margin-top: 15px; }
    #expert-profile-page #expert-profile-specializations .expert-profile-specializations-add .add-expert-specialization-container select {
      width: 100%;
      height: 30px;
      font-size: 12px; }
      #expert-profile-page #expert-profile-specializations .expert-profile-specializations-add .add-expert-specialization-container select option:disabled {
        color: #D1D1D1; }
    #expert-profile-page #expert-profile-specializations .expert-profile-specializations-add .add-expert-specialization-container button {
      margin-top: 5px;
      height: 30px;
      text-transform: uppercase;
      line-height: 20px; }
  #expert-profile-page #expert-profile-specializations .profile-go-to-shop {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px dotted #E4E2E2; }
    #expert-profile-page #expert-profile-specializations .profile-go-to-shop h3 {
      margin: 0 0 20px;
      font-size: 16px;
      font-weight: 700;
      color: #7B96B8;
      text-transform: uppercase; }
#expert-profile-page #expert-profile-description {
  margin: 50px 0;
  padding-top: 50px;
  border-top: 1px solid #E4E2E2; }
  #expert-profile-page #expert-profile-description .form-group {
    padding: 0; }
    #expert-profile-page #expert-profile-description .form-group textarea {
      min-height: 120px;
      padding: 10px;
      font-size: 12px;
      line-height: 20px; }
    #expert-profile-page #expert-profile-description .form-group.submit-row {
      margin-top: 10px; }
#expert-profile-page #expert-profile-references-and-certificates {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #E4E2E2; }
  #expert-profile-page #expert-profile-references-and-certificates .expert-profile-references .references-group-header {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #7B96B8;
    text-transform: uppercase; }
  #expert-profile-page #expert-profile-references-and-certificates .expert-profile-references .expert-reference-file {
    margin-bottom: 10px; }
    #expert-profile-page #expert-profile-references-and-certificates .expert-profile-references .expert-reference-file .reference-file-content {
      height: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      background: #FFF; }
      #expert-profile-page #expert-profile-references-and-certificates .expert-profile-references .expert-reference-file .reference-file-content .reference-file-name,
      #expert-profile-page #expert-profile-references-and-certificates .expert-profile-references .expert-reference-file .reference-file-content .reference-file-category,
      #expert-profile-page #expert-profile-references-and-certificates .expert-profile-references .expert-reference-file .reference-file-content .reference-file-url {
        text-transform: uppercase; }
      #expert-profile-page #expert-profile-references-and-certificates .expert-profile-references .expert-reference-file .reference-file-content .reference-file-name {
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 600;
        color: #9DBF80; }
      #expert-profile-page #expert-profile-references-and-certificates .expert-profile-references .expert-reference-file .reference-file-content .reference-file-category {
        margin-bottom: 5px;
        font-size: 11px;
        color: #7B96B8; }
      #expert-profile-page #expert-profile-references-and-certificates .expert-profile-references .expert-reference-file .reference-file-content .reference-file-url {
        font-size: 11px;
        font-weight: 600; }
      #expert-profile-page #expert-profile-references-and-certificates .expert-profile-references .expert-reference-file .reference-file-content .delete-reference-file {
        display: block;
        margin-top: 5px;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer; }
        #expert-profile-page #expert-profile-references-and-certificates .expert-profile-references .expert-reference-file .reference-file-content .delete-reference-file.active {
          color: #FF0000; }
#expert-profile-page .profile-loader > div {
  display: inline-block;
  margin: 0 20px 100px; }
#expert-profile-page .expert-profile-upload-file-form {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #FFF; }
  #expert-profile-page .expert-profile-upload-file-form ul.upload-library-form-message {
    list-style: none;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    background: #FFF; }
    #expert-profile-page .expert-profile-upload-file-form ul.upload-library-form-message li {
      position: relative;
      padding-left: 15px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 18px; }
      #expert-profile-page .expert-profile-upload-file-form ul.upload-library-form-message li::before {
        content: "";
        position: absolute;
        top: 6px;
        left: 0;
        width: 6px;
        height: 6px; }
    #expert-profile-page .expert-profile-upload-file-form ul.upload-library-form-message.error {
      color: #FF0000;
      border: 1px solid #FF0000; }
      #expert-profile-page .expert-profile-upload-file-form ul.upload-library-form-message.error li::before {
        background: #FF0000; }
    #expert-profile-page .expert-profile-upload-file-form ul.upload-library-form-message.success {
      color: #9DBF80;
      border: 1px solid #9DBF80; }
      #expert-profile-page .expert-profile-upload-file-form ul.upload-library-form-message.success li::before {
        background: #9DBF80; }
  #expert-profile-page .expert-profile-upload-file-form .form-group {
    margin-bottom: 10px; }
    #expert-profile-page .expert-profile-upload-file-form .form-group label {
      display: block;
      margin-bottom: 2px;
      font-size: 13px;
      font-weight: 600;
      text-align: left;
      line-height: 20px;
      cursor: pointer; }
    #expert-profile-page .expert-profile-upload-file-form .form-group input, #expert-profile-page .expert-profile-upload-file-form .form-group select, #expert-profile-page .expert-profile-upload-file-form .form-group option, #expert-profile-page .expert-profile-upload-file-form .form-group textarea {
      font-size: 12px; }
    #expert-profile-page .expert-profile-upload-file-form .form-group input, #expert-profile-page .expert-profile-upload-file-form .form-group select, #expert-profile-page .expert-profile-upload-file-form .form-group option {
      height: 25px;
      min-height: 25px;
      padding: 0 10px;
      line-height: 25px; }
    #expert-profile-page .expert-profile-upload-file-form .form-group textarea {
      min-height: 110px;
      padding: 10px;
      line-height: 18px; }
    #expert-profile-page .expert-profile-upload-file-form .form-group .custom-file {
      height: 25px;
      margin-top: 10px; }
      #expert-profile-page .expert-profile-upload-file-form .form-group .custom-file input, #expert-profile-page .expert-profile-upload-file-form .form-group .custom-file label {
        height: 25px;
        padding: 0 10px;
        line-height: 25px; }
      #expert-profile-page .expert-profile-upload-file-form .form-group .custom-file label {
        text-transform: uppercase;
        font-size: 11px; }
        #expert-profile-page .expert-profile-upload-file-form .form-group .custom-file label::after {
          content: "wybierz";
          height: 23px;
          padding: 0 10px;
          color: #FFF;
          line-height: 23px;
          background-color: #9DBF80; }
        #expert-profile-page .expert-profile-upload-file-form .form-group .custom-file label:hover::after {
          background-color: #7B96B8; }
    #expert-profile-page .expert-profile-upload-file-form .form-group.upload-file-submit {
      margin-top: 15px; }
      #expert-profile-page .expert-profile-upload-file-form .form-group.upload-file-submit button {
        height: 30px;
        line-height: 20px; }
    #expert-profile-page .expert-profile-upload-file-form .form-group:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 992px) {
  #siteContent.expert-profile-page {
    padding: 0px; } }
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#expert-card-page {
  position: relative; }
  #expert-card-page .expert-card-loader {
    margin-top: 100px; }
    #expert-card-page .expert-card-loader > div {
      display: inline-block;
      margin: 0 20px 100px; }
  #expert-card-page #expert-card-main-data,
  #expert-card-page #expert-card-description,
  #expert-card-page #expert-card-information {
    position: relative;
    margin-bottom: 50px; }
  #expert-card-page #expert-card-main-data .expert-card-avatar,
  #expert-card-page #expert-card-main-data .expert-card-profile-data,
  #expert-card-page #expert-card-main-data .expert-card-profile-map {
    overflow: hidden; }
  #expert-card-page #expert-card-main-data .expert-card-avatar {
    padding: 0 30px 0 0; }
    #expert-card-page #expert-card-main-data .expert-card-avatar .avatar-container {
      display: flex;
      align-items: center;
      align-self: center;
      justify-content: center;
      height: 170px;
      padding: 10px;
      background: #FFF;
      border: 2px solid #E4E2E2; }
      #expert-card-page #expert-card-main-data .expert-card-avatar .avatar-container img {
        max-width: 100%;
        max-height: 100%; }
  #expert-card-page #expert-card-main-data .expert-card-profile-data {
    padding-right: 30px; }
    #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-company-name,
    #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data {
      position: relative; }
    #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-company-name {
      margin-bottom: 30px;
      padding: 0;
      font-size: 24px;
      font-weight: 700;
      color: #9DBF80;
      text-transform: uppercase;
      line-height: 30px; }
    #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data {
      overflow: hidden; }
      #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-address,
      #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-phone,
      #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-email,
      #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-www,
      #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-area {
        margin-bottom: 30px;
        overflow: hidden; }
        #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-address span, #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-address a,
        #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-phone span,
        #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-phone a,
        #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-email span,
        #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-email a,
        #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-www span,
        #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-www a,
        #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-area span,
        #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-area a {
          display: inline-block;
          font-size: 14px;
          font-weight: 500;
          line-height: 20px;
          vertical-align: top; }
          #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-address span.data-name, #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-address a.data-name,
          #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-phone span.data-name,
          #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-phone a.data-name,
          #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-email span.data-name,
          #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-email a.data-name,
          #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-www span.data-name,
          #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-www a.data-name,
          #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-area span.data-name,
          #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-area a.data-name {
            width: 100px;
            margin-right: 5px;
            font-weight: 700;
            text-transform: uppercase; }
      #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-phone {
        margin-bottom: 0px; }
      #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-area span.data-name {
        width: 35%; }
      #expert-card-page #expert-card-main-data .expert-card-profile-data .expert-address-data .address-data-area span.data-value {
        max-width: 60%; }
  #expert-card-page #expert-card-description {
    padding-bottom: 50px;
    border-bottom: 1px dotted #E4E2E2; }
    #expert-card-page #expert-card-description p {
      margin-bottom: 20px;
      font-family: 'Verdana';
      font-size: 12px;
      line-height: 20px; }
  #expert-card-page #expert-card-information {
    position: relative; }
    #expert-card-page #expert-card-information .expert-card-specializations,
    #expert-card-page #expert-card-information .expert-card-references {
      padding: 0px; }
      #expert-card-page #expert-card-information .expert-card-specializations h4.sectionHeader,
      #expert-card-page #expert-card-information .expert-card-references h4.sectionHeader {
        font-size: 14px; }
      #expert-card-page #expert-card-information .expert-card-specializations h5,
      #expert-card-page #expert-card-information .expert-card-references h5 {
        margin: 0;
        font-size: 12px;
        font-weight: 700;
        color: #7B96B8;
        line-height: 20px; }
      #expert-card-page #expert-card-information .expert-card-specializations .expert-card-specializations-list,
      #expert-card-page #expert-card-information .expert-card-references .expert-card-specializations-list {
        list-style: none;
        margin: 0;
        padding: 0; }
        #expert-card-page #expert-card-information .expert-card-specializations .expert-card-specializations-list li.specializations-list-item,
        #expert-card-page #expert-card-information .expert-card-references .expert-card-specializations-list li.specializations-list-item {
          flex: 0 0 49%;
          max-width: 49%;
          margin-bottom: 10px;
          padding: 5px;
          background: rgba(255, 255, 255, 0.6); }
          #expert-card-page #expert-card-information .expert-card-specializations .expert-card-specializations-list li.specializations-list-item .single-specialization,
          #expert-card-page #expert-card-information .expert-card-references .expert-card-specializations-list li.specializations-list-item .single-specialization {
            display: flex;
            height: 100%;
            min-height: 54px;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 18px; }
            #expert-card-page #expert-card-information .expert-card-specializations .expert-card-specializations-list li.specializations-list-item .single-specialization span,
            #expert-card-page #expert-card-information .expert-card-references .expert-card-specializations-list li.specializations-list-item .single-specialization span {
              font-size: 13px;
              font-weight: 700; }
          #expert-card-page #expert-card-information .expert-card-specializations .expert-card-specializations-list li.specializations-list-item:nth-child(2n + 1),
          #expert-card-page #expert-card-information .expert-card-references .expert-card-specializations-list li.specializations-list-item:nth-child(2n + 1) {
            margin-right: 1%; }
          #expert-card-page #expert-card-information .expert-card-specializations .expert-card-specializations-list li.specializations-list-item:nth-child(2n + 2),
          #expert-card-page #expert-card-information .expert-card-references .expert-card-specializations-list li.specializations-list-item:nth-child(2n + 2) {
            margin-left: 1%; }
      #expert-card-page #expert-card-information .expert-card-specializations .references-groups .references-group .references-group-header,
      #expert-card-page #expert-card-information .expert-card-references .references-groups .references-group .references-group-header {
        margin: 15px 0;
        font-size: 14px;
        text-transform: uppercase; }
      #expert-card-page #expert-card-information .expert-card-specializations .references-groups .references-group ul.references-list,
      #expert-card-page #expert-card-information .expert-card-references .references-groups .references-group ul.references-list {
        list-style: none;
        margin: 0;
        padding: 0; }
        #expert-card-page #expert-card-information .expert-card-specializations .references-groups .references-group ul.references-list li,
        #expert-card-page #expert-card-information .expert-card-references .references-groups .references-group ul.references-list li {
          min-height: 50px;
          margin-bottom: 10px;
          padding: 0px 5px; }
          #expert-card-page #expert-card-information .expert-card-specializations .references-groups .references-group ul.references-list li a,
          #expert-card-page #expert-card-information .expert-card-references .references-groups .references-group ul.references-list li a {
            display: flex;
            overflow: hidden;
            width: 100%;
            height: 100%;
            padding: 5px;
            background: rgba(255, 255, 255, 0.6); }
            #expert-card-page #expert-card-information .expert-card-specializations .references-groups .references-group ul.references-list li a img, #expert-card-page #expert-card-information .expert-card-specializations .references-groups .references-group ul.references-list li a canvas,
            #expert-card-page #expert-card-information .expert-card-references .references-groups .references-group ul.references-list li a img,
            #expert-card-page #expert-card-information .expert-card-references .references-groups .references-group ul.references-list li a canvas {
              max-width: 100%;
              max-height: 300px; }
            #expert-card-page #expert-card-information .expert-card-specializations .references-groups .references-group ul.references-list li a:hover,
            #expert-card-page #expert-card-information .expert-card-references .references-groups .references-group ul.references-list li a:hover {
              opacity: 0.7; }

/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
#site-primary-content.digital-library-site-content {
  margin-top: -80px;
  padding: 80px 0px;
  background: #EFF3EC; }

.digital-library-content {
  position: relative;
  margin-top: 30px; }
  .digital-library-content .library-categories .library-categories-list .categories-header {
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #9DBF80; }
  @media screen and (min-width: 992px) {
    .digital-library-content .library-categories .library-categories-list .categories-header {
      margin-bottom: 40px;
      padding: 0; } }
  .digital-library-content .library-categories .library-categories-list .categories-list {
    display: flex;
    align-items: center; }
    .digital-library-content .library-categories .library-categories-list .categories-list .categories-list-item {
      flex-wrap: wrap;
      margin-bottom: 10px;
      padding: 0; }
      .digital-library-content .library-categories .library-categories-list .categories-list .categories-list-item a {
        display: flex;
        width: 100%;
        height: 100%;
        padding: 10px;
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #FFF;
        box-shadow: 1px 2px 5px #999; }
        .digital-library-content .library-categories .library-categories-list .categories-list .categories-list-item a:hover, .digital-library-content .library-categories .library-categories-list .categories-list .categories-list-item a.active {
          color: #FFF;
          background: #9DBF80; }
      @media screen and (min-width: 992px) {
        .digital-library-content .library-categories .library-categories-list .categories-list .categories-list-item a {
          padding: 20px 50px; } }
    @media screen and (min-width: 992px) {
      .digital-library-content .library-categories .library-categories-list .categories-list .categories-list-item {
        min-height: 85px;
        padding-right: 5px; }
        .digital-library-content .library-categories .library-categories-list .categories-list .categories-list-item:nth-child(even) {
          padding-left: 5px; } }
  @media screen and (min-width: 992px) {
    .digital-library-content .library-categories {
      border-right: 1px dotted #E4E2E2; }
      .digital-library-content .library-categories > .row {
        margin-right: 0; } }
  .digital-library-content .library-files {
    padding-left: 30px; }
    .digital-library-content .library-files .library-files-list .files-list-file {
      min-height: 200px;
      margin-bottom: 20px;
      padding: 0 5px; }
      .digital-library-content .library-files .library-files-list .files-list-file a {
        display: flex;
        position: relative;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        background: #FFF; }
        .digital-library-content .library-files .library-files-list .files-list-file a img {
          height: 100px; }
        .digital-library-content .library-files .library-files-list .files-list-file a .file-item-data {
          display: none;
          flex-direction: column;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding: 10px;
          align-items: center;
          justify-content: center;
          background: #9DBF80CC; }
          .digital-library-content .library-files .library-files-list .files-list-file a .file-item-data span {
            display: block;
            width: 100%;
            margin-bottom: 5px;
            font-size: 0.7rem;
            font-weight: 700;
            color: #FFF;
            text-align: center;
            line-height: 1rem; }
            .digital-library-content .library-files .library-files-list .files-list-file a .file-item-data span.file-title {
              margin-top: 10px;
              font-size: 0.8rem; }
        .digital-library-content .library-files .library-files-list .files-list-file a:hover .file-item-data {
          display: flex; }

#digital-library-page-add-content {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #E4E2E2; }
  #digital-library-page-add-content .digital-library-link {
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
    #digital-library-page-add-content .digital-library-link a {
      display: inline-block;
      padding: 10px 20px;
      color: #FFF;
      background: #7B96B8; }
      #digital-library-page-add-content .digital-library-link a:hover {
        background: #9DBF80; }
  #digital-library-page-add-content .digital-library-message {
    margin-bottom: 50px; }
  #digital-library-page-add-content .upload-library-file {
    position: relative; }
  #digital-library-page-add-content .expert-library-files .expert-library-file {
    margin-bottom: 10px; }
    #digital-library-page-add-content .expert-library-files .expert-library-file .library-file-content {
      height: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      background: #FFF; }
      #digital-library-page-add-content .expert-library-files .expert-library-file .library-file-content .library-file-name,
      #digital-library-page-add-content .expert-library-files .expert-library-file .library-file-content .library-file-category,
      #digital-library-page-add-content .expert-library-files .expert-library-file .library-file-content .library-file-url {
        text-transform: uppercase; }
      #digital-library-page-add-content .expert-library-files .expert-library-file .library-file-content .library-file-name {
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 600;
        color: #9DBF80; }
      #digital-library-page-add-content .expert-library-files .expert-library-file .library-file-content .library-file-category {
        margin-bottom: 5px;
        font-size: 12px;
        color: #7B96B8; }
      #digital-library-page-add-content .expert-library-files .expert-library-file .library-file-content .library-file-url {
        font-size: 11px;
        font-weight: 600; }
      #digital-library-page-add-content .expert-library-files .expert-library-file .library-file-content .delete-library-file {
        display: block;
        margin-top: 10px;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer; }
        #digital-library-page-add-content .expert-library-files .expert-library-file .library-file-content .delete-library-file.active {
          color: #FF0000; }
  #digital-library-page-add-content .profile-loader > div {
    display: inline-block;
    margin: 0 20px 100px; }
  #digital-library-page-add-content h4.profile-section-header {
    margin-bottom: 15px;
    text-align: left; }
    #digital-library-page-add-content h4.profile-section-header span {
      font-size: 16px;
      font-weight: 800;
      color: #9DBF80;
      line-height: 20px; }
      #digital-library-page-add-content h4.profile-section-header span.title {
        text-transform: uppercase; }
  #digital-library-page-add-content .expert-profile-upload-file-form {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFF; }
    #digital-library-page-add-content .expert-profile-upload-file-form ul.upload-library-form-message {
      list-style: none;
      margin-bottom: 20px;
      padding: 10px;
      text-align: left;
      background: #FFF; }
      #digital-library-page-add-content .expert-profile-upload-file-form ul.upload-library-form-message li {
        position: relative;
        padding-left: 15px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 18px; }
        #digital-library-page-add-content .expert-profile-upload-file-form ul.upload-library-form-message li::before {
          content: "";
          position: absolute;
          top: 6px;
          left: 0;
          width: 6px;
          height: 6px; }
      #digital-library-page-add-content .expert-profile-upload-file-form ul.upload-library-form-message.error {
        color: #FF0000;
        border: 1px solid #FF0000; }
        #digital-library-page-add-content .expert-profile-upload-file-form ul.upload-library-form-message.error li::before {
          background: #FF0000; }
      #digital-library-page-add-content .expert-profile-upload-file-form ul.upload-library-form-message.success {
        color: #9DBF80;
        border: 1px solid #9DBF80; }
        #digital-library-page-add-content .expert-profile-upload-file-form ul.upload-library-form-message.success li::before {
          background: #9DBF80; }
    #digital-library-page-add-content .expert-profile-upload-file-form .form-group {
      margin-bottom: 10px; }
      #digital-library-page-add-content .expert-profile-upload-file-form .form-group label {
        display: block;
        margin-bottom: 2px;
        font-size: 13px;
        font-weight: 600;
        text-align: left;
        line-height: 20px;
        cursor: pointer; }
      #digital-library-page-add-content .expert-profile-upload-file-form .form-group input, #digital-library-page-add-content .expert-profile-upload-file-form .form-group select, #digital-library-page-add-content .expert-profile-upload-file-form .form-group option, #digital-library-page-add-content .expert-profile-upload-file-form .form-group textarea {
        font-size: 12px; }
      #digital-library-page-add-content .expert-profile-upload-file-form .form-group input, #digital-library-page-add-content .expert-profile-upload-file-form .form-group select, #digital-library-page-add-content .expert-profile-upload-file-form .form-group option {
        height: 25px;
        min-height: 25px;
        padding: 0 10px;
        line-height: 25px; }
      #digital-library-page-add-content .expert-profile-upload-file-form .form-group textarea {
        min-height: 110px;
        padding: 10px;
        line-height: 18px; }
      #digital-library-page-add-content .expert-profile-upload-file-form .form-group .custom-file {
        height: 25px;
        margin-top: 10px; }
        #digital-library-page-add-content .expert-profile-upload-file-form .form-group .custom-file input, #digital-library-page-add-content .expert-profile-upload-file-form .form-group .custom-file label {
          height: 25px;
          padding: 0 10px;
          line-height: 25px; }
        #digital-library-page-add-content .expert-profile-upload-file-form .form-group .custom-file label {
          text-transform: uppercase;
          font-size: 11px; }
          #digital-library-page-add-content .expert-profile-upload-file-form .form-group .custom-file label::after {
            content: "wybierz";
            height: 23px;
            padding: 0 10px;
            color: #FFF;
            line-height: 23px;
            background-color: #9DBF80; }
          #digital-library-page-add-content .expert-profile-upload-file-form .form-group .custom-file label:hover::after {
            background-color: #7B96B8; }
      #digital-library-page-add-content .expert-profile-upload-file-form .form-group.upload-file-submit {
        margin-top: 15px; }
        #digital-library-page-add-content .expert-profile-upload-file-form .form-group.upload-file-submit button {
          height: 30px;
          line-height: 20px; }
      #digital-library-page-add-content .expert-profile-upload-file-form .form-group:last-child {
        margin-bottom: 0; }

/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
.services-shop-page .services-shop-page-header,
.services-shop-page .services-shop-page-services,
.services-shop-page .services-shop-page-specializations,
.services-shop-page .services-shop-page-summary {
  position: relative; }
.services-shop-page .services-shop-page-header {
  margin-bottom: 50px; }
  .services-shop-page .services-shop-page-header .inactive-status-message .alert {
    padding: 20px;
    color: #FF0000;
    text-transform: uppercase;
    background: #FFF;
    border: 2px solid #FF0000;
    box-shadow: none; }
  .services-shop-page .services-shop-page-header .order-summary-message .alert {
    padding: 20px;
    color: #9DBF80;
    text-transform: uppercase;
    background: #FFF;
    border: 2px solid #9DBF80;
    box-shadow: none; }
.services-shop-page .services-shop-page-services {
  margin-bottom: 50px; }
  .services-shop-page .services-shop-page-services .cart-list-row {
    position: relative;
    margin-bottom: 10px; }
    .services-shop-page .services-shop-page-services .cart-list-row .row-cell {
      display: flex;
      align-content: center;
      align-items: center;
      padding: 0 5px; }
      .services-shop-page .services-shop-page-services .cart-list-row .row-cell .cell-content {
        display: flex;
        height: 100%;
        padding: 20px;
        font-size: 15px;
        font-weight: 700;
        align-content: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        justify-content: center;
        background: #FFF; }
        .services-shop-page .services-shop-page-services .cart-list-row .row-cell .cell-content label {
          display: flex;
          width: 100%;
          height: 100%;
          margin-bottom: 0;
          justify-content: center;
          align-items: center; }
          .services-shop-page .services-shop-page-services .cart-list-row .row-cell .cell-content label input {
            display: none; }
        .services-shop-page .services-shop-page-services .cart-list-row .row-cell .cell-content.service-date, .services-shop-page .services-shop-page-services .cart-list-row .row-cell .cell-content.row-title {
          color: #7D7D7D; }
        .services-shop-page .services-shop-page-services .cart-list-row .row-cell .cell-content.row-title {
          text-align: left;
          justify-content: left; }
        .services-shop-page .services-shop-page-services .cart-list-row .row-cell .cell-content.service-date {
          font-weight: 500; }
        .services-shop-page .services-shop-page-services .cart-list-row .row-cell .cell-content.select-service label {
          width: 20px;
          height: 20px;
          border: 2px solid #9DBF80; }
          .services-shop-page .services-shop-page-services .cart-list-row .row-cell .cell-content.select-service label.selected {
            background: #9DBF80;
            cursor: pointer; }
          .services-shop-page .services-shop-page-services .cart-list-row .row-cell .cell-content.select-service label.disabled {
            border-color: #D7E0E0;
            background: #D7E0E0; }
      .services-shop-page .services-shop-page-services .cart-list-row .row-cell.standard-content .cell-content, .services-shop-page .services-shop-page-services .cart-list-row .row-cell.premium-content .cell-content {
        padding: 0;
        font-size: 16px; }
      .services-shop-page .services-shop-page-services .cart-list-row .row-cell.standard-content.already-bought .cell-content span, .services-shop-page .services-shop-page-services .cart-list-row .row-cell.premium-content.already-bought .cell-content span {
        margin-left: 5px; }
      .services-shop-page .services-shop-page-services .cart-list-row .row-cell.standard-content .cell-content {
        color: #7B96B8; }
        .services-shop-page .services-shop-page-services .cart-list-row .row-cell.standard-content .cell-content.selected {
          color: #FFF;
          background: #7B96B8; }
      .services-shop-page .services-shop-page-services .cart-list-row .row-cell.standard-content.already-bought .cell-content {
        font-size: 10px; }
      .services-shop-page .services-shop-page-services .cart-list-row .row-cell.premium-content .cell-content {
        color: #9DBF80; }
        .services-shop-page .services-shop-page-services .cart-list-row .row-cell.premium-content .cell-content.selected {
          color: #FFF;
          background: #9DBF80; }
    .services-shop-page .services-shop-page-services .cart-list-row.cart-header-row .row-title {
      height: auto;
      padding: 0;
      font-size: 18px;
      color: #9DBF80 !important;
      background: none; }
    .services-shop-page .services-shop-page-services .cart-list-row.cart-header-row .standard-content .cell-content, .services-shop-page .services-shop-page-services .cart-list-row.cart-header-row .premium-content .cell-content {
      color: #FFF; }
    .services-shop-page .services-shop-page-services .cart-list-row.cart-header-row .standard-content .cell-content {
      background: #7B96B8; }
    .services-shop-page .services-shop-page-services .cart-list-row.cart-header-row .premium-content .cell-content {
      background: #9DBF80; }
    .services-shop-page .services-shop-page-services .cart-list-row.cart-header-row .service-date-head {
      font-size: 16px;
      color: #9DBF80 !important;
      background: none !important; }
    .services-shop-page .services-shop-page-services .cart-list-row.account-type-row label {
      cursor: pointer; }
.services-shop-page .shop-page-specializations {
  margin-bottom: 50px;
  padding: 0; }
  .services-shop-page .shop-page-specializations .premium-positions-heading,
  .services-shop-page .shop-page-specializations .shop-specializations-list,
  .services-shop-page .shop-page-specializations .shop-premium-position-add {
    position: relative; }
  .services-shop-page .shop-page-specializations .premium-positions-heading {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #9DBF80;
    text-transform: uppercase;
    line-height: 20px; }
    .services-shop-page .shop-page-specializations .premium-positions-heading span {
      padding: 0; }
  .services-shop-page .shop-page-specializations .shop-specializations-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item {
      margin-bottom: 10px;
      padding: 0; }
      .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .specializations-list-item-content {
        margin: 0; }
      .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .position-cell {
        overflow: hidden;
        padding: 0 5px; }
      .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .position-cell-content {
        height: 44px;
        margin: 0;
        padding: 10px;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        justify-content: center;
        background: #FFF;
        line-height: 24px; }
        .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .position-cell-content span {
          display: block;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
      .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .position-order-number {
        color: #7D7D7D; }
      .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .position-specialization {
        color: #7B96B8; }
        .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .position-specialization .position-cell-content {
          justify-content: left; }
      .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .position-localization, .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .position-position {
        color: #636363; }
      .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .position-price .position-cell-content {
        padding: 5px;
        line-height: 17px; }
      .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .position-price label, .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .position-price span {
        display: block;
        width: 100%;
        margin: 0; }
      .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .standard-price {
        color: #7B96B8; }
        .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .standard-price.active {
          color: #FFF; }
          .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .standard-price.active .position-cell-content {
            background: #7B96B8; }
      .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .premium-price {
        color: #9DBF80; }
        .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .premium-price.active {
          color: #FFF; }
          .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .premium-price.active .position-cell-content {
            background: #9DBF80; }
      .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .position-remove a {
        display: block;
        font-size: 20px;
        color: #7D7D7D; }
        .services-shop-page .shop-page-specializations .shop-specializations-list .specializations-list-item .position-remove a:hover {
          color: #FF0000; }
  .services-shop-page .shop-page-specializations .shop-premium-position-add {
    margin: 0;
    padding: 0; }
    .services-shop-page .shop-page-specializations .shop-premium-position-add .add-position-cell {
      padding: 0 5px; }
    .services-shop-page .shop-page-specializations .shop-premium-position-add .position-cell-content {
      height: 44px;
      margin: 0;
      padding: 10px;
      font-size: 12px;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      justify-content: center;
      background: #FFF;
      line-height: 24px; }
      .services-shop-page .shop-page-specializations .shop-premium-position-add .position-cell-content span {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .services-shop-page .shop-page-specializations .shop-premium-position-add .position-cell-content .form-control {
        height: 24px;
        padding: 0 10px;
        font-size: 12px; }
        .services-shop-page .shop-page-specializations .shop-premium-position-add .position-cell-content .form-control option {
          font-size: 10px; }
          .services-shop-page .shop-page-specializations .shop-premium-position-add .position-cell-content .form-control option:disabled {
            background: #D7E0E0; }
    .services-shop-page .shop-page-specializations .shop-premium-position-add .position-add-button a {
      display: block;
      padding: 0 10px;
      font-size: 20px;
      font-weight: 700;
      color: #FFF;
      background: #9DBF80; }
      .services-shop-page .shop-page-specializations .shop-premium-position-add .position-add-button a svg {
        vertical-align: top;
        margin-top: 2px; }
      .services-shop-page .shop-page-specializations .shop-premium-position-add .position-add-button a:hover {
        background: #7B96B8; }
    .services-shop-page .shop-page-specializations .shop-premium-position-add .position-add-button.opened a {
      background: none; }
    .services-shop-page .shop-page-specializations .shop-premium-position-add .position-price .position-cell-content {
      padding: 5px;
      line-height: 17px; }
    .services-shop-page .shop-page-specializations .shop-premium-position-add .position-price label, .services-shop-page .shop-page-specializations .shop-premium-position-add .position-price span {
      display: block;
      width: 100%;
      margin: 0; }
    .services-shop-page .shop-page-specializations .shop-premium-position-add .standard-price {
      color: #7B96B8; }
    .services-shop-page .shop-page-specializations .shop-premium-position-add .premium-price {
      color: #9DBF80; }
    .services-shop-page .shop-page-specializations .shop-premium-position-add .position-add-submit button {
      height: 24px;
      padding: 0 20px;
      font-size: 12px;
      text-transform: uppercase;
      line-height: 24px; }
.services-shop-page .services-shop-page-summary {
  margin-top: 50px; }
  .services-shop-page .services-shop-page-summary .order-summary-container {
    margin-bottom: 30px; }
    .services-shop-page .services-shop-page-summary .order-summary-container .order-list-header {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 20px;
      color: #9DBF80;
      text-transform: uppercase; }
    .services-shop-page .services-shop-page-summary .order-summary-container .order-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .services-shop-page .services-shop-page-summary .order-summary-container .order-list li {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #E4E2E2; }
        .services-shop-page .services-shop-page-summary .order-summary-container .order-list li span {
          float: left;
          font-size: 13px;
          font-weight: 700;
          line-height: 24px; }
          .services-shop-page .services-shop-page-summary .order-summary-container .order-list li span.service-name {
            color: #9DBF80;
            margin-right: 5px; }
          .services-shop-page .services-shop-page-summary .order-summary-container .order-list li span.service-date {
            font-weight: 500;
            color: #7D7D7D; }
          .services-shop-page .services-shop-page-summary .order-summary-container .order-list li span.service-value, .services-shop-page .services-shop-page-summary .order-summary-container .order-list li span.specialization-value {
            float: right;
            font-size: 17px;
            color: #7B96B8; }
          .services-shop-page .services-shop-page-summary .order-summary-container .order-list li span.specialization-province {
            width: 165px;
            margin-right: 5px;
            color: #9DBF80; }
            .services-shop-page .services-shop-page-summary .order-summary-container .order-list li span.specialization-province strong {
              color: #7B96B8; }
          .services-shop-page .services-shop-page-summary .order-summary-container .order-list li span.specialization-name {
            max-width: 200px;
            font-size: 12px; }
          .services-shop-page .services-shop-page-summary .order-summary-container .order-list li span .specialization-value {
            width: 80px; }
        .services-shop-page .services-shop-page-summary .order-summary-container .order-list li.order-list-total {
          border-bottom: none; }
          .services-shop-page .services-shop-page-summary .order-summary-container .order-list li.order-list-total span.service-name {
            font-size: 17px;
            color: #7D7D7D; }
          .services-shop-page .services-shop-page-summary .order-summary-container .order-list li.order-list-total span.service-value {
            font-size: 20px;
            color: #9DBF80; }
  .services-shop-page .services-shop-page-summary .order-summary-total {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid #7B96B8; }
    .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-header, .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-regulations, .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-order {
      width: 100%; }
    .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-header {
      display: block;
      float: left;
      margin: 0 0 20px;
      font-size: 22px;
      font-weight: 700;
      color: #7B96B8;
      text-transform: uppercase; }
      .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-header span.header-value {
        float: right;
        color: #9DBF80; }
    .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-errors {
      margin: 0 0 20px;
      padding: 20px;
      background: #FFF;
      border: 1px solid #FF0000; }
      .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-errors p {
        margin: 0 0 20px;
        font-weight: 700;
        color: #FF0000; }
        .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-errors p:last-child {
          margin-bottom: 0; }
    .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-regulations {
      margin: 0 0 20px; }
      .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-regulations label {
        position: relative;
        padding-left: 25px;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        cursor: pointer; }
        .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-regulations label input {
          display: none; }
        .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-regulations label::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          border: 2px solid #9DBF80; }
        .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-regulations label.checked::before {
          background: #9DBF80; }
    .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-order {
      margin: 0;
      padding-top: 20px;
      border-top: 1px solid #7B96B8; }
      .services-shop-page .services-shop-page-summary .order-summary-total .summary-total-order button {
        width: 100%;
        text-transform: uppercase; }

/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */
/*
    ********* ********* ********* ********* ********* ********* ********* ********* ********* ********* *********
 */

/*# sourceMappingURL=application.css.map */
