@media screen and (min-width: 1750px) {
  header { padding-right: 92px; }
  .card-grid1 { grid-template-columns: repeat(4, 275px); }
  .card-grid2, .card-grid3 { grid-template-columns: repeat(3, 433px); }
} 

@media screen and (max-width: 1370px) {
  header { padding: 0 20px; }
  .prodMenu { left: -280px; }
  
  .user-left {
    gap: 40px;
    padding: 0 10px;
    &::after { content: none; }
  }

  .management-head p:last-child { margin: 0 20px 0 auto; }
}

@media screen and (max-width: 1300px) {
  .search-invoice { left: 10px; }
  .invoice-table th:first-child, .service-table th:first-child,
  .email-table th:first-child, .question-table th:first-child { 
    padding: 25px 17px 25px 53px; 
    &::before { right: 10px; }
    &::after { right: 20px; }
  }

  .cart-item > div:first-of-type, .cart-head span:first-child { max-width: 180px; }
  .edit-cart { margin-right: 10px; }
  .cart { padding: 30px 20px; }
}

@media screen and (max-width: 1260px) {
  .card-grid1 { grid-template-columns: repeat(2, 275px); }
  .card-grid2, .card-grid3 { grid-template-columns: repeat(1, 433px); }
  .header-content { gap: 20px; }
  .servicegrid { 
    grid-template-columns: repeat(2, 270px); 
    max-width: 615px;
    > div { height: 185px; }
  }
}

@media screen and (max-width: 1230px) {
  .rightSide { max-width: 700px; }
  .prodMenu { left: -180px; }
  .headerActions { 
    gap: 30px; 
    &::before { right: 120px; }
    &::after { left: 160px; }
  }

  .tiles { grid-template-columns: repeat(3, 1fr); }
  .user-left { gap: 10px; }

  .invoice-info, .service-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    .user-balance { width: 100%; }
  }
  .invoice-msg, .filter-invoice { width: 100%; }
  .service-info .user-name, .service-info .filter-service { 
    justify-content: unset;
    width: 100%; 
    height: unset; 
    padding: 15px 20px 20px;
    min-height: 160px;
  }

  .addon-grid { grid-template-columns: repeat(1, 1fr); }
  .step3-summery { gap: 30px; &::after { right: 250px; } }
  .domain-config-msg, .step3-summery { padding: 30px 20px; }

  .item-price1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .user-details1 .user-name { display: none; }
}

@media screen and (max-width: 1160px) {
  .cart-head { display: none; }
  .cart-item {
    flex-direction: column;
    align-items: unset;
    padding: 0;
    margin-bottom: 20px;
    button { margin: -16px 0 0 auto; }
  }

  .mob-cart-head {
    border-bottom: 1px solid var(--border-color);
    color: var(--text-color);
    display: flex;
    font: 14px 'Campton Medium', 'Helvetica Medium';
    line-height: 17px;
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  
  .cart-item > div:first-of-type { margin-bottom: 23px; }
  .item-price {
    border-bottom: 1px solid var(--border-color);
    width: 100%;
    margin-left: 0;
    padding-bottom: 25px;
    margin-bottom: 16px;
  }

  .edit-cart {
    width: 40px;
    margin-left: auto;
    margin-right: 30px;
  }
  
  .additional-item {
    border: none;
    padding: 20px 20px 30px;
    gap: 20px;
    > div:first-of-type { margin: 0; }
    .item-price {
      border: none;
      padding: 0;
      margin: 0;
    }
  }

  .item-price1 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .management-cont {
    padding: 20px 20px 30px;
    > p:first-child {
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 10px;
    }
  }

  .service-details1 {
    flex-direction: column;
    .details1 { width: 100%; }
  }

  .hosting-info-links1 {
    flex-direction: column;
    align-items: center;
  }

  .shortcut-grid { grid-template-columns: repeat(4, 1fr); }
  .service-summery { grid-template-columns: repeat(1, 1fr); }
}

@media screen and (max-width: 1023px) {
  #menu-toggle-button { display: block; }
  .header-content { justify-content: space-between; }
  .menu { display: none; }
  .headerActions {
    margin-left: 0;
    > a { display: none; }
    &::before, &::after { content: none; }
  }
  
  .login-prompt-cont { display: none; }
  .register-form {
    background: transparent;
    border-radius: 0;
    padding: 0;
    width: 100%;
  }

  .cloudMenu > p {
    color: black;
    font: 20px 'Campton Medium', 'Helvetica Medium';
    line-height: 24px;
    margin-bottom: 20px;
  }

  .main-content { padding: 30px 20px 0 20px; }
  .cabinet-container { padding-left: 330px; }

  .tiles { grid-template-columns: repeat(2, 1fr); order: 2; }
  .user-details {
    order: 1;
    flex-direction: column;
    align-items: unset;
  }
  .client-home-cards { order: 3; }

  .user-left {
    width: 100%;
    gap: 40px;
    .name { gap: 10px; }
  }

  .user-balance { width: 100%; }
  .client-home-cards { grid-template-columns: repeat(1, 1fr); }
  .client-card:last-child { grid-column: unset; }

  .edit-form-card, .email-params { padding: 20px; }

  .filter-invoice select { 
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 18px;
    color: white;
    display: flex;
    font: 12px 'Campton Medium', 'Helvetica Roman';
    line-height: 15px;
    padding-left: 21px;
    width: 100%; height: 40px;
  }
  .invoice-status { display: none; }

  .search-invoice, .table-cont1 { display: none; }
  .mob-invoices {
    display: grid;
    grid-template-columns: repeat(2, 275px);
    gap: 10px;
    margin-bottom: 20px;
  }

  .mob-questions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }

  .mobile-filter-tgl {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font: 16px 'Campton Medium', 'Helvetica Roman';
    line-height: 20px;
    padding: 17px 21px;
    margin-bottom: 13px;
  }

  .order-steps { padding-left: 0; }
  .domain-selection-options {
    padding: 20px 20px 30px;
    > p:first-child {
      background: white;
      border-radius: 20px 20px 0 0;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 15px;
    }
  }
  .option-data { margin-left: 0; }

  .order-config-left > div { padding: 30px 20px; }
  .assistance-msg { align-items: flex-start; padding: 30px !important; }
  .config-msg p:first-child, .domain-config-msg p:first-child { font-size: 18px; line-height: 22px; }
  .product-info ul { height: unset; }
  .product-info hr:nth-of-type(2) { margin: 20px 0; }

  .final-step > div { padding: 30px 20px; }
  .additional-account { padding: 20px !important; }
  .warning-msg > p:first-child { font-size: 18px; line-height: 22px; }

  .existing-account {
    > div { gap: 20px; }
    label { gap: 40px; }
  }

  .additionalAcc-form {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0;
  }

  .success-msg, .fund-form { padding: 30px 20px; }

  .add-funds {
    flex-direction: column;
    gap: 15px;
    > div { width: 100%; }
  }

  .fund-deposit { padding: 30px 20px 25px; }
  .add-fund-form > .assistance-msg { 
    padding: 30px !important; 
    margin-bottom: 0 !important;
  }

  .manage-user { align-items: flex-start; }
  .user-actions { flex-direction: column; }
  .manage-perm-btn, .user-actions > button:first-child, .keep-user { width: 167px; } 

  .invite-user { padding: 20px; }

  .edit-form1 .edit-form-card, .add-contact-form .edit-form-card,
  .edit-form-card {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }

  .existing-account1 {
    padding: 20px 20px 30px;
    .user-note { right: 20px; bottom: 30px; }
  }

  .security { 
    padding: 25px 20px; 
    .msg1 { padding-left: 0; }
  }
  .sign-change { padding-left: 0; }

  .mob-emails {
    background: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    margin: 0 -20px 20px -20px;
    padding: 20px 0 0;
  }

  .curr-email, .service-inner-card { padding: 30px 20px; }

  .profile-form, .security-settings {
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .security-settings1, .hosting-info { padding: 20px; }

  .service-details {
    flex-direction: column;
    padding: 20px;
    .details { width: 100%; }
  }

  .service-details1 { padding: 20px; }

  .shortcuts { padding: 20px; }
  .shortcut-grid { grid-template-columns: repeat(3, 1fr); }

  .quick-email-form {
    flex-direction: column;
    align-items: unset;
    > div, button { width: 100%; }
  }

  .service-summery > div { padding: 20px; }
  .transfer {
    flex-direction: column;
    gap: 20px;
    > * {
      width: 100%;
      padding: 20px;
      max-width: 100%;
    }
  }

  .knowledge-cat { grid-template-columns: repeat(1, 1fr); }
  .question-search { display: flex; }

  .ticket-reply, .ticket-created { padding: 30px; }
}

@media screen and (max-width: 950px) {
  .card-grid1 { grid-template-columns: repeat(1, 275px); }
  .service-info .user-name {
    > div { gap: 10px; }
    span:last-child { font-size: 15px; }
  }

  .order-config {
    flex-direction: column;
    align-items: unset;
    gap: 15px;
  }

  .order-config-left, .order-summery { width: 100%; }

  .addon-products {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-top: 25px;
  }

  .addon-card { background: white; }

  .step3-summery {
    flex-direction: column;
    align-items: unset;
    gap: 15px;
    &::after { content: none; }
  }

  .step3-summery-left { 
    width: 100%;
    max-width: 100%;
    > div:first-child {
      justify-content: unset;
      gap: 20px;
    }
  }

  .step3-summery-right, .cart-left { width: 100%; }

  .promo {
    padding: 30px 20px;
    > p { font-size: 16px; line-height: 20px; }
    input { font-size: 12px; line-height: 16px; margin-bottom: 10px; }
    button { max-width: 100%; }
  }

  .mob-questions { grid-template-columns: repeat(1, 1fr); }
  
  .ticket-reply .fullname {
    flex-direction: column;
    > * { width: 100%; }
  }
}

@media screen and (max-width: 900px) {
  .cloudMenu > div {
    flex-direction: column;
    gap: 30px;
  }

  .mobServices > div { grid-template-columns: repeat(2, 267px); }
  .card-grid2, .card-grid3 { grid-template-columns: repeat(1, 1fr); }
  
  .choose-domain { padding: 37px 18px 50px; }
  .domain-form { grid-template-columns: repeat(1, 1fr); }

  .domain-table tr th:nth-child(3), .domain-table tr td:nth-child(3),
  .domain-table tr th:last-child, .domain-table tr td:last-child {
    display: none;
  }

  .domain-table thead th:first-child, .domain-table thead th:nth-child(2) { width: 50%; }

  .edit-form .phone-mail-cont, 
  .additionalAcc-form .phone-mail-cont,
  .edit-form1 .phone-mail-cont {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    > div { width: 100%; }
  }

  .mob-invoices { grid-template-columns: repeat(1, 275px); }
  .invoice-quantity { flex-direction: column; }
  .invoice-quantity-select { order: 2; text-align: unset; padding-left: 25px; }
  .invoice-pagination { order: 1; }

  .user-details1 {
    flex-direction: column;
  }

  .service-upgrade { 
    background: transparent;
    border-radius: 0;
    padding: 0;
    width: 100%; 
    min-width: unset;
    button { background: white; }
  }

  .overdue-invoice {
    flex-direction: column;
    gap: 12px;
    padding: 25px 20px;
  }

  .hosting-info > p:first-child {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .hosting-info .info {
    grid-template-columns: repeat(1, 1fr);
    div div { font-size: 14px; line-height: 18px; padding-left: 20px; }
    div p { font-size: 12px; line-height: 15px; padding-left: 20px; }
  }
}

@media screen and (max-width: 850px) {
  .tiles { grid-template-columns: repeat(1, 1fr); }
  .user-left {
    flex-direction: column;
    align-items: unset;
    height: unset;
    gap: 30px;
    padding: 30px 20px;
  }
  
  .invoice-info, .service-info { grid-template-columns: repeat(1, 1fr); }
  .invoice-msg, .filter-invoice {
    padding: 16px 21px 30px 30px;
    height: unset;
    > p { max-width: unset; }
  }

  .option-form {
    grid-template-columns: 60fr 170fr;
    gap: 10px 5px;
    & .inputCont { grid-column: span 2; }
  }

  .domain-selection-option label {
    font-size: 12px;
    line-height: 15px;
  }

  .domain-search-result > div { padding: 23px 20px; }
  .domain-available, .domain-unavailable {
    > p:first-child { font-size: 16px; line-height: 20px; }
    > p:last-child { font-size: 14px; line-height: 17px; }
  }

  .management-head {
    padding-left: 20px;
    p:last-child { display: none; }
    p:first-child { width: unset; }
  }

  .manage-user {
    flex-direction: column;
    gap: 20px;
  }

  .manage-user-data { width: 100%;}

  .user-actions {
    width: 100%;
    > * { width: 100% !important; }
  }

  .remove-access-form { width: 400px !important; }

  .services1 {
    flex-wrap: unset;
    align-items: unset;
    column-gap: unset;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    transition: max-height 0.3s ease;
    &::after { content: none; }
  }

  .services1.collapsed { max-height: calc(6 * 2.2em); }
  .services1.expanded { max-height: 2000px; }

  .seeMore {
    background: none;
    border: none;
    color: #0F86FF;
    display: flex;
    font: 10px 'Campton Light', 'Helvetica Light';
    line-height: 13px;
    margin-bottom: 20px;
  }

  .service-status-cont1 {
    width: 275px;
    .card ul { height: unset; margin-bottom: 10px !important; gap: 14px; }
    .seeMore { margin-bottom: 0; }
    .services1.collapsed { max-height: calc(6 * 2.8em); }
  }

  .shortcut-grid { grid-template-columns: repeat(2, 1fr); }
  .billing-overview { grid-template-columns: repeat(1, 1fr); }

  .info-toggle {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    flex-direction: column;
    gap: 10px;
    height: unset;
    margin-bottom: 15px;
  }

  .info-toggle button {
    border: 1px solid #707070;
    border-radius: 20px !important;
    min-height: unset;
    &::after { content: none; }
    &.active, &:hover { border: 1px solid #158EFF; }
  }

  .namesaver-block {
    flex-direction: column;
    gap: 35px;
    padding: 30px;
  }

  .service-info-cont1, .add-info-cont, .service-info-cont2 {
    border-radius: 20px;
    padding: 20px;
  }

  .support-cont { 
    padding: 30px 20px 90px; 
    .content1 > p:nth-child(2) {
      font-size: 14px;
      line-height: 17px;
    }
  }

  .page-title { 
    font-size: 20px; 
    line-height: 26px; 
    margin-bottom: 10px;
  }

  .request-list {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    a { padding-right: 10px; }
  }

  .knowledge-cont { padding: 30px 20px 90px; }
}

@media screen and (max-width: 767px) {
  .hide-for-mob { display: none !important; }
  .middlemenu, .footertop { justify-content: unset; gap: 30px; }

  .footermiddle {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }

  .footerbottom {
    flex-wrap: wrap;
    gap: 20px 60px;
  }

  .owner { 
    border-top: 1px solid #6A6E71;
    order: 3; gap: 40px;
    padding-top: 40px;
    width: 100%;
    span { text-align: center; }
  }

  .iso { 
    justify-content: flex-end;
    order: 2; 
  }

  .main-content { min-height: 1300px; }

  .offer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 30px 20px;
    > span { color: black; }
    a { 
      justify-content: flex-start;
      padding: 0 20px;
      width: 100%; 
    }
  }

  .register-cont { padding: 50px 20px; }
  .register-form {
    > p:first-of-type { font-size: 22px; line-height: 26px; }
    hr { margin: 20px 0 15px; }
  }

  .description > div {
    display: flex;
    position: unset;
  }

  .description .num {
    height: unset;
    min-height: 55px;
  }

  .description .desc {
    position: unset;
    height: unset;
    margin-left: -10px;
    min-height: 55px;
    padding: 12px 15px 12px 18px;
  }

  .services2 { 
    flex-wrap: unset;
    align-items: unset;
    column-gap: unset;
    height: auto;
    margin-bottom: 20px;
    &::after { content: none; }
  }

  .card-grid3 .card:first-child .services2,
  .card-grid3 .card:nth-child(2) .services2,
  .card1 .services2 { height: auto; } 
  .card1 .services2  { margin-bottom: 55px; }

  .card-head:has(+ .services2) {
    .title { 
      font-size: 14px; 
      line-height: 17px; 
      max-width: 90px;
    }
  }

  .card-note { left: 30px; right: unset; bottom: 85px; }

  .plugin-filter {
    div { display: none; }
    select { 
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: white;
      background-image: url("../images/arrow-down.svg");
      background-repeat: no-repeat;
      background-position-x: 95%;
      background-position-y: 20px;
      border: 1px solid var(--border-color);
      border-radius: 10px;
      color: var(--text-color);
      display: flex;
      font: 14px 'Campton Medium', 'Helvetica Medium';
      line-height: 17px;
      padding-left: 21px;
      width: 100%; height: 45px;
    }
  }
  
  .card-head:has(.bank) { align-items: flex-end; }
  .bank {
    flex-direction: column;
    align-items: flex-start;
    max-width: 115px;
  }
  .bank-service { grid-template-columns: repeat(1, 1fr); }

  .headerActions:has(.user) .language-change { display: none; }

  .client-card { padding: 30px 20px 40px; }

  .fullname, .phone-mail-cont {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    > div { width: 100%; }
  }

  .additional-info { grid-template-columns: repeat(1, 1fr); }
  .edit-btns {
    flex-direction: column;
    button { width: 100% !important; }
  }

  .logo img { width: 127px; }
  .user { width: 95px; }

  .order-summery { padding: 23px 20px 27px; }

  .step3-summery-left > div:first-child {
    flex-direction: column;
    gap: 0;
    > div { width: 100%; }
    > div:first-child {
      border-bottom: 1px solid var(--border-color);
      padding-bottom: 20px;
    }
    > div:last-child { padding-top: 20px; }
  }

  .existing-account > div { align-items: flex-start; }
  .existing-account label {
    flex-direction: column;
    align-items: unset;
    gap: 20px;
    &::after { content: none; }
    div:last-child { margin-left: -40px; }
  }

  .inputDomainContact-form .select2-container { width: 100% !important; }

  .payment-details > p:first-child { margin-bottom: 10px; }
  #totalDueToday { 
    font-size: 14px; 
    line-height: 17px; 
    span { margin-left: 5px; }
  }
  .payment-details .form-check label { font-size: 12px; line-height: 15px;  }

  .success-msg {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    > div:last-child {
      background: white;
      border: 1px solid var(--border-color);
      border-radius: 20px;
      box-shadow: 0 3px 6px rgba(0,0,0,0.16);
      padding: 33px 20px;
    }
    p {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 30px;
    }
    a { width: 100%; }
  }

  .order-steps1 { margin-bottom: 30px; }

  .choose-permissions {
    flex-direction: column;
    align-items: unset;
    gap: 10px;
  }
  
  .invite-user { width: 100%; }

  .agree-terms1 {
    .form-check { align-items: flex-start }
    input { margin-top: 0 !important; }
    label { margin-top: -2px; }
  }

  .additional-account {
    gap: 15px;
    label { width: calc(100% - 70px); }
  }

  .edit-form1 { margin-bottom: 20px; }
  .security {
    > p:first-child {
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 5px;
    }
    > p:nth-child(2) {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 10px;
    }
    .msg {
      padding: 20px;
      margin-bottom: 20px;
    }
  }
  .sign-change {
    margin-bottom: 20px;
    p { max-width: 160px; }
  }

  .service-info .user-name, .service-info .filter-service { min-height: unset; }

  .curr-email-head a { display: none; }
  .profile-form, .security-settings {
    > p:first-child{
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 20px;
    }
    .edit-btns {
      flex-direction: row-reverse;
      * { font-size: 12px; line-height: 15px; }
      button:first-child { width: 60% !important; }
      button:last-child { width: 40% !important; }
    }
  }

  .new-pass-cont {
    flex-direction: column;
    button { width: 100%; }
  }

  .new-pass { width: 100%; }

  .hosting-info-links {
    flex-direction: column;
    width: 100%;
    a { width: 100%; }
  }

  .hosting-info-links1 {
    a { width: 100%; }
    > div { flex-direction: column; width: 100%; }
  }

  .shortcuts {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 15px;
    > div:first-child {
      background: white;
      border: 1px solid var(--border-color);
      border-radius: 20px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      padding: 20px;
      margin-bottom: 15px;
    }
  }

  .shortcut-grid { gap: 10px; }
  .shortcut-grid a {
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .overdue-warning {
    border-radius: 20px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
    padding: 20px;
  }

  .user-details { margin-bottom: 15px; }
  .service-name {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    > div:first-child {
      background: white;
      border: 1px solid var(--border-color);
      border-radius: 20px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      padding: 20px 20px 30px;
      margin-bottom: 15px;
    }
    .desc { margin-bottom: 0; }
  }

  .hosting-info-links2 {
    flex-direction: column;
    a { width: 100%; }
  }

  .pie-chart-cont {
    flex-direction: column;
    gap: 30px;
  }

  .statistics .title1 {
    flex-direction: column;
    align-items: unset;
  }

  .info-block > div { padding: 20px; }

  .assist-form {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0;
    select:first-of-type { margin-bottom: 10px; }
  }

  .knowledge-base-page {
    flex-direction: column;
    gap: 10px;
  }

  .knowledge-base-left { width: 100%; gap: 10px; }
  .knowledge-base-right { width: 100%; }
  .knowledge-search button, .question-search button { right: 10px; }
  .article-text { padding: 20px 15px; }
  .mob-questions { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 650px) {
  .mobServices > div { grid-template-columns: repeat(1, 267px); }

  .register-btn { 
    background: #1492E6;
    color: white;
    width: 100%; 
  }
  .account-log { text-align: center; }

  .main-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  
  .nav-container, .cabinet-nav { display: none; }
  .mob-nav-container { display: flex; }
  .main-content { width: calc(100% - 80px); margin-left: auto; }
  .cabinet-container { padding: 20px 0 100px 100px; }
  .card-grid1 { grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); }

  .currency-form {
    border-top: 1px solid var(--border-color);
    padding: 22px 18px;
    width: 100%; height: unset;
    select {
      background: white;
      border: 1px solid var(--border-color);
      border-radius: 10px;
      font: 14px 'Campton Medium', 'Helvetica Medium';
      width: 100%; height: 45px;
      padding-left: 7px;
      appearance: none;
    }
  }

  .mob-cabinet-nav .mob-nav-head div:first-child {
    color: white;
    font: 20px 'Campton medium', 'Helvetica Medium';
    line-height: 26px;
  }

  .mob-cabinet-nav .mob-nav-list img {
    filter: brightness(0) saturate(100%) invert(82%) sepia(0%) saturate(262%) 
    hue-rotate(199deg) brightness(91%) contrast(90%);
  }

  .mob-nav-list div.active {
    background: var(--bg-color);
    img { filter: unset; }
  }

  .mob-invoices, .mob-questions { grid-template-columns: repeat(1, 1fr); } 

  .permissions-list, .added-user-actions {
    font-size: 12px;
    line-height: 15px;
  }

  .remove-access-form { 
    padding: 20px; 
    p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 17px;
    }
  }

  .remove-access-form  div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    > * { width: 100% !important; }
  }
}

@media screen and (max-width: 550px) {
  .remove-access-form { 
    width: 300px !important;
    right: -20px;
    svg { top: 15px; right: 15px; }
  }
}

@media screen and (max-width: 450px) {
  .middlemenu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: unset;
  }

  .mobCloud .linkgrid {
    gap: 30px;
    a { width: 100%; gap: 20px; }
    .desc { max-width: calc(100% - 55px); }
  }
  .vpsl { width: 100%; max-width: unset; }

  .login-form { padding: 30px; }

  .table-title { font-size: 18px; line-height: 22px; margin-bottom: 20px; }
  .domain-table thead th:first-child,
  .domain-table tbody td:first-child ,
  .domain-table tbody tr:last-child  td:first-child{
    padding-left: 30px;
  }

  .user-left .name, .user-name > div {
    > div:last-child {
      font-size: 16px;
      width: calc(100% - 85px);
    }
  }

  .client-card > div:first-child { 
    font-size: 14px; 
    span { max-width: calc(100% - 61px); }
  }
  .client-card .cont a { width: 100%; font-size: 12px; }
  .card-buttons {
    flex-direction: column;
    button, a { width: 100%; }
  }

  .edit-form-card {
    background: 0;
    border-top: none;
    padding: 0;
  }

  .service-status { display: none; }
  .filter-service select { 
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 18px;
    color: black;
    display: flex;
    font: 12px 'Campton Medium', 'Helvetica Roman';
    line-height: 15px;
    padding-left: 21px;
    width: 100%; height: 40px;
    margin-top: 10px;
  }

  .continue-btn { width: 100%; }

  .hide-info { align-items: flex-start; }

  .inputDomainContact-form .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 10px !important;
    line-height: 13px !important;
  }

  .payment-details .continue-btn { width: 100%; }

  .fund-deposit > div {
    font-size: 12px;
    line-height: 16px;
    &:last-of-type { margin-bottom: 20.5px; }
    p { font-size: 16px; line-height: 21px; }
  }

  .manage-user-data {
    flex-direction: column;
    align-items: unset;
    gap: 10px;
    padding-left: 20px;
  }
  .user-login-info { padding-left: 0; }
  .owner-label {
    border-radius: 10px;
    font-size: 8px;
    line-height: 10px;
    padding: 8px 12px;
    max-width: 50px; height: unset;
  }

  .remove-access-form { width: 275px !important; }

  .curr-email-head {
    margin-bottom: 20px;
    img { width: 95px; }
  }

  .email-text { font-size: 12px; }

  .overdue-invoice {
    align-items: flex-start;
    p { font-size: 14px; line-height: 18px; }
    a { width: 100%; }
  } 

  .service-details, .service-details1 { padding-bottom: 0; }
  .service-status-cont, .service-status-cont1 {
    left: -20px;
    width: calc(100% + 40px);
  }

  .service-details .details div, .service-details1 .details1 div { 
    font-size: 12px;
    line-height: 15px;
    padding-left: 20px; 
    margin-bottom: 5px;
  }
  
  .transfer-form > p, .transfer-details > p {
    font-size: 14px;
    line-height: 17px;
  }

  .transfer-details .info:first-of-type {
    font-size: 12px;
    line-height: 16px;
  }

  .ticket-reply, .ticket-body { padding: 20px 20px 40px; }
  .ticket-head { padding: 23px 20px; }
  .ticket-msg, .ticket-attachments { padding: 0 10px; }
  
  .ticket-created {
    > div { font-size: 14px;  line-height: 18px; }
    > p:nth-child(3) { font-size: 12px; line-height: 16px; margin-bottom: 20px; }
    > a { width: 100%; }
  }

  .announcements { padding: 30px; }
  .announcement {
    .name { font-size: 18px; line-height: 22px; }
  }

  .announce-date { font-size: 12px; line-height: 15px; }
  .pagination {
    justify-content: center;
    button {
      width: 30px; height: 30px;
      &:first-child, &:last-child { font-size: 10px; }
    }
  }

  .curr-announcement {
    padding: 30px;
    .name { font-size: 18px; line-height: 22px; }
  }

  .media-share {
    flex-direction: column;
    align-items: unset;
  }

  .network-issues { padding: 20px; }
  .server-status { padding: 30px; }
}

@media screen and (max-width: 390px) {
  .card-grid1 { grid-template-columns: repeat(1, 1fr); }
  .card { padding: 30px 20px 20px; }

  .mob-invoice-card > div:last-child div {
    font-size: 10px;
    line-height: 13px;
    padding: 9px 10px;
  }

  .order-steps {
    div { width: 35px; height: 35px; }
    div.current { width: 50px; height: 50px; }
  }

  .remove-access-form { width: 240px !important; }
  .service-status-cont, .service-status-cont1 { min-height: 375px; }
  .info-block > div { 
    font-size: 10px;
    line-height: 13px;
    padding: 10px; 
  }
}

@media screen and (max-width: 360px) {
  .mobServices > div { grid-template-columns: repeat(1, 1fr); }
}