.dupl-rm--checkbox-row {
  display: flex;
  flex-wrap: wrap;
}

.dupl-rm--checkbox-row > .dupl-rm--checkbox-changeable {
  width: 50%;
}

.dupl-rm--info-block-inline {
  display: flex;
}

.dupl-rm--info-block-inline > .dupl-rm--p:nth-child(1) {
  width: 39%;
}

.dupl-rm--info-block-inline > .dupl-rm--p:nth-child(2) {
  width: 38%;
}

.dupl-rm--clear-btn {
  margin-top: 8px;
}

.dupl-rm--pt-top-7 {
  padding-top: 7px;
}

.dupl-rm--pt-bottom-48 {
  padding-bottom: 48px !important;
}

.dupl-rm--pt-top-5 {
  padding-top: 4px;
}

.dupl-rm--pt-bottom-22 {
  padding-bottom: 22px;
}

.dupl-rm--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;
  }
}

.dupl-rm--input {
  padding-left: 13px;
  color: #4b4b4b;
  font: 400 normal 12px/16px "PT Sans";
  padding-right: 35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dupl-rm--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;
  outline: none;
}

.dupl-rm--textarea:focus,
.dupl-rm--input:focus {
  border: 1px solid #7c9beb;
  background-color: #eef3ff;
}

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

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

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

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

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

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

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

.dupl-rm--input {
  position: relative;
  outline: none;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

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

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

.dupl-rm--back {
  padding-right: 5px;
}

.dupl-rm--now {
  color: #bdc3cd;
}

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

.dupl-rm--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;
}

.dupl-rm--container {
  padding: unset;
}

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

.dupl-rm--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";
}

.dupl-rm--gray-btn {
  color: #868686;
  background-color: #f2f2f2;
}

.dupl-rm--gray-btn .dupl-rm--p {
  color: #868686;
}

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

.dupl-rm--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;
}

.dupl-rm--change-data:nth-child(1) {
  padding-bottom: 49px;
}
.dupl-rm--change-data:nth-child(2) {
  border: none;
  padding-top: 0;
  padding-bottom: 53px;
}
.dupl-rm--change-data:nth-child(2) > .dupl-rm--change-data-main {
  padding-top: 35px;
  border-top: 1px solid #e0e0e0;
}
.dupl-rm--change-data:nth-child(2) > .dupl-rm--h4 {
  padding-top: 28px;
}

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

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

.dupl-rm--btn-get-result {
  margin-top: 22px;
  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;
}

.dupl-rm--checkbox-changeable {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 8px;
}

.dupl-rm--custom-checkbox-changeable {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.dupl-rm--custom-checkbox-changeable + .dupl-rm--label {
  display: flex;
  align-items: center;
  width: fit-content;
  font: 400 normal 13px/17px "PT Sans";
  position: relative;
  cursor: pointer;
}

.dupl-rm--custom-checkbox-changeable:disabled + .dupl-rm--label::before {
  background-color: #EAEAEA;
}

.dupl-rm--custom-checkbox-changeable + .dupl-rm--label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #adb5bd;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.dupl-rm--custom-checkbox-changeable-active + .dupl-rm--label::before {
  background-image: url("/static/annex/freetool/images/icons/checkbox_active.png");
  border: none;
  border-radius: 3px;
}

.dupl-rm--buttons-item {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}

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

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

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

.dupl-rm--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;
}

.dupl-rm--clear-btn {
  margin-top: 14px;
  width: 100%;
}

.dupl-rm--circle-number {
  background: #eaeaea;
  border-radius: 22px;
  min-width: 29px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  padding: 0 4px;
}

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

  .dupl-rm--info-block-inline {
    justify-content: space-between;
  }

  .dupl-rm--info-block-inline > .dupl-rm--p {
    width: unset !important;
  }
}

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

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

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

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

@media screen and (min-width: 600px) and (max-width: 694px) {
  .dupl-rm--info-block-inline {
    flex-direction: column;
    justify-content: unset;
  }

  .dupl-rm--info-block-inline > .dupl-rm--p {
    padding-top: 5px;
  }
}

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

  .dupl-rm--main {
    padding-top: 120px;
  }

  .dupl-rm--container {
    padding: 0 20px;
  }

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

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

  .dupl-rm--change-data:not(:first-child) > .dupl-rm--change-data-main,
  .dupl-rm--input-items {
    border-top: none;
  }

  .dupl-rm--checkbox-row > .dupl-rm--checkbox-changeable {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .dupl-rm--info-block-inline {
    flex-direction: column;
    justify-content: unset;
  }

  .dupl-rm--info-block-inline > .dupl-rm--p {
    padding-top: 5px;
  }
}

