html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  font-size: 14px; }

*:focus {
  outline: none; }

html, body {
  font-family: 'Montserrat', sans-serif; }

.bold {
  font-weight: bold; }

.text_orange {
  color: #ff8201; }

header {
  background: #fff;
  padding-top: 16px;
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 100; }

header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1053px) {
    header .container {
      padding-left: 10px; } }

.navbar {
  padding-top: 17px; }
  @media (max-width: 1053px) {
    .navbar {
      padding-right: 25px; } }
  @media (max-width: 750px) {
    .navbar {
      padding-right: 0;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      position: fixed;
      width: 100vw;
      top: 95px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #ff8201;
      right: -150vw;
      opacity: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s;
      -webkit-transition-timing-function: ease;
         -moz-transition-timing-function: ease;
              transition-timing-function: ease; } }
  .navbar.active {
    right: 0;
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease; }
  .navbar-item {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 4px solid transparent; }
    .navbar-item:hover {
      padding-bottom: 10px;
      border-bottom: 4px solid #ff8201;
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      transition: 0.1s; }
    .navbar-item:not(:first-child) {
      margin-left: 17px;
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      transition: 0.1s; }

.wrapper-menu {
  display: none; }
  @media (max-width: 750px) {
    .wrapper-menu {
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      cursor: pointer;
      -webkit-transition: -webkit-transform 330ms ease-out;
      transition: -webkit-transform 330ms ease-out;
      -moz-transition: transform 330ms ease-out, -moz-transform 330ms ease-out;
      transition: transform 330ms ease-out;
      transition: transform 330ms ease-out, -webkit-transform 330ms ease-out, -moz-transform 330ms ease-out;
      position: absolute;
      right: 20px;
      top: 20px; } }
  .wrapper-menu.open {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .wrapper-menu .line-menu {
    background-color: #ff8201;
    border-radius: 5px;
    width: 100%;
    height: 6px; }
  .wrapper-menu .line-menu.half {
    width: 50%; }
  .wrapper-menu .line-menu.start {
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -moz-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -moz-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -moz-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -webkit-transform-origin: right;
       -moz-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right; }
  .wrapper-menu.open .line-menu.start {
    -webkit-transform: rotate(-90deg) translateX(3px);
       -moz-transform: rotate(-90deg) translateX(3px);
        -ms-transform: rotate(-90deg) translateX(3px);
            transform: rotate(-90deg) translateX(3px); }
  .wrapper-menu .line-menu.end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -moz-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -moz-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -moz-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -webkit-transform-origin: left;
       -moz-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left; }
  .wrapper-menu.open .line-menu.end {
    -webkit-transform: rotate(-90deg) translateX(-3px);
       -moz-transform: rotate(-90deg) translateX(-3px);
        -ms-transform: rotate(-90deg) translateX(-3px);
            transform: rotate(-90deg) translateX(-3px); }

@-webkit-keyframes badInput {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  75% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-moz-keyframes badInput {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0); }
  25% {
    -moz-transform: translateX(-10px);
         transform: translateX(-10px); }
  75% {
    -moz-transform: translateX(10px);
         transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@keyframes badInput {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(-10px);
       -moz-transform: translateX(-10px);
            transform: translateX(-10px); }
  75% {
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0); } }

.container {
  margin: 0 auto;
  display: block;
  width: 1145px; }
  @media (max-width: 1180px) {
    .container {
      width: 970px; } }
  @media (max-width: 1053px) {
    .container {
      width: 100%; } }

.main {
  padding-top: 80px; }
  .main.search {
    background: #ececec;
    padding-bottom: 100px; }
  .main.marketing {
    background: #f57c00;
    padding-bottom: 100px; }
  .main.user {
    background: #ececec;
    padding-bottom: 100px; }
    @media (max-width: 1053px) {
      .main.user {
        padding-bottom: 0; } }
  .main-heading {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    padding-top: 50px; }
    @media (max-width: 600px) {
      .main-heading {
        font-size: 36px; } }
    .main-heading.small {
      font-size: 27px;
      color: #867272;
      font-weight: 500; }
      @media (max-width: 600px) {
        .main-heading.small {
          font-size: 25px; } }
    .main-heading.calculate {
      font-size: 35px;
      color: #fff;
      padding-bottom: 40px;
      padding-left: 25px;
      text-align: left;
      font-weight: 400;
      background: #f57c00; }
      @media (max-width: 540px) {
        .main-heading.calculate {
          text-align: center;
          padding: 30px 10px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.link {
  color: #f57c00; }

.error {
  text-align: center;
  color: red; }
  .error.instagram {
    color: #fff; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.content-block {
  margin-top: 50px; }
  .content-block__heading {
    font-weight: bold;
    font-size: 30px;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 20px; }
  .content-block__paragraph {
    padding-left: 10px;
    margin-top: 30px;
    font-weight: 500;
    padding-right: 20px;
    line-height: 33px;
    font-size: 19px; }
    .content-block__paragraph.centered {
      padding: 0 10px;
      text-align: center; }
  .content-block__list {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 500;
    list-style: inside; }
    .content-block__list-item {
      margin-top: 15px;
      line-height: 37px; }

.home__marketing {
  margin-top: 10px;
  background: url("../themes/igface/assets/images/marketing-background.png");
  padding-top: 150px;
  background-size: cover;
  padding-bottom: 150px; }
  @media (max-width: 1180px) {
    .home__marketing {
      padding-top: 200px; } }
  @media (max-width: 513px) {
    .home__marketing {
      margin-top: -130px;
      padding-top: 230px; } }
  .home__marketing__items-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 75px; }
    @media (max-width: 1180px) {
      .home__marketing__items-container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
  .home__marketing__item {
    padding-bottom: 100px;
    background: #fff;
    width: 360px; }
    @media (max-width: 1180px) {
      .home__marketing__item {
        margin-right: 20px;
        margin-top: 50px; } }
    @media (max-width: 736px) {
      .home__marketing__item {
        margin-right: 0; } }
    @media (max-width: 380px) {
      .home__marketing__item {
        width: 100%; } }
    .home__marketing__item-button {
      font-size: 14px;
      border-radius: 20px;
      background: #fc8001;
      border: 0;
      padding: 10px 35px;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      cursor: pointer;
      display: block;
      margin: 10px auto; }
    .home__marketing__item-heading {
      margin-top: 40px;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
    .home__marketing__item-description {
      margin-top: 20px;
      width: 62%;
      font-size: 14px;
      text-align: center;
      margin: 20px auto;
      height: 50px; }
    .home__marketing__item-advantages {
      width: 90%;
      padding-left: 40px;
      height: 410px;
      list-style-image: url("../themes/igface/assets/images/apply.png"); }
      @media (max-width: 412px) {
        .home__marketing__item-advantages {
          padding-left: 25px; } }
    .home__marketing__item-advantage {
      line-height: 30px;
      margin-top: 20px;
      font-weight: 500;
      font-size: 16px; }

.home__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 46px;
  color: #000;
  font-weight: bold; }
  @media (max-width: 759px) {
    .home__heading {
      margin-top: 50px; } }
  @media (max-width: 570px) {
    .home__heading {
      padding-right: 10px; } }
  .home__heading-description {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-top: 9px; }
    @media (max-width: 1053px) {
      .home__heading-description.bloggers {
        margin-left: 73px; } }
    @media (max-width: 400px) {
      .home__heading-description.bloggers {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        padding: 0 10px; } }
  .home__heading-after {
    font-size: 48px;
    color: #000;
    font-weight: bold; }
    @media (max-width: 1053px) {
      .home__heading-after {
        margin-left: 73px; } }
    @media (max-width: 550px) {
      .home__heading-after {
        margin-left: 13%; } }
    @media (max-width: 380px) {
      .home__heading-after.bloggers {
        margin-top: 15px;
        padding: 0 15px;
        text-align: center;
        font-size: 40px;
        margin-left: 0; } }
  .home__heading:before {
    display: block;
    margin-left: -73px;
    content: "";
    background-color: #ff8201;
    width: 68px;
    height: 4px;
    margin-right: 5px; }
    @media (max-width: 1053px) {
      .home__heading:before {
        margin-left: 0px; } }

.home__analytics {
  padding-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 1275px) {
    .home__analytics {
      padding-top: 25px; } }
  .home__analytics.bloggers .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 1275px) {
      .home__analytics.bloggers .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media (max-width: 1053px) {
    .home__analytics {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 750px) {
    .home__analytics {
      padding-top: 0; } }
  .home__analytics-banner {
    position: relative;
    padding-left: 100px; }
    .home__analytics-banner_tools {
      padding-left: 75px; }
    @media (max-width: 1275px) {
      .home__analytics-banner.brands {
        padding-left: 0; } }
    @media (max-width: 1053px) {
      .home__analytics-banner.brands {
        margin-top: 0;
        padding-left: 0;
        width: 100%; } }
    .home__analytics-banner.bloggers {
      padding-left: 0; }
    @media (max-width: 1053px) {
      .home__analytics-banner {
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
        width: 500px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 512px) {
      .home__analytics-banner {
        width: 100%; } }
    .home__analytics-banner__main-image.brands {
      margin-left: -250px; }
      @media (max-width: 1275px) {
        .home__analytics-banner__main-image.brands {
          margin-left: 0; } }
      @media (max-width: 700px) {
        .home__analytics-banner__main-image.brands {
          width: 90%;
          height: 100%;
          display: block;
          margin: 0 auto; } }
    @media (max-width: 512px) {
      .home__analytics-banner__main-image {
        width: 200px;
        height: 200px; } }
    @media (max-width: 580px) {
      .home__analytics-banner__main-image.bloggers {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: 100%; } }
    .home__analytics-banner__item-first {
      top: -26px;
      left: 47px;
      position: absolute; }
      @media (max-width: 512px) {
        .home__analytics-banner__item-first {
          top: -61px;
          width: 110px; } }
      @media (max-width: 512px) {
        .home__analytics-banner__item-first {
          left: 20%; } }
    .home__analytics-banner__item-second {
      top: -45px;
      right: -75px;
      position: absolute; }
      @media (max-width: 1053px) {
        .home__analytics-banner__item-second {
          right: -6px;
          top: -50px; } }
      @media (max-width: 512px) {
        .home__analytics-banner__item-second {
          width: 110px;
          right: 0;
          left: 59%;
          top: -64px; } }
    .home__analytics-banner__item-third {
      bottom: -25px;
      right: -75px;
      position: absolute; }
      @media (max-width: 1053px) {
        .home__analytics-banner__item-third {
          right: -8px; } }
      @media (max-width: 512px) {
        .home__analytics-banner__item-third {
          width: 110px;
          right: 0;
          left: 59%;
          bottom: -50px; } }
      @media (max-width: 410px) {
        .home__analytics-banner__item-third {
          left: 58%; } }

.home__analytics-tool.brands {
  width: 50%; }

.home__analytics-tool__arrow-bottom {
  display: block;
  margin-left: 120px;
  -webkit-transform: translateY(-12px);
     -moz-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px); }
  @media (max-width: 1275px) {
    .home__analytics-tool__arrow-bottom {
      -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      margin: 0 auto; } }

.home__analytics-tool__button {
  background-color: #ff8201;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 35px;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 25px;
  font-size: 18px;
  margin-top: 30px;
  font-weight: bold; }
  @media (max-width: 1275px) {
    .home__analytics-tool__button.bloggers {
      display: block;
      margin: 10px auto; } }

.home__analytics-tool__heading {
  font-size: 48px;
  color: #000;
  font-weight: bold; }
  @media (max-width: 1275px) {
    .home__analytics-tool__heading.bloggers {
      text-align: center; } }
  @media (max-width: 768px) {
    .home__analytics-tool__heading.bloggers {
      font-size: 35px; } }
  @media (max-width: 1053px) {
    .home__analytics-tool__heading {
      text-align: center;
      padding: 0 10px; } }
  @media (max-width: 660px) {
    .home__analytics-tool__heading {
      text-align: left; } }

.home__analytics-tool__description {
  font-size: 24px;
  width: 495px;
  margin-top: 20px;
  font-weight: 500; }
  .home__analytics-tool__description_tools {
    width: 740px; }
  .home__analytics-tool__description.bloggers {
    width: 650px; }
    @media (max-width: 1275px) {
      .home__analytics-tool__description.bloggers {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        width: 100%;
        padding: 0 20px; } }
    @media (max-width: 1000px) {
      .home__analytics-tool__description.bloggers {
        padding-bottom: 15px; } }
  .home__analytics-tool__description.small {
    font-size: 16px;
    color: #666666;
    width: 600px;
    padding-bottom: 15px; }
    @media (max-width: 1275px) {
      .home__analytics-tool__description.small {
        width: 100%;
        text-align: center; } }
  @media (max-width: 1053px) {
    .home__analytics-tool__description {
      text-align: center;
      width: auto;
      padding: 0 10px; } }
  @media (max-width: 660px) {
    .home__analytics-tool__description {
      text-align: left; } }

.home__analytics-tool__form {
  margin-top: 100px;
  width: 495px; }
  @media (max-width: 1053px) {
    .home__analytics-tool__form {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 550px) {
    .home__analytics-tool__form {
      width: 385px; } }
  @media (max-width: 410px) {
    .home__analytics-tool__form {
      width: 300px; } }
  .home__analytics-tool__form-label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.302);
    line-height: 1.2;
    padding-left: 25px;
    padding-top: 15px; }
  .home__analytics-tool__form-control {
    width: 100%;
    position: relative; }
    @media (max-width: 410px) {
      .home__analytics-tool__form-control {
        width: 300px; } }
    .home__analytics-tool__form-control.home {
      width: 410px; }
      @media (max-width: 460px) {
        .home__analytics-tool__form-control.home {
          width: 300px; } }
    .home__analytics-tool__form-control.calculate {
      width: 495px;
      margin-top: 20px;
      margin-bottom: 30px; }
      @media (max-width: 570px) {
        .home__analytics-tool__form-control.calculate {
          width: 385px; } }
      @media (max-width: 460px) {
        .home__analytics-tool__form-control.calculate {
          width: 300px; } }
      @media (max-width: 380px) {
        .home__analytics-tool__form-control.calculate {
          width: 250px; } }
    .home__analytics-tool__form-control__search {
      position: absolute;
      top: 3px;
      right: 5px;
      width: 44px;
      cursor: pointer;
      border: 0;
      height: 44px;
      background-repeat: no-repeat;
      background-size: contain !important;
      background: url("../themes/igface/assets/images/search-icon.png"); }
      .home__analytics-tool__form-control__search.loading {
        cursor: default;
        background: url("../themes/igface/assets/images/loading.gif"); }
  .home__analytics-tool__form-input {
    font-size: 16px;
    width: 410px;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #bcbcbc;
    border-radius: 25px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    padding-right: 60px; }
    @media (max-width: 550px) {
      .home__analytics-tool__form-input.home {
        width: 410px; } }
    @media (max-width: 460px) {
      .home__analytics-tool__form-input.home {
        width: 300px; } }
    .home__analytics-tool__form-input.calculate {
      width: 495px; }
      @media (max-width: 570px) {
        .home__analytics-tool__form-input.calculate {
          width: 385px; } }
      @media (max-width: 460px) {
        .home__analytics-tool__form-input.calculate {
          width: 300px; } }
      @media (max-width: 380px) {
        .home__analytics-tool__form-input.calculate {
          width: 250px; } }

.home__our-tools {
  margin-top: -150px;
  background: url(../themes/igface/assets/images/our-tools-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 150px; }
  .home__our-tools.bloggers {
    padding: 50px 0;
    margin: 0;
    position: relative;
    top: -200px;
    padding-bottom: 50px; }
    @media (max-width: 1001px) {
      .home__our-tools.bloggers {
        top: -220px; } }
    @media (max-width: 800px) {
      .home__our-tools.bloggers {
        top: -350px; } }
    @media (max-width: 766px) {
      .home__our-tools.bloggers {
        top: -400px; } }
    @media (max-width: 576px) {
      .home__our-tools.bloggers {
        top: -450px; } }
  @media (max-width: 1254px) {
    .home__our-tools {
      margin-top: -130px; } }
  @media (max-width: 1180px) {
    .home__our-tools {
      margin-top: -170px; } }
  @media (max-width: 839px) {
    .home__our-tools {
      margin-top: -200px; } }
  @media (max-width: 576px) {
    .home__our-tools {
      margin-top: -300px; } }
  @media (max-width: 559px) {
    .home__our-tools {
      margin-top: -350px; } }
  .home__our-tools__heading {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 48px;
    color: #fff;
    font-weight: bold; }
    @media (max-width: 1180px) {
      .home__our-tools__heading {
        margin-top: 100px; } }
    @media (max-width: 839px) {
      .home__our-tools__heading {
        margin-top: 150px; } }
    @media (max-width: 576px) {
      .home__our-tools__heading {
        margin-top: 300px; } }
    .home__our-tools__heading:before {
      display: block;
      margin-left: -73px;
      content: "";
      background-color: #fff;
      width: 68px;
      height: 4px;
      margin-right: 5px; }
      @media (max-width: 1053px) {
        .home__our-tools__heading:before {
          margin-left: 0px; } }
  .home__our-tools__items-container {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 1180px) {
      .home__our-tools__items-container {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
        .home__our-tools__items-container.bloggers {
          padding-bottom: 50px; } }
  .home__our-tools__item {
    overflow: hidden;
    margin-top: 35px;
    border-radius: 7px;
    background: #fff;
    width: 265px;
    height: auto;
    padding: 20px 0px; }
    .home__our-tools__item.bloggers {
      width: 360px;
      height: 215px; }
      @media (max-width: 430px) {
        .home__our-tools__item.bloggers {
          width: 90%; } }
    .home__our-tools__item.brands {
      width: 265px;
      height: 155px; }
    .home__our-tools__item.brands__case {
      width: 260px;
      height: 400px; }
    @media (max-width: 856px) {
      .home__our-tools__item {
        margin-right: 15px; } }
    @media (max-width: 500px) {
      .home__our-tools__item {
        margin-right: 0px; } }
    .home__our-tools__item-image {
      margin: 35px auto;
      display: block;
      height: 25px; }
      .home__our-tools__item-image_twitter {
        height: 35px; }
    .home__our-tools__item-heading {
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      padding: 0 15px; }
      .home__our-tools__item-heading.bloggers {
        font-size: 18px; }
    .home__our-tools__item-description {
      height: 75px;
      font-size: 14px;
      font-weight: 500;
      margin-top: 20px;
      padding: 0 25px; }
    .home__our-tools__item-button {
      display: block;
      padding: 10px 25px;
      margin: 0 auto;
      border: 0;
      border-radius: 20px;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      margin-top: 20px;
      cursor: pointer;
      background: darkorange;
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }

.home__influencer {
  z-index: 2;
  position: relative;
  padding-bottom: 80px;
  padding-top: 110px;
  background: url(../themes/igface/assets/images/home-influencer-background.png); }
  .home__influencer__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 48px;
    color: #000;
    font-weight: bold; }
    @media (max-width: 800px) {
      .home__influencer__heading {
        margin-top: 50px; } }
    @media (max-width: 480px) {
      .home__influencer__heading {
        margin-top: 130px; } }
    .home__influencer__heading:before {
      display: block;
      margin-left: -73px;
      content: "";
      background-color: #ff8201;
      width: 68px;
      height: 4px;
      margin-right: 5px; }
      @media (max-width: 1053px) {
        .home__influencer__heading:before {
          margin-left: 0px; } }
  .home__influencer__items-container {
    margin-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media (max-width: 960px) {
      .home__influencer__items-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .home__influencer__item {
    width: 450px;
    background: #f4f7f8; }
    @media (max-width: 960px) {
      .home__influencer__item:last-child {
        margin-top: 50px; } }
    @media (max-width: 460px) {
      .home__influencer__item {
        width: 100%; } }
    .home__influencer__item-content {
      padding-top: 50px;
      height: 350px; }
      @media (max-width: 450px) {
        .home__influencer__item-content {
          height: auto; } }
    .home__influencer__item-heading {
      font-size: 36px;
      font-weight: bold;
      text-align: center; }
    .home__influencer__item-underline {
      width: 65px;
      height: 4px;
      background: #ff8201;
      margin: 0 auto;
      margin-top: 22px; }
    .home__influencer__item-list {
      margin-top: 40px;
      list-style-image: url("../themes/igface/assets/images/apply.png");
      width: 85%;
      margin-left: 40px; }
      .home__influencer__item-list__item {
        font-size: 16px;
        font-weight: 500;
        margin-top: 20px;
        line-height: 25px; }
    .home__influencer__item-button {
      display: block;
      margin: 0 auto;
      margin-top: 50px;
      border: 0;
      cursor: pointer;
      background: #ff8201;
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      padding: 20px 60px;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 25px;
      font-weight: bold; }

.home__campaign {
  padding-top: 150px;
  padding-bottom: 100px;
  margin-top: -30px;
  background: url("../themes/igface/assets/images/home-campaign-background.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 553px) {
    .home__campaign {
      margin-top: -100px; } }
  @media (max-width: 473px) {
    .home__campaign {
      margin-top: -150px; } }
  @media (max-width: 400px) {
    .home__campaign {
      margin-top: -190px; } }
  .home__campaign__items-container-text {
    margin: 0 auto;
    margin-top: 90px;
    width: 950px; }
    @media (max-width: 990px) {
      .home__campaign__items-container-text {
        width: 100%; } }
  .home__campaign-heading {
    font-size: 24px;
    font-weight: bold; }
    @media (max-width: 990px) {
      .home__campaign-heading {
        padding-left: 73px; } }
  .home__campaign-text__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 45px; }
    @media (max-width: 990px) {
      .home__campaign-text__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 20px; } }
  .home__campaign-paragraph {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px; }
  .home__campaign__text-separator {
    width: 435px; }
    @media (max-width: 990px) {
      .home__campaign__text-separator {
        width: 100%; } }

.home__newsletter {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  margin-top: -150px;
  padding-bottom: 150px;
  background: url("../themes/igface/assets/images/home-newsletter-background.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 600px) {
    .home__newsletter {
      margin-top: -170px; } }
  @media (max-width: 335px) {
    .home__newsletter {
      margin-top: -190px; } }
  .home__newsletter-heading {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    padding-right: 240px;
    line-height: 55px; }
    .home__newsletter-heading.bloggers {
      padding-bottom: 40px; }
    @media (max-width: 1053px) {
      .home__newsletter-heading {
        text-align: center;
        padding: 0 20px; } }
    @media (max-width: 600px) {
      .home__newsletter-heading {
        margin-top: 60px; } }
  .home__newsletter-button {
    border-radius: 30px;
    background: #fff;
    color: #ff4d18;
    display: block;
    margin: 0 auto;
    border: 0;
    padding: 23px 75px;
    margin-top: 60px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer; }
  .home__newsletter-description {
    width: 500px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #fff; }
    @media (max-width: 535px) {
      .home__newsletter-description {
        width: 90%;
        text-align: center; } }
  .home__newsletter__companies {
    margin-top: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media (max-width: 600px) {
      .home__newsletter__companies {
        height: 400px;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

#home-text {
  height: 0;
  overflow: hidden;
  -webkit-transition: 4s;
  -moz-transition: 4s;
  transition: 4s; }

#home-button__more {
  background: none;
  border: 0;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  padding: 20px 0; }
  #home-button__more span:hover {
    text-decoration: underline;
    cursor: pointer; }

.footer .container {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 30px; }
  @media (max-width: 450px) {
    .footer .container {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.footer-logo {
  width: 100px; }
  @media (max-width: 1053px) {
    .footer-logo {
      padding-right: 40px; } }
  @media (max-width: 450px) {
    .footer-logo {
      padding-right: 0px; } }

.footer-rights {
  font-size: 10px;
  color: #7f7f7f;
  margin-top: 15px; }
  @media (max-width: 1053px) {
    .footer-rights {
      padding-right: 40px; } }
  @media (max-width: 450px) {
    .footer-rights {
      padding-right: 0px; } }

.footer-links {
  margin-top: 15px; }
  @media (max-width: 1053px) {
    .footer-links {
      padding-right: 40px; } }
  @media (max-width: 450px) {
    .footer-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 200px;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      text-align: center;
      padding-right: 0; } }

.footer-link {
  font-size: 12px;
  color: #7f7f7f; }

.footer-link:not(:last-child) {
  margin-right: 15px; }
  @media (max-width: 450px) {
    .footer-link:not(:last-child) {
      margin: 0; } }

@-webkit-keyframes scalling {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(1.09);
            transform: scale(1.09); } }

@-moz-keyframes scalling {
  from {
    -moz-transform: scale(1);
         transform: scale(1); }
  to {
    -moz-transform: scale(1.09);
         transform: scale(1.09); } }

@keyframes scalling {
  from {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(1.09);
       -moz-transform: scale(1.09);
            transform: scale(1.09); } }

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

@-moz-keyframes opacityAnim {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

.calculator__tiktok-icon {
  display: block;
  width: 160px;
  height: auto; }

.calculator__instagram-icon {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 10px; }

.calculator__youtube-icon {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 10px; }

.calculator-container {
  margin-top: 50px;
  width: 100%;
  overflow: hidden; }
  .calculator-container_tools {
    margin-top: 0; }
  .calculator-container.youtube {
    background: #c92f00; }
  .calculator-container.tiktok {
    background: #000; }
  .calculator-container.twitch {
    background: #570077; }
  .calculator-container.instagram {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
    .calculator-container.instagram .calculator__main-form__label {
      color: #fff; }
    .calculator-container.instagram .calculator__form-container {
      background: transparent; }
    .calculator-container.instagram .calculator__main-form__text {
      color: #fff;
      border: 0; }
    .calculator-container.instagram .response__container__profile-image {
      border-radius: 50%; }
  .calculator-container.twitter {
    background: #1da1f2; }
  .calculator-container.facebook {
    background: #576b95; }

.calculator__form-container {
  padding-top: 20px;
  background: #fff;
  border-radius: 8px;
  width: 1000px;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px; }
  .calculator__form-container_tools {
    margin-top: 30px;
    margin-bottom: 30px; }
  @media (max-width: 1000px) {
    .calculator__form-container {
      width: 100%; } }

.calculator__main-form {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 480px) {
    .calculator__main-form {
      padding-left: 10px;
      padding-right: 10px; } }
  .calculator__main-form__label {
    font-weight: 200;
    font-size: 30px;
    color: #000; }
    @media (max-width: 600px) {
      .calculator__main-form__label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        line-height: 50px; } }
  .calculator__main-form__input {
    padding: 10px;
    width: 500px;
    height: 30px;
    margin-top: 50px;
    border-radius: 20px;
    border: 2px solid #000;
    font-size: 25px;
    font-weight: bold; }
  .calculator__main-form__calculate-icon {
    width: 50px;
    cursor: pointer;
    margin-left: 50px;
    fill: green;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease;
    height: 50px;
    margin-top: 50px;
    -webkit-animation-name: scalling;
       -moz-animation-name: scalling;
            animation-name: scalling;
    animation-direction: alternate-reverse;
    -webkit-animation-play-state: running;
       -moz-animation-play-state: running;
            animation-play-state: running;
    -webkit-animation-duration: 0.5s;
       -moz-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
       -moz-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
    .calculator__main-form__calculate-icon:hover {
      -webkit-animation-play-state: paused;
         -moz-animation-play-state: paused;
              animation-play-state: paused;
      -webkit-transform: scale(1.15);
         -moz-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15);
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s;
      -webkit-transition-timing-function: ease;
         -moz-transition-timing-function: ease;
              transition-timing-function: ease; }
  .calculator__main-form__text {
    border-top: 1px solid #e2dada;
    text-align: center;
    color: #f57517;
    padding-top: 50px; }

.response__container {
  height: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  overflow: hidden;
  margin-top: 20px;
  width: 100%; }
  .response__container__heading {
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #fff; }
  .response__container__hashtag-item {
    width: 45%;
    background: #fff;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 20px; }
    @media (max-width: 1020px) {
      .response__container__hashtag-item {
        width: 90%; } }
    .response__container__hashtag-item__head {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      border: 1px solid #d7d7d7;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 515px) {
        .response__container__hashtag-item__head {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; } }
      @media (max-width: 515px) {
        .response__container__hashtag-item__head p {
          margin-top: 15px; } }
  .response__container__hashtag-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media (max-width: 1020px) {
      .response__container__hashtag-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .response__container__engagement__container {
    border-top: 1px solid #a99d9d;
    padding: 10px 0;
    border-bottom: 1px solid #a99d9d;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    color: #fff;
    font-size: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 600px) {
      .response__container__engagement__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 30px 0; } }
    .response__container__engagement__container.not-class {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .response__container__engagement__property {
    font-weight: bold;
    font-size: 30px; }
    @media (max-width: 600px) {
      .response__container__engagement__property {
        width: 100%;
        text-align: center; } }
  .response__container__engagement-class {
    font-size: 55px;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    font-weight: bold; }
    @media (max-width: 600px) {
      .response__container__engagement-class {
        margin-bottom: 20px; } }
    .response__container__engagement-class.not-class {
      width: 0px !important; }
  .response__container__profile-image {
    width: auto;
    height: 300px;
    display: block;
    margin-top: 20px;
    border-radius: 20px; }
    @media (max-width: 380px) {
      .response__container__profile-image {
        height: 250px; } }
  .response__container.youtube {
    background: url("../themes/igface/assets/images/youtube-money-background.jpg"); }
  .response__container.tiktok {
    background: url("../themes/igface/assets/images/tiktok-money-background.jpg"); }
  .response__container.instagram {
    background: transparent; }
  .response__container.twitch {
    background: #6341a3; }
  .response__container-line {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media (max-width: 780px) {
      .response__container-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .response__container-line.simple {
      margin-top: 30px; }
    .response__container-line.head {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
         -moz-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    .response__container-line__heading {
      text-align: center;
      padding-top: 20px;
      color: #fff;
      font-weight: 500;
      font-size: 20px; }
      .response__container-line__heading.simple {
        font-size: 30px; }
      .response__container-line__heading.engagement {
        margin-top: 50px; }
      .response__container-line__heading.head {
        font-size: 40px;
        width: 50%; }
        @media (max-width: 550px) {
          .response__container-line__heading.head {
            width: 100%; } }
    .response__container-line__property {
      text-align: center;
      margin-top: 20px;
      color: #fff;
      font-weight: bold;
      font-size: 35px; }
      .response__container-line__property.simple {
        font-size: 55px; }
      .response__container-line__property.last {
        margin-bottom: 30px; }

.hashtags {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.hashtag {
  padding: 3px;
  margin-top: 5px;
  background: #fff;
  margin-left: 5px;
  border-radius: 20px; }

.similar-tags__heading {
  margin-top: 15px;
  color: #fff;
  font-size: 35px;
  padding-left: 20px; }

.textarea {
  color: #000;
  background: #fff;
  font-size: 17px;
  border: 0;
  width: 100%;
  border-radius: 20px;
  padding: 10px; }

.clipboard-button {
  margin: 10px auto;
  background: #f57517;
  color: #fff;
  padding: 10px 30px;
  border-radius: 15px;
  cursor: pointer; }

@-webkit-keyframes left-hand-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -30deg);
    -moz-transform: rotate3d(0, 0, 1, -30deg);
    transform: rotate3d(0, 0, 1, -30deg); } }

@-moz-keyframes left-hand-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -30deg);
    -moz-transform: rotate3d(0, 0, 1, -30deg);
    transform: rotate3d(0, 0, 1, -30deg); } }

@keyframes left-hand-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -30deg);
    -moz-transform: rotate3d(0, 0, 1, -30deg);
    transform: rotate3d(0, 0, 1, -30deg); } }

@-moz-keyframes left-hand-wrist-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, -60deg);
    -moz-transform: rotate3d(0, 0, 1, -60deg);
    transform: rotate3d(0, 0, 1, -60deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg); } }

@-webkit-keyframes left-hand-wrist-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, -60deg);
    -moz-transform: rotate3d(0, 0, 1, -60deg);
    transform: rotate3d(0, 0, 1, -60deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg); } }

@keyframes left-hand-wrist-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, -60deg);
    -moz-transform: rotate3d(0, 0, 1, -60deg);
    transform: rotate3d(0, 0, 1, -60deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg); } }

@-webkit-keyframes right-hand-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, -30deg);
    -moz-transform: rotate3d(0, 0, 1, -30deg);
    transform: rotate3d(0, 0, 1, -30deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg); } }

@-moz-keyframes right-hand-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, -30deg);
    -moz-transform: rotate3d(0, 0, 1, -30deg);
    transform: rotate3d(0, 0, 1, -30deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg); } }

@keyframes right-hand-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, -30deg);
    -moz-transform: rotate3d(0, 0, 1, -30deg);
    transform: rotate3d(0, 0, 1, -30deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg); } }

@-webkit-keyframes right-hand-wrist-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -60deg);
    -moz-transform: rotate3d(0, 0, 1, -60deg);
    transform: rotate3d(0, 0, 1, -60deg); } }

@-moz-keyframes right-hand-wrist-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -60deg);
    -moz-transform: rotate3d(0, 0, 1, -60deg);
    transform: rotate3d(0, 0, 1, -60deg); } }

@keyframes right-hand-wrist-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -60deg);
    -moz-transform: rotate3d(0, 0, 1, -60deg);
    transform: rotate3d(0, 0, 1, -60deg); } }

@-webkit-keyframes left-leg-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    -moz-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 35deg);
    -moz-transform: rotate3d(0, 0, 1, 35deg);
    transform: rotate3d(0, 0, 1, 35deg); } }

@-moz-keyframes left-leg-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    -moz-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 35deg);
    -moz-transform: rotate3d(0, 0, 1, 35deg);
    transform: rotate3d(0, 0, 1, 35deg); } }

@keyframes left-leg-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    -moz-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 35deg);
    -moz-transform: rotate3d(0, 0, 1, 35deg);
    transform: rotate3d(0, 0, 1, 35deg); } }

@-webkit-keyframes left-leg-lower-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    -moz-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); } }

@-moz-keyframes left-leg-lower-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    -moz-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); } }

@keyframes left-leg-lower-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    -moz-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); } }

@-webkit-keyframes right-leg-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 35deg);
    -moz-transform: rotate3d(0, 0, 1, 35deg);
    transform: rotate3d(0, 0, 1, 35deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    -moz-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg); } }

@-moz-keyframes right-leg-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 35deg);
    -moz-transform: rotate3d(0, 0, 1, 35deg);
    transform: rotate3d(0, 0, 1, 35deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    -moz-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg); } }

@keyframes right-leg-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 35deg);
    -moz-transform: rotate3d(0, 0, 1, 35deg);
    transform: rotate3d(0, 0, 1, 35deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    -moz-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg); } }

@-webkit-keyframes right-leg-lower-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    -moz-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg); } }

@-moz-keyframes right-leg-lower-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    -moz-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg); } }

@keyframes right-leg-lower-running {
  from,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    -moz-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg); } }

@-webkit-keyframes body-running {
  0%,
  50%,
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0);
    -moz-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0); }
  25%,
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 4deg);
    -moz-transform: rotate3d(0, 0, 1, 4deg);
    transform: rotate3d(0, 0, 1, 4deg); } }

@-moz-keyframes body-running {
  0%,
  50%,
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0);
    -moz-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0); }
  25%,
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 4deg);
    -moz-transform: rotate3d(0, 0, 1, 4deg);
    transform: rotate3d(0, 0, 1, 4deg); } }

@keyframes body-running {
  0%,
  50%,
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0);
    -moz-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0); }
  25%,
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 4deg);
    -moz-transform: rotate3d(0, 0, 1, 4deg);
    transform: rotate3d(0, 0, 1, 4deg); } }

@-webkit-keyframes head-running {
  0%,
  50%,
  100% {
    -webkit-transform: translate3d(4px, 6px, 0);
    -moz-transform: translate3d(4px, 6px, 0);
    transform: translate3d(4px, 6px, 0); }
  25%,
  75% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@-moz-keyframes head-running {
  0%,
  50%,
  100% {
    -webkit-transform: translate3d(4px, 6px, 0);
    -moz-transform: translate3d(4px, 6px, 0);
    transform: translate3d(4px, 6px, 0); }
  25%,
  75% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes head-running {
  0%,
  50%,
  100% {
    -webkit-transform: translate3d(4px, 6px, 0);
    -moz-transform: translate3d(4px, 6px, 0);
    transform: translate3d(4px, 6px, 0); }
  25%,
  75% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.runner .wrap {
  -webkit-animation: head-running 0.52s ease-in-out 0s infinite both;
  -moz-animation: head-running 0.52s ease-in-out 0s infinite both;
  animation: head-running 0.52s ease-in-out 0s infinite both; }

.runner .wrap .body {
  -webkit-animation: body-running 0.52s ease-in-out 0s infinite both;
  -moz-animation: body-running 0.52s ease-in-out 0s infinite both;
  animation: body-running 0.52s ease-in-out 0s infinite both; }

.runner .wrap .body .arm .left-hand {
  -webkit-animation: left-hand-running 0.52s ease 0s infinite both;
  -moz-animation: left-hand-running 0.52s ease 0s infinite both;
  animation: left-hand-running 0.52s ease 0s infinite both; }

.runner .wrap .body .arm .left-hand .wrist {
  -webkit-animation: left-hand-wrist-running 0.52s ease 0s infinite both;
  -moz-animation: left-hand-wrist-running 0.52s ease 0s infinite both;
  animation: left-hand-wrist-running 0.52s ease 0s infinite both; }

.runner .wrap .body .arm .right-hand {
  -webkit-animation: right-hand-running 0.52s ease 0s infinite both;
  -moz-animation: right-hand-running 0.52s ease 0s infinite both;
  animation: right-hand-running 0.52s ease 0s infinite both; }

.runner .wrap .body .arm .right-hand .wrist {
  -webkit-animation: right-hand-wrist-running 0.52s ease 0s infinite both;
  -moz-animation: right-hand-wrist-running 0.52s ease 0s infinite both;
  animation: right-hand-wrist-running 0.52s ease 0s infinite both; }

.runner .wrap .body .hip .left-leg {
  -webkit-animation: left-leg-running 0.52s ease 0s infinite both;
  -moz-animation: left-leg-running 0.52s ease 0s infinite both;
  animation: left-leg-running 0.52s ease 0s infinite both; }

.runner .wrap .body .hip .left-leg .lower {
  -webkit-animation: left-leg-lower-running 0.52s ease 0s infinite both;
  -moz-animation: left-leg-lower-running 0.52s ease 0s infinite both;
  animation: left-leg-lower-running 0.52s ease 0s infinite both; }

.runner .wrap .body .hip .right-leg {
  -webkit-animation: right-leg-running 0.52s ease 0s infinite both;
  -moz-animation: right-leg-running 0.52s ease 0s infinite both;
  animation: right-leg-running 0.52s ease 0s infinite both; }

.runner .wrap .body .hip .right-leg .lower {
  -webkit-animation: right-leg-lower-running 0.52s ease 0s infinite both;
  -moz-animation: right-leg-lower-running 0.52s ease 0s infinite both;
  animation: right-leg-lower-running 0.52s ease 0s infinite both; }

.runner {
  opacity: 0;
  margin: 50px auto;
  width: 0;
  height: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
       perspective: 1000; }
  .runner.active {
    opacity: 1; }
  .runner.preloader {
    opacity: 1;
    width: 100px;
    height: 100px;
    margin: auto;
    display: block; }

.runner .wrap {
  top: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 0;
  width: 40px;
  height: 40px; }

.runner .wrap .body {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  z-index: 0;
  margin-left: -2px;
  width: 20px;
  height: 60px;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0; }

.runner .wrap .body .arm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
  width: 20px;
  height: 100%; }

.runner .wrap .body .arm .left-hand {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  width: 12px;
  height: 40px;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  background: #333; }

.runner .wrap .body .arm .left-hand .wrist {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  z-index: 0;
  width: 12px;
  height: 40px;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  background: #333; }

.runner .wrap .body .arm .chest {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #333; }

.runner .wrap .body .arm .chest .head {
  position: absolute;
  top: -45px;
  right: 0;
  left: 0;
  display: block;
  z-index: 0;
  margin-left: -5px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 40px;
  height: 40px;
  background: #333; }

.runner .wrap .body .arm .chest .head .neck {
  position: absolute;
  top: 90%;
  right: 0;
  left: -5px;
  display: block;
  z-index: 0;
  margin: auto;
  width: 15px;
  height: 10px;
  background: #333; }

.runner .wrap .body .arm .right-hand {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 0;
  width: 12px;
  height: 40px;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  background: #36e; }

.runner .wrap .body .arm .right-hand .wrist {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  z-index: 0;
  width: 12px;
  height: 40px;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  background: #36e; }

.runner .wrap .body .hip {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  z-index: 0;
  width: 20px;
  height: 0; }

.runner .wrap .body .hip .left-leg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  width: 12px;
  height: 40px;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  background: #333; }

.runner .wrap .body .hip .left-leg .lower {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  z-index: 0;
  width: 12px;
  height: 40px;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  background: #333; }

.runner .wrap .body .hip .right-leg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 0;
  width: 12px;
  height: 40px;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  background: #36e; }

.runner .wrap .body .hip .right-leg .lower {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  z-index: 0;
  width: 12px;
  height: 40px;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  background: #36e; }

.budget-calc__items-container {
  display: none;
  background: #fff;
  margin-top: 100px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  @media (max-width: 1053px) {
    .budget-calc__items-container {
      -webkit-box-shadow: none;
              box-shadow: none; } }
  .budget-calc__items-container.active {
    display: block; }

.budget-calc__result {
  margin-top: 50px;
  height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 750px) {
    .budget-calc__result {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      padding-bottom: 50px; } }
  .budget-calc__result-item {
    width: 100%; }
    .budget-calc__result-item__description {
      text-align: center;
      padding-top: 10px;
      font-size: 23px;
      font-weight: 500;
      color: #3F51B5; }
    .budget-calc__result-item__down {
      display: block;
      margin: 0 auto;
      margin-top: 15px;
      width: 30px; }
    .budget-calc__result-item__result {
      text-align: center;
      padding-top: 30px;
      font-size: 35px;
      font-weight: 500;
      color: #9E9E9E;
      padding-left: 40px; }
      @media (max-width: 750px) {
        .budget-calc__result-item__result {
          padding-left: 0; } }

.budget-calc__item {
  position: relative;
  text-align: center; }
  .budget-calc__item-icon {
    width: 23px;
    position: absolute;
    top: 40%;
    left: -23px; }
  .budget-calc__item-input {
    position: relative;
    z-index: 2;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #9c9c9c;
    font-size: 20px;
    margin-top: 15px;
    padding: 15px;
    width: 250px; }
    @media (max-width: 1000px) {
      .budget-calc__item-input {
        width: 90%; } }
  .budget-calc__item-label {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    left: 30%;
    color: #acacac;
    top: 45%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
    .budget-calc__item-label.removed {
      -webkit-transform: translate(-105px, -20px) scale(0);
         -moz-transform: translate(-105px, -20px) scale(0);
          -ms-transform: translate(-105px, -20px) scale(0);
              transform: translate(-105px, -20px) scale(0); }

.budget-calc__instagram {
  background: #fff;
  width: 1100px;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 15px 0; }
  @media (max-width: 1180px) {
    .budget-calc__instagram {
      width: 95%; } }
  @media (max-width: 1000px) {
    .budget-calc__instagram {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 80%;
      margin: 0 auto;
      margin-top: 20px; } }

.budget-calc__container {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 100px; }
  .budget-calc__container-logo {
    width: 50px;
    height: auto;
    margin-top: 25px; }

.budget-calc__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f57c00;
  -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 9px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  height: 90px; }

.budget-calc__tab {
  position: relative;
  width: 300px;
  color: #fff;
  border-top: none;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }
  @media (max-width: 450px) {
    .budget-calc__tab {
      font-size: 18px; } }
  .budget-calc__tab:first-child {
    border-left: none; }
  .budget-calc__tab:last-child {
    border-right: none; }
  .budget-calc__tab.active {
    font-weight: bold;
    font-size: 30px; }
    @media (max-width: 450px) {
      .budget-calc__tab.active {
        font-size: 23px; } }

.tab-slider {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  width: 30%;
  height: 3px;
  background: #fff; }

.user__table {
  width: 100%;
  background: #fff; }
  @media (max-width: 810px) {
    .user__table.user .user__table-main__row {
      display: none; }
    .user__table.user td {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      padding: 25px;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box; }
    .user__table.user tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .user__table.user tr.not-date td:nth-child(1):before {
      content: ''; }
    .user__table.user tr.not-date td:nth-child(1) {
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 23px; }
    .user__table.user td:before {
      color: #909090;
      font-weight: bold; }
    .user__table.user td:nth-child(1):before {
      content: 'Date:'; }
    .user__table.user td:nth-child(2):before {
      content: 'Followers:'; }
    .user__table.user td:nth-child(3):before {
      content: 'Following:'; }
    .user__table.user td:nth-child(4):before {
      content: 'Media:'; }
    .user__table.user.twitch td:nth-child(1):before {
      content: 'Date:'; }
    .user__table.user.twitch td:nth-child(2):before {
      content: 'Followers:'; }
    .user__table.user.twitch td:nth-child(3):before {
      content: 'video views:'; }
    .user__table.user.youtube td:nth-child(1):before {
      content: 'Date:'; }
    .user__table.user.youtube td:nth-child(2):before {
      content: 'subscribers:'; }
    .user__table.user.youtube td:nth-child(3):before {
      content: 'video views:'; }
    .user__table.user.youtube td:nth-child(4):before {
      content: 'estimated earnings:'; } }
  .user__table.followers td {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .user__table.followers .user__table__user-image {
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 10px; }
  @media (max-width: 623px) {
    .user__table.followers .user__table-main__row {
      display: none; }
    .user__table.followers tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .user__table.followers td::before {
      color: #6f6f6f;
      font-size: 23px; } }
  @media (max-width: 623px) and (max-width: 390px) {
    .user__table.followers td::before {
      font-size: 20px; } }
  @media (max-width: 623px) and (max-width: 335px) {
    .user__table.followers td::before {
      font-size: 17px; } }
  @media (max-width: 623px) {
    .user__table.followers td:nth-child(1):before {
      content: 'Rank:'; }
    .user__table.followers td:nth-child(2):before {
      content: "Grade:"; }
    .user__table.followers td:nth-child(3):before {
      content: "Username:"; }
    .user__table.followers td:nth-child(4):before {
      content: "Media:"; }
    .user__table.followers td:nth-child(5):before {
      content: "Followers:"; }
    .user__table.followers td:nth-child(6):before {
      content: "Following:"; }
    .user__table.followers td {
      font-size: 20px;
      padding: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: 0; } }
  @media (max-width: 623px) and (max-width: 390px) {
    .user__table.followers td {
      font-size: 17px; } }
  @media (max-width: 623px) {
    .user__table.followers .user__table__user-image {
      display: none; } }
  .user__table__user-image {
    width: 50px;
    height: auto;
    margin-right: 10px; }
  .user__table-container {
    width: 1100px;
    margin: 0 auto;
    margin-top: 100px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 5px; }
    @media (max-width: 1180px) {
      .user__table-container {
        width: 100%; } }
    @media (max-width: 1053px) {
      .user__table-container {
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-top: 0; } }
    .user__table-container tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      border-bottom: 1px solid #c5c5c5; }
      .user__table-container tr:first-child {
        color: #6f6f6f; }
    .user__table-container td {
      font-size: 15px;
      padding: 20px;
      font-weight: 500;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 33%;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
         -moz-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .user__table-container td p.green {
        color: #4CAF50; }
      .user__table-container td p.red {
        color: #F44336; }
      .user__table-container td:first-child p:last-child {
        color: #909090; }
      .user__table-container td a {
        color: #3F51B5; }
        .user__table-container td a:hover {
          text-decoration: underline; }
  .user__table-main__row {
    width: 100%; }
  .user__table-heading {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    padding: 20px; }
    @media (max-width: 623px) {
      .user__table-heading {
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center; } }

.user-rank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #c7c7c7;
  padding-top: 10px; }
  @media (max-width: 1053px) {
    .user-rank {
      padding: 25px; } }
  @media (max-width: 900px) {
    .user-rank {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  .user-rank.second {
    margin-top: 15px; }
  .user-rank__item {
    text-align: center; }
    @media (max-width: 900px) {
      .user-rank__item {
        padding: 15px; } }
    .user-rank__item-count {
      padding-bottom: 10px;
      font-size: 25px;
      font-weight: bold;
      color: #2196F3; }
      .user-rank__item-count.class {
        color: #4CAF50; }
    .user-rank__item-label {
      color: #757575;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 500; }

.user__data-property {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-top: 15px; }
  @media (max-width: 1030px) {
    .user__data-property {
      padding: 20px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  .user__data-property__item {
    text-align: center;
    margin-left: 20px; }
    @media (max-width: 1030px) {
      .user__data-property__item {
        margin-top: 20px; } }
    .user__data-property__item-label {
      font-size: 14px; }
    .user__data-property__item-count {
      margin-top: 9px;
      font-weight: bold;
      font-size: 21px; }

.user__names {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1030px) {
    .user__names {
      padding-left: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 15px; } }
  .user__names-name {
    font-weight: bold;
    padding-right: 15px;
    font-size: 23px; }
  .user__names-instalink {
    color: #525252;
    font-size: 15px; }

.user-info {
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 1030px) {
    .user-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.user__avatar {
  height: 150px;
  width: 150px;
  border-radius: 10px;
  padding: 5px;
  background: #f7f7f7;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-60px);
     -moz-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px); }
  @media (max-width: 1030px) {
    .user__avatar {
      margin: 20px 0;
      -webkit-transform: translateY(0px);
         -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px); } }

.user-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .user-background__image {
    width: 20%; }
  .user-background__gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffff88), to(#ef9d81));
    background: -moz-linear-gradient(top, #ffff88 0%, #ef9d81 100%);
    background: linear-gradient(to bottom, #ffff88 0%, #ef9d81 100%);
    opacity: 0.6; }
  .user-background__buttons {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 1030px) {
      .user-background__buttons {
        right: none;
        left: 10px; } }
  .user-background-button {
    color: #2196F3;
    padding: 20px 60px;
    background: #f7f7f7;
    margin-right: 15px; }
    @media (max-width: 570px) {
      .user-background-button {
        padding: 10px 30px;
        font-size: 17px; } }

.charts-container {
  background: #ececec; }

#dailyFollowers {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  width: 90% !important;
  height: 300px !important; }

#mediaUploads {
  display: block;
  margin: 0 auto;
  width: 90% !important;
  height: 300px !important;
  margin-top: 50px; }

#dailyFollowing {
  display: block;
  margin: 0 auto;
  width: 90% !important;
  height: 300px !important;
  margin-top: 50px; }

.bloggers-collaborate {
  background: url("../themes/igface/assets/images/bloggers-rounded-bg.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: -50px;
  padding-bottom: 170px; }
  @media (max-width: 1275px) {
    .bloggers-collaborate {
      top: -70px; } }
  @media (max-width: 1000px) {
    .bloggers-collaborate {
      top: -100px; } }
  @media (max-width: 800px) {
    .bloggers-collaborate {
      top: -200px; } }
  .bloggers-collaborate__process {
    margin: 50px auto;
    display: block; }
    @media (max-width: 800px) {
      .bloggers-collaborate__process {
        display: none; } }
    .bloggers-collaborate__process-mobile {
      margin: 30px auto;
      display: none; }
      @media (max-width: 800px) {
        .bloggers-collaborate__process-mobile {
          display: block; } }
  .bloggers-collaborate__button {
    background: #ff8201;
    border: 0;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 55px;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    z-index: 2; }
  .bloggers-collaborate__intro {
    padding-top: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1000px) {
      .bloggers-collaborate__intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 800px) {
      .bloggers-collaborate__intro {
        padding-top: 200px; } }
    @media (max-width: 470px) {
      .bloggers-collaborate__intro-image {
        width: 90%;
        height: auto; } }
    .bloggers-collaborate__intro-description {
      margin-left: 50px; }
      @media (max-width: 1000px) {
        .bloggers-collaborate__intro-description {
          margin-left: 0; } }

.bloggers-partnership {
  margin-top: -100px; }
  @media (max-width: 800px) {
    .bloggers-partnership {
      margin-top: -300px; } }
  @media (max-width: 573px) {
    .bloggers-partnership {
      margin-top: -400px; } }
  .bloggers-partnership__item {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1053px) {
      .bloggers-partnership__item {
        padding: 0 20px; } }
    @media (max-width: 720px) {
      .bloggers-partnership__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .bloggers-partnership__item img {
      height: 100%;
      width: auto; }
      @media (max-width: 720px) {
        .bloggers-partnership__item img {
          margin-top: 20px; } }

.bloggers-trusted {
  background: url("../themes/igface/assets/images/bloggers-trusted.png");
  padding-top: 200px;
  margin-top: 100px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 720px) {
    .bloggers-trusted {
      margin-top: 0px; } }
  .bloggers-trusted__description {
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 24px; }
  .bloggers-trusted__items-container {
    overflow: hidden;
    margin-top: 90px;
    position: relative;
    height: 850px; }
  .bloggers-trusted__item {
    border-radius: 50%;
    background: #fff;
    padding: 9px;
    display: inline-block;
    border: 9px solid #f5f6f7;
    position: absolute; }
    .bloggers-trusted__item:nth-child(1) {
      top: 80px;
      left: 80px; }
    .bloggers-trusted__item:nth-child(2) {
      top: 260px;
      left: 140px; }
      @media (max-width: 501px) {
        .bloggers-trusted__item:nth-child(2) {
          top: 460px; } }
    .bloggers-trusted__item:nth-child(3) {
      top: 0px;
      left: 300px; }
      @media (max-width: 460px) {
        .bloggers-trusted__item:nth-child(3) {
          left: 210px; } }
      @media (max-width: 365px) {
        .bloggers-trusted__item:nth-child(3) {
          display: none; } }
    .bloggers-trusted__item:nth-child(4) {
      top: 30px;
      left: 500px; }
      @media (max-width: 673px) {
        .bloggers-trusted__item:nth-child(4) {
          display: none; } }
    .bloggers-trusted__item:nth-child(5) {
      top: 170px;
      left: 320px; }
      @media (max-width: 501px) {
        .bloggers-trusted__item:nth-child(5) {
          left: 220px; } }
      @media (max-width: 365px) {
        .bloggers-trusted__item:nth-child(5) {
          display: none; } }
    .bloggers-trusted__item:nth-child(6) {
      top: 305px;
      left: 500px; }
      @media (max-width: 673px) {
        .bloggers-trusted__item:nth-child(6) {
          left: 330px; } }
      @media (max-width: 501px) {
        .bloggers-trusted__item:nth-child(6) {
          left: 60px;
          top: 290px; } }
    .bloggers-trusted__item:nth-child(7) {
      top: 0;
      left: 730px; }
      @media (max-width: 926px) {
        .bloggers-trusted__item:nth-child(7) {
          display: none; } }
    .bloggers-trusted__item:nth-child(8) {
      top: 0;
      left: 930px; }
      @media (max-width: 1180px) {
        .bloggers-trusted__item:nth-child(8) {
          display: none; } }
    .bloggers-trusted__item:nth-child(9) {
      top: 170px;
      left: 610px; }
      @media (max-width: 770px) {
        .bloggers-trusted__item:nth-child(9) {
          display: none; } }
    .bloggers-trusted__item:nth-child(10) {
      top: 110px;
      left: 780px; }
      @media (max-width: 926px) {
        .bloggers-trusted__item:nth-child(10) {
          display: none; } }
    .bloggers-trusted__item:nth-child(11) {
      top: 210px;
      left: 900px; }
      @media (max-width: 1180px) {
        .bloggers-trusted__item:nth-child(11) {
          display: none; } }

.micro-bloggers {
  padding-top: 150px;
  background: url("../themes/igface/assets/images/our-tools-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 50px; }
  .micro-bloggers.brands {
    top: -150px; }
  .micro-bloggers__button {
    display: block;
    margin: 120px auto;
    color: #ff4d18;
    background: #fff;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px 40px;
    border-radius: 25px;
    font-weight: bold; }
    @media (max-width: 540px) {
      .micro-bloggers__button {
        margin: 30px auto; } }
  .micro-bloggers__description {
    margin-top: 10px;
    color: #fff; }
    @media (max-width: 1053px) {
      .micro-bloggers__description {
        text-align: center; } }
    @media (max-width: 600px) {
      .micro-bloggers__description {
        padding: 0 10px; } }
  .micro-bloggers__statistic {
    margin-top: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    color: #fff; }
    @media (max-width: 540px) {
      .micro-bloggers__statistic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 30px; } }
    .micro-bloggers__statistic-heading {
      font-weight: bold;
      font-size: 24px; }
    .micro-bloggers__statistic-description {
      margin-top: 10px; }
  .micro-bloggers__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    text-transform: uppercase; }

.bloggers-contacts {
  padding-top: 50px;
  margin-top: -150px;
  margin-bottom: 50px; }
  .bloggers-contacts.brands {
    margin-top: 50px; }
  .bloggers-contacts-button {
    background: #ff8201;
    border: 0;
    border-radius: 25px;
    color: #fff;
    padding: 15px 60px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer; }
  .bloggers-contacts__container {
    position: relative;
    margin: 0 auto;
    background: #f4f7f8;
    width: 950px;
    padding: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media (max-width: 966px) {
      .bloggers-contacts__container {
        width: 100%; } }
    @media (max-width: 900px) {
      .bloggers-contacts__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 600px) {
      .bloggers-contacts__container img {
        width: 80%;
        height: auto; } }
  .bloggers-contacts__input-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 50%; }
    @media (max-width: 900px) {
      .bloggers-contacts__input-container {
        width: 90%; } }
    .bloggers-contacts__input-container input {
      color: #7a7b7c;
      width: 100%;
      padding: 15px;
      border: 0;
      border-bottom: 1px solid #7a7b7c;
      background: transparent;
      font-size: 13px;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 10px; }
  .bloggers-contacts__form {
    width: 100%;
    text-align: center; }

.processing [type="submit"] {
  opacity: 0.5 !important;
  pointer-events: none !important; }

.brands__button-left {
  border-radius: 25px;
  background: #ff8201;
  padding: 13px 40px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  font-weight: bold;
  font-size: 20px; }

.brands__button-right {
  border-radius: 25px;
  background: #fff;
  padding: 13px 40px;
  color: #ff8201;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid #ff8201;
  margin-left: 15px; }
  @media (max-width: 498px) {
    .brands__button-right {
      margin-left: 0;
      margin-top: 15px; } }

.brands__button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 120px; }
  @media (max-width: 1275px) {
    .brands__button-container {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 50px auto; } }
  @media (max-width: 498px) {
    .brands__button-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.brands-media {
  background: url("../themes/igface/assets/images/bloggers-rounded-bg.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: -150px;
  padding-top: 170px;
  padding-bottom: 180px; }
  .brands-media__items-container {
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1053px) {
      .brands-media__items-container {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  @media (max-width: 800px) {
    .brands-media__item {
      margin: 0 40px;
      margin-top: 20px; } }
  .brands-media__item-title {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    margin-top: 15px; }
  .brands-media__item-reach {
    text-align: center;
    font-size: 19px; }
  .brands-media__item-image {
    height: 75px;
    width: auto; }

.brands__button {
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 90px;
  cursor: pointer;
  display: block;
  padding: 13px 45px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  background: #ff8201;
  border-radius: 25px; }

.brands-services {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  margin-top: -290px;
  padding-bottom: 200px;
  background: url("../themes/igface/assets/images/home-newsletter-background.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 839px) {
    .brands-services {
      margin-top: -340px; } }
  @media (max-width: 559px) {
    .brands-services {
      margin-top: -450px; } }

.brands-analytics {
  padding-top: 50px;
  background: url("../themes/igface/assets/images/home-influencer-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px; }
  .brands-analytics__image {
    display: block;
    margin: 30px auto; }
    @media (max-width: 700px) {
      .brands-analytics__image {
        display: none; } }
    .brands-analytics__image__mobile {
      display: none; }
      @media (max-width: 700px) {
        .brands-analytics__image__mobile {
          display: block;
          margin: 30px auto; } }

.brands-studies {
  background: url("../themes/igface/assets/images/bloggers-rounded-bg.png");
  padding-top: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 400px; }
  @media (max-width: 700px) {
    .brands-studies {
      margin-top: -100px; } }
  @media (max-width: 549px) {
    .brands-studies {
      padding-top: 250px; } }
  .brands-studies__items-container {
    margin-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.brands-partners {
  margin-top: 50px; }
  .brands-partners__item-container {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .brands-partners__item-container img {
      width: auto;
      height: 100%; }
      @media (max-width: 845px) {
        .brands-partners__item-container img {
          margin-top: 15px; } }

.brands-services__button {
  color: #ff8201;
  font-weight: 600;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  background: #fff;
  border: 0;
  border-radius: 15px;
  padding: 10px 35px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 30; }

.search__heading {
  color: #ff9202;
  font-weight: 500;
  font-size: 30px;
  margin-top: 50px; }
  @media (max-width: 1053px) {
    .search__heading {
      padding-left: 20px; } }
  .search__heading__wrong {
    color: #ff9202;
    font-weight: 500;
    font-size: 30px;
    margin-top: 50px;
    text-align: center; }

.search__item {
  margin-top: 40px;
  width: 100%;
  background: #fff;
  height: 110px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 1053px) {
    .search__item {
      width: 95%;
      margin: 50px auto; } }
  @media (max-width: 810px) {
    .search__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: auto; } }
  .search__item.youtube {
    border-bottom: 2px solid #fb1414; }
  .search__item.twitch {
    border-bottom: 2px solid #9405f3; }
  .search__item.instagram {
    border-bottom: 2px solid #fd1f65; }
  .search__item-avatar {
    width: 90px;
    border-radius: 10px;
    height: auto; }
  .search__item-service {
    width: 90px;
    height: auto; }
  .search__item__user-info {
    height: 100%;
    width: 100%;
    padding-left: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media (max-width: 810px) {
      .search__item__user-info {
        padding-left: 0; } }
    .search__item__user-info__name {
      font-weight: 500;
      font-size: 21px; }
      @media (max-width: 810px) {
        .search__item__user-info__name {
          text-align: center;
          margin-top: 15px; } }
      .search__item__user-info__name.youtube {
        color: #fb1414; }
      .search__item__user-info__name.instagram {
        color: #fd1f65; }
    .search__item__user-info__result {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 810px) {
        .search__item__user-info__result {
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around;
          margin-top: 10px; } }
      @media (max-width: 625px) {
        .search__item__user-info__result {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; } }
    .search__item__user-info__statistic {
      margin-left: 50px;
      color: #000;
      font-weight: 500;
      font-size: 15px; }
      @media (max-width: 625px) {
        .search__item__user-info__statistic {
          margin-left: 0;
          margin-top: 10px;
          font-size: 20px; } }

.faq-item {
  width: 800px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  padding: 20px;
  cursor: pointer;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 840px) {
    .faq-item {
      width: 90%; } }
  .faq-item:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .faq-item.active .faq-item__arrow {
    -webkit-transform: rotateZ(0deg);
       -moz-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
            transform: rotateZ(0deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease; }
  .faq-item.active .faq-item__description {
    display: block; }
  .faq-item__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%; }
  .faq-item__arrow {
    margin-right: 20px;
    -webkit-transform: rotateZ(-90deg);
       -moz-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease; }
  .faq-item__heading {
    font-size: 17px;
    font-weight: 500;
    color: #333; }
  .faq-item__description {
    margin-top: 20px;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #777;
    display: none; }

.blog-content {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 900px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 950px) {
    .blog-content {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0; } }

.blog-card {
  -webkit-box-shadow: 0 7px 14px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 7px 14px 1px rgba(0, 0, 0, 0.15);
  margin-top: 50px;
  width: 370px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  margin-right: 20px;
  word-break: break-all; }
  @media (max-width: 950px) {
    .blog-card {
      margin-right: 0; } }
  @media (max-width: 400px) {
    .blog-card {
      width: 90%; } }
  .blog-card__image {
    width: 100%; }
  .blog-card__title {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 20px;
    word-break: break-all; }
  .blog-card__date {
    color: #b3b9b3;
    margin-top: 20px;
    padding-left: 20px;
    font-size: 16px; }
  .blog-card__description {
    padding: 0 20px;
    margin-top: 30px;
    font-size: 17px;
    line-height: 29px;
    color: #777; }
  .blog-card__continue {
    margin-top: 15px;
    display: block;
    margin-bottom: 30px;
    padding-left: 20px;
    color: #0278cb; }

.blog__seo-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: left;
  color: #777; }

.blog-post__breadcrumbs {
  margin-top: 50px; }
  @media (max-width: 1130px) {
    .blog-post__breadcrumbs {
      padding-left: 20px; } }

.blog-post__breadcrumb {
  color: #777; }
  .blog-post__breadcrumb:after {
    content: ">";
    color: #777;
    margin-left: 20px;
    margin-right: 15px; }

.blog-post__read {
  text-transform: uppercase;
  margin-top: 20px;
  color: #b3b3b3;
  font-size: 15px; }

.blog-post__main-image {
  height: auto;
  width: 100%;
  border-radius: 20px; }
  @media (max-width: 1130px) {
    .blog-post__main-image {
      max-width: 100%; } }

.blog-post__date-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1130px) {
    .blog-post__date-container {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }

.blog-post__content {
  margin: 0 auto;
  margin-top: 30px;
  width: 900px; }
  @media (max-width: 950px) {
    .blog-post__content {
      width: 85%; } }
  .blog-post__content img {
    height: auto;
    width: 100%;
    border-radius: 20px; }
  .blog-post__content h2 {
    margin-top: 50px;
    font-weight: bold;
    text-align: left;
    font-size: 23px; }
    @media (max-width: 1130px) {
      .blog-post__content h2 {
        padding-left: 15px;
        padding-right: 15px; } }
  .blog-post__content p {
    margin-top: 30px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500; }
    @media (max-width: 1130px) {
      .blog-post__content p {
        padding-left: 15px;
        padding-right: 15px; } }

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  z-index: 900;
  opacity: 0.8;
  left: 0;
  background: #000; }

#response-popup {
  position: fixed;
  z-index: 901;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0; }
  #response-popup.success .svg-success {
    display: block; }
  #response-popup.success .checkmark {
    display: none; }
  #response-popup.fail .svg-success {
    display: none; }
  #response-popup.fail .checkmark {
    display: block; }
  #response-popup.fail .response-popup__body-message {
    color: red; }

.response-popup__body {
  margin: auto;
  width: 400px;
  padding: 30px;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px; }
  @media (max-width: 430px) {
    .response-popup__body {
      width: 90%; } }
  .response-popup__body__close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer; }
  .response-popup__body-message {
    text-align: center;
    margin-bottom: 20px;
    color: #17a717;
    font-weight: 500;
    font-size: 22px; }

#popup {
  position: fixed;
  z-index: 901;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0; }

.popup-form {
  margin: auto;
  width: 400px;
  padding: 30px;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px; }
  @media (max-width: 430px) {
    .popup-form {
      width: 90%; } }
  .popup-form__close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer; }
  .popup-form__form.processing .popup-form__submit {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: transparent;
    background: transparent url("../themes/igface/assets/images/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    cursor: auto; }
  .popup-form__input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #777;
    margin-top: 30px;
    color: #000;
    font-weight: bold; }
  .popup-form__submit {
    margin: 30px auto 0;
    cursor: pointer;
    display: block;
    background: #ff9202;
    color: #fff;
    border: 0;
    border-radius: 25px;
    font-size: 20px;
    padding: 5px 15px; }
  .popup-form__error {
    color: red;
    padding-top: 8px;
    text-align: center; }

.svg-success {
  display: block;
  vertical-align: top;
  height: 100px;
  width: 100px;
  opacity: 1;
  overflow: visible;
  margin: 0 auto; }

@-webkit-keyframes success-tick {
  0% {
    stroke-dashoffset: 16px;
    opacity: 1; }
  100% {
    stroke-dashoffset: 31px;
    opacity: 1; } }

@-moz-keyframes success-tick {
  0% {
    stroke-dashoffset: 16px;
    opacity: 1; }
  100% {
    stroke-dashoffset: 31px;
    opacity: 1; } }

@keyframes success-tick {
  0% {
    stroke-dashoffset: 16px;
    opacity: 1; }
  100% {
    stroke-dashoffset: 31px;
    opacity: 1; } }

@-webkit-keyframes success-circle-outline {
  0% {
    stroke-dashoffset: 72px;
    opacity: 1; }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1; } }

@-moz-keyframes success-circle-outline {
  0% {
    stroke-dashoffset: 72px;
    opacity: 1; }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1; } }

@keyframes success-circle-outline {
  0% {
    stroke-dashoffset: 72px;
    opacity: 1; }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1; } }

@-webkit-keyframes success-circle-fill {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes success-circle-fill {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes success-circle-fill {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .svg-success .success-tick {
    fill: none;
    stroke-width: 1px;
    stroke: #ffffff;
    stroke-dasharray: 15px, 15px;
    stroke-dashoffset: -14px;
    -webkit-animation: success-tick 450ms ease 1400ms forwards;
       -moz-animation: success-tick 450ms ease 1400ms forwards;
            animation: success-tick 450ms ease 1400ms forwards;
    opacity: 0; }
  .svg-success .success-circle-outline {
    fill: none;
    stroke-width: 1px;
    stroke: #81c038;
    stroke-dasharray: 72px, 72px;
    stroke-dashoffset: 72px;
    -webkit-animation: success-circle-outline 300ms ease-in-out 800ms forwards;
       -moz-animation: success-circle-outline 300ms ease-in-out 800ms forwards;
            animation: success-circle-outline 300ms ease-in-out 800ms forwards;
    opacity: 0; }
  .svg-success .success-circle-fill {
    fill: #81c038;
    stroke: none;
    opacity: 0;
    -webkit-animation: success-circle-fill 300ms ease-out 1100ms forwards;
       -moz-animation: success-circle-fill 300ms ease-out 1100ms forwards;
            animation: success-circle-fill 300ms ease-out 1100ms forwards; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .svg-success .success-tick {
      stroke-dasharray: 0;
      stroke-dashoffset: 0;
      -webkit-animation: none;
         -moz-animation: none;
              animation: none;
      opacity: 1; }
    .svg-success .success-circle-outline {
      stroke-dasharray: 0;
      stroke-dashoffset: 0;
      -webkit-animation: none;
         -moz-animation: none;
              animation: none;
      opacity: 1; }
    .svg-success .success-circle-fill {
      -webkit-animation: none;
         -moz-animation: none;
              animation: none;
      opacity: 1; } }

.checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  -webkit-box-shadow: inset 0px 0px 0px #7ac142;
          box-shadow: inset 0px 0px 0px #7ac142;
  -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
     -moz-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
          animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
     -moz-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

.checkmark__cross {
  stroke: red;
  fill: red; }

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@-moz-keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

@-moz-keyframes scale {
  0%, 100% {
    -moz-transform: none;
         transform: none; }
  50% {
    -moz-transform: scale3d(1.1, 1.1, 1);
         transform: scale3d(1.1, 1.1, 1); } }

@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
       -moz-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
       -moz-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
            box-shadow: inset 0px 0px 0px 30px #7ac142; } }

@-moz-keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142; } }

@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
            box-shadow: inset 0px 0px 0px 30px #7ac142; } }

#popup-girl {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 902;
  left: 0;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#popup-influencer {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 902;
  left: 0;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.platforms__items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.platforms__item {
  overflow: hidden;
  margin-top: 30px;
  width: 1100px;
  border: 1px solid darkorange;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px; }
  @media (max-width: 1140px) {
    .platforms__item {
      width: 97%; } }
  @media (max-width: 600px) {
    .platforms__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .platforms__item img {
    width: 40px;
    height: auto; }
  .platforms__item-button {
    padding: 10px 23px;
    margin: auto;
    border: 0;
    background: darkorange;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer; }
  .platforms__item-description {
    width: 80%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 20px;
    color: #404040; }
    @media (max-width: 600px) {
      .platforms__item-description {
        width: 100%; } }
    .platforms__item-description strong {
      color: #000;
      font-weight: 500;
      font-size: 19px;
      padding: 0 5px 5px 0;
      vertical-align: unset; }

.platforms__audience {
  margin: 10px auto; }
  .platforms__audience-heading {
    font-weight: 500;
    font-size: 20px;
    margin-left: 10px; }

.audience__container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0; }

.audience__item {
  margin-top: 10px;
  padding: 10px 20px;
  margin-left: 4px;
  border-radius: 5px; }
  .audience__item:nth-child(1) {
    border: 2px solid #40dc00; }
  .audience__item:nth-child(2) {
    border: 2px solid #ffe31f; }
  .audience__item:nth-child(3) {
    border: 2px solid #06c3c3; }
  .audience__item:nth-child(4) {
    border: 2px solid #c77d95; }
  .audience__item:nth-child(5) {
    border: 2px solid #9a19b1; }
  .audience__item:nth-child(6) {
    border: 2px solid #f50e0e; }
  .audience__item:nth-child(7) {
    border: 2px solid #0a99ff; }
  .audience__item:nth-child(8) {
    border: 2px solid #ecb653; }
  .audience__item:nth-child(9) {
    border: 2px solid #ff00d4; }
  .audience__item:nth-child(10) {
    border: 2px solid #000; }

.platform__services-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (max-width: 460px) {
    .platform__services-items {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.platform__services-item {
  display: block;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  margin: 0 3px;
  margin-top: 10px;
  font-weight: 500; }
  .platform__services-item.video {
    background: #40dc00; }
  .platform__services-item.cybersport {
    background: #ffe31f; }
  .platform__services-item.gaming {
    background: #06c3c3; }
  .platform__services-item.entertaiment {
    background: #c77d95; }
  .platform__services-item.vlog {
    background: #9a19b1; }
  .platform__services-item.longread {
    background: #f50e0e; }
  .platform__services-item.photo {
    background: #0a99ff; }
  .platform__services-item.streaming {
    background: #ecb653; }
  .platform__services-item.young {
    background: #ff00d4; }
  .platform__services-item.business {
    background: #000; }

.ss-main {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #666;
  width: 100%; }

.ss-main .ss-single-selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  transition: background-color .2s; }

.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed; }

.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ss-main .ss-single-selected .placeholder {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: left;
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ss-main .ss-single-selected .placeholder, .ss-main .ss-single-selected .placeholder * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ss-main .ss-single-selected .placeholder * {
  width: auto; }

.ss-main .ss-single-selected .placeholder .ss-disabled {
  cursor: not-allowed;
  color: #dedede; }

.ss-main .ss-single-selected .ss-deselect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 6px;
  font-weight: 700; }

.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none; }

.ss-main .ss-single-selected .ss-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 6px; }

.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transition: margin .2s,-webkit-transform .2s;
  transition: margin .2s,-webkit-transform .2s;
  -moz-transition: transform .2s,margin .2s,-moz-transform .2s;
  transition: transform .2s,margin .2s;
  transition: transform .2s,margin .2s,-webkit-transform .2s,-moz-transform .2s; }

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin: 3px 0 0; }

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -3px 0 0; }

.ss-main .ss-multi-selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  margin-top: 10px;
  border-bottom: 1px solid #7a7b7c;
  border-radius: 4px;
  background-color: transparent;
  outline: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  transition: background-color .2s; }

.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed; }

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666; }

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed; }

.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ss-main .ss-multi-selected .ss-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px); }

.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 5px;
  margin: 2px 0;
  line-height: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-moz-keyframes scaleIn {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 0; }
  to {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1; } }

@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; } }

@-moz-keyframes scaleOut {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1; }
  to {
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 0; } }

@keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
    opacity: 0; } }

.ss-main .ss-multi-selected .ss-values .ss-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  -webkit-animation-name: scaleIn;
     -moz-animation-name: scaleIn;
          animation-name: scaleIn;
  -webkit-animation-duration: .2s;
     -moz-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both; }

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  -webkit-animation-name: scaleOut;
     -moz-animation-name: scaleOut;
          animation-name: scaleOut;
  -webkit-animation-duration: .2s;
     -moz-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer; }

.ss-main .ss-multi-selected .ss-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 3px;
     -moz-box-flex: 0;
      -ms-flex: 0 1 3px;
          flex: 0 1 3px;
  margin: 9px 12px 0 5px; }

.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -moz-transition: transform .2s, -moz-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s, -moz-transform .2s; }

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px; }

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.ss-main .ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdee2;
  z-index: 1010;
  background-color: #fff;
  -webkit-transform-origin: center top;
     -moz-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  -moz-transition: transform .2s,opacity .2s,-moz-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s,-moz-transform .2s;
  opacity: 0;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0); }

.ss-main .ss-content.ss-open {
  display: block;
  opacity: 1;
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1); }

.ss-main .ss-content .ss-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 8px 6px; }

.ss-main .ss-content .ss-search.ss-hide, .ss-main .ss-content .ss-search.ss-hide input {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0; }

.ss-main .ss-content .ss-search input {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield; }

.ss-main .ss-content .ss-search input::-webkit-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle; }

.ss-main .ss-content .ss-search input:-moz-placeholder {
  color: #8a8a8a;
  vertical-align: middle; }

.ss-main .ss-content .ss-search input::-moz-placeholder {
  color: #8a8a8a;
  vertical-align: middle; }

.ss-main .ss-content .ss-search input:-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle; }

.ss-main .ss-content .ss-search input::-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle; }

.ss-main .ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle; }

.ss-main .ss-content .ss-search input:focus {
  -webkit-box-shadow: 0 0 5px #5897fb;
          box-shadow: 0 0 5px #5897fb; }

.ss-main .ss-content .ss-search .ss-addable {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.ss-main .ss-content .ss-addable {
  padding-top: 0; }

.ss-main .ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left; }

.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px;
  font-weight: 700; }

.ss-main .ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px; }

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer; }

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb; }

.ss-main .ss-content .ss-list .ss-option {
  padding: 6px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.ss-main .ss-content .ss-list .ss-option * {
  display: inline-block; }

.ss-main .ss-content .ss-list .ss-option.ss-highlighted, .ss-main .ss-content .ss-list .ss-option:hover {
  color: #fff;
  background-color: #5897fb; }

.ss-main .ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #dedede;
  background-color: #fff; }

.ss-main .ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: #666;
  background-color: rgba(88, 151, 251, 0.1); }

.ss-main .ss-content .ss-list .ss-option.ss-hide {
  display: none; }

.ss-main .ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c; }

.services-button {
  display: block;
  margin: 20px 10px;
  padding: 15px 60px;
  border-radius: 30px;
  border: 2px solid #ff8201;
  background: transparent;
  cursor: pointer;
  color: #ff8201;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  max-width: 280px; }
  .services-button:hover {
    background: #ff8201;
    color: #fff; }

.services__text {
  text-align: left;
  line-height: 50px;
  font-weight: 500;
  font-size: 25px;
  padding: 0px 10px; }
  @media (max-width: 759px) {
    .services__text {
      font-size: 20px;
      line-height: 22px; } }

.services-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%; }
  @media (max-width: 759px) {
    .services-row {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.services-img {
  max-width: 90%; }

.services__heading {
  margin-top: 67px;
  font-size: 35px;
  text-align: center;
  color: #fff;
  font-weight: 500; }
  .services__heading.first {
    padding-top: 50px; }
    @media (max-width: 749px) {
      .services__heading.first {
        padding-top: 180px; } }

.service-page .home__marketing_services {
  padding-top: 0px;
  margin-top: -150px;
  padding-bottom: 0px; }
  .service-page .home__marketing_services .home__marketing__item-advantages {
    height: 340px; }
    @media (max-width: 513px) {
      .service-page .home__marketing_services .home__marketing__item-advantages {
        height: auto; } }
  .service-page .home__marketing_services .home__marketing__item {
    padding-bottom: 20px; }
  .service-page .home__marketing_services .home__marketing__item-heading {
    min-height: 100px; }
    @media (max-width: 513px) {
      .service-page .home__marketing_services .home__marketing__item-heading {
        min-height: auto; } }

@media (max-width: 1023px) {
  .service-page .home__analytics-tool__description {
    max-width: 750px;
    margin: 20px auto; } }

@media (max-width: 513px) {
  .service-page .home__marketing {
    padding-top: 0px;
    margin-top: 0px;
    background: none; }
    .service-page .home__marketing__items-container {
      margin-top: 0px; }
    .service-page .home__marketing__item {
      padding-bottom: 0px;
      margin-top: 20px; }
    .service-page .home__marketing__item-advantages {
      height: auto; }
    .service-page .home__marketing__item-heading {
      margin-top: 0px; }
  .service-page .home__our-tools.bloggers {
    padding: 120px 0px 50px;
    top: -240px;
    margin-bottom: -240px; } }

.service-page .home__our-tools__item.bloggers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding-bottom: 20px; }
  .service-page .home__our-tools__item.bloggers .home__marketing__item-advantages {
    height: auto;
    margin-bottom: auto; }

.services-details__button {
  border: 2px solid #fc8001;
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 10px 50px;
  color: #fc8001;
  border-radius: 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize; }
  .services-details__button:hover {
    color: #fff;
    background: #fc8001; }

.services-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 901; }
  .services-popup__body {
    margin: auto;
    background: #fff;
    padding: 15px 20px;
    max-width: 600px;
    position: relative; }
  .services-popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
  .services-popup__image {
    height: 250px;
    margin-top: 15px;
    padding-right: 20px; }
  .services-popup__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .services-popup__button {
    padding: 10px 40px;
    background: #e86b2f;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 0;
    margin: 15px auto 0;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    display: block; }
  .services-popup__desc {
    font-size: 15px;
    line-height: 25px;
    text-align: center; }
  .services-popup__list {
    list-style-image: url(../themes/igface/assets/images/apply.png);
    margin-top: 20px; }
    .services-popup__list li {
      padding: 5px;
      margin-top: 10px; }
  .services-popup__title {
    padding-top: 15px;
    text-align: center;
    font-weight: 800;
    font-size: 18px; }

.services-press__description {
  padding: 5px;
  text-align: center;
  height: 65px; }

.brands__button.services-popup__open {
  margin-top: 30px; }

.tools__img {
  width: 90%;
  -webkit-transform: rotate(20deg);
     -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  margin-top: 50px;
  margin-bottom: 40px;
  -o-object-fit: contain;
     object-fit: contain; }
  .tools__img_margin {
    margin: 0; }
  .tools__img_twitter-likes {
    -webkit-transform: rotate(-25deg);
       -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
    margin-top: 0;
    margin-bottom: 50px; }
  .tools__img_notRotate {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
  @media (max-width: 1023px) {
    .tools__img {
      width: 70%;
      margin-top: 0; } }

.slider {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .slider__title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px; }
  .slider__subtitle {
    font-size: 24px;
    line-height: 1.3; }
  .slider__inner {
    margin: 30px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .slider [data-controls="next"] {
    position: absolute;
    right: 0;
    top: 62%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
    background: url("../themes/igface/assets/images/next.svg") no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    outline: transparent; }
  .slider [data-controls="prev"] {
    position: absolute;
    left: 0;
    top: 62%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
    background: url("../themes/igface/assets/images/prev.svg");
    border: none;
    outline: transparent;
    width: 50px;
    height: 50px; }

.slider-card {
  text-align: center; }
  .slider-card__inner {
    padding: 25px 10px;
    border: 1px solid #fc8001;
    border-radius: 20px;
    min-height: 345px; }
  .slider-card__avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 15px; }
  .slider-card__title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 22px; }
  .slider-card__text {
    line-height: 1.5; }

.block-text {
  padding: 0 15px; }
  .block-text__subtitle {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 24px; }
  .block-text__bold {
    font-weight: bold;
    margin-bottom: 10px; }
  .block-text__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .block-text__item {
    margin-bottom: 10px;
    line-height: 1.3; }
    .block-text__item-bold {
      font-weight: bold; }
  .block-text__img {
    max-width: 30%;
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
    margin-left: 20px; }
    .block-text__img_comments {
      -webkit-transform: rotate(0);
         -moz-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      float: right; }
    .block-text__img_notRepeat {
      -webkit-transform: rotate(0);
         -moz-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    @media (max-width: 1023px) {
      .block-text__img {
        display: none; } }
  .block-text__list-item {
    margin-bottom: 10px;
    line-height: 1.3; }

.f-right {
  float: right; }

.mb-50 {
  margin-bottom: 50px; }

.w-youtube-out {
  max-width: 90%;
  width: 100%;
  margin: 30px auto 0; }
  .w-youtube-out__frame {
    width: 100%;
    height: 315px; }
  .w-youtube-out__profile {
    text-align: center; }
  .w-youtube-out__img {
    max-width: 150px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover; }
  .w-youtube-out__name {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px; }
    @media (max-width: 600px) {
      .w-youtube-out__name {
        font-size: 18px; } }
  .w-youtube-out__text {
    color: #fff;
    font-size: 28px; }
    @media (max-width: 600px) {
      .w-youtube-out__text {
        font-size: 22px; } }

.free-subscribers {
  max-width: 50%;
  border-radius: 15px;
  background: #fff;
  margin: 30px auto 0;
  font-size: 18px;
  text-align: center;
  padding: 10px; }
  @media (max-width: 768px) {
    .free-subscribers {
      max-width: 100%; } }
  .free-subscribers_border {
    border: 1px solid black;
    padding: 10px 100px; }
    @media (max-width: 620px) {
      .free-subscribers_border {
        padding: 10px 25px; } }
  .free-subscribers__title {
    margin-bottom: 10px;
    font-weight: bold; }
  .free-subscribers__label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px; }
    .free-subscribers__label-required {
      color: red; }
  .free-subscribers__input {
    font-size: 16px;
    max-width: 300px;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #bcbcbc;
    border-radius: 25px;
    background-color: white;
    padding: 0px  25px; }
  .free-subscribers__button {
    border-radius: 20px;
    background: #fc8001;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 10px auto; }

.free-tools-out {
  max-width: 90%;
  width: 100%;
  margin: 30px auto 0; }
  .free-tools-out__profile {
    text-align: center; }
  .free-tools-out__img {
    max-width: 150px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover; }
  .free-tools-out__name {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px; }
    @media (max-width: 600px) {
      .free-tools-out__name {
        font-size: 18px; } }
    .free-tools-out__name_black {
      color: #000; }
  .free-tools-out__title {
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px; }
  .free-tools-out__descr {
    color: #fff;
    font-size: 20px; }
  .free-tools-out__text {
    color: #fff;
    font-size: 28px; }
    @media (max-width: 600px) {
      .free-tools-out__text {
        font-size: 22px; } }
  .free-tools-out__views {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    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;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px; }
    @media (max-width: 600px) {
      .free-tools-out__views {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .free-tools-out__more {
    border-radius: 20px;
    background: #fc8001;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 10px auto; }
  .free-tools-out__preview {
    display: inline-block;
    margin-bottom: 30px;
    position: relative; }
    .free-tools-out__preview-label {
      display: block;
      width: 250px;
      height: 300px;
      border-radius: 15px;
      cursor: pointer; }
    .free-tools-out__preview-input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .free-tools-out__preview_img {
      position: relative; }
      .free-tools-out__preview_img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.3);
        cursor: not-allowed;
        border-radius: 15px; }
      .free-tools-out__preview_img:before {
        content: 'Not Video';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        font-weight: bold;
        z-index: 5;
        color: #fc8001;
        font-size: 24px; }
    .free-tools-out__preview-count {
      text-align: center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 80px;
      left: 0;
      right: 0;
      margin: 0 auto;
      color: #fff;
      font-size: 20px; }
    .free-tools-out__preview-active:before {
      content: '';
      position: absolute;
      width: 80px;
      height: 80px;
      top: -25px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: url("../themes/igface/assets/images/free/heart.svg") no-repeat;
      background-size: contain;
      z-index: -1; }

.free-fb-likes {
  text-align: center;
  padding: 15px; }
  .free-fb-likes__img {
    border-radius: 10px;
    width: 50%;
    height: auto;
    min-height: 200px;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 30px; }
    @media (max-width: 620px) {
      .free-fb-likes__img {
        width: 90%; } }
  .free-fb-likes__wrap {
    margin-bottom: 15px; }
  .free-fb-likes__desc {
    display: inline-block;
    width: 120px; }
  .free-fb-likes__title, .free-fb-likes__desc-title, .free-fb-likes__desc-text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  .free-fb-likes span {
    background-size: cover; }

.checkout-popup {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  z-index: 901;
  background-color: rgba(0, 0, 0, 0.3); }
  .checkout-popup.hide {
    display: none; }
  .checkout-popup__price {
    font-weight: 600;
    text-align: center; }
  .checkout-popup__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px; }
  .checkout-popup__input {
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    width: 100%; }
  .checkout-popup__payments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .checkout-popup__payments input {
      display: none; }
    .checkout-popup__payments input:checked + label {
      border-color: #fc8001; }
    .checkout-popup__payments input:disabled + label {
      opacity: 0.7; }
    .checkout-popup__payments label {
      padding: 5px;
      border: 2px solid gray;
      border-radius: 10px;
      display: grid;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      cursor: pointer; }
      .checkout-popup__payments label:hover {
        border-color: #fc8001; }
      .checkout-popup__payments label img {
        height: 30px;
        width: auto;
        -o-object-fit: contain;
           object-fit: contain; }
  .checkout-popup__body {
    margin: auto;
    background: #fff;
    padding: 15px 20px;
    max-width: 600px;
    width: 100%;
    position: relative; }
  .checkout-popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
  .checkout-popup__image {
    height: 250px;
    margin-top: 15px;
    padding-right: 20px; }
  .checkout-popup__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .checkout-popup__button {
    padding: 10px 40px;
    background: #e86b2f;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 0;
    margin: 15px auto 0;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    display: block; }
  .checkout-popup__desc {
    font-size: 15px;
    line-height: 25px;
    text-align: center; }
  .checkout-popup__list {
    list-style-image: url(../themes/igface/assets/images/apply.png);
    margin-top: 20px; }
    .checkout-popup__list li {
      padding: 5px;
      margin-top: 10px; }
  .checkout-popup__title {
    padding-top: 15px;
    text-align: center;
    font-weight: 800;
    font-size: 18px; }

.success-page {
  min-height: -moz-calc(100vh - 200px);
  min-height: calc(100vh - 200px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 600; }
  .success-page h1 {
    color: green;
    font-size: 40px; }
  .success-page img {
    margin: 40px 0px; }
  .success-page a {
    color: green;
    text-decoration: underline; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -moz-transition: transform 0s, opacity 0s, -moz-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s, -moz-transform 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }
