
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #415669;
  color: #fff;
}

::selection {
  background-color: #415669;
  color: #fff;
}

input, textarea {
  outline: none;
}
input:focus:required:invalid, textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid, textarea:required:valid {
  border-color: green;
}

body {
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #222;
  position: relative;
  overflow-x: hidden;
}

.heading {
  font-weight: 700;
  margin: 15px 0 20px;
  font-size: 27px;
}

@media (min-width: 1340px) {
  .container {
    max-width: 1310px;
  }
}

@media (min-width: 1380px) {
  .header .container {
    max-width: 1350px;
  }
}

.btn {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  border-radius: 10px;
  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;
}
.btn.btn_blue {
  color: #FFF;
  min-width: 150px;
  height: 55px;
  background: #6c63ff;
}
.btn.btn_blue svg,
.btn.btn_blue img {
  margin-left: 10px;
}
.btn.btn_white {
  max-width: 180px;
  width: 100%;
  height: 55px;
  background: #fff;
  text-align: center;
  color: #6c63ff;
}
.btn.btn_white.border_blue {
  color: #6c63ff;
  border: 1px solid #6c63ff;
  border-radius: 10px;
}
.btn.btn_white.border_blue:hover {
  color: #fff;
  background: #6c63ff;
}
.btn.btn_white.border_red {
  color: #222;
  border: 1px solid #f66;
  border-radius: 10px;
}
.btn.btn_white.border_red:hover {
  color: #fff;
  background: #f66;
}
.btn.btn_yellow {
  max-width: 160px;
  width: 100%;
  height: 55px;
  background: #ffd449;
  text-align: center;
  color: #222;
}

.btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_row .btn:nth-child(2) {
  margin-left: 30px;
}

h2,
.title_h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 45px;
}

h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 24px;
}

h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.03em;
}

ul {
  padding-left: 20px;
}
ul li {
  list-style-type: none;
  position: relative;
}
/* ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6c63ff;
  position: absolute;
  top: 8px;
  left: -19px;
} */

.text_center {
  text-align: center;
}

.form_wrap .form-control {
  background: #efefef;
  border-radius: 10px;
  height: 55px;
  width: 100%;
  max-width: 405px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  border: 0px solid #ced4da;
}
.form_wrap .form-text {
  margin-top: 15px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #515151;
}
.form_wrap .form-text a {
  color: #515151;
}

.breadcrumbs {
  margin-top: 91px;
}
.breadcrumbs .breadcrumbs_list {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs .breadcrumbs_item {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #222;
  list-style-type: none;
  margin-right: 5px;
}
.breadcrumbs .breadcrumbs_item:before {
  display: none;
}
.breadcrumbs .breadcrumbs_item a {
  color: #6c63ff;
}

.search_modal .modal-dialog {
  max-width: 843px;
}
.search_modal .modal-header {
  border-bottom: 0;
  padding: 0;
}
.search_modal .modal-footer {
  border-top: 0;
  padding: 0;
}
.search_modal .modal-content {
  border-radius: 20px;
  background: #fff;
  height: 240px;
  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;
  padding: 15px;
}
.search_modal .search_form {
  width: 100%;
  max-width: 632px;
  padding-bottom: 12px;
}
.search_modal #search-clear {
  display: none;
}
.search_modal #editing-view-port {
  display: none;
}
.search_modal input:focus ~ .search_button circle {
  fill: #ffd449;
}

.btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.search_form {
  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;
  border-bottom: 1px solid #eaeaea;
}
.search_form .form-group {
  width: 100%;
}
.search_form input {
  border: none;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 45px;
  color: #222;
  width: 100%;
}
.search_form input:placeholder {
  color: #616161;
}
.search_form .search_button {
  border: none;
  background: transparent;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  background: #6c63ff;
  position: relative;
  z-index: 555;
  padding-bottom: 0px;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 66666;
}
.header .header_logo {
  font-weight: 600;
  font-size: 20px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #fff;
  margin-right: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .header_logo:hover {
  text-decoration: none;
}
.header .header_logo img,
.header .header_logo svg {
  max-width: 40px;
  max-height: 40px;
  margin-right: 10px;
}
.header .header__humb_menu {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  display: none;
  cursor: pointer;
}
.header .header__humb_menu.active span:nth-child(1) {
  position: relative;
  top: 9px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.header .header__humb_menu.active span:nth-child(2) {
  display: none;
}
.header .header__humb_menu.active span:nth-child(3) {
  position: relative;
  top: 2px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.header .header__humb_menu span {
  top: 0;
  left: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.header a {
  color: #FFF;
}
.header .header_phone {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #FFF;
}
.header .header_phone .btn {
  display: none;
}
.header .header_menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 77%;
  margin-right: auto;
}
.header .header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-left: 0;
}
.header .header_menu_item {
  list-style-type: none;
  padding-left: 0;
  margin-right: 30px;
}
.header .header_menu_item:before {
  display: none;
}
.header .header_menu_link {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 112%;
  letter-spacing: -0.03em;
  color: #fff;
}
.header .header_menu_link:hover {
  text-decoration: none;
}
.header .header_icons_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .navbar {
  padding: 20px 0;
}
.header .header_link_home {
  margin-left: 20px;
}
.header .header__humb_menu {
  margin-left: 20px;
}
.header .header_icons_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .search_link {
  cursor: pointer;
}
.header .dropdown-menu li {
  list-style-type: none;
}
.header .dropdown-menu li:before {
  display: none;
}
.header .dropdown-item {
  color: #222;
}
.header .dropdown-item.active, .header .dropdown-item:active {
  background-color: transparent;
}
.header .dropdown-toggle::after {
  position: relative;
  top: 3px;
}

.footer .footer_container {
  background: #434343;
  padding: 40px 45px 25px;
  border-radius: 30px;
  color: #FFF;
}
.footer .footer_logo {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 5px;
  display: block;
}
.footer .footer_logo img,
.footer .footer_logo svg {
  max-width: 70px;
  max-height: 70px;
  margin-right: 10px;
}
.footer h3 {
  line-height: 140%;
  color: #fff;
  margin-bottom: 20px;
}
.footer .footer_menu_link {
  color: #fff;
  display: block;
}
.footer .footer_menu {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
.footer .footer_menu .footer_menu_item {
  list-style-type: none;
}
.footer .footer_menu .footer_menu_item:before {
  display: none;
}
.footer .footer_menu .footer_menu_item .footer_menu_link {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #b3b3b3;
}
.footer .footer_link {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  color: #fff;
  display: block;
}
.footer .footer_link img,
.footer .footer_link svg {
  margin-left: 20px;
}
.footer .footer_col_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #b3b3b3;
  margin-bottom: 32px;
}
.footer .footer_col_l .footer_menu,
.footer .footer_col_r .footer_menu {
  padding-left: 20px;
}
.footer .footer_col_l .footer_menu_item,
.footer .footer_col_r .footer_menu_item {
  list-style-type: disc;
}
.footer .footer_col_l .footer_menu_item::marker,
.footer .footer_col_r .footer_menu_item::marker {
  color: #6c63ff;
  font-size: 21px;
}
.footer .footer_col_l .footer_menu_link,
.footer .footer_col_r .footer_menu_link {
  line-height: 180%;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #b3b3b3;
  display: inline-block;
  border-bottom: 1px solid #b3b3b3;
}
.footer .footer_col_r {
  border-left: 2px solid rgba(102, 112, 133, 0.5);
  padding-left: 45px;
}
.footer .footer_col_r .footer_text {
  margin-bottom: 0;
}
.footer .btn_row {
  margin-bottom: 26px;
  margin-top: 20px;
}
.footer .btn_yellow {
  max-width: 270px;
}
.footer .btn_white {
  max-width: 170px;
}
.footer .footer_row {
  border-top: 2px solid rgba(102, 112, 133, 0.5);
  margin-top: 42px;
  padding-top: 42px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_row .footer_menu_link {
  font-size: 15px;
  line-height: 140%;
  color: #fff;
}
.footer .footer_row_col {
  padding-left: 15px;
  padding-right: 15px;
}
.footer .footer_copyrights {
  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;
  margin: 49px auto 20px;
}
.footer .footer_copyrights_item {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #515151;
}

.top_block {
  z-index: 1;
  margin-top: 0px;
  background: #6c63ff;
  overflow: hidden;
}
.top_block.main_top_block .top_block_container:before {
  top: 18%;
}
.top_block.main_top_block .top_block_pic img {
  max-width: 387px;
}
.top_block .bcg_top_block {
  border-radius: 32px 32px 0 0;
  overflow: hidden;
  background: #FFF;
  position: relative;
}
.top_block .top_block_container {
  border-radius: 32px 32px 0 0;
  z-index: 2;
}
.top_block .top_block_container:before {
  background: url("../images/dist/top_block_treangle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  top: 21%;
  right: -3%;
  width: 1472px;
  height: 1472px;
  z-index: 1;
  max-width: 68vw;
  -webkit-transform: translate(9vw, -50%);
  -ms-transform: translate(9vw, -50%);
  transform: translate(9vw, -50%);
}
.top_block .top_block_title {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 55px;
  color: #222;
  margin-bottom: 27px;
  margin-top: 27px;
}
.top_block .top_block_title strong {
  font-weight: 700;
}
.top_block .top_block_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #515151;
  margin-bottom: 30px;
  position: relative;
}
.top_block .top_block_text.top_block_text_thin {
  font-weight: 400;
}
.top_block .top_block_up_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #222;
  margin-top: 92px;
}
.top_block .top_block_up_text img,
.top_block .top_block_up_text svg {
  margin-right: 10px;
}
.top_block .btn_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #636363;
  margin-left: 20px;
}
.top_block .btn_text span {
  font-weight: 500;
  color: #6c63ff;
}
.top_block .top_block_pic {
  position: relative;
  z-index: 1;
  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;
}
.top_block .top_block_pic img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  display: block;
  height: auto;
  top: 29px;
  left: 20px;
}
.top_block .top_block_col {
  position: relative;
  z-index: 4;
}
.top_block .list_info {
  margin-bottom: 30px;
}
.top_block .list_info .list_info_item {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #636363;
}
.top_block .list_info .list_info_item:before {
  top: 13px;
  width: 10px;
  height: 10px;
}

.economy_container {
  position: relative;
  z-index: 4;
  padding-bottom: 50px;
  padding-top: 7px;
}
.economy_container .economy_row {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.economy_container .economy_col_wrap {
  border: 1px solid #eaeaea;
  border-radius: 15px;
  background: #fff;
  padding: 41px 25px 25px;
  position: relative;
  height: 100%;
}
.economy_container .economy_col_wrap img,
.economy_container .economy_col_wrap svg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.economy_container .col_economy_title {
  margin-bottom: 10px;
}
.economy_container .col_economy_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #636363;
}

.register_for_help {
  background: #6c63ff;
  border-radius: 30px;
  padding: 50px 80px 0;
  color: #FFF;
  margin: 100px auto 100px;
}
.register_for_help .register_for_help_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 30px;
}
.register_for_help .title_h2 {
  margin-top: 76px;
  margin-bottom: 34px;
  line-height: 110%;
  letter-spacing: -0.03em;
}
.register_for_help .register_for_help_pic {
  text-align: center;
}
.register_for_help .register_for_help_pic img {
  max-width: 311px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.platform_capabil {
  margin-top: 100px;
  margin-bottom: 67px;
}
.platform_capabil .title_h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #222;
}
.platform_capabil .platform_capabil_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #515151;
  margin-bottom: 31px;
}
.platform_capabil .title_h4 {
  color: rgba(34, 34, 34, 0.87);
}
.platform_capabil .platform_options_col {
  background: #f9fafb;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  padding: 40px 45px 60px;
  height: 100%;
}
.platform_capabil .platform_options_col_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 45px;
}
.platform_capabil .platform_options_col_head img,
.platform_capabil .platform_options_col_head svg {
  margin-right: 30px;
}
.platform_capabil .platform_options_col_head .title_h3 {
  margin-bottom: 0;
}
.platform_capabil .platform_capabil_row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.platform_capabil .platform_options_list {
  margin-bottom: 27px;
}
.platform_capabil .platform_options_list:last-child {
  margin-bottom: 0;
}
.platform_capabil .platform_options_list ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.platform_capabil .platform_options_item {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #636363;
}
.platform_capabil .platform_options_item::marker {
  width: 7px;
  height: 7px;
  color: #6c63ff;
}

.get_free_help {
  background: #f9fafb;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  padding: 45px 45px 35px;
  margin-top: 67px;
  margin-bottom: 100px;
}
.get_free_help.about_get_free_help {
  margin-top: 15px;
}
.get_free_help .title_h2 {
  margin-bottom: 20px;
  color: #222;
}
.get_free_help p {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #515151;
}
.get_free_help .get_free_call {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #515151;
}
.get_free_help .get_free_call a {
  font-weight: 700;
  color: #6c63ff;
}
.get_free_help .hr_space {
  width: 151px;
  color: #C4C4C4;
  margin: 30px 0;
}
.get_free_help .form_wrap {
  margin-top: 12px;
  width: 100%;
  max-width: 406px;
}
.get_free_help .form_wrap .title_h3 {
  margin-bottom: 12px;
}
.get_free_help .form_wrap p {
  margin-bottom: 21px;
}
.get_free_help .form_wrap .btn_yellow {
  width: 100%;
  max-width: 100%;
}

.platform_intuit {
  text-align: center;
  margin: 0px auto 20px;
}
.platform_intuit .platform_intuit_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #515151;
  margin-bottom: 10px;
}
.platform_intuit .btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}

.inform_block {
  margin: 50px 0;
}
.inform_block .send_doc_ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #636363;
  margin-top: 38px;
}
.inform_block .send_doc_ul li {
  margin-bottom: 10px;
}

.inform_block_wrap {
  background: #f9fafb;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  padding: 45px;
  margin: 20px 0 20px;
  position: relative;
}
.inform_block_wrap .title_h2 {
  margin-bottom: 20px;
}
.inform_block_wrap .inform_block_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #636363;
}
.inform_block_wrap .inform_block_text:last-of-type {
  margin-bottom: 0;
}
.inform_block_wrap .inform_block_text strong {
  font-weight: 600;
}
.inform_block_wrap .inform_block_icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.inform_block_wrap .inform_block_icon img,
.inform_block_wrap .inform_block_icon svg {
  max-width: 50px;
  max-height: 50px;
}

.document_list_online {
  margin-top: 60px;
}
.document_list_online .title_h2 {
  margin-bottom: 40px;
}
.document_list_online .document_list_pic {
  margin-bottom: 15px;
  height: 199px;
  border-radius: 20px;
  overflow: hidden;
}
.document_list_online .document_list_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.document_list_online .title_h4 {
  margin-bottom: 15px;
  margin-bottom: 12px;
}
.document_list_online .document_list_col {
  margin-bottom: 40px;
  padding-left: 12px;
  padding-right: 12px;
}
.document_list_online .document_list_col .document_list_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #636363;
}

.document_list_text_bottom {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #515151;
}

.document_list_col_last {
  padding-left: 0;
  padding-right: 0;
}

.document_list_col_last_wrap {
  background: #f9fafb;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  padding: 20px;
  height: 199px;
}
.document_list_col_last_wrap .btn {
  width: 150px;
  height: 40px;
  font-size: 18px;
  line-height: 111%;
}

.about_top_block .btn.btn_blue {
  width: 190px;
}
.about_top_block .top_block_pic img {
  max-width: 655px;
  top: 0;
  left: 15px;
}

.about_economy_container {
  margin-top: 25px;
  margin-bottom: 40px;
}

.top_block_cut .top_block_container:before {
  display: none;
}

.top_block_cut {
  background: #f9fafb;
  padding-bottom: 70px;
}
.top_block_cut .top_block_title {
  margin-top: 32px;
  margin-bottom: 0;
}

.post_grid {
  margin-top: 60px;
  margin-bottom: 100px;
}
.post_grid.grid_col_2 .title_h2 {
  margin-bottom: 50px;
}
.post_grid.grid_col_2 .post_grid_info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 28px 34px 35px 34px;
}
.post_grid.grid_col_2 .post_grid_info_wrap.post_grid_info_notext {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_grid.grid_col_2 .post_grid_info_wrap.post_grid_info_notext .title_h3 {
  margin-bottom: 0;
}
.post_grid.grid_col_2 .post_grid_pic {
  height: 408px;
}
.post_grid.grid_col_2 .btn {
  padding: 0 20px;
  max-width: 100%;
}
.post_grid.grid_col_3 .title_h2 {
  margin-bottom: 50px;
}
.post_grid.grid_col_3 .post_grid_info_wrap {
  padding: 30px;
}
.post_grid.grid_col_3 .post_grid_pic {
  height: 269px;
}
.post_grid.grid_col_3 .post_grid_text {
  margin-bottom: 20px;
}
.post_grid.grid_col_3 .title_h3 {
  margin-bottom: 18px;
}
.post_grid .post_grid_row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.post_grid .post_grid_col {
  background: #f9fafb;
  border: 1px solid #eaeaea;
  border-radius: 20px 20px;
  height: 100%;
}
.post_grid .post_grid_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #515151;
}
.post_grid .post_grid_pic {
  height: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.post_grid .post_grid_pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.priziv_block {
  margin: 65px 0 100px;
  overflow: hidden;
}
.priziv_block .priziv_block_wrap {
  background: #f9fafb;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 320px;
}
.priziv_block .title_h2 {
  margin-bottom: 20px;
}
.priziv_block .priziv_block_text {
  margin-bottom: 15px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #515151;
}
.priziv_block .btn {
  max-width: 220px;
}
.priziv_block .priziv_block_pic_img {
  position: relative;
  top: 9px;
}

.post_list {
  margin-top: 60px;
}
.post_list .post_list_row {
  margin-bottom: 100px;
}
.post_list .title_h2 {
  margin-bottom: 53px;
}
.post_list .title_h4 {
  margin-bottom: 8px;
}
.post_list .post_list_info {
  margin-bottom: 29px;
}
.post_list .post_list_info:last-child {
  margin-bottom: 0;
}
.post_list .post_list_ul li {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #636363;
}
.post_list .post_list_ul li strong {
  font-weight: 700;
  color: #6c63ff;
}
.post_list .post_list_col_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.post_list .post_list_info_wrap {
  padding-left: 55px;
}
.post_list .post_list_pic img,
.post_list .post_list_col_pic img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.post_list .debt_redem_col_l .post_list_info {
  padding-left: 0;
}

.debt_redem_top_block .top_block_container:before {
  top: 9%;
  right: -22%;
  width: 1562px;
  height: 1562px;
  z-index: 1;
  max-width: 89vw;
}
.debt_redem_top_block .top_block_pic {
  position: absolute;
  right: 0;
  top: 100px;
  max-width: 52%;
}
.debt_redem_top_block .top_block_title {
  margin-bottom: 31px;
}
.debt_redem_top_block .list_info {
  margin-bottom: 23px;
}
.debt_redem_top_block .list_info_item {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #636363;
  margin-bottom: 5px;
}
.debt_redem_top_block .economy_container {
  margin-top: 137px;
}
.debt_redem_top_block .economy_container .title_h2 {
  margin-bottom: 20px;
}
.debt_redem_top_block .economy_container .title_h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #515151;
  margin-bottom: 40px;
}
.debt_redem_top_block .economy_container .economy_col_wrap {
  padding: 41px 25px 35px;
}
.debt_redem_top_block .economy_container .btn {
  margin: 40px auto 0;
  max-width: 220px;
}
.debt_redem_top_block .list_info li:before {
  content: "";
  width: 9px;
  height: 9px;
}

.send_doc_online {
  margin-bottom: 100px;
}
.send_doc_online .send_doc_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
}
.send_doc_online .send_doc_ul {
  margin-right: 40px;
  margin-bottom: 0;
}
.send_doc_online .send_doc_ul:last-child {
  margin-right: 0;
}
.send_doc_online .send_doc_ul li {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #636363;
}
.send_doc_online .title_h2 {
  margin-bottom: 50px;
}
.send_doc_online .title_h3 {
  margin-bottom: 20px;
}
.send_doc_online .form-group {
  margin-bottom: 10px;
}
.send_doc_online .form-text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #515151;
  margin-top: 10px;
}
.send_doc_online .form_gorizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.send_doc_online .form_gorizontal .form-control {
  background: #efefef;
  border-radius: 10px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #636363;
  height: 55px;
}
.send_doc_online .form_gorizontal .form-control::-webkit-input-placeholder {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #a7a7a7;
}
.send_doc_online .form_gorizontal .form-control::-moz-placeholder {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #a7a7a7;
}
.send_doc_online .form_gorizontal .form-control:-ms-input-placeholder {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #a7a7a7;
}
.send_doc_online .form_gorizontal .form-control::-ms-input-placeholder {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #a7a7a7;
}
.send_doc_online .form_gorizontal .form-control::placeholder {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #a7a7a7;
}
.send_doc_online .form_gorizontal .btn {
  width: 150px;
}
.send_doc_online .send_doc_pic img {
  max-width: 100%;
  height: auto;
  display: block;
}

.debt_redem_inform_block {
  margin: 100px 0;
}
.debt_redem_inform_block .btn {
  max-width: 310px;
  margin-top: 40px;
}

.debt_redem_buy_deb {
  margin-top: 100px;
}
.debt_redem_buy_deb .title_h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #222;
  margin-bottom: 20px;
}
.debt_redem_buy_deb .btn {
  max-width: 220px;
}
.debt_redem_buy_deb .post_list_info {
  padding-left: 50px;
}

.post_list_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #515151;
  margin-bottom: 20px;
}
.post_list_text:last-child {
  margin-bottom: 0;
}
.post_list_text strong {
  font-weight: 600;
}

.debt_redem_list_info {
  padding-left: 50px;
}
.debt_redem_list_info .title_h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #222;
  margin-bottom: 20px;
}
.debt_redem_list_info li {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #636363;
  margin-bottom: 15px;
}

.debt_redem_h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #222;
  margin-bottom: 20px;
}

.post_list .title_h2 {
  margin-bottom: 20px;
}
.post_list .debt_redem_row {
  margin-bottom: 50px;
}

.steps_col_container {
  margin: 100px 0;
}
.steps_col_container.steps_col_big .steps_col {
  margin-bottom: 40px;
}
.steps_col_container .title_h2 {
  margin-bottom: 40px;
}
.steps_col_container .steps_col .steps_col_last_wrap {
  border: 1.34px solid #eaeaea;
  border-radius: 20px;
  background: #f9fafb;
  padding: 20px;
  height: 100%;
}
.steps_col_container .steps_col .steps_col_last_wrap .steps_col_text {
  margin-bottom: 20px;
}
.steps_col_container .steps_col_row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.steps_col_container .steps_col_wrap {
  border: 1.34px solid #eaeaea;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}
.steps_col_container .steps_col_number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #6c63ff;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 29px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.steps_col_container .steps_col_title {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 134%;
  letter-spacing: -0.03em;
  color: rgba(34, 34, 34, 0.87);
  margin-bottom: 20px;
  padding-right: 60px;
}
.steps_col_container .steps_col_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #636363;
}
.steps_col_container .steps_col_botom {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #515151;
  margin-top: 40px;
}
.steps_col_container .steps_col_botom strong {
  font-weight: 700;
  color: #6c63ff;
}

.large_post_list {
  margin-top: 50px;
}
.large_post_list .title_h2 {
  margin-bottom: 20px;
}
.large_post_list .title_h2.big_title {
  font-size: 45px;
}
.large_post_list .title_h3 {
  line-height: 160%;
  text-align: center;
  color: #515151;
  margin-bottom: 50px;
}
.large_post_list .title_h4 {
  margin-bottom: 15px;
}
.large_post_list .post_list_ul li {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #636363;
  margin-bottom: 9px;
}
.large_post_list .post_list_info {
  padding-left: 45px;
}
.large_post_list .post_list_info.debt_redem_list_info {
  padding-left: 0;
}

.faq_list {
  margin: 64px auto;
}
.faq_list .card {
  border: 1px solid #eaeaea;
  border-radius: 30px;
  background: #f9fafb;
  overflow: hidden;
  margin-bottom: 20px;
}
.faq_list .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0px solid #eaeaea;
  background: #f9fafb;
  position: relative;
  padding: 21px 17px 21px 33px;
}
.faq_list .card-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #eaeaea;
}
.faq_list .card-body {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #636363;
  padding-bottom: 28px;
}
.faq_list .faq_close_icon {
  width: 34px;
  height: 34pxx;
}
.faq_list .card-link {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #515151;
  padding-right: 15px;
}
.faq_list .card-link ~ .faq_close_icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.faq_list .card-link.collapsed ~ .faq_close_icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.svodka_po_dolgam {
  border: 1px solid #eaeaea;
  border-radius: 30px;
  background: #f9fafb;
  padding: 45px;
  margin: 27px auto;
}
.svodka_po_dolgam .title_h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 55px;
  color: #222;
  margin-bottom: 20px;
}
.svodka_po_dolgam .title_h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #515151;
  margin-bottom: 20px;
}
.svodka_po_dolgam .btn {
  max-width: 100%;
  width: 100%;
}
.svodka_po_dolgam .svodka_po_dolgam_pic img {
  max-width: 650px;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -45%);
  -ms-transform: translate(-45%, -45%);
  transform: translate(-45%, -45%);
}
.svodka_po_dolgam .form_wrap .form-control {
  max-width: 100%;
}
.svodka_po_dolgam .form_wrap .form-group {
  margin-bottom: 20px;
}
.svodka_po_dolgam .form_wrap .form-text {
  margin-top: 0;
}
.svodka_po_dolgam .svodka_po_dolgam_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.svodka_top_block {
  padding-bottom: 20px;
  background: #FFF;
}

.contacts_top_block {
  background: #FFF;
  padding-bottom: 26px;
}

.contacts_container {
  margin-top: 37px;
}
.contacts_container .map_col {
  border-radius: 20px;
  overflow: hidden;
  margin: 28px 0 0;
}
.contacts_container .map_col iframe {
  width: 100%;
  min-height: 417px;
  border-radius: 20px;
  overflow: hidden;
}
.contacts_container .btn {
  max-width: 100%;
  width: 100%;
}
.contacts_container .contacts_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #636363;
}

.contacts_get_free_help {
  margin-top: 51px;
}

.search_top_block {
  background: #FFF;
  padding-bottom: 33px;
}

.search_result {
  margin-bottom: 100px;
}
.search_result .search_result_title {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #515151;
  margin-bottom: 13px;
}
.search_result .search_result_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #636363;
  margin-bottom: 20px;
}
.search_result .search_result_list ol {
  margin-bottom: 0;
  padding-left: 20px;
}
.search_result .search_result_list .search_result_list_item {
  margin-bottom: 5px;
}
.search_result .search_result_list .search_result_list_item a {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #6c63ff;
}

.form_modal.modal.show .modal-dialog {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form_modal .modal-content {
  max-width: 495px;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  padding: 45px;
}
.form_modal .form_wrap {
  margin-top: 12px;
  width: 100%;
  max-width: 406px;
}
.form_modal .form_wrap .title_h3 {
  margin-bottom: 12px;
}
.form_modal .form_wrap p {
  margin-bottom: 21px;
}
.form_modal .form_wrap .btn_yellow {
  width: 100%;
  max-width: 100%;
}
.form_modal .title_h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.stadiya_zvonkov_top_block .bcg_top_block {
  padding-bottom: 100px;
}
.stadiya_zvonkov_top_block .list_info_itemtop_block {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #636363;
}
.stadiya_zvonkov_top_block .top_block_pic img {
  max-width: 587px;
  top: 7px;
  left: -71px;
}
.stadiya_zvonkov_top_block .top_block_container:before {
  top: 11%;
}

.stadiya_zvonkov_list {
  margin-top: 0;
}

.stadiya_zvonkov_post_grid.post_grid_first .title_h2 {
  text-align: center;
}
.stadiya_zvonkov_post_grid .btn {
  width: 200px;
}

.stadiya_zvonkov_steps .steps_col {
  margin-bottom: 40px;
}
.stadiya_zvonkov_steps .btn {
  font-size: 18px;
  line-height: 111%;
  text-align: center;
  border-radius: 10px;
  width: 150px;
  height: 40px;
}

.stadiya_zvonkov_economy {
  margin-bottom: 50px;
}
.stadiya_zvonkov_economy .title_h2,
.stadiya_zvonkov_economy .title_h3 {
  text-align: center;
}
.stadiya_zvonkov_economy .title_h2 {
  margin-bottom: 20px;
}
.stadiya_zvonkov_economy .title_h3 {
  line-height: 160%;
  margin-bottom: 40px;
}
.stadiya_zvonkov_economy .btn {
  margin: 50px auto 0;
  max-width: 220px;
}

.stadiya_zvonkov_post_list {
  margin-top: 60px;
}
.stadiya_zvonkov_post_list .debt_redem_row_rewerse .post_list_col_content {
  padding-left: 15px;
}
.stadiya_zvonkov_post_list .debt_redem_list_info {
  padding-left: 0;
}
.stadiya_zvonkov_post_list .debt_redem_list_info li {
  margin-bottom: 7px;
}
.stadiya_zvonkov_post_list .post_list_col_content {
  padding-left: 55px;
}
.stadiya_zvonkov_post_list .post_list_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #636363;
}

.stadiya_zvonkov_send_doc {
  margin-top: 100px;
}

.stadiya_zvonkov_faq .title_h2 {
  margin-bottom: 40px;
}

.otzuv_pers_data_top_block .top_block_pic {
  position: absolute;
  right: 4%;
  top: -10%;
  max-width: 708px;
}
.otzuv_pers_data_top_block .list_info {
  font-size: 20px;
  line-height: 160%;
  color: #636363;
  margin-bottom: 30px;
}
.otzuv_pers_data_top_block .top_block_container:before {
  top: 11%;
}

.otzuv_pers_data_post_list {
  margin-top: 128px;
}
.otzuv_pers_data_post_list .post_list_col_content {
  padding-left: 60px;
}
.otzuv_pers_data_post_list .debt_redem_col_l {
  padding-left: 15px;
}
.otzuv_pers_data_post_list .debt_redem_list_info {
  padding-left: 0;
}
.otzuv_pers_data_post_list .title_h2 {
  margin-bottom: 20px;
}
.otzuv_pers_data_post_list .post_list_text {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 160%;
}
.otzuv_pers_data_post_list .debt_redem_list_info li {
  margin-bottom: 7px;
}

.otzuv_pers_data_steps {
  margin: 83px 0 56px;
}
.otzuv_pers_data_steps .steps_col {
  margin-bottom: 40px;
}

.inform_block_wrap .title_h2 {
  margin-bottom: 5px;
}

.zhaloba_v_prok_top_block .top_block_pic img {
  max-width: 692px;
  top: 7px;
  left: -71px;
}
.zhaloba_v_prok_top_block .top_block_container:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(16%, -44%);
  -ms-transform: translate(16%, -44%);
  transform: translate(16%, -44%);
}

.document_list_online_big .document_list_pic {
  height: 265px;
}

.zhaloba_v_prok_document_list {
  margin-top: 45px;
}
.zhaloba_v_prok_document_list .title_h2 {
  text-align: center;
}

.zhaloba_v_prok_post_list {
  margin-top: 100px;
  margin-bottom: 100px;
}
.zhaloba_v_prok_post_list .post_list_col_content {
  padding-left: 55px;
}
.zhaloba_v_prok_post_list .title_h2 {
  margin-bottom: 20px;
}
.zhaloba_v_prok_post_list .post_list_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #636363;
  margin-bottom: 25px;
}
.zhaloba_v_prok_post_list .debt_redem_list_info {
  padding-left: 0;
}
.zhaloba_v_prok_post_list .debt_redem_list_info li {
  margin-bottom: 8px;
}
.zhaloba_v_prok_post_list .debt_redem_row_rewerse .post_list_col_content {
  padding-left: 15px;
}

.zhaloba_v_prok_priziv {
  margin: 100px 0 100px;
}
.zhaloba_v_prok_priziv .priziv_block_wrap {
  padding: 28px 45px;
}

.zhaloba_v_prok_steps {
  margin-top: 50px;
}

.stadiya_viezda_top_block .top_block_pic img {
  position: relative;
  z-index: 2;
  max-width: 830px;
  display: block;
  height: auto;
  top: -32px;
  left: -28px;
}
.stadiya_viezda_top_block .top_block_container:before {
  top: 11%;
}

.stadiya_viezda_document_list.document_list_online_big {
  margin-top: 30px;
}
.stadiya_viezda_document_list.document_list_online_big .title_h2 {
  text-align: center;
}

.stadiya_viezda_document_list {
  margin-top: 100px;
}
.stadiya_viezda_document_list .title_h2 {
  text-align: center;
}

.stadiya_viezda_post_list {
  margin-bottom: 100px;
}
.stadiya_viezda_post_list .post_list_col_content {
  padding-left: 55px;
}
.stadiya_viezda_post_list .debt_redem_row_rewerse .post_list_col_content {
  padding-left: 15px;
}
.stadiya_viezda_post_list .debt_redem_row_rewerse .debt_redem_list_info {
  padding-left: 0;
}
.stadiya_viezda_post_list .post_list_ul li {
  margin-bottom: 10px;
}

.zhaloba_v_prok_visit_top_block .bcg_top_block {
  padding-bottom: 110px;
}
.zhaloba_v_prok_visit_top_block .top_block_pic img {
  max-width: 658px;
  top: 57px;
  left: -93px;
}

.stadiya_otveta_top_block .top_block_pic img {
  position: relative;
  z-index: 2;
  max-width: 572px;
  display: block;
  height: auto;
  top: 84px;
  left: -77px;
}
.stadiya_otveta_top_block .bcg_top_block {
  padding-bottom: 95px;
}
.stadiya_otveta_top_block .top_block_container:before {
  top: 12%;
}

.stadiya_otveta_post_list .debt_redem_row {
  margin-top: 50px;
}
.stadiya_otveta_post_list .post_list_col_content {
  padding-left: 55px;
}
.stadiya_otveta_post_list .debt_redem_row_rewerse .post_list_col_content {
  padding-left: 15px;
}
.stadiya_otveta_post_list .debt_redem_row_rewerse .debt_redem_list_info {
  padding-left: 0;
}

.stadiya_otmenu_top_block .top_block_pic img {
  position: relative;
  z-index: 2;
  max-width: 730px;
  display: block;
  height: auto;
  top: 79px;
  left: 0;
}
.stadiya_otmenu_top_block .bcg_top_block {
  padding-bottom: 150px;
}
.stadiya_otmenu_top_block .top_block_container:before {
  top: 12%;
}

.stadiya_otmenu_post_list {
  margin-bottom: 100px;
}
.stadiya_otmenu_post_list .post_list_col_content {
  padding-left: 55px;
}
.stadiya_otmenu_post_list .debt_redem_row_rewerse .post_list_col_content {
  padding-left: 15px;
}
.stadiya_otmenu_post_list .debt_redem_row_rewerse .debt_redem_list_info {
  padding-left: 0;
}

.stadiya_sud_pristav_top_block .top_block_pic img {
  position: relative;
  z-index: 2;
  max-width: 730px;
  display: block;
  height: auto;
  top: 12px;
  left: -76px;
}
.stadiya_sud_pristav_top_block .bcg_top_block {
  padding-bottom: 36px;
}
.stadiya_sud_pristav_top_block .top_block_container:before {
  top: 12%;
}

.stadiya_bankrot_top_block .top_block_pic img {
  position: relative;
  z-index: 2;
  max-width: 756px;
  display: block;
  height: auto;
  top: -7px;
  left: -145px;
}
.stadiya_bankrot_top_block .bcg_top_block {
  padding-bottom: 36px;
}
.stadiya_bankrot_top_block .top_block_container:before {
  top: 12%;
}
.stadiya_bankrot_top_block .top_block_title {
  margin-bottom: 17px;
}
.stadiya_bankrot_top_block .top_block_text {
  margin-bottom: 20px;
}
.stadiya_bankrot_top_block .btn {
  width: 220px;
}

.stadiya_bankrot_steps {
  margin-top: 0px;
  margin-bottom: 87px;
}

.stadiya_bankrot_economy {
  margin-bottom: 50px;
}
.stadiya_bankrot_economy .title_h2,
.stadiya_bankrot_economy .title_h3 {
  text-align: center;
}
.stadiya_bankrot_economy .title_h2 {
  margin-bottom: 20px;
}
.stadiya_bankrot_economy .title_h3 {
  line-height: 160%;
  margin-bottom: 40px;
}
.stadiya_bankrot_economy .btn {
  margin: 50px auto 0;
  max-width: 220px;
}

.stadiya_bankrot_post_list .title_h2 {
  margin-bottom: 20px;
}
.stadiya_bankrot_post_list .btn {
  max-width: 220px;
}
.stadiya_bankrot_post_list .post_list_col_content {
  padding-left: 55px;
}
.stadiya_bankrot_post_list .debt_redem_row_rewerse .debt_redem_list_info {
  padding-left: 0;
}
.stadiya_bankrot_post_list .debt_redem_row_rewerse .post_list_col_content {
  padding-left: 15px;
}
.stadiya_bankrot_post_list .stadiya_bankrot_title_h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #222;
}

.stadiya_bankrot_post_grid {
  margin-top: 90px;
  margin-bottom: 60px;
}
.stadiya_bankrot_post_grid .title_h2 {
  text-align: center;
}
.stadiya_bankrot_post_grid .title_h3 {
  margin-bottom: 22px;
}
.stadiya_bankrot_post_grid .col-lg-6 {
  margin-bottom: 37px;
}

.stadiya_bankrot_inform_block {
  margin-bottom: 111px;
}
.stadiya_bankrot_inform_block .inform_block_text {
  font-weight: 500;
}
.stadiya_bankrot_inform_block .btn {
  max-width: 310px;
}

.otvet_napretenziyu_top_block {
  margin-bottom: 55px;
}
.otvet_napretenziyu_top_block .top_block_pic img {
  position: relative;
  z-index: 2;
  max-width: 756px;
  display: block;
  height: auto;
  top: -7px;
  left: -145px;
}
.otvet_napretenziyu_top_block .top_block_container:before {
  top: 9%;
}
.otvet_napretenziyu_top_block .top_block_pic {
  position: unset;
}
.otvet_napretenziyu_top_block .top_block_pic img {
  position: absolute;
  right: 0;
  left: unset;
  top: 100px;
  max-width: 1141px;
}
.otvet_napretenziyu_top_block .bcg_top_block {
  padding-bottom: 160px;
}

.otvet_napretenziyu_economy {
  margin-bottom: 50px;
}
.otvet_napretenziyu_economy .title_h2,
.otvet_napretenziyu_economy .title_h3 {
  text-align: center;
}
.otvet_napretenziyu_economy .title_h2 {
  margin-bottom: 20px;
}
.otvet_napretenziyu_economy .title_h3 {
  line-height: 160%;
  margin-bottom: 40px;
}
.otvet_napretenziyu_economy .btn {
  margin: 50px auto 0;
  max-width: 220px;
}

.otvet_napretenziyu_post_list .post_list_col_content {
  padding-left: 55px;
}
.otvet_napretenziyu_post_list .debt_redem_row_rewerse .debt_redem_list_info {
  padding-left: 0;
}
.otvet_napretenziyu_post_list .debt_redem_row_rewerse .post_list_col_content {
  padding-left: 15px;
}
.otvet_napretenziyu_post_list .btn {
  max-width: 220px;
}
.otvet_napretenziyu_post_list .otvet_napretenziyu_post_list_h2 {
  font-weight: 500;
  font-size: 45px;
  color: #222;
}

.otmena_sudprikaz_top_block .top_block_pic img {
  position: relative;
  z-index: 2;
  max-width: 970px;
  display: block;
  height: auto;
  top: 0;
  left: -144px;
}
.otmena_sudprikaz_top_block .top_block_container:before {
  top: 30%;
}

.otmena_sudprikaz_economy {
  margin-top: 18px;
}
.otmena_sudprikaz_economy .title_h2,
.otmena_sudprikaz_economy .title_h3 {
  text-align: center;
}
.otmena_sudprikaz_economy .title_h2 {
  margin-bottom: 20px;
}
.otmena_sudprikaz_economy .title_h3 {
  line-height: 160%;
  margin-bottom: 40px;
}
.otmena_sudprikaz_economy .btn {
  margin: 50px auto 0;
  max-width: 220px;
}

.otmena_sudprikaz_post_list {
  margin-top: 50px;
}
.otmena_sudprikaz_post_list .title_h2 {
  text-align: center;
  margin-bottom: 24px;
}
.otmena_sudprikaz_post_list .post_list_col_content {
  padding-left: 55px;
}
.otmena_sudprikaz_post_list .debt_redem_row_rewerse .debt_redem_list_info {
  padding-left: 0;
}
.otmena_sudprikaz_post_list .debt_redem_row_rewerse .post_list_col_content {
  padding-left: 15px;
}
.otmena_sudprikaz_post_list .debt_redem_h2 {
  text-align: left;
}
.otmena_sudprikaz_post_list .post_list_ul li {
  margin-bottom: 6px;
}
.otmena_sudprikaz_post_list .btn {
  max-width: 220px;
}

.otmena_sudprikaz_post_grid.post_grid {
  margin-top: 100px;
}
.otmena_sudprikaz_post_grid.post_grid .title_h2 {
  margin-bottom: 40px;
}
.otmena_sudprikaz_post_grid.post_grid .title_h3 {
  margin-bottom: 22px;
}

.otmena_zaochnogo_top_block .top_block_pic img {
  position: relative;
  z-index: 2;
  max-width: 815px;
  display: block;
  height: auto;
  top: 77px;
  left: -65px;
}
.otmena_zaochnogo_top_block .bcg_top_block {
  padding-bottom: 36px;
}
.otmena_zaochnogo_top_block .top_block_container:before {
  top: 12%;
}
.otmena_zaochnogo_top_block .top_block_title {
  margin-bottom: 32px;
}
.otmena_zaochnogo_top_block .top_block_text {
  margin-bottom: 28px;
}
.otmena_zaochnogo_top_block .btn {
  width: 220px;
}

.otmena_zaochnogo_top_block {
  margin-bottom: 65px;
}

.otmena_zaochnogo_post_list {
  margin-bottom: 100px;
}

.otmena_zaochnogo_inform_block .title_h2 {
  margin-bottom: 20px;
}
.otmena_zaochnogo_inform_block .inform_block_text {
  margin-bottom: 20px;
}
.otmena_zaochnogo_inform_block .inform_block_text:last-of-type {
  margin-bottom: 0;
}

.podacha_apellacii_top_block .top_block_pic img {
  position: relative;
  z-index: 2;
  max-width: 700px;
  display: block;
  height: auto;
  top: 98px;
  left: -128px;
}
.podacha_apellacii_top_block .bcg_top_block {
  padding-bottom: 95px;
}
.podacha_apellacii_top_block .top_block_container:before {
  top: 12%;
}

.podacha_apellacii_inform_block {
  margin-bottom: 100px;
}
.podacha_apellacii_inform_block .title_h2 {
  margin-bottom: 20px;
}
.podacha_apellacii_inform_block .inform_block_text {
  margin-bottom: 20px;
}

.podacha_apellacii_post_list .btn {
  max-width: 220px;
}

.zhaloba_deystvie_top_block .top_block_pic img {
  position: relative;
  z-index: 2;
  max-width: 671px;
  display: block;
  height: auto;
  top: 58px;
  left: -143px;
}
.zhaloba_deystvie_top_block .bcg_top_block {
  padding-bottom: 95px;
}
.zhaloba_deystvie_top_block .top_block_container:before {
  top: 12%;
}

.zhaloba_deystvie_post_list .btn {
  max-width: 220px;
}
.zhaloba_deystvie_post_list .title_h2 {
  margin-bottom: 20px;
}

.zhaloba_bezdeystvie_top_block .top_block_pic img {
  position: relative;
  z-index: 2;
  max-width: 671px;
  display: block;
  height: auto;
  top: 58px;
  left: -81px;
}
.zhaloba_bezdeystvie_top_block .bcg_top_block {
  padding-bottom: 57px;
}
.zhaloba_bezdeystvie_top_block .top_block_container:before {
  top: 12%;
}

.zhaloba_bezdeystvie_inform_block {
  margin-top: 100px;
  margin-bottom: 50px;
}
.zhaloba_bezdeystvie_inform_block .btn {
  max-width: 310px;
  margin-top: 35px;
}

.post_grid.stadiya_sud_pristav_post_grid .title_h2 {
  text-align: center;
}

@media (max-width: 1600px) {
  .debt_redem_top_block .top_block_pic {
    top: 140px;
  }

  .otzuv_pers_data_top_block .top_block_pic {
    right: -2%;
  }
}
@media (max-width: 1440px) {
  .otzuv_pers_data_top_block .top_block_pic {
    right: -11%;
  }

  .otzuv_pers_data_top_block .top_block_container:before {
    top: 16%;
    right: -20%;
    max-width: 83vw;
  }

  .stadiya_otveta_top_block .top_block_container:before {
    top: 28%;
  }
}
@media (max-width: 1399px) {
  .header .header_phone {
    font-size: 18px;
  }

  .header .header_link_home {
    margin-left: 10px;
  }

  .header .header_menu_wrap {
    width: 79%;
  }

  .header .header_logo {
    margin-right: 20px;
  }
}
@media (max-width: 1380px) {
  .header .header_menu_item {
    margin-right: 20px;
  }

  .stadiya_viezda_top_block .top_block_pic img {
    max-width: 630px;
  }
}
@media (max-width: 1339px) {
  .header .header_menu_item {
    margin-right: 10px;
  }

  .header .header_logo {
    margin-right: 15px;
  }

  .header .header_link_home {
    margin-left: 20px;
  }

  .debt_redem_top_block .top_block_title br {
    display: none;
  }

  .header .header_menu_item {
    margin-right: 15px;
  }

  .otzuv_pers_data_top_block .top_block_container:before {
    top: 16%;
    right: -20%;
    max-width: 83vw;
  }

  .otzuv_pers_data_top_block .top_block_pic {
    right: -11%;
    top: 4%;
    max-width: 600px;
  }

  .stadiya_viezda_top_block .top_block_pic img {
    max-width: 550px;
  }

  .zhaloba_v_prok_visit_top_block .top_block_pic img {
    max-width: 550px;
  }

  .stadiya_sud_pristav_top_block .top_block_pic img {
    max-width: 559px;
    top: 0;
    left: -7px;
  }

  .stadiya_bankrot_top_block .top_block_pic img {
    max-width: 559px;
  }

  .otvet_napretenziyu_top_block .top_block_pic img {
    max-width: 860px;
  }

  .otmena_sudprikaz_top_block .top_block_title br {
    display: none;
  }

  .otmena_sudprikaz_top_block .top_block_pic img {
    max-width: 759px;
    left: 0;
  }

  .otmena_zaochnogo_top_block .top_block_pic img {
    max-width: 659px;
    left: 0;
  }

  .otmena_zaochnogo_top_block .top_block_title br {
    display: none;
  }

  .zhaloba_deystvie_top_block .top_block_pic img {
    max-width: 592px;
    left: 0;
  }

  .zhaloba_bezdeystvie_top_block .top_block_title br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .header_logo {
    font-size: 16px;
  }

  .header .header_logo img, .header .header_logo svg {
    max-width: 30px;
    max-height: 30px;
  }

  .search_link svg,
.header_link_home svg {
    max-width: 30px;
    max-height: 30px;
  }

  .header .header_phone,
.header .header_menu_link {
    font-size: 14px;
  }

  .header_link_home {
    margin-left: 10px;
  }

  .header .header_menu_wrap {
    width: 79%;
  }

  .economy_container .economy_col_wrap {
    padding: 20px;
  }

  .economy_container .col_economy_title {
    width: calc(100% - 45px);
  }

  .post_list .post_list_info {
    margin-bottom: 20px;
  }

  .debt_redem_top_block .top_block_pic {
    top: 213px;
  }

  .debt_redem_top_block .economy_container .economy_col_wrap {
    padding: 20px;
  }

  .steps_col_container .steps_col_botom br {
    display: none;
  }

  .steps_col_container .steps_col_text br {
    display: none;
  }

  .inform_block_wrap .title_h2 br {
    display: none;
  }

  .send_doc_online .title_h2 br {
    display: none;
  }

  .send_doc_online .title_h2 {
    margin-bottom: 20px;
  }

  .send_doc_online .send_doc_wrap {
    margin-bottom: 20px;
  }

  .large_post_list .title_h2 br {
    display: none;
  }

  .about_top_block .top_block_pic img {
    max-width: 470px;
  }

  .svodka_po_dolgam .svodka_po_dolgam_pic img {
    max-width: 460px;
  }

  .header .header_phone {
    font-size: 14px;
  }

  .header .header_menu_link {
    font-size: 14px;
  }

  .header .header_menu_item {
    margin-right: 10px;
  }

  .header .header_link_home {
    margin-left: 10px;
  }

  .stadiya_zvonkov_top_block .top_block_title br {
    display: none;
  }

  .otzuv_pers_data_top_block .top_block_pic {
    right: -13%;
  }

  .zhaloba_v_prok_top_block .top_block_pic img,
.stadiya_viezda_top_block .top_block_pic img {
    max-width: 430px;
  }

  .zhaloba_v_prok_visit_top_block .top_block_pic img {
    max-width: 430px;
  }

  .stadiya_otveta_top_block .top_block_container:before {
    top: 40%;
  }

  .stadiya_otveta_top_block .top_block_pic img {
    max-width: 436px;
    left: 0;
  }

  .stadiya_bankrot_top_block .top_block_pic img {
    max-width: 436px;
    left: 0;
  }

  .otvet_napretenziyu_top_block .top_block_pic img {
    max-width: 735px;
  }

  .podacha_apellacii_top_block .top_block_pic img {
    max-width: 520px;
    top: 0;
    left: -13px;
  }

  .footer .footer_copyrights_item {
    font-size: 16px;
  }

  .post_grid.grid_col_2 .post_grid_info_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1040px) {
  .otzuv_pers_data_top_block .top_block_pic {
    right: -15%;
  }
}
@media (max-width: 991px) {
  .top_block.main_top_block .top_block_pic img {
    max-width: 300px;
  }

  .top_block .top_block_container:before {
    right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .title_h2 {
    font-size: 25px;
    line-height: 110%;
  }

  .title_h3 {
    font-size: 20px;
    line-height: 160%;
  }

  .title_h4 {
    font-size: 18px;
  }

  .header .header_menu_wrap {
    display: none;
    -ms-order: 3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .header.active {
    z-index: 5;
    height: 100vh;
    overflow: scroll;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header.active::-webkit-scrollbar {
    width: 3px;
  }
  .header.active::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
            box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  .header.active::-webkit-scrollbar-thumb {
    background: #6c63ff;
    border-radius: 10px;
  }
  .header.active::-webkit-scrollbar-thumb:hover {
    background: #6c63ff;
  }

  .header .header_menu_wrap.active {
    margin-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 100px;
  }

  .header .header_menu_wrap.active .header_menu {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .header .dropdown-item {
    color: #222;
  }

  .header .header_menu_item {
    margin-bottom: 30px;
    text-align: center;
  }

  .header .header_phone,
.header .header_menu_link {
    font-weight: 500;
    font-size: 24px;
    line-height: 75%;
    letter-spacing: -0.02em;
  }

  .header .header_phone {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: 10vh;
  }

  .header .header_phone .btn {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 248px;
  }

  .header .header__humb_menu {
    display: block;
    width: 20px;
    height: 20px;
  }

  .header .navbar-toggler-line {
    background: #FFF;
    width: 20px;
    height: 1px;
    display: block;
    margin-bottom: 6px;
  }
  .header .navbar-toggler-line:last-child {
    margin-bottom: 0;
  }

  .header .header_logo {
    font-size: 20px;
    line-height: 90%;
  }

  .header .header_logo img, .header .header_logo svg {
    max-width: 40px;
    max-height: 40px;
  }

  .header .navbar {
    padding: 10px 0;
  }

  .romb_top_block img {
    z-index: 2;
    position: relative;
  }

  .top_block .top_block_pic:before {
    max-width: 100%;
    left: 50%;
    bottom: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }

  .top_block .top_block_pic img {
    top: 0;
    max-width: 56%;
  }

  .about_top_block .top_block_pic img {
    max-width: 100%;
  }

  .top_block .top_block_title {
    font-size: 25px;
  }

  .top_block .top_block_text {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #515151;
  }

  .economy_container .economy_col {
    margin-bottom: 20px;
  }

  .register_for_help {
    padding: 20px 20px 0;
  }

  .platform_capabil .platform_options_col {
    padding: 20px;
  }

  .platform_options_col_head img,
.platform_options_col_head svg {
    max-width: 40px;
    max-height: 40px;
  }

  .platform_capabil .platform_capabil_text {
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;
  }

  .platform_capabil .platform_capabil_text br {
    display: none;
  }

  .platform_capabil .platform_options_col_head img,
.platform_capabil .platform_options_col_head svg {
    margin-right: 18px;
  }

  .platform_capabil .platform_options_col_head {
    margin-bottom: 20px;
  }

  .platform_capabil .platform_options_list {
    margin-bottom: 20px;
  }

  .get_free_help p {
    font-size: 15px;
    line-height: 160%;
  }

  .get_free_help .get_free_call {
    font-size: 18px;
    line-height: 160%;
  }

  .economy_container {
    margin-top: 45px;
  }

  .btn_row {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .btn_row .btn:last-child {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .btn_row .btn {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .register_for_help .title_h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .top_block .btn_text {
    margin-left: 0;
    margin-top: 15px;
  }

  .footer .footer_row {
    margin-top: 20px;
  }

  .footer .footer_copyrights_item {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 9px;
  }

  .footer .footer_copyrights {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .post_list .post_list_info_wrap {
    padding-left: 0;
  }

  .debt_redem_top_block .top_block_pic {
    padding-right: 0;
  }

  .debt_redem_top_block .top_block_pic img {
    max-width: 68%;
  }

  .top_block .list_info .list_info_item {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
  }

  .debt_redem_top_block .top_block_pic {
    position: unset;
    margin-top: 0;
  }

  .debt_redem_top_block .top_block_row,
.otvet_napretenziyu_top_block .top_block_row,
.otmena_zaochnogo_top_block .top_block_row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .debt_redem_top_block .top_block_container,
.otvet_napretenziyu_top_block .top_block_container {
    padding-top: 352px;
  }

  .romb_top_block:before {
    background: url(../images/dist/top_block_treangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 50%;
    width: 350px;
    height: 350px;
    z-index: 1;
    max-width: 90vw;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }

  .debt_redem_top_block .top_block_title br {
    display: none;
  }

  .debt_redem_top_block .top_block_pic img {
    position: absolute;
    right: 0;
    left: unset;
    top: 43px;
  }

  .otvet_napretenziyu_top_block .top_block_pic img {
    position: absolute;
    right: 0;
    left: unset;
    top: 0;
  }

  .large_post_list .title_h2.big_title {
    font-size: 25px;
    line-height: 110%;
  }

  .steps_col_container .steps_col {
    margin-bottom: 20px;
  }

  .steps_col_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .send_doc_online .send_doc_wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .send_doc_online .form_gorizontal {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .send_doc_online .form_gorizontal {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .send_doc_online .form-group {
    width: 100%;
    margin-bottom: 15px;
  }

  .send_doc_online .form_gorizontal .btn {
    width: 100%;
    max-width: 100%;
  }

  .send_doc_online .form-text {
    margin-top: 15px;
  }

  .debt_redem_list_info .title_h2,
.debt_redem_buy_deb .title_h2 {
    font-size: 25px;
    color: #222;
    line-height: normal;
  }

  .inform_block_wrap .inform_block_text {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
  }

  .steps_col_container .steps_col_title {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
    margin-bottom: 10px;
  }

  .steps_col_container .steps_col_text {
    font-size: 15px;
    line-height: 140%;
    color: #515151;
  }

  .steps_col_container .steps_col_number {
    font-size: 26px;
    width: 45px;
    height: 45px;
    top: 10px;
    right: 26px;
  }

  .steps_col_container .steps_col_botom {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    margin-top: 0;
  }

  .steps_col_container .steps_col_botom br {
    display: none;
  }

  .large_post_list .post_list_info {
    padding-left: 0;
  }

  .debt_redem_buy_deb .post_list_info {
    padding-left: 0;
  }

  .svodka_po_dolgam .title_h2 {
    font-size: 25px;
    color: #222;
  }

  .svodka_po_dolgam .title_h4 {
    font-size: 15px;
    line-height: 150%;
    color: #515151;
  }

  .svodka_po_dolgam {
    background: #fff;
    padding: 0;
    border: 0;
  }

  .svodka_po_dolgam_row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .svodka_po_dolgam .svodka_po_dolgam_pic img {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: auto;
  }

  .header .dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    background: transparent;
    border: 0;
    color: #fff;
    min-width: auto;
    margin-top: 15px;
  }

  .header .dropdown-menu .dropdown-item {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.02em;
    text-align: center;
    white-space: normal;
  }

  .header .dropdown-menu .dropdown-item:hover {
    color: #FFF;
    background-color: transparent;
  }

  .header .dropdown-menu li {
    margin-bottom: 10px;
  }

  .stadiya_zvonkov_top_block .top_block_row,
.zhaloba_v_prok_top_block .top_block_row,
.zhaloba_v_prok_visit_top_block .top_block_row,
.stadiya_otveta_top_block .top_block_row,
.stadiya_otmenu_top_block .top_block_row,
.stadiya_sud_pristav_top_block .top_block_row,
.stadiya_bankrot_top_block .top_block_row,
.otmena_sudprikaz_top_block .top_block_row,
.podacha_apellacii_top_block .top_block_row,
.zhaloba_deystvie_top_block .top_block_row,
.zhaloba_bezdeystvie_top_block .top_block_row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .stadiya_zvonkov_top_block .top_block_container:before,
.otzuv_pers_data_top_block .top_block_container:before,
.zhaloba_v_prok_top_block .top_block_container:before,
.stadiya_viezda_top_block .top_block_container:before,
.zhaloba_v_prok_visit_top_block .top_block_container:before,
.stadiya_otveta_top_block .top_block_container:before,
.stadiya_otmenu_top_block .top_block_container:before,
.stadiya_sud_pristav_top_block .top_block_container:before,
.stadiya_bankrot_top_block .top_block_container:before,
.otvet_napretenziyu_top_block .top_block_container:before,
.otmena_sudprikaz_top_block .top_block_container:before,
.otmena_zaochnogo_top_block .top_block_container:before,
.podacha_apellacii_top_block .top_block_container:before,
.zhaloba_deystvie_top_block .top_block_container:before,
.zhaloba_bezdeystvie_top_block .top_block_container:before {
    right: 50%;
    top: 21%;
    max-height: 345px;
    max-width: 345px;
    -webkit-transform: translate(61%, -50%);
    -ms-transform: translate(61%, -50%);
    transform: translate(61%, -50%);
  }

  .top_block .top_block_pic img {
    margin: auto;
    left: unset;
  }

  .post_grid .post_grid_col {
    height: auto;
    margin-bottom: 30px;
  }

  .stadiya_zvonkov_post_list .post_list_col_content {
    padding-left: 15px;
  }

  .priziv_block .priziv_block_wrap {
    padding: 0px;
  }

  .priziv_block .priziv_block_info {
    padding: 20px;
  }

  .post_grid.grid_col_3 .post_grid_info_wrap {
    padding: 20px;
  }

  .otzuv_pers_data_top_block .top_block_pic {
    position: relative;
  }

  .otzuv_pers_data_top_block .top_block_row,
.stadiya_viezda_top_block .top_block_row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .top_block .top_block_pic img {
    max-width: 100%;
  }

  .inform_block_wrap {
    padding: 20px;
  }

  .stadiya_zvonkov_top_block .top_block_pic img,
.otzuv_pers_data_top_block .top_block_pic img,
.zhaloba_v_prok_top_block .top_block_pic img,
.stadiya_viezda_top_block .top_block_pic img,
.zhaloba_v_prok_visit_top_block .top_block_pic img,
.stadiya_otveta_top_block .top_block_pic img,
.stadiya_otmenu_top_block .top_block_pic img,
.stadiya_sud_pristav_top_block .top_block_pic img,
.stadiya_bankrot_top_block .top_block_pic img,
.otmena_zaochnogo_top_block .top_block_pic img,
.podacha_apellacii_top_block .top_block_pic img,
.zhaloba_deystvie_top_block .top_block_pic img,
.zhaloba_bezdeystvie_top_block .top_block_pic img,
.debt_redem_top_block .top_block_pic img {
    max-width: 425px;
  }

  .stadiya_viezda_top_block .breadcrumbs {
    margin-top: 50px;
  }

  .zhaloba_v_prok_visit_top_block .bcg_top_block {
    padding-bottom: 0;
  }

  .zhaloba_v_prok_document_list {
    margin-top: 30px;
  }

  .large_post_list .post_list_ul li {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
  }

  .stadiya_bankrot_post_list .stadiya_bankrot_title_h2 {
    font-size: 25px;
    line-height: 110%;
  }

  .otvet_napretenziyu_top_block .top_block_pic img {
    top: unset;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -18%);
    -ms-transform: translate(50%, -18%);
    transform: translate(50%, -18%);
  }

  .podacha_apellacii_top_block .top_block_title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .title_h2 br {
    display: none;
  }

  .btn.btn_white {
    font-size: 18px;
    line-height: 111%;
    text-align: center;
  }

  .top_block .top_block_row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .top_block .top_block_pic {
    margin-top: 30px;
  }

  .top_block .top_block_up_text {
    margin-top: 34px;
  }

  .top_block .top_block_title {
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .top_block .top_block_text {
    margin-bottom: 19px;
  }

  .top_block .btn_blue {
    width: 100%;
    max-width: 345px;
  }

  .top_block .btn.btn_blue svg {
    margin-left: 0;
    position: absolute;
    right: 11%;
  }

  .top_block .btn_text {
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    margin-left: 0;
    margin-top: 15px;
  }

  .top_block .btn_text br {
    display: none;
  }

  .economy_container {
    margin-bottom: 30px;
  }

  .economy_container .col_economy_title {
    width: 100%;
  }

  .register_for_help {
    margin-top: 0px;
    border-radius: 17px;
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .register_for_help .register_for_help_text {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 20px;
  }

  .register_for_help .register_for_help_pic {
    margin-top: 24px;
    max-height: 356px;
    overflow: hidden;
    padding-bottom: 0;
  }

  .register_for_help .register_for_help_pic img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .platform_capabil {
    margin-top: 51px;
    margin-bottom: 50px;
  }

  .platform_capabil .title_h3 {
    margin-bottom: 20px;
  }

  .platform_capabil .platform_capabil_row .col-md-6 {
    margin-bottom: 20px;
  }

  .platform_capabil .platform_capabil_row .col-md-6:last-child {
    margin-bottom: 0;
  }

  .get_free_help {
    margin-top: 50px;
    padding: 19px;
    margin-bottom: 50px;
  }

  .get_free_help .hr_space {
    margin: 20px 0;
  }

  .get_free_help .form_wrap .title_h3 {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .get_free_help .form_wrap {
    max-width: 475px;
    margin-top: 42px;
  }

  .form_wrap .form-control {
    font-size: 15px;
    line-height: 160%;
  }

  .btn.btn_yellow {
    font-size: 18px;
    line-height: 160%;
  }

  .form_wrap .form-text {
    font-size: 12px;
    line-height: 160%;
  }

  .form_wrap .form-group:last-child {
    margin-bottom: 0;
  }

  .footer .footer_container {
    padding: 16px;
  }

  .footer .footer_logo {
    font-size: 29px;
    line-height: 90%;
    margin-top: 0;
  }

  .footer .footer_logo svg,
.footer .footer_logo img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px;
  }

  .footer .title_h3 {
    font-size: 18px;
  }

  .footer .footer_col_r {
    padding-left: 15px;
    border-left: 0;
  }

  .footer .footer_link {
    font-size: 18px;
  }

  .footer .footer_link.footer_link_tel {
    font-size: 25px;
    margin-top: 12px;
  }

  .footer_col_r .footer_text {
    margin-top: 22px;
  }

  .footer .btn_row {
    margin-top: 17px;
  }

  .btn_row .btn:last-child {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .footer .btn_row {
    margin-bottom: 0;
  }

  .footer .footer_col_l .footer_menu,
.footer .footer_col_r .footer_menu {
    margin-top: 15px;
  }

  .footer .footer_menu .footer_menu_item .footer_menu_link {
    display: inline-block;
  }

  .footer .footer_col_l .footer_menu_item,
.footer .footer_col_r .footer_menu_item {
    margin-bottom: 5px;
  }

  .footer .footer_link img,
.footer .footer_link svg {
    max-width: 20px;
  }

  .about_top_block .top_block_pic {
    margin-top: 15px;
  }

  .about_top_block .top_block_pic img {
    max-width: 100%;
  }

  .about_top_block .breadcrumbs {
    margin-top: 35px;
  }

  .about_top_block .top_block_text {
    margin-bottom: 10px;
  }

  .about_top_block .btn_row .btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about_economy_container {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .about_platform_intuit .title_h3 {
    font-size: 25px;
    text-align: center;
    line-height: normal;
    margin-bottom: 18px;
  }

  .about_platform_intuit .platform_intuit_text {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 20px;
  }

  .about_platform_intuit .btn.btn_yellow {
    max-width: 265px;
    height: 55px;
  }

  .about_inform_block .inform_block_wrap {
    padding: 20px;
  }

  .about_inform_block .title_h2 {
    font-size: 20px;
    line-height: 150%;
    max-width: 60%;
    margin-bottom: 9px;
  }

  .about_inform_block .inform_block_text {
    font-size: 15px;
    line-height: 160%;
  }

  .about_inform_block .inform_block_icon {
    top: 7px;
    right: 7px;
  }

  .about_document_list {
    margin-top: 50px;
  }

  .about_document_list .title_h2 {
    text-align: center;
    margin-bottom: 23px;
  }

  .about_document_list .title_h2 br {
    display: none;
  }

  .about_document_list .document_list_pic {
    height: 228px;
  }

  .about_document_list .title_h4 {
    font-size: 20px;
  }

  .about_document_list .document_list_col {
    margin-bottom: 18px;
  }

  .document_list_col_last {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ddocument_list_col_last_wrap {
    height: 228px;
  }

  .document_list_col_last_wrap .btn {
    border-radius: 10px;
    max-width: 305px;
    width: 100%;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
  }

  .breadcrumbs {
    margin-top: 40px;
  }

  .breadcrumbs .breadcrumbs_item {
    font-size: 15px;
  }

  .top_block_cut {
    background: #fff;
    padding-bottom: 0;
    min-height: 30px;
  }

  .post_grid {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .post_grid.grid_col_2 .title_h2 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .post_grid.grid_col_2 .title_h2 {
    margin-bottom: 20px;
  }

  .post_grid.grid_col_3 .title_h3 {
    margin-bottom: 10px;
  }

  .post_grid.grid_col_2 .post_grid_pic,
.post_grid.grid_col_3 .post_grid_pic {
    height: 235px;
  }

  .post_grid.grid_col_2 .post_grid_info_wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 16px 19px;
  }

  .post_grid.grid_col_3 .post_grid_info_wrap {
    padding: 16px 19px;
  }

  .post_grid .post_grid_text {
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 13px;
  }
  .post_grid .post_grid_text br {
    display: none;
  }

  .post_grid .title_h3 {
    margin-bottom: 20px;
    line-height: normal;
  }

  .post_grid .post_grid_row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .post_grid .post_grid_col {
    margin-bottom: 20px;
  }

  .post_grid .post_grid_col.post_grid_col_last {
    margin-bottom: 0px;
  }

  .priziv_block .priziv_block_wrap {
    padding: 20px;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .post_grid .post_grid_col_last {
    margin-bottom: 0;
  }

  .priziv_block {
    margin: 50px 0;
  }

  .priziv_block .title_h2 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 15px;
    text-align: center;
  }

  .priziv_block .priziv_block_text {
    text-align: center;
  }

  .priziv_block .priziv_block_info.text-left .title_h2 {
    text-align: left;
  }

  .priziv_block .priziv_block_info.text-left .priziv_block_text {
    text-align: left;
  }

  .priziv_block .priziv_block_wrap {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .priziv_block br {
    display: none;
  }

  .priziv_block .priziv_block_text {
    font-size: 15px;
    line-height: 160%;
    color: #636363;
  }

  .priziv_block .btn {
    max-width: 100%;
  }

  .post_grid.grid_col_3 .title_h2 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .post_grid.grid_col_3 .title_h2 {
    margin-bottom: 20px;
  }

  .post_grid.grid_col_3 .btn {
    max-width: 100%;
  }

  .post_grid.grid_col_3 .post_grid_text {
    margin-bottom: 14px;
  }

  .post_grid.grid_col_2 .post_grid_text {
    margin-bottom: 14px;
  }

  .priziv_block_pic img {
    max-width: 100%;
    max-height: 176px;
    display: block;
  }

  .post_grid.grid_col_2 .title_h2 br {
    display: none;
  }

  .post_grid.grid_col_2 .post_grid_info_wrap.post_grid_info_notext {
    display: block;
  }

  .post_grid.grid_col_2 .post_grid_info_wrap.post_grid_info_notext .title_h3 {
    margin-bottom: 15px;
  }

  .post_grid.post_grid_first {
    margin-top: 0;
  }

  .post_list {
    margin-top: 0;
  }

  .post_list .title_h2 {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 96%;
    letter-spacing: -0.02em;
    color: rgba(34, 34, 34, 0.87);
  }

  .post_list .post_list_info_wrap {
    margin-top: 0px;
  }

  .post_list .title_h4 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
    margin-bottom: 6px;
  }

  .post_list .post_list_info {
    margin-bottom: 21px;
  }

  .post_list .post_list_row {
    margin-bottom: 35px;
  }

  .post_list ul li::marker {
    position: relative;
    top: 2px;
    left: 2px;
  }

  .debt_redem_top_block {
    margin-bottom: 17px;
  }

  .debt_redem_top_block .top_block_text {
    margin-bottom: 20px;
  }

  .debt_redem_top_block .list_info_item {
    margin-bottom: 0;
  }

  .debt_redem_top_block .list_info_item::marker {
    display: none;
  }

  .debt_redem_top_block .economy_container {
    margin-top: 50px;
  }

  .debt_redem_top_block .economy_container .title_h2 {
    line-height: normal;
  }

  .debt_redem_top_block .economy_container .title_h3 {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #515151;
    margin-bottom: 20px;
  }

  .debt_redem_top_block .economy_container .title_h3 br {
    display: none;
  }

  .debt_redem_top_block .economy_container .economy_col_wrap {
    padding: 20px;
  }

  .debt_redem_top_block .economy_container .economy_col {
    margin-bottom: 17px;
  }

  .debt_redem_top_block .top_block_pic img {
    max-width: 530px;
  }

  .debt_redem_top_block .economy_container .btn {
    max-width: 100%;
    margin: 5px auto 0;
  }

  .large_post_list .title_h2.text-center {
    text-align: left !important;
    line-height: normal;
  }

  .large_post_list .title_h3.text-center {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
    text-align: left !important;
    margin-bottom: 20px;
  }

  .large_post_list .title_h4 {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
    margin-bottom: 20px;
  }

  .large_post_list .post_list_ul li {
    font-size: 15px;
    line-height: 168%;
    color: #515151;
    margin-bottom: 0;
  }

  .send_doc_online .send_doc_row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .send_doc_online .send_doc_pic {
    margin-bottom: 20px;
  }

  .send_doc_online .send_doc_ul li {
    font-size: 15px;
    line-height: 150%;
    color: #515151;
    margin-bottom: 9px;
  }

  .send_doc_online .title_h2 {
    margin-bottom: 20px;
  }

  .send_doc_online .send_doc_wrap {
    margin-bottom: 45px;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .send_doc_online .title_h3 {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .send_doc_online {
    margin-bottom: 50px;
  }

  .debt_redem_inform_block {
    margin: 50px 0;
  }

  .debt_redem_inform_block .inform_block_wrap {
    padding: 20px;
  }

  .inform_block_wrap .title_h2 {
    font-size: 20px;
    line-height: 150%;
    color: #222;
  }

  .stadiya_bankrot_inform_block .inform_block_wrap .inform_block_icon,
.debt_redem_inform_block .inform_block_wrap .inform_block_icon {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .stadiya_bankrot_inform_block .inform_block_wrap .inform_block_icon img,
.stadiya_bankrot_inform_block .inform_block_wrap .inform_block_icon svg,
.debt_redem_inform_block .inform_block_wrap .inform_block_icon img,
.debt_redem_inform_block .inform_block_wrap .inform_block_icon svg,
.otmena_zaochnogo_inform_block .inform_block_wrap .inform_block_icon img,
.otmena_zaochnogo_inform_block .inform_block_wrap .inform_block_icon svg {
    max-width: 45px;
    max-height: 45px;
  }

  .debt_redem_inform_block .btn {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }

  .debt_redem_buy_deb .post_list_col_pic {
    margin-bottom: 17px;
  }

  .debt_redem_buy_deb .post_list_text {
    margin-bottom: 0;
  }

  .debt_redem_list_info .btn {
    display: none;
  }

  .steps_col_container {
    margin: 50px 0;
  }

  .steps_col_container .title_h2 {
    margin-bottom: 20px;
    text-align: left !important;
  }

  .steps_col_container .title_h2 br {
    display: none;
  }

  .steps_col_container .steps_col {
    margin-bottom: 20px;
  }

  .debt_redem_row_rewerse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .large_post_list .title_h2 {
    font-size: 25px;
    color: #222;
    line-height: normal;
  }

  .debt_redem_inform_block .title_h2 {
    padding-right: 45px;
    margin-bottom: 10px;
  }

  .debt_redem_inform_block .inform_block_text {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
  }

  .debt_redem_top_block .top_block_pic {
    margin-top: 0;
  }

  ul li:before {
    top: 10px;
    left: -19px;
    width: 7px;
    height: 7px;
  }

  .large_post_list .post_list_ul li {
    margin-bottom: 3px;
  }

  .faq_list {
    margin: 3px auto;
  }

  .faq_list .card-header {
    padding: 18px 15px 21px 21px;
  }

  .faq_list .card-header:after {
    display: none;
  }

  .faq_list .card-body {
    padding-top: 0;
  }

  .faq_list .card-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .svodka_po_dolgam .breadcrumbs {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .svodka_po_dolgam .form_wrap .form-group {
    margin-bottom: 15px;
  }

  .svodka_po_dolgam .form_wrap .form-text {
    margin-top: 15px;
  }

  .contacts_container .contacts_text {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
    margin-bottom: 10px;
  }

  .contacts_container .contacts_text_col {
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .contacts_container .map_col {
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .contacts_container .btn {
    margin-top: 10px;
  }

  .contacts_container {
    margin-top: 0;
  }

  .contacts_container .map_col iframe {
    min-height: 206px;
  }

  .search_result {
    margin-bottom: 50px;
  }

  .search_form input {
    font-weight: 400;
    font-size: 20px;
  }

  .search_modal .modal-content {
    background: transparent;
    border: 0px solid #eaeaea;
  }

  .search_form {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    border-bottom: 0px solid #eaeaea;
    position: relative;
  }
  .search_form:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 5%;
    width: 90%;
    height: 1px;
    background: #EAEAEA;
  }

  .search_modal.show {
    padding-right: 0 !important;
  }

  .search_form .search_button {
    max-height: 30px;
  }

  .search_form .search_button svg {
    max-width: 30px;
    max-height: 30px;
  }

  .search_modal .search_form {
    padding: 20px;
  }

  .search_modal .modal-content {
    height: auto;
  }

  .search_modal .btn_close svg {
    max-width: 30px;
    max-height: 30px;
  }

  .search_modal .btn_close {
    top: -26px;
    right: 16px;
    opacity: 1;
  }

  .form_modal .modal-content {
    padding: 20px;
  }

  .form_modal .title_h4 {
    font-size: 15px;
    line-height: 160%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form_modal .form_wrap .form-text {
    font-size: 12px;
    line-height: 160%;
  }

  .top_block.main_top_block .top_block_pic img {
    max-width: 100%;
  }

  .top_block .top_block_container {
    position: relative;
  }

  .top_block.main_top_block .top_block_container:before {
    top: 0%;
  }

  .top_block .top_block_container:before {
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, 20px);
    -ms-transform: translate(50%, 20px);
    transform: translate(50%, 20px);
    max-height: 345px;
    max-width: 100%;
  }

  .document_list_online .document_list_col_last_wrap {
    height: auto;
  }

  .svodka_po_dolgam .svodka_po_dolgam_pic img {
    max-width: 100%;
  }

  .stadiya_zvonkov_top_block .top_block_pic img,
.otzuv_pers_data_top_block .top_block_pic img,
.stadiya_viezda_top_block .top_block_pic img,
.stadiya_viezda_top_block .top_block_pic img,
.zhaloba_v_prok_visit_top_block .top_block_pic img,
.stadiya_otveta_top_block .top_block_pic img,
.stadiya_otmenu_top_block .top_block_pic img,
.stadiya_sud_pristav_top_block .top_block_pic img,
.stadiya_bankrot_top_block .top_block_pic img,
.otmena_sudprikaz_top_block .top_block_pic img,
.podacha_apellacii_top_block .top_block_pic img,
.zhaloba_deystvie_top_block .top_block_pic img,
.zhaloba_bezdeystvie_top_block .top_block_pic img {
    max-width: 100%;
  }

  .stadiya_zvonkov_top_block .top_block_pic {
    right: 0;
    margin-bottom: 36px;
  }

  .otzuv_pers_data_top_block .top_block_pic,
.zhaloba_v_prok_visit_top_block .top_block_pic,
.stadiya_bankrot_top_block .top_block_pic {
    margin-top: 0;
    right: 0;
  }

  .otmena_sudprikaz_top_block .top_block_pic {
    margin-top: 70px;
  }

  .zhaloba_v_prok_visit_top_block .top_block_container:before,
.stadiya_viezda_top_block .top_block_container:before,
.zhaloba_v_prok_top_block .top_block_container:before,
.stadiya_zvonkov_top_block .top_block_container:before,
.stadiya_sud_pristav_top_block .top_block_container:before,
.podacha_apellacii_top_block .top_block_container:before,
.zhaloba_deystvie_top_block .top_block_container:before,
.zhaloba_bezdeystvie_top_block .top_block_container:before,
.otzuv_pers_data_top_block .top_block_container:before,
.stadiya_otveta_top_block .top_block_container:before,
.stadiya_otmenu_top_block .top_block_container:before,
.otvet_napretenziyu_top_block .top_block_container:before,
.otmena_sudprikaz_top_block .top_block_container:before,
.otmena_zaochnogo_top_block .top_block_container:before,
.debt_redem_top_block .top_block_container:before {
    top: 0;
    -webkit-transform: translate(50%, 20px);
    -ms-transform: translate(50%, 20px);
    transform: translate(50%, 20px);
    max-height: 328px;
  }

  .stadiya_bankrot_top_block .top_block_container:before {
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -100%);
    -ms-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
    max-width: 100%;
  }

  .stadiya_zvonkov_top_block .breadcrumbs {
    margin-top: 0;
  }

  .stadiya_zvonkov_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .stadiya_zvonkov_top_block .list_info_item {
    font-size: 15px;
    line-height: 160%;
  }

  .stadiya_zvonkov_top_block .list_info {
    margin-bottom: 40px;
  }

  .stadiya_zvonkov_list .post_list_col_pic {
    margin-bottom: 20px;
  }

  .stadiya_zvonkov_post_grid .btn {
    width: 100%;
  }

  .stadiya_zvonkov_post_grid.post_grid_first .title_h2 {
    text-align: left;
  }

  .stadiya_zvonkov_post_grid .title_h3 {
    line-height: normal;
    margin-bottom: 20px;
  }

  .stadiya_zvonkov_steps,
.stadiya_otveta_steps {
    margin-bottom: 20px;
  }

  .stadiya_zvonkov_economy {
    margin-top: 50px;
  }

  .stadiya_zvonkov_economy .title_h2 br {
    display: none;
  }

  .stadiya_zvonkov_steps .title_h2,
.stadiya_otveta_steps .title_h2 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .steps_col.steps_col_last {
    margin-bottom: 0;
  }

  .stadiya_zvonkov_steps .steps_col.steps_col_last .btn,
.otzuv_pers_data_steps .steps_col.steps_col_last .btn,
.stadiya_otveta_steps .steps_col.steps_col_last .btn {
    width: 100%;
    height: 55px;
    max-width: 100%;
  }

  .stadiya_zvonkov_economy .title_h3 {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #515151;
    margin-bottom: 20px;
  }

  .stadiya_zvonkov_economy .btn {
    max-width: 100%;
    margin-top: 0;
  }

  .stadiya_zvonkov_economy {
    padding-bottom: 20px;
  }

  .stadiya_zvonkov_post_list .title_h2 {
    font-size: 25px;
    line-height: normal;
  }

  .stadiya_otveta_post_list .post_list_col_pic,
.stadiya_zvonkov_post_list .post_list_col_pic {
    margin-bottom: 20px;
  }

  .stadiya_zvonkov_post_list .post_list_row {
    margin-bottom: 50px;
  }

  .stadiya_zvonkov_post_list .post_list_text {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
  }

  .stadiya_zvonkov_send_doc {
    margin-top: 50px;
  }

  .inform_block .send_doc_ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .otzuv_pers_data_top_block .top_block_title,
.zhaloba_bezdeystvie_top_block .top_block_title,
.zhaloba_v_prok_top_block .top_block_title,
.stadiya_viezda_top_block .top_block_title,
.zhaloba_v_prok_visit_top_block .top_block_title,
.stadiya_otveta_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .top_block .top_block_title br {
    display: none;
  }

  .otzuv_pers_data_top_block .top_block_text,
.zhaloba_v_prok_top_block .top_block_text,
.stadiya_viezda_top_block .top_block_text,
.stadiya_otveta_top_block .top_block_text,
.stadiya_otmenu_top_block .top_block_text,
.stadiya_sud_pristav_top_block .top_block_text,
.zhaloba_deystvie_top_block .top_block_text,
.zhaloba_bezdeystvie_top_block .top_block_text,
.zhaloba_v_prok_visit_top_block .top_block_text,
.stadiya_bankrot_top_block .top_block_text {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .otzuv_pers_data_top_block .list_info,
.zhaloba_v_prok_top_block .list_info,
.stadiya_viezda_top_block .list_info,
.stadiya_otmenu_top_block .list_info,
.stadiya_sud_pristav_top_block .list_info,
.zhaloba_deystvie_top_block .list_info,
.zhaloba_bezdeystvie_top_block .list_info {
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;
  }

  .otzuv_pers_data_post_list {
    margin-top: 50px;
  }

  .otzuv_pers_data_post_list .post_list_pic,
.zhaloba_v_prok_post_list .post_list_pic,
.stadiya_viezda_post_list .post_list_pic,
.stadiya_otmenu_post_list .post_list_pic,
.stadiya_bankrot_post_list .post_list_pic,
.zhaloba_deystvie_post_list .post_list_pic {
    margin-bottom: 20px;
  }

  .otzuv_pers_data_post_list .post_list_col_content,
.zhaloba_v_prok_post_list .post_list_col_content,
.stadiya_viezda_post_list .post_list_col_content,
.stadiya_otveta_post_list .post_list_col_content,
.stadiya_otmenu_post_list .post_list_col_content,
.stadiya_bankrot_post_list .post_list_col_content,
.zhaloba_deystvie_post_list .post_list_col_content {
    padding-left: 15px;
  }

  .otzuv_pers_data_post_list .title_h2,
.zhaloba_v_prok_post_list .title_h2,
.zhaloba_deystvie_post_list .title_h2 {
    font-size: 25px;
    color: #222;
    line-height: normal;
  }

  .otzuv_pers_data_steps {
    margin-top: 30px;
  }

  .otzuv_pers_data_steps .title_h2 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .inform_block .send_doc_ul {
    margin-top: 25px;
  }

  .inform_block .send_doc_ul li {
    font-size: 15px;
    line-height: 150%;
    color: #515151;
    margin-bottom: 7px;
  }

  .stadiya_zvonkov_economy .title_h3 br {
    display: none;
  }

  .top_block .list_info .list_info_item {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
  }

  .zhaloba_v_prok_document_list .title_h2 {
    margin-bottom: 20px;
  }

  .document_list_online_big .document_list_pic {
    height: 228px;
  }

  .document_list_online_big .document_list_col {
    margin-bottom: 20px;
  }

  .document_list_online .title_h4 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .document_list_online .document_list_text_bottom {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #515151;
    text-align: left;
    margin-top: 50px;
  }

  .zhaloba_v_prok_document_list {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .document_list_online .document_list_col:last-child {
    margin-bottom: 0;
  }

  .zhaloba_v_prok_post_list {
    margin-bottom: 20px;
  }

  .zhaloba_v_prok_priziv {
    margin-top: 20px;
  }

  .zhaloba_v_prok_post_list .post_list_text {
    margin-bottom: 15px;
  }

  .zhaloba_v_prok_priziv .priziv_block_text {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #515151;
  }

  .zhaloba_v_prok_priziv .priziv_block_text strong {
    line-height: 135%;
    display: block;
    margin-bottom: 10px;
  }

  .priziv_block .priziv_block_info {
    padding: 0;
  }

  .zhaloba_v_prok_steps {
    margin-top: 32px;
    margin-bottom: 30px;
  }

  .zhaloba_v_prok_steps .title_h2 {
    text-align: center !important;
  }

  .steps_col_container .steps_col_wrap {
    padding-right: 40px;
  }

  .stadiya_viezda_top_block .top_block_pic {
    margin-top: 0;
  }

  .stadiya_viezda_document_list.document_list_online_big .title_h2 {
    margin-bottom: 20px;
  }

  .stadiya_viezda_document_list .document_list_text {
    margin-top: 0;
  }

  .stadiya_viezda_document_list {
    margin-top: 50px;
  }

  .stadiya_viezda_document_list .title_h2 {
    margin-bottom: 20px;
  }

  .stadiya_viezda_priziv .priziv_block_pic {
    display: none;
  }

  .stadiya_viezda_priziv .title_h2,
.stadiya_viezda_priziv .priziv_block_text {
    text-align: left;
  }

  .stadiya_viezda_post_list .post_list_row {
    margin-top: 50px;
  }

  .stadiya_viezda_post_list {
    margin-bottom: 30px;
  }

  .zhaloba_v_prok_priziv .priziv_block_pic {
    margin-bottom: 20px;
  }

  .stadiya_zvonkov_top_block .top_block_pic img,
.otzuv_pers_data_top_block .top_block_pic img,
.zhaloba_v_prok_top_block .top_block_pic img,
.stadiya_viezda_top_block .top_block_pic img,
.zhaloba_v_prok_visit_top_block .top_block_pic img,
.stadiya_sud_pristav_top_block .top_block_pic img,
.otmena_zaochnogo_top_block .top_block_pic img {
    max-width: 100%;
  }

  .stadiya_otveta_top_block .bcg_top_block {
    padding-bottom: 0;
  }

  .post_list .post_list_ul {
    margin-bottom: 20px;
  }

  .post_list .post_list_ul li {
    margin-bottom: 5px;
  }

  .post_list .debt_redem_col_l .title_h2 {
    line-height: normal;
  }

  .stadiya_otmenu_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .stadiya_otmenu_top_block .bcg_top_block {
    padding-bottom: 28px;
  }

  .stadiya_otmenu_post_list .post_list_col_content .post_list_text strong {
    font-weight: 400;
  }

  .stadiya_otmenu_post_list .post_list_text {
    margin-bottom: 10px;
  }

  .stadiya_otmenu_post_list {
    margin-bottom: 40px;
  }

  .stadiya_sud_pristav_top_block .top_block_pic {
    margin-top: 10px;
  }

  .stadiya_sud_pristav_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .stadiya_sud_pristav_top_block .bcg_top_block {
    padding-bottom: 50px;
  }

  .stadiya_sud_pristav_post_grid.grid_col_2 .title_h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 96%;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(34, 34, 34, 0.87);
  }

  .stadiya_bankrot_top_block .breadcrumbs {
    margin-top: 60px;
  }

  .stadiya_bankrot_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .stadiya_bankrot_top_block .list_info {
    margin-bottom: 10px;
  }

  .stadiya_bankrot_steps {
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .stadiya_bankrot_steps .title_h2 {
    text-align: center !important;
  }

  .stadiya_bankrot_economy {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .stadiya_bankrot_economy .title_h3 {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #515151;
    margin-bottom: 20px;
  }

  .stadiya_bankrot_economy .title_h3 br {
    display: none;
  }

  .stadiya_bankrot_economy .btn {
    max-width: 100%;
    margin-top: 0;
  }

  .stadiya_bankrot_inform_block {
    margin-bottom: 50px;
  }

  .stadiya_bankrot_inform_block .title_h2 {
    padding-right: 50px;
    margin-bottom: 18px;
  }

  .stadiya_bankrot_inform_block .send_doc_ul {
    margin-top: 22px;
  }

  .stadiya_bankrot_data_steps .btn {
    max-width: 100%;
  }

  .stadiya_bankrot_data_steps .title_h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .stadiya_bankrot_data_steps .steps_col_last .steps_col_title {
    margin-bottom: 20px;
  }

  .stadiya_bankrot_post_list .title_h2 {
    font-size: 25px;
    color: #222;
    line-height: normal;
    letter-spacing: 0;
  }

  .stadiya_bankrot_post_list .btn {
    max-width: 100%;
  }

  .stadiya_bankrot_post_grid.grid_col_2 .title_h2 {
    font-size: 25px;
    line-height: 96%;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(34, 34, 34, 0.87);
  }

  .stadiya_bankrot_post_grid .col-lg-6 {
    margin-bottom: 0;
  }

  .stadiya_bankrot_post_grid.grid_col_2 .title_h3 {
    margin-bottom: 17px;
    line-height: normal;
  }

  .stadiya_bankrot_post_grid.grid_col_2 .post_grid_text {
    font-size: 15px;
    line-height: 140%;
  }

  .stadiya_bankrot_post_grid.grid_col_2 .post_grid_info_wrap {
    padding: 16px 19px 5px;
  }

  .stadiya_bankrot_post_grid .post_grid_col.post_grid_col_last {
    margin-bottom: 20px;
  }

  .debt_redem_top_block .top_block_container, .otvet_napretenziyu_top_block .top_block_container {
    padding-top: 324px;
  }

  .otvet_napretenziyu_top_block .top_block_pic img {
    right: 50%;
    top: 50%;
    bottom: unset;
    -webkit-transform: translate(50%, -100%);
    -ms-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
    max-width: 100%;
  }

  .otvet_napretenziyu_top_block .top_block_pic {
    position: relative;
  }

  .otvet_napretenziyu_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .otvet_napretenziyu_top_block .top_block_text,
.otmena_sudprikaz_top_block .top_block_text,
.otmena_zaochnogo_top_block .top_block_text {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .otvet_napretenziyu_top_block .bcg_top_block {
    padding-bottom: 0;
  }

  .otvet_napretenziyu_economy .title_h3 {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #515151;
    margin-bottom: 20px;
  }

  .otvet_napretenziyu_economy .title_h3 br {
    display: none;
  }

  .otvet_napretenziyu_economy .btn {
    max-width: 100%;
    margin-top: 0px;
  }

  .otvet_napretenziyu_economy {
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .otvet_napretenziyu_post_list .post_list_col_content {
    padding-left: 15px;
  }

  .otvet_napretenziyu_post_list .post_list_col_pic {
    margin-bottom: 20px;
  }

  .otvet_napretenziyu_post_list .title_h2 {
    letter-spacing: 0;
    line-height: normal;
  }

  .otvet_napretenziyu_post_list .post_list_text {
    font-size: 15px;
    line-height: 140%;
    color: #515151;
    margin-bottom: 10px;
  }

  .otvet_napretenziyu_post_list .debt_redem_list_info .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .otmena_sudprikaz_top_block .breadcrumbs {
    margin-top: 53px;
  }

  .otmena_sudprikaz_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .otmena_sudprikaz_economy .title_h3 {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #515151;
    margin-bottom: 20px;
  }

  .otmena_sudprikaz_economy .title_h3 br {
    display: none;
  }

  .otmena_sudprikaz_economy .btn {
    max-width: 100%;
    margin-top: 0;
  }

  .otmena_sudprikaz_economy {
    padding-bottom: 0;
    margin-bottom: 55px;
  }

  .otmena_sudprikaz_post_list .otmena_sudprikaz_title_h2 {
    line-height: normal;
  }

  .otmena_sudprikaz_post_list .post_list_col_pic,
.otmena_zaochnogo_post_list .post_list_col_pic {
    margin-bottom: 20px;
  }

  .otmena_sudprikaz_post_list .post_list_col_content {
    padding-left: 15px;
  }

  .otmena_sudprikaz_post_list .title_h3 {
    font-size: 25px;
    color: #222;
    line-height: normal;
  }

  .otmena_sudprikaz_post_grid.post_grid .title_h2 {
    font-size: 25px;
    line-height: 96%;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(34, 34, 34, 0.87);
  }

  .otmena_sudprikaz_post_grid.post_grid .title_h3 {
    margin-bottom: 18px;
  }

  .otmena_sudprikaz_post_grid.post_grid .post_grid_text {
    line-height: 140%;
  }

  .otmena_sudprikaz_post_list .btn {
    max-width: 100%;
  }

  .otmena_sudprikaz_post_list .post_list_text {
    margin-bottom: 10px;
    line-height: 140%;
  }

  .otmena_sudprikaz_steps .title_h2 {
    text-align: center !important;
  }

  .otmena_zaochnogo_top_block .breadcrumbs {
    margin-top: 77px;
  }

  .otmena_zaochnogo_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .otmena_zaochnogo_top_block .bcg_top_block {
    padding-bottom: 0;
  }

  .otmena_zaochnogo_data_steps .title_h2 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .steps_col_container.steps_col_big .steps_col {
    margin-bottom: 20px;
  }

  .steps_col_container.steps_col_big .steps_col.steps_col_last {
    margin-bottom: 0;
  }

  .otmena_zaochnogo_data_steps .btn {
    max-width: 100%;
  }

  .otmena_zaochnogo_data_steps {
    margin-bottom: 30px;
  }

  .post_list .post_list_info_wrap {
    padding-left: 15px;
  }

  .post_list_text {
    margin-bottom: 10px;
  }

  .otmena_zaochnogo_post_list .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .otmena_zaochnogo_post_list {
    margin-bottom: 30px;
  }

  .otmena_zaochnogo_inform_block .title_h2 {
    padding-right: 45px;
  }

  .podacha_apellacii_top_block .breadcrumbs {
    margin-top: 47px;
  }

  .podacha_apellacii_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .podacha_apellacii_top_block .top_block_text {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .podacha_apellacii_top_block .bcg_top_block {
    padding-bottom: 20px;
  }

  .podacha_apellacii_inform_block {
    margin-bottom: 50px;
  }

  .podacha_apellacii_inform_block .inform_block_text:last-of-type {
    margin-bottom: 0;
  }

  .podacha_apellacii_inform_block .inform_block_icon,
.zhaloba_bezdeystvie_inform_block .inform_block_icon {
    top: 10px;
    right: 10px;
  }

  .podacha_apellacii_inform_block .inform_block_icon img,
.podacha_apellacii_inform_block .inform_block_icon svg,
.zhaloba_bezdeystvie_inform_block .inform_block_icon img,
.zhaloba_bezdeystvie_inform_block .inform_block_icon svg {
    max-width: 45px;
    max-height: 45px;
  }

  .podacha_apellacii_post_list .post_list_col_pic {
    margin-bottom: 20px;
  }

  .podacha_apellacii_post_list .post_list_col_content {
    padding-left: 15px;
  }

  .podacha_apellacii_post_list .title_h3 {
    font-size: 25px;
    color: #222;
    line-height: normal;
  }

  .podacha_apellacii_post_list .btn,
.zhaloba_deystvie_post_list .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .zhaloba_deystvie_top_block .bcg_top_block {
    padding-bottom: 30px;
  }

  .zhaloba_bezdeystvie_top_block .bcg_top_block {
    padding-bottom: 0px;
  }

  .zhaloba_bezdeystvie_inform_block {
    margin-top: 50px;
  }

  .zhaloba_bezdeystvie_inform_block .btn {
    margin-top: 0;
  }

  .stadiya_zvonkov_top_block .bcg_top_block {
    padding-bottom: 50px;
  }

  .zhaloba_v_prok_top_block .breadcrumbs,
.stadiya_otveta_top_block .breadcrumbs {
    margin-top: 20px;
  }

  .stadiya_viezda_top_block .breadcrumbs {
    margin-top: 75px;
  }

  .zhaloba_v_prok_visit_top_block .breadcrumbs {
    margin-top: 62px;
  }

  .top_block .list_info .list_info_item:before {
    width: 7px;
    height: 7px;
    top: 10px;
  }

  .stadiya_otveta_top_block .breadcrumbs {
    margin-top: 25px;
  }

  .stadiya_otmenu_top_block .breadcrumbs {
    margin-top: 51px;
  }

  .stadiya_otmenu_top_block .bcg_top_block {
    padding-bottom: 0;
  }

  .post_list .stadiya_otmenu_title_h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 160%;
    color: #636363;
  }

  .stadiya_sud_pristav_top_block .breadcrumbs {
    margin-top: 30px;
  }

  .otvet_napretenziyu_top_block .breadcrumbs {
    margin-top: 11px;
  }

  .otmena_zaochnogo_inform_block .inform_block_text,
.podacha_apellacii_inform_block .inform_block_text {
    margin-bottom: 7px;
  }
}
@media (max-width: 550px) {
  .debt_redem_top_block .top_block_pic img {
    max-width: 100%;
  }

  .send_doc_online .send_doc_ul {
    margin-right: 20px;
  }

  .otvet_napretenziyu_top_block .top_block_pic img {
    right: 50%;
    top: 50%;
    bottom: unset;
    -webkit-transform: translate(50%, -116%);
    -ms-transform: translate(50%, -116%);
    transform: translate(50%, -116%);
    max-width: 100%;
  }
}
.menu_humb {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  display: none;
  cursor: pointer;
  height: 15px;
}
.menu_humb.active span:nth-child(1) {
  position: relative;
  top: 9px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.menu_humb.active span:nth-child(2) {
  display: none;
}
.menu_humb.active span:nth-child(3) {
  position: relative;
  top: 2px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.menu_humb span {
  top: 0;
  left: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.check_radio {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d1d1d6;
}
.check_radio:after {
  content: "";
  position: absolute;
  display: none;
}

.container_radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_radio .check_radio:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_radio:hover input ~ .check_radio {
  background-color: #eee;
}
.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_radio input:checked ~ .check_radio {
  background-color: #66b44b;
}
.container_radio input:checked ~ .check_radio:after {
  display: block;
}
.container_radio input:checked ~ .check_text {
  font-weight: 600;
}

.fileUploadInput {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4f3ff;
  max-width: 365px;
  border-radius: 10px;
}
.fileUploadInput label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.fileUploadInput input {
  position: relative;
  z-index: 1;
  background: #f4f3ff;
  border-radius: 0 10px 10px 0;
  width: 196px;
  height: 55px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #ababab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.fileUploadInput .btn.btn_yellow {
  max-width: 165px;
  height: 55px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #222;
}
.fileUploadInput .btn.btn_yellow svg {
  width: auto;
  height: 50%;
}
.fileUploadInput input[type=file] {
  padding: 0;
}
.fileUploadInput input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
  margin-left: 10px;
  padding: 0;
  height: 50px;
  width: 0;
}

.login_page {
  background: #6c63ff;
  min-height: calc(100vh - 81px);
  width: 100%;
  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;
}

.login_topblock_pic {
  position: relative;
}
.login_topblock_pic img {
  max-width: 908px;
  height: auto;
  display: block;
  min-height: 82vh;
  -webkit-transform: translate(-33%, 0%);
  -ms-transform: translate(-33%, 0%);
  transform: translate(-33%, 0%);
  left: 0;
  top: 50%;
}

.login_topblock_container:before {
  content: "";
  position: absolute;
  width: 50%;
  height: calc(100% - 81px);
  top: 81px;
  right: 0;
  background: #f5f7fa;
  border-radius: 0 32px 0 0;
}

.login_topblock_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login_topblock_form .form_wrap {
  width: 486px;
  margin: 0 auto;
}
.login_topblock_form .form_wrap .btn {
  max-width: 100%;
}
.login_topblock_form .form_wrap .form-control {
  max-width: 100%;
}
.login_topblock_form .form_wrap .form-group {
  margin-bottom: 30px;
}
.login_topblock_form h1,
.login_topblock_form .login_topblock_title {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #222;
  margin-bottom: 30px;
}
.login_topblock_form .login_topblock_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #515151;
  margin-bottom: 30px;
}
.login_topblock_form .login_topblock_text.login_topblock_text_last {
  margin-bottom: 12px;
}
.login_topblock_form .login_topblock_text_blue {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #6c63ff;
}

.lk_header_main {
  display: none;
}
.lk_header_main .menu_humb {
  display: none;
  cursor: pointer;
}

.lk_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #f5f7fa;
  min-height: 100vh;
}
.lk_page .lk_sidebar {
  width: 250px;
  padding: 20px 0;
  background: #fff;
  -ms-flex: 0 0 250px;
  -webkit-box-flex: 0;
          flex: 0 0 250px;
}
.lk_page .lk_sidebar.active {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  max-width: 250px;
  height: calc(100vh - 60px);
  z-index: 7777;
  display: block;
}
.lk_page .lk_sidebar .btn.border_blue {
  margin: 50px auto 0;
  padding: 0;
  width: 185px;
  -ms-flex: 0 0 185px;
  -webkit-box-flex: 0;
          flex: 0 0 185px;
  font-size: 18px;
  line-height: 160%;
}
.lk_page .lk_main {
  width: calc(100% - 250px);
}
.lk_page .lk_main_container {
  padding: 2vh 4vh;
}
.lk_page .lk_content {
  padding: 4.5vh 4vh 4vh 4vh;
  background: #fff;
  margin-top: 20px;
  border-radius: 25px;
}
.lk_page .lk_sidebar_menu {
  margin-bottom: 0;
  padding-left: 0;
}
.lk_page .lk_sidebar_menu .lk_sidebar_menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  position: relative;
  margin-bottom: 38px;
  padding-left: 33px;
}
.lk_page .lk_sidebar_menu .lk_sidebar_menu_item:last-child {
  margin-bottom: 0px;
}
.lk_page .lk_sidebar_menu .lk_sidebar_menu_item.active:before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 10px 10px 0;
  width: 6px;
  height: 60px;
  background: #6c63ff;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.lk_page .lk_sidebar_menu .lk_sidebar_menu_item.active .lk_sidebar_menu_link {
  color: #6c63ff;
}
.lk_page .lk_sidebar_menu .lk_sidebar_menu_item.active .lk_sidebar_menu_link path {
  stroke: #6c63ff;
}
.lk_page .lk_sidebar_menu .lk_sidebar_menu_item:hover .lk_sidebar_menu_link {
  color: #6c63ff;
  text-decoration: none;
}
.lk_page .lk_sidebar_menu .lk_sidebar_menu_item:hover .lk_sidebar_menu_link path {
  stroke: #6c63ff;
}
.lk_page .lk_sidebar_menu .lk_sidebar_menu_link {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #9a9b9d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lk_page .lk_sidebar_menu .lk_sidebar_menu_link img,
.lk_page .lk_sidebar_menu .lk_sidebar_menu_link svg {
  margin-right: 15px;
}
.lk_page .lk_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 20px 40px;
}
.lk_page .lk_user_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lk_page .lk_user_info .lk_user_avatar {
  margin-right: 15px;
}
.lk_page .lk_user_info .lk_user_name {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #222;
  margin-bottom: 5px;
}
.lk_page .lk_user_info .lk_user_edit_link {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6c63ff;
}
.lk_page .lk_user_phone,
.lk_page .lk_user_phone a {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  color: #6c63ff;
}
.lk_page .lk_content_title h1 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 35px;
  color: #222;
}
.lk_page .lk_content_title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid #6c63ff;
}
.lk_page .lk_content_title_row .btn {
  max-width: 200px;
  -ms-flex: 0 0 200px;
  -webkit-box-flex: 0;
          flex: 0 0 200px;
  height: 55px;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
}
.lk_page .lk_content_title_row_b {
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid #6c63ff;
}
.lk_page .lk_content_sorting_title,
.lk_page .lk_filter_sorting_title {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #636363;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lk_page .lk_content_sorting_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.lk_page .lk_content_sorting,
.lk_page .lk_filter_sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lk_page .lk_content_sorting img,
.lk_page .lk_filter_sorting img {
  margin-right: 15px;
}
.lk_page .lk_content_sorting_item,
.lk_page .lk_content_filter_item {
  border-radius: 8px;
  background: #f5f7fa;
  min-width: 140px;
  height: 24px;
  margin-left: 1vw;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #636363;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lk_page .lk_content_sorting {
  margin-right: 3.5vw;
}
.lk_page .lk_content_request .lk_content_request_item {
  padding: 15px;
  background: #f5f7fa;
  min-height: 100px;
  margin-bottom: 10px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lk_page .lk_content_request .lk_content_request_item.lk_content_request_head {
  background: transparent;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.lk_page .lk_content_request .lk_content_request_item.lk_content_request_head .lk_content_request_number:before,
.lk_page .lk_content_request .lk_content_request_item.lk_content_request_head .lk_content_request_date:before,
.lk_page .lk_content_request .lk_content_request_item.lk_content_request_head .lk_content_request_usluga:before {
  display: none;
}
.lk_page .lk_content_request .lk_content_request_item.lk_content_request_head .lk_content_request_status {
  text-align: center;
  padding: 0 10px;
}
.lk_page .lk_content_request .lk_content_request_usluga {
  width: 23%;
  padding: 0 10px;
}
.lk_page .lk_content_request .lk_content_request_fio {
  width: 21%;
  padding: 0;
  padding-left: 18px;
}
.lk_page .lk_content_request .lk_content_request_number {
  width: 9%;
  position: relative;
  padding: 0;
}
.lk_page .lk_content_request .lk_content_request_number:before {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 1px;
  background: rgba(108, 99, 255, 0.5);
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.lk_page .lk_content_request .lk_content_request_date {
  width: 12%;
  position: relative;
  padding: 0;
  padding-left: 18px;
}
.lk_page .lk_content_request .lk_content_request_date:before {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 1px;
  background: rgba(108, 99, 255, 0.5);
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.lk_page .lk_content_request .lk_content_request_usluga {
  position: relative;
  padding-left: 18px;
}
.lk_page .lk_content_request .lk_content_request_usluga:before {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 1px;
  background: rgba(108, 99, 255, 0.5);
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.lk_page .lk_content_request .lk_content_request_date,
.lk_page .lk_content_request .lk_content_request_number,
.lk_page .lk_content_request .lk_content_request_usluga,
.lk_page .lk_content_request .lk_content_request_fio {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #636363;
}
.lk_page .lk_content_request .lk_content_request_status {
  width: 15%;
  position: relative;
  padding: 0 10px;
}
.lk_page .lk_content_request .lk_content_request_status .lk_content_request_status_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lk_page .lk_content_request .lk_content_request_status .status_item {
  width: 127px;
  text-align: center;
  height: 25px;
  border-radius: 50px;
  color: #FFF;
  margin-bottom: 10px;
  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;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #fff;
}
.lk_page .lk_content_request .lk_content_request_status .status_item:last-child {
  margin-bottom: 0;
}
.lk_page .lk_content_request .lk_content_request_status .status_item.status_red {
  background: #f66;
}
.lk_page .lk_content_request .lk_content_request_status .status_item.status_orange {
  background: #ffa95a;
}
.lk_page .lk_content_request .lk_content_request_status .status_item.status_green {
  background: #66b44b;
}
.lk_page .lk_content_request .lk_content_request_more {
  width: 20%;
  text-align: center;
}
.lk_page .lk_content_request .lk_content_request_more .btn.border_blue {
  width: 137px;
  height: 40px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #222;
  background: transparent;
  margin: auto;
}
.lk_page .lk_content_request .lk_content_request_item_title_mob {
  display: none;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #515151;
}
.lk_page .lk_header_logo {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #222;
  margin-right: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 38px;
  margin-bottom: 51px;
}
.lk_page .lk_header_logo:hover {
  text-decoration: none;
}
.lk_page .lk_header_logo img,
.lk_page .lk_header_logo svg {
  max-width: 58px;
  max-height: 58px;
  -ms-flex: 0 0 58px;
  -webkit-box-flex: 0;
          flex: 0 0 58px;
  margin-right: 12px;
}
.lk_page .lk_content_notify .lk_notify_p {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #636363;
}
.lk_page .lk_content_notify .lk_content_notify_item {
  background: #fff;
  padding: 13px 18px;
  border: 1px solid #e6eff5;
  border-radius: 20px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.lk_page .lk_content_notify .lk_content_notify_item:hover {
  cursor: pointer;
}
.lk_page .lk_content_notify .lk_content_notify_item.active {
  background: #f5f7fa;
  cursor: pointer;
}
.lk_page .lk_content_notify .lk_content_notify_item.active .lk_content_notify_type, 
.lk_page .lk_content_notify .lk_content_notify_item.active .lk_content_notify_title {
  font-weight: 600;
}
.lk_page .lk_content_notify .lk_content_notify_item:last-child {
  margin-bottom: 0;
}
.lk_page .lk_content_notify .lk_content_notify_icon {
  width: 34px;
  margin-right: 1vw;
  position: relative;
  top: 5px;
}
.lk_page .lk_content_notify .lk_content_notify_icon .lk_content_notify_icon_wrap {
  width: 34px;
  height: 34px;
  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;
}
.lk_page .lk_content_notify .lk_content_notify_info {
  width: 100%;
  max-width: 16%;
}
.lk_page .lk_content_notify .lk_content_notify_type {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #222;
}
.lk_page .lk_content_notify .lk_content_notify_date {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #636363;
}
.lk_page .lk_content_notify .lk_content_notify_letter {
  width: 100%;
  max-width: 100%;
}
.lk_page .lk_content_notify .lk_content_notify_title {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #222;
}
.lk_page .lk_content_notify .lk_content_notify_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #636363;
}
.lk_page .lk_forw_link {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6c63ff;
  margin-bottom: 16px;
}
.lk_page .lk_notify_entered {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #636363;
  margin-top: 20px;
}
.lk_page .lk_content_service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f7fa;
  border: 1px solid #e6eff5;
  border-radius: 20px;
  min-height: 70px;
  margin-bottom: 10px;
  padding: 0 15px;
}
.lk_page .lk_content_service_item.lk_content_service_head {
  background: transparent;
  border: 0px solid #e6eff5;
  padding: 0px;
  margin-bottom: 10px;
  min-height: auto;
}
.lk_page .lk_content_service_item.lk_content_service_head .lk_content_service_title,
.lk_page .lk_content_service_item.lk_content_service_head .lk_content_service_price,
.lk_page .lk_content_service_item.lk_content_service_head .lk_content_service_date,
.lk_page .lk_content_service_item.lk_content_service_head .lk_content_service_more {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #636363;
}
.lk_page .lk_content_service_item.lk_content_service_head .lk_content_service_title {
  padding-left: 15px;
}
.lk_page .lk_content_service_title {
  width: 36%;
}
.lk_page .lk_content_service_price {
  width: 19%;
}
.lk_page .lk_content_service_date {
  width: 16%;
}
.lk_page .lk_content_service_more {
  width: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lk_page .lk_content_service_more .btn.btn_white.border_blue {
  background: transparent;
  height: 40px;
  max-width: 137px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #222;
}
.lk_page .lk_content_service_item_title_mob {
  display: none;
}
.lk_page .lk_content_service_list {
  margin-top: 40px;
  margin-bottom: 50px;
}
.lk_page .lk_content_title_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #636363;
  margin-top: 20px;
  margin-bottom: 15px;
}
.lk_page .lk_content_service_list_title {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #222;
  margin-bottom: 30px;
}
.lk_page .lk_content_service_title,
.lk_page .lk_content_service_price,
.lk_page .lk_content_service_date,
.lk_page .lk_content_service_more {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #636363;
}
.lk_page .form_lk .form-control {
  background: #f4f3ff;
  border-radius: 10px;
  padding: 16px;
  height: 56px;
  border: 0px solid #ced4da;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #636363;
}
.lk_page .form_lk .form-control.form-control-textarea {
  height: auto;
}
.lk_page .form_lk .btn.btn_yellow {
  max-width: 100%;
}
.lk_page .form_lk .lk_politic_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #636363;
}
.lk_page .form_lk .form-group {
  margin-bottom: 25px;
}
.lk_page .form_lk .form-group label {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #222;
  padding-left: 15px;
  margin-bottom: 5px;
}
.lk_page .form_lk .label_small {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #6c63ff;
  margin-top: 0;
}
.lk_page .form_lk .label_small:hover {
  text-decoration: none;
}
.lk_page .form_lk .phone_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lk_page .form_lk .lk_content_form_lk_title {
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 15px;
  border-bottom: 1px solid #6c63ff;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #222;
}
.lk_page .form_lk .lk_form_text {
  text-align: center;
}
.lk_page .lk_form_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #636363;
  margin-bottom: 10px;
}
.lk_page .lk_form_text.lk_form_text_sms {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #1a2c41;
}
.lk_page .lk_form_big_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #636363;
  margin-bottom: 10px;
}
.lk_page .lk_usluga_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px 0;
}
.lk_page .lk_usluga_info .lk_usluga_info_item {
  margin-right: 38px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: #222;
}
.lk_page .lk_usluga_info .lk_usluga_info_item:last-child {
  margin-right: 0;
}
.lk_page .lk_usluga_info .lk_usluga_info_item span {
  color: #6c63ff;
}
.lk_page .lk_radio_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 47px;
}
.lk_page .lk_radio_row.lk_radio_row_top {
  margin-bottom: 15px;
}
.lk_page .lk_radio_row .container_radio {
  margin-right: 20px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #636363;
}
.lk_page .lk_radio_row .container_radio:last-child {
  margin-right: 0;
}
.lk_page .lk_btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 48px;
}
.lk_page .lk_btn_row .btn {
  margin-right: 20px;
}
.lk_page .lk_btn_row .btn:last-child {
  margin-right: 0;
}
.lk_page .lk_btn_row .btn.btn_yellow, .lk_page .lk_btn_row .btn.btn_white {
  max-width: 220px;
}
.lk_page .lk_content_usluga {
  margin-top: 40px;
}
.lk_page .lk_content_usluga h4 {
  margin-bottom: 20px;
}
.lk_page .lk_content_usluga .notyfication_message {
  margin: 20px 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #636363;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lk_page .lk_content_usluga .notyfication_message.notyfication_message_top {
  margin: 15px 0 55px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #222;
}
.lk_page .lk_content_usluga .notyfication_message img,
.lk_page .lk_content_usluga .notyfication_message svg {
  margin-right: 20px;
}
.lk_page .lk_content_usluga .lk_group_row.last_group_row {
  margin-bottom: 25px;
}
.lk_page .form-group-text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #222;
  padding-left: 15px;
  margin-top: 10px;
}
.lk_page .lk_form_row {
  margin-bottom: 30px;
}

@media (max-width: 1340px) {
  .login_topblock_pic img {
    max-width: 700px;
  }
}
@media (max-width: 1340px) {
  .lk_page .form_lk .form-group label {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .login_topblock_form h1,
.login_topblock_form .login_topblock_title {
    font-weight: 500;
    font-size: 25px;
    color: #222;
  }

  .login_topblock_form .login_topblock_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    color: #515151;
  }

  .login_topblock_form .form_wrap {
    width: 100%;
    max-width: 386px;
  }

  .lk_page .lk_content {
    padding: 2vh;
  }

  .lk_page .lk_content_request .lk_content_request_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }

  .lk_page .lk_content_request .lk_content_request_item_title_mob {
    display: block;
    margin-bottom: 1px;
  }

  .lk_page .lk_content_request_status .lk_content_request_item_title_mob {
    margin-bottom: 10px;
  }

  .lk_page .lk_content_request .lk_content_request_number:before,
.lk_page .lk_content_request .lk_content_request_date:before,
.lk_page .lk_content_request .lk_content_request_usluga:before {
    display: none;
  }

  .lk_page .lk_content_request .lk_content_request_number,
.lk_page .lk_content_request .lk_content_request_date,
.lk_page .lk_content_request .lk_content_request_usluga,
.lk_page .lk_content_request .lk_content_request_fio {
    padding: 0;
    margin-bottom: 15px;
  }

  .lk_page .lk_content_request .lk_content_request_number,
.lk_page .lk_content_request .lk_content_request_date {
    width: 50%;
  }

  .lk_page .lk_content_request .lk_content_request_usluga,
.lk_page .lk_content_request .lk_content_request_fio,
.lk_page .lk_content_request .lk_content_request_status,
.lk_page .lk_content_request .lk_content_request_more {
    width: 100%;
  }

  .lk_page .lk_content_request .lk_content_request_status .lk_content_request_status_list {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lk_page .lk_content_request .lk_content_request_status .status_item:last-child {
    margin-bottom: 10px;
  }

  .lk_page .lk_content_request .lk_content_request_more {
    text-align: left;
  }

  .lk_page .lk_content_request .lk_content_request_more .btn.border_blue {
    margin: 0;
  }

  .lk_page .lk_content_sorting, .lk_page .lk_filter_sorting {
    margin-bottom: 10px;
  }

  .lk_content_request_date br {
    display: none;
  }

  .lk_page .lk_content_request .lk_content_request_status {
    padding: 0;
  }

  .lk_page .lk_content_request .lk_content_request_status .status_item {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 115px;
  }

  .lk_page .lk_content_request .lk_content_request_status .status_item:last-child {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .lk_page .lk_content_request .lk_content_request_status {
    margin-bottom: 0;
  }

  .lk_page .lk_content_request .lk_content_request_item.lk_content_request_head {
    display: none;
  }

  .lk_page .lk_content_request .lk_content_request_status .status_item {
    font-size: 12px;
    line-height: 140%;
  }

  .lk_page .lk_content_request .lk_content_request_more .btn.border_blue {
    font-size: 14px;
    line-height: 160%;
  }

  .lk_page .form_lk .label_small {
    font-size: 12px;
  }

  .lk_page .form_lk .form-group label {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .login_topblock_pic {
    display: none;
  }

  .login_topblock_form {
    max-width: 100%;
  }

  .login_topblock_container:before {
    width: 100%;
    border-radius: 32px 32px 0 0;
    height: calc(100% - 60px);
    top: 60px;
  }

  .login_topblock_form h1,
.login_topblock_form .login_topblock_title {
    text-align: center;
  }

  .login_topblock_form h1,
.login_topblock_form .login_topblock_title,
.login_topblock_form .login_topblock_text,
.login_topblock_form .form_wrap .form-group {
    margin-bottom: 20px;
  }

  .login_topblock_form .form_wrap .btn {
    height: 65px;
  }

  .login_topblock_form .login_topblock_text_blue {
    text-align: center;
    display: block;
  }

  .login_topblock_form .form_wrap .form-group:last-child {
    margin-bottom: 20px;
  }

  .login_topblock_form .login_topblock_text.login_topblock_text_last {
    margin-bottom: 20px;
  }

  .lk_sidebar {
    display: none;
  }

  .lk_header_main .menu_humb {
    display: block;
  }

  .lk_page {
    background: #6c63ff;
  }

  .lk_page .lk_content_sorting_row {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }

  .lk_page .lk_content_sorting {
    margin-bottom: 15px;
  }

  .lk_page .lk_main_container {
    padding: 15px;
  }

  .lk_page .lk_content_title h1 {
    font-size: 25px;
  }

  .lk_page .lk_content_title_row .btn {
    width: 145px;
    height: 35px;
    -ms-flex: 0 0 145px;
    -webkit-box-flex: 0;
            flex: 0 0 145px;
    font-size: 14px;
    line-height: 160%;
  }

  .lk_user_phone {
    display: none;
  }

  .lk_page .lk_content_sorting_item,
.lk_page .lk_content_filter_item {
    font-size: 12px;
    line-height: 140%;
  }

  .lk_page .lk_content_filter_item {
    width: auto;
    min-width: auto;
    height: 24px;
    padding: 0 5px;
  }

  .lk_page .lk_content {
    padding: 15px;
    margin-top: 10px;
  }

  .lk_page .lk_header {
    padding: 15px;
    background: #f5f7fa;
  }

  .lk_page .lk_user_info .lk_user_avatar {
    margin-right: 20px;
  }

  .lk_page .lk_main {
    width: 100%;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
    background: #f5f7fa;
    position: relative;
  }

  .lk_page .lk_content_title_row {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .lk_page .lk_content_request .lk_content_request_more .btn.border_blue {
    width: 100%;
    display: block;
    max-width: 100%;
  }

  .lk_header_main {
    display: block;
  }

  .lk_page .lk_content_notify .lk_content_notify_letter {
    margin-top: 20px;
  }

  .lk_page .lk_content_notify .lk_content_notify_info {
    max-width: calc(100% - 60px);
  }

  .lk_page .lk_content_notify .lk_content_notify_icon {
    margin-right: 15px;
  }

  .lk_page .lk_content_notify .lk_content_notify_type {
    font-size: 14px;
    line-height: 140%;
  }

  .lk_page .lk_content_notify .lk_content_notify_date {
    font-size: 12px;
    line-height: 140%;
  }

  .lk_page .lk_content_notify .lk_content_notify_title {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 5px;
  }

  .lk_page .lk_content_notify .lk_content_notify_text {
    font-size: 12px;
    line-height: 140%;
  }

  .lk_page .lk_content_notify .lk_content_notify_item {
    padding: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .lk_page .lk_content_notify .lk_content_notify_icon {
    top: 0;
  }

  .lk_page .lk_forw_link {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 130%;
  }

  .lk_page .lk_notify_entered {
    margin-top: 5px;
  }

  .lk_page .lk_content_title_row_b {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .lk_page .lk_content_title_text {
    font-size: 14px;
    line-height: 140%;
  }

  .lk_page .lk_content_fssp {
    margin-top: 23px;
  }

  .lk_page .form_lk .lk_politic_text {
    margin-top: 0px;
    font-size: 12px;
    line-height: 160%;
  }

  .lk_page .form_lk .form-control {
    font-size: 15px;
    line-height: 160%;
  }

  .lk_page .lk_content_title_text {
    margin-top: 10px;
  }

  .lk_page .form_lk .form-group {
    margin-bottom: 14px;
  }

  .lk_page .lk_form_text {
    font-size: 18px;
    line-height: 140%;
  }

  .lk_page .lk_form_text.lk_form_text_sms {
    font-size: 14px;
    line-height: 150%;
  }

  .lk_page .lk_usluga_info .lk_usluga_info_item {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 5px;
  }

  .lk_page .lk_usluga_info .lk_usluga_info_item:last-child {
    margin-bottom: 0;
  }

  .lk_page .lk_usluga_info {
    display: block;
    margin: 20px 0 15px;
  }

  .lk_page .lk_form_big_text {
    font-size: 14px;
    line-height: 140%;
  }

  .lk_page .lk_content_title_row_b.lk_templ_uslugi_row {
    padding-bottom: 3px;
    margin-bottom: 16px;
  }

  .lk_page .lk_content_usluga {
    margin-top: 0;
  }

  .lk_page .lk_radio_row {
    display: block;
  }

  .lk_page .lk_radio_row .container_radio {
    font-size: 14px;
    line-height: 160%;
    padding-left: 27px;
  }

  .check_radio {
    top: 1px;
  }

  .lk_page .lk_radio_row .container_radio {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .lk_page .lk_radio_row .container_radio:last-child {
    margin-bottom: 0;
  }

  .lk_page .lk_content_usluga h4 {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
  }

  .lk_page .lk_radio_row {
    margin-bottom: 16px;
  }

  .fileUploadInput .btn.btn_yellow,
.fileUploadInput input {
    font-size: 14px;
    line-height: 130%;
    width: 50%;
    height: 35px;
  }

  .fileUploadInput input[type=file]::-webkit-file-upload-button {
    height: 35px;
  }

  .lk_page .lk_content_usluga .notyfication_message,
.lk_page .lk_content_usluga .notyfication_message.notyfication_message_top {
    font-size: 14px;
    line-height: 140%;
    margin: 25px 0;
  }

  .lk_page .lk_content_usluga .notyfication_message br {
    display: none;
  }

  .lk_page .lk_content_usluga .notyfication_message img,
.lk_page .lk_content_usluga .notyfication_message svg {
    width: 50px;
    height: 50px;
    -ms-flex: 0 0 50px;
    -webkit-box-flex: 0;
            flex: 0 0 50px;
  }

  .lk_page .lk_form_row {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .lk_page .form-group-text {
    font-size: 14px;
    line-height: 150%;
  }

  .lk_page .form_lk .lk_content_form_lk_title {
    padding-bottom: 7px;
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .lk_page .lk_content_service_item.lk_content_service_head {
    display: none;
  }

  .lk_page .lk_content_service_item_title_mob {
    display: inline-block;
    font-weight: 600;
  }

  .lk_page .lk_content_service_item {
    display: block;
    padding: 25px 15px 15px;
    margin-bottom: 20px;
  }

  .lk_page .lk_content_service_title, .lk_page .lk_content_service_price, .lk_page .lk_content_service_date, .lk_page .lk_content_service_more {
    width: 100%;
    margin-bottom: 15px;
  }

  .lk_page .lk_content_service_more {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }

  .lk_page .lk_content_title_text {
    margin-bottom: 0;
  }

  .lk_page .lk_content_service_list {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .lk_page .lk_content_service_list_title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lk_page .lk_content_service_more .btn.btn_white.border_blue {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }

  .lk_page .form_lk .form-group label {
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .lk_page .lk_sidebar.active {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }

  .lk_page .lk_sidebar .btn.border_blue {
    margin: 50px 0 0;
    left: 33px;
    position: relative;
  }
}
@media (max-width: 425px) {
  .lk_page .lk_content_sorting,
.lk_page .lk_filter_sorting {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .lk_page .lk_btn_row {
    display: block;
    margin-top: 27px;
  }

  .lk_page .lk_btn_row .btn.btn_yellow,
.lk_page .lk_btn_row .btn.btn_white {
    max-width: 100%;
  }

  .lk_page .lk_btn_row .btn.btn_yellow {
    margin-bottom: 14px;
  }
}
@media (max-width: 374px) {
  .lk_page .lk_content_sorting_item,
.lk_page .lk_content_filter_item {
    margin-left: 5px;
  }

  .lk_page .lk_content_sorting img,
.lk_page .lk_filter_sorting img {
    margin-right: 5px;
  }

  .lk_page .lk_content_sorting,
.lk_page .lk_filter_sorting {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lk_page .lk_content_sorting_title,
.lk_page .lk_filter_sorting_title {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .lk_page .lk_content_title_row .btn {
    width: 129px;
    -ms-flex: 0 0 129px;
    -webkit-box-flex: 0;
            flex: 0 0 129px;
  }

  .lk_page .lk_content_title h1 {
    font-size: 22px;
  }

  .lk_page .lk_content_service_item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lk_page .lk_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lk_page .form_lk .btn.btn_yellow {
    padding: 0;
  }

  .fileUploadInput input[type=file]::-webkit-file-upload-button {
    margin-left: 0;
  }
}
@media (max-width: 1600px) {
  .debt_redem_top_block .top_block_pic {
    top: 140px;
  }

  .otzuv_pers_data_top_block .top_block_pic {
    right: -2%;
  }
}
@media (max-width: 1440px) {
  .otzuv_pers_data_top_block .top_block_pic {
    right: -11%;
  }

  .otzuv_pers_data_top_block .top_block_container:before {
    top: 16%;
    right: -20%;
    max-width: 83vw;
  }

  .stadiya_otveta_top_block .top_block_container:before {
    top: 28%;
  }
}
@media (max-width: 1399px) {
  .header .header_phone {
    font-size: 18px;
  }

  .header .header_link_home {
    margin-left: 10px;
  }

  .header .header_menu_wrap {
    width: 79%;
  }

  .header .header_logo {
    margin-right: 20px;
  }
}
@media (max-width: 1380px) {
  .header .header_menu_item {
    margin-right: 20px;
  }

  .stadiya_viezda_top_block .top_block_pic img {
    max-width: 630px;
  }
}
@media (max-width: 1339px) {
  .header .header_menu_item {
    margin-right: 10px;
  }

  .header .header_logo {
    margin-right: 15px;
  }

  .header .header_link_home {
    margin-left: 20px;
  }

  .debt_redem_top_block .top_block_title br {
    display: none;
  }

  .header .header_menu_item {
    margin-right: 15px;
  }

  .otzuv_pers_data_top_block .top_block_container:before {
    top: 16%;
    right: -20%;
    max-width: 83vw;
  }

  .otzuv_pers_data_top_block .top_block_pic {
    right: -11%;
    top: 4%;
    max-width: 600px;
  }

  .stadiya_viezda_top_block .top_block_pic img {
    max-width: 550px;
  }

  .zhaloba_v_prok_visit_top_block .top_block_pic img {
    max-width: 550px;
  }

  .stadiya_sud_pristav_top_block .top_block_pic img {
    max-width: 559px;
    top: 0;
    left: -7px;
  }

  .stadiya_bankrot_top_block .top_block_pic img {
    max-width: 559px;
  }

  .otvet_napretenziyu_top_block .top_block_pic img {
    max-width: 860px;
  }

  .otmena_sudprikaz_top_block .top_block_title br {
    display: none;
  }

  .otmena_sudprikaz_top_block .top_block_pic img {
    max-width: 759px;
    left: 0;
  }

  .otmena_zaochnogo_top_block .top_block_pic img {
    max-width: 659px;
    left: 0;
  }

  .otmena_zaochnogo_top_block .top_block_title br {
    display: none;
  }

  .zhaloba_deystvie_top_block .top_block_pic img {
    max-width: 592px;
    left: 0;
  }

  .zhaloba_bezdeystvie_top_block .top_block_title br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .header_logo {
    font-size: 16px;
  }

  .header .header_logo img, .header .header_logo svg {
    max-width: 30px;
    max-height: 30px;
  }

  .search_link svg,
.header_link_home svg {
    max-width: 30px;
    max-height: 30px;
  }

  .header .header_phone,
.header .header_menu_link {
    font-size: 14px;
  }

  .header_link_home {
    margin-left: 10px;
  }

  .header .header_menu_wrap {
    width: 79%;
  }

  .economy_container .economy_col_wrap {
    padding: 20px;
  }

  .economy_container .col_economy_title {
    width: calc(100% - 45px);
  }

  .post_list .post_list_info {
    margin-bottom: 20px;
  }

  .debt_redem_top_block .top_block_pic {
    top: 213px;
  }

  .debt_redem_top_block .economy_container .economy_col_wrap {
    padding: 20px;
  }

  .steps_col_container .steps_col_botom br {
    display: none;
  }

  .steps_col_container .steps_col_text br {
    display: none;
  }

  .inform_block_wrap .title_h2 br {
    display: none;
  }

  .send_doc_online .title_h2 br {
    display: none;
  }

  .send_doc_online .title_h2 {
    margin-bottom: 20px;
  }

  .send_doc_online .send_doc_wrap {
    margin-bottom: 20px;
  }

  .large_post_list .title_h2 br {
    display: none;
  }

  .about_top_block .top_block_pic img {
    max-width: 470px;
  }

  .svodka_po_dolgam .svodka_po_dolgam_pic img {
    max-width: 460px;
  }

  .header .header_phone {
    font-size: 14px;
  }

  .header .header_menu_link {
    font-size: 14px;
  }

  .header .header_menu_item {
    margin-right: 10px;
  }

  .header .header_link_home {
    margin-left: 10px;
  }

  .stadiya_zvonkov_top_block .top_block_title br {
    display: none;
  }

  .otzuv_pers_data_top_block .top_block_pic {
    right: -13%;
  }

  .zhaloba_v_prok_top_block .top_block_pic img,
.stadiya_viezda_top_block .top_block_pic img {
    max-width: 430px;
  }

  .zhaloba_v_prok_visit_top_block .top_block_pic img {
    max-width: 430px;
  }

  .stadiya_otveta_top_block .top_block_container:before {
    top: 40%;
  }

  .stadiya_otveta_top_block .top_block_pic img {
    max-width: 436px;
    left: 0;
  }

  .stadiya_bankrot_top_block .top_block_pic img {
    max-width: 436px;
    left: 0;
  }

  .otvet_napretenziyu_top_block .top_block_pic img {
    max-width: 735px;
  }

  .podacha_apellacii_top_block .top_block_pic img {
    max-width: 520px;
    top: 0;
    left: -13px;
  }

  .footer .footer_copyrights_item {
    font-size: 16px;
  }

  .post_grid.grid_col_2 .post_grid_info_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1040px) {
  .otzuv_pers_data_top_block .top_block_pic {
    right: -15%;
  }
}
@media (max-width: 991px) {
  .top_block.main_top_block .top_block_pic img {
    max-width: 300px;
  }

  .top_block .top_block_container:before {
    right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .title_h2 {
    font-size: 25px;
    line-height: 110%;
  }

  .title_h3 {
    font-size: 20px;
    line-height: 160%;
  }

  .title_h4 {
    font-size: 18px;
  }

  .header .header_menu_wrap {
    display: none;
    -ms-order: 3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .header.active {
    z-index: 5;
    height: 100vh;
    overflow: scroll;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header.active::-webkit-scrollbar {
    width: 3px;
  }
  .header.active::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
            box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  .header.active::-webkit-scrollbar-thumb {
    background: #6c63ff;
    border-radius: 10px;
  }
  .header.active::-webkit-scrollbar-thumb:hover {
    background: #6c63ff;
  }

  .header .header_menu_wrap.active {
    margin-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 100px;
  }

  .header .header_menu_wrap.active .header_menu {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .header .dropdown-item {
    color: #222;
  }

  .header .header_menu_item {
    margin-bottom: 30px;
    text-align: center;
  }

  .header .header_phone,
.header .header_menu_link {
    font-weight: 500;
    font-size: 24px;
    line-height: 75%;
    letter-spacing: -0.02em;
  }

  .header .header_phone {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: 10vh;
  }

  .header .header_phone .btn {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 248px;
  }

  .header .header__humb_menu {
    display: block;
    width: 20px;
    height: 20px;
  }

  .header .navbar-toggler-line {
    background: #FFF;
    width: 20px;
    height: 1px;
    display: block;
    margin-bottom: 6px;
  }
  .header .navbar-toggler-line:last-child {
    margin-bottom: 0;
  }

  .header .header_logo {
    font-size: 20px;
    line-height: 90%;
  }

  .header .header_logo img, .header .header_logo svg {
    max-width: 40px;
    max-height: 40px;
  }

  .header .navbar {
    padding: 10px 0;
  }

  .romb_top_block img {
    z-index: 2;
    position: relative;
  }

  .top_block .top_block_pic:before {
    max-width: 100%;
    left: 50%;
    bottom: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }

  .top_block .top_block_pic img {
    top: 0;
    max-width: 56%;
  }

  .about_top_block .top_block_pic img {
    max-width: 100%;
  }

  .top_block .top_block_title {
    font-size: 25px;
  }

  .top_block .top_block_text {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #515151;
  }

  .economy_container .economy_col {
    margin-bottom: 20px;
  }

  .register_for_help {
    padding: 20px 20px 0;
  }

  .platform_capabil .platform_options_col {
    padding: 20px;
  }

  .platform_options_col_head img,
.platform_options_col_head svg {
    max-width: 40px;
    max-height: 40px;
  }

  .platform_capabil .platform_capabil_text {
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;
  }

  .platform_capabil .platform_capabil_text br {
    display: none;
  }

  .platform_capabil .platform_options_col_head img,
.platform_capabil .platform_options_col_head svg {
    margin-right: 18px;
  }

  .platform_capabil .platform_options_col_head {
    margin-bottom: 20px;
  }

  .platform_capabil .platform_options_list {
    margin-bottom: 20px;
  }

  .get_free_help p {
    font-size: 15px;
    line-height: 160%;
  }

  .get_free_help .get_free_call {
    font-size: 18px;
    line-height: 160%;
  }

  .economy_container {
    margin-top: 45px;
  }

  .btn_row {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .btn_row .btn:last-child {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .btn_row .btn {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .register_for_help .title_h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .top_block .btn_text {
    margin-left: 0;
    margin-top: 15px;
  }

  .footer .footer_row {
    margin-top: 20px;
  }

  .footer .footer_copyrights_item {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 9px;
  }

  .footer .footer_copyrights {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .post_list .post_list_info_wrap {
    padding-left: 0;
  }

  .debt_redem_top_block .top_block_pic {
    padding-right: 0;
  }

  .debt_redem_top_block .top_block_pic img {
    max-width: 68%;
  }

  .top_block .list_info .list_info_item {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
  }

  .debt_redem_top_block .top_block_pic {
    position: unset;
    margin-top: 0;
  }

  .debt_redem_top_block .top_block_row,
.otvet_napretenziyu_top_block .top_block_row,
.otmena_zaochnogo_top_block .top_block_row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .debt_redem_top_block .top_block_container,
.otvet_napretenziyu_top_block .top_block_container {
    padding-top: 352px;
  }

  .romb_top_block:before {
    background: url(../images/dist/top_block_treangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 50%;
    width: 350px;
    height: 350px;
    z-index: 1;
    max-width: 90vw;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }

  .debt_redem_top_block .top_block_title br {
    display: none;
  }

  .debt_redem_top_block .top_block_pic img {
    position: absolute;
    right: 0;
    left: unset;
    top: 43px;
  }

  .otvet_napretenziyu_top_block .top_block_pic img {
    position: absolute;
    right: 0;
    left: unset;
    top: 0;
  }

  .large_post_list .title_h2.big_title {
    font-size: 25px;
    line-height: 110%;
  }

  .steps_col_container .steps_col {
    margin-bottom: 20px;
  }

  .steps_col_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .send_doc_online .send_doc_wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .send_doc_online .form_gorizontal {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .send_doc_online .form_gorizontal {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .send_doc_online .form-group {
    width: 100%;
    margin-bottom: 15px;
  }

  .send_doc_online .form_gorizontal .btn {
    width: 100%;
    max-width: 100%;
  }

  .send_doc_online .form-text {
    margin-top: 15px;
  }

  .debt_redem_list_info .title_h2,
.debt_redem_buy_deb .title_h2 {
    font-size: 25px;
    color: #222;
    line-height: normal;
  }

  .inform_block_wrap .inform_block_text {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
  }

  .steps_col_container .steps_col_title {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
    margin-bottom: 10px;
  }

  .steps_col_container .steps_col_text {
    font-size: 15px;
    line-height: 140%;
    color: #515151;
  }

  .steps_col_container .steps_col_number {
    font-size: 26px;
    width: 45px;
    height: 45px;
    top: 10px;
    right: 26px;
  }

  .steps_col_container .steps_col_botom {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    margin-top: 0;
  }

  .steps_col_container .steps_col_botom br {
    display: none;
  }

  .large_post_list .post_list_info {
    padding-left: 0;
  }

  .debt_redem_buy_deb .post_list_info {
    padding-left: 0;
  }

  .svodka_po_dolgam .title_h2 {
    font-size: 25px;
    color: #222;
  }

  .svodka_po_dolgam .title_h4 {
    font-size: 15px;
    line-height: 150%;
    color: #515151;
  }

  .svodka_po_dolgam {
    background: #fff;
    padding: 0;
    border: 0;
  }

  .svodka_po_dolgam_row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .svodka_po_dolgam .svodka_po_dolgam_pic img {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: auto;
  }

  .header .dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    background: transparent;
    border: 0;
    color: #fff;
    min-width: auto;
    margin-top: 15px;
  }

  .header .dropdown-menu .dropdown-item {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.02em;
    text-align: center;
    white-space: normal;
  }

  .header .dropdown-menu .dropdown-item:hover {
    color: #FFF;
    background-color: transparent;
  }

  .header .dropdown-menu li {
    margin-bottom: 10px;
  }

  .stadiya_zvonkov_top_block .top_block_row,
.zhaloba_v_prok_top_block .top_block_row,
.zhaloba_v_prok_visit_top_block .top_block_row,
.stadiya_otveta_top_block .top_block_row,
.stadiya_otmenu_top_block .top_block_row,
.stadiya_sud_pristav_top_block .top_block_row,
.stadiya_bankrot_top_block .top_block_row,
.otmena_sudprikaz_top_block .top_block_row,
.podacha_apellacii_top_block .top_block_row,
.zhaloba_deystvie_top_block .top_block_row,
.zhaloba_bezdeystvie_top_block .top_block_row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .stadiya_zvonkov_top_block .top_block_container:before,
.otzuv_pers_data_top_block .top_block_container:before,
.zhaloba_v_prok_top_block .top_block_container:before,
.stadiya_viezda_top_block .top_block_container:before,
.zhaloba_v_prok_visit_top_block .top_block_container:before,
.stadiya_otveta_top_block .top_block_container:before,
.stadiya_otmenu_top_block .top_block_container:before,
.stadiya_sud_pristav_top_block .top_block_container:before,
.stadiya_bankrot_top_block .top_block_container:before,
.otvet_napretenziyu_top_block .top_block_container:before,
.otmena_sudprikaz_top_block .top_block_container:before,
.otmena_zaochnogo_top_block .top_block_container:before,
.podacha_apellacii_top_block .top_block_container:before,
.zhaloba_deystvie_top_block .top_block_container:before,
.zhaloba_bezdeystvie_top_block .top_block_container:before {
    right: 50%;
    top: 21%;
    max-height: 345px;
    max-width: 345px;
    -webkit-transform: translate(61%, -50%);
    -ms-transform: translate(61%, -50%);
    transform: translate(61%, -50%);
  }

  .top_block .top_block_pic img {
    margin: auto;
    left: unset;
  }

  .post_grid .post_grid_col {
    height: auto;
    margin-bottom: 30px;
  }

  .stadiya_zvonkov_post_list .post_list_col_content {
    padding-left: 15px;
  }

  .priziv_block .priziv_block_wrap {
    padding: 0px;
  }

  .priziv_block .priziv_block_info {
    padding: 20px;
  }

  .post_grid.grid_col_3 .post_grid_info_wrap {
    padding: 20px;
  }

  .otzuv_pers_data_top_block .top_block_pic {
    position: relative;
  }

  .otzuv_pers_data_top_block .top_block_row,
.stadiya_viezda_top_block .top_block_row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .top_block .top_block_pic img {
    max-width: 100%;
  }

  .inform_block_wrap {
    padding: 20px;
  }

  .stadiya_zvonkov_top_block .top_block_pic img,
.otzuv_pers_data_top_block .top_block_pic img,
.zhaloba_v_prok_top_block .top_block_pic img,
.stadiya_viezda_top_block .top_block_pic img,
.zhaloba_v_prok_visit_top_block .top_block_pic img,
.stadiya_otveta_top_block .top_block_pic img,
.stadiya_otmenu_top_block .top_block_pic img,
.stadiya_sud_pristav_top_block .top_block_pic img,
.stadiya_bankrot_top_block .top_block_pic img,
.otmena_zaochnogo_top_block .top_block_pic img,
.podacha_apellacii_top_block .top_block_pic img,
.zhaloba_deystvie_top_block .top_block_pic img,
.zhaloba_bezdeystvie_top_block .top_block_pic img,
.debt_redem_top_block .top_block_pic img {
    max-width: 425px;
  }

  .stadiya_viezda_top_block .breadcrumbs {
    margin-top: 50px;
  }

  .zhaloba_v_prok_visit_top_block .bcg_top_block {
    padding-bottom: 0;
  }

  .zhaloba_v_prok_document_list {
    margin-top: 30px;
  }

  .large_post_list .post_list_ul li {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
  }

  .stadiya_bankrot_post_list .stadiya_bankrot_title_h2 {
    font-size: 25px;
    line-height: 110%;
  }

  .otvet_napretenziyu_top_block .top_block_pic img {
    top: unset;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -18%);
    -ms-transform: translate(50%, -18%);
    transform: translate(50%, -18%);
  }

  .podacha_apellacii_top_block .top_block_title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .title_h2 br {
    display: none;
  }

  .btn.btn_white {
    font-size: 18px;
    line-height: 111%;
    text-align: center;
  }

  .top_block .top_block_row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .top_block .top_block_pic {
    margin-top: 30px;
  }

  .top_block .top_block_up_text {
    margin-top: 34px;
  }

  .top_block .top_block_title {
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .top_block .top_block_text {
    margin-bottom: 19px;
  }

  .top_block .btn_blue {
    width: 100%;
    max-width: 345px;
  }

  .top_block .btn.btn_blue svg {
    margin-left: 0;
    position: absolute;
    right: 11%;
  }

  .top_block .btn_text {
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    margin-left: 0;
    margin-top: 15px;
  }

  .top_block .btn_text br {
    display: none;
  }

  .economy_container {
    margin-bottom: 30px;
  }

  .economy_container .col_economy_title {
    width: 100%;
  }

  .register_for_help {
    margin-top: 0px;
    border-radius: 17px;
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .register_for_help .register_for_help_text {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 20px;
  }

  .register_for_help .register_for_help_pic {
    margin-top: 24px;
    max-height: 356px;
    overflow: hidden;
    padding-bottom: 0;
  }

  .register_for_help .register_for_help_pic img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .platform_capabil {
    margin-top: 51px;
    margin-bottom: 50px;
  }

  .platform_capabil .title_h3 {
    margin-bottom: 20px;
  }

  .platform_capabil .platform_capabil_row .col-md-6 {
    margin-bottom: 20px;
  }

  .platform_capabil .platform_capabil_row .col-md-6:last-child {
    margin-bottom: 0;
  }

  .get_free_help {
    margin-top: 50px;
    padding: 19px;
    margin-bottom: 50px;
  }

  .get_free_help .hr_space {
    margin: 20px 0;
  }

  .get_free_help .form_wrap .title_h3 {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .get_free_help .form_wrap {
    max-width: 475px;
    margin-top: 42px;
  }

  .form_wrap .form-control {
    font-size: 15px;
    line-height: 160%;
  }

  .btn.btn_yellow {
    font-size: 18px;
    line-height: 160%;
  }

  .form_wrap .form-text {
    font-size: 12px;
    line-height: 160%;
  }

  .form_wrap .form-group:last-child {
    margin-bottom: 0;
  }

  .footer .footer_container {
    padding: 16px;
  }

  .footer .footer_logo {
    font-size: 29px;
    line-height: 90%;
    margin-top: 0;
  }

  .footer .footer_logo svg,
.footer .footer_logo img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px;
  }

  .footer .title_h3 {
    font-size: 18px;
  }

  .footer .footer_col_r {
    padding-left: 15px;
    border-left: 0;
  }

  .footer .footer_link {
    font-size: 18px;
  }

  .footer .footer_link.footer_link_tel {
    font-size: 25px;
    margin-top: 12px;
  }

  .footer_col_r .footer_text {
    margin-top: 22px;
  }

  .footer .btn_row {
    margin-top: 17px;
  }

  .btn_row .btn:last-child {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .footer .btn_row {
    margin-bottom: 0;
  }

  .footer .footer_col_l .footer_menu,
.footer .footer_col_r .footer_menu {
    margin-top: 15px;
  }

  .footer .footer_menu .footer_menu_item .footer_menu_link {
    display: inline-block;
  }

  .footer .footer_col_l .footer_menu_item,
.footer .footer_col_r .footer_menu_item {
    margin-bottom: 5px;
  }

  .footer .footer_link img,
.footer .footer_link svg {
    max-width: 20px;
  }

  .about_top_block .top_block_pic {
    margin-top: 15px;
  }

  .about_top_block .top_block_pic img {
    max-width: 100%;
  }

  .about_top_block .breadcrumbs {
    margin-top: 35px;
  }

  .about_top_block .top_block_text {
    margin-bottom: 10px;
  }

  .about_top_block .btn_row .btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about_economy_container {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .about_platform_intuit .title_h3 {
    font-size: 25px;
    text-align: center;
    line-height: normal;
    margin-bottom: 18px;
  }

  .about_platform_intuit .platform_intuit_text {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 20px;
  }

  .about_platform_intuit .btn.btn_yellow {
    max-width: 265px;
    height: 55px;
  }

  .about_inform_block .inform_block_wrap {
    padding: 20px;
  }

  .about_inform_block .title_h2 {
    font-size: 20px;
    line-height: 150%;
    max-width: 60%;
    margin-bottom: 9px;
  }

  .about_inform_block .inform_block_text {
    font-size: 15px;
    line-height: 160%;
  }

  .about_inform_block .inform_block_icon {
    top: 7px;
    right: 7px;
  }

  .about_document_list {
    margin-top: 50px;
  }

  .about_document_list .title_h2 {
    text-align: center;
    margin-bottom: 23px;
  }

  .about_document_list .title_h2 br {
    display: none;
  }

  .about_document_list .document_list_pic {
    height: 228px;
  }

  .about_document_list .title_h4 {
    font-size: 20px;
  }

  .about_document_list .document_list_col {
    margin-bottom: 18px;
  }

  .document_list_col_last {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ddocument_list_col_last_wrap {
    height: 228px;
  }

  .document_list_col_last_wrap .btn {
    border-radius: 10px;
    max-width: 305px;
    width: 100%;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
  }

  .breadcrumbs {
    margin-top: 40px;
  }

  .breadcrumbs .breadcrumbs_item {
    font-size: 15px;
  }

  .top_block_cut {
    background: #fff;
    padding-bottom: 0;
    min-height: 30px;
  }

  .post_grid {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .post_grid.grid_col_2 .title_h2 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .post_grid.grid_col_2 .title_h2 {
    margin-bottom: 20px;
  }

  .post_grid.grid_col_3 .title_h3 {
    margin-bottom: 10px;
  }

  .post_grid.grid_col_2 .post_grid_pic,
.post_grid.grid_col_3 .post_grid_pic {
    height: 235px;
  }

  .post_grid.grid_col_2 .post_grid_info_wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 16px 19px;
  }

  .post_grid.grid_col_3 .post_grid_info_wrap {
    padding: 16px 19px;
  }

  .post_grid .post_grid_text {
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 13px;
  }
  .post_grid .post_grid_text br {
    display: none;
  }

  .post_grid .title_h3 {
    margin-bottom: 20px;
    line-height: normal;
  }

  .post_grid .post_grid_row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .post_grid .post_grid_col {
    margin-bottom: 20px;
  }

  .post_grid .post_grid_col.post_grid_col_last {
    margin-bottom: 0px;
  }

  .priziv_block .priziv_block_wrap {
    padding: 20px;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .post_grid .post_grid_col_last {
    margin-bottom: 0;
  }

  .priziv_block {
    margin: 50px 0;
  }

  .priziv_block .title_h2 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 15px;
    text-align: center;
  }

  .priziv_block .priziv_block_text {
    text-align: center;
  }

  .priziv_block .priziv_block_info.text-left .title_h2 {
    text-align: left;
  }

  .priziv_block .priziv_block_info.text-left .priziv_block_text {
    text-align: left;
  }

  .priziv_block .priziv_block_wrap {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .priziv_block br {
    display: none;
  }

  .priziv_block .priziv_block_text {
    font-size: 15px;
    line-height: 160%;
    color: #636363;
  }

  .priziv_block .btn {
    max-width: 100%;
  }

  .post_grid.grid_col_3 .title_h2 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .post_grid.grid_col_3 .title_h2 {
    margin-bottom: 20px;
  }

  .post_grid.grid_col_3 .btn {
    max-width: 100%;
  }

  .post_grid.grid_col_3 .post_grid_text {
    margin-bottom: 14px;
  }

  .post_grid.grid_col_2 .post_grid_text {
    margin-bottom: 14px;
  }

  .priziv_block_pic img {
    max-width: 100%;
    max-height: 176px;
    display: block;
  }

  .post_grid.grid_col_2 .title_h2 br {
    display: none;
  }

  .post_grid.grid_col_2 .post_grid_info_wrap.post_grid_info_notext {
    display: block;
  }

  .post_grid.grid_col_2 .post_grid_info_wrap.post_grid_info_notext .title_h3 {
    margin-bottom: 15px;
  }

  .post_grid.post_grid_first {
    margin-top: 0;
  }

  .post_list {
    margin-top: 0;
  }

  .post_list .title_h2 {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 96%;
    letter-spacing: -0.02em;
    color: rgba(34, 34, 34, 0.87);
  }

  .post_list .post_list_info_wrap {
    margin-top: 0px;
  }

  .post_list .title_h4 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
    margin-bottom: 6px;
  }

  .post_list .post_list_info {
    margin-bottom: 21px;
  }

  .post_list .post_list_row {
    margin-bottom: 35px;
  }

  .post_list ul li::marker {
    position: relative;
    top: 2px;
    left: 2px;
  }

  .debt_redem_top_block {
    margin-bottom: 17px;
  }

  .debt_redem_top_block .top_block_text {
    margin-bottom: 20px;
  }

  .debt_redem_top_block .list_info_item {
    margin-bottom: 0;
  }

  .debt_redem_top_block .list_info_item::marker {
    display: none;
  }

  .debt_redem_top_block .economy_container {
    margin-top: 50px;
  }

  .debt_redem_top_block .economy_container .title_h2 {
    line-height: normal;
  }

  .debt_redem_top_block .economy_container .title_h3 {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #515151;
    margin-bottom: 20px;
  }

  .debt_redem_top_block .economy_container .title_h3 br {
    display: none;
  }

  .debt_redem_top_block .economy_container .economy_col_wrap {
    padding: 20px;
  }

  .debt_redem_top_block .economy_container .economy_col {
    margin-bottom: 17px;
  }

  .debt_redem_top_block .top_block_pic img {
    max-width: 530px;
  }

  .debt_redem_top_block .economy_container .btn {
    max-width: 100%;
    margin: 5px auto 0;
  }

  .large_post_list .title_h2.text-center {
    text-align: left !important;
    line-height: normal;
  }

  .large_post_list .title_h3.text-center {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
    text-align: left !important;
    margin-bottom: 20px;
  }

  .large_post_list .title_h4 {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
    margin-bottom: 20px;
  }

  .large_post_list .post_list_ul li {
    font-size: 15px;
    line-height: 168%;
    color: #515151;
    margin-bottom: 0;
  }

  .send_doc_online .send_doc_row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .send_doc_online .send_doc_pic {
    margin-bottom: 20px;
  }

  .send_doc_online .send_doc_ul li {
    font-size: 15px;
    line-height: 150%;
    color: #515151;
    margin-bottom: 9px;
  }

  .send_doc_online .title_h2 {
    margin-bottom: 20px;
  }

  .send_doc_online .send_doc_wrap {
    margin-bottom: 45px;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .send_doc_online .title_h3 {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .send_doc_online {
    margin-bottom: 50px;
  }

  .debt_redem_inform_block {
    margin: 50px 0;
  }

  .debt_redem_inform_block .inform_block_wrap {
    padding: 20px;
  }

  .inform_block_wrap .title_h2 {
    font-size: 20px;
    line-height: 150%;
    color: #222;
  }

  .stadiya_bankrot_inform_block .inform_block_wrap .inform_block_icon,
.debt_redem_inform_block .inform_block_wrap .inform_block_icon {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .stadiya_bankrot_inform_block .inform_block_wrap .inform_block_icon img,
.stadiya_bankrot_inform_block .inform_block_wrap .inform_block_icon svg,
.debt_redem_inform_block .inform_block_wrap .inform_block_icon img,
.debt_redem_inform_block .inform_block_wrap .inform_block_icon svg,
.otmena_zaochnogo_inform_block .inform_block_wrap .inform_block_icon img,
.otmena_zaochnogo_inform_block .inform_block_wrap .inform_block_icon svg {
    max-width: 45px;
    max-height: 45px;
  }

  .debt_redem_inform_block .btn {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }

  .debt_redem_buy_deb .post_list_col_pic {
    margin-bottom: 17px;
  }

  .debt_redem_buy_deb .post_list_text {
    margin-bottom: 0;
  }

  .debt_redem_list_info .btn {
    display: none;
  }

  .steps_col_container {
    margin: 50px 0;
  }

  .steps_col_container .title_h2 {
    margin-bottom: 20px;
    text-align: left !important;
  }

  .steps_col_container .title_h2 br {
    display: none;
  }

  .steps_col_container .steps_col {
    margin-bottom: 20px;
  }

  .debt_redem_row_rewerse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .large_post_list .title_h2 {
    font-size: 25px;
    color: #222;
    line-height: normal;
  }

  .debt_redem_inform_block .title_h2 {
    padding-right: 45px;
    margin-bottom: 10px;
  }

  .debt_redem_inform_block .inform_block_text {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
  }

  .debt_redem_top_block .top_block_pic {
    margin-top: 0;
  }

  ul li:before {
    top: 10px;
    left: -19px;
    width: 7px;
    height: 7px;
  }

  .large_post_list .post_list_ul li {
    margin-bottom: 3px;
  }

  .faq_list {
    margin: 3px auto;
  }

  .faq_list .card-header {
    padding: 18px 15px 21px 21px;
  }

  .faq_list .card-header:after {
    display: none;
  }

  .faq_list .card-body {
    padding-top: 0;
  }

  .faq_list .card-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .svodka_po_dolgam .breadcrumbs {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .svodka_po_dolgam .form_wrap .form-group {
    margin-bottom: 15px;
  }

  .svodka_po_dolgam .form_wrap .form-text {
    margin-top: 15px;
  }

  .contacts_container .contacts_text {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
    margin-bottom: 10px;
  }

  .contacts_container .contacts_text_col {
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .contacts_container .map_col {
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .contacts_container .btn {
    margin-top: 10px;
  }

  .contacts_container {
    margin-top: 0;
  }

  .contacts_container .map_col iframe {
    min-height: 206px;
  }

  .search_result {
    margin-bottom: 50px;
  }

  .search_form input {
    font-weight: 400;
    font-size: 20px;
  }

  .search_modal .modal-content {
    background: transparent;
    border: 0px solid #eaeaea;
  }

  .search_form {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    border-bottom: 0px solid #eaeaea;
    position: relative;
  }
  .search_form:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 5%;
    width: 90%;
    height: 1px;
    background: #EAEAEA;
  }

  .search_modal.show {
    padding-right: 0 !important;
  }

  .search_form .search_button {
    max-height: 30px;
  }

  .search_form .search_button svg {
    max-width: 30px;
    max-height: 30px;
  }

  .search_modal .search_form {
    padding: 20px;
  }

  .search_modal .modal-content {
    height: auto;
  }

  .search_modal .btn_close svg {
    max-width: 30px;
    max-height: 30px;
  }

  .search_modal .btn_close {
    top: -26px;
    right: 16px;
    opacity: 1;
  }

  .form_modal .modal-content {
    padding: 20px;
  }

  .form_modal .title_h4 {
    font-size: 15px;
    line-height: 160%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form_modal .form_wrap .form-text {
    font-size: 12px;
    line-height: 160%;
  }

  .top_block.main_top_block .top_block_pic img {
    max-width: 100%;
  }

  .top_block .top_block_container {
    position: relative;
  }

  .top_block.main_top_block .top_block_container:before {
    top: 0%;
  }

  .top_block .top_block_container:before {
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, 20px);
    -ms-transform: translate(50%, 20px);
    transform: translate(50%, 20px);
    max-height: 345px;
    max-width: 100%;
  }

  .document_list_online .document_list_col_last_wrap {
    height: auto;
  }

  .svodka_po_dolgam .svodka_po_dolgam_pic img {
    max-width: 100%;
  }

  .stadiya_zvonkov_top_block .top_block_pic img,
.otzuv_pers_data_top_block .top_block_pic img,
.stadiya_viezda_top_block .top_block_pic img,
.stadiya_viezda_top_block .top_block_pic img,
.zhaloba_v_prok_visit_top_block .top_block_pic img,
.stadiya_otveta_top_block .top_block_pic img,
.stadiya_otmenu_top_block .top_block_pic img,
.stadiya_sud_pristav_top_block .top_block_pic img,
.stadiya_bankrot_top_block .top_block_pic img,
.otmena_sudprikaz_top_block .top_block_pic img,
.podacha_apellacii_top_block .top_block_pic img,
.zhaloba_deystvie_top_block .top_block_pic img,
.zhaloba_bezdeystvie_top_block .top_block_pic img {
    max-width: 100%;
  }

  .stadiya_zvonkov_top_block .top_block_pic {
    right: 0;
    margin-bottom: 36px;
  }

  .otzuv_pers_data_top_block .top_block_pic,
.zhaloba_v_prok_visit_top_block .top_block_pic,
.stadiya_bankrot_top_block .top_block_pic {
    margin-top: 0;
    right: 0;
  }

  .otmena_sudprikaz_top_block .top_block_pic {
    margin-top: 70px;
  }

  .zhaloba_v_prok_visit_top_block .top_block_container:before,
.stadiya_viezda_top_block .top_block_container:before,
.zhaloba_v_prok_top_block .top_block_container:before,
.stadiya_zvonkov_top_block .top_block_container:before,
.stadiya_sud_pristav_top_block .top_block_container:before,
.podacha_apellacii_top_block .top_block_container:before,
.zhaloba_deystvie_top_block .top_block_container:before,
.zhaloba_bezdeystvie_top_block .top_block_container:before,
.otzuv_pers_data_top_block .top_block_container:before,
.stadiya_otveta_top_block .top_block_container:before,
.stadiya_otmenu_top_block .top_block_container:before,
.otvet_napretenziyu_top_block .top_block_container:before,
.otmena_sudprikaz_top_block .top_block_container:before,
.otmena_zaochnogo_top_block .top_block_container:before,
.debt_redem_top_block .top_block_container:before {
    top: 0;
    -webkit-transform: translate(50%, 20px);
    -ms-transform: translate(50%, 20px);
    transform: translate(50%, 20px);
    max-height: 328px;
  }

  .stadiya_bankrot_top_block .top_block_container:before {
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -100%);
    -ms-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
    max-width: 100%;
  }

  .stadiya_zvonkov_top_block .breadcrumbs {
    margin-top: 0;
  }

  .stadiya_zvonkov_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .stadiya_zvonkov_top_block .list_info_item {
    font-size: 15px;
    line-height: 160%;
  }

  .stadiya_zvonkov_top_block .list_info {
    margin-bottom: 40px;
  }

  .stadiya_zvonkov_list .post_list_col_pic {
    margin-bottom: 20px;
  }

  .stadiya_zvonkov_post_grid .btn {
    width: 100%;
  }

  .stadiya_zvonkov_post_grid.post_grid_first .title_h2 {
    text-align: left;
  }

  .stadiya_zvonkov_post_grid .title_h3 {
    line-height: normal;
    margin-bottom: 20px;
  }

  .stadiya_zvonkov_steps,
.stadiya_otveta_steps {
    margin-bottom: 20px;
  }

  .stadiya_zvonkov_economy {
    margin-top: 50px;
  }

  .stadiya_zvonkov_economy .title_h2 br {
    display: none;
  }

  .stadiya_zvonkov_steps .title_h2,
.stadiya_otveta_steps .title_h2 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .steps_col.steps_col_last {
    margin-bottom: 0;
  }

  .stadiya_zvonkov_steps .steps_col.steps_col_last .btn,
.otzuv_pers_data_steps .steps_col.steps_col_last .btn,
.stadiya_otveta_steps .steps_col.steps_col_last .btn {
    width: 100%;
    height: 55px;
    max-width: 100%;
  }

  .stadiya_zvonkov_economy .title_h3 {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #515151;
    margin-bottom: 20px;
  }

  .stadiya_zvonkov_economy .btn {
    max-width: 100%;
    margin-top: 0;
  }

  .stadiya_zvonkov_economy {
    padding-bottom: 20px;
  }

  .stadiya_zvonkov_post_list .title_h2 {
    font-size: 25px;
    line-height: normal;
  }

  .stadiya_otveta_post_list .post_list_col_pic,
.stadiya_zvonkov_post_list .post_list_col_pic {
    margin-bottom: 20px;
  }

  .stadiya_zvonkov_post_list .post_list_row {
    margin-bottom: 50px;
  }

  .stadiya_zvonkov_post_list .post_list_text {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
  }

  .stadiya_zvonkov_send_doc {
    margin-top: 50px;
  }

  .inform_block .send_doc_ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .otzuv_pers_data_top_block .top_block_title,
.zhaloba_bezdeystvie_top_block .top_block_title,
.zhaloba_v_prok_top_block .top_block_title,
.stadiya_viezda_top_block .top_block_title,
.zhaloba_v_prok_visit_top_block .top_block_title,
.stadiya_otveta_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .top_block .top_block_title br {
    display: none;
  }

  .otzuv_pers_data_top_block .top_block_text,
.zhaloba_v_prok_top_block .top_block_text,
.stadiya_viezda_top_block .top_block_text,
.stadiya_otveta_top_block .top_block_text,
.stadiya_otmenu_top_block .top_block_text,
.stadiya_sud_pristav_top_block .top_block_text,
.zhaloba_deystvie_top_block .top_block_text,
.zhaloba_bezdeystvie_top_block .top_block_text,
.zhaloba_v_prok_visit_top_block .top_block_text,
.stadiya_bankrot_top_block .top_block_text {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .otzuv_pers_data_top_block .list_info,
.zhaloba_v_prok_top_block .list_info,
.stadiya_viezda_top_block .list_info,
.stadiya_otmenu_top_block .list_info,
.stadiya_sud_pristav_top_block .list_info,
.zhaloba_deystvie_top_block .list_info,
.zhaloba_bezdeystvie_top_block .list_info {
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;
  }

  .otzuv_pers_data_post_list {
    margin-top: 50px;
  }

  .otzuv_pers_data_post_list .post_list_pic,
.zhaloba_v_prok_post_list .post_list_pic,
.stadiya_viezda_post_list .post_list_pic,
.stadiya_otmenu_post_list .post_list_pic,
.stadiya_bankrot_post_list .post_list_pic,
.zhaloba_deystvie_post_list .post_list_pic {
    margin-bottom: 20px;
  }

  .otzuv_pers_data_post_list .post_list_col_content,
.zhaloba_v_prok_post_list .post_list_col_content,
.stadiya_viezda_post_list .post_list_col_content,
.stadiya_otveta_post_list .post_list_col_content,
.stadiya_otmenu_post_list .post_list_col_content,
.stadiya_bankrot_post_list .post_list_col_content,
.zhaloba_deystvie_post_list .post_list_col_content {
    padding-left: 15px;
  }

  .otzuv_pers_data_post_list .title_h2,
.zhaloba_v_prok_post_list .title_h2,
.zhaloba_deystvie_post_list .title_h2 {
    font-size: 25px;
    color: #222;
    line-height: normal;
  }

  .otzuv_pers_data_steps {
    margin-top: 30px;
  }

  .otzuv_pers_data_steps .title_h2 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .inform_block .send_doc_ul {
    margin-top: 25px;
  }

  .inform_block .send_doc_ul li {
    font-size: 15px;
    line-height: 150%;
    color: #515151;
    margin-bottom: 7px;
  }

  .stadiya_zvonkov_economy .title_h3 br {
    display: none;
  }

  .top_block .list_info .list_info_item {
    font-size: 15px;
    line-height: 160%;
    color: #515151;
  }

  .zhaloba_v_prok_document_list .title_h2 {
    margin-bottom: 20px;
  }

  .document_list_online_big .document_list_pic {
    height: 228px;
  }

  .document_list_online_big .document_list_col {
    margin-bottom: 20px;
  }

  .document_list_online .title_h4 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .document_list_online .document_list_text_bottom {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #515151;
    text-align: left;
    margin-top: 50px;
  }

  .zhaloba_v_prok_document_list {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .document_list_online .document_list_col:last-child {
    margin-bottom: 0;
  }

  .zhaloba_v_prok_post_list {
    margin-bottom: 20px;
  }

  .zhaloba_v_prok_priziv {
    margin-top: 20px;
  }

  .zhaloba_v_prok_post_list .post_list_text {
    margin-bottom: 15px;
  }

  .zhaloba_v_prok_priziv .priziv_block_text {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #515151;
  }

  .zhaloba_v_prok_priziv .priziv_block_text strong {
    line-height: 135%;
    display: block;
    margin-bottom: 10px;
  }

  .priziv_block .priziv_block_info {
    padding: 0;
  }

  .zhaloba_v_prok_steps {
    margin-top: 32px;
    margin-bottom: 30px;
  }

  .zhaloba_v_prok_steps .title_h2 {
    text-align: center !important;
  }

  .steps_col_container .steps_col_wrap {
    padding-right: 40px;
  }

  .stadiya_viezda_top_block .top_block_pic {
    margin-top: 0;
  }

  .stadiya_viezda_document_list.document_list_online_big .title_h2 {
    margin-bottom: 20px;
  }

  .stadiya_viezda_document_list .document_list_text {
    margin-top: 0;
  }

  .stadiya_viezda_document_list {
    margin-top: 50px;
  }

  .stadiya_viezda_document_list .title_h2 {
    margin-bottom: 20px;
  }

  .stadiya_viezda_priziv .priziv_block_pic {
    display: none;
  }

  .stadiya_viezda_priziv .title_h2,
.stadiya_viezda_priziv .priziv_block_text {
    text-align: left;
  }

  .stadiya_viezda_post_list .post_list_row {
    margin-top: 50px;
  }

  .stadiya_viezda_post_list {
    margin-bottom: 30px;
  }

  .zhaloba_v_prok_priziv .priziv_block_pic {
    margin-bottom: 20px;
  }

  .stadiya_zvonkov_top_block .top_block_pic img,
.otzuv_pers_data_top_block .top_block_pic img,
.zhaloba_v_prok_top_block .top_block_pic img,
.stadiya_viezda_top_block .top_block_pic img,
.zhaloba_v_prok_visit_top_block .top_block_pic img,
.stadiya_sud_pristav_top_block .top_block_pic img,
.otmena_zaochnogo_top_block .top_block_pic img {
    max-width: 100%;
  }

  .stadiya_otveta_top_block .bcg_top_block {
    padding-bottom: 0;
  }

  .post_list .post_list_ul {
    margin-bottom: 20px;
  }

  .post_list .post_list_ul li {
    margin-bottom: 5px;
  }

  .post_list .debt_redem_col_l .title_h2 {
    line-height: normal;
  }

  .stadiya_otmenu_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .stadiya_otmenu_top_block .bcg_top_block {
    padding-bottom: 28px;
  }

  .stadiya_otmenu_post_list .post_list_col_content .post_list_text strong {
    font-weight: 400;
  }

  .stadiya_otmenu_post_list .post_list_text {
    margin-bottom: 10px;
  }

  .stadiya_otmenu_post_list {
    margin-bottom: 40px;
  }

  .stadiya_sud_pristav_top_block .top_block_pic {
    margin-top: 10px;
  }

  .stadiya_sud_pristav_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .stadiya_sud_pristav_top_block .bcg_top_block {
    padding-bottom: 50px;
  }

  .stadiya_sud_pristav_post_grid.grid_col_2 .title_h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 96%;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(34, 34, 34, 0.87);
  }

  .stadiya_bankrot_top_block .breadcrumbs {
    margin-top: 60px;
  }

  .stadiya_bankrot_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .stadiya_bankrot_top_block .list_info {
    margin-bottom: 10px;
  }

  .stadiya_bankrot_steps {
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .stadiya_bankrot_steps .title_h2 {
    text-align: center !important;
  }

  .stadiya_bankrot_economy {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .stadiya_bankrot_economy .title_h3 {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #515151;
    margin-bottom: 20px;
  }

  .stadiya_bankrot_economy .title_h3 br {
    display: none;
  }

  .stadiya_bankrot_economy .btn {
    max-width: 100%;
    margin-top: 0;
  }

  .stadiya_bankrot_inform_block {
    margin-bottom: 50px;
  }

  .stadiya_bankrot_inform_block .title_h2 {
    padding-right: 50px;
    margin-bottom: 18px;
  }

  .stadiya_bankrot_inform_block .send_doc_ul {
    margin-top: 22px;
  }

  .stadiya_bankrot_data_steps .btn {
    max-width: 100%;
  }

  .stadiya_bankrot_data_steps .title_h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .stadiya_bankrot_data_steps .steps_col_last .steps_col_title {
    margin-bottom: 20px;
  }

  .stadiya_bankrot_post_list .title_h2 {
    font-size: 25px;
    color: #222;
    line-height: normal;
    letter-spacing: 0;
  }

  .stadiya_bankrot_post_list .btn {
    max-width: 100%;
  }

  .stadiya_bankrot_post_grid.grid_col_2 .title_h2 {
    font-size: 25px;
    line-height: 96%;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(34, 34, 34, 0.87);
  }

  .stadiya_bankrot_post_grid .col-lg-6 {
    margin-bottom: 0;
  }

  .stadiya_bankrot_post_grid.grid_col_2 .title_h3 {
    margin-bottom: 17px;
    line-height: normal;
  }

  .stadiya_bankrot_post_grid.grid_col_2 .post_grid_text {
    font-size: 15px;
    line-height: 140%;
  }

  .stadiya_bankrot_post_grid.grid_col_2 .post_grid_info_wrap {
    padding: 16px 19px 5px;
  }

  .stadiya_bankrot_post_grid .post_grid_col.post_grid_col_last {
    margin-bottom: 20px;
  }

  .debt_redem_top_block .top_block_container, .otvet_napretenziyu_top_block .top_block_container {
    padding-top: 324px;
  }

  .otvet_napretenziyu_top_block .top_block_pic img {
    right: 50%;
    top: 50%;
    bottom: unset;
    -webkit-transform: translate(50%, -100%);
    -ms-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
    max-width: 100%;
  }

  .otvet_napretenziyu_top_block .top_block_pic {
    position: relative;
  }

  .otvet_napretenziyu_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .otvet_napretenziyu_top_block .top_block_text,
.otmena_sudprikaz_top_block .top_block_text,
.otmena_zaochnogo_top_block .top_block_text {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .otvet_napretenziyu_top_block .bcg_top_block {
    padding-bottom: 0;
  }

  .otvet_napretenziyu_economy .title_h3 {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #515151;
    margin-bottom: 20px;
  }

  .otvet_napretenziyu_economy .title_h3 br {
    display: none;
  }

  .otvet_napretenziyu_economy .btn {
    max-width: 100%;
    margin-top: 0px;
  }

  .otvet_napretenziyu_economy {
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .otvet_napretenziyu_post_list .post_list_col_content {
    padding-left: 15px;
  }

  .otvet_napretenziyu_post_list .post_list_col_pic {
    margin-bottom: 20px;
  }

  .otvet_napretenziyu_post_list .title_h2 {
    letter-spacing: 0;
    line-height: normal;
  }

  .otvet_napretenziyu_post_list .post_list_text {
    font-size: 15px;
    line-height: 140%;
    color: #515151;
    margin-bottom: 10px;
  }

  .otvet_napretenziyu_post_list .debt_redem_list_info .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .otmena_sudprikaz_top_block .breadcrumbs {
    margin-top: 53px;
  }

  .otmena_sudprikaz_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .otmena_sudprikaz_economy .title_h3 {
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #515151;
    margin-bottom: 20px;
  }

  .otmena_sudprikaz_economy .title_h3 br {
    display: none;
  }

  .otmena_sudprikaz_economy .btn {
    max-width: 100%;
    margin-top: 0;
  }

  .otmena_sudprikaz_economy {
    padding-bottom: 0;
    margin-bottom: 55px;
  }

  .otmena_sudprikaz_post_list .otmena_sudprikaz_title_h2 {
    line-height: normal;
  }

  .otmena_sudprikaz_post_list .post_list_col_pic,
.otmena_zaochnogo_post_list .post_list_col_pic {
    margin-bottom: 20px;
  }

  .otmena_sudprikaz_post_list .post_list_col_content {
    padding-left: 15px;
  }

  .otmena_sudprikaz_post_list .title_h3 {
    font-size: 25px;
    color: #222;
    line-height: normal;
  }

  .otmena_sudprikaz_post_grid.post_grid .title_h2 {
    font-size: 25px;
    line-height: 96%;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(34, 34, 34, 0.87);
  }

  .otmena_sudprikaz_post_grid.post_grid .title_h3 {
    margin-bottom: 18px;
  }

  .otmena_sudprikaz_post_grid.post_grid .post_grid_text {
    line-height: 140%;
  }

  .otmena_sudprikaz_post_list .btn {
    max-width: 100%;
  }

  .otmena_sudprikaz_post_list .post_list_text {
    margin-bottom: 10px;
    line-height: 140%;
  }

  .otmena_sudprikaz_steps .title_h2 {
    text-align: center !important;
  }

  .otmena_zaochnogo_top_block .breadcrumbs {
    margin-top: 77px;
  }

  .otmena_zaochnogo_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .otmena_zaochnogo_top_block .bcg_top_block {
    padding-bottom: 0;
  }

  .otmena_zaochnogo_data_steps .title_h2 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .steps_col_container.steps_col_big .steps_col {
    margin-bottom: 20px;
  }

  .steps_col_container.steps_col_big .steps_col.steps_col_last {
    margin-bottom: 0;
  }

  .otmena_zaochnogo_data_steps .btn {
    max-width: 100%;
  }

  .otmena_zaochnogo_data_steps {
    margin-bottom: 30px;
  }

  .post_list .post_list_info_wrap {
    padding-left: 15px;
  }

  .post_list_text {
    margin-bottom: 10px;
  }

  .otmena_zaochnogo_post_list .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .otmena_zaochnogo_post_list {
    margin-bottom: 30px;
  }

  .otmena_zaochnogo_inform_block .title_h2 {
    padding-right: 45px;
  }

  .podacha_apellacii_top_block .breadcrumbs {
    margin-top: 47px;
  }

  .podacha_apellacii_top_block .top_block_title {
    font-size: 23px;
    color: #222;
  }

  .podacha_apellacii_top_block .top_block_text {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.87);
  }

  .podacha_apellacii_top_block .bcg_top_block {
    padding-bottom: 20px;
  }

  .podacha_apellacii_inform_block {
    margin-bottom: 50px;
  }

  .podacha_apellacii_inform_block .inform_block_text:last-of-type {
    margin-bottom: 0;
  }

  .podacha_apellacii_inform_block .inform_block_icon,
.zhaloba_bezdeystvie_inform_block .inform_block_icon {
    top: 10px;
    right: 10px;
  }

  .podacha_apellacii_inform_block .inform_block_icon img,
.podacha_apellacii_inform_block .inform_block_icon svg,
.zhaloba_bezdeystvie_inform_block .inform_block_icon img,
.zhaloba_bezdeystvie_inform_block .inform_block_icon svg {
    max-width: 45px;
    max-height: 45px;
  }

  .podacha_apellacii_post_list .post_list_col_pic {
    margin-bottom: 20px;
  }

  .podacha_apellacii_post_list .post_list_col_content {
    padding-left: 15px;
  }

  .podacha_apellacii_post_list .title_h3 {
    font-size: 25px;
    color: #222;
    line-height: normal;
  }

  .podacha_apellacii_post_list .btn,
.zhaloba_deystvie_post_list .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .zhaloba_deystvie_top_block .bcg_top_block {
    padding-bottom: 30px;
  }

  .zhaloba_bezdeystvie_top_block .bcg_top_block {
    padding-bottom: 0px;
  }

  .zhaloba_bezdeystvie_inform_block {
    margin-top: 50px;
  }

  .zhaloba_bezdeystvie_inform_block .btn {
    margin-top: 0;
  }

  .stadiya_zvonkov_top_block .bcg_top_block {
    padding-bottom: 50px;
  }

  .zhaloba_v_prok_top_block .breadcrumbs,
.stadiya_otveta_top_block .breadcrumbs {
    margin-top: 20px;
  }

  .stadiya_viezda_top_block .breadcrumbs {
    margin-top: 75px;
  }

  .zhaloba_v_prok_visit_top_block .breadcrumbs {
    margin-top: 62px;
  }

  .top_block .list_info .list_info_item:before {
    width: 7px;
    height: 7px;
    top: 10px;
  }

  .stadiya_otveta_top_block .breadcrumbs {
    margin-top: 25px;
  }

  .stadiya_otmenu_top_block .breadcrumbs {
    margin-top: 51px;
  }

  .stadiya_otmenu_top_block .bcg_top_block {
    padding-bottom: 0;
  }

  .post_list .stadiya_otmenu_title_h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 160%;
    color: #636363;
  }

  .stadiya_sud_pristav_top_block .breadcrumbs {
    margin-top: 30px;
  }

  .otvet_napretenziyu_top_block .breadcrumbs {
    margin-top: 11px;
  }

  .otmena_zaochnogo_inform_block .inform_block_text,
.podacha_apellacii_inform_block .inform_block_text {
    margin-bottom: 7px;
  }
}
@media (max-width: 550px) {
  .debt_redem_top_block .top_block_pic img {
    max-width: 100%;
  }

  .send_doc_online .send_doc_ul {
    margin-right: 20px;
  }

  .otvet_napretenziyu_top_block .top_block_pic img {
    right: 50%;
    top: 50%;
    bottom: unset;
    -webkit-transform: translate(50%, -116%);
    -ms-transform: translate(50%, -116%);
    transform: translate(50%, -116%);
    max-width: 100%;
  }
}