.diff--deleted-string {
  background-color: #ef452e4a;
  padding: 0 4px 0 4px;
  border-radius: 3px;
  margin: 0 2px 0 2px;
}

.diff--inserted-string {
  background-color: #9cb60861;
  padding: 0 4px 0 4px;
  border-radius: 3px;
  margin: 0 2px 0 2px;
}

.diff--diff-output {
  white-space: pre-wrap;
  word-break: break-word;
}

.diff--radio-list {
  display: flex;
  flex-direction: column;
}

.diff--radio-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  cursor: pointer;
  font: 400 14px/19px "PT Sans";
  color: #575656;
}

.diff--radio-item:last-child {
  margin-bottom: 0;
}

.diff--radio-input {
  margin: 3px 10px 0 0;
}

.diff--statistics {
  margin-top: 28px;
}

.diff--statistics-title {
  margin-bottom: 12px;
  font-weight: 600;
}

.diff--statistics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.diff--statistics-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background-color: #fdfeff;
  font: 400 13px/18px "PT Sans";
  color: #575656;
}

.diff--statistics-item strong {
  color: #414141;
  font-weight: 600;
}

.diff--inline-block-text {
  display: flex;
}

.diff--result-text {
  width: 100%;
}

.diff--result-text > .diff--p:first-child {
  padding-bottom: 24px;
}

.diff--result-text:first-child {
  margin-right: 12px;
}

.diff--old-text-res,
.diff--new-text-res {
  padding: 12px;
  font: 400 normal 13px/17px "PT Sans";
  width: 100%;
  border-radius: 5px;
}

.diff--old-text-res {
  background: #fff4f4;
}

.diff--old-text-res.diff--p, .diff--new-text-res.diff--p {
  font-size: 13px;
  line-height: 17px;
}

.diff--new-text-res {
  background: #f2f8ea;
}

.diff--pt-top-12 {
  padding-top: 12px;
}

.diff--pt-bottom-41 {
  padding-bottom: 41px;
}

.diff--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lazyloaded {
  opacity: 1;
  -webkit-animation-name: opacityShow;
  animation-name: opacityShow;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes opacityShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes opacityShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.diff--textarea:focus {
  border: 1px solid #7c9beb;
  background-color: #eef3ff;
}

.diff--textarea {
  font: 400 normal 13px/17px "PT Sans";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  padding: 15px 21px 12px 21px;
  background-color: #fdfeff;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 200px;
  max-height: 400px;
  resize: vertical;
}

.diff--p,
.diff--li {
  font: 400 14px/19px "PT Sans";
  color: #575656;
}

.diff--h1 {
  font: 700 normal 30px/40px "PT Sans";
  color: #414141;
}

.diff--h2 {
  font: 400 normal 26px/32px "PT Sans";
  color: #414141;
}

.diff--h3 {
  font: 400 normal 22px/29px "PT Sans";
  color: #414141;
}

.diff--h4 {
  font: 400 normal 18px/25px "Roboto";
  color: #414141;
}

.diff--h5 {
  font: 400 normal 14px/21px "PT Sans";
  color: #414141;
}

.diff--a {
  font: 400 normal 14px/19px "PT Sans";
  text-decoration: none;
  color: black;
}

.diff--breadcrumb-block {
  margin-top: 35px;
  width: 100%;
}

.diff--breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 400 normal 12px/16px "PT Sans";
  padding-bottom: 30px;
  padding-left: 0;
}

.diff--breadcrumb-list .diff--a {
  font: 400 normal 12px/16px "PT Sans";
}

.diff--li {
  position: relative;
  list-style-type: none;
}

.diff--back .diff--a {
  color: #334d6e;
}

.diff--back {
  padding-right: 5px;
}

.diff--now {
  color: #bdc3cd;
}

.diff--main {
  max-width: 100%;
  position: relative;
  padding-top: 90px;
}

.diff--main-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.diff--container {
  padding: unset;
}

.diff--content {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}

.diff--btn {
  position: relative;
  background-color: white;
  width: 138px;
  height: 40px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #7a7a7a;
  font: 400 normal 14px/18px "PT Sans";
}

/* ======================================================================================== */

.diff--change-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e0e0e0;
  padding-top: 28px;
}

.diff--change-data:nth-child(1) {
  padding-bottom: 43px;
}
.diff--change-data:nth-child(2) {
  border: none;
  padding-top: 0;
  padding-bottom: 47px;
}
.diff--change-data:nth-child(2) > .diff--change-data-main {
  padding-top: 38px;
  border-top: 1px solid #e0e0e0;
}
.diff--change-data:nth-child(2) > .diff--h4 {
  padding-top: 28px;
}

.diff--change-data > .diff--h4 {
  width: 51%;
}

.diff--change-data-main {
  width: 100%;
}

.diff--btn-get-result {
  margin-top: 25px;
  border: 1px solid #7c9beb;
  background-color: white;
  border-radius: 3px;
  width: 100%;
  height: 40px;
  color: #7c9beb;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
}

.diff--buttons-item {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.diff--buttons-item .diff--a:nth-child(even) {
  margin-left: 17px;
}

.diff--copy-btn-link {
  background-color: #7c9beb;
  width: 100%;
  border-radius: 3px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.diff--copy-btn-link .diff--p {
  color: white;
  position: relative;
  padding-left: 37px;
}

.diff--copy-icon {
  position: absolute;
  background-image: url("/static/annex/freetool/images/icons/copy.png");
  width: 13px;
  height: 16px;
  left: 7px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  margin-right: 20px;
}

.diff--pt-top-12 {
  padding-top: 12px;
}

@media screen and (max-width: 1200px) {
  .diff--container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 960px) {
  .diff--container {
    padding: 0 50px;
  }

  .diff--content {
    max-width: unset;
    margin: 0 auto;
  }
}

@media screen and (max-width: 860px) {
  .diff--change-data-main {
    flex-direction: column;
  }

  .diff--buttons-item {
    margin-top: 26px;
    width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .diff--breadcrumb-list {
    flex-wrap: wrap;
  }

  .diff--main {
    padding-top: 120px;
  }

  .diff--container {
    padding: 0 20px;
  }

  .diff--change-data {
    border-top: 1px solid #e0e0e0;
    flex-direction: column;
    justify-content: unset;
  }

  .diff--change-data > .diff--h4 {
    border-top: none;
    width: 100%;
  }

  .diff--change-data:not(:first-child) > .diff--change-data-main {
    border-top: none;
  }

  .diff--inline-block-text {
    flex-direction: column;
  }

  .diff--result-text {
    margin-top: 10px;
  }

  .diff--statistics-grid {
    grid-template-columns: 1fr;
  }
}
