@charset "UTF-8";
*, *:before, *:after, html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html {
  line-height: 1.15;
  scroll-padding-top: 130px;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  transition: all 0.6s ease;
  background-color: #fff;
  box-sizing: border-box;
}
body.overflowHidden {
  transition: all 0.6s ease;
  overflow-y: hidden;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #fefefe;
}
a:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
button {
  font-family: "Montserrat", sans-serif;
}
.page {
  position: relative;
}
.wrapper {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1700px) and (min-width: 786px) {
  .wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1700px) {
  .wrapper {
    max-width: 1480px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1900px) {
  .wrapper {
    max-width: 1680px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
  z-index: 13;
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1b1e25;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.header--scroll {
  height: 80px;
}
.header--scroll::after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}
.header--scroll .header__toggle {
  transition: color 0.6s ease;
}
.header--scroll .header__toggle span, .header--scroll .header__toggle:before, .header--scroll .header__toggle:after {
  transition: color 0.6s ease;
  background-color: #0c1017;
}
.header__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__link {
  position: relative;
  display: block;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  transition: color 0.6s ease;
  opacity: 0.75;
  color: #fefefe;
}
@media (min-width: 1230px) {
  .header__link[aria-current="page"] {
    opacity: 1;
  }
  .header__link[aria-current="page"]::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background: #ab2b30;
  }
}
.branding {
  z-index: 9;
}
.branding .custom-logo-link {
  display: block;
}
.branding img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.menu {
  z-index: 7;
}
@media (max-width: 1230px) and (min-width: 320px) {
  .menu {
    position: absolute;
    top: 0;
    right: -100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    margin-left: 0;
    text-align: center;
    transition: all 0.6s ease;
    background-color: #1b1e25;
  }
  .menu.open {
    right: 0;
    transition: all 0.6s ease;
  }
}
@media (min-width: 1230px) {
  .menu__list {
    display: flex;
    align-items: center;
  }
}
.menu__link:hover {
  color: #fefefe;
}
@media (max-width: 768px) and (min-width: 320px) {
  .menu__link {
    font-size: 24px;
    line-height: 32px;
    transition: all 0.6s ease;
  }
  .menu__link:hover {
    opacity: 1;
  }
}
.menu__toggle {
  position: relative;
  height: 26px;
  width: 40px;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
  background-color: transparent;
  z-index: 9;
}
.menu__toggle span, .menu__toggle:before, .menu__toggle:after {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #f5f5f6;
  border-radius: 6px;
  opacity: 1;
}
.menu__toggle:before, .menu__toggle:after {
  content: "";
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__toggle span {
  top: 50%;
  transform: translateY(-50%);
}
.menu__toggle:before {
  top: 0;
}
.menu__toggle:after {
  top: calc(100% - 4px);
}
.menu__toggle.active span {
  opacity: 0;
}
.menu__toggle.active:before, .menu__toggle.active:after {
  top: 40%;
  background-color: #f5f5f6;
}
.menu__toggle.active:before {
  transform: rotate(45deg);
}
.menu__toggle.active:after {
  transform: rotate(-45deg);
}
@media (min-width: 1230px) {
  .menu__toggle {
    display: none;
  }
}
.language {
  z-index: 7;
}
.language-chooser {
  display: flex;
  align-items: center;
  justify-content: center;
}
.language-chooser .active .qtranxs_text {
  color: #fff;
}
.language-chooser .qtranxs_text {
  padding: 5px;
  color: #9e9fa2;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.modal.active {
  display: block;
}
.modal__container {
  position: relative;
  max-width: 500px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 11;
}
@media (max-width: 450px) {
  .modal__container {
    margin: 0 20px;
  }
}
.modal__header {
  margin-bottom: 20px;
}
.modal__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal__close {
  position: absolute;
  top: 26px;
  right: 13px;
  border: none;
  outline: none;
  font-size: 24px;
  font-weight: bold;
  background: none;
  color: #747474;
  cursor: pointer;
}
.modal__close:hover {
  color: #000;
}
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url(/wp-content/uploads/2025/03/home-page-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero .hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 7;
}
.hero__title {
  max-width: 700px;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000000;
  color: #fefefe;
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 48px;
    line-height: 58px;
  }
}
.hero__btn {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #ab2b30;
  box-sizing: border-box;
  transition: opacity 0.6s ease;
  cursor: pointer;
  background-color: #ab2b30;
  color: #fefefe;
}
.hero__btn:hover {
  opacity: 0.8;
  color: #fefefe;
}
.works {
  position: relative;
  background-color: #1b1e25;
}
.works .works__content {
  background-color: #1b1e25;
}
@media (min-width: 992px) {
  .works .works__content {
    display: grid;
    grid-template-columns: 1fr 300px;
    height: max-content;
    width: 100%;
    background-color: transparent;
  }
}
.works__completed {
  background-color: #1b1e25;
  z-index: 1;
}
.works__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 60px;
}
@media (min-width: 786px) {
  .works__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .works__list {
    gap: 60px;
  }
}
.works__item {
  max-width: 110px;
  padding: 20px 0;
}
.works__result {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 14px;
  color: #fefefe;
}
.works__desc {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #fefefe;
}
.works__recent {
  background-color: #1b1e25;
  z-index: 1;
}
.work {
  position: relative;
  display: none;
}
.work__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.work__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
.work__title {
  max-height: 70px;
  overflow: hidden;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fefefe;
}
.work__link {
  position: relative;
  display: inline-block;
  width: max-content;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #fefefe;
}
.work__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  width: 15px;
  transition: all 0.6s ease;
  background-image: url(/wp-content/uploads/2022/09/swiper-button-next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.work__link:hover::before {
  right: -30px;
}
@media (min-width: 992px) {
  .work {
    display: block;
  }
}
.benefit {
  background-color: #1b1e25;
}
.benefit__content {
  display: grid;
  gap: 20px;
}
@media (min-width: 786px) {
  .benefit__content {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .benefit__content {
    gap: 100px;
  }
}
.benefit__title {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  text-transform: uppercase;
  color: #fefefe;
}
.benefit__text p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #c2c3c5;
}
.benefit__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 5px;
  grid-auto-flow: row dense;
  gap: 20px;
}
.benefit__picture {
  grid-row: span 8;
  background-repeat: no-repeat;
  background-size: cover;
}
.benefit__picture:nth-child(1) {
  grid-row: span 10;
  background-image: url(/wp-content/uploads/2022/10/picture-1.webp);
  background-position: bottom center;
}
@media (min-width: 786px) {
  .benefit__picture:nth-child(1) {
    grid-row: span 12;
  }
}
.benefit__picture:nth-child(2) {
  background-image: url(/wp-content/uploads/2022/10/picture-3.webp);
  background-position: center;
}
.benefit__picture:nth-child(3) {
  grid-row: span 10;
  background-image: url(/wp-content/uploads/2022/10/picture-4.webp);
  background-position: center;
}
@media (min-width: 786px) {
  .benefit__picture:nth-child(3) {
    grid-row: span 12;
  }
}
.benefit__picture:nth-child(4) {
  background-image: url(/wp-content/uploads/2022/10/picture-2.webp);
  background-position: center;
}
.our-projects {
  background-color: #fefefe;
}
.our-projects__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.our-projects__title {
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  color: #0c1017;
}
.our-projects__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  border-bottom: 3px solid #ab2b30;
}
.our-projects__link {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  color: #9e9fa2;
}
.recent__wrapper {
  margin-bottom: 40px;
}
.recent__slide {
  overflow: hidden;
  cursor: pointer;
}
.recent__slide:hover .recent__img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.recent img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  transition: all 0.6s ease;
}
.recent__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  padding: 10px;
  background-color: #00000057;
  backdrop-filter: blur(5px);
}
.recent__title {
  margin: 0;
  max-height: 60px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px #969696;
  color: #fefefe;
}
.recent__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.recent__pagination {
  position: relative;
  bottom: 0;
}
.recent__pagination .swiper-pagination-bullet {
  margin: 0 10px !important;
}
.recent__pagination .swiper-pagination-bullet-active {
  background: #1b1e25;
}
.news {
  background-color: #fefefe;
}
.news__title {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  color: #0c1017;
}
.news__list {
  display: grid;
  gap: 20px;
}
@media (min-width: 786px) {
  .news__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1300px) {
  .news__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.news__item {
  position: relative;
}
.news__img img {
  display: block;
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.news__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tabs {
  position: sticky;
  top: 80px;
  border-bottom: 1px solid #e4e4e5;
  background-color: #f5f5f6;
  z-index: 3;
}
.tabs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
}
.tabs__item {
  position: relative;
  transition: all 0.6s ease;
}
.tabs__item--active::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -2px;
  border-bottom: 3px solid #ab2b30;
  transition: all 0.6s ease;
  z-index: 1;
}
.tabs__item--active .tabs__link {
  color: #0c1017;
}
.tabs__item--active .tabs__button {
  color: #0c1017;
}
.tabs__link {
  display: block;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.6s ease;
  color: #9e9fa2;
}
.tabs__button {
  display: block;
  padding: 20px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  transition: color 0.6s ease;
  color: #9e9fa2;
  background-color: #f5f5f6;
  cursor: pointer;
}
.services__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(/wp-content/uploads/2022/10/services-header.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services__content {
  background-color: #f5f5f6;
}
.services__grid {
  display: grid;
  gap: 40px 20px;
}
@media (min-width: 992px) {
  .services__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.services__item {
  position: relative;
  display: grid;
  transition: all 0.6s ease;
}
@media (min-width: 768px) {
  .services__item {
    grid-template-columns: 1fr 1fr;
  }
}
.services__item:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}
.services__item:hover .services__img {
  transform: scale(1.1);
}
.services__info {
  padding: 20px 25px;
  background-color: #fefefe;
}
@media (min-width: 768px) {
  .services__info {
    padding: 15px;
  }
}
.services__poster {
  overflow: hidden;
}
.services__img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
}
.services__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.services__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.servise {
  background-color: #fefefe;
}
.servise::before {
  content: "";
  display: block;
  height: 450px;
  width: 100%;
  background-color: #1b1e25;
}
.servise__header {
  margin-top: -300px;
  margin-bottom: 20px;
}
.servise__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  color: #fefefe;
}
@media (min-width: 576px) {
  .servise__title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  .servise__title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .servise__title {
    font-size: 48px;
    line-height: 58px;
  }
}
.servise__thumbnail {
  margin-bottom: 40px;
}
.servise__img {
  display: block;
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 400px) {
  .servise__img {
    height: 360px;
  }
}
@media (min-width: 576px) {
  .servise__img {
    height: 450px;
  }
}
.servise__content {
  margin-bottom: 40px;
}
.servise__content h4 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #0c1017;
}
.servise__content p, .servise__content li {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #0c1017;
}
@media (min-width: 768px) {
  .servise__content p, .servise__content li {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.servise__content ul, .servise__content ol {
  margin: 20px 0;
  padding-left: 15px;
}
.servise__content ul {
  list-style-type: disc;
}
.servise__link {
  margin-bottom: 40px;
  text-align: center;
}
.servise__button {
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #fefefe;
  box-sizing: border-box;
  cursor: pointer;
  background-color: transparent;
  color: #fefefe;
  border-color: #1b1e25;
  color: #0c1017;
}
.servise__projects {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f6;
}
.servise__projects--title {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #9e9fa2;
}
.projects__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(/wp-content/uploads/2022/10/projects-header.webp);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.projects__breadcrumbs {
  color: #fefefe;
}
.projects__content {
  background-color: #f5f5f6;
}
.projects__tabs {
  margin-bottom: 30px;
}
@media (min-width: 786px) {
  .projects__tabs {
    margin-bottom: 60px;
  }
}
.projects__grid {
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
  margin: 0 -20px;
  overflow: hidden;
}
.projects__item {
  position: relative;
  width: 100%;
  height: 400px;
  padding: 0 20px 40px;
  transform: scale(1) translateX(0);
  transform-origin: center center;
  transition: all 0.6s ease;
  list-style-type: none;
}
@media (min-width: 992px) {
  .projects__item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .projects__item {
    width: 33.3%;
  }
}
.projects__item.hide {
  visibility: hidden;
  opacity: 0;
  padding: 0;
  width: 0;
  height: 0;
  transform-origin: center;
  transform: scale(0) translateX(100%);
  transition: all 0.6s ease;
}
.projects__img {
  display: block;
  width: 100%;
  height: 100%;
}
.projects__info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 40px;
  height: 80px;
  padding: 10px;
  background-color: #00000057;
  backdrop-filter: blur(5px);
}
.projects__title {
  margin: 0;
  max-height: 60px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px #969696;
  color: #fefefe;
}
.projects__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.project {
  background-color: #fefefe;
}
.project::before {
  content: "";
  display: block;
  height: 450px;
  width: 100%;
  background-color: #1b1e25;
}
.project__header {
  margin-top: -300px;
  margin-bottom: 20px;
}
.project__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  color: #fefefe;
}
@media (min-width: 576px) {
  .project__title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  .project__title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .project__title {
    font-size: 48px;
    line-height: 58px;
  }
}
.project__img {
  display: block;
  margin-bottom: 40px;
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 400px) {
  .project__img {
    height: 360px;
  }
}
@media (min-width: 576px) {
  .project__img {
    height: 450px;
  }
}
.project__content {
  margin-bottom: 40px;
}
.project__content h4 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #0c1017;
}
.project__content p, .project__content li {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #0c1017;
}
@media (min-width: 768px) {
  .project__content p, .project__content li {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.project__content ul, .project__content ol {
  margin: 20px 0;
  padding-left: 15px;
}
.project__content ul {
  list-style-type: disc;
}
.gallery {
  margin-bottom: 40px;
}
.gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 500px;
  min-height: 350px;
  object-fit: cover;
  object-position: center;
}
.gallery .gallery__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.9;
  background-color: #ab2b30;
  outline: none;
}
.gallery .gallery__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2022/10/swiper-button-prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}
.gallery .gallery__button::after {
  display: none;
}
.gallery .gallery__button--next::before {
  background-image: url(/wp-content/uploads/2022/10/swiper-button-next.svg);
}
.post-navigation__switch {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 2px solid #e4e4e5;
}
.post-navigation__switch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  border-left: 2px solid #e4e4e5;
}
.post-navigation__previous {
  grid-column: 1;
}
.post-navigation__next {
  grid-column: 2;
}
.post-navigation__link {
  display: block;
  padding: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #0c1017;
}
.about__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(/wp-content/uploads/2022/10/about-header.webp);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about__content {
  padding-bottom: 60px;
  background-color: #f5f5f6;
}
.about__section {
  padding-top: 40px;
}
.about__title {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #9e9fa2;
}
.about__paragraph {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.approach__content {
  padding-bottom: 60px;
}
.approach__slide {
  padding: 0 5px;
}
@media (min-width: 576px) {
  .approach__slide {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .approach__slide {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .approach__slide {
    padding: 0 50px;
  }
}
.approach__img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
  min-height: 250px;
  object-fit: cover;
}
.approach .approach__button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ab2b30;
}
.approach .approach__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2022/10/swiper-button-prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}
.approach .approach__button::after {
  display: none;
}
.approach .approach__button--next::before {
  background-image: url(/wp-content/uploads/2022/10/swiper-button-next.svg);
}
@media (max-width: 1020px) and (min-width: 768px) {
  .team {
    padding-bottom: 80px;
  }
}
.team__list {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .team__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.team__text {
  padding-bottom: 60px;
}
.team__img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.team__info {
  padding: 25px;
  background-color: #fefefe;
}
.team__name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #0c1017;
}
.team__position {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #9e9fa2;
}
.concrete__header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(/wp-content/uploads/2025/03/concreto.jpeg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.concrete__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.concrete__content {
  padding-bottom: 60px;
  background-color: #f5f5f6;
}
.concrete__section {
  padding-top: 40px;
}
.concrete__title {
  position: relative;
  margin-bottom: 10px;
  font-size: 28px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
}
@media (min-width: 786px) {
  .concrete__title {
    font-size: 32px;
  }
}
.concrete__subtitle {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
  z-index: 2;
}
.concrete__paragraph {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 10px;
  z-index: 2;
}
.benefits {
  background-color: #1b1e25;
}
.benefits .benefits__list {
  display: grid;
  gap: 20px 60px;
  color: #fff;
}
@media (min-width: 786px) {
  .benefits .benefits__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .benefits .benefits__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.promo {
  background-color: #1b1e25;
}
.promo__content {
  display: grid;
  gap: 20px;
}
@media (min-width: 786px) {
  .promo__content {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .promo__content {
    gap: 100px;
  }
}
.promo__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 39px;
  text-transform: uppercase;
  color: #fefefe;
}
@media (min-width: 786px) {
  .promo__title {
    font-size: 32px;
  }
}
.promo__text {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #c2c3c5;
}
.promo__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order {
  background-color: #f5f5f6;
}
.order__title {
  text-align: center;
}
.order__subtitle {
  text-align: center;
}
.order__form {
  max-width: 650px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}
@media (min-width: 786px) {
  .order__message {
    grid-column: 1/3;
  }
}
.order label {
  display: block;
  margin: 20px 0 10px 0 !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #0c1017;
}
.order input {
  width: 100%;
  padding: 10px;
  border: 1px solid #c2c3c5;
  outline: none;
  transition: all 0.6s ease;
}
.order input::placeholder {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #9e9fa2;
}
.order input:focus {
  border: 1px solid #9e9fa2;
  -webkit-box-shadow: 0px 0px 5px -3px #9e9fa2;
  -moz-box-shadow: 0px 0px 5px -3px #9e9fa2;
  box-shadow: 0px 0px 5px -3px #9e9fa2;
}
.order input:active {
  border: 1px solid #9e9fa2;
  -webkit-box-shadow: 0px 0px 5px -3px #9e9fa2;
  -moz-box-shadow: 0px 0px 5px -3px #9e9fa2;
  box-shadow: 0px 0px 5px -3px #9e9fa2;
}
.order span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.order span.wpcf7-form-control-wrap .order__checkbox {
  display: grid;
  grid-gap: 5px 20px;
}
@media (min-width: 786px) {
  .order span.wpcf7-form-control-wrap .order__checkbox {
    grid-template-columns: 1fr 1fr;
  }
}
.order span.wpcf7-form-control-wrap .order__checkbox .wpcf7-list-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 5px;
  margin: 0;
}
.order span.wpcf7-form-control-wrap .order__checkbox .wpcf7-list-item span.wpcf7-list-item-label {
  display: flex;
  align-items: center;
}
.order textarea {
  resize: vertical;
  width: 100%;
}
.order submit {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #ab2b30;
  box-sizing: border-box;
  transition: opacity 0.6s ease;
  cursor: pointer;
  background-color: #ab2b30;
  color: #fefefe;
}
.order submit:hover {
  opacity: 0.8;
  color: #fefefe;
}
.faq__title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  color: #0c1017;
}
.faq__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  border-bottom: 3px solid #ab2b30;
}
.accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: background-color 0.4s;
  background-color: #1b1e25;
  color: #ffffff;
}
.accordion:hover, .accordion.active {
  background-color: #505052;
}
.accordion:after {
  content: "+";
  color: #fff;
  font-weight: bold;
  margin-left: 5px;
}
.accordion.active:after {
  content: "−";
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
  margin: 10px 0px;
}
.rental__header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(/wp-content/uploads/2025/03/Excavators.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rental__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.rental__content {
  padding-bottom: 60px;
  background-color: #f5f5f6;
}
.rental__section {
  padding-top: 40px;
}
.rental__title {
  position: relative;
  margin-bottom: 10px;
  font-size: 28px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
}
@media (min-width: 786px) {
  .rental__title {
    font-size: 32px;
  }
}
.rental__subtitle {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
  z-index: 2;
}
.rental__paragraph {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 10px;
  z-index: 2;
}
.equipment {
  background-color: #1b1e25;
}
.equipment__content {
  display: grid;
  gap: 20px;
}
@media (min-width: 786px) {
  .equipment__content {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .equipment__content {
    gap: 100px;
  }
}
.equipment__title {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  text-transform: uppercase;
  color: #fefefe;
}
.equipment__text p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #c2c3c5;
}
.equipment__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 5px;
  grid-auto-flow: row dense;
  gap: 20px;
}
.equipment__picture {
  grid-row: span 8;
  background-repeat: no-repeat;
  background-size: cover;
}
.equipment__picture:nth-child(1) {
  grid-row: span 10;
  background-position: bottom center;
}
@media (min-width: 786px) {
  .equipment__picture:nth-child(1) {
    grid-row: span 12;
  }
}
.equipment__picture:nth-child(2) {
  background-position: center;
}
.equipment__picture:nth-child(3) {
  grid-row: span 10;
  background-position: center;
}
@media (min-width: 786px) {
  .equipment__picture:nth-child(3) {
    grid-row: span 12;
  }
}
.equipment__picture:nth-child(4) {
  background-position: center;
}
.news__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(/wp-content/uploads/2022/10/news-header.webp);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-news {
  background-color: #fefefe;
}
.single-news::before {
  content: "";
  display: block;
  height: 450px;
  width: 100%;
  background-color: #1b1e25;
}
.single-news__header {
  margin-top: -300px;
  margin-bottom: 20px;
}
.single-news__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  color: #fefefe;
}
@media (min-width: 576px) {
  .single-news__title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  .single-news__title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .single-news__title {
    font-size: 48px;
    line-height: 58px;
  }
}
.single-news__img {
  display: block;
  margin-bottom: 40px;
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 400px) {
  .single-news__img {
    height: 360px;
  }
}
@media (min-width: 576px) {
  .single-news__img {
    height: 450px;
  }
}
.single-news__content {
  margin-bottom: 40px;
}
.single-news__content h4 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #0c1017;
}
.single-news__content p, .single-news__content li {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #0c1017;
}
@media (min-width: 768px) {
  .single-news__content p, .single-news__content li {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.single-news__content ul, .single-news__content ol {
  margin: 20px 0;
  padding-left: 15px;
}
.single-news__content ul {
  list-style-type: disc;
}
.pagination-news__switch {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 2px solid #e4e4e5;
}
.pagination-news__switch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  border-left: 2px solid #e4e4e5;
}
.pagination-news__previous {
  grid-column: 1;
}
.pagination-news__next {
  grid-column: 2;
}
.pagination-news a {
  display: block;
  padding: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #0c1017;
}
.contact__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(/wp-content/uploads/2022/10/contact-header.webp);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__content {
  display: grid;
  gap: 40px;
  background-color: #1b1e25;
}
@media (min-width: 786px) {
  .contact__content {
    grid-template-columns: 1fr 1fr;
  }
}
.contact__img {
  min-height: 400px;
  background-image: url(/wp-content/uploads/2022/10/contact.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__form {
  background-color: #f5f5f6;
}
.contacts__block {
  margin-bottom: 30px;
}
.contacts__text {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #9e9fa2;
}
.contacts__email {
  text-decoration: underline;
  color: #fefefe;
}
.contacts__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #55585d;
}
.contacts__link {
  display: block;
  transition: color 0.6s ease;
  color: #fefefe;
}
.contacts__link:hover {
  color: #9e9fa2;
}
.contacts__list {
  display: flex;
}
.contacts__item {
  margin-right: 20px;
}
.contacts__icon {
  width: 25px;
  height: 25px;
  transition: fill 0.6s ease;
  fill: #fefefe;
}
.contacts__icon:hover {
  fill: #9e9fa2;
}
.contacts__btn {
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #fefefe;
  box-sizing: border-box;
  cursor: pointer;
  background-color: transparent;
  color: #fefefe;
}
.phones__item:first-child {
  margin-bottom: 5px;
}
.phones__link {
  display: inline-block;
  color: #fefefe;
}
.feedback__form {
  max-width: 650px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}
@media (min-width: 786px) {
  .feedback__message {
    grid-column: 1/3;
  }
}
.feedback__label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #0c1017;
}
.feedback__input {
  width: 100%;
  padding: 10px;
  border: 1px solid #c2c3c5;
  outline: none;
  transition: all 0.6s ease;
}
.feedback__input::placeholder {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #9e9fa2;
}
.feedback__input:focus {
  border: 1px solid #9e9fa2;
  -webkit-box-shadow: 0px 0px 5px -3px #9e9fa2;
  -moz-box-shadow: 0px 0px 5px -3px #9e9fa2;
  box-shadow: 0px 0px 5px -3px #9e9fa2;
}
.feedback__input:active {
  border: 1px solid #9e9fa2;
  -webkit-box-shadow: 0px 0px 5px -3px #9e9fa2;
  -moz-box-shadow: 0px 0px 5px -3px #9e9fa2;
  box-shadow: 0px 0px 5px -3px #9e9fa2;
}
.feedback__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/wp-content/uploads/2022/09/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: inherit;
}
.feedback__textarea {
  resize: vertical;
}
.feedback__submit {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #ab2b30;
  box-sizing: border-box;
  transition: opacity 0.6s ease;
  cursor: pointer;
  background-color: #ab2b30;
  color: #fefefe;
}
.feedback__submit:hover {
  opacity: 0.8;
  color: #fefefe;
}
.wpcf7-form.invalid .wpcf7-response-output {
  border-color: #c2c3c5 !important;
  background: #fefefe;
  color: #0c1017;
}
.wpcf7-form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  background: #46b450;
  color: #fefefe;
}
.wpcf7-not-valid {
  border: 1px solid #ab2b30;
  -webkit-box-shadow: 0px 0px 5px -3px #ab2b30;
  -moz-box-shadow: 0px 0px 5px -3px #ab2b30;
  box-shadow: 0px 0px 5px -3px #ab2b30;
}
.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-spinner {
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/09/cf7-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.wpcf7-spinner::before {
  display: none;
}
.wpcf7-response-output {
  margin: 0 !important;
  padding: 10px !important;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 786px) {
  .wpcf7-response-output {
    grid-column: 1/3;
  }
}
.request {
  height: 380px;
  background-image: url(/wp-content/uploads/2022/10/request.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.request__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.request__title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fefefe;
}
@media (min-width: 768px) {
  .request__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.request__subtitle {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  color: #c2c3c5;
}
.request__btn {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #ab2b30;
  box-sizing: border-box;
  transition: opacity 0.6s ease;
  cursor: pointer;
  background-color: #ab2b30;
  color: #fefefe;
}
.request__btn:hover {
  opacity: 0.8;
  color: #fefefe;
}
.call {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 7;
}
.call__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  transition: 0.3s;
  -webkit-animation: callWave linear 1s infinite;
  animation: callWave linear 1s infinite;
  background-color: #ab2b30;
}
.call__icon {
  width: 40px;
  height: 40px;
}
.call__icon:hover {
  -webkit-animation: callShake linear 1s infinite;
  animation: callShake linear 1s infinite;
}
@-webkit-keyframes callWave {
  0% {
    box-shadow: 0 8px 10px rgba(171, 43, 48, 0.3), 0 0 0 0 rgba(171, 43, 48, 0.2), 0 0 0 0 rgba(171, 43, 48, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(171, 43, 48, 0.3), 0 0 0 15px rgba(171, 43, 48, 0.2), 0 0 0 0 rgba(171, 43, 48, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(171, 43, 48, 0.3), 0 0 0 30px rgba(171, 43, 48, 0), 0 0 0 26.7px rgba(171, 43, 48, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(171, 43, 48, 0.3), 0 0 0 30px rgba(171, 43, 48, 0), 0 0 0 40px rgba(171, 43, 48, 0);
  }
}
@keyframes callShake {
  10%, 90% {
    transform: rotate(0);
  }
  20%, 80% {
    transform: rotate(20deg);
  }
  30%, 50%, 70% {
    transform: rotate(0);
  }
  40%, 60% {
    transform: rotate(20deg);
  }
}
.footer {
  background-color: #0c1017;
}
.footer__info {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .footer__info {
    display: grid;
    grid-template-columns: 100px 1fr 170px;
    gap: 40px;
    padding: 40px 0;
  }
}
.footer__branding {
  text-align: center;
}
@media (max-width: 992px) {
  .footer__branding {
    margin-bottom: 20px;
  }
}
.footer__logo {
  width: 100px;
  height: 100px;
}
.footer__list {
  display: grid;
  grid-template-columns: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__list {
    grid-template-columns: auto auto;
    text-align: left;
  }
  .footer__list > .menu-item:not(:nth-child(2)) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer__list > .menu-item > a {
  display: none;
}
.footer__list > .menu-item {
  padding: 0 20px;
}
.footer__link {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  transition: all 0.6s ease;
  color: #fefefe;
}
.footer__link:hover {
  color: #9e9fa2;
}
.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  text-align: center;
}
.footer__copyright {
  margin: 0;
  padding: 15px 0;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #9e9fa2;
}
@media (min-width: 992px) {
  .footer__copyright {
    margin-left: 140px;
    text-align: left;
  }
}
.social-media__list {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .social-media__list {
    justify-content: flex-end;
  }
}
.social-media__item {
  margin: 0 20px;
}
.social-media__item a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media__icon {
  width: 25px;
  height: 25px;
  transition: fill 0.6s ease;
  fill: #fefefe;
}
.social-media__icon:hover {
  fill: #9e9fa2;
}
.page__header {
  height: 450px;
  background-color: #1b1e25;
}
@media (min-width: 1200px) {
  .page__header {
    height: 600px;
  }
}
.page__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
  text-transform: uppercase;
  color: #fefefe;
}
.page__breadcrumbs {
  position: relative;
  color: #fefefe;
  z-index: 2;
}
.page__section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 786px) {
  .page__section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
