:root {
  --color-white: rgb(250, 249, 246);
  --color-grey-light: rgb(238, 238, 238);
  --color-grey-medium: rgb(192, 192, 192);
  --color-text: rgb(60, 60, 60);
  --color-red: rgb(197,29,42);
  --swiper-pagination-color: var(--color-red);
  --grd: linear-gradient(
    43deg,
    var(--color-grey-dark) 0%,
    var(--color-grey-medium) 46%,
    var(--color-grey-dark) 100%
  );
  --grd-light: linear-gradient(
    43deg,
   rgba(192, 192, 192, 0) 0%,
   rgba(192, 192, 192, 0.315) 30%,
   rgba(128, 125, 125, 0.397) 6
   0%
  );
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: var(--color-white);
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

button {
  text-decoration: none;
  font-family: inherit;
  border: none;
}

ul {
  list-style: none;
}

input,
textarea {
  border-radius: 0.2rem;
  border: 1px solid var(--color-red);
  font-family: inherit;
  margin-bottom: 1rem;
  display: block;
}

.button__primary {
  background-color: var(--color-red);
  color: var(--color-white);
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}

.button__secondary {
  color: var(--color-red);
  padding-top: 1rem;
  text-align: center;
}

.title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--color-text);
  margin-bottom: 2rem;
}
.title__heading {
  font-size: 7rem;
}
.title__span {
  font-size: 3rem;
  font-weight: 500;
  border-bottom: 1rem solid var(--color-red);
}

.content {
  margin-inline: 3rem;
}
.content__text {
  text-align: justify;
  word-spacing: 0.4em;
  -webkit-hyphens: auto;
          hyphens: auto;
}

@media only screen and (min-width: 23.4375em) {
  .content {
    margin-inline: 4rem;
  }
}
@media only screen and (min-width: 35.5em) {
  .content {
    margin-inline: 6rem;
  }
}
@media only screen and (min-width: 48em) {
  .content {
    margin-inline: 8rem;
  }
}
@media only screen and (min-width: 64em) {
  .content {
    margin-inline: 12rem;
  }
  .content__text {
    word-spacing: 0.2em;
  }
}
@media only screen and (min-width: 90em) {
  .content {
    margin-inline: 16rem;
  }
}
@media only screen and (min-width: 100em) {
  .content {
    margin-inline: 24rem;
  }
}
@media only screen and (min-width: 120em) {
  .content {
    margin-inline: 30rem;
  }
}
.red_span {
  border-bottom: 1px solid var(--color-red);
  margin-block: 2rem;
}

.span_check {
  color: green;
  font-weight: bold;
}

.call_landing {
  font-weight: bold;
  text-align: center;
}

.learn_more {
  width: 2rem;
}

.header {
  background-image: linear-gradient(0deg, rgba(100, 99, 99, 0.4) 50%, rgba(255, 255, 255, 0.1) 80%), url(../img/galerija/cela_slika-crop.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  height: 85vh;
  display: flex;
  flex-direction: column;
}
.header__nav {
  display: flex;
  justify-content: flex-end;
}
.header__nav_list {
  background-color: var(--color-grey-light);
  z-index: 100;
  width: 100%;
  height: 30rem;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: collapse;
}
.header__nav_list-item {
  margin-top: 2rem;
  letter-spacing: 0.1em;
}
.header__nav_list-item:hover {
  color: var(--color-red);
}
.header__nav_menu {
  position: fixed;
  z-index: 100;
  top: 1%;
  margin-right: 2rem;
  border-radius: 100%;
  background-color: transparent;
  cursor: pointer;
}
.header__nav_menu-icon {
  width: 4rem;
  height: 4rem;
}
.header__logo {
  width: 25rem;
  height: 20rem;
  animation: moveInLeft 0.9s ease-in;
}
.header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-grey-light);
  text-shadow: 1px 2px var(--color-text);
  text-align: center;
  margin-top: 3rem;
}
.header__title_big {
  font-size: 2.3rem;
  margin-top: 3rem;
  animation: moveInRight 0.9s ease-in;
}
.header__title_small {
  font-size: 1.9rem;
  margin-block: 2rem;
  animation: moveInLeft 0.9s ease-in;
}
.header__title_button {
  animation: moveInRight 0.9s ease-in;
}

@media only screen and (min-width: 23.4375em) {
  .header__title {
    width: 100%;
    padding: 2rem;
  }
  .header__title_big {
    font-size: 3rem;
  }
  .header__title_small {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 35.5em) {
  .header__title {
    width: 80%;
  }
  .header__title_big {
    font-size: 3.5rem;
  }
  .header__title_small {
    font-size: 2.2rem;
  }
  .header__logo {
    width: 30rem;
  }
}
@media only screen and (min-width: 64em) {
  .header__title_big {
    font-size: 4rem;
  }
  .header__title_small {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 80em) {
  .header {
    height: 100vh;
  }
}
@media only screen and (min-width: 90em) {
  .header__logo {
    width: 35%;
  }
  .header__title_big {
    font-size: 5rem;
  }
  .header__title_small {
    font-size: 3rem;
  }
}
.about {
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.about__text_heading-span {
  margin-left: 1rem;
}
.about__picture {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 2rem;
}
.about__picture_pic {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 80em) {
  .about__wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .about__text {
    flex-basis: 55%;
    margin-right: 5rem;
  }
  .about__picture {
    margin-block: 0;
    margin-left: 4rem;
    flex-basis: 45%;
  }
}
@media only screen and (min-width: 118.5em) {
  .about__wrapper {
    align-items: stretch;
  }
  .about__text {
    margin-right: 15rem;
  }
  .about__picture {
    flex-basis: 40%;
    margin-left: 0;
  }
}
.offers {
  background-color: var(--color-grey-light);
}
.offers__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-inline: 1rem;
}
.offers__left {
  background-color: var(--color-white);
  margin-top: 5rem;
  margin-bottom: 3rem;
  border-radius: 0.5rem;
  box-shadow: 2px 3px 10px -1px var(--color-grey-medium);
  overflow: hidden;
}
.offers__left_item-h {
  color: var(--color-white);
  background-color: var(--color-red);
  text-align: center;
  padding-block: 2rem;
}
.offers__left_content {
  display: flex;
  flex-direction: column;
}
.offers__left_picture {
  order: 1;
  padding: 1rem;
}
.offers__left_picture-pic {
  border-radius: 0.5rem;
  display: block;
  width: 100%;
}
.offers__left_text {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offers__left_text-p-1 {
  font-weight: bold;
  color: var(--color-red);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.offers__left_text-p-2 {
  font-weight: bold;
  padding-inline: 1.5rem;
  color: var(--color-text);
  text-align: center;
  margin-bottom: 1.5rem;
}
.offers__left_text-phone {
  color: var(--color-text);
  font-size: 1.8rem;
  text-decoration: underline;
}
.offers__left_text-button {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.offers__right {
  margin-top: 1rem;
}
.offers__right_wrapper {
  display: flex;
  flex-direction: column;
}
.offers__right_item {
  background-color: var(--color-white);
  margin-bottom: 3rem;
  border-left: 5px solid var(--color-red);
  border-radius: 0.5rem;
  box-shadow: 2px 3px 10px -1px var(--color-grey-medium);
}
.offers__right_item-group {
  display: flex;
  flex-direction: column;
}
.offers__right_item-icon {
  margin-block: 2rem;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}
.offers__right_item-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-inline: 2rem;
  font-size: 1.6rem;
}
.offers__right_item-h {
  color: var(--color-text);
  margin-block: 2rem;
}
.offers__right_item-list {
  margin-inline: 3rem;
  padding-bottom: 2rem;
}
.offers__right_item-list--item {
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 26.5625em) {
  .offers__wrap {
    margin-inline: 4rem;
  }
}
@media only screen and (min-width: 35.5em) {
  .offers__wrap {
    margin-inline: 6rem;
  }
}
@media only screen and (min-width: 48em) {
  .offer {
    margin-inline: 8rem;
  }
}
@media only screen and (min-width: 64em) {
  .offers__wrap {
    margin-inline: 12rem;
  }
  .offers__left_text {
    padding: 0 2rem 0 0;
    width: 55%;
  }
  .offers__left_item-h {
    font-size: 2.2rem;
  }
  .offers__left_content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .offers__left_picture {
    order: 0;
    padding: 2rem;
    width: 45%;
  }
}
@media only screen and (min-width: 80em) {
  .offers__left_content {
    justify-content: space-between;
  }
  .offers__left_item-h {
    font-size: 3.3rem;
  }
  .offers__left_text-p-1 {
    margin-bottom: 2.5rem;
    font-size: 3rem;
    padding-inline: 8rem;
  }
  .offers__left_text-p-2 {
    padding-inline: 8rem;
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
  .offers__right_item-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 90em) {
  .offers__wrap {
    margin-inline: 16rem;
  }
}
@media only screen and (min-width: 100em) {
  .offers__wrap {
    margin-inline: 24rem;
  }
  .offers__left_picture {
    width: 40%;
  }
  .offers__left_text {
    width: 60%;
  }
}
@media only screen and (min-width: 120em) {
  .offers__wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-inline: 30rem;
  }
  .offers__left {
    margin-top: 5rem;
    width: 45%;
  }
  .offers__left_item-h {
    font-size: 4rem;
  }
  .offers__left_picture {
    width: 50%;
  }
  .offers__left_text {
    width: 50%;
    height: 34rem;
  }
  .offers__left_text-p-1 {
    font-size: 2.5rem;
    padding-inline: 1.5rem;
    margin-bottom: 0rem;
  }
  .offers__left_text-p-2 {
    padding-inline: 1rem;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .offers__right {
    width: 50%;
    margin-top: 5rem;
  }
  .offers__right_item-list--item {
    margin-bottom: 0;
  }
  .item_width {
    width: 52%;
  }
  .item_width_small {
    width: 45%;
  }
}
.project {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
.project__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.project__partners {
  margin-bottom: 5rem;
}
.project__partners_pic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project__partners_pic-logos {
  display: block;
  width: 12rem;
  margin-top: 2rem;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}

@media only screen and (min-width: 43em) {
  .project__partners_pic-logos {
    width: 10rem;
    margin-inline: 3rem;
  }
}
@media only screen and (min-width: 64em) {
  .project__partners_pic-logos {
    width: 12rem;
    margin-inline: 0;
  }
}
@media only screen and (min-width: 80em) {
  .project__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .project__text {
    flex-basis: 55%;
    margin-right: 5rem;
  }
  .project__partners {
    flex-basis: 45%;
    margin-left: 4rem;
  }
}
@media only screen and (min-width: 120em) {
  .project__text {
    margin-right: 15rem;
  }
  .project__partners_pic-logos {
    width: 16rem;
  }
}
.gallery {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery__picture {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 35.5em) {
  .gallery__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .venobox {
    width: 40%;
    margin-inline: 2rem;
  }
}
@media only screen and (min-width: 43em) {
  .gallery__wrapper {
    justify-content: space-between;
  }
  .venobox {
    width: 49%;
    margin-inline: 0;
  }
}
@media only screen and (min-width: 64em) {
  .venobox {
    width: 30%;
  }
}
@media only screen and (min-width: 80em) {
  .venobox {
    width: 18%;
    margin-inline: 1rem;
  }
  .gallery__wrapper {
    justify-content: center;
  }
}
.footer {
  background: var(--color-grey-light);
  color: var(--color-text);
  padding-bottom: 3rem;
}
.footer__wrapper {
  margin-inline: 3rem;
}
.footer__logo {
  height: 15rem;
  width: 20rem;
  display: block;
  margin: 0 auto;
}
.footer__information {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__information_item:not(:last-child) {
  margin-bottom: 3rem;
}
.footer__information_item-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__information_item-list--anc:hover {
  color: var(--color-red);
}
.footer__information_item-name {
  border-bottom: 1px solid var(--color-text);
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.footer__information_item-media {
  text-align: center;
}
.footer__information_item-media > :not(:last-child) {
  margin-right: 2rem;
}
.footer__information_item-media--link {
  width: 4rem;
  height: 4rem;
}

@media only screen and (min-width: 80em) {
  .footer__information {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-inline: 5rem;
  }
  .footer__logo {
    width: 25rem;
  }
  .footer__wrapper {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 120em) {
  .footer__information {
    margin-inline: 25rem;
  }
}
.modal {
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-grey-light);
  color: var(--color-light);
}
.modal__btn-close {
  align-self: flex-end;
  margin-top: 1rem;
  margin-right: 1rem;
}
.modal__contact {
  margin-top: 5rem;
}
.modal__contact_number {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal__contact_number-header {
  margin-bottom: 2rem;
}
.modal__mail {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal__mail_header {
  margin-bottom: 2rem;
}
.modal__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.modal__form_wrapper {
  margin-bottom: 2rem;
}
.modal__form_input {
  padding: 1rem;
  width: 25rem;
}

@media only screen and (min-width: 48em) {
  .modal__form_input {
    width: 35rem;
  }
}
.hide_image {
  display: none;
}

@media only screen and (min-width: 64em) {
  .hide_image {
    display: block;
  }
}
.hidden {
  visibility: hidden;
  opacity: 0;
}

.sticky {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
}

.fade-in {
  opacity: 0;
  transform: translateY(-2px);
  transition: all 0.5s ease-in-out;
}

.appear {
  opacity: 1;
  transform: translateX(0);
}

@keyframes showMenu {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translate(0);
  }
}
@keyframes closeMenu {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: collapse;
    transform: translateY(-100%);
  }
}
.show-menu {
  opacity: 1;
  visibility: visible;
  animation-name: showMenu;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
}

.hide-menu {
  opacity: 0;
  animation-name: closeMenu;
  animation-duration: 0.7s;
  animation-timing-function: ease-in;
}

.close-menu {
  display: none;
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.pageheader {
  background-image: url(../img/galerija/hero_dizalica.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  height: 75vh;
  display: flex;
  flex-direction: column;
}
.pageheader__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: var(--color-white);
  font-weight: bold;
  padding: 1rem 3rem;
}
.pageheader__nav_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5rem;
}
.pageheader__nav_link-icon {
  width: 2.5rem;
}
.pageheader__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--color-white);
  background-color: rgba(10, 10, 10, 0.5);
  border-radius: 0.5rem;
  padding: 2rem;
  width: 100%;
  border-radius: 0.5rem;
}
.pageheader__text_h {
  margin-bottom: 1.5rem;
  font-size: 2.3rem;
}
.pageheader__text_p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 26.56em) {
  .pageheader__nav {
    padding: 1rem 5rem;
  }
}
@media only screen and (min-width: 35.5em) {
  .pageheader__nav_info {
    display: flex;
    flex-direction: row;
  }
  .pageheader__nav_link {
    margin-bottom: 0;
    margin-right: 5rem;
  }
}
@media only screen and (min-width: 48em) {
  .pageheader__nav {
    padding: 2rem 8rem;
  }
  .pageheader__text {
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .pageheader__nav {
    padding: 2rem 20rem;
  }
  .pageheader__text_h {
    font-size: 3.5rem;
  }
  .pageheader__text_p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  .pageheader__nav {
    padding: 2rem 15rem;
  }
  .pageheader__text_h {
    font-size: 4rem;
  }
  .pageheader__text_p {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 100em) {
  .pageheader__nav {
    padding: 2rem 24rem;
  }
}
@media only screen and (min-width: 120em) {
  .pageheader__nav {
    padding: 2rem 30rem;
  }
}
.machine {
  display: flex;
  flex-direction: column;
}
.machine__left {
  margin-top: -5rem;
  z-index: 1000;
}
.machine__left_wrapper {
  margin-inline: 3rem;
  color: var(--color-white);
  margin-bottom: 3rem;
}
.machine__left_header {
  background-color: var(--color-red);
  color: var(--color-white);
  margin-bottom: 2rem;
  font-size: 2rem;
  padding: 2rem;
}
.machine__left_p {
  margin-inline: 1rem;
  text-align: start;
  margin-bottom: 2rem;
  color: var(--color-text);
}
.machine__left_image {
  margin-inline: 3rem;
}
.machine__left_image-pic {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
.machine__right {
  margin-top: 3rem;
}
.machine__right_wrapper {
  margin-inline: 3rem;
}
.machine__right_header {
  color: var(--color-text);
  margin-bottom: 2rem;
}
.machine__right_p {
  margin-bottom: 2rem;
}
.machine__right_list {
  font-weight: bold;
  color: var(--color-text);
  margin-bottom: 5rem;
}
.machine__right_list-item {
  margin-bottom: 0.5rem;
}
.machine__right_image {
  margin-inline: 3rem;
  margin-bottom: 5rem;
}

@media only screen and (min-width: 26.56em) {
  .machine__left_wrapper {
    margin-inline: 5rem;
  }
  .machine__left_image {
    margin-inline: 5rem;
  }
  .machine__right_wrapper {
    margin-inline: 5rem;
  }
  .machine__right_image {
    margin-inline: 5rem;
  }
}
@media only screen and (min-width: 48em) {
  .machine__left_wrapper {
    margin-inline: 15rem;
  }
  .machine__left_image {
    margin-inline: 15rem;
  }
  .machine__right_wrapper {
    margin-inline: 15rem;
  }
  .machine__right_image {
    margin-inline: 15rem;
  }
}
@media only screen and (min-width: 64em) {
  .machine__left {
    margin-top: 3rem;
  }
  .machine__left_wrapper {
    margin-inline: 20rem;
    margin-bottom: 5rem;
  }
  .machine__left_header {
    margin-bottom: 3rem;
  }
  .machine__left_p {
    margin-bottom: 4rem;
  }
  .machine__left_image {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-inline: 20rem;
  }
  .machine__left_image-pic {
    margin-bottom: 0;
  }
  .machine__right_wrapper {
    margin-inline: 20rem;
    text-align: center;
    margin-bottom: 5rem;
  }
  .machine__right_image {
    width: 30rem;
    margin: 0 auto;
  }
  .venobox-page {
    margin-inline: 1rem;
  }
}
@media only screen and (min-width: 90em) {
  .machine {
    margin-inline: 15rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .machine__left {
    width: 55%;
  }
  .machine__left_wrapper {
    margin-inline: 0;
  }
  .machine__left_header {
    font-size: 3rem;
  }
  .machine__left_image {
    margin-inline: 0;
  }
  .machine__left_image-pic {
    margin-bottom: 0;
  }
  .machine__right {
    width: 30%;
  }
  .machine__right_wrapper {
    margin-inline: 0;
  }
  .machine__right_list {
    margin-inline: 5rem;
  }
}
@media only screen and (min-width: 100em) {
  .machine {
    margin-inline: 24rem;
  }
}
@media only screen and (min-width: 120em) {
  .machine {
    margin-inline: 30rem;
  }
}
.button__machine {
  margin-left: 1rem;
}

.pagefooter {
  background-color: var(--color-grey-light);
}
.pagefooter__wrapper {
  padding-block: 2.5rem;
}
.pagefooter__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--color-text);
  margin-bottom: 2rem;
}
.pagefooter__item_icon {
  margin-right: 1rem;
}

@media only screen and (min-width: 64em) {
  .pagefooter {
    margin-top: 5rem;
  }
  .pagefooter__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-inline: 20rem;
  }
}
@media only screen and (min-width: 90em) {
  .pagefooter__wrapper {
    justify-content: center;
    margin-inline: 15rem;
  }
  .pagefooter__item {
    margin-inline: 15rem;
  }
}
@media only screen and (min-width: 100em) {
  .pagefooter__item {
    margin-inline: 24rem;
  }
}
@media only screen and (min-width: 120em) {
  .pagefooter__item {
    margin-inline: 30rem;
  }
}/*# sourceMappingURL=main.css.map */