.ai-search {
  padding: 50px 0 43px;
}
.ai-search__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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai-search__title {
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(266.53deg, #1E9FE8 0%, #FF28D0 100%);
  font-size: 48px;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 1050px) {
  .ai-search__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
  }
}
@media (max-width: 567px) {
  .ai-search__title {
    margin-bottom: 16px;
    max-width: 225px;
  }
}

.ai-search-form {
  max-width: 757px;
}
.ai-search-form__text--black {
  color: #000 !important;
}

.templates__title {
  margin-bottom: 32px;
}
.templates__items {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1040px) {
  .templates__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.templates__item {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 24px;
  padding: 20px 20px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-transition: backgound ease-in 0.3s;
  transition: backgound ease-in 0.3s;
}
.templates__item:hover {
  background: rgb(236, 246, 255);
}
@media (max-width: 1040px) {
  .templates__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media (max-width: 560px) {
  .templates__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.templates__text {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.templates__btn {
  border: none;
  background: none;
  outline: none;
}
.templates__btn:hover svg rect {
  fill: #0056b3;
}
.templates__btn:focus {
  outline: none;
}

.chats .container-custom {
  overflow-x: hidden;
  overflow-y: visible;
}
@media (max-width: 1040px) {
  .chats .container-custom {
    overflow: visible;
  }
}
.chats__title {
  margin-bottom: 32px;
}
.chats__items {
  position: relative;
}
@media (max-width: 1040px) {
  .chats__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.chats__items .swiper-slide {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 960px) {
  .chats__items .swiper-slide {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 567px) {
  .chats__items .swiper-slide {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.chats__item {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 24px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-transition: backgound ease-in 0.3s;
  transition: backgound ease-in 0.3s;
}
.chats__item:hover {
  background: rgb(236, 246, 255);
}
@media (max-width: 1040px) {
  .chats__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media (max-width: 560px) {
  .chats__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.chats__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.chats__texts {
  line-height: 120%;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.chats__date {
  font-size: 14px;
  line-height: 150%;
  color: rgb(106, 106, 106);
}
.chats__date span {
  font-size: 14px;
  line-height: 150%;
}
.chats__btn {
  border: none;
  background: none;
  outline: none;
}
.chats__btn:hover svg rect {
  fill: #0056b3;
}
.chats__btn-prev, .chats__btn-next {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(24, 116, 193);
  border-radius: 50%;
  position: absolute;
  top: -70px;
}
.chats__btn-prev.swiper-button-disabled, .chats__btn-prev.swiper-button-disabled:hover, .chats__btn-next.swiper-button-disabled, .chats__btn-next.swiper-button-disabled:hover {
  background: rgb(236, 246, 255);
}
.chats__btn-prev.swiper-button-disabled svg path, .chats__btn-prev.swiper-button-disabled:hover svg path, .chats__btn-next.swiper-button-disabled svg path, .chats__btn-next.swiper-button-disabled:hover svg path {
  fill: rgb(122, 194, 255);
}
.chats__btn-prev:hover, .chats__btn-next:hover {
  background: #0056b3;
  cursor: pointer;
}
.chats__btn-prev svg path, .chats__btn-next svg path {
  fill: #fff;
}
.chats__btn-prev {
  right: 54px;
}
.chats__btn-prev svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.chats__btn-next {
  right: 0;
}
.chats__btn-next svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.advantages {
  padding: 28px 0 0;
}
.advantages .blanker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 47px 48px 48px;
  border-radius: 64px;
}
@media (max-width: 1000px) {
  .advantages .blanker {
    padding: 32px 24px;
  }
}
@media (max-width: 900px) {
  .advantages .blanker {
    padding: 32px;
  }
}
@media (max-width: 567px) {
  .advantages .blanker {
    gap: 16px;
    padding: 16px;
  }
}
.advantages__vs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 567px) {
  .advantages__vs {
    font-size: 16px;
    line-height: 120%;
  }
}
.advantages__vs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages__vs-item {
  width: 64px;
  height: 64px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
  z-index: 3;
}
.advantages__vs-item:nth-child(n+2) {
  margin-left: -12px;
}
@media (max-width: 567px) {
  .advantages__vs-item:nth-child(n+2) {
    margin-left: -5px;
  }
}
.advantages__vs-item:nth-child(1) {
  z-index: 5;
}
.advantages__vs-item:nth-child(2) {
  z-index: 4;
}
.advantages__vs-item:nth-child(3) {
  z-index: 3;
}
.advantages__vs-item:nth-child(4) {
  z-index: 2;
}
.advantages__vs-item:nth-child(5) {
  z-index: 1;
}
@media (max-width: 567px) {
  .advantages__vs-item {
    width: 32px;
    height: 32px;
  }
}
.advantages__img {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 567px) {
  .advantages__img {
    width: 20px;
    height: 20px;
  }
}
.advantages__img-first {
  display: block;
  width: 53px;
  height: 53px;
}
@media (max-width: 567px) {
  .advantages__img-first {
    width: 28px;
    height: 28px;
  }
}
.advantages__title {
  text-align: center;
  margin-bottom: 16px;
  max-width: 890px;
}
@media (max-width: 991px) {
  .advantages__title {
    max-width: 616px;
  }
}
@media (max-width: 430px) {
  .advantages__title {
    max-width: 256px;
    margin: 0 auto 4px;
  }
}
.advantages__text {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  max-width: 890px;
}
@media (max-width: 991px) {
  .advantages__text {
    font-size: 14px;
  }
}
.advantages__subtitle {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .advantages__subtitle {
    font-size: 18px;
  }
}
.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
}
@media (max-width: 900px) {
  .advantages__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.advantages__item {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 32px;
  padding: 24px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  gap: 21px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.advantages__item a {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
}
.advantages__item-title {
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 8px;
}
.advantages__item-text {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 16px;
}
.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.advantages__list-item {
  padding-left: 48px;
  position: relative;
  font-size: 14px;
  line-height: 150%;
  min-height: 40px;
  max-width: 336px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages__list-item span {
  font-size: 14px;
}
@media (max-width: 900px) {
  .advantages__list-item {
    max-width: unset;
  }
}
.advantages__list-item::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: rgb(236, 246, 255) url("../img/icon__check.svg") no-repeat center center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.advantages__item-bottom {
  padding: 8px 8px 8px 16px;
  border-radius: 16px;
  background: rgb(232, 246, 237);
}
@media (max-width: 900px) {
  .advantages__item-bottom {
    max-width: 568px;
    width: 100%;
  }
}
.advantages__bottom-text {
  color: rgb(20, 163, 77);
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  padding-left: 26px;
  position: relative;
}
.advantages__bottom-text::before {
  content: "";
  background: url("../img/icon__check--green.svg");
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.btn-secondary-custom--white {
  background: #fff;
}

.section--middle {
  padding: 32px 0;
}

.unlock-access-banner {
  border-radius: 32px;
}

@media (max-width: 1000px) {
  .unlock-access-banner__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .unlock-access-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .unlock-access-banner__content {
    max-width: unset;
  }
  .unlock-access-banner__item span {
    font-size: 14px;
  }
}
@media (max-width: 567px) {
  .unlock-access-banner .btn-custom {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    max-width: unset;
  }
}
