@media screen and (max-width: 1023px) {
  body:not(.authorize-page) {
    padding-top: 49px;
  }
}

@media screen and (max-width: 1023px) {
  .header-container {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .header-container .desktop-header {
    display: none;
  }
  .header-container .mobile-header {
    display: block;
  }
  .header-container .mobile-header .header-content {
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 9px 0;
    background-color: #34404c;
  }
  .header-container .mobile-header .header-content .container {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .header-container .mobile-header .open-mobile-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 27px;
    width: 18px;
    height: 12px;
    border: none;
    background-color: transparent;
  }
  .header-container .mobile-header .open-mobile-menu span {
    width: 12px;
    height: 2px;
    background-color: #ffffff;
  }
  .header-container .mobile-header .open-mobile-menu::before,
  .header-container .mobile-header .open-mobile-menu::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    height: 2px;
    background-color: #ffffff;
  }
  .header-container .mobile-header .open-mobile-menu::before {
    top: 0;
    width: 18px;
  }
  .header-container .mobile-header .open-mobile-menu::after {
    bottom: 0;
    width: 6px;
  }
  .header-container .mobile-header .logo-block .logo {
    display: block;
    width: 55px;
    height: 31px;
  }
  .header-container .mobile-header .logo-block img {
    max-width: 100%;
    max-height: 100%;
  }
  .header-container .mobile-header .logout-block {
    margin-left: auto;
  }
  .header-container .mobile-header .logout-block .login {
    width: 99px;
    padding: 0.21em 1.2em;
    color: #ffffff;
  }
  .header-container .mobile-header .mobile-nav {
    position: fixed;
    display: flex;
    top: 0;
    left: 100%;
    padding-top: 115px;
    padding-top: clamp(65px, 15vh, 115px);
    padding-bottom: 24px;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    transition: left 0.1s linear;
  }
  .header-container .mobile-header .mobile-nav .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  .header-container .mobile-header.nav-opened .mobile-nav {
    left: 0;
  }
  .header-container .mobile-header .menu-block {
    flex-grow: 1;
    overflow: auto;
  }
  .header-container .mobile-header .menu-block li {
    margin-bottom: 24px;
    list-style: none;
  }
  .header-container .mobile-header .menu-block li:last-child {
    margin-bottom: 0;
  }
  .header-container .mobile-header .menu-block li.active a {
    font-weight: 600;
  }
  .header-container .mobile-header .menu-block a {
    display: flex;
    text-decoration: none;
  }
  .header-container .mobile-header .mobile-nav-policy {
    padding-top: 4px;
    border-top: 1px solid #18a763;
  }
  .header-container .mobile-header .mobile-nav-policy p {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .breadcrumbs {
    margin: 36px 0;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbs {
    margin: 25px 0;
  }
}

@media screen and (max-width: 1023px) {
  .custom-upload-file.file-uploaded .right-column {
    display: block;
  }
  .custom-upload-file.file-uploaded .right-column .uploaded-file-source {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .custom-upload-file .uploaded-file {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .custom-upload-file .uploaded-file img {
    object-position: left;
  }
}
@media screen and (max-width: 575px) {
  .custom-upload-file .uploaded-file-wrap {
    width: 100%;
  }

  .custom-upload-file .uploaded-file {
    width: 100%;
  }
  .custom-upload-file .uploaded-file img {
    object-position: center;
  }
}
@media screen and (max-width: 767px) {
  .custom-upload-file .right-column {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .custom-upload-file .right-column .uploaded-file-source {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .custom-upload-file .upload-file-button {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 1280px) {
  .modal .modal-dialog {
    max-width: 55%;
  }
}
@media screen and (max-width: 575px) {
  .modal .modal-close {
    width: 1.5em;
    height: 1.5em;
  }
}
@media screen and (max-width: 575px) {
  .modal h4 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .applications {
    overflow: auto;
  }

  table tbody td {
    word-break: initial;
  }
}

@media screen and (max-width: 1280px) {
  .sponsor-municipalities .applications {
    overflow: auto;
  }
}

@media screen and (max-width: 575px) {
  .authorize-page .logo {
    height: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .authorize-page .authorize-window {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .authorize-page .authorize-window-img {
    display: none;
  }
  .authorize-page .authorize-window-content-wrapper {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .wd-50 {
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .wd-50 {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .profile-page .breadcrumbs {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 575px) {
  .profile-page .breadcrumbs {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .profile-page .title-block {
    display: block;
  }
  .profile-page .title-block h1 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .profile-page .votes-item {
    grid-template-columns: 1fr;
    grid-gap: 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .profile-page .votes-item {
    padding: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sponsor-apply.sponsor-apply-more.sponsor-apply-info .save-apply {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-apply .info-block .info-block-label {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-apply .info-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em 2em;
  }
  .sponsor-apply .info-nav ul li:nth-child(n + 2) {
    margin-left: 0;
  }
  .sponsor-apply .info-nav ul .btn {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .sponsor-apply .info-nav ul {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-apply .apply-form .info-list {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-apply .apply-form .objects-list {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-apply .apply-form .object {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .sponsor-apply .apply-form .object-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px 0;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-apply .apply-form .object-delete-object {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-apply .apply-form .object-delete-object span {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .sponsor-apply .apply-form .add-object {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-apply .apply-form .form-footer .form-footer-block {
    margin-top: 0;
    grid-row: 2;
    grid-column: 1;
  }
  .sponsor-apply .apply-form .form-footer .delete-apply {
    width: 100%;
  }
  .sponsor-apply .apply-form .form-footer .submit-apply {
    grid-row: 1;
    grid-column: 2;
  }
}
@media screen and (max-width: 575px) {
  .sponsor-apply .apply-form .form-footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    grid-gap: 30px 0;
  }
}

@media screen and (max-width: 575px) {
  .form-btn-row {
    flex-wrap: wrap;
  }

  .form-footer .btn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sponsor-apply .apply-form .apply-wrapper,
  .sponsor-apply .apply-form .question-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .sponsor-apply .apply-form .question-icon {
    width: 24em;
  }
}
@media screen and (max-width: 575px) {
  .sponsor-apply .apply-form .apply-icon,
  .sponsor-apply .apply-form .question-icon {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .sponsor-apply .apply-form .questions-list .question::after {
    top: 75px;
    right: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .sponsor-apply table .table-col-2 {
    min-width: 100px;
  }
}

@media screen and (max-width: 575px) {
  .sponsor-apply table .table-col {
    max-width: initial;
  }
}

@media screen and (max-width: 575px) {
  .sponsor-apply .modal h4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .sponsor-apply .modal .modal-footer {
    padding-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .sponsor-create-apply .apply-form .info-list .form-block-fields {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .sponsor-create-apply .apply-form .info-list .form-block-fields .input-block {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-create-apply .apply-form .info-list .form-block-fields .input-block {
    width: 40%;
  }
}
@media screen and (max-width: 575px) {
  .sponsor-create-apply .apply-form .info-list .form-block-fields .input-block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-create-apply .apply-form .form-footer .add-apply {
    margin: 0;
  }
}

