@charset "UTF-8";

#rec98772006 a:hover {
  text-decoration: underline !important;
}

.cases-item-hidden {
  display: none !important;
}

.show-more-btn {
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: 0.2s;
  text-align: center;
  padding: 10px 60px;
  min-height: 60px;
  min-width: 250px;
  color: #ffffff;
  background-color: #1f5bff;
  font-family: "SuisseIntl", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.show-more-btn:hover,
.show-more-btn:focus {
  background-color: #094ce0 !important;
}

/*Другие услуги*/

.uc-other-services .t404__descr::after,
.uc-moreonthetopic .t404__descr::after {
  display: flex;
  width: 170px;
  height: 55px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Source Code Pro", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 10px;
  background-color: #0050ff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2);
}

.uc-other-services .t404__descr::after:hover,
.uc-other-services .t404__descr::after:focus,
.uc-moreonthetopic .t404__descr::after:hover,
.uc-moreonthetopic .t404__descr::after:focus {
  color: #f1f6fc !important;
  background-color: #094ce0 !important;
}

.uc-other-services .t404__descr::after {
  content: "Подробнее";
}

.uc-moreonthetopic .t404__descr::after {
  content: "Читать подробнее";
}

.uc-tg-btn-header-fix .t393.t393__positionfixed {
  position: fixed !important;
  top: 42px !important;
  left: calc(50% + 43px) !important;
  transform: translateX(-50%) translateY(-50%);
}

.uc-tg-btn-header-fix .t393__submit {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 5px;
  width: 125px;
  height: 36px;
}

.uc-tg-btn-header-fix .t393__submit::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("https://static.tildacdn.com/tild3465-6364-4931-b162-366234663766/icons8-telegram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 961px) {
  .uc-other-services .t404__descr,
  .uc-moreonthetopic .t404__descr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .uc-article-cover .t941__cover-wrap {
    left: 38%;
  }
}

@media screen and (min-width: 981px) {
  .uc-article-cover .t941__content {
    margin-top: 140px;
  }
}

@media screen and (max-width: 480px) {
  .uc-experts-logo .t-section__title {
    max-width: 250px;
  }
}

@media screen and (max-width: 374px) {
  .uc-tg-btn-header-fix .t393.t393__positionfixed {
    left: 72% !important;
  }

  .uc-tg-btn-header-fix .t393__submit {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50% !important;
    box-sizing: border-box;
    justify-content: center;
  }

  .uc-tg-btn-header-fix .t393__submit span {
    display: none;
  }

  .uc-tg-btn-header-fix .t393__submit::after {
    width: 25px;
    height: 25px;
    margin-left: -3px;
  }
}