@charset "UTF-8";
body, html, h1, h2, h3, h5, p, ul, li {
  padding: 0;
  margin: 0;
  font-family: Poppins, sans-serif; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  outline: none; }

input:focus,
button:focus,
input:empty,
input:active {
  outline: none; }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

button {
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent; }

main {
  min-height: calc(100vh - 469px); }

body {
  background-image: url("/Images/BACKGROUND.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right; }

footer {
  width: 100%; }
  footer .footer {
    width: 100%;
    background-color: #040431;
    min-height: 430px;
    display: flex;
    justify-content: center;
    padding: 64px 0 54px; }
    footer .footer__content {
      display: flex;
      justify-content: space-between;
      height: 100%;
      width: 1520px; }
      footer .footer__content .footer-left .logo {
        width: 329px;
        height: 42px; }
        footer .footer__content .footer-left .logo img {
          height: 100%; }
      footer .footer__content .footer-left .description {
        max-width: 471px;
        font-size: 14px;
        line-height: 21px;
        color: #8B8B8B;
        margin-top: 36px; }
        footer .footer__content .footer-left .description .link {
          font-size: 14px;
          line-height: 21px;
          color: #46B7E5;
          display: block;
          margin-top: 36px; }
      footer .footer__content .footer-left .search {
        width: 490px;
        height: 50px;
        border: 2px solid #2B1B7F;
        border-radius: 30px;
        position: relative;
        margin-top: 24px; }
        footer .footer__content .footer-left .search input {
          border: none;
          border-radius: 30px;
          width: calc(100% - 140px);
          height: 100%;
          background-color: #040431;
          font-size: 16px;
          line-height: 24px;
          color: #8B8B8B;
          padding: 12px 30px; }
          footer .footer__content .footer-left .search input:invalid {
            box-shadow: none; }
        footer .footer__content .footer-left .search button {
          width: 140px;
          height: 50px;
          background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
          position: absolute;
          right: -2px;
          top: -2px;
          border-radius: 30px;
          font-weight: 500;
          font-size: 18px;
          line-height: 27px;
          color: #FFFFFF;
          cursor: pointer;
          padding: 0; }
      footer .footer__content .footer-left .menu-footer {
        display: none; }
      footer .footer__content .footer-left .social {
        margin-top: 30px;
        display: flex;
        align-items: center; }
        footer .footer__content .footer-left .social a {
          width: 50px;
          height: 50px;
          background: #093482;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 20px;
          transition: all 0.2s; }
          footer .footer__content .footer-left .social a:last-child {
            margin-right: 0; }
          footer .footer__content .footer-left .social a:hover {
            background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
            box-shadow: 0 0 0 10px #2A1A7E, 0 0 0 10px #353790; }
      footer .footer__content .footer-right {
        width: 723px;
        display: flex;
        justify-content: space-between; }
        footer .footer__content .footer-right .column {
          display: flex;
          flex-direction: column;
          min-width: 190px; }
          footer .footer__content .footer-right .column h5 {
            font-weight: 500;
            font-size: 18px;
            line-height: 27px;
            color: #FFFFFF; }
          footer .footer__content .footer-right .column .title {
            margin-top: 50px; }
          footer .footer__content .footer-right .column a {
            font-weight: 500;
            font-size: 14px;
            line-height: 21px;
            color: #8B8B8B;
            margin-top: 16px;
            transition: all 0.2s; }
            footer .footer__content .footer-right .column a svg {
              opacity: 0;
              visibility: hidden;
              width: 0; }
            footer .footer__content .footer-right .column a:hover {
              color: #FFFFFF; }
              footer .footer__content .footer-right .column a:hover svg {
                margin-right: 10px;
                opacity: 1;
                width: auto;
                visibility: visible; }
  footer .footer-bottom {
    width: 100%;
    background-color: #020225;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #8B8B8B; }

header {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 89px; }
  header .header {
    width: 1520px;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    height: 50px; }
    header .header__left {
      width: 329px;
      height: 100%; }
      header .header__left img {
        height: 100%; }
    header .header__right {
      height: 100%;
      display: flex;
      align-items: center; }
      header .header__right .login {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        background-color: transparent;
        min-width: 130px;
        height: 50px;
        border-radius: 30px;
        transition: all 0.2s;
        margin-left: 20px; }
        header .header__right .login:hover {
          background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
          box-shadow: 0 0 0 10px #2A1A7E, 0 0 0 10px #353790; }
      header .header__right .burger {
        display: none; }
      header .header__right .pricing,
      header .header__right .saved {
        display: flex;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        margin-right: 46px; }
        header .header__right .pricing img,
        header .header__right .saved img {
          margin-right: 14px; }
      header .header__right .pricing {
        margin-right: 68px; }
      header .header__right .user {
        border-left: 1px solid #353592;
        height: 40px;
        padding-left: 50px;
        position: relative;
        display: flex;
        align-items: center; }
        header .header__right .user__head {
          display: flex;
          align-items: center; }
          header .header__right .user__head .user-photo-mobile {
            display: none; }
          header .header__right .user__head .user-left p {
            font-size: 14px;
            line-height: 21px;
            color: #FFFFFF;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 150px;
            font-weight: bold; }
            header .header__right .user__head .user-left p:first-child {
              color: #46B7E5;
              font-weight: normal; }
          header .header__right .user__head .user-photo {
            background: #FAE3FB no-repeat center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-left: 20px; }
          header .header__right .user__head .open {
            margin-left: 16px;
            height: 100%; }
            header .header__right .user__head .open svg {
              color: #FFFFFF; }
            header .header__right .user__head .open.active svg {
              transform: scaleY(-1);
              color: #46B7E5; }
        header .header__right .user .list-menu {
          width: 276px;
          height: 257px;
          background: #FFFFFF;
          box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.35);
          border-radius: 20px;
          padding: 20px;
          position: absolute;
          z-index: 100;
          right: 0;
          top: 64px; }
          header .header__right .user .list-menu .top {
            width: 100%;
            box-shadow: 0 1px 0 0 #E9E9E9;
            padding-bottom: 20px; }
            header .header__right .user .list-menu .top .premium-button {
              width: 236px;
              height: 50px;
              background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
              border-radius: 30px;
              font-weight: 500;
              font-size: 16px;
              line-height: 24px;
              color: #FFFFFF;
              display: flex;
              align-items: center;
              justify-content: center;
              margin: auto; }
              header .header__right .user .list-menu .top .premium-button img {
                margin-left: 8px; }
              header .header__right .user .list-menu .top .premium-button:hover {
                box-shadow: 0px 20px 20px -15px rgba(57, 71, 167, 0.4); }
          header .header__right .user .list-menu .info {
            padding-top: 18px; }
            header .header__right .user .list-menu .info .mobile {
              display: none; }
            header .header__right .user .list-menu .info .menu {
              display: flex;
              width: 100%;
              align-items: center;
              height: 40px;
              font-weight: 500;
              font-size: 16px;
              line-height: 24px;
              color: #46B7E5;
              border-radius: 30px;
              border: 2px solid transparent;
              padding: 0 0 0 21px; }
              header .header__right .user .list-menu .info .menu svg {
                color: #46B7E5;
                margin-right: 10px;
                width: 19px;
                height: 16px; }
              header .header__right .user .list-menu .info .menu:hover {
                color: #093482;
                border: 2px solid #093482; }
                header .header__right .user .list-menu .info .menu:hover svg {
                  color: #093482; }
              header .header__right .user .list-menu .info .menu.favorite-mobile img {
                display: none; }
            header .header__right .user .list-menu .info .logout {
              font-weight: 500;
              font-size: 16px;
              line-height: 24px;
              color: #8B8B8B;
              padding: 0 0 0 25px;
              width: 100%;
              display: flex;
              align-items: center;
              height: 40px; }
              header .header__right .user .list-menu .info .logout img {
                margin-right: 10px; }

main {
  width: 100%;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 155px; }
  main h1 {
    width: 914px;
    font-weight: 400;
    line-height: 96px;
    text-align: center;
    color: #FFFFFF;
    font-size: 64px; }
    main h1 p {
      font-size: 48px;
      line-height: 72px; }
    main h1 .color1 {
      color: #FF693E;
      font-size: 64px;
      font-weight: bold; }
    main h1 .color2 {
      color: #46B7E5;
      font-size: 64px;
      font-weight: bold; }
  main .title-home {
    font-weight: bold;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 155px; }
    main .title-home .color3 {
      color: #46B7E5; }
    main .title-home .color {
      color: #FF693E; }
  main .simple {
    color: #8B8B8B;
    font-size: 24px;
    font-weight: 500; }
  main .advantage {
    width: 1243px;
    margin-top: 62px;
    display: flex;
    justify-content: space-between; }
    main .advantage__item {
      width: 275px; }
      main .advantage__item .image {
        width: 100%;
        height: 170px;
        position: relative; }
        main .advantage__item .image img {
          position: absolute;
          top: 12%;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1;
          width: 201px; }
        main .advantage__item .image .worker {
          top: 0; }
        main .advantage__item .image p {
          font-weight: bold;
          font-size: 144px;
          color: #FFFFFF;
          line-height: 0.7; }
        main .advantage__item .image .symbol-top {
          position: absolute;
          right: 0;
          top: 0; }
          main .advantage__item .image .symbol-top.color {
            color: #46B7E5; }
        main .advantage__item .image .symbol-bottom {
          position: absolute;
          bottom: 0;
          left: 0;
          color: #FF693E; }
          main .advantage__item .image .symbol-bottom.color {
            color: #FFFFFF; }
      main .advantage__item h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        color: #FFFFFF;
        margin-top: 26px; }
      main .advantage__item .text {
        font-weight: 500;
        font-size: 13px;
        line-height: 19px;
        text-align: center;
        color: #8B8B8B;
        margin-top: 22px; }

.domains-container {
  width: 1520px;
  margin-top: 87px;
  position: relative;
  z-index: 1;
  max-width: 100%; }
  .domains-container .cosmonaut {
    position: absolute;
    right: -112px;
    top: -220px;
    z-index: -1; }
  .domains-container .top {
    height: 40px; }
    .domains-container .top .create-alert {
      width: 400px;
      height: 80px;
      background: #FFFFFF;
      border-radius: 30px 30px 0px 0px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 30px;
      position: absolute;
      top: -5px;
      right: 30px;
      z-index: 0; }
      .domains-container .top .create-alert__text {
        font-size: 18px;
        line-height: 27px;
        color: #1F0335; }
        .domains-container .top .create-alert__text span {
          color: #FF693E; }
      .domains-container .top .create-alert button {
        width: 140px;
        height: 40px;
        background-color: #FF693E;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        cursor: pointer;
        border-radius: 20px; }
  .domains-container .box {
    margin-top: 34px;
    width: 100%; }
    .domains-container .box__top {
      background: #193D98;
      border-radius: 30px 30px 0px 0px;
      height: 100px;
      padding: 25px 30px; }
      .domains-container .box__top .box-top {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .domains-container .box__top .box-top-left {
        display: flex;
        align-items: center; }
        .domains-container .box__top .box-top-left .search {
          width: 487px;
          height: 50px;
          border: 2px solid #46B7E5;
          border-radius: 30px;
          position: relative;
          background-color: #FFFFFF;
          margin-right: 30px; }
          .domains-container .box__top .box-top-left .search input {
            border: none;
            border-radius: 30px;
            width: 100%;
            height: 100%;
            background-color: #FFFFFF;
            font-size: 14px;
            line-height: 21px;
            color: #8B8B8B;
            padding: 15px 20px; }
            .domains-container .box__top .box-top-left .search input:invalid {
              box-shadow: none; }
          .domains-container .box__top .box-top-left .search button {
            width: 72px;
            height: 50px;
            position: absolute;
            background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
            display: flex;
            align-items: center;
            justify-content: center;
            right: -2px;
            top: -2px;
            border-radius: 30px; }
        .domains-container .box__top .box-top-left__select {
          display: flex;
          align-items: center;
          font-size: 14px;
          line-height: 21px;
          color: #FFFFFF; }
          .domains-container .box__top .box-top-left__select p {
            margin-right: 10px; }
      .domains-container .box__top .box-top-right {
        display: flex;
        align-items: center; }
        .domains-container .box__top .box-top-right__filter {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 56px;
          height: 50px;
          background: #070643;
          border-radius: 30px;
          margin-right: 30px;
          cursor: pointer;
          transition: all 0.2s; }
          .domains-container .box__top .box-top-right__filter.active {
            background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
            box-shadow: 0 0 0 10px #2A1A7E, 0 0 0 10px #353790; }
        .domains-container .box__top .box-top-right__select {
          display: flex;
          align-items: center; }
          .domains-container .box__top .box-top-right__select p {
            font-size: 14px;
            line-height: 21px;
            color: #FFFFFF;
            display: flex;
            align-items: center;
            margin-right: 8px; }
            .domains-container .box__top .box-top-right__select p img {
              margin-right: 9px; }
        .domains-container .box__top .box-top-right .button-open {
          display: none; }
      .domains-container .box__top .box-top-button-open {
        display: none; }
    .domains-container .box__list {
      width: 100%;
      height: auto;
      border-radius: 0px 0px 30px 30px;
      background-color: #FFFFFF;
      padding: 10px 15px 30px;
      display: flex;
      flex-wrap: wrap; }

.item {
  width: 276px;
  min-height: 268px;
  max-height: 268px;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(49, 28, 112, 0.1);
  position: relative;
  padding: 21px 20px 23px;
  border: 2px solid #FFFFFF;
  margin: 20px 10px 0;
  transition: 0.3s linear; }
  .item__top {
    width: 100%; }
    .item__top .like {
      display: flex;
      align-items: center;
      padding: 4px 12px;
      cursor: pointer;
      border-radius: 20px;
      position: absolute;
      left: 8px;
      top: 16px;
      transition: background 0.3s linear;
      background: #ffffff;
      min-width: 82px; }
      .item__top .like svg {
        color: #1F0335;
        margin-right: 5px;
        transition: color 0.3s linear; }
      .item__top .like .count {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        transition: visibility 0.2s linear, opacity 0.2s linear;
        visibility: visible;
        opacity: 1; }
      .item__top .like .save {
        opacity: 0;
        visibility: hidden;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
        transform: scale(0.5);
        transition: transform 0.3s linear;
        width: 0; }
      .item__top .like:hover {
        background: #070643; }
        .item__top .like:hover svg {
          color: #FFFFFF; }
        .item__top .like:hover .count {
          opacity: 0;
          visibility: hidden; }
        .item__top .like:hover .save {
          opacity: 1;
          visibility: visible;
          transform: scale(1);
          width: auto; }
    .item__top .info {
      opacity: 0;
      visibility: hidden;
      cursor: pointer;
      position: absolute;
      right: 20px; }
  .item .name {
    width: 100%;
    margin-top: 60px; }
    .item .name h2 {
      font-size: 42px;
      line-height: 72px;
      text-align: center;
      color: #1F0335;
      font-weight: normal;
      transition: font-size 0.3s linear;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .item .name button {
      visibility: hidden;
      width: 100%;
      border-radius: 30px;
      height: 50px;
      background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
      display: flex;
      align-items: center;
      justify-content: center;
      transform: scale(0.7);
      transition: all 0.3s linear; }
      .item .name button a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF; }
      .item .name button svg {
        margin-left: 10px; }
  .item .description {
    width: 100%;
    position: absolute;
    height: 21px;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%); }
    .item .description .available, .item .description .namecheap {
      font-size: 14px;
      line-height: 21px;
      color: #8B8B8B;
      text-align: center;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .item .description .namecheap {
      visibility: hidden;
      transition: transform 0.3s linear;
      transform: scale(0.7); }
      .item .description .namecheap .icon {
        margin-right: 6px;
        display: flex;
        align-items: center;
        width: 15px;
        height: 16px; }
        .item .description .namecheap .icon img {
          width: 100%;
          height: auto; }
  .item .domain-registered {
    font-size: 14px;
    line-height: 21px;
    color: #8B8B8B;
    width: 170px;
    height: 35px;
    background-color: #F4F4F4;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%); }
  .item:hover {
    border: 2px solid #46B7E5; }
    .item:hover .item__top .info {
      opacity: 1;
      visibility: visible; }
    .item:hover .item__top .like {
      min-width: 82px; }
    .item:hover .name h2 {
      font-size: 36px;
      line-height: 54px; }
    .item:hover .name button {
      transform: scale(1);
      visibility: visible; }
    .item:hover .description .available {
      display: none; }
    .item:hover .description .namecheap {
      visibility: visible;
      transform: scale(1); }
  .item.registered .name {
    margin-top: 60px; }
    .item.registered .name h2 {
      color: #B1B1B1; }
      .item.registered .name h2 span {
        color: #B1B1B1 !important; }
  .item.registered:hover {
    border: 2px solid #FFFFFF; }
    .item.registered:hover .item__top .info {
      opacity: 0;
      visibility: hidden; }
    .item.registered:hover .name h2 {
      font-size: 42px;
      line-height: 72px; }
    .item.registered:hover .name button {
      opacity: 0;
      visibility: hidden; }
    .item.registered:hover .description .available {
      opacity: 0;
      visibility: hidden;
      height: 0; }
    .item.registered:hover .description .namecheap {
      opacity: 1;
      visibility: visible;
      height: auto; }

.item-list {
  width: calc(50% - 20px);
  min-height: 69px;
  max-height: 69px;
  flex-direction: row;
  padding: 17px 7px;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(49, 28, 112, 0.1);
  position: relative;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  margin: 20px 10px 0;
  transition: border 0.3s linear; }
  .item-list__top {
    display: flex;
    align-items: center; }
    .item-list__top .like {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 4px 12px;
      cursor: pointer;
      border-radius: 20px;
      transition: background 0.2s ease-out;
      background: #ffffff;
      min-width: 82px; }
      .item-list__top .like svg {
        color: #1F0335;
        margin-right: 5px; }
      .item-list__top .like .count {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        transition: visibility 0.3s linear, opacity 0.3s linear;
        visibility: visible;
        opacity: 1; }
      .item-list__top .like .save {
        opacity: 0;
        visibility: hidden;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
        transform: scale(0.5);
        transition: transform 0.3s linear;
        width: 0; }
      .item-list__top .like:hover {
        background: #070643; }
        .item-list__top .like:hover svg {
          color: #FFFFFF; }
        .item-list__top .like:hover .count {
          opacity: 0;
          visibility: hidden;
          width: 0; }
        .item-list__top .like:hover .save {
          opacity: 1;
          visibility: visible;
          transform: scale(1);
          width: auto; }
  .item-list h2 {
    margin-left: 18px;
    font-weight: normal;
    font-size: 33px;
    line-height: 54px;
    color: #1F0335; }
  .item-list .namecheap {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
    transition: transform 0.3s linear;
    font-size: 14px;
    line-height: 21px;
    color: #8B8B8B;
    text-align: center;
    margin-left: 27px; }
    .item-list .namecheap .icon {
      margin-right: 6px;
      display: flex;
      align-items: center;
      width: 15px;
      height: 16px; }
      .item-list .namecheap .icon img {
        width: 100%; }
  .item-list button {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 210px;
    border-radius: 30px;
    background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.7);
    transition: transform 0.3s linear;
    position: absolute;
    right: 10px; }
    .item-list button a {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #FFFFFF; }
    .item-list button svg {
      margin-left: 10px; }
  .item-list .domain-registered {
    font-size: 14px;
    line-height: 21px;
    color: #8B8B8B;
    width: 170px;
    height: 35px;
    background-color: #F4F4F4;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px; }
  .item-list .available {
    font-size: 14px;
    line-height: 21px;
    color: #8B8B8B;
    text-align: center;
    transition: font-size 0.2s ease-out;
    position: absolute;
    right: 27px; }
  .item-list:hover {
    border: 2px solid #46B7E5; }
    .item-list:hover .namecheap {
      opacity: 1;
      visibility: visible;
      transform: scale(1); }
    .item-list:hover button {
      height: 50px;
      opacity: 1;
      visibility: visible;
      transform: scale(1); }
    .item-list:hover .available {
      opacity: 0;
      visibility: hidden; }
  .item-list.registered h2 {
    color: #B1B1B1; }
    .item-list.registered h2 span {
      color: #B1B1B1 !important; }
  .item-list.registered button {
    display: none; }
  .item-list.registered .available {
    display: none; }

.extension-filter {
  position: relative; }
  .extension-filter .head {
    background: #070643;
    border-radius: 30px;
    padding: 13px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .extension-filter .head svg {
      margin-left: 8px; }
    .extension-filter .head.active {
      background: #FFFFFF;
      color: #093482; }
      .extension-filter .head.active svg {
        color: #093482;
        transform: scaleY(-1); }

.filter-container {
  background: #fff;
  width: 276px;
  height: 419px;
  box-shadow: 0px 10px 20px rgba(49, 28, 112, 0.1);
  border-radius: 20px;
  padding: 20px 5px 20px 20px;
  z-index: 2;
  position: absolute;
  top: 60px; }
  .filter-container .input-box {
    border-bottom: 2px solid #E9E9E9;
    padding-bottom: 26px;
    width: 236px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .filter-container input {
    width: 100%;
    height: 40px;
    padding: 9px 20px;
    border: 2px solid #46b7e5;
    border-radius: 30px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    color: #8B8B8B; }
  .filter-container .clear {
    background: #F4F4F4;
    border-radius: 20px;
    width: 170px;
    height: 35px;
    font-size: 14px;
    line-height: 21px;
    color: #8B8B8B;
    margin-top: 20px; }
    .filter-container .clear:hover {
      box-shadow: 0px 5px 10px rgba(49, 28, 112, 0.1); }
  .filter-container .filter-scrollable-container {
    width: 100%;
    overflow: hidden;
    height: 260px;
    color: #8B8B8B;
    background: #fff;
    z-index: 2;
    list-style: none;
    padding: 20px 0; }
    .filter-container .filter-scrollable-container .filter-scrollable-container :first-child {
      padding-right: 15px; }
    .filter-container .filter-scrollable-container li {
      border: 2px solid transparent;
      display: flex;
      justify-content: space-between;
      cursor: pointer;
      transition: 0.2s;
      border-radius: 30px;
      padding: 6px 16px;
      font-weight: 500;
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 5px; }
      .filter-container .filter-scrollable-container li:hover {
        border: 2px solid #093482;
        color: #093482; }

.select .head {
  background: #070643;
  border-radius: 30px;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .select .head svg {
    margin-left: 8px;
    color: #FFFFFF; }

.login-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101; }
  .login-bg .login {
    width: 1200px;
    height: 865px;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    max-height: 95%; }
    .login-bg .login__left {
      background-color: #FFFFFF;
      width: 530px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .login-bg .login__left .content {
        width: 371px;
        padding: 30px 0; }
        .login-bg .login__left .content .close-mobile {
          display: none; }
        .login-bg .login__left .content .title {
          text-align: left;
          height: 40px;
          border-left: 5px solid #46B7E5;
          padding-left: 13px;
          font-weight: normal;
          font-size: 36px;
          line-height: 54px;
          color: #1F0335;
          display: flex;
          align-items: center;
          margin-top: 0; }
        .login-bg .login__left .content .text {
          font-size: 18px;
          line-height: 27px;
          color: #8B8B8B;
          padding-top: 8px; }
        .login-bg .login__left .content .input-custom {
          width: 100%;
          height: 40px;
          position: relative;
          background: #FFFFFF;
          margin-top: 30px; }
          .login-bg .login__left .content .input-custom input {
            width: 100%;
            height: 100%;
            border: 1px solid #8B8B8B;
            border-radius: 20px;
            background: #ffffff;
            font-size: 14px;
            line-height: 21px;
            color: #1F0335;
            padding: 10px 39px;
            box-shadow: inset 0 0 0 50px #fff;
            filter: none; }
          .login-bg .login__left .content .input-custom label {
            position: absolute;
            font-size: 14px;
            padding: 0 9px;
            line-height: 21px;
            color: #8B8B8B;
            background: #FFFFFF;
            left: 30px;
            top: -10px;
            z-index: 4; }
        .login-bg .login__left .content .button-login {
          width: 370px;
          height: 50px;
          background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
          border-radius: 30px;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #FFFFFF;
          margin-top: 30px; }
        .login-bg .login__left .content .border {
          width: 100%;
          height: 1px;
          background: #C4C4C4;
          position: relative;
          margin: 40px 0 35px; }
          .login-bg .login__left .content .border span {
            position: absolute;
            left: 50%;
            top: -12px;
            transform: translateX(-50%);
            font-size: 14px;
            line-height: 1;
            color: #8B8B8B;
            background: #FFFFFF;
            padding: 5px; }
        .login-bg .login__left .content .login-social {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .login-bg .login__left .content .login-social .social {
            background: #FFFFFF;
            box-shadow: 0px 10px 20px rgba(49, 28, 112, 0.1);
            border-radius: 30px;
            width: 116px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center; }
        .login-bg .login__left .content .bottom-text {
          margin-top: 49px;
          width: 100%;
          text-align: center;
          font-size: 14px;
          line-height: 21px;
          color: #8B8B8B; }
          .login-bg .login__left .content .bottom-text .sign-up {
            color: #46B7E5;
            background: transparent;
            font-size: 14px;
            line-height: 21px;
            padding: 0; }
          .login-bg .login__left .content .bottom-text .forgot {
            margin-top: 15px;
            color: #093482;
            cursor: pointer; }
    .login-bg .login__right {
      width: calc(100% - 530px);
      height: 100%;
      background-image: url("/Images/login-bg.png");
      background-size: cover;
      position: relative;
      padding: 74px 65px 70px 90px;
      display: flex;
      flex-direction: column; }
      .login-bg .login__right .close {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer; }
      .login-bg .login__right .cosmo {
        width: 468px;
        height: 376px;
        align-self: flex-end; }
        .login-bg .login__right .cosmo img {
          width: 100%; }
      .login-bg .login__right .name {
        align-self: flex-start;
        font-weight: normal;
        font-size: 64px;
        line-height: 70px;
        color: #FFFFFF; }
        .login-bg .login__right .name .color {
          font-weight: bold;
          font-size: 64px;
          line-height: 70px; }
          .login-bg .login__right .name .color.blue {
            color: #46B7E5; }
          .login-bg .login__right .name .color.orange {
            color: #FF693E; }
      .login-bg .login__right p {
        font-weight: normal;
        font-size: 48px;
        line-height: 100px;
        color: #FFFFFF; }

.input-custom {
  width: 100%;
  height: 40px;
  position: relative;
  background: #FFFFFF;
  margin-top: 30px; }
  .input-custom input {
    width: 100%;
    height: 100%;
    border: 1px solid #8B8B8B;
    border-radius: 20px;
    background: #ffffff;
    font-size: 14px;
    line-height: 21px;
    color: #1F0335;
    padding: 10px 39px;
    box-shadow: inset 0 0 0 50px #fff;
    filter: none; }
  .input-custom label {
    position: absolute;
    font-size: 14px;
    padding: 0 9px;
    line-height: 21px;
    color: #8B8B8B;
    background: #FFFFFF;
    left: 30px;
    top: -10px;
    z-index: 4; }

.input-line {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .input-line .input-custom {
    width: 180px !important; }

.sign-up-right {
  width: calc(100% - 530px);
  background-image: url("/Images/sign-up-bg.png");
  height: 100%;
  position: relative;
  padding: 56px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .sign-up-right .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
  .sign-up-right__top .name {
    align-self: flex-start;
    font-weight: normal;
    font-size: 64px;
    line-height: 70px;
    color: #FFFFFF; }
    .sign-up-right__top .name .color {
      font-weight: bold;
      font-size: 64px;
      line-height: 70px; }
      .sign-up-right__top .name .color.blue {
        color: #46B7E5; }
      .sign-up-right__top .name .color.orange {
        color: #FF693E; }
  .sign-up-right__top .your {
    font-weight: normal;
    font-size: 48px;
    line-height: 100px;
    color: #FFFFFF; }
  .sign-up-right__bottom {
    position: relative; }
    .sign-up-right__bottom .cosmonaut-2 {
      position: absolute;
      top: 0;
      right: -80px; }
    .sign-up-right__bottom .description {
      width: 332px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 35px; }
      .sign-up-right__bottom .description img {
        width: 45px; }
      .sign-up-right__bottom .description .description-text {
        width: calc(100% - 45px - 30px); }
        .sign-up-right__bottom .description .description-text h5 {
          font-size: 24px;
          line-height: 36px;
          color: #46B7E5; }
          .sign-up-right__bottom .description .description-text h5 span {
            color: #FFFFFF; }
        .sign-up-right__bottom .description .description-text .text {
          font-weight: 500;
          font-size: 13px;
          line-height: 19px;
          color: #9D9D9D; }
          .sign-up-right__bottom .description .description-text .text span {
            color: #46B7E5; }
    .sign-up-right__bottom .description:last-child {
      margin-bottom: 0; }

.item-domain-info {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100; }
  .item-domain-info .item-info {
    width: 540px;
    background: #ffffff;
    border-radius: 30px;
    padding: 38px 50px 30px;
    position: relative; }
    .item-domain-info .item-info .close {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer; }
    .item-domain-info .item-info .item-info-top {
      width: 100%;
      display: flex;
      align-items: center; }
      .item-domain-info .item-info .item-info-top .back {
        position: absolute;
        left: 50px;
        top: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: #093482;
        border-radius: 30px;
        cursor: pointer; }
      .item-domain-info .item-info .item-info-top .name-domain {
        font-size: 48px;
        line-height: 1;
        color: #1f0335;
        width: 100%;
        text-align: center; }
    .item-domain-info .item-info .box {
      width: 100%;
      box-shadow: 0px 10px 20px rgba(49, 28, 112, 0.1);
      border-radius: 20px;
      margin-top: 40px;
      padding: 26px 32px;
      display: flex;
      flex-direction: column; }
      .item-domain-info .item-info .box .row {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 16px; }
        .item-domain-info .item-info .box .row .label {
          font-size: 14px;
          line-height: 21px;
          color: #8b8b8b;
          width: 114px; }
        .item-domain-info .item-info .box .row .explanation {
          width: calc(100% - 114px - 20px);
          font-weight: 500;
          font-size: 14px;
          line-height: 21px;
          color: #1f0335;
          display: flex;
          align-items: center; }
          .item-domain-info .item-info .box .row .explanation svg {
            color: #8b8b8b;
            margin-left: 6px;
            cursor: pointer; }
          .item-domain-info .item-info .box .row .explanation:hover svg {
            color: #46b7e5; }
    .item-domain-info .item-info .buttons {
      margin-top: 44px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .item-domain-info .item-info .buttons .button-left {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .item-domain-info .item-info .buttons .button-left button {
          background: linear-gradient(96.65deg, #3f50b5 -14.47%, #43c5e3 109.65%);
          border-radius: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #ffffff;
          height: 50px;
          width: 210px; }
          .item-domain-info .item-info .buttons .button-left button svg {
            margin-left: 8px; }
        .item-domain-info .item-info .buttons .button-left .namecheap {
          margin-top: 12px;
          display: flex;
          align-items: center;
          font-size: 14px;
          line-height: 21px;
          color: #8b8b8b; }
          .item-domain-info .item-info .buttons .button-left .namecheap span {
            width: 16px;
            height: 16px;
            margin-right: 6px;
            overflow: hidden; }
            .item-domain-info .item-info .buttons .button-left .namecheap span img {
              margin-right: 5px;
              width: 100%;
              height: auto; }
          .item-domain-info .item-info .buttons .button-left .namecheap img {
            margin-right: 5px; }
      .item-domain-info .item-info .buttons .button-right {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .item-domain-info .item-info .buttons .button-right .remove-domain-btn {
          background: linear-gradient(96.65deg, #3f50b5 -14.47%, #43c5e3 109.65%);
          color: #fff;
          border: none; }
        .item-domain-info .item-info .buttons .button-right button {
          background: #ffffff;
          border: 2px solid #093482;
          border-radius: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #093482;
          height: 50px;
          width: 210px; }
          .item-domain-info .item-info .buttons .button-right button svg {
            margin-left: 8px; }
        .item-domain-info .item-info .buttons .button-right .saved {
          margin-top: 12px;
          display: flex;
          align-items: center;
          font-size: 12px;
          line-height: 18px;
          color: #8b8b8b; }
          .item-domain-info .item-info .buttons .button-right .saved span {
            color: #1f0335;
            margin-right: 2px; }
    .item-domain-info .item-info .warning {
      margin-top: 23px;
      text-align: center;
      font-size: 14px;
      line-height: 21px;
      color: #8b8b8b; }

.create-pop-up {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100; }
  .create-pop-up__item {
    width: 440px;
    height: auto;
    max-height: 823px;
    background: #FFFFFF;
    border-radius: 30px;
    position: relative;
    padding: 30px 50px 30px; }
    .create-pop-up__item .close {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer; }
    .create-pop-up__item .top {
      display: flex;
      align-items: center; }
      .create-pop-up__item .top .alert {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #FF693E; }
      .create-pop-up__item .top .create {
        font-size: 36px;
        line-height: 54px;
        color: #000000;
        margin-left: 22px; }
    .create-pop-up__item .box {
      width: 340px;
      margin-top: 16px;
      box-shadow: 0px 10px 20px rgba(49, 28, 112, 0.1);
      border-radius: 20px;
      padding: 20px 10px 20px 30px; }
      .create-pop-up__item .box .search {
        width: 280px;
        height: 40px;
        background: #FFFFFF;
        border: 2px solid #46B7E5;
        border-radius: 30px;
        position: relative; }
        .create-pop-up__item .box .search input {
          border: 0;
          height: 100%;
          width: calc(100% - 50px);
          background: #FFFFFF;
          font-size: 14px;
          line-height: 21px;
          color: #000000;
          padding: 10px 20px;
          border-radius: 30px; }
        .create-pop-up__item .box .search button {
          background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
          width: 50px;
          border-radius: 30px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          right: -2px;
          top: -2px; }
      .create-pop-up__item .box .all-domain {
        display: flex;
        align-items: center;
        width: 280px;
        box-shadow: 0px 1px 0px #E9E9E9, 0px -1px 0px #E9E9E9;
        padding: 20px 0;
        margin-top: 20px; }
        .create-pop-up__item .box .all-domain input[type="checkbox"]:checked ~ label .checkbox {
          background-image: url("/Images/check.svg");
          background-repeat: no-repeat;
          background-size: 12px;
          background-position: center;
          border: solid 2px #093482; }
        .create-pop-up__item .box .all-domain .label {
          width: calc(100% - 26px);
          font-weight: 500;
          font-size: 18px;
          line-height: 27px;
          color: #000000; }
      .create-pop-up__item .box input[type="checkbox"] {
        display: none; }
      .create-pop-up__item .box label {
        cursor: pointer;
        display: flex;
        align-items: center; }
        .create-pop-up__item .box label .checkbox {
          width: 26px;
          height: 26px;
          border-radius: 5px;
          border: solid 2px #E3E3E3;
          margin-right: 14px; }
      .create-pop-up__item .box .choice-cell {
        overflow: auto;
        width: 100%;
        height: 257px; }
        .create-pop-up__item .box .choice-cell ul {
          padding-top: 20px;
          list-style-type: none; }
          .create-pop-up__item .box .choice-cell ul .line {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 26px;
            margin-bottom: 15px; }
            .create-pop-up__item .box .choice-cell ul .line__left {
              display: flex;
              align-items: center; }
              .create-pop-up__item .box .choice-cell ul .line__left input[type="checkbox"]:checked ~ label .checkbox {
                background-image: url("/Images/check-grey.svg");
                background-repeat: no-repeat;
                background-size: 12px;
                background-position: center; }
              .create-pop-up__item .box .choice-cell ul .line__left .label-domain {
                font-weight: 500;
                font-size: 18px;
                line-height: 27px;
                color: #8B8B8B; }
            .create-pop-up__item .box .choice-cell ul .line .count {
              font-weight: 500;
              font-size: 18px;
              line-height: 27px;
              text-align: right;
              color: #8B8B8B;
              padding-right: 30px; }
      .create-pop-up__item .box .create-button {
        box-shadow: 0px -1px 0px #E9E9E9;
        width: 280px;
        padding-top: 20px; }
        .create-pop-up__item .box .create-button button {
          width: 210px;
          height: 50px;
          background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
          border-radius: 30px;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: auto; }
          .create-pop-up__item .box .create-button button img {
            margin-left: 8px;
            width: 18px; }
    .create-pop-up__item .receive {
      font-size: 14px;
      line-height: 16px;
      text-align: center;
      color: #8B8B8B;
      margin-top: 18px; }

.chose-plan {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  overflow-y: auto; }
  .chose-plan .window {
    width: 1280px;
    height: 880px;
    border-radius: 30px;
    background-image: url("/Images/bg_free_plan.png");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden; }
    .chose-plan .window .astronaut {
      position: absolute;
      left: 0;
      bottom: 46px;
      width: 500px;
      overflow: hidden; }
      .chose-plan .window .astronaut img {
        width: 100%; }
    .chose-plan .window .rocket {
      position: absolute;
      right: 0;
      bottom: -50px;
      width: 489px;
      height: 700px;
      overflow: hidden; }
      .chose-plan .window .rocket img {
        width: 100%;
        height: 100%; }
    .chose-plan .window .close {
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer; }
    .chose-plan .window .title {
      width: 100%;
      font-weight: 500;
      font-size: 48px;
      line-height: 48px;
      color: #FFFFFF;
      margin-top: 70px;
      text-align: center; }
      .chose-plan .window .title span {
        color: #FF693E; }
    .chose-plan .window .items {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 100px; }
      .chose-plan .window .items__item {
        background-image: url("/Images/plan_bg.svg");
        width: 390px;
        height: 550px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 0 23px;
        z-index: 1; }
        .chose-plan .window .items__item .name-plane {
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          font-size: 24px;
          line-height: 36px;
          color: #1F0335;
          margin-top: 55px; }
          .chose-plan .window .items__item .name-plane img {
            margin-right: 10px; }
        .chose-plan .window .items__item .price-plane {
          font-weight: bold;
          font-size: 36px;
          line-height: 54px;
          color: #FF693E;
          text-align: center;
          padding-bottom: 16px;
          width: 285px;
          box-shadow: 0 1px 0 0 #EBEBEB;
          margin: auto; }
          .chose-plan .window .items__item .price-plane.free {
            color: #1F0335; }
        .chose-plan .window .items__item .list {
          width: 250px;
          margin: 25px auto 0;
          height: 210px; }
          .chose-plan .window .items__item .list ul {
            list-style-position: inside;
            font-weight: 500;
            font-size: 14px;
            line-height: 21px;
            color: #1F0335; }
            .chose-plan .window .items__item .list ul li {
              list-style-image: url("/Images/check_plan.svg");
              margin-top: 12px;
              color: #1F0335;
              font-weight: 500;
              font-size: 14px;
              line-height: 21px; }
              .chose-plan .window .items__item .list ul li:first-child {
                margin-top: 16px; }
            .chose-plan .window .items__item .list ul .no-check {
              list-style: none;
              padding-left: 24px;
              opacity: 0.7; }
        .chose-plan .window .items__item button, .chose-plan .window .items__item a {
          width: 196px;
          height: 50px;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          border-radius: 30px;
          margin-top: 30px;
          transform: translateX(50%);
          display: flex;
          align-items: center;
          justify-content: center; }
        .chose-plan .window .items__item .free-button {
          border: 2px solid #093482;
          background: transparent;
          color: #093482; }
        .chose-plan .window .items__item .rocket-button {
          color: #FFFFFF;
          background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%); }

.top-profile {
  width: 1520px;
  height: 150px;
  display: flex;
  align-items: center; }
  .top-profile .left {
    display: flex;
    align-items: center; }
    .top-profile .left .avatar {
      width: 150px;
      height: 150px;
      background: #FFFFFF no-repeat center;
      border: 5px solid #43B0DB;
      border-radius: 50%;
      background-size: 93px;
      margin-right: 30px; }
    .top-profile .left .name-client {
      height: 80px;
      border-right: 1px solid #353592;
      padding-right: 69px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .top-profile .left .name-client .name {
        font-weight: bold;
        font-size: 36px;
        line-height: 1;
        color: #FFFFFF; }
      .top-profile .left .name-client .login {
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        color: #46B7E5; }
  .top-profile .line {
    display: flex;
    align-items: center; }
  .top-profile .center {
    width: 281px;
    height: 80px;
    border-right: 1px solid #353592;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    .top-profile .center .saved {
      width: 142px;
      font-size: 18px;
      line-height: 27px;
      color: #FFFFFF; }
    .top-profile .center .number {
      width: 142px;
      color: #FFFFFF;
      font-weight: 600;
      font-size: 36px;
      line-height: 1; }
  .top-profile .right {
    display: flex;
    align-items: center;
    padding-left: 70px; }
    .top-profile .right__plane {
      height: 80px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-right: 140px; }
      .top-profile .right__plane .plane {
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF; }
      .top-profile .right__plane .plane-name {
        font-weight: 600;
        font-size: 36px;
        line-height: 1;
        color: #FFFFFF;
        display: flex;
        align-items: center; }
        .top-profile .right__plane .plane-name img {
          margin-right: 9px; }
    .top-profile .right .premium-button {
      width: 236px;
      height: 50px;
      background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
      border-radius: 30px;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto; }
      .top-profile .right .premium-button img {
        margin-left: 8px; }
      .top-profile .right .premium-button:hover {
        box-shadow: 0px 20px 20px -15px rgba(57, 71, 167, 0.4); }

.profile-box {
  width: 1520px;
  margin-top: 82px; }
  .profile-box__title {
    width: 100%;
    background: #193D98;
    border-radius: 30px 30px 0 0;
    height: 100px;
    border-bottom: 3px solid #070643;
    display: flex;
    align-items: center; }
    .profile-box__title .title-box {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center; }
      .profile-box__title .title-box a {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 30px;
        font-size: 24px;
        line-height: 36px;
        color: #398BBF;
        margin-right: 30px;
        position: relative; }
        .profile-box__title .title-box a svg {
          color: #398BBF;
          margin-right: 9px; }
        .profile-box__title .title-box a.active {
          color: #FFFFFF; }
          .profile-box__title .title-box a.active::before {
            content: "";
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 100%;
            height: 3px;
            background: #FF693E; }
          .profile-box__title .title-box a.active svg {
            color: #FFFFFF; }
  .profile-box__content {
    width: 100%;
    background: #FFFFFF;
    height: auto;
    border-radius: 0 0 30px 30px;
    padding: 10px 15px 30px;
    display: flex;
    flex-wrap: wrap; }
    .profile-box__content .favorite {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }

.custumer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 150px; }
  .custumer-info__left {
    width: 320px;
    margin-right: 130px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .custumer-info__left .avatar {
      width: 100%;
      height: 320px;
      background: #FFFFFF no-repeat center;
      border: 10px solid #43B0DB;
      background-size: 200px;
      border-radius: 50%; }
    .custumer-info__left .edit-photo {
      margin-top: 20px;
      width: 150px;
      height: 40px;
      border: 2px solid #093482;
      border-radius: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #093482;
      background: #FFFFFF; }
      .custumer-info__left .edit-photo img {
        margin-right: 11px; }
    .custumer-info__left .name-user {
      margin-top: 20px;
      font-weight: bold;
      font-size: 36px;
      line-height: 54px;
      text-align: center;
      color: #1F0335; }
    .custumer-info__left .user-login {
      font-weight: normal;
      font-size: 18px;
      line-height: 27px;
      text-align: center;
      color: #46B7E5; }
  .custumer-info__right {
    width: 565px; }
    .custumer-info__right h3 {
      font-size: 36px;
      line-height: 54px;
      color: #1F0335;
      margin: 0;
      font-weight: normal;
      text-align: left;
      height: 40px;
      border-left: 5px solid #46B7E5;
      padding-left: 13px;
      display: flex;
      align-items: center; }
    .custumer-info__right form {
      margin-top: 40px;
      width: 100%;
      box-shadow: 0 1px 0 0 #C4C4C4;
      padding-bottom: 30px; }
      .custumer-info__right form .line {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 30px; }
        .custumer-info__right form .line .input-custom {
          width: 450px;
          height: 40px;
          position: relative;
          background: #FFFFFF; }
          .custumer-info__right form .line .input-custom input {
            width: 100%;
            height: 100%;
            border: 1px solid #8B8B8B;
            border-radius: 20px;
            background: transparent;
            font-size: 14px;
            line-height: 21px;
            color: #1F0335;
            padding: 10px 39px; }
            .custumer-info__right form .line .input-custom input:focus {
              border: 1px solid #46B7E5; }
              .custumer-info__right form .line .input-custom input:focus ~ label {
                color: #46B7E5; }
          .custumer-info__right form .line .input-custom label {
            position: absolute;
            font-size: 14px;
            padding: 0 9px;
            line-height: 21px;
            color: #8B8B8B;
            background: #FFFFFF;
            left: 30px;
            top: -10px;
            z-index: 2; }
          .custumer-info__right form .line .input-custom .eye {
            cursor: pointer;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent; }
            .custumer-info__right form .line .input-custom .eye svg {
              color: #8B8B8B; }
            .custumer-info__right form .line .input-custom .eye.active svg {
              color: #46B7E5; }
        .custumer-info__right form .line .edit {
          background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
          border: 2px solid linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
          color: #FFFFFF;
          width: 95px;
          height: 40px;
          border-radius: 30px;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px; }
          .custumer-info__right form .line .edit svg {
            color: #FFFFFF;
            margin-right: 10px; }
          .custumer-info__right form .line .edit:hover {
            box-shadow: 0px 20px 20px -15px rgba(57, 71, 167, 0.4); }
        .custumer-info__right form .line .save {
          width: 95px;
          height: 40px;
          background: #FFFFFF;
          border-radius: 30px;
          border: 2px solid #093482;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #093482; }
          .custumer-info__right form .line .save svg {
            color: #093482;
            margin-right: 10px; }
        .custumer-info__right form .line:last-child {
          margin-bottom: 0; }
    .custumer-info__right .plane {
      margin-top: 37px;
      display: flex;
      align-items: center;
      height: 50px; }
      .custumer-info__right .plane__your {
        width: 229px;
        height: 40px;
        display: flex;
        align-items: center;
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        color: #8B8B8B;
        box-shadow: 1px 0 0 0 #C4C4C4; }
        .custumer-info__right .plane__your .name-plane {
          display: flex;
          align-items: center;
          font-weight: 500;
          font-size: 18px;
          line-height: 27px;
          color: #1F0335;
          margin-left: 9px; }
          .custumer-info__right .plane__your .name-plane img {
            margin-right: 6px; }
      .custumer-info__right .plane .premium-button {
        width: 236px;
        height: 50px;
        background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
        border-radius: 30px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 30px; }
        .custumer-info__right .plane .premium-button img {
          margin-left: 8px; }
        .custumer-info__right .plane .premium-button:hover {
          box-shadow: 0px 20px 20px -15px rgba(57, 71, 167, 0.4); }

.item-favorite {
  width: 276px;
  height: 268px;
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
  border: 2px solid #FFFFFF;
  margin: 20px 10px 0; }
  .item-favorite .domain-registered {
    font-size: 14px;
    line-height: 21px;
    color: #8B8B8B;
    width: 170px;
    height: 35px;
    background-color: #F4F4F4;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0; }
  .item-favorite__visible {
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 10px 20px rgba(49, 28, 112, 0.1);
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 20px;
    padding: 21px 20px 23px;
    border: 2px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1; }
    .item-favorite__visible .visible-top {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .item-favorite__visible .visible-top .like {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4px 12px;
        cursor: pointer;
        border-radius: 20px;
        position: absolute;
        left: 8px;
        top: 16px;
        transition: background-color 0.2s ease-out; }
        .item-favorite__visible .visible-top .like img {
          margin-right: 5px; }
        .item-favorite__visible .visible-top .like .count {
          font-size: 16px;
          line-height: 24px;
          color: #000000;
          transition: width 0.2s;
          width: auto; }
        .item-favorite__visible .visible-top .like .save {
          opacity: 0;
          visibility: hidden;
          font-size: 14px;
          line-height: 21px;
          color: #FFFFFF;
          width: 0;
          transition: width 0.2s ease-out; }
        .item-favorite__visible .visible-top .like:hover {
          background-color: #070643; }
          .item-favorite__visible .visible-top .like:hover svg {
            color: #FFFFFF; }
          .item-favorite__visible .visible-top .like:hover .count {
            opacity: 0;
            visibility: hidden;
            width: 0; }
          .item-favorite__visible .visible-top .like:hover .save {
            opacity: 1;
            visibility: visible;
            width: auto; }
    .item-favorite__visible .name {
      width: 100%; }
      .item-favorite__visible .name h2 {
        font-size: 34px;
        line-height: 60px;
        text-align: center;
        color: #1F0335;
        font-weight: normal; }
    .item-favorite__visible .description {
      width: 100%; }
      .item-favorite__visible .description .available {
        font-size: 14px;
        line-height: 21px;
        color: #8B8B8B;
        text-align: center;
        transition: font-size 0.2s ease-out; }
  .item-favorite__hover {
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 10px 20px rgba(49, 28, 112, 0.1);
    width: 100%;
    border-radius: 20px;
    padding: 21px 20px 23px;
    border: 2px solid #46B7E5;
    z-index: 2;
    background-color: #FFFFFF;
    transition: transform 150ms linear;
    transform: scale(0.99); }
    .item-favorite__hover .info-cell {
      height: 220px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .item-favorite__hover .info-cell .hover-top {
        width: 100%; }
        .item-favorite__hover .info-cell .hover-top .like {
          display: flex;
          align-items: center;
          padding: 4px 12px;
          cursor: pointer;
          border-radius: 20px;
          position: absolute;
          left: 8px;
          top: 16px;
          transition: background 0.2s linear;
          background: #ffffff;
          min-width: 82px; }
          .item-favorite__hover .info-cell .hover-top .like svg {
            color: #1F0335;
            margin-right: 5px;
            transition: color 0.3s linear; }
          .item-favorite__hover .info-cell .hover-top .like .count {
            font-size: 16px;
            line-height: 24px;
            color: #000000;
            transition: visibility 0.2s linear, opacity 0.2s linear;
            visibility: visible;
            opacity: 1; }
          .item-favorite__hover .info-cell .hover-top .like .save {
            opacity: 0;
            visibility: hidden;
            font-size: 14px;
            line-height: 21px;
            color: #FFFFFF;
            transform: scale(0.5);
            transition: transform 0.3s linear;
            width: 0; }
          .item-favorite__hover .info-cell .hover-top .like:hover {
            background-color: #070643; }
            .item-favorite__hover .info-cell .hover-top .like:hover svg {
              color: #FFFFFF; }
            .item-favorite__hover .info-cell .hover-top .like:hover .count {
              opacity: 0;
              visibility: hidden;
              width: 0; }
            .item-favorite__hover .info-cell .hover-top .like:hover .save {
              opacity: 1;
              visibility: visible;
              transform: scale(1);
              width: auto; }
        .item-favorite__hover .info-cell .hover-top .info {
          cursor: pointer;
          position: absolute;
          right: 20px; }
      .item-favorite__hover .info-cell .name {
        width: 100%; }
        .item-favorite__hover .info-cell .name h2 {
          font-size: 34px;
          line-height: 60px;
          text-align: center;
          color: #1F0335;
          font-weight: normal; }
        .item-favorite__hover .info-cell .name button {
          height: 50px;
          width: 100%;
          border-radius: 30px;
          background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 10px; }
          .item-favorite__hover .info-cell .name button a {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #FFFFFF; }
          .item-favorite__hover .info-cell .name button svg {
            margin-left: 10px; }
      .item-favorite__hover .info-cell .description {
        width: 100%; }
        .item-favorite__hover .info-cell .description .namecheap {
          font-size: 14px;
          line-height: 21px;
          color: #8B8B8B;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center; }
          .item-favorite__hover .info-cell .description .namecheap .icon {
            margin-right: 6px;
            display: flex;
            align-items: center; }
    .item-favorite__hover .thumb {
      margin-top: 23px;
      width: 100%;
      opacity: 1;
      visibility: visible;
      height: auto; }
      .item-favorite__hover .thumb.none {
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin-top: 0; }
    .item-favorite__hover .more-cell {
      margin-top: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-shadow: 0 -1px 0 0 #E9E9E9;
      opacity: 0;
      visibility: hidden;
      height: 0; }
      .item-favorite__hover .more-cell .remove {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #1F0335;
        background: #FFFFFF;
        border: 2px solid #093482;
        border-radius: 30px;
        height: 40px;
        width: 100%;
        margin-top: 19px; }
      .item-favorite__hover .more-cell .cancel {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #8B8B8B;
        margin-top: 20px; }
      .item-favorite__hover .more-cell .thumb-blue {
        margin-top: 24px; }
      .item-favorite__hover .more-cell.active {
        margin-top: 23px;
        opacity: 1;
        visibility: visible;
        animation: MoreSell 0.2s forwards; }
  .item-favorite:hover .item-favorite__visible {
    opacity: 0;
    visibility: hidden; }
  .item-favorite:hover .item-favorite__hover {
    min-height: 298px;
    opacity: 1;
    visibility: visible;
    height: auto;
    transform: scale(1); }
  .item-favorite.registered .name h2 {
    color: #B1B1B1; }
    .item-favorite.registered .name h2 span {
      color: #B1B1B1 !important; }
  .item-favorite.registered:hover .item-favorite__visible {
    opacity: 1;
    visibility: visible; }
  .item-favorite.registered:hover .item-favorite__hover .info-cell .name h2 {
    color: #B1B1B1;
    font-size: 34px;
    line-height: 60px; }
    .item-favorite.registered:hover .item-favorite__hover .info-cell .name h2 span {
      color: #B1B1B1 !important; }
  .item-favorite.registered:hover .item-favorite__hover .info-cell .name button {
    display: none; }

@keyframes MoreSell {
  0% {
    height: 0; }
  100% {
    height: 131px; } }

.payment-selection {
  width: 100%; }
  .payment-selection .cards-scroll {
    width: 100%;
    box-shadow: 0 1px 0 0 #C4C4C4;
    padding-bottom: 30px;
    overflow: visible auto; }
    .payment-selection .cards-scroll .box {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .payment-selection .cards-scroll .box .cards {
        display: flex; }
        .payment-selection .cards-scroll .box .cards .card-item {
          width: 192px;
          min-width: 192px;
          position: relative;
          margin: 20px 15px 0; }
          .payment-selection .cards-scroll .box .cards .card-item .card {
            width: 100%;
            height: 120px;
            background: url("/Images/bg-card-blue.svg") center no-repeat;
            border-radius: 12px;
            opacity: 0.6;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            padding: 16px;
            background-size: cover; }
            .payment-selection .cards-scroll .box .cards .card-item .card .logo {
              align-self: end;
              height: 22px; }
              .payment-selection .cards-scroll .box .cards .card-item .card .logo img {
                height: 100%; }
            .payment-selection .cards-scroll .box .cards .card-item .card .number {
              width: 100%;
              font-weight: 600;
              font-size: 14px;
              line-height: 21px;
              text-align: center;
              letter-spacing: 0.05em;
              color: #FFFFFF; }
            .payment-selection .cards-scroll .box .cards .card-item .card .date {
              width: 100%;
              font-weight: 600;
              font-size: 10px;
              line-height: 15px;
              letter-spacing: 0.05em;
              text-align: left;
              color: #FFFFFF; }
          .payment-selection .cards-scroll .box .cards .card-item .card-hover {
            width: 100%; }
            .payment-selection .cards-scroll .box .cards .card-item .card-hover .more {
              width: 100%;
              display: flex;
              justify-content: flex-end;
              margin: 15px 0;
              opacity: 0;
              visibility: hidden; }
              .payment-selection .cards-scroll .box .cards .card-item .card-hover .more svg {
                color: #8B8B8B; }
            .payment-selection .cards-scroll .box .cards .card-item .card-hover .buttons-box {
              width: 192px;
              border: 2px solid #46B7E5;
              border-radius: 12px;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: space-between;
              background: #FFFFFF;
              opacity: 1;
              visibility: visible;
              height: 192px;
              padding: 20px 10px;
              position: fixed;
              z-index: 100; }
              .payment-selection .cards-scroll .box .cards .card-item .card-hover .buttons-box .remove {
                width: 172px;
                height: 40px;
                background: #FFFFFF;
                border: 2px solid #093482;
                border-radius: 30px;
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                text-align: center;
                color: #1F0335; }
              .payment-selection .cards-scroll .box .cards .card-item .card-hover .buttons-box .cancel {
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                text-align: center;
                color: #8B8B8B; }
          .payment-selection .cards-scroll .box .cards .card-item .primary {
            position: absolute;
            font-weight: normal;
            font-size: 10px;
            line-height: 15px;
            color: #8B8B8B;
            background: #FFFFFF;
            border: 1px solid #8B8B8B;
            box-sizing: border-box;
            border-radius: 20px;
            padding: 3px 9px;
            left: 0;
            bottom: 0; }
          .payment-selection .cards-scroll .box .cards .card-item:hover .card {
            opacity: 1;
            border: 2px solid #46B7E5; }
          .payment-selection .cards-scroll .box .cards .card-item:hover .card-hover .more {
            opacity: 1;
            visibility: visible; }
          .payment-selection .cards-scroll .box .cards .card-item:nth-child(2n) .card {
            background: url("/Images/bg-card-pink.svg") center no-repeat;
            background-size: cover; }
          .payment-selection .cards-scroll .box .cards .card-item:nth-child(3n) .card {
            background: url("/Images/bg-card-green.svg") center no-repeat;
            background-size: cover; }
          .payment-selection .cards-scroll .box .cards .card-item:nth-child(4n) .card {
            background: url("/Images/bg-card-orange.svg") center no-repeat;
            background-size: cover; }
        .payment-selection .cards-scroll .box .cards .card-add {
          width: 192px;
          min-width: 192px;
          height: 120px;
          background: #FEFCFF;
          border: 2px solid #8B8B8B;
          border-radius: 12px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          font-size: 15px;
          line-height: 24px;
          text-align: center;
          color: #8B8B8B;
          margin: 20px 15px 0;
          padding: 0 20px; }
      .payment-selection .cards-scroll .box .cancel-subscription {
        min-width: 204px;
        height: 40px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #093482;
        border: 2px solid #093482;
        opacity: 0.5;
        border-radius: 30px; }
        .payment-selection .cards-scroll .box .cancel-subscription:hover {
          box-shadow: 0px 20px 20px -15px rgba(57, 71, 167, 0.4); }
  .payment-selection .skeleton {
    width: 192px;
    min-width: 192px;
    height: 120px;
    border-radius: 20px;
    background: #9D9D9D;
    box-shadow: 0 -200px 100px -120px #B1B1B1 inset;
    animation: background 3s infinite alternate;
    margin: 20px 15px 0; }

@keyframes background {
  50% {
    background: #C4C4C4;
    box-shadow: 0 -200px 100px -100px #EBEBEB inset; } }
  .payment-selection .card-info {
    margin: auto;
    display: flex;
    padding: 60px 0;
    align-items: center;
    justify-content: space-between;
    max-width: 1303px; }
    .payment-selection .card-info .card {
      background-image: url("/Images/card_bg.png");
      width: 588px;
      height: 400px;
      background-repeat: no-repeat;
      display: flex;
      justify-content: flex-end;
      padding: 50px 110px 50px 50px; }
      .payment-selection .card-info .card img {
        height: 40px; }
    .payment-selection .card-info form {
      width: 545px; }
      .payment-selection .card-info form .title {
        font-size: 36px;
        line-height: 54px;
        color: #1F0335;
        margin: 0;
        font-weight: normal;
        text-align: left;
        border-left: 5px solid #46B7E5;
        padding-left: 13px;
        display: flex;
        align-items: center; }
      .payment-selection .card-info form .input-custom {
        width: 450px;
        height: 40px;
        position: relative;
        background: #FFFFFF;
        margin-top: 24px;
        border: 1px solid #8B8B8B;
        border-radius: 20px;
        display: flex;
        align-items: center; }
        .payment-selection .card-info form .input-custom .StripeElement {
          width: 100%;
          padding: 4px 39px 0; }
        .payment-selection .card-info form .input-custom input {
          width: 100%;
          height: 100%;
          background: transparent;
          border: none;
          outline: none;
          font-size: 14px;
          line-height: 21px;
          color: #1F0335;
          padding: 10px 39px;
          border-radius: 20px; }
          .payment-selection .card-info form .input-custom input:focus ~ label {
            color: #46B7E5; }
        .payment-selection .card-info form .input-custom label {
          position: absolute;
          font-size: 14px;
          padding: 0 9px;
          line-height: 21px;
          color: #8B8B8B;
          background: #FFFFFF;
          left: 30px;
          top: -10px;
          z-index: 2; }
        .payment-selection .card-info form .input-custom .eye {
          cursor: pointer;
          position: absolute;
          right: 30px;
          top: 50%;
          transform: translateY(-50%);
          display: flex;
          align-items: center;
          justify-content: center;
          background: transparent; }
          .payment-selection .card-info form .input-custom .eye svg {
            color: #8B8B8B; }
          .payment-selection .card-info form .input-custom .eye.active svg {
            color: #46B7E5; }
      .payment-selection .card-info form .input-line {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 450px; }
        .payment-selection .card-info form .input-line .input-custom {
          width: calc(100% / 2 - 10px) !important; }
      .payment-selection .card-info form .error {
        margin-top: 20px;
        display: block;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #9e2146; }
      .payment-selection .card-info form button {
        margin-top: 50px;
        width: 105px;
        height: 40px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
        border-radius: 30px; }
        .payment-selection .card-info form button img {
          margin-right: 6px; }
        .payment-selection .card-info form button:hover {
          box-shadow: 0px 20px 20px -15px rgba(57, 71, 167, 0.4); }
  .payment-selection .credit-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #1F0335;
    padding: 0 132px 60px; }

.alerts {
  width: 100%;
  padding-bottom: 110px;
  display: flex; }
  .alerts__left {
    width: 600px;
    padding: 70px 0 0 85px; }
    .alerts__left h3 {
      font-size: 36px;
      line-height: 54px;
      color: #1f0335;
      margin: 0;
      font-weight: normal;
      text-align: left;
      height: 40px;
      border-left: 5px solid #46b7e5;
      padding-left: 13px;
      display: flex;
      align-items: center; }
    .alerts__left .search {
      width: 100%;
      height: 40px;
      background: #ffffff;
      border: 2px solid #46b7e5;
      border-radius: 30px;
      position: relative;
      margin-top: 40px; }
      .alerts__left .search input {
        border: 0;
        height: 100%;
        width: calc(100% - 50px);
        background: #ffffff;
        font-size: 14px;
        line-height: 21px;
        color: #000000;
        padding: 10px 20px;
        border-radius: 30px; }
      .alerts__left .search button {
        background: linear-gradient(96.65deg, #3f50b5 -14.47%, #43c5e3 109.65%);
        width: 50px;
        border-radius: 30px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -2px;
        top: -2px; }
    .alerts__left .choice-checkbox {
      margin: 44px 0;
      height: 500px;
      overflow-y: auto;
      width: 100%; }
      .alerts__left .choice-checkbox .line {
        padding: 13px 13px 13px 0;
        min-height: 27px; }
        .alerts__left .choice-checkbox .line:first-child {
          margin-top: 0; }
      .alerts__left .choice-checkbox input[type="checkbox"] {
        display: none; }
      .alerts__left .choice-checkbox input[type="checkbox"]:checked ~ label .checkbox {
        background-image: url("/Images/check.svg");
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: center;
        border: solid 2px #093482; }
      .alerts__left .choice-checkbox label {
        cursor: pointer;
        display: flex;
        align-items: center; }
        .alerts__left .choice-checkbox label .checkbox {
          width: 26px;
          height: 26px;
          border-radius: 5px;
          border: solid 2px #e3e3e3;
          margin-right: 14px; }
        .alerts__left .choice-checkbox label .label-domain {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
          .alerts__left .choice-checkbox label .label-domain .title {
            font-weight: 500;
            font-size: 18px;
            line-height: 27px;
            color: #000000; }
          .alerts__left .choice-checkbox label .label-domain .description {
            font-size: 14px;
            line-height: 21px;
            color: #8b8b8b; }
    .alerts__left .border {
      height: 1px;
      background: #c4c4c4;
      width: 100%; }
    .alerts__left .save {
      width: 105px;
      height: 40px;
      background: linear-gradient(96.65deg, #3f50b5 -14.47%, #43c5e3 109.65%);
      border-radius: 30px;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 50px 0 0 auto; }
      .alerts__left .save img {
        margin-right: 10px; }
      .alerts__left .save:hover {
        box-shadow: 0px 20px 20px -15px rgba(57, 71, 167, 0.4); }
  .alerts__right {
    width: 600px;
    padding: 70px 0 0 85px; }
    .alerts__right h3 {
      font-size: 36px;
      line-height: 54px;
      color: #1f0335;
      margin: 0;
      font-weight: normal;
      text-align: left;
      height: 40px;
      border-left: 5px solid #46b7e5;
      padding-left: 13px;
      display: flex;
      align-items: center; }
    .alerts__right .search {
      width: 100%;
      height: 40px;
      background: #ffffff;
      border: 2px solid #46b7e5;
      border-radius: 30px;
      position: relative;
      margin-top: 40px; }
      .alerts__right .search input {
        border: 0;
        height: 100%;
        width: calc(100% - 50px);
        background: #ffffff;
        font-size: 14px;
        line-height: 21px;
        color: #000000;
        padding: 10px 20px;
        border-radius: 30px; }
      .alerts__right .search button {
        background: linear-gradient(96.65deg, #3f50b5 -14.47%, #43c5e3 109.65%);
        width: 50px;
        border-radius: 30px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -2px;
        top: -2px; }
    .alerts__right .choice-checkbox {
      margin: 44px 0;
      height: 500px;
      overflow-y: auto;
      width: 100%; }
      .alerts__right .choice-checkbox .line {
        padding: 13px 13px 13px 0;
        min-height: 27px; }
        .alerts__right .choice-checkbox .line:first-child {
          margin-top: 0; }
      .alerts__right .choice-checkbox input[type="checkbox"] {
        display: none; }
      .alerts__right .choice-checkbox input[type="checkbox"]:checked ~ label .checkbox {
        background-image: url("/Images/check.svg");
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: center;
        border: solid 2px #093482; }
      .alerts__right .choice-checkbox label {
        cursor: pointer;
        display: flex;
        align-items: center; }
        .alerts__right .choice-checkbox label .checkbox {
          width: 26px;
          height: 26px;
          border-radius: 5px;
          border: solid 2px #e3e3e3;
          margin-right: 14px; }
        .alerts__right .choice-checkbox label .label-domain {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
          .alerts__right .choice-checkbox label .label-domain .title {
            font-weight: 500;
            font-size: 18px;
            line-height: 27px;
            color: #000000; }
          .alerts__right .choice-checkbox label .label-domain .description {
            font-size: 14px;
            line-height: 21px;
            color: #8b8b8b; }
    .alerts__right .border {
      height: 1px;
      background: #c4c4c4;
      width: 100%; }
    .alerts__right .save {
      width: 105px;
      height: 40px;
      background: linear-gradient(96.65deg, #3f50b5 -14.47%, #43c5e3 109.65%);
      border-radius: 30px;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 50px 0 0 auto; }
      .alerts__right .save img {
        margin-right: 10px; }
      .alerts__right .save:hover {
        box-shadow: 0px 20px 20px -15px rgba(57, 71, 167, 0.4); }

.lang .head {
  display: flex;
  align-items: center; }
  .lang .head .language {
    background-size: cover !important;
    background: no-repeat center;
    width: 20px;
    height: 20px;
    border-radius: 50%; }
  .lang .head svg {
    color: #FFFFFF; }

.mobile-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-image: url("/Images/BACKGROUND.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 99; }
  .mobile-menu .no-register,
  .mobile-menu .registered {
    width: 100%;
    padding: 40px 35px; }
    .mobile-menu .no-register .buttons,
    .mobile-menu .registered .buttons {
      margin-top: 46px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0 1px 0 0 #353592;
      padding-bottom: 40px; }
      .mobile-menu .no-register .buttons button,
      .mobile-menu .registered .buttons button {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        padding: 13px 35px;
        border-radius: 30px; }
        .mobile-menu .no-register .buttons button:last-child,
        .mobile-menu .registered .buttons button:last-child {
          background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
          box-shadow: 0 0 0 8px #2A1A7E, 0 0 0 8px #353790; }
    .mobile-menu .no-register .image,
    .mobile-menu .registered .image {
      position: absolute;
      right: -45px;
      bottom: -35px;
      width: 280px; }
  .mobile-menu .registered .user {
    width: 100%;
    margin-top: 28px;
    position: relative;
    display: flex;
    align-items: center; }
    .mobile-menu .registered .user__head {
      width: 100%;
      display: flex;
      align-items: center;
      position: relative;
      box-shadow: 0 1px 0 0 #353592;
      padding-bottom: 28px;
      cursor: pointer; }
      .mobile-menu .registered .user__head .user-photo-mobile {
        display: block;
        background: #FAE3FB no-repeat center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 10px; }
      .mobile-menu .registered .user__head .user-left p {
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 150px;
        font-weight: bold; }
        .mobile-menu .registered .user__head .user-left p:first-child {
          color: #46B7E5;
          font-weight: normal; }
      .mobile-menu .registered .user__head .user-photo {
        display: none; }
      .mobile-menu .registered .user__head .open {
        position: absolute;
        right: 0;
        height: 100%; }
        .mobile-menu .registered .user__head .open svg {
          color: #FFFFFF; }
        .mobile-menu .registered .user__head .open.active svg {
          transform: scaleY(-1);
          color: #46B7E5; }
    .mobile-menu .registered .user .list-menu {
      width: 100%;
      position: absolute;
      z-index: 100;
      right: 0;
      top: 110px; }
      .mobile-menu .registered .user .list-menu .top {
        width: 100%; }
        .mobile-menu .registered .user .list-menu .top .premium-button {
          width: 100%;
          height: 50px;
          background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
          border-radius: 30px;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: center; }
          .mobile-menu .registered .user .list-menu .top .premium-button img {
            margin-left: 8px; }
          .mobile-menu .registered .user .list-menu .top .premium-button:hover {
            box-shadow: 0px 20px 20px -15px rgba(57, 71, 167, 0.4); }
      .mobile-menu .registered .user .list-menu .info {
        width: 100%;
        padding-top: 20px; }
        .mobile-menu .registered .user .list-menu .info .mobile {
          display: flex;
          flex-direction: column; }
          .mobile-menu .registered .user .list-menu .info .mobile .saved, .mobile-menu .registered .user .list-menu .info .mobile .pricing {
            width: 100%;
            font-weight: 500;
            font-size: 18px;
            line-height: 27px;
            display: flex;
            align-items: center;
            color: #8B8B8B;
            height: 40px;
            padding: 0; }
            .mobile-menu .registered .user .list-menu .info .mobile .saved svg, .mobile-menu .registered .user .list-menu .info .mobile .pricing svg {
              margin-right: 12px;
              height: 20px;
              color: #8B8B8B; }
            .mobile-menu .registered .user .list-menu .info .mobile .saved:first-child, .mobile-menu .registered .user .list-menu .info .mobile .pricing:first-child {
              color: #46B7E5; }
              .mobile-menu .registered .user .list-menu .info .mobile .saved:first-child svg, .mobile-menu .registered .user .list-menu .info .mobile .pricing:first-child svg {
                color: #46B7E5; }
        .mobile-menu .registered .user .list-menu .info .menu {
          display: flex;
          width: 100%;
          align-items: center;
          height: 40px;
          font-weight: 500;
          font-size: 18px;
          line-height: 27px;
          color: #8B8B8B; }
          .mobile-menu .registered .user .list-menu .info .menu svg {
            color: #8B8B8B;
            margin-right: 12px;
            width: 19px;
            height: 16px; }
          .mobile-menu .registered .user .list-menu .info .menu.favorite-mobile {
            background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
            box-shadow: 0 0 0 8px #2A1A7E, 0 0 0 8px #353790;
            border-radius: 30px;
            justify-content: center;
            color: #FFFFFF;
            margin: 20px 0; }
            .mobile-menu .registered .user .list-menu .info .menu.favorite-mobile svg {
              display: none; }
            .mobile-menu .registered .user .list-menu .info .menu.favorite-mobile img {
              display: flex;
              margin-right: 12px; }
        .mobile-menu .registered .user .list-menu .info .logout {
          font-weight: 500;
          font-size: 18px;
          line-height: 27px;
          color: #8B8B8B;
          width: 100%;
          display: flex;
          align-items: center;
          height: 40px;
          padding: 0; }
          .mobile-menu .registered .user .list-menu .info .logout img {
            margin-right: 10px; }
  .mobile-menu .registered .image {
    right: -56px;
    bottom: -137px;
    width: 100%; }

.notification {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0; }
  .notification .window-notification {
    width: 440px;
    height: 411px;
    padding: 47px 47px 30px;
    background: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .notification .window-notification .close {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer; }
    .notification .window-notification h3 {
      width: 100%;
      font-weight: normal;
      font-size: 36px;
      line-height: 54px;
      color: #000000;
      display: flex;
      align-items: center; }
      .notification .window-notification h3 .yeah, .notification .window-notification h3 .oops {
        background: #3CEA77;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 22px; }
      .notification .window-notification h3 .oops {
        background: #FF693E; }
    .notification .window-notification .messages {
      width: 100%;
      font-weight: 500;
      font-size: 18px;
      line-height: 27px;
      color: #000000;
      margin-top: 35px; }
    .notification .window-notification .border {
      height: 1px;
      width: 280px;
      background: #E9E9E9;
      margin: 24px auto auto; }
    .notification .window-notification button {
      width: 116px;
      height: 50px;
      border: 2px solid #093482;
      border-radius: 30px;
      background: #FFFFFF;
      font-size: 16px;
      line-height: 24px;
      color: #093482;
      margin: 30px auto auto; }
      .notification .window-notification button:hover {
        box-shadow: 0px 20px 20px -15px rgba(57, 71, 167, 0.4); }

.contact-page {
  width: 1520px; }
  .contact-page h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    width: 100%;
    text-align: left; }
  .contact-page .contact-content {
    width: 100%;
    margin-top: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 125px 74px 100px 100px; }
    .contact-page .contact-content .left {
      width: 50%; }
      .contact-page .contact-content .left h3 {
        border-left: 5px solid #46B7E5;
        padding-left: 15px;
        font-weight: normal;
        font-size: 36px;
        line-height: 40px;
        color: #1F0335; }
      .contact-page .contact-content .left .description {
        font-weight: bold;
        font-size: 36px;
        line-height: 54px;
        color: #1F0335;
        margin-top: 10px; }
      .contact-page .contact-content .left form {
        width: 600px; }
        .contact-page .contact-content .left form .select {
          position: relative; }
          .contact-page .contact-content .left form .select .head {
            padding: 16px 28px; }
            .contact-page .contact-content .left form .select .head span {
              font-size: 14px;
              line-height: 21px;
              color: #1F0335; }
          .contact-page .contact-content .left form .select .info-select {
            position: absolute;
            width: 100%;
            height: auto;
            top: 100%;
            left: 0;
            background: #FFFFFF;
            border: 1px solid #8B8B8B;
            z-index: 2;
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
            border-top: 1px solid #C4C4C4;
            padding: 23px 38px; }
            .contact-page .contact-content .left form .select .info-select .item-select {
              cursor: pointer;
              font-size: 14px;
              line-height: 21px;
              color: #1F0335;
              margin-top: 19px; }
              .contact-page .contact-content .left form .select .info-select .item-select:first-child {
                margin-top: 0; }
          .contact-page .contact-content .left form .select.active .head {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            border-bottom: none; }
            .contact-page .contact-content .left form .select.active .head label {
              color: #46B7E5; }
            .contact-page .contact-content .left form .select.active .head svg {
              transform: scaleY(-1); }
        .contact-page .contact-content .left form .input-custom,
        .contact-page .contact-content .left form .textarea-custom,
        .contact-page .contact-content .left form .head {
          width: 100%;
          border-radius: 30px;
          height: 50px;
          border: 1px solid #8B8B8B;
          background: #FFFFFF;
          position: relative;
          margin-top: 30px; }
          .contact-page .contact-content .left form .input-custom input,
          .contact-page .contact-content .left form .input-custom textarea,
          .contact-page .contact-content .left form .textarea-custom input,
          .contact-page .contact-content .left form .textarea-custom textarea,
          .contact-page .contact-content .left form .head input,
          .contact-page .contact-content .left form .head textarea {
            width: 100%;
            height: 100%;
            background: transparent;
            border-radius: 30px;
            border: none;
            font-size: 14px;
            line-height: 21px;
            color: #1F0335;
            padding: 16px 28px;
            font-family: Poppins, sans-serif; }
          .contact-page .contact-content .left form .input-custom textarea,
          .contact-page .contact-content .left form .textarea-custom textarea,
          .contact-page .contact-content .left form .head textarea {
            resize: none; }
          .contact-page .contact-content .left form .input-custom label,
          .contact-page .contact-content .left form .textarea-custom label,
          .contact-page .contact-content .left form .head label {
            position: absolute;
            top: -14px;
            left: 26px;
            background: #FFFFFF;
            font-size: 14px;
            line-height: 21px;
            color: #8B8B8B;
            padding: 2px 10px; }
          .contact-page .contact-content .left form .input-custom svg,
          .contact-page .contact-content .left form .textarea-custom svg,
          .contact-page .contact-content .left form .head svg {
            color: #8B8B8B;
            position: absolute;
            right: 20px;
            cursor: pointer; }
        .contact-page .contact-content .left form .textarea-custom {
          height: 150px;
          margin-top: 30px; }
        .contact-page .contact-content .left form .text {
          font-size: 14px;
          line-height: 21px;
          color: #8B8B8B;
          margin: 16px 0; }
        .contact-page .contact-content .left form button {
          width: 236px;
          height: 50px;
          background: linear-gradient(96.65deg, #3F50B5 -14.47%, #43C5E3 109.65%);
          border-radius: 30px;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #FFFFFF;
          margin-top: 30px; }
          .contact-page .contact-content .left form button:hover {
            box-shadow: 0px 20px 20px -15px rgba(57, 71, 167, 0.4); }
      .contact-page .contact-content .left .img-mobile {
        display: none; }

.info-page {
  width: 1520px; }
  .info-page .title {
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #FFFFFF; }
  .info-page .data {
    font-size: 18px;
    line-height: 27px;
    color: #46B7E5;
    margin-top: 7px; }
  .info-page .content-info {
    width: 100%;
    background: #FFFFFF;
    border-radius: 30px;
    margin-top: 66px;
    padding: 85px 100px; }
    .info-page .content-info h3 {
      font-weight: normal;
      font-size: 36px;
      line-height: 54px;
      color: #1F0335;
      border-left: 5px solid #46B7E5;
      padding-left: 15px; }
    .info-page .content-info__top {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .info-page .content-info__top .left {
        width: calc(100% - 398px - 100px);
        box-shadow: 0 1px 0 0 #C4C4C4;
        padding-bottom: 36px; }
        .info-page .content-info__top .left .description {
          font-weight: bold;
          font-size: 36px;
          line-height: 54px;
          color: #1F0335;
          margin-top: 15px; }
      .info-page .content-info__top .right {
        width: 398px; }
        .info-page .content-info__top .right img {
          width: 100%; }
    .info-page .content-info .information {
      max-width: 1195px;
      padding-top: 70px; }
      .info-page .content-info .information .img {
        display: none; }
      .info-page .content-info .information a {
        color: #198CCF;
        font-weight: 500;
        font-size: 18px; }
      .info-page .content-info .information .text {
        font-weight: 500;
        font-size: 18px;
        color: #000000;
        margin-top: 18px; }
      .info-page .content-info .information ul {
        list-style: none; }
        .info-page .content-info .information ul li {
          font-weight: 500;
          font-size: 18px;
          color: #000000;
          margin-top: 18px;
          padding-left: 20px;
          position: relative; }
          .info-page .content-info .information ul li::before {
            content: "•";
            color: #FF693E;
            position: absolute;
            left: 0;
            top: 0; }
      .info-page .content-info .information h3 {
        margin-top: 60px; }

@media screen and (max-width: 599px) {
  header {
    padding-top: 24px; }
    header .header {
      max-width: 90%;
      height: 40px; }
      header .header__left {
        width: 234px;
        height: 100%; }
        header .header__left img {
          width: 100%;
          height: auto; }
      header .header__right {
        height: 100%;
        display: flex;
        align-items: center; }
        header .header__right .login {
          display: none; }
        header .header__right .pricing,
        header .header__right .saved {
          display: none; }
        header .header__right .burger {
          display: flex;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          align-items: center;
          justify-content: center;
          background: #093482; }
        header .header__right .user {
          display: none; }
  footer {
    width: 100%; }
    footer .footer {
      padding: 50px 0 36px; }
      footer .footer__content {
        justify-content: center;
        width: calc(100% - 40px); }
        footer .footer__content .footer-left {
          width: 100%; }
          footer .footer__content .footer-left .logo {
            width: 100%; }
            footer .footer__content .footer-left .logo img {
              width: 320px;
              max-width: 100%; }
          footer .footer__content .footer-left .search {
            width: 100%; }
            footer .footer__content .footer-left .search input {
              width: calc(100% - 120px);
              padding: 12px 16px; }
            footer .footer__content .footer-left .search button {
              width: 120px; }
          footer .footer__content .footer-left .menu-footer {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin-top: 30px; }
            footer .footer__content .footer-left .menu-footer .head-menu {
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: space-between;
              cursor: pointer;
              box-shadow: 0 -1px 0 0 #353592;
              font-weight: 500;
              font-size: 18px;
              line-height: 27px;
              color: #FFFFFF;
              padding: 12px 0; }
              footer .footer__content .footer-left .menu-footer .head-menu svg {
                color: #FFFFFF; }
              footer .footer__content .footer-left .menu-footer .head-menu.active svg {
                color: #46B7E5;
                transform: scaleY(-1); }
              footer .footer__content .footer-left .menu-footer .head-menu:first-child {
                box-shadow: none; }
              footer .footer__content .footer-left .menu-footer .head-menu:last-child {
                border-bottom: 1px solid #353592; }
            footer .footer__content .footer-left .menu-footer .menu-list {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              justify-content: space-between;
              width: 100%;
              margin-bottom: 20px; }
              footer .footer__content .footer-left .menu-footer .menu-list a {
                width: 100%;
                font-weight: 500;
                font-size: 14px;
                line-height: 21px;
                color: #8B8B8B;
                margin-top: 16px;
                transition: all 0.2s; }
                footer .footer__content .footer-left .menu-footer .menu-list a svg {
                  opacity: 0;
                  visibility: hidden;
                  width: 0; }
                footer .footer__content .footer-left .menu-footer .menu-list a:hover {
                  color: #FFFFFF; }
                  footer .footer__content .footer-left .menu-footer .menu-list a:hover svg {
                    margin-right: 10px;
                    opacity: 1;
                    width: auto;
                    visibility: visible; }
          footer .footer__content .footer-left .social {
            justify-content: center; }
        footer .footer__content .footer-right {
          display: none; }
  main {
    padding-top: 50px;
    padding-bottom: 75px;
    overflow: hidden; }
    main h1 {
      line-height: 1.2;
      font-size: 40px;
      width: calc(100% - 20px);
      text-align: left;
      position: relative;
      z-index: 2; }
      main h1 p {
        font-size: 33px;
        line-height: 1.2; }
      main h1 .color1 {
        font-size: 40px;
        line-height: 1.2;
        display: block; }
      main h1 .color2 {
        font-size: 40px;
        line-height: 1.2; }
    main .title-home {
      width: 302px;
      margin-top: 70px;
      font-size: 38px;
      line-height: 113.5%; }
    main .simple {
      font-size: 18px;
      line-height: 113.5%; }
    main .advantage {
      width: calc(100% - 20px);
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 0; }
      main .advantage__item {
        width: 302px;
        margin-top: 30px; }
  .domains-container {
    width: calc(100% - 20px);
    margin-top: 70px; }
    .domains-container .cosmonaut {
      width: 300px;
      right: -71px; }
    .domains-container .top {
      background: #FFFFFF;
      border-radius: 30px 30px 0px 0px;
      width: 100%;
      height: 80px;
      align-self: center;
      padding: 0 26px;
      position: relative; }
      .domains-container .top .create-alert {
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 0;
        padding: 0;
        position: static;
        top: 0;
        right: 0;
        z-index: 1; }
        .domains-container .top .create-alert__text {
          font-size: 16px; }
        .domains-container .top .create-alert button {
          width: 120px;
          font-size: 15px; }
    .domains-container .box {
      margin-top: 0; }
      .domains-container .box__top {
        background: #193D98;
        border-radius: 0px;
        height: auto;
        padding: 0 30px; }
        .domains-container .box__top .box-top {
          height: auto;
          padding: 30px 0;
          flex-direction: column; }
        .domains-container .box__top .box-top-left {
          width: 100%; }
          .domains-container .box__top .box-top-left .search {
            width: 100%;
            margin-right: 0; }
          .domains-container .box__top .box-top-left__select {
            display: none; }
        .domains-container .box__top .box-top-right {
          margin-top: 24px; }
          .domains-container .box__top .box-top-right__filter {
            display: none; }
          .domains-container .box__top .box-top-right__select {
            display: none; }
          .domains-container .box__top .box-top-right .button-open {
            display: flex;
            align-self: center;
            cursor: pointer;
            width: 166px; }
            .domains-container .box__top .box-top-right .button-open span {
              font-size: 14px;
              line-height: 21px;
              color: #FFFFFF;
              margin: 0 9px; }
            .domains-container .box__top .box-top-right .button-open .img-filter {
              display: flex;
              align-items: center; }
            .domains-container .box__top .box-top-right .button-open .arrow-box {
              display: flex;
              align-items: center; }
              .domains-container .box__top .box-top-right .button-open .arrow-box.active .arrow {
                transform: scaleY(-1); }
        .domains-container .box__top .box-top-button-open {
          display: flex;
          flex-direction: column-reverse;
          justify-content: center;
          height: 0;
          box-shadow: 0 -1px 0 0 #365FC9;
          transition: all 0.2s ease-out;
          opacity: 0;
          overflow: hidden; }
          .domains-container .box__top .box-top-button-open .box-top-left-select,
          .domains-container .box__top .box-top-button-open .box-top-right-select {
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: 21px;
            color: #FFFFFF;
            margin-top: 20px; }
            .domains-container .box__top .box-top-button-open .box-top-left-select p,
            .domains-container .box__top .box-top-button-open .box-top-right-select p {
              margin-right: 9px; }
          .domains-container .box__top .box-top-button-open .box-top-right-select p img {
            margin-right: 9px; }
          .domains-container .box__top .box-top-button-open.active {
            height: 180px;
            opacity: 1;
            overflow: visible; }
      .domains-container .box__list {
        padding: 10px 20px 30px; }
  .item {
    width: 100%;
    padding: 20px;
    margin: 20px 0px 0; }
    .item .domain-registered {
      margin-top: 64px; }
    .item__top .info {
      opacity: 1;
      visibility: visible; }
    .item .name h2 {
      font-size: 34px;
      line-height: 54px; }
    .item .name button {
      width: 220px;
      height: 50px;
      opacity: 1;
      visibility: visible;
      margin: auto;
      transform: scale(1); }
    .item:hover .name h2 {
      font-size: 34px;
      line-height: 54px; }
    .item:hover .description .available {
      visibility: hidden; }
    .item:hover .description .namecheap {
      visibility: visible;
      transform: scale(1); }
    .item.registered .item__top .info {
      visibility: hidden; }
    .item.registered .name h2 {
      font-size: 34px;
      line-height: 54px; }
    .item.registered .name button {
      height: 0;
      opacity: 0;
      visibility: hidden; }
    .item.registered:hover .item__top .info {
      visibility: hidden; }
    .item.registered:hover .name h2 {
      font-size: 34px;
      line-height: 54px; }
  .custumer-info {
    padding-top: 20px;
    padding-bottom: 0;
    flex-direction: column; }
    .custumer-info__left {
      margin-right: 0; }
      .custumer-info__left .avatar {
        width: 180px;
        height: 180px;
        background-size: contain; }
    .custumer-info__right {
      width: 100%;
      margin-top: 30px; }
      .custumer-info__right form .line {
        flex-wrap: wrap;
        margin-bottom: 0;
        justify-content: start; }
        .custumer-info__right form .line .input-custom {
          margin-top: 20px;
          width: 220px !important;
          margin-right: 10px; }
          .custumer-info__right form .line .input-custom .eye {
            right: 5px; }
        .custumer-info__right form .line .edit {
          margin-top: 20px;
          width: 85px; }
      .custumer-info__right .plane {
        flex-direction: column;
        height: auto; }
        .custumer-info__right .plane__your {
          box-shadow: none; }
        .custumer-info__right .plane .premium-button {
          margin-left: 0;
          margin-top: 23px; }
  .top-profile {
    width: 100%;
    height: auto;
    flex-direction: column; }
    .top-profile .left {
      flex-direction: column; }
      .top-profile .left .avatar {
        width: 200px;
        height: 200px;
        background-size: 120px;
        margin-right: 0; }
      .top-profile .left .name-client {
        padding-right: 0;
        border-right: none; }
        .top-profile .left .name-client .name {
          padding-top: 12px; }
        .top-profile .left .name-client .login {
          font-size: 18px;
          line-height: 27px;
          text-align: center;
          margin-top: 10px; }
    .top-profile .line {
      width: calc(100% - 20px);
      display: flex;
      margin-top: 40px;
      align-items: center; }
      .top-profile .line .center {
        width: 50%;
        padding: 0;
        justify-content: center; }
        .top-profile .line .center .saved {
          font-size: 18px;
          line-height: 27px; }
        .top-profile .line .center .number {
          width: auto;
          font-size: 21px; }
      .top-profile .line .right {
        width: 50%;
        flex-direction: column;
        padding-left: 0;
        position: relative; }
        .top-profile .line .right__plane {
          margin-right: 0;
          align-items: center;
          justify-content: center; }
          .top-profile .line .right__plane .plane-name {
            font-size: 21px; }
            .top-profile .line .right__plane .plane-name img {
              width: 26px;
              margin-right: 5px; }
        .top-profile .line .right .premium-button {
          width: 300px;
          position: absolute;
          left: -153px;
          bottom: -90px; }
  .profile-box {
    margin-top: 140px;
    width: calc(100% - 20px); }
    .profile-box__title {
      overflow-x: scroll;
      overflow-y: hidden;
      border-bottom: 0; }
      .profile-box__title .title-box {
        width: 1500px; }
        .profile-box__title .title-box a {
          width: 300px;
          margin-right: 0;
          font-size: 22px; }
          .profile-box__title .title-box a.active::before {
            bottom: 0; }
    .profile-box__content {
      padding: 10px 20px 30px; }
  .alerts {
    padding-bottom: 0; }
    .alerts__left {
      width: 100%;
      padding: 30px 0 0; }
  .payment-selection .cards-scroll {
    padding-bottom: 20px; }
    .payment-selection .cards-scroll .cards .card-item .card-hover .more {
      opacity: 1;
      visibility: visible; }
  .payment-selection .card-info {
    padding: 60px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .payment-selection .card-info .card {
      max-width: 320px;
      max-height: 224px;
      min-width: 266px;
      min-height: 182px;
      padding: 20px 50px 20px 20px;
      background-size: cover;
      height: auto;
      width: auto; }
      .payment-selection .card-info .card img {
        height: 22px; }
    .payment-selection .card-info form {
      width: 100%;
      margin-top: 36px; }
      .payment-selection .card-info form .title {
        font-size: 32px;
        line-height: 42px; }
      .payment-selection .card-info form .input-custom {
        width: 100%; }
      .payment-selection .card-info form .input-line {
        width: 100%; }
        .payment-selection .card-info form .input-line .input-custom {
          width: 100% !important; }
      .payment-selection .card-info form button {
        width: 100%;
        margin-top: 30px; }
  .payment-selection .credit-text {
    padding: 0 0px 30px; }
  .item-favorite {
    width: 100%;
    min-height: 268px;
    height: auto;
    margin: 20px 10px 0; }
    .item-favorite .domain-registered {
      font-size: 14px;
      line-height: 21px;
      color: #8B8B8B;
      width: 170px;
      height: 35px;
      background-color: #F4F4F4;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 0; }
    .item-favorite__visible {
      display: none; }
    .item-favorite__hover {
      opacity: 1;
      visibility: visible;
      border: 2px solid transparent;
      position: initial;
      transform: scale(1); }
    .item-favorite:hover .item-favorite__visible {
      opacity: 0;
      visibility: hidden; }
    .item-favorite:hover .item-favorite__hover {
      min-height: 298px;
      opacity: 1;
      visibility: visible;
      height: auto;
      transform: scale(1); }
    .item-favorite.registered .item-favorite__hover .info-cell .name h2 {
      color: #B1B1B1;
      font-size: 34px;
      line-height: 60px; }
      .item-favorite.registered .item-favorite__hover .info-cell .name h2 span {
        color: #B1B1B1 !important; }
    .item-favorite.registered .item-favorite__hover .info-cell .name button {
      display: none; }
  .login-bg .login {
    width: calc(100% - 20px);
    height: auto;
    border-radius: 20px; }
    .login-bg .login__left {
      width: 100%;
      position: relative; }
      .login-bg .login__left .content {
        width: calc(100% - 30px); }
        .login-bg .login__left .content .close-mobile {
          display: block;
          position: absolute;
          right: 10px;
          top: 20px; }
        .login-bg .login__left .content .text {
          font-size: 16px; }
        .login-bg .login__left .content .input-custom {
          margin-top: 16px;
          height: 36px; }
          .login-bg .login__left .content .input-custom input {
            padding: 10px 16px; }
        .login-bg .login__left .content .button-login {
          width: 100%;
          margin-top: 16px;
          height: 40px; }
        .login-bg .login__left .content .border {
          margin: 20px 0; }
        .login-bg .login__left .content .login-social .social {
          width: 80px;
          height: 30px; }
          .login-bg .login__left .content .login-social .social img {
            height: 20px; }
        .login-bg .login__left .content .bottom-text {
          margin-top: 12px;
          font-size: 12px; }
          .login-bg .login__left .content .bottom-text .sign-up {
            font-size: 12px; }
          .login-bg .login__left .content .bottom-text .forgot {
            margin-top: 10px;
            font-size: 12px; }
    .login-bg .login__right {
      display: none; }
  .input-line {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
    .input-line .input-custom {
      width: 100% !important; }
  .sign-up-right {
    display: none; }
  .create-pop-up__item {
    width: calc(100% - 20px);
    padding: 16px 20px;
    min-height: 520px; }
    .create-pop-up__item .close {
      top: 16px;
      width: 16px; }
    .create-pop-up__item .top {
      justify-content: center; }
      .create-pop-up__item .top .alert {
        width: 40px;
        height: 40px; }
      .create-pop-up__item .top .create {
        font-size: 24px;
        margin-left: 12px; }
    .create-pop-up__item .box {
      width: 100%;
      height: 406px;
      margin-top: 10px;
      padding: 12px 10px 12px 20px; }
      .create-pop-up__item .box .search {
        width: 100%; }
      .create-pop-up__item .box .all-domain {
        width: 100%;
        padding: 14px 0; }
        .create-pop-up__item .box .all-domain .label {
          font-size: 16px; }
      .create-pop-up__item .box .choice-cell {
        height: 210px; }
        .create-pop-up__item .box .choice-cell ul {
          padding-top: 16px; }
      .create-pop-up__item .box .create-button {
        width: 100%;
        padding-top: 16px; }
        .create-pop-up__item .box .create-button button {
          width: 100%;
          height: 40px; }
    .create-pop-up__item .receive {
      font-size: 12px;
      line-height: 1;
      margin-top: 16px; }
  .chose-plan {
    overflow-y: auto;
    align-items: flex-start; }
    .chose-plan .window {
      width: calc(100% - 32px);
      height: auto;
      max-height: min-content;
      margin-top: 40px; }
      .chose-plan .window .astronaut {
        bottom: auto; }
      .chose-plan .window .rocket {
        display: none; }
      .chose-plan .window .title {
        margin-top: 40px;
        font-size: 40px;
        position: relative; }
        .chose-plan .window .title span {
          color: #FF693E; }
      .chose-plan .window .items {
        margin-top: 30px;
        flex-direction: column; }
        .chose-plan .window .items__item {
          margin: 15px 0;
          background-size: contain;
          width: 316px;
          height: 441px; }
          .chose-plan .window .items__item .name-plane {
            margin-top: 30px;
            font-size: 21px; }
          .chose-plan .window .items__item .price-plane {
            font-size: 26px;
            width: 253px;
            padding-bottom: 6px; }
          .chose-plan .window .items__item .list {
            width: 226px;
            height: max-content; }
          .chose-plan .window .items__item button, .chose-plan .window .items__item .rocket-button {
            transform: translateX(31%);
            margin-top: 20px; }
  .item-domain-info {
    overflow-y: auto;
    align-items: flex-start; }
    .item-domain-info .item-info {
      width: calc(100% - 20px);
      padding: 30px 20px;
      min-height: 520px;
      margin-top: 40px; }
      .item-domain-info .item-info .close {
        top: 16px; }
      .item-domain-info .item-info .item-info-top .back {
        left: 20px;
        top: 32px;
        width: 40px;
        height: 40px; }
      .item-domain-info .item-info .item-info-top .name-domain {
        font-size: 32px;
        line-height: 1.2; }
      .item-domain-info .item-info .box {
        margin-top: 20px;
        padding: 16px; }
        .item-domain-info .item-info .box .row .label {
          font-size: 13px;
          line-height: 1.3px;
          width: 50%; }
        .item-domain-info .item-info .box .row .explanation {
          width: 48%;
          font-weight: 400;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .item-domain-info .item-info .box .row .explanation svg {
            margin-left: 4px; }
      .item-domain-info .item-info .buttons {
        margin-top: 16px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start; }
        .item-domain-info .item-info .buttons .button-left {
          width: 100%; }
          .item-domain-info .item-info .buttons .button-left a {
            width: 100%; }
          .item-domain-info .item-info .buttons .button-left button {
            width: 100%; }
          .item-domain-info .item-info .buttons .button-left .namecheap {
            margin-top: 10px; }
        .item-domain-info .item-info .buttons .button-right {
          width: 100%;
          margin-top: 16px; }
          .item-domain-info .item-info .buttons .button-right button {
            width: 100%; }
          .item-domain-info .item-info .buttons .button-right .saved {
            margin-top: 10px; }
      .item-domain-info .item-info .warning {
        margin-top: 16px;
        font-size: 12px;
        line-height: 15px; }
  .info-page {
    width: calc(100% - 20px); }
    .info-page .title {
      font-size: 24px;
      line-height: 36px;
      width: 260px; }
    .info-page .content-info {
      margin-top: 43px;
      padding: 49px 20px; }
      .info-page .content-info__top .left {
        width: 100%; }
        .info-page .content-info__top .left .description {
          font-size: 24px;
          line-height: 36px; }
      .info-page .content-info__top .right {
        display: none; }
      .info-page .content-info .information {
        padding-top: 40px; }
        .info-page .content-info .information .img {
          display: flex;
          margin-top: 42px; }
        .info-page .content-info .information h3 {
          margin-top: 39px; }
      .info-page .content-info h3 {
        font-size: 22px;
        line-height: 33px; }
  .contact-page {
    width: calc(100% - 20px); }
    .contact-page h1 {
      font-size: 24px;
      line-height: 36px; }
    .contact-page .contact-content {
      padding: 50px 20px;
      margin-top: 40px; }
      .contact-page .contact-content .left {
        width: 100%; }
        .contact-page .contact-content .left h3 {
          font-size: 22px;
          line-height: 33px; }
        .contact-page .contact-content .left .description {
          font-size: 24px;
          line-height: 36px; }
        .contact-page .contact-content .left form {
          width: 100%; }
        .contact-page .contact-content .left .img-mobile {
          display: flex;
          margin-top: 50px; }
          .contact-page .contact-content .left .img-mobile img {
            margin: auto; }
      .contact-page .contact-content .right {
        display: none; }
  .filter-container {
    left: -48%; } }

@media screen and (min-width: 600px) and (max-width: 799px) {
  footer {
    width: 100%; }
    footer .footer {
      padding: 50px 0 36px; }
      footer .footer__content {
        justify-content: center;
        width: calc(100% - 40px); }
        footer .footer__content .footer-left {
          width: 100%; }
          footer .footer__content .footer-left .logo {
            width: 100%; }
            footer .footer__content .footer-left .logo img {
              width: 320px;
              max-width: 100%; }
          footer .footer__content .footer-left .menu-footer {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin-top: 30px; }
            footer .footer__content .footer-left .menu-footer .head-menu {
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: space-between;
              cursor: pointer;
              box-shadow: 0 -1px 0 0 #353592;
              font-weight: 500;
              font-size: 18px;
              line-height: 27px;
              color: #FFFFFF;
              padding: 12px 0; }
              footer .footer__content .footer-left .menu-footer .head-menu svg {
                color: #FFFFFF; }
              footer .footer__content .footer-left .menu-footer .head-menu.active svg {
                color: #46B7E5;
                transform: scaleY(-1); }
              footer .footer__content .footer-left .menu-footer .head-menu:first-child {
                box-shadow: none; }
              footer .footer__content .footer-left .menu-footer .head-menu:last-child {
                border-bottom: 1px solid #353592; }
            footer .footer__content .footer-left .menu-footer .menu-list {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              justify-content: space-between;
              width: 100%;
              margin-bottom: 20px; }
              footer .footer__content .footer-left .menu-footer .menu-list a {
                width: 40%;
                font-weight: 500;
                font-size: 14px;
                line-height: 21px;
                color: #8B8B8B;
                margin-top: 16px;
                transition: all 0.2s; }
                footer .footer__content .footer-left .menu-footer .menu-list a svg {
                  opacity: 0;
                  visibility: hidden;
                  width: 0; }
                footer .footer__content .footer-left .menu-footer .menu-list a:hover {
                  color: #FFFFFF; }
                  footer .footer__content .footer-left .menu-footer .menu-list a:hover svg {
                    margin-right: 10px;
                    opacity: 1;
                    width: auto;
                    visibility: visible; }
          footer .footer__content .footer-left .social {
            justify-content: center; }
        footer .footer__content .footer-right {
          display: none; }
  main {
    padding-top: 50px;
    padding-bottom: 75px;
    overflow: hidden; }
    main h1 {
      line-height: 1.2;
      font-size: 40px;
      width: calc(100% - 20px);
      position: relative;
      z-index: 2; }
      main h1 p {
        font-size: 33px;
        line-height: 1.2; }
      main h1 .color1 {
        font-size: 40px;
        line-height: 1.2; }
      main h1 .color2 {
        font-size: 40px;
        line-height: 1.2; }
    main .title-home {
      width: 302px;
      margin-top: 70px;
      font-size: 38px;
      line-height: 113.5%; }
    main .simple {
      font-size: 18px;
      line-height: 113.5%; }
    main .advantage {
      width: calc(100% - 20px);
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 0; }
      main .advantage__item {
        width: 302px;
        margin: 30px; }
  .domains-container {
    width: calc(100% - 20px);
    margin-top: 130px; }
    .domains-container .cosmonaut {
      display: none; }
    .domains-container .top {
      height: 0; }
      .domains-container .top .create-alert {
        bottom: 100%;
        top: auto; }
        .domains-container .top .create-alert__text {
          font-size: 16px; }
        .domains-container .top .create-alert button {
          width: 108px; }
    .domains-container .box {
      margin-top: 0; }
      .domains-container .box__top {
        background: #193D98;
        padding: 0 18px;
        height: auto; }
        .domains-container .box__top .box-top {
          height: 100px; }
        .domains-container .box__top .box-top-left .search {
          width: 320px;
          margin-right: 10px; }
        .domains-container .box__top .box-top-left__select {
          display: none; }
        .domains-container .box__top .box-top-right__select {
          display: none; }
        .domains-container .box__top .box-top-right .button-open {
          display: flex;
          align-self: center;
          cursor: pointer;
          width: 166px; }
          .domains-container .box__top .box-top-right .button-open span {
            font-size: 14px;
            line-height: 21px;
            color: #FFFFFF;
            margin: 0 9px; }
          .domains-container .box__top .box-top-right .button-open .img-filter {
            display: flex;
            align-items: center; }
          .domains-container .box__top .box-top-right .button-open .arrow-box {
            display: flex;
            align-items: center; }
            .domains-container .box__top .box-top-right .button-open .arrow-box.active .arrow {
              transform: scaleY(-1); }
        .domains-container .box__top .box-top-right__filter {
          margin-right: 10px; }
        .domains-container .box__top .box-top-button-open {
          display: flex;
          align-items: center;
          height: 0;
          box-shadow: 0 -1px 0 0 #365FC9;
          transition: all 0.2s ease-out;
          opacity: 0;
          overflow: hidden; }
          .domains-container .box__top .box-top-button-open .box-top-left-select,
          .domains-container .box__top .box-top-button-open .box-top-right-select {
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: 21px;
            color: #FFFFFF; }
            .domains-container .box__top .box-top-button-open .box-top-left-select p,
            .domains-container .box__top .box-top-button-open .box-top-right-select p {
              margin-right: 10px; }
          .domains-container .box__top .box-top-button-open .box-top-right-select {
            margin-left: 30px; }
            .domains-container .box__top .box-top-button-open .box-top-right-select p img {
              margin-right: 9px; }
          .domains-container .box__top .box-top-button-open.active {
            height: 100px;
            opacity: 1;
            overflow: visible; }
      .domains-container .box__list {
        padding: 10px 20px 30px; }
  .item {
    width: calc(50% - 20px);
    padding: 20px;
    margin: 20px 10px 0; }
    .item .domain-registered {
      margin-top: 64px; }
    .item__top .info {
      opacity: 1;
      visibility: visible; }
    .item .name h2 {
      font-size: 34px;
      line-height: 54px; }
    .item .name button {
      width: 220px;
      height: 50px;
      visibility: visible;
      margin: auto;
      transform: scale(1); }
    .item:hover .name h2 {
      font-size: 34px;
      line-height: 54px; }
    .item:hover .name button {
      width: 220px;
      height: 50px;
      visibility: visible;
      margin: auto;
      transform: scale(1); }
    .item:hover .description .available {
      visibility: hidden; }
    .item:hover .description .namecheap {
      visibility: visible;
      transform: scale(1); }
    .item.registered .item__top .info {
      visibility: hidden; }
    .item.registered .name h2 {
      font-size: 34px;
      line-height: 54px; }
    .item.registered .name button {
      height: 0;
      opacity: 0;
      visibility: hidden; }
    .item.registered:hover .item__top .info {
      visibility: hidden; }
    .item.registered:hover .name h2 {
      font-size: 34px;
      line-height: 54px; }
  .item-list {
    width: 100%;
    margin: 20px 10px 0; }
  .top-profile {
    width: 100%;
    height: auto;
    flex-direction: column; }
    .top-profile .left {
      flex-direction: column; }
      .top-profile .left .avatar {
        width: 200px;
        height: 200px;
        background-size: 120px;
        margin-right: 0; }
      .top-profile .left .name-client {
        padding-right: 0;
        border-right: none; }
        .top-profile .left .name-client .name {
          padding-top: 12px; }
        .top-profile .left .name-client .login {
          font-size: 18px;
          line-height: 27px;
          text-align: center;
          margin-top: 10px; }
    .top-profile .line {
      width: calc(100% - 20px);
      display: flex;
      margin-top: 40px;
      align-items: center; }
      .top-profile .line .center {
        width: 50%;
        padding: 0;
        justify-content: center; }
        .top-profile .line .center .saved {
          font-size: 18px;
          line-height: 27px; }
        .top-profile .line .center .number {
          width: auto; }
      .top-profile .line .right {
        width: 50%;
        flex-direction: column;
        padding-left: 0;
        position: relative; }
        .top-profile .line .right__plane {
          margin-right: 0;
          align-items: center;
          justify-content: center; }
          .top-profile .line .right__plane .plane-name {
            font-size: 30px; }
            .top-profile .line .right__plane .plane-name img {
              width: 26px; }
        .top-profile .line .right .premium-button {
          width: 300px;
          position: absolute;
          left: -153px;
          bottom: -90px; }
  .profile-box {
    margin-top: 140px;
    width: calc(100% - 20px); }
    .profile-box__title {
      overflow-x: scroll;
      overflow-y: hidden;
      border-bottom: 0; }
      .profile-box__title .title-box {
        width: 1500px; }
        .profile-box__title .title-box a {
          width: 300px;
          margin-right: 0;
          font-size: 22px; }
          .profile-box__title .title-box a.active::before {
            bottom: 0; }
    .profile-box__content {
      padding: 10px 10px 30px; }
  .payment-selection .cards-scroll {
    padding-bottom: 20px; }
    .payment-selection .cards-scroll .cards .card-item .card-hover .more {
      opacity: 1;
      visibility: visible; }
  .payment-selection .card-info {
    padding: 60px 15px;
    flex-direction: column;
    justify-content: start; }
    .payment-selection .card-info .card {
      width: 275px;
      height: 191px;
      padding: 20px 50px 20px 20px;
      background-size: cover; }
      .payment-selection .card-info .card img {
        height: 22px; }
    .payment-selection .card-info form {
      width: 448px;
      margin-top: 30px;
      display: flex;
      flex-direction: column; }
  .payment-selection .credit-text {
    padding: 0 20px 30px; }
  .custumer-info {
    padding-top: 50px;
    padding-bottom: 70px;
    flex-direction: column; }
    .custumer-info__left {
      margin-right: 0; }
      .custumer-info__left .avatar {
        width: 180px;
        height: 180px;
        background-size: contain; }
    .custumer-info__right {
      margin-top: 30px; }
  .item-favorite {
    width: calc(50% - 12px);
    margin: 20px 6px 0;
    min-height: 308px;
    height: auto; }
    .item-favorite__visible {
      display: none; }
    .item-favorite__hover {
      opacity: 1;
      visibility: visible;
      border: 2px solid transparent;
      position: initial;
      transform: scale(1); }
    .item-favorite:hover .item-favorite__visible {
      opacity: 0;
      visibility: hidden; }
    .item-favorite:hover .item-favorite__hover {
      min-height: 308px;
      opacity: 1;
      visibility: visible;
      height: auto;
      transform: scale(1); }
    .item-favorite.registered .item-favorite__hover .info-cell .name h2 {
      color: #B1B1B1;
      font-size: 34px;
      line-height: 60px; }
      .item-favorite.registered .item-favorite__hover .info-cell .name h2 span {
        color: #B1B1B1 !important; }
    .item-favorite.registered .item-favorite__hover .info-cell .name button {
      display: none; }
  .login-bg .login {
    width: 500px;
    height: auto; }
    .login-bg .login__left {
      width: 100%;
      position: relative; }
      .login-bg .login__left .content {
        padding: 40px 0; }
        .login-bg .login__left .content .close-mobile {
          display: block;
          position: absolute;
          right: 20px;
          top: 24px; }
    .login-bg .login__right {
      display: none; }
  .sign-up-right {
    display: none; }
  .mobile-menu .registered .user .list-menu .top .premium-button {
    width: 50%; }
  .mobile-menu .registered .user .list-menu .info .menu.favorite-mobile {
    width: 50%; }
    .mobile-menu .registered .user .list-menu .info .menu.favorite-mobile svg {
      display: none; }
    .mobile-menu .registered .user .list-menu .info .menu.favorite-mobile img {
      display: flex;
      margin-right: 12px; }
  .mobile-menu .registered .image {
    right: -56px;
    bottom: -137px;
    width: 70%; }
  .chose-plan {
    overflow-y: auto;
    align-items: flex-start; }
    .chose-plan .window {
      width: calc(100% - 40px);
      height: auto;
      max-height: min-content;
      margin-top: 40px; }
      .chose-plan .window .astronaut {
        bottom: auto; }
      .chose-plan .window .title {
        margin-top: 40px;
        font-size: 40px; }
        .chose-plan .window .title span {
          color: #FF693E; }
      .chose-plan .window .items {
        margin-top: 40px;
        flex-direction: column; }
        .chose-plan .window .items__item {
          margin: 15px 0;
          height: 510px; }
          .chose-plan .window .items__item .list {
            width: 260px; }
  .item-domain-info .item-info {
    padding: 30px 50px 30px; }
    .item-domain-info .item-info .item-info-top {
      width: 100%;
      display: flex;
      align-items: center; }
      .item-domain-info .item-info .item-info-top .back {
        top: 28px; }
      .item-domain-info .item-info .item-info-top .name-domain {
        font-size: 40px; }
    .item-domain-info .item-info .box {
      margin-top: 30px; }
    .item-domain-info .item-info .buttons {
      margin-top: 30px; }
    .item-domain-info .item-info .warning {
      margin-top: 18px; }
  .info-page {
    width: calc(100% - 20px); }
    .info-page .title {
      font-size: 24px;
      line-height: 36px;
      width: 260px; }
    .info-page .content-info {
      margin-top: 43px;
      padding: 49px 40px; }
      .info-page .content-info__top .left {
        width: 100%; }
        .info-page .content-info__top .left .description {
          font-size: 24px;
          line-height: 36px; }
      .info-page .content-info__top .right {
        display: none; }
      .info-page .content-info .information {
        padding-top: 40px; }
        .info-page .content-info .information .img {
          display: flex;
          margin: 42px auto 0;
          width: 354px; }
          .info-page .content-info .information .img img {
            width: 100%; }
        .info-page .content-info .information h3 {
          margin-top: 39px; }
  .contact-page {
    width: calc(100% - 20px); }
    .contact-page .contact-content {
      padding: 50px 30px;
      flex-direction: column; }
      .contact-page .contact-content .left {
        width: 100%; }
        .contact-page .contact-content .left form {
          width: 100%; }
      .contact-page .contact-content .right {
        margin-top: 50px; }
  header {
    padding-top: 24px; }
    header .header {
      max-width: 90%;
      height: 40px; }
      header .header__left {
        width: 234px;
        height: 100%; }
        header .header__left img {
          width: 100%;
          height: auto; }
      header .header__right {
        height: 100%;
        display: flex;
        align-items: center; }
        header .header__right .login {
          display: none; }
        header .header__right .pricing,
        header .header__right .saved {
          display: none; }
        header .header__right .burger {
          display: flex;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          align-items: center;
          justify-content: center;
          background: #093482; }
        header .header__right .user {
          display: none; } }

@media screen and (min-width: 800px) and (max-width: 1179px) {
  .domains-container {
    width: 768px;
    margin-top: 130px; }
    .domains-container .cosmonaut {
      width: 300px;
      right: -95px;
      top: -207px; }
    .domains-container .top {
      height: 0; }
      .domains-container .top .create-alert {
        bottom: 100%;
        top: auto; }
    .domains-container .box {
      margin-top: 0; }
      .domains-container .box__top {
        background: #193D98;
        padding: 0 30px;
        height: auto; }
        .domains-container .box__top .box-top {
          height: 100px; }
        .domains-container .box__top .box-top-left .search {
          width: 460px; }
        .domains-container .box__top .box-top-left__select {
          display: none; }
        .domains-container .box__top .box-top-right__select {
          display: none; }
        .domains-container .box__top .box-top-right__filter {
          margin-right: 20px; }
        .domains-container .box__top .box-top-right .button-open {
          display: flex;
          align-self: center;
          cursor: pointer;
          width: 166px; }
          .domains-container .box__top .box-top-right .button-open span {
            font-size: 14px;
            line-height: 21px;
            color: #FFFFFF;
            margin: 0 9px; }
          .domains-container .box__top .box-top-right .button-open .img-filter {
            display: flex;
            align-items: center; }
          .domains-container .box__top .box-top-right .button-open .arrow-box {
            display: flex;
            align-items: center; }
            .domains-container .box__top .box-top-right .button-open .arrow-box.active .arrow {
              transform: scaleY(-1); }
        .domains-container .box__top .box-top-button-open {
          display: flex;
          align-items: center;
          height: 0;
          box-shadow: 0 -1px 0 0 #365FC9;
          transition: all 0.2s ease-out;
          opacity: 0;
          overflow: hidden; }
          .domains-container .box__top .box-top-button-open .box-top-left-select,
          .domains-container .box__top .box-top-button-open .box-top-right-select {
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: 21px;
            color: #FFFFFF; }
            .domains-container .box__top .box-top-button-open .box-top-left-select p,
            .domains-container .box__top .box-top-button-open .box-top-right-select p {
              margin-right: 10px; }
          .domains-container .box__top .box-top-button-open .box-top-right-select {
            margin-left: 30px; }
            .domains-container .box__top .box-top-button-open .box-top-right-select p img {
              margin-right: 9px; }
          .domains-container .box__top .box-top-button-open.active {
            height: 100px;
            opacity: 1;
            overflow: visible; }
      .domains-container .box__list {
        padding: 18px 18px 30px; }
  main {
    overflow: hidden; }
    main h1 {
      line-height: 1.6;
      font-size: 48px;
      width: 768px; }
      main h1 p {
        font-size: 44px;
        line-height: 1.2; }
      main h1 .color1 {
        font-size: 48px; }
      main h1 .color2 {
        font-size: 48px; }
    main .title-home {
      margin-top: 70px; }
    main .advantage {
      width: 768px; }
      main .advantage__item {
        width: 200px; }
  .item {
    width: 232px;
    padding: 20px;
    margin: 12px 6px 0; }
    .item .domain-registered {
      margin-top: 64px; }
    .item__top .info {
      opacity: 1;
      visibility: visible; }
    .item .name h2 {
      font-size: 30px;
      line-height: 54px; }
    .item .name button {
      height: 50px;
      opacity: 1;
      visibility: visible;
      margin: auto;
      transform: scale(1); }
    .item .description .namecheap {
      visibility: hidden; }
    .item:hover .name h2 {
      font-size: 30px;
      line-height: 54px; }
    .item:hover .description .namecheap {
      visibility: hidden; }
    .item:hover .description .available {
      visibility: visible;
      display: flex; }
    .item.registered .item__top .info {
      visibility: hidden; }
    .item.registered .name h2 {
      font-size: 34px;
      line-height: 54px; }
    .item.registered .name button {
      height: 0;
      visibility: hidden; }
    .item.registered:hover .name h2 {
      font-size: 34px;
      line-height: 54px; }
  .item-list {
    width: 100%;
    margin: 12px 12px 0; }
  .top-profile {
    width: 768px; }
    .top-profile .left .avatar {
      width: 80px;
      height: 80px;
      background-size: contain;
      margin-right: 24px; }
    .top-profile .left .name-client {
      padding-right: 24px; }
      .top-profile .left .name-client .name {
        font-size: 26px; }
      .top-profile .left .name-client .login {
        font-size: 16px;
        line-height: 20px; }
    .top-profile .center {
      width: auto;
      padding: 0 40px; }
      .top-profile .center .number {
        font-size: 26px; }
    .top-profile .right {
      padding-left: 40px;
      position: relative; }
      .top-profile .right__plane {
        margin-right: 0; }
        .top-profile .right__plane .plane-name {
          font-size: 26px; }
      .top-profile .right .premium-button {
        position: absolute;
        left: -525px;
        bottom: -80px; }
  .profile-box {
    width: 768px; }
    .profile-box__title {
      overflow-x: scroll;
      overflow-y: hidden;
      border-bottom: 0; }
      .profile-box__title .title-box {
        width: 1500px; }
        .profile-box__title .title-box a {
          width: 300px;
          margin-right: 0;
          font-size: 22px; }
          .profile-box__title .title-box a.active::before {
            bottom: 0; }
    .profile-box__content {
      padding: 18px 18px 30px; }
  .item-favorite {
    width: 232px;
    margin: 12px 6px 0;
    min-height: 308px;
    height: auto; }
    .item-favorite__visible {
      display: none; }
    .item-favorite__hover {
      opacity: 1;
      visibility: visible;
      border: 2px solid transparent;
      position: initial;
      transform: scale(1); }
      .item-favorite__hover .more-cell .remove {
        font-size: 14px; }
    .item-favorite:hover .item-favorite__visible {
      opacity: 0;
      visibility: hidden; }
    .item-favorite:hover .item-favorite__hover {
      min-height: 308px;
      opacity: 1;
      visibility: visible;
      height: auto;
      transform: scale(1); }
    .item-favorite.registered .item-favorite__hover .info-cell .name h2 {
      color: #B1B1B1;
      font-size: 34px;
      line-height: 60px; }
      .item-favorite.registered .item-favorite__hover .info-cell .name h2 span {
        color: #B1B1B1 !important; }
    .item-favorite.registered .item-favorite__hover .info-cell .name button {
      display: none; }
  .custumer-info {
    padding-top: 50px;
    padding-bottom: 70px;
    flex-direction: column; }
    .custumer-info__left {
      margin-right: 0; }
      .custumer-info__left .avatar {
        width: 180px;
        height: 180px;
        background-size: contain; }
    .custumer-info__right {
      margin-top: 30px; }
  footer {
    width: 100%; }
    footer .footer {
      padding: 50px 0 36px; }
      footer .footer__content {
        justify-content: center;
        width: 768px; }
        footer .footer__content .footer-left {
          width: 100%; }
          footer .footer__content .footer-left .logo {
            width: 100%; }
            footer .footer__content .footer-left .logo img {
              width: 320px;
              max-width: 100%; }
          footer .footer__content .footer-left .menu-footer {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin-top: 30px; }
            footer .footer__content .footer-left .menu-footer .head-menu {
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: space-between;
              cursor: pointer;
              box-shadow: 0 -1px 0 0 #353592;
              font-weight: 500;
              font-size: 18px;
              line-height: 27px;
              color: #FFFFFF;
              padding: 12px 0; }
              footer .footer__content .footer-left .menu-footer .head-menu svg {
                color: #FFFFFF; }
              footer .footer__content .footer-left .menu-footer .head-menu.active svg {
                color: #46B7E5;
                transform: scaleY(-1); }
              footer .footer__content .footer-left .menu-footer .head-menu:first-child {
                box-shadow: none; }
              footer .footer__content .footer-left .menu-footer .head-menu:last-child {
                border-bottom: 1px solid #353592; }
            footer .footer__content .footer-left .menu-footer .menu-list {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              justify-content: space-between;
              width: 100%;
              margin-bottom: 20px; }
              footer .footer__content .footer-left .menu-footer .menu-list a {
                width: 40%;
                font-weight: 500;
                font-size: 14px;
                line-height: 21px;
                color: #8B8B8B;
                margin-top: 16px;
                transition: all 0.2s; }
                footer .footer__content .footer-left .menu-footer .menu-list a svg {
                  opacity: 0;
                  visibility: hidden;
                  width: 0; }
                footer .footer__content .footer-left .menu-footer .menu-list a:hover {
                  color: #FFFFFF; }
                  footer .footer__content .footer-left .menu-footer .menu-list a:hover svg {
                    margin-right: 10px;
                    opacity: 1;
                    width: auto;
                    visibility: visible; }
          footer .footer__content .footer-left .social {
            justify-content: center; }
        footer .footer__content .footer-right {
          display: none; }
  .payment-selection .cards-scroll {
    padding-bottom: 20px; }
    .payment-selection .cards-scroll .cards .card-item .card-hover .more {
      opacity: 1;
      visibility: visible; }
  .payment-selection .card-info {
    padding: 60px 15px; }
    .payment-selection .card-info .card {
      width: 275px;
      height: 191px;
      padding: 20px 50px 20px 20px;
      background-size: cover; }
      .payment-selection .card-info .card img {
        height: 22px; }
    .payment-selection .card-info form {
      width: 400px; }
      .payment-selection .card-info form .input-custom {
        width: 380px; }
      .payment-selection .card-info form .input-line {
        width: 380px; }
  .payment-selection .credit-text {
    padding: 0 20px 30px; }
  .login-bg .login {
    width: 500px;
    height: auto; }
    .login-bg .login__left {
      width: 100%;
      position: relative; }
      .login-bg .login__left .content {
        padding: 40px 0; }
        .login-bg .login__left .content .close-mobile {
          display: block;
          position: absolute;
          right: 20px;
          top: 24px; }
    .login-bg .login__right {
      display: none; }
  .chose-plan .window {
    width: 768px;
    height: 660px; }
    .chose-plan .window .astronaut {
      bottom: 75px;
      width: 400px; }
    .chose-plan .window .rocket {
      width: 400px; }
    .chose-plan .window .title {
      margin-top: 40px;
      font-size: 40px; }
      .chose-plan .window .title span {
        color: #FF693E; }
    .chose-plan .window .items {
      margin-top: 40px; }
      .chose-plan .window .items__item {
        margin: 0 16px;
        height: 500px;
        width: 320px; }
        .chose-plan .window .items__item .price-plane {
          font-size: 30px; }
        .chose-plan .window .items__item .list {
          width: 246px;
          height: max-content; }
        .chose-plan .window .items__item button, .chose-plan .window .items__item .rocket-button {
          transform: translateX(35%); }
  .info-page {
    width: 768px; }
    .info-page .content-info__top .left {
      width: 100%; }
    .info-page .content-info__top .right {
      display: none; }
    .info-page .content-info .information {
      padding-top: 40px; }
      .info-page .content-info .information .img {
        display: flex;
        margin: 42px auto 0;
        width: 354px; }
        .info-page .content-info .information .img img {
          width: 100%; }
  .contact-page {
    width: 768px; }
    .contact-page .contact-content {
      padding: 100px 50px;
      flex-direction: column; }
      .contact-page .contact-content .left {
        width: 100%; }
        .contact-page .contact-content .left form {
          width: 100%; }
      .contact-page .contact-content .right {
        margin-top: 50px; }
  .sign-up-right {
    display: none; }
  header {
    padding-top: 24px; }
    header .header {
      max-width: 90%;
      height: 40px; }
      header .header__left {
        width: 234px;
        height: 100%; }
        header .header__left img {
          width: 100%;
          height: auto; }
      header .header__right {
        height: 100%;
        display: flex;
        align-items: center; }
        header .header__right .login {
          display: none; }
        header .header__right .pricing,
        header .header__right .saved {
          display: none; }
        header .header__right .burger {
          display: flex;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          align-items: center;
          justify-content: center;
          background: #093482; }
        header .header__right .user {
          display: none; }
  .mobile-menu .registered .user .list-menu .top .premium-button {
    width: 50%; }
  .mobile-menu .registered .user .list-menu .info .menu.favorite-mobile {
    width: 50%; }
    .mobile-menu .registered .user .list-menu .info .menu.favorite-mobile svg {
      display: none; }
    .mobile-menu .registered .user .list-menu .info .menu.favorite-mobile img {
      display: flex;
      margin-right: 12px; }
  .mobile-menu .registered .image {
    right: -56px;
    bottom: -137px;
    width: 70%; } }

@media screen and (min-width: 1180px) and (max-width: 1440px) {
  main h1 {
    line-height: 1.6;
    font-size: 48px; }
    main h1 p {
      font-size: 44px;
      line-height: 1.2; }
    main h1 .color1 {
      font-size: 48px; }
    main h1 .color2 {
      font-size: 48px; }
  main .title-home {
    margin-top: 100px; }
  main .advantage {
    width: 1024px; }
  .domains-container {
    width: 1024px; }
    .domains-container .cosmonaut {
      right: -56px;
      top: -162px;
      width: 320px; }
    .domains-container .top__left button:hover {
      box-shadow: 0 0 0 8px #2A1A7E, 0 0 0 8px #353790; }
    .domains-container .box__top .box-top-left .search {
      width: 337px; }
    .domains-container .box__list {
      padding: 18px 18px 30px; }
  .item {
    width: 232px;
    padding: 20px;
    margin: 12px 7.5px 0; }
    .item .name h2 {
      font-size: 34px;
      line-height: 60px; }
    .item.registered:hover .name h2 {
      font-size: 34px;
      line-height: 60px; }
    .item:hover .item__top .like .count {
      width: 0; }
    .item:hover .item__top .like .save {
      width: auto; }
    .item:hover .name h2 {
      font-size: 30px; }
  .item-list {
    width: calc(50% - 12px);
    margin: 12px 6px 0; }
    .item-list h2 {
      margin-left: 12px;
      font-size: 26px; }
    .item-list .namecheap {
      display: none; }
    .item-list button {
      width: 190px; }
  header .header {
    width: 1024px; }
    header .header__right .login:hover {
      box-shadow: 0 0 0 8px #2A1A7E, 0 0 0 8px #353790; }
    header .header__right .pricing,
    header .header__right .saved {
      margin-right: 30px; }
      header .header__right .pricing img,
      header .header__right .saved img {
        margin-right: 8px; }
    header .header__right .pricing {
      margin-right: 30px; }
  footer .footer__content {
    width: 1024px; }
    footer .footer__content .footer-left .description {
      max-width: 337px; }
    footer .footer__content .footer-left .search {
      width: 337px; }
      footer .footer__content .footer-left .search input {
        width: calc(100% - 88px);
        padding: 12px 18px; }
      footer .footer__content .footer-left .search button {
        width: 100px; }
    footer .footer__content .footer-left .social a {
      width: 46px;
      height: 46px; }
      footer .footer__content .footer-left .social a:hover {
        box-shadow: 0 0 0 8px #2A1A7E, 0 0 0 8px #353790; }
    footer .footer__content .footer-right {
      width: calc(100% - 460px); }
      footer .footer__content .footer-right .column {
        min-width: 150px; }
        footer .footer__content .footer-right .column:nth-child(1) {
          min-width: 190px; }
        footer .footer__content .footer-right .column:nth-child(2) {
          min-width: 170px; }
  .login-bg .login {
    width: 1024px;
    height: 700px; }
    .login-bg .login__left {
      width: 500px; }
    .login-bg .login__right {
      width: calc(100% - 500px);
      padding: 50px 65px 70px 50px; }
      .login-bg .login__right .cosmo {
        width: 310px;
        height: auto; }
      .login-bg .login__right .name {
        font-size: 48px;
        line-height: 60px; }
        .login-bg .login__right .name .color {
          font-size: 48px;
          line-height: 60px; }
      .login-bg .login__right p {
        font-size: 38px; }
  .input-line .input-custom {
    width: 180px !important; }
  .sign-up-right {
    width: calc(100% - 500px);
    padding: 56px; }
    .sign-up-right__top .name {
      font-size: 48px;
      line-height: 60px; }
      .sign-up-right__top .name .color {
        font-size: 48px;
        line-height: 60px; }
    .sign-up-right__top .your {
      font-size: 44px; }
  .top-profile {
    width: 1024px; }
    .top-profile .left .avatar {
      width: 80px;
      height: 80px;
      background-size: contain;
      margin-right: 24px; }
    .top-profile .left .name-client {
      padding-right: 24px; }
      .top-profile .left .name-client .name {
        font-size: 26px; }
      .top-profile .left .name-client .login {
        font-size: 16px;
        line-height: 20px; }
    .top-profile .center {
      width: auto;
      padding: 0 24px; }
      .top-profile .center .number {
        font-size: 26px; }
    .top-profile .right {
      padding-left: 24px; }
      .top-profile .right__plane .plane-name {
        font-size: 26px; }
  .profile-box {
    width: 1024px; }
    .profile-box__title .title-box a {
      margin-right: 0;
      font-size: 22px; }
    .profile-box__content {
      padding: 18px 18px 30px; }
  .custumer-info__left {
    margin-right: 60px; }
    .custumer-info__left .avatar {
      width: 200px;
      height: 200px;
      background-size: contain; }
    .custumer-info__left .name-user {
      font-size: 26px; }
  .item-favorite {
    width: 232px;
    padding: 20px;
    margin: 12px 7.5px 0; }
    .item-favorite__visible .visible-top .like .save {
      display: none; }
    .item-favorite__visible .visible-top .like:hover svg {
      margin-left: 0; }
    .item-favorite__visible .visible-top .like:hover .save {
      display: none; }
    .item-favorite__visible .visible-top .price {
      font-size: 12px;
      line-height: 18px;
      padding: 2px 7px 5px; }
    .item-favorite__visible .name h2 {
      font-size: 34px;
      line-height: 60px; }
    .item-favorite__hover .info-cell .name h2 {
      font-size: 30px; }
    .item-favorite__hover .info-cell .name button {
      height: 40px; }
    .item-favorite__hover .more-cell .remove {
      font-size: 14px; }
    .item-favorite.registered .name h2 {
      margin-top: 10px;
      font-size: 34px;
      line-height: 60px; }
    .item-favorite.registered:hover .item-favorite__hover .info-cell .name h2 {
      margin-top: 0;
      font-size: 34px;
      line-height: 60px; }
  .payment-selection .card-info {
    padding: 60px 15px; }
    .payment-selection .card-info .card {
      width: 380px;
      height: 262px;
      padding: 20px 70px 20px 20px;
      background-size: cover; }
      .payment-selection .card-info .card img {
        height: 22px; }
  .chose-plan .window {
    width: 1024px;
    height: 700px; }
    .chose-plan .window .astronaut {
      bottom: 75px;
      width: 400px; }
    .chose-plan .window .rocket {
      width: 400px; }
    .chose-plan .window .title {
      margin-top: 50px; }
      .chose-plan .window .title span {
        color: #FF693E; }
    .chose-plan .window .items {
      margin-top: 42px; }
      .chose-plan .window .items__item {
        height: 536px; }
  .info-page {
    width: 1024px; }
    .info-page .content-info {
      padding: 85px; }
      .info-page .content-info__top .left {
        width: calc(100% - 300px - 40px); }
        .info-page .content-info__top .left .description {
          font-size: 32px; }
      .info-page .content-info__top .right {
        width: 300px; }
      .info-page .content-info h3 {
        font-size: 32px; }
  .contact-page {
    width: 1024px; }
    .contact-page .contact-content {
      padding: 100px 50px; }
      .contact-page .contact-content .left form {
        width: 100%; }
      .contact-page .contact-content .right {
        width: 400px; }
        .contact-page .contact-content .right img {
          width: 100%; } }

@media screen and (min-width: 1441px) and (max-width: 1600px) {
  header .header {
    width: 1280px; }
    header .header__right .login:hover {
      box-shadow: 0 0 0 8px #2A1A7E, 0 0 0 8px #353790; }
  .domains-container {
    width: 1280px; }
    .domains-container .cosmonaut {
      right: -56px;
      top: -162px;
      width: 320px; }
    .domains-container .top__left button:hover {
      box-shadow: 0 0 0 8px #2A1A7E, 0 0 0 8px #353790; }
    .domains-container .box__list {
      padding: 20px 25px 30px; }
  .item {
    width: 236px;
    padding: 20px;
    margin: 10px 5px 0; }
    .item .name h2 {
      font-size: 34px;
      line-height: 60px; }
    .item.registered:hover .name h2 {
      font-size: 34px;
      line-height: 60px; }
    .item:hover .item__top .like .count {
      width: 0; }
    .item:hover .item__top .like .save {
      width: auto; }
    .item:hover .name h2 {
      font-size: 30px; }
  main h1 {
    line-height: 1.6;
    font-size: 48px; }
    main h1 p {
      font-size: 44px;
      line-height: 1.2; }
    main h1 .color1 {
      font-size: 48px; }
    main h1 .color2 {
      font-size: 48px; }
  main .title-home {
    margin-top: 100px; }
  main .advantage {
    width: 1280px; }
  .item-list {
    width: calc(50% - 12px);
    margin: 10px 5px 0; }
    .item-list__top .like .save {
      display: none; }
    .item-list__top .like:hover svg {
      margin-right: 0; }
    .item-list__top .like:hover .save {
      display: none; }
    .item-list__top .price {
      font-size: 15px; }
    .item-list h2 {
      margin-left: 12px;
      font-size: 26px; }
    .item-list button {
      width: 190px; }
  footer .footer__content {
    width: 1280px; }
    footer .footer__content .footer-left .description {
      max-width: 487px; }
    footer .footer__content .footer-left .search {
      width: 487px; }
    footer .footer__content .footer-left .social a {
      width: 46px;
      height: 46px; }
      footer .footer__content .footer-left .social a:hover {
        box-shadow: 0 0 0 8px #2A1A7E, 0 0 0 8px #353790; }
    footer .footer__content .footer-right {
      width: calc(100% - 600px); }
      footer .footer__content .footer-right .column {
        min-width: 150px; }
        footer .footer__content .footer-right .column:nth-child(1) {
          min-width: 190px; }
        footer .footer__content .footer-right .column:nth-child(2) {
          min-width: 170px; }
  .top-profile {
    width: 1280px; }
    .top-profile .line .right {
      padding-left: 60px; }
      .top-profile .line .right__plane {
        margin-right: 48px; }
  .profile-box {
    width: 1280px; }
    .profile-box__content {
      padding: 20px 25px 30px; }
  .item-favorite {
    width: 236px;
    padding: 20px;
    margin: 10px 5px 0; }
    .item-favorite__visible .visible-top .price {
      font-size: 12px;
      line-height: 18px;
      padding: 2px 7px 5px; }
    .item-favorite__visible .name h2 {
      font-size: 34px;
      line-height: 60px; }
    .item-favorite__hover .info-cell .name h2 {
      font-size: 30px; }
    .item-favorite__hover .info-cell .name button {
      height: 40px; }
    .item-favorite__hover .more-cell.active .remove {
      font-size: 14px; }
    .item-favorite.registered .name h2 {
      margin-top: 10px;
      font-size: 34px;
      line-height: 60px; }
    .item-favorite.registered:hover .item-favorite__hover .info-cell .name h2 {
      margin-top: 0;
      font-size: 34px;
      line-height: 60px; }
  .info-page {
    width: 1280px; }
  .contact-page {
    width: 1280px; }
    .contact-page .contact-content {
      padding: 125px 70px 100px 70px; }
      .contact-page .contact-content .right {
        width: 480px; }
        .contact-page .contact-content .right img {
          width: 100%; } }

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  header .header {
    width: 1440px; }
  main h1 {
    line-height: 1.6;
    font-size: 50px; }
    main h1 p {
      font-size: 46px;
      line-height: 1.2; }
    main h1 .color1 {
      font-size: 50px; }
    main h1 .color2 {
      font-size: 50px; }
  main .title-home {
    margin-top: 120px; }
  main .advantage {
    width: 1440px; }
  footer .footer__content {
    width: 1440px; }
  .domains-container {
    width: 1440px; }
    .domains-container .cosmonaut {
      right: -84px;
      top: -196px;
      width: 390px; }
    .domains-container .box__list {
      padding: 10px 20px 30px; }
  .item {
    width: 260px;
    padding: 20px;
    margin: 20px 10px 0; }
    .item .name h2 {
      font-size: 34px;
      line-height: 60px; }
    .item.registered:hover .name h2 {
      font-size: 34px;
      line-height: 60px; }
    .item:hover .item__top .like .count {
      width: 0; }
    .item:hover .item__top .like .save {
      width: auto; }
    .item:hover .name h2 {
      font-size: 30px; }
  .item-list {
    margin: 20px 10px 0; }
    .item-list__top .price {
      font-size: 15px; }
    .item-list h2 {
      margin-left: 12px;
      font-size: 26px; }
    .item-list button {
      width: 190px; }
  .top-profile {
    width: 1440px; }
  .profile-box {
    width: 1440px; }
  .item-favorite {
    width: 260px;
    margin: 20px 10px 0; }
    .item-favorite__visible .visible-top .price {
      font-size: 12px;
      line-height: 18px;
      padding: 2px 7px 5px; }
    .item-favorite__hover .info-cell .hover-top .price {
      font-size: 12px;
      line-height: 18px;
      padding: 2px 7px 5px; }
    .item-favorite.registered .name h2 {
      margin-top: 10px; }
    .item-favorite.registered:hover .item-favorite__hover .info-cell .name h2 {
      margin-top: 0; }
  .contact-page {
    width: 1440px; }
  .info-page {
    width: 1440px; } }
