/* rewrites */
* {
  box-sizing: border-box;
}

.container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.header-menu .dropdown-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.header-menu .nav-dropdown::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
}

.header-menu .nav-dropdown:hover::after {
  content: '';
}

.header-menu .nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

footer img {
  margin-bottom: 0;
}

.ch-service__extension-info {
  display: flex;
  align-items: center;
}

.general-info-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.filter-links a {
  margin: 0;
  padding: 5px 10px;
  border-radius: 3px;
}

.filter-links .active {
  padding: 5px 10px;
  border-radius: 3px;
}

.filter-links-more {
  width: 100%;
}

.filter-links-more a {
  margin: 0;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: inherit;
}

.filter-links-ext {
  display: flex;
  border-radius: 5px;
}

.filter-links-ext a {
  font-size: 16px;
  line-height: 26px;
  padding: 7px 10px;
}

.hero-table .general-infos {
  padding: 20px 15px 15px;
}

.hero-table .general-info {
  border-radius: 5px;
  padding: 15px;
  padding-bottom: 5px;
}

.hero-table .general-info a {
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  word-break: break-word;
}

.service-feedback-add {
  right: 0;
  display: inline-flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.service-feedback-add img {
  width: 18px;
  margin-right: 10px;
}

.hero-table .general-info-logo {
  width: 90px;
  margin-right: 7px;
}

.hero-table .general-info-label {
  font-size: 12px;
  line-height: 16px;
  margin-top: 0 !important;
  margin-bottom: 4px !important;
  color: #56687d;
}

.hero-table .general-info__show-more {
  font-size: 18px;
  line-height: 30px;
  bottom: 0;
}

.hero-table .general-info-value {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.general-info__show-more,
.recent-reviews__more,
.log-table-more,
.show-more-btn {
  color: #0078FF;
  padding: 5px 10px;
  background-color: #EFF4FA;
  border-radius: 5px;
  text-decoration: underline;
}

.cat-select {
  margin-bottom: 20px;
}

.cat-select-current {
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  border-radius: 5px;
  border: 0;
}

.cat-select.open .cat-select-current {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.general-tab + .general-tab {
  margin-top: 10px;
}

.general-tab {
  padding: 10px;
  border-radius: 5px;
  height: auto;
  font-size: 18px;
  line-height: 30px;
}

.hero-table {
  position: relative;
  margin-bottom: 40px;
}

.hero-table-filter {
  display: none;
}

@media (min-width: 1024px) {
  .hero-table {
    display: flex;
    align-items: flex-start;
  }

  .hero-table-filter {
    display: block;
    width: 200px;
    margin-right: 10px;
  }

  .hero-table-content {
    flex-grow: 1;
    width: 600px;
  }

  .hero-table .general-infos {
    padding: 10px 20px 15px;
    border-radius: 5px;
  }

  .hero-table .general-info {
    margin: 0;
    margin-bottom: 10px;
    padding: 10px 20px;
  }

  .hero-table .general-info-list {
    padding-bottom: 45px !important;
  }

  .hero-table .general-columns {
    font-size: 12px;
    line-height: 16px;
  }

  .hero-table .general-info-value {
    margin-bottom: 0;
  }

  .hero-table .general-info a {
    font-size: 18px;
    line-height: 30px;
  }

  .hero-table .general-info-logo {
    margin-right: 12px;
  }

  .service-feedback-add {
    font-size: 18px;
    line-height: 30px;
    bottom: 5px;
  }
}

/* New styles */

.hero {
  padding-top: 30px;
  font-size: 18px;
  line-height: 30px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-title {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 25px;
}

.hero-text {
  margin: 0;
  margin-bottom: 20px;
}

.hero-aside {
  position: relative;
  width: 320px;
  padding-bottom: 180px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.hero-img {
  position: absolute;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.text-link {
  color: inherit;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus {
  color: currentColor;
  text-decoration: underline;
}

.page-footer {
  font-size: 16px;
  line-height: 26px;
  background-color: #fbfcfe;
  color: #56687d;
  padding-top: 35px;
  padding-bottom: 35px;
}

.page-footer-inner {
  display: flex;
  flex-direction: column;
}

.page-footer-info {
  margin-bottom: 35px;
  width: 280px;
}

.page-footer-logo {
  display: block;
  margin-bottom: 25px;
}

.page-footer-copyright {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}

.page-footer-security-standards {
  padding: 15px 25px;
  display: grid;
  grid-template-columns: repeat(5, 30px);
  column-gap: 20px;
  background-color: #eff4fa;
  border-radius: 10px;
}

.page-footer-menu-columns {
  order: -1;
  margin-bottom: 35px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  column-gap: 20px;
}

.page-footer-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-footer-menu-title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.page-footer-menu-item:not(:last-child) {
  margin-bottom: 15px;
}

.page-footer-menu-link {
  display: block;
}

.page-footer-contact-action {
  display: flex;
  align-items: center;
  color: #007bff;
  font-weight: 600;
  margin-bottom: 20px;
}

.page-footer-contact-action-prepend {
  margin-right: 10px;
}

.page-footer-contact-text {
  color: #1a1a1a;
  margin: 0;
}

@media (min-width: 1024px) {
  .hero {
    padding-top: 50px;
  }

  .hero-inner {
    display: flex;
  }

  .hero-aside {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-content {
    width: 600px;
    margin-right: 130px;
  }

  .page-footer {
    padding-top: 40px;
  }

  .page-footer-inner {
    flex-direction: row;
    align-items: flex-start;
  }

  .page-footer-info {
    order: -1;
    margin-top: 5px;
    margin-right: 60px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .page-footer-menu-columns {
    order: 0;
    margin-right: 60px;
    margin-bottom: 0;
  }

  .page-footer-contact {
    position: relative;
    width: 280px;
  }

  .page-footer-contact::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -30px;
    width: 1px;
    height: 110px;
    border-radius: 5px;
    background-color: #96b1cd;
  }
}
