.domain-search-ct {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 15px auto 25px;
  z-index: 2;
  display: block; }
  .domain-search-ct:empty {
    display: none; }
  @media screen and (max-width: 850px) {
    .domain-search-ct {
      margin-top: 0; } }
  @media screen and (max-width: 400px) {
    .domain-search-ct {
      margin-bottom: 20px; } }
  .domain-search-ct::before {
    position: absolute;
    left: 16px;
    bottom: -10px;
    width: calc(100% - 7px);
    height: 10px;
    background: #c8d41c;
    content: "";
    z-index: -1; }
  .domain-search-ct::after {
    position: absolute;
    right: -18px;
    top: 16px;
    width: 269px;
    height: calc(100% - 6px);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTAiIGhlaWdodD0iMTEwIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4xIj4KPHBhdGggZD0iTTEgMTkgTDE5IDEgTTExIDE5IEwgMjkgMSBNMjEgMTkgTDM5IDEgTTMxIDE5IEw0OSAxIE00MSAxOSBMNTkgMQpNNTEgMTkgTDY5IDEgTTYxIDE5IEw3OSAxIE03MSAxOSBMODkgMSBNODEgMTkgTDk5IDEgTTkxIDE5IEwxMDkgMQpNOTEgMjkgTDEwOSAxMSBNOTEgMzkgTDEwOSAyMSBNOTEgNDkgTDEwOSAzMSBNOTEgNTkgTDEwOSA0MSBNOTEgNjkgTDEwOSA1MQpNOTEgNzkgTDEwOSA2MSBNOTEgNzkgTDEwOSA2MSBNOTEgODkgTDEwOSA3MSBNOTEgOTkgTDEwOSA4MSBNOTEgMTA5IEwxMDkgOTEiLz4KPC9zdmc+Cg=='), url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzIiBoZWlnaHQ9IjMiPjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjMiIGZpbGw9IiNjOGQ0MWMiLz48L3N2Zz4=");
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, calc(100% - 9px) calc(100% - 19px);
    background-position: right top, left bottom 10px;
    content: "";
    z-index: -1; }
  .domain-search-ct input[type="text"] {
    padding: 0 20px;
    height: 50px;
    vertical-align: top; }
  .domain-search-ct input[type="text"], .domain-search-ct textarea {
    text-transform: lowercase; }
    .domain-search-ct input[type="text"]::placeholder, .domain-search-ct textarea::placeholder {
      text-transform: none; }
    @media screen and (max-width: 1000px) {
      .domain-search-ct input[type="text"], .domain-search-ct textarea {
        font-size: 1rem; } }
    @media screen and (max-width: 700px) {
      .domain-search-ct input[type="text"]::placeholder, .domain-search-ct textarea::placeholder {
        color: transparent; } }
  .domain-search-ct textarea {
    line-height: 170%;
    padding: 10px;
    min-height: 110px;
    resize: none; }
  .domain-search-ct input[type="submit"] {
    margin-left: 10px;
    padding: 0 20px !important;
    line-height: 47px;
    vertical-align: top; }
  .domain-search-ct .green-button {
    color: #414502 !important;
    background-color: #c8d41c !important;
    box-shadow: 3px 3px 0 #8d9700 !important; }
    .domain-search-ct .green-button:hover {
      background-color: #d8e42c !important; }
  .domain-search-ct .svg-checkbox path {
    stroke: #e50746;
    stroke-width: 3px; }
  .domain-search-ct .mini-button {
    display: inline-block;
    padding: 2px 5px;
    margin: 5px;
    background-color: #eeeeee;
    color: #6b6b6b;
    box-shadow: 2px 2px 0 #b5b5b5;
    cursor: pointer;
    user-select: none; }
    .domain-search-ct .mini-button svg {
      vertical-align: middle; }
    .domain-search-ct .mini-button:hover, .domain-search-ct .mini-button.active {
      background-color: #e50746;
      color: #fff;
      box-shadow: 2px 2px 0 #ad0736; }
    .domain-search-ct .mini-button[disabled] {
      pointer-events: none;
      filter: grayscale(0.2) opacity(0.6); }
  .domain-search-ct .like-button svg {
    fill: #ff1557; }
  .domain-search-ct .like-button:hover svg, .domain-search-ct .like-button.active svg {
    fill: #fff; }
  .domain-search-ct .instruction {
    margin-bottom: 10px;
    line-height: 20px;
    color: #667080;
    display: none; }
    @media screen and (max-width: 700px) {
      .domain-search-ct .instruction {
        display: block; } }
  .domain-search-ct .tabNav {
    height: 35px;
    overflow: hidden;
    font-size: 1.125rem; }
    @media screen and (max-width: 1200px) {
      .domain-search-ct .tabNav {
        font-size: 1em; } }
    .domain-search-ct .tabNav .tabName {
      display: inline-block;
      padding: 0 20px;
      background-color: #eee;
      color: #667080;
      line-height: 35px;
      height: 35px;
      cursor: pointer; }
      .domain-search-ct .tabNav .tabName:hover {
        background-color: #f5f5f5; }
      .domain-search-ct .tabNav .tabName.active {
        color: #0b99bd;
        cursor: default;
        background-color: #fff;
        font-weight: 600; }
      .domain-search-ct .tabNav .tabName + .tabName {
        margin-left: 10px; }
  .domain-search-ct .tabContentContainer {
    position: relative;
    height: 125px;
    overflow: hidden;
    background-color: #fff; }
    .domain-search-ct .tabContentContainer .tabContentSlider {
      position: relative;
      left: 0; }
  .domain-search-ct .domainsTabContent {
    position: absolute;
    display: block;
    width: 100%;
    padding: 30px;
    top: 0;
    left: 0; }
    .domain-search-ct .domainsTabContent:nth-child(1) {
      left: 0; }
    .domain-search-ct .domainsTabContent:nth-child(2) {
      left: 1200px; }
    .domain-search-ct .domainsTabContent:nth-child(3) {
      left: 2400px; }
    @media screen and (max-width: 700px) {
      .domain-search-ct .domainsTabContent {
        padding: 15px; } }
  .domain-search-ct .quickDomainReg .categories-ct {
    padding: 10px;
    text-align: center; }
    .domain-search-ct .quickDomainReg .categories-ct:empty {
      display: none; }
  .domain-search-ct .input-field-and-submit-button {
    white-space: nowrap; }
    @media screen and (max-width: 400px) {
      .domain-search-ct .input-field-and-submit-button {
        white-space: inherit; } }
    .domain-search-ct .input-field-and-submit-button .submit-button-ct {
      width: 190px;
      position: relative;
      display: inline-block;
      white-space: normal; }
      .domain-search-ct .input-field-and-submit-button .submit-button-ct .loading-ct {
        position: absolute;
        top: 0;
        left: 0;
        height: 47px;
        margin-left: 10px;
        color: #414502;
        overflow: hidden;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        font-style: italic;
        cursor: default;
        background-color: #c8d41c; }
        .domain-search-ct .input-field-and-submit-button .submit-button-ct .loading-ct:hover {
          background-color: #d8e42c; }
        .domain-search-ct .input-field-and-submit-button .submit-button-ct .loading-ct span {
          display: inline-block;
          width: 100%;
          height: 100%;
          line-height: 47px;
          transition: transform 0.3s ease; }
        .domain-search-ct .input-field-and-submit-button .submit-button-ct .loading-ct span.bar {
          background-image: linear-gradient(80deg, #d8e42c 0%, #c8d41c 0%); }
    .domain-search-ct .input-field-and-submit-button .submit-button-ct.loading .loading-ct span {
      transform: translateY(-100%); }
  @media screen and (min-width: 631px) {
    .domain-search-ct input[type=text], .domain-search-ct textarea {
      width: calc(100% - 190px); } }
  @media screen and (min-width: 401px) and (max-width: 630px) {
    .domain-search-ct input[type=text], .domain-search-ct textarea {
      width: calc(100% - 135px); } }
  @media screen and (max-width: 400px) {
    .domain-search-ct form {
      text-align: center; }
    .domain-search-ct input[type=text], .domain-search-ct textarea {
      width: 100%; }
    .domain-search-ct input[type=submit] {
      margin: 10px; }
    .domain-search-ct .input-field-and-submit-button .submit-button-ct .loading-ct {
      top: 10px;
      left: 9px; } }
  .domain-search-ct .advancedDomainReg .categories-ct {
    padding: 10px;
    text-align: center; }
    .domain-search-ct .advancedDomainReg .categories-ct .category {
      display: inline-block;
      padding: 2px 5px;
      margin: 5px;
      clip-path: polygon(2% 3%, 99% 12%, 100% 97%, 0 99%);
      background-color: #eeeeee;
      color: #6b6b6b;
      cursor: pointer;
      user-select: none; }
      .domain-search-ct .advancedDomainReg .categories-ct .category:hover, .domain-search-ct .advancedDomainReg .categories-ct .category.active {
        background-color: #e50746;
        color: #fff; }
      .domain-search-ct .advancedDomainReg .categories-ct .category.no_hover {
        background-color: #eeeeee;
        color: #6b6b6b; }
  .domain-search-ct .advancedDomainReg .tlds-ct {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap; }
    .domain-search-ct .advancedDomainReg .tlds-ct label {
      font-size: 16px;
      color: #6b6b6b;
      line-height: 11px;
      min-width: 95px;
      padding: 0; }
      .domain-search-ct .advancedDomainReg .tlds-ct label .svg-checkbox {
        margin: 0 5px 12px 0; }
  .domain-search-ct .advancedDomainReg .no-category-text {
    width: 100%;
    font-style: italic;
    color: #667080;
    text-align: center; }
  .domain-search-ct .domainCategories {
    padding-top: 14px;
    margin-right: -30px;
    height: 50px;
    overflow: hidden; }
    @media screen and (max-width: 700px) {
      .domain-search-ct .domainCategories {
        padding-top: 0;
        height: 30px; } }
    .domain-search-ct .domainCategories label {
      display: inline-block;
      color: #667080;
      line-height: 200%;
      margin-right: 18px; }
      .domain-search-ct .domainCategories label.promo {
        color: #f7505a; }
      .domain-search-ct .domainCategories label .svg-checkbox {
        margin-right: 5px;
        vertical-align: text-top; }
      @media screen and (max-width: 1400px) {
        .domain-search-ct .domainCategories label {
          margin-right: 12px; } }
      @media screen and (max-width: 1000px) {
        .domain-search-ct .domainCategories label {
          margin-right: 9px; } }
      @media screen and (max-width: 900px) {
        .domain-search-ct .domainCategories label .svg-checkbox {
          margin-top: 2px;
          padding: 0;
          width: 16px;
          height: 16px; } }
  .domain-search-ct .fixed-reg-button, .domain-search-ct .domainRegButton {
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
    outline: none;
    border: none;
    color: inherit;
    font-style: inherit;
    text-transform: inherit;
    font-family: inherit;
    font-weight: inherit;
    cursor: pointer; }
    .domain-search-ct .fixed-reg-button[disabled="disabled"], .domain-search-ct .domainRegButton[disabled="disabled"] {
      cursor: default; }

.inspectedDomains {
  padding: 0 20px 20px;
  background-color: #fff; }
  @media screen and (max-width: 800px) {
    .inspectedDomains {
      padding: 0 10px 10px; } }
  @media screen and (max-width: 500px) {
    .inspectedDomains {
      padding: 0 10px 10px 0; } }
  .inspectedDomains:empty {
    padding: 0; }
  .inspectedDomains .inspected-table-ct {
    padding: 8px;
    border: 1px solid #b7b7b7; }
    .inspectedDomains .inspected-table-ct .svg-checkbox {
      width: 28px;
      height: 28px;
      border: 2px solid #c8d41c; }
  .inspectedDomains .register-button-ct {
    margin-top: 20px; }
    .inspectedDomains .register-button-ct.hidden {
      display: block !important;
      visibility: hidden; }
  .inspectedDomains table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto 0 auto; }
  .inspectedDomains caption {
    font-size: 1.625rem;
    font-weight: 600;
    padding-bottom: 13px;
    text-transform: uppercase; }
  .inspectedDomains tr {
    border-bottom: 4px solid #fff;
    background-color: #f3f3f3; }
  .inspectedDomains tr:hover {
    background-color: #e9e9e9; }
  .inspectedDomains tr[data-status="available"] {
    cursor: pointer; }
  .inspectedDomains tr[data-status="not_available"] td.name,
  .inspectedDomains tr[data-status="not_allowed"] td.name {
    color: #909090; }
  .inspectedDomains td {
    font-size: 1rem;
    height: 58px; }
  .inspectedDomains td.checkbox-ct {
    text-align: center;
    width: 76px;
    position: relative; }
    .inspectedDomains td.checkbox-ct span.loading {
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wuZvcTm7kqzzQuZvWi/1ofM3pbT4iH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA=='); }
    .inspectedDomains td.checkbox-ct span.no {
      display: inline-block;
      width: 27px;
      height: 27px;
      background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABMUlEQVRIx72WOwqEMBBA0yroWey2395ubT2Lx/EMVuIhbMQ7KIg2gjsuk2UIk49RUrwVTDJvk0zGiOM4RCh+P23bmkiAEqiBEdiBA58jvj/bU1McmywGKmDC4DYm7B9flWXA4ChRGXC8k+wNLJpAG9ADHT43Tb8F4xhlmUbUADkQKX8swveNRpjpZDGzdDNQWBLo5AWsmiWNOVnFiF6Ootmwh5UqS5isKzxFK5OlCZWVzB75iORqqHtYUlmtNOY3RALH07aaykYlvaMbIpml9FiMVLaThv6mSNKTPjuV0cHdAyKBcf59r8zsqsg4M9Oe+YiMe6bLRh+RNRu5c+YrErZzljIVZPUUfZgKktpq41N1snKt+nKGrjOaXat+0O9Z8C918DtI8NuVz70xcbo3huILLe7zApr1uKAAAAAASUVORK5CYII='); }
    .inspectedDomains td.checkbox-ct span.unknown {
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDM0Mi41IDM0Mi41IiB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHN0eWxlPSJ0cmFuc2Zvcm06cm90YXRlKDE4MGRlZyk7Ij4KICAgIDxwYXRoIGZpbGw9IiNlNTA3NDYiIGQ9Ik0yNTQuMzcsMjIuMjU1Yy0xLjE2MS0wLjY0Mi0yLjUzLTAuNzk1LTMuODAzLTAuNDI4Yy0xLjI3NCwwLjM2Ny0yLjM1LDEuMjI2LTIuOTkyLDIuMzg3bC0yMS43NTgsMzkuMzkxYy0xLjMzNSwyLjQxNy0wLjQ1OCw1LjQ1OSwxLjk2LDYuNzk0QzI2NC42MTYsOTAuNzQ4LDI4Ny41LDEyOS40OTUsMjg3LjUsMTcxLjUyYzAsNjMuNjQ5LTUxLjc4MiwxMTUuNDMxLTExNS40MzEsMTE1LjQzMVM1Ni42MzgsMjM1LjE2OSw1Ni42MzgsMTcxLjUyYzAtMjMuODg4LDcuNTU3LTQ3LjQyNywyMS4zODItNjYuODk3bDM0LjQ3OCwzNC40NzhjMS4zMzgsMS4zMzcsMy4zMTUsMS44MDYsNS4xMDksMS4yMWMxLjc5NS0wLjU5NiwzLjEwMS0yLjE1MiwzLjM3NC00LjAyNEwxMzkuOTYzLDYuMjcxYzAuMjI4LTEuNTYzLTAuMjk1LTMuMTQxLTEuNDEyLTQuMjU4Yy0xLjExNy0xLjExNy0yLjctMS42MzktNC4yNTgtMS40MTJMNC4yNzgsMTkuNTg0Yy0xLjg3MiwwLjI3My0zLjQyOCwxLjU3OS00LjAyMywzLjM3NGMtMC41OTYsMS43OTUtMC4xMjcsMy43NzIsMS4yMSw1LjEwOWwzNy4yOTIsMzcuMjkyQzE0Ljc4OCw5NS40ODQsMS42MzgsMTMzLDEuNjM4LDE3MS41MmMwLDkzLjk3Niw3Ni40NTUsMTcwLjQzMSwxNzAuNDMxLDE3MC40MzFjOTMuOTc2LDAsMTcwLjQzMS03Ni40NTUsMTcwLjQzMS0xNzAuNDMxQzM0Mi41LDEwOS40NzgsMzA4LjczMSw1Mi4yODMsMjU0LjM3LDIyLjI1NXoiLz4KPC9zdmc+Cg==');
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      filter: grayscale(1) opacity(0.4); }
      .inspectedDomains td.checkbox-ct span.unknown:hover {
        filter: none; }
  .inspectedDomains td.years {
    text-align: center;
    width: 100px; }
  .inspectedDomains td.trash {
    text-align: center;
    width: 45px; }
  .inspectedDomains td.like {
    text-align: center;
    width: 45px; }
    .inspectedDomains td.like svg {
      fill: none;
      stroke: #999;
      cursor: pointer; }
      .inspectedDomains td.like svg:hover {
        stroke: #e50746; }
  .inspectedDomains tr.liked td.like svg {
    fill: #e50746;
    stroke: #e50746; }
    .inspectedDomains tr.liked td.like svg:hover {
      stroke: #ff1557;
      fill: #ff1557; }
  @media screen and (max-width: 600px) {
    .inspectedDomains td.trash {
      display: none; } }
  @media screen and (max-width: 500px) {
    .inspectedDomains td.years {
      width: 0; }
      .inspectedDomains td.years select {
        display: none; } }
  .inspectedDomains .status {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    transition: width 0.1s linear; }
  .inspectedDomains tr[data-status="not_available"] .status,
  .inspectedDomains tr[data-status="not_allowed"] .status {
    background-color: #e50746; }
  .inspectedDomains tr[data-status="available"] .status {
    background-color: #c8d41c; }
  .inspectedDomains tr:hover .status,
  .inspectedDomains tr.selected .status {
    width: 14px; }
  .inspectedDomains .domain-info {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .inspectedDomains tt {
    font-family: 'Courier New', Courier, monospace;
    word-wrap: break-word; }
  .inspectedDomains .name-ct {
    padding: 10px 0;
    display: block;
    line-height: 1; }
  .inspectedDomains .domain-name {
    font-size: 18px;
    font-weight: 600;
    color: #444; }
    @media screen and (max-width: 1400px) {
      .inspectedDomains .domain-name {
        font-size: 16px; } }
    @media screen and (max-width: 500px) {
      .inspectedDomains .domain-name {
        font-size: 14px; } }
  .inspectedDomains .punycode {
    color: #3cbfed;
    font-size: 0.75rem; }
  .inspectedDomains .message {
    color: #667080;
    font-size: 0.875rem; }
  .inspectedDomains .info {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #e50746;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s linear;
    box-shadow: #ad0736 2px 2px 0; }
    .inspectedDomains .info:hover {
      background-color: #ff1557; }
  .inspectedDomains .price-ct, .inspectedDomains .promo-price-ct {
    position: relative;
    width: 100px;
    text-align: center;
    display: flex;
    flex-direction: column; }
    .inspectedDomains .price-ct .price, .inspectedDomains .promo-price-ct .price {
      font-size: 22px;
      color: #6b6b6b;
      line-height: 1;
      font-weight: 500; }
      .inspectedDomains .price-ct .price span, .inspectedDomains .promo-price-ct .price span {
        font-size: 18px;
        font-weight: 300; }
    .inspectedDomains .price-ct .year, .inspectedDomains .promo-price-ct .year {
      font-size: 14px;
      color: #999;
      line-height: 0.5;
      font-weight: 300; }
  .inspectedDomains .promo-price-ct {
    padding: 8px 0 8px 8px; }
    .inspectedDomains .promo-price-ct .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ffc600;
      clip-path: polygon(2% 3%, 99% 12%, 100% 97%, 0 99%); }
    .inspectedDomains .promo-price-ct .price {
      color: #000;
      z-index: 1; }
    .inspectedDomains .promo-price-ct .year {
      color: #f81052;
      z-index: 1; }
    .inspectedDomains .promo-price-ct .discount {
      position: absolute;
      top: 7px;
      left: -18px;
      background: #f81052;
      color: #fff;
      width: 36px;
      height: 36px;
      line-height: 36px;
      border-radius: 50%;
      font-size: 18px;
      font-weight: 600; }
      .inspectedDomains .promo-price-ct .discount span {
        font-size: 12px; }
  .inspectedDomains .promo-price-ct:hover .price, .inspectedDomains .promo-price-ct:hover .year {
    color: #fff; }
  .inspectedDomains .promo-price-ct:hover .bg {
    background: #e50746; }
  .inspectedDomains .price-ct:hover .price, .inspectedDomains .price-ct:hover .year {
    color: #e50746; }
  @media screen and (max-width: 650px) {
    .inspectedDomains .promo-price-ct, .inspectedDomains .price-ct {
      display: none; } }

.fixed-reg-button-ct {
  position: fixed;
  display: block;
  z-index: 1;
  width: 1200px;
  max-width: 100%;
  height: 70px;
  left: 50%;
  bottom: -70px;
  padding-top: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .fixed-reg-button-ct.top {
    bottom: -70px; }
  .fixed-reg-button-ct.middle {
    bottom: 0; }
  .fixed-reg-button-ct.bottom {
    display: none; }
  .fixed-reg-button-ct div {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

.deleteIcon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer; }
  .deleteIcon:before, .deleteIcon:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 17px;
    margin: 0 6px;
    top: 7px;
    left: 7px;
    background: #999; }
  .deleteIcon:before {
    transform: rotate(-45deg); }
  .deleteIcon:after {
    transform: rotate(45deg); }
  .deleteIcon:hover:before, .deleteIcon:hover:after {
    background: #e50746; }

.inputClear {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 12px 12px 0px -30px;
  cursor: text;
  opacity: 0;
  transition: all 0.1s ease; }
  .inputClear:before, .inputClear:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 17px;
    margin: 0 6px;
    top: 0;
    left: 0;
    background: #999; }
  .inputClear:before {
    transform: rotate(-45deg); }
  .inputClear:after {
    transform: rotate(45deg); }
  .inputClear.active {
    cursor: pointer;
    opacity: 1; }
  .inputClear:hover:before, .inputClear:hover:after {
    background: #ff1557; }

.domain-whois-window {
  width: 514px; }
  .domain-whois-window .domain-whois-content {
    padding-right: 30px;
    height: 100%;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    line-height: 1.2em;
    white-space: pre-wrap;
    overflow-wrap: anywhere; }
  .domain-whois-window .modal-window-inner-ct {
    margin-left: 80px;
    margin-right: 55px;
    height: 190px; }
    @media screen and (max-width: 1400px) {
      .domain-whois-window .modal-window-inner-ct {
        height: 160px; } }
    @media screen and (max-width: 500px) {
      .domain-whois-window .modal-window-inner-ct {
        height: 190px; } }
  .domain-whois-window .d-custom-scrollbar-ct .d-custom-scrollbar, .domain-whois-window .d-custom-scrollbar-ct .d-custom-scrollbar-bg {
    display: block;
    opacity: 1;
    border-radius: 0;
    right: 10px;
    width: 11px; }
  .domain-whois-window .d-custom-scrollbar-ct .d-custom-scrollbar {
    right: 12px;
    width: 13px;
    background-color: #e50746;
    box-shadow: 2px 2px 0 #ad0736; }
  .domain-whois-window .d-custom-scrollbar-ct .d-custom-scrollbar:hover {
    background-color: #ff1557; }
  .domain-whois-window .d-custom-scrollbar-ct .d-custom-scrollbar-bg {
    width: 10px;
    background-color: white; }
    .domain-whois-window .d-custom-scrollbar-ct .d-custom-scrollbar-bg::before, .domain-whois-window .d-custom-scrollbar-ct .d-custom-scrollbar-bg::after {
      position: absolute;
      display: block;
      content: "";
      top: 0; }
    .domain-whois-window .d-custom-scrollbar-ct .d-custom-scrollbar-bg::before {
      left: -3px;
      width: 100%;
      height: calc(100% - 4px);
      border: 1px solid #444; }
    .domain-whois-window .d-custom-scrollbar-ct .d-custom-scrollbar-bg::after {
      right: 0;
      width: 1px;
      height: 2px;
      background-color: #c8d41c; }

.domain-price-window {
  width: 550px;
  font-size: 22px; }
  .domain-price-window div.prices div.promo {
    width: 80%;
    margin: 0 auto 10px;
    padding: 5px;
    font-weight: 500;
    position: relative; }
    .domain-price-window div.prices div.promo label {
      width: calc(270px - 15%);
      line-height: 44px; }
    .domain-price-window div.prices div.promo .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ffc600;
      clip-path: polygon(2% 3%, 99% 12%, 100% 97%, 0 99%);
      z-index: -1; }
  .domain-price-window div.prices .discount {
    position: absolute;
    top: 0;
    left: -27px;
    background: #f81052;
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    transform: rotate(22deg); }
  .domain-price-window div.prices label {
    width: 270px;
    text-align: right;
    display: inline-block; }
  .domain-price-window div.prices span {
    width: 90px;
    display: inline-block;
    text-align: right; }
  .domain-price-window div.prices del {
    font-weight: 300;
    color: #6b6b6b;
    margin-left: 20px;
    position: relative;
    text-decoration: none; }
    .domain-price-window div.prices del::before {
      position: absolute;
      left: -10%;
      top: 15px;
      width: 125%;
      height: 100%;
      border-top: solid 1px #f40b4d;
      content: "";
      transform: rotate(-5deg); }
