/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!
 * 
 *   simple-keyboard v3.7.23
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit;outline:0}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px rgba(0,0,0,.3);box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5,25,70,.53);color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;max-width:272px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:rgba(0,0,0,.03);cursor:pointer}li.hg-candidate-box-list-item:active{background:rgba(0,0,0,.1)}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}
@font-face{font-family:"PragmaticaLightC-Bold";font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/PragmaticaLightC-Bold.woff2?68d530fcefcb8eea018b71c48b69685c) format("woff2"),url(../fonts/PragmaticaLightC-Bold.woff?967c71e12cac5e743ef4bbf418f7eadb) format("woff")}@font-face{font-family:"PragmaticaLightC";font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/PragmaticaLightC.woff2?21a19ef030b45c582dfabb3497eea627) format("woff2"),url(../fonts/PragmaticaLightC.woff?b399b2c756b972b5576114b636aeb192) format("woff")}@font-face{font-family:"LADA Pragmatica";font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/LADAPragmatica-Bold.woff2?f5ba00ed9f5166a3af5ca571f61dd684) format("woff2"),url(../fonts/LADAPragmatica-Bold.woff?1ea92ce682f9bec6d5162b1885a1ba28) format("woff")}@font-face{font-family:"LADA Pragmatica";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/LADAPragmatica-Regular.woff2?762ae1889f5cf69d77596d5b89670083) format("woff2"),url(../fonts/LADAPragmatica-Regular.woff?6c8f92d45e4e94fb5a78145a32f89fd4) format("woff")}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{position:relative;height:100%;margin:0;padding:0;background-color:#1e1e1e;font-family:"LADA Pragmatica",helvetica,sans-serif;font-weight:400;font-size:16px;line-height:1.3;color:#fff;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}*{outline:none !important}input,select,button{border:0;font-family:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-family:"LADA Pragmatica",helvetica,sans-serif;font-weight:700}ul,li{list-style-type:none;margin:0;padding:0}p{margin:0}a{text-decoration:none}img{display:block}svg{display:block;width:100%;height:100%}.main-wrapper{position:relative;width:64rem;height:48rem;margin:auto;background:#63717c;z-index:2;overflow:hidden}.svg-sprite{position:absolute;top:0;left:0;display:none}.button{-ms-flex-negative:0;flex-shrink:0;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5.625rem;padding:.9375rem 1.875rem;background:#e37639;-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:1.5rem;outline:none;font-family:"PragmaticaLightC-Bold",helvetica,sans-serif;font-weight:300;font-size:1.125rem;line-height:.8125rem;color:#fff;text-align:center;text-transform:uppercase;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;z-index:2}.button:active{background-color:#e6873b}.button[disabled]{opacity:.5;cursor:default}.button[data-action=restart]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:3.9375rem;height:3.9375rem;padding:0;border-radius:50%}.button[data-action=restart] svg{width:1.6875rem;height:1.6875rem}@-webkit-keyframes onAutoFillStart{from{opacity:0}to{opacity:1}}@keyframes onAutoFillStart{from{opacity:0}to{opacity:1}}@-webkit-keyframes onAutoFillCancel{from{opacity:0}to{opacity:1}}@keyframes onAutoFillCancel{from{opacity:0}to{opacity:1}}input:-webkit-autofill{-webkit-animation-name:onAutoFillStart;animation-name:onAutoFillStart;-webkit-animation-duration:100ms;animation-duration:100ms;-webkit-transition:background-color 50000s ease-in-out 0s;transition:background-color 50000s ease-in-out 0s}input:not(:-webkit-autofill){-webkit-animation-name:onAutoFillCancel;animation-name:onAutoFillCancel;-webkit-animation-duration:100ms;animation-duration:100ms}.form{position:relative}.form__group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.form__group+.form__group{margin-top:.75rem}.form__group+.form__group_checkbox{margin-top:1.3125rem}.form__label{margin-bottom:.25rem;padding:0 .625rem;font-family:"LADA Pragmatica",helvetica,sans-serif;font-weight:400;font-size:.875rem;line-height:1.0625rem}.form__field{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:block;width:100%;padding:.875rem .625rem;background:#fff;border:none;border-radius:.25rem;-webkit-box-shadow:none !important;box-shadow:none !important;font-family:"LADA Pragmatica",helvetica,sans-serif;font-weight:400;font-size:.875rem;line-height:.9375rem;color:#5b6770;text-align:left;outline:none !important;cursor:text}.form__field::-webkit-input-placeholder{color:#a3acb7;opacity:1;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.form__field::-moz-placeholder{color:#a3acb7;opacity:1;-moz-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.form__field:-ms-input-placeholder{color:#a3acb7;opacity:1;-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.form__field::-ms-input-placeholder{color:#a3acb7;opacity:1;-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.form__field::placeholder{color:#a3acb7;opacity:1;-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.form__field:focus::-webkit-input-placeholder{opacity:0}.form__field:focus::-moz-placeholder{opacity:0}.form__field:focus:-ms-input-placeholder{opacity:0}.form__field:focus::-ms-input-placeholder{opacity:0}.form__field:focus::placeholder,.form__field:focus+.placeholder{opacity:0}.form__field.is-autofilled::-webkit-input-placeholder, .form__field_notempty::-webkit-input-placeholder, .form__field.notempty::-webkit-input-placeholder{opacity:0}.form__field.is-autofilled::-moz-placeholder, .form__field_notempty::-moz-placeholder, .form__field.notempty::-moz-placeholder{opacity:0}.form__field.is-autofilled:-ms-input-placeholder, .form__field_notempty:-ms-input-placeholder, .form__field.notempty:-ms-input-placeholder{opacity:0}.form__field.is-autofilled::-ms-input-placeholder, .form__field_notempty::-ms-input-placeholder, .form__field.notempty::-ms-input-placeholder{opacity:0}.form__field.is-autofilled::placeholder,.form__field.is-autofilled+.placeholder,.form__field_notempty::placeholder,.form__field_notempty+.placeholder,.form__field.notempty::placeholder,.form__field.notempty+.placeholder{opacity:0}.form__field.error{color:#e37639;background-color:#f7cab0}.form__field:disabled{opacity:.5;cursor:not-allowed}span.error{position:absolute;top:100%;left:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;max-width:100%;margin:.3125rem 0 0;padding:.25rem .625rem;background:rgba(138,138,138,.9);border:1px solid rgba(0,0,0,0);border-radius:.625rem;font-weight:400;font-size:.875rem;line-height:1rem;color:#fff;z-index:5;pointer-events:none}span.error:before{content:"";position:absolute;top:-0.5625rem;left:.3125rem;display:block;border:.3125rem solid rgba(0,0,0,0);border-bottom-color:rgba(138,138,138,.9)}.checkbox{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:.1875rem;font-family:"LADA Pragmatica",helvetica,sans-serif;font-weight:400;font-size:.625rem;line-height:.75rem;color:#fff;cursor:pointer}.checkbox+.checkbox{margin-top:.75rem}.checkbox input{position:absolute;top:0;left:0;visibility:hidden}.checkbox input:checked~em{border-color:#e37639;background-color:#e37639}.checkbox input:checked~em svg{opacity:1;color:#fff}.checkbox input.error~em{border-color:#e33939}.checkbox em{position:relative;-ms-flex-negative:0;flex-shrink:0;display:block;width:1.1875rem;height:1.1875rem;margin-right:.5rem;background:#fff;border:1px solid #d1d5db;border-radius:.125rem}.checkbox em svg{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;opacity:0;width:calc(100% + 2px);height:calc(100% + 2px)}.checkbox a,.checkbox span{color:#e37639;text-decoration:none}.checkbox a:active,.checkbox span:active{color:#e6873b;text-decoration:underline}.checkbox div{width:calc(100% - 2.25rem)}.checkbox span.error{width:100%;top:1.25rem}.loader{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding:5rem 14.0625rem;z-index:111;visibility:visible;-webkit-transition:visibility .2s ease-in-out;-o-transition:visibility .2s ease-in-out;transition:visibility .2s ease-in-out}.loader.hidden{visibility:hidden}.loader.hidden .loader__bg,.loader.hidden .loader__logo{opacity:0}.loader__bg{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.84);-webkit-backdrop-filter:blur(22.5px);backdrop-filter:blur(22.5px);z-index:0;opacity:1;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.loader__logo{position:relative;width:16.75rem;height:3.5625rem;z-index:2;opacity:1;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.loader__logo svg{position:absolute;top:0;left:0}@-webkit-keyframes glitch{0%{-webkit-filter:drop-shadow(0.05em 0 0 #00fffc) drop-shadow(-0.03em -0.04em 0 #fc00ff);filter:drop-shadow(0.05em 0 0 #00fffc) drop-shadow(-0.03em -0.04em 0 #fc00ff)}15%{-webkit-filter:drop-shadow(0.05em 0 0 #00fffc) drop-shadow(-0.03em -0.04em 0 #fc00ff);filter:drop-shadow(0.05em 0 0 #00fffc) drop-shadow(-0.03em -0.04em 0 #fc00ff)}16%{-webkit-filter:drop-shadow(-0.05em -0.025em 0 #00fffc) drop-shadow(0.025em 0.035em 0 #fc00ff);filter:drop-shadow(-0.05em -0.025em 0 #00fffc) drop-shadow(0.025em 0.035em 0 #fc00ff)}49%{-webkit-filter:drop-shadow(-0.05em -0.025em 0 #00fffc) drop-shadow(0.025em 0.035em 0 #fc00ff);filter:drop-shadow(-0.05em -0.025em 0 #00fffc) drop-shadow(0.025em 0.035em 0 #fc00ff)}50%{-webkit-filter:drop-shadow(0.05em 0.035em 0 #00fffc) drop-shadow(0.03em 0 0 #fc00ff);filter:drop-shadow(0.05em 0.035em 0 #00fffc) drop-shadow(0.03em 0 0 #fc00ff)}99%{-webkit-filter:drop-shadow(0.05em 0.035em 0 #00fffc) drop-shadow(0.03em 0 0 #fc00ff);filter:drop-shadow(0.05em 0.035em 0 #00fffc) drop-shadow(0.03em 0 0 #fc00ff)}100%{-webkit-filter:drop-shadow(-0.05em 0 0 #00fffc) drop-shadow(-0.025em -0.04em 0 #fc00ff);filter:drop-shadow(-0.05em 0 0 #00fffc) drop-shadow(-0.025em -0.04em 0 #fc00ff)}}@keyframes glitch{0%{-webkit-filter:drop-shadow(0.05em 0 0 #00fffc) drop-shadow(-0.03em -0.04em 0 #fc00ff);filter:drop-shadow(0.05em 0 0 #00fffc) drop-shadow(-0.03em -0.04em 0 #fc00ff)}15%{-webkit-filter:drop-shadow(0.05em 0 0 #00fffc) drop-shadow(-0.03em -0.04em 0 #fc00ff);filter:drop-shadow(0.05em 0 0 #00fffc) drop-shadow(-0.03em -0.04em 0 #fc00ff)}16%{-webkit-filter:drop-shadow(-0.05em -0.025em 0 #00fffc) drop-shadow(0.025em 0.035em 0 #fc00ff);filter:drop-shadow(-0.05em -0.025em 0 #00fffc) drop-shadow(0.025em 0.035em 0 #fc00ff)}49%{-webkit-filter:drop-shadow(-0.05em -0.025em 0 #00fffc) drop-shadow(0.025em 0.035em 0 #fc00ff);filter:drop-shadow(-0.05em -0.025em 0 #00fffc) drop-shadow(0.025em 0.035em 0 #fc00ff)}50%{-webkit-filter:drop-shadow(0.05em 0.035em 0 #00fffc) drop-shadow(0.03em 0 0 #fc00ff);filter:drop-shadow(0.05em 0.035em 0 #00fffc) drop-shadow(0.03em 0 0 #fc00ff)}99%{-webkit-filter:drop-shadow(0.05em 0.035em 0 #00fffc) drop-shadow(0.03em 0 0 #fc00ff);filter:drop-shadow(0.05em 0.035em 0 #00fffc) drop-shadow(0.03em 0 0 #fc00ff)}100%{-webkit-filter:drop-shadow(-0.05em 0 0 #00fffc) drop-shadow(-0.025em -0.04em 0 #fc00ff);filter:drop-shadow(-0.05em 0 0 #00fffc) drop-shadow(-0.025em -0.04em 0 #fc00ff)}}.logo{position:absolute;top:3.75rem;left:3.75rem;width:16.75rem;height:3.5625rem;-webkit-transition:visibility .2s ease-in-out,opacity .2s ease-in-out;-o-transition:visibility .2s ease-in-out,opacity .2s ease-in-out;transition:visibility .2s ease-in-out,opacity .2s ease-in-out;z-index:3}.logo:not(.active){visibility:hidden}.start{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;height:100%;padding:3.75rem;background:url(../images/bg-start.jpg?df7e9525c305a3c7c799244d08efd05d) center/cover no-repeat;visibility:hidden;opacity:0;z-index:1}.start.active{visibility:visible;opacity:1}.start__content{width:23.75rem;padding-bottom:3.75rem}.start__headline{font-family:"PragmaticaLightC",helvetica,sans-serif;font-size:2rem;line-height:2.25rem;text-transform:uppercase}.start__descr{margin-top:2rem;font-weight:400;font-size:1.125rem;line-height:1.375rem}.start__button{width:15.1875rem;margin-top:2.25rem}.test{position:absolute;top:0;left:0;width:100%;height:100%;padding:3.75rem;background:#5b6770;z-index:2;visibility:hidden;opacity:0}.test.active{visibility:visible;opacity:1}.test__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.test__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.test__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;padding-top:7.3125rem;z-index:1}.test__question{position:relative;width:43.75rem;height:8.4375rem;font-family:"PragmaticaLightC-Bold",helvetica,sans-serif;font-weight:300;font-size:1.5rem;line-height:1.6875rem;text-transform:uppercase}.test__answers{display:grid;grid-template-columns:1fr;gap:.875rem;width:43.75rem;margin-top:3.625rem}.test__choice{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.4375rem;border:1px solid #fff;border-radius:6.25rem}.test__choice.active,.test__choice:active{background-color:#e6873b}.test__choice--value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4.125rem;height:4.125rem;margin-right:1rem;background:#e37639;border-radius:50%;font-family:"LADA Pragmatica",helvetica,sans-serif;font-weight:700;font-size:2rem;line-height:1;color:#fff;text-align:center;text-transform:uppercase}.test__choice--text{max-width:32.5rem;font-family:"LADA Pragmatica",helvetica,sans-serif;font-weight:400;font-size:1.25rem;line-height:1.25rem}.test__step{position:absolute;left:50%;bottom:-0.9375rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex}.test__step svg{width:2.0625rem;height:2.0625rem;margin:0 .25rem}.test__step svg.active .orange{opacity:1;-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.test__step svg .orange{opacity:0}.test__button{position:absolute;top:0;right:0}.final{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;background:#5b6770;visibility:hidden;opacity:0}.final.active{visibility:visible;opacity:1}.final.active .final__order{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.final__result{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:3.4375rem 3.125rem 0 2.625rem;padding-top:10.875rem;background:#000}.final__result.active .final__result--bg{opacity:1}.final__result.active .final__result--headline,.final__result.active .final__result--descr{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.final__result--bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity 1.5s .5s ease;-o-transition:opacity 1.5s .5s ease;transition:opacity 1.5s .5s ease}.final__result--bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, color-stop(-30.47%, #000), color-stop(66.55%, rgba(0, 0, 0, 0)));background:-o-linear-gradient(top, #000 -30.47%, rgba(0, 0, 0, 0) 66.55%);background:linear-gradient(180deg, #000 -30.47%, rgba(0, 0, 0, 0) 66.55%)}.final__result--bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.final__result--headline{position:relative;font-family:"PragmaticaLightC",helvetica,sans-serif;font-weight:300;font-size:1.5rem;line-height:1.6875rem;text-transform:uppercase;z-index:1;opacity:0;-webkit-transform:translateY(6.25rem);-ms-transform:translateY(6.25rem);transform:translateY(6.25rem);-webkit-transition:opacity 1s 1s ease,-webkit-transform 1s 1s ease;transition:opacity 1s 1s ease,-webkit-transform 1s 1s ease;-o-transition:opacity 1s 1s ease,transform 1s 1s ease;transition:opacity 1s 1s ease,transform 1s 1s ease;transition:opacity 1s 1s ease,transform 1s 1s ease,-webkit-transform 1s 1s ease}.final__result--descr{position:relative;max-width:65%;margin-top:1rem;font-family:"LADA Pragmatica",helvetica,sans-serif;font-weight:400;font-size:.875rem;line-height:1.0625rem;z-index:1;opacity:0;-webkit-transform:translateY(6.25rem);-ms-transform:translateY(6.25rem);transform:translateY(6.25rem);-webkit-transition:opacity 1s 1.25s ease,-webkit-transform 1s 1.25s ease;transition:opacity 1s 1.25s ease,-webkit-transform 1s 1.25s ease;-o-transition:opacity 1s 1.25s ease,transform 1s 1.25s ease;transition:opacity 1s 1.25s ease,transform 1s 1.25s ease;transition:opacity 1s 1.25s ease,transform 1s 1.25s ease,-webkit-transform 1s 1.25s ease}.final__button{position:absolute;bottom:2.5rem;right:2.5rem;opacity:1;visibility:visible;-webkit-transition:opacity .3s .4s ease,visibility .3s .4s ease;-o-transition:opacity .3s .4s ease,visibility .3s .4s ease;transition:opacity .3s .4s ease,visibility .3s .4s ease}.final__button.disabled{opacity:0;visibility:hidden;-webkit-transition:opacity 0s 0s,visibility 0s 0s;-o-transition:opacity 0s 0s,visibility 0s 0s;transition:opacity 0s 0s,visibility 0s 0s}
