.tlds {
  padding: 108px 0;
}

.tlds .tdls-headline__link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tlds .tdls-headline__link {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  text-align: right;
  /* identical to box height, or 100% */
  color: #08c;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tlds .tdls-headline__link:after {
  display: block;
  width: 6px;
  height: 12px;
  margin-left: 8px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='16' viewBox='0 0 6 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8687 8.26543L1.2812 12.8904C1.13432 13.0373 0.896823 13.0373 0.749948 12.8904L0.131198 12.2717C-0.0156769 12.1248 -0.0156769 11.8873 0.131198 11.7404L3.83432 7.9998L0.131198 4.25918C-0.0156769 4.1123 -0.0156769 3.8748 0.131198 3.72793L0.749948 3.10918C0.896823 2.9623 1.13432 2.9623 1.2812 3.10918L5.8687 7.73418C6.01557 7.88105 6.01557 8.11855 5.8687 8.26543Z' fill='%230088CC'/%3E%3C/svg%3E%0A");
}

.tlds__top {
  margin-bottom: 32px;
}

.tlds .tlds-headline__title {
  font-family: Roboto;
  font-size: calc(20px + 12 * ((100vw - 420px) / 860));
  font-weight: bold;
  font-style: normal;
  line-height: 150%;
}

.tlds .tlds-headline__description {
  font-family: Roboto;
  font-size: calc(18px + 4 * ((100vw - 420px) / 860));
  font-weight: normal;
  font-style: normal;
  line-height: 145%;
}

.tlds .tlds-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tlds .tlds-block-wrapper .tlds-block-wrapper__link {
  width: calc(100% / 6 - 30px);
  min-width: 104px;
  margin-right: 30px;
  margin-bottom: 24px;
}

.tlds .tlds-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0 24px;
  text-decoration: none;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tlds .tlds-block__budge {
  font-family: Roboto;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  line-height: 10px;
  width: 100%;
  max-width: 100px;
  padding: 6px 11px;
  text-align: center;
  /* identical to box height, or 100% */
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
}

.tlds .tlds-block__budge.bg-suc {
  background: #3dc47e;
}

.tlds .tlds-block__budge.bg-error {
  background: #c43d3d;
}

.tlds .tlds-block__title {
  font-family: Roboto;
  font-size: calc(25px + 7 * ((100vw - 420px) / 860));
  font-weight: bold;
  font-style: normal;
  line-height: 100%;
  margin-top: 6px;
  margin-bottom: 9px;
  text-align: center;
  color: #000;
}

.tlds .tlds-block__price {
  font-family: Roboto;
  font-size: calc(14px + 8 * ((100vw - 420px) / 860));
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  text-align: center;
  color: #000;
}

@media screen and (min-width: 1280px) {

  .tlds .tlds-headline__title {
    font-size: 32px;
  }

  .tlds .tlds-headline__description {
    font-size: 22px;
  }

  .tlds .tlds-block__title {
    font-size: 32px;
  }

  .tlds .tlds-block__price {
    font-size: 22px;
  }
}

@media screen and (max-width: 420px) {

  .tlds .tlds-headline__title {
    font-size: 20px;
  }

  .tlds .tlds-headline__description {
    font-size: 18px;
  }

  .tlds .tlds-block__title {
    font-size: 25px;
  }

  .tlds .tlds-block__price {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .tlds .tlds-block-wrapper .tlds-block-wrapper__link {
    width: calc(100% / 5 - 8px);
    margin-right: 8px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .tlds {
    padding: 64px 0;
  }

  .tlds .tlds-headline__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .tlds .tlds-block-wrapper .tlds-block-wrapper__link {
    width: calc(100% / 4 - 8px);
    margin-right: 8px;
    margin-bottom: 16px;
  }
}

@media (max-width: 600px) {
  .tlds .tlds-block-wrapper .tlds-block-wrapper__link {
    width: calc(100% / 3 - 8px);
    margin-right: 8px;
    margin-bottom: 16px;
  }
}

@media (max-width: 375px) {
  .tlds .tlds-block-wrapper .tlds-block-wrapper__link {
    width: calc(100% / 2 - 8px);
    margin-right: 8px;
    margin-bottom: 16px;
  }
}