html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
body {
  line-height: 1.4;
  color: #3D3935;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 44px;
  font-weight: 700;
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
h1 span {
  color: #BF0D3E;
}

h2 {
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  h2 {
    font-size: 16px;
  }
}

h5 {
  font-size: 14px;
  line-height: 1.7;
}

a {
  text-decoration: none;
}

main {
  background-color: #E7E7E7;
}

section {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1024px) {
  section {
    padding-left: 48px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) {
  section {
    padding-left: 35px;
    padding-right: 35px;
  }
}

header {
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
}
@media (max-width: 768px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.logo {
  height: 44px;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  position: relative;
  padding-top: 118px;
  padding-bottom: 80px;
  min-height: calc(100vh - 540px);
}
@media (max-width: 1024px) {
  .hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-top: 36px;
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .hero {
    min-height: calc(100vh - 750px);
  }
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__content {
    gap: 20px;
  }
}
.hero__image {
  width: 735px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .hero__image {
    width: 500px;
    top: 80px;
  }
}
@media (max-width: 800px) {
  .hero__image {
    display: none;
  }
}

button {
  background-color: transparent;
  background-image: linear-gradient(259deg, #EB4064 3.47%, #BF0D3E 77.36%);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 16px 24px;
  border-radius: 5px;
  color: #fff;
  z-index: 1;
}
button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#A70B37), to(#A70B37));
  background-image: linear-gradient(180deg, #A70B37 0%, #A70B37 100%);
}

footer {
  background-color: #151515;
}

.footer {
  padding-top: 80px;
  padding-bottom: 100px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__leftText {
  padding: 36px 0 48px 0;
}
.footer__right {
  max-width: 253px;
  text-align: right;
}
@media (max-width: 600px) {
  .footer__right {
    text-align: left;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

.credits {
  background-color: #BF0D3E;
  padding: 13px 0;
  color: #fff;
  font-weight: 600;
}