*, :before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.main {
  display: table;
  table-layout: fixed;
  width: 100%;
  display: table-cell;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.blog {
  background-color: #fff;
}

.blog--nobg {
  background: none;
}

aside {
  display: table-cell;
  width: 260px;
  padding-left: 60px;
  padding-top: 72px;
  background-color: #0a22f5;
}

img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

a {
  text-decoration: none;
}

.link {
  color: #006cff;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.helper {
  display: inline-block;
  width: 100%;
}

.button {
  font-size: 16px;
  text-align: center;
  outline: none;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 18px 32px;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #de0d0d;
  text-decoration: none;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-animation: none;
          animation: none;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
}

.social {
  display: inline-block;
  vertical-align: top;
}

.social a {
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.social a:hover {
  border-color: #888;
  opacity: .8;
}

.social svg {
  width: 11px;
  height: 13px;
}

.facebook a {
  background: #3b5998;
}

.pinterest a {
  background: #c8232c;
}

.twitter a {
  background: #00acee;
}

.instagram a {
  background: #b1297d;
}

#spriteSvg {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0;
  height: 0;
  opacity: 0;
}

.header {
  display: none;
}

.subheader {
  display: none;
}

.aside {
  display: none;
}

.links {
  margin-top: 30px;
  margin-bottom: 8px;
  color: #989898;
  font-size: 12px;
  font-weight: 500;
}

.links a {
  color: #989898;
}

.blog {
  border: solid 1px #d6d6d6;
  padding-top: 15px;
}

.blog h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  color: #333;
  display: inline;
}

.blog__img {
  margin-top: 15px;
}

.blog p {
  margin-top: 17px;
}

.blog__yellow {
  display: inline-block;
  background: #f9ba5b;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 4px 8px;
  position: relative;
  top: -3px;
}

.blog .subpromo {
  margin-top: 16px;
  margin-bottom: 15px;
}

.blog .subpromo__date {
  font-size: 12px;
  line-height: 2;
  color: #a5a5a5;
  display: inline-block;
}

.blog .subpromo__date svg {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
}

.blog .subpromo__like, .blog .subpromo__dislike {
  background: #000;
  padding: 2px 10px;
  display: inline-block;
  font-size: 11px;
  vertical-align: top;
}

.blog .subpromo__like svg, .blog .subpromo__dislike svg {
  width: 15px;
  height: 15px;
}

.blog .subpromo__like {
  background: #ecfaed;
  color: #51d377;
}

.blog .subpromo__like svg {
  stroke: #67d988;
  fill: none;
}

.blog .subpromo__dislike {
  color: #f66766;
  background: #fae7eb;
}

.blog .subpromo__dislike svg {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  position: relative;
  top: 3px;
  stroke: #f66b6b;
  fill: none;
}

.blog .subpromo__left, .blog .subpromo__right {
  display: inline-block;
}

.blog .subpromo__right {
  margin-top: 6px;
}

.blog .subpromo .social a {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.blog .subpromo .facebook {
  width: 200px;
  font-weight: bold;
  font-size: 11px;
  line-height: 2.2;
}

.blog .subpromo .facebook svg {
  width: 11px;
  height: 12px;
}

.blog .figure img {
  margin-top: 14px;
}

.blog .list {
  list-style: none;
}

.blog .list li {
  font-weight: bold;
  line-height: 1.11;
  color: #de0d0d;
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
}

.blog .list li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 2px;
  border: 4px solid #de0d0d;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.blog .alert {
  margin-top: 22px;
  background: #de0d0d;
  font-weight: bold;
  font-style: italic;
  line-height: 1.28;
  color: #fff;
  padding: 22px 11px 21px 6px;
}

.blog .alert svg {
  width: 51px;
  height: 49px;
}

.blog .alert p {
  padding-left: 59px;
  margin-top: -54px;
}

.blog .alert .link {
  color: #fff;
}

.blog .doc {
  margin-top: 12px;
}

.blog .doc__ava {
  max-width: 85px;
  width: 29%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}

.blog .doc__title {
  display: inline-block;
  width: 66%;
  vertical-align: middle;
  margin-top: 0;
}

.blog .doc__img {
  margin-top: 12px;
  padding: 0 20px;
}

.blog .doc__img img {
  width: 100%;
  max-width: 258px;
  margin-top: 6px;
}

.blog .doc__girl {
  margin-top: 8px;
  border: solid 1px #d6d6d6;
  padding: 5px 5px 15px 5px;
}

.blog .doc__girl img {
  margin-bottom: 14px;
}

.blog .doc__girl figcaption {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}

.blog .doc__girl figcaption:last-child {
  text-transform: uppercase;
}

.blog .redaction {
  margin-top: 18px;
  border-top: 5px solid #de0d0d;
  font-weight: bold;
}

.blog .redaction__title {
  margin-top: 23px;
  font-size: 20px;
}

.button {
  margin-top: 6px;
  margin-bottom: 31px;
  width: 269px;
}

.button--last {
  margin-top: 30px;
}

.comments {
  margin: 12px 0;
  padding-bottom: 20px;
  border: solid 1px #d6d6d6;
}

.comments__title {
  margin-top: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.comments__to-post {
  margin-top: 13px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  border: solid 1px #d6d6d6;
  background-color: #f9f9f9;
  position: relative;
  font-size: 14px;
  padding: 12px 0 12px 9px;
}

.comments__camera {
  position: absolute;
  top: 9px;
  right: 44px;
}

.comments__camera svg {
  width: 23px;
  height: 21px;
}

.comments__gif {
  position: absolute;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #9e9e9e;
  color: #9e9e9e;
  width: 21px;
  height: 18px;
  right: 12px;
  top: 10px;
  padding: 0 1px;
}

.comments__gif svg {
  width: 17px;
  height: 16px;
}

.comments .comment {
  margin-top: 22px;
}

.comments .comment__ava {
  max-width: 46px;
  margin-right: 9px;
  display: inline-block;
  vertical-align: top;
}

.comments .comment__wrapper {
  display: inline-block;
  max-width: -webkit-calc( 100% - 60px);
  max-width: calc( 100% - 60px);
}

.comments .comment__descr {
  margin-top: 10px;
}

.comments .comment__img {
  margin: 10px 0;
}

.comments .comment__img--last {
  margin-top: -6px;
}

.comments .comment__name {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16px;
  color: #284a89;
}

.comments .comment__date {
  font-size: 13px;
  line-height: 1.85;
  color: #919191;
  display: inline-block;
}

.comments .comment__finger {
  display: inline-block;
  font-size: 13px;
  line-height: 1.85;
  font-weight: bold;
  color: #375983;
}

.comments .comment__like {
  display: inline-block;
  color: #375983;
}

.comments .comment__like svg {
  width: 15px;
  height: 14px;
  fill: none;
  stroke: #375983;
}

.comments .comment__dislike {
  display: inline-block;
  margin-left: 5px;
  margin-right: 3px;
  color: #375983;
}

.comments .comment__dislike svg {
  width: 15px;
  height: 14px;
  stroke: #375983;
  position: relative;
  top: 5px;
  fill: none;
}

@media screen and (min-width: 320px) {
  .main {
    display: block;
  }
  .blog {
    margin: 0 auto;
  }
  .aside, .tags {
    display: none;
  }
}

@media screen and (min-width: 425px) {
  .container, .blog {
    width: 400px;
    display: block;
  }
  .header {
    display: block;
    padding-top: 17px;
  }
  .header__logo {
    display: inline-block;
  }
  .header__bunner, .header__social, .header .helper {
    display: none;
  }
  .links {
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .main__cell {
    display: block;
    margin: 0 auto;
    width: 740px;
  }
  .main__cell:last-child {
    display: none;
  }
  .container {
    width: 740px;
    padding: 0 16px 0 13px;
  }
  .title {
    font-size: 24px;
  }
  .blog {
    width: 740px;
  }
  .blog h1 {
    font-size: 30px;
  }
  .blog__yellow {
    font-size: 14px;
  }
  .blog .figure figcaption {
    display: inline-block;
    max-width: 380px;
  }
  .blog .figure img {
    display: inline-block;
    vertical-align: top;
    max-width: 310px;
    margin-left: 14px;
    margin-top: 0;
  }
  .blog .alert {
    padding: 38px 35px 37px 27px;
  }
  .blog .alert p {
    padding-left: 90px;
    margin-top: -70px;
  }
  .blog .alert svg {
    width: 69px;
    height: 69px;
  }
  .blog .doc {
    padding-left: 94px;
    position: relative;
  }
  .blog .doc__ava {
    position: absolute;
    left: 0px;
  }
  .blog .doc__title {
    width: auto;
  }
  .blog .doc__img {
    padding: 0;
  }
  .blog .doc__img img {
    display: inline-block;
  }
  .blog .doc__img img:first-child {
    max-width: 302px;
  }
  .blog .doc__girl {
    padding: 12px 11px 13px 11px;
    margin-top: 13px;
  }
  .blog .doc__girl--small {
    max-width: 563px;
    margin: 0 auto;
    margin-top: 13px;
  }
  .blog .redaction {
    margin-top: 38px;
  }
  .blog .redaction__title {
    margin-top: 29px;
  }
  .button {
    width: 374px;
    font-size: 20px;
    padding: 29px 20px;
    line-height: 1;
    -webkit-border-radius: 6px;
            border-radius: 6px;
  }
  .comments {
    width: 740px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .comments__title {
    font-size: 18px;
  }
  .comments__to-post {
    font-size: 16px;
    padding-left: 21px;
  }
  .comments__gif {
    right: 25px;
  }
  .comments__camera {
    right: 55px;
  }
  .comments .comment {
    margin-top: 32px;
  }
  .comments .comment__footer {
    margin-top: 5px;
  }
  .comments .comment__img {
    max-width: none;
    display: inline-block;
    margin: 0;
  }
  .comments .comment figure {
    margin: 11px 0 -7px 0;
  }
}

@media screen and (min-width: 1200px) {
  .header {
    padding-left: 12px;
  }
  .header .container {
    text-align: justify;
    width: 1019px;
    padding: 0;
  }
  .header__logo {
    margin-right: 22px;
  }
  .header__bunner {
    display: inline-block;
    margin-right: 27px;
  }
  .header__bunner figure img {
    display: inline-block;
    max-width: 91px;
    max-height: 51px;
  }
  .header__bunner figure figcaption {
    vertical-align: top;
    display: inline-block;
    max-width: 140px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.23;
    color: #000;
  }
  .header__social {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
  }
  .header__social .social a {
    width: 31px;
    height: 31px;
  }
  .header__social .social a svg {
    width: 16px;
    height: 16px;
    margin-top: 7px;
  }
  .tags {
    display: block;
    background-color: #f9f9f9;
    height: 20px;
    margin-top: 10px;
    padding-left: 12px;
  }
  .tags .container {
    text-align: justify;
    width: 1019px;
    padding: 0;
  }
  .tags__left {
    padding-top: 3px;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    color: #152380;
  }
  .tags__right {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    text-align: justify;
    padding-right: 10px;
    width: 640px;
  }
  .tags__right a {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    color: #000;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #de0d0d), color-stop(50%, #000));
    background: -webkit-linear-gradient(left, #de0d0d 50%, #000 50%);
    background: -o-linear-gradient(left, #de0d0d 50%, #000 50%);
    background: linear-gradient(to right, #de0d0d 50%, #000 50%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-background-size: 200% 100%;
            background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.7s ease;
    -o-transition: background-position 0.7s ease;
    transition: background-position 0.7s ease;
  }
  .tags__right a span {
    color: #de0d0d;
  }
  .tags__right a:hover {
    background-position: 0 100%;
  }
  .subheader {
    height: 32px;
    display: block;
    border-bottom: 1px solid #de0d0d;
    margin-top: 5px;
  }
  .subheader .container {
    text-align: justify;
    width: 1019px;
    padding: 0;
  }
  .subheader__menu {
    display: inline-block;
    list-style: none;
    text-align: justify;
    width: 100%;
  }
  .subheader__menu li:not(.helper) {
    display: inline-block;
  }
  .subheader__menu li:not(.helper) a {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.5;
    -webkit-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .subheader__menu li:not(.helper) a span {
    position: relative;
    display: inline-block;
    padding: 0 7px;
    background: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    border-bottom: 2px solid #de0d0d;
  }
  .subheader__menu li:not(.helper) a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 110%;
    background: #de0d0d;
    content: attr(data-hover);
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  .subheader__menu li:not(.helper):hover {
    outline: none;
  }
  .subheader__menu li:not(.helper):hover span {
    -webkit-transform: rotateX(90deg) translateY(-32px);
            transform: rotateX(90deg) translateY(-32px);
  }
  .subheader__menu li:not(.helper):hover span::before {
    outline: none;
    color: #fff;
    font-weight: bold;
  }
  .main {
    display: table;
    width: auto;
    margin: 0 auto;
  }
  .blog {
    display: table-cell;
  }
  .blog .subpromo__date {
    vertical-align: top;
    margin-top: -1px;
  }
  .blog .subpromo__date svg {
    width: 18px;
    height: 18px;
  }
  .blog .subpromo__like:hover svg {
    fill: #67d988;
  }
  .blog .subpromo__dislike:hover svg {
    fill: #f66b6b;
  }
  .comments .comment__dislike svg, .comments .comment__like svg {
    fill: #fff;
    stroke: #375983;
  }
  .comments .comment__dislike:hover svg, .comments .comment__like:hover svg {
    fill: #375983;
  }
  .links {
    margin-bottom: 17px;
  }
  .links .container {
    padding: 0;
  }
  .main__cell:last-child {
    display: table-cell;
  }
  .button {
    background: #de0d0d;
    color: #fff;
    padding: 31px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    outline: none;
  }
  .button::after {
    content: "";
    background: #f2a42d;
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(0, 0) rotate(-180deg);
        -ms-transform: scale(0, 0) rotate(-180deg);
            transform: scale(0, 0) rotate(-180deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .button:hover::after {
    -webkit-transform: scale(1, 1) rotate(0deg);
        -ms-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg);
  }
  .aside {
    width: 262px;
    padding-left: 14px;
    padding-top: 9px;
  }
  .aside__button {
    display: block;
    margin-top: 4px;
    margin-left: 8px;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    background-color: #f2a42d;
    padding: 17px 0;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 5;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    position: relative;
    outline: none;
    text-align: center;
  }
  .aside__button::after {
    content: "";
    background: #de0d0d;
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(0, 0) rotate(-180deg);
        -ms-transform: scale(0, 0) rotate(-180deg);
            transform: scale(0, 0) rotate(-180deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 25px;
            border-radius: 25px;
  }
  .aside__button:hover::after {
    -webkit-transform: scale(1, 1) rotate(0deg);
        -ms-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg);
  }
  .aside__product {
    max-width: 126px;
    max-height: 139px;
    margin-top: 5px;
    margin-bottom: -8px;
  }
  .aside__bunner {
    margin-top: 27px;
    background: url("../img/aside_bg.jpg") center/contain no-repeat;
    width: 248px;
    padding: 31px 98px 28px 12px;
    position: relative;
  }
  .aside__bunner h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.75px;
    color: #fff;
    text-transform: uppercase;
  }
  .aside__bunner h5 {
    width: 114px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.07;
    letter-spacing: -0.38px;
    color: #fff;
    margin-top: 11px;
  }
  .aside__item {
    margin-top: 11px;
    display: block;
    text-decoration: none;
    overflow: hidden;
  }
  .aside__item:hover figure figcaption::before {
    width: 68px;
    -webkit-transition: width 0.6s;
    -o-transition: width 0.6s;
    transition: width 0.6s;
  }
  .aside figure {
    display: inline-block;
    vertical-align: top;
  }
  .aside figure img {
    max-width: 68px;
    max-height: 68px;
    position: relative;
  }
  .aside figure figcaption {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    padding: 3px 2px;
    max-width: 68px;
    text-align: center;
    vertical-align: top;
    -webkit-transition: width 0.6s;
    -o-transition: width 0.6s;
    transition: width 0.6s;
    position: relative;
  }
  .aside figure figcaption::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #3aacec;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: width 0.6s;
    -o-transition: width 0.6s;
    transition: width 0.6s;
  }
  .aside figure .pink::before {
    background-color: #f74092;
  }
  .aside figure .green::before {
    background-color: #51d377;
  }
  .aside__descr {
    font-size: 13px;
    line-height: 1.23;
    text-align: left;
    color: #000;
    display: inline-block;
    max-width: 168px;
  }
  .aside__descr span {
    display: block;
    margin-top: 9px;
    font-size: 12px;
    line-height: 1;
    color: #a7a7a7;
  }
  .aside__link {
    font-size: 13px;
    line-height: 1.15;
    text-align: left;
    color: #000;
    text-decoration: underline;
    display: block;
    margin-top: 15px;
  }
  .aside__link--red {
    color: #de0d0d;
    font-weight: bold;
  }
  .aside__link:hover {
    text-decoration: none;
  }
  .aside h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 30px;
    border-right: 3px solid #de0d0d;
  }
  .fixed {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 248px;
  }
  .link {
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
  }
  .link::after {
    content: "";
    background: rgba(66, 91, 249, 0.25);
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50%;
    height: 50%;
    z-index: -1;
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.1, 0, 2.05);
    -o-transition: 0.5s cubic-bezier(0.25, 0.1, 0, 2.05);
    transition: 0.5s cubic-bezier(0.25, 0.1, 0, 2.05);
  }
  .link:hover {
    color: #fff;
  }
  .link:hover:after {
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 100%;
    background: rgba(66, 91, 249, 0.9);
  }
}

@-webkit-keyframes waving {
  to {
    background-position: 80px 50%, 160px 50%;
  }
}

@keyframes waving {
  to {
    background-position: 80px 50%, 160px 50%;
  }
}

@-webkit-keyframes blur {
  from {
    text-shadow: 0px 0px 10px #BFE2FF, 0px 0px 10px #BFE2FF, 0px 0px 25px #BFE2FF, 0px 0px 25px #BFE2FF, 0px 0px 25px #BFE2FF, 0px 0px 25px #425bf9, 0px 0px 50px #425bf9, 0px 0px 50px #425bf9;
  }
}

@keyframes blur {
  from {
    text-shadow: 0px 0px 10px #BFE2FF, 0px 0px 10px #BFE2FF, 0px 0px 25px #BFE2FF, 0px 0px 25px #BFE2FF, 0px 0px 25px #BFE2FF, 0px 0px 25px #425bf9, 0px 0px 50px #425bf9, 0px 0px 50px #425bf9;
  }
}

@-webkit-keyframes to-right {
  from {
    right: -webkit-calc(100% - 100px);
    right: calc(100% - 100px);
  }
  to {
    right: 0px;
  }
}

@keyframes to-right {
  from {
    right: -webkit-calc(100% - 100px);
    right: calc(100% - 100px);
  }
  to {
    right: 0px;
  }
}

@-webkit-keyframes cloud-animation {
  100% {
    background-position: 0px 2em;
  }
}

@keyframes cloud-animation {
  100% {
    background-position: 0px 2em;
  }
}

@-webkit-keyframes witch-word-color {
  0% {
    color: #de0d0d;
  }
  50% {
    color: #50514f;
  }
  100% {
    color: #fff;
  }
}

@keyframes witch-word-color {
  0% {
    color: #de0d0d;
  }
  50% {
    color: #50514f;
  }
  100% {
    color: #fff;
  }
}