/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, 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],
input[type=submit] {
  -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: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  outline: 0;
  box-sizing: border-box;
}

body {
  background-color: #ddd;
  color: #212121;
  font-family: Arial, Sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

a {
  border-bottom: 1px dotted #777;
  color: #ff3333;
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

a:hover {
  border-bottom-color: transparent;
  color: #fc0;
}

ul,
ol {
  list-style-position: inside;
  line-height: 1.8em;
  margin: 0 0 40px;
  padding: 0;
}

hr {
  border: none;
  border-bottom: 1px solid #dfdfdf;
  margin: 50px 0 50px 0;
}

svg {
  color: #000;
}

@keyframes smoke1 {
  0% {
    filter: blur(0px);
    transform: translateY(0px) scale(-1, 1);
    opacity: 0;
  }

  25% {
    filter: blur(3px);
    transform: translateY(-10px) scale(-1, 1.05);
    opacity: 0.5;
  }

  50% {
    filter: blur(5px);
    transform: translateY(-20px) scale(-1, 1.1);
    opacity: 1;
  }

  75% {
    filter: blur(5px);
    transform: translateY(-30px) scale(-1, 1.15);
    opacity: 0.5;
  }

  100% {
    filter: blur(7px);
    transform: translateY(-40px) scale(-1, 1.2);
    opacity: 0;
  }
}

@keyframes smoke2 {
  0% {
    filter: blur(0px);
    transform: translateY(0px) scale(1);
    opacity: 0;
  }

  25% {
    filter: blur(3px);
    transform: translateY(-10px) scale(1.05);
    opacity: 0.5;
  }

  50% {
    filter: blur(5px);
    transform: translateY(-20px) scale(1.1);
    opacity: 1;
  }

  75% {
    filter: blur(5px);
    transform: translateY(-30px) scale(1.15);
    opacity: 0.5;
  }

  100% {
    filter: blur(7px);
    transform: translateY(-40px) scale(1.2);
    opacity: 0;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container__row {
  margin-left: -15px;
  margin-right: -15px;
}

.header {
  position: relative;
  min-height: calc(100vh - 16px) !important;
  padding: 4rem 0 0;
  text-align: left;
}

.header-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 4;
}

.header-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}

.header-pic-assets {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-pic-assets__smoke {
  display: none;
  position: absolute;
  left: 68%;
  bottom: 31.0559006211vw;
  width: 7.9861111114vw;
}

.header-pic-assets__smoke-item {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  width: 7.9861111114vw;
  height: 10.4162847226vw;
}

.header-pic-assets__smoke-item:before {
  filter: blur(5px);
  transform-origin: 50% 50%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-image: url("/images/smoke.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.header-pic-assets__smoke-item:nth-child(1):before {
  animation: smoke1 3s linear infinite;
  animation-delay: 0.5s;
}

.header-pic-assets__smoke-item:nth-child(2):before {
  animation: smoke2 3s linear infinite;
  animation-delay: 1.5s;
}

.header-logo {
  position: relative;
  text-align: center;
}

.header-logo-svg-wrap {
  border: 0;
}

.header-logo-svg {
  display: inline-block;
  width: 18rem;
  height: 12rem;
}

.header-slogan {
  position: relative;
  padding: 2rem 1.5rem 0;
  color: #34304c;
  text-align: center;
  z-index: 2;
}

.header-slogan h1 {
  display: inline;
  color: #fff;
  font-size: 2em;
  line-height: 1.15;
  background-color: #2196F3;
  padding: 7px 15px;
  border-radius: 12px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.header-slogan h1:first-child {
  margin-top: 0;
}

.header-slogan h1:last-child {
  margin-bottom: 0;
}

.header-phone {
  position: relative;
  padding: 3rem 0 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  z-index: 8;
}

.header-phone a,
.header-phone a:hover {
  display: inline;
  border: 0;
  color: #fff;
  line-height: 1.15;
  text-decoration: none;
  background-color: rgba(243, 33, 137, 0.8);
  padding: 7px 15px 5px;
  border-radius: 12px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media (min-width: 1281px) {
  .container {
    width: 1280px;
  }
}

@media (max-width: 1280px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .container__row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header {
    padding: 3rem 0 4rem;
  }
}

@media (max-width: 568px) {
  .container__row {
    margin-left: -7px;
    margin-right: -7px;
  }

  .container {
    padding-left: 7px;
    padding-right: 7px;
  }
}