.container {
  padding: 0 30px;
}
.container-position {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@at-root {
  @-ms-viewport {
    /* stylelint-disable-line  at-rule-no-vendor-prefix */
    width: device-width;
  }
}
[tabindex='-1']:focus {
  outline: none !important;
}
[role='button'] {
  cursor: pointer;
}
a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  /* stylelint-disable-line  property-no-vendor-prefix */
  min-width: 320px;
  min-height: 100%;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.375;
  color: #000;
  background-color: #fff;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
}
main {
  -ms-flex: 1;
      flex: 1;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:hover,
a:focus {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
h1 {
  font-size: 3.6rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.5em;
}
h6 {
  font-size: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Bluu Next', Georgia, 'Times New Roman', Times, serif;
  font-weight: 400;
  line-height: 1.4;
  color: currentColor;
}
.p,
p,
ul,
ol {
  margin: 0;
}
dl,
blockquote,
pre,
address,
figure,
table {
  margin-top: 0.6875em;
  margin-bottom: 0.6875em;
}
address {
  font-style: normal;
}
ul,
ol {
  padding-left: 0;
}
li {
  line-height: 1.375em;
  list-style-type: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
dd + dt {
  margin-top: 0.6875em;
}
hr {
  margin-top: 1.375em;
  margin-bottom: 1.375em;
  border: 0;
  border-top: 1px solid #5f5f5f;
}
small {
  font-size: 1.3rem;
}
sub,
sup {
  font-size: 70%;
}
mark {
  background: #fcf8e3;
  padding: 0.1em 0.3em;
}
b,
strong {
  font-weight: bolder;
}
abbr[title] {
  border-bottom: 1px dotted;
}
blockquote {
  padding: 0 0 0 0.5em;
  margin-left: 0;
  margin-right: 0;
  border-left: 1px solid #5f5f5f;
}
blockquote p:first-child,
blockquote ul:first-child,
blockquote ol:first-child {
  margin-top: 0;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer {
  text-align: right;
  color: #808080;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
code {
  color: #000;
  background-color: #eceeef;
  padding: 0.06em 0.3em;
  border-radius: 40px;
}
kbd {
  padding: 0.06em 0.3em;
  color: #000;
  background-color: #eceeef;
  border-radius: 40px;
}
kbd kbd {
  padding: 0;
}
pre {
  display: block;
  width: 100%;
  overflow-x: auto;
  background-color: #f7f7f9;
  padding: 1em;
  border-radius: 40px;
  border: 1px solid #eceeef;
  white-space: normal;
  -moz-tab-size: 2;
       tab-size: 2;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-light.woff2") format("woff2"), url("../fonts/opensans-light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Bree Serif";
  src: url("../fonts/BreeSerif-Regular.woff2") format("woff2"), url("../fonts/BreeSerif-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Bluu Next";
  src: url("../fonts/bluunext-bold.woff2") format("woff2"), url("../fonts/bluunext-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Bluu Next";
  src: url("../fonts/bluunext-bolditalic.woff2") format("woff2"), url("../fonts/bluunext-bolditalic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}
.btn {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 1.6rem;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #b0aeae;
  border: 1px solid #000;
  border-radius: 40px;
  transition: 0.2s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:hover,
.btn:focus {
  background-color: transparent;
}
.btn:active {
  background-color: transparent;
}
.page-header {
  padding: 15px 0;
  background-color: #3a3a3a;
}
.page-header__inner {
  padding: 0 30px;
}
.page-header__item {
  padding-bottom: 15px;
  text-align: center;
  font-size: 2.6rem;
}
.page-header__item--exp {
  font-size: 2rem;
  font-style: italic;
}
.page-header__title-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #33e6c5;
}
.page-header__title-link:hover,
.page-header__title-link:focus {
  text-decoration: none;
}
.page-header__title-link:active {
  text-decoration: none;
}
.page-header__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #c000ff;
}
.page-header__link:hover,
.page-header__link:focus {
  text-decoration: none;
}
.page-header__link:active {
  text-decoration: none;
}
.page-footer {
  padding: 25px 0 30px;
  background-color: #3a3a3a;
}
.page-footer__inner {
  padding: 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}
.page-footer__link {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #33e6c5;
}
.page-footer__link:first-child {
  font-weight: 700;
  line-height: 2.9em;
  color: #c000ff;
}
.page-footer__accent {
  text-transform: uppercase;
}
.main-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-nav__item {
  font-size: 1.8rem;
}
.main-nav__link {
  padding: 5px 10px;
  display: block;
  width: 100%;
  color: #33e6c5;
}
.digit {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: linear-gradient(45deg, #443aa0, #4ec5ca);
  color: #fff;
}
.digit__number {
  height: 100px;
  width: 200px;
  margin-left: 10px;
  position: relative;
}
.digit__one-one,
.digit__one-two,
.digit__zero-one,
.digit__zero-two {
  position: absolute;
  top: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.digit__one-one {
  height: 40px;
  width: 20px;
  left: -17px;
  border-radius: 3px;
  background-color: #fff;
  transform: rotate(50deg);
  z-index: 1;
}
.digit__one-two {
  width: 24px;
  height: 100px;
  left: 0;
  border-radius: 3px;
  background-color: #fff;
  z-index: 4;
}
.digit__zero-one,
.digit__zero-two {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 24px solid #fff;
}
.digit__zero-one {
  left: 15px;
  z-index: 3;
}
.digit__zero-two {
  left: 100px;
  z-index: 2;
}
.digit__text {
  display: block;
  text-align: center;
  font-family: 'Open Sans';
  text-transform: uppercase;
  line-height: 6.5rem;
}
.digit__text--big {
  font-size: 81px;
  font-weight: 700;
}
.digit__text--small {
  font-size: 26px;
  font-weight: 300;
  line-height: 3.0rem;
}
.frame {
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.frame__inner {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 400px;
  margin-bottom: 30px;
  border-radius: 3px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.burger {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #3faf82;
}
.burger__toggler {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 80px;
  height: 80px;
  z-index: 100;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.burger__line {
  position: absolute;
  width: 100%;
  height: 8px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  left: 0;
  content: '';
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s, transform 0.3s, background 0.3s 0.5s ease-in-out;
}
.burger__line-1 {
  top: 0px;
}
.burger__line-2 {
  top: 20px;
  transition: box-shadow 0.3s 0.5s, background 0.3s 0.5s, transform 0.3s 0.5s ease-in-out;
}
.burger__line-3 {
  top: 40px;
}
.burger__toggler--close .burger__line-1,
.burger__toggler--close .burger__line-3 {
  transition: top 0.3s, transform 0.3s 0.5s ease-in-out;
  top: 20px;
}
.burger__toggler--close .burger__line-1 {
  transform: rotate3d(0, 0, 1, 45deg);
}
.burger__toggler--close .burger__line-2 {
  background: transparent;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0);
  transform: scaleX(0);
}
.burger__toggler--close .burger__line-3 {
  transform: rotate3d(0, 0, 1, 135deg);
}
.pyramid {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #272c34;
}
.pyramid__circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-clip-path: circle(90px at 90px 90px);
          clip-path: circle(90px at 90px 90px);
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.pyramid__sky {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #7ddffc;
  animation: sky-turns-black 4s cubic-bezier(0.4, 0, 0.49, 1) infinite;
}
.pyramid__sun {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 74px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transform-origin: 50% 380%;
  background: #ffef00;
  animation: sun-goes-down 4s cubic-bezier(0.4, 0, 0.49, 1) infinite;
}
.pyramid__side-left {
  position: absolute;
  z-index: 4;
  top: 68px;
  left: 35px;
  height: 57px;
  width: 116px;
  background: #f4f4f4;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
          clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
  animation: pyramide-shading 4s cubic-bezier(0.4, 0, 0.49, 1) infinite;
}
.pyramid__side-right {
  position: absolute;
  z-index: 5;
  top: 68px;
  left: 93px;
  height: 57px;
  width: 58px;
  background: #dddada;
  -webkit-clip-path: polygon(30% 100%, 100% 100%, 0% 0%);
          clip-path: polygon(30% 100%, 100% 100%, 0% 0%);
  animation: pyramide-shading 4s cubic-bezier(0.4, 0, 0.49, 1) infinite reverse;
}
.pyramid__shadow {
  position: absolute;
  z-index: 3;
  top: 125px;
  left: -80px;
  height: 30px;
  width: 360px;
  background: rgba(0, 0, 0, 0.2);
  transform-origin: 50% 0%;
  -webkit-clip-path: polygon(115px 0%, 230px 0%, 80% 100%);
          clip-path: polygon(115px 0%, 230px 0%, 80% 100%);
  animation: shadow 4s cubic-bezier(0.4, 0, 0.49, 1) infinite;
}
.pyramid__ground {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55px;
  background-color: #f0de75;
  animation: fading-ground 4s cubic-bezier(0.4, 0, 0.49, 1) infinite;
}
@keyframes sun-goes-down {
  0% {
    background: #ffef00;
    transform: rotate(-75deg);
  }
  30% {
    background: #ffef00;
    transform: rotate(-10deg);
  }
  70% {
    background: #ffef00;
  }
  100% {
    background: #f58e09;
    transform: rotate(70deg);
  }
}
@keyframes sky-turns-black {
  0% {
    background: #272c34;
  }
  30% {
    background: #7ddffc;
  }
  70% {
    background: #7ddffc;
  }
  100% {
    background: #272c34;
  }
}
@keyframes pyramide-shading {
  0% {
    background: #272c34;
  }
  30% {
    background: #f4f4f4;
  }
  70% {
    background: #dddada;
  }
  100% {
    background: #272c34;
  }
}
@keyframes shadow {
  0% {
    transform: scaleY(0);
    -webkit-clip-path: polygon(115px 0%, 231px 0%, 100% 100%);
            clip-path: polygon(115px 0%, 231px 0%, 100% 100%);
  }
  30% {
    transform: scaleY(0.5);
    -webkit-clip-path: polygon(115px 0%, 231px 0%, 60% 100%);
            clip-path: polygon(115px 0%, 231px 0%, 60% 100%);
  }
  55% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
    -webkit-clip-path: polygon(115px 0%, 231px 0%, 0% 100%);
            clip-path: polygon(115px 0%, 231px 0%, 0% 100%);
  }
}
@keyframes fading-ground {
  0% {
    background: #272C34;
  }
  30% {
    background: #f0de75;
  }
  70% {
    background: #f0de75;
  }
  100% {
    background: #272C34;
  }
}
.experiment {
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding: 0 50px;
  display: -ms-grid;
  display: grid;
  grid-gap: 5px;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -ms-grid-rows: (400px)[2];
      grid-template-rows: repeat(2, 400px);
}
.experiment__inner {
  overflow: hidden;
}
.desert {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #272c34;
}
.desert__circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-clip-path: circle(90px at 90px 90px);
          clip-path: circle(90px at 90px 90px);
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.desert__sky {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #7ddffc;
  animation: sky 4s cubic-bezier(0.4, 0, 0.49, 1) infinite;
}
.desert__moon {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 74px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transform-origin: 50% 460%;
  background: #f4f4f4;
  animation: moon-move 4s cubic-bezier(0.4, 0, 0.49, 1) infinite;
}
.desert__side-left {
  position: absolute;
  z-index: 5;
  top: 68px;
  left: 35px;
  height: 57px;
  width: 116px;
  background: #f4f4f4;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
          clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
  animation: pyramide-left-side 4s cubic-bezier(0.4, 0, 0.49, 1) infinite;
}
.desert__side-right {
  position: absolute;
  z-index: 6;
  top: 68px;
  left: 93px;
  height: 57px;
  width: 58px;
  background: blue;
  -webkit-clip-path: polygon(30% 100%, 100% 100%, 0% 0%);
          clip-path: polygon(30% 100%, 100% 100%, 0% 0%);
  animation: pyramide-left-side 4s cubic-bezier(0.4, 0, 0.49, 1) infinite reverse;
}
.desert__shadow {
  position: absolute;
  z-index: 4;
  top: 125px;
  left: -80px;
  height: 30px;
  width: 360px;
  background: rgba(0, 0, 0, 0.7);
  transform-origin: 50% 0%;
  -webkit-clip-path: polygon(115px 0%, 230px 0%, 80% 100%);
          clip-path: polygon(115px 0%, 230px 0%, 80% 100%);
  animation: shadow-pyramid 4s cubic-bezier(0.4, 0, 0.49, 1) infinite;
}
.desert__ground {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55px;
  background-color: #ebde92;
  animation: fading-sand 4s cubic-bezier(0.4, 0, 0.49, 1) infinite;
}
@keyframes pyramide-right-side {
  0% {
    background: #272c34;
  }
  30% {
    background: #f4f4f4;
  }
  70% {
    background: #d2d0d0;
  }
  90% {
    background: #b2b1b1;
  }
  100% {
    background: #272c34;
  }
}
@keyframes pyramide-left-side {
  0% {
    background: #272c34;
  }
  30% {
    background: #f4f4f4;
  }
  60% {
    background: #272c34;
  }
  100% {
    background: #272c34;
  }
}
@keyframes moon-move {
  0% {
    background: #fff783;
    transform: rotate(-80deg);
  }
  30% {
    background: #f4f4f4;
    transform: rotate(-15deg);
  }
  70% {
    background: #f4f4f4;
  }
  80% {
    background: #fff783;
  }
  100% {
    background: #fff783;
    transform: rotate(80deg);
  }
}
@keyframes sky {
  0% {
    background: #272c34;
  }
  30% {
    background: #444e5f;
  }
  70% {
    background: #444e5f;
  }
  100% {
    background: #272c34;
  }
}
@keyframes shadow-pyramid {
  0% {
    transform: scaleY(0);
    -webkit-clip-path: polygon(115px 0%, 231px 0%, 100% 100%);
            clip-path: polygon(115px 0%, 231px 0%, 100% 100%);
  }
  30% {
    transform: scaleY(0.7);
    -webkit-clip-path: polygon(115px 0%, 231px 0%, 80% 100%);
            clip-path: polygon(115px 0%, 231px 0%, 80% 100%);
  }
  55% {
    transform: scaleY(0.7);
  }
  75% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
    -webkit-clip-path: polygon(115px 0%, 231px 0%, 0% 100%);
            clip-path: polygon(115px 0%, 231px 0%, 0% 100%);
  }
}
@keyframes fading-sand {
  0% {
    background: #272C34;
  }
  30% {
    background: #e9e1b5;
  }
  75% {
    background: #e9e1b5;
  }
  100% {
    background: #272C34;
  }
}
.round {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #e56262;
}
.round__inner {
  width: 220px;
  height: 220px;
  position: relative;
}
.round__dot {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
.round__dot-1 {
  z-index: 3;
  width: 30px;
  height: 30px;
  top: 95px;
  left: 95px;
  animation: scale-1 2s cubic-bezier(0.24, 0.9, 0.51, 1) infinite alternate;
}
.round__dot-2 {
  z-index: 2;
  width: 60px;
  height: 60px;
  top: 80px;
  left: 80px;
  animation: scale-2 2s cubic-bezier(0.24, 0.9, 0.51, 1) infinite alternate;
}
.round__dot-3 {
  z-index: 1;
  width: 90px;
  height: 90px;
  top: 65px;
  left: 65px;
  animation: scale-3 2s cubic-bezier(0.24, 0.9, 0.51, 1) infinite alternate;
}
@keyframes scale-1 {
  0%,
  70% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-2 {
  0%,
  40% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-3 {
  0%,
  10% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.burger-animation {
  width: 100%;
  height: 400px;
  background-color: #3faf82;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.burger-animation__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 80px;
  height: 80px;
  z-index: 100;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.burger-animation__link > span {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: 8px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: box-shadow 0.3s 0.5s, background 0.3s 0.5s;
}
.burger-animation__link > span:before,
.burger-animation__link > span:after {
  position: absolute;
  width: 100%;
  height: 8px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  left: 0;
  content: '';
  transform-origin: 50% 50%;
  transition: top .3s .6s, transform .3s;
}
.burger-animation__link > span:before {
  top: 20px;
}
.burger-animation__link > span:after {
  top: -20px;
}
.burger-animation__link--close > span {
  transition: box-shadow 0.3s 0, background 0.3s 0;
  background: transparent;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0);
}
.burger-animation__link--close > span:before,
.burger-animation__link--close > span:after {
  transition: top .3s, transform .3s .5s;
  top: 0;
}
.burger-animation__link--close > span:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.burger-animation__link--close > span:after {
  transform: rotate3d(0, 0, 1, 135deg);
}
.day-time {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.day-time.night {
  background: #333;
}
.day-time.day {
  background: lime;
}
.statistic {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #42a7a1;
}
.statistic__card {
  width: 280px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
.statistic__header {
  padding: 10px 15px 15px;
  background-color: #f1ba64;
  color: #fff;
}
.statistic__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.statistic__title,
.statistic__value {
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.statistic__date,
.statistic__type {
  font-family: 'Open Sans', Arial;
  font-size: 11px;
  font-weight: 400;
}
.statistic__parameter {
  padding: 10px 10px 14px;
  text-align: right;
}
.statistic__red,
.statistic__blue {
  padding-left: 25px;
  font-size: 9px;
  color: #808080;
  position: relative;
}
.statistic__red:before,
.statistic__blue:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  display: block;
  width: 10px;
  height: 3px;
}
.statistic__red::before {
  background: #fa7373;
}
.statistic__blue::before {
  background: #7ba2ff;
}
.statistic__container {
  width: 260px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
.statistic__bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
}
.statistic__bg--1 {
  top: 0;
}
.statistic__bg--2 {
  top: 50%;
}
.statistic__bg--3 {
  bottom: 0;
}
.statistic__data {
  position: relative;
}
.statistic__line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.statistic__line polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}
.statistic__line--red {
  stroke: #fa7373;
}
.statistic__line--blue {
  stroke: #7ba2ff;
  top: -3px;
}
.statistic__days {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 10px 15px;
}
.statistic__day {
  font-family: 'Open Sans', Arial;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b0aeae;
}
.profile {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: linear-gradient(45deg, #eebe6c, #ca7c4e);
}
.profile__inner {
  width: 70%;
  max-width: 420px;
  font-family: 'Open Sans', Arial;
  font-weight: 400;
  color: #786450;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
}
.profile__card {
  display: -ms-flexbox;
  display: flex;
}
.profile__item {
  text-align: center;
}
.profile__item--info {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 40px 5px 25px;
}
.profile__item--stats {
  width: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile__image {
  position: relative;
  width: 70px;
  height: 70px;
  background: #f5e8df;
  border-radius: 50%;
  cursor: pointer;
}
.profile__image:hover .profile__circle--1 {
  transform: rotate(360deg);
}
.profile__image:hover .profile__circle--2 {
  transform: rotate(-360deg);
}
.profile__circle {
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  transition: transform 1s ease-in-out;
}
.profile__circle--1 {
  width: 76px;
  height: 76px;
  top: -3px;
  left: -3px;
  border-color: #786450 #786450 #786450 transparent;
}
.profile__circle--2 {
  width: 82px;
  height: 82px;
  top: -6px;
  left: -6px;
  border-color: #786450 transparent #786450 #786450;
}
.profile__name {
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
}
.profile__job {
  font-size: 11px;
  line-height: 11px;
}
.profile__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  margin-top: 35px;
}
.profile__box {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background: #f5e8df;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  transition: all 0.4s ease-in-out;
}
.profile__box:last-child {
  border-bottom: none;
}
.profile__box:hover {
  background: #e1cfc2;
}
.profile__value {
  font-size: 18px;
  font-weight: 600;
}
.profile__parameter {
  font-size: 11px;
  line-height: 11px;
}
.profile__btn {
  width: 120px;
  padding: 5px;
  margin-bottom: 10px;
  background: none;
  border: 1px solid #786450;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: #786450;
}
.profile__btn:hover,
.profile__btn:focus {
  background: #786450;
  color: #fff;
}
.profile__btn:active {
  background: #4b3e31;
}
.notifications {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #264057;
  position: relative;
}
.notifications__panel {
  width: 300px;
  height: 300px;
  background-color: #fff;
  color: #666666;
  border-radius: 3px;
  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 100;
  transition: all 0.5s ease-in-out;
}
.notifications__panel.notifications__show-menu {
  transform: translate3d(135px, 0, 0);
}
.notifications__header {
  padding: 20px;
  background-color: #5f98cd;
  position: relative;
}
.notifications__title {
  font-family: 'Open Sans', Arial, sans-serif;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.notifications__search-icon {
  position: absolute;
  top: 18px;
  right: 20px;
  cursor: pointer;
}
.notifications__search-icon:hover use {
  fill: #fff;
}
.notifications__search-input {
  position: absolute;
  top: 13px;
  right: 55px;
  width: 230px;
  height: 34px;
  border-radius: 20px;
  border: none;
  background-color: #fff;
  padding: 0 15px;
  font-size: 13px;
  color: #666;
  z-index: 150;
  pointer-events: none;
  opacity: 0;
  transform: translateX(15px);
  transition: all 0.3s ease-in-out;
}
.notifications__search-input.notifications__search-show {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.notifications__menu-icon {
  position: absolute;
  top: 0;
  width: 29px;
  height: 15px;
  top: 23px;
  left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 100;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.notifications__menu-icon:hover .notifications__dash {
  background: #fff;
}
.notifications__menu-icon:hover .notifications__icon-circle {
  background: #fff;
}
.notifications__dash {
  position: absolute;
  height: 3px;
  top: 0;
  left: 0;
  background: #b2daff;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.notifications__dash--top {
  width: 20px;
}
.notifications__dash--bottom {
  width: 29px;
  top: auto;
  bottom: 0;
}
.notifications__icon-circle {
  position: absolute;
  height: 7px;
  width: 7px;
  top: -2px;
  right: 0;
  border-radius: 4px;
  background: #b2daff;
  transition: background 0.2s ease-in-out;
}
.notifications__list {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.notifications__line {
  position: absolute;
  top: 0;
  left: 27px;
  bottom: 0;
  width: 3px;
  background: #ebebeb;
}
.notifications__item {
  margin: 25px 20px 0 45px;
  color: #666;
  cursor: pointer;
  position: relative;
}
.notifications__item:hover {
  color: #5f98cd;
}
.notifications__circle {
  position: absolute;
  height: 11px;
  width: 11px;
  top: 0;
  left: -22px;
  background: #fff;
  border: 2px solid #5f98cd;
  border-radius: 6px;
  box-shadow: 0 0 0 3px #fff;
}
.notifications__time {
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 2px;
}
.notifications__text {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
.notifications__text b {
  font-weight: 600;
}
.notifications__menu {
  position: absolute;
  width: 170px;
  height: 270px;
  top: 65px;
  left: 50px;
  margin: 0;
  padding: 10px 0;
  background: #43627d;
  border-radius: 3px;
  transform: translate3d(20px, 0, 0);
  transition: all 0.5s ease-in-out;
}
.notifications__menu.notifications__active-menu {
  transform: translate3d(-20px, 0, 0);
}
.notifications__point {
  color: #93b2cd;
  padding: 15px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.notifications__point:hover {
  color: #fff;
  background: #385269;
}
.notifications__point:hover use {
  fill: #fff;
}
.duotone {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: linear-gradient(30deg, #366b79 0%, #b84181 60%, #f34773 70%);
}
.duotone__circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(at bottom left, #75f5f3 15%, #b84181 60%, #f34773 75%);
  position: relative;
  transition: transform 0.9s cubic-bezier(0.24, 0.9, 0.51, 1);
}
.duotone__circle:hover {
  transform: scale(1.1);
}
.watch {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #4c4c4c;
  color: #fff;
  font-size: 12px;
}
.watch__inner {
  width: 212px;
  height: 212px;
  background: #242424;
  border: 8px solid #3a3a3a;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.watch__ring {
  position: absolute;
  width: 186px;
  height: 186px;
  border: 3px solid;
  border-radius: 50%;
  top: 5px;
  left: 5px;
}
.watch__ring--1 {
  border-color: transparent #f85b5b transparent #f85b5b;
  animation: watchspin 3.5s linear infinite;
  z-index: 10;
}
.watch__ring--2 {
  border: 6px solid;
  border-color: #4c4c4c transparent #4c4c4c transparent;
  z-index: 11;
}
.watch__list {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-transform: uppercase;
}
.watch__time {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}
.watch__energy {
  padding-left: 12px;
}
.watch__icon {
  animation: beat 0.8s ease-in-out infinite;
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.3);
  }
}
@keyframes watchspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.weather {
  width: 100%;
  height: 100%;
  background: #1a2238;
  color: #394568;
  position: relative;
}
.weather__moon {
  position: absolute;
  width: 67px;
  height: 67px;
  top: 45px;
  left: 55px;
  border-radius: 50px;
  background: #f6edbd;
  box-shadow: 0 0 10px #f6edbd;
  overflow: hidden;
}
.weather__crater {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background: #ece1a8;
}
.weather__crater--1 {
  top: 9px;
  left: 28px;
}
.weather__crater--2 {
  top: 12px;
  left: 0;
}
.weather__crater--3 {
  top: 56px;
  left: 10px;
}
.weather__crater--4 {
  width: 6px;
  height: 6px;
  top: 37px;
  left: 49px;
}
.weather__crater--5 {
  width: 6px;
  height: 6px;
  top: 24px;
  left: 61px;
}
.weather__crater--6 {
  width: 6px;
  height: 6px;
  top: 1px;
  left: 37px;
}
.weather__crater--7 {
  width: 6px;
  height: 6px;
  top: 9px;
  left: 45px;
}
.weather__crater--8 {
  width: 6px;
  height: 6px;
  top: 44px;
  left: 11px;
}
.weather__crater--9 {
  width: 6px;
  height: 6px;
  top: 32px;
  left: 37px;
}
.weather__crater--10 {
  width: 6px;
  height: 6px;
  top: 30px;
  left: -3px;
}
.weather__hill {
  position: absolute;
  z-index: 2;
  width: 337px;
  height: 281px;
  background: #26314F;
  border-radius: 50%;
}
.weather__hill--1 {
  top: 200px;
  left: -50px;
}
.weather__hill--2 {
  top: 200px;
  left: 180px;
}
.weather__hill--3 {
  background: #303C5D;
  top: 250px;
  left: -140px;
}
.weather__hill--4 {
  background: #303C5D;
  top: 220px;
  left: 65px;
}
.weather__hill--5 {
  background: #303C5D;
  top: 250px;
  left: 295px;
}
.weather__front {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 25px;
  background: #fff;
  z-index: 200;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.weather__temp {
  padding-right: 10px;
  font-size: 45px;
  line-height: 34px;
}
.weather__info {
  font-size: 15px;
}
.weather__preview {
  font-size: 15px;
  text-align: right;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.weather__preview td {
  font-weight: 400;
  text-transform: uppercase;
}
.weather__preview td:first-child {
  font-weight: 300;
}
.tooltip {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #4cb6de;
  color: #fff;
}
.tooltip__inner {
  width: 300px;
  height: 300px;
}
.tooltip__quote {
  margin: 20px 0 0;
  border: 0;
  padding: 0;
  font-weight: 400;
  position: relative;
}
.tooltip__quote:before {
  display: block;
  position: absolute;
  z-index: 0;
  content: '„';
  font-family: Arial;
  font-size: 250px;
  color: #6ac2e3;
  line-height: 35px;
  top: -100px;
  left: 10px;
}
.tooltip__wrapper {
  position: relative;
  display: inline-block;
  background: #286F8A;
  padding: 0px 7px 3px 7px;
  margin: -10px 0;
  cursor: pointer;
}
.tooltip__wrapper:hover .tooltip__info,
.tooltip__wrapper:focus .tooltip__info {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.tooltip__info {
  position: absolute;
  bottom: 53px;
  left: -85px;
  display: block;
  width: 300px;
  background: #286f8a;
  font-size: 16px;
  line-height: 24px;
  cursor: text;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: all 0.5s ease-out;
}
.tooltip__info:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 14px;
  bottom: -14px;
  left: 0;
}
.tooltip__info:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background: #286F8A;
}
.tooltip__pronounce {
  display: block;
  background: #fff;
  color: #286F8A;
  padding: 10px 15px 10px 15px;
  line-height: 16px;
}
.tooltip__description {
  display: block;
  padding: 10px 10px 15px;
}
.tooltip__text {
  font-size: 24px;
  line-height: 35px;
  position: relative;
  z-index: 2;
}
.tooltip__author {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
}
.gallery {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #f1f1f1;
  color: #fff;
}
.gallery__inner {
  position: relative;
}
.gallery__wrapper {
  width: 290px;
  height: 290px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.gallery__profile {
  position: relative;
  width: 140px;
  height: 140px;
  background: #f9f9f9;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.gallery__profile--1 {
  background-image: url('/img/gallery_photo_1.jpg');
}
.gallery__profile--2 {
  background-image: url('/img/gallery_photo_2.jpg');
}
.gallery__profile--3 {
  background-image: url('/img/gallery_photo_3.jpg');
}
.gallery__profile--4 {
  background-image: url('/img/gallery_photo_4.jpg');
}
.gallery__profile:hover .gallery__plus {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
}
.gallery__profile:hover .gallery__overlay {
  opacity: 0.4;
}
.gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}
.gallery__plus {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 52px;
  left: 54px;
  background: #EC6565;
  border-radius: 50%;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: scale(2);
  pointer-events: none;
  z-index: 2;
}
.gallery__plus:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 2px;
  top: 14px;
  left: 8px;
  background: #fff;
}
.gallery__plus:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 14px;
  top: 8px;
  left: 14px;
  background: #fff;
}
.gallery__detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EC6565;
  overflow: hidden;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.gallery__detail.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.gallery__detail.active .gallery__header {
  transform: translate3d(0, 0, 0);
  transition: all 1s ease-out;
}
.gallery__detail.active .gallery__wrapper-img {
  transform: translate3d(0, 0, 0);
  transition: all 1s ease-out;
}
.gallery__close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
  background: #EC6565;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  z-index: 150;
}
.gallery__close:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 2px;
  top: 24px;
  left: 18px;
  transform: rotate(45deg);
  background: #fff;
}
.gallery__close:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 14px;
  top: 18px;
  left: 24px;
  transform: rotate(45deg);
  background: #fff;
}
.gallery__close:hover {
  background: #fff;
}
.gallery__close:hover:after,
.gallery__close:hover:before {
  background: #EC6565;
}
.gallery__header {
  height: 110px;
  background: #999;
  background-image: url('/img/gallery_header_bg.jpg');
  background-position: 0% 90%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, -105%, 0);
  transition: all 0.5s ease-in;
}
.gallery__wrapper-img {
  position: absolute;
  z-index: 111;
  top: 65px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background: #f1f1f1;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -180%, 0);
  transition: all 0.5s ease-in;
}
.gallery__info {
  padding-top: 50px;
}
.gallery__name {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.gallery__action {
  margin-top: 35px;
  text-align: center;
}
.gallery__btn {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  background: #EC6565;
  color: #fff;
  margin: 0 20px;
  border-radius: 45px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.gallery__btn:hover {
  background: #fff;
  color: #EC6565;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.gallery__btn:hover .gallery__icon use {
  fill: #EC6565;
}
.gallery__icon {
  position: absolute;
  top: 11px;
  left: 11px;
}
.gallery__icon use {
  transition: all 0.2s ease-in-out;
}
.slider {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #f1f1f1;
}
.slider__inner {
  width: 400px;
  height: 400px;
  position: relative;
}
.slider__radio {
  display: none;
}
.slider__circle {
  position: absolute;
  top: 50px;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
.slider__circle--1 {
  left: 115px;
}
.slider__circle--2 {
  left: 175px;
}
.slider__circle--3 {
  left: 235px;
}
.slider__active {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  top: 55px;
  left: 120px;
  z-index: 5;
  transition: all 1s ease;
}
.slider__radio--1:checked ~ .slider__active {
  transform: translateX(0px);
}
.slider__radio--2:checked ~ .slider__active {
  transform: translateX(60px);
}
.slider__radio--3:checked ~ .slider__active {
  transform: translateX(120px);
}
.slider__bg {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 0;
  left: 0;
  border-left: 400px solid #9b59b6;
  border-right: 400px solid #1abc9c;
  transition: all 1s ease;
  transform: translateX(0px);
}
.slider__radio--1:checked ~ .slider__bg {
  transform: translateX(0px);
}
.slider__radio--2:checked ~ .slider__bg {
  transform: translateX(-400px);
}
.slider__radio--3:checked ~ .slider__bg {
  transform: translateX(-800px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    padding: 0 50px;
    max-width: 1199px;
    margin: 0 auto;
  }
  .page-header__inner {
    padding: 0 50px;
    max-width: 1199px;
    margin: 0 auto;
  }
  .page-footer__inner {
    padding: 0 50px;
    max-width: 1199px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  dd {
    margin-left: 1.8em;
  }
  blockquote {
    padding: 0 0 0 1.8em;
    margin-left: 0;
    border-left-width: 5px;
  }
  .page-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .page-header__item {
    padding-bottom: 0;
    padding-right: 30px;
    font-size: 3rem;
    text-align: left;
  }
  .page-header__item--exp {
    font-size: 3rem;
  }
  .frame__inner {
    margin: 5px 5px 30px;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 50px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-header__inner {
    padding: 0 50px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-footer__inner {
    padding: 0 50px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .frame__inner {
    margin: 5px 5px 30px;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999 !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  table {
    border-collapse: collapse !important;
  }
  table td,
  table th {
    background-color: #fff !important;
  }
}

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