.tc-help {
  font-family: 'TildaSans', 'tfutura', Arial;
}
.t-answers__header {
  display: flex;
  align-items: center;
  padding: 18px 40px;
  flex-wrap: wrap;
}
.t-answers__header-logo {
  display: flex;
  align-items: center;
}
.t-answers__header-logo img {
  margin-right: 14px;
}
.t-answers__header-txt {
  font-family: 'TildaSans', 'tfutura', Arial;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #000;
  display: flex;
  align-items: center;
}
.t-answers__header-txt:last-child {
  margin-left: auto;
}
#allrecords .t-answers__header-link {
  color: #000;
  margin-left: 34px;
  transition: color ease .3s;
  display: flex;
  align-items: center;
}
.t-answers__header-link:hover {
  color: #ff8562;
}
.t-answers__header-link:after {
  content: '';
  display: inline-block;
  opacity: .5;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url("/__p__/https/answers.tilda.cc/src/images/icons/link.svg") no-repeat center / contain;
}

.t-answers__lang-change {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-left: 30px;
  box-sizing: border-box;
}
.t-answers__lang-label {
  border: 1px solid rgba(113, 113, 113, .2);
  box-sizing: border-box;
  border-radius: 3px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  min-width: 70px;
}
.t-answers__lang-label:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-right: 5px;
  margin-top: -2px;
  background: url("/__p__/https/answers.tilda.cc/src/images/icons/globe.svg") no-repeat center / contain;
}
.t-answers__lang-label:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  margin-left: 3px;
  margin-top: -1px;
}
.t-answers__lang-select {
  background-color: #fff;
  border: 1px solid rgba(113, 113, 113, .2);
  border-radius: 3px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  right: 0;
  line-height: 19px;
  margin-top: 4px;
  padding: 12px 26px 8px 37px;
  position: absolute;
}
#allrecords .t-answers__lang {
  display: block;
  color: #000;
  position: relative;
  margin-bottom: 6px;
}
.t-answers__lang-current {

}
.t-answers__lang-current:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 6px;
  background: url("/__p__/https/answers.tilda.cc/src/images/icons/mark.svg") no-repeat center / contain;
  position: absolute;
  top: 5px;
  left: -14px;
}
/* Chrome */
details summary::-webkit-details-marker {
  display: none
}
/* Firefox */
details > summary {
  list-style: none;
}

.t-answers__main {
  background-color: #F5F5F5;
  padding: 42px 0 0;
}
.t-answers__main-title {
  font-family: 'TildaSans', 'tfutura', Arial;
  font-size: 28px;
  color: #000;
  margin-bottom: 14px;
}
.t-answers__search {
  margin-bottom: 55px;
}
.t-answers__search-wrapper {
  width: 100%;
  max-width: 730px;
}
.t186__blockinput {
  padding-right: 0;
}
.t-answers__search-input {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 11px 17px 11px 52px;
  font-family: 'TildaSans', 'tfutura', Arial;
  font-size: 20px;
  width: 100%;
}
.t-searcher-search-img {
  width: 18px;
  position: absolute; 
  top: 15px;
  left: 18px;
  opacity: .5;
}
.t-answers__container {
  position: relative;
  display: flex;
  padding-bottom: 80px;
}
.t-answers__categories-block {
  width: 30%;
}
.t-answers__answers-block {
  width: 70%;
  margin-left: 30px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  padding: 40px;
  background-color: #fff;
}
.t-answers__answers-close {
  display: none;
}
#allrecords .t-answers__category-title {
  font-family: 'TildaSans', 'tfutura', Arial;
  font-size: 20px;
  line-height: 22px;
  color: #282828;
  padding: 2px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.t-answers__category-title:hover,
.t-answers__category-title.active {
  background: #ECECEC;
  border-radius: 1px;
}
.t-answers__category-input {
  display: none;
}
.t-answers__list-wrapper {
  display: none;
}
.t-answers__block-title {
  font-family: 'TildaSans', 'tfutura', Arial;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 500;
}
.t-answers__list {
  list-style-image: url("/__p__/https/answers.tilda.cc/src/images/icons/questmark.svg");
  list-style-position: inside;
}
#allrecords .t-answers__list {
  padding: 0;
}
.t-answers__list-wrapper.active {
  display: block;
  opacity: 1;
}

.t-answers__item {
	font-family: 'TildaSans', 'tfutura', Arial;
  margin-bottom: 15px;
}

#allrecords .t-answers__link {
	color: #2d2d2d;
	font-family: 'TildaSans', 'tfutura', Arial;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  transition: color ease .3s;
}
.t-answers__link:hover {
  color: #ff8562;
}

.t-answers__footer {
  font-family: 'TildaSans', 'tfutura', Arial;
  background-color: #E8E8E8;
  padding: 90px 0;
}
#allrecords .t-answers__footer-links {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom: 40px;
  padding-left: 0;
  box-sizing: border-box;
}
.t-answers__footer-link {
  margin: 0 13px 20px;
  font-size: 22px;
}
#allrecords .t-answers__footer-link a {
  color: #000;
  
}
#allrecords .t-answers__footer-socials {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom: 100px;
  padding-left: 0;
}
.t-answers__footer-social {
  margin: 0 7px;
}

.t-answers__footer-info {
  display: flex;
  /* flex-wrap: wrap; */
}
.t-answers__footer-info__block {
  flex-basis: 33%;
  margin: 0 40px 20px;
  flex-grow: 1;
}
.t-answers__footer-info__title {
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
}
.t-answers__footer-info__txt {
  font-size: 18px;
  color: #000;
  opacity: 0.6;
}

.t-answers__category-title:before {
  content: '';
  display: block;
  position: relative;
  width: 47px;
  height: 47px;
  margin-right: 17px;
  flex-shrink: 0;
}
.t-answers__category-title#cat2:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Domain.svg");}
.t-answers__category-title#cat9:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Settings.svg");}
.t-answers__category-title#cat10:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Edit.svg");}
.t-answers__category-title#cat3:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Payment.svg");}
.t-answers__category-title#cat7:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Form.svg");}
.t-answers__category-title#cat13:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/E-commerce.svg");}
.t-answers__category-title#cat16:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Menu.svg");}
.t-answers__category-title#cat8:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Statistics.svg");}
.t-answers__category-title#cat11:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Fonts.svg");}
.t-answers__category-title#cat14:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Search.svg");}
.t-answers__category-title#cat15:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Adaptive.svg");}
.t-answers__category-title#cat1:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Questions.svg");}
.t-answers__category-title#cat18:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Others.svg");}
.t-answers__category-title#cat17:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Multilanding.svg");}
.t-answers__category-title#cat19:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Mail.svg");}
.t-answers__category-title#cat20:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Errors.svg");}
.t-answers__category-title#cat24:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Legal.svg");}
.t-answers__category-title#cat21:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Zeroblock.svg");}
.t-answers__category-title#cat22:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Code.svg");}
.t-answers__category-title#cat23:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/problems.svg");}
.t-answers__category-title#cat25:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Membership.svg");}
.t-answers__category-title#cat26:before {background-image: url("/__p__/https/answers.tilda.cc/src/images/icons/Feeds.svg");}



@media (max-width: 960px) {
  .t-answers__main {
    padding: 42px 20px 0;
  }
  .t-answers__header {
    padding: 18px 20px;
  }
  #allrecords .t-answers__header-link-desk {
    display: none;
  }
  .t-answers__categories-block {
    width: 100%;
  }
  .t-answers__category-title.active {
    background-color: unset;
  }
  .t-answers__answers-block {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    z-index: 1;
    overflow: auto;
    height: 100vh;
    display: none;
    padding: 0 0 60px;
  }
  .t-answers__answers-block.active {
    display: block;
  }
  .t-answers__list-wrapper {
    padding: 0 20px;
  }
  .t-answers__answers-close {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    color:#2d2d2d;
    /* opacity: 0.6; */
    font-family: 'TildaSans', 'tfutura', Arial;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
  }
  .t-answers__footer {
    padding: 60px 0;
  }
  #allrecords .t-answers__footer-links {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .t-answers__footer-link {
    margin: 0 10px 20px;
    font-size: 18px;
  }
  .t-answers__footer-info {
    display: block;
  }
  .t-answers__footer-info__block {
    margin: 0 20px 20px;
  }
  #allrecords .t-answers__footer-socials {
    margin-bottom: 50px;
  }
}

/* адаптив для окна с ответом */
@media screen and (max-width: 760px) {
  .t-searcher-popup {
    width: 100% !important;
    margin: 20px auto !important;
    border-radius: 5px !important;
  }

  .t-searcher-popup-wraper {
    padding: 20px !important;
  }

  .t-searcher-popup-wraper > h3 {
    width: calc(100% - 40px);
  }

  .t-searcher-popup-answer {
    font-size: 16px;
    line-height: 1.3;
  }

  .t-searcher-popup-answer li:not(:last-child) {
    margin-bottom: 15px;
  }

  .t-searcher-popup-answer ol {
    padding-left: 20px;
  }

  .t-searcher-popup-answer strong {
    word-wrap: break-word;
  }

  .t-searcher-popup-close {
    right: 20px !important;
    top: 40px !important;
  }
}