.txt-edt--clear-btn {
    margin-top: 21px;
    width: 100%;
}

.txt-edt--checkbox-row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4px;
}

.txt-edt--checkbox-row > .txt-edt--checkbox-changeable {
    width: 50%;
}

.txt-edt--border-none {
    border: none !important;
}

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

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

.txt-edt--pt-top-12 {
    padding-top: 12px;
}

.txt-edt--pt-top-7 {
    padding-top: 7px;
}

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

.txt-edt--input-data,
.txt-edt--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;
}

.txt-edt--input {
    width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txt-edt--back {
    padding-right: 5px;
}

.txt-edt--now {
    color: #bdc3cd;
}

.txt-edt--ico {
    padding-left: 30px;
}

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

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

.txt-edt--main .txt-edt--img {
    pointer-events: none;
}

.txt-edt--container {
    padding: unset;
}

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

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

.txt-edt--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";
}

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

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

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

.txt-edt--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;
    padding-bottom: 49px;
}

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

.txt-edt--sub-change-data:not(:last-child) {
    padding-bottom: 43px;
}

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

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

.txt-edt--sub-change-data > .txt-edt--input-items {
    padding-top: 28px;
}

.txt-edt--sub-change-data > .txt-edt--h5 {
    padding-top: 28px;
}

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

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

.txt-edt--change-data-main,
.txt-edt--input-items {
    width: 100%;
}

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

.txt-edt--input-block .txt-edt--p {
    color: #808080;
    margin-bottom: 13px;
}

.txt-edt--input-block:nth-child(odd) {
    padding-right: 15px;
}

.txt-edt--textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 200px;
    max-height: 400px;
    resize: vertical;
}

.txt-edt--btn-get-result {
    margin-top: 24px;
    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;
}

.txt-edt--checkbox-changeable {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.txt-edt--checkbox-changeable > .txt-edt--input {
    width: unset !important;
}

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

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

.txt-edt--custom-selector-scroll .txt-edt--checkbox-changeable:not(:last-child) .txt-edt--custom-checkbox-changeable + .txt-edt--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;
}

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

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

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

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

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

.txt-edt--download-btn-link {
    border: 1px solid #7c9beb;
    color: #7c9beb;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

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

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

.txt-edt--download-icon {
    background-image: url("/static/annex/freetool/images/icons/download.png");
    width: 15px;
    height: 15px;
}

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

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

.txt-edt--clear-btn {
    margin-top: 12px;
    width: 100%;
}

.txt-edt--pt-top-12 {
    padding-top: 12px;
}

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

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

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

@media screen and (max-width: 860px) {
    .txt-edt--input {
        width: 100%;
    }

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

    .txt-edt--input-block {
        margin-right: 0;
        padding: 0 0 10px 0 !important;
        width: 100% !important;
    }

    .txt-edt--inline-result > .txt-edt--input {
        width: 100% !important;
    }

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

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

@media screen and (max-width: 600px) {
    .txt-edt--sub-change-data {
        flex-direction: column;
    }

    .txt-edt--breadcrumb-list {
        flex-wrap: wrap;
    }

    .txt-edt--main {
        padding-top: 120px;
    }

    .txt-edt--container {
        padding: 0 20px;
    }

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

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

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

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

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