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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

li.base64--now {
  color: #bdc3cd;
}

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

.base64--container {
  padding: unset;
}

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

.base64--radio-row {
  display: flex;
  flex-wrap: wrap;
}
.base64--radio-custom-items {
  display: flex;
  width: 100%;
}
.base64--radio-custom-items > .base64--radio-custom:nth-child(1) {
  width: 51%;
}

.base64--radio-row > .base64--btn {
  width: 100%;
}

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

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

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

.base64--radio-custom-input + .base64--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%;
}

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

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

.base64--btn,
.base64--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";
}

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

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

.base64--change-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.base64--change-data:nth-child(1) {
  border-top: 1px solid #e0e0e0;
  padding-top: 28px;
  padding-bottom: 48px;
}

.base64--change-data:nth-child(2) {
  padding-bottom: 52px;
}

.base64--change-data:nth-child(2) > .base64--h4,
.base64--change-data:nth-child(2) > .base64--change-data-main,
.base64--change-data:nth-child(3) {
  padding-top: 28px;
}

.base64--change-data:nth-child(3) {
  border-top: 1px solid #e0e0e0;
}

.base64--change-data:nth-child(2) > .base64--change-data-main {
  border-top: 1px solid #e0e0e0;
}

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

.base64--change-data-main {
  width: 100%;
  padding-top: 8px;
}

.base64--change-data:nth-child(3) > .base64--change-data-main {
  padding-top: 11px;
}

.base64--btn-get-result {
  margin-top: 23px;
  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;
}

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

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

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

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

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

#textarea-list-below.base64--textarea {
  margin-top: 8px;
}

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

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

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

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

@media screen and (max-width: 860px) {
  .base64--inline-item {
    flex-direction: column;
    align-items: unset;
  }

  .base64--custom-selector-block.base64--protocol {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .base64--change-data-main.base64--traffic-row {
    flex-direction: unset;
    flex-wrap: wrap;
  }

  .base64--traffick-box {
    margin-bottom: 10px;
  }

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

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

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

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

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

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

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

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

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

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

  .base64--change-data-main.base64--traffic-row {
    flex-direction: column;
    flex-wrap: unset;
  }

  .base64--traffick-box {
    max-width: 100%;
  }
}
