@media (min-width: 1025px) {
  .header-text-mobile {
  }
  display: none !important;
}

@media (max-width: 1024px) {
  .header-text {
    display: none !important;
  }

  .list-with-checks .ico.check-blue {
    top: 46%;
  }

  .header-right .langs {
    margin-top: 36%;
  }

  .banner-image {
    display: none;
  }

  .banner-container {
    min-height: 160px;
    justify-content: flex-start;
    padding: 10px 0;
    margin: 0 2% 0 2%;
    max-width: 90%;
  }

  .banner-text {
    justify-content: flex-end;
    width: 100%;
  }

  .banner-text h2 {
    margin: 0 0 4px 0;
    font-size: 27px !important;
  }

  .header-main {
    margin: 0 0 0 2%;
  }

  .banner-text p {
    font-size: 16px;
  }

  .one-column-list {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .app-links a img {
    height: 47px;
  }

  .header-text-mobile {
    display: block;
    background: white;
    border-radius: 60px;
    padding: 10px 30px 5px 30px;
    min-height: 30px;
    position: relative;
    /*min-height: 60px;*/
    width: 90%;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    border: #090909 solid 1px;
  }

  .header-text-mobile p {
    color: #090909;
    font-size: 13px;
    line-height: 1.2;
  }

  .button.size-large-new {
    width: 220px;
  }

  @media (max-width: 949px) {
    h3 {
      font-size: 18px !important;
      font-weight: 600 !important;
      font-family: "Source Sans Pro Semibold", sans-serif !important;
    }

    .logged-in a {
      width: 50px;
    }

    .header-main p {
      margin: 0px 0px 5px 0px;
    }
  }

  .header-text {
    display: none !important;
  }

  /*.header-text-mobile{
		display: block;
		background: white;
		border-radius: 60px;
		padding: 14px 10px 0 20px;
		position: relative;
		!*min-height: 60px;*!
		width: 100%;
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 10px;
		border: #cb481e solid 1px;
	}*/

  .list-with-checks li a {
    font-size: 15px;
    text-decoration: underline;
  }
  .list-with-checks li p {
    font-size: 15px;
    margin-top: -4px;
  }

  .footer a {
    font-size: 13px;
  }

  .text-page td {
    padding: 0;
    font-size: 12px;
  }

  .file-name-1,
  .file-name-1-buttons {
    /*margin-left: 27px !important;*/
  }

  .file-name-1-buttons {
    max-width: 300px;
  }

  .controls .control.wider-file .file-name-1 {
    width: 100%;
  }

  .controls .control.wider-file {
    width: 100%;
  }

  .signing-step #showPreviewLink {
    float: left;
    margin-top: 5px;
    margin-left: 0;
  }

  .signing-step #uploadLink {
    float: left;
    margin-top: 5px;
    margin-left: 0;
  }

  #uploadLink > span {
    top: 0px;
    position: relative;
  }

  .front-page > .wrap > .coll > h3 {
    max-width: 85%;
    flex-wrap: wrap;
    margin-left: 0;
    margin-bottom: 13px;
  }

  .block-list {
    align-items: flex-start;
    flex-direction: column;
  }

  .controls .control.wider-file .file-name-1 {
    max-width: 580px;
  }

  .file-name-vp {
    width: auto;
    max-width: 520px;
  }

  .mobile-table-1 .line-1 {
    max-width: 600px;
    word-wrap: break-word;
  }

  .top-part .wrap.content {
    padding-bottom: 50px;
  }

  .front-page {
    margin-top: 0;
    width: 100%;
  }

  .footer .wrap {
    padding: 2% 5%;
    height: auto;
    line-height: 350%;
  }

  .options-list table {
    width: auto;
  }

  /* new table */
  .mobile-table-1 {
    width: 100%;
    display: table;
  }

  .mobile-table-1 th {
    width: 70%;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
    border-left: 1px solid #d4dae2;
    border-top: 1px solid #d4dae2;
    background: #e1e8f0;
    padding: 15px 25px 10px 25px;
  }

  .mobile-table-1 .visited th {
    background: #eff2f5 !important;
  }

  .mobile-table-1 .line-1 {
    padding: 0 0 5px 0;
    cursor: pointer;
  }

  .mobile-table-1 .line-3 {
    min-height: 20px;
  }

  .mobile-table-1 .line-1 a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
  }

  .mobile-table-1 .visited .line-1 a {
    font-weight: normal;
  }

  .mobile-table-1 .line-1 a:hover {
    text-decoration: underline;
  }

  .mobile-table-1 .line-2,
  .mobile-table-1 .line-2 *,
  .mobile-table-1 .line-3,
  .mobile-table-1 .line-3 *,
  .mobile-table-1 .line-4,
  .mobile-table-1 .line-4 * {
    font-size: 11px;
    color: #8b9299;
  }

  .mobile-table-1 .line-4 .note {
    margin: 0 10px 0 0;
    float: left;
    color: #fff;
  }

  .mobile-table-1 .line-4,
  .mobile-table-1 .line-4 * {
    color: #2e4761;
  }

  .mobile-table-1 .line-3 span,
  .mobile-table-1 .line-3 .note {
    float: left;
  }

  .mobile-table-1 .line-3 .note {
    margin-left: 10px;
  }

  .mobile-table-1 td.cele {
    width: 30%;
    vertical-align: top;
    text-align: left;
    border-left: 1px solid #d4dae2;
    border-top: 1px solid #d4dae2;
    background: #e1e8f0;
    padding: 15px 20px 0;
  }

  .mobile-table-1 .visited td.cele {
    background: #eff2f5 !important;
  }

  /* new table */
  .mobile-table-1 td.cele .number {
    text-align: left;
    font-size: 14px;
    color: #8b9299;
  }

  .mobile-table-1 th .size {
    float: right;
  }

  .mobile-table-1 tr:hover th {
    background: #fff !important;
  }

  .mobile-table-1 tr:hover td.cele {
    background: #fff !important;
  }

  .table-1 .tbody .cell .status {
    float: left;
    margin-top: -10px;
  }

  .table-1 .tbody .cell .status .tt {
    float: left;
  }

  .table-1 .tbody .cell .status .note {
    float: left;
    margin-left: 5px;
  }

  .table-1 .tbody .cell .for-mobile {
    float: left;
  }

  .line-mobile {
    border-top: 1px solid #e1e3e6;
    background: #eff2f5;
    padding: 20px;
    overflow: hidden;
  }

  .table-1.mobile .thead .cell:hover .other-list {
    display: none;
  }

  .table-1 .deleted-row th * {
    color: #8a939f !important;
  }

  .table-1 .deleted-row .size {
    color: #fff !important;
    background-color: #c9d3dd !important;
  }

  .table-1 .deleted-row .note {
    background: url("/assets/ctx/3e4fae/img/note-off1.png") 0 0 no-repeat;
  }

  .table-1 .deleted-row .note * {
    color: #fff !important;
  }

  .status .tt,
  .status .note {
    margin-top: 3px;
  }

  .third-step .table-2-mobile {
    margin: 40px -50px -50px -50px;
  }

  .global-message.checking-message .button.grey.size-medium {
    float: left;
    margin-top: 5px;
    margin-left: 0;
  }

  .padding-top-60 {
    padding-top: 60px;
  }

  .no-container-margins {
    margin-top: 0;
    margin-bottom: -20px;
  }

  .login-zone.empty {
    width: 1px !important;
  }

  .front-page-login .button.blue.size-large {
    text-align: center;
    padding-left: 50px;
  }

  .front-page-login .button.blue.size-large .text {
    float: none;
    display: inline;
    position: relative;
  }

  .front-page-login .button.blue.size-large img {
    float: none;
    display: inline;
    margin-left: 0;
    margin-top: -2px;
    margin-bottom: 2px;
  }

  .bdr > a > span {
    position: relative;
    top: 1px;
  }

  .table-2-mobile {
    display: block;
    margin: -30px -20px 0 -20px;
    border-bottom: 1px solid #e1e3e6;
  }

  .table-2-mobile .note {
    float: left;
    margin: 6px 5px -6px 5px;
  }

  .info-line.signing-of-my-document .table-2-mobile {
    margin: 0 -20px;
  }

  .info-line.check-the-signing .table-2-mobile {
    margin: 0 -20px -20px;
    border-bottom: 0 none;
  }

  .info-line.signing-of-my-document.tabs-inside .table-2-mobile {
    margin: -20px;
  }

  .table-2-mobile .buttons {
    display: none;
  }

  .table-2-mobile .buttons .button {
    margin-right: 10px;
    margin-top: 10px;
    margin-top: 10px;
  }

  .table-2-mobile .line-mobile div.tekstas {
    color: #2e4761;
    line-height: 200%;
    margin-bottom: 0;
    font-size: 13px;
  }

  .table-2-mobile.sert .line-mobile div.tekstas {
    line-height: 120%;
  }

  .table-2-mobile .line-mobile div.tekstas .me {
    margin-right: 10px;
    margin-top: -3px;
  }

  .table-2-mobile .line-mobile div.tekstas span,
  .table-2-mobile .line-mobile div.tekstas div,
  .table-2-mobile .line-mobile span.secondary-info {
    font-size: 11px;
  }

  .table-2-mobile .line-mobile div.tekstas span,
  .table-2-mobile .line-mobile span.secondary-info {
    color: #949ba1;
    line-height: 200%;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
  }

  .table-2-mobile .line-mobile div.tekstas .status {
    float: left;
    margin-top: 0;
  }

  .table-2-mobile .line-mobile div.tekstas .status.no-ico {
    padding-left: 0;
  }

  .table-2-mobile .opened .buttons {
    display: block;
  }

  .table-2-mobile .line-mobile {
    border-top: 1px solid #e1e3e6;
    background: #eff2f5;
    padding: 20px;
  }

  .table-2-mobile .line-mobile.opened {
    background: #fff;
  }

  .table-2-mobile .open-close {
    background-image: url("/assets/ctx/b0722909/img/plus-mobile.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    text-indent: -10000px;
    overflow: hidden;
  }

  .table-2-mobile .line-mobile.opened .open-close {
    background-image: url("/assets/ctx/723ac013/img/minus-mobile.png");
  }

  .table-2-mobile .open-close,
  .table-2-mobile .status {
    float: right;
  }

  .table-2-mobile .status {
    margin-top: 8px;
  }

  .mobile-100 {
    width: 100%;
    border-top: 1px solid #d4dae2 !important;
    background: #fff !important;
    padding: 20px !important;
    height: auto !important;
  }

  .mobile-100 .lbl {
    color: #939aa0 !important;
  }

  .mobile-100 .floatas {
    float: left;
  }

  .mobile-100 .floatas .button {
    margin-top: 5px;
  }

  .margin-top-0 {
    margin-top: 0 !important;
  }

  .table-1 .tbody .cell:first-child {
    border-left: 1px solid #d4dae2;
  }

  .check-the-signing {
    padding: 20px;
  }

  .check-the-signing .message-only .global-message {
    margin-bottom: 0px;
  }

  .signing-of-my-document {
    padding: 0 20px 20px 20px;
  }

  .signing-of-my-document .table-1,
  .signing-of-my-document .more-options,
  .check-the-signing .table-1 {
    margin: 0 -20px;
  }

  .signing-steps .top-nav .active td,
  .signing-steps .top-nav .active td div {
    color: #2c3e50;
  }

  .top-part .wrap {
    position: relative;
  }

  .top-part .wrap .login-zone {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
  }

  .top-part .wrap .login-zone a {
    float: right;
  }

  .third-step .table-1 {
    margin: 40px -50px -40px -50px;
  }

  .global-checking-mobile {
    background: #eff2f5;
    padding: 10px 20px 0 20px;
    display: block;
  }

  .global-checking-mobile img {
    margin: -2px 10px 0 0;
  }

  .global-checking-mobile p strong {
    color: #00aaa0;
    font-size: 18px;
  }

  .note .buble .posrel table {
    margin: 0;
  }

  .note .buble {
    bottom: 30px;
    left: -8px;
  }

  .note .buble .cor {
    left: 2%;
    margin-left: 0;
  }

  .sign-with {
    padding: 10px 0 10px 25px;
  }

  .events-mobile-1 .cell.w-15 td {
    font-size: 11px !important;
    color: #8b9299 !important;
  }

  .note.mobile-1 .buble {
    bottom: 30px;
    left: -5px;
    width: 225px;
  }

  .note.mobile-1 .buble .cor {
    left: 2%;
    margin-left: 0;
  }

  .table-1 .sender .note {
    margin: 0 10px 0 0;
    float: left;
  }

  .table-1 .tbody .cell .for-mobile {
    font-size: 11px !important;
    color: #8b9299 !important;
    display: inline;
  }

  .tbody .cell.mobile-70 {
    height: 22px;
    border-top: 0 none !important;
    padding: 5px 20px 0 25px;
  }

  .tbody .cell.mobile-70.file-with-size {
    height: 35px;
    padding-top: 15px;
  }

  .table-1 .tbody .cell.mobile-70.mobile-cell-end {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .tbody .mobile-70.file-with-size,
  .mobile-70.file {
    border-top: 1px solid #d4dae2 !important;
  }

  .cell.mobile-70.w-30.file-with-size a,
  .cell.mobile-70.w-30.file-with-size .failas {
    display: block;
    float: left;
    width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 330px;
  }

  .logged-in {
    background: #5a5a5a;
    height: 66px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .logged-in strong {
    display: block;
  }
  .logged-in p {
    width: 50px;
    display: block;
    float: left;
    padding: 9px 25px 0 25px;
    color: #fff;
  }
  .logged-in p * {
    color: #fff;
  }
  .logged-in .ico {
    margin: 20px auto 0 auto;
  }

  .signing-steps .top-nav .triangle {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 100%;
    background: url("/assets/ctx/d454f75b/img/triangle-down.png");
    width: 28px;
    height: 13px;
  }

  .signing-steps .top-nav li.active .triangle {
    display: block;
  }

  .controls .label-place.view-label label,
  .mobile-label label {
    color: #8b9299 !important;
  }

  .explanation .buble {
    left: -5px;
  }

  .explanation .buble .posrel {
    text-align: left;
  }

  .explanation .buble .cor {
    left: 2%;
    margin-left: 0;
  }

  img {
    max-width: 100%;
  }

  .faq-content > .entry {
    margin-bottom: 25px;
  }

  .faq-head {
    padding-right: 0;
  }

  .section-faq > .container {
    width: 93.5%;
    padding-left: 0;
    padding-right: 0%;
  }

  .app-download-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px 0 10px;
  }

  .button.size-medium-new.sign-with-padding {
    padding: 9px 15px 0 15px !important;
  }

  td {
    font-size: 15px;
  }

  .box {
    align-content: center;
    justify-content: center;
  }

  .box > input[type="text"],
  input[type="password"],
  textarea {
    border-radius: 10px;
  }

  button,
  select {
    border-radius: 7px;
  }

  .app-download-buttons a {
    display: inline-block; /* Ensures proper sizing */
  }

  .app-download-buttons img {
    max-height: 50px; /* Adjust as needed */
    object-fit: contain;
  }

  .wrap {
    width: auto;
    margin: 0;
    padding: 0 10px;
    min-width: 300px;
  }

  .button.button.size-medium-new {
    height: 24px;
  }
  .size-medium-new {
    width: 121px;
  }

  #documentsListZone {
    margin: -17px 0 30px 0;
  }

  .header-left {
    padding: 0;
    width: auto;
    margin: 5% 0 0 5%;
  }

  .header-right {
    padding: 0;
    width: auto;
    margin: -20% 0 0 0;
  }

  .front-page-login {
    float: none;
    text-align: center;
    width: auto;
    margin: 0 2% 0 2%;
  }

  .front-page-login .slogan {
    margin: 5% 0;
    text-align: left;
    font-weight: 600;
    display: none;
  }

  .front-page-login .slogan > strong {
    font-weight: 600;
  }

  .banner-container {
    border-bottom: 0;
  }

  .top-part {
    text-align: right;
    background: url("/assets/ctx/41f75083/img/GoSign_watermark.svg") 100% 0 no-repeat #e6e6e6;
    background-size: 577px;
    background-position-x: 28vw;
    background-position-y: 5px;
    background-attachment: local;
  }

  .front-page-login .button.size-large {
    float: none;
    margin: 0 0 4% 0;
  }

  .front-page-options {
    float: none;
    width: auto;
  }

  .options-list {
    background: #fff;
    border-radius: 30px;
    width: 96%;
    margin: 0 2% 0 2%;
  }

  .options-list table td {
    line-height: 110%;
    min-width: 49vw;
    padding-left: 23px;
    font-weight: 600;
  }

  body > div.top-part-bg > div > div.front-page > div > div:nth-child(2) {
    background-color:#e6e6e6;
  }
  .top-part-bg{
    background:#e6e6e6;
  }

  body
    > div.top-part-bg
    > div
    > div
    > div.header-main
    > div.header-right
    > div.login-zone.inner-login-zone {
    left: 42vw;
  }

  body
    > div.top-part-bg
    > div
    > div.front-page
    > div.section-faq
    > div
    > div
    > div.col-lg-4
    > h2 {
    margin: 0px 0 10px 0;
  }

  .list-with-checks li {
    padding: 10px 0 4px 33px;
  }

  .options-list li {
    height: 58px;
    position: relative;
    width: 100%;
  }

  .section-faq {
    padding-top: 30px;
    margin: 0 0;
  }

  html,
  button,
  input,
  select,
  textarea,
  body,
  body,
  p,
  span,
  a,
  b,
  strong,
  h1,
  h2,
  h3,
  h4,
  h5,
  th,
  td,
  i,
  em,
  li {
    font-size: 15px;
  }

  .front-page .coll {
    float: none;
    width: auto;
    margin: 0 2%;
    padding: 5% 0 25px 0;
  }

  .nologin-title {
    padding: 6% 5% 3% 5%;
  }

  .suggestion .coll-2 {
    padding-top: 30px;
  }

  .signing-steps .top-nav {
    margin: 0;
    height: 110px;
    justify-content: left;
  }

  .signing-steps .top-nav td {
    font-size: 28px;
    font-weight: normal;
    line-height: 110%;
  }

  .signing-steps .top-nav li {
    height: 110px;
    display: none;
    /*border-right: 2px solid #c0dad5;
		border-bottom: 2px solid #c0dad5;*/
    position: relative;
  }

  .signing-steps .top-nav li.active {
    display: block;
    border-color: #7bbac8;
    height: 50px;
  }

  .signing-steps .top-nav .nr-1 {
    width: 35px;
    position: absolute;
    top: 8px;
    left: 12px;
    height: 30px;
    text-align: center;
    color: #fff !important;
    padding: 4px 0 0 0;
    font-size: 24px !important;
    font-weight: normal;
    /* background: transparent !important; */
    font-weight: bold;
    line-height: 110%;
    display: inline;
  }

  .step-circle {
    margin: 10px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .global-message.checking-message p {
    word-break: break-word;
    width: 70vw;
  }

  .signing-step .mobile-upload-summary {
    display: block !important;
    margin-bottom: 14px;
  }

  .signing-step .desktop-upload-summary,
  .signing-step .desktop-upload-meta {
    display: none;
  }

  .signing-step .mobile-upload-summary .summary-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
  }

  .signing-step .mobile-upload-summary .summary-row .label-place {
    float: none;
    width: auto;
    margin: 0;
    flex: 0 0 auto;
  }

  .signing-step .mobile-upload-summary .summary-row-file .file-name-1 {
    float: none;
    flex: 1 1 auto;
    margin: 0;
    max-width: none;
    font-size: 16px;
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .signing-step .mobile-upload-summary .summary-row-size .size {
    display: inline-block;
    float: none;
    width: auto;
    min-width: 0;
    margin: 0 0 0 8px;
    vertical-align: baseline;
  }

  .signing-step .mobile-upload-summary .summary-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .signing-step .mobile-upload-summary .summary-actions .button {
    width: 100%;
    height: 42px;
    margin: 0 !important;
    padding: 0 16px;
    float: none !important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .signing-step .mobile-upload-summary .summary-actions .button .text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    position: static;
    top: auto;
  }

  .step-text {
    font-size: 16px;
  }
  .signing-steps.two-steps .top-nav li {
    width: 100%;
  }

  .signing-steps .top-nav .cor {
    display: none;
  }

  .signing-steps .top-nav td {
    padding: 0 5%;
  }

  .signing-of-my-document {
    padding: 3% 5% 3% 5%;
  }

  .top-search {
    float: none;
    width: 90%;
    margin: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top-search input {
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 4px 5px;
    height: 15px;
    margin: 18px 0 0 22px;
  }

  .event-callout {
    display: none !important;
  }

  .main-nav-top li.lvl-1 {
    width: 33.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-left: 1px solid transparent;
  }

  .main-nav-top li.lvl-1.back {
    display: none;
  }

  .main-nav-top {
    height: 81px;
    width: 100%;
    float: none;
    margin-top: 65px;
  }

  .main-nav-top .ico {
    float: none;
    margin: 0 auto 5px auto !important;
  }

  .main-nav-top .ico.received {
    margin: -9px auto 5px auto !important;
  }

  .main-nav-top a.link {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 110%;
  }
  .main-nav-top a.link {
    border-radius: 20px;
  }
  #documentToolsZone {
    /*margin-bottom: 0;*/
  }
  #documentPreviewZone {
    margin-top: 0;
    margin-bottom: 0;
  }
  .document-tools {
    padding: 5% 0;
    flex-wrap: wrap;
  }

  .white-block-1.bottom-actions {
    margin-bottom: 15px;
  }

  #documentToolsZone {
    margin: 0 0 0 0;
  }

  .document-tools .button {
    margin: 0 5px 8px 5px;
  }
  .accordion h3 .link {
    float: left;
    width: auto;
  }
  .mobile-70 {
    width: 70%;
  }
  .mobile-70 td {
    padding-bottom: 0;
  }
  .mobile-30 {
    width: 30%;
    float: right !important;
  }
  .mobile-30-1 {
    width: 30%;
    float: right !important;
  }
  .mobile-25 {
    width: 25% !important;
    float: left !important;
  }
  .mobile-75 {
    width: 75%;
    float: left !important;
  }
  .tbody .mobile-30 {
    height: 92px !important;
    margin-top: -57px !important;
  }
  .tbody .mobile-30-1 {
    height: 114px !important;
    margin-top: -79px !important;
  }
  .tbody .cell.mobile-30.w-20 table,
  .tbody .cell.mobile-30-1.w-20 table {
    height: auto;
    margin-top: 15px;
    margin-bottom: 17px;
  }
  .number {
    display: block;
  }
  .table-1 .tbody .cell .number {
    float: none;
    margin: 0 0 5px 0;
    text-align: left;
  }
  .number span {
    float: right;
  }
  .nomobile {
    display: none;
  }

  .accordion h3 .right-side {
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
  }
  .accordion h3 .right-side .status {
    display: none;
  }
  .invite-fields input[type="text"],
  .invite-fields input[type="password"],
  .invite-fields textarea {
    width: 100%;
  }
  .bottom-actions .invite-fields textarea {
    width: 100% !important;
  }
  .signing-of-my-document .controls .label-place label {
    color: #2c3e50;
  }
  .controls .simple-message {
    width: 100%;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .invite-fields .first,
  .invite-fields .number {
    display: none;
  }
  .invite-fields .name {
    float: none;
    width: 100%;
  }
  .invite-fields .address {
    float: left;
    width: 100%;
    margin: 0 10px 8px 0px;
  }
  .invite-fields .name input[type="text"],
  .invite-fields .address input[type="text"] {
    width: 100%;
  }
  .invite-fields .delete-button {
    margin-top: 0;
    position: relative;
    top: -15px;
  }
  .events-mobile-1 .cell.w-85 {
    width: 100% !important;
    height: auto;
    padding-top: 10px;
  }
  .events-mobile-1 .cell.w-15 {
    height: auto;
    width: 100% !important;
    border-top: 0 none;
    padding-bottom: 10px;
  }
  .tabs-for-mobile {
    margin-top: 0;
    margin-right: -20px;
    margin-bottom: 0;
    margin-left: -20px;
    display: block !important;
  }
  .info-line.signing-of-my-document {
    padding: 0 20px 20px 20px;
  }
  .info-line.signing-of-my-document .table-1 {
    margin-bottom: -20px;
  }
  .info-line.signing-of-my-document.tabs-inside .table-1 {
    margin-bottom: 0;
  }
  .info-line.signing-of-my-document.tabs-inside .more-options {
    margin-top: 20px;
    margin-bottom: -20px;
    border-top: 1px solid #d4dae2;
  }
  .tabs-for-mobile a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    padding: 25px 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #c0ccd7;
    font-size: 15px;
  }
  .tabs-for-mobile a.active {
    background: #fff;
    color: #2e4761;
  }
  .signing-of-my-document.tabs-inside h4 {
    display: none;
  }
  #tab-002 {
    display: none;
  }
  .tab-mobile {
    padding-top: 20px;
  }
  .signing-of-my-document .rejection {
    padding-top: 0;
  }
  .clr.higher {
    height: 20px;
  }

  .logo {
    font-size: 31px;
    width: 370px;
    height: 100px;
    padding: 15px 0 0 95px;
    margin-left: 0;
  }
  .signing-steps .top-nav td,
  .signing-steps .top-nav .nr-1 {
    font-size: 24px;
  }
  .langs a,
  .langs span {
    font-size: 27px;
  }
  .button.size-large {
    height: 5px;
    padding-bottom: 35px;
    min-width: 190px;
  }
  .button.size-large .ico.key {
    margin: 2px 18px -4px -20px;
  }
  .button.size-large .ico.plus {
    margin: 7px 18px -3px -20px;
  }
  .button.size-large .text {
    font-size: 24px;
    line-height: 24px;
  }
  .options-list table {
    margin: 0;
  }
  .options-list table td {
    font-size: 15px;
  }
  .options-list .button {
    margin: 14px 28px 0 0;
    width: 100px;
  }
  .button.size-small .ico.raquo-right-white,
  .button.size-medium .ico.raquo-right-white {
    margin: 5px -9px -2px 9px;
  }
  .nologin-title {
    font-size: 35px;
    line-height: 100%;
  }
  .accepted {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .no-files {
    margin-top: 0;
  }

  .more-options {
    border-radius: 30px;
  }

  .accepted.two-lines {
    padding: 8px 55px 0 55px;
    height: 54px;
  }
  .button.button.size-small,
  .button.button.size-medium {
    padding: 11px 23px 0 23px;
    height: 29px;
  }
  .button.button.size-small .text,
  .button.button.size-medium .text {
    font-size: 15px;
    margin-top: 0px;
  }
  .new-actions .accepted {
    padding: 7px 0px !important;
  }
  /* popup */
  .popas {
    padding: 0 0 0 0;
    max-height: 100%;
    overflow: hidden;
  }
  .popas .posrel {
    width: 100%;
  }
  .popas .popclose {
    top: 13px;
    right: 13px;
  }
  .popas .pop-row {
    height: auto;
  }
  .pop-table .cell-1 {
    float: none;
    width: 100%;
    height: auto;
    text-align: left;
    border-top: 1px solid #d4dae2;
    padding: 20px 20px 0 40px;
  }
  .pop-table .cell-2 {
    float: none;
    width: 100%;
    height: auto;
    border: 0 none;
    text-align: left;
    padding: 5px 20px 0 40px;
  }
  .pop-table .cell-3 {
    float: none;
    width: 100%;
    height: auto;
    border: 0 none;
    text-align: left;
    padding: 5px 20px 20px 40px;
  }
  .pop-table .cell-4 {
    float: none;
    width: 100%;
    height: auto;
    text-align: left;
    border-top: 1px solid #d4dae2;
    padding: 20px 20px 0 40px;
  }
  .pop-table .cell-5 {
    float: none;
    width: 100%;
    height: auto;
    border: 0 none;
    text-align: left;
    padding: 5px 20px 20px 40px;
  }
  .popas .white-bg {
    height: auto;
  }
  .popas .poppath .button,
  .popas .pop-row .button {
    padding: 7px 10px !important;
    height: auto !important;
  }
  .popas .poppath .button .text,
  .popas .pop-row .button .text {
    font-size: 11px !important;
  }
  .pop-table .cell-4 .failas {
    max-width: 100%;
  }
  .pop-table .cell-1 .failas {
    max-width: 100%;
  }
  .pop-table table table {
    margin: 0;
  }
  .popas .poppath .button {
    margin-bottom: 10px !important;
  }
  /* popup */

  .auto-width table {
    width: auto;
  }

  .white-block-1 {
    margin-bottom: 85px;
  }

  .invite-fields .area textarea {
    width: 100%;
    margin: 7px 0 0 0;
  }

  .button.size-medium .ico {
    margin: 0 0 0 -10px;
  }

  .main-nav-top > .block-list {
    flex-direction: row;
  }

  .image-options-1 > .block-list {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .sign-with > .box {
    column-gap: 24px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .controls .control.wider-file .file-name-1 {
    max-width: 520px;
  }

  .header-right .langs {
    margin-top: 69%;
  }

  .file-name-vp {
    max-width: 500px;
  }
  .mobile-table-1 .line-1 {
    max-width: 500px;
    word-wrap: break-word;
  }
  .sign-with {
    padding: 0 !important;
  }

  .global-message.checking-message .control-code {
    float: left;
    clear: both;
    padding: 0 0 10px 0;
  }
  .controls .label-place {
    float: none;
    padding: 7px 0;
    width: auto;
  }
  .controls .label-place label {
    color: #8b9299;
  }
  .controls .control {
    float: none;
    width: auto;
  }
  .controls .label-place .size {
    position: static;
    left: auto;
    top: auto;
    margin-left: 5px;
    display: inline;
    width: auto;
    padding: 2px 5px;
  }
  .controls .explanation {
    left: auto;
    top: auto;
    float: left;
    margin: 4px 9px -4px 0;
  }
  .controls input[type="text"],
  .controls input[type="password"] {
    width: 80%;
  }
  .controls .label-place.view-label {
    display: inline;
    padding-right: 9px;
  }
  .controls .control.view-control {
    display: inline;
  }
  .controls .control.view-control p {
    float: none;
    padding: 0;
    display: inline;
  }
  .controls.view-controls {
    padding-bottom: 12px;
  }
  .image-options-1 li {
    padding: 2% 0 30px 0;
    width: 33.3%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sign-with {
    padding: 10px;
  }

  .section-faq > .container {
    width: 92%;
  }

  .sign-with p {
    float: none;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sign-with .button {
    margin: 0 5px 5px 0;
  }
  .suggestion {
    padding: 0;
  }
  .suggestion .coll-1 {
    float: none;
    width: 100%;
    padding: 0;
  }
  .suggestion .coll-2 {
    float: none;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .signing-step {
    margin: 0;
  }
  .third-step {
    padding: 20px;
  }
  .third-step .global-message,
  .third-step .button {
    float: none;
  }
  .third-step .button {
    margin: 0px 0px 5% 25%;
  }
  .third-step .button.blue,
  .third-step .button.grey {
    float: left;
  }
  .third-step .global-message.checking-message .size {
    float: right;
  }
  .third-step .signed-document-summary {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .third-step .signed-document-summary .signed-document-name {
    flex: 0 1 auto;
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .third-step .signed-document-summary .size {
    flex: 0 0 auto;
    float: none;
    margin: 1px;
    white-space: nowrap;
  }
  .third-step .signed-document-summary > .clr {
    display: none;
  }
  .events-table .w-15 {
    float: none;
  }
  .events-table .w-85 {
    float: none;
  }
  .accepted {
    padding: 16px 55px !important;
    height: auto !important;
  }
  .accepted p {
    margin-bottom: 0;
  }
  .third-step .table-2-mobile {
    margin: 40px -20px -20px -20px;
  }
  .third-step .table-1 {
    margin: 40px -20px -40px -20px;
  }

  .logo {
    font-size: 26px;
    width: 370px;
    height: 100px;
    padding: 15px 0 0 95px;
  }
  .signing-steps .top-nav td,
  .signing-steps .top-nav .nr-1 {
    font-size: 20px;
  }
  .langs a,
  .langs span {
    font-size: 22px;
  }
  .slogan,
  .slogan strong {
    font-size: 33px;
  }
  .options-list .button {
    margin: 14px 28px 0 0;
    width: 70px;
  }
  .button.size-small .ico.raquo-right-white {
    margin: 3px -9px -2px 9px;
  }
  .nologin-title {
    font-size: 30px;
  }
  .signing-steps .top-nav {
    height: 80px;
  }
  .signing-steps .top-nav li {
    height: 80px;
  }

  .white-block-2 .global-message {
    float: none;
    width: auto;
  }
  .white-block-2 .accepted {
    float: none;
    width: auto;
    clear: both;
  }
  .white-block-2 .button {
    float: none;
    width: auto;
  }
  .button.button.size-small,
  .button.button.size-medium {
    padding: 10px 20px 0 20px;
    height: 27px;
  }

  /* popup */
  .pop-table .cell-4 .failas {
    width: 400px !important;
  }
  .pop-table .cell-1 .failas {
    width: 400px !important;
  }
  .new-actions .accepted {
    margin: 10px 0 0 0;
  }
  /* popup */
}
@media (max-width: 684px) {
  .mobile-table-1 .line-1 {
    max-width: 360px;
    word-wrap: break-word;
  }
  .options-list table {
    margin: 0;
  }
  .button.button.size-small,
  .button.button.size-medium {
    padding: 10px 20px 0 20px;
    height: 27px;
  }
  .controls .control.wider-file .file-name-1 {
    max-width: 400px;
  }
  .file-name-vp {
    width: auto;
    max-width: 350px;
  }
  /* popup */
  .popas .poppath .button {
    padding: 7px 10px;
    height: auto;
  }
  .pop-table .cell-4 .failas {
    width: 300px !important;
  }
  .pop-table .cell-1 .failas {
    width: 300px !important;
  }
  /* popup */
}

@media (max-width: 622px) {
  .header-right .langs {
    margin-top: 0;
  }
}

@media (max-width: 594px) {
  .banner-container {
    min-height: 150px;
  }
  .section-faq > .container {
    width: 91%;
  }
}

@media (max-width: 504px) {
  .controls .control.wider-file .file-name-1 {
    max-width: 350px;
  }
  .file-name-vp {
    max-width: 300px;
  }
  .mobile-table-1 .line-1 {
    max-width: 300px;
    word-wrap: break-word;
  }
  .cell.mobile-70.w-30.file-with-size a,
  .cell.mobile-70.w-30.file-with-size .failas {
    width: 230px;
  }
  .cell.w-48.file-with-size a,
  .cell.w-48.file-with-size .failas {
    max-width: 230px;
  }
  .third-step .table-1 {
    margin: 40px -20px -40px -20px;
  }
  .check-the-signing .table-1 {
    margin: 0 -20px;
  }
  .suggestion .button.size-large {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .suggestion .button.size-large img {
    margin: -2px 18px 0 -20px;
    float: none;
  }
  .suggestion .button.size-large .text {
    float: none;
  }
  .explanation .buble {
    width: 225px;
  }
  .note .buble {
    bottom: 30px;
    left: -5px;
    width: 225px;
  }
  .note .buble .cor {
    left: 2%;
    margin-left: 0;
  }
  .cell.mobile-70.w-30.file-with-size a {
    width: 200px;
  }
  .logo {
    font-size: 21px;
    width: 200px;
    height: 111px;
    padding: 7px 0 0 85px;
    margin-left: 0;
  }
  .signing-steps .top-nav td,
  .signing-steps .top-nav .nr-1 {
    font-size: 14px;
  }
  .langs a,
  .langs span {
    font-size: 17px;
  }
  .button.size-large .ico.key {
    margin: 0 18px -2px -20px;
  }
  .button.size-large .text {
    font-size: 18px;
    line-height: 24px;
  }
  .options-list table {
    margin: 0;
  }
  .options-list table td {
    font-size: 14px;
  }
  .nologin-title {
    font-size: 25px;
  }
  .button.size-large .ico.plus {
    margin: 3px 18px -3px -30px;
  }
  .signing-steps .top-nav {
    height: 60px;
    text-align: center;
  }
  .signing-steps .top-nav li {
    height: 60px;
  }
  .cell.mobile-70.w-48.file-with-size a {
    display: block;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .white-block-2 .button {
    float: none;
    width: auto;
  }
  .white-block-2 .global-message {
    float: none;
    width: auto;
  }
  .white-block-2 .accepted {
    float: none;
    width: auto;
    clear: both;
  }
  .suggestion .button {
    float: none;
    width: auto;
  }
  .bottom-actions .button .ico {
    margin: 2px 10px -2px 0 !important;
  }
  .other-list {
    padding-left: 10%;
    padding-right: 5%;
  }
  /* popup */
  .popas .poptitle1 {
    padding-left: 50px;
    background: url("/assets/ctx/f2e9ba20/img/folder-2.png") 20px 15px no-repeat;
  }
  .pop-table .cell-1,
  .pop-table .cell-4 {
    padding-top: 10px;
    padding-left: 20px;
  }
  .pop-table .cell-5,
  .pop-table .cell-2,
  .pop-table .cell-3 {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .popas .poppath .poplink1 {
    width: auto !important;
  }
  .popas .poptitle1 a.lnkas1 {
    width: 304px !important;
  }
  .pop-table .cell-4 .failas {
    width: 200px !important;
  }
  .pop-table .cell-1 .failas {
    width: 200px !important;
  }
  .popas .poppath .button {
    clear: both;
    text-align: center;
    margin: 0 0 10px 0;
    height: 13px;
  }
  .popas .poppath {
    padding: 20px 20px 0 20px;
  }
  .popas .poppath .button {
    margin-right: 0 !important;
  }
  .popas .poptitle1 a {
    margin: 0;
  }
  .popas .poptitle1 {
    padding-right: 100px;
  }
  .popas .poptitle1 .button.size-small {
    float: right;
    margin-right: -80px;
  }
  /* popup */
  .banner-container {
    min-height: 190px;
  }
}

@media (max-width: 464px) {
  .mobile-table-1 .line-1 {
    max-width: 240px;
    word-wrap: break-word;
  }
  .options-list table {
    width: 175px;
  }
  .options-list table td {
    line-height: 110%;
  }
  .cell.mobile-70.w-30.file-with-size a {
    width: 170px;
  }
  .controls .control.wider-file .file-name-1 {
    max-width: 280px;
  }

  .file-name-vp {
    max-width: 230px;
  }
  /* popup */
  .popas .poptitle1 a.lnkas1 {
    width: 140px !important;
  }
  /* popup */
}
@media (max-width: 404px) {
  .banner-container {
    min-height: 200px;
  }
}

@media (max-width: 384px) {
  .accordion .ico-place {
    margin: 0 10px -1px 0;
  }
  .controls .control.wider-file .file-name-1 {
    max-width: 220px;
  }
  .file-name-vp {
    max-width: 170px;
  }
  .mobile-table-1 th,
  .mobile-table-1 td.cele {
    padding: 15px 10px 10px 10px;
  }
  .options-list table {
    width: 123px;
  }
  .global-message.checking-message .button.grey.size-medium {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cell.mobile-70.w-30.file-with-size a,
  .cell.mobile-70.w-30.file-with-size .failas {
    width: 150px;
  }
  .cell.w-48.file-with-size a,
  .cell.w-48.file-with-size .failas {
    max-width: 150px;
  }
  .cell.mobile-70.w-30.file-with-size a {
    width: 150px;
  }
  .table-1 .cell {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .other-list {
    padding-left: 7px;
    padding-right: 1px;
  }
  .other-list label {
    font-size: 11px;
  }

  .slogan,
  .slogan strong {
    font-size: 31px;
  }
  .button.size-small .ico.raquo-right-white,
  .button.size-medium .ico.raquo-right-white {
    margin: 3px -5px -3px 5px;
  }
  .options-list .button {
    margin: 14px 15px 0 0;
    width: 70px;
  }
  .list-with-checks .button.dark-blue {
    margin-top: -3px !important;
    padding-left: 7px !important;
    padding-right: 11px !important;
  }
  .cell.mobile-70.w-48.file-with-size a {
    width: 110px;
  }
  .header-left {
    padding: 0;
    width: auto;
    margin: 5% 0 0 5%;
  }
  .button.button.size-small,
  .button.button.size-medium {
    padding: 10px 20px 0 20px;
    height: 27px;
  }
  .button.size-large .text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .header-main > .header-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body
    > div.top-part-bg
    > div
    > div
    > div.header-main
    > div.header-right
    > div.login-zone.inner-login-zone {
    position: static;
    top: auto;
    left: auto;
  }

  .header-main .inner-login-zone {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 80px);
    height: auto;
  }

  .header-main .logged-in {
    background: transparent;
    display: flex;
    align-items: stretch;
    min-height: 55px;
    height: auto;
  }

  .header-main .logged-in p {
    flex: 1 1 auto;
    float: none;
    min-width: 0;
    margin: 0;
    padding: 9px 12px;
    overflow-wrap: anywhere;
  }

  .header-main .logged-in p,
  .header-main .logged-in p * {
    color: #090909;
  }

  .header-main .logged-in a {
    background: transparent;
    border-left: 0;
    display: flex;
    flex: 0 0 50px;
    align-items: flex-start;
    justify-content: center;
    float: none;
    width: 50px;
    min-height: 55px;
    height: auto;
  }

  .header-main .logged-in a:hover {
    background: transparent;
  }

  .header-main .logged-in .ico.door {
    background-image: url("/assets/ctx/8323cf32/img/exit-logout-2857.svg");
    background-position: center;
    background-size: 18px 18px;
  }

  .header-main .header-right .langs {
    flex: 0 0 auto;
    align-self: center;
    float: none;
    margin-top: 0px;
    white-space: nowrap;
  }

  .header-main .langs a,
  .header-main .langs span {
    font-size: 15px;
    margin: 0 6px;
  }
}
