@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden; }

a,
button,
input {
  text-decoration: none;
  outline: none; }

.wrap {
  max-width: 1300px;
  margin: 0 auto; }

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

#preloader {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  font-family: 'Proxima'; }

.welcome {
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: 500; }

.monro {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 70%;
  min-height: 400px;
  background-image: url(../img/monro_dark.gif);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.hand {
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 1010;
  right: -50px;
  bottom: 30px; }

#position {
  color: #fff; }

.logo {
  width: 15%;
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  top: 20px;
  left: 25px; }

.light {
  top: 70%;
  left: 40px;
  position: absolute; }

.inp-pulse {
  position: relative;
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  background: #FF003C;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 30px; }
  .inp-pulse:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 1px solid #FF003C;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-animation: pulse 2s linear infinite;
            animation: pulse 2s linear infinite; }

.light-text {
  color: #FF0000;
  text-decoration: none;
  outline: none;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 9px; }

.dot {
  border: 2px solid #472f2f;
  min-width: 10px;
  min-height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 5px 0;
  position: relative; }

.active-dot {
  background: #fff;
  min-width: 15px;
  min-height: 15px; }

/**** MAIN CONTENT ****/
.skroll-wrap {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1300px;
  background: url(../img/path.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom; }

.main-content {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0; }

/*Communication*/
.communication {
  position: relative; }

.logo-img {
  background: url(../img/logo.svg) center no-repeat;
  position: fixed;
  top: 20px;
  left: 20px;
  min-width: 50px;
  min-height: 50px; }

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

.callback {
  background: #fff;
  display: inline-block;
  padding: 40px;
  max-width: 450px;
  -webkit-box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.29);
  margin-top: 3%;
  margin-right: 5%; }
  .callback span {
    display: block;
    font-size: 14px;
    color: #BF002C; }
  .callback .not-obligatory {
    color: #B5B1B1; }
  .callback input {
    border: none;
    border-bottom: 2px solid #B5B1B1;
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    font-family: "Proxima", "Proxima", arial, serif;
    outline: none; }
    .callback input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #CFCFCF; }
    .callback input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #CFCFCF; }
    .callback input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #CFCFCF; }
    .callback input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #CFCFCF; }
  .callback p {
    color: #CFCFCF;
    font-size: 15px;
    margin: 5px 0; }

.communication-right .account-agency-h {
  display: none; }

.mob-location {
  display: none; }

.mob-icon {
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  margin-right: 15px;
  display: none; }

.location-mob {
  background: url(../img/location-mob.svg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }

.call-mob {
  background: url(../img/mob-call.svg) center no-repeat; }

.mes-mob {
  background: url(../img/mes-mob.svg) center no-repeat; }

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form-flex div {
    width: 48%;
    padding-top: 20px; }

.call-time {
  padding: 20px 0; }

.form-descr {
  margin-bottom: 20px; }

textarea[name="descr"] {
  width: 100%;
  resize: none;
  font-family: "Proxima", "Proxima", arial, serif;
  min-height: 100px;
  border: 1px solid #B5B1B1;
  padding: 5px; }

input[name="call-time"] {
  width: 100%; }

.callback-h {
  font-family: "Proxima", arial, serif;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 15px; }

.callback-btn {
  border: 2px solid #D81240;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background: rgba(0, 0, 0, 0);
  padding: 5px 55px;
  cursor: pointer;
  font-family: "Proxima", "Proxima", arial, serif;
  font-size: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .callback-btn:hover {
    background: #D81240;
    color: #fff; }

.collback-mob-inp {
  outline: none;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  border: 2px solid red;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 40px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-weight: 500;
  font-family: "Proxima", arial, serif;
  display: none; }
  .collback-mob-inp:hover {
    color: #fff;
    background: red; }

.callback-mob-call {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 30px;
  display: none; }

.communication-right {
  min-width: 500px;
  font-family: "Proxima", "Proxima", arial, serif; }
  .communication-right ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .communication-right a {
    color: #000;
    outline: none;
    text-decoration: none;
    font-family: 'Proxima';
    font-weight: 400;
    font-size: 16px; }

.contacts-h,
.documents-h {
  font-size: 35px;
  font-family: "Proxima", arial, serif;
  font-weight: bold; }

.main-phone {
  margin-left: -10px; }

.contacts-list li {
  margin: 30px 0;
  font-size: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.contacts-list span {
  margin-right: 20px; }

.documents {
  margin-top: 80px; }

.documents-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px; }
  .documents-list li {
    width: 45%;
    margin: 15px 0; }
  .documents-list a {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    outline: none; }
  .documents-list span {
    font-size: 13px; }

.documents-h {
  margin-bottom: 30px; }

.documents-img {
  min-width: 35px;
  min-height: 40px;
  margin-right: 15px; }

.list1 {
  background: url(../img/list1.svg) center no-repeat; }

.list2 {
  background: url(../img/list2.svg) center no-repeat; }

.list3 {
  background: url(../img/list3.svg) center no-repeat; }

.list4 {
  background: url(../img/list4.svg) center no-repeat; }

/*Communication End*/
/*Big Business*/
.big-business {
  margin-top: 50px; }
  .big-business .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.big-business-img {
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 40%;
  min-height: 600px;
  -webkit-animation: jakson 2s infinite;
          animation: jakson 2s infinite; }

.big-img-mob {
  max-width: 270px;
  display: none; }

.business-h {
  font-size: 50px;
  font-weight: bold;
  font-family: "Proxima", arial, serif; }

.big-business-right {
  font-family: "Proxima", arial, serif;
  max-width: 700px;
  padding: 0 20px;
  min-width: 500px; }
  .big-business-right p {
    font-size: 18px;
    font-family: "Proxima", "Proxima", arial, serif; }

.for-you {
  font-size: 30px;
  font-family: "Proxima", "Montserrat", arial, serif;
  font-weight: 500; }

.business-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .business-list li {
    width: 50%;
    margin: 15px 0; }
    .business-list li span {
      font-size: 16px; }

.inp-wrap {
  min-width: 216px; }

.inp-big-business {
  font-size: 16px;
  color: #fff;
  background: #F42A59;
  border: 1px solid #F42A59;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  font-family: "Proxima", "Montserrat", arial, serif;
  text-decoration: none;
  outline: none;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
          border-radius: 20px; }
  .inp-big-business span {
    display: none; }
  .inp-big-business:hover {
    color: #000;
    background: rgba(0, 0, 0, 0); }

/*Big Business End*/
/*Medium Business*/
.medium-business {
  margin-top: 50px; }
  .medium-business .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .medium-business .big-business-right {
    padding-right: 0;
    padding-left: 40px; }

.med-mob-img {
  position: absolute;
  top: 70px;
  right: 0;
  max-width: 250px;
  display: none; }

.medium-business .business-h br {
  display: none; }

.inp-med-business {
  font-size: 16px;
  color: #fff;
  background: #F42A59;
  border: 1px solid #F42A59;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  font-family: "Proxima", "Montserrat", arial, serif;
  text-decoration: none;
  outline: none;
  padding: 6px 15px;
  -webkit-border-radius: 20px;
          border-radius: 20px; }
  .inp-med-business:hover {
    color: #000;
    background: rgba(0, 0, 0, 0); }

.medium-business-img {
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 40%;
  min-height: 500px;
  -webkit-animation: shiva 4s linear infinite;
          animation: shiva 4s linear infinite; }

/*Medium Business End*/
/*Startup*/
.startup {
  margin-top: 50px; }
  .startup .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .startup .big-business-right {
    padding-left: 0;
    padding-right: 40px; }

.skills .business-h {
  padding-left: 10%; }

.startup-img {
  background: url(../img/cosmo1.gif);
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 40%;
  min-height: 600px;
  margin-right: 40px; }

.startup-mob-img {
  position: absolute;
  top: 60px;
  right: 0;
  display: none;
  max-width: 270px; }

/*Startup End*/
/*Skills*/
.skills {
  margin-top: 50px;
  position: relative; }

.skills-img {
  background: url(../img/rabbit.gif) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  min-width: 300px;
  min-height: 300px;
  right: 0;
  -webkit-animation: rabbit 4s linear infinite;
          animation: rabbit 4s linear infinite; }

.skills-wrap {
  will-change: transform;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  min-height: 350px;
  padding-top: 40px;
  -webkit-perspective: 500px;
          perspective: 500px; }

.slider-skills {
  display: none;
  padding-top: 20px; }

.swipe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Proxima", arial, serif;
  font-weight: 600;
  padding: 15px 20px; }

.skills-mob-wrap {
  display: none; }

.skills-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 20px;
  position: relative; }
  .skills-mob .business-h {
    position: absolute;
    right: 20px; }

.skills-mob-img {
  background: url(../img/krolik.gif) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  min-width: 80%;
  min-height: 300px;
  left: -70px;
  top: -40px;
  position: absolute; }

.swipe-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px; }
  .swipe-img img {
    max-width: 10px; }

.slider-item {
  background: #fff;
  padding: 20px 10px;
  color: #000;
  font-family: "Proxima", arial, serif;
  min-height: 160px;
  border: 1px solid #eee;
  border-bottom: 3px solid #D81240;
  margin: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 250px; }
  .slider-item .skill-name {
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    bottom: 20px;
    font-size: 30px; }
  .slider-item .skills-item-descr {
    position: static;
    font-size: 15px; }

.red-circle {
  width: 10px;
  height: 10px;
  background: red;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  display: none; }

.slick-current {
  background: #000;
  color: #fff; }
  .slick-current .skills-item-descr {
    opacity: 1;
    color: #fff; }

.skills-item {
  will-change: transform;
  padding: 15px;
  background: #fff;
  border: 1px solid #EDEDED;
  border-bottom: 2px solid #D91341;
  outline: none;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "Proxima", "Montserrat", arial, serif;
  -webkit-transform-style: preserve-3d;
  position: absolute;
  min-width: 252px !important; }
  .skills-item hr {
    display: none; }
  .skills-item:hover {
    -webkit-backface-visibility: hidden;
    will-change: transform;
    color: #fff;
    background: #181818;
    -webkit-transform: translateZ(50px) scale(1.4) !important;
            transform: translateZ(50px) scale(1.4) !important;
    -moz-transform: translateZ(50px) scale(1.4) !important;
    border: #181818;
    z-index: 1000;
    -webkit-box-shadow: 14px 11px 21px 16px rgba(0, 0, 0, 0.51);
    box-shadow: 14px 11px 21px 16px rgba(0, 0, 0, 0.51); }
  .skills-item:hover .red-circle {
    display: block; }
  .skills-item:hover .skills-item-descr {
    opacity: 1; }
  .skills-item:hover hr {
    display: block; }

.skills-active {
  will-change: transform;
  color: #fff;
  background: #181818;
  -webkit-transform: translateZ(25px) scale(1.4) !important;
          transform: translateZ(25px) scale(1.4) !important;
  border: #181818;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 1000;
  -webkit-box-shadow: 14px 11px 21px 16px rgba(0, 0, 0, 0.51);
  box-shadow: 14px 11px 21px 16px rgba(0, 0, 0, 0.51); }
  .skills-active .skills-item-descr {
    opacity: 1; }
  .skills-active .inp-pulse {
    right: 20px;
    bottom: 10px;
    position: absolute;
    min-width: 15px;
    min-height: 15px; }
    .skills-active .inp-pulse:before {
      -webkit-animation: pulseCarpet 2s linear infinite;
              animation: pulseCarpet 2s linear infinite; }

.skills-item-descr {
  font-size: 0.6rem;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  color: #fff;
  line-height: 1;
  position: absolute;
  max-width: 60%; }

.skill-name {
  margin-top: 20px;
  padding-top: 50px;
  font-size: 20px; }

.skill-smm {
  min-width: 13%;
  left: 8%;
  top: 240px; }

.skill-seo {
  min-width: 15%;
  left: 10%;
  top: 140px; }

.skill-advertising {
  min-width: 13%;
  left: 20%;
  top: 270px; }

.skill-site {
  min-width: 15%;
  left: 20%;
  top: 50px; }

.skill-consulting {
  min-width: 15%;
  left: 30%;
  top: 200px;
  min-height: 150px; }
  .skill-consulting .skill-name {
    position: absolute;
    bottom: 15px; }

.skill-creative {
  min-width: 15%;
  left: 40%;
  top: 80px; }

.skill-marketing {
  min-width: 15%;
  left: 48%;
  top: 250px;
  min-height: 150px; }

.skill-analytics {
  min-width: 15%;
  left: 60%;
  top: 100px; }

.skill-email {
  min-width: 15%;
  left: 70%;
  top: 200px; }

/*Skills End*/
/*Red Carpet*/
#red-carpet {
  margin-top: 100px;
  font-family: "Proxima", "Montserrat", arial, serif;
  padding-top: 80px; }
  #red-carpet .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.business-h {
  font-family: "Proxima", arial, serif; }
  .business-h span {
    color: #FF003C; }

.red-carpet-img {
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 40%;
  min-height: 400px;
  -webkit-animation: chaplin 2s infinite;
          animation: chaplin 2s infinite; }

.red-carpet-h {
  text-align: right;
  margin-bottom: 40px;
  padding-right: 15%; }

.red-carpet-block {
  padding: 50px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 700px;
  height: 360px;
  cursor: none;
  position: relative; }
  .red-carpet-block:hover .cursor-carpet-block {
    display: block; }

.cursor-carpet-block {
  width: 10px;
  height: 10px;
  background: red;
  position: absolute;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 0;
  z-index: 100;
  display: none;
  left: 0; }

.red-carpet-block .inp-pulse {
  min-width: 15px;
  min-height: 15px;
  position: absolute;
  bottom: -15px;
  left: 30%; }
  .red-carpet-block .inp-pulse:before {
    -webkit-animation: pulseCarpet 2s linear infinite;
            animation: pulseCarpet 2s linear infinite; }

.carpet-item {
  width: 50%;
  outline: none;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  height: 120px;
  cursor: none; }
  .carpet-item span {
    text-transform: uppercase;
    font-size: 20px;
    color: #FF003C;
    font-weight: bold; }

.carpet-item-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1; }

.carpet-item-none {
  opacity: 0; }

.brain-descr,
.hands-descr,
.chess-descr,
.people-descr {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  position: absolute;
  z-index: 1001; }

.descr-active {
  opacity: 1 !important; }

.carpet-item-img {
  min-width: 80px;
  min-height: 80px;
  margin-right: 20px; }

.brain {
  background: url(../img/brain.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover; }

.item-brain:hover .brain {
  background: url(../img/brain_color.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover; }

.hands {
  background: url(../img/hands1.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover; }

.item-hands:hover .hands {
  background: url(../img/hands_color1.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover; }

.chess {
  background: url(../img/chess.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain; }

.item-chess:hover .chess {
  background: url(../img/chess_color.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain; }

.people-img {
  min-width: 120px;
  min-height: 120px;
  margin-left: -20px;
  background: url(../img/people.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center; }

.item-people:hover .people-img {
  background: url(../img/people_color.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center; }

.carpet-item-mt {
  margin-top: 50px; }

/*Red Carpet End*/
/*Account Agency*/
.account-agency {
  padding: 70px 0;
  font-family: "Proxima", "Montserrat", arial, serif;
  position: relative;
  margin-top: 100px; }

.account-agency-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.account-agency-h {
  font-size: 45px;
  font-weight: bold;
  font-family: "Proxima", arial, serif;
  line-height: 60px;
  margin: 0; }
  .account-agency-h span {
    color: #FF003C; }

.account-agency-left {
  padding-left: 20px; }
  .account-agency-left p {
    max-width: 450px;
    font-style: 17px;
    margin: 30px 0; }

.account-agency-inp {
  text-decoration: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  padding: 15px 30px;
  letter-spacing: 5px;
  font-weight: 300;
  font-size: 12px; }
  .account-agency-inp:hover {
    background: #000;
    color: white; }

.account-agency-img {
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 50%;
  min-height: 420px;
  position: relative;
  -webkit-animation: monro 0.5s linear infinite;
          animation: monro 0.5s linear infinite; }

.mob-scroll-up {
  position: absolute;
  right: 40%;
  top: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Proxima", arial, serif;
  font-size: 17px;
  display: none; }
  .mob-scroll-up img {
    max-width: 15px;
    margin-right: 10px; }
  .mob-scroll-up span {
    display: block; }

.agency-mob-img {
  background: url(../img/monro-mob.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 300px;
  min-height: 450px;
  position: absolute;
  top: 0;
  right: -40px;
  display: none; }

.agency-h-mob {
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 30px;
  font-weight: 600;
  display: none; }

.scroll-down {
  left: 15%;
  top: -50px;
  position: absolute;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.scroll-down img {
  max-width: 13px; }

.take-oscar {
  position: absolute;
  top: -50px;
  left: 15px;
  font-size: 12px;
  font-family: "Proxima", arial, serif;
  letter-spacing: 3px; }

/*Account Agency End*/
.oscar {
  position: fixed;
  bottom: 80px;
  right: -100px;
  z-index: 100; }
  .oscar .inp-pulse {
    top: -25px;
    left: 40px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
  .oscar img {
    max-width: 200px;
    cursor: pointer; }

.menu {
  position: fixed;
  background: #fff;
  width: 100%;
  padding: 20px 0;
  bottom: 0;
  display: none;
  left: 0;
  right: 0;
  font-family: "Proxima", arial, serif; }

.list-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0; }
  .list-menu li {
    padding: 0 15px; }
  .list-menu a {
    text-decoration: none;
    outline: none;
    color: #000;
    font-size: 15px;
    font-weight: 600; }
    .list-menu a:hover {
      border-bottom: 2px solid #000; }
  .list-menu .menu-inp {
    background: #F42A59;
    font-family: "Proxima", "Montserrat", arial, serif;
    color: #fff;
    font-weight: bold;
    padding: 7px 35px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    border: 1px solid #F42A59;
    display: inline-block;
    margin-left: 20px; }
    .list-menu .menu-inp:hover {
      background: rgba(0, 0, 0, 0);
      color: #000; }
  .list-menu .menu-pink {
    color: #D81240; }
    .list-menu .menu-pink:hover {
      border-bottom: 1px solid #D81240; }

.list-mob-menu .menu-pink {
  color: #D81240; }

.mobile-menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }

/***Modal Window***/
.sturtup-window {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 100%;
  right: 0;
  bottom: 0;
  padding: 40px 100px;
  z-index: 1001;
  font-family: "Proxima", arial, serif;
  overflow: auto; }

.window-back {
  position: absolute;
  top: 15%;
  left: 10px;
  cursor: pointer; }
  .window-back span {
    font-size: 12px;
    font-family: "Proxima", "Montserrat", arial, serif;
    letter-spacing: 1px; }

.back-img {
  background: url(../img/arrow.svg) center no-repeat;
  min-width: 20px;
  min-height: 20px; }

.sturtup-window-h {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px; }

.window-free-service {
  font-size: 15px;
  font-weight: bold; }

.logo-window {
  background: url(../img/logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
  min-width: 40px;
  min-height: 40px; }

.sturtup-window-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.startup-tariffs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 40px; }

.startup-tariff {
  padding: 30px 30px 60px 30px;
  box-shadow: 0px 11px 27px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0px 11px 27px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 11px 27px 0px rgba(0, 0, 0, 0.11);
  position: relative;
  width: 28%;
  margin-bottom: 40px;
  min-width: 280px; }
  .startup-tariff ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .startup-tariff li {
    font-family: "Proxima", "Montserrat", arial, serif;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    margin: 40px 0; }
    .startup-tariff li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block;
      width: 15px;
      height: 15px;
      background: #FF003C;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-animation: pulse-list 1s infinite;
              animation: pulse-list 1s infinite; }

.startup-tariff-descr {
  border: 2px solid #EDEDED;
  border-bottom: 3px solid #D81240;
  padding: 15px 25px;
  margin-bottom: 30px; }
  .startup-tariff-descr span {
    font-size: 15px;
    font-family: "Proxima", "Montserrat", arial, serif; }

.strtatap-tariff-inp {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 10px 0;
  text-align: center;
  outline: none;
  text-decoration: none;
  min-width: 80%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #D81240;
  border: 1px solid #D81240;
  font-size: 15px;
  position: absolute;
  margin: 0 auto;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .strtatap-tariff-inp:hover {
    background: rgba(0, 0, 0, 0);
    color: #D81240; }

.individual-package {
  font-family: "Proxima", "Montserrat", arial, serif;
  text-decoration: none;
  outline: none;
  border: 2px solid #D81240;
  background: rgba(0, 0, 0, 0);
  color: #000;
  font-size: 12px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 10px 50px; }
  .individual-package:hover {
    background: #D81240;
    color: #fff; }

.medium-window {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 100%;
  right: 0;
  bottom: 0;
  padding: 40px 100px;
  z-index: 1001;
  font-family: "Proxima", arial, serif;
  overflow: auto; }

.medium-window-back {
  position: absolute;
  top: 15%;
  left: 10px;
  cursor: pointer; }
  .medium-window-back span {
    font-size: 12px;
    font-family: "Proxima", "Montserrat", arial, serif;
    letter-spacing: 1px; }

.custom-window {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 40px 100px;
  z-index: 1001;
  font-family: "Proxima", arial, serif;
  overflow: auto; }

.tool-selection {
  font-family: "Proxima", "Montserrat", arial, serif;
  font-size: 22px;
  color: #707070;
  padding-left: 20px;
  margin-top: 40px; }

#custom-form {
  padding-bottom: 150px;
  z-index: 1030;
  position: relative; }
  #custom-form .label {
    font-size: 17px;
    margin-left: 15px; }

.custom-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 20px; }
  .custom-list li {
    width: 50%;
    padding-left: 20px; }

.checkbox {
  display: none; }

#custom-form label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 40px; }

.checkbox-custom {
  position: relative;
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  border: 1px solid #FF003C;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.checkbox:checked + .checkbox-custom::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #FF003C;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: pulse-list 1s infinite;
          animation: pulse-list 1s infinite; }

.form-package {
  text-decoration: none;
  outline: none;
  font-size: 15px;
  padding: 7px 50px;
  border: 1px solid #D81240;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #000;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .form-package:hover {
    background: #D81240;
    color: #fff; }

.custom-window-back {
  position: absolute;
  top: 15%;
  left: 10px;
  cursor: pointer; }
  .custom-window-back span {
    font-size: 12px;
    font-family: "Proxima", "Montserrat", arial, serif;
    letter-spacing: 1px; }

.background-text {
  color: #EBEBEB;
  position: absolute;
  bottom: -245px;
  right: 30px; }

.background-text-individual {
  font-size: 80px;
  display: block;
  -moz-text-align-last: right;
       text-align-last: right; }

.background-text-package {
  font-size: 140px;
  display: block; }

.package-selected {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px 100px;
  z-index: 1001;
  font-family: "Proxima", arial, serif;
  overflow: auto; }

.selected-window-back {
  position: absolute;
  top: 15%;
  left: 10px;
  cursor: pointer; }
  .selected-window-back span {
    font-size: 12px;
    font-family: "Proxima", "Montserrat", arial, serif;
    letter-spacing: 1px; }

.package-selected-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.package-selected-descr {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 50px; }

.package-selected form {
  padding: 50px;
  position: relative;
  min-height: 400px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 13px 29px 8px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 13px 29px 8px rgba(0, 0, 0, 0.09); }

.package-select-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.documents-form {
  position: absolute;
  bottom: 30px;
  right: 10px;
  max-width: 50%; }
  .documents-form span {
    font-size: 10px;
    padding-left: 15px; }

.documents-form ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0; }

.documents-form li {
  width: 50%;
  padding: 10px 0; }

.documents-form a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  outline: none; }

.documents-form-img {
  min-width: 20px;
  min-height: 30px; }

.package-selected input {
  border: none;
  border-bottom: 2px solid #707070;
  font-size: 17px;
  padding: 10px 0;
  width: 45%;
  margin-bottom: 20px; }
  .package-selected input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #CFCFCF; }
  .package-selected input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #CFCFCF; }
  .package-selected input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #CFCFCF; }
  .package-selected input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #CFCFCF; }

.package-selected-btn {
  outline: none;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #D81240;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  font-size: 13px;
  padding: 8px 80px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  cursor: pointer;
  margin-top: 100px; }
  .package-selected-btn:hover {
    background: #D81240;
    color: #fff; }

/***Modal Window End ***/
/* Mob Menu */
.bottom-line {
  background: #fff;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 0;
  right: 0;
  font-family: "Proxima", arial, serif;
  left: 0;
  z-index: 300;
  display: none; }
  .bottom-line img {
    max-width: 20px;
    margin-left: 15px; }

.mob-menu-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  outline: none;
  color: #000;
  font-family: "Proxima", arial, serif;
  font-weight: 600; }

.bottom-line-inp {
  border: 1px solid #D81240;
  background: #D81240;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-weight: bold;
  font-size: 15px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 8px 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .bottom-line-inp:hover {
    background: rgba(0, 0, 0, 0);
    color: #000; }

.menu-mobile {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1000;
  height: 100%;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  padding: 30px;
  overflow: auto; }
  .menu-mobile nav {
    padding-bottom: 30px; }

.logo-mob {
  max-width: 60px; }

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

.list-mob-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px; }
  .list-mob-menu a {
    font-size: 18px;
    color: #000;
    font-family: "Proxima", arial, serif; }
  .list-mob-menu li {
    padding: 15px 0; }

.menu-mobile-h {
  font-size: 30px;
  font-family: "Proxima", arial, serif;
  padding-left: 20px;
  display: inline-block; }

.menu-mob-close {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #D81240;
  color: #D81240;
  padding: 5px 8px;
  cursor: pointer; }

.mob-menu-inp {
  background: #D81240;
  border: 2px solid #D81240;
  color: #fff;
  font-weight: 600;
  font-family: "Proxima", arial, serif;
  padding: 8px 50px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .mob-menu-inp:hover {
    background: rgba(0, 0, 0, 0);
    color: #000; }

/* Mob Menu End */
/* Заказать звонок */
.call-fix-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 600; }

.call-fix-inp {
  background: #D81240;
  border: 2px solid #D81240;
  color: #fff;
  font-weight: 600;
  font-family: "Proxima", arial, serif;
  padding: 8px 50px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .call-fix-inp:hover {
    background: rgba(0, 0, 0, 0);
    color: #000; }

/* Заказать звонок End */
/**** MAIN CONTENT END ****/
/**** MEDIA ****/
@media screen and (max-width: 1200px) {
  .documents-form {
    position: static;
    max-width: 100%;
    padding-top: 50px; }
  .documents-form-h {
    text-align: center; }
  .documents-form li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .inp-form-wrap {
    text-align: center; }
  .package-selected-btn {
    margin-top: 40px; }
  .package-selected form {
    padding: 20px;
    min-height: 200px; } }

@media screen and (max-width: 1070px) {
  .startup-tariff {
    width: 100%; }
  .menu {
    height: 100%;
    overflow: auto;
    width: 230px; }
    .menu nav {
      overflow: auto; }
    .menu ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      position: absolute;
      height: 100%;
      overflow: auto; }
    .menu li {
      text-align: center; }
    .menu .menu-inp {
      margin: 0; }
  .red-carpet-block {
    width: 100%; } }

@media screen and (max-width: 1000px) {
  .communication .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .callback {
    margin-right: 0; }
  .communication-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 50px;
    width: 90%; }
  .documents {
    margin-top: 0; }
  .contacts-list li {
    font-size: 13px; }
  .big-business {
    margin: 0; }
  .big-business-right p {
    font-size: 15px; }
  .for-you {
    font-size: 25px; }
  .business-list li span {
    font-size: 13px; }
  .business-list li {
    margin: 7px 0; }
  .inp-big-business {
    font-size: 13px; }
  .inp-med-business {
    font-size: 13px; }
  .red-carpet-block {
    padding: 15px; }
  .carpet-item {
    margin: 10px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .people-img {
    min-width: 100px;
    min-height: 100px;
    margin: 0;
    margin-right: 15px; }
  .skroll-wrap {
    -webkit-background-size: cover;
            background-size: cover; } }

@media screen and (max-width: 950px) {
  .communication-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .big-business-img,
  .medium-business-img,
  .startup-img {
    min-height: 400px; }
  .documents {
    display: none; }
  .medium-business {
    margin: 0; }
  .custom-window {
    padding: 80px 20px 50px 20px; }
  .custom-window-back {
    left: auto;
    right: 20px;
    top: 20px; }
  #custom-form .label {
    font-size: 14px; }
  .medium-window {
    padding: 80px 20px 50px 20px; }
  .medium-window-back {
    left: auto;
    right: 20px;
    top: 20px; }
  .selected-window-back {
    left: auto;
    right: 20px;
    top: 20px; }
  .sturtup-window {
    padding: 80px 20px 50px 20px; }
  .window-back {
    left: auto;
    right: 20px;
    top: 20px; }
  .package-selected-content {
    width: 80%; } }

@media screen and (max-width: 768px) {
  .big-business-img,
  .medium-business-img,
  .startup-img,
  .skills-img,
  .red-carpet-img,
  .account-agency-img {
    display: none; }
  .skills-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .skills-item {
    position: static; }
  .skill-consulting .skill-name {
    position: static; }
  .startup .big-business-right {
    padding: 40px 15px;
    min-width: 340px; }
  .medium-business .big-business-right {
    padding: 40px 15px; }
  .big-business-right {
    width: 75%;
    padding: 40px 15px; }
  .red-carpet-block {
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  #red-carpet .wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .custom-list li {
    width: 100%; }
  .sturtup-window-h {
    font-size: 30px; }
  .tool-selection {
    font-size: 18px; }
  .background-text {
    display: none; }
  .sturtup-window-top div {
    width: 100%; }
  .castom-inp-wrap {
    padding-top: 30px; }
  .package-selected input {
    width: 100%; }
  .package-selected form {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .package-selected-content {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 auto; }
  .package-selected-descr {
    margin-bottom: 30px;
    font-size: 18px; }
  .package-selected {
    padding: 80px 20px; } }

@media screen and (max-width: 600px) {
  .slider-skills {
    display: block; }
  .skills-wrap {
    display: none; }
  .skills .business-h {
    display: none; }
  .skills-mob-wrap {
    display: block; }
  .skills-mob .skills-img {
    display: block; }
  .skills-mob .business-h {
    display: block; } }

@media screen and (max-width: 576px) {
  #preloader .logo {
    display: none; }
  .hand {
    display: none; }
  .callback {
    display: none; }
  .location-text {
    display: none; }
  .callback-mob-call,
  .collback-mob-inp {
    display: block; }
  .contacts-h {
    font-size: 20px; }
  .mob-location {
    display: inline; }
  .contacts-list span {
    font-weight: normal;
    font-size: 16px; }
  .communication-right .account-agency-h {
    display: block;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
    padding-left: 60px; }
  .communication-right {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .contacts-text {
    display: none; }
  .mob-icon {
    display: inline-block; }
  .welcome {
    font-size: 18px;
    font-weight: 600; }
  #preloader .inp-pulse {
    margin: 0; }
  .hand {
    width: 150px;
    height: 150px; }
  .form-flex div {
    width: 100%; }
  .communication-right {
    min-width: 100%; }
  .skills-item:hover {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .contacts-list li {
    font-size: 11px; }
  .business-h {
    font-size: 30px; }
  .business-list li {
    width: 100%; }
  .for-you {
    display: block; }
  .big-business-right {
    min-width: 340px; }
  .logo-img {
    position: fixed;
    top: 25px;
    left: 20px;
    z-index: 1000; }
  .callback-h {
    font-size: 18px; }
  .sturtup-window-h {
    font-size: 22px; }
  .window-free-service {
    font-size: 13px; }
  .tool-selection {
    font-size: 15px;
    padding: 0;
    margin: 20px 0; }
  .package-selected-btn {
    padding: 8px 50px; }
  .package-selected form {
    padding: 20px;
    margin-bottom: 30px; }
  .package-selected-content {
    width: 100%; }
  .big-business {
    position: relative; }
  .big-img-mob {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .big-business-right {
    position: relative;
    z-index: 2;
    padding-top: 300px; }
  .big-business-right {
    width: 100%;
    padding-left: 150px; }
  .inp-big-business {
    position: absolute;
    bottom: 0;
    padding: 10px;
    font-weight: normal;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    width: 70%; }
  .inp-big-business span {
    display: inline;
    font-weight: normal !important; }
  .medium-business .business-h {
    margin-top: 40px;
    padding-bottom: 300px; }
  .medium-business {
    position: relative; }
  .med-mob-img {
    display: block; }
  .medium-business .business-h br {
    display: block; }
  .medium-business .big-business-right {
    padding: 40px 40px 60px 40px; }
  .for-you {
    color: red;
    font-size: 20px;
    font-weight: 600; }
  .big-business-right p {
    font-weight: 600; }
  .business-list li span {
    font-weight: 600; }
  .medium-business p br {
    display: none; }
  .inp-med-business {
    position: absolute;
    bottom: 0;
    padding: 10px;
    font-weight: normal;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    width: 70%; }
  .mob-scroll-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .startup {
    position: relative; }
  .startup-mob-img {
    display: block; }
  .startup .big-business-right {
    padding: 40px 40px 60px 40px; }
  .startup .business-h {
    margin-top: 40px;
    padding-bottom: 300px; }
  .red-carpet-block {
    background: rgba(0, 0, 0, 0);
    display: none; }
  .red-carpet-h {
    display: none; }
  .carpet-item-img {
    margin: 0; }
  .carpet-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .item-brain {
    margin-top: -50px; }
  .item-hands {
    left: -30px; }
  .item-chess {
    margin-top: -50px; }
  .item-people {
    margin-left: -30px; }
  .carpet-item span {
    font-size: 15px; }
  .account-agency {
    margin: 0;
    position: relative;
    padding-top: 400px; }
  .account-agency-h {
    font-size: 30px;
    line-height: 35px; }
  .account-agency-left p {
    font-size: 18px; }
  .account-agency-left {
    position: relative;
    z-index: 2; }
  .account-agency-inp {
    position: absolute;
    top: -60px;
    font-size: 10px;
    padding: 10px 20px; }
  .agency-mob-img,
  .agency-h-mob {
    display: block; }
  .oscar {
    display: none; }
  .bottom-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .call-fix-inp {
    display: none; }
  .documents-form-h {
    -moz-text-align-last: left;
         text-align-last: left; }
  .documents-form li {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .account-agency-left p br {
    display: none;
    padding: 30px; } }

/**** MEDIA END ****/
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeue.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueLight.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueBold.ttf") format("truetype");
  font-weight: 700; }

@font-face {
  font-family: 'Proxima';
  src: url("../fonts/ProximaNovaT-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Proxima';
  src: url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Proxima';
  src: url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Proxima';
  src: url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: bold; }

@font-face {
  font-family: 'Proxima';
  src: url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@-webkit-keyframes pulse {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    height: 80px;
    width: 80px;
    opacity: 0; } }

@keyframes pulse {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    height: 80px;
    width: 80px;
    opacity: 0; } }

@-webkit-keyframes pulseCarpet {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    height: 40px;
    width: 40px;
    opacity: 0; } }

@keyframes pulseCarpet {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    height: 40px;
    width: 40px;
    opacity: 0; } }

@-webkit-keyframes pulse-list {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

@keyframes pulse-list {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

@-webkit-keyframes skills {
  80% {
    -webkit-transform: rotate(0) scale(2);
            transform: rotate(0) scale(2); }
  82% {
    -webkit-transform: rotate(6deg) scale(2);
            transform: rotate(6deg) scale(2); }
  84% {
    -webkit-transform: rotate(-6deg) scale(2);
            transform: rotate(-6deg) scale(2); }
  86% {
    -webkit-transform: rotate(6deg) scale(2);
            transform: rotate(6deg) scale(2); }
  88% {
    -webkit-transform: rotate(-6deg) scale(2);
            transform: rotate(-6deg) scale(2); }
  90% {
    -webkit-transform: rotate(6deg) scale(2);
            transform: rotate(6deg) scale(2); }
  92% {
    -webkit-transform: rotate(-6deg) scale(2);
            transform: rotate(-6deg) scale(2); }
  94% {
    -webkit-transform: rotate(6deg) scale(2);
            transform: rotate(6deg) scale(2); }
  96% {
    -webkit-transform: rotate(-6deg) scale(2);
            transform: rotate(-6deg) scale(2); }
  98% {
    -webkit-transform: rotate(6) scale(2);
            transform: rotate(6) scale(2); }
  100% {
    -webkit-transform: rotate(0) scale(2);
            transform: rotate(0) scale(2); } }

@keyframes skills {
  80% {
    -webkit-transform: rotate(0) scale(2);
            transform: rotate(0) scale(2); }
  82% {
    -webkit-transform: rotate(6deg) scale(2);
            transform: rotate(6deg) scale(2); }
  84% {
    -webkit-transform: rotate(-6deg) scale(2);
            transform: rotate(-6deg) scale(2); }
  86% {
    -webkit-transform: rotate(6deg) scale(2);
            transform: rotate(6deg) scale(2); }
  88% {
    -webkit-transform: rotate(-6deg) scale(2);
            transform: rotate(-6deg) scale(2); }
  90% {
    -webkit-transform: rotate(6deg) scale(2);
            transform: rotate(6deg) scale(2); }
  92% {
    -webkit-transform: rotate(-6deg) scale(2);
            transform: rotate(-6deg) scale(2); }
  94% {
    -webkit-transform: rotate(6deg) scale(2);
            transform: rotate(6deg) scale(2); }
  96% {
    -webkit-transform: rotate(-6deg) scale(2);
            transform: rotate(-6deg) scale(2); }
  98% {
    -webkit-transform: rotate(6) scale(2);
            transform: rotate(6) scale(2); }
  100% {
    -webkit-transform: rotate(0) scale(2);
            transform: rotate(0) scale(2); } }

@-webkit-keyframes skillsNot {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes skillsNot {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes jakson {
  from {
    background: url(../img/m1.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  to {
    background: url(../img/m2.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@keyframes jakson {
  from {
    background: url(../img/m1.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  to {
    background: url(../img/m2.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@-webkit-keyframes chaplin {
  from {
    background: url(../img/ch1.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  to {
    background: url(../img/ch2.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@keyframes chaplin {
  from {
    background: url(../img/ch1.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  to {
    background: url(../img/ch2.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@-webkit-keyframes shiva {
  0% {
    background: url(../img/sh1.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  20% {
    background: url(../img/sh2.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  40% {
    background: url(../img/sh3.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  60% {
    background: url(../img/sh4.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  80% {
    background: url(../img/sh5.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  100% {
    background: url(../img/sh6.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@keyframes shiva {
  0% {
    background: url(../img/sh1.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  20% {
    background: url(../img/sh2.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  40% {
    background: url(../img/sh3.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  60% {
    background: url(../img/sh4.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  80% {
    background: url(../img/sh5.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  100% {
    background: url(../img/sh6.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@-webkit-keyframes rabbit {
  0% {
    background: url(../img/rab1.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  15% {
    background: url(../img/rab2.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  30% {
    background: url(../img/rab3.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  45% {
    background: url(../img/rab4.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  60% {
    background: url(../img/rab5.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  75% {
    background: url(../img/rab6.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  100% {
    background: url(../img/rab6.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@keyframes rabbit {
  0% {
    background: url(../img/rab1.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  15% {
    background: url(../img/rab2.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  30% {
    background: url(../img/rab3.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  45% {
    background: url(../img/rab4.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  60% {
    background: url(../img/rab5.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  75% {
    background: url(../img/rab6.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  100% {
    background: url(../img/rab6.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@-webkit-keyframes monro {
  0% {
    background: url(../img/mon1.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  50% {
    background: url(../img/mon2.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  100% {
    background: url(../img/mon3.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@keyframes monro {
  0% {
    background: url(../img/mon1.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  50% {
    background: url(../img/mon2.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  100% {
    background: url(../img/mon3.png) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }
