:root {
  --fs-h1: 44px;
  --fs-h2: 24px;
  --fs-card-title: 20px;
  --fs-tab: 18px;
  --fs-body: 16px;
  --fs-hero-text: 18px;
  --fs-btn: 15px;
  --fs-menu: 15px;
  --fs-work: 16px;
  --fs-price: 16px;
  --fs-counter: 36px;
  --fs-counter-label: 15px;
  --fs-notice: 14px;
  --fs-faq: 16px;
  --fs-contact: 18px;
  --fs-footer-title: 16px;
  --fs-footer-link: 15px;
  --fs-footer-legal: 13px;
  --fs-small: 13px;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --lh-heading: 1.2;
  --lh-body: 1.5;
  --color-accent: #fd8011;
  --color-accent-hover: #e8720f;
}
@media (max-width: 767.98px) {
  :root {
    --fs-h1: 32px;
    --fs-h2: 20px;
    --fs-card-title: 18px;
    --fs-tab: 14px;
    --fs-body: 15px;
    --fs-hero-text: 16px;
    --fs-work: 15px;
    --fs-counter: 30px;
    --fs-counter-label: 13px;
    --fs-faq: 14px;
    --fs-contact: 16px;
    --fs-footer-title: 14px;
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
::before,
::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
  display: block;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

address {
  font-style: normal;
}

a {
  background-color: transparent;
  text-decoration: none;
  outline: none;
  border: none;
  color: inherit;
}
a:focus, a:active {
  outline: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active {
  outline: none;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input,
button,
textarea {
  font-size: inherit;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input::-ms-clear {
  display: none;
}

button,
[role=button] {
  cursor: pointer;
  background-color: inherit;
  font-size: inherit;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
}