@charset "UTF-8";
html body main .btn {
  display: block;
  width: 150px;
  height: 40px;
  background: var(--color-primary);
  border-radius: var(--radius);
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  color: var(--white-text);
  margin-right: 9px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn svg {
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.btn:hover {
  background: var(--color-purple);
  color: var(--white-text);
}

.btn:active,
.btn:focus {
  color: var(--white-text);
  background-color: var(--color-heading);
  border-color: var(--color-heading);
}

main .btn.btn_light {
  border: 1px solid var(--color-gray);
  background: 0 0 !important;
  color: var(--color-heading);
  line-height: 34px;
  padding: 0;
}

html .carousel.carousel_jurist .buttons_card .btn.btn_light:hover {
  background: var(--color-gray) !important;
  color: var(--color-heading) !important;
  text-decoration: none;
}

.home .wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

.publication {
  margin-bottom: 100px;
}

.public_box {
  margin-bottom: 120px;
}

.publication h2 {
  margin-bottom: 30px;
}

.photo_card {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 13px;
  border: 1px solid #d5d5d5;
  position: relative;
}

.publications-carousel .avatar-pub .photo_card,
.publication-carts__item .autor-pub .avatar-pub .photo_card {
  margin: 0 auto;
  cursor: pointer;
  display: block;
}

.publications-carousel .avatar-pub .photo_card img,
.publication-carts__item .autor-pub .avatar-pub .photo_card img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.name_card,
.name_card.item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-heading);
  margin-bottom: 12px;
  text-decoration: none;
  position: relative;
  display: block;
  margin-right: 45px;
  overflow: visible;
}

.nav_articles {
  font-size: 14px;
  line-height: 17px;
  color: var(--color-muted-alt);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav_articles > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 18px;
}

.nav_articles > div span {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.nav_articles > div img {
  width: 16px;
  height: 16px;
}

.nav_articles ul {
  margin-bottom: 0;
}

.carousel.carousel_articles .photo_jurist .b-circle-line {
  top: -3px;
  left: 1px;
  width: 50px;
  height: 50px;
}

.autor-pub-feed .autor-pub__name.name_card a {
  display: contents;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.public_box .publications-carousel .publications-carousel__inner {
  margin-bottom: 10px;
}

.public_box .publications-carousel .splide__slide img {
  border-radius: 0;
}

.public_box .publications-carousel .publication-carts__item__inner {
  overflow: hidden;
}

.find_law_under_slider {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid var(--color-gray);
  border-radius: var(--but-card-radius);
  font-size: 14px;
  font-weight: 700;
  line-height: var(--but-card-height);
  transition: all 0.3s ease;
}

.find_law_under_slider:hover {
  background: var(--color-gray);
}

@media (max-width: 450px) {
  .publications-carousel .publication-carts__reviews {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 650px) {
  .public_box {
    margin-bottom: 80px;
  }
}
@media (min-width: 468px) {
  .find_law_under_slider {
    max-width: 358px;
  }
}
.wrap_faq {
  background: var(--color-blend);
  border-radius: var(--radius-lg);
}

.item_faq {
  padding: 16px 34px 17px;
  border-bottom: 2px solid var(--color-white);
}

.item_faq::last-child {
  border: none;
}

.title_faq {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-heading);
  padding-right: 50px;
  position: relative;
  cursor: pointer;
}

.title_faq:after {
  content: "\e905";
  font-family: "harant-icons";
  width: 12px;
  height: 18px;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 28px;
  line-height: 1;
  display: flex;
  text-align: center;
  align-items: center;
}

.title_faq.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.text_faq {
  font-size: 14px;
  line-height: 160%;
  display: none;
  margin: 0;
  padding: 15px 0 5px;
}

.text_faq ul {
  padding-left: 10px;
  margin: 0;
}

@media only screen and (max-width: 1366px) {
  .text_faq {
    padding: 9px 0 0;
  }
}
@media only screen and (max-width: 650px) {
  .title_faq {
    padding-right: 30px;
  }
  .title_faq:after {
    width: 12px;
    height: 12px;
    font-size: 24px;
  }
}
.wrap_register {
  background: -o-linear-gradient(182.27deg, var(--color-bg-tint-blue) 5.69%, var(--color-bg-tint-purple) 101.13%);
  background: var(--gradient-brand-panel);
  border-radius: var(--radius-lg);
  padding: 20px 56px 28px 40px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.text_register {
  width: 48%;
}

.title_register {
  font-family: "Rubik-SemiBold", sans-serif;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.005em;
  color: var(--color-primary);
  margin-bottom: 17px;
}

.descr_register {
  font-family: "Rubik-Medium", sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.banner_main {
  padding: 122px 0 0;
  background: -o-linear-gradient(182.27deg, var(--color-bg-tint-blue) 5.69%, var(--color-bg-tint-purple) 101.13%);
  background: var(--gradient-brand-panel);
  margin-bottom: 155px;
}

.text_banner {
  max-width: 603px;
  margin: 0 auto;
  text-align: center;
}

.title_banner {
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 26px;
  color: var(--color-heading);
}

.descr_banner {
  font-size: 18px;
  line-height: 158%;
  color: var(--color-muted-alt);
  margin-bottom: 50px;
}

.search_banner {
  margin-bottom: 37px;
}

.search_banner form {
  width: 100%;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
}

.box_search {
  height: 44px;
  background: var(--color-white);
  border-radius: 7px;
}

.search_banner form .wrapper_box_type input,
.nav_sidebar_city.nav-link {
  border: none;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 41px;
  width: 100%;
  padding: 0.5rem 0.2rem;
}

.form-control[readonly] {
  background: none;
}

.search_banner .form-control:focus-visible {
  text-shadow: none;
}

.search_banner form .wrapper_box_type input::placeholder {
  font-weight: 600;
  color: var(--color-muted-alt);
  font-size: 16px;
}

.search_banner form .wrapper_box_type input.pl_hold::-webkit-input-placeholder {
  color: var(--color-heading);
}

.search_banner form .wrapper_box_type input.pl_hold::-moz-placeholder {
  color: var(--color-heading);
}

.search_banner form .wrapper_box_type input.pl_hold::-ms-input-placeholder {
  color: var(--color-heading);
}

.search_banner form .wrapper_box_type input.pl_hold::placeholder {
  color: var(--color-heading);
}

.box_search {
  height: 44px;
  border: 1px solid var(--color-gray);
  padding: 0 2px 0 5px;
  font-weight: 300;
  font-size: 16px;
  color: var(--color-heading);
  position: relative;
}

.t_desc {
  padding: 8px 10px 0;
  line-height: 1.3;
  margin-bottom: 8px;
}

.wrapper_box_search .sub-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  transform: translateY(12%);
  opacity: 0;
  transition: all 0.2s;
  z-index: -2;
  background-color: var(--color-white);
  left: 0;
  padding: 0 5px 5px;
  border-radius: 9px;
  border: 1px solid var(--color-gray);
  max-height: 70vh;
  visibility: hidden;
  pointer-events: none;
  overflow: auto;
  left: 0;
  padding: 0;
}

.wrapper_box_search.active .sub-menu {
  opacity: 1;
  z-index: 11;
  transition: all 0.2s;
  transform: translateY(5px);
  visibility: visible;
  pointer-events: auto;
  max-height: 400px;
  min-width: 280px;
  right: 0;
  left: auto;
}

.box_search.box_type .sub-menu {
  right: auto;
  left: 0;
}

.wrapper_box_search .sub-menu__searchcity {
  padding: 0.7em 0.4em 0;
  height: 55px;
}

.wrapper_box_search .sub-menu .sub-menu__ul {
  overflow: initial;
  max-height: initial;
  padding-left: 5px;
  padding-right: 5px;
  list-style: none;
}

.wrapper_box_search .select-city {
  font-size: 16px;
  height: 35px;
  line-height: 2.1;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 9px;
}

.wrapper_box_search .select-city:hover {
  background: var(--color-blend);
  font-weight: 700;
  color: var(--color-heading);
}

.box_search.box_type {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin: 0 15px 0 0;
}

.box_search.box_city {
  width: 180px;
}

.search_banner form button.btn {
  width: 122px;
  height: 44px;
  background: var(--color-button);
  border-radius: var(--but-card-radius);
  font-weight: 600;
  font-size: 16px;
  line-height: 44px;
  color: var(--white-text);
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 0 0 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search_banner form button.btn:hover {
  background: var(--but-card-hover-bg);
}

.wrapper_box_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 43px;
}

.wrapper_box_search.wrapper_box_city {
  cursor: pointer;
}

.wrapper_box_search .n_pl {
  color: var(--color-muted-alt);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

.wrapper_box_search svg {
  padding: 10px;
  cursor: pointer;
  width: 29px;
  height: 28px;
  min-width: 29px;
}

.wrapper_box_search svg path {
  fill: var(--color-muted-alt);
}

#navTypeDropdown #auto_complete_ajax .data_body__search {
  box-shadow: none;
  padding: 0;
}

#navTypeDropdown #auto_complete_ajax .data_body__search .item a i {
  display: none;
}

#navTypeDropdown {
  min-width: 303px;
}

#auto_complete_ajax {
  top: 40px;
  min-width: 100%;
}

.advantage_banner {
  max-width: 960px;
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 9px;
  padding: 0 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  bottom: -37px;
  margin: 0 auto;
}

.advantage_banner .item_advantade {
  text-align: center;
  width: 25%;
  max-width: 135px;
}

.advantage_banner .item_advantade .text {
  font-size: 14px;
  line-height: 17px;
  color: var(--color-muted-alt);
  margin: 0;
}

.advantage_banner .item_advantade .sum-item {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: var(--color-heading);
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}

.advantage_banner .item_advantade.item_advantade_user .icon_advantage {
  background: var(--color-warning-light);
}

.advantage_banner .item_advantade.item_advantade_user .icon_advantage:hover {
  background: #fdf5bb;
}

.advantage_banner .item_advantade.item_advantade_city .icon_advantage {
  background: #fff3f3;
}

.advantage_banner .item_advantade.item_advantade_city .icon_advantage:hover {
  background: #ffe8e8;
}

.advantage_banner .item_advantade.item_advantade_question .icon_advantage {
  background: #edf5f9;
}

.advantage_banner .item_advantade.item_advantade_question .icon_advantage:hover {
  background: #e1f1f9;
}

.advantage_banner .item_advantade.item_advantade_answer .icon_advantage {
  background: var(--color-bg-success-light);
}

.advantage_banner .item_advantade.item_advantade_answer .icon_advantage:hover {
  background: #e0ffe1;
}

.banner_main .icon_advantage .hr-icons i.icon-102-problem-sending {
  margin-left: 3px;
}

.advantage_banner .icon_advantage {
  width: 55px;
  height: 55px;
  background: var(--color-warning-light);
  border: 2px solid var(--color-white);
  border-radius: 7px;
  margin: -33px auto 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantage_banner .icon_advantage img {
  width: 24px;
  height: auto;
  display: block;
  margin: auto;
}

.advantage_banner .item_advantade {
  position: relative;
}

.advantage_banner .item_advantade .last-mount-val {
  color: var(--color-success);
  border: 1px solid var(--color-success);
  border-radius: var(--radius);
  display: flex;
  position: absolute;
  right: -50px;
  bottom: 18px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  height: 21px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 3px;
  padding-left: 3px;
  min-width: 50px;
  background: white;
}

.best {
  margin-bottom: 110px;
  display: none;
}

.best.harant_market {
  margin-bottom: 100px;
}

.best .carousel .slick-arrow {
  top: calc(50% + 20px);
}

.best .carousel_best.carousel .slick-arrow {
  top: calc(50% + 35px);
}

.best .carousel_jurist.carousel_best {
  margin-bottom: 2px;
}

@media only screen and (max-width: 991px) {
  .best .item_carousel:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .descr_banner {
    font-size: 16px;
    max-width: 403px;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 768px) {
  .descr_banner {
    font-size: 14px;
  }
}
@media only screen and (max-width: 650px) {
  .descr_banner {
    max-width: 300px;
    margin-bottom: 25px;
  }
}
.category {
  margin-bottom: 100px;
}

.category h2 {
  margin-bottom: 44px;
}

.category .descr {
  color: var(--color-muted-alt);
  display: none;
}

.tabs_category {
  padding-top: 9px;
  margin-top: -9px;
}

.tabs_category .wrap_tabs {
  background: var(--color-white);
  border: 3px solid var(--color-gray);
  border-radius: var(--radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 57px;
}

.tab_category {
  width: 25%;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  padding: 0 20px;
  text-align: center;
  height: 51px;
  line-height: 51px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.tab_category:hover {
  background: var(--color-gray);
  border-radius: var(--radius);
  height: 63px;
  line-height: 63px;
  position: relative;
  top: -9px;
  cursor: pointer;
}

.tab_category img {
  width: 16px;
  height: auto;
  position: relative;
  top: -2px;
  margin-right: 2px;
}

.tab_category.active {
  width: calc(25% + 6px);
  background: var(--color-gray);
  border-radius: var(--radius);
  height: 63px;
  line-height: 63px;
  position: relative;
  top: -9px;
  margin: 0 -3px;
}

.content_category {
  border: 1px solid var(--color-gray);
  border-top: 0;
  border-radius: 0 0 9px 9px;
}

.wrap_category {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 38px 0 15px;
}

.wrap_category.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sections {
  margin-bottom: 120px;
}

@media only screen and (max-width: 650px) {
  .sections {
    margin-bottom: 80px;
  }
}
.sections h2 {
  margin-bottom: 30px;
}

.wrap_sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.item_sections {
  height: 170px;
  width: calc(50% - 20px);
  margin: 0 10px 15px;
  border-radius: 9px;
  padding: 17px 23px 18px;
  position: relative;
}

.item_sections:nth-child(1) {
  background: #edf5f9;
}

.item_sections:nth-child(2) {
  background: var(--color-bg-success-light);
}

.item_sections:nth-child(3) {
  background: #fff3f3;
  width: 352px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.item_sections:nth-child(4) {
  background: var(--color-warning-light);
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.item_sections p {
  height: 28px;
  font-size: 14px;
  line-height: 14px;
  color: var(--color-text-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 40px;
}

.item_sections .btn_wh:before {
  content: "";
  inset: 0;
  position: absolute;
}

.title_sections {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 12px;
}

.btn_wh {
  display: block;
  width: 140px;
  height: var(--but-card-height);
  background: var(--color-white);
  border-radius: var(--but-card-radius);
  font-weight: 600;
  font-size: 14px;
  line-height: var(--but-card-height);
  color: var(--color-heading);
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_wh:hover {
  color: var(--white-text);
  background: var(--color-primary);
}

.advantages {
  margin-bottom: 120px;
}

.advantages h2 {
  max-width: 500px;
  margin-bottom: 60px;
}

.wrap_advantages {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap_advan {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  max-width: 540px;
}

.wrap_advan .item_advan {
  padding: 0 17px;
  position: relative;
  margin-bottom: 72px;
}

.wrap_advan .item_advan p {
  font-size: 14px;
  line-height: 158%;
  color: var(--color-muted-alt);
  margin: 0;
}

.wrap_advan .item_advan:last-child {
  margin-bottom: 0;
}

.wrap_advan .item_advan.active .line span {
  -webkit-animation: 5s line infinite linear;
  animation: 5s line infinite linear;
}

.wrap_advan .title_advan {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 12px;
}

.wrap_advan .line {
  height: 100%;
  width: 3px;
  background: #d9d9d9;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap_advan .line span {
  display: block;
  width: 100%;
  height: 0;
  background: var(--color-heading);
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes line {
  0% {
    height: 0;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes line {
  0% {
    height: 0;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
.image_advan {
  width: 533px;
  height: 374px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  overflow: hidden;
  margin-left: 20px;
  border-radius: 9px;
  position: relative;
}

.image_advan .item_image {
  opacity: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.image_advan .item_image.active {
  opacity: 1;
  z-index: 1;
}

.image_advan img {
  display: block;
}

.questions {
  margin-bottom: 100px;
}

.questions h2 {
  margin-bottom: 30px;
}

.questions .wrapper {
  position: relative;
}

.questions .more_questions {
  position: absolute;
  right: 30px;
  top: 0;
}

.questions .more_questions a {
  font-size: 14px;
  line-height: 17px;
  color: var(--color-secondary);
  text-decoration: none;
  padding-right: 19px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.questions .more_questions a:after {
  content: "\e907";
  font-family: "harant-icons";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 18px;
  line-height: 1;
}

.questions .more_questions a:hover {
  color: var(--color-text-primary);
}

.wrap_questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 18px);
  margin: 0 -9px;
}

.item_questions {
  margin: 0 9px;
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 9px;
  flex-basis: 50%;
  max-width: 50%;
}

.top_questions {
  background: -o-linear-gradient(182.27deg, var(--color-bg-tint-blue) 5.69%, var(--color-bg-tint-purple) 101.13%);
  background: var(--gradient-brand-panel);
  padding: 13px 16px 10px;
  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;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.top_questions span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.tag_questions {
  width: 100%;
  padding: 0;
  margin: 0;
}

.tag_questions li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-muted-alt);
  position: relative;
  padding-right: 15px;
  margin-right: 8px;
}

.tag_questions li:after {
  content: "";
  width: 3px;
  height: 3px;
  background: var(--color-muted-alt);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  right: 0;
}

.tag_questions li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.tag_questions li:last-child:after {
  display: none;
}

.text_questions {
  padding: 20px 16px 0;
  position: relative;
}

.text_questions p {
  font-size: 14px;
  line-height: 160%;
}

.title_questions {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title_questions:hover {
  text-decoration: underline;
}

.questions-home .count-answer-row {
  text-align: right;
  margin-bottom: 20px;
}

.questions-home .count-answer-row a {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-heading);
}

.questions-home .answer-block .answer-user-data {
  margin-left: 20px;
  width: calc(100% - 40px);
  margin-right: 20px;
}

.questions-home .answer-block .answer-user-wrap .answer-user__public-feed .verify-svg-wrap svg {
  width: 15px;
  height: 15px;
}

.questions-home .answer-block .answer-user-wrap .answer-user__public-feed .verify-svg-wrap {
  padding: 0 5px;
  border-radius: var(--radius);
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  cursor: pointer;
  position: relative;
}

.questions-home .answer-block .answer-user-wrap .answer-user__public-feed .verify-svg-wrap:hover .message {
  display: block;
}

.questions-home .answer-block .answer-user-wrap .answer-user__public-feed .verify-svg-wrap .message {
  display: none;
  background: var(--color-bg-success-light);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-heading);
  position: absolute;
  width: 177px;
  border-radius: var(--radius);
  padding: 1px 5px;
  top: -15px;
}

.questions-home .content-text {
  overflow: hidden;
  height: 73px;
  max-height: 73px;
  text-overflow: ellipsis;
}

.questions-home .answer-block .answer-user-wrap .answer-time-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.questions-home .answer-block .answer-user-wrap .answer-time-wrap .answer-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-muted-alt);
  padding-right: 15px;
}

.questions-home .answer-block .answer-user-wrap .answer-user__public-feed .user-name a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--color-heading);
  max-width: 350px;
}

.questions-home .answer-block .answer-user-wrap .answer-user__public-feed .img-fluid {
  width: 35px;
  height: 35px;
  background-size: cover;
  background-position: center top;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  margin-left: 8px;
}

.questions-home .answer-block .answer-user-wrap .answer-user__public-feed {
  display: flex;
  align-items: center;
  gap: 12px;
}

.questions-home .answer-block .answer-user-wrap {
  padding: 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-gray);
  background: var(--color-blend);
  border-top-left-radius: 7px;
  margin: 0;
  border-radius: 9px;
}

.questions-home .answer-user-data .user-data .content-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: var(--color-heading);
  position: relative;
}

.questions-home .answer-user-data .user-data a {
  float: right;
  margin-bottom: 9px;
}

.answer-user-data .user-data .full-text {
  height: 50px;
  overflow: hidden;
}

.answer-user-data .user-data {
  display: flex;
  margin-top: 3px;
}

.content-text {
  white-space: pre-line;
}

.questions-home .answer-block {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-gray);
  border-radius: 9px;
  margin-right: -16px;
  height: 130px;
  margin-bottom: 20px;
}

.questions-home-slider {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.questions-home-slider.slick-initialized {
  overflow: initial;
}

.questions-home .slick-prev:before,
.questions-home .slick-next:before {
  content: none;
}

.questions-home .item-slide {
  width: 100%;
  min-width: 978px;
  display: flex;
}

.best h2, .publications-carousel h2, h2 {
  font-size: 30px;
  line-height: 28px;
  color: var(--color-heading);
  margin-bottom: 30px;
}

.splide .splide__list, .publications-carousel .splide.is-active .splide__list {
  margin: 0px 0 !important;
}

.best .splide .splide__list {
  padding-bottom: 11px !important;
}

@media (max-width: 450px) {
  .questions-home .answer-block {
    margin-bottom: 0;
  }
  .questions-home .answer-block .answer-user-wrap .answer-user__public-feed .user-name {
    max-width: 174px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .questions-home .item-slide {
    width: 100%;
    min-width: fit-content;
    display: flex;
  }
}
@media only screen and (max-width: 1366px) {
  .questions {
    margin-bottom: 80px;
  }
  .questions h2 {
    margin-bottom: 27px;
  }
  .questions .more_questions {
    right: 16px;
  }
  .text_questions {
    padding: 16px 15px 56px;
  }
  .text_questions p {
    height: 88px;
    overflow: hidden;
  }
  .title_questions {
    margin-bottom: 10px;
  }
  .tag_questions li {
    font-size: 12px;
    line-height: 14px;
    padding-right: 9px;
    margin-right: 2px;
  }
  .top_questions {
    padding: 10px 16px 6px;
  }
  .banner_main {
    padding-top: 113px;
  }
  .search_banner {
    max-width: 748px;
    margin: 0 auto 15px;
  }
  .advantage_banner {
    max-width: 748px;
    padding: 0 10px 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: -60px;
  }
  .category {
    margin-bottom: 80px;
  }
  .category h2 {
    margin-bottom: 20px;
  }
  .tab_category {
    padding: 0 5px;
    font-size: 16px;
  }
  .wrap_category {
    padding: 17px 0 10px;
  }
  .wrap_category ul {
    padding: 0 8px;
  }
  .wrap_category ul li {
    font-size: 12px;
  }
  .wrap_sections {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  .item_sections {
    padding: 17px 23px 18px;
    width: calc(50% - 16px);
    margin: 0 8px 15px;
  }
  .item_sections:nth-child(3) {
    width: 290px;
  }
  .item_sections p {
    height: 42px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 26px;
  }
  .advantages {
    margin-bottom: 81px;
  }
  .advantages h2 {
    max-width: 385px;
    margin-bottom: 27px;
  }
  .wrap_advan .item_advan {
    margin-bottom: 36px;
    padding-left: 16px;
    padding-right: 5px;
    margin-bottom: 47px;
  }
}
@media only screen and (max-width: 991px) {
  .tag_questions li {
    font-size: 12px;
  }
  .text_banner {
    max-width: 520px;
  }
  .title_banner {
    font-size: 36px;
    line-height: 44px;
  }
  .tab_category {
    font-size: 16px;
  }
  .tab_category.active {
    line-height: 70px;
  }
  .image_advan {
    width: 420px;
  }
  .best {
    overflow: hidden;
  }
}
@media only screen and (max-width: 860px) {
  .tag_questions li {
    font-size: 11px;
    padding-right: 9px;
    margin-right: 2px;
  }
  .title_questions {
    font-size: 18px;
  }
  .tab_category {
    font-size: 14px;
    position: relative;
    left: -3px;
    right: -3px;
    min-width: 150px;
  }
  .tab_category.active {
    width: 25%;
    margin: 0;
  }
  .tab_category:last-child {
    right: -3px;
    left: auto;
  }
  .image_advan {
    width: 360px;
  }
}
@media only screen and (max-width: 790px) {
  .category {
    overflow: hidden;
  }
  .tabs_category {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
    width: calc(100% + 32px);
    margin: -9px -16px 0;
  }
  .tabs_category .wrap_tabs {
    width: 758px;
    margin: 0 16px;
    white-space: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tab_category {
    width: auto;
    padding: 0;
  }
  .tab_category:first-child {
    min-width: 170px;
  }
  .tab_category:first-child span {
    margin-right: 0;
  }
  .tab_category.active .bg-home_cat_lightbulb_alt,
  .tab_category.active .bg-home_cat_users_alt,
  .tab_category.active .bg-home_cat_briefcase_alt {
    top: 3px;
  }
  .tab_category span {
    margin-right: 14px;
  }
  .tab_category img {
    margin-left: 10px;
  }
  .tab_category.active {
    width: auto;
    line-height: 51px;
  }
  .tab_category.active span {
    position: relative;
    top: 9px;
  }
  .tab_category.active img {
    position: relative;
    top: 7px;
  }
  .content_category {
    border: none;
  }
  .hidden_category {
    display: none;
  }
  .more_category {
    display: block;
  }
  .wrap_category {
    padding: 20px 0 0;
  }
  .list_category {
    width: calc(100% + 8px);
    margin: 0 -4px;
  }
  .list_category ul {
    padding: 0;
    width: calc(50% - 8px);
    margin: 0 4px;
  }
  .list_category ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .list_category ul li a {
    padding: 0;
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  .wrap_sections {
    width: calc(100% + 32px);
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
    margin: 0 -16px;
    padding: 0 16px;
    scrollbar-width: none;
  }
  .item_sections {
    display: inline-block;
    width: 314px;
    height: 230px;
    padding: 20px 17px 19px;
    white-space: normal;
    margin: 0 9px 0 0;
  }
  .item_sections:nth-child(3) {
    width: 314px;
  }
  .item_sections:last-child {
    margin-right: 0;
  }
  .item_sections p {
    height: 68px;
    margin-bottom: 44px;
    font-size: 14px;
    line-height: 17px;
  }
  .title_sections {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .wrap_advantages {
    display: block;
  }
  .wrap_advan {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
    margin: 0 -16px 35px;
    padding: 0 16px;
  }
  .wrap_advan .item_advan {
    display: inline-block;
    width: auto;
    max-width: 420px;
    height: 108px;
    margin: 0 25px 0 0;
    white-space: normal;
    vertical-align: top;
  }
  .image_advan {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .advantage_banner {
    padding: 0 10px 18px;
  }
}
@media (max-width: 991px) {
  .questions-home .questions-home-slider {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
  }
}
@media only screen and (max-width: 740px) {
  .questions-home .item_questions {
    width: 100%;
    max-width: 355px;
  }
  .questions-home .answer-user-data .user-data .content-text {
    max-height: 50px;
  }
  .questions-home .item-slide {
    width: auto;
    min-width: auto;
  }
  .text_questions p {
    height: auto;
  }
  .questions .more_questions {
    position: static;
    text-align: right;
  }
  .questions .more_questions a {
    font-size: 14px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 650px) {
  .best h2, h2, .sections h2, .publications-carousel h2, .questions h2 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .best {
    margin-bottom: 70px;
  }
  .best h2 {
    margin-top: 80px;
  }
  .item_questions {
    margin-bottom: 11px;
  }
  .top_questions {
    padding-bottom: 5px;
  }
  .top_questions span {
    font-size: 14px;
  }
  .tag_questions li {
    line-height: 13px;
  }
  .title_questions {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .text_questions {
    padding: 15px 16px 30px;
  }
  .text_questions p {
    font-size: 12px;
  }
  .link_questions {
    font-size: 12px;
    line-height: 14px;
    padding-right: 12px;
  }
  .link_questions:after {
    width: 10px;
    height: 10px;
  }
  .sections h2 {
    margin-bottom: 26px;
  }
  .banner_main {
    padding-top: 80px;
    height: 402px;
    margin-bottom: 214px;
  }
  .banner_main.cookie-text {
    padding-top: 120px;
  }
  .text_banner {
    max-width: 340px;
  }
  .title_banner {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .advantage_banner {
    row-gap: 54px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 21px;
    bottom: -36px;
    max-width: 304px;
  }
  .advantage_banner .item_advantade {
    width: 45%;
    max-width: 45%;
  }
  .advantage_banner .item_advantade p span {
    font-size: 16px;
    line-height: 19px;
  }
  .advantage_banner .icon_advantage {
    margin-top: -23px;
  }
  .search_banner form {
    border-radius: var(--radius);
    padding: 0;
    height: 40px;
  }
  .box_search,
  .wrapper_box_search {
    height: 38px;
  }
  .search_banner form .wrapper_box_type input {
    height: 34px;
    font-size: 14px;
    padding: 0 2px 1px 7px;
    color: var(--color-heading);
  }
  .wrapper_box_search .select-city,
  .wrapper_box_search .select-city,
  .wrapper_box_search .n_pl,
  .box_search,
  .sub-menu__searchcity input::placeholder,
  .search_banner form .wrapper_box_type input::placeholder,
  .data_body__search .item,
  .wrapper_box_search .n_pl {
    font-size: 14px;
  }
  .box_search.box_type {
    margin: 0 5px 0 0;
  }
  .box_search.box_city {
    width: 115px;
  }
  .box_search {
    border-radius: 9px;
  }
  .search_banner form .sub-menu__searchcity input {
    border: 1px solid var(--color-gray);
  }
  .wrapper_box_search .sub-menu__searchcity {
    height: 45px;
  }
  .box_search .nav-link {
    font-size: 14px;
  }
  .wrapper_box_search .select-city {
    height: 30px;
    line-height: 1.8;
  }
  .data_body__search .item a {
    line-height: 25px;
  }
  .search_banner form input {
    height: 100%;
    border: none;
    padding: 0 10px;
  }
  html body .search_banner form button.btn,
  html body .search_banner form button.btn:hover {
    margin: 1px 0 0 5px;
    width: 45px;
    height: 36px;
    border-radius: 9px;
    color: transparent;
    overflow: hidden;
    position: relative;
  }
  html body .search_banner form button.btn:before {
    content: "\e901";
    font-family: "harant-icons";
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    color: var(--white-text);
    font-weight: 100;
  }
  .category {
    margin-bottom: 70px;
  }
  .tabs_category .wrap_tabs {
    height: 46px;
    border-width: 2px;
    width: 654px;
  }
  .tab_category {
    height: 42px;
    line-height: 42px;
  }
  .tab_category.active {
    height: 51px;
    line-height: 42px;
    top: -5px;
  }
  .tab_category.active span {
    top: 5px;
  }
  .tab_category.active img {
    top: 3px;
  }
  .advantages {
    margin-bottom: 80px;
  }
  .advantages h2 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 28px;
  }
  .wrap_advan .title_advan {
    font-size: 16px;
    line-height: 19px;
  }
  .wrap_advan .item_advan {
    height: 97px;
    padding-left: 12px;
  }
  .wrap_advan .item_advan p {
    font-size: 14px;
  }
  .wrap_advan .item_advan:nth-child(1) {
    width: 300px;
  }
  .wrap_advan .item_advan:nth-child(2) {
    width: 340px;
  }
  .wrap_advan .item_advan:nth-child(3) {
    width: 360px;
    margin-right: 0;
  }
}
/*помощь по ключевым направлениям*/
.key_areas h2 {
  margin-bottom: 15px;
}

.key_areas p {
  font-size: 14px;
  color: var(--color-muted-alt);
  margin-bottom: 30px;
  line-height: 1.3;
}

.link_key_areas {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 10px 10px 0;
  color: var(--color-heading);
  border: 1px solid var(--color-gray);
  border-radius: 10px;
  padding: 10px 10px 10px 64px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  max-width: 360px;
  width: max-content;
}

.link_key_areas:hover {
  background: var(--color-gray);
}

.link_key_areas:before, .link_key_areas:after {
  position: absolute;
}

.link_key_areas:before {
  left: 10px;
  top: 10px;
  content: "";
  width: 44px;
  height: 44px;
  background: var(--color-gray);
  border-radius: 10px;
}

.link_key_areas:after {
  content: "";
  width: 24px;
  height: 24px;
  left: 20px;
  top: 20px;
  background: url(/wp-content/themes/houzez/img/home/all_areas_case.png);
  background-repeat: no-repeat;
}

.link_key_areas.back_267:after {
  background-position-x: 0px;
}

.link_key_areas.back_201:after {
  background-position-x: -25px;
}

.link_key_areas.back_189:after {
  background-position-x: -49px;
}

.link_key_areas.back_196:after {
  background-position-x: -75px;
}

.link_key_areas.back_215:after {
  background-position-x: -100px;
}

.link_key_areas.back_261:after {
  background-position-x: -125px;
}

.link_key_areas.back_169:after {
  background-position-x: -153px;
}

.link_key_areas.back_194:after {
  background-position-x: -180px;
}

.link_key_areas.back_278:after {
  background-position-x: -208px;
}

.link_key_areas.back_200:after {
  background-position-x: -236px;
}

.link_key_areas.back_289:after {
  background-position-x: -263px;
}

.link_key_areas.back_277:after {
  background-position-x: -289px;
}

.link_key_areas.back_265:after {
  background-position-x: -316px;
}

.link_key_areas.back_494:after {
  background-position-x: -344px;
}

.link_key_areas.back_197:after {
  background-position-x: -371px;
}

.link_key_areas.back_163:after {
  background-position-x: -397px;
}

.link_key_areas.back_498:after {
  background-position-x: -423px;
}

.link_key_areas.back_288:after {
  background-position-x: -449px;
}

.link_key_areas.back_191:after {
  background-position-x: -475px;
}

.link_key_areas.back_274:after {
  background-position-x: -501px;
}

.link_key_areas.back_193:after {
  background-position-x: -526px;
}

.link_key_areas.back_279:after {
  background-position-x: -551px;
}

.key_areas_all {
  margin-top: 6px;
}

.btn.key_areas_btn {
  width: max-content;
  height: 53px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
}

.key_areas .wrap_sections {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.key_areas .wrap_sections li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1366px) {
  .sections.key_areas h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .key_areas .wrap_sections {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    padding: 0 16px;
  }
}
@media (max-width: 468px) {
  .key_areas .wrap_sections.key_areas_all {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.main-header.show-cookie-block,
.main-header {
  background: 0 0;
  height: auto;
}

.callback {
  margin-bottom: 120px;
}

@media only screen and (max-width: 650px) {
  .callback {
    margin-bottom: 80px;
  }
}
.wrap_callback {
  width: 100%;
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text_callback {
  width: 430px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: -o-linear-gradient(182.27deg, var(--color-bg-tint-blue) 5.69%, var(--color-bg-tint-purple) 101.13%);
  background: var(--gradient-brand-panel);
  padding: 15px 32px 33px;
}

.callback .title_callback {
  font-weight: 600;
  font-size: 32px;
  line-height: 117.9%;
  margin-bottom: 30px;
  max-width: 300px;
}

.callback .info_callback {
  display: block;
}

.callback .info_callback .item_info {
  margin-left: 0;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}

.callback .info_callback .item_info:last-child {
  margin-bottom: 0;
}

.callback .info_callback .item_info span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.info_callback .item_info::before {
  top: calc(50% - 8px);
  left: -20px;
}

.callback .form_callback {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 22px 32px 19px 35px;
  margin-top: 0;
}

.callback .form_callback form textarea {
  display: block;
  width: 100%;
  height: 105px;
  resize: none;
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 9px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-muted-alt);
  padding: 10px 11px;
  margin-bottom: 28px;
}

.form_callback form button {
  border: none;
}

.form_callback form button.btn:hover {
  background: var(--color-purple);
}

.form_callback form button.btn:active,
.form_callback form button.btn:focus {
  color: var(--white-text);
  background-color: var(--color-heading);
  border-color: var(--color-heading);
}

.form_callback .bottom_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form_callback .info_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.form_callback .photo_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
}

.form_callback .photo_form a {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: -21px;
  overflow: hidden;
  border: 1px solid #ececec;
  background: var(--color-white);
}

.form_callback .photo_form a img {
  width: 100%;
  height: auto;
  display: block;
}

.form_callback .text_form {
  max-width: 507px;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-muted-alt);
  margin-bottom: 15px;
  margin-left: 0;
  max-width: 370px;
}

@media (max-width: 992px) {
  .callback .wrap_callback {
    display: block;
  }
  .callback .text_callback {
    width: 100%;
    padding: 19px 19px 56px;
  }
  body .callback .title_callback {
    max-width: 270px;
    font-size: 20px;
  }
  .callback .info_callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .callback .info_callback .item_info {
    max-width: 105px;
    margin-left: 30px;
  }
  .callback .info_callback .item_info:first-child {
    margin-left: 0;
  }
  .form_callback .ask-lawyer__form > .text_form {
    display: none;
  }
  .form_callback .text_form {
    max-width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
    color: var(--color-secondary);
  }
  .callback .form_callback form textarea {
    margin-bottom: 12px;
  }
  .callback .form_callback {
    padding: 0 19px 15px;
    margin-top: -38px;
  }
  .callback .info_callback .item_info span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 720px) {
  .callback .wrap_callback {
    min-width: 320px;
  }
  .callback .title_callback {
    margin-bottom: 35px;
  }
  .text_callback {
    padding: 14px 14px 43px;
  }
  .callback .info_callback {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-between;
  }
  .callback .info_callback .item_info {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    margin-left: 0;
    max-width: 90px;
  }
  body .callback .title_callback {
    max-width: 100%;
    font-size: 18px;
  }
  .callback .form_callback .text_form {
    display: block;
  }
  .form_callback .ask-lawyer__form > .text_form {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  body .callback .title_callback {
    font-size: 17px;
  }
  .callback .form_callback form textarea {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  header .nav.sticky .container,
  header .nav .container {
    padding: 0 16px;
  }
  .callback .text_callback {
    padding: 15px 15px 56px;
  }
  .callback .info_callback .item_info:first-child {
    margin-left: 20px;
  }
  .callback .info_callback .item_info span {
    display: block;
  }
  .info_callback .item_info::before {
    top: calc(50% - 15px);
  }
  .callback .info_callback .item_info {
    width: auto;
  }
}
footer {
  padding: 55px 0 0;
}

.copyright {
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-secondary);
  padding: 13px 0;
  border-top: 1px solid var(--color-secondary);
  margin: 0;
}

@media only screen and (max-width: 1366px) {
  footer {
    padding-top: 60px;
  }
  .copyright {
    font-size: 14px;
    line-height: 17px;
    padding: 12px 0 14px;
  }
}
@media only screen and (max-width: 650px) {
  footer {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .copyright {
    font-size: 12px;
    line-height: 14px;
    border: none;
    padding-top: 5px;
  }
}