body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: black;
  color: white;
}

@media (max-width: 600px) {
  body {
    text-align: center;
  }
}

h1 {
  font-size: 4rem;
  padding-bottom: 10px;
  text-shadow: 2px 2px 7px #000000;
}

@media (max-width: 900px) {
  h1 {
    font-size: 3.2rem;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2rem;
  margin: 0;
  padding-bottom: 5px;
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 600px) {
  h2 {
    font-size: 1.6rem;
  }
}

h3 {
  margin: 0;
}

p {
  margin: 0;
  max-width: 300px;
}

@media (max-width: 600px) {
  p {
    margin: 0 auto;
  }
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  cursor: pointer;
}

.small-text {
  font-size: 0.9rem;
}

section {
  padding: 30px 0;
}

@media (max-width: 600px) {
  section {
    padding: 10px 0;
  }
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.section-header {
  padding: 20px 10px;
}

@media (max-width: 600px) {
  .section-header {
    padding: 10px 10px;
  }
}

.main {
  overflow: hidden;
}

.wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.header--site {
  z-index: 99;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}

.header--site .header-banner {
  background-color: red;
  padding: 5px 5px;
  text-align: center;
  display: block;
}

.header--site .header-banner a {
  color: white;
  width: 100%;
  display: block;
}

.header--site .header-banner a:hover {
  text-decoration: underline;
}

.header--site .logo {
  padding: 20px;
  margin: 0 auto 0 0;
}

.header--site .logo p {
  font-weight: 600;
  text-transform: uppercase;
  margin-right: auto;
  margin: 0 auto 0 10px;
}

@media (max-width: 600px) {
  .header--site .logo p {
    margin: 0 auto;
  }
}

.header--page {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 500px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.header--page__content {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.header--page__content h1 {
  margin: 0;
  padding: 0 1rem;
}

.header--page__content p.description {
  font-size: 1.4rem;
  max-width: 700px;
  text-align: center;
  padding: 0 10px;
  margin-top: 20px;
}

@media (max-width: 600px) {
  .header--page__content p.description {
    margin: 20px auto 0;
    font-size: 1.1rem;
    text-shadow: 2px 2px 4px #000000;
  }
}

.header--page__content .btn-main {
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 25px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.3rem;
  margin: 20px 0;
  border-radius: 3px;
}

@media (max-width: 600px) {
  .header--page__content .btn-main {
    margin-left: auto;
    margin-right: auto;
  }
}

.header--page__content .btn-main:hover {
  cursor: pointer;
  color: black;
  background: -webkit-linear-gradient(315deg, #fbb034 0%, #ffdd00 74%);
}

.header--page__content p.small-text {
  margin-bottom: 2rem;
}

.header--page__image {
  z-index: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

@media (max-width: 970px) {
  .header--page__image {
    width: 100%;
  }
}

.header--page__image img {
  overflow: hidden;
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 600px) {
  .header--page__image img {
    -o-object-position: center;
       object-position: center;
    height: 500px;
  }
}

.header--page__image::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(32%, rgba(0, 0, 0, 0.429031)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.429031) 32%, rgba(0, 0, 0, 0) 100%);
  z-index: 99;
}

.appeals .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 940px) {
  .appeals .container {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 690px) {
  .appeals .container {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.appeals .container .block {
  overflow: hidden;
  border: 5px solid black;
  height: 200px;
  position: relative;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .appeals .container .block {
    height: 150px;
  }
}

.appeals .container .block a {
  height: 100%;
}

.appeals .container .block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.appeals .container .block .titles {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.appeals .container .block .titles h3 {
  text-align: center;
  font-weight: 400;
  font-size: 1.3rem;
}

@media (max-width: 600px) {
  .appeals .container .block .titles h3 {
    font-size: 1.1rem;
  }
}

.appeals .container .block:hover {
  cursor: pointer;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.appeals .container .block:hover .titles {
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.appeals .container .block:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.site--footer {
  padding: 20px 0;
}

.site--footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.site--footer .container svg {
  height: 40px;
  width: auto;
  fill: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 600px) {
  .site--footer .container svg {
    height: 30px;
  }
}

.site--footer .container a:hover svg {
  fill: #e7772c;
}
/*# sourceMappingURL=style.css.map */