@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_yellow {
  max-width: 160px;
  width: 100%;
  height: 55px;
  background: #ffd449;
  text-align: center;
  color: #222;
}
.btn.btn_yellow path{fill: #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;
}
.breadcrumbs .breadcrumbs_item a:hover{
  text-decoration: none;
}

.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: 100;
}
.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;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  white-space: nowrap;
  margin-right: 20px;
}
.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: 75%;
  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;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .header_menu_item:hover .dropdown-menu{
  display: block;
  top: calc(100% - 5px);
}
.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;
  position: relative;
  display: block;
}
.header .header_menu_link:hover {
  text-decoration: none;
}
.header .header_menu_item.has_dropdown:before{
  contain: '';
  position: absolute;
  top: 12px;
  right: -12px;
  display: block;
  vertical-align: .255em;
  border-top: .4em solid #fff;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  left: unset;
}
.header .header_icons_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
}
.header .navbar {
  padding: 20px 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.header .header_link_home {
  margin-left: 20px;
  width: max-content;
}
.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;
  color: #FFF;
}
.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 a:has(h3):hover{
  text-decoration: none;
}
.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/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.bcg_top_block_libra .top_block_container:before {
  background: url("/wp-content/uploads/2026/05/libra.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 753px;
  height: 800px;
  z-index: 1;
  right: 0;
  max-width: 51vw;
  -webkit-transform: translate(0vw, -23%);
  -ms-transform: translate(0vw, -23%);
  transform: translate(0vw, -23%);
}
.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_small {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.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 .btn_text .price_label:before{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 45px;
    height: 7px; 
    background-size: contain;
    background-repeat: no-repeat;
}
.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 .register_for_help_text a{
  color: #FFF;
}
.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;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: center;
          justify-content: center;
}
.register_for_help .btn_row {
  margin-bottom: 30px;
}
.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: 20px;
}
.document_list_online .document_list_online_subtitle {
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.03em;
    text-align: center;
    margin-bottom: 20px;
}
.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: 0; */
  /* padding-right: 0; */
  color: #222;
  display: block;
}
.document_list_online .document_list_col:hover{
  text-decoration: none;
}
.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_new_usluga{
  margin-top: 0;
}
.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: 10px;
  margin-top: 10px;
}
.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;
  margin-top: 30px;
}
.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;
}

@media (min-width: 768px) {
  .post_list .post_list_row:nth-child(even){
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.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;
} 

.scrolltotop_btn {
  width: 45px;
  height: 45px;
  bottom: 105px;
  right: 30px;
  background-color: #FFF;
  border: 1px solid #6c63ff;
  border-radius: 10px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 7777;
}

.scrolltotop_btn.fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
}

.scrolltotop_btn svg {
  width: 25px;
  height: 25px;
  stroke: #6c63ff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wsp-pages-title{
  display: none;
}

.page_404 .bcg_top_block {
  min-height: 810px;
  padding-top: 23vh;
}

.page_404 .bcg_top_block .top_block_container:before {
  left: 35%;
  top: 28%;
  max-width: 1270px;
  right: unset;
}

.page_404 .bcg_top_block .top_block_pic img {
  max-width: 548px;
  top: -63px;
  left: -5px;
}  
.comments_template{
  margin-bottom: 50px;
}
.comment-list{
  padding-left: 17px;
}
.comments_template .comment {
  margin: 20px 0 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
} 
.comment-meta {
  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;
  margin-bottom: 20px;
}
.comment-meta .comment-author {
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 3vw;
}
.comment-author.vcard .fn, .comment-author.vcard a { 
  font-weight: 500;
  font-size: 21px;
  line-height: 165%;
  color: #222;
  text-shadow: 0 4px 245px 0 #000; 
}
.comment-meta .comment-metadata {
  -ms-order: 3;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;  
  font-weight: 400;
  font-size: 13px;
  line-height: 165%;
  color: #222;
  text-shadow: 0 4px 245px 0 #000; 
}
.comment-meta .says {
    display: none;
}
.comment-content {
  font-weight: 300;
  font-size: 16px;
  line-height: 165%;
  color: #222;
}
.comments_template label{
  display: block;
}
.comments_template #submit{ 
  color: #fff;
  min-width: 150px;
  height: 55px;
  background: #6c63ff;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: .375rem .75rem;
}
.comments_template textarea{ 
  border: 1px solid #111;
  background: transparent;
  border-radius: 10px;
  width: 100%;
}
.comments_template input{ 
  border: 1px solid #111;
  background: transparent;
  height: 45px;
  border-radius: 10px;
  width: 100%;
}
.comments_template input[type=checkbox]{ 
    width: 20px;
    height: 20px;
    margin-right: 10px; 
}
.comment-form-cookies-consent{
  display: flex;  
  -webkit-justify-content: flex-start;
          justify-content: flex-start;  
}
.sticky-sidebar{ 
  position: sticky;
  top: 85px;
  left: 0;
}

.popup_timer.modal-container {
  margin: 0px auto;
  padding-top: 0px;
  position: relative;
  width: 160px;
}
.popup_timer.modal-container .modal-btn {
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #446CB3;
  font-size: 22px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 5px 5px -5px #333;
  transition: background 0.3s ease-in;
}
.popup_timer.modal-container .modal-btn:hover {
  background: #365690;
}
.popup_timer.modal-container .modal-content,
.popup_timer.modal-container .modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
  border: 0px solid rgba(0, 0, 0, .2);
}
.popup_timer.modal-container .modal-close {
  color: #aaa;
  position: absolute;
  right: 5px;
  top: 1px;
  padding-top: 3px;
  background: #fff;
  font-size: 16px;
  width: 25px;
  height: 25px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  line-height: 1.3;
}
.popup_timer.modal-container .modal-close:hover {
  color: #333;
}
.popup_timer.modal-container .modal-content-btn {
  position: absolute;
  text-align: center;
  cursor: pointer;
  bottom: 20px;
  right: 30px;
  background: #446CB3;
  color: #fff;
  width: 50px;
  border-radius: 2px;
  font-size: 14px;
  height: 32px;
  padding-top: 9px;
  font-weight: normal;
}
.popup_timer.modal-container .modal-content-btn:hover {
  color: #fff;
  background: #365690;
}
.popup_timer.modal-container #modal-toggle {
  display: none;
}
.popup_timer.modal-container #modal-toggle.active ~ .modal-backdrop, .popup_timer.modal-container #modal-toggle:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.popup_timer.modal-container #modal-toggle.active ~ .modal-content, .popup_timer.modal-container #modal-toggle:checked ~ .modal-content {
  opacity: 1;
  background-color: transparent;
  max-width: 1100px;
  width: 100%;
  height: auto;
  padding: 20px 30px 0px;
  position: fixed;
  left: calc(50% - 550px);
  top: 12%;
  border-radius: 4px;
  z-index: 999;
  pointer-events: auto;
  cursor: auto;
  visibility: visible;
  box-shadow: none;
}
.popup_timer.modal-container img{
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 400px) {
  .popup_timer.modal-container #modal-toggle.active ~ .modal-content, .popup_timer.modal-container #modal-toggle:checked ~ .modal-content {
    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: max-content;
  }

  .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: 70%;
  }

  .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: 1099px) {   
    .popup_timer.modal-container #modal-toggle.active ~ .modal-content, .popup_timer.modal-container #modal-toggle:checked ~ .modal-content{
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
    }
}
@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: left;
  }

  .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: 18px;
    line-height: 90%;
  }

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

  .header .navbar {
    padding: 10px 0;
    font-size: 14px;
  }

  .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/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: left;
    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;
  }

  .page_404 .top_block_row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .page_404 .bcg_top_block .top_block_container:before {
    max-height: 345px;
    max-width: 345px;
    bottom: unset;
    top: 50%;
    right: unset;
    left: 50%;
    -webkit-transform: translate(-50%, -88%);
    -ms-transform: translate(-50%, -88%);
    transform: translate(-50%, -88%);
  }

  .page_404 .bcg_top_block .top_block_pic img {
    max-height: 345px;
    max-width: 345px;
    bottom: unset;
    top: 50%;
    right: unset;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .page_404 .bcg_top_block {
    min-height: auto;
    padding-top: 30px;
  }
}
@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: max-content;
    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;
  }
  
  .page_404 .bcg_top_block .top_block_container:before {
    top: 50%;
  }
}
@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%;
  }
}
@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: 70%;
  }

  .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: 5px;
  }

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

  .debt_redem_top_block .top_block_title br {
    display: none;
  }

  .header .header_menu_item {
    margin-right: 20px;
  }
  .header .header_menu_item.has_dropdown:before{
    right: -12px;
  }

  .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: 25px;
    max-height: 25px;
  }
  .header .header_logo img, .header .header_logo svg{
    max-width: 25px;
    max-height: 25px;
  }

    .header .header_logo {
        font-size: 18px; 
    }

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

  .header_link_home {
    margin-left: 10px;
  }

  .header .header_menu_wrap {
    width: 66%;
  }

  .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: 0px;
  }

  .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: 50px;
    -webkit-align-items: center;
            align-items: center;
  }

  .header .header_menu_wrap.active .header_menu {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
            -webkit-align-items: flex-start;
                    align-items: flex-start; */
        width: 85%;
  }

  .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: 30px;
  }

  .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: 30px;
    max-height: 30px;
  }

  .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/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: max-content;
    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_r>.btn_row{
    display: none;
  }

  .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;
  }
  
.top_block_text_small{
    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%;
  }
}

.site-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.content-area {
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 1px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 15px;
}

.widget-area {
  display: none;
  position: relative;
  width: 100%;
  max-width: 300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 1px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.site-content .home{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.post-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-card {
  position: relative;
  max-width: 100%;
  margin: 0 auto 65px;
  width: 100%;
}
.post-card:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 40%;
  width: 20%;
  height: 1px;
  border-bottom: 3px double #4d3bfe;
  opacity: 0.5;
}

.single .post-card:after {
  display: none;
}

.post-card__thumbnail {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  margin-bottom: 1em;
}
.post-card__thumbnail img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post-card__thumbnail .post-card__category {
  position: absolute;
  bottom: 15px;
  left: 15px;
  max-width: calc(100% - 30px);
  background-color: #6c63ff;
  display: inline-block;
  padding: 0.3em 1.4em;
  margin-bottom: 1.2em;
  color: #fff;
  border-radius: 1em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.7em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.post-card__thumbnail .post-card__category a:hover {
  text-decoration: none;
}
.post-card__thumbnail .post-card__category a:visited {
  color: #FFF;
}

.post-card__title {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 0.4em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(34, 34, 34, 0.87);
}
.post-card__title a {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  text-decoration: none;
  color: #222;
}

.post-card__meta {
  position: relative;
  font-size: 0.85em;
  margin-bottom: 0.8em;
  opacity: 0.8;
}

.post-card__author, .post-card__comments, .post-card__date, .post-card__like, .post-card__views {
  position: relative;
  display: inline-block;
  padding-left: 1.7em;
  margin-right: 20px;
  margin-bottom: 0.3em;
}
.post-card__author img,
.post-card__author svg, .post-card__comments img,
.post-card__comments svg, .post-card__date img,
.post-card__date svg, .post-card__like img,
.post-card__like svg, .post-card__views img,
.post-card__views svg {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.post-card__date {
  padding-left: 0;
}

.post-card__description {
  position: relative;
  margin-bottom: 0.4em;
}

.sidebar_block_wrap {
  width: 260px;
  padding-bottom: 0px;
  border-radius: 15px;
  display: block;
  text-decoration: none;
  margin-bottom: 0px;
  padding-top: 0px;
  height: auto;
  margin-top: 40px;
  position: relative;
}
.sidebar_block_wrap .sidebar_block_img {
  border-bottom: 0px solid #fff;
  position: relative;
  top: 0;
  width: 100%;
}
.sidebar_block_wrap .sidebar_block_img img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}

.sidebar_block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.entry-title {
  margin-top: 0.8em;
  font-size: 2.4375em;
  margin-bottom: 0.61538462em;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  color: #222;
  line-height: 1.1em;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 0.8em;
  font-weight: 700;
  border-bottom: 3px solid #f2f2f2;
}

.entry-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 2em;
  margin-bottom: 10px;
}

.entry-author, .entry-date, .entry-time, .entry-views {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 2em;
  margin-bottom: 10px;
}

.entry-label {
  display: block;
  text-transform: uppercase;
  font-size: 0.75em;
  color: #666;
  font-weight: 400;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.entry-label img,
.entry-label svg {
  width: 32px;
  height: 32px;
}

.single .entry-date,
.single .entry-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single .entry-date img,
.single .entry-date svg,
.single .entry-time img,
.single .entry-time svg {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.entry-content h2 {
  margin-top: 30px;
}

.entry-content p {
  font-size: 16px;
  line-height: 22px;
}

.wp-block-image img,
.entry-content img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.post_block_wrap img {
  margin: 20px 0;
}

.wp-block-list li {
  margin-bottom: 5px;
}

.entry-social {
  margin: 2em 0;
}
.entry-social .social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.entry-social .social-title{
  margin-bottom: 20px;
}
.entry-social .social-button {
  padding: 0 0.2em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: rgba(0, 0, 0, 0.04);
  height: 45px;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-social .social-button svg{
  width: 20px;
  height: 20px;
}

.entry-social .social-button svg path {
  fill: #434343;
}
.entry-social .social-button:hover svg path {
  fill: #6c63ff;
}

.author-box {
  margin-bottom: 1.5em;
}
.author-box .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-box .author-info .author-box__author {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-content ul li {
  list-style-type: none;
  position: relative;
  line-height: 22px;
  margin-bottom: 10px;
}
.kamatoc-wrap{ list-style-type:none; counter-reset:list; }
/* цвет чисел */
.kamatoc-wrap li:before{ color:#555; }
/* уровень 0 */
.kamatoc-wrap li.kamatoc__top{ counter-increment:list; counter-reset:list1; }
.kamatoc-wrap li.kamatoc__top:before{ content:counter(list) '. '; }
/* уровень 1 */
.kamatoc-wrap li.kamatoc__sub_1{ counter-increment:list1; counter-reset:list2; }
.kamatoc-wrap li.kamatoc__sub_1:before{ content:counter(list) '.' counter(list1) '. '; left: -30px;}
/* уровень 2 */
.kamatoc-wrap li.kamatoc__sub_2{ counter-increment:list2; }
.kamatoc-wrap li.kamatoc__sub_2:before{ content:counter(list) '.' counter(list1) '.' counter(list2) '. '; }
/* уровень 3 */
.kamatoc-wrap li.kamatoc__sub_3{ counter-increment:list3; }
.kamatoc-wrap li.kamatoc__sub_3:before{ content:counter(list) '.' counter(list1) '.' counter(list2) '.' counter(list3) '.'; }
.kamatoc-wrap ul li{
  margin-bottom: 10px;
}
.kamatoc-wrap ul li:before{
  background: transparent;
  top: 1px;
}
.kamatoc-wrap{
  background: #f2f5f9;
  padding: 15px 30px;
  margin: 30px 0;
}
.kamatoc-wrap__title{
  font-weight: 500;
  color: #222; 
  font-size: 24px;
  margin-bottom: 10px;
}
.kamatoc li a{
    color: #222;
    font-size: 20px;
    font-weight: 300;
}
.kamatoc li a:hover{
    color: #222;
    text-decoration: none;
}
.kamatoc-gotop{
  display: none;
}

.single h2, 
.single .title_h2{
  font-size: 36px;
}

@media (min-width: 576px) {
  .post-card__title {
    font-size: 1.3em;
  }

  .entry-date, .entry-time, .entry-views {
    padding-left: 3em;
  }

  .entry-author {
    padding-left: 0;
  }

  .entry-meta {
    font-size: 1em;
  }

  .entry-label {
    font-size: 0.8em;
  }

  .social-button {
    margin: 0 4px;
  }

  .author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .post-card--standard {
    margin-bottom: 80px;
  }

  .post-card__title {
    font-size: 1.6em;
    line-height: 1.4;
  }

  .entry-author, .entry-date, .entry-time, .entry-views {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
  }

  .home .post-card { 
    width: 50%;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) { 
  .content-area {
    max-width: calc(100% - 300px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    padding-right: 50px;
  }

  .widget-area {
    display: block;
    padding-bottom: 30px;
  }

  .post-card__title {
    font-size: 1.2em;
    line-height: normal;
    margin-bottom: 15px;
  }
  .related-posts .post-card__title {
    font-size: 18px;
  }

  .entry-social {
    margin-bottom: 3em;
  }
}
@media (min-width: 1199px) {
  .home .post-card { 
    width: 33%;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}
@media (max-width: 767px) {
  .content-area {
    padding-right: 0;
  }

  .single .entry-date, .single .entry-time {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .entry-date, .entry-time, .entry-views, .entry-author {
    padding-left: 0;
  }
  .single h2, 
  .single .title_h2{
    font-size: 26px;
  }
  .kamatoc-wrap{
    background: #f2f5f9;
    padding: 15px;
  } 
  .kamatoc-wrap ul li:before{ 
    top: 1px;
  }
  .kamatoc li a { 
    font-size: 18px; 
    line-height: 22px;
  }
  .single .entry-meta{
    display: block;
  }
  .single .entry-author,
  .single .entry-time,
  .single .entry-date{
    overflow: visible;
  }
  .entry-title{
    font-size: 25px;
    line-height: normal;
  }
}
.wpcf7-spinner {
  display: none !important;
  visibility: hidden !important;
}
.rtng-text.rtng-title{
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 24px; 
  display: block;
  margin-bottom: 15px;
}
.rtng-form{
  margin-top: 30px;
}

.page_nav {
  text-align: center;
  display: block;
  width: 100%;
}
.page_nav .page-numbers {
  background: #fff;
  color: #6c63ff;
  display: inline-block;
  width: auto;
  margin: 4px 4px 4px 0;
  padding: 15px 18px 14px 18px;
  text-decoration: none;
  border: 1px solid #6c63ff;
  border-radius: 10px;
}
.page_nav .page-numbers:hover {
  background: #fff;
  color: #6c63ff;
  text-decoration: none;
}
.page_nav .page-numbers.current {
  background: #6c63ff;
  color: #fff;
  padding: 15px 18px 14px 18px;
  border: 1px solid #6c63ff;
}


.author_container .author_row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.author_container .author_row hr {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.author_container .author_row .author_image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 30px;
}
.author_container .author_sertificate_row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.author_container .author_name {
  font-size: 30px;
}
.author_container .author_sertificate_box {
  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;
}
.author_container .author_sertificate_box a {
  max-width: 48%;
  -ms-flex: 0 0 48%;
  -webkit-box-flex: 0;
          flex: 0 0 48%;
  margin-bottom: 10px;
  margin-right: 2%;
}
.author_container .author_sertificate_box img {
  max-width: 100%;
}
.author_container ul li {
  line-height: 160%;
}

.author-box-bottom {
  margin-top: 1.5em ;
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.author-box-bottom .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.author-box-bottom .author-info .author-box__author {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}
.author-box-bottom .author-info .author-box__author a {
  color: #222;
}
.author-box-bottom .author-info .author-box__ava {
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 30px;
}
.author-box-bottom .author-info .author-box__ava img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  display: block;
}
.author-box-bottom .wp-star-rating {
  white-space: nowrap;
}
.author-box-bottom .star-rating-item svg {
  width: 20px;
}
.author-box-bottom .star-rating-item svg path {
  fill: #6c63ff;
}
.author-box-bottom .author-box__rating {
  margin-left: 60px;
}
.author-box-bottom .author-box__rating-title {
  margin-bottom: 10px;
  font-weight: 600;
}
.entry-content .rtng-form{
  margin-bottom: 30px;
}
.comment-title{
  margin-bottom: 20px;
}
@media (max-width: 1299px) {
  .author_container .author_row hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .author_container .author_row .author_image img {
    max-width: 75%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .author-box-bottom {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .author-box-bottom .author-box__rating {
    margin-left: 0;
    margin-top: 15px;
  }

  .author_container .author_row h4 {
    margin-bottom: 15px;
  }
}
.related-posts {
  padding: 40px 0;
}
.single-related-posts.related-posts{
  padding: 0;
}
.related-posts h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.related-posts .post-cards {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.related-posts .related-post-card {
  position: relative;
  max-width: 730px;
  margin-left: 14;
  margin-right: 0;
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 280px;
  max-width: 335px;
}
.related-posts .related-post-card__thumbnail {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  margin-bottom: 1em;
}
.related-posts .related-post-card__thumbnail img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
} 
.single-related-posts.related-posts .related-post-card__thumbnail{
  padding: 0;
  height: 190px;
}
.single-related-posts.related-posts .related-post-card__thumbnail img{
  max-width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
.related-posts .related-post-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #222;
  margin-bottom: 0.4em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.related-posts .related-post-card__title a {
  color: #222;
}
.related-posts .related-post-card__description {
  margin-bottom: 0.8em;
  font-size: 16px;
  line-height: normal;
}
.spd-summary{
    /* шрифт НЕ задаём — будет как в теме */
    background: #F6F7FF;
    border: 1px solid rgba(111, 99, 255, 0.22);
    border-left: 6px solid #6F63FF;
    border-radius: 14px;
    padding: 18px 20px;
    margin: 18px 0 22px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
  }

  .spd-summary p{
    margin: 0;
    line-height: 1.6; /* читабельность */
    font-size: inherit; /* на всякий случай */
  }

  /* если внутри несколько абзацев — будет нормальный интервал */
  .spd-summary p + p{
    margin-top: 10px;
  }

@media (max-width: 767px) {
  .author_container .author_name,
.related-posts h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .author_container .author_row .author_image img {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .related-posts .post-cards {
    grid-gap: 20px;
  }
  .form_modal.modal.show .modal-dialog {
    padding-top: 10vh;
  }
}
.reviews_container{
  margin-bottom: 40px;
}
.reviews_container .reviews_row {
  padding-top: 30px;
}
.reviews_container .form_wrap {
  position: sticky;
  top: 90px;
  left: 0;
  margin-bottom: 20px;
  background: #f9fafb;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  padding: 25px 15px 25px;
}
.reviews_container .form_wrap .btn.btn_yellow {
  max-width: 100%;
}
.reviews_container .form_wrap textarea.form-control {
  min-height: 120px;
  height: auto;
}

.reviews_col .reviews_item {
  padding: 25px;
  background: #f9fafb;
  margin: 0 auto 50px;
  border-radius: 15px;
  border: 1px solid #eaeaea;
  position: relative;
}
.reviews_col .reviews_item:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 40%;
  width: 20%;
  height: 1px;
  border-bottom: 3px double #4d3bfe;
  opacity: 0.5;
}
.reviews_col .reviews_item:last-child:after {
  display: none;
}
.reviews_col .reviews_item .reviews_head {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.reviews_col .reviews_item .reviews_author {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.03em;
  margin-right: 20px;
}
.reviews_col .reviews_item .reviews_date {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #515151;
}
.reviews_col .reviews_item .reviews_date img,
.reviews_col .reviews_item .reviews_date svg {
  margin-right: 7px;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.reviews_col .reviews_item .reviews_raiting {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 45px;
  background: #6c63ff;
  color: #FFF;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 24px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 15px;
  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;
}
.reviews_col .reviews_item .reviews_raiting img,
.reviews_col .reviews_item .reviews_raiting svg{
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.reviews_col .reviews_item .reviews_parent {
  margin-bottom: 10px;
}
.reviews_col .reviews_item .reviews_parent a {
  padding: 5px 15px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  display: inline-block;
}
.reviews_col .reviews_item .reviews_parent a:hover {
  text-decoration: none;
}
.reviews_col .reviews_item .reviews_title {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.reviews_col .reviews_item .reviews_body {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #636363;
}
.reviews_container .btn.btn_blue{
  margin: 30px auto;
  max-width: 250px;
}
.tabs_list {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #0A0A0A; 
  margin-bottom: 0px;
  border: 1px solid #0A0A0A; 
  padding: 10px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  display: inline-block;
  margin-top: 30px;
  } 
.tabs_list a {
  color: #0A0A0A; 
}  
.tabs_list_item{
  list-style-type: none;
}
.tabs_list_item:before,
.cat-item:before{
  display: none;  
}
.tabs_list .list_dropdown {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 5px 0;
  background: #fff;
  display: none;
  z-index: 5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #0A0A0A; 
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.tabs_list .list_dropdown.active {
  display: block;
}
.tabs_list .list_dropdown li {
  list-style-type: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
  padding: 8px 15px;
}
.tabs_list_link_open.active img,
.tabs_list_link_open.active svg{
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
}
.tabs_list_link_open img,
.tabs_list_link_open svg{
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
      margin-left: 5px;
}
.pc-hid{
  display: none!important;
}
.wpcf7-uacf7_star_rating .fa-star:before{
  color: #6C63FF;
}

@property --hue {
  syntax: "<angle>";
  inherits: true;
  initial-value: 180deg;
}

@keyframes rotateHue {
  0% {
    --hue: 180deg;
  }
  25% {
    --hue: 360deg;
  }
  100% {
    --hue: 180deg;
  }
}

select {
  appearance: none;
  @supports (appearance: base-select) {
    &,
    &::picker(select) {
      appearance: base-select;
      animation: rotateHue 10s infinite;
      animation-play-state: paused;
    }
    &:open {
      animation-play-state: running;
      @media (prefers-reduced-motion) {
        animation-play-state: paused;
      }
    }
  }
}

select {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  cursor: pointer;  
  width: 100%;
  background: #efefef;
  border: none;
  height: 55px; 
    &:open::picker(select) {
      opacity: 1;
      height: calc-size(auto, size);
      overflow: auto;
      @starting-style {
        opacity: 0;
        height: 0;
      }
    }
    option {
      display: flex;
      align-items: center;
      padding: 10px;
      border-top: 1px solid #ccc;
      cursor: pointer;
      transition-property: color, background;
      transition-duration: 0.2s;
      transition-timing-function: ease-out;
      background: #efefef;
      img {
        height: 30px;
      }
      &:where(:hover, :focus, :active) {
        /* background: oklch(24% 0.49 242); */
        color: white;
      }
      &:checked {
        /* background: oklch(10% 0.49 242); */
        color: white;
      }
      &::checkmark {
        display: none;
      }
      &:first-child {
        border: 0;
      }
    }
    selectedcontent {
      line-height: 1;
      img {
        height: 30px;
      }
      span {
        display: none;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
      }
    }
  } 

.thank-you-container{
  min-height: 400px;
  text-align: center;
}
.thank-you-container .top_block_title{
    margin-top: 52px;
}
.thank-you-container .btn{
    margin: 40px auto 0;
}
.uslugi_main_page_title{
  margin-bottom: 20px;
  font-size: 36px;
}
.uslugi_main_page_title a{
  display: flex;
  -webkit-align-items: center;
          align-items: center;
      -webkit-justify-content: flex-start;
              justify-content: flex-start;
  color: #6c63ff;
}
.uslugi_main_page_title a:hover{
  color: #6c63ff;
  text-decoration: none;
}
.uslugi_main_page_title img{
    width: 28px;
    height: 28px;
    margin-left: 20px;
    position: relative;
    top: 3px;
}
.uslugi_post_grid.post_grid .post_grid_col{ 
  color: #222;
  min-height: 100%;
  height: auto;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uslugi_post_grid.post_grid .uslugi_container{
  margin-bottom: 40px;
}
.uslugi_post_grid.post_grid .post_grid_info_wrap{
  padding: 15px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
} 
.uslugi_post_grid.post_grid .post_grid_row .col-lg-6{
  margin-bottom: 30px;
} 
.uslugi_post_grid.post_grid .post_grid_pic {
  height: 400px;
}
@media (max-width: 991px) {
  .reviews_container .form_wrap .form-control {
    max-width: 100%;
  }
  .uslugi_main_page_title{
    font-size: 24px;
    line-height: normal;
  }
  .mob-hid{
    display: none!important;
  }
  .pc-hid{
    display: block!important;
  }
}
@media (max-width: 767px) {
  .reviews_col .reviews_item {
    padding: 25px 15px;
  }
  .reviews_col .reviews_item .reviews_head {
    display: block;
  }
  .reviews_col .reviews_item .reviews_author {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .reviews_col .reviews_item .reviews_raiting {
    width: 50px;
    height: 35px;
    font-size: 18px;
  }
  .reviews_col .reviews_item .reviews_title {
    font-size: 20px;
  }
  .reviews_col .reviews_item .reviews_parent a {
    font-size: 14px;
  }
  .thank-you-container .top_block_title{
      margin-top: 52px;
  }
  .uslugi_post_grid.post_grid .post_grid_pic{
    height: 200px;
  }
  .uslugi_post_grid.post_grid .post_grid_row .col-lg-6{
    margin-bottom: 0;
  }
}

@media (max-width: 425px) {
  .tabs_list .list_dropdown{
    width: 90vw;
  }
}


.main_top_block .bcg_top_block {
  padding-bottom: 200px;
}
.main_top_block.main_page_top_block .bcg_top_block{
  padding-bottom: 0;
}
.main_top_block.top_block .top_block_title {
  font-weight: 400;
  font-size: 55px;
  color: #222;
}
.main_top_block.top_block .top_block_form .top_block_title {
  display: none;
}

.top_block_form {
  z-index: 3;
  position: relative;
  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;
}
.top_block_form .form_wrap {
  border: 1px solid #eaeaea;
  border-radius: 30px;
  background: #f9fafb;
  padding: 30px 30px 10px;
  max-width: 465px;
}
.top_block_form .title_h3 {
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  color: #222;
}
.top_block_form .btn {
  max-width: 100%;
}
.top_block_form .form_wrap_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #515151;
  margin-bottom: 18px;
}
.top_block_form .form_wrap .form-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  color: #515151;
}
.article-post ol,
.entry-content ol{
  padding-left: 18px;
}
.article-post ol li,
.entry-content ol li{   
  line-height: 22px;
  margin-bottom: 10px;
}
table{
  margin-top: 20px;
  margin-bottom: 20px;
}
.price_label{
  position: relative;
  font-family: Gilroy;
  font-weight: 700;  
  letter-spacing: 0px;
  color: #6C63FF;
}
.price_label:before{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 83px;
  height: 7px;
  background: url("../images/price_label_pic.png");
}
.image-shadow {
  display: inline-block;
  border-radius: 16px; /* можно убрать или изменить */
  overflow: hidden;   /* важно, чтобы края были аккуратные */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.image-shadow img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header select.city_selector{
  height: auto;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 112%;
  letter-spacing: -0.03em;
  color: #fff; 
  margin-left: 20px;
  background: transparent;
  width: max-content;
}
.header select.city_selector::picker(select){
  border-radius: 0.25em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 7px 0;
}
.header select.city_selector::picker-icon {
  font-size: 11px;
}
.header select.city_selector option{ 
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, .15);
  padding: .5rem;
  font-weight: 400;
}
.header .search_link.pc-hid{
  margin-right: 10px;
}

.video_instruction_block{
  margin: 100px 0;
}
.video_instruction_subtitle{
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #515151;
  margin-bottom: 20px;
}
.video_instruction_text{
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #515151;
  margin-bottom: 40px;
}
.single .video_instruction_block{
  margin: 30px 0 40px;
}
.single .title_h2{
  font-weight: 700;
  font-size: 24px; 
  color: #515151;
  margin-bottom: 10px;
}
.single .video_instruction_subtitle{
  font-weight: 500;
  font-size: 18px; 
  color: #515151;
  margin-bottom: 10px;
}
.single .video_instruction_text{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #515151;
  margin-bottom: 30px;
}
.video_instruction_widget{ 
    box-shadow: 2px 2px 4px 4px #eee;
}
.video_instruction_widget video{
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.video_instruction_block_col_l{
  text-align: center;
}
.video_two_cols{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.video_two_cols .video_instruction_block_col_l,
.video_two_cols .video_instruction_block_col_r{
  width: 50%;
  -webkit-flex: 0 0 50%;  
      -ms-flex: 0 0 50%;  
          flex: 0 0 50%;  
}
.video_instruction_block_col_r{
  max-width: 900px;
  margin: 0 auto;
}
.video_two_cols .video_instruction_block_col_l{
  text-align: left;
  padding-right: 15px;
}
.video_two_cols .video_instruction_subtitle, 
.video_two_cols .video_instruction_text{
  margin-bottom: 16px;
}
.sidebar_video{
  margin-top: 30px;
  position: relative;
  max-width: 260px;
}
.sidebar_video video{
  max-width: 260px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.sidebar_video_title{
  font-weight: 500;
  font-size: 25px;
  color: #222;
  margin-top: 15px;
}
.video_modal .btn_close{
  z-index: 7;
}
.show_video .btn_open{
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;  
  z-index: 7;
  width: 30px;
  height: 30px;
}
.show_video .btn_open svg{
  height: 100%; 
  width: 100%;  
}
.video_modal .btn{ 
  margin: 15px auto; 
  width: max-content;
  max-width: max-content; 
}
.widget_video{ 
  position: fixed;  
  bottom: 20px; 
  left: 20px; 
  max-width: 260px;
}
.widget_video video{
  max-width: 260px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.widget_video .btn_open{
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;  
  z-index: 7;
}
.video_modal .modal-content{
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, .2);
}
.article-post .image-shadow img {
  display: block;
}
.article-post .image-shadow {
  margin: 0 0 30px 0;
}
.rutube-video-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
    z-index: 3;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.rutube-video {
    width: 100%;
    height: 100%;
}
.rutube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rutube-video.sticky {
    position: fixed;
    bottom: 12px;
    left: 12px;
    margin-bottom: 0;
    width: 320px;
    height: 180px;
    padding-bottom: 0;
}
.rutube-video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.rutube-video-play-button-wrapper {
    width: 20%;
    max-width: 100px;
    height: 20%;
    max-height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
}
.rutube-video-play-button-wrapper img,
.rutube-video-play-button-wrapper svg{
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1199px) {
  .main_top_block.top_block .top_block_title {
    font-size: 40px;
  }

  .main_top_block.top_block .top_block_text {
    font-size: 20px;
    line-height: normal;
  }

  .main_top_block.top_block .top_block_text_small {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .top_block_form .form_wrap {
    padding: 30px 15px;
  }

  .top_block_form .title_h3 {
    font-size: 26px;
    line-height: normal;
  }

  .top_block_form .title_h3 br {
    display: none;
  }

  .main_top_block.top_block .top_block_text {
    font-size: 18px;
  }

  .top_block_form .form_wrap_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #515151;
  }

  .main_top_block .bcg_top_block {
    padding-bottom: 100px;
  }

  .top_block.main_top_block .top_block_container:before {
    display: none;
  }

  .main_top_block.top_block .list_info .list_info_item:before {
    top: 7px;
    width: 10px;
    height: 10px;
  }
  .header .navbar{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .video_two_cols{
    display: block;
  }
  .video_two_cols .video_instruction_block_col_l,
  .video_two_cols .video_instruction_block_col_r{
    width: 100%; 
  }
  .video_instruction_block{
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .top_block_form {
    display: block;
  }
  .header .navbar{      
    font-size: 13px;
  }

  .main_top_block.top_block .top_block_title {
    /* display: none; */
  }

  .main_top_block.top_block .top_block_form .top_block_title {
    display: block;
    font-size: 23px;
    line-height: normal;
  }

  .top_block_form .form_wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

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

  .top_block_form .form_wrap {
    padding: 15px;
  }

  .top_block.main_top_block .top_block_container:before {
    display: none;
  }
  .price_label:before{
    max-width: 100%;
  }  
  .spd-summary{
    padding: 14px 14px;
    border-left-width: 4px;
    border-radius: 12px;
    margin: 14px 0 18px;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
  }
  .spd-summary p{
    line-height: 1.55;
  }
  .header select.city_selector{
    margin-left: 5px;
    font-size: 13px;
  }
  .header .header__humb_menu{
    margin-left: 10px;
  }
  .video_instruction_subtitle{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #515151;
    margin-bottom: 10px;
  }
  .video_instruction_text{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #515151;
    margin-bottom: 20px;
  }
  .faq_list_col{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; 
  }
}

  /* Контейнер виджета: фиксирован у нижнего левого угла, сам по себе ширины кнопки */
  #main_popup_video {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 55;
  }

  .vw-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #6C5CE7;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 20px 14px 14px;
    cursor: pointer;
    transition: transform 0.18s, box-shadow 0.18s;
    font-family: var(--font-sans);
    box-shadow: 0 6px 20px rgba(108,92,231,0.35);
  }
  .vw-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(108,92,231,0.45); }

  .vw-icon-wrap {
    width: 44px; height: 44px;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .vw-play {
    width: 0; height: 0;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #fff;
    margin-left: 2px;
  }
  .vw-label { line-height: 1.2; text-align: left; }
  .vw-label-top { font-size: 11px; opacity: 0.8; display: block; letter-spacing: 0.02em; }
  .vw-label-main { font-size: 15px; font-weight: 500; display: block; }

  .vw-pulse {
    position: absolute; top: 0; right: 0;
    width: 14px; height: 14px;
    background: #F9CA24;
    border-radius: 50%;
    border: 2px solid #fff;
    animation: pulse-ring 1.8s ease-out infinite;
  }
  @keyframes pulse-ring {
    0%   { box-shadow: 0 0 0 0 rgba(249,202,36,0.7); }
    70%  { box-shadow: 0 0 0 8px rgba(249,202,36,0); }
    100% { box-shadow: 0 0 0 0 rgba(249,202,36,0); }
  }

  /* Модалка всплывает НАД кнопкой и не влияет на её положение */
  .vw-modal-bg {
    display: none;
    position: absolute;
    bottom: calc(100% + 12px);
    left: 0;
  }
  .vw-modal-bg.open { display: block; }

  .vw-modal {
    background: var(--color-background-primary);
    border-radius: var(--border-radius-lg);
    border: 0.5px solid var(--color-border-tertiary);
    width: 500px;
    max-width: calc(100vw - 40px);
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(20, 10, 60, 0.25);
    animation: modal-in 0.22s cubic-bezier(.34,1.56,.64,1);
  }
  @keyframes modal-in {
    from { transform: scale(0.92) translateY(12px); opacity: 0; }
    to   { transform: scale(1) translateY(0); opacity: 1; }
  }

  .vw-modal-head {
    background: #6C5CE7;
    padding: 14px 16px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px;
  }
  .vw-modal-title {
    display: flex; align-items: center; gap: 10px;
    color: #fff; font-family: var(--font-sans); font-size: 15px; font-weight: 500;
    min-width: 0;
  }
  .vw-modal-icon {
    width: 32px; height: 32px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .vw-close {
    background: rgba(255,255,255,0.15);
    border: none; border-radius: 50%;
    width: 28px; height: 28px;
    cursor: pointer; color: #fff;
    font-size: 16px; line-height: 1;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.15s;
    flex-shrink: 0;
  }
  .vw-close:hover { background: rgba(255,255,255,0.3); }

  .vw-video-area {
    background: #1a1030;
    aspect-ratio: 16/9;
    position: relative;
  }
  .vw-video-area iframe {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    border: 0;
  }

  .vw-footer {
    padding: 10px 16px 14px;
    font-family: var(--font-sans); font-size: 12px;
    color: var(--color-text-secondary);
    display: flex; align-items: center; gap: 6px;
    border-top: 0.5px solid var(--color-border-tertiary);
    background: #fff;
  }
  .vw-dot {
    width: 7px; height: 7px; background: #6C5CE7; border-radius: 50%; flex-shrink: 0;
  }

  @media (max-width: 600px) {
    #main_popup_video { left: 12px; bottom: 45px; }
    .vw-btn { padding: 10px 16px 10px 10px; }
    .vw-icon-wrap { width: 36px; height: 36px; }
    .vw-label-main { font-size: 14px; }
    .vw-modal { max-width: calc(100vw - 24px); }
  }