*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

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;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

::selection {
  background: unset;
}

body {
  font-size: 16px;
  overscroll-behavior: none;
}

h2 {
  width: 100%;
  max-width: 19rem;
  font-family: Inter, sans-serif;
  color: #15171a;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 2.25rem;
  opacity: 0.9;
}

h3 {
  font-family: Inter, sans-serif;
  font-size: 1.114rem;
  font-weight: 700;
}

p {
  font-family: Inter, sans-serif;
}

img {
  pointer-events: none;
}

.page {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url("../images//background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.logo {
  width: 10.625rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: 4;
}
.logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.buttons {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.buttons div {
  width: 10.5625rem;
  border: 1px solid #a8c0d8;
  border-radius: 3.125rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.buttons div img {
  width: 1.875rem;
  height: 1.875rem;
}
.buttons div p {
  color: #1e2329;
  font-weight: 500;
}

.model,
.ways,
.map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.model img,
.model svg,
.ways img,
.ways svg,
.map img,
.map svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
}

.model {
  z-index: 1;
}

.ways {
  z-index: 2;
}

.map {
  z-index: 3;
}
.map svg g {
  cursor: pointer;
}
.map svg g circle,
.map svg g path {
  transition: all 0.2s ease-in-out;
}
.map svg g.active circle {
  fill: #f51818;
}
.map svg g.active path {
  stroke: #fff;
}

.modal {
  width: calc(100% - 6rem);
  max-width: 28.25rem;
  height: calc(100% - 6rem);
  position: absolute;
  top: 3rem;
  left: 3rem;
  background: #fff;
  box-shadow: 7px 8px 29px 0px #c9daed;
  z-index: 5;
  padding: 3.25rem 2.75rem;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
}
.modal .gradient {
  display: block;
  width: calc(100% - 6rem);
  max-width: 28rem;
  height: calc(100% - 6rem);
  position: fixed;
  bottom: 2.95rem;
  left: 3.1rem;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.modal .gradient span {
  display: block;
  width: 100%;
  height: 1.75rem;
  background: linear-gradient(to top, #fff, transparent);
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal .progress {
  width: 0.3125rem;
  height: calc(100% - 6rem);
  position: fixed;
  top: 3.05rem;
  left: 2.8rem;
}
.modal .progress .bar {
  display: block;
  width: 100%;
  background: #f51818;
}
.modal .close {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal .close img {
  width: 100%;
  height: 100%;
}
.modal > img {
  margin: 2.75rem 0;
}
.modal .imgs {
  margin: 2.75rem 0;
  display: grid;
  gap: 2.5rem;
}
.modal hr {
  color: #ccc;
  margin: 1.85rem 0;
}
.modal p {
  color: #484b4f;
  font-weight: 500;
  line-height: 1.625rem;
  opacity: 0.9;
}
.modal p strong {
  font-weight: 700;
}
.modal .chat {
  border: 1px solid #fabdbd;
  border-radius: 0.9375rem;
  margin-top: 4rem;
  padding: 3.5rem 2rem 2.3rem;
  position: relative;
}
.modal .chat img {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  top: -1.85rem;
  left: -0.5rem;
}
.modal .chat h3 {
  color: #f51818;
}
.modal .chat p {
  color: #f51818;
  line-height: 1.48531rem;
  letter-spacing: 0.00925rem;
  font-size: 0.92625rem;
  margin-top: 0.8rem;
}
.modal .chat-dark {
  border-color: #bbb;
}
.modal .chat-dark h3,
.modal .chat-dark p {
  color: #1e2329;
}
.modal .chat-yellow {
  border-color: #decfa0;
}
.modal .chat-yellow h3,
.modal .chat-yellow p {
  color: #dc9325;
}
.modal .sub {
  margin-top: 2rem;
}
.modal .button {
  width: fit-content;
  background: #f51818;
  color: #fff;
  font-weight: 600;
  padding: 0.6rem 1.1rem;
  border-radius: 0.1875rem;
  margin-top: 1.85rem;
  cursor: pointer;
}

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