* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  outline: none;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 992px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 13px;
  }
}
.logo {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.logo__bullet {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(img/bottom-bullet.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 180px;
  height: 164px;
  transform: translate(-45%, -5%);
}
@media screen and (max-width: 992px) {
  .logo__bullet {
    background-size: 80%;
  }
}
@media screen and (max-width: 992px) {
  .logo__bullet {
    background-size: 100%;
    transform: translate(-80%, -10%);
  }
}
.logo .social-media {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .logo .social-media {
    display: block;
  }
}
.logo .social-media__icon {
  width: 38px;
  height: 38px;
}
.logo--border {
  position: relative;
}
.logo--border:after {
  content: '';
  height: 66px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #55664b;
  transform: translateY(-30%);
}
@media screen and (max-width: 1200px) {
  .logo--border:after {
    display: none;
  }
}
.navigation__list {
  list-style: none;
  display: flex;
}
.navigation__link {
  display: block;
  color: #b0bb9e;
  text-decoration: none;
  padding: 0.81rem;
  background: rgba(225, 225, 225, 0);
  border-radius: 4px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 300;
}
.navigation__link:hover {
  color: #fff;
  background: rgba(104, 118, 89, 0.2);
}
.navigation__item:not(:last-child) {
  margin-right: 1.56em;
}
.social-media__link {
  display: block;
}
.social-media__icon {
  width: 26px;
  height: 24px;
  fill: rgba(225, 225, 225, 0.7);
  transition: 0.3s;
}
.social-media__icon:hover {
  fill: #fff;
}
.refer {
  display: block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 1.12rem 1.5rem;
  border: 1.1px solid #838968;
  border-radius: 4px;
  transition: 0.3s;
  text-align: center;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.refer:hover {
  border: 1.1px solid #89eb00;
}
.refer--buy {
  border: none;
  font-weight: 700;
  font-size: 1.12rem;
  text-transform: uppercase;
  background: linear-gradient(to bottom, rgba(132, 226, 0, 0.94) 0%, #83e100 2%, #6ab500 98%, rgba(105, 180, 0, 0.94) 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px 0px rgba(132, 226, 0, 0.1);
}
.refer--buy:hover {
  border: none;
  opacity: 0.7;
}
.refer--unactive {
  background: linear-gradient(to bottom, #383838 0%, #2d2d2d 100%);
  box-shadow: 0px 0px 30px 0px rgba(55, 55, 55, 0.1);
}
.refer--unactive:hover {
  background-color: rgba(55, 55, 55, 0.7);
}
.title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title span,
.title a {
  color: #89eb00;
}
.title__headline {
  font-size: 2.25rem;
  color: #bbc1b5;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  margin-bottom: 1.12rem;
}
.title__headline--main {
  position: relative;
  font-size: 4.84rem;
}
.title__headline--main:after {
  content: '';
  position: absolute;
  height: 149px;
  width: 185px;
  left: 0;
  top: 0;
  background: url(img/bullet-left.png);
  transform: translate(0, -50%);
}
.title__headline--main:before {
  content: '';
  position: absolute;
  height: 164px;
  width: 180px;
  right: 0;
  top: 0;
  background: url(img/bullet-right.png);
  transform: translate(70%, -30%);
}
.title__sub-title {
  font-size: 18px;
  color: #89eb00;
  font-weight: 300;
}
.title__sub-title--yellow {
  color: #b0bb9e;
}
.price__cost {
  display: block;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.price__cost span {
  font-weight: 300;
}
.price__sub {
  display: block;
  color: #626160;
  font-size: 16px;
  text-align: center;
}
.benefit-item {
  min-height: 302px;
  padding: 2rem 1rem 0 1rem;
  position: relative;
}
.benefit-item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -4px;
}
.benefit-item--green {
  border-bottom: 4px solid #89eb00;
  color: #89eb00;
  background: url(img/aug.png), radial-gradient(at top, rgba(255, 255, 255, 0) 40%, rgba(137, 235, 0, 0.3) 100%), url(img/grid.png);
  background-size: auto, 200%, 16px;
  background-position: center bottom, center bottom, center center;
  background-repeat: no-repeat, no-repeat, repeat;
}
.benefit-item--green:after {
  background-color: #89eb00;
  box-shadow: 0px 0px 40px 1px rgba(137, 235, 0, 0.5);
}
.benefit-item--green .benefit-item__title {
  text-shadow: 0px 0px 10px #89eb00;
}
.benefit-item--green .benefit-item__icon {
  background: url(img/lock.png);
  background-position: center;
  background-repeat: no-repeat;
}
.benefit-item--orange {
  border-bottom: 4px solid #ebaf00;
  color: #ebaf00;
  background: url(img/mp.png), radial-gradient(at top, rgba(255, 255, 255, 0) 40%, rgba(235, 175, 0, 0.3) 100%), url(img/grid.png);
  background-size: auto, 200%, 16px;
  background-position: center bottom, center bottom, center center;
  background-repeat: no-repeat, no-repeat, repeat;
}
.benefit-item--orange:after {
  background-color: #ebaf00;
  box-shadow: 0px 0px 40px 1px rgba(235, 175, 0, 0.5);
}
.benefit-item--orange .benefit-item__title {
  text-shadow: 0px 0px 10px #ebaf00;
}
.benefit-item--orange .benefit-item__icon {
  background: url(img/share.png);
  background-position: center;
  background-repeat: no-repeat;
}
.benefit-item--pink {
  border-bottom: 4px solid #eb00b0;
  color: #eb00b0;
  background: url(img/ak.png), radial-gradient(at top, rgba(255, 255, 255, 0) 40%, rgba(235, 0, 176, 0.3) 100%), url(img/grid.png);
  background-size: auto, 200%, 16px;
  background-position: center bottom, center bottom, center center;
  background-repeat: no-repeat, no-repeat, repeat;
}
.benefit-item--pink:after {
  background-color: #eb00b0;
  box-shadow: 0px 0px 40px 1px rgba(235, 0, 176, 0.5);
}
.benefit-item--pink .benefit-item__title {
  text-shadow: 0px 0px 10px #eb00b0;
}
.benefit-item--pink .benefit-item__icon {
  background: url(img/download2.png);
  background-position: center;
  background-repeat: no-repeat;
}
.benefit-item--sea {
  border-bottom: 4px solid #00ebd7;
  color: #00ebd7;
  background: url(img/ak2.png), radial-gradient(at top, rgba(255, 255, 255, 0) 40%, rgba(0, 235, 213, 0.3) 100%), url(img/grid.png);
  background-size: auto, 200%, 16px;
  background-position: center bottom, center bottom, center center;
  background-repeat: no-repeat, no-repeat, repeat;
}
.benefit-item--sea:after {
  background-color: #00ebd7;
  box-shadow: 0px 0px 40px 1px rgba(0, 235, 215, 0.5);
}
.benefit-item--sea .benefit-item__title {
  text-shadow: 0px 0px 10px #00ebd7;
}
.benefit-item--sea .benefit-item__icon {
  background: url(img/micro.png);
  background-position: center;
  background-repeat: no-repeat;
}
.benefit-item--blue {
  border-bottom: 4px solid #1581ec;
  color: #1581ec;
  background: url(img/m4.png), radial-gradient(at top, rgba(255, 255, 255, 0) 40%, rgba(0, 117, 235, 0.3) 100%), url(img/grid.png);
  background-size: auto, 200%, 16px;
  background-position: center bottom, center bottom, center center;
  background-repeat: no-repeat, no-repeat, repeat;
}
.benefit-item--blue:after {
  background-color: #1581ec;
  box-shadow: 0px 0px 40px 1px rgba(0, 117, 235, 0.5);
}
.benefit-item--blue .benefit-item__title {
  text-shadow: 0px 0px 10px #1581ec;
}
.benefit-item--blue .benefit-item__icon {
  background: url(img/finger-up.png);
  background-position: center;
  background-repeat: no-repeat;
}
.benefit-item--red {
  border-bottom: 4px solid #eb2700;
  color: #eb2700;
  background: url(img/aug2.png), radial-gradient(at top, rgba(255, 255, 255, 0) 40%, rgba(235, 39, 0, 0.3) 100%), url(img/grid.png);
  background-size: auto, 200%, 16px;
  background-position: center bottom, center bottom, center center;
  background-repeat: no-repeat, no-repeat, repeat;
}
.benefit-item--red:after {
  background-color: #eb2700;
  box-shadow: 0px 0px 40px 1px rgba(235, 39, 0, 0.5);
}
.benefit-item--red .benefit-item__title {
  text-shadow: 0px 0px 10px #eb2700;
}
.benefit-item--red .benefit-item__icon {
  background: url(img/inventory.png);
  background-position: center;
  background-repeat: no-repeat;
}
.benefit-item__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.benefit-item__title {
  font-size: 1.67rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.78rem;
  color: inherit;
}
.benefit-item__description {
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  color: #9a9a9a;
}
.cheat-slider {
  min-height: 492px;
  position: relative;
}
.cheat-slider__slide {
  width: 100%;
  height: 100%;
}
.cheat-slider__controller {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #89eb00;
}
.cheat-slider__control-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background-color: inherit;
  border-radius: 50%;
  background-image: url(img/controller.png);
  background-position: center;
  background-repeat: no-repeat;
}
.video-item {
  position: relative;
  display: block;
  border: 1px solid #313837;
}
.video-item__container {
  width: 100%;
}
.video-item__container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-shadow: inset 0px -50px 26px 0px rgba(0, 0, 0, 0.8), inset 0px 0px 26px 120px rgba(0, 0, 0, 0.5);
}
.video-item__description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
}
.video-item__title {
  width: calc(100% - 80px);
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-item__controller {
  width: 56px;
  height: 50px;
  fill: #fff;
}
.video-item__preview {
  display: block;
  width: 100%;
  position: relative;
}
.video-item__play {
  width: 80px;
  height: 80px;
  background-color: rgba(89, 91, 91, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-item__info {
  font-size: 14px;
  color: #919191;
}
.video-item__name {
  color: #fff;
  margin-bottom: 0.37rem;
}
.offer-item {
  padding: 3.5rem 1.5rem 3.5rem 1.5rem;
  border-top: 4px solid #626160;
  background: radial-gradient(at bottom, rgba(255, 255, 255, 0) 40%, rgba(98, 97, 96, 0.3) 100%);
  background-size: 200%;
}
.offer-item:hover {
  border-top: 4px solid #89eb00;
  background: radial-gradient(at bottom, rgba(255, 255, 255, 0) 40%, rgba(122, 210, 0, 0.3) 100%);
}
.offer-item__list {
  list-style: none;
  margin-bottom: 3.75rem;
}
.offer-item__access {
  display: flex;
}
.offer-item__access:not(:last-child) {
  margin-bottom: 1rem;
}
.offer-item__access-icon {
  margin-right: 8px;
  fill: #89eb00;
  width: 24px;
  height: 20px;
}
.offer-item__position {
  color: #e7e9e4;
  font-size: 16px;
}
.offer-item .price {
  margin: 0 auto 1.75rem auto;
  text-align: center;
}
.offer-item .refer {
  max-width: 150px;
  text-align: center;
  margin: 0 auto;
}
.auth {
  padding: 1.86rem;
  margin-bottom: -1.25rem;
  overflow: hidden;
  max-width: 408px;
  margin: 0 auto;
  background-color: #242828;
  border: 1px solid #373c3c;
  position: relative;
  background-image: url(img/form-sun.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.auth--no-sun {
  background-image: none;
}
.auth .refer {
  margin-bottom: 2.25rem;
}
.auth__close {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #303434;
  border-radius: 2px;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth__close-icon {
  width: 14px;
  height: 14px;
  fill: #fff;
}
.auth__title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.auth__desc {
  font-size: 14px;
  font-weight: 300;
  color: #626160;
  margin-bottom: 1.25rem;
}
.auth__desc span {
  color: #89eb00;
}
.auth__err {
  font-size: 14px;
  font-weight: 300;
  color: #ff0000;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}
.auth__link {
  display: block;
  color: #89eb00;
}
.auth__link--inline {
  display: inline;
}
.auth__link--white {
  color: #fff;
}
.auth__fields {
  padding-top: 1.25rem;
  border-top: 1px solid #626160;
  margin-bottom: 1.62rem;
}
.auth__input-block:not(:last-child) {
  margin-bottom: 1rem;
}
.auth__input {
  min-height: 48px;
  padding: 0 1.25rem;
  width: 100%;
  background-color: #1f2323;
  font-size: 14px;
  color: #fff;
  border: inherit;
  border: 1px solid #373c3c;
}
.range-slider {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
.range-slider__item {
  max-width: 740px;
}
/*! nouislider - 14.2.0 - 3/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
  */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
  */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
  */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  height: 6px;
  width: 100%;
  border-radius: 6px;
  background: linear-gradient(to right, #a2e001 0%, #b1bc00 21%, #b4b300 24%, #be9900 38%, #c29601 39%, #c19500 41%, #c39000 42%, #c58c01 45%, #c78900 45%, #c88200 50%, #ca7f00 50%, #ce7300 56%, #d46b00 60%, #d36600 62%, #d66401 63%, #d76101 66%, #d95e00 66%, #d75f00 66%, #e93500 87%, #f02600 96%, #ee2700 96%, #f02400 97%, #f21f01 100%);
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background-color: #bfff00;
  box-shadow: 0px 0px 17px 1px #bfff00;
  border-radius: 50%;
}
.noUi-handle:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: inherit;
  background-color: #415309;
  transform: translate(-50%, -50%);
  cursor: move;
}
.noUi-marker {
  display: none;
}
.noUi-value {
  display: none;
}
.noUi-label {
  display: inline-block;
  position: absolute;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 500;
}
.noUi-label:after {
  content: '';
  width: 3px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translate(-50%, 100%);
}
#noUi-label0 {
  color: #a3e004;
  text-shadow: 0px 0px 10px #a3e004;
}
#noUi-label0:after {
  background-color: #a3e004;
}
#noUi-label1 {
  color: #ceda00;
  text-shadow: 0px 0px 10px #ceda00;
}
#noUi-label1:after {
  background-color: #ceda00;
}
#noUi-label2 {
  color: #f5b501;
  text-shadow: 0px 0px 10px #f5b501;
}
#noUi-label2:after {
  background-color: #f5b501;
}
#noUi-label3 {
  color: #ff5400;
  text-shadow: 0px 0px 10px #ff5400;
}
#noUi-label3:after {
  background-color: #ff5400;
}
#noUi-label4 {
  color: #ff0101;
  text-shadow: 0px 0px 10px #ff0101;
}
#noUi-label4:after {
  background-color: #ff0101;
}
.noUi-pips-horizontal {
  left: 0;
  width: 100%;
  top: -50px;
}
/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
  *
  */
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.header {
  position: relative;
  z-index: 20;
}
.header__login {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.header__login .social-media {
  margin-right: 3.12rem;
}
.header__login .refer {
  font-weight: 300;
}
.header__login .refer:not(:last-child) {
  margin-right: 1.25rem;
}
@media screen and (max-width: 576px) {
  .header__login .refer:not(:last-child) {
    margin-right: 0;
    max-width: 95.25px;
    margin-top: 24px;
  }
}
.header__refers {
  display: flex;
}
@media screen and (max-width: 576px) {
  .header__refers {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.header .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .header .container {
    align-items: flex-start;
  }
}
.header .logo {
  margin-right: 3rem;
  padding-right: 3.87rem;
  width: 150px;
  height: 88px;
  box-sizing: content-box;
  transform: translateY(-12px);
  position: relative;
}
.header .logo:before {
  content: '';
  width: 100px;
  height: 100px;
  background: radial-gradient(circle 40px at center, rgba(137, 235, 0, 0.1) 40%, rgba(255, 255, 255, 0) 100%);
  transform: translate(-20%, -50%);
  left: 0;
  top: 50%;
  position: absolute;
}
.header .logo__image {
  position: absolute;
}
@media screen and (max-width: 576px) {
  .header .logo {
    border: none;
    transform: translateY(-30px);
    padding-right: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header .navigation {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header .social-media {
    display: none;
  }
}
.footer {
  margin-top: 100px;
}
.footer .logo {
  display: flex;
  margin-bottom: 1.62rem;
}
.footer .logo:before,
.footer .logo:after {
  content: '';
  height: 2px;
  flex: 1;
  align-self: center;
}
.footer .logo:before {
  background-image: linear-gradient(-90deg, #89eb00 0%, rgba(137, 235, 0, 0.95) 9%, rgba(137, 235, 0, 0.83) 22%, rgba(137, 235, 0, 0.21) 74%, rgba(137, 235, 0, 0.08) 88%, rgba(137, 235, 0, 0) 100%);
}
.footer .logo:after {
  background-image: linear-gradient(90deg, #89eb00 0%, rgba(137, 235, 0, 0.95) 9%, rgba(137, 235, 0, 0.83) 22%, rgba(137, 235, 0, 0.21) 74%, rgba(137, 235, 0, 0.08) 88%, rgba(137, 235, 0, 0) 100%);
}
.footer__info {
  display: flex;
  justify-content: space-between;
}
.footer__info .logo {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer__info .logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__info .social-media {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__info {
    justify-content: center;
  }
}
.footer__info-text {
  max-width: 470px;
  font-size: 14px;
  text-align: center;
  color: #869e7e;
}
@media screen and (max-width: 768px) {
  .footer__info-text {
    width: 60%;
    text-align: center;
  }
}
.row {
  display: flex;
  overflow: hidden;
  margin: 0 -1.5rem;
  flex-wrap: wrap;
}
.row--no-gutter {
  margin: 0 -2px;
}
.col {
  width: calc(33.33333% - 3rem);
  margin: 0 1.5rem;
}
.col--no-gutter {
  width: calc(33.33333% - 2px);
  margin: 0 1px;
}
.about {
  padding: 4.12rem 0 6.25rem 0;
  background: url(img/green-effect.png), url(img/bulleft-left-bg.png), url(img/bullet-right-bg.png), url(img/background-main.jpg);
  background-size: contain, auto, auto, cover;
  background-position: top center,
	left center,
	right center,
	center center;
  background-repeat: no-repeat;
  background-color: #000;
  overflow: hidden;
}
.about .title {
  margin-bottom: 2.81rem;
}
@media screen and (max-width: 576px) {
  .about .title__headline:before {
    background: none;
  }
}
@media screen and (max-width: 576px) {
  .about .title__headline:after {
    left: -70px;
    top: -20px;
  }
}
@media screen and (max-width: 576px) {
  .about .title__headline {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .about .title {
    align-items: flex-start;
  }
}
.about__content {
  height: 100vh;
  max-height: 884px;
  min-height: 750px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 576px) {
  .about__content {
    min-height: 250px;
    height: auto;
    margin-top: 20px;
  }
}
.about__backs {
  min-height: 720px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .about__backs {
    width: 100%;
    min-height: 370px;
  }
}
@media screen and (max-width: 450px) {
  .about__backs {
    min-height: 300px;
  }
}
@media screen and (max-width: 380px) {
  .about__backs {
    min-height: 200px;
  }
}
.about__solders {
  max-width: 1206px;
  min-height: 479px;
  width: 100%;
  height: 100%;
  background: url(img/solders.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 52%;
  bottom: -206px;
  transform: translate(-49%, 0);
}
@media screen and (max-width: 576px) {
  .about__solders {
    background-size: 100%;
    left: 0;
    transform: translate(0, 0);
    background-position: 0 20px;
    min-height: 250px;
    bottom: -20px;
  }
}
@media screen and (max-width: 500px) {
  .about__solders {
    bottom: -50px;
    background-position: left 0;
  }
}
.about__effect {
  max-width: 1206px;
  min-height: 720px;
  width: 100%;
  height: 100%;
  background: url(img/effects.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  mix-blend-mode: color-dodge;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 576px) {
  .about__effect {
    min-height: 250px;
  }
}
.about__description {
  max-width: 744px;
  font-size: 18px;
  color: #b0bb9e;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  .about__description {
    text-align: justify;
  }
}
.about__offer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about__offer .price {
  margin-right: 1.4rem;
}
@media screen and (max-width: 576px) {
  .about__offer .price {
    width: 100%;
    margin-bottom: 32px;
  }
}
.about__offer .refer {
  width: 160px;
  text-align: center;
}
.about__offer .refer:not(:last-child) {
  margin-right: 1.6rem;
}
@media screen and (max-width: 576px) {
  .about__offer .refer {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 992px) {
  .about {
    background: url(img/green-effect.png), url(img/background-main.jpg);
    background-size: contain, cover;
    background-position: top center,
		center center;
    background-repeat: no-repeat;
    padding: 45px 0;
  }
}
.benefits {
  background-color: #161a1a;
  padding: 6.25rem 0;
  overflow: hidden;
}
.benefits .container {
  max-width: 1002px;
}
.benefits .row {
  margin-bottom: -4.475rem;
}
@media screen and (max-width: 576px) {
  .benefits .row {
    margin-bottom: -46px;
  }
}
.benefits .col {
  margin-bottom: 4.375rem;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .benefits .col {
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 576px) {
  .benefits .col {
    width: 100%;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 576px) {
  .benefits {
    padding: 45px 0;
  }
}
.cheat-demo {
  background: url(img/background-cheat.jpg);
  background-size: cover;
  padding: 6.25rem 0;
  overflow: hidden;
}
.cheat-demo .title {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 576px) {
  .cheat-demo .title__sub-title {
    text-align: center;
    font-size: 16px;
  }
}
.cheat-demo .container {
  max-width: 1000px;
}
@media screen and (max-width: 992px) {
  .cheat-demo .cheat-slider:after {
    right: 85px !important;
    top: -265px !important;
  }
}
@media screen and (max-width: 992px) {
  .cheat-demo .cheat-slider {
    min-height: auto;
  }
}
.cheat-demo__slider {
  position: relative;
}
.cheat-demo__slider-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-47%, -48%);
  width: 140%;
  height: 190%;
}
.cheat-demo .cheat-slider {
  position: relative;
}
.cheat-demo .cheat-slider:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url(img/cheat-bullet.png);
  width: 185px;
  height: 149px;
  transform: translate(50%, 20%);
}
@media screen and (max-width: 576px) {
  .cheat-demo {
    padding: 45px 0;
    padding-top: 128px;
  }
}
.video-lib {
  padding: 6.25rem 0;
  background-color: #161a1a;
}
.video-lib .container {
  overflow: hidden;
}
.video-lib .col {
  width: calc(33.3333% - (1.5625rem * 2));
  margin: 0 1.5625rem 3.125rem 1.5625rem;
}
@media screen and (max-width: 1200px) {
  .video-lib .col {
    width: calc(50% - (2rem * 2));
    margin: 0 2rem 3.125rem 2rem;
  }
}
@media screen and (max-width: 992px) {
  .video-lib .col {
    width: calc(50% - (1rem * 2));
    margin: 0 1rem 3.125rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .video-lib .col {
    width: 100%;
    margin: 0 0rem 3.125rem 0rem;
  }
}
.video-lib .row {
  margin: 0 -1.5625rem -3.125rem -1.5625rem;
}
@media screen and (max-width: 1200px) {
  .video-lib .row {
    margin: 0 -2rem -3.125rem -2rem;
  }
}
@media screen and (max-width: 992px) {
  .video-lib .row {
    margin: 0 -1rem -3.125rem -1rem;
  }
}
@media screen and (max-width: 768px) {
  .video-lib .row {
    margin: 0 0rem -3.125rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .video-lib {
    padding: 45px 0;
  }
}
.offers {
  padding: 6.25rem 0;
  background: url(img/main-page-eff-bottom.png), url(img/bg-offers.jpg);
  background-size: auto, cover;
  background-position: center bottom, center;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 992px) {
  .offers .title__sub-title {
    text-align: center;
  }
}
.offers .offer-item {
  max-width: 400px;
}
@media screen and (max-width: 992px) {
  .offers .col {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .offers .row {
    margin: 0 -15px;
  }
}
.offers .title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 576px) {
  .offers {
    padding: 45px 0;
  }
}
.cabinet {
  position: relative;
  background-color: #161a1a;
  min-height: 100vh;
  background-image: url(img/green-effect.png), url(img/sun.png), url(img/lk-bg.png);
  background-repeat: no-repeat;
  background-position: top center, top center, center center;
  background-size: auto, auto, cover;
}
@media screen and (max-width: 1200px) {
  .cabinet {
    background-image: url(img/lk-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.cabinet__sun {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(img/bottom-green-effect.png), url(img/bottom-sun.png);
  background-position: center bottom, center bottom;
  background-repeat: no-repeat;
}
.cabinet .header {
  padding: 6.25rem 0;
}
@media screen and (max-width: 992px) {
  .cabinet .header {
    padding: 30px 0 72px 0;
  }
}
.cabinet .header .container {
  flex-wrap: wrap;
}
.cabinet .header__top-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cabinet .header__top-mobile {
    width: 100%;
  }
}
.cabinet .header__top-mobile .refer {
  min-width: 180px;
  font-size: 13px;
  display: flex;
  align-items: center;
  opacity: 0.4;
  max-width: 180px;
  display: none;
}
@media screen and (max-width: 768px) {
  .cabinet .header__top-mobile .refer {
    display: block;
  }
}
.cabinet .header__top-mobile .refer:hover {
  opacity: 1;
}
.cabinet .header__bottom-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .cabinet .header__bottom-mobile {
    display: flex;
  }
}
.cabinet .header__bottom-mobile .navigation {
  display: block !important;
}
.cabinet .header__bottom-mobile .refer {
  max-width: 110px;
  border: 2px solid #d00022;
  min-width: auto;
}
@media screen and (max-width: 1200px) {
  .cabinet .header .navigation {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .cabinet .header .navigation {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cabinet .header__login {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cabinet .header .logo {
    transform: translateY(-16px);
  }
}
@media screen and (max-width: 576px) {
  .cabinet .header .logo {
    max-width: 150px;
    min-width: 150px;
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 576px) {
  .cabinet .header .logo__image {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .cabinet .header .social-media {
    display: none;
  }
}
.cabinet .header__refers .refer:first-child {
  min-width: 180px;
  font-size: 13px;
  display: flex;
  align-items: center;
  opacity: 0.4;
}
.cabinet .header__refers .refer:first-child:hover {
  opacity: 1;
}
.cabinet .header__refers .refer:last-child {
  border: 2px solid #d00022;
  min-width: 110px;
}
.cabinet__content {
  position: relative;
  padding-top: 3.12rem;
  box-shadow: inset 40px 40px 200px 0px rgba(22, 26, 26, 0.6), inset 0px -129px 126px 400px rgba(22, 26, 26, 0.8);
  padding-bottom: 4.25rem;
}
.cabinet__content:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(img/bulleft-left-bg.png);
  width: 179px;
  height: 305px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .cabinet__content:after {
    display: none;
  }
}
.cabinet__content:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(img/bullet-right-bg.png);
  width: 247px;
  height: 416px;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .cabinet__content:before {
    display: none;
  }
}
.cabinet__content--more-shadow {
  box-shadow: inset 40px 40px 200px 500px rgba(22, 26, 26, 0.8), inset 0px -129px 126px 400px rgba(22, 26, 26, 0.8);
}
.cabinet__content .container {
  position: relative;
  z-index: 10;
}
.cabinet__sub {
  padding: 1.325rem 1.875rem;
  background: radial-gradient(ellipse 170px 84px at 77% 110%, rgba(208, 0, 34, 0.4) 45%, rgba(255, 255, 255, 0) 100%);
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3.62rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .cabinet__sub {
    background: radial-gradient(ellipse 170px 84px at 50% 110%, rgba(208, 0, 34, 0.4) 45%, rgba(255, 255, 255, 0) 100%);
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .cabinet__sub {
    background: radial-gradient(ellipse 170px 84px at 10% 110%, rgba(208, 0, 34, 0.4) 45%, rgba(255, 255, 255, 0) 100%);
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 576px) {
  .cabinet__sub {
    padding: 1.325rem 0;
  }
}
.cabinet__sub--active {
  background: radial-gradient(ellipse 170px 84px at 77% 110%, rgba(122, 209, 0, 0.4) 45%, rgba(255, 255, 255, 0) 100%);
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 992px) {
  .cabinet__sub--active {
    background: radial-gradient(ellipse 170px 84px at 50% 110%, rgba(122, 209, 0, 0.4) 45%, rgba(255, 255, 255, 0) 100%);
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .cabinet__sub--active {
    background: radial-gradient(ellipse 170px 84px at 10% 110%, rgba(122, 209, 0, 0.4) 45%, rgba(255, 255, 255, 0) 100%);
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.cabinet__sub--frozen {
  background: radial-gradient(ellipse 170px 84px at 77% 110%, rgba(21, 129, 236, 0.4) 45%, rgba(255, 255, 255, 0) 100%);
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 992px) {
  .cabinet__sub--frozen {
    background: radial-gradient(ellipse 170px 84px at 50% 110%, rgba(21, 129, 236, 0.4) 45%, rgba(255, 255, 255, 0) 100%);
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .cabinet__sub--frozen {
    background: radial-gradient(ellipse 170px 84px at 10% 110%, rgba(21, 129, 236, 0.4) 45%, rgba(255, 255, 255, 0) 100%);
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.cabinet__sub-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 992px) {
  .cabinet__sub-list {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cabinet__sub-item {
  position: relative;
}
@media screen and (max-width: 992px) {
  .cabinet__sub-item {
    width: 50%;
    border-bottom: 1px solid #313735;
    padding-bottom: 24px;
  }
}
.cabinet__sub-item:not(:last-child) {
  margin-right: 18px;
}
@media screen and (max-width: 992px) {
  .cabinet__sub-item:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 992px) {
  .cabinet__sub-item:last-child {
    width: 100%;
  }
}
.cabinet__sub-item:last-child:after {
  content: '';
  position: absolute;
  top: -10px;
  right: -20px;
  transform: translateX(100%);
  width: 185px;
  height: 149px;
  background-image: url(img/bullet-left.png);
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .cabinet__sub-item:last-child:after {
    display: none;
  }
}
.cabinet__sub-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding-right: 3.25rem;
}
@media screen and (max-width: 992px) {
  .cabinet__sub-link {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .cabinet__sub-link {
    padding: 0;
    justify-content: flex-start;
  }
}
.cabinet__sub-link:after {
  content: '';
  width: 1px;
  height: 114%;
  background-color: #313735;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 56px;
}
@media screen and (max-width: 576px) {
  .cabinet__sub-link--first {
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .cabinet__sub-link--second {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .cabinet__sub-link--second:after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .cabinet__sub-link--last {
    margin-left: 10px;
  }
}
@media screen and (max-width: 992px) {
  .cabinet__sub-link--last:after {
    display: none;
  }
}
.cabinet__link-informer {
  width: 15px;
  height: 15px;
  color: #000;
  background-color: #626160;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  transform: translateX(100%);
  top: 0;
}
.cabinet__link-mark {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
}
.cabinet__link-icon {
  width: 65px;
  height: 65px;
  margin-right: 12px;
}
.cabinet__link-icon--download {
  background-image: url(img/download.png);
  background-position: center;
}
.cabinet__link-icon--windows {
  background-image: url(img/windows.png);
  background-position: center;
}
.cabinet__link-icon--list {
  background-image: url(img/list.png);
  background-position: center;
}
.cabinet__offer {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .cabinet__offer {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .cabinet__offer {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin: 0;
    margin-left: 10px;
  }
}
@media screen and (max-width: 992px) {
  .cabinet__offer .refer {
    margin-bottom: 12px;
  }
}
.cabinet .refer {
  min-width: 160px;
  max-width: 160px;
}
.cabinet__status-info {
  margin-right: 1.75rem;
}
.cabinet__status-info--active {
  margin-right: 0;
}
.cabinet__status {
  font-size: 12px;
  font-weight: 300;
  color: #626160;
  display: block;
  text-align: right;
  margin-bottom: 6px;
}
@media screen and (max-width: 576px) {
  .cabinet__status {
    text-align: left;
  }
}
.cabinet__status-unactive {
  font-size: 1.62rem;
  color: #d00022;
  line-height: 0.9;
  display: flex;
}
.cabinet__status-unactive p {
  color: #fff;
}
.cabinet__status-unactive--active {
  font-size: 18px;
  color: #89eb00;
}
.cabinet__status-unactive--frozen {
  font-size: 18px;
  color: #1581ec;
}
.cabinet .title {
  margin-bottom: 3.12rem;
}
.cabinet .title--home {
  align-items: center !important;
  margin-bottom: 3.12rem !important;
}
.cabinet .title--home .title__headline {
  margin-bottom: 1rem;
}
.cabinet .title__headline {
  text-transform: none;
  font-weight: 300;
  font-size: 1.37rem;
  color: #fff;
}
.cabinet .title__sub-title {
  color: #7e817e;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .cabinet .title__sub-title {
    text-align: center;
  }
}
.cabinet .range-slider {
  margin-bottom: 5.62rem;
}
@media screen and (max-width: 768px) {
  .cabinet .range-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cabinet__calculator {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .cabinet__calculator {
    justify-content: flex-start;
  }
}
.cabinet__calculator .refer {
  max-width: 160px;
}
.cabinet__calc-date {
  display: flex;
  margin-right: 28px;
}
.cabinet__calc-date .price:first-child {
  position: relative;
  padding-right: 28px;
  margin-right: 28px;
}
@media screen and (max-width: 576px) {
  .cabinet__calc-date .price:first-child {
    margin-right: 16px;
    padding-right: 16px;
  }
}
.cabinet__calc-date .price:first-child:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 110%;
  width: 1px;
  background-color: #313835;
}
@media screen and (max-width: 576px) {
  .cabinet__calc-date {
    margin-right: 10px;
  }
}
.cabinet__promo {
  display: flex;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .cabinet__promo {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
.cabinet__promo .refer {
  background: linear-gradient(to bottom, #383838 0%, #2d2d2d 100%);
}
.cabinet__code {
  max-width: 160px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 0.6;
  border-radius: 4px;
  padding: 0 20px;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .cabinet__code {
    margin-right: 34px;
  }
}
@media screen and (max-width: 576px) {
  .cabinet__code {
    max-width: 144px;
    margin-right: 10px;
  }
}
.cabinet__profile {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .cabinet__profile {
    flex-direction: column;
    align-items: center;
  }
}
.cabinet .title {
  margin-bottom: 1.5rem;
  align-items: flex-start;
}
.cabinet .title__headline {
  margin-bottom: 0;
}
.cabinet__profile-change-pass {
  min-width: 440px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 992px) {
  .cabinet__profile-change-pass {
    max-width: 345px;
    margin-bottom: 38px;
    min-width: auto;
  }
}
.cabinet__profile-change-pass .auth {
  background-color: transparent;
  border: none;
  max-width: none;
  padding-right: 0;
  padding-top: 0;
}
@media screen and (max-width: 992px) {
  .cabinet__profile-change-pass .auth {
    padding: 0;
  }
}
.cabinet__profile-change-pass .auth .refer {
  max-width: 340px;
  background: none;
  background-color: rgba(121, 208, 0, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(121, 208, 0, 0.1);
  transition: 0.3;
  font-size: 14px;
}
.cabinet__profile-change-pass .auth .refer:hover {
  background-color: #89eb00;
  opacity: 1;
  box-shadow: 0px 0px 30px 0px rgba(121, 208, 0, 0.4);
}
.cabinet__profile-change-pass .auth__desc {
  color: #676767;
}
.cabinet__profile-change-pass .auth__input-block {
  max-width: 340px;
}
.cabinet__profile-change-pass .auth__input {
  background-color: rgba(40, 40, 40, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.cabinet__profile-info {
  max-width: 574px;
  position: relative;
  z-index: 22;
}
@media screen and (max-width: 1100px) {
  .cabinet__profile-info {
    max-width: 476px;
  }
}
@media screen and (max-width: 992px) {
  .cabinet__profile-info {
    max-width: 345px;
  }
}
.cabinet__profile-info-paragraph {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #7e817e;
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #626160;
}
.cabinet__profile-functions {
  display: flex;
}
@media screen and (max-width: 992px) {
  .cabinet__profile-functions {
    flex-direction: column;
  }
}
.cabinet__profile-function-button {
  max-width: 220px;
}
.cabinet__profile-function-button:first-child {
  margin-right: 2.5rem;
}
@media screen and (max-width: 992px) {
  .cabinet__profile-function-button:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cabinet__profile-function-button .refer {
  background-color: rgba(73, 73, 74, 0.9);
  transition: 0.3s;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 1.12rem 1rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1.31rem;
  min-width: 220px;
}
.cabinet__profile-function-button .refer:hover {
  background-color: rgba(126, 173, 60, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(126, 173, 60, 0.3);
}
.cabinet__profile-function-button .refer span {
  color: #95ff00;
}
.cabinet__profile-function-desc {
  font-size: 14px;
  font-weight: 300;
  color: #4e4e50;
  padding-left: 16px;
  position: relative;
}
.cabinet__profile-function-desc svg {
  position: absolute;
  width: 16px;
  height: 18px;
  left: -4px;
  top: -4px;
}
.cabinet__profile-function-desc span {
  display: block;
  color: #9a9f9d;
}
.cabinet .footer {
  position: relative;
  z-index: 5;
}

.alertify .ajs-dimmer{margin:0;background-color:#252525;opacity:.5}.alertify .ajs-dimmer,.alertify .ajs-modal{position:fixed;z-index:1981;top:0;right:0;bottom:0;left:0;padding:0}.alertify .ajs-modal{overflow-y:auto}.alertify .ajs-dialog{position:relative;margin:5% auto;min-height:110px;max-width:500px;padding:24px 24px 0;outline:0;background-color:#fff}.alertify .ajs-dialog.ajs-capture:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:1}.alertify .ajs-reset{position:absolute!important;display:inline!important;width:0!important;height:0!important;opacity:0!important}.alertify .ajs-commands{position:absolute;right:4px;margin:-14px 24px 0 0;z-index:2}.alertify .ajs-commands button{display:none;width:10px;height:10px;margin-left:10px;padding:10px;border:0;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:50%;cursor:pointer}.alertify .ajs-commands button.ajs-close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC)}.alertify .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC)}.alertify .ajs-header{margin:-24px -24px 0;padding:16px 24px;background-color:#fff}.alertify .ajs-body{min-height:56px}.alertify .ajs-body .ajs-content{padding:16px 24px 16px 16px}.alertify .ajs-footer{padding:4px;margin-left:-24px;margin-right:-24px;min-height:43px;background-color:#fff}.alertify .ajs-footer .ajs-buttons.ajs-primary{text-align:right}.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary{float:left;clear:none;text-align:left}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons .ajs-button{min-width:88px;min-height:35px}.alertify .ajs-handle{position:absolute;display:none;width:10px;height:10px;right:0;bottom:0;z-index:1;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);cursor:se-resize}.alertify.ajs-no-overflow .ajs-body .ajs-content{overflow:hidden!important}.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content{left:0;right:0;padding:0}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body{margin-left:-24px;margin-right:-24px}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content{padding:0}.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content{left:0;right:0}.alertify.ajs-closable .ajs-commands button.ajs-close,.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,.alertify.ajs-maximizable .ajs-commands button.ajs-restore{display:inline-block}.alertify.ajs-maximized .ajs-dialog{width:100%!important;height:100%!important;max-width:none!important;margin:0 auto!important;top:0!important;left:0!important}.alertify.ajs-maximized.ajs-modeless .ajs-modal{position:fixed!important;min-height:100%!important;max-height:none!important;margin:0!important}.alertify.ajs-maximized .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=)}.alertify.ajs-maximized .ajs-dialog,.alertify.ajs-resizable .ajs-dialog{padding:0}.alertify.ajs-maximized .ajs-commands,.alertify.ajs-resizable .ajs-commands{margin:14px 24px 0 0}.alertify.ajs-maximized .ajs-header,.alertify.ajs-resizable .ajs-header{position:absolute;top:0;left:0;right:0;margin:0;padding:16px 24px}.alertify.ajs-maximized .ajs-body,.alertify.ajs-resizable .ajs-body{min-height:224px;display:inline-block}.alertify.ajs-maximized .ajs-body .ajs-content,.alertify.ajs-resizable .ajs-body .ajs-content{position:absolute;top:50px;right:24px;bottom:50px;left:24px;overflow:auto}.alertify.ajs-maximized .ajs-footer,.alertify.ajs-resizable .ajs-footer{position:absolute;left:0;right:0;bottom:0;margin:0}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog{min-width:548px}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle{display:block}.alertify.ajs-movable:not(.ajs-maximized) .ajs-header{cursor:move}.alertify.ajs-modeless .ajs-dimmer,.alertify.ajs-modeless .ajs-reset{display:none}.alertify.ajs-modeless .ajs-modal{overflow:visible;max-width:none;max-height:0}.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin{display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC)}.alertify.ajs-modeless.ajs-unpinned .ajs-modal{position:absolute}.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=)}.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body{max-height:500px;overflow:auto}.alertify.ajs-basic .ajs-header{opacity:0}.alertify.ajs-basic .ajs-footer{visibility:hidden}.alertify.ajs-frameless .ajs-header{position:absolute;top:0;left:0;right:0;min-height:60px;margin:0;padding:0;opacity:0;z-index:1}.alertify.ajs-frameless .ajs-footer{display:none}.alertify.ajs-frameless .ajs-body .ajs-content{position:absolute;top:0;right:0;bottom:0;left:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog{padding-top:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands{margin-top:0}.ajs-no-overflow{overflow:hidden!important;outline:0}.ajs-no-overflow.ajs-fixed{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:scroll!important}.ajs-no-selection,.ajs-no-selection *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@-moz-document url-prefix(){.alertify button:focus{outline:1px dotted #3593d2}}.alertify .ajs-dimmer,.alertify .ajs-modal{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-property:opacity,visibility;-o-transition-property:opacity,visibility;transition-property:opacity,visibility;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.25s;-o-transition-duration:.25s;transition-duration:.25s}.alertify.ajs-hidden .ajs-dimmer,.alertify.ajs-hidden .ajs-modal{visibility:hidden;opacity:0}.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-duration:.5s;animation-duration:.5s}.alertify.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-duration:.25s;animation-duration:.25s}.alertify .ajs-dialog.ajs-shake{-webkit-animation-name:ajs-shake;animation-name:ajs-shake;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ajs-shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes ajs-shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-slideIn;animation-name:ajs-slideIn;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-slideOut;animation-name:ajs-slideOut;-webkit-animation-timing-function:cubic-bezier(.6,-.28,.735,.045);animation-timing-function:cubic-bezier(.6,-.28,.735,.045)}.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-zoomIn;animation-name:ajs-zoomIn}.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-zoomOut;animation-name:ajs-zoomOut}.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-fadeIn;animation-name:ajs-fadeIn}.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-fadeOut;animation-name:ajs-fadeOut}.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-pulseIn;animation-name:ajs-pulseIn}.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-pulseOut;animation-name:ajs-pulseOut}.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInX;animation-name:ajs-flipInX}.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutX;animation-name:ajs-flipOutX}.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInY;animation-name:ajs-flipInY}.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutY;animation-name:ajs-flipOutY}@-webkit-keyframes ajs-pulseIn{0%,20%,40%,60%,80%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes ajs-pulseIn{0%,20%,40%,60%,80%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}to{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}to{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@-webkit-keyframes ajs-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ajs-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ajs-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes ajs-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@-webkit-keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@-webkit-keyframes ajs-slideIn{0%{margin-top:-100%}to{margin-top:5%}}@keyframes ajs-slideIn{0%{margin-top:-100%}to{margin-top:5%}}@-webkit-keyframes ajs-slideOut{0%{margin-top:5%}to{margin-top:-100%}}@keyframes ajs-slideOut{0%{margin-top:5%}to{margin-top:-100%}}.alertify-notifier{position:fixed;width:0;overflow:visible;z-index:1982}.alertify-notifier,.alertify-notifier .ajs-message{-webkit-transform:translateZ(0);transform:translateZ(0)}.alertify-notifier .ajs-message{position:relative;width:260px;max-height:0;padding:0;opacity:0;margin:0;-webkit-transition-duration:.25s;-o-transition-duration:.25s;transition-duration:.25s;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}.alertify-notifier .ajs-message.ajs-visible{-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-timing-function:cubic-bezier(.175,.885,.32,1.275);opacity:1;max-height:100%;padding:15px;margin-top:10px}.alertify-notifier .ajs-message.ajs-success{background:rgba(91,189,114,.95)}.alertify-notifier .ajs-message.ajs-error{background:rgba(217,92,92,.95)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95)}.alertify-notifier .ajs-message .ajs-close{position:absolute;top:0;right:0;width:16px;height:16px;cursor:pointer;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:50%;background-color:rgba(0,0,0,.5);border-top-right-radius:2px}.alertify-notifier.ajs-top{top:10px}.alertify-notifier.ajs-bottom{bottom:10px}.alertify-notifier.ajs-right{right:10px}.alertify-notifier.ajs-right .ajs-message{right:-320px}.alertify-notifier.ajs-right .ajs-message.ajs-visible{right:290px}.alertify-notifier.ajs-left{left:10px}.alertify-notifier.ajs-left .ajs-message{left:-300px}.alertify-notifier.ajs-left .ajs-message.ajs-visible{left:0}.alertify-notifier.ajs-center{left:50%}.alertify-notifier.ajs-center .ajs-message{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.alertify-notifier.ajs-center .ajs-message.ajs-visible{left:50%;-webkit-transition-timing-function:cubic-bezier(.57,.43,.1,.65);-o-transition-timing-function:cubic-bezier(.57,.43,.1,.65);transition-timing-function:cubic-bezier(.57,.43,.1,.65)}.alertify-notifier.ajs-center.ajs-top .ajs-message{top:-300px}.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible{top:0}.alertify-notifier.ajs-center.ajs-bottom .ajs-message{bottom:-300px}.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible{bottom:0}.ajs-no-transition.alertify-notifier .ajs-message,.ajs-no-transition.alertify .ajs-dialog,.ajs-no-transition.alertify .ajs-dimmer,.ajs-no-transition.alertify .ajs-modal{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}@media screen and (max-width:568px){.alertify .ajs-dialog{min-width:150px}.alertify:not(.ajs-maximized) .ajs-modal{padding:0 5%}.alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog{min-width:0;min-width:auto}}@media (prefers-reduced-motion:reduce){.alertify-notifier .ajs-message,.alertify .ajs-dialog,.alertify .ajs-dimmer,.alertify .ajs-modal{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}}
.alertify .ajs-dimmer{background-color:rgba(0,0,0,.85);opacity:1}.alertify .ajs-dialog{max-width:50%;min-height:137px;background-color:#f4f4f4;border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none;border-radius:5px}.alertify .ajs-header{padding:1.5rem 2rem;border-bottom:none;border-radius:5px 5px 0 0;color:#555;background-color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.6em;font-weight:700}.alertify .ajs-body{font-family:Roboto,sans-serif;color:#555}.alertify .ajs-body .ajs-content .ajs-input{width:100%;margin:0;padding:.65em 1em;font-size:1em;background-color:#fff;border:1px solid rgba(0,0,0,.15);outline:0;color:rgba(0,0,0,.7);border-radius:.3125em;-webkit-transition:background-color .3s ease-out,border-color .2s ease,-webkit-box-shadow .2s ease;transition:background-color .3s ease-out,border-color .2s ease,-webkit-box-shadow .2s ease;-o-transition:background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;transition:background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;transition:background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease,-webkit-box-shadow .2s ease;-webkit-box-sizing:border-box;box-sizing:border-box}.alertify .ajs-body .ajs-content .ajs-input:active{border-color:rgba(0,0,0,.3);background-color:#fafafa}.alertify .ajs-body .ajs-content .ajs-input:focus{border-color:rgba(0,0,0,.2);color:rgba(0,0,0,.85)}.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content,.alertify.ajs-resizable .ajs-content{top:64px;bottom:74px}.alertify .ajs-footer{background-color:#fff;padding:1rem 2rem;border-top:none;border-radius:0 0 5px 5px}.alertify-notifier .ajs-message{background:hsla(0,0%,100%,.95);color:#000;text-align:center;border:1px solid #ddd;border-radius:2px}.alertify-notifier .ajs-message.ajs-success{color:#fff;background:rgba(91,189,114,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-error{color:#fff;background:rgba(217,92,92,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95);border-color:#999}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
.cocoen{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;line-height:0;margin:0;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cocoen *{-webkit-box-sizing:inherit;box-sizing:inherit}.cocoen:after,.cocoen:before{-webkit-box-sizing:inherit;box-sizing:inherit}.cocoen img,.cocoen picture>img{max-width:none}.cocoen>img,.cocoen>picture>img{display:block;width:100%}.cocoen>div:first-child,picture .cocoen>div{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:50%}.cocoen-drag{background:#89eb00;bottom:0;cursor:ew-resize;left:50%;margin-left:-1px;position:absolute;top:0;width:2px}.cocoen-drag:before{background-color:#89eb00;background-image:url(img/controller.png);background-repeat:no-repeat;background-position:50%;position:absolute;content:"";left:50%;top:50%;width:34px;height:34px;border-radius:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1043;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;-webkit-box-sizing:border-box;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-ajax-holder .mfp-content,.mfp-inline-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:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-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:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:rgba(0,0,0,0);border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none;-ms-touch-action:manipulation;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:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-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:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset rgba(0,0,0,0)}.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:.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%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{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;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(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-height:300px),screen and (max-width:800px) and (orientation:landscape){.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,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;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,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
