.pass-gen--range {
  position: relative;
  width: 100%;
}

.pass-gen--value-range {
  position: absolute;
  z-index: 1;
  color: white !important;
  pointer-events: none;
}

.pass-gen--range-length {
  width: 100%;
  border-radius: 8px;
  -webkit-appearance: none;
  border: 0;
}

.pass-gen--range-length::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #6c8fe7;
  border: 2px solid #ffffff;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  margin-top: -5px;
}

.pass-gen--range-length::-moz-range-thumb {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #6c8fe7;
  border: 2px solid #ffffff;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  margin-top: -5px;
}

.pass-gen--range-length::-ms-thumb {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #6c8fe7;
  border: 2px solid #ffffff;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  margin-top: -5px;
}

.pass-gen--line-range {
  position: absolute;
  height: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.pass-gen--range-length::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 8px;
  background: -webkit-gradient(linear, right top, left top, from(#7c9beb), to(#b7cbff));
  background: linear-gradient(270deg, #7c9beb 0%, #b7cbff 100%);
}

.pass-gen--range-length::-moz-range-progress {
  height: 6px;
  border-radius: 8px;
  background: linear-gradient(270deg, #7c9beb 0%, #b7cbff 100%);
}

.pass-gen--range-length::-moz-range-track {
  height: 3px;
  border-radius: 8px;
  background-color: #f3f3f3;
}

.pass-gen--range-length::-ms-fill-lower {
  height: 6px;
  border-radius: 8px;
  background: linear-gradient(270deg, #7c9beb 0%, #b7cbff 100%);
}

.pass-gen--range-length::-ms-fill-upper {
  height: 3px;
  border-radius: 8px;

  background-color: #f3f3f3;
}

.pass-gen--input-range-numbers {
  display: flex;
  justify-content: space-between;
  padding: 7px 6px 0 10px;
}

.pass-gen--slider-container {
  width: 100%;
  height: 3px;
  background-color: #F3F3F3;
  border-radius: 8px;
  position: relative;
}

.pass-gen--slider-progress {
  width: 0;
  height: 6px;
  border-radius: 8px;
  background: linear-gradient(270deg, #7C9BEB 0%, #B7CBFF 100%);
}

.pass-gen--slider {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  background-color: #6C8EE7;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 3px 0 #00000029;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pass-gen--slider .pass-gen--p {
  color: white !important;
  margin-bottom: 0 !important;
}

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

.pass-gen--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;
  position: relative;
  outline: none;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}

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

.pass-gen--input:focus {
  border: 1px solid #7c9beb;
  background-color: #eef3ff;
}

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

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

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

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

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

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

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

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

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

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

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

.pass-gen--back {
  padding-right: 5px;
}

.pass-gen--now {
  color: #bdc3cd;
}

.pass-gen--ico {
  padding-left: 30px;
}

.pass-gen--result-password {
  position: relative;
  width: 80%;
  margin-right: 10px;
}

.pass-gen--result-password .pass-gen--input {
  width: 100%;
}

.pass-gen--ico-pass {
  cursor: pointer;
  border: none;
  position: absolute;
  right: 3px;
  width: 40px;
  height: 40px;
  background: none;
}

.pass-gen--ico-pass::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 21px;
  height: 15px;
}

.pass-gen--ico-pass-show::before {
  background-image: url(/static/annex/freetool/images/icons/Hide.png);
}

.pass-gen--ico-pass-hide::before {
  background-image: url(/static/annex/freetool/images/icons/Eye.png);
}

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

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

.pass-gen--main .pass-gen--img {
  pointer-events: none;
}

.pass-gen--container {
  padding: unset;
}

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

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

.pass-gen--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";
}

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

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

.pass-gen--change-data:nth-child(1) {
  padding-top: 29px;
  padding-bottom: 69px;
  border-top: 1px solid #e0e0e0;
}
.pass-gen--change-data:nth-child(1) > .pass-gen--change-data-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pass-gen--change-data:nth-child(1) > .pass-gen--change-data-main > .pass-gen--checkbox-changeable {
  width: 50%;
}

.pass-gen--change-data:nth-child(2) {
  border: none;
}

.pass-gen--change-data:nth-child(2) > .pass-gen--h4 {
  padding-top: 27px;
}

.pass-gen--change-data:nth-child(2) > .pass-gen--change-data-main {
  padding-top: 49px;
  padding-bottom: 54px;
  border-top: 1px solid #e0e0e0;
}

.pass-gen--change-data:nth-child(3) {
  padding-top: 26px;
}

.pass-gen--change-data:nth-child(3) .pass-gen--change-data-main {
  display: flex;
  padding-top: 8px;
}

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

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

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

.pass-gen--change-data-main-inputs:not(:last-child) {
  padding-bottom: 7px;
}

.pass-gen--change-data-main-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
}

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

.pass-gen--input-block {
  max-width: 90%;
  width: 100%;
}

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

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

.pass-gen--change-data-main-inputs.pass-gen--triple .pass-gen--input-block:last-child {
  padding-right: 0;
}

.pass-gen--btn-get-result {
  margin-top: 28px;
  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;
}

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

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

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

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


.pass-gen--custom-checkbox-changeable + .pass-gen--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%;
}
.pass-gen--custom-checkbox-changeable-active + .pass-gen--label::before {
  background-image: url("/static/annex/freetool/images/icons/checkbox_active.png");
  border: none;
  border-radius: 3px;
}

.pass-gen--buttons-item {
  display: flex;
  justify-content: space-between;
  width: 25%;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 860px) {
  .pass-gen--change-data-main.pass-gen--emoji-row {
    flex-direction: unset;
    flex-wrap: wrap;
  }

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

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

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

  .pass-gen--result-password {
    width: 100%;
  }

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

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

  .pass-gen--main {
    padding-top: 120px;
  }

  .pass-gen--container {
    padding: 0 20px;
  }

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

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

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

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