.verify {
  padding: 64px 0 108px;
}
.verify__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 40px;
}
.verify__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;

  margin-bottom: 32px;
}
.add-business .thumb__info-head {
  padding-left: 16px;
}
.add-business .thumb__info-status {
  top: 4px;
}
.verify__board {
  position: relative;
  padding: 0 20px 32px;
  max-width: 370px;
}
.verify__board:before {
  position: absolute;
  z-index: -2;
  top: 98px;
  right: 0;
  bottom: 0;
  left: 0;

  content: "";

  border-radius: 20px;
  background-color: #fffcf1;
}
.verify__board:after {
  position: absolute;
  z-index: -1;
  top: 98px;
  right: 0;
  bottom: 0;
  left: 0;

  content: "";

  border-radius: 20px;
  background: url(../img/about/about-bg.webp) no-repeat;
}
.verify__board-preview {
  position: relative;

  max-width: 246px;
  margin: 0 auto 32px;
  padding: 7px;

  border: 0.5px solid #e6e5ed;
  border-radius: 13px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02),
  0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
}
.verify__board-preview .thumb__img {
  height: 199px;
}
.verify__board-preview .thumb__info-name {
  font-size: 14px;
  line-height: 21px;
}
.verify__board-preview .thumb__info-rating-txt {
  font-size: 12px;
}
.verify__board-badge {
  position: absolute;
  z-index: 2;
  top: 130px;
  right: -27px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 54px;
  height: 54px;

  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02),
  0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 1px 4px 0 rgba(0, 0, 0, 0.06);

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.verify__board-badge svg {
  width: 32px;
  height: 32px;

  fill: #e64044;
}
.verify__board-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;

  margin-bottom: 20px;

  text-align: center;
}
.verify__board-title span {
  color: #e64044;
}
.verify__board-body {
  margin-bottom: 32px;
}
.verify__board-advantages {
  display: grid;

  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.verify__board-advantages-itembox {
  height: 100%;
  padding: 12px;

  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02),
  0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
}
.verify__board-advantages-head {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 8px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 6px;
}
.verify__board-advantages-head svg,
.verify__board-advantages-head img {
  width: 16px;
  height: 16px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.verify__board-advantages-txt {
  font-size: 12px;
  line-height: 16px;

  color: #706e8a;
}
.verify__board-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;

  text-align: center;
}
.verify__board-subtitle span {
  color: #e64044;
}
.verify__board-subtitle .belove {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.verify__form {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.verify__form .add-business__nav {
  margin-bottom: 32px;

  grid-template-columns: repeat(3, 1fr);
}
.verify__form-group:not(:last-child) {
  margin-bottom: 48px;
}
.verify__form-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;

  margin-bottom: 8px;
}
.verify__form-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;

  margin-bottom: 16px;

  color: #706e8a;
}
.verify__form-linkbox {
  position: relative;
  margin-bottom: 16px;
}
.verify__form-linkbox input {
  padding: 0 16px 0 42px;
}
.verify__form-linkbox svg {
  position: absolute;
  top: 50%;
  left: 16px;

  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.verify__form-box {
  padding: 16px;

  border: 0.5px solid #c1c0cc;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02),
  0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
}
.verify__form-box:not(:last-child) {
  margin-bottom: 16px;
}
.verify__form-box-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  margin-bottom: 12px;
}
.verify__form-board {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;

  margin-bottom: 12px;
  padding: 20px;

  border-radius: 10px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.verify__form-board.dark {
  color: #fff;
}
.verify__form-board.dark:before {
  background-color: #5c0c2d;
}
.verify__form-board:before {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  content: "";

  background-color: #fffcf1;
}
.verify__form-board:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  content: "";

  background: url(../img/gradient.webp) no-repeat;
  background-size: cover;
}
.verify__form-board-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.verify__form-board-inner:not(.no-indent) {
  grid-gap: 6px;
}
.verify__form-board-inner img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.verify__form-board-head {
  padding-right: 10px;
}
.verify__form-board-subtitle {
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;

  display: -webkit-box;
  overflow: hidden;

  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.verify__form-board-title {
  font-weight: 600;
  line-height: 20px;

  display: -webkit-box;
  overflow: hidden;

  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.verify__form-board-logo {
  width: 90px;
}
.verify__form-board-domain {
  font-size: 9px;
  font-weight: 600;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  height: 16px;
  margin-left: 2px;
  padding: 0 3px;

  color: #fff;
  border-radius: 16px;
  background-color: #e64044;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.verify__form-copy {
  position: relative;

  margin-bottom: 12px;

  border-radius: 10px;
  background-color: #f8f8fa;
}
.verify__form-copy textarea {
  height: 140px;
  padding: 16px;

  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.verify__form-copy-notify {
  position: absolute;
  top: 8px;
  right: 55px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  border-radius: 8px;
  background-color: #1e1418;
  padding: 8px 12px;
  transform: translateX(10px);
  opacity: 0;
  transition: all .2s;
}
.verify__form-copy-notify.active {
  opacity: 1;
  transform: translateX(0);
}
.verify__form-copy-notify:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin: -5px -3px 0 0;
  width: 10px;
  height: 10px;
  background-color: #1e1418;
  transform: rotate(45deg);
}
.verify__form-copy-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  cursor: pointer;
  color: #1e1418;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02),
  0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.verify__form-copy-btn.active {
  pointer-events: none;
  background-color: #1e1418;
}
.verify__form-copy-btn.active svg {
  stroke: #fff !important;
}
.verify__form-copy-btn svg {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  stroke: currentColor;
}
.verify__form-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding-top: 12px;

  border-top: 0.5px solid #c1c0cc;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.verify__form-download-btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  color: #1e1418;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
}
.verify__form-download-btn svg {
  width: 12px;
  height: 12px;

  stroke: currentColor;
}
.verify__form-review {
  display: none;
}
.verify__form-review.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding: 240px 0;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.verify__form-review-inner {
  max-width: 440px;
  margin: 0 auto;

  text-align: center;
}
.verify__form-review-inner .verify__form-txt {
  margin: 0;
}
.verify__form-review-icon {
  position: relative;

  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
}
.verify__form-review-icon .icon-store-02 {
  width: 100%;
  height: 100%;
}
.verify__form-review-icon .icon-verified-badge {
  width: 32px;
  height: 32px;

  fill: #e64044;
}
.verify__form-review-badge {
  position: absolute;
  top: 10px;
  right: -20px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 40px;
  height: 40px;

  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02),
  0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 1px 4px 0 rgba(0, 0, 0, 0.06);

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.verify__form-review .loader {
  position: absolute;
  top: 16px;
  right: -16px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 32px;
  height: 32px;

  border-radius: 50%;
  background-color: #e64044;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02),
  0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 1px 4px 0 rgba(0, 0, 0, 0.06);

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.verify__form-review .loader:before {
  width: 20px;
  height: 20px;

  content: "";
  -webkit-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite;

  border: 2px dashed #fff;
  border-radius: 50%;
}
.verify__placement-nav {
  display: grid;

  margin-bottom: 32px;
  margin-bottom: 16px;
  padding: 4px;

  border: 0.5px solid #c1c0cc;
  border-radius: 10px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
}
.verify__placement-nav-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  height: 32px;
  padding: 0 12px;

  color: #1e1418;
  background: none;
}
.verify__placement-nav-item.active {
  pointer-events: none;

  color: #fff;
  background-color: #1e1418;
}
.verify__placement-content {
  display: none;

  margin-bottom: 24px;
}
.verify__placement-content.active {
  display: block;
}
.verify__placement-content img {
  display: block;

  max-width: 100%;
}
.verify__checkbox {
  position: relative;

  margin-bottom: 5px;
}
.verify__checkbox .checkbox {
  padding: 16px;

  border: 0.5px solid #c1c0cc;
  border-radius: 10px;
}
.verify__checkbox .checkbox.error {
  border-color: #e64044;
  background: rgba(246, 240, 242, 0.5);
}
.verify__checkbox .checkbox span {
  font-size: 12px;
  line-height: 16px;
}
.verify__status {
  margin-top: 24px;
  padding: 16px;

  border: 0.5px solid #c1c0cc;
  border-radius: 10px;
}
.verify__status-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 12px;
}
.verify__status-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;

  margin-bottom: 8px;
}
.verify__status-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;

  color: #706e8a;
}
.verify__status-btn {
  font-size: 12px;

  width: auto;
  height: 32px;
  padding: 0 16px;
}
.verify__status-list {
  display: none;

  margin-top: 16px;
  padding-top: 16px;

  border-top: 0.5px solid #c1c0cc;
}
.verify__status-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  color: #706e8a;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
}
.verify__status-item:not(:last-child) {
  margin-bottom: 16px;
}
.verify__status-item-icon {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 20px;
  height: 20px;

  border-radius: 50%;

  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.verify__status-item .loader {
  display: block;

  width: 100%;
  height: 100%;

  -webkit-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite;

  border: 1px dashed #706e8a;
  border-radius: 50%;
}
.verify__status-item.processing .verify__status-item-icon {
  background-color: #000;
}
.verify__status-item.processing .loader {
  width: 12px;
  height: 12px;

  border-color: #fff;
}
.verify__status-item.success .verify__status-item-icon {
  background-color: #00ac11;
}
.verify__status-item.success .verify__status-item-icon:before {
  position: absolute;
  top: 50%;
  left: 8px;

  width: 5px;
  height: 9px;
  margin: -6px 0 0 0;

  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.verify__status-item.success .loader {
  display: none;
}
.verify__status-item.error .verify__status-item-icon {
  background-color: #e64044;
}
.verify__status-item.error .verify__status-item-icon:before {
  font-size: 10px;
  font-weight: 500;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 12px;
  height: 12px;

  content: "!";

  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.verify__status-item.error .verify__status-item-icon .loader {
  display: none;
}
.verify__failed {
  display: none;

  margin-top: 16px;
  padding: 16px;

  border: 1px solid #e64044;
  border-radius: 10px;
  background: rgba(246, 240, 242, 0.5);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02),
  0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
}
.verify__failed .checkbox {
  margin-top: 16px;
  padding: 16px;

  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02),
  0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
}
.verify__failed .checkbox span {
  font-size: 12px;
  line-height: 16px;
}
.verify button:disabled {
  pointer-events: none;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {
  .verify {
    padding: 32px 0 64px;
  }
  .verify__holder {
    grid-gap: 20px;
  }
  .verify__board-advantages {
    grid-template-columns: repeat(1, 1fr);
  }
  .verify__form-review.active {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .verify {
    padding: 20px 0 40px;
  }
  .verify__holder {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .verify__board {
    padding: 16px 0;
    width: 100%;
    max-width: none;
  }
  .verify__board:after {
    top: 0;
  }

  .verify__board-title {
    font-size: 16px;
    line-height: 24px;

    margin-bottom: 12px;
    padding: 0 16px;
  }
  .verify__board-body {
    overflow: hidden;
    overflow-x: auto;

    margin-bottom: 8px;
  }
  .verify__board-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 16px 8px;
  }
  .verify__board-advantages-item {
    width: 200px;

    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .verify__board-advantages-item:last-child {
    width: 216px;
    padding-right: 16px;
  }
  .verify__board-subtitle {
    font-size: 16px;
    line-height: 24px;

    padding: 0 16px;
  }
  .verify__board-subtitle .belove {
    font-size: 12px;
    line-height: 16px;
  }
  .verify__form-group:not(:last-child) {
    margin-bottom: 32px;
  }
  .verify__form-title.line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .verify__form-title.line:after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    height: 1px;
    margin-left: 20px;

    content: "";

    background-color: rgba(0, 0, 0, 0.2);

    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .verify__form-board-inner.no-indent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .verify__form-review.active {
    padding: 40px 0;
  }
}

@media(min-width: 1025px) {
  .verify__board-preview .thumb:hover {
    color: #1e1418;
  }
  .verify__form-copy-btn:hover svg {
    stroke: #e64044;
  }
}

#business_website + .field-error {
  position: absolute;
}