/* SUPPORT SECTION */

.support-section {
  background-image: url(/wp-content/themes/anatol_transfer/assets/images/head-bg/volt.webp);
  background-color: rgb(255 0 0 / 35%);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.support-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 80%);
  display: block;
}

.support-section--wrapper {
  margin: max(7.5vh, 2.5rem) auto;
  display: flex;
  gap: 1.5vw;
  flex-direction: column;
  align-items: center;
}

.support-section .section_title,
.support-section .section_pretitle {
  color: #fff;
  text-align: center;
}
.support-section .section_content {
  text-align: center;
  color: #fff;
  font-size: max(1vw, 16px);
  line-height: 1.4;
  max-width: max(50vw, 75%);
  display: flex;
  flex-direction: column;
  gap: 1vw;
  font-family: "Montserrat", sans-serif;
}
.support-section .section_button {
  /* --button-horizontall-side-padding: 0.75rem;
  --button-vertical-side-padding: 0.5rem; */
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in;
}
.support-section .section_button:hover,
.support-section .section_button:active,
.support-section .section_button:focus {
  text-decoration: none;
  background: #cd2122;
  color: #fff;
}
.support-section .section_button:hover::before,
.support-section .section_button:active::before,
.support-section .section_button:focus::before {
  text-decoration: none;
}
.fix-bg {
  position: relative;
  background-size: cover !important;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

.section_title .red {
  color: #cd2122;
}

.section_pretitle {
  color: #353535;
  font-size: max(1.5vw, 22px);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #fff;
}

/* END */

@media screen and (max-width: 1080px) {
  .support-section .section_content {
    font-size: 1.85vw;
    gap: 1.25vw;
    max-width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .support-section .section_content {
    font-size: max(1.75vw, 17px);
    gap: 1.25vw;
  }
}

@media screen and (max-width: 800px) {
  .support-section--wrapper {
    gap: 3vw;
  }
  .support-section .section_content {
    font-size: max(2.15vw, 17px);
    gap: 1.75vw;
  }
}
@media screen and (max-width: 650px) {
  .support-section .section_content {
    gap: 2.25vw;
  }
}

@media screen and (max-width: 500px) {
  .support-section--wrapper {
    gap: 4vw;
  }
  .support-section .section_content {
    gap: 3.25vw;
  }

  .support-section .section_button {
    --button-horizontall-side-padding: 1.5rem;
    --button-vertical-side-padding: 0.75rem;

    --button-width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .support-section {
    background-attachment: initial;
  }
}
