.mt-0 {
  margin-top: 0;
}

.mt-24 {
  margin-top: 24px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-64 {
  margin-bottom: 64px;
}

.post-content {
  display: flex;
}

.post-content p {
  font-weight: 400;
  color: #222;
  font-size: 18px;
}

.post-content p a,
.post-content h4 a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #007abc;
  transition: all 0.3s;
}

.post-content p em {
  color: #222;
}

.post-content p strong {
  font-weight: 700;
  color: #222;
}

.post-content figure.wp-block-image {
  margin: 0;
  margin-top: 60px;
  margin-bottom: 40px;
}

.post-content
  .wp-block-cover
  .wp-block-cover__inner-container
  h2.wp-block-heading {
  margin-top: 0;
}

.post-content .wp-block-cover {
  padding: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 1201px) {
  .post-content p a:hover,
  .post-content a:hover,
  .post-content h4 a:hover {
    text-decoration-color: transparent;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .post-content .wp-block-cover {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 700px) {
  .post-content .wp-block-cover {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

ul.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 30px;
}

.post-content h1.wp-block-heading {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  color: #222;
  font-size: 55px;
}

.post-content h1.wp-block-heading + p {
  margin-top: 40px;
}

.post-content h1.wp-block-heading + h4 {
  margin-top: 20px;
}

.post-content h2.wp-block-heading {
  font-weight: 700;
  line-height: 110%;
  color: #222;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 42px;
}

.post-content h3.wp-block-heading {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
  margin-top: 60px;
  margin-bottom: 40px;
}

.post-content h4.wp-block-heading {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
  margin-top: 60px;
  margin-bottom: 40px;
}

.post-content h5.wp-block-heading {
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.left-content,
.left-content-wrapper {
  display: flex;
  flex-direction: column;
}

.right-content-wrap {
  position: relative;
}

.right-content-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  width: 1px;
  background-color: #e6e6e6;
}

.left-content__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
}

.left-content__post-category {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #222;
}

.left-content__post-title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
  margin-top: 10px;
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s;
}

.left-content__posts-link {
  font-family: var(--font-family);
  margin-top: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #007abc;
  display: flex;
  align-items: center;
}

.left-content__post-item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  padding: 20px;
  transition: all 0.3s;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  background: #fff;
}

.left-content__posts-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main-content {
  display: flex;
  flex-direction: column;
}

.right-content__head {
  display: flex;
  flex-direction: column;
}

.main-content__tag {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 10px;
}

.main-content__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #222;
  margin-bottom: 40px;
}

.main-content__head-image img {
  max-height: 534px;
  object-fit: cover;
}

@media screen and (min-width: 1201px) {
  .left-content__post-item:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.44);
  }
}

/* light-blue-block */

.light-blue-block {
  background: #f4f8fd;
}

.light-blue-block__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.light-blue-block__head {
  display: flex;
  flex-direction: column;
}

.light-blue-block__title {
  font-weight: 600;
  line-height: 115%;
  color: #222;
}

.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.list-item {
  position: relative;
  padding-left: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #394659;
}

.list-item::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #06ab91;
  border-radius: 100%;
  left: 0;
}

@media screen and (min-width: 1201px) {
  .list-item::before {
    top: 9.5px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .list-item::before {
    top: 7.5px;
  }

  body .post-list-block__item strong {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  body .post-list-block__item strong {
    font-size: 14px;
  }

  .list-item::before {
    top: 6.5px;
    width: 6px;
    height: 6px;
  }

  .main-content__tag {
    font-size: 14px;
  }

  .post-content h1.wp-block-heading {
    font-size: 34px;
  }

  .post-content h1.wp-block-heading,
  .post-content h2.wp-block-heading,
  .post-content h3.wp-block-heading,
  .post-content h4.wp-block-heading,
  .post-content h5.wp-block-heading,
  .post-content h6.wp-block-heading {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.list-item strong {
  font-weight: 700;
}

/* note-block */

.note-block__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.note-block__wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  background-color: #06ab91;
}

.note-block__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  color: #06ab91;
}

.note-block__desc p {
  font-weight: 500;
  line-height: 150%;
  color: #222;
}

/* post-list-block */

.post-list-block__wrapper {
  display: flex;
  flex-direction: column;
}

.post-list-block__list {
  gap: 10px;
}

.post-list-block__list-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #222;
}

.post-list-block__item strong {
  font-size: 18px;
  color: #222;
}

.post-content p + p {
  margin-top: 28px;
}

.post-content p + figure.wp-block-image {
  margin-top: 40px;
}

.post-content p + figure.wp-block-embed.is-type-video {
  margin-top: 60px;
}

@media screen and (max-width: 700px) {
  .post-content p + figure.wp-block-embed.is-type-video {
    margin-top: 40px;
  }
}

/* valuable-insight-block */

.valuable-insight-block {
  display: flex;
  background: linear-gradient(
    131deg,
    rgba(77, 227, 238, 0.15) 0%,
    rgba(9, 210, 162, 0.15) 100%
  );
}

.valuable-insight-block__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.valuable-insight-block__title {
  display: flex;
  gap: 8px;
  font-weight: 800;
  line-height: 150%;
  color: #222;
}

.valuable-insight-block__title svg {
  height: auto;
  min-width: 40px;
}

.valuable-insight-block__desc p {
  font-weight: 500;
  color: #222;
}

/* gallery-block */

.gallery-block__wrapper {
  display: flex;
}

@media screen and (min-width: 1601px) {
  .main-content__expert p {
    margin-top: 24px;
    margin-bottom: 64px;
  }

  .main-content__content {
    margin-top: 60px;
  }

  .gallery-block__wrapper {
    gap: 9px;
  }

  .gallery-block__wrapper img {
    max-width: calc(50% - 4.5px);
  }

  .post-content {
    padding-top: 60px;
    padding-bottom: 80px;
    gap: 82px;
  }

  .right-content-wrap::before {
    top: -60px;
    height: calc(100% + 60px + 80px);
  }

  .main-content {
    padding-left: 72px;
  }

  .left-content__post-title {
    font-size: 20px;
  }

  .left-content {
    flex-basis: 336px;
  }

  .right-content-wrap {
    flex-basis: calc(100% - 418px);
  }
}

@media screen and (min-width: 1201px) {
  .light-blue-block__title {
    font-size: 28px;
  }

  .list-item {
    font-size: 18px;
  }

  .note-block__desc p {
    font-size: 20px;
  }

  .valuable-insight-block {
    padding: 20px 28px 28px 28px;
  }

  .left-content__title {
    padding-left: 20px;
  }

  .light-blue-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .left-content__post-item:hover .left-content__post-title {
    text-decoration-color: #222;
  }

  .main-content__title {
    font-size: 55px;
  }

  .left-content__content {
    margin-bottom: 104px;
  }
}

@media screen and (max-width: 1600px) {
  .gallery-block__wrapper {
    gap: 6px;
  }

  .gallery-block__wrapper img {
    max-width: calc(50% - 3px);
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .main-content__expert p {
    margin-bottom: 56px;
  }

  .main-content__content {
    margin-top: 56px;
  }

  .mb-64 {
    margin-bottom: 56px;
  }

  .post-content {
    padding-top: 48px;
    padding-bottom: 64px;
    gap: 48px;
  }

  .right-content-wrap::before {
    top: -48px;
    height: calc(100% + 48px + 64px);
  }

  .main-content {
    padding-left: 48px;
  }

  .left-content {
    flex-basis: 264px;
  }

  .right-content-wrap {
    flex-basis: calc(100% - 312px);
  }
}

@media screen and (max-width: 700px),
  screen and (min-width: 1201px) and (max-width: 1600px) {
  .left-content__post-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .light-blue-block {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .post-content {
    gap: 20px;
    padding-bottom: 48px;
    flex-direction: column-reverse;
  }

  .right-content-wrap::before {
    display: none;
  }
}

@media screen and (min-width: 701px) and (max-width: 1600px) {
  .main-content__expert p {
    margin-top: 20px;
  }

  .note-block {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  body .post-content {
    gap: 68px;
  }

  .main-content__title {
    font-size: 42px;
  }

  .main-content__expert p {
    margin-bottom: 40px;
  }

  .main-content__content {
    margin-top: 40px;
  }

  .post-content h2.wp-block-heading {
    font-size: 32px;
  }

  .light-blue-block__title {
    font-size: 24px;
  }

  .list-item {
    font-size: 16px;
  }

  .note-block__title {
    font-size: 18px;
  }

  .note-block__desc p {
    font-size: 18px;
  }

  .mb-64 {
    margin-bottom: 40px;
  }

  .post-content {
    padding-top: 48px;
  }

  .valuable-insight-block {
    padding: 16px 24px 24px 24px;
  }

  .left-content__post-title {
    font-size: 18px;
  }

  .left-content__posts-list {
    flex-direction: row;
    gap: 32px;
  }

  .left-content__posts-list a {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 700px) {
  body .post-content {
    gap: 44px;
  }
}

@media screen and (min-width: 701px) {
  .light-blue-block {
    border-radius: 16px;
    padding: 32px;
  }

  .note-block__wrapper {
    padding-left: 24px;
  }

  .note-block__wrapper::before {
    width: 4px;
  }

  .post-list-block__wrapper {
    gap: 16px;
  }

  .valuable-insight-block {
    border-radius: 16px;
  }

  .valuable-insight-block__title {
    align-items: center;
    font-size: 20px;
  }

  .left-content__title {
    font-size: 24px;
  }

  .left-content__title {
    margin-bottom: 24px;
  }

  .light-blue-block__head {
    gap: 24px;
  }

  .valuable-insight-block__desc p {
    padding-left: 48px;
  }
}

@media screen and (max-width: 700px) {
  .main-content__title {
    font-size: 34px;
  }

  .post-content p {
    font-size: 16px;
  }

  .main-content__expert p {
    margin-top: 16px;
    margin-bottom: 28px;
  }

  .main-content__content {
    margin-top: 28px;
  }

  .post-content h2.wp-block-heading {
    font-size: 22px;
  }

  .light-blue-block {
    border-radius: 12px;
    padding: 16px 16px 24px 16px;
  }

  .light-blue-block__title {
    font-size: 18px;
  }

  .list-item {
    font-size: 14px;
  }

  .post-content h3.wp-block-heading {
    font-size: 24px;
  }

  .note-block__title {
    font-size: 14px;
  }

  .note-block__wrapper {
    padding-left: 16px;
  }

  .note-block__wrapper::before {
    width: 2px;
  }

  .note-block__desc p {
    font-size: 14px;
  }

  .post-list-block__wrapper {
    gap: 12px;
  }

  .mb-64 {
    margin-bottom: 28px;
  }

  .post-content h5.wp-block-heading {
    font-size: 18px;
  }

  .post-content h4.wp-block-heading {
    font-size: 20px;
  }

  .valuable-insight-block {
    border-radius: 12px;
    padding: 16px 24px 24px 24px;
  }

  .valuable-insight-block__title {
    flex-direction: column;
    font-size: 18px;
  }

  .post-content {
    padding-top: 24px;
  }

  .left-content__title {
    font-size: 20px;
  }

  .left-content__title {
    margin-bottom: 16px;
  }

  .light-blue-block__head {
    gap: 16px;
  }

  .gallery-block__wrapper {
    flex-direction: column;
  }

  .gallery-block__wrapper img {
    max-width: unset;
  }
}

/* testimonial block */

.testimonial {
  margin-top: 50px;
  margin-bottom: 50px;
  border-left: 2px solid #222;
  padding-top: 30px;
  padding-bottom: 30px;
}

.testimonial__wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.testimonial__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial__column img {
  min-width: 207px;
  max-height: 207px;
}

.testimonial__column--left {
  max-width: 613px;
  padding-left: 30px;
}

.testimonial__column--left.full-size {
  max-width: unset !important;
}

.testimonial__quote p,
.testimonial__author p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.01em;
  color: #222;
}

.testimonial__column--right {
  margin-right: 30px;
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .testimonial__quote p,
  .testimonial__author p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .testimonial__column img {
    min-width: 150px;
    max-height: 150px;
  }

  .testimonial {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .testimonial__quote p,
  .testimonial__author p {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .testimonial__quote p,
  .testimonial__author p {
    font-size: 16px;
  }

  .testimonial__wrapper {
    flex-direction: column;
  }

  .testimonial__column--left {
    padding-left: 20px;
  }
  .testimonial__column--right {
    margin-right: 0;
  }
}

/* testimonial dialogue */

.testimonial-dialogue {
  margin-top: 60px;
  margin-bottom: 60px;
}

.testimonial-dialogue__wrapper {
  display: flex;
  gap: 50px;
}

.testimonial-dialogue__column {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1601px) {
  .testimonial-dialogue__column--left {
    flex-basis: 362px;
  }

  .testimonial-dialogue__column--right {
    flex-basis: calc(100% - 412px);
  }
}

@media screen and (max-width: 1600px) {
  .testimonial-dialogue__wrapper {
    gap: 20px;
  }

  .testimonial-dialogue__column--left {
    flex-basis: 280px;
  }

  .testimonial-dialogue__column--right {
    flex-basis: calc(100% - 300px);
  }
}

@media screen and (max-width: 1200px) {
  .testimonial-dialogue {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 700px) {
  .testimonial-dialogue__wrapper {
    flex-direction: column;
  }

  .testimonial-dialogue__column--left,
  .testimonial-dialogue__column--right {
    flex-basis: unset;
  }
}

/* value props */

.value-props {
  margin-top: 60px;
  margin-bottom: 60px;
}

.value-props__wrapper {
  display: flex;
  align-items: center;
}

.value-props__column {
  display: flex;
  flex-direction: column;
}

.value-props__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.value-props__items-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
}

@media screen and (max-width: 1600px) {
  .value-props__wrapper {
    flex-direction: column;
  }
}

@media screen and (min-width: 1201px) {
  .value-props__wrapper {
    gap: 70px;
  }

  .value-props__column--left {
    gap: 40px;
    flex-basis: calc(100% - 413px);
  }

  .value-props__column--right {
    flex-basis: 343px;
  }
}

@media screen and (max-width: 1200px) {
  .value-props__wrapper {
    gap: 30px;
  }

  .value-props__column--left {
    gap: 30px;
    flex-basis: unset;
  }

  .value-props__column--right {
    flex-basis: unset;
  }
}

@media screen and (max-width: 700px) {
  .value-props__items-title {
    font-size: 24px;
  }
}

/* protection-cards */

.protection-cards__wrapper {
  display: flex;
  flex-direction: column;
}

.protection-cards__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  color: #222;
  max-width: 727px;
  margin-left: auto;
  margin-right: auto;
}

.protection-cards__body {
  display: flex;
  flex-direction: column;
}

.protection-cards__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.protection-cards__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.protection-cards__item-title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
}

.protection-cards__item-btn {
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-color: transparent;
  color: #007abc;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.protection-cards__item-btn svg {
  margin-top: -4px;
}

@media screen and (min-width: 1201px) {
  .protection-cards__wrapper {
    gap: 60px;
  }

  .protection-cards__item-btn:hover {
    text-decoration-color: #007abc;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .protection-cards__wrapper {
    gap: 50px;
  }
}

@media screen and (min-width: 701px) {
  .protection-cards {
    margin-top: 60px;
  }

  .protection-cards__title {
    font-size: 42px;
  }

  .protection-cards__item-title {
    font-size: 34px;
  }

  .protection-cards__item-btn {
    font-size: 18px;
  }

  .protection-cards__body {
    gap: 60px;
  }

  .protection-cards__card.reverse {
    flex-direction: row-reverse;
  }

  .protection-cards__content {
    flex-basis: 440px;
  }

  .protection-cards__image {
    flex-basis: calc(100% - 510px);
  }

  .protection-cards__card {
    gap: 70px;
  }
}

@media screen and (max-width: 700px) {
  .protection-cards {
    margin-top: 40px;
  }

  .protection-cards__wrapper,
  .protection-cards__body,
  .protection-cards__card {
    gap: 40px;
  }

  .protection-cards__title {
    font-size: 28px;
  }

  .protection-cards__item-title {
    font-size: 24px;
  }

  .protection-cards__item-btn {
    font-size: 16px;
  }

  .protection-cards__card {
    flex-direction: column;
  }
}

/* product-overview */

.product-overview__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.product-overview__head {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.product-overview__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #222;
}

.product-overview__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.product-overview__subtitle {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
}

.product-overview__bottom {
  display: flex;
  gap: 50px;
}

.product-overview__options {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-basis: calc((100% / 3) - 25px);
}

.product-overview__item-title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
}

.product-overview__item-btn {
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-color: transparent;
  transition: all 0.3s;
  color: #007abc;
}

.product-overview__item-btn svg {
  margin-top: -3px;
}

@media screen and (min-width: 1201px) {
  .product-overview__item-btn:hover {
    text-decoration-color: #007abc;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .product-overview__bottom {
    gap: 30px;
  }

  .product-overview__options {
    flex-basis: calc((100% / 3) - 15px);
  }
}

@media screen and (max-width: 1200px) {
  .product-overview__bottom {
    flex-direction: column;
  }

  .product-overview__wrapper,
  .product-overview__bottom,
  .product-overview__head,
  .product-overview__body {
    gap: 30px;
  }

  .product-overview__options {
    flex-basis: unset;
    gap: 15px;
  }
}

@media screen and (min-width: 701px) {
  .product-overview {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .product-overview__title {
    font-size: 42px;
  }

  .product-overview__subtitle {
    font-size: 24px;
  }

  .product-overview__item-title {
    font-size: 20px;
  }

  .product-overview__item-btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .product-overview {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .product-overview__title {
    font-size: 28px;
  }

  .product-overview__subtitle {
    font-size: 20px;
  }

  .product-overview__item-title {
    font-size: 18px;
  }

  .product-overview__item-btn {
    font-size: 16px;
  }
}

/* core-capabilities */

.core-capabilities__wrapper {
  display: flex;
  flex-direction: column;
}

.core-capabilities__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.core-capabilities__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #222;
}

.core-capabilities__body {
  display: grid;
}

.core-capabilities__desc {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.core-capabilities__desc p {
  text-align: center;
}

.core-capabilities__item-desc p {
  text-align: center;
}

.core-capabilities__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.core-capabilities__item-title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #222;
}

@media screen and (min-width: 1201px) {
  .core-capabilities__body {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }

  .core-capabilities__image {
    max-width: 80px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .core-capabilities__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .core-capabilities__body {
    gap: 30px;
  }

  .core-capabilities__image {
    max-width: 60px;
  }
}

@media screen and (min-width: 701px) {
  .core-capabilities {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .core-capabilities__wrapper {
    gap: 60px;
  }

  .core-capabilities__title {
    font-size: 42px;
  }

  .core-capabilities__item-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .core-capabilities {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .core-capabilities__wrapper {
    gap: 30px;
  }

  .core-capabilities__title {
    font-size: 28px;
  }

  .core-capabilities__item-title {
    font-size: 20px;
  }

  .core-capabilities__body {
    grid-template-columns: 1fr;
  }
}

/* badge */

.badge__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.badge__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #222;
}

.badge__wrapper img {
  max-width: 183px;
}

@media screen and (min-width: 701px) {
  .badge {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .badge__wrapper {
    gap: 40px;
  }

  .badge__title {
    font-size: 42px;
  }
}

@media screen and (max-width: 700px) {
  .badge {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .badge__wrapper {
    gap: 20px;
  }

  .badge__title {
    font-size: 28px;
  }
}

/* ecosystem-integrations */

.ecosystem-integrations__wrapper,
.ecosystem-integrations__head {
  display: flex;
  flex-direction: column;
}

.ecosystem-integrations__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #222;
}

.ecosystem-integrations__body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecosystem-integrations__desc p {
  text-align: center;
}

@media screen and (min-width: 701px) {
  .ecosystem-integrations {
    margin-top: 60px;
  }

  .ecosystem-integrations__wrapper,
  .ecosystem-integrations__head {
    gap: 40px;
  }

  .ecosystem-integrations__title {
    font-size: 42px;
  }

  .ecosystem-integrations__body {
    gap: 50px;
  }
}

@media screen and (max-width: 700px) {
  .ecosystem-integrations {
    margin-top: 40px;
  }

  .ecosystem-integrations__wrapper,
  .ecosystem-integrations__head {
    gap: 30px;
  }

  .ecosystem-integrations__title {
    font-size: 28px;
  }

  .ecosystem-integrations__body {
    gap: 20px;
  }

  .ecosystem-integrations__body {
    flex-direction: column;
  }
}

/* api-deployment-options */

.api-deployment-options__wrapper {
  display: flex;
  flex-direction: column;
}

.api-deployment-options__head,
.api-deployment-options__body,
.api-deployment-options__header,
.api-deployment-options__header {
  display: flex;
  flex-direction: column;
}

.api-deployment-options__body {
  background: var(--ligth-grey);
}

.api-deployment-options__title,
.api-deployment-options__title-options {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #222;
}

.api-deployment-options__desc p {
  text-align: center;
  font-weight: 600;
}

.api-deployment-options__desc-options p {
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #222;
}

.api-deployment-options__content {
  display: grid;
}

.api-deployment-options__card {
  display: flex;
  gap: 20px;
}

.api-deployment-options__card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.api-deployment-options__card-title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
}

.api-deployment-options__card-footer span {
  font-weight: 700;
  color: #222;
}

.api-deployment-options__card-link {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-color: #222;
  color: var(--button);
}

@media screen and (min-width: 1201px) {
  .api-deployment-options__content {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 50px;
  }

  .api-deployment-options__body {
    padding: 30px;
  }

  .api-deployment-options__icon {
    min-width: 80px;
  }

  .api-deployment-options__card-title {
    max-width: 246px;
  }
}

@media screen and (max-width: 1200px) {
  .api-deployment-options__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .api-deployment-options__body {
    padding: 20px;
  }

  .api-deployment-options__icon {
    min-width: 40px;
  }
}

@media screen and (min-width: 701px) {
  .api-deployment-options {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .api-deployment-options__wrapper {
    gap: 60px;
  }

  .api-deployment-options__head,
  .api-deployment-options__header,
  .api-deployment-options__body {
    gap: 40px;
  }

  .api-deployment-options__title,
  .api-deployment-options__title-options {
    font-size: 42px;
  }

  .api-deployment-options__desc p {
    font-size: 20px;
  }

  .api-deployment-options__desc-options p {
    font-size: 16px;
  }

  .api-deployment-options__card-title {
    font-size: 20px;
  }

  .api-deployment-options__card-footer span {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .api-deployment-options {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .api-deployment-options__wrapper {
    gap: 40px;
  }

  .api-deployment-options__head,
  .api-deployment-options__header,
  .api-deployment-options__body {
    gap: 20px;
  }

  .api-deployment-options__title,
  .api-deployment-options__title-options {
    font-size: 28px;
  }

  .api-deployment-options__desc-options p {
    font-size: 14px;
  }

  .api-deployment-options__card-title {
    font-size: 18px;
  }

  .api-deployment-options__card-footer span {
    font-size: 16px;
  }

  .api-deployment-options__desc p {
    font-size: 16px;
  }

  .api-deployment-options__icon {
    max-width: 60px;
  }

  .api-deployment-options__card {
    flex-direction: column;
    align-items: center;
  }

  .api-deployment-options__card-content {
    align-items: center;
  }
}

/* products widget */

.products__wrapper,
.products__head {
  display: flex;
  flex-direction: column;
}

.products__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  color: #222;
}

.products__desc p {
  font-weight: 600;
  text-align: center;
}

.products__content {
  display: flex;
  justify-content: center;
}

.products__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-basis: 400px;
  padding: 32px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  background: var(--white);
}

.products__card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.products__card-title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #222;
  display: flex;
  align-items: center;
  max-width: 220px;
}

.products__card-desc p {
  text-align: center;
}

@media screen and (min-width: 701px) {
  .products {
    margin-top: 60px;
    margin-top: 60px;
  }

  .products__wrapper,
  .products__head,
  .products__content {
    gap: 40px;
  }

  .products__title {
    font-size: 42px;
  }

  .products__desc p {
    font-size: 20px;
  }

  .products__icon {
    max-width: 80px;
  }

  .products__card-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .products {
    margin-top: 40px;
    margin-top: 40px;
  }

  .products__wrapper,
  .products__head,
  .products__content {
    gap: 20px;
  }

  .products__title {
    font-size: 28px;
  }

  .products__desc p {
    font-size: 16px;
  }

  .products__icon {
    max-width: 40px;
  }

  .products__card-title {
    font-size: 20px;
  }

  .products__content {
    flex-direction: column;
  }

  .products__card {
    flex-basis: unset;
  }
}

/* use-cases */

.use-cases__wrapper {
  display: flex;
  flex-direction: column;
}

.use-cases__body {
  display: flex;
  flex-wrap: wrap;
}

.use-cases__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #222;
}

.use-cases__card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.use-cases__card-title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
}

@media screen and (min-width: 1601px) {
  .use-cases__body {
    gap: 50px;
  }

  .use-cases__card {
    flex: 1 1 calc((100% / 3) - 50px);
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .use-cases__body {
    gap: 35px;
  }

  .use-cases__card {
    flex: 1 1 calc((100% / 3) - 35px);
  }
}

@media screen and (max-width: 1200px) {
  .use-cases__body {
    gap: 30px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .use-cases__card {
    flex: 1 1 calc((100% / 2) - 30px);
  }
}

@media screen and (min-width: 701px) {
  .use-cases {
    margin-top: 60px;
  }

  .use-cases__wrapper {
    gap: 40px;
  }

  .use-cases__title {
    font-size: 42px;
  }

  .use-cases__card-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .use-cases {
    margin-top: 40px;
  }

  .use-cases__wrapper {
    gap: 20px;
  }

  .use-cases__body {
    grid-template-columns: 1fr;
  }

  .use-cases__title {
    font-size: 28px;
  }

  .use-cases__card-title {
    font-size: 20px;
  }

  .use-cases__card {
    flex: 1 1 auto;
  }
}

/* ligth-grey-block */

.ligth-grey-block {
  background: var(--ligth-grey);
}

.ligth-grey-block p {
  font-weight: 600;
  color: #222;
}

@media screen and (min-width: 701px) {
  .ligth-grey-block {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 30px;
  }

  .ligth-grey-block p {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .ligth-grey-block {
    padding: 20px;
  }

  .ligth-grey-block p {
    font-size: 16px;
  }
}

#adobe-dc-view,
#adobe-dc-view iframe {
  min-height: 787px;
}

#adobe-dc-view {
  margin-bottom: 60px;
}

.without-image .main-content__content {
  margin-top: 0;
}

figure.wp-block-embed.is-type-video {
  margin: 0;
  margin-bottom: 60px;
}

figure.wp-block-embed.is-type-video iframe {
  width: 100%;
  min-height: 534px;
}

@media screen and (max-width: 768px) {
  #adobe-dc-view,
  #adobe-dc-view iframe {
    min-height: 400px;
  }

  body figure.wp-block-embed.is-type-video iframe {
    min-height: 311px;
  }

  figure.wp-block-embed.is-type-video {
    margin-bottom: 40px;
  }
}

.table__top-bar,
.table__body {
  display: flex;
}

.table {
  margin-top: 60px;
}

.table__top-bar-item-inside {
  padding: 18px 14px;
}

.table__body {
  flex-direction: column;
}

.table__body-item__line > div,
.table__top-bar .table__top-bar-item {
  flex-basis: calc(100% / 5);
}

.table__body-item__line {
  display: flex;
}

.table__title {
  font-family: var(--font-family);
  padding: 32px 20px;
  background: #e6e6e6;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.01em;
  text-align: center;
}

.table__top-bar-item {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
}

.table__body-item-image {
  max-width: 70px;
  display: flex;
  justify-content: center;
}

.table__body-item_first_column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.table__body-item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  max-width: calc(100% - 35px);
  text-align: center;
}

.table__body .table__body-item__line:not(:last-child),
.table__top-bar {
  border-bottom: 1px solid #f5f5f5;
}

.table__body-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  padding: 18px 14px;
}

.table__top-bar > .table__top-bar-item:nth-child(1),
.table__body-item_first_column {
  background: #f5f5f5;
}

@media screen and (max-width: 991px) {
  .table__body-item,
  .table__body-item_first_column,
  .table__top-bar-item {
    min-width: 200px;
    max-width: 200px;
  }

  .table {
    overflow: scroll;
  }

  .table__title {
    min-width: 1222px;
  }
}

/* security-best-practices */

.security-best-practices {
  padding: 30px;
  background: var(--ligth-grey);
}

.security-best-practices__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  color: #222;
}

.security-best-practices__title.left,
.security-best-practices__description.left p {
  text-align: left !important;
}

.security-best-practices__wrapper {
  display: flex;
  flex-direction: column;
}

.security-best-practices__description p {
  text-align: center;
}

.security-best-practices__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.security-best-practices__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.security-best-practices__image {
  max-width: 80px;
}

.security-best-practices__item-title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #222;
}

.security-best-practices__item-desc p {
  text-align: center;
}

@media screen and (min-width: 1601px) {
  .security-best-practices__body {
    gap: 50px;
  }

  .security-best-practices__card {
    flex-basis: calc((100% / 3) - 50px);
  }
}

@media screen and (max-width: 1600px) {
  .security-best-practices__body {
    gap: 30px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1600px) {
  .security-best-practices__card {
    flex-basis: calc((100% / 3) - 30px);
  }
}

@media screen and (min-width: 701px) {
  .security-best-practices__wrapper {
    gap: 40px;
  }

  .security-best-practices__title {
    font-size: 42px;
  }

  .security-best-practices__item-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .security-best-practices__wrapper {
    gap: 30px;
  }

  .security-best-practices__title {
    font-size: 28px;
  }

  .security-best-practices__item-title {
    font-size: 18px;
  }

  .security-best-practices__card {
    flex-basis: unset;
  }

  .security-best-practices__body {
    flex-direction: column;
  }
}

/* .introduction-block */

.introduction-block {
  margin-top: 40px;
  margin-bottom: 60px;
}

.introduction-block h4 {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.introduction-block h4,
.introduction-block p {
  color: #222;
}

.introduction-block.grey-mid h4 {
  color: var(--grey-mid) !important;
}

.introduction-block.grey-mid p {
  color: #222222 !important;
}

.introduction-block p {
  font-weight: 600;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .introduction-block {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 701px) {
  .introduction-block p {
    font-size: 20px;
  }

  .introduction-block h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .introduction-block {
    margin-bottom: 40px;
  }

  .introduction-block p {
    font-size: 18px;
  }

  .introduction-block h4 {
    font-size: 20px;
  }
}

/* .highlight-banner */

.highlight-banner {
  padding: 30px;
  background: #7cc0eb;
}

.highlight-banner__wrapper {
  display: flex;
  gap: 28px;
  align-items: center;
}

.highlight-banner__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: var(--dark-blue);
}

.highlight-banner__icon {
  min-width: 117px;
}

@media screen and (min-width: 701px) {
  .highlight-banner {
    margin-top: 60px;
  }

  .highlight-banner__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .highlight-banner {
    margin-top: 40px;
  }

  .highlight-banner__title {
    font-size: 20px;
  }

  .highlight-banner__wrapper {
    flex-direction: column;
  }
}

/* footnotes */

.footnotes {
  display: flex;
  flex-direction: column;
}

.footnotes__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
  margin-top: 60px;
  margin-bottom: 40px;
}

.footnotes__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footnotes__link em {
  color: #222;
  font-style: normal;
  font-size: 10px;
  vertical-align: super;
}

.footnotes__link a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #007abc;
}

/* black-block */

.black-block {
  background: #222;
}

.black-block p {
  color: #fff;
}

.black-block p a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--button);
  transition: all 0.3s;
}

@media screen and (min-width: 1201px) {
  .black-block p a:hover {
    text-decoration-color: transparent;
    color: var(--button);
  }
}

@media screen and (min-width: 701px) {
  .black-block {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 30px;
  }
}

@media screen and (max-width: 700px) {
  .black-block {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
  }
}

/* automation-table */

.automation-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #222;
  border-collapse: collapse;
  margin-top: 40px;
  margin-bottom: 40px;
}

.automation-table__row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.automation-table__cell {
  flex: 1 1 0;
  padding: 18px 14px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  font-family: sans-serif;
  box-sizing: border-box;
}

.automation-table__row:last-child .automation-table__cell {
  border-bottom: none;
}

.automation-table__cell:last-child {
  border-right: none;
}

.automation-table__head .automation-table__cell {
  background: #222;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: var(--white);
}

.automation-table__head.blue .automation-table__cell {
  background: var(--button) !important;
}

.automation-table__cell.is-colored,
.table-cell__content.is-colored {
  background: var(--ligth-grey) !important;
}

.automation-table__cell.central,
.table-cell__content.central,
.table-cell__head.central {
  text-align: center !important;
}

@media screen and (min-width: 701px) {
  .automation-table.mobile {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  .automation-table.desktop {
    display: none !important;
  }

  .automation-table {
    display: flex;
  }

  .table-cell {
    display: flex;
    flex-direction: column;
  }

  .table-cell__head {
    background: #222;
    padding: 18px 14px;
  }

  .table-cell__head.blue {
    background: var(--button) !important;
  }

  .table-cell__head h6 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: var(--white);
  }

  .table-cell__content {
    border-top: 1px solid #222;
  }

  .table-cell__content,
  .table-cell__footer {
    padding: 14px 10px;
  }
}

/* recommendations-table */

.recommendations-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #222;
  margin-top: 40px;
  margin-bottom: 40px;
}

.recommendations__header,
.recommendations__row {
  display: flex;
}

.recommendations__header {
  background-color: #222;
  color: #fff;
}

.recommendations__col {
  padding: 18px 14px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  display: flex;
  align-items: center;
}

.recommendations__col h6 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: var(--white);
}

.recommendations__col p a {
  text-decoration-color: #222;
}

.recommendations__col:last-child {
  border-right: none;
}

.recommendations__header .recommendations__col {
  border-bottom: 1px solid #222;
}

.recommendations__row:last-child .recommendations__col {
  border-bottom: none;
}

.recommendations__col.number {
  width: 60px;
  justify-content: flex-start;
  box-sizing: border-box;
}

.recommendations__col.description {
  flex: 1;
}

/* fact-strip-block */

.fact-strip-block {
  display: flex;
  padding: 30px 50px;
  border-left: 2px solid #222;
}

.fact-strip-block p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.01em;
  color: #222;
}

@media screen and (min-width: 701px) {
  .fact-strip-block p {
    font-size: 24px;
  }

  .fact-strip-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 700px) {
  .fact-strip-block p {
    font-size: 20px;
  }

  .fact-strip-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* .content-box-block */

.content-box-block p {
  font-weight: 600;
}

@media screen and (min-width: 701px) {
  .content-box-block p {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .content-box-block p {
    font-size: 18px;
  }
}

/* tabs-block tabs_with_numbers */

.tabs-block.tabs_with_numbers .tab_nav {
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--grey-light-2);
  cursor: grab;
}

.tabs-block.tabs_with_numbers .tab_nav_item {
  border-radius: 5px 5px 0 0;
  padding: 15px 25px;
  border: unset;
  background-color: transparent !important;
  color: #222;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #222;
  max-width: 350px;
  box-sizing: border-box;
  border-bottom: 5px solid transparent;
}

.tabs-block.tabs_with_numbers .tab_nav_item.active {
  border-bottom-color: var(--button);
}

.tabs-block.tabs_with_numbers .top_tabs_bar {
  margin-bottom: 40px;
}

.tabs-block.tabs_with_numbers .Tabcondent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Tabcondent:not(.active) {
  pointer-events: none;
}

.tabs-block.tabs_with_numbers .Tabcondent h4 {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
}

.tabs-block.tabs_with_numbers .Tabcondent ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 28px;
}

.tabs-block.tabs_with_numbers .Tabcondent a:hover {
  text-decoration: none;
}

.tabs-block.tabs_with_numbers .Tabcondent a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--button);
}

.tabs-block.tabs_with_numbers
  .Tabcondent
  .tabs_block_with_numbers_left_content {
  flex-basis: 493px;
}

.tabs-block.tabs_with_numbers
  .Tabcondent
  .tabs_block_with_numbers_right_content {
  max-width: 350px;
}

@media screen and (min-width: 1601px) {
  .tabs-block.tabs_with_numbers
    .Tabcondent
    .tabs_block_with_numbers_right_content {
    flex-basis: calc(100% - 593px);
  }

  .tabs-block.tabs_with_numbers .Tabcondent {
    gap: 100px;
  }
}

@media screen and (max-width: 1600px) {
  .tabs-block.tabs_with_numbers .Tabcondent {
    gap: 30px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1600px) {
  .tabs-block.tabs_with_numbers
    .Tabcondent
    .tabs_block_with_numbers_right_content {
    flex-basis: calc(100% - 523px);
  }
}

@media screen and (min-width: 701px) {
  .tabs-block.tabs_with_numbers .Tabcondent h4 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .tabs-block.tabs_with_numbers {
    margin-bottom: 60px;
  }

  .tabs-block.tabs_with_numbers
    .Tabcondent
    .tabs_block_with_numbers_right_content {
    min-width: 280px;
  }
}

@media screen and (max-width: 700px) {
  .tabs-block.tabs_with_numbers .Tabcondent h4 {
    font-size: 20px;
  }

  .tabs-block.tabs_with_numbers {
    margin-bottom: 40px;
  }

  .tabs-block.tabs_with_numbers .Tabcondent {
    flex-direction: column;
  }

  .tabs-block.tabs_with_numbers .tab_nav_item {
    font-size: 18px;
  }

  .tabs-block.tabs_with_numbers .tab_nav {
    justify-content: unset;
  }
}

/* tabs-block tabs_with_slider */

.tabs-block.tabs_with_slider .top_tabs_bar {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--grey-light-2);
  position: relative;
}

.tabs-block.tabs_with_slider .tab_nav {
  max-width: 876px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.tabs-block.tabs_with_slider .tab_nav::-webkit-scrollbar {
  display: none;
}

.tabs-block.tabs_with_slider .top_tabs_bar svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tabs-block .top_tabs_bar svg {
  cursor: pointer;
}

.tabs-block.tabs_with_slider .tab_nav_item {
  border: none;
  padding: 15px 25px;
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #222;
  max-width: 350px;
  flex: 0 0 auto;
  min-width: 200px;
  box-sizing: border-box;
  background-color: transparent !important;
  border-bottom: 5px solid transparent;
  border-radius: 5px 5px 0 0;
  user-select: none;
}

.tabs-block.tabs_with_slider .tab_nav_item.active {
  border-bottom-color: var(--button);
}

.tabs-block.tabs_with_slider .tabContainer h3 {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
  margin-bottom: 40px;
}

.tabs-block.tabs_with_slider .tabContainer .tabs_block_with_sliders_text {
  margin-bottom: 40px;
}

.tabs-block.tabs_with_slider .tabContainer .tabs_block_with_sliders_items {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.tabs-block.tabs_with_slider
  .tabContainer
  .tabs_block_with_sliders_items
  .tabs_block_with_sliders_item {
  max-width: 400px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-grow: 1;
}

.tabs-block.tabs_with_slider
  .tabContainer
  .tabs_block_with_sliders_items
  .tabs_block_with_sliders_item
  .tabs_block_with_sliders_item_title,
.tabs-block.tabs_with_slider
  .tabContainer
  .tabs_block_with_sliders_items
  .tabs_block_with_sliders_item
  .tabs_block_with_sliders_item_text {
  text-align: center;
  color: #222;
}

.tabs-block.tabs_with_slider
  .tabContainer
  .tabs_block_with_sliders_items
  .tabs_block_with_sliders_item
  .tabs_block_with_sliders_item_title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #222;
}

.tabs-block.tabs_with_slider
  .tabContainer
  .tabs_block_with_sliders_items
  .tabs_block_with_sliders_item
  img {
  max-width: 80px;
}

@media screen and (min-width: 701px) {
  .tabs-block.tabs_with_slider .tab_nav_item {
    font-size: 20px;
  }

  .tabs-block.tabs_with_slider .tabContainer h3 {
    font-size: 34px;
  }

  .tabs-block.tabs_with_slider
    .tabContainer
    .tabs_block_with_sliders_items
    .tabs_block_with_sliders_item
    .tabs_block_with_sliders_item_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .tabs-block.tabs_with_slider .tab_nav_item {
    font-size: 18px;
  }

  .tabs-block.tabs_with_slider .tabContainer h3 {
    font-size: 24px;
  }

  .tabs-block.tabs_with_slider
    .tabContainer
    .tabs_block_with_sliders_items
    .tabs_block_with_sliders_item
    .tabs_block_with_sliders_item_title {
    font-size: 20px;
  }

  .tabs-block.tabs_with_slider .top_tabs_bar svg {
    max-width: 32px;
    height: auto;
  }

  .tabs-block.tabs_with_slider .tabContainer h3 {
    text-align: center;
  }
}

/* tabs-block tabs_with_slider_bg */

.tabs-block.tabs_with_slider_bg .top_tabs_bar {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--grey-light-2);
  position: relative;
}

.tabs-block.tabs_with_slider_bg .tab_nav {
  overflow-x: scroll;
}

@media screen and (min-width: 1201px) {
  .tabs-block.tabs_with_slider_bg .tab_nav {
    max-width: calc(100% - 136px);
    margin-left: 68px;
  }
}

@media screen and (max-width: 1200px) {
  .tabs-block.tabs_with_slider_bg .top_tabs_bar svg.scroll-left-btn {
    display: none;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .tabs-block.tabs_with_slider_bg .tab_nav {
    max-width: calc(100% - 68px);
  }
}

@media screen and (max-width: 700px) {
  .tabs-block.tabs_with_slider_bg .tab_nav {
    max-width: calc(100% - 42px);
  }
}

.tabs-block.tabs_with_slider_bg .tab_nav::-webkit-scrollbar {
  display: none;
}

.tabs-block.tabs_with_slider_bg .top_tabs_bar svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tabs-block.tabs_with_slider_bg .top_tabs_bar svg.scroll-right-btn {
  right: 0;
}

.tabs-block.tabs_with_slider_bg .top_tabs_bar svg.scroll-left-btn {
  left: 0;
}

.tabs-block.tabs_with_slider_bg .tab_nav_item {
  border: none;
  padding: 15px 25px;
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #222;
  max-width: 350px;
  flex: 0 0 auto;
  min-width: 200px;
  box-sizing: border-box;
  background-color: transparent !important;
  border-bottom: 5px solid transparent;
  border-radius: 5px 5px 0 0;
  user-select: none;
  display: flex;
}

.tabs-block.tabs_with_slider_bg .tab_nav_item.active {
  border-bottom-color: var(--button);
}

.tabs-block.tabs_with_slider_bg .tabContainer h3 {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222;
  margin-bottom: 40px;
}

.tabs-block.tabs_with_slider_bg .tabContainer .tabs_block_with_sliders_text {
  margin-bottom: 40px;
}

.tabs-block.tabs_with_slider_bg .tabContainer .tabs_block_with_sliders_items {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.tabs-block.tabs_with_slider_bg
  .tabContainer
  .tabs_block_with_sliders_items
  .tabs_block_with_sliders_item {
  max-width: 400px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-grow: 1;
}

.tabs-block.tabs_with_slider_bg
  .tabContainer
  .tabs_block_with_sliders_items
  .tabs_block_with_sliders_item
  .tabs_block_with_sliders_item_title,
.tabs-block.tabs_with_slider_bg
  .tabContainer
  .tabs_block_with_sliders_items
  .tabs_block_with_sliders_item
  .tabs_block_with_sliders_item_text {
  text-align: center;
  color: #222;
}

.tabs-block.tabs_with_slider_bg
  .tabContainer
  .tabs_block_with_sliders_items
  .tabs_block_with_sliders_item
  .tabs_block_with_sliders_item_title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #222;
}

.tabs-block.tabs_with_slider_bg .Tabcondent {
  display: flex;
  gap: 40px;
  align-items: center;
}

.tabs-block.tabs_with_slider_bg .tabs_block_with_sliders_bg_text {
  display: flex;
  flex-direction: column;
  flex-basis: 430px;
}

.tabs-block.tabs_with_slider_bg .tabs_block_with_sliders_bg_item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 14px;
}

.tabs-wrapper__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #222;
  margin-bottom: 40px;
}

.tabs-block.tabs_with_slider_bg .tabs_block_with_sliders_bg_items {
  flex-basis: calc(100% - 470px);
  min-width: 320px;
}

@media screen and (min-width: 701px) {
  .tabs-block.tabs_with_slider_bg .tab_nav_item {
    font-size: 20px;
  }

  .tabs-block.tabs_with_slider_bg .tabContainer h3 {
    font-size: 34px;
  }

  .tabs-block.tabs_with_slider_bg
    .tabContainer
    .tabs_block_with_sliders_items
    .tabs_block_with_sliders_item
    .tabs_block_with_sliders_item_title {
    font-size: 24px;
  }

  .tabs-wrapper__title {
    font-size: 42px;
  }
}

@media screen and (max-width: 700px) {
  .tabs-block.tabs_with_slider_bg .tab_nav_item {
    font-size: 18px;
  }

  .tabs-block.tabs_with_slider_bg .tabContainer h3 {
    font-size: 24px;
  }

  .tabs-block.tabs_with_slider_bg
    .tabContainer
    .tabs_block_with_sliders_items
    .tabs_block_with_sliders_item
    .tabs_block_with_sliders_item_title {
    font-size: 20px;
  }

  .tabs-block.tabs_with_slider_bg .top_tabs_bar svg {
    max-width: 32px;
    height: auto;
  }

  .tabs-block.tabs_with_slider_bg .tabContainer h3 {
    text-align: center;
  }

  .tabs-wrapper__title {
    font-size: 28px;
  }

  .tabs-block.tabs_with_slider_bg .Tabcondent {
    flex-direction: column;
  }

  .tabs-block.tabs_with_slider_bg .tabs_block_with_sliders_bg_text {
    flex-basis: unset;
  }
}
