:root {
  --color-dark: #000000;
  --color-light: #ffffff;
  --primary-color: #3e39a1;
  --primary-dark-color: #2e2b75;
  
  --color-step-1: #5059AC;
  --color-step-2: #4F7CAA;
  --color-step-3: #14A0C1;
  --color-step-4: #00CD99;
  --color-step-5: #8ED174;
  --color-step-6: #7DE412;
  
  --color-servises-1: #7DE314;
  --color-servises-2: #01CC9B;
  --color-servises-3: #14A0C0;
  --color-servises-4: #09909F;
  --color-servises-5: #4F7BAC;
  --color-servises-6: #5059AB;

  --color-sheme-1: #3e39a1;
  --color-sheme-2: #0168C1;
  --color-sheme-3: #D14D72;
}
* {
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: var(--color);
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  background: #f6f6f6;
}
.page {
  position: relative;
}
h1 {
  font-family: "Raleway", sans-serif;
}
h2 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #000000;
}
h3 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #555555;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: var(--primary-color);
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: var(--primary-color);
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
.page {
  position: relative;
}
.line {
  margin: 0 auto;
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, var(--primary-dark-color) 0%, var(--primary-color) 100%);
}
