/*////////////////////////////////////
General
////////////////////////////////////*/

html,
body {
  margin: 0;
  padding: 0;
  font: 16px "Roboto", sans-serif;
}

html {
  background-color: #631cc4;
}

body {
  overflow-x: hidden;
}

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

ul,
li {
  list-style: none;
}

svg {
  fill: #ffffff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.container {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 3.75rem;
}

/*////////////////////////////////////
Stationary content
////////////////////////////////////*/

.stationary-content {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Header */

.fil1 {
  fill: #c60000;
}

.header {
  display: flex;
  align-items: center;
  position: fixed;
  margin-top: 3.4375rem;
  z-index: 1000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.header .logo-text h1 {
  position: absolute;
  top: 50%;
  left: 150px;
  font-size: 21px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
span.logo__text {
  position: absolute;
  top: 50%;
  left: 150px;
  font-size: 21px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .logo-mark {
  float: left;

}
.languages-form__field {
  width: 42px;
}
.logo__img {
  width: 51px;
  height: 51px;
}

.header .logo-mark img {
  display: block;
}

.header .page-header__languages {
  margin-left: auto;
  margin-right: 50px;
}

.info .languages-form__field,
.header .languages-form__field {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  background: transparent;
  border: none;
}

.info .languages-form__field option,
.header .languages-form__field option {
  color: #000000;
}

.info .social,
.header .social {
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
  margin-right: 75px;
}

@media (max-width: 768px) {
  .info .social {
    margin-right: 0;
  }
}
@media (max-width: 702px) {
  .info {
    right: 50% !important;
    bottom: 8% !important;
    transform: translateX(50%);
  }
}

.info .social li,
.header .social li {
  float: left;
}

.header .social li.share:after,
.info .social li.share:after {
  content: "";
  display: inline-block;
  width: 4.5vw;
  height: 1px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  background: white;
}
svg.logo__img {
  height: 51px;
  width: 51px;
}
.header .social li,
.info .social li {
  margin: 0 0 0 2vw;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.header .social li.icon:hover,
.info .social li.icon:hover {
  opacity: 0.4;
}

.header .social .icon svg,
.info .social .icon svg {
  border-radius: 3px;
}

/* Pagination (text) */

#pagination {
  position: fixed;
  top: 40%;
  right: 2.5%;
  z-index: 1000;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

#pagination-text {
  font-size: 0;
  font-weight: 100;
  color: #ffffff;
}

#page-count-tens,
#page-count-ones {
  display: inline-block;
  height: 20vw;
  overflow: hidden;
  vertical-align: bottom;
}

#pagination-text .page-numbers {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.resizing #pagination-text .page-numbers {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#pagination-text .page-number {
  height: 20vw;
  font-size: 15vw;
  line-height: 22vw;
}

#page-count-total {
  display: block;
  margin: -3vw 0 0 0;
  padding: 0 0 0 0.4em;
  font-size: 24px;
}

/* Pagination (caption) */

p.viz-caption {
  display: inline-block;
  padding: 30px 0 0 25px;
  font: 300 14px/1.8em "Roboto", sans-serif;
  color: #ffffff;
  white-space: nowrap;
}

p.viz-caption:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 6px 2px -12px;
  background: #00ffff;
  border-radius: 50%;
}

p.viz-caption a {
  position: relative;
  display: block;
  color: #00e6e6;
  text-decoration: none;
}

p.viz-caption a svg {
  margin: 0 0 0 4px;
  fill: #00e6e6;
}

p.viz-caption a:hover {
  color: #00ffff;
}

p.viz-caption a:hover svg {
  fill: #00ffff;
}

/* Pagination (dots) */

#pagination-dots {
  position: absolute;
  left: 50%;
  z-index: 1000;
  margin: 5vh 0 0 -10px;
}

#pagination-dots a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  opacity: 0.35;
  -webkit-transition: -webkit-transform 1.5s
    cubic-bezier(0.24, 1.45, 0.24, 0.98);
  -o-transition: transform 1.5s cubic-bezier(0.24, 1.45, 0.24, 0.98);
  transition: -webkit-transform 1.5s cubic-bezier(0.24, 1.45, 0.24, 0.98);
  transition: transform 1.5s cubic-bezier(0.24, 1.45, 0.24, 0.98);
  transition: transform 1.5s cubic-bezier(0.24, 1.45, 0.24, 0.98),
    -webkit-transform 1.5s cubic-bezier(0.24, 1.45, 0.24, 0.98);
}

#pagination-dots li {
  cursor: pointer;
}

.desktop #pagination-dots a:hover {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 1;
}

#pagination-dots a span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#pagination-dots li.selected a {
  border: 1px solid white;
  border-radius: 50%;
  opacity: 1;
}

/* Request link */

.index #request {
  opacity: 0 !important;
  visibility: hidden;
  transition: all 0.3s ease;
}

.index #request.active {
  opacity: 1 !important;
  visibility: visible;
  transition: all 0.3s ease;
}

#request,
.callback {
  position: fixed;
  top: 65%;
  left: 11%;
  z-index: 10;
  display: block;
  width: 279px;
  padding: 26px 0;
  font: 300 16px "Roboto", sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #9800de;
  -webkit-transform: translate3d(0, 148px, 0);
  transform: translate3d(0, 148px, 0);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: width 0.25s, opacity 0.25s;
  -o-transition: width 0.25s, opacity 0.25s;
  transition: width 0.25s, opacity 0.25s;
}

.mask-content {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.content-block-close,
.title-block-close {
  display: none;
}

.copy-section h1 {
  cursor: pointer;
}

.copy-section a.callback {
  display: none;
}

.copy-section a.callback.showed:hover {
  opacity: 0.8;
}

.copy-section .callback.showed {
  display: block;
  opacity: 1;
}

.callback.showed {
  padding-left: 0;
}

.callback.showed::before {
  content: none;
}

#request:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 50px 100px -10px rgba(22, 1, 17, 0.5);
  box-shadow: 0 50px 100px -10px rgba(22, 1, 17, 0.5);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

#request:hover:before {
  opacity: 0;
}

#request svg {
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 17px;
  height: 15px;
  margin: -8px 0 0 0;
}

#request.submitted {
  visibility: hidden;
}

/* Mouse wheel */
#mouse-wheel {
  position: fixed;
  top: 85%;
  right: 42%;
  display: block;
  width: 18px;
  height: 30px;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1),
    top 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1),
    top 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1),
    top 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#mouse-wheel.visible {
  opacity: 1;
}

#mouse-wheel.hidden {
  top: 95%;
  opacity: 0;
}

.wheel {
  position: absolute;
  top: -4px;

  /*transition: all 1s cubic-bezier(0.390, 0.575, 0.565, 1.000);*/
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.wheel.animate {
  left: 45%;
  -webkit-animation-name: wheelBounce;
  animation-name: wheelBounce;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;

  /* or: Xms */
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;

  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  /* or: backwards, both, none */
}

/*////////////////////////////////////
Copy area
////////////////////////////////////*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (-o-min-device-pixel-ratio: 13/10),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (min-resolution: 120dpi) {
  -webkit-font-smoothing: antialiased;
}

#scrolling-content {
  position: relative;
  top: 0;
  width: 100%;
}

#scrolling-area {
  padding: 10vh 0 10vh 0;
}

.copy-section {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 80vh;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.copy-content {
  position: absolute;
  top: 50%;
  left: 11%;
  width: 100%;
  padding: 0 0 74px 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.copy-content .animated-text {
  margin: 32px 0;
  margin-bottom: 60px;
  font-size: 64px;
  line-height: 1em;
  font-weight: 100;
  color: #c43dff;
  letter-spacing: -0.1vw;
  transition: 0.3s ease;
}

.content-block-text small {
  font-size: 13px;
  line-height: 1.2rem;
}

.animated-text.hidden {
  display: none;
}

.animated-text .text-link {
  font-size: 60px;
  color: #c43dff;
  padding-left: 0;
  font-weight: 200;
}
.animated-text .text-link::before {
  content: none;
}

.topic-guardian + .section-start .content-block span {
  display: inline;
  font-style: italic;
}
.content-block,
.contacts,
.title-block,
.title-block--hover {
  position: fixed;
  top: 50%;
  left: 58%;
  z-index: 1001;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  min-height: 10vh;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.content-block::before,
.contacts::before,
.title-block::before,
.title-block--hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30vh 35vh rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30vh 35vh rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-img {
  position: relative;
  z-index: 1000;
  width: 275px;
  height: 275px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.section-start--guardian .content-block span {
  font-style: italic;
  display: inline;
  font-size: 24px;
}
.content-block p,
.contacts p,
.title-block p,
.title-block--hover p {
  z-index: 10;
  max-width: 500px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.content-block p span {
  display: block;
}
.content-block p span.content-text-left {
  text-align: right;
  font-size: 16px;
  padding: 20px 0;
}
.copy-section ul {
  /* max-height: 33vh; */
  /* overflow-y: auto; */
}

.topic-guardian.copy-section li {
  margin-bottom: 20px;
}

.copy-section li {
  margin-bottom: 40px;
}
.content-link--block {
  position: relative;
  font-size: 28px;
  font-weight: 100;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  cursor: pointer;
}
.topic-guardian .content-link--block.active {
  color: #c43dff;
}

.title-link--block,
.title-link--hover-block {
  cursor: pointer;
}

.copy-section a {
  position: relative;
  font-size: 23px;
  font-weight: 320;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.copy-section a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 15px;
  height: 1px;
  background: #ffffff;
  transform: translateY(-50%);
}

.copy-section a.active,
.copy-section a:hover {
  opacity: 1;
  transition: 0.3s ease;
}

.copy-section a.active {
  color: #c43dff;
}

.copy-section a.active::before{
  background: #c43dff;
}

.content-list--small {
  overflow: hidden;
}
.content-list--small a::before {
  content: none;
}
.content-list--small a {
  font-size: 15px;
  /* opacity: 0.4; */
}
.content-list--small li {
  margin-bottom: 15px;
  margin-left: 23px;
}
li.content-item--small:nth-child(1) {
  margin-top: 20px;
}
/* .copy-section span.emdash {
  position: relative;
  display: block;
  padding: 0 0 0 6.5vw;
  font-size: 30px;
  color: #ffffff;
}

.copy-section span.emdash span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5.0vw;
  height: 3px;
  background: white;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition: -webkit-transform 1.0s cubic-bezier(0.190, 1.000, 0.220, 1.000);
       -o-transition:         transform 1.0s cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition: -webkit-transform 1.0s cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition:         transform 1.0s cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition:         transform 1.0s cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 1.0s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.copy-section .in span.emdash span {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
} */
.copy-section span.emdash {
  position: relative;
  display: block;

  /* padding-top: 50px; */
  padding: 0 0 0 6.5vw;
  font-size: 30px;
  color: #ffffff;
}

.copy-section span.emdash div {
  margin-left: 2px;
}

.topic-form.copy-section span.emdash::after {
  content: "/";
  position: absolute;
  top: -5px;
  left: 4.5vw;
  font-size: 60px;
  /* width: 150px; */
  /* height: 1px; */
  /* background: #ffffff; */
}

.copy-section span.emdash span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;

  /* width: 5.0vw; */
  height: 3px;
  background: white;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.copy-section .in span.emdash span {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.topic-form .animated-text span {
  color: #ffffff;
}

/*////////////////////////////////////
Canvas
////////////////////////////////////*/

canvas#globe-canvas {
  position: fixed;
}

div#quake-info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  max-width: 20vw;
  margin: 0 0 0 2vh;
}

div#quake-info div {
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

div#quake-info span {
  display: inline-block;
  padding: 0.6em 0.8em;
  font: 300 16px/1.5em "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(53, 6, 110, 0.4);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

body.second-page div#quake-info span {
  color: rgba(255, 255, 255, 1);
  background: rgba(53, 6, 110, 0.4);
}
body.third-page div#quake-info span {
  color: #00ffff;
  background: rgba(53, 6, 110, 0.4);
}

div#quake-info span.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

div#quake-info strong {
  display: block;
  display: none;
  font-weight: 300;

  /* color: #fff; */
  color: #00ffff;
  opacity: 0;
}

/*///////////////////////////////////
Form
///////////////////////////////////*/

#request-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
}

#form-section {
  width: 40vw;
  max-width: 660px;
  padding: 18px 0 0 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  -o-transition: opacity 0.15s, transform 0.15s;
  transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, transform 0.15s;
  transition: opacity 0.15s, transform 0.15s, -webkit-transform 0.15s;
  margin-bottom: 5rem;
}

#form-section.active {
  opacity: 1;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  -o-transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

#form-section.submitted {
  visibility: hidden;
  opacity: 0;
}

#form-section .input-block {
  width: 48%;
  margin: 0 0 30px 0;
}

#form-section .textarea-block {
  width: 100%;
}

#form-section .input-block label span {
  color: #c43dff;
}

#form-section .input-block.error label,
#form-section .textarea-block.error label {
  color: #c43dff;
  /* color: rgb(255, 204, 0); */
}

#form-section .input-block.error input,
#form-section .textarea-block.error textarea {
  border-color: #c43dff;
  /* border-color: rgb(255, 204, 0); */
}

#form-section #block-one {
  -webkit-transform: translateY(400%);
  -ms-transform: translateY(400%);
  transform: translateY(400%);
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#form-section #block-two {
  -webkit-transform: translateY(400%);
  -ms-transform: translateY(400%);
  transform: translateY(400%);
  -webkit-transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

#form-section #block-three {
  -webkit-transform: translateY(400%);
  -ms-transform: translateY(400%);
  transform: translateY(400%);
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#form-section #block-four {
  -webkit-transform: translateY(400%);
  -ms-transform: translateY(400%);
  transform: translateY(400%);
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

#form-section #block-five {
  -webkit-transform: translateY(400%);
  -ms-transform: translateY(400%);
  transform: translateY(400%);
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

#form-section.active #block-one,
#form-section.active #block-two,
#form-section.active #block-three,
#form-section.active #block-four,
#form-section.active #block-five {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#form-section .input-block label,
.textarea-block label {
  position: absolute;
  font-weight: 300;
  color: white;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#form-section .input-block input {
  display: block;

  /*margin: 50px 0 0 0;*/
  width: 100%;
  padding: 0 0 12px 0;
  font: 16px "Roboto", sans-serif;
  font-weight: 300;
  color: white;
  background: none;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#form-section .input-block input:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}

#form-section .textarea-block textarea {
  display: block;
  width: 100%;
  height: 40px;
  margin: 50px 0 0 0;
  font: 16px "Roboto", sans-serif;
  font-weight: 300;
  color: white;
  background: none;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  resize: none;
}

#form-section .textarea-block textarea:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}

#form-section .input-block.filled label,
#form-section .textarea-block.filled label {
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0.4;
}

input:focus,
textarea:focus {
  outline: none;
}

#form-section #error-message {
  display: block;
  margin: 15px 0 0 0;

  /* text-align: center; */
  /* color: rgb(255, 204, 0); */
  color: #c43dff;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#form-section #error-message.active {
  opacity: 1;
}

.topic-form #success-message {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);

  /*opacity: 0;*/
  z-index: 10;
  margin: 32px 0;
  font-size: 64px;
  line-height: 1em;
  font-weight: 100;
  color: #c43dff;
  letter-spacing: -0.1vw;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/*////////////////////////////////////
Narrow Desktop
////////////////////////////////////*/

@media screen and (min-width: 1024px) {
  .copy-section .animated-text {
    margin: 40px 0;
    font-size: 60px;
    color: #c43dff;
  }

  .copy-content {
    padding: 0 0 160px 0;
  }

  .topic-form #success-message {
    margin: 40px 0;
    font-size: 98px;
  }
}
@media screen and (max-width: 703px) {
  #pagination-text {
    display: none;
  }
}
/*////////////////////////////////////
Narrow Desktop
////////////////////////////////////*/

@media screen and (max-width: 899px) {
  p.viz-caption {
    display: none;
  }
  span.logo__text {
    left: 22%;
  }
}

/*////////////////////////////////////
Short Desktop
////////////////////////////////////*/

@media screen and (max-height: 895px) {
  .copy-section .animated-text {
    margin: 30px 0;
  }

  .copy-section p {
    margin: 20px 0;
    font-size: 20px;
  }

  .copy-content {
    padding: 0 0 112px 0;
  }

  #request {
    -webkit-transform: translate3d(0, 124px, 0);
    transform: translate3d(0, 124px, 0);
  }
}

@media screen and (max-height: 689px) {
  .copy-content {
    padding: 0 0 60px 0;
  }

  #request {
    top: auto;
    bottom: 60px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #form-section .textarea-block textarea {
    margin: 25px 0 0 0;
  }
}

/*////////////////////////////////////
FOUT Prevention
////////////////////////////////////*/

#scrolling-content,
#pagination,
.social {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.fonts-active #scrolling-content,
.fonts-active #pagination,
.fonts-active #request,
.fonts-active .social {
  opacity: 1;
}

#bg-img {
  display: none;
}

/*//////////////////////////////////
Animation Keyframs
//////////////////////////////////*/
@-webkit-keyframes wheelBounce {
  0%,
  20%,
  95%,
  100% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  65%,
  85% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes wheelBounce {
  0%,
  20%,
  95%,
  100% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  65%,
  85% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@media (max-width: 700px) {
  .page-header__languages {
    margin-right: 10px !important;
  }
}
.navigation a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.navigation a {
  position: relative;
  width: 35px;
  height: 35px;
}
.navigation .navigation-active {
  border-radius: 50%;
  border: 2px solid #fff;
}

.navigation {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 23;
  bottom: 0px;
  left: 0;
  margin: auto;
  position: absolute;
}

/* info */
.info {
  position: fixed;
  right: 4%;
  bottom: 5%;
  display: flex;
  align-items: center;
  z-index: 9999;
}

/* phrases */

.header__phrases {
  margin-left: auto;
}

.header__phrases-item {
  opacity: 0;
  height: 0;
  visibility: hidden;
  color: #fff;
  font-size: 18px;
  font-weight: 320;
  transition: 0.2s ease;
  text-align: center;
}
.header__phrases-item--active {
  height: initial;
  opacity: 1;
  visibility: visible;
}

.content-block-text.small-text,
.content-block-text .small-text {
  font-size: 17px;
  line-height: 1.2em;
}

.content-block-text.very-small-text {
  font-size: 15px;
  line-height: 1rem;
}

.content-block-era{
  color:#fff;
  font-weight: 300;
  z-index: 9;
  line-height: 1.4rem;
  width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;

}
.content-block-era__inner{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}

.content-block-era__inner div{
  align-self: flex-start;
}

.content-block i {
  font-size: 18px;
}

.era-block .content-block-text.small-text {
  font-size: 18px;
  line-height: 1.2em;
}

.era-block i {
  font-size: 17px;
}

.text-justify {
  text-align: justify !important;
}
