/* line 1, ../scss/styles.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
/* line 24, ../scss/styles.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 29, ../scss/styles.scss */
body {
  line-height: 1;
  box-sizing: border-box;
  padding: 30px 60px 30px 30px;
  background: #e4ecfb;
  scroll-behavior: smooth;
}

/* line 37, ../scss/styles.scss */
section {
  margin-bottom: 20px;
  background: white;
}

/* line 42, ../scss/styles.scss */
ol, ul {
  list-style: none;
}

/* line 46, ../scss/styles.scss */
blockquote, q {
  quotes: none;
}

/* line 50, ../scss/styles.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 56, ../scss/styles.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 62, ../scss/styles.scss */
section > svg {
  display: none;
}
/* line 65, ../scss/styles.scss */
section iframe {
  width: calc(100vw - 106px);
  min-height: 100vh;
}
/* line 69, ../scss/styles.scss */
section.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* line 73, ../scss/styles.scss */
section.loading > svg {
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}
/* line 84, ../scss/styles.scss */
section.loading:after {
  content: '';
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.32);
}

/* line 97, ../scss/styles.scss */
#yandex iframe {
  min-height: 200vh;
}

/* line 101, ../scss/styles.scss */
.anchor {
  position: fixed;
  right: 3px;
  width: 54px;
}
/* line 107, ../scss/styles.scss */
.anchor li a {
  filter: grayscale(1);
  opacity: 0.7;
}
/* line 111, ../scss/styles.scss */
.anchor li a.active {
  opacity: 1;
  filter: none;
}
/* line 118, ../scss/styles.scss */
.anchor img {
  max-width: 54px;
}
