body {
	font-family: 'TildaSans', 'tfutura', Arial;
}
.t-answers__header {
  display: flex;
  align-items: center;
  padding: 15px 40px 14px;
}
.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;
  transition: color ease .3s;
  display: flex;
  align-items: center;
}
#allrecords .t-answers__header-link:not(:first-child) {
  margin-left: 34px;
}
.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('/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('/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:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 6px;
  background: url('/src/images/icons/mark.svg') no-repeat center / contain;
  position: absolute;
  top: 5px;
  left: -18px;
}
details summary::-webkit-details-marker {
  display: none
}
details > summary {
  list-style: none;
}

.t-answers__main {
  background-color: #F5F5F5;
  padding: 42px 0 0;
}
.t-answers__search {
  margin: 0 40px;
  flex-grow: 1;
}
.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: 7px 10px 7px 40px;
  font-family: 'TildaSans', 'tfutura', Arial;
  font-size: 20px;
  width: 100%;
  max-width: 600px;
}
.t-searcher-search-img {
  width: 14px;
  position: absolute; 
  top: 13px;
  left: 15px;
  opacity: .5;
}

.t-answer__breadcrumbs {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.t-answer__breadcrumbs p{
  font-weight: 500;
  font-size: 16px;
  color: #000;
  opacity: 0.4;
  margin-bottom: 15px;

}
#allrecords .t-answer__breadcrumbs a {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  opacity: 0.6;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#allrecords .t-answer__breadcrumbs a:not(:last-child):after {
  content: '';
  display: inline-block;
  position: relative;
  width: 7px;
  height: 12px;
  background: url('/src/images/icons/arrow-right.svg') no-repeat center / contain;
  margin: -1px 8px 0;
}
.t-answer__container {
  background-color: #fff;
  padding: 70px 80px 20px;
  margin-bottom: 80px;
}
.t-answer__title {
  font-weight: 500;
  /* font-size: 35px; */
  font-size: 32px;
  color: #000;
  margin-bottom: 30px;
}
.t-answer__text {
  font-weight: 400;
  /* font-size: 20px; */
  font-size: 18px;
  line-height: 25px;
  color: #3A3A3A;
  margin-bottom: 30px;
}
.t-answer__text p:not(:empty) {
  padding-bottom: 18px;
}
.t-answer__text img {
  border: 1px solid #eee;
  max-width: 100%;
}
.t-answer__text .ql-syntax {
	overflow: auto;
}
.t-answer__related-header {
  font-weight: 500;
  font-size: 25px;
  color: #000;
  margin-bottom: 10px;
}
.t-answer__related-list {
  list-style-image: url('/src/images/icons/questmark.svg');
  padding-bottom: 40px;
  border-bottom: 1px solid #CDCDCD;
}
.t-answer__related-item {
  /* font-size: 14px; */
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
#allrecords .t-answer__related-item a {
  color: #000;
}

.t-answer__rate-wrapper {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.t-answer__rate-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 0;
  margin-right: 22px;
}

.t-answer__rate-btn {
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 0.07) 0px 1px 1px 0px, rgb(60 66 87 / 0.08) 0px 0px 0px 1px, rgba(60, 66, 87, 0.06) 0px 2px 5px 0px;
  padding: 5px 10px;
  font-size: 0;
}
.t797 .t-vote {
  display: flex;
}
.t797 .t-vote__btn-el {
  font-size: 16px;
  display: inline-flex;
  align-items: flex-end;
}
.t797 .t-vote__btn-wrapper.t-answer__rate-btn {
  margin-right: 15px;
  min-width: 70px;
  text-align: center;
}
.t797 .t-answer__rate-btn .t-vote__btn-el_active {
  -webkit-transform: none!important;
  transform: none!important;
}
.t797 .t-vote .t-vote__btn-res {
  padding-top: 0;
  display: block!important;
  transform: translateY(35px);
  transition: all 0.4s cubic-bezier(.68,-.55,.265,1.55);
  position: absolute;
  top: 0;
}
.t-vote__txt-wrapper {
  position: relative;
  overflow: hidden;
}
.t797 .t797__text {
  line-height: 1.1;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(.68,-.55,.265,1.55); 
}
.t797 .t-vote_sended .t797__text {
  transform: translateY(-35px);
}
.t797 .t-vote_sended .t-vote__btn-res {
  display: block!important;
  transform: translateY(0);
}

.t-answer__rate-btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.t-answer__stat-counter {
  margin-left: auto;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
}

.t-answer__back {
  margin-top: 90px;
}

#allrecords .t-answer__back-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: #000;
  opacity: 0.6;
  transition: opacity .3s ease;
}
#allrecords .t-answer__back-link:hover {
  opacity: 1;
}


.t-answers__footer {
  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 15px;
}

.t-answers__footer-info {
  display: flex;
}
.t-answers__footer-info__block {
  flex-basis: 33%;
  margin: 0 40px 20px;
}
.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;
}

@media (max-width: 960px) {
  #allrecords .t-answers__header-link-desk {
    display: none;
  }
  .t-answers__header {
    padding: 18px 20px;
    flex-wrap: wrap;
  }
  .t-answers__search {
    margin: 20px 0 0;
    order: 1;
    flex-basis: 100%;
  }
  .t-answers__main {
    padding: 30px 0 0;
  }
  .t-answer__breadcrumbs {
    flex-wrap: wrap;
    margin: 0 20px 10px;
  }
  .t-answer__container {
    background-color: #fff;
    padding: 30px 20px 20px;
    margin-bottom: 0px;
  }
  .t-answer__title {
    font-size: 28px;
  }
  .t-answer__rate-wrapper {
    flex-wrap: wrap;
  }
  .t-answer__rate-title,
  .t797 .t-vote {
    margin-bottom: 20px;
  }
  .t-answer__stat-counter {
    margin-left: 0;
    flex-basis: 100%;
  }
  .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;
  }
}