@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    font-family: roboto;
}
header{
    padding: 10px 16px;
    height: 54px;

}
:root{
    --accent-color-hover: #1a8ad5;
    --text-color: #000;
    --accent-btn-color: #1c93e3;
    --body-bg: #fff;
    --box-bg: #fff;
    --box-bg-blured: rgba(255, 255, 255, .84);
    --tme-logo-color: #000;
    --tme-desc-color: #84888C;
    --tme-table-bg-color: #fff;
    --tme-table-border-color: #33373d;
    --tme-table-head-color: #fff;
    --tme-table-accent-color: #30aafd;
    --tme-table-accent-bg-color: #23313e;
    --accent-link-color: #3ca1eb;
    --second-text-color: #7d7f81;
}
circle{
    fill: #1c93e3;
}
body{
    height: 100vh;
}

  a,
  a:hover {
    color: #0088cc;
  }
  a:focus {
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  @supports(-webkit-backdrop-filter: blur(0px)) {
  }
  @supports(backdrop-filter: blur(0px)) {
  }
  
  
  
  /* Team */
  
  
  
  /* Core / dev */
  #dev_page_content_wrap pre::-webkit-scrollbar-track:horizontal {
    background: rgba(93, 144, 177, 0.2);
    border-radius: 0;
    height: 15px;
  }
  #dev_page_content_wrap pre::-webkit-scrollbar-thumb:horizontal {
    background: rgba(93, 144, 177, 0.4);
    border-radius: 0;
    height: 15px;
  }

  .tgme_page {
    position: relative;
    margin: 32px auto;
    padding: 32px 0;
    max-width: 400px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    transition: all .15s ease .15s;
  }
  .tgme_page a {
    color: var(--accent-link-color);
  }
  .tgme_page_photo {
    text-align: center;
    padding-bottom: 16px;
  }
  .tgme_page_photo_image {
    width: 122px;
    height: 122px;
    border-radius: 61px;
  }
  .tgme_page_title {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    max-width: 340px;
    padding: 0 10px;
    margin: 0 auto;
    color: var(--text-color);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tgme_page_extra {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    padding: 6px 16px 0;
    color: var(--second-text-color);
  }
  .tgme_page_description,
  .tgme_page_additional {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin: 10px 16px 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
  }
  .tgme_page_additional strong {
    -webkit-font-smoothing: antialiased;
  }
  .tgme_page_description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 125px;
    word-break: break-word;
  }
  .tgme_page_additional {
    display: none;
    font-size: 14px;
    line-height: 23px;
    margin-top: 32px;
    color: #808080;
  }
  .tgme_page_action {
    text-align: center;
    margin-top: 24px;
    line-height: 0;
  }
  a.tgme_action_button_new {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: #FFF;
    background: #5dc390;
    border-radius: 22px;
    overflow: hidden;
    display: inline-block;
    padding: 13px 24px;
    height: 42px;
    text-transform: uppercase;
    vertical-align: top;
  }
  a.tgme_action_button_new:hover,
  a.tgme_action_button_new:active {
    color: #FFF;
    background: #4bbc87;
    text-decoration: none;
  }
  a.tgme_action_button_new {
    background-color: var(--accent-btn-color);
  }
  a.tgme_action_button_new.shine {
    background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #64b5ef 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    animation: bg-move linear 5s infinite;
  }
  a.tgme_action_button_new:hover,
  a.tgme_action_button_new:active {
    background-color: var(--accent-color-hover);
  }
  
  @-webkit-keyframes bg-move {
    0%   { background-position: -500px 0; }
    100% { background-position: 1000px 0; }
  }
  @keyframes bg-move {
    0%   { background-position: -500px 0; }
    100% { background-position: 1000px 0; }
  }
  
  .tgme_page_web_action {
    margin-top: 18px;
  }

  .tgme_page_web_action a.tgme_action_button_new {
    color: var(--accent-btn-color);
    background: transparent;
    box-shadow: inset 0 0 0 2px var(--accent-btn-color);
  }
  .tgme_page_web_action a.tgme_action_button_new:hover,
  .tgme_page_web_action a.tgme_action_button_new:active {
    color: var(--accent-btn-color);
    background: transparent;
    text-decoration: none;
  }
  .tgme_page_additional {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 0 16px;
    margin: 20px 0 0;
    color: var(--second-text-color);
  }
  .tgme_page_additional {
    margin-top: 24px;
  }
  @media (max-width: 640px) {
    a:hover {
      text-decoration: none;
    }
  }
  
  @media (max-width: 480px) {
  
  
    /* Telegram.me */
    .tgme_page_photo_image {
      width: 110px;
      height: 110px;
      border-radius: 55px;
    }
  
    .tgme_page {
      margin: 16px !important;
    }
  
    .tgme_page_additional {
      display: block;
    }
  }
  