.schema--code-result {
  margin-top: 20px;
  background-color: #f2f8ea;
  border-radius: 5px;
  padding: 25px;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  overflow-x: auto;
}

.schema--custom-selector-block {
  width: 100%;
}

.schema--syntax-tag {
  color: #4400ff;
}

.schema--syntax-attr {
  color: #9500ff;
}

.schema--syntax-key-val {
  color: rgb(0, 155, 0);
}

.schema--border-none {
  border: none !important;
}

.schema--padding-bottom-none {
  padding-bottom: unset !important;
}

.schema--padding-top-none {
  padding-top: 0 !important;
}

.schema--card-item {
  margin: 20px 0;
}

.schema--card-header {
  display: flex;
  align-items: center;
}

.schema--card-header > .schema--h4 {
  padding-right: 20px;
}

.schema--radio-row {
  display: flex;
  flex-wrap: wrap;
}

.schema--radio-row > .schema--radio-custom {
  width: 25%;
}

.schema--pt-top-37 {
  padding-top: 37px !important;
}

.schema--pt-bottom-26 {
  padding-bottom: 26px !important;
}

.schema--description {
  color: #808080 !important;
  font: 400 italic 12px/16px "PT Sans" !important;
  margin-top: 6px;
}

.schema--block-list {
  padding-top: 28px;
}

.schema--block-list > .schema--change-data:not(:last-child) {
  border: none;
  padding-top: 0;
}

.schema--block-list > .schema--change-data:not(:last-child) > .schema--h4 {
  padding-top: 28px;
}

.schema--block-list > .schema--change-data:not(:last-child) > .schema--change-data-main {
  padding-top: 28px;
  border-top: 1px solid #e0e0e0;
}

.schema--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;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

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

.schema--input-data,
.schema--input-data,
.schema--input-data,
.schema--custom-selector-input,
.schema--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;
}

.schema--input-data-default {
  padding-right: 13px;
}

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

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

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

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

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

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

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

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

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

.schema--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;
}

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

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

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

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

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

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

.schema--ico {
  padding-left: 30px;
}

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

.schema--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;
}

.schema--main .schema--img {
  pointer-events: none;
}

.schema--container {
  padding: unset;
}

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

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

.schema--btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.schema--btn-close {
  background-color: unset;
  width: 13px;
  height: 13px;
  border: none;
  background-image: url("/static/annex/freetool/images/icons/close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.schema--btn-link .schema--a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.schema--btn,
.schema--btn-link {
  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";
}

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

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

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

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

.schema--change-data-table {
  display: flex;
  flex-direction: column;
  justify-content: unset;
}

.schema--main-content > .schema--change-data {
  padding-bottom: 0;
}

.schema--padding-bottom-none.schema--change-data {
  border: none;
}

.schema--padding-bottom-none.schema--change-data > .schema--change-data-main {
  border-top: 1px solid #e0e0e0;
  padding-top: 25px;
}

.schema--sub-change-data > .schema--change-data-main {
  padding-top: 0;
}

.schema--padding-bottom-none.schema--change-data > .schema--h4 {
  padding-top: 25px;
}

.schema--sub-change-data {
  display: flex;
  justify-content: space-between;
}

.schema--input-items {
  width: 100%;
}

.schema--sub-change-data:first-child > .schema--input-items {
  padding-top: 15px;
}

.schema--sub-change-data:not(:first-child) > .schema--change-data-main,
.schema--sub-change-data:not(:first-child) > .schema--input-items {
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.schema--sub-change-data:not(:last-child) > .schema--change-data-main,
.schema--sub-change-data:not(:last-child) > .schema--input-items {
  padding-bottom: 38px;
}

.schema--sub-change-data > .schema--h5 {
  padding-top: 14px;
}

.schema--sub-change-data:not(:first-child) > .schema--h5 {
  padding-top: 29px;
}

.schema--text-last-child {
  margin-bottom: 13px;
}

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

.schema--sub-change-data > .schema--h4,
.schema--sub-change-data > .schema--h5 {
  width: 51%;
}

.schema--change-data-main {
  max-width: 66.5%;
}

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

.schema--change-data-main-inputs:not(:first-child) {
  padding-top: 20px;
}

.schema--change-data-main-inputs:not(:last-child) {
  padding-bottom: 30px;
}

.schema--change-data-main-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.schema--change-data-main-inputs .schema--input {
  width: 100%;
}

.schema--input-block {
  max-width: 100%;
  width: 100%;
}

.schema--input-block .schema--p {
  color: #808080;
  margin-bottom: 8px;
}

.schema--input-block:nth-child(even) {
  padding-left: 15px;
}

.schema--change-data-main-inputs.schema--triple .schema--input-block:nth-child(2) {
  padding-right: 15px;
}
.schema--change-data-main-inputs.schema--triple .schema--input-block:last-child {
  padding-right: 0;
}

.schema--radio-custom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.schema--radio-custom-input {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.schema--radio-custom-input + .schema--label {
  display: flex;
  align-items: center;
  width: fit-content;
  font: 400 normal 14px/27px "PT Sans";
  position: relative;
  cursor: pointer;
}

.schema--radio-custom-input + .schema--label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.schema--radio-custom-input-active + .schema--label::before {
  background-image: url("/static/annex/freetool/images/utms/radio_active.png");
  border: none;
}

.schema--checkbox-changeable {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

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

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

.schema--custom-selector-scroll .schema--checkbox-changeable:not(:last-child) .schema--custom-checkbox-changeable + .schema--label::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #e9eef5;
}

.schema--custom-checkbox-changeable + .schema--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%;
}

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


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

.schema--buttons-item {
  display: flex;
  justify-content: space-between;
}

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

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

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

.schema--copy-icon {
  position: absolute;
  background-image: url("/static/annex/freetool/images/icons/copy.png");
  width: 13px;
  height: 16px;
  left: 7px;
}

.schema--copy-icon {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  margin-right: 20px;
}

.schema--clear-btn {
  margin-top: 31px;
  width: 100%;
}

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

.selector-vue--selector {
  margin-right: 0 !important;
}

.selector-vue--input {
  width: 100%;
}

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

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

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

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

  .schema--radio-custom {
    width: 33% !important;
  }
}

@media screen and (max-width: 860px) {
  .schema--radio-row.schema--change-data-main.schema--pt-top-37 {
    flex-direction: unset;
  }

  .schema--change-data-main-inputs {
    flex-direction: column;
  }

  .schema--change-data-main {
    flex-direction: column;
  }

  .schema--radio-custom {
    width: 50% !important;
  }

  .schema--input-block {
    padding: 0 0 10px 0 !important;
    width: 100% !important;
  }

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

  .schema--checkbox-changeable {
    width: 100% !important;
  }

  .schema--custom-checkbox-changeable.schema--input {
    width: 0 !important;
  }

  .schema--input {
    width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .schema--change-data-main {
    max-width: unset;
  }

  .schema--sub-change-data {
    flex-direction: column;
  }

  .schema--breadcrumb-list {
    flex-wrap: wrap;
  }

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

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

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

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

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

  .schema--change-data-main.schema--emoji-row {
    flex-direction: column;
    flex-wrap: unset;
  }

  .schema--sub-change-data > .schema--h5 {
    display: none;
  }
}
