@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700&display=swap");

html {
  line-height             : 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom          : none;
  text-decoration        : underline;
  -webkit-text-decoration: underline dotted;
  text-decoration        : underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size  : 100%;
  line-height: 1.15;
  margin     : 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing : border-box;
  color      : inherit;
  display    : table;
  max-width  : 100%;
  padding    : 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

* {
  padding   : 0;
  margin    : 0;
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a,
button,
input,
label,
select {
  border                     : none;
  text-decoration            : none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color           : transparent;
  outline                    : none;
  color                      : inherit;
  box-shadow                 : none;
}

input,
label,
select {
  line-height   : 1;
  vertical-align: middle;
}

a,
button,
label,
select {
  cursor: pointer;
}

a:active,
a:focus,
a:hover,
a:visited {
  color: inherit;
}

input::-webkit-input-placeholder {
  line-height   : 1;
  vertical-align: middle;
}

input::-moz-placeholder {
  line-height   : 1;
  vertical-align: middle;
}

input:-ms-input-placeholder,
input::-ms-input-placeholder {
  line-height   : 1;
  vertical-align: middle;
}

input::placeholder {
  line-height   : 1;
  vertical-align: middle;
}

button {
  user-select: none;
}

img,
svg,
video {
  width    : 100%;
  max-width: 100%;
  display  : block;
  flex     : 0 0 auto;
}

video {
  cursor : pointer;
  outline: none;
}

.nowrap {
  white-space: pre;
}

html {
  line-height     : 1.5;
  font-weight     : 400;
  color           : #232528;
  background-color: #fff;
  text-align      : left;
  font-family     : Lato, sans-serif;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.1rem;
  }
}

.box {
  width          : 100%;
  padding        : 0 1.2em;
  border         : none;
  box-shadow     : none;
  margin         : 0 auto;
  max-width      : 600px;
  display        : flex;
  flex-direction : column;
  align-items    : center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .box {
    max-width: 750px;
  }
}

header {
  width           : 100%;
  background-color: #5352ed;
  border-bottom   : 1px solid hsla(0, 0%, 100%, 0.1);
}

@media screen and (min-width: 768px) {
  header {
    padding: 1em 0;
  }
}

header .box {
  flex-direction : row;
  align-items    : center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  header .box {
    padding-right: 0;
  }
}

header img {
  width: 10em;
}

header .phone {
  padding: 1.2em;
  width  : 3.5em;
  height : 3.5em;
}

@media screen and (min-width: 768px) {
  header .phone {
    padding: 0;
    width  : auto;
    height : auto;
  }
}

@media screen and (min-width: 768px) {
  header .phone svg {
    display: none;
  }
}

header .phone span {
  display: none;
  color  : #fff;
}

@media screen and (min-width: 768px) {
  header .phone span {
    display: block;
  }
}

#main {
  background-color: #5352ed;
  padding         : 2em 0 3em;
}

#main h1 {
  font-weight: 700;
  padding    : 0;
  margin     : 0;
  width      : 100%;
  font-size  : 1.4em;
  color      : #fff;
  text-align : center;
}

@media screen and (min-width: 768px) {
  #main h1 {
    font-size: 2em;
  }
}

#main h1+p {
  color     : #fff;
  width     : 100%;
  margin-top: 0.6em;
  opacity   : 0.9;
  text-align: center;
  font-size : 1.1em;
}

#main .steps {
  margin          : 1.2em auto 0;
  background-color: #fff;
  border-radius   : 0.3em;
  padding         : 1.5em;
  width           : 100%;
  max-width       : 500px;
}

@media screen and (min-width: 768px) {
  #main .steps {
    padding: 2.5em;
  }
}

#main .steps .step {
  display        : flex;
  align-items    : center;
  justify-content: center;
  flex-direction : column;
}

#main .steps .step .question {
  font-size  : 1.3em;
  font-weight: 700;
  text-align : center;
}

#main .steps .step button {
  width           : 100%;
  margin          : 1em auto 0;
  padding         : 1em;
  border-radius   : 0.4em;
  background-color: #FFCC00;
  font-size       : 1.1em;
}

.link-tel {

  width           : 100%;
  margin          : 1em auto 0;
  padding         : 1em;
  border-radius   : 0.4em;
  background-color: #FFCC00;
  font-size       : 1.1em;
  text-align      : center;
}


.call-button {
  width: 100%;
  margin: 1em auto 0;
  padding: 1em;
  border-radius: 0.4em;
  background-color: #00CC99;
  font-size: 1.1em;
  text-align: center;
  display: inline-block;
  color: white;
  text-decoration: none;
}

#table,
#reviews {
  padding: 2.5em 0 3em;
}

#table h2,
#reviews h2 {
  font-size  : 1.4em;
  font-weight: 700;
  width      : 100%;
  text-align : center;
}

#table h2+p,
#reviews h2+p {
  width     : 100%;
  margin-top: 0.6em;
  opacity   : 0.9;
  text-align: center;
  font-size : 1.1em;
}

#table button,
#reviews button {
  margin          : 1.5em auto 0;
  padding         : 1em;
  background-color: #fc0;
  border-radius   : 0.3em;
  width           : 100%;
  max-width       : 400px;
}

#table .table {
  width     : 100%;
  margin-top: 1.3em;
  max-height: 350px;
  overflow-y: auto;
}

#table table {
  width          : 100%;
  border-collapse: collapse;
}

#table table tr td {
  padding: 0.8em;
}

#table table thead td {
  font-weight     : 700;
  background-color: #f1f3f4;
  position        : sticky;
  top             : 0;
}

#table table tbody tr {
  animation    : show-table-row 2s linear;
  border-bottom: 1px solid #e5e5e5;
}

#reviews {
  background-color: #f1f3f4;
}

#reviews .reviews {
  margin-top: 1.5em;
  display   : grid;
  grid-gap  : 1em;
}

#reviews .review {
  background-color: #fff;
  padding         : 1em;
  display         : flex;
  align-items     : flex-start;
  border-radius   : 0.3em;
}

#reviews .review img {
  flex-shrink  : 1;
  width        : 80px;
  border-radius: 0.3em;
  margin-right : 0.8em;
}

#reviews .review .name {
  font-weight  : 600;
  font-size    : 1.1em;
  margin-bottom: 0.3em;
}

footer {
  color           : #fff;
  background-color: #232528;
  padding         : 3em 0;
}

footer .box {
  align-items: flex-start;
}

footer img {
  max-width: 11em;
}

footer p {
  margin-top: 1em;
}

footer p a {
  text-decoration: underline;
}

.top_tel a {
  color: #f1f3f4;
}

/*# sourceMappingURL=styles.css.map */