hr {
  border-bottom: 3px solid transparent;
  border-image-source: repeating-linear-gradient(to right, #FF7A00 0, #FF7A00 4px, transparent 4px, transparent 12px);
  border-image-slice: 1;
}

@media (max-width: 743px) {
  hr {
    border-bottom: 2px solid transparent;
    border-image-source: repeating-linear-gradient(to right, #FF7A00 0, #FF7A00 2px, transparent 2px, transparent 6px);
  }
}

footer {
  width: 100%;
  min-width: 100%;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

@media (min-width: 1001px) {
  footer {
    height: 12rem;
    font-size: 3rem;
  }
}

@media (min-width: 744px) and (max-width: 1000px) {
  footer {
    height: 10.2rem;
    font-size: 2.4rem;
  }
}

@media (max-width: 743px) {
  footer {
    height: 8rem;
    font-size: 2rem;
  }
}

:root {
  font-size: 10px;
  text-size-adjust: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: JB;
  src: url(fonts/JB-400.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: JB;
  src: url(fonts/JB-500.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: JB;
  src: url(fonts/JB-700.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  font-family: inherit;
  padding: 0;
  margin: 0;
  letter-spacing: -.08em;
  line-height: 100%;
  font-size: var(--font-size);
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  cursor: pointer;
  color: #0049ff;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: JB, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #002bff;
}

.orange {
  color: #ff7a00;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
}

.services {
  display: grid;
}

.services ul {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.services img {
  justify-self: center;
}

.link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.link-mobile {
  display: none;
}

.link a {
  text-decoration: underline;
  text-decoration-thickness: .2rem;
  text-underline-offset: .5rem;
}

.link a:hover {
  text-decoration: none;
}

.link img {
  flex-shrink: 0;
}

.item {
  display: flex;
  align-items: flex-start;
  gap: 2.7rem;
}

.item > :nth-child(1) {
  width: 3.8rem;
}

.item > :nth-child(2) {
  margin-top: -.4rem;
  line-height: 105%;
}

.offer {
  display: flex;
  flex-direction: column;
}

.offer * {
  line-height: 110%;
  text-align: center;
}

@media (min-width: 1001px) {
  :root {
    --max-width: 100rem;
    --font-size: 3.5rem;
  }
  .header {
    padding-top: 10.6rem;
  }
  .container {
    padding: 6.3rem 0 11.6rem;
  }
  .footer {
    height: 12rem;
  }
  .logo {
    width: 31.7rem;
    max-width: 317px;
  }
  .services {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 6.4rem;
    height: 53rem;
  }
  .services h1 {
    align-self: flex-end;
    margin-left: 8.6rem;
  }
  .services ul {
    align-self: flex-end;
    margin-top: 9.6rem;
  }
  .services .earth {
    width: 33rem;
  }
  .advantages {
    padding: 9.8rem 0;
  }
  .advantages ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 7rem;
  }
  .offer {
    padding-top: 11.6rem;
    gap: 6.2rem;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: .8333333333vw!important;
  }
}

@media (min-width: 744px) and (max-width: 1000px) {
  :root {
    --max-width: 62.6rem;
    --font-size: 3rem;
    font-size: 1.3458950202vw;
  }
  .header {
    padding-top: 5.3rem;
  }
  .container {
    padding: 12.8rem 0 16.6rem;
  }
  .footer {
    height: 12rem;
  }
  .logo {
    width: 28.2rem;
  }
  .services {
    grid-template-columns: 1fr min-content;
    padding-bottom: 8.3rem;
    row-gap: 7.1rem;
  }
  .services h1 {
    align-self: flex-end;
  }
  .services .earth {
    grid-row: 1;
    grid-column: 1/3;
    margin-left: auto;
    margin-right: auto;
    width: 33rem;
  }
  .services ul {
    align-items: flex-start;
  }
  .link a {
    line-height: 3.2rem;
  }
  .icon {
    width: 1.5rem;
  }
  .looking {
    width: 3.8rem;
  }
  .advantages {
    padding: 7.6rem 0;
  }
  .advantages ul {
    display: flex;
    flex-direction: column;
    gap: 6rem;
  }
  .offer {
    padding-top: 11.6rem;
    gap: 7.2rem;
  }
}

@media (max-width: 743px) {
  :root {
    --max-width: 31.5rem;
    --font-size: 2rem;
    font-size: 2.6666666667vw;
  }
  .header {
    padding-top: 3rem;
  }
  .header .link {
    display: none;
  }
  .container {
    padding: 6rem 0 7.2rem;
  }
  .footer {
    height: 8rem;
  }
  .link-mobile {
    display: block;
  }
  .link-mobile img {
    width: 2.9rem;
  }
  .logo {
    width: 18.4rem;
  }
  .services {
    grid-template-columns: 1fr;
    padding-bottom: 8rem;
    row-gap: 4rem;
  }
  .services .earth {
    width: 22.4rem;
    grid-row: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .services h1 {
    padding-top: 1.5rem;
    grid-row: 2;
  }
  .services ul {
    gap: 2.5rem;
  }
  .link {
    gap: .5rem;
    align-items: center;
  }
  .link a {
    line-height: 100%;
    text-decoration-thickness: .1rem;
    text-underline-offset: .3rem;
  }
  .link img {
    width: 1rem;
  }
  .advantages {
    padding: 7.4rem 0;
  }
  .advantages ul {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .item {
    gap: 1rem;
  }
  .item > :nth-child(1) {
    width: 3rem;
  }
  .item > :nth-child(2) {
    margin-top: 0;
  }
  .offer {
    padding-top: 7.4rem;
    gap: 3.8rem;
  }
}