.login_page #mobile-menu,
.login_page #desktop-header,
.login_page .mobile-footer-menu-wrapper {
  display: none !important;
}
.desktop-menu {
  padding: 0.35rem 0;
}
.desktop-menu .main-menu a {
  font-weight: normal;
  padding: 1.2rem 1.3rem;
}
.desktop-menu .main-menu a .svg-inline--fa {
  margin-right: 2px;
  width: 30px;
}
.top-bar .top-bar-left {
  padding: 7px 0 0;
}
.top-bar #page-title .page-return-link,
.top-bar #page-title h3 {
  font-size: 1.25rem;
}
.top-bar .menu.account-menu > li > a {
  font-weight: 600;
}
.top-bar .menu.account-menu a img.avatar {
  margin: 0 0 0 0.6rem;
}
.log-out .desktop-menu {
  padding: 0;
}
.top-bar {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  padding: 0.8rem 2rem 0.751rem;
  height: 100px;
}
.top-bar #page-subnav .scroll-menu {
  overflow: visible;
}

@media (max-width: 767px) {
  .top-bar #page-subnav .scroll-menu .dropdown-menu.mobile-extend {
    width: 66%;
    display: block !important;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    overflow-y: scroll;
    height: 80vh;
    transform: translate(-50%, -50%);
  }
}

.top-bar #page-subnav .scroll-menu li {
  margin-right: 0.7rem;
  position: relative;
}
.top-bar #page-subnav .scroll-menu .dropdown-menu {
  display: none;
  position: absolute;
  overflow: hidden;
  left: -3px;
}
.top-bar #page-subnav .scroll-menu .dropdown-menu li {
  display: block;
  margin: 0;
  border: 0;
}
.top-bar #page-subnav .scroll-menu .dropdown-menu li a {
  display: block;
  padding: 10px;
  margin: 0;
  border-radius: 0;
}
.top-bar #page-subnav .scroll-menu .dropdown-menu li a:hover {
  background: #0b2241 !important;
  color: #fff;
}
.top-bar #page-subnav .scroll-menu li:hover > .dropdown-menu {
  display: block;
}
.top-bar #page-subnav .scroll-menu a {
  padding: 0.8rem 0.1rem 0.9rem;
  font-size: 0.875rem;
}
.desktop_footer {
  position: fixed;
  z-index: 999;
  width: calc(100% - 250px);
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  color: #7f7f7f;
}
.desktop_footer .footer {
  display: flex;
  justify-content: space-between;
  border-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0.8rem 2rem 0.7rem;
}
.desktop_footer a {
  font-weight: bold;
  color: #1d4d80;
}
.desktop_footer ul {
  margin-bottom: 0;
  padding: 0;
}
.desktop_footer ul li {
  list-style: none;
  display: inline-block;
}
.desktop_footer ul li + li:before {
  font-size: 10px;
  content: "â—";
  padding: 0 7px 0 4px;
  color: #7f7f7f;
}
.desktop_footer ul li a {
  color: #1d4d80;
  font-weight: 600;
}
#main-content {
  min-height: 600px;
  padding: 120px 2rem 55px;
  overflow-y: auto;
}
.form-control {
  height: 40px;
  border-radius: 5px;
  /*-webkit-appearance: none;*/
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 0.875rem;
  color: #000;
  position: relative;
  z-index: 4;
}

@supports (-webkit-touch-callout: none) {
  .form-control {
    border: 1px solid #c4c4c4;
  }
}

.form-control:focus {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.btn {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-primary {
  background-color: #1d4d80;
  border-color: #1d4d80;
  color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.btn-primary:hover {
  background-color: #0b2241;
  border-color: #0b2241;
  color: #fff;
}
.btn_grey {
  background-color: #fff;
  color: #000 !important;
  border-color: #ececec;
}
.btn_grey:hover {
  background-color: #e6e6e6;
  color: #000;
  border-color: #e6e6e6;
}
.btn_grey[disabled] {
  background-color: #f6f6f6 !important;
  color: #7f7f7f !important;
  border-color: #f6f6f6 !important;
  opacity: 1;
}
.btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon > [class*="fa-"] {
  margin-right: 0;
}
.mobile-menu-items .menu li a:before {
  display: none;
}
.mobile-menu-items .menu li .svg-inline--fa.fa-w-16 {
  vertical-align: -0.125em;
  width: 28px;
  margin-right: 4px;
}
.top-bar .menu.account-menu .menu {
  min-width: 160px;
  margin-top: 15px;
}
.top-bar .menu.account-menu .menu:before {
  position: absolute;
  top: -15px;
  height: 15px;
  z-index: 1;
  left: 0;
  width: 100%;
  background: transparent;
  content: "";
}
.top-bar .menu.account-menu .menu a {
  padding: 0.1rem 1rem;
  font-weight: 600;
}
.desktop-menu .main-menu .is-active a,
.desktop-menu .main-menu a:hover {
  background-color: #06152a;
}
.bimg img {
  flex-shrink: 0;
}

/*NEW*/
.page-title {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin: 0 0 4px;
}
.page-sm-title {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin: 0 0 4px;
}
.xs-title {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.36;
  color: #000;
  margin: 0 0 5px;
}
.page-head-section {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.36;
  color: #7f7f7f;
  margin-bottom: 28px;
}
.page-head-section p {
  line-height: 1.36;
}

/*SEARCH*/
.contacts-search-block {
  max-width: 630px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 175px);
  justify-content: center;
  padding-bottom: 30px;
}
.search-form-group {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  z-index: 3;
}
.search-form-group .form-control {
  width: calc(100% - 55px);
  padding-left: 35px;
}
.search-form-group > svg {
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 15px;
  top: 12px;
  z-index: 12;
  font-size: 1rem;
}
.contacts-search-text {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.36;
  width: calc(100% - 55px);
}
.hidden-text {
  display: none;
}
.contacts-search-block.not-empty .contacts-search-text {
  display: none;
}
.contacts-search-block.not-empty .hidden-text {
  display: block;
}

/*CONTACT*/
.content-head {
  display: flex;
  margin-bottom: 20px;
}
.justify-content-between {
  justify-content: space-between;
}
.d-inline-flex {
  display: inline-flex;
  vertical-align: top;
}
.content-head .search-form-group {
  margin-bottom: 0;
}
.content-head .form-control {
  width: 463px;
  margin-right: 15px;
}
.content-head > div > div + div {
  margin-left: 11px;
}
.btn-secondary {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #000;
}
.btn-secondary:hover {
  background-color: #ccc;
  border-color: #ccc;
  color: #000000;
}
.fa-arrow-left {
  font-size: 19px;
}
.contact-block {
  min-height: 178px;
  border-radius: 5px;
  border: solid 1px #e7eaec;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  -webkit-transition: 0.3s border-color, 0.3s box-shadow;
  -moz-transition: 0.3s border-color, 0.3s box-shadow;
  -ms-transition: 0.3s border-color, 0.3s box-shadow;
  -o-transition: 0.3s border-color, 0.3s box-shadow;
  transition: 0.3s border-color, 0.3s box-shadow;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
  position: relative;
  margin-bottom: 1rem;
}
.contact-block:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
.contact-head {
  padding: 20px 20px 11px;
  color: #7f7f7f;
  font-size: 0.875rem;
  line-height: 1.45;
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.contact-head:after {
  display: table;
  clear: both;
  content: "";
}
.cont-img {
  width: 73px;
  float: left;
}
.cont-img .bimg {
  width: 73px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 6px;
  position: relative;
}
.cont-img .bimg img {
  border-radius: 5px;
}
.online .contact-head .bimg:before {
  width: 12px;
  height: 12px;
  border: solid 2px #fff;
  background-color: #249b1b;
  position: absolute;
  bottom: -1px;
  right: -5px;
  content: "";
  z-index: 1;
  border-radius: 50%;
}
.offline .contact-head .bimg:before {
  width: 12px;
  height: 12px;
  border: solid 2px #fff;
  background-color: red;
  position: absolute;
  bottom: -1px;
  right: -5px;
  content: "";
  z-index: 1;
  border-radius: 50%;
}
.busy .contact-head .bimg:before {
  width: 12px;
  height: 12px;
  border: solid 2px #fff;
  background-color: yellow;
  position: absolute;
  bottom: -1px;
  right: -5px;
  content: "";
  z-index: 1;
  border-radius: 50%;
}
.contact-head-desc {
  margin-left: 94px;
  padding-top: 7px;
}
.contact-title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.36;
  color: #000;
  margin: 0;
}
.cont-phone {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  color: #000;
  margin-top: -2px;
  margin-bottom: 3px;
}
.cont-phone > a {
  color: #000;
}
.cont-mail {
  font-size: 12px;
  font-weight: 600;
  color: #7f7f7f;
}
.cont-mail > a {
  color: #7f7f7f;
}
.cont-level {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
}
.cont-img .cont-level {
  color: #000;
}
.contact-footer {
  border-top: solid 1px #e7eaec;
  padding: 13px 20px;
  opacity: 1;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
  color: #7f7f7f;
}
.contact-block:hover .contact-footer {
  opacity: 0;
}
.workplace {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.62;
  color: #1d4d80;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
}
.contact-footer svg {
  margin-right: 9px;
}
.contact-footer .fa-map-pin {
  color: #e2e3e5;
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.row-sm {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row-sm > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.contact-hover-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #f8f8f8;
  height: 45px;
  width: 100%;
  opacity: 0;
  border-radius: 0 0 5px 5px;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
}
.contact-block:hover .contact-hover-footer {
  opacity: 1;
}
.contact-hover-footer a {
  color: #1d4d80;
}
.contact-hover-footer > div:first-child a {
  color: #000000;
}
.contact-hover-footer svg {
  vertical-align: -0.125em;
}
.contact-hover-footer .fa-caret-right {
  margin-left: 3px;
  font-size: 14px;
  vertical-align: -0.2em;
}
.contact-hover-footer .fa-envelope {
  font-size: 20px;
  vertical-align: -0.3em;
  color: #1d4d80;
  margin-right: 2px;
}
.contact-hover-footer .fa-plus-circle,
.add-cont .fa-plus-circle {
  font-size: 16px;
  vertical-align: -0.25em;
  color: #1d4d80;
  margin-right: 2px;
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.contact-hover-footer a + a {
  margin-left: 12px;
}
.contact-hover-footer > div:last-child {
  position: relative;
  top: 1px;
}
.cont-phone.disabled {
  color: #7f7f7f;
}
.three-row > div:nth-child(3n + 1) {
  clear: both;
}

/*MODAL*/
.modal-content {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.form-head {
  margin-bottom: 7px;
}
.modal .form-group {
  margin-bottom: 10px;
}
.modal .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #e5e6e7;
  height: 30px;
  border-radius: 3px;
  font-size: 12px;
  padding: 6px 10px;
}
.modal textarea.form-control {
  height: 50px;
  resize: none;
  padding-top: 9px;
}
.modal_body form .btn {
  margin-bottom: 5px;
}
.btn_sm {
  min-width: 150px;
  padding: 4px 10px;
  border-radius: 5px;
}
.btn-bordered {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.btn-bordered:hover {
  background-color: #eee;
  border-color: #000;
  color: #000;
}
.cont-workplace {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.36;
  color: #1d4d80;
  margin-bottom: 16px;
}
.cont-workplace a {
  color: #1d4d80;
}
.cont-workplace a:hover {
  color: #000;
}
.sm-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 2px;
}
.two-column-list:after {
  display: table;
  clear: both;
  content: "";
}
.two-column-list {
  margin-bottom: 0;
  margin-top: 5px;
}
.two-column-list li {
  list-style: none;
  width: 50%;
  float: left;
  padding-right: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
}
.two-column-list li a[href^="tel:"] {
  color: #000;
}
.two-column-list li:nth-child(2n + 1) {
  clear: both;
}
.two-column-list li:nth-child(even) {
  padding-left: 2rem;
}
ul,
ol {
  list-style-position: inside;
  padding: 0;
}
.company-contact-block {
  font-size: 0.75rem;
  font-weight: 700;
  color: #7f7f7f;
  line-height: 1.33;
}
.company-contact-block > div {
  margin-bottom: 6px;
}
.company-contact-block a {
  color: #1d4d80;
}
.company-contact-block a[href^="tel:"] {
  font-size: 12px;
  font-weight: bold;
  color: #7f7f7f;
}
.btn-blue {
  background-color: #428bca;
  border-color: #428bca;
  color: #fff;
}
.btn-blue:hover {
  background-color: #1d4d80;
  border-color: #1d4d80;
  color: #fff;
}
.blabel {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  color: #7f7f7f;
}
.modal-content .cont-img {
  width: 140px;
}
.modal-content .cont-img .bimg {
  width: 140px;
  height: 140px;
}
.modal-content .contact-head-desc {
  margin-left: 180px;
}
.modal-header.contact-head {
  padding: 20px 20px 7px;
  border-bottom: 0;
  background-color: #f9f9f9;
  border-radius: 5px 5px 0 0;
}
.add-cont a {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  color: #1d4d80;
}
.add-cont a:hover,
.add-cont a:hover svg {
  color: #000;
}
.cont-status-block {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.33;
  color: #7f7f7f;
  margin-bottom: 10px;
}
.modal-content .cont-level {
  margin-right: 11px;
}
.online .cont-status {
  color: #249b1b;
}
.online .cont-status:before {
  content: "●";
  padding-right: 5px;
}
.offline .cont-status {
  color: red;
}
.offline .cont-status:before {
  content: "●";
  padding-right: 5px;
}
.busy .cont-status {
  color: yellow;
}
.busy .cont-status:before {
  content: "●";
  padding-right: 5px;
}
.user-contact-block {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #7f7f7f;
  line-height: 1.33;
}
.user-contact-block > div {
  margin-bottom: 6px;
}
.user-contact-block a {
  font-weight: 700;
  color: #000;
}
button.close {
  width: 16px;
  height: 16px;
  background-color: #000;
  border-radius: 50%;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  justify-content: center;
  display: inline-flex;
}
.close:focus,
.close:hover {
  color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.modal-header .close {
  margin-top: 0;
  position: absolute;
  right: 17px;
  top: 17px;
  z-index: 1;
}
.modal_body {
  padding: 20px 20px 15px 20px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #000;
}
.modal_body + .modal_body {
  border-top: 1px solid #ececec;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.d-inline {
  display: inline-block !important;
}
.user-contact-block .d-inline {
  white-space: nowrap;
  margin-bottom: 6px;
}
.wp_modal {
  color: #000;
}
.wp_modal .modal-header {
  padding: 40px 20px;
  background-color: #f9f9f9;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.wp_modal .modal-content .cont-img {
  width: 80px;
}
.wp_modal .modal-content .cont-img .bimg {
  width: 80px;
  height: 80px;
  padding: 15px;
  margin-bottom: 0;
}
.wp_modal .modal-content .contact-head-desc {
  margin-left: 100px;
}

/*GROUP*/
.top-bar .step-list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43.5rem !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.step-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.36;
  counter-increment: my-counter;
  position: relative;
}
.step-list li + li:before {
  width: 35px;
  height: 2px;
  background-color: #dedede;
  content: "";
  display: inline-flex;
  vertical-align: middle;
  margin: 0 8px 0 16px;
}
.step-list li.disabled span {
  color: #7f7f7f;
  font-weight: 600;
}
.step-list li span {
  color: #000;
  font-weight: 700;
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
  position: relative;
  display: inline-block;
}
.step-list li span:before {
  width: 35px;
  height: 35px;
  background-color: #1d4d80;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 5px;
  content: counter(my-counter);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.step-list li.disabled span:before {
  background-color: #e5e5e5;
  color: #000;
}
.container-sm {
  max-width: 47.5rem !important;
  margin-left: auto;
  margin-right: auto;
}
.group-row > div:nth-child(2n + 1) {
  clear: both;
}
.group-block .contact-head-desc {
  padding-top: 2px;
}
.group-block .bimg {
  background-color: #fff;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.group-block:hover .bimg,
.group-block.checked .bimg {
  background-color: #000;
}
.group-block .bimg svg {
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.group-block:hover .bimg svg,
.group-block.checked .bimg svg {
  fill: #fff;
}
.group-block .contact-title {
  margin-bottom: 3px;
}
.group-block .contact-head {
  padding-bottom: 14px;
}
.group-block .workplace {
  font-size: 0.875rem;
  color: #7f7f7f;
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.group-block:hover .workplace,
.group-block.checked .workplace {
  color: #000;
}
.group-block .workplace a,
.group-block .workplace span {
  color: #1d4d80;
}
.btn_link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
  color: #1d4d80;
}
.group-block .contact-hover-footer {
  justify-content: center;
  height: 50px;
}
.groups-footer-block {
  position: fixed;
  z-index: 6;
  width: calc(100% - 250px);
  bottom: 0;
  right: 0;
  background-color: #f6f6f6;
}
.groups-footer {
  justify-content: space-between;
  display: flex;
  padding: 10px 2rem;
}
.group-block .fa-check-circle {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  color: #1d4d80;
  font-size: 20px;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: none;
  opacity: 0;
}
.group-block.checked .fa-check-circle {
  display: block;
  opacity: 1;
}
.group-block:hover .contact-head,
.group-block.checked .contact-head {
  color: #000;
  font-weight: 600;
}
.avatar-name {
  max-width: 122px;
  display: inline-flex;
  text-align: right;
  line-height: 1.2;
  vertical-align: middle;
}
.visible-xxl {
  display: none;
}
#main-content .step-list {
  margin: 0 0 30px;
}
.form-block {
  border-radius: 5px;
  border: solid 1px #ececec;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.form-block .form-group {
  margin-bottom: 25px;
}
.form-block .form-group:last-of-type {
  margin-bottom: 0;
}
textarea.form-control {
  resize: none;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1rem;
  padding-left: 1.2rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-weight: normal;
  font-size: 0.875rem;
  cursor: pointer;
}
.custom-control-label::before {
  position: absolute;
  top: 2px;
  left: -1.2rem;
  display: block;
  width: 15px;
  height: 15px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #000 solid 2px;
  border-radius: 50%;
  color: transparent;
}
.custom-control-label::after {
  position: absolute;
  top: 2px;
  left: -1.2rem;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #000;
  content: "";
  border-radius: 50%;
  opacity: 0;
  margin-top: 4px;
  margin-left: 4px;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.custom-control-input:checked ~ .custom-control-label::after {
  opacity: 1;
}
.form-block .form-control {
  border: solid 1px #e5e6e7;
  font-size: 0.75rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.part-block {
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}
.part-head {
  background-color: #ececec;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
}
.part-head .search-form-group {
  margin-bottom: 0;
}
.part-head .form-control {
  width: 100%;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.mr-1 {
  margin-right: 0.625rem;
}
.part-table .media {
  width: 250px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #7f7f7f;
}
.rounded {
  border-radius: 0.3125rem;
}
.part-table .media .xs-title {
  margin: 2px 0 0;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.part-table td {
  padding: 20px 13px;
}
.part-table tbody {
  height: 250px;
}
.part-table-head:after,
.part-table-body:after,
.part-table-row:after {
  display: table;
  clear: both;
  content: "";
}
.part-table-body {
  max-height: calc(100vh - 385px);
  position: relative;
  line-height: 1.36;
  font-size: 0.875rem;
  color: #000;
}
.part-table-body:after {
  content: "";
  height: 40px;
  display: block;
}
.part-block:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.74) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.74) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.74) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bdffffff',GradientType=0 );
  z-index: 1;
}
.part-table-head {
  border-bottom: 1px solid #dbdbdb;
}
.part-table-head > div {
  padding: 10px 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  color: #000;
  text-transform: uppercase;
  float: left;
}
.part-table-row {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
}
.part-table-row:last-of-type {
  border-bottom: 0;
}
.part-table-row > div {
  float: left;
  padding: 20px 16px;
}
.partModal .part-table-row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.partModal .media img {
  margin-right: 0.875rem;
}
.partModal .part-head .search-form-group {
  width: calc(100% - 68px);
}
.part-table-head > div:first-child,
.part-table-row > div:first-child {
  padding-left: 20px;
}
.part-table-head > div:last-child,
.part-table-row > div:last-child {
  padding-right: 20px;
}
.part-control {
  width: 100%;
  height: 35px;
  border: solid 1px #e5e6e7;
  background-color: #fff;
  padding: 5px 10px !important;
  color: #000 !important;
  font-size: 0.875rem;
}
.partModal .part-control {
  border-radius: 5px;
}
.bootstrap-select .dropdown-menu > li.active > a {
  color: #000 !important;
  background-color: #f5f5f5 !important;
}
a:focus {
  outline: 0;
  outline-offset: 0;
}
.btn-trash {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: #e5e5e5;
  border: 0;
  line-height: 25px;
  padding: 1px;
  text-align: center;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.btn-trash:hover {
  background-color: #eee;
}
.partModal .part-head {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.partModal .close {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
}
.partModal .part-head .form-control {
  width: calc(100% - 55px);
  height: 40px;
  padding-left: 35px;
  border-color: #eee;
}
.partModal .dropdown-menu > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
.partModal .part-table-body {
  max-height: calc(100vh - 260px);
}
.nicescroll-rails {
  background: rgba(255, 255, 255, 0) !important;
}

/* Bootstrap-select v1.13.9 */

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 226px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: inherit;
  padding: 11px 12px;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #000;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.dropdown-toggle::after {
  color: #1d1d1b;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 226px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group
  .bs3-has-addon.bootstrap-select
  .dropdown-toggle
  .filter-option
  .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  vertical-align: middle;
  border: 0;
  background: url(../images/icon-dowm.svg) 50% 50% no-repeat;
  width: 20px;
  height: 20px;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: "\00a0";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.1em 0.1em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup
  .dropdown-toggle
  .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*APP STORE*/
.apps-footer {
  padding: 0 20px 10px;
}
.mt-1 {
  margin-top: 0.625rem;
}
.mb-1 {
  margin-bottom: 0.625rem;
}
.apps-block {
  min-height: 150px;
}
.apps-block .contact-head-desc div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.apps-block .contact-head-desc {
  padding-top: 2px;
}
.apps-block .contact-title,
.apps-block-lg .contact-title {
  margin-bottom: 3px;
  color: #1d4d80;
}
.apps-block .contact-title > a,
.apps-block-lg .contact-title > a {
  color: #1d4d80;
}
.apps-block .contact-title > a:hover,
.apps-block-lg .contact-title > a:hover {
  color: #000;
}
.bimg > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apps-block-lg .contact-title {
  padding-right: 160px;
}
.apps-footer .btn {
  padding: 4px 12px;
}
.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-sm {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-sm-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.apps-block-lg .contact-head-desc {
  padding-top: 2px;
}
.color_blue {
  color: #1d4d80 !important;
}
.desc_block {
  line-height: 1.75;
  color: #000;
}
.apps-block-lg .btn-trash {
  background-color: #fff;
  border: solid 1px #f1f1f1;
  position: absolute;
  top: 26px;
  right: 20px;
  z-index: 1;
}
.apps-block-lg .btn-trash:hover {
  background-color: #eee;
}
.apps-block-lg .desc_block {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 13px;
  margin-bottom: 8px;
}
.two-row > div:nth-child(2n + 1) {
  clear: both;
}
.align-items-center {
  align-items: center;
}
.align-items-initial {
  align-items: initial;
}
.flex-row .page-head-section,
.flex-row .search-form-group {
  margin-bottom: 0;
}
.mb-2 {
  margin-bottom: 1.875rem;
}
.apps-instal-btn {
  padding: 4px 25px;
  min-width: 100px;
  color: #000 !important;
  border-color: #ececec;
}
.apps-block-lg .apps-instal-btn {
  position: absolute;
  z-index: 1;
  top: 26px;
  right: 20px;
}

/*GROUPS*/
.four-row > div:nth-child(4n + 1) {
  clear: both;
}
.item-block {
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s box-shadow;
  -moz-transition: 0.3s box-shadow;
  -ms-transition: 0.3s box-shadow;
  -o-transition: 0.3s box-shadow;
  transition: 0.3s box-shadow;
  margin-bottom: 16px;
}
.item-block:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
.item-img {
  border-radius: 5px 5px 0 0;
  display: block;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
.item-info {
  position: absolute;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  left: 10px;
  right: 10px;
  bottom: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.36;
  color: #1d4d80;
  display: flex;
  justify-content: space-between;
  height: 30px;
  align-items: center;
  padding: 0 10px;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.item-block:hover .item-info {
  opacity: 1;
}
.item-info span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.item-info span + span {
  margin-left: 5px;
}
.item-info svg {
  font-size: 1.2rem;
  line-height: 0;
  margin-right: 5px;
}
.item-body {
  padding: 15px 15px 10px;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.4;
  color: #7f7f7f;
  border: solid 1px #e7eaec;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  min-height: 171px;
}
.since {
  font-size: 0.85em;
  font-weight: 600;
  line-height: 1 !important;
  color: #000;
  margin-bottom: 0;
}
.item-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  color: #000;
  margin: 0 0 5px;
}
.item-body p {
  line-height: 1.4;
}
.item-foot {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.item-block:hover .item-foot {
  opacity: 1;
}
.item-foot .btn {
  padding: 4px 12px;
  border-radius: 0 0 5px 5px;
  font-weight: 600;
}
.view-method-btn .btn-icon {
  width: 30px;
  height: 30px;
  background-color: #c7c7c7;
}
.view-method-btn .btn-icon.active,
.view-method-btn .btn-icon:hover {
  background-color: #1d4d80;
}
.btn-blue-bordered {
  padding: 5px 27px;
  height: 30px;
  border-radius: 5px;
  border: solid 1px #428bca;
  background-color: #fff;
  color: #428bca;
}
.btn-blue-bordered:hover {
  background-color: #428bca;
  color: #fff;
}
.my-groups-list .item-block {
  min-height: 70px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-groups-list .item-img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  float: left;
  margin-right: 10px;
}
.my-groups-list .item-info {
  position: relative;
  opacity: 1;
  bottom: 0;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
  padding: 0;
}
.my-groups-list .item-title {
  font-size: 0.9375rem;
  color: #000;
  max-width: 310px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.my-groups-list .item-title > a {
  color: #000;
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.my-groups-list .item-info span + span {
  margin-left: 48px;
}
.my-groups-list .item-block:hover .item-title,
.my-groups-list .item-block:hover .item-title > a {
  font-weight: bold;
  color: #1d4d80;
}
.my-groups-list .item-block:hover .item-info {
  color: rgba(0, 0, 0, 1);
}

/*HELP & SUPPORT*/
.help_block {
  min-height: 92px;
}
.help_block .contact-head {
  padding: 15px;
}
.help_block .contact-head-desc div {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.help_block .contact-title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.33;
  color: #1d4d80;
}
.help_block .contact-title > a {
  color: #1d4d80;
}
.help_block .contact-head-desc {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 60px;
  padding-top: 0;
  font-size: 0.75rem;
  margin-left: 78px;
}
.help_block .cont-img {
  width: 60px;
}
.help_block .cont-img .bimg {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.help_block:hover .cont-img .bimg {
  background-color: #1d4d80;
}
.help_block .cont-img .bimg svg {
  -webkit-transition: 0.3s fill;
  -moz-transition: 0.3s fill;
  -ms-transition: 0.3s fill;
  -o-transition: 0.3s fill;
  transition: 0.3s fill;
}
.help_block:hover .cont-img .bimg .prefix__cls-1,
.help_block:hover .cont-img .bimg .prefix__cls-4 {
  fill: #fff !important;
}
body:not(.logged-in) #main-content.lg-content {
  max-width: 58.5rem;
}
.page-head-section .item-title {
  margin-bottom: 15px;
}
.live-search-block {
  border-radius: 5px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  content: "";
  width: calc(100% - 55px);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin-top: -8px;
  padding-top: 16px;
  font-size: 0.875rem;
  color: #7f7f7f;
  font-weight: 600;
  padding-bottom: 16px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s visibility, 0.3s opacity;
  -moz-transition: 0.3s visibility, 0.3s opacity;
  -ms-transition: 0.3s visibility, 0.3s opacity;
  -o-transition: 0.3s visibility, 0.3s opacity;
  transition: 0.3s visibility, 0.3s opacity;
}
.live-search-open .live-search-block {
  opacity: 1;
  visibility: visible;
}
.live-search-block-inner {
  height: 278px;
  overflow: hidden;
  max-height: 60vh;
}
.live-search-block-inner .search-form-group {
  display: block;
  color: #7f7f7f;
  -webkit-transition: 0.3s color, 0.3s background-color;
  -moz-transition: 0.3s color, 0.3s background-color;
  -ms-transition: 0.3s color, 0.3s background-color;
  -o-transition: 0.3s color, 0.3s background-color;
  transition: 0.3s color, 0.3s background-color;
}
.live-search-block-inner .search-form-group:hover {
  background-color: #f5f5f5;
  color: #000;
}
.search-form-group .live-search-block span {
  color: #000;
}
.live-search-block ul {
  margin-bottom: 0;
  list-style: none;
}
.live-search-block ul li {
  display: inline-block;
  color: #7f7f7f;
  font-size: 0.75rem;
  font-weight: normal;
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.live-search-block ul li + li:before {
  content: "â—";
  padding: 0 2px 0 0;
}
.live-search-block-inner .search-form-group:hover ul li {
  color: #000;
}
.live-search-block .search-form-group {
  margin-bottom: 0;
  padding: 7px 10px 6px 65px;
}
.live-search-block .search-form-group > svg {
  top: 9px;
  left: 24px;
}
.live-search-group > svg {
  left: 24px;
}
.live-search-group .form-control {
  padding-left: 65px;
}
.open_search_wrap:before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
.live-search-open .btn-primary {
  background-color: #fff !important;
  border-color: #fff !important;
}
.live-search-open .btn-primary svg path {
  fill: #000 !important;
}
.faq-block {
  border-radius: 5px;
  border: solid 1px #e7eaec;
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  font-size: 0.9375rem;
  color: #000;
}
.faq-block-head {
  padding-right: 100px;
}
.md_title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #000;
}
.faq-block .md_title {
  margin: 0;
}
.faq-block.open .md_title {
  font-size: 1.25rem;
  font-weight: bold;
}
.meeting-faq {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.43;
  color: #1d4d80;
  position: absolute;
  bottom: -3px;
  left: 15px;
  opacity: 1;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  display: block;
}
.collapse_btn {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 15px;
  font-weight: 600;
  font-size: 0.9375rem;
}
.collapse_btn {
  color: #1d4d80;
  cursor: pointer;
}
.collapse_btn svg {
  position: relative;
  top: 3px;
  margin-left: 2px;
}
.faq-block-inner {
  display: none;
}
.page-head-section .fa-chevron-circle-left {
  font-size: 20px;
  color: #000;
  margin-right: 10px;
  margin-top: 1px;
}

/*Panel faq*/
.custom-panel-group .panel-default > .panel-heading {
  font-weight: 600;
  line-height: 1.35;
  color: #000;
  padding: 0;
}
.custom-panel-group .panel-title > a {
  display: block;
  padding: 15px;
  padding-right: 100px;
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
}
.custom-panel-group .panel-title > a.collapsed {
  font-size: 0.9375rem;
  font-weight: 600;
}
.custom-panel-group
  .panel-title
  > a:not(.collapsed)
  .collapse_btn
  .collapse-text {
  display: none;
}
.custom-panel-group .panel-title > a.collapsed .collapse_btn .opened-text {
  display: none;
}
.custom-panel-group .panel-title > a.collapsed .collapse_btn svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-panel-group .panel-title > a.collapsed .meeting-faq {
  opacity: 0;
}
.custom-panel-group .panel-default > .panel-heading {
  background-color: #fff;
}
.custom-panel-group .panel-default {
  border-color: #e7eaec;
}
.custom-panel-group .panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
}
.custom-panel-group .panel-heading {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.custom-panel-group .panel-body {
  border-top: 0 !important;
  font-size: 0.9375rem;
  color: #000;
  padding-right: 0;
}
.panel-body-inner {
  height: auto;
  overflow: hidden;
  padding-right: 25px;
}
.custom-panel-group .panel-body p {
  margin-bottom: 1.58rem;
  line-height: 1.67;
}
.custom-panel-group .panel-collapse {
  position: relative;
}
.custom-panel-group .panel-body:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.74) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.74) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.74) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bdffffff',GradientType=0 );
  z-index: 1;
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
.custom-panel-group .panel.active {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

/*RESOURCE*/
.resources-head {
  margin-bottom: 35px;
}
.block-group {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
}
.block-head {
  margin-bottom: 13px;
}
.block-head .item-title {
  margin: 0;
}
.badge-tag {
  height: 40px;
  border-radius: 3px;
  border: solid 1px #e7eaec;
  background-color: #fff;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.33;
  color: #000;
  padding: 5px 4px 5px 8px;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.badge-tag:last-of-type {
  margin-bottom: 0;
}
.badge-tag-count {
  border-radius: 7px;
  background-color: #efefef;
  font-weight: 700;
  display: inline-flex;
  padding: 2px 3px;
  margin-left: 10px;
  min-width: 25px;
  justify-content: center;
}
.collect-block {
  border-radius: 5px;
  border: solid 1px #e7eaec;
  background-color: #fff;
  padding: 10px;
  -webkit-transition: 0.3s box-shadow, 0.3s color;
  -moz-transition: 0.3s box-shadow, 0.3s color;
  -ms-transition: 0.3s box-shadow, 0.3s color;
  -o-transition: 0.3s box-shadow, 0.3s color;
  transition: 0.3s box-shadow, 0.3s color;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.5;
  color: #7f7f7f;
  align-items: center;
  margin-bottom: 15px;
}
.collect-block:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}
.collect-block .bimg {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  border: solid 1px #e7eaec;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
  margin-right: 10px;
}
.collect-block:hover .bimg {
  background-color: #fff;
}
.collect-block:hover .bimg path {
  fill: #1d4d80 !important;
}
.collect-block .md_title {
  margin: 0;
}
.collect-block .md_title > a {
  color: #000;
}
.collect-block:hover .md_title > a {
  color: #1d4d80;
}
.collect-row > div:nth-child(4n + 1) {
  clear: both;
}
.files-table table {
  font-size: 0.75rem;
  color: #000;
}
.files-table table th,
.files-table table td {
  text-align: right;
  border: 0 !important;
}
.files-table table th {
  padding: 0 25px 5px !important;
}
.files-table table td {
  padding: 12px 25px 11px !important;
  vertical-align: middle !important;
}
.files-table table td .md_title {
  margin: 0;
  color: #1d4d80;
  font-weight: bold;
}
.files-table table td .md_title > a {
  color: #1d4d80;
}
.files-table table th:first-child,
.files-table table td:first-child {
  text-align: left;
  padding-left: 0 !important;
}
.files-table table th:last-child,
.files-table table td:last-child {
  padding-right: 0 !important;
}
.hidden_block .badge-wrap {
  height: 40px;
  overflow: hidden;
  position: relative;
}
.hidden_block .collect-row {
  height: 143px;
  overflow: hidden;
  position: relative;
}
.hidden_block_show .badge-wrap,
.hidden_block_show .collect-row {
  height: auto !important;
}
.hidden_block_footer {
  background: -moz-linear-gradient(
    top,
    rgba(127, 127, 127, 0) 0%,
    rgba(127, 127, 127, 0.2) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(127, 127, 127, 0) 0%,
    rgba(127, 127, 127, 0.2) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(127, 127, 127, 0) 0%,
    rgba(127, 127, 127, 0.2) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#337f7f7f',GradientType=0 ); /* IE6-9 */
  position: relative;
  height: 39px;
  z-index: 1;
  margin-top: -10px;
  display: none;
  margin-bottom: 45px;
}
.hidden_block .hidden_block_footer {
  display: block;
}
.hidden_block_show .hidden_block_footer {
  display: none !important;
}
.hidden_block .btn {
  min-width: 106px;
  color: #000;
  font-weight: 600;
  position: absolute;
  left: 50%;
  bottom: -20px;
  padding: 9px 12px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.login_form {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .wp_modal .modal-content {
    max-width: 500px;
  }
  .partModal .modal-dialog {
    width: 696px;
  }
}
@media (min-width: 1024px) {
  .modal.fade.partModal .modal-dialog {
    -webkit-transform: translate(125px, -25%);
    -ms-transform: translate(125px, -25%);
    -o-transform: translate(125px, -25%);
    transform: translate(125px, -25%);
  }
  .modal.in.partModal .modal-dialog {
    -webkit-transform: translate(125px, 85px);
    -ms-transform: translate(125px, 85px);
    -o-transform: translate(125px, 85px);
    transform: translate(125px, 85px);
  }
}
@media (min-width: 1200px) {
  .apps-block-lg .cont-img {
    width: 100px;
  }
  .apps-block-lg .cont-img .bimg {
    width: 100px;
    height: 100px;
  }
  .apps-block-lg .contact-head-desc {
    margin-left: 120px;
  }
}
@media (min-width: 1365px) {
  .hidden-xxl {
    display: none;
  }
  .visible-xxl {
    display: block !important;
  }
}
@media (max-width: 1364px) {
  .part-table-body {
    max-height: calc(100vh - 445px);
  }
  .my-groups-list .item-info span + span {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .three-row > div:nth-child(3n + 1) {
    clear: none;
  }
  .three-row > div:nth-child(2n + 1) {
    clear: both;
  }
  .contact-footer {
    opacity: 1 !important;
  }
  .contact-hover-footer {
    position: relative;
    opacity: 1;
  }
  .apps-block-lg .cont-img .bimg svg {
    width: 35px;
    height: 35px;
  }
  .apps-block-lg .contact-title {
    padding-right: 0;
  }
  .apps-block-lg .btn-trash {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
  }
  .apps-block-lg .apps-instal-btn {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
  }
  .four-row > div:nth-child(4n + 1) {
    clear: none;
  }
  .four-row > div:nth-child(3n + 1) {
    clear: both;
  }
  .collect-row > div:nth-child(4n + 1) {
    clear: none;
  }
  .collect-row > div:nth-child(3n + 1) {
    clear: both;
  }
  .title-bar .logo a img {
    display: block;
    width: auto;
    height: auto;
    max-height: 3.3rem;
    margin: 0;
  }
  .login_form {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .top-bar {
    height: 93px;
  }
  .top-bar .top-bar-left {
    padding: 0;
  }
  .desktop_footer {
    width: 100%;
    bottom: 71px;
  }
  #main-content {
    min-height: 500px;
    padding: 200px 2rem 115px;
    height: auto;
  }
  .contacts-search-block {
    height: calc(100vh - 325px);
  }
  #main-content .step-list {
    display: none;
  }
  .top-bar .step-list {
    display: block;
  }
  .groups-footer-block {
    width: 100%;
    bottom: 71px;
  }
  .part-table-body {
    max-height: calc(100vh - 550px);
  }
  .partModal .part-table-body {
    max-height: calc(100vh - 160px);
  }
  .item-body {
    min-height: 155px;
  }
}
@media (max-width: 767px) {
  .top-bar .top-bar-left {
    display: block;
  }
  .top-bar {
    height: auto;
    min-height: 3rem;
    padding-top: 0.5rem;
  }
  .title-bar #logo a img,
  .title-bar .logo a img {
    max-height: 2rem;
  }
  .title-bar {
    height: 3rem;
  }
  .title-bar .title-bar-title {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .title-bar .button {
    height: 3rem;
    width: auto;
    font-size: 1.5rem;
    padding: 0.7rem 2rem;
    margin: 0;
  }
  .desktop_footer {
    position: relative;
    bottom: 53px;
  }
  #main-content {
    padding: 130px 2rem 75px;
  }
  #mobile-footer-menu .menu > li > a {
    padding: 0.6rem 0;
    font-size: 0.65rem;
  }
  .top-bar #page-subnav .scroll-menu a {
    padding: 0;
  }
  .contact-block {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-xs-right {
    text-align: right;
  }
  .d-xs-inline-block {
    display: inline-block !important;
    vertical-align: top;
  }
  .d-xs-block {
    display: block;
  }
  .mt-xs-2 {
    margin-top: 20px;
  }
  .content-head {
    display: block;
  }
  .content-head > div:first-child {
    margin-right: 15px;
    float: left;
  }
  .content-head > div:last-child {
    text-align: right;
  }
  .content-head .form-control {
    width: calc(100% - 50px);
  }
  .content-head > div:last-child > div:last-child {
    margin-left: 0;
  }
  .two-column-list li:nth-child(even) {
    padding-left: 0;
  }
  .modal-content .contact-head-desc {
    margin-left: 165px;
  }
  .wp_modal .modal-header {
    padding: 20px;
  }
  .modal-header .close {
    right: 10px;
    top: 10px;
  }
  #page-subnav {
    margin: 0 -1rem;
    padding-left: 1rem;
  }
  .contacts-search-block {
    height: calc(100vh - 245px);
  }
  .groups-footer-block {
    bottom: 50px;
    position: relative;
  }
  .groups-footer {
    padding: 1rem;
    max-width: 372px;
    margin: 0 auto;
  }
  .top-bar .step-list {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0;
  }
  .step-list li {
    width: 24%;
    text-align: center;
    padding-top: 35px;
    font-size: 0.7rem;
  }
  .step-list li span:before {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
  }
  .step-list li + li:before {
    position: absolute;
    top: 17px;
    left: 0;
    margin: 0 0 0 -18px;
    width: 30px;
  }
  p {
    line-height: 1.4;
  }
  .part-head {
    padding: 10px;
  }
  .part-table-body {
    max-height: 100%;
    padding-bottom: 0;
  }
  .part-block:before {
    display: none;
  }
  .part-table-head {
    display: none;
  }
  .part-table-row {
    display: block;
    position: relative;
    padding: 8px 0;
  }
  .part-table-row > div {
    border-top: 0;
    display: flex;
    text-align: left !important;
    width: 100% !important;
    float: none;
    padding: 8px 20px !important;
  }
  .part-table-row > div:before {
    content: attr(data-label);
    position: relative;
    width: 110px;
    padding-right: 10px;
    display: flex;
    vertical-align: top;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    align-items: center;
  }
  .part-table-body .btn-trash {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 1;
  }
  .part-table-row > div:last-child {
    padding: 0 !important;
  }
  .part-table .media {
    width: 100%;
    padding-right: 40px;
  }
  .partModal .part-table-row > div:before {
    display: none;
  }
  .partModal .part-table-row > div:last-child {
    padding: 8px 20px !important;
  }
  .partModal .part-table-body {
    max-height: 100%;
  }
  .partModal .part-head .search-form-group {
    width: 100%;
  }
  .partModal .close {
    right: 3px;
    top: 3px;
    margin-top: 0;
  }
  .page-head-section,
  .search-form-group {
    margin-bottom: 20px;
  }
  .flex-row .page-head-section {
    margin-bottom: 20px;
  }
  .apps-block-lg {
    max-width: 440px;
  }
  .item-block {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .col-sm {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    max-width: 100%;
  }
  .four-row {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .my-groups-list .item-block {
    max-width: 100%;
    display: block;
  }
  .my-groups-list .item-info {
    margin-top: 15px;
    height: auto;
  }
  .live-search-block-inner {
    overflow-y: auto;
  }
  .panel-body-inner {
    height: auto;
    overflow-y: auto;
  }
  .collapse_btn {
    top: 50%;
    margin-top: -13px;
  }
  .collapse_btn .collapse-text,
  .collapse_btn .opened-text {
    display: none !important;
  }
  .collapse_btn svg {
    font-size: 1.25rem !important;
  }
  .custom-panel-group .panel-title > a {
    padding-right: 40px;
  }
  .collect-row > div:nth-child(3n + 1) {
    clear: none;
  }
  .collect-row > div:nth-child(2n + 1) {
    clear: both;
  }
  #desktop-header {
    display: none;
  }
  .top-bar #page-subnav .scroll-menu {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .top-bar #page-subnav .scroll-menu .dropdown-menu {
    display: none !important;
  }
}
@media (max-width: 659px) {
  .title-bar {
    padding: 0 1rem;
  }
  .top-bar,
  .title-bar .button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .desktop_footer .footer {
    display: block;
    text-align: center;
  }
  .desktop_footer .footer div + div {
    margin-top: 1rem;
  }
  .title-bar .title-bar-title {
    padding: 0;
  }
  #main-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .contacts-search-text {
    width: 100%;
    height: 38px;
  }
  .contacts-search-block {
    height: calc(100vh - 205px);
    padding-bottom: 0;
  }
  .groups-footer-block {
    position: relative;
  }
  .groups-footer {
    padding-bottom: 2rem;
  }
  .top-bar .step-list {
    margin: 0 -1rem;
  }
}
@media (max-width: 639px) {
  .top-bar {
    padding-bottom: 0.95rem;
  }
}
@media (max-width: 467px) {
  .col-sm {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    width: 100%;
    margin-top: 16px;
  }
  .modal-content .cont-img {
    width: 100px;
    margin-right: 20px;
  }
  .modal-content .cont-img .bimg {
    width: 100px;
    height: 100px;
  }
  .modal-content .contact-head-desc {
    margin-left: 0;
  }
  .contact-modal .contact-head-desc .bhead {
    min-height: 120px;
    margin-bottom: 10px;
  }
  .contact-hover-footer {
    font-size: 11px;
  }
  .group-block .workplace {
    font-size: 0.7rem;
  }
  .contact-footer svg {
    position: relative;
    top: -1px;
  }
  .btn_sm {
    min-width: 135px;
  }
  .part-table-body,
  .part-table-body .media-body,
  .part-table-body .xs-title {
    font-size: 1rem;
  }
  .part-table-row > div {
    display: block;
  }
  .part-table-row > div:before {
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 1rem;
  }
  .part-table-body .media {
    display: block;
  }
  .part-table-body .media img {
    margin-bottom: 5px;
    width: 64px;
    height: 64px;
  }
  .apps-block .contact-head-desc,
  .apps-block-lg .contact-head-desc {
    padding-top: 2px;
    font-size: 0.75rem;
  }
  .apps-block .contact-head-desc div {
    -webkit-line-clamp: 3;
  }
  .desc_block {
    line-height: 1.45;
  }
  .apps-block-lg .desc_block {
    -webkit-line-clamp: 5;
  }
  .apps-block-lg .apps-instal-btn {
    font-size: 12px;
  }
  .my-groups-list .item-block {
    padding: 10px;
  }
  .my-groups-list .item-info {
    display: block;
  }
  .my-groups-list .item-info:after {
    display: table;
    clear: both;
    content: "";
  }
  .my-groups-list .item-info span + span {
    margin-left: 0;
  }
  .my-groups-list .item-info span {
    display: block;
    width: 50%;
    padding: 5px 0;
    float: left;
  }
  .my-groups-list .item-info span:nth-child(2n + 1) {
    clear: both;
  }
  .live-search-group > svg,
  .live-search-block .search-form-group > svg {
    left: 10px;
  }
  .live-search-group .form-control,
  .live-search-block .search-form-group {
    padding-left: 35px;
  }
  .collect-block {
    font-size: 0.5rem;
  }
  .collect-block .bimg {
    width: 30px;
    height: 30px;
  }
  .collect-block .bimg svg {
    max-width: 18px;
    max-height: 18px;
  }
  .collect-block .md_title {
    font-size: 0.8rem;
  }
  .hidden_block .collect-row {
    height: 119px;
  }
  .files-table table th {
    padding: 0 5px 5px !important;
  }
  .files-table table td {
    padding: 12px 5px 11px !important;
  }
  .login_form button {
    margin-top: 15px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  html {
    overflow-y: visible !important;
  }
  *::-ms-backdrop,
  body {
    overflow-x: auto !important;
    overflow-y: auto !important;
  }
  *::-ms-backdrop,
  .live-search-block {
    left: 5px;
  }
}
/*custom pages breadcrumb */
.breadcrumb-clear {
  background-color: #f6f6f6;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  border-radius: 4px;
  }