.price-block-new .price__wrap-item-block-content-row span:last-child {
  flex: inherit;
}
.price-block-new .content-block {
  margin-top: 50px;
  margin-bottom: 80px;
}
.price-block-new .price__wrap-item-block-content-row b {
  font-size: 20px;
}
.price-block-new .price__wrap-item-block-content-row.price__wrap-item-block-content-row--hidden {
  display: none;
}
@media all and (max-width: 767px) {
  .price-block-new .price__wrap-item-block-content-row.price__wrap-item-block-content-row--hidden {
    display: flex;
  }
}
.price-block-new .button-container {
  margin-top: 30px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .price-block-new .button-container.button-container__pc {
    display: none;
  }
}
.price-block-new .button-container.button-container__mobile {
  display: none;
}
@media all and (max-width: 767px) {
  .price-block-new .button-container.button-container__mobile {
    display: block;
  }
}

.sub-agreement {
  margin-top: 30px;
}
.sub-agreement input {
  appearance: checkbox;
  -webkit-appearance: checkbox;
}

.price-anchor-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
  margin-top: -45px;
}
@media all and (max-width: 768px) {
  .price-anchor-container {
    margin-top: -20px;
  }
}
@media all and (max-width: 500px) {
  .price-anchor-container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
.price-anchor-container a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #5e5e5e;
  text-decoration: none;
  padding: 20px;
  border: 1px solid #5e5e5e;
  background: #FFF;
  border-radius: 10px;
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .price-anchor-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }
}
@media all and (max-width: 600px) {
  .price-anchor-container a {
    font-size: 13px;
    padding: 10px;
    background-color: #7b0404;
    color: #fff;
    border: 2px solid #7b0404;
  }
}
.price-anchor-container a:hover {
  text-decoration: none;
  background-color: #5e5e5e;
  color: #FFF;
}
.price-anchor-container a.blocknum-active {
  text-decoration: none;
  background-color: #5e5e5e;
  color: #FFF;
}
@media all and (max-width: 600px) {
  .price-anchor-container a:hover {
    text-decoration: none;
    background-color: #5e5e5e;
    color: #FFF;
  }
}

@media all and (max-width: 767px) {
  .price-block {
    display: none;
  }
}
#blocknum-3 .button-container__mobile {
  display: none;
}

.price-content-block {
  margin-top: 25px !important;
  margin-bottom: 80px !important;
}

@media all and (max-width: 600px) {
  .price__wrap-item-block-content-row-new span:first-child {
    width: 63% !important;
    max-width: 63% !important;
  }
}
.prices-2-about-btn {
  margin-top: 30px;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignnone {
  float: left;
  margin: 0 1em 1em 0;
}

.alignnone {
  float: left;
}

.calc-wrapper .calc {
  border-radius: 10px;
  padding: 60px 48px 72px;
  box-shadow: 0 4px 12px rgba(139, 153, 169, 0.24);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media all and (max-width: 767px) {
  .calc-wrapper .calc {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 30px;
  }
}
.calc-wrapper .calc .today-rate {
  position: relative;
  border: none;
  height: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 16px;
  box-shadow: 0 4px 12px rgba(139, 153, 169, 0.24);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.calc-wrapper .calc .today-rate.second {
  flex-wrap: initial;
}
.calc-wrapper .calc .result-block {
  background: linear-gradient(30.77deg, #2f282e 8.83%, #2a2a33 32.56%, #2e4654 76.33%);
  display: block;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 12px;
}
.calc-wrapper .calc .result-block .row-1 {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(104, 109, 130, 0.5);
}
.calc-wrapper .calc .result-block .row-1 .result-value {
  font-size: 24px;
  line-height: 26px;
  color: #FFF;
}
.calc-wrapper .calc .result-block .row-1 .result-name {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
}
.calc-wrapper .calc .result-block .row-2 {
  padding-top: 32px;
}
.calc-wrapper .calc .result-block .row-2 .calc-formula {
  font-size: 24px;
  line-height: 26px;
  color: #FFF;
}
.calc-wrapper .calc .result-block .row-2 .calc-formula-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
}
.calc-wrapper .calc .calc-text-info {
  margin-top: 32px;
  font-size: 13px;
}
.calc-wrapper .calc form.ddu-calc-form {
  margin-top: 58px;
}
.calc-wrapper .calc form.ddu-calc-form label {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #1c1b28;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.calc-wrapper .calc form.ddu-calc-form input {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  border: 1px solid #dedede;
  border-radius: 100px;
  height: 48px;
  position: relative;
  justify-content: space-between;
  margin-top: auto;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28px;
  color: #1c1b28;
  margin-bottom: 23px;
}
.calc-wrapper .calc form.ddu-calc-form .form-row-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media all and (max-width: 767px) {
  .calc-wrapper .calc form.ddu-calc-form .form-row-col-2 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.calc-wrapper .calc form.ddu-calc-form .btn-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.calc-wrapper .calc form.ddu-calc-form .form-row-col-2-btns {
  display: flex;
  gap: 30px;
}
@media all and (max-width: 767px) {
  .calc-wrapper .calc form.ddu-calc-form .form-row-col-2-btns {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.calc-wrapper .calc form.ddu-calc-form .form-row-col-2-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #252628;
  padding: 14px 24px;
  border: 1px solid #dedede;
  border-radius: 24px;
}
@media all and (max-width: 767px) {
  .calc-wrapper .calc form.ddu-calc-form .form-row-col-2-btns a {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.calc-wrapper .calc form.ddu-calc-form .form-row-col-2-btns a.active {
  background-image: linear-gradient(to right, #870000, #190a05);
  color: #FFF;
}
.calc-wrapper .calc form.ddu-calc-form .submit-calc {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #FFF;
  padding: 14px 24px;
  border: 1px solid #dedede;
  border-radius: 24px;
  background-image: linear-gradient(to right, #870000, #190a05);
  transition: 0.3s;
}
@media all and (max-width: 767px) {
  .calc-wrapper .calc form.ddu-calc-form .submit-calc {
    margin-left: auto;
    margin-right: auto;
  }
}
.calc-wrapper .calc form.ddu-calc-form .submit-calc:active {
  background-image: linear-gradient(to left, #870000, #190a05);
}

.zoom-new span {
  bottom: -10px;
  right: 55px;
}

.text-secondary {
  font-family: Gilroy-Regular !important;
}

.postid-248 .price__wrap-item-title {
  display: none;
}
.postid-248 .price__wrap .col-6 {
  width: 100%;
}

.opisanie-colonki {
  margin-bottom: 30px;
}

.single .newBlock.news_ms img {
  display: block;
  width: initial;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  .single .newBlock.news_ms img {
    width: 100%;
    display: inline;
  }
}

.property-calculator__period-input-wrap-icon.green {
  position: relative;
  flex-shrink: 0;
  top: 0;
  right: 0;
  margin-left: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #870000, #190a05);
}
.property-calculator__period-input-wrap-icon.green:hover .calculator_s__tooltip-wrap {
  display: block;
}

.calculator_s__tooltip-wrap {
  z-index: 20;
  display: none;
  position: absolute;
  width: 20vw;
  max-width: 376px;
  min-width: 300px;
  top: 0;
  right: 0;
  transform: translate(109%, -1%);
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(202, 204, 223, 0.5);
  border-radius: 12px;
}

.wrapper-calc {
  margin-top: -50px !important;
}

.show-more-services {
  margin-top: 15px !important;
  margin-bottom: 40px !important;
}

.calc-form-wrapper {
  background: linear-gradient(30.77deg, #2f282e 8.83%, #2a2a33 32.56%, #2e4654 76.33%);
  display: block;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(139, 153, 169, 0.24);
  color: #FFF;
}

.page-content-calc p {
  margin-bottom: 30px !important;
}

.reviews-page-form {
  margin-top: 100px;
}
.reviews-page-form .container {
  overflow: hidden;
  margin-bottom: 100px;
}

.stereotype-reviews-page {
  margin-top: 100px;
}

.col-8.col-12-lg.text-block ul li {
  font-size: 17px !important;
}

.page-content-calc blockquote p:last-of-type {
  margin-bottom: 0 !important;
}

.bg__light.icon__wrap.w-full {
  margin-top: 30px;
}

.certificates__item .relative {
  display: block;
}

.newsText ul, .newsText ol {
  overflow: initial !important;
  display: flow-root;
}

.postid-8818 .bankrupts-scheme__list {
  justify-content: space-around !important;
  gap: 30px 23px;
}

figure {
  max-width: 100%;
}
figure figcaption {
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: grey;
  text-align: center;
}

.relative.zoom {
  display: block;
}

.services .list__services:nth-child(1) ul li:nth-child(1) .list__services-img img {
  max-width: 22px;
}
.services .list__services:nth-child(1) ul li:nth-child(2) .list__services-img img {
  max-width: 24px;
}
.services .list__services:nth-child(1) ul li:nth-child(3) .list__services-img img {
  max-width: 26px;
}
.services .list__services:nth-child(1) ul li:nth-child(4) .list__services-img img {
  max-width: 22px;
}
.services .list__services:nth-child(1) ul li:nth-child(5) .list__services-img img {
  max-width: 22px;
}
.services .list__services:nth-child(1) ul li:nth-child(6) .list__services-img img {
  max-width: 19px;
}
.services .list__services:nth-child(1) ul li:nth-child(7) .list__services-img img {
  max-width: 21px;
}
.services .list__services:nth-child(1) ul li:nth-child(8) .list__services-img img {
  max-width: 23px;
}
.services .list__services:nth-child(1) ul li:nth-child(9) .list__services-img img {
  max-width: 17px;
}
.services .list__services:nth-child(1) ul li:nth-child(10) .list__services-img img {
  max-width: 23px;
}
.services .list__services:nth-child(1) ul li:nth-child(11) .list__services-img img {
  max-width: 20px;
}
.services .list__services:nth-child(1) ul li:nth-child(12) .list__services-img img {
  max-width: 24px;
}
.services .list__services:nth-child(1) ul li:nth-child(13) .list__services-img img {
  max-width: 18px;
}
.services .list__services:nth-child(1) ul li:nth-child(14) .list__services-img img {
  max-width: 23px;
}
.services .list__services:nth-child(1) ul li:nth-child(15) .list__services-img img {
  max-width: 23px;
}
.services .list__services:nth-child(1) ul li:nth-child(17) .list__services-img img {
  max-width: 22px;
}
.services .list__services:nth-child(1) ul li:nth-child(18) .list__services-img img {
  max-width: 21px;
}
.services .list__services:nth-child(1) ul li:nth-child(21) .list__services-img img {
  max-width: 21px;
}
.services .list__services:nth-child(2) ul li:nth-child(1) .list__services-img img {
  max-width: 21px;
}
.services .list__services:nth-child(2) ul li:nth-child(2) .list__services-img img {
  max-width: 24px;
}
.services .list__services:nth-child(2) ul li:nth-child(3) .list__services-img img {
  max-width: 24px;
}
.services .list__services:nth-child(2) ul li:nth-child(4) .list__services-img img {
  max-width: 23px;
}
.services .list__services:nth-child(2) ul li:nth-child(5) .list__services-img img {
  max-width: 22px;
}
.services .list__services:nth-child(2) ul li:nth-child(6) .list__services-img img {
  max-width: 17px;
}
.services .list__services:nth-child(2) ul li:nth-child(9) .list__services-img img {
  max-width: 25px;
}
.services .list__services:nth-child(2) ul li:nth-child(10) .list__services-img img {
  max-width: 19px;
}
.services .list__services:nth-child(2) ul li:nth-child(14) .list__services-img img {
  max-width: 20px;
}
.services .list__services:nth-child(2) ul li:nth-child(15) .list__services-img img {
  max-width: 22px;
}
.services .list__services:nth-child(3) ul li:nth-child(2) .list__services-img img {
  max-width: 19px;
}
.services .list__services:nth-child(3) ul li:nth-child(4) .list__services-img img {
  max-width: 21px;
}
.services .list__services:nth-child(3) ul li:nth-child(5) .list__services-img img {
  max-width: 21px;
}
.services .list__services:nth-child(3) ul li:nth-child(6) .list__services-img img {
  max-width: 22px;
}
.services .list__services:nth-child(3) ul li:nth-child(7) .list__services-img img {
  max-width: 20px;
}
.services .list__services:nth-child(3) ul li:nth-child(8) .list__services-img img {
  max-width: 24px;
}
.services .list__services:nth-child(3) ul li:nth-child(9) .list__services-img img {
  max-width: 25px;
}
.services .list__services:nth-child(3) ul li:nth-child(10) .list__services-img img {
  max-width: 24px;
}
.services .list__services:nth-child(3) ul li:nth-child(12) .list__services-img img {
  max-width: 20px;
}
.services .list__services:nth-child(3) ul li:nth-child(13) .list__services-img img {
  max-width: 20px;
}
.services .list__services:nth-child(3) ul li:nth-child(14) .list__services-img img {
  max-width: 20px;
}
.services .list__services:nth-child(3) ul li:nth-child(15) .list__services-img img {
  max-width: 21px;
}
.services .list__services:nth-child(3) ul li:nth-child(17) .list__services-img img {
  max-width: 20px;
}
.services .list__services:nth-child(3) ul li:nth-child(18) .list__services-img img {
  max-width: 20px;
}
.services .list__services:nth-child(3) ul li:nth-child(19) .list__services-img img {
  max-width: 22px;
}
.services .list__services:nth-child(3) ul li:nth-child(20) .list__services-img img {
  max-width: 22px;
}
.services .list__services:nth-child(3) ul li:nth-child(21) .list__services-img img {
  max-width: 21px;
}
.services .list__services:nth-child(3) ul li:nth-child(22) .list__services-img img {
  max-width: 22px;
}
.services .list__services:nth-child(3) ul li:nth-child(23) .list__services-img img {
  max-width: 24px;
}
.services .list__services:nth-child(3) ul li:nth-child(25) .list__services-img img {
  max-width: 23px;
}
.services .list__services:nth-child(3) ul li:nth-child(26) .list__services-img img {
  max-width: 20px;
}
.services .list__services:nth-child(3) ul li:nth-child(27) .list__services-img img {
  max-width: 22px;
}

@media all and (max-width: 767px) {
  .postid-9388 .row > * {
    overflow: hidden;
  }
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
  color: #333 !important;
}

.iti {
  width: 100% !important;
}

input.phone-field-input {
  padding-left: 56px !important;
}

input#phone4 {
  margin-bottom: 10px !important;
}

.iti__flag-container {
  max-height: 41px !important;
}

.ok {
  z-index: 9999999;
}

.footer_text {
  margin-top: 25px;
}

.newsPage .newsText h3, .newsSinglePage .newsText h3 {
  font-size: 15px !important;
  font-family: "gilroy-regular" !important;
  word-spacing: 3px !important;
}

.submit-calc {
  height: 50px;
}
.submit-calc svg {
  fill: #FFF;
  margin-right: 10px;
  display: none;
}
.submit-calc:active svg {
  display: block;
}

.text-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-link.agreement {
  display: inline-block;
  margin-top: 15px;
}

.abon-table {
  margin-top: 30px;
  vertical-align: middle;
}
.abon-table td {
  vertical-align: middle;
  border: 1px solid #cdcdcd;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.abon-table p {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .single-news .table-responsive {
    width: 340px;
  }
}

a.underline {
  position: relative;
}
a.underline:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  bottom: -5px;
  background-color: #72000a;
}

form a {
  color: #FFF;
  text-decoration: underline;
}

.popup-form label a {
  color: #72000a !important;
}

.form form label {
  gap: 5px;
}

.popup-form input[type=checkbox] + span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  background-color: #fff;
  border: 1px solid #72000a;
}

.popup-form input[type=checkbox]:checked + span {
  background-image: url(content/images/check.png);
  background-size: contain;
  background-position: 0 3px;
  background-repeat: no-repeat;
  border: 1px solid #72000a;
}

@media all and (max-width: 1100px) {
  .docs-pagination.swiper-pagination-clickable {
    display: none !important;
  }
}

.mobile-menu-container {
  display: none;
  background-color: #3b3b3b;
  height: 100vh;
  width: 300px;
  left: -500px;
  top: 0;
  position: fixed;
  z-index: 99999999999;
  padding: 20px;
}
@media all and (max-width: 1000px) {
  .mobile-menu-container {
    display: block;
  }
}
.mobile-menu-container .close-mobile-menu {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.mobile-menu-container .mobile-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.mobile-menu-container .mobile-menu ul li {
  border-bottom: 1px solid #606060;
  padding: 15px;
}
.mobile-menu-container .mobile-menu ul li:last-child {
  border-bottom: 0;
}
.mobile-menu-container .mobile-menu ul a {
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
}
.mobile-menu-container .header-mobile-menu-phone {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
  padding-left: 15px;
}
.mobile-menu-container .header-mobile-menu-phone svg {
  fill: #FFF;
  stroke: #FFF;
  width: 20px;
  height: 20px;
}
.mobile-menu-container .header-mobile-menu-phone a {
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
}
.mobile-menu-container .header-mobile-menu-btn {
  margin-top: 30px;
  padding-left: 15px;
}

/*# sourceMappingURL=custom.css.map */

/* T-MSK-FORM-A:CSS:BEGIN */
#callback .get-consult-form .pd-consent__line {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  color: #555;
  font-size: 13px;
  line-height: 1.25;
}

#callback .get-consult-form .pd-noscript {
  margin: 0 0 20px;
  color: #9a1b22;
  font-size: 13px;
  line-height: 1.35;
}

#callback .get-consult-form .pd-sensitive-warning {
  margin: -20px 0 10px;
  color: #6b6b6b;
  font-size: 11px;
  line-height: 1.35;
}

#callback .get-consult-form .pd-consent {
  margin-bottom: 20px !important;
}

#callback .get-consult-form .pd-consent__control {
  display: grid;
  place-items: center;
  margin: 0;
  cursor: pointer;
}

#callback .get-consult-form .pd-consent__control input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

#callback .get-consult-form .pd-consent__box {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 1px solid #999;
  background: #fff;
  background-image: none;
}

#callback .get-consult-form .pd-consent__box::after {
  content: "";
  width: 11px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-1px) rotate(-45deg) scale(0);
}

#callback .get-consult-form .pd-consent__control input:checked + .pd-consent__box {
  border-color: #72000a;
  background-color: #72000a;
  background-image: none;
}

#callback .get-consult-form .pd-consent__control input:checked + .pd-consent__box::after {
  transform: translateY(-1px) rotate(-45deg) scale(1);
}

#callback .get-consult-form .pd-consent__control input:focus-visible + .pd-consent__box {
  box-shadow: 0 0 0 3px rgba(123, 4, 4, .18);
}

#callback .get-consult-form .pd-consent__copy {
  min-width: 0;
}

#callback .get-consult-form .pd-consent__text {
  cursor: pointer;
}

#callback .get-consult-form .pd-consent__link {
  color: #72000a !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

#callback .get-consult-form .pd-consent__error {
  display: none;
  margin: 6px 0 0 31px;
  color: #9a1b22;
  font-size: 12px;
  line-height: 1.35;
}

#callback .get-consult-form.has-consent-error .pd-consent__error {
  display: block;
}

#callback .get-consult-form.has-consent-error .pd-consent__box {
  border-color: #9a1b22;
  box-shadow: 0 0 0 2px rgba(154, 27, 34, .11);
}

#callback .get-consult-form.has-consent-error .pd-consent__control input:focus-visible + .pd-consent__box {
  box-shadow: 0 0 0 2px rgba(154, 27, 34, .11), 0 0 0 5px rgba(123, 4, 4, .18);
}

#callback .get-consult-form .pd-form-status {
  flex: 1 1 260px;
  margin: 0 0 0 20px;
  padding: 9px 11px;
  border-left: 3px solid currentColor;
  font-size: 13px;
  line-height: 1.3;
}

#callback .get-consult-form .pd-submit-row {
  flex-wrap: wrap;
}

#callback .get-consult-form.has-form-status .pd-submit-row .form__desc {
  display: none;
}

#callback .get-consult-form .pd-form-status[hidden] {
  display: none;
}

#callback .get-consult-form .pd-form-status--sending {
  color: #666;
  background: #f3f3f3;
}

#callback .get-consult-form .pd-form-status--success {
  color: #176c3b;
  background: #eef8f2;
}

#callback .get-consult-form .pd-form-status--error {
  color: #9a1b22;
  background: #fff1f1;
}

@media all and (max-width: 720px) {
  #callback .get-consult-form .pd-consent__line {
    gap: 8px;
    font-size: 12px;
  }

  #callback .get-consult-form .pd-form-status {
    flex: 1 0 100%;
    margin: 10px 0 0;
  }
}
/* T-MSK-FORM-A:CSS:END */

