/* Скидання, шрифти й змінні. Далі — site.css, потім pages.css:
   порядок підключення тут значить рівно те саме, що значив порядок
   правил в одному файлі, з якого ці три нарізано. */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.inline-block {
  max-width: 100%;
  display: inline-block;
}

.clearfix:before, .clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.clearfix:after {
  clear: both;
}

.btn {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.btn {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.embed:before, .embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.embed:after {
  clear: both;
}

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

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.form-wrap {
  margin: 0 0 15px;
}

.form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.form-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.form-input::placeholder {
  color: #999;
}

.form-input:focus {
  border-color: #3898ec;
  outline: 0;
}

.form-input[disabled], .form-input[readonly], fieldset[disabled] .form-input {
  cursor: not-allowed;
}

.form-input[readonly] {
  background-color: #eee;
}

textarea.form-input {
  height: auto;
}

.layout-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.layout-container:before, .layout-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.layout-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .layout-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .layout-container {
    max-width: none;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.grid-block {
  display: grid;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/69c4f2e5d88f672fd885654b_inter-v13-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/69c4f2e5d88f672fd8856549_inter-v13-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/69c4f2e5d88f672fd885654a_inter-v13-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d7a_InterTight-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d7b_InterTight-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d7c_InterTight-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d7d_InterTight-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d7e_InterTight-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d7f_InterTight-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d80_InterTight-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d85_InterTight-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d86_InterTight-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d87_InterTight-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d81_InterTight-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d82_InterTight-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d83_InterTight-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: InterTight;
  src: url("../fonts/69e2230e0044f23d1e007d84_InterTight-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --padding-pd-06: 1.5rem;
  --padding-pd-04: 1rem;
  --color-c1-10: #0000001a;
  --padding-pd-09: 3rem;
  --color-c1-04: #0000000a;
  --padding-pd-07: 2rem;
  --f5f5f7: ;
  --color--heading-color: #000;
  --1: 2rem;
  --size--heading-2-2: 1.7rem;
  --000: #000;
  --size--text-size-standard: 1rem;
  --white: #fff;
  --size--font-size-standard: 1rem;
  --padding-pd-10: 4rem;
  --size--font-size-title: 1.2rem;
  --size--project-title-mobile\<deleted\|variable-5ad10562-318d-8018-674a-30c847be783e\>: 1.2rem;
  --black: var(--f5f5f7);
  --size--text-button\<deleted\|variable-761afdc2-a0ae-b12e-e87a-d27483ad4112\>: .8rem;
  --size--font-size-medium: 1.4rem;
  --color--text-color-light-gray: #acacac;
  --size--font-size-button: .8rem;
  --color--bg-cards-section: #9f9f9f;
  --color--bg-color-footer: #fff;
  --padding-pd-05: 1.25rem;
  --about-125: 1.125rem;
  --color-c1: #000;
  --padding-pd-03: .75rem;
  --color-c1-75: #000000bf;
  --color-c1-40: #0006;
  --чому-нас: var(--white);
  --color-c2: white;
  --color-c2-80: #fffc;
  --color-c2-60: #fff9;
  --color-c2-20: #fff3;
  --size--heading-1: 3.5rem;
  --color-c3: #f24913;
  --size--heading-1-tablet: 2.7rem;
  --padding-pd-15: 15rem;
  --padding-pd-14: 12rem;
  --size--heading-1-mobile: 1.9rem;
  --padding-pd-13: 10rem;
  --size--heading-2: 2.7rem;
  --size--heading-2-tablet: 1.9rem;
  --padding-pd-12: 8rem;
  --padding-pd-11: 6rem;
  --size--heading-2-mobile: 1.5rem;
  --padding-pd-08: 2.5rem;
  --padding-pd-02: .5rem;
  --padding-pd-01: .25rem;
}