html, html body, * html body {
    margin-top: initial !important;
}

body.not-home {
  padding-top: 66px;
}

.not-home .hq-header {
  background: #1e3a5f;
}

a {
  transition: all 0.5s ease;
}

a:hover {
  opacity: 0.7;
}

.hq-container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 100px;
}

@media (max-width: 1100px) {
  .hq-container {
    padding: 0 70px;
  }
}

@media (max-width: 992px) {
  .hq-container {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .hq-container {
    padding: 0 25px;
  }
}

.hq-header {
  background: transparent;
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.5s ease;
  padding: 7px 0;
}

.hq-header.header-fix {
  background: #1e3a5f;
}

.hq-header__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
}

.hq-header__logo {
  flex: 1;
  justify-content: start;
}

.hq-header__logo img {
  width: 154px;
  min-width: 154px;
}

.hq-header__info {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 10px;
  flex: 1;
}

.hq-header__info-socials {
  display: flex;
  align-items: center;
  column-gap: 2px;
}

.hq-header__info-social svg {
  width: 25px;
  height: 25px;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .hq-header__menu {
    display: none;
  }

  .hq-header__menu.show {
    padding: 70px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: absolute;
    inset: 0;
    height: calc(var(--vh, 1vh) * 100);
    background:#000;
    width: 100%;
    overflow-y: auto;
  }

  .hq-header__menu.show .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
  }
  
}

.hq-header__menu .sub-menu {
  display: none;
}

.hq-header__menu .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
}

.hq-header__menu .menu li {
  position: relative;
}

.hq-header__menu .menu a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .hq-header__menu .menu li:hover > .sub-menu {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 10px;
  background: #000;
  border-radius: 10px;
}

  .hq-header__menu .menu li:hover > .sub-menu .sub-menu {
    top: -10px;
    left: calc(100% + 15px);
  }

  .hq-header__menu .menu li:hover > .sub-menu .sub-menu::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -20px;
    width: 20px;
  }
}


.hq-header__menu .menu .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
}

.hq-header__menu .menu .sub-menu::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  height: 10px;
}

.hq-header__info-phone a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  white-space: nowrap;
}

/*  */
/*  */

.hq-first {
  padding: 120px 0 60px 0;
  background-size: cover;
}

@media (max-width: 768px) {
  .hq-first {
    padding: 145px 0;
  }
}

.hq-first__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 130%;
  color: #fff;
  max-width: 530px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .hq-first__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.hq-first__description {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 40px;
  max-width: 530px;
}

@media (max-width: 768px) {
  .hq-first__description {
    font-size: 16px;
    margin-bottom: 45px;
  }
}

.hq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  height: 35px;
  background: #2563eb;
  border-radius: 8px;
  padding: 5px 14px;
}

.hq-header__info-phone--icon {
  display: none;
}

@media (max-width: 768px) {
  .hq-header__info-phone--icon {
    display: block;
  }

  .hq-header__info-phone--link {
    display: none;
  }
}

.hq-header__info-mobile-btn {
  display: none;
}

@media (max-width: 768px) {
  .hq-header__info-mobile-btn {
    display: block;
  }
}

.burger {
  position: relative;
  width: 25px;
  height: 25px;
}

.burger span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.burger::before,
.burger::after {
  display: block;
  position: absolute;
  transition: all 0.2s;
  background-color: #fff;
  width: 100%;
  height: 2px;
  content: '';
}

.burger::before {
  top: 0;
}

.burger::after {
  bottom: 0;
}

.burger.active span {
  transform: scale(0);
}

.burger.active::before {
  transform: translateY(12px) rotate(45deg);
}

.burger.active::after {
  transform: translateY(-11px) rotate(-45deg);
}

._lock {
  overflow: hidden !important;
  overflow-y: hidden !important;
}

/*  */
/*  */

.why-are-we {
  background: #f5f5f5;
  padding: 52px 0 56px 0;
}

.hq-title {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 28px !important;
  line-height: 81% !important;
  color: #000 !important;
}

.why-are-we__title {
  margin-bottom: 33px;
}

.why-are-we__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 35px;
}

@media (max-width: 768px) {
  .why-are-we__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

.why-are-we__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.why-are-we__item-description {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000;
}

@media (max-width: 768px) {
  .why-are-we__item-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
  }
}

/*  */
/*  */

.examples {
  padding: 37px 0;
  overflow: hidden;
}

.examples__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
}

@media (max-width: 768px) {
  .examples__top {
    flex-direction: column;
    row-gap: 20px;
  }
}

.examples__btn-show-more {
  display: inline-flex;
  align-items: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  height: 50px;
  border: 2px solid #2563eb;
  border-radius: 8px;
  padding: 0 33px;
  transition: all 0.5s ease;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .examples__btn-show-more {
    display: none;
  }
}

.examples__btn-show-more:hover {
  background: #2563eb;
  color: #fff;
}

.examples__top-buttons {
  display: flex;
  column-gap: 40px;
}

.examples__nav {
  display: flex;
  column-gap: 20px;
}

.examples__nav-prev, .examples__nav-next {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #2563eb;
  border-radius: 100%;
}

.examples__nav-prev.swiper-button-disabled, .examples__nav-next.swiper-button-disabled {
  background:#d9d9d9;
}

.examples__nav-prev {
  transform: rotate(180deg);
}

.examples__slider {
/*   overflow: visible !important;
  clip-path: inset(0 -9999px 0 0); */
}

.examples__slide-img {
  aspect-ratio: 1 / 1.4;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.examples__slide-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.examples__data-title {
  text-align: center;
}

.examples__data-columns {
  display: flex;
  gap: 10px;
  justify-content: center
}

/*  */
/*  */

.idea-result {
  background: #1e3a5f;
  padding: 60px 0;
}

.hq-title {}

.idea-result__title {
  margin-bottom: 37px;
  color: #fff !important;
}

.idea-result__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

@media (max-width: 768px) {
  .idea-result__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.idea-result__item {}

.idea-result__item-img {
  margin-bottom: 20px;
}

.idea-result__item-img img { 
  width: 100%;
  border-radius: 3px;
}

.idea-result__item-description {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}

/*  */
/*  */

.stages {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .stages {
    padding: 30px 0;
  }
}

.stages__title {
  margin-bottom: 22px;
}

.stages__columns {
  display: flex;
  column-gap: 80px;
}

.stages__column:nth-child(1) {
  width: 320px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .stages__column:nth-child(1) {
    display: none;
  }
}

.stages__img {}

.stages__items {
  display: grid;
  column-gap: 40px;
  row-gap: 25px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 30px;
}

.stages__item {}

.stages__item-count {
  margin-bottom: 10px;
}

.stages__item-description {}

.stages__button {}

@media (max-width: 768px) {
  .stages__button {
    display: flex;
    justify-content: center;
  }
  
  .stages__button a {
    padding: 5px 40px;
  }
}

.hq-reviews {
  margin-bottom: 56px;
}

.hq-reviews__title {
  margin-bottom: 22px;
}

/*  */
/*  */

.hq-price {
  padding: 46px 0 35px 0;
  background: #f5f5f5;
}

.hq-price__title {
  margin-bottom: 30px;
}

.hq-price__table {}

.hq-price__table-head {
  display: flex;
  justify-content: space-between;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #636363;
  border-bottom: 1px solid #2563eb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.hq-price__table-head-column:nth-child(2) {
  padding-right: 80px;
}

.hq-price__table-body {}

.hq-price__table-body-items {}

.hq-price__table-body-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2563eb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .hq-price__table-body-item {
    row-gap: 10px;
    flex-direction: column;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .hq-price__table-body-item-column:nth-child(1) {
    max-width: initial;
  }

  .hq-price__table-head {
    display: none;
  }
}

.hq-price__table-body-item-column:nth-child(1) {
  max-width: 600px;
}

.hq-price__table-body-item-column:nth-child(2) {
  padding-right: 80px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}

.hq-price__table-body-item-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  margin-bottom: 15px;
}

.hq-price__table-body-item-description {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  margin-bottom: 10px;
}

.hq-price__table-body-item-description a {
  color: #2563eb;
}

.hq-price__table-body-item-button a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #2563eb;
}

/*  */
/*  */
.hq-presentation {
  padding: 80px 0 75px 0;
  background: #1e3a5f;
}

@media (max-width: 768px) {
  .hq-presentation {
    padding: 33px 0;
  }
}

.hq-presentation__columns {
  display: flex;
  align-items: center;
  column-gap: 28px
}

@media (max-width: 768px) {
  .hq-presentation__columns {
    flex-direction: column;
    row-gap: 10px;
  }
}

.hq-presentation__column:nth-child(2) {
  width: 380px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .hq-presentation__column:nth-child(2) {
    flex-shrink: initial;
    width: initial;
  }
}

.hq-presentation__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 171%;
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hq-presentation__title {
    font-size: 23px;
  }
}

.hq-presentation__description {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .hq-presentation__description {
    font-size: 13px;
  }
}

.hq-presentation__button {}

.hq-presentation__image {}

/*  */
/*  */

.hq-info {
  padding: 60px 0;
  background: #f1f3f7;
}

@media (max-width: 768px) {
  .hq-info {
    padding: 40px 0;
  }
}

.hq-container {}

.hq-info__title {
  margin-bottom: 40px;
}

.hq-info__columns {
  display: flex;
  column-gap: 55px;
}

@media (max-width: 768px) {
  .hq-info__columns {
    flex-direction: column;
    row-gap: 20px;
  }
}

.hq-info__column:nth-child(2) {
  width: 325px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .hq-info__column:nth-child(2) {
    width: initial;
    flex-shrink: initial;
  }

  .hq-info__column:nth-child(2) img {
    width: 100%;
  }
}

.hq-info__image {}

.hq-info p:not(:last-child) {
  margin-bottom: 20px;
}

.hq-info ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  margin-left: 20px;
}

.hq-info ul li {
  list-style: disc;
}

/*  */
/*  */

.hq-video {
  background: #fff;
}

.hq-video__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.hq-video__title {
}

.hq-video__btn-show-more {
  display: inline-flex !important;
  align-items: center !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 130% !important;
  color: #000 !important;
  height: 50px !important;
  border: 2px solid #2563eb !important;
  border-radius: 8px !important;
  padding: 0 33px !important;
  transition: all 0.5s ease !important;
  white-space: nowrap !important;
}

.hq-video__items {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .hq-video__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.hq-video__item {
  position: relative;
  cursor: pointer;
  aspect-ratio: 120 / 67;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

.hq-video__item::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 51px;
  height: 51px;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.5 51C39.5834 51 51 39.5834 51 25.5C51 11.4167 39.5834 0 25.5 0C11.4167 0 0 11.4167 0 25.5C0 39.5834 11.4167 51 25.5 51ZM22.0513 14.1396L38.0417 23.0231C39.9848 24.1026 39.9848 26.8974 38.0417 27.9769L22.0513 36.8605C19.785 38.1194 17 36.4809 17 33.8884V17.1117C17 14.5192 19.785 12.8805 22.0513 14.1396Z' fill='white' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}

.hq-video__item:hover {
  opacity: 0.7;
}

.hq-video__item-heading {
  position: absolute;
  max-width: 120px;
  bottom: 20px;
  left: 50%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  color: #fff;
  transform: translateX(-50%);
}

.hq-faq__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #2563eb !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 130% !important;
  color: #fff !important;
  border-radius: 8px !important;
  height: 51px !important;
  padding: 5px 17px !important;
}

.hq-faq__btn {
    animation: none !important;
    box-shadow: none !important;
}

section.list_faq .list_faq_block {
    max-width: 770px;
}

/*  */
/*  */

.hq-footer {
  background: #1e3a5f;
  padding: 30px 0 10px 0;
}

.hq-footer__elements {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 30px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .hq-footer__elements {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 20px;
  }

  .hq-footer__element {
     justify-self: center;
      align-self: center;
  }
}

.hq-footer__socials-items {
  display: flex;
  align-items: center;
  column-gap: 2px;
}

.hq-footer__socials-item svg {
  width: 25px;
  height: 25px;
  border-radius: 3px;
}

.hq-footer__socials-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 126%;
  color: #fff;
  margin-bottom: 6px;
}

.hq-footer__menu .menu {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.hq-footer__menu a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 189%;
  color: #fff;
}

.hq-footer__bottom {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 189%;
  color: #696969;
  text-align: center;
}

.hq-footer__contact a, .hq-footer__contact span {
  display: flex;
  align-items: start;
  column-gap: 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 126%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
}

@media (max-width: 768px) {
  .hq-footer__contact a, .hq-footer__contact span {
    justify-content: center;
    text-align: center;
  }

  .hq-footer__contacts {
    max-width: 300px;
  }

  .hq-footer__socials-items {
    justify-content: center;
  }

  .hq-footer__menu .menu {
    justify-content: center;
  }

  .hq-footer__contact--static {
    padding-left: 0 !important;
    text-align: center;
  }

  .hq-footer__menu li {
    text-align: center;
  }
}

.hq-footer__contact img {
  width: 20px;
  height: 20px;
}

.hq-footer__contacts {
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}

.hq-footer__contact--static {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 189%;
  color: #fff;
  padding-left: 40px;
}

.hq-footer__contact:has(a[href*="stroikaveka54"]) {
  display: none !important;
}

/*  */
/*  */

.hq-header__menu-info-mobile {
  display: none;
}

@media (max-width: 768px) {
  .hq-header__menu.show .hq-header__menu-info-mobile {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
  }

  .hq-header__menu.show .menu {
    align-items: initial;
    justify-content: initial;
  }

  .hq-header__menu.show .menu .sub-menu {
    position: relative;
    top: initial;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-left: 15px;
    margin-top: 10px;
  }

  .hq-header__menu.show .menu .sub-menu li {
    list-style: disc;
  }

  .hq-header__menu.show .menu .sub-menu a {
    font-size: 12px;
  }

  .hq-header__menu-info-mobile-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
  }

  .hq-header__menu-info-mobile-social svg {
    width: 30px;
    height: 30px;
  }
}

.hq-header__menu-info-mobile-phone a {
  color: #fff;
  display: flex;
  justify-content: center;
}

.hq-faq .info_doubl_col {
  display: flex;
  column-gap: 30px;
  align-items: start;
}

.hq-first__button .hq-btn {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 50px;
    height: initial;
}

.hq-first__button .hq-btn:hover {
  transform: translateY(-2px); 
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25),
              0 6px 8px rgba(0, 0, 0, 0.15);
}

.hq-first--internal {
  padding: 50px 0 60px 0;
}

.hq-first--internal .hq-first__title {
  margin-bottom: initial;
  max-width: initial;
}

.hq-first__filter-buttons {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 20px;
}

.hq-first__filter-button {
  transition: all 0.5s ease-in;
  border: 1px solid transparent;
  border-radius: 5px;
}

.hq-first__filter-button a {
  padding: 0 10px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 130%;
  text-align: center;
  color: #fff;
}

.hq-first__filter-button:hover {
  border: 1px solid #fff;
}

.hq-first__filter-button.active {
  border: 1px solid #fff;
}

#projects_filters {
  display: none;
}

.hq-project-wrapper {
  margin-top: 30px;
  margin-bottom: 35px;
}

.hq-single-project {
  margin-top: 30px;
  margin-bottom: 35px;
}

.hq-project-inner__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 23px;
  row-gap: 30px;
}

@media (max-width: 768px) {
  .hq-project-inner__items {
     grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.hq-project-inner__item {
  position: relative;
  aspect-ratio: 4 / 3;
  transition: all 0.5s ease-in;
}

@media (max-width: 768px) {
  .hq-first__filter-buttons {
    column-gap: 5px;
  }

  .hq-first--internal {
      padding: 50px 0 40px 0;
  }
}

.hq-project-inner__item:hover {
  transform: scale(1.090);
}

.hq-project-inner__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hq-project-inner__item-text {
  position: absolute;
  inset: 0;
  opacity: 1;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  transition: all 0.5s ease-in;
  background: rgba(35, 35, 35, 0.3);
  padding: 50px;
}

@media (max-width: 768px) {
  .hq-project-inner__item-text {
    opacity: 1;
  }
}

.hq-project-inner__item a:hover {
  opacity: initial;
}

.hq-project-inner__item:hover .hq-project-inner__item-text {
  opacity: 1;
}

.pagination .nav-links span {
  width: 46px;
  height: 46px;
  background: #2563eb;
  padding: initial;
  padding: 10px;
}

.pagination .nav-links a {
  width: 46px;
  height: 46px;
  padding: 10px;
}

.pagination .nav-links .next.page-numbers {
  width: initial;
}

.pagination .nav-links a:hover {
  border: 1px solid #2563eb;
  color: #2563eb;
}

.hq-single-project__items {
  column-count: 3;     
  column-gap: 32px;
}

@media (max-width: 768px) {
  .hq-single-project__items {
    column-count: 1; 
  }
}

.hq-single-project__item {
  margin-bottom: 19px;
}

.hq-single-project__information {
  margin-top: 55px;
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 65px;
}

.hq-single-project__information-item {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 114%;
  color: #000;
}

.hq-single-project__buttons {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.hq-btn--padding {
  padding: 0 40px;
  transition: all 0.5s ease;
}

.hq-btn--padding:hover {
  opacity: 0.7;
}

.hq-single-project__text {
  margin-top: 44px;
  margin-bottom: 44px;
}

.hq-single-project__text h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 95%;
  color: #000;
  margin-bottom: 30px;
}

.hq-single-project__text h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 95%;
  color: #000;
  margin-bottom: 10px;
}

.hq-single-project__text p:not(:last-child) {
  margin-bottom: 10px;
}

.hq-project-inner__block {
  margin-bottom: 65px;
}

.containerWrap .twoWrap {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .hq-first__filter-button a {
    font-size: 16px;
  }

  .hq-first__filter-buttons {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .hq-single-project__information {
    flex-direction: column;
    row-gap: 15px;
  }
}

.popup-form input[type=submit] {
      background-color: #2563eb;
}

.wpcf7-checkbox .wpcf7-list-item label .checkmark:after, .wpcf7-acceptance .wpcf7-list-item label .checkmark:after, .calc_form_checkbox .wpcf7-list-item label .checkmark:after {
    border: solid #2563eb;
    border-width: 0 3px 3px 0;
}

.popup-form input[type=submit] {
  box-shadow: none !important;
}