.combinator--keyword-card .combinator--textarea {
  height: 215px;
  max-height: 215px;
  border: none;
  border-radius: unset;
  padding: 22px;
}

.combinator--keyword-card .combinator--textarea:focus {
  box-shadow: none;
}

.combinator--row-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 4px;
}

.combinator--inline-item {
  display: flex;
  align-items: center;
  padding-bottom: 33px;
  padding-left: 4px;
}

.combinator--inline-item > .combinator--btn-add-list {
  width: 100%;
}

.combinator--inline-item > .combinator--p {
  font-size: 12px !important;
  font-style: italic;
}

.combinator--btn-add-list {
  max-width: 427px;
  width: 100%;
  margin-right: 25px;
}

.combinator--keyword-card {
  max-width: 49%;
  width: 100%;
  height: 301px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}

.combinator--keyword-card:nth-child(odd) {
  margin-right: 12px;
}

.combinator--keyword-card-title {
  position: relative;
  background-color: #f2f4f6;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.combinator--keyword-card-title .combinator--p,
.combinator--keyword-card-total-lines .combinator--p {
  color: #888ea1;
}

.combinator--keyword-card-total-lines {
  height: 35px;
  background-color: #f2f4f6;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.combinator--copy-btn {
  width: 100%;
}

.combinator--result-textarea {
  margin-bottom: 25px;
}

.combinator--clear-btn {
  margin-top: 25px;
  width: 100%;
}

.combinator--pt-top-10 {
  padding-top: 10px;
}

.combinator--btn-get-result {
  margin-top: 15px !important;
}

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

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

.combinator--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;
  background-color: #fdfeff;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 200px;
  max-height: 400px;
  resize: vertical;
  outline: none;
}

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

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

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

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

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

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

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

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

.combinator--columns-2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

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

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

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

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

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

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

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

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

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

.combinator--container {
  padding: unset;
}

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

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

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

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

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

.combinator--add-btn {
  position: relative;
}

.combinator--add-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-32px, -50%);
  -ms-transform: translate(-32px, -50%);
  transform: translate(-32px, -50%);
  width: 12px;
  height: 12px;
  background-image: url(/static/annex/freetool/images/icons/add_plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.combinator--add-btn-plus-white {
  position: relative;
}

.combinator--add-btn-plus-white::before {
  content: "+";
  color: white;
  position: absolute;
  top: 41%;
  -webkit-transform: translate(-32px, -50%);
  -ms-transform: translate(-32px, -50%);
  transform: translate(-32px, -50%);
  width: 12px;
  height: 12px;
  font-size: 27px;
}

.combinator--blue-btn {
  background-color: #7c9beb;
  color: white;
}

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

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

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

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

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

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

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

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

.combinator--custom-checkbox-changeable + .combinator--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%;
  border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1030px) {
  .combinator--row-items {
    flex-wrap: unset;
    justify-content: unset;
    flex-direction: column;
  }
  .combinator--keyword-card {
    max-width: 100%;
    margin-right: 0;
  }
}

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

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

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

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

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

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

@media screen and (max-width: 600px) {
  .combinator--btn-add-list {
    max-width: unset;
    margin-right: 0;
  }

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

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

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

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

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

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