.button__wrapper {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 30px 0 73px 0; }

.button_toggler {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  color: #fff;
  margin-right: 76px; }
  .button_toggler:after {
    content: "";
    width: 66px;
    height: 24px;
    border-radius: 12px;
    position: absolute;
    right: -76px;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #c0d4de; }
  .button_toggler:before {
    content: "";
    width: 31px;
    height: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    position: absolute;
    right: -43px;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto; }
  .button_toggler:hover {
    text-decoration: none; }
  .button_toggler.active {
    text-decoration: none; }
    .button_toggler.active:after {
      background-color: #1fb74c; }
    .button_toggler.active:before {
      right: -74px; }

section.section.section_ping-result {
  padding-bottom: 40px; }
  section.section.section_ping-result .table-heading {
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 22px;
    font-size: 18px; }
  section.section.section_ping-result .ok, section.section.section_ping-result .fail, section.section.section_ping-result .lost-pack {
    width: 8px;
    height: 8px;
    background-color: #1fb74c;
    border-radius: 4px;
    display: block; }
  section.section.section_ping-result .fail, section.section.section_ping-result .lost-pack {
    color: transparent;
    font-size: 1px;
    background-color: #e8504f; }
  section.section.section_ping-result .lost-pack {
    background-color: #fcba2b; }
  @media screen and (max-width: 850px) {
    section.section.section_ping-result .not-available {
      width: 8px;
      height: 8px;
      border-radius: 4px;
      display: block;
      color: transparent;
      font-size: 1px;
      background-color: #e8504f; } }
  section.section.section_ping-result table {
    width: 100%;
    table-layout: fixed;
    font-size: 18px;
    font-weight: 300;
    color: #000; }
    section.section.section_ping-result table tr {
      height: 50px; }
      section.section.section_ping-result table tr td.first {
        padding-left: 31px;
        width: 35%; }
        section.section.section_ping-result table tr td.first .flex {
          display: flex;
          align-items: center; }
      section.section.section_ping-result table tr td.second {
        white-space: nowrap; }
      section.section.section_ping-result table tr td.six {
        padding-right: 55px; }
      section.section.section_ping-result table tr .flag {
        margin-right: 12px;
        margin-left: -8px; }
  @media screen and (max-width: 850px) {
    section.section.section_ping-result .mobile.srv__ping-details {
      display: flex;
      padding-left: 59px; }
    section.section.section_ping-result .desktop {
      display: none; }
    section.section.section_ping-result #internal-ping-block {
      padding-top: 20px; }
    section.section.section_ping-result table tr td.first {
      padding-left: 20px;
      white-space: nowrap; }
      section.section.section_ping-result table tr td.first .flex {
        display: initial; } }
  section.section.section_ping-result .ping-table__wrapper .ping-table__subtitle {
    opacity: 0.5;
    font-size: 14px;
    font-weight: bold;
    padding-left: 31px; }
    @media screen and (max-width: 850px) {
      section.section.section_ping-result .ping-table__wrapper .ping-table__subtitle {
        padding-left: 20px; } }
  section.section.section_ping-result .ping-table__wrapper {
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding-top: 28px;
    padding-bottom: 18px;
    margin-bottom: 20px; }
  section.section.section_ping-result .ping-table__flag {
    width: 48px;
    height: 34px;
    margin-right: 12px; }
section.section.section_webproxy-clients {
  text-align: center; }
  section.section.section_webproxy-clients .section__wrapper {
    padding-top: 205px;
    padding-top: 130px; }
  section.section.section_webproxy-clients h2, section.section.section_webproxy-clients h1 {
    margin-bottom: 39px;
    margin-top: 0; }
  section.section.section_webproxy-clients p {
    margin: 0 auto 75px;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    max-width: 820px; }
  @media screen and (max-width: 850px) {
    section.section.section_webproxy-clients .section__wrapper {
      padding-top: 124px;
      padding-bottom: 20px; }
    section.section.section_webproxy-clients p {
      margin-bottom: 36px; }
    section.section.section_webproxy-clients h2, section.section.section_webproxy-clients h1 {
      font-size: 36px; } }
  section.section.section_webproxy-clients .webproxy__slider-handlers {
    display: none; }
    @media screen and (max-width: 850px) {
      section.section.section_webproxy-clients .webproxy__slider-handlers {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 40px; }
        section.section.section_webproxy-clients .webproxy__slider-handlers .dot {
          width: 10px;
          height: 10px;
          border-radius: 5px;
          background-color: rgba(0, 0, 0, 0.2);
          margin: 5px;
          transition: all 150ms;
          cursor: pointer; }
          section.section.section_webproxy-clients .webproxy__slider-handlers .dot.active {
            background-color: #3f93b7; } }
  section.section.section_webproxy-clients .webproxy__clients {
    align-items: center;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px; }
    section.section.section_webproxy-clients .webproxy__clients .webproxy__client {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      margin: 0 20px; }
      section.section.section_webproxy-clients .webproxy__clients .webproxy__client .client__icon {
        display: flex;
        align-items: flex-end;
        width: 128px;
        height: 128px;
        margin-bottom: 26px;
        cursor: pointer; }
      section.section.section_webproxy-clients .webproxy__clients .webproxy__client .client__label {
        font-size: 24px;
        margin-bottom: 28px;
        cursor: pointer; }
      section.section.section_webproxy-clients .webproxy__clients .webproxy__client .client__button button {
        width: 137px;
        height: 30px;
        background-color: transparent;
        border-radius: 15px;
        border: solid 1px rgba(92, 165, 195, 0.35);
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        transition: all 150ms;
        padding-bottom: 0;
        cursor: pointer; }
        section.section.section_webproxy-clients .webproxy__clients .webproxy__client .client__button button:hover {
          background-color: #ff7d19;
          border-color: #ff7d19; }
section.section.section_webproxy .section__wrapper, section.section.section_ping .section__wrapper {
  padding-top: 205px; }
section.section.section_webproxy .webproxy__descr, section.section.section_webproxy .ping__descr, section.section.section_ping .webproxy__descr, section.section.section_ping .ping__descr {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px; }
@media screen and (max-width: 850px) {
  section.section.section_webproxy .section__wrapper, section.section.section_ping .section__wrapper {
    padding-top: 158px;
    padding-bottom: 0; }
    section.section.section_webproxy .section__wrapper h2, section.section.section_webproxy .section__wrapper h1, section.section.section_ping .section__wrapper h2, section.section.section_ping .section__wrapper h1 {
      font-size: 36px;
      font-weight: 500;
      margin-bottom: 71px; }
    section.section.section_webproxy .section__wrapper p, section.section.section_ping .section__wrapper p {
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 60px; }
  section.section.section_webproxy .webproxy__descr, section.section.section_webproxy .ping__descr, section.section.section_ping .webproxy__descr, section.section.section_ping .ping__descr {
    margin-bottom: 0; } }
section.section.section_webproxy button.button_blue, section.section.section_ping button.button_blue {
  height: 50px;
  border-radius: 25px;
  padding: 0 116px;
  font-size: 18px;
  font-weight: bold; }
section.section.section_webproxy .section__wrapper, section.section.section_ping .section__wrapper {
  text-align: center; }
section.section.section_webproxy .input__wrapper, section.section.section_ping .input__wrapper {
  max-width: 770px;
  height: 50px;
  position: relative;
  margin: 0 auto; }
  section.section.section_webproxy .input__wrapper .input__bg, section.section.section_ping .input__wrapper .input__bg {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: rgba(18, 34, 50, 0.5);
    overflow: hidden; }
    section.section.section_webproxy .input__wrapper .input__bg .input, section.section.section_ping .input__wrapper .input__bg .input {
      border: none;
      outline: none;
      background: transparent;
      width: 100%;
      height: 100%;
      font-size: 18px;
      color: #fff;
      padding-left: 22px;
      padding-right: 280px; }
      section.section.section_webproxy .input__wrapper .input__bg .input::placeholder, section.section.section_ping .input__wrapper .input__bg .input::placeholder {
        color: rgba(249, 249, 249, 0.4);
        text-overflow: ellipsis; }
    section.section.section_webproxy .input__wrapper .input__bg--recovery, section.section.section_ping .input__wrapper .input__bg--recovery {
      background-color: rgba(18, 34, 50, 0.8); }
section.section.section_webproxy .success, section.section.section_ping .success {
  color: #1fb74c;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 25px; }
section.section.section_webproxy .input__error, section.section.section_ping .input__error {
  position: absolute;
  margin-top: 20px;
  color: #ff4a55;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 850px) {
    section.section.section_webproxy .input__error, section.section.section_ping .input__error {
      justify-content: flex-start;
      top: 130px; } }
  section.section.section_webproxy .input__error .error__icon, section.section.section_ping .input__error .error__icon {
    opacity: 0.7; }
  section.section.section_webproxy .input__error .error__message, section.section.section_ping .input__error .error__message {
    margin-left: 8px; }
    section.section.section_webproxy .input__error .error__message--invalid-email, section.section.section_ping .input__error .error__message--invalid-email {
      display: block;
      position: relative;
      text-align: left;
      width: 280px;
      height: 40px;
      font-size: 14px;
      background-color: white;
      border-radius: 5px;
      padding: 10px 40px;
      left: -230px;
      top: -5px;
      box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.15); }
      @media screen and (max-width: 850px) {
        section.section.section_webproxy .input__error .error__message--invalid-email, section.section.section_ping .input__error .error__message--invalid-email {
          left: 0;
          top: -85px; } }
      section.section.section_webproxy .input__error .error__message--invalid-email:before, section.section.section_ping .input__error .error__message--invalid-email:before {
        content: "";
        background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAWCAYAAAAvg9c4AAADf0lEQVQ4jY2Va2gUVxTH//OquzuzYuMjMY82xEa0aYKmbhSMoYpYjTYBS9Q8TGqSJeD70WK6FKLBxxeLfpB+aWyhNSA+CSEUQcRKJKUxJPpFbVgt1mhEJLgzWVfXe2+5M7vr7CMk/+Ey93Hu75455947Eqagyur6rPyCwiLXh7NGRh8/YpPNECczqNiytUXTVH/exzm92VmZveuratInmyPYG1UNzXMopRUAplFKeVexoiiNa74ow3S3hr7+Afzjf/iEEHKcMkYoZdzr+9e6LtxMCf16a6PmdDoerCpbkelWVTD+MF5gvoH3dbOAgRKKvr/7cX/Y773Rc6UjypJtC5QULFyQua12y1TCHFPhZ5/igK+Nf10MGoupKAgORZpS3uIkCQL3PC43ZqN51z4ZgrB50rSmUGTO5yvWViyOQasamrN1Y/xWbk52fapJr65eRcjvN+svzpwBDQaTbDLnzsnQVLWv9MuvmkyoLEn9pUs9JetWr4SZiQRpHg8+yMkxO2eUl0N0OpNssjLm4rtdLdM01dWxfM0Gr6woSsbwo3+hKApSfT738mVnJ0ggAGdREWZ7vZBUNc7mdSiES91/wKW6ENCNj0QO8+3fg/9GnkI3jMj2sUTfvsXz06cxs64OWYcPA5Ri7OLFOKBhGLj3YBirykqxcX05KKMMjTv2snA4zHRdZz91/MqOnjjJxoNBNqH4jo/oz1t9rL5lJxsYHGKBQID9fu4CW7Z6XbsYjaPD4cA3NZuxuLAQ3x86gsdPRlKnWxBAKUPHb5240t2D420+5M/LgyAI5l7gY6I9jjwUK8uWm/BjP57CX7cHkpjjwSB87UehGzraWr+FW9NMoAW1DqjIEjIuyzIWzM9H696dOH+pC+cvd8XGnj4bxZ7WH7BsSTGa6mogiaINaIkxyuREaNTjjPR0+A7sxi9nz5leFxUU4HJ3N7Y3bcP8T+bFYHZgNJTyRKeIe6xpGrwNtRgYuouRZ6No9x3EdLc7DihYx9SCR+Itp9rwdrDL5YKneBE8Zo6ECYF2j5NimihJksydkQqIhIVi0HA4HI5cyBNKFMUkcFT2vtCbEE/UG6Gyuv7nvNzc5rS0GVasqXUJ80s9diHbCncgOm7lJtJPCG4P3hnTDaPEXHLDploPpSyN1yklpjX/V1ht6/2OEBNC3lnjtn7LnhBKCLk71Ht97H+Z77vENfqIBAAAAABJRU5ErkJggg==);
        width: 21px;
        height: 22px;
        position: absolute;
        top: 6px;
        left: 10px; }
      section.section.section_webproxy .input__error .error__message--invalid-email:after, section.section.section_ping .input__error .error__message--invalid-email:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 10px 5px;
        border-color: transparent transparent white transparent;
        left: 30px;
        top: -10px; }
    section.section.section_webproxy .input__error .error__message--code-expired, section.section.section_ping .input__error .error__message--code-expired {
      display: block;
      position: relative;
      width: 280px;
      text-align: left;
      min-height: 40px;
      font-size: 14px;
      background-color: white;
      border-radius: 5px;
      padding: 10px 40px;
      left: -230px;
      top: -5px;
      box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.15); }
      @media screen and (max-width: 850px) {
        section.section.section_webproxy .input__error .error__message--code-expired, section.section.section_ping .input__error .error__message--code-expired {
          left: 0;
          top: -85px; } }
      section.section.section_webproxy .input__error .error__message--code-expired:before, section.section.section_ping .input__error .error__message--code-expired:before {
        content: "";
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSI+ICAgIDxwYXRoIGZpbGw9IiNGMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjU1MyAxMC40NjlMMTAuMzc3IDEuNWEyLjYxNCAyLjYxNCAwIDAgMC00LjUyMyAwTC41ODYgMTAuNjIzYTIuNjExIDIuNjExIDAgMCAwIDIuMjYyIDMuOTE1aDEwLjU0MWEyLjYxIDIuNjEgMCAwIDAgMi4xNjQtNC4wNjl6bS02LjMyLjg3M2MwIC42MTctLjQ3NSAxLjA4OS0xLjExNSAxLjA4OXMtMS4xMTUtLjQ3Mi0xLjExNS0xLjA4OXYtLjAyNmMwLS42MTQuNDc1LTEuMDg5IDEuMTE1LTEuMDg5czEuMTE1LjQ3MiAxLjExNSAxLjA4OXYuMDI2ek05LjI1OSA0bC0uNTUyIDQuODE3Yy0uMDM3LjM0Ny0uMjY3LjU2My0uNTg5LjU2My0uMzIxIDAtLjU1Mi0uMjE5LS41ODgtLjU2M2wtLjU1Mi00LjgyYy0uMDM3LS4zNzMuMTY1LS42NTQuNTEyLS42NTRoMS4yNTRjLjM0Ny4wMDMuNTUyLjI4NC41MTUuNjU3eiIvPjwvc3ZnPg==);
        width: 16px;
        height: 15px;
        position: absolute;
        top: 12px;
        left: 10px; }
      section.section.section_webproxy .input__error .error__message--code-expired:after, section.section.section_ping .input__error .error__message--code-expired:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 10px 5px;
        border-color: transparent transparent white transparent;
        left: 30px;
        top: -10px; }
    section.section.section_webproxy .input__error .error__message--allready-sent, section.section.section_ping .input__error .error__message--allready-sent {
      display: block;
      position: relative;
      width: 280px;
      text-align: left;
      min-height: 40px;
      font-size: 14px;
      background-color: white;
      border-radius: 5px;
      padding: 10px 40px;
      left: -230px;
      top: -5px;
      box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.15); }
      @media screen and (max-width: 850px) {
        section.section.section_webproxy .input__error .error__message--allready-sent, section.section.section_ping .input__error .error__message--allready-sent {
          left: 0;
          top: -85px; } }
      section.section.section_webproxy .input__error .error__message--allready-sent:before, section.section.section_ping .input__error .error__message--allready-sent:before {
        content: "";
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSI+ICAgIDxwYXRoIGZpbGw9IiNGMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjU1MyAxMC40NjlMMTAuMzc3IDEuNWEyLjYxNCAyLjYxNCAwIDAgMC00LjUyMyAwTC41ODYgMTAuNjIzYTIuNjExIDIuNjExIDAgMCAwIDIuMjYyIDMuOTE1aDEwLjU0MWEyLjYxIDIuNjEgMCAwIDAgMi4xNjQtNC4wNjl6bS02LjMyLjg3M2MwIC42MTctLjQ3NSAxLjA4OS0xLjExNSAxLjA4OXMtMS4xMTUtLjQ3Mi0xLjExNS0xLjA4OXYtLjAyNmMwLS42MTQuNDc1LTEuMDg5IDEuMTE1LTEuMDg5czEuMTE1LjQ3MiAxLjExNSAxLjA4OXYuMDI2ek05LjI1OSA0bC0uNTUyIDQuODE3Yy0uMDM3LjM0Ny0uMjY3LjU2My0uNTg5LjU2My0uMzIxIDAtLjU1Mi0uMjE5LS41ODgtLjU2M2wtLjU1Mi00LjgyYy0uMDM3LS4zNzMuMTY1LS42NTQuNTEyLS42NTRoMS4yNTRjLjM0Ny4wMDMuNTUyLjI4NC41MTUuNjU3eiIvPjwvc3ZnPg==);
        width: 16px;
        height: 15px;
        position: absolute;
        top: 12px;
        left: 10px; }
      section.section.section_webproxy .input__error .error__message--allready-sent:after, section.section.section_ping .input__error .error__message--allready-sent:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 10px 5px;
        border-color: transparent transparent white transparent;
        left: 30px;
        top: -10px; }
@media screen and (max-width: 850px) {
  section.section.section_webproxy .input__wrapper .input__bg .input, section.section.section_ping .input__wrapper .input__bg .input {
    padding-right: 20px; }
  section.section.section_webproxy button.button_blue, section.section.section_ping button.button_blue {
    width: 100%;
    padding: 0;
    justify-content: center; } }
section.section.section_webproxy .webproxy-servers, section.section.section_ping .webproxy-servers {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 280px; }
  section.section.section_webproxy .webproxy-servers .ui-selectmenu-button, section.section.section_ping .webproxy-servers .ui-selectmenu-button {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: transparent;
    border: none;
    border-left: 1px solid rgba(128, 128, 128, 0.33);
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    padding-left: 22px;
    align-items: center;
    outline: none;
    justify-content: space-between;
    padding-right: 24px; }
    section.section.section_webproxy .webproxy-servers .ui-selectmenu-button img, section.section.section_ping .webproxy-servers .ui-selectmenu-button img {
      display: none; }
    section.section.section_webproxy .webproxy-servers .ui-selectmenu-button .ui-icon, section.section.section_ping .webproxy-servers .ui-selectmenu-button .ui-icon {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjUiPiAgICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzc2LjQ5OWg0LjQ0MmMuMjA2IDAgLjM2LjE5NC4yMzkuMzg2LS4wOTYuMTU0LTIuMDQ5IDMuMjI1LTIuMjE2IDMuNDg4YS4yOS4yOSAwIDAgMS0uNDgxIDBBNzMzLjAxMyA3MzMuMDEzIDAgMCAxIC41MzguODc3Qy40MzguNzE0LjU0OS40OTkuNzc2LjQ5OXoiIG9wYWNpdHk9Ii42Ii8+PC9zdmc+);
      height: 5px;
      width: 6px;
      background-position: center;
      margin: 0; }
section.section.section_vpn {
  color: #fff;
  background-image: url(/images/backgrounds/bg2.png); }
  section.section.section_vpn h1 {
    font-size: 72px;
    line-height: 72px;
    margin: auto;
    margin-bottom: 67px; }
  section.section.section_vpn h2 {
    max-width: 700px;
    margin: auto; }
  section.section.section_vpn h2, section.section.section_vpn h3 {
    font-size: 36px;
    font-weight: 300;
    opacity: 0.7;
    margin-bottom: 38px; }
  section.section.section_vpn .section__wrapper {
    padding-top: 205px;
    padding-bottom: 38px;
    text-align: center; }
  section.section.section_vpn .buttons__wrapper {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    section.section.section_vpn .buttons__wrapper .button {
      width: 261px;
      height: 50px;
      border-radius: 25px;
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding-top: 18px;
      padding-bottom: 15px;
      font-size: 18px;
      line-height: 16px;
      margin: 0 15px; }
  section.section.section_vpn .vpn__recovery {
    font-size: 16px;
    text-align: center;
    margin-top: 38px; }
    section.section.section_vpn .vpn__recovery a {
      color: rgba(255, 255, 255, 0.7);
      transition: color 100ms;
      text-decoration: none; }
      section.section.section_vpn .vpn__recovery a:hover {
        color: #fff; }
  @media screen and (max-width: 850px) {
    section.section.section_vpn h1 {
      font-size: 48px;
      line-height: normal;
      margin-bottom: 40px; }
    section.section.section_vpn h1, section.section.section_vpn h2, section.section.section_vpn h3 {
      font-size: 26px; }
    section.section.section_vpn .section__wrapper {
      padding-top: 130px;
      padding-bottom: 30px; }
    section.section.section_vpn .buttons__wrapper {
      flex-direction: column; }
      section.section.section_vpn .buttons__wrapper .button:first-child {
        margin-bottom: 20px; } }
  section.section.section_vpn.section_select-plan .plans .plan__buy {
    display: none; }
  section.section.section_vpn.section_select-plan .plans button.button.button_buy {
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
    cursor: pointer;
    flex-wrap: nowrap; }
    section.section.section_vpn.section_select-plan .plans button.button.button_buy svg {
      margin-right: 9px; }
  section.section.section_vpn.section_select-plan .plans .plan__select_selected {
    display: none; }
  section.section.section_vpn.section_select-plan .plans .selected .plan__select_select {
    display: none; }
  section.section.section_vpn.section_select-plan .plans .selected .plan__select_selected {
    display: flex;
    align-items: center;
    color: #fff; }
  @media screen and (max-width: 850px) {
    section.section.section_vpn.section_select-plan .plans h3 .subtitle {
      display: block;
      font-size: 18px; } }
  section.section.section_vpn.section_download {
    padding-bottom: 0;
    padding-top: 190px; }
    section.section.section_vpn.section_download .section__wrapper {
      padding: 0; }
    section.section.section_vpn.section_download .button__wrapper {
      padding-top: 0px;
      padding-bottom: 60px; }
    section.section.section_vpn.section_download .button_orange {
      height: 50px;
      padding: 0 48px;
      border-radius: 25px; }
    section.section.section_vpn.section_download img {
      max-width: 837px;
      width: 100%; }
    @media screen and (max-width: 850px) {
      section.section.section_vpn.section_download h1 {
        font-size: 36px; }
      section.section.section_vpn.section_download img {
        margin-left: -50%;
        margin-right: -50%;
        min-width: 520px; } }
  section.section.section_vpn.section_trial {
    color: #fff;
    background-color: #0c394c;
    background-image: url(/images/backgrounds/bg2.png); }
    section.section.section_vpn.section_trial h1 {
      margin-bottom: 58px; }
    section.section.section_vpn.section_trial .section__wrapper {
      padding-top: 189px;
      padding-bottom: 38px;
      text-align: center; }
    section.section.section_vpn.section_trial .trial__steps {
      display: flex;
      align-items: center;
      justify-content: center; }
      section.section.section_vpn.section_trial .trial__steps .trial__step .trial__step-icon {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center; }
      section.section.section_vpn.section_trial .trial__steps .trial__step .trial__step-descr {
        font-size: 18px;
        font-weight: 300;
        opacity: 0.7;
        margin-top: 10px; }
      section.section.section_vpn.section_trial .trial__steps .trial__step-arrow {
        height: 80px;
        align-self: flex-start;
        display: flex;
        align-items: center;
        margin: 0 34px; }
    section.section.section_vpn.section_trial .input__wrapper {
      max-width: 800px;
      margin: 52px auto 108px auto;
      position: relative; }
      section.section.section_vpn.section_trial .input__wrapper .button_green {
        position: absolute;
        right: 5px;
        top: 5px;
        bottom: 5px;
        padding: 0 40px;
        font-size: 18px;
        height: 50px;
        border-radius: 25px;
        background-color: #1fb74c; }
      section.section.section_vpn.section_trial .input__wrapper .input__bg {
        width: 100%;
        height: 60px;
        border-radius: 30px;
        background-color: rgba(18, 34, 50, 0.5);
        overflow: hidden; }
        section.section.section_vpn.section_trial .input__wrapper .input__bg input {
          appearance: none;
          background: transparent;
          border: none;
          outline: none;
          color: #fff;
          font-size: 18px;
          padding-left: 22px;
          padding-right: 200px;
          height: 100%;
          width: 100%; }
          section.section.section_vpn.section_trial .input__wrapper .input__bg input::placeholder {
            color: rgba(255, 255, 255, 0.45); }
      section.section.section_vpn.section_trial .input__wrapper .input__error {
        position: absolute;
        bottom: -32px;
        color: #ff4a55;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        width: 100%; }
    section.section.section_vpn.section_trial .trial__limits {
      font-size: 16px;
      text-align: center;
      color: rgba(255, 255, 255, 0.7); }
    @media screen and (max-width: 850px) {
      section.section.section_vpn.section_trial .section__wrapper {
        padding-top: 144px; }
        section.section.section_vpn.section_trial .section__wrapper h1 {
          font-size: 36px; }
        section.section.section_vpn.section_trial .section__wrapper h3 {
          font-size: 24px; }
        section.section.section_vpn.section_trial .section__wrapper .input__wrapper {
          padding-bottom: 35px; }
          section.section.section_vpn.section_trial .section__wrapper .input__wrapper .button_green {
            position: static;
            margin-top: 33px; }
          section.section.section_vpn.section_trial .section__wrapper .input__wrapper .input__bg .input {
            padding-right: 20px; }
          section.section.section_vpn.section_trial .section__wrapper .input__wrapper .input__error {
            position: relative;
            margin-top: 17px;
            bottom: 0; }
        section.section.section_vpn.section_trial .section__wrapper .trial__steps {
          flex-direction: column; }
          section.section.section_vpn.section_trial .section__wrapper .trial__steps .trial__step {
            display: flex;
            align-items: center;
            width: 300px;
            max-width: 340px;
            min-width: 320px; }
            section.section.section_vpn.section_trial .section__wrapper .trial__steps .trial__step .trial__step-icon {
              transform: scale(0.5); }
            section.section.section_vpn.section_trial .section__wrapper .trial__steps .trial__step .trial__step-descr {
              width: 100%;
              text-align: left; }
          section.section.section_vpn.section_trial .section__wrapper .trial__steps .trial__step-arrow {
            display: none; } }
section.section.section_ip-check {
  background-color: #f9f9f9; }
  section.section.section_ip-check .card__subheading {
    font-weight: 700;
    margin-top: 40px; }
  section.section.section_ip-check h2, section.section.section_ip-check h1 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 49px;
    text-align: center; }
    section.section.section_ip-check h2 strong, section.section.section_ip-check h1 strong {
      font-weight: bold; }
  section.section.section_ip-check .whois__wrapper {
    border-radius: 25px;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent;
    font-size: 14px;
    border: 2px dashed #e5ecef;
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px; }
    section.section.section_ip-check .whois__wrapper pre {
      margin: 0; }
    @media screen and (max-width: 850px) {
      section.section.section_ip-check .whois__wrapper {
        padding: 15px 15px 15px 15px; } }
  section.section.section_ip-check #internal-who-is-block {
    padding-bottom: 46px; }
    section.section.section_ip-check #internal-who-is-block .flag {
      margin-left: -8px; }
    section.section.section_ip-check #internal-who-is-block .error-field {
      margin-top: 46px; }
    section.section.section_ip-check #internal-who-is-block .btn-holder {
      padding-bottom: 30px; }
    section.section.section_ip-check #internal-who-is-block .row {
      height: 100%; }
    section.section.section_ip-check #internal-who-is-block .ip-check__card {
      padding: 22px 30px; }
      section.section.section_ip-check #internal-who-is-block .ip-check__card .card__row {
        min-height: 42px; }
        section.section.section_ip-check #internal-who-is-block .ip-check__card .card__row .card__col_value {
          display: flex; }
    @media screen and (max-width: 850px) {
      section.section.section_ip-check #internal-who-is-block .your-ip {
        display: block; }
      section.section.section_ip-check #internal-who-is-block .ip-check__card {
        padding: 20px; }
      section.section.section_ip-check #internal-who-is-block .card__row {
        flex-direction: column; }
        section.section.section_ip-check #internal-who-is-block .card__row .card__col.card__col_param {
          padding: 0;
          width: 100%; }
        section.section.section_ip-check #internal-who-is-block .card__row .card__col.card__col_value {
          padding: 0; }
          section.section.section_ip-check #internal-who-is-block .card__row .card__col.card__col_value .flag {
            margin-left: -6px;
            margin-right: 0; } }
    @media screen and (min-width: 850px) {
      section.section.section_ip-check #internal-who-is-block .preloader {
        display: block;
        width: 40px;
        margin: 0 auto;
        padding-top: 10px; } }
    @media screen and (min-width: 992px) {
      section.section.section_ip-check #internal-who-is-block .col-lg-6 {
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%; }
      section.section.section_ip-check #internal-who-is-block .col-lg-12 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; }
      section.section.section_ip-check #internal-who-is-block .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px; } }

#viawhoer {
  font-size: 87.5%;
  color: #212529;
  overflow: hidden;
  white-space: pre-wrap;
  display: flex;
  flex-wrap: wrap; }
  #viawhoer span:nth-child(odd) {
    font-weight: 600;
    max-width: 30%;
    width: 100%;
    overflow-wrap: break-word; }
  #viawhoer span:nth-child(even) {
    max-width: 70%;
    width: 100%;
    overflow-wrap: break-word;
    align-self: center; }

.ip-check__card {
  background-color: #fff;
  border-radius: 10px;
  min-height: 80px;
  padding: 35px 16px 28px 115px;
  margin-bottom: 30px;
  position: relative; }
  .ip-check__card .card__info-link {
    position: absolute;
    display: block;
    text-decoration: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+ICAgIDxwYXRoIGZpbGw9IiM1Q0E1QzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTggMTZBOCA4IDAgMSAxIDggMGE4IDggMCAwIDEgMCAxNnpNOCAxLjQ0OEE2LjU1MiA2LjU1MiAwIDEgMCAxNC41NTIgOCA2LjU2IDYuNTYgMCAwIDAgOCAxLjQ0OHptLjggOC4wNHYuOTEySDcuMlY4LjcxMmMwLS4zOTMuMzE5LS43MTIuNzEyLS43MTJBMS42NjQgMS42NjQgMCAwIDAgOS42IDYuNjcyIDEuNjA1IDEuNjA1IDAgMSAwIDYuNCA2LjRINC44YTMuMiAzLjIgMCAwIDEgNi4zMTItLjc2QTMuMiAzLjIgMCAwIDEgOC44IDkuNDg4em0wIDMuMzEySDcuMnYtMS42aDEuNnYxLjZ6IiBvcGFjaXR5PSIuNTAyIi8+PC9zdmc+);
    width: 16px;
    height: 16px;
    top: 10px;
    right: 10px;
    opacity: 0.5;
    transition: opacity 100ms; }
    .ip-check__card .card__info-link:hover {
      opacity: 1; }
  .ip-check__card .lang {
    margin-right: 50px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase; }
    .ip-check__card .lang .flag {
      margin-left: 0;
      margin-right: 9px; }
  .ip-check__card .card__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: uppercase; }
  .ip-check__card .card__icon {
    position: absolute;
    left: 30px;
    top: 30px; }
  @media screen and (max-width: 850px) {
    .ip-check__card {
      padding-top: 34px; }
      .ip-check__card .card__title {
        text-align: left;
        margin-left: 0;
        margin-bottom: 12px; }
      .ip-check__card.card_table {
        padding-left: 20px; }
        .ip-check__card.card_table .card__icon {
          transform: scale(0.5);
          left: 4px;
          top: 12px; }
        .ip-check__card.card_table .card__title {
          margin-left: 45px; } }
  .ip-check__card .card__data.card__data_webrtc {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .ip-check__card .card__data.card__data_webrtc .country-holder {
      display: none; }
    .ip-check__card .card__data.card__data_webrtc .item .myip-list {
      margin: 0;
      display: flex;
      margin-right: 74px; }
      .ip-check__card .card__data.card__data_webrtc .item .myip-list dt {
        font-size: 16px;
        font-weight: 300;
        color: #508195;
        margin-right: 16px; }
    @media screen and (max-width: 500px) {
      .ip-check__card .card__data.card__data_webrtc {
        flex-direction: column; } }
  .ip-check__card .card__data.card__data_with-overflow .card__col:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white, white); }
  .ip-check__card .card__data .card__row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 30px; }
    .ip-check__card .card__data .card__row .card__col {
      overflow: hidden;
      position: relative;
      padding-right: 26px; }
      .ip-check__card .card__data .card__row .card__col .dns_br .underlined.dns_br_ip {
        margin-left: 40px; }
      .ip-check__card .card__data .card__row .card__col .dns_br .result {
        display: flex;
        flex-direction: column; }
        .ip-check__card .card__data .card__row .card__col .dns_br .result > span {
          margin-bottom: 10px;
          line-height: 18px; }
      .ip-check__card .card__data .card__row .card__col .country-holder {
        display: flex;
        align-items: center;
        margin-left: 4px; }
      .ip-check__card .card__data .card__row .card__col.card__col_param {
        width: 140px;
        white-space: nowrap;
        flex-shrink: 0;
        font-weight: 300;
        color: #508195; }
        @media screen and (max-width: 380px) {
          .ip-check__card .card__data .card__row .card__col.card__col_param {
            width: 110px; } }
      .ip-check__card .card__data .card__row .card__col.card__col_value {
        width: 100%;
        flex-shrink: 2;
        color: #000;
        padding-left: 10px;
        padding-right: 10px;
        background-color: transparent; }
        .ip-check__card .card__data .card__row .card__col.card__col_value.card__col_top {
          border-radius: 4px 4px 0 0; }
        .ip-check__card .card__data .card__row .card__col.card__col_value.card__col_bottom {
          border-radius: 0 0 4px 4px; }
        .ip-check__card .card__data .card__row .card__col.card__col_value .flag {
          margin-left: 0;
          margin-right: 12px; }
    @media screen and (max-width: 850px) {
      .ip-check__card .card__data .card__row {
        font-size: 14px; }
        .ip-check__card .card__data .card__row .card__row .card__col:after {
          width: 16px; }
        .ip-check__card .card__data .card__row .card__row .card__col.card__col_param {
          flex-basis: 105px;
          padding-right: 10px; } }

.ip-check__card a.link {
  color: #508195;
  text-decoration: underline; }
  .ip-check__card a.link:hover {
    text-decoration: none; }
.ip-check__card .enabled-status__wrapper {
  text-transform: capitalize; }
  .ip-check__card .enabled-status__wrapper .cont:not(.enabled-status) {
    margin-left: 9px; }
.ip-check__card.card_table .enabled-status__wrapper .cont:not(.enabled-status) {
  text-transform: lowercase; }
.ip-check__card.ip-check__card_scripts .enabled-status {
  color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 6px; }

/*SPEEDTEST*/
section.section.section_speedtest .section__wrapper {
  padding-top: 170px; }
section.section.section_speedtest #test .speedtest__title.speedtest__title_result {
  display: none; }
section.section.section_speedtest #test #startStopBtn {
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background-color: rgba(92, 165, 195, 0.45);
  border: 3px solid rgba(92, 165, 195, 0.45);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: inset 0 0 0 13px #005971;
  font-size: 18px;
  font-weight: bold;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 1;
  color: #fff; }
  section.section.section_speedtest #test #startStopBtn:not(.ready) {
    font-size: 14px; }
  section.section.section_speedtest #test #startStopBtn:hover {
    border: 3px solid transparent; }
  section.section.section_speedtest #test #startStopBtn #message {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 22px;
    margin: auto; }
section.section.section_speedtest #test #loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 50ms; }
  section.section.section_speedtest #test #loading .loadCircle {
    width: 154px;
    height: 154px;
    border: 13px solid rgba(92, 165, 195, 0.45);
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite; }
section.section.section_speedtest #test .speedtest__results {
  display: flex;
  border-top: 2px solid rgba(187, 203, 210, 0.5);
  padding: 44px 30px;
  justify-content: space-between;
  padding: 44px 32px; }
  section.section.section_speedtest #test .speedtest__results > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 36px;
    font-weight: 300;
    justify-content: flex-start;
    flex-basis: 33.33%;
    flex-shrink: 0; }
    section.section.section_speedtest #test .speedtest__results > div .speedtest__result {
      height: 50px; }
    section.section.section_speedtest #test .speedtest__results > div .speedtest__units {
      opacity: 0.6;
      color: #000;
      font-size: 16px;
      font-weight: normal;
      margin-top: 0; }
  section.section.section_speedtest #test .speedtest__results .speedtest__icon {
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px; }
  section.section.section_speedtest #test .speedtest__results .icon_dl {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSI+ICAgIDxwYXRoIGZpbGw9IiM1REM4M0YiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjI5MyAxNC4wMThhOC45NiA4Ljk2IDAgMCAxLTMuMjc1IDMuMjc1Yy0xLjM3OS44MDUtMi44ODUgMS4yMDctNC41MTggMS4yMDdzLTMuMTM5LS40MDItNC41MTctMS4yMDdhOC45NDggOC45NDggMCAwIDEtMy4yNzYtMy4yNzVDLjkwMiAxMi42MzkuNSAxMS4xMzMuNSA5LjVzLjQwMi0zLjEzOSAxLjIwNy00LjUxOGE4Ljk2MyA4Ljk2MyAwIDAgMSAzLjI3Ni0zLjI3NUM2LjM2MS45MDIgNy44NjcuNSA5LjUuNWMxLjYzMyAwIDMuMTM4LjQwMiA0LjUxOCAxLjIwN2E4Ljk3MSA4Ljk3MSAwIDAgMSAzLjI3NSAzLjI3NkMxOC4wOTggNi4zNjEgMTguNSA3Ljg2NyAxOC41IDkuNWMwIDEuNjMzLS40MDIgMy4xMzktMS4yMDcgNC41MTh6TTE1LjAyIDYuMzAxYTYuMzYgNi4zNiAwIDAgMC0yLjMyMS0yLjMyQTYuMjIzIDYuMjIzIDAgMCAwIDkuNSAzLjEyNWE2LjIyMyA2LjIyMyAwIDAgMC0zLjE5OS44NTYgNi4zNTIgNi4zNTIgMCAwIDAtMi4zMjEgMi4zMkE2LjIzMiA2LjIzMiAwIDAgMCAzLjEyNSA5LjVjMCAxLjE1Ni4yODUgMi4yMjMuODU1IDMuMTk5YTYuMzU1IDYuMzU1IDAgMCAwIDIuMzIxIDIuMzIxYy45NzYuNTcgMi4wNDMuODU1IDMuMTk5Ljg1NWE2LjIzMiA2LjIzMiAwIDAgMCAzLjE5OS0uODU1IDYuMzU1IDYuMzU1IDAgMCAwIDIuMzIxLTIuMzIxYy41Ny0uOTc2Ljg1NS0yLjA0My44NTUtMy4xOTlhNi4yMzIgNi4yMzIgMCAwIDAtLjg1NS0zLjE5OXptLTUuMjUxIDcuNTkzQS4zNjMuMzYzIDAgMCAxIDkuNSAxNGEuMzY3LjM2NyAwIDAgMS0uMjctLjEwNWwtMy43NS0zLjc1MWEuMzYzLjM2MyAwIDAgMS0uMTA1LS4yNjljMC0uMTAxLjAzNy0uMTg5LjExMS0uMjY0QS4zNi4zNiAwIDAgMSA1Ljc1IDkuNUg4VjUuMzc1YzAtLjEwMS4wMzctLjE4OS4xMTEtLjI2NEEuMzYuMzYgMCAwIDEgOC4zNzUgNWgyLjI1YS4zNi4zNiAwIDAgMSAuMjYzLjExMS4zNjUuMzY1IDAgMCAxIC4xMTIuMjY0VjkuNWgyLjI1Yy4xMDkgMCAuMTk5LjAzNS4yNjkuMTA1LjA3LjA3MS4xMDYuMTYuMTA2LjI3YS40MzguNDM4IDAgMCAxLS4xMTcuMjgxbC0zLjczOSAzLjczOHoiLz48L3N2Zz4=); }
  section.section.section_speedtest #test .speedtest__results .icon_ul {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOSI+ICAgIDxwYXRoIGZpbGw9IiNGM0MwMzgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE2Ljc5MyAxNC4wMTdhOC45NTkgOC45NTkgMCAwIDEtMy4yNzYgMy4yNzZDMTIuMTM4IDE4LjA5OCAxMC42MzMgMTguNSA5IDE4LjVjLTEuNjMzIDAtMy4xMzktLjQwMi00LjUxOC0xLjIwN2E4Ljk2MyA4Ljk2MyAwIDAgMS0zLjI3NS0zLjI3NkE4LjgwMSA4LjgwMSAwIDAgMSAwIDkuNWMwLTEuNjMzLjQwMi0zLjEzOSAxLjIwNy00LjUxOGE4Ljk2IDguOTYgMCAwIDEgMy4yNzUtMy4yNzVDNS44NjEuOTAyIDcuMzY3LjUgOSAuNXMzLjEzOS40MDIgNC41MTcgMS4yMDdhOC45NTYgOC45NTYgMCAwIDEgMy4yNzYgMy4yNzVBOC44MTEgOC44MTEgMCAwIDEgMTcuOTk5IDkuNWE4LjgxIDguODEgMCAwIDEtMS4yMDYgNC41MTd6bS0yLjI3NC03LjcxNmE2LjM2IDYuMzYgMCAwIDAtMi4zMi0yLjMyMUE2LjIzNSA2LjIzNSAwIDAgMCA5IDMuMTI1YTYuMjM5IDYuMjM5IDAgMCAwLTMuMi44NTUgNi4zNjcgNi4zNjcgMCAwIDAtMi4zMiAyLjMyMUE2LjIzIDYuMjMgMCAwIDAgMi42MjUgOS41YzAgMS4xNTYuMjg1IDIuMjIyLjg1NSAzLjE5OWE2LjM1NyA2LjM1NyAwIDAgMCAyLjMyIDIuMzIgNi4yMyA2LjIzIDAgMCAwIDMuMi44NTYgNi4yMjYgNi4yMjYgMCAwIDAgMy4xOTktLjg1NiA2LjM1NyA2LjM1NyAwIDAgMCAyLjMyLTIuMzIgNi4yMjYgNi4yMjYgMCAwIDAgLjg1Ni0zLjE5OSA2LjIyIDYuMjIgMCAwIDAtLjg1Ni0zLjE5OXpNMTIuNzQ5IDkuNUgxMC41djQuMTI1YS4zNi4zNiAwIDAgMS0uMTEyLjI2NC4zNi4zNiAwIDAgMS0uMjYzLjExMWgtMi4yNWEuMzYuMzYgMCAwIDEtLjI2NC0uMTExLjM2Mi4zNjIgMCAwIDEtLjExMS0uMjY0VjkuNUg1LjI0OWEuMzYuMzYgMCAwIDEtLjI2My0uMTExLjM2NC4zNjQgMCAwIDEtLjExMS0uMjY0YzAtLjEwOS4wMzUtLjE5OS4xMDUtLjI3bDMuNzUtMy43NUM4LjggNS4wMzUgOC44OSA1IDkgNWMuMTA5IDAgLjE5OS4wMzUuMjY5LjEwNmwzLjczOSAzLjczOGEuNDM4LjQzOCAwIDAgMSAuMTE3LjI4MWMwIC4xMS0uMDM2LjE5OS0uMTA2LjI3YS4zNjUuMzY1IDAgMCAxLS4yNy4xMDV6Ii8+PC9zdmc+); }
  section.section.section_speedtest #test .speedtest__results .icon_ping {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxOSI+ICAgIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTggNC4wMjdMMy4xIDggLjUgNi45ODcgOCAuNWw3LjUgNi40ODdMMTIuOSA4IDggNC4wMjd6bTAgMTAuOTQ2TDEyLjkgMTFsMi42IDEuMDE0TDggMTguNS41IDEyLjAxNCAzLjEgMTEgOCAxNC45NzN6IiBvcGFjaXR5PSIuNzAyIi8+PC9zdmc+); }
section.section.section_speedtest #test .speedtest__checking-route {
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 44px; }
  section.section.section_speedtest #test .speedtest__checking-route .speedtest__route {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    flex-shrink: 2;
    justify-content: center;
    text-align: right; }
    section.section.section_speedtest #test .speedtest__checking-route .speedtest__route .speedtest__route-address {
      font-size: 16px;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.6); }
    section.section.section_speedtest #test .speedtest__checking-route .speedtest__route:last-of-type {
      align-items: flex-start;
      text-align: left; }
  section.section.section_speedtest #test .speedtest__checking-route .speedtest__arrows-icon {
    width: 43px;
    height: 44px;
    opacity: 0.4;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0NCI+ICAgIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTQxLjQwOCAxMC45NTJINC4yMmw2LjUzNSA2LjQ2NGExLjA2IDEuMDYgMCAwIDEgMCAxLjUxOSAxLjExNSAxLjExNSAwIDAgMS0xLjUzNS4wMDlsLTguMzkxLTguM2ExLjA2MiAxLjA2MiAwIDAgMS0uMzIxLS43NjRjMC0uMjgxLjEwNy0uNTUzLjMyMS0uNzY0TDkuMjIuODE2YTEuMDg5IDEuMDg5IDAgMCAxIDEuNTM1IDAgMS4wNiAxLjA2IDAgMCAxIDAgMS41MTlMNC4yMiA4Ljc5MWgzNy4xODhjLjYwMyAwIDEuMDkyLjQ4MyAxLjA5MiAxLjA4IDAgLjU5OC0uNDg5IDEuMDgxLTEuMDkyIDEuMDgxek0xLjU5MiAzMy4wMTV2LjAxOGgzNy4xODdsLTYuNTM1LTYuNDY1YTEuMDY0IDEuMDY0IDAgMCAxIDAtMS41MiAxLjA5MiAxLjA5MiAwIDAgMSAxLjUzNiAwbDguMzkxIDguM2ExLjA5NSAxLjA5NSAwIDAgMSAwIDEuNTJsLTguMzkxIDguM2ExLjA5IDEuMDkgMCAwIDEtMS41MzYgMCAxLjA2NCAxLjA2NCAwIDAgMS0uMzE5LS43NjRjMC0uMjgxLjEwNi0uNTUzLjMxOS0uNzY0bDYuNTM1LTYuNDY1SDEuNTkyQTEuMDg0IDEuMDg0IDAgMCAxIC41IDM0LjA5NWMwLS41OTcuNDg4LTEuMDggMS4wOTItMS4wOHoiIG9wYWNpdHk9Ii40Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 22px;
    flex-shrink: 0; }
section.section.section_speedtest #test .testArea {
  display: block;
  width: 340px;
  height: 340px;
  min-width: 340px;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box; }
  section.section.section_speedtest #test .testArea canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
section.section.section_speedtest #test .testArea__result {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300; }
  section.section.section_speedtest #test .testArea__result .meterText:empty:before {
    content: "00.00"; }
  section.section.section_speedtest #test .testArea__result div.unit {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 0; }
section.section.section_speedtest #test .speedtest__arrow {
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
  transform: rotate(164deg);
  pointer-events: none;
  background-repeat: no-repeat;
  width: 106px;
  height: 80px;
  transform-origin: 4px 76px;
  z-index: 200;
  opacity: 0;
  transition: all 50ms;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDYiIGhlaWdodD0iODAiPiAgICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMDQuNDYzIDEuMDU2bC41OTUuODA0YS41LjUgMCAwIDEtLjEwNC42OTlMNS42NjkgNzguNTNBMyAzIDAgMSAxIDIuMSA3My43MDhMMTAzLjc2NC45NTJhLjQ5OS40OTkgMCAwIDEgLjY5OS4xMDR6Ii8+PC9zdmc+); }
section.section.section_speedtest #test .speedtest__numbers-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  opacity: 0.25;
  transition: all 150ms;
  padding: 25px;
  pointer-events: none; }
  section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers {
    position: relative;
    width: 220px;
    height: 220px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    margin: 30px auto; }
    section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      margin: -10px; }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(1) {
        transform: rotate(90deg) translate(110px) rotate(-90deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(2) {
        transform: rotate(126deg) translate(110px) rotate(-126deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(3) {
        transform: rotate(162deg) translate(110px) rotate(-162deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(4) {
        transform: rotate(198deg) translate(110px) rotate(-198deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(5) {
        transform: rotate(234deg) translate(110px) rotate(-234deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(6) {
        transform: rotate(270deg) translate(110px) rotate(-270deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(7) {
        transform: rotate(306deg) translate(110px) rotate(-306deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(8) {
        transform: rotate(342deg) translate(110px) rotate(-342deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(9) {
        transform: rotate(378deg) translate(110px) rotate(-378deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(10) {
        transform: rotate(414deg) translate(110px) rotate(-414deg); }
  section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__number_left {
    text-align: left; }
  section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__number_right {
    text-align: right; }
section.section.section_speedtest #test .speedtest__info {
  display: none;
  max-width: 430px;
  width: 430px;
  margin-left: 0;
  transition: all 50ms; }
section.section.section_speedtest #test .speedtest__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around; }
section.section.section_speedtest #test .button__wrapper {
  display: none; }
section.section.section_speedtest #test.searching #loading {
  opacity: 1; }
section.section.section_speedtest #test.running #startStopBtn {
  transform: scale(0.1);
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }
section.section.section_speedtest #test.running .speedtest__info {
  margin-left: 60px; }
section.section.section_speedtest #test.running .speedtest__numbers-wrapper {
  opacity: 0.6; }
section.section.section_speedtest #test.running .speedtest__info {
  display: block; }
section.section.section_speedtest #test.running .testArea__result {
  opacity: 1; }
section.section.section_speedtest #test.running .speedtest__arrow {
  opacity: 1; }
section.section.section_speedtest #test.completed .speedtest__title {
  display: none; }
  section.section.section_speedtest #test.completed .speedtest__title.speedtest__title_result {
    display: block; }
section.section.section_speedtest #test.completed .button__wrapper {
  display: flex; }
section.section.section_speedtest #test.completed .speedtest__info {
  display: block; }
section.section.section_speedtest #test.completed .testArea {
  display: none; }
section.section.section_speedtest .meter {
  width: 340px;
  height: 340px; }
section.section.section_speedtest div.visible {
  animation: fadeIn 0.4s;
  display: block; }
section.section.section_speedtest div.hidden {
  animation: fadeOut 0.4s;
  display: none !important; }
@media screen and (max-width: 850px) {
  section.section.section_speedtest .section__wrapper {
    padding-top: 125px; }
    section.section.section_speedtest .section__wrapper h2, section.section.section_speedtest .section__wrapper h1 {
      font-size: 36px;
      margin-bottom: 30px; }
  section.section.section_speedtest #test #startStopBtn {
    font-weight: 400;
    color: #3f93b7;
    background: transparent;
    box-shadow: none; }
  section.section.section_speedtest #test .speedtest__checking-route {
    font-size: 18px; }
    section.section.section_speedtest #test .speedtest__checking-route .speedtest__route .speedtest__route-address {
      font-size: 14px; }
  section.section.section_speedtest #test .speedtest__wrapper {
    flex-direction: column; }
    section.section.section_speedtest #test .speedtest__wrapper .speedtest__info {
      width: 100vw;
      max-width: 100vw;
      margin: 0; }
    section.section.section_speedtest #test .speedtest__wrapper .speedtest__results {
      justify-content: center; }
      section.section.section_speedtest #test .speedtest__wrapper .speedtest__results > div {
        max-width: 120px; }
  section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers {
    margin: auto;
    position: relative;
    width: 272px;
    height: 272px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      margin: -10px; }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(1) {
        transform: rotate(90deg) translate(136px) rotate(-90deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(2) {
        transform: rotate(126deg) translate(136px) rotate(-126deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(3) {
        transform: rotate(162deg) translate(136px) rotate(-162deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(4) {
        transform: rotate(198deg) translate(136px) rotate(-198deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(5) {
        transform: rotate(234deg) translate(136px) rotate(-234deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(6) {
        transform: rotate(270deg) translate(136px) rotate(-270deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(7) {
        transform: rotate(306deg) translate(136px) rotate(-306deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(8) {
        transform: rotate(342deg) translate(136px) rotate(-342deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(9) {
        transform: rotate(378deg) translate(136px) rotate(-378deg); }
      section.section.section_speedtest #test .speedtest__numbers-wrapper .speedtest__numbers > *:nth-of-type(10) {
        transform: rotate(414deg) translate(136px) rotate(-414deg); } }

.error-field {
  text-align: center;
  color: #e8504f;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.8; }

@keyframes highlight {
  from {
    background-color: #fff; }
  25% {
    background-color: rgba(31, 183, 76, 0.07); }
  50% {
    background-color: #fff; }
  75% {
    background-color: rgba(31, 183, 76, 0.07); }
  to {
    background-color: #fff; } }
.highlighted_green {
  background-color: rgba(31, 183, 76, 0.07) !important; }

.highlighted_red {
  background-color: rgba(232, 80, 79, 0.07) !important; }

.highlighted_green:after,
.highlighted_red:after {
  display: none; }

.highlighted {
  animation: highlight 2500ms infinite;
  -webkit-animation: highlight 2500ms infinite;
  border-radius: 4px; }
  .highlighted:after {
    display: none; }

.error__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSI+ICAgIDxwYXRoIGZpbGw9IiNGMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjU1MyAxMC40NjlMMTAuMzc3IDEuNWEyLjYxNCAyLjYxNCAwIDAgMC00LjUyMyAwTC41ODYgMTAuNjIzYTIuNjExIDIuNjExIDAgMCAwIDIuMjYyIDMuOTE1aDEwLjU0MWEyLjYxIDIuNjEgMCAwIDAgMi4xNjQtNC4wNjl6bS02LjMyLjg3M2MwIC42MTctLjQ3NSAxLjA4OS0xLjExNSAxLjA4OXMtMS4xMTUtLjQ3Mi0xLjExNS0xLjA4OXYtLjAyNmMwLS42MTQuNDc1LTEuMDg5IDEuMTE1LTEuMDg5czEuMTE1LjQ3MiAxLjExNSAxLjA4OXYuMDI2ek05LjI1OSA0bC0uNTUyIDQuODE3Yy0uMDM3LjM0Ny0uMjY3LjU2My0uNTg5LjU2My0uMzIxIDAtLjU1Mi0uMjE5LS41ODgtLjU2M2wtLjU1Mi00LjgyYy0uMDM3LS4zNzMuMTY1LS42NTQuNTEyLS42NTRoMS4yNTRjLjM0Ny4wMDMuNTUyLjI4NC41MTUuNjU3eiIvPjwvc3ZnPg==);
  width: 16px;
  height: 15px; }

@media screen and (min-width: 850px) {
  .section__content--recovery {
    padding-bottom: 45px; } }
.section__content--recovery .input__wrapper {
  margin: auto; }
@media screen and (max-width: 850px) {
  .section__content--recovery .input__wrapper {
    margin-bottom: 100px; } }
.section__content--recovery #email {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
@media screen and (max-width: 850px) {
  .section__content--recovery section.section.section_main .section__wrapper {
    padding-right: 30px; }
  .section__content--recovery section.section.section_ping .input__wrapper div.input__bg {
    overflow: visible; }
  .section__content--recovery #recovery_button {
    position: absolute;
    left: 0;
    bottom: -70px; } }
@media screen and (min-width: 850px) {
  .section__content--recovery #email {
    padding-right: 210px; }
  .section__content--recovery button.button_blue#recovery_button {
    position: absolute;
    top: 4px;
    bottom: 4px;
    height: auto;
    right: 4px;
    width: 200px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; } }

.check__preloader {
  width: 100px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto; }
  .check__preloader > div {
    background-color: #2fb74c;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out; }
  .check__preloader .circ2 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
  .check__preloader .circ3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
  .check__preloader .circ4 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
  .check__preloader .circ5 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px); }
  20% {
    -webkit-transform: translateY(-20px); } }
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px); }
  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px); } }
.colored {
  -webkit-animation: colored 2s infinite;
  -moz-animation: colored 2s infinite;
  -o-animation: colored 2s infinite;
  -ms-animation: colored 2s infinite;
  animation: colored 2s infinite;
  animation-timing-function: ease-out;
  animation-direction: alternate; }

@keyframes colored {
  0% {
    color: #38a4bd; }
  50% {
    color: #4dc69b; }
  100% {
    color: #f0cf16; } }

/*# sourceMappingURL=services.css.map */
