:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#2A67A8;
}

.block {
  padding-left: 0;
  padding-right: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 1023px) {
  .block {
    padding-top: 48px;
  }
}
@media (max-width: 1023px) {
  .block {
    padding-bottom: 48px;
  }
}
.block .block__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.block .block__header .btn, .block .block__header .button {
  align-self: baseline;
}
.block .block__content {
  margin: 0;
  padding: 0;
}
.block .block__title {
  font-size: 38px;
  line-height: 46px;
  font-family: "Roboto";
  font-weight: 700;
  color: #262626;
  margin: 0;
}
@media (max-width: 1023px) {
  .block .block__title {
    font-size: 30px;
    line-height: 38px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .block .block__title {
    font-size: 24px;
    line-height: 32px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
.block .block__footer {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.section, .block-section {
  margin: 0 -3000px;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 3000px;
  padding-right: 3000px;
}
@media (max-width: 1023px) {
  .section, .block-section {
    padding-top: 48px;
  }
}
@media (max-width: 1023px) {
  .section, .block-section {
    padding-bottom: 48px;
  }
}

.section:nth-child(odd), .block-section:nth-child(odd) {
  background-color: #E4E5E7;
}

.section:nth-child(even), .block-section:nth-child(even) {
  background-color: #ffffff;
}

.block-section .contextual {
  right: 3000px;
}

.block-system-breadcrumb-block {
  margin: 0;
  padding: 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 400;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .breadcrumb > *:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcrumb > :nth-child(1) {
    display: inherit;
  }
}

.breadcrumb__link {
  color: #8c8c8c;
}
.breadcrumb__link:hover {
  color: #2A67A8;
}

.breadcrumb__last {
  color: #8c8c8c;
}

.breadcrumb__sep {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c8c8c;
}
.breadcrumb__sep::before {
  content: "\e910";
  font-family: "icon-base";
  font-size: 8px;
  line-height: 8px;
}

.pager {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  display: grid;
  grid-gap: 12px;
}
.pager ul.pager-items {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: center;
  grid-gap: 12px;
}
@media (max-width: 767px) {
  .pager ul.pager-items {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .pager ul.pager-items {
    overflow: scroll;
  }
}
.pager ul.pager-items li.pager-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pager ul.pager-items li.pager-item:before {
  display: none;
}
.pager ul.pager-items li.pager-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: all 0.2s ease-in-out;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 8px;
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 2px;
}
.pager ul.pager-items li.pager-item a:hover, .pager ul.pager-items li.pager-item a:focus {
  background-color: #fafafa;
  border-color: #f0f0f0;
  color: #000000;
}
.pager ul.pager-items li.pager-item.current-page a {
  cursor: default;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 700;
  color: #000000;
  background-color: #fafafa;
  border-color: #f0f0f0;
}
.pager ul.pager-items li.pager-item.pager-item--arrow a {
  font-size: 0;
}
.pager ul.pager-items li.pager-item.pager-item--arrow a:before {
  transition: all 0.2s ease-in-out;
  font-size: 17px;
}
.pager ul.pager-items li.pager-item.pager-item--arrow.pager-item--first a:before {
  content: "\e914";
  font-family: "icon-base";
  font-size: 17px;
  line-height: 17px;
}
.pager ul.pager-items li.pager-item.pager-item--arrow.pager-item--last a:before {
  content: "\e913";
  font-family: "icon-base";
  font-size: 17px;
  line-height: 17px;
}
.pager ul.pager-items li.pager-item.pager-item--arrow.pager-item--previous a:before {
  content: "\e912";
  font-family: "icon-base";
  font-size: 17px;
  line-height: 17px;
}
.pager ul.pager-items li.pager-item.pager-item--arrow.pager-item--next a:before {
  content: "\e910";
  font-family: "icon-base";
  font-size: 17px;
  line-height: 17px;
}
.pager ul.pager-items li.pager-item.pager-item--arrow.ellipsis, .pager ul.pager-items li.pager-item.pager-item--arrow.ellipsis:hover {
  border: none !important;
  background-color: transparent !important;
}
.pager .load-more-page a {
  width: 100%;
}

.cookie-banner {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
  max-width: 600px;
  width: 95%;
  display: flex;
  align-items: center;
  border-style: solid;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  gap: 16px;
  background-color: #ffffff;
  padding: 20px;
  border-width: 0;
  border-radius: 4px;
  border-color: transparent;
  color: #8c8c8c;
}
@media (max-width: 767px) {
  .cookie-banner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cookie-banner a.btn {
    width: 100%;
  }
}

.block-gruzovik-catalog-block .catalog {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  display: grid;
}
@media (max-width: 1023px) {
  .block-gruzovik-catalog-block .catalog {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .block-gruzovik-catalog-block .catalog {
    grid-template-columns: 1fr;
  }
}

.block-page-title-block {
  padding: 0;
}

#block-sub-gruzovik-base-promoblok-2, .block-gruzovik-search {
  padding: 0;
}

.block-promo {
  display: grid;
  gap: 20px;
  align-items: center;
  padding: 0 3000px;
  margin: -64px -3000px 0;
  background-image: url("../../assets/img/promo/promo-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .block-promo {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .block-promo {
    padding-top: 48px;
  }
}

.block-promo-title {
  margin-top: 0;
  font-size: 38px;
  line-height: 46px;
  font-family: "Roboto";
  font-weight: 700;
}
@media (max-width: 1023px) {
  .block-promo-title {
    font-size: 30px;
    line-height: 38px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
.block-promo-desc {
  color: #262626;
}
@media (max-width: 767px) {
  .block-promo-desc {
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto";
    font-weight: 400;
  }
}
.block-about {
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .block-about {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .block-about {
    display: flex;
  }
}
.block-about .btn.btn-secondary {
  width: auto;
}
@media (max-width: 767px) {
  .block-about .btn.btn-secondary {
    width: 100%;
  }
}

.block-about-title {
  font-size: 38px;
  line-height: 46px;
  font-family: "Roboto";
  font-weight: 700;
}
@media (max-width: 1023px) {
  .block-about-title {
    font-size: 30px;
    line-height: 38px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .block-about-title {
    font-size: 24px;
    line-height: 32px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
.block-about-desc {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
@media (max-width: 767px) {
  .block-about-desc {
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto";
    font-weight: 400;
  }
}
#block-sub-gruzovik-base-get-consultation {
  padding-left: 3000px;
  padding-right: 3000px;
  margin: 0 -3000px -64px;
  background-color: #f0f0f0;
}
#block-sub-gruzovik-base-get-consultation .block__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: column-reverse;
  gap: 32px;
  display: grid;
}
@media (max-width: 767px) {
  #block-sub-gruzovik-base-get-consultation .block__content {
    display: flex;
  }
}

.get-consultation-title {
  margin-bottom: 32px;
  font-size: 38px;
  line-height: 46px;
  font-family: "Roboto";
  font-weight: 700;
}
@media (max-width: 1023px) {
  .get-consultation-title {
    font-size: 30px;
    line-height: 38px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .get-consultation-title {
    font-size: 24px;
    line-height: 32px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
.get-consultation-desc p {
  margin: 16px 0;
}
.get-consultation-desc a {
  color: #262626;
  font-size: 24px;
  line-height: 32px;
  font-family: "Roboto";
  font-weight: 400;
}
@media (max-width: 1023px) {
  .get-consultation-desc a {
    font-size: 20px;
    line-height: 28px;
    font-family: "Roboto";
    font-weight: 400;
  }
}
.horizontal-tabs {
  overflow-x: hidden !important;
}

.horizontal-tabs .horizontal-tabs-list {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  scrollbar-width: thin;
}
@media (max-width: 767px) {
  .horizontal-tabs .horizontal-tabs-list {
    overflow-x: scroll;
  }
}

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button {
  border: none;
  margin-bottom: -2px;
}

.horizontal-tabs .horizontal-tab-button.selected {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #2A67A8;
}

.horizontal-tab-button strong {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 700;
  color: #8c8c8c;
}
.horizontal-tab-button.selected strong {
  color: #2A67A8;
}

.horizontal-tab-button:hover strong {
  color: #2A67A8;
}