*,
:before,
:after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

hr {
  height: 0;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo,
    monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

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

button,
select {
  text-transform: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

html {
  min-width: 320px;
}

body {
  height: 100vh;
  min-width: 320px;
  color: #fff;
  background: #003266;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.wrapper {
  min-height: 100%;
  min-width: 320px;
  flex-direction: column;
  display: flex;
}

.header {
  padding-top: 15px;
  font-size: 12px;
  font-weight: 400;
}

.main {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  display: flex;
}

.section {
  padding-top: 50px;
}

.container {
  min-width: 320px;
  max-width: 414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.title {
  text-align: center;
  font-size: 28px;
}

.swiper-container {
  margin-bottom: 30px;
}

.link-list {
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  display: flex;
}

.link-list li {
  width: 100%;
  background: #fa5e00;
  border-radius: 50px;
  transition: transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.link-list li:hover,
.link-list li:focus {
  transform: scale(1.05);
}

.link {
  width: 100%;
  text-align: center;
  padding: 24px 20px;
  font-size: 24px;
  display: block;
}

.footer {
  padding-bottom: 30px;
}

.footer-container {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-list {
  flex-direction: column;
  justify-content: space-around;
  row-gap: 10px;
  display: flex;
}

.footer-list-social {
  justify-content: center;
  column-gap: 12px;
  display: flex;
}

.age-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
}

.link-play {
  width: calc(100% - 16px);
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#bff098", endColorstr= "#6fd6ff", GradientType= 1);
  color: #000;
  text-align: center;
  background: linear-gradient(45deg, #bff098 0%, #6fd6ff 100%);
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 20px;
  font-size: 24px;
  transition: transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  display: block;
}

.link-play:hover,
.link-play:focus {
  transform: scale(1.05);
}

.footer-link {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  display: block;
}

.footer-link:hover,
.footer-link:focus {
  transform: scale(1.05);
}

.logo {
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-social {
  width: 50px;
  height: 50px;
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  display: flex;
}

.footer-link-social:hover,
.footer-link-social:focus {
  background-color: #fa5e00;
}

.social-link-logo {
  fill: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

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

img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
  display: block;
}

/*# sourceMappingURL=index.b07a87f3.css.map */
