@charset "UTF-8";
.text22 {
  font-size: 22px;
  line-height: 120%;
}

.text20 {
  font-size: 20px;
  line-height: 120%;
}

.bold-text {
  font-weight: 700;
}

.result-table {
  width: 100%;
  margin-top: 52px;
}
.result-table table {
  width: 100%;
}
.result-table tr:last-child td {
  border-bottom: 1px solid #5689b9;
}
.result-table th, .result-table td {
  padding-left: 22px;
  width: calc(100% / 3);
}
.result-table th:first-child, .result-table td:first-child {
  padding-left: 0;
}
.result-table th {
  padding-bottom: 22px;
  text-align: left;
  color: #3E3D3D;
  border-bottom: 1px solid #5689B9;
  font-weight: 400;
}
.result-table td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.result-table__mob-title {
  display: none;
}
.result-table__phone {
  margin-top: 20px;
}
.result-table__phone a {
  color: #000;
  border-bottom: 1px dotted #000;
}
.result-table__phone a:hover {
  color: #5689b9;
  border-color: #5689b9;
}

.address-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 993px) {
  .address-group__or {
    padding: 0 22px;
    border-radius: 5px;
    background: #F5F5F5;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 27px;
  }
}
.address-group .controls {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.search-hint {
  font-size: 16px;
  line-height: 125%;
  color: #6F6C6C;
  margin: 0 0 20px;
}

@media screen and (max-width: 992px) {
  .result-table {
    margin-top: 32px;
  }
  .result-table table {
    display: block;
  }
  .result-table thead {
    display: none;
  }
  .result-table tbody {
    display: block;
  }
  .result-table tr {
    display: grid;
    grid-template-columns: 100%;
    gap: 30px;
    border-top: 1px solid #5689b9;
    padding: 16px 0 30px;
  }
  .result-table tr:last-child {
    border-bottom: 1px solid #5689b9;
  }
  .result-table td {
    border: none !important;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    gap: 14px;
  }
  .result-table__mob-title {
    display: block;
    color: #3E3D3D;
  }

  .address-group {
    display: block;
  }
  .address-group__or {
    margin-bottom: 35px;
    font-size: 16px;
  }
  .address-group .controls {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.support {
  display: none;
}
.support._active {
  display: block;
}
.support__desc {
  color: #6F6C6C;
  margin-top: 17px;
}
.support__grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 360px calc(100% - 394px);
  gap: 34px;
}
.support__tabs {
  display: grid;
  grid-template-columns: 100%;
  gap: 17px;
}
.support__tab {
  border-radius: 8px;
  background: #F5F5F5;
  padding: 18px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  text-align: left;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.support__tab._active {
  background-color: #A2BE4D;
}
.support__tab:hover {
  cursor: pointer;
  background-color: #A2BE4D;
}
.support .tab-content2 {
  border-radius: 8px;
  background: #F5F5F5;
}
.support .tab-content2--big {
  min-height: 595px;
}
@media screen and (min-width: 993px) {
  .support .tab-content2--scroll {
    padding: 0 30px 0 0;
    background: transparent;
    border-radius: 0;
    overflow-y: auto;
    max-height: 792px;
  }
  .support .tab-content2--scroll::-webkit-scrollbar {
    width: 27px;
    height: 28px;
  }
  .support .tab-content2--scroll::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 0;
  }
  .support .tab-content2--scroll::-webkit-scrollbar-thumb {
    background: #A2BE4D;
  }
}
.support__hint {
  font-size: 24px;
  line-height: 108%;
  color: #3D91C0;
  width: 446px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.support__hint span {
  display: block;
  margin-bottom: 10px;
}
.support__hint span:last-child {
  margin-bottom: 0;
}
.support .qa-card {
  margin-bottom: 16px;
}

.red-text {
  color: #F80101;
}

.tab-content2 {
  display: none;
  padding: 24px;
}
.tab-content2._active {
  display: block;
}
.tab-content2__close {
  display: none;
}

.m-text {
  font-size: 16px;
  line-height: 150%;
}
.m-text p {
  line-height: inherit;
  margin-bottom: 10px;
}
.m-text a {
  color: inherit;
  text-decoration: underline !important;
  border-bottom: none !important;
}
.m-text h3 {
  font-weight: 700;
  margin: 20px 0;
}
.m-text h3:first-child {
  margin-top: 0;
}
.m-text ul,
.m-text li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.m-text ul {
  padding-left: 10px;
  margin-bottom: 10px;
}
.m-text ul li {
  position: relative;
  padding-left: 12px;
}
.m-text ul li:before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
  width: unset;
  height: unset;
  background-image: unset;
}

.support2 .support__grid {
  margin-top: 0;
}

.qa-card {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background-color: #F5F5F5;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.qa-card._active {
  background-color: transparent;
}
.qa-card._active .qa-card__btn svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.qa-card__show {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.qa-card__btn {
  margin-left: 10px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qa-card__btn svg,
.qa-card__btn img {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: auto;
}
.qa-card__hidden {
  padding-top: 8px;
  display: none;
}
.qa-card__bottom {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 992px) {
  .support__grid {
    grid-template-columns: 100%;
  }
  .support .text {
    margin-bottom: 5px;
  }
  .support .text h2 {
    font-size: 22px;
    line-height: 118%;
  }
  .support__desc {
    font-size: 16px;
    margin-top: 5px;
  }
  .support .tab-content2 {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 100;
    padding-top: 70px;
    padding-right: 57px;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .support .tab-content2._active2 {
    opacity: 1;
    pointer-events: unset;
  }
  .support .tab-content2._hide-mob {
    display: none;
  }

  .support2 .support__tab._active {
    background-color: #F5F5F5;
  }
  .support2 .support__tab._active2 {
    background-color: #A2BE4D;
  }

  .tab-content2__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 14px;
    position: fixed;
    top: 31px;
    right: 31px;
    border: none;
    background-color: transparent;
  }
  .tab-content2__close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 300%;
    height: 300%;
  }
  .tab-content2__close svg {
    width: 100%;
    height: auto;
  }
}
.form-item--100p {
  width: 100%;
}

.file-input {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.file-input input {
  position: absolute;
  height: 100%;
  width: 500px;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.file-input__output {
  margin-top: 16px;
}
.file-input__upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 15px;
}
.file-input__upload:last-child {
  margin-bottom: 0;
}
.file-input__upload span {
  max-width: calc(100% - 40px);
  overflow-x: hidden;
  white-space: nowrap;
}
.file-input__remove {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.file-input__remove svg {
  width: 100%;
  height: auto;
}

._cursor-default {
  cursor: default !important;
}
._cursor-default li {
  cursor: default !important;
}

@media screen and (max-width: 1150px) {
  .file-input {
    margin-top: 20px;
  }
}
.modal .btn-close {
  position: absolute;
  top: 19px;
  right: 25px;
  border: none;
  background-color: transparent;
  width: 17px;
  cursor: pointer;
}
.modal .btn-close svg {
  width: 100%;
  height: auto;
}

.modal-dialog {
  border: none;
}

.error-modal .modal-dialog,
.not-find-modal .modal-dialog {
  max-width: 623px;
}
.error-modal .modal-content,
.not-find-modal .modal-content {
  border-radius: 10px;
  padding: 60px 20px;
  border: none;
  -webkit-box-shadow: 3px 5px 16px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 5px 16px 7px rgba(0, 0, 0, 0.25);
}

.error-modal .modal-content {
  padding-left: 49px;
  padding-right: 49px;
}
.error-modal__items {
  margin-top: 35px;
  padding-right: 32px;
  max-height: 320px;
  overflow-y: auto;
}
.error-modal__items::-webkit-scrollbar {
  width: 27px;
  height: 28px;
}
.error-modal__items::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 0;
}
.error-modal__items::-webkit-scrollbar-thumb {
  background: #A2BE4D;
}
.error-modal__items ul {
  display: grid;
  grid-template-columns: 100%;
  gap: 12px;
}
.error-modal__items ul li {
  font-size: 16px;
}
.error-modal__items ul li:before {
  color: #3D91C0;
}
.error-modal__items ul span {
  color: #3D91C0;
}

@media screen and (max-width: 576px) {
  .not-find-modal .modal-content {
    padding: 95px 40px;
  }

  .error-modal .modal-content {
    padding: 50px 20px 30px;
  }
}
body.fixed-body {
  overflow: hidden;
}

.text ol + *,
.text ul + * {
  margin-top: 30px;
}

.files__item-title, .faq__item-question {
  white-space: unset;
}

.anchor__links {
  margin-bottom: 57px;
}

.no-border-theme {
  margin-bottom: 48px;
}

.wrapper > .content {
  padding-bottom: 46px !important;
}

.seo__item > h1 {
  line-height: 112% !important;
}

.page__title,
h1 {
  line-height: 112%;
}

@media screen and (min-width: 1101px) {
  .services__form-block:before {
    right: -25px;
  }

  .services__form-item {
    padding-right: 40px;
  }
}
@media screen and (min-width: 481px) {
  .page__header {
    margin-top: -10px;
    margin-bottom: 60px;
  }

  .page__header-box {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .page__box._pt26 {
    padding-top: 26px;
  }
  .page__box .btn__back {
    margin-bottom: 0;
  }

  .services__form {
    margin-top: 48px;
  }
}
