* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

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

html, body {
  min-height: 100%;
  position: relative;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font: 16px "Roboto Condensed", sans-serif;
}

input, textarea, select, option, button, label {
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol, menu {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

label, [type='submit'] {
  cursor: pointer;
}

fieldset, [type='submit'] {
  border: none;
}

[class^='icon-'] {
  display: inline-block;
  position: relative;
}

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

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Medium.ttf");
  src: url("../fonts/Oswald-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Medium.ttf");
  font-style: normal;
  font-weight: 500;
}

.menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.menu__item:not(:last-child) {
  margin-right: 30px;
}

.menu__link {
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #6B7476;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu__link:hover {
  color: #F36B39;
}

.menu-hamburger {
  display: none;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .menu-hamburger {
    display: block;
  }
}

.menu-hamburger__item {
  width: 20px;
  height: 2px;
  background-color: #ddd;
}

.menu-hamburger__item:not(:last-child) {
  margin-bottom: 5px;
}

.menu-hamburger_pos_left {
  margin-right: 15px;
}

.menu-hamburger_pos_right {
  margin-left: 15px;
}

.menu-overlay {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
}

@media (max-width: 767px) {
  .menu-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 25px 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 1025px) {
  .header_hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media (max-width: 767px) {
  .header__menu {
    display: none;
  }
}

.header__menu_mob {
  margin: auto;
}

.header__menu_mob .menu {
  display: block;
}

.header__menu_mob .menu__item {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}

.header__menu_mob .menu__item:not(:last-child) {
  margin-right: auto;
  margin-bottom: 15px;
}

.header__btn {
  margin-left: 40px;
}

.logo {
  display: table;
}

.logo__img {
  width: 100px;
}

.container {
  position: relative;
  max-width: 1210px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer {
  padding: 75px 0;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
    padding: 30px 0 55px;
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .footer__row {
    display: block;
  }
}

.footer__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__logo-link {
  margin-right: 92px;
}

@media (max-width: 767px) {
  .footer__logo-link {
    margin: 0 auto 15px;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .footer__info {
    display: block;
    margin-bottom: 55px;
  }
}

.btn {
  display: table;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}

.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.btn_theme_blue {
  color: #000;
  background-image: linear-gradient(135deg, transparent 49%, rgba(0, 0, 0, 0.08) 50%, transparent 51%);
  background-size: 4px 4px;
  -webkit-box-shadow: 5px 5px 0 -2px #000;
          box-shadow: 5px 5px 0 -2px #000;
}

.btn_theme_blue::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #BFFFFF;
  -webkit-box-shadow: inset 7px 6px 0 -1px white;
          box-shadow: inset 7px 6px 0 -1px white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btn_theme_blue:hover {
  -webkit-box-shadow: 0 0 0 #000;
          box-shadow: 0 0 0 #000;
}

.btn_theme_blue:hover::before {
  -webkit-box-shadow: inset 0px 0px 0 -1px white;
          box-shadow: inset 0px 0px 0 -1px white;
}

.btn_theme_blue:focus {
  outline: none;
}

.btn_theme_blue:focus::before {
  background-color: #94E6E6;
  -webkit-box-shadow: inset 0px 0px 0 -1px white;
          box-shadow: inset 0px 0px 0 -1px white;
}

.btn_theme_white {
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0 -2px #000;
          box-shadow: 5px 5px 0 -2px #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btn_theme_white:hover {
  -webkit-box-shadow: 0 0 0 #000;
          box-shadow: 0 0 0 #000;
}

.btn_theme_white:focus {
  outline: none;
}

.btn_size_s {
  min-width: 100px;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
}

.btn_size_m {
  min-width: 178px;
  padding: 0 20px;
  height: 64px;
  line-height: 60px;
}

.btn_disabled {
  color: #6B7476;
}

.btn_disabled::before {
  background-color: white;
}

.btn_disabled::after {
  background-color: #6B7476;
}

.btn_disabled:hover::before, .btn_disabled:hover::after, .btn_disabled:focus::before, .btn_disabled:focus::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.btn_disabled:hover::before, .btn_disabled:focus::before {
  background-color: white;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.btn-group .btn:not(:last-child) {
  margin-right: 10px;
}

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.preloader.is-visible .preloader__grandpa {
  -webkit-animation: grays 2s ease-in-out infinite forwards;
          animation: grays 2s ease-in-out infinite forwards;
}

.preloader.is-visible .grandpa polygon,
.preloader.is-visible .grandpa path,
.preloader.is-visible .grandpa rect {
  -webkit-animation: fade 1s ease-in-out 0.75s forwards;
          animation: fade 1s ease-in-out 0.75s forwards;
}

.preloader.is-visible .grandpa .st0 {
  -webkit-animation: dash-body 2.5s ease-in-out forwards;
          animation: dash-body 2.5s ease-in-out forwards;
}

.preloader.is-visible .grandpa .st105 {
  -webkit-animation: dash-head 2.5s ease-in-out 0.25s forwards;
          animation: dash-head 2.5s ease-in-out 0.25s forwards;
}

.preloader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.preloader__inner {
  margin-top: auto;
  margin-bottom: auto;
}

.preloader__grandpa {
  width: 300px;
  margin: 0 auto;
}

@-webkit-keyframes grays {
  0%, 100% {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  50% {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

@keyframes grays {
  0%, 100% {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  50% {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

.grandpa {
  padding-top: 100px;
}

.grandpa polygon,
.grandpa path,
.grandpa rect {
  opacity: 0;
}

.grandpa .st0 {
  fill: transparent;
  stroke-width: 0;
  opacity: 1;
  stroke: #A8ADB0;
  stroke-dasharray: 1000px;
}

.grandpa .st1 {
  fill: #3F4B4D;
}

.grandpa .st2 {
  fill: #374547;
}

.grandpa .st3 {
  fill: #2A393B;
}

.grandpa .st4 {
  fill: #3B484A;
}

.grandpa .st5 {
  fill: #A3A9AC;
}

.grandpa .st6 {
  fill: #899093;
}

.grandpa .st7 {
  fill: #455153;
}

.grandpa .st8 {
  fill: #3C494B;
}

.grandpa .st9 {
  fill: #4F595B;
}

.grandpa .st10 {
  fill: #727A7C;
}

.grandpa .st11 {
  fill: #A2A8AB;
}

.grandpa .st12 {
  fill: #C2C4C5;
}

.grandpa .st13 {
  fill: #576163;
}

.grandpa .st14 {
  fill: #303F41;
}

.grandpa .st15 {
  fill: #525D5E;
}

.grandpa .st16 {
  fill: #273638;
}

.grandpa .st17 {
  fill: #626B6D;
}

.grandpa .st18 {
  fill: #7A8285;
}

.grandpa .st19 {
  fill: #3D4A4C;
}

.grandpa .st20 {
  fill: #ABB0B2;
}

.grandpa .st21 {
  fill: #636D6F;
}

.grandpa .st22 {
  fill: #6B7476;
}

.grandpa .st23 {
  fill: #7E8689;
}

.grandpa .st24 {
  fill: #8E9497;
}

.grandpa .st25 {
  fill: #7F8789;
}

.grandpa .st26 {
  fill: #8B9294;
}

.grandpa .st27 {
  fill: #B3B7BA;
}

.grandpa .st28 {
  fill: #9AA0A3;
}

.grandpa .st29 {
  fill: #ACB2B4;
}

.grandpa .st30 {
  fill: #A0A5A8;
}

.grandpa .st31 {
  fill: #A3AAAD;
}

.grandpa .st32 {
  fill: #B2B6B8;
}

.grandpa .st33 {
  fill: #A5ABAE;
}

.grandpa .st34 {
  fill: #8F9699;
}

.grandpa .st35 {
  fill: #979EA1;
}

.grandpa .st36 {
  fill: #A0A6A9;
}

.grandpa .st37 {
  fill: #838A8D;
}

.grandpa .st38 {
  fill: #9DA4A7;
}

.grandpa .st39 {
  fill: #70797B;
}

.grandpa .st40 {
  fill: #000E0F;
}

.grandpa .st41 {
  fill: #1E2D2F;
}

.grandpa .st42 {
  fill: #354345;
}

.grandpa .st43 {
  fill: #041415;
}

.grandpa .st44 {
  fill: #1C2B2D;
}

.grandpa .st45 {
  fill: #9AA1A4;
}

.grandpa .st46 {
  fill: #B2B6B9;
}

.grandpa .st47 {
  fill: #B9BCBF;
}

.grandpa .st48 {
  fill: #ADB3B5;
}

.grandpa .st49 {
  fill: #111F20;
}

.grandpa .st50 {
  fill: #7E8688;
}

.grandpa .st51 {
  fill: #788082;
}

.grandpa .st52 {
  fill: #021213;
}

.grandpa .st53 {
  fill: #162426;
}

.grandpa .st54 {
  fill: #2E3C3E;
}

.grandpa .st55 {
  fill: #4C5759;
}

.grandpa .st56 {
  fill: #656F71;
}

.grandpa .st57 {
  fill: #626C6E;
}

.grandpa .st58 {
  fill: #70767A;
}

.grandpa .st59 {
  fill: #B8BABD;
}

.grandpa .st60 {
  fill: #BDC0C2;
}

.grandpa .st61 {
  fill: #868D8F;
}

.grandpa .st62 {
  fill: #A8AEB0;
}

.grandpa .st63 {
  fill: #A9AFB1;
}

.grandpa .st64 {
  fill: #999FA2;
}

.grandpa .st65 {
  fill: #7F8689;
}

.grandpa .st66 {
  fill: #445052;
}

.grandpa .st67 {
  fill: #334143;
}

.grandpa .st68 {
  fill: #29383A;
}

.grandpa .st69 {
  fill: #545E60;
}

.grandpa .st70 {
  fill: #495456;
}

.grandpa .st71 {
  fill: #364446;
}

.grandpa .st72 {
  fill: #6D7678;
}

.grandpa .st73 {
  fill: #A7ACAF;
}

.grandpa .st74 {
  fill: #2C3D3E;
}

.grandpa .st75 {
  fill: #ACB1B3;
}

.grandpa .st76 {
  fill: #D2D3D4;
}

.grandpa .st77 {
  fill: #DFE0E0;
}

.grandpa .st78 {
  fill: #E6E6E5;
}

.grandpa .st79 {
  fill: #6F7779;
}

.grandpa .st80 {
  fill: #C7C8CA;
}

.grandpa .st81 {
  fill: #C7C8C9;
}

.grandpa .st82 {
  fill: #757D7F;
}

.grandpa .st83 {
  fill: #BCBFC1;
}

.grandpa .st84 {
  fill: #CFD0D3;
}

.grandpa .st85 {
  fill: #F57F3F;
}

.grandpa .st86 {
  fill: #F37132;
}

.grandpa .st87 {
  fill: #F3723B;
}

.grandpa .st88 {
  fill: #F36B39;
}

.grandpa .st89 {
  fill: #E06B3A;
}

.grandpa .st90 {
  fill: #F36F3A;
}

.grandpa .st91 {
  fill: #E26D39;
}

.grandpa .st92 {
  fill: #D85F39;
}

.grandpa .st93 {
  fill: #C85D3A;
}

.grandpa .st94 {
  fill: #F26A38;
}

.grandpa .st95 {
  fill: #E7763C;
}

.grandpa .st96 {
  fill: #A14D32;
}

.grandpa .st97 {
  fill: #C65939;
}

.grandpa .st98 {
  fill: #E16339;
}

.grandpa .st99 {
  fill: #B05536;
}

.grandpa .st100 {
  fill: #C7593A;
}

.grandpa .st101 {
  fill: #68391F;
}

.grandpa .st102 {
  fill: #E06533;
}

.grandpa .st103 {
  fill: #844C2B;
}

.grandpa .st104 {
  fill: #EF7C3A;
}

.grandpa .st105 {
  fill: transparent;
  stroke: #F47B41;
  opacity: 1;
  stroke-width: 1px;
  stroke-dashoffset: 1000px;
  stroke-dasharray: 1000px;
}

.grandpa .st106 {
  fill: #F68D55;
}

.grandpa .st107 {
  fill: #B85D38;
}

.grandpa .st108 {
  fill: #DB743B;
}

.grandpa .st109 {
  fill: #D8773D;
}

.grandpa .st110 {
  fill: #F5823E;
}

.grandpa .st111 {
  fill: #F68E55;
}

.grandpa .st112 {
  fill: #F89D6D;
}

.grandpa .st113 {
  fill: #EA7539;
}

.grandpa .st114 {
  fill: #C0623B;
}

.grandpa .st115 {
  fill: #F5803F;
}

.grandpa .st116 {
  fill: #F47739;
}

.grandpa .st117 {
  fill: #F07C3A;
}

.grandpa .st118 {
  fill: #C8673B;
}

.grandpa .st119 {
  fill: #F68849;
}

.grandpa .st120 {
  fill: #F17D3A;
}

.grandpa .st121 {
  fill: #F68B4D;
}

.grandpa .st122 {
  fill: #F36E39;
}

.grandpa .st123 {
  fill: #E96B3A;
}

.grandpa .st124 {
  fill: #A35135;
}

.grandpa .st125 {
  fill: #AD6338;
}

.grandpa .st126 {
  fill: #8B4A2F;
}

.grandpa .st127 {
  fill: #C2703E;
}

.grandpa .st128 {
  fill: #D67E48;
}

.grandpa .st129 {
  fill: #B5633A;
}

.grandpa .st130 {
  fill: #D5733C;
}

.grandpa .st131 {
  fill: #DE7E44;
}

.grandpa .st132 {
  fill: #BC6039;
}

.grandpa .st133 {
  fill: #F79964;
}

.grandpa .st134 {
  fill: #EE8E57;
}

.grandpa .st135 {
  fill: #985232;
}

.grandpa .st136 {
  fill: #D0865C;
}

.grandpa .st137 {
  fill: #F8A273;
}

.grandpa .st138 {
  fill: #FAAF86;
}

.grandpa .st139 {
  fill: #AF623A;
}

.grandpa .st140 {
  fill: #C77846;
}

.grandpa .st141 {
  fill: #9A5434;
}

.grandpa .st142 {
  fill: #F8A275;
}

.grandpa .st143 {
  fill: #E68A51;
}

.grandpa .st144 {
  fill: #F79864;
}

.grandpa .st145 {
  fill: #F68D52;
}

.grandpa .st146 {
  fill: #F79561;
}

.grandpa .st147 {
  fill: #F8A177;
}

.grandpa .st148 {
  fill: #C67541;
}

.grandpa .st149 {
  fill: #E78146;
}

.grandpa .st150 {
  fill: #F8A06D;
}

.grandpa .st151 {
  fill: #F68E52;
}

.grandpa .st152 {
  fill: #904C2F;
}

.grandpa .st153 {
  fill: #AF6639;
}

.grandpa .st154 {
  fill: #BF633B;
}

.grandpa .st155 {
  fill: #EA7E41;
}

.grandpa .st156 {
  fill: #EA9161;
}

.grandpa .st157 {
  fill: #CE713B;
}

.grandpa .st158 {
  fill: #D67D43;
}

.grandpa .st159 {
  fill: #B46439;
}

.grandpa .st160 {
  fill: #D57E48;
}

.grandpa .st161 {
  fill: #F68D51;
}

.grandpa .st162 {
  fill: #C26F3B;
}

.grandpa .st163 {
  fill: #905333;
}

.grandpa .st164 {
  fill: #6F787A;
}

.grandpa .st165 {
  fill: #616A6C;
}

.grandpa .st166 {
  fill: #525C5E;
}

.grandpa .st168 {
  fill: #8D9395;
}

.title {
  font: 400 78px/116px 'Oswald';
}

@media (max-width: 1024px) {
  .title {
    font-size: 64px;
    line-height: normal;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 38px;
    line-height: 56px;
  }
}

.subtitle {
  font: 400 42px/62px 'Oswald';
}

@media (max-width: 1024px) {
  .subtitle {
    font-size: 36px;
    line-height: normal;
  }
}

@media (max-width: 480px) {
  .subtitle {
    font-size: 26px;
    line-height: 39px;
  }
}

.lead {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  padding-bottom: 1em;
}

.text {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 480px) {
  .text {
    font-size: 14px;
  }
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_upper {
  text-transform: uppercase;
}

.text_orange {
  color: #F36B39;
}

.text_mark {
  position: relative;
}

.text_mark::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 9px;
  background: url("../img/icons/wave.svg") center no-repeat;
  background-position: center bottom;
  pointer-events: none;
}

.desc {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 1em;
}

.title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-conversion {
  width: 46px;
  height: 46px;
  background: url("../img/icons/conversion.svg") center no-repeat;
  background-size: contain;
}

.icon-advantage {
  width: 37px;
  height: 38px;
  background: url("../img/icons/advantage.svg") center no-repeat;
  background-size: contain;
}

.icon-loyalty {
  width: 45px;
  height: 40px;
  background: url("../img/icons/loyalty.svg") center no-repeat;
  background-size: contain;
}

.icon-target {
  width: 40px;
  height: 35px;
  background: url("../img/icons/target.svg") center no-repeat;
  background-size: contain;
}

.icon-result {
  width: 38px;
  height: 40px;
  background: url("../img/icons/result.svg") center no-repeat;
  background-size: contain;
}

.icon-search {
  width: 38px;
  height: 40px;
  background: url("../img/icons/search.svg") center no-repeat;
  background-size: contain;
}

.icon-asana {
  width: 44px;
  height: 40px;
  background: url("../img/icons/asana.svg") center no-repeat;
  background-size: contain;
}

.icon-mobile {
  width: 46px;
  height: 46px;
  background: url("../img/icons/mobile.svg") center no-repeat;
  background-size: contain;
}

.icon-infographic {
  width: 36px;
  height: 39px;
  background: url("../img/icons/infographic.svg") center no-repeat;
  background-size: contain;
}

.icon-faq-arrow {
  width: 31px;
  height: 31px;
  background: url("../img/icons/faq-arrow.svg") center no-repeat;
  background-size: contain;
}

.icon-tel {
  width: 17px;
  height: 17px;
  background: url("../img/icons/tel.svg") center no-repeat;
  background-size: contain;
}

.icon-mail {
  width: 17px;
  height: 11px;
  background: url("../img/icons/mail.svg") center no-repeat;
  background-size: contain;
}

.icon-be {
  width: 24px;
  height: 15px;
  background: url("../img/icons/behance.svg") center no-repeat;
  background-size: contain;
}

.icon-fb {
  width: 8px;
  height: 18px;
  background: url("../img/icons/fb.svg") center no-repeat;
  background-size: contain;
}

.icon-inst {
  width: 18px;
  height: 18px;
  background: url("../img/icons/inst.svg") center no-repeat;
  background-size: contain;
}

.icon-cat-rub {
  width: 200px;
  height: 160px;
  background: url("../img/cat-rub.svg") center no-repeat;
  background-size: contain;
}

.icon-cat-style {
  width: 230px;
  height: 190px;
  background: url("../img/cat-style.svg") center no-repeat;
  background-size: contain;
}

.icon-cat-sleep {
  width: 227px;
  height: 215px;
  background: url("../img/cat-sleep.svg") center no-repeat;
  background-size: contain;
}

.icon-down {
  width: 16px;
  height: 22px;
  background: url("../img/icons/down.svg") center no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.icon-callback {
  width: 45px;
  height: 45px;
  background: url("../img/icons/call.svg") center no-repeat;
  background-size: contain;
}

.icon-mouse {
  background: #000 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #F36B39), to(#F36B39));
  background: #000 linear-gradient(transparent 0%, transparent 50%, #F36B39 50%, #F36B39 100%);
  position: relative;
  width: 12px;
  height: 18px;
  background-size: 100% 100%;
  border-radius: 100px;
  background-size: 225%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
          animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}

.icon-mouse:before, .icon-mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.icon-mouse:before {
  width: 10px;
  height: 16px;
  background-color: white;
  border-radius: 100px;
}

.icon-mouse:after {
  background-color: #F36B39;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
          animation: trackBallSlide 5s linear infinite;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21%, 51%, 81% {
    background-color: #000;
  }
  29.99%, 59.99% {
    background-color: #F36B39;
    background-position: 0% 0%;
  }
  30%, 60% {
    background-color: #000;
    background-position: 0% 100%;
  }
  50%, 80% {
    background-position: 0% 0%;
  }
  89.99%, 100% {
    background-color: #F36B39;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21%, 51%, 81% {
    background-color: #000;
  }
  29.99%, 59.99% {
    background-color: #F36B39;
    background-position: 0% 0%;
  }
  30%, 60% {
    background-color: #000;
    background-position: 0% 100%;
  }
  50%, 80% {
    background-position: 0% 0%;
  }
  89.99%, 100% {
    background-color: #F36B39;
  }
}

@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(1.25px);
            transform: scale(0.9) translateY(1.25px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
            transform: scale(0.4) translateY(10px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-5px);
            transform: scale(0.4) translateY(-5px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(1.25px);
            transform: scale(0.9) translateY(1.25px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
            transform: scale(0.4) translateY(10px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-5px);
            transform: scale(0.4) translateY(-5px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(1.25px);
            transform: scale(0.9) translateY(1.25px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
            transform: scale(0.4) translateY(10px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-5px);
            transform: scale(0.4) translateY(-5px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(1.25px);
            transform: scale(0.9) translateY(1.25px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
            transform: scale(0.4) translateY(10px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-5px);
            transform: scale(0.4) translateY(-5px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(1.25px);
            transform: scale(0.9) translateY(1.25px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
            transform: scale(0.4) translateY(10px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-5px);
            transform: scale(0.4) translateY(-5px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(1.25px);
            transform: scale(0.9) translateY(1.25px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
            transform: scale(0.4) translateY(10px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-5px);
            transform: scale(0.4) translateY(-5px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
}

@-webkit-keyframes nudgeMouse {
  0%, 30%, 60%, 90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 50%, 80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@keyframes nudgeMouse {
  0%, 30%, 60%, 90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 50%, 80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.input {
  display: block;
  width: 100%;
  height: 64px;
  border: 2px solid #000;
  font-size: 16px;
  padding: 0 30px;
}

.input::-webkit-input-placeholder {
  color: rgba(107, 116, 118, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.input::-moz-placeholder {
  color: rgba(107, 116, 118, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.input:-moz-placeholder {
  color: rgba(107, 116, 118, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.input:-ms-input-placeholder {
  color: rgba(107, 116, 118, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

@media (max-width: 480px) {
  .input {
    height: 54px;
    padding: 15px;
  }
}

.input:focus::-webkit-input-placeholder {
  color: rgba(107, 116, 118, 0.15);
}

.input:focus::-moz-placeholder {
  color: rgba(107, 116, 118, 0.15);
}

.input:focus:-moz-placeholder {
  color: rgba(107, 116, 118, 0.15);
}

.input:focus:-ms-input-placeholder {
  color: rgba(107, 116, 118, 0.15);
}

.textarea {
  display: block;
  width: 100%;
  height: 135px;
  border: 2px solid #000;
  resize: none;
  padding: 22px 30px;
  font-size: 16px;
}

.textarea::-webkit-input-placeholder {
  color: rgba(107, 116, 118, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.textarea::-moz-placeholder {
  color: rgba(107, 116, 118, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.textarea:-moz-placeholder {
  color: rgba(107, 116, 118, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.textarea:-ms-input-placeholder {
  color: rgba(107, 116, 118, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

@media (max-width: 480px) {
  .textarea {
    height: 170px;
    padding: 17px 15px;
  }
}

.textarea:focus::-webkit-input-placeholder {
  color: rgba(107, 116, 118, 0.15);
}

.textarea:focus::-moz-placeholder {
  color: rgba(107, 116, 118, 0.15);
}

.textarea:focus:-moz-placeholder {
  color: rgba(107, 116, 118, 0.15);
}

.textarea:focus:-ms-input-placeholder {
  color: rgba(107, 116, 118, 0.15);
}

.form {
  position: relative;
  z-index: 1;
}

.form__field:not(:last-child) {
  margin-bottom: 10px;
}

.form__field-changer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__field-changer .input {
  margin-right: 45px;
}

@media (max-width: 480px) {
  .form__field-changer .input {
    margin-right: 17px;
  }
}

.form__field-changer .type-changer {
  margin-right: 42px;
}

@media (max-width: 480px) {
  .form__field-changer .type-changer {
    margin-right: 0;
  }
}

.form__submit {
  margin-left: auto;
  background-color: #fff;
}

@media (max-width: 480px) {
  .form__submit {
    margin-right: auto;
    margin-top: 20px;
  }
}

.form__tip {
  width: 100%;
  max-width: 305px;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  right: 0;
  bottom: calc(100% + 15px);
}

@media (max-width: 480px) {
  .form__tip {
    font-size: 12px;
  }
}

.form__tip::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url("../img/icons/form-tip-arrow.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
}

@media (max-width: 480px) {
  .form__tip::before {
    top: auto;
    bottom: -20px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.type-changer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100px;
  height: 50px;
  border: 2px solid #000;
  border-radius: 30px;
  position: relative;
  background-color: #fff;
}

.type-changer:hover .type-changer__roll::before {
  background-color: #94E6E6;
}

.type-changer:hover .type-changer__roll_right::before {
  background-color: #F36B39;
}

.type-changer__item {
  width: 50px;
  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;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.type-changer__roll {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  border-radius: 30px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: change;
  overflow: hidden;
}

.type-changer__roll::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #BFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.type-changer__roll_right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.type-changer__roll_right::before {
  background-color: #FFA173;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.modal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  overflow: auto;
}

.modal__title {
  margin-bottom: 70px;
  position: relative;
}

.modal__title_thanks {
  margin-bottom: 30px;
}

.modal__text {
  padding-bottom: 1em;
  position: relative;
}

.modal__btn {
  z-index: 1;
  margin-top: 15px;
}

.modal-wrapper {
  margin: auto;
}

.modal-container {
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.modal-inner {
  padding: 55px;
  background-image: linear-gradient(135deg, #FFA173, #F36B39);
  border: 2px solid #000;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #ffffff;
}

@media (max-width: 480px) {
  .modal-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modal-inner::before {
  content: '';
  width: 287px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/modal-bg.svg") center right no-repeat;
  background-size: cover;
  pointer-events: none;
}

.modal-inner::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 6px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 480px) {
  .modal-inner::after {
    display: none;
  }
}

.modal-inner:hover::after {
  -webkit-transform: translate3d(-3px, -4px, 0);
          transform: translate3d(-3px, -4px, 0);
}

.modal-close {
  width: 60px;
  height: 60px;
  border: none;
  background: url("../img/icons/close.svg") center no-repeat;
  background-size: 20px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.modal-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles. */
.modal-enter, .modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container, .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.modal-sale {
  padding: 55px 0;
}

.modal-sale__img {
  width: 455px;
  position: relative;
  margin-bottom: 30px;
}

.modal-sale .modal__title {
  margin-bottom: 8px;
}

.modal-sale .modal__text {
  margin-bottom: 25px;
}

.section-background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 480px) {
  .section-background {
    overflow: hidden;
  }
}

.grid-bg {
  width: 128px;
  height: 128px;
  background: url("../img/grid-bg.svg") center no-repeat;
  background-size: contain;
  position: absolute;
}

.intro-section {
  position: relative;
  overflow: hidden;
}

.intro-section__background .grid-bg_left {
  top: 50%;
}

.intro-section__background .grid-bg_right {
  top: 30%;
  right: 5%;
}

.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding: 60px 0;
  position: relative;
}

@media (max-width: 1024px) {
  .intro__inner {
    padding-top: 120px;
  }
}

@media (max-width: 480px) {
  .intro__inner {
    padding-top: 110px;
  }
}

.intro__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0;
}

@media (max-width: 1024px) {
  .intro__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.intro__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.intro__content {
  max-width: 665px;
  margin-right: 160px;
}

@media (max-width: 1024px) {
  .intro__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
}

.intro__image {
  position: relative;
}

@media (max-width: 1024px) {
  .intro__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .intro__image {
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .intro__image {
    margin-bottom: 40px;
  }
}

.intro__image img {
  display: block;
  width: 100%;
  max-width: 488px;
  margin: 0 auto;
}

.intro__title {
  margin-bottom: 56px;
}

@media (max-width: 1024px) {
  .intro__title {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .intro__title {
    min-height: 112px;
    margin-bottom: 20px;
  }
}

.intro-action {
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .intro-action {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .intro-action {
    display: block;
    text-align: center;
  }
}

.intro-action__text {
  font-size: 22px;
  line-height: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 35px;
}

@media (max-width: 480px) {
  .intro-action__text {
    font-size: 16px;
    line-height: 24px;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.intro-action__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 480px) {
  .intro-action__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.intro-more {
  position: absolute;
  bottom: 60px;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .intro-more {
    display: none;
  }
}

.intro-more__icon {
  margin-right: 15px;
}

.sale-section {
  padding: 86px 0 117px;
  position: relative;
  z-index: 1;
  background-color: #F36B39;
  overflow: hidden;
}

.sale-section__background .grid-bg_right {
  bottom: 8%;
  right: 20%;
}

.casino {
  width: 100%;
  max-width: 727px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #000;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 5px 5px 0 #000;
          box-shadow: 5px 5px 0 #000;
}

.casino::before {
  content: '';
  width: 345px;
  height: 340px;
  background: url("../img/casino-l.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: -240px;
  bottom: -50px;
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .casino::before {
    display: none;
  }
}

.casino::after {
  content: '';
  width: 300px;
  height: 340px;
  background: url("../img/casino-r.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  right: -235px;
  top: 50px;
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .casino::after {
    display: none;
  }
}

.casino__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #000;
}

.casino__close {
  width: 33px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 2px solid #000;
  background: url("../img/icons/close.svg") center no-repeat;
  background-size: 20px;
}

.casino__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 0;
}

@media (max-width: 480px) {
  .casino__title {
    font-size: 10px;
  }
}

.casino__body {
  padding: 10px 0 25px;
}

.casino__wrapper {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("../img/casino-2.svg") center no-repeat;
}

@media (max-width: 480px) {
  .casino__wrapper {
    min-height: 270px;
  }
}

.casino__inner {
  margin-top: auto;
}

.casino__btn {
  position: relative;
  z-index: 1;
  margin-bottom: -10px;
}

.glitch-img {
  background: url("../img/glitch.gif") center no-repeat;
  background-size: 120%;
  position: absolute;
  width: 100%;
  height: 100%;
}

.glitch-img__cover {
  position: relative;
  width: 488px;
  height: 302px;
}

@media (max-width: 767px) {
  .glitch-img__cover {
    width: 450px;
  }
}

@media (max-width: 480px) {
  .glitch-img__cover {
    width: 280px;
  }
}

.results-section {
  padding: 110px 0 35px;
  position: relative;
}

@media (max-width: 480px) {
  .results-section {
    padding: 60px 0 63px;
  }
}

.results-section__background .grid-bg_top {
  top: -64px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.results-section__background .grid-bg_left {
  top: 38%;
  left: 33%;
}

.results-section__background .grid-bg_right {
  top: 55%;
  left: 75%;
}

.results-section__background .double-line-bg {
  width: 565px;
  height: 760px;
  position: absolute;
  top: 5%;
  right: 5%;
  background: url("../img/double-line-bg.svg") center no-repeat;
  background-size: contain;
}

.results-section__background .line-short-bg {
  width: 301px;
  height: 301px;
  position: absolute;
  left: 5%;
  top: 30%;
  background: url("../img/line-short-bg.svg") center no-repeat;
}

.results-section__title {
  max-width: 420px;
  margin-bottom: 55px;
}

@media (max-width: 1024px) {
  .results-section__title {
    margin-left: auto;
    margin-right: auto;
  }
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 110px;
}

@media (max-width: 1024px) {
  .results-grid {
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .results-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.results-item__icon {
  min-height: 215px;
  margin-bottom: 30px;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .results-item__icon {
    min-height: auto;
  }
}

.results-item__title {
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 13px;
}

.results-item__text {
  color: #6b7476;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 60px;
}

@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .services-grid {
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.services-item {
  height: 260px;
}

@media (max-width: 767px) {
  .services-item {
    height: auto;
    margin-bottom: 16px;
  }
}

.services-item_theme_white {
  border: 2px solid;
}

.services-item__inner {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  background-color: #fff;
  padding: 0 20px 20px;
  height: 100%;
}

@media (max-width: 767px) {
  .services-item__inner {
    padding-top: 25px;
  }
}

.services-item__inner::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: -7px;
  bottom: -7px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.services-item__inner:hover::before {
  -webkit-transform: translate3d(-3px, -3px, 0);
          transform: translate3d(-3px, -3px, 0);
}

.services-item__icon {
  margin-bottom: 20px;
}

.services-item__title {
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .services-item__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
  }
}

.services-item__text {
  color: #6B7476;
}

.services-item__single-title {
  padding-right: 50px;
}

@media (max-width: 767px) {
  .services-item__single-title {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.clients-section {
  padding: 155px 0 155px;
  position: relative;
}

@media (max-width: 480px) {
  .clients-section {
    padding: 63px 0 55px;
  }
}

.clients-section__background .grid-bg_top {
  top: 10%;
  left: 15%;
}

.clients-section__background .triangle-bg {
  width: 342px;
  height: 342px;
  position: absolute;
  top: 20%;
  left: 2%;
  background: url("../img/triangle-bg.svg") center no-repeat;
  background-size: contain;
}

.clients__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .clients__row {
    display: block;
  }
}

.clients__content {
  width: 320px;
  margin-right: 95px;
}

@media (max-width: 1024px) {
  .clients__content {
    width: auto;
    margin-right: 0;
  }
}

.clients__logos {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1024px) {
  .clients__title {
    margin-bottom: 50px;
  }
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 65px 70px;
}

@media (max-width: 480px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 45px 30px;
  }
}

.logo-item {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-item__image {
  max-width: 160px;
  max-height: 55px;
}

.cta-section {
  padding: 35px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFA173), to(#F36B39));
  background-image: linear-gradient(to right, #FFA173, #F36B39);
}

.cta__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta__row {
    display: block;
    text-align: center;
  }
}

.cta__title {
  color: white;
  margin-right: 32px;
}

@media (max-width: 767px) {
  .cta__title {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

.cta__price {
  color: white;
  margin-right: 55px;
  font-size: 67px;
  line-height: 62px;
  -webkit-text-stroke: 2px #000;
  position: relative;
}

@media (max-width: 767px) {
  .cta__price {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.cta__price::after {
  content: attr(data-price);
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 0;
  color: #BFFFFF;
}

.cta__price-rub {
  color: white;
  font-size: 50px;
  line-height: 50px;
  margin-right: 20px;
  -webkit-text-stroke: 2px #000;
  position: relative;
}

@media (max-width: 767px) {
  .cta__price-rub {
    display: inline-block;
    line-height: normal;
  }
}

.cta__price-rub::after {
  content: attr(data-price);
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 0;
  color: #BFFFFF;
}

@media (max-width: 767px) {
  .cta__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.portfolio-section {
  padding: 110px 0;
  position: relative;
}

@media (max-width: 480px) {
  .portfolio-section {
    padding: 35px 0 65px;
  }
}

.portfolio-section__background .grid-bg_left {
  top: 18%;
  left: 5%;
}

.portfolio-section__background .grid-bg_right {
  bottom: 10%;
  right: 5%;
}

.portfolio-section__title {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .portfolio-section__title {
    margin-bottom: 45px;
  }
}

.portfolio-section__btn {
  margin-left: auto;
}

@media (max-width: 767px) {
  .portfolio-section__btn {
    display: none;
  }
}

.portfolio-section__btn-icon {
  margin-right: 14px;
}

.portfolio-slider {
  width: calc((100vw - 1210px)/2 + 1210px - 20px);
  margin-left: auto;
  padding-top: 10px;
}

@media (max-width: 1170px) {
  .portfolio-slider {
    width: 100%;
    padding: 0 20px;
  }
}

.portfolio-slider .owl-stage-outer {
  padding-top: 10px;
}

.portfolio-slider__item {
  width: 355px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 480px) {
  .portfolio-slider__item {
    width: auto;
  }
}

.portfolio-slider__item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.portfolio-slider__item-image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-slider__item-image-box {
  height: 430px;
  position: relative;
  margin-bottom: 10px;
}

.portfolio-slider__item-link {
  position: absolute;
  z-index: 1;
  right: 27px;
  bottom: 35px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  background: #fff url("../img/icons/link-arrow.svg") center no-repeat;
  background-size: 16px;
  -webkit-box-shadow: 3px 3px 0 -1px;
          box-shadow: 3px 3px 0 -1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 480px) {
  .portfolio-slider__item-link {
    bottom: -42px;
    right: 2px;
  }
}

.portfolio-slider__item-link:hover {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.portfolio-slider__item-title {
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: normal;
}

@media (max-width: 480px) {
  .portfolio-slider__item-title {
    padding-right: 45px;
    padding-bottom: 5px;
  }
}

@media (max-width: 1170px) {
  .portfolio-slider .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  .portfolio-slider .owl-nav {
    padding-top: 20px;
  }
}

.portfolio-slider .owl-nav button.owl-prev, .portfolio-slider .owl-nav button.owl-next {
  width: 76px;
  height: 76px;
  border: 2px solid #000;
  background: #fff url("../img/icons/slider-arrow.svg") center no-repeat;
  background-size: 12px 22px;
  position: absolute;
  top: calc(50% - 38px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 1170px) {
  .portfolio-slider .owl-nav button.owl-prev, .portfolio-slider .owl-nav button.owl-next {
    position: static;
  }
}

@media (max-width: 480px) {
  .portfolio-slider .owl-nav button.owl-prev, .portfolio-slider .owl-nav button.owl-next {
    width: 64px;
    height: 64px;
  }
}

.portfolio-slider .owl-nav button.owl-prev:hover, .portfolio-slider .owl-nav button.owl-next:hover {
  background-color: #BFFFFF;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.portfolio-slider .owl-nav .owl-prev {
  -webkit-box-shadow: 5px 5px 0 -1px;
          box-shadow: 5px 5px 0 -1px;
  left: -86px;
}

@media (max-width: 1355px) {
  .portfolio-slider .owl-nav .owl-prev {
    left: 0;
    margin-right: 20px;
  }
}

.portfolio-slider .owl-nav .owl-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-shadow: -5px -5px 0 -1px;
          box-shadow: -5px -5px 0 -1px;
  right: 20px;
}

.portfolio-slider .owl-dots {
  display: none;
}

.advantages-section {
  padding: 110px 0 105px;
  position: relative;
}

@media (max-width: 480px) {
  .advantages-section {
    padding: 65px 0;
  }
}

.advantages-section__background .line-long-bg {
  width: 411px;
  height: 411px;
  position: absolute;
  bottom: 2%;
  left: 2%;
  background: url("../img/line-long-bg.svg") center no-repeat;
  background-size: contain;
}

.advantages-section__background .line-short-bg {
  width: 301px;
  height: 301px;
  position: absolute;
  background: url("../img/line-short-bg2.svg") center no-repeat;
  background-size: contain;
  top: 2%;
  right: 3%;
}

.advantages-section__background .grid-bg_left {
  top: 43%;
  left: 30%;
}

.faq-section {
  padding: 105px 0 100px;
}

@media (max-width: 480px) {
  .faq-section {
    padding: 65px 0 130px;
  }
}

.faq-section__title {
  margin-bottom: 68px;
}

@media (max-width: 480px) {
  .faq-section__title {
    margin-bottom: 45px;
  }
}

.accordion {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-enter-active, .accordion-leave-active {
  overflow: hidden;
  will-change: height, opacity;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.accordion-enter, .accordion-leave-to {
  height: 0 !important;
  opacity: 0;
}

.accordion-item {
  margin-bottom: 68px;
}

@media (max-width: 480px) {
  .accordion-item {
    margin-bottom: 40px;
  }
}

.accordion-item__title {
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media (max-width: 480px) {
  .accordion-item__title {
    font-size: 16px;
    line-height: 24px;
  }
}

.accordion-item__title_active .accordion-item__icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.accordion-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.accordion-content__inner {
  max-width: 600px;
  padding-top: 20px;
  margin-left: 56px;
  color: #6B7476;
}

@media (max-width: 480px) {
  .accordion-content__inner {
    margin-left: 0;
    padding-top: 15px;
  }
}

.contacts-section {
  padding: 80px 0;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFA173), to(#F36B39));
  background-image: linear-gradient(to right, #FFA173, #F36B39);
  position: relative;
}

@media (max-width: 480px) {
  .contacts-section {
    padding: 40px 0 55px;
  }
}

.contacts-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  background: url("../img/contacts-section-bg.svg") center right no-repeat;
  background-size: cover;
  pointer-events: none;
}

@media (max-width: 480px) {
  .contacts-section:before {
    width: 100%;
  }
}

.contacts-section__title {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .contacts-section__title {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .contacts-section__title {
    margin-bottom: 20px;
  }
}

.contacts-section__text {
  max-width: 420px;
}

@media (max-width: 1024px) {
  .contacts-section__text {
    margin-left: auto;
    margin-right: auto;
  }
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .contacts__row {
    display: block;
  }
}

.contacts__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contacts__content {
  margin-right: 185px;
}

@media (max-width: 1024px) {
  .contacts__content {
    margin-right: 0;
  }
}

.contacts__btn-group {
  padding-top: 50px;
}

@media (max-width: 1024px) {
  .contacts__btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .contacts__btn-group {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .contacts__btn-group {
    padding-top: 20px;
  }
}

.contacts__btn-group .btn:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .contacts__btn-group .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.contacts-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.contacts-btn__icon-tel {
  margin-right: 10px;
}

.contacts-btn__icon-mail {
  margin-right: 15px;
}

@media (max-width: 1024px) {
  .contacts-form {
    max-width: 500px;
    margin: 70px auto 0;
  }
}

@media (max-width: 480px) {
  .contacts-form {
    margin-top: 115px;
  }
}

.included-section {
  position: relative;
  z-index: 1;
  padding: 73px 0 93px;
  background-image: linear-gradient(135deg, #BFFFFF, #F3FFFF);
}

@media (max-width: 480px) {
  .included-section {
    padding: 30px 0 20px;
  }
}

.included-section__background .grid-bg_left {
  top: 20%;
  left: 5%;
}

.included-section__background .grid-bg_right {
  bottom: 8%;
  right: 5%;
}

.included-section__title {
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .included-section__title {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .included-section__title {
    text-align: left;
  }
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

@media (max-width: 1024px) {
  .included-grid {
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.included-item {
  background-color: #fff;
  border: 2px solid #000;
  -webkit-box-shadow: 5px 5px 0 #000;
          box-shadow: 5px 5px 0 #000;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .included-item {
    margin-bottom: 12px;
  }
}

.included-item:hover {
  -webkit-box-shadow: 2px 2px 0 #000;
          box-shadow: 2px 2px 0 #000;
}

.included-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  border-bottom: 2px solid #000;
  background-image: linear-gradient(135deg, transparent 49%, rgba(0, 0, 0, 0.08) 50%, transparent 51%);
  background-size: 4px 4px;
}

.included-item__body {
  padding: 0 15px;
  min-height: 210px;
  padding-top: 45px;
}

@media (max-width: 1024px) {
  .included-item__body {
    min-height: auto;
  }
}

.included-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: normal;
  padding: 0 15px;
}

.included-item__icon {
  margin-right: 14px;
}

.included-item_orange .included-item__header {
  background-size: auto;
  background-image: linear-gradient(135deg, #FFA173, #F36B39);
  color: #fff;
}

.included-item_orange .included-item__title {
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.included-item_orange .included-item__title::before {
  content: '';
  width: 180px;
  height: 41px;
  background: url("../img/title-stars.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.included-item_orange .included-list__item {
  color: #F36B39;
  border-color: rgba(243, 107, 57, 0.1);
}

.included-list__item {
  font-size: 16px;
  line-height: 24px;
  color: #6b7476;
  padding: 7px 0 7px 32px;
  position: relative;
}

.included-list__item:not(:last-child) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.included-list__item::before {
  content: '';
  width: 14px;
  height: 14px;
  background: url("../img/check-mark.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.callback-mob {
  display: none;
  position: fixed;
  z-index: 5;
  bottom: 20px;
  right: 20px;
  -webkit-animation: bounce 4.5s ease-in-out 0s infinite normal;
          animation: bounce 4.5s ease-in-out 0s infinite normal;
}

@media (max-width: 480px) {
  .callback-mob {
    display: block;
  }
}

.logo-link {
  display: table;
  width: 110px;
}

.copy {
  color: #6B7476;
}

.social-list {
  display: table;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media (max-width: 767px) {
  .social-list {
    margin-right: auto;
  }
}

.social-item:not(:last-child) {
  margin-right: 50px;
}

.page-enter-active, .page-leave-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.page-enter, .page-leave-to {
  opacity: 0;
}

.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page-transition_active .page-transition__inner {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.page-transition__inner {
  position: absolute;
  width: 100%;
  height: 200vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F36B39), color-stop(50%, #fff));
  background-image: linear-gradient(to bottom, #F36B39 50%, #fff 50%);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.project-page {
  opacity: 0;
  pointer-events: none;
}

.project-page.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.project__title {
  margin-bottom: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .project__title {
    margin-bottom: 35px;
  }
}

.project__subtitle {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  .project__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.project__desc {
  color: #6B7476;
}

@media (max-width: 480px) {
  .project__desc {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .project-table {
    margin-bottom: 35px;
  }
}

.project-table__td {
  font-size: 22px;
  line-height: 32px;
}

@media (max-width: 480px) {
  .project-table__td {
    font-size: 16px;
    line-height: 24px;
  }
}

.project-table__td a {
  -webkit-box-shadow: inset 0 -1px 0;
          box-shadow: inset 0 -1px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.project-table__td a:hover {
  color: #F36B39;
  -webkit-box-shadow: inset 0 -1px 0 transparent;
          box-shadow: inset 0 -1px 0 transparent;
}

.project-table tr:not(:first-child) .project-table__td {
  padding-top: 19px;
}

@media (max-width: 480px) {
  .project-table tr:not(:first-child) .project-table__td {
    padding-top: 15px;
  }
}

.project-table__title {
  width: 105px;
}

@media (max-width: 480px) {
  .project-table__title {
    width: 100px;
  }
}

.project-subtitle {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.tag-list {
  font-size: 0;
  padding-top: 25px;
}

.tag-item {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  border: 2px solid #000;
  text-transform: uppercase;
  padding: 0 21px;
  margin-bottom: 10px;
}

.tag-item:not(:last-child) {
  margin-right: 10px;
}

.tag-item_orange {
  background-color: #FFA173;
}

.tag-item_blue {
  background-color: #BFFFFF;
}

.tag-item_white {
  background-color: #F3FFFF;
}

.project-container {
  max-width: 1045px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.project-adaptive {
  padding: 215px 0 140px;
}

@media (max-width: 767px) {
  .project-adaptive {
    padding: 60px 0 30px;
  }
}

.project-adaptive__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .project-adaptive__row {
    display: block;
  }
}

.project-adaptive__desktop {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 90px;
}

@media (max-width: 767px) {
  .project-adaptive__desktop {
    padding-right: 0;
    margin-bottom: 50px;
  }
}

.project-adaptive__mob {
  width: 235px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .project-adaptive__mob {
    width: auto;
  }
}

.project-adaptive__mob .project-adaptive__img {
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
}

.project-adaptive__title {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.project-adaptive__img {
  -webkit-box-shadow: 0 3px 20px rgba(107, 116, 118, 0.2);
          box-shadow: 0 3px 20px rgba(107, 116, 118, 0.2);
}

.project-screens {
  overflow: hidden;
  padding-top: 114px;
}

@media (max-width: 767px) {
  .project-screens {
    padding-top: 75px;
  }
}

.project-screen {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 240px;
}

@media (max-width: 767px) {
  .project-screen {
    margin-bottom: 75px;
  }
}

.project-screen_left {
  float: left;
}

.project-screen_center {
  margin-left: auto;
  margin-right: auto;
}

.project-screen_right {
  float: right;
}

.project-nav__arrow {
  position: fixed;
  top: 0;
  width: 200px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 10;
}

.project-nav__arrow:hover .project-nav__inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (max-width: 1024px) {
  .project-nav__arrow {
    width: 50px;
    height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.project-nav__prev {
  left: 0;
}

.project-nav__prev .project-nav__btn {
  left: 50px;
}

@media (max-width: 1024px) {
  .project-nav__prev .project-nav__btn {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.project-nav__prev .project-nav__inner {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.project-nav__prev .project-nav__title {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.project-nav__next {
  right: 0;
}

.project-nav__next .project-nav__btn {
  right: 50px;
  -webkit-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
}

@media (max-width: 1024px) {
  .project-nav__next .project-nav__btn {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
}

.project-nav__next .project-nav__inner {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.project-nav__next .project-nav__title {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.project-nav__btn {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 22px;
  background: url("../img//icons/slider-arrow.svg") center no-repeat;
  background-size: contain;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 480px) {
  .project-nav__btn {
    width: 8px;
    height: 15px;
  }
}

.project-nav__inner {
  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: 100px;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(135deg, #F3FFFF, #BFFFFF);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 1024px) {
  .project-nav__inner {
    display: none;
  }
}

.project-nav__title {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
}

.project-info {
  padding: 195px 0 125px;
}

@media (max-width: 767px) {
  .project-info {
    padding: 95px 0 65px;
  }
}

.project-info__nav {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  background: none;
}

.project-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .project-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.project-info__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 70px;
}

@media (max-width: 767px) {
  .project-info__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
}

.project-info__table {
  width: 325px;
}

@media (max-width: 767px) {
  .project-info__table {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.project-colors {
  padding: 140px 0 35px;
}

@media (max-width: 480px) {
  .project-colors {
    padding: 50px 0 60px;
  }
}

.color-item-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
}

@media (max-width: 1024px) {
  .color-item-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .color-item-grid {
    grid-gap: 23px;
  }
}

.color-item__color {
  width: 100%;
  height: 145px;
}

@media (max-width: 480px) {
  .color-item__color {
    height: 83px;
  }
}

.color-item__text {
  font-size: 14px;
  color: #67809F;
  padding-top: 10px;
}

@media (max-width: 480px) {
  .color-item__text {
    font-size: 10px;
    padding-top: 2px;
  }
}

.snuck-project-screens {
  background: url("../img/projects/snuck/bg-pattern.svg") center top no-repeat;
  background-size: cover;
}

.snuck-illustration {
  padding: 75px 0 145px;
}

@media (max-width: 767px) {
  .snuck-illustration {
    padding: 30px 0 60px;
  }
}

.snuck-illustration__title {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .snuck-illustration__title {
    margin-bottom: 50px;
  }
}

.snuck-illustration__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1024px) {
  .snuck-illustration__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .snuck-illustration__row {
    display: block;
  }
}

.snuck-illustration__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 125px;
}

@media (max-width: 1024px) {
  .snuck-illustration__left {
    padding-right: 75px;
  }
}

@media (max-width: 1024px) {
  .snuck-illustration__left {
    padding-right: 0;
    margin-bottom: 55px;
  }
}

.snuck-illustration__right {
  width: 368px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1024px) {
  .snuck-illustration__right {
    width: 270px;
  }
}

@media (max-width: 1024px) {
  .snuck-illustration__right {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.snuck-illustration-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 80px 65px;
}

@media (max-width: 1024px) {
  .snuck-illustration-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .snuck-illustration-grid {
    grid-gap: 30px 70px;
  }
}

@media (max-width: 1024px) {
  .snuck-illustration-item:nth-child(10) {
    display: none;
  }
}

.snuck-illustration-item img {
  max-height: 60px;
}

.meddata-project-screens {
  padding-top: 80px;
}

@media (max-width: 480px) {
  .meddata-project-screens {
    padding-top: 40px;
  }
}

.meddata-project-screens .project-screen {
  margin-bottom: 185px;
}

@media (max-width: 480px) {
  .meddata-project-screens .project-screen {
    margin-bottom: 36px;
  }
}

.meddata-cards {
  padding: 190px 0 140px;
  background: url("../img/projects/meddata/bg-pat.svg") -300px -160px no-repeat;
}

@media (max-width: 480px) {
  .meddata-cards {
    padding: 75px 0 50px;
  }
}

.docdoc-illustrations {
  padding: 90px 0 295px;
}

@media (max-width: 767px) {
  .docdoc-illustrations {
    padding: 50px 0 115px;
  }
}

.docdoc-illustrations__title {
  margin-bottom: 50px;
}

.docdoc-illustrations-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 122px;
}

@media (max-width: 1024px) {
  .docdoc-illustrations-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .docdoc-illustrations-grid {
    grid-gap: 65px;
  }
}

.docdoc-illustrations-item img {
  max-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.docdoc-project-screens .project-screen {
  margin-bottom: 0;
}

.docdoc-project-screens.project-screens {
  padding-top: 0;
}

.docdoc-cards {
  padding: 145px 0 75px;
}

@media (max-width: 767px) {
  .docdoc-cards {
    padding: 55px 0;
  }
}

.iconfood-project-screens {
  padding: 115px 0 120px;
}

@media (max-width: 767px) {
  .iconfood-project-screens {
    padding: 75px 0 0;
  }
}

.iconfood-project-screens .project-screen {
  margin-bottom: 0;
}

.iconfood-project-screens_orange {
  padding: 120px 0;
  background-color: #FFA173;
}

@media (max-width: 767px) {
  .iconfood-project-screens_orange {
    padding: 75px 0;
  }
}

.iconfood-project-screens_orange .project-screen {
  margin-bottom: 0;
}

.belkablack-project-screens_white {
  padding: 0 0 90px;
}

@media (max-width: 767px) {
  .belkablack-project-screens_white {
    padding-bottom: 35px;
  }
}

.belkablack-project-screens_white .project-screen {
  margin-bottom: 0;
  -webkit-box-shadow: 0 10px 40px #F4F4F4;
          box-shadow: 0 10px 40px #F4F4F4;
}

@media (max-width: 767px) {
  .belkablack-project-screens_white .project-screen {
    -webkit-box-shadow: 0 5px 20px #F4F4F4;
            box-shadow: 0 5px 20px #F4F4F4;
  }
}

.belkablack-project-screens_gray {
  padding: 140px 0;
  background-color: #F4F4F4;
}

@media (max-width: 767px) {
  .belkablack-project-screens_gray {
    padding: 95px 0;
  }
}

.belkablack-project-screens_gray .project-screen {
  max-width: 1200px;
  margin-bottom: 0;
}

.sreda-project-screens_white {
  padding: 75px 0 160px;
}

@media (max-width: 767px) {
  .sreda-project-screens_white {
    padding: 48px 0 58px;
  }
}

.sreda-project-screens_white .project-screen {
  margin-bottom: 0;
}

.sreda-project-screens_in-color {
  padding: 120px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3F3C7C), to(#1D6C78));
  background-image: linear-gradient(#3F3C7C, #1D6C78);
}

@media (max-width: 767px) {
  .sreda-project-screens_in-color {
    padding: 80px 0 80px 50px;
  }
}

.sreda-project-screens_in-color .project-screen {
  margin-bottom: 0;
}

.antirabstvo-project-screens {
  padding: 75px 0 155px;
}

@media (max-width: 767px) {
  .antirabstvo-project-screens {
    padding-bottom: 120px;
  }
}

.antirabstvo-project-screens .project-screen {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .mob-hide {
    display: none;
  }
}

.mob-show {
  display: none;
}

@media (max-width: 480px) {
  .mob-show {
    display: block;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes animation {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animation {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes dash-head {
  0% {
    fill: transparent;
    stroke-dashoffset: 1000px;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-width: 0;
    fill: #F47B41;
  }
}

@keyframes dash-head {
  0% {
    fill: transparent;
    stroke-dashoffset: 1000px;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-width: 0;
    fill: #F47B41;
  }
}

@-webkit-keyframes grandpa {
  from {
    -webkit-transform: scale(2.2) translate3d(-200px, -350px, 0) rotate(45deg);
            transform: scale(2.2) translate3d(-200px, -350px, 0) rotate(45deg);
  }
  to {
    -webkit-transform: scale(0.5) translate3d(0, 0, 0) rotate(0);
            transform: scale(0.5) translate3d(0, 0, 0) rotate(0);
  }
}

@keyframes grandpa {
  from {
    -webkit-transform: scale(2.2) translate3d(-200px, -350px, 0) rotate(45deg);
            transform: scale(2.2) translate3d(-200px, -350px, 0) rotate(45deg);
  }
  to {
    -webkit-transform: scale(0.5) translate3d(0, 0, 0) rotate(0);
            transform: scale(0.5) translate3d(0, 0, 0) rotate(0);
  }
}

@-webkit-keyframes dash-body {
  0% {
    fill: transparent;
    stroke-dashoffset: 1000px;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-width: 1px;
    fill: #A8ADB0;
  }
}

@keyframes dash-body {
  0% {
    fill: transparent;
    stroke-dashoffset: 1000px;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-width: 1px;
    fill: #A8ADB0;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bounce {
  0%, 7%, 16%, 25%, 32% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  13% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  19% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@media screen and (min-width: 1025px) {
  /* core */
  [data-detect-viewport].in-view .intro-action {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .intro__image {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .intro-more {
    -webkit-animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .sale-section__container {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .results-section__title {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .results-item:nth-child(1) {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .results-item:nth-child(2) {
    -webkit-animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .results-item:nth-child(3) {
    -webkit-animation: animation 0.8s 1250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 1250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .portfolio-section__title, [data-detect-viewport].in-view .portfolio-section__btn {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .portfolio-slider {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .included-section__title {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .included-item:nth-child(1) {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .included-item:nth-child(2) {
    -webkit-animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .included-item:nth-child(3) {
    -webkit-animation: animation 0.8s 1250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 1250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .cta__row {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .services-item__single-title {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .services-item:nth-child(2), [data-detect-viewport].in-view .services-item:nth-child(3) {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .services-item:nth-child(4), [data-detect-viewport].in-view .services-item:nth-child(5), [data-detect-viewport].in-view .services-item:nth-child(6) {
    -webkit-animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .clients__title {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .logo-grid {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .faq-section__title {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .faq-accordion {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .contacts-section__title {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .contacts-section__text {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .contacts__btn-group {
    -webkit-animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .contacts__form {
    -webkit-animation: animation 0.8s 1250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 1250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-animate-in] {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  [data-animate-left] {
    opacity: 0;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  [data-animate-right] {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  [data-animate-down] {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
