/*#menu-item-4 {*/
/*  display: none;*/
/*}*/

.header-menu {
  position: relative;
}

.header-link-trial,
.menu-header-info-list-wrapper {
  display: none;
}

.header-menu.open .mobile_menu_close {
  z-index: 3;
  opacity: 0;
  color: #666;
  transition: opacity 0.3s;
}

.testimonials {
  margin-top: 165px;
  overflow: hidden;
}

.testimonials__title {
  color: #000;
  text-align: center;
  text-wrap: balance;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.44px;
  text-transform: capitalize;
  margin: 0 0 60px 0;
}

.splide-testimonials {
  display: grid;
  gap: 35px;
  justify-items: center;
  max-width: 850px;
  margin: 0 auto;
}

.splide-testimonials .splide__arrows {
  display: grid;
  grid-auto-flow: column;
  gap: 35px;
}

.splide-testimonials .splide__arrow {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none'%3E%3Cpath fill='%23000' d='M14.272 6.561a1.165 1.165 0 0 0-.245-.384L8.202.352a1.17 1.17 0 1 0-1.654 1.655l3.845 3.832H1.55a1.165 1.165 0 1 0 0 2.33h8.842l-3.845 3.833a1.165 1.165 0 0 0 0 1.654 1.166 1.166 0 0 0 1.654 0l5.825-5.825c.106-.11.19-.241.245-.384a1.165 1.165 0 0 0 0-.886Z'/%3E%3C/svg%3E");
  cursor: pointer;
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #dfede3;
  border: 2px solid #e4f0e9;
}

.splide-testimonials .splide__arrow::after {
  content: '';
  position: absolute;
  inset: 0;
  -webkit-mask-image: var(--arrow);
  mask-image: var(--arrow);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #39784a;
}

.splide-testimonials .splide__arrow:hover {
  background: #dfede3;
  border-color: #f8fbf9;
}

.splide-testimonials .splide__arrow:hover::after {
  background-color: #598f69;
}

.splide-testimonials .splide__arrow:active,
.splide-testimonials .splide__arrow:focus {
  background: #d3e7da;
  border-color: #dcece2;
}

.splide-testimonials .splide__arrow:active::after,
.splide-testimonials .splide__arrow:focus::after {
  background-color: #39784a;
}

.splide-testimonials .splide__arrow--prev {
  transform: rotate(.5turn);
}

.splide-testimonials .splide__arrow:disabled {
  background: #f6f6f6;
  border-color: #f6f6f6;
}

.splide-testimonials .splide__arrow:disabled::after {
  background-color: #cacaca;
}

.testimonial {
  display: grid;
  justify-items: center;
  color: #162016;
}

/*.testimonial__image {*/
/*  border-radius: 50%;*/
/*}*/

.testimonial_content {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  max-width: 700px;
}

.testimonial__author {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.testimonial-author__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.testimonial-author__position {
  color: #454c44;
  font-size: 16px;
  font-weight: 500;
}

.faq {
  position: relative;
  margin-top: 122px;
  z-index: 1
}

.faq__container {
  max-width: 835px;
}

.faq__title {
  color: #162016;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}

.faq-row {
  margin-top: 40px;
}

.faq-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 25px 25px 30px;
}

.faq-item:not(:first-child) {
  margin-top: 10px;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-header__title {
  color: #162016;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0
}

.faq-item__body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
  box-sizing: content-box;
}

.faq-item__body-text,
.faq-item__body-text>* {
  color: #848077;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.faq-item.--show .faq-item__body {
  padding-top: 20px;
  opacity: 1
}

.plus {
  cursor: pointer;
  position: relative;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-left: 20px;
}

.faq-item.--show .plus:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.faq-item.--show .plus:after {
  transform: translatey(-50%) rotate(0);
}

.plus:before,
.plus:after {
  content: '';
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 2px;
}

.plus:before {
  transform: translatey(-50%);
}

.plus:after {
  transform: translatey(-50%) rotate(90deg);
}

.title-section {
  position: relative;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1rem auto;
  color: #162016;
  padding: 0 .5rem;
  line-height: 1.3
}

.title-section__line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  bottom: -4px;
  display: none;
}

.text-section {
  color: rgba(0, 0, 0, 0.80);
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.text-section.--green-section {
  color: #778479
}

.text-section.--brown-section {
  color: #848077
}

.text-section.--grey-section {
  color: #626776
}

.hubspot-form__subtitle {
  text-transform: uppercase
}

.hubspot-form,
.hubspot-form-text__line {
  position: relative
}

.hubspot-form {
  z-index: 2
}

.hubspot-form--solutions {
  padding: 0;
}

div.hubspot-form__container {
  position: relative;
  max-width: 800px;
  padding-bottom: 50px
}

div.hubspot-form__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #ebebeb
}

.hubspot-form--solutions div.hubspot-form__container::after {
  display: none;
}

.hubspot-form input:not([type=submit]),
.hubspot-form-popup input:not([type=submit]) {
  border: 1px solid transparent;
  font-size: 20px;
  background: rgba(209, 209, 209, .3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
  border-radius: 8px;
  font-weight: 500;
  margin-top: 8px;
  color: rgba(0, 0, 0, .4)
}

.hubspot-form input:not([type=submit]).wpcf7-not-valid {
  border-color: #ff3b30;
  margin-bottom: 4px
}

.hubspot-form input:not([type=submit])::placeholder,
.hubspot-form-popup input:not([type=submit])::placeholder {
  font-size: 20px;
  color: rgba(0, 0, 0, .4);
  font-weight: 500;
  font-family: Gilroy, sans-serif
}

.hubspot-form .wpcf7-form p:not(:last-child),
.hubspot-form-popup .wpcf7-form p:not(:last-child) {
  margin-top: 16px
}

.hubspot-form__container .wpcf7-form {
  max-width: 508px;
  width: 100%;
  margin: 0 auto
}

.wpcf7-form.invalid .wpcf7-response-output {
  color: #ff3b30
}

.form-row-btn .button {
  outline: unset;
  margin-top: 24px;
  padding: 15px 20px
}

.form-row-btn .button:hover {
  outline: unset
}

.hubspot-form__subtitle {
  font-size: 14px;
  width: fit-content;
  margin: 0 auto 20px;
  background: #eaeeea;
  border-radius: 4px;
  font-weight: 700;
  padding: 6px 12px;
  color: #000
}

.hubspot-form__title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #162016;
  margin: 0 0 36px;
  line-height: 1.3
}

.hubspot-form-text__line .title-section__line {
  bottom: -8px
}

.hero {
  text-align: center
}

.hero {
  position: relative;
  z-index: 1
}

.hero .hero-container {
  padding: 80px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(80vh - 64px)
}

.hero-bg-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none
}

.hero__title {
  font-weight: 700;
  color: #000;
  font-size: 3.5rem;
  line-height: 1.05;
  margin: 0
}

.solutions-tmpl-page .hero__title {
  white-space: pre-line;
}

.hero__title--solutions {
  font-size: 44px;
}

.hero__description {
  color: #111827;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 715px;
  margin-top: 20px;
}

.hero__button {
  margin: 20px 0
}

.hero__signature {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, .6)
}

.blur-overlay {
  backdrop-filter: blur(4.6px);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 80;
  display: none;
}

.header-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-menu__right {
  display: flex;
  align-items: center;
  transition: all .3s cubic-bezier(.87, 0, .13, 1);
}

@media (min-width: 1220px) {
  .menu-hader-nav-menu-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.header-menu .buttons {
  display: flex;
  align-items: center;
}

.header-menu .buttons>* {
  margin-right: 20px;
  color: #fff;
  padding: 6px 15px;
  border-radius: 3px;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
}

.header-menu .buttons>*:last-child {
  margin-right: 0;
}

.header-menu .menu>li.menu-item-solutions>span {
  display: flex;
  align-items: center;
}

.menu-item-solutions>span:hover {
  color: #409a65;
}

.menu-item-solutions>span:hover::after,
.menu-item-solutions.current-menu-item>span::after {
  background-color: #409a65;
}

.menu-solutions__container.--active {
  display: block;
}

.menu-solutions__container {
  display: none;
  width: max-content;
  position: absolute !important;
  border-bottom: 1px solid #E8E8E8;
  background: #FFF;
  box-shadow: 0 25px 50px -3px rgba(157, 157, 157, 0.25);
  border-radius: 24px;
  overflow: hidden;
  user-select: none;
  top: 95px;
  left: 50%;
  transform: translate(-50%);
}

.menu-solutions__container.menu-solutions-columns {
  left: 100px;
}

.menu-solutions__list-wrapper {
  padding: 30px 40px;
}

.menu-solutions-rows .menu-solutions__list-wrapper {
  padding: 25px 20px;
}

.menu-solutions-single .menu-solutions__list-wrapper {
  padding: 20px 10px;
}

.menu-solutions-subtitle {
  text-align: left;
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.menu-solutions__list {
  display: flex;
  max-width: 580px;
  flex-wrap: wrap;
}

.menu-solutions-rows .menu-solutions__list {
  max-width: 300px;
}

.menu-solutions-columns .menu-solutions__list {
  flex-wrap: nowrap;
}

.menu-solutions-columns .menu-solutions__list-left {
  width: 50%;
  padding-right: 20px;
}

.menu-solutions-columns .menu-solutions__list-right {
  width: 50%;
  border-left: 1px solid #D5D9D9;
  padding-left: 20px;
}

.menu-solutions__list-footer {
  display: flex;
  text-align: left;
  background: #F7F7FA;
  padding: 13px 25px;
  justify-content: end;
  align-items: center;
  gap: 30px;
}

.menu-solutions__list-caption {
  color: #A8A8A1;
}

.menu-solutions__list-footer .menu-solutions__button {
  margin-left: 0;
  color: #282828;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 1px solid #D5D9D9;
  padding: 7px 0;
  padding-right: 50px;
  font-size: 15px;
}

.menu-solutions__list-footer .menu-solutions__button::after {
  content: url('data:image/svg+xml,<svg width="13" height="11" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.16439 9.875L11.3311 5.5M11.3311 5.5L7.16439 1.125M11.3311 5.5H1.33105" stroke="%23282828" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
}

.menu-solutions__list-footer .menu-solutions__button:last-child {
  border: none;
  padding-right: 0;
}

.menu-solutions__desc {
  color: #9C9C94;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  margin-top: 23px;
}

.menu-solutions__item {
  height: fit-content;
  /*padding-bottom: 20px;*/
  padding-bottom: 32px;
}

.features .menu-solutions__item {
  padding-bottom: 16px;
}

.menu-solutions__item:last-child {
  padding-bottom: 0;
}

.menu-solutions__link {
  position: relative;
  display: flex;
  text-align: left;
  padding: 8px;
  border-radius: 8px;
  flex-direction: row;
  gap: 16px;
  min-width: 230px;
}

.menu-solutions__link.align-center {
  align-items: center;
}

.menu-solutions__link:hover {
  background: #F7F7FA;
}

.menu-solutions__link:hover .menu-solutions__item-title {
  color: #409A65;
}

.menu-solutions__link .menu-solutions-icon {
  flex-grow: 0;
  flex-shrink: 0;
}

.menu-solutions-single .menu-solutions-link {
  display: flex;
  align-items: center;
}

.menu-solutions-single .menu-solutions-icon {
  display: flex;
  align-items: center;
}

.menu-solutions-single .menu-solutions__item-desc {
  display: none;
}

.menu-solutions__item-title {
  color: #2F3040;
  font-size: 14px;
  font-weight: 700;
  line-height: 135%;
  display: flex;
  gap: 10px;
  align-items: center;
}

.menu-solutions__item .menu-solutions__new-badge {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 16px;
  line-height: 1;
  letter-spacing: 0.28px;
  background: linear-gradient(134.29deg, #FBAB18 35.67%, #D86AE2 74.79%);
  border-radius: 4px;
  padding: 0 4px;
}

.menu-solutions__item-desc {
  color: rgba(119, 119, 119, 1);
  font-size: 12px;
  line-height: 135%;
  letter-spacing: 0.28px;
  margin-top: 4px;
  font-weight: 400;
}

.menu-solutions__divider {
  width: 1px;
  height: 412px;
  background-color: #efefef;
}

.menu-solutions__info-list {
  display: grid;
  grid-auto-rows: 125px;
  gap: 20px;
  max-width: 373px;
}

.menu-solutions__info-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  border-radius: 12px;
  border: 0.5px solid #EFEFEF;
  background: #F5F4F2;
  padding: 14px 14px 14px 130px;
}

.menu-solutions__info-item::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 13px;
  display: block;
  width: 96px;
  height: 97px;
  border-radius: 8px;
}

.menu-solutions__info-item::before {
  background-color: var(--bg-color);
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-position: center;
}

.menu-solutions__info-item.--coming-soon::after {
  content: 'coming soon';
  position: absolute;
  right: 14px;
  bottom: 11px;
  display: block;
  color: #FFF;
  font-size: 10px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 0.2px;
  border-radius: 4px;
  background: #C0C0C0;
  padding: 1px 3px 0 4px;
}

.menu-solutions__info-title {
  color: #2F3040;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}

.menu-solutions__info-desc {
  color: rgba(22, 32, 22, 0.80);
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0.28px;
  margin-top: 1px;
}

.menu-solutions__posts-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  max-width: 373px;
  margin-top: 18px;
}

.menu-solutions__post {
  display: grid;
  grid-auto-rows: max-content;
  gap: 11px;
  border-radius: 12px;
  background-color: #F7F7F7;
  border: 1px solid #EFEFEF;
  padding: 14px 16px;
}

.menu-solutions__post-image {
  border-radius: 8px;
}

.menu-solutions__post-title {
  color: #2F3040;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.current-menu-item>a,
.current-menu-item>span {
  color: #409A65;
}

.header-menu .menu-item.--active>a {
  color: rgba(64, 154, 101, 1);
}

.pros {
  margin: 184px 0;
}

.pros__title {
  color: #162016;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.46px;
  max-width: 428px;
  margin: 0 auto;
}

.pros__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  justify-content: center;
  gap: 120px;
  width: 100%;
  margin-top: 63px;
}

.pros__item {
  display: grid;
  justify-items: center;
  gap: 40px;
  grid-auto-rows: max-content;
}

.pros__item-title {
  position: relative;
  color: #409A65;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  width: 100%;
  line-height: 130%;
  /* 91px */
  text-transform: capitalize;
  overflow: visible;
}

.pros__item-title::before {
  content: '';
  display: block;
  position: absolute;
  inset: -20% 0;
  background-image: var(--bg-image);
  background-position: center;
  background-repeat: no-repeat;
}

.pros__desc {
  color: #000;
  text-wrap: balance;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

.login-button {
  display: none;
}

.header-link-trial {
  color: #2F3040;
  font-size: 14px;
  font-weight: 600;
  text-decoration-line: underline;
  text-transform: capitalize;
}

.header-mobile__controls,
.mobile_menu_btn {
  display: none;
}

.header-menu .logo,
.header-mobile__controls {
  z-index: 9;
}

.store-button:hover .store-button__qr-code {
  top: -125%;
  transform: translate(-50%, -50%) scale(2) rotate(-13deg)
}

.store-button:hover:nth-child(1) .store-button__qr-code {
  transform: translate(-50%, -50%) scale(2) rotate(-22deg)
}


.soft-list__wrapper {
  margin-top: 160px;
  padding: 64px 0;
  background-color: #F6F6F6;
}

.soft-list__wrapper .soft__title {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.35;
  text-wrap: balance;
  margin: 0 auto;
  padding: 0;
}

.soft-list__wrapper .splide-softlist {
  margin-top: 64px;
}

.soft-list__wrapper .soft__item-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.soft-list__wrapper .soft__item-title h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
  margin: 0;
}

.soft-list__wrapper .soft__item-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.03em;
  margin-top: 16px;
}

.soft-list__wrapper .soft__more-link {
  position: relative;
  display: block;
  color: #409A65;
  font-size: 24px;
  font-weight: 500;
  line-height: 54px;
  width: fit-content;
  margin: 4px 0 0 0;
}


.splide-softlist .splide__arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%);
}

.splide-softlist .splide__arrow {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none'%3E%3Cpath fill='%23000' d='M14.272 6.561a1.165 1.165 0 0 0-.245-.384L8.202.352a1.17 1.17 0 1 0-1.654 1.655l3.845 3.832H1.55a1.165 1.165 0 1 0 0 2.33h8.842l-3.845 3.833a1.165 1.165 0 0 0 0 1.654 1.166 1.166 0 0 0 1.654 0l5.825-5.825c.106-.11.19-.241.245-.384a1.165 1.165 0 0 0 0-.886Z'/%3E%3C/svg%3E");
  cursor: pointer;
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #dfede3;
  border: 2px solid #e4f0e9;
}

.splide-softlist .splide__arrow::after {
  content: '';
  position: absolute;
  inset: 0;
  -webkit-mask-image: var(--arrow);
  mask-image: var(--arrow);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #39784a;
}

.splide-softlist .splide__arrow:hover {
  background: #dfede3;
  border-color: #f8fbf9;
}

.splide-softlist .splide__arrow:hover::after {
  background-color: #598f69;
}

.splide-softlist .splide__arrow:active,
.splide-softlist .splide__arrow:focus {
  background: #d3e7da;
  border-color: #dcece2;
}

.splide-softlist .splide__arrow:active::after,
.splide-softlist .splide__arrow:focus::after {
  background-color: #39784a;
}

.splide-softlist .splide__arrow--prev {
  transform: rotate(.5turn);
}

.splide-softlist .splide__arrow:disabled {
  background: #ededed;
  border-color: #ededed;
}

.splide-softlist .splide__arrow:disabled::after {
  background-color: #17181933;
}

.splide-softlist .splide__track {
  max-width: 1096px;
  margin: 0 auto;
}

@media (max-width: 597px) {
  .soft-list__wrapper {
    margin-top: 64px;
  }

  .soft-list__wrapper .soft__title {
    font-size: 32px;
    line-height: 1.2;
  }

  .soft-list__wrapper .splide-softlist {
    margin-top: 48px;
  }

  .soft-list__wrapper .soft__item::before {
    width: 48px;
    height: 48px;
  }

  .soft-list__wrapper .soft__more-link {
    font-size: 20px;
    line-height: 48px;
  }

  .splide-softlist .splide__arrows {
    position: static;
    transform: translate(0);
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
  }
}


.glossary {
  gap: 100px;
  display: flex;
  padding: 100px 0;
  padding-bottom: 0;
}

.glossary-title {
  font-size: 20px;
}

.glossary-title h1,
.glossary-title h2 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 700;
  color: black;
}

.glossary-abc {
  display: flex;
  box-shadow: 0px 20px 40px 0px #00000026;
  background: white;
  border-radius: 14px;
  padding: 30px;
  text-transform: uppercase;
  width: 110px;
  justify-content: space-between;
}

@media (min-width: 1220px) {
  .glossary-abc {
    position: sticky;
    top: 120px;
  }

  .glossary-post__report .post__ads {
    position: sticky;
    top: 120px;
  }
}

.glossary-abc a {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  pointer-events: none;
}

.glossary-abc a.available {
  font-weight: 600;
  pointer-events: all;
}

.alphabet-left,
.alphabet-right {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.glossary-page {
  gap: 40px;
  padding-bottom: 100px;
}

.glossary-page .glossary-abc {
  width: max-content;
  max-width: 300px;
  text-transform: none;
  display: none;
  flex-direction: column;
  gap: 10px;
}

.glossary-page .glossary-abc.glossary-abc-mobile {
  display: flex;
  margin-bottom: 50px;
}

@media (min-width: 1220px) {
  .glossary-page .glossary-abc {
    display: flex;
  }

  .glossary-page .glossary-abc.glossary-abc-mobile {
    display: none;
  }
}

.glossary-page .glossary-abc a {
  text-align: left;
  pointer-events: all;
}

.glossary-page .glossary-abc a:hover {
  transition: 200ms;
  color: #409A65;
}

.glossary-page ul {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  /* gap: 15px; */
}

.glossary-page ul li {
  list-style: disc;
  margin-left: 20px;
}

.glossary-content {
  width: 100%;
}

.glossary-pages {
  margin-top: 50px;
}


.glossary-post {
  scroll-margin-top: 100px;
  display: flex;
  gap: 30px;
}

.glossary-post__report {
  max-width: 251px;
  width: 100%;
}

.glossary-post h2,
.glossary-post h3,
.glossary-post h4,
.glossary-post h5 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.glossary-page h1 {
  margin-top: 50px;
}

.glossary-page h2,
.glossary-page h3,
.glossary-page h4,
.glossary-page h5 {
  margin: 0;
  scroll-margin-top: 100px;
}

.glossary-page h2 {
  margin: 0;
  margin-bottom: 15px;
}

.glossary-post a h2 {
  color: #34A853;
  transition: 200ms
}

.glossary-post a h2:hover {
  text-decoration: underline;
}

.glossary-post p:nth-child(2) {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 597px) {
  .glossary {
    flex-direction: column;
    gap: 30px;
    padding: 15px 0;
  }

  .glossary-abc {
    gap: 15px;
    width: 100%;
    padding: 10px 15px;
    flex-direction: column;
    box-shadow: none;
  }

  .glossary-page .glossary-abc {
    width: 100%;
    max-width: 100%;
  }

  .alphabet-left,
  .alphabet-right {
    flex-direction: row;
    column-gap: 10px;
  }

  .glossary-pages {
    gap: 15px;
    margin-top: 50px;
  }

  .glossary-post {
    flex-direction: column;
  }

  .glossary-post__report {
    max-width: 100%;
  }

  .glossary-title {
    padding: 0;
  }

  .glossary-page h1 {
    margin-top: 0;
  }
}

#breadcrumbs {
  margin-top: 0;
  font-weight: 500;
}

#breadcrumbs a {
  color: #34A853;
}

.header-menu__button-wrapper .login-link {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-menu__button-wrapper .login-link::after {
  content: url('data:image/svg+xml,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.64265 4.52784L4.35705 3.24224L1.92849 0.813667C1.57348 0.458659 0.997901 0.458659 0.642892 0.813667C0.287884 1.16868 0.287884 1.74426 0.642892 2.09927L3.07146 4.52783L0.642843 6.95645C0.287835 7.31145 0.287835 7.88704 0.642843 8.24204C0.997852 8.59705 1.57343 8.59705 1.92844 8.24204L4.35706 5.81343L4.3571 5.81348L5.6427 4.52788L5.64265 4.52784Z" fill="%232F3040"/></svg>')
}

.case-studies {
  margin-top: 120px;
}

.case-study {
  display: flex;
  flex-direction: row;
  padding: 16px;
  border-radius: 32px;
  background: #f8fbf9;
  box-shadow: 0 20px 25px -5px #0000000F;
  width: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 30px;
  margin-left: 10px;
  gap: 32px;
}

.case-study__content {
  flex: 1;
  margin-top: 24px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}

.case-study__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-study__tag {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px;
  border-radius: 24px;
  background: #EFEFEF;
}

.case-study__description {
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.01em;
  min-height: 54px;
  margin-top: 32px;
}

.case-study__stats {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 24px;
}

.case-study__stat {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 110px;
  min-height: 104px;
}

.case-study__stat-title {
  color: #409A65;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.case-study__stat-description {
  color: #868686;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.01em;
  white-space: pre;
}

.case-study__logo {
  min-height: 36px;
}

.case-study__image {
  max-width: 372px;
}

.case-study__image img {
  border-radius: 16px;
}

.case-study__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  background: #FFF;
  border: 1px solid #00000033;
  border-radius: 10px;
  padding: 13px 16px;
  margin-top: 30px;
}

.case-study__button::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cpath stroke='%23282828' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 12.266H7m10 0-4 4m4-4-4-4'/%3E%3C/svg%3E");
}

.splide-cases .splide__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.case-studies-title {
  font-size: 48px;
  margin: 0;
  color: black;
  font-weight: 700;
}

.case-studies-title span {
  color: #409A65;
}

.splide-cases .splide__arrow {
  --arrow: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97444 1.9375L7.03711 7.00017L1.97444 12.0628' stroke='%23666666' stroke-width='2.02507' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: white;
  border: 1.65px solid #e2e4e4;
}

.case-studies-arrows {
  display: flex;
  align-items: center;
  gap: 15px;
}

.splide-cases .splide__arrow::after {
  content: '';
  position: absolute;
  inset: 0;
  -webkit-mask-image: var(--arrow);
  mask-image: var(--arrow);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #666666;
}

.splide-cases .splide__arrow:hover {
  background: #D5D9D9;
  border-color: #f8fbf9;
}

.splide-cases .splide__arrow:hover::after {
  background-color: #666666;
}

.splide-cases .splide__arrow:active,
.splide-cases .splide__arrow:focus {
  background: #D5D9D9;
  border-color: #dcece2;
}

.splide-cases .splide__arrow:active::after,
.splide-cases .splide__arrow:focus::after {
  background-color: #666666;
}

.splide-cases .splide__arrow--prev {
  transform: rotate(.5turn);
}

.splide-cases .splide__arrow:disabled {
  background: #e2e4e4;
  border-color: #e2e4e4;
}

.splide-cases .splide__arrow:disabled::after {
  background-color: #949494;
}

.glossary-page .--successful .subscription__email {
  display: none;
}

.glossary-page .subscription .wpcf7-response-output,
.glossary-page .subscription .wpcf7-not-valid-tip {
  display: none !important;
}

.glossary-page .--successful .subscription__successful {
  display: flex !important;
}

.glossary-page .subscription__successful {
  gap: 6px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  color: #409A65;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  border-radius: 8px;
  background-color: #F7F7FA;
  padding: 3px 18px;
  margin: 0 auto;
}

.glossary-page .subscription__successful::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("https://simplydepostag.wpengine.com/wp-content/themes/simplydepo/images/check.gif");
  background-size: contain;
}

@media (max-width: 1220px) {
  .header-menu__button-wrapper .login-link {
    display: none;
  }

  header .button {
    width: 100%;
  }

  header .button--transparent {
    background: white;
    border-color: white;
  }

  .logo {
    padding: 16px 0;
    font-size: 24px;
    width: 133px;
  }

  .menu-solutions__posts-wrapper {
    display: none;
  }

  .menu-solutions__info-list {
    grid-auto-rows: 1fr;
  }

  .header-mobile__controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2px;
  }

  .mobile_menu_btn {
    cursor: pointer;
    display: flex;
    gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 48px;
    height: 48px;
  }

  .mobile_menu_btn div {
    width: 18px;
    height: 2px;
    background-color: #8A8A8A;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  }

  .open .mobile_menu_btn div:nth-child(1) {
    transform: matrix(0.707107, 0.707107, -0.707107, 0.707107, 4, 0);
    transform-origin: 0 0;
  }

  .open .mobile_menu_btn div:nth-child(2) {
    opacity: 0;
  }

  .open .mobile_menu_btn div:nth-child(3) {
    transform: matrix(0.707107, -0.707107, 0.707107, 0.707107, 4, 0);
    transform-origin: 0 2px;
  }

  .header-link-trial {
    display: block;
  }

  .header-menu__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 20px 25px;
    background: #D5D9D9;
    align-items: center;
  }

  .oreder-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 190px;
  }

  .menu-header-info-list-wrapper {
    display: block;
  }

  .login-button {
    /*display: block;*/
    min-width: 190px;
  }

  .menu-item-login {
    display: none;
  }

  .menu-item-solutions>span {
    position: relative;
  }

  .header-menu.open .mobile_menu_close {
    opacity: 1;
  }

  .menu-solutions__container {
    position: relative !important;
    justify-content: flex-start;
    /*padding: 12px 0 10px 0 !important;*/
    box-shadow: none;
    background-color: transparent;
    border: none;
    transform: none;
    top: unset;
    left: unset;
    width: 100%;
  }

  .menu-solutions__container.menu-solutions-columns {
    left: unset;
  }

  .menu-solutions__container .container,
  .menu-solutions__container .container--header {
    padding: 0 !important;
  }

  .menu-solutions__inner {
    flex-direction: column !important;
    padding: 0 16px;
    padding-left: 18px;
  }

  .menu-solutions__list {
    max-width: 100%;
    flex-direction: column;
  }

  .menu-solutions-columns .menu-solutions__list-left {
    width: 100%;
    padding: 0;
  }

  .menu-solutions-columns .menu-solutions__list-right {
    width: 100%;
    border: none;
    padding: 0;
  }

  .menu-solutions__container .menu-solutions__info-list {
    display: none;
  }

  .menu-solutions__info-list {
    gap: 12px;
    margin-top: 12px;
    max-width: 100%;
  }

  .menu-solutions__info-item {
    padding: 14px 14px 8px 88px !important;
  }

  .menu-solutions__info-item::before {
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-size: 65%;
  }

  .menu-solutions__item.--new .menu-solutions__item-title::after {
    position: static;
    display: inline-block;
    margin-left: 6px;
  }

  .menu-solutions__item {
    padding-bottom: 16px;
  }

  .menu-solutions__divider,
  .menu-solutions__list-footer {
    display: none;
  }

  .header-menu .menu-main-menu-container {
    position: fixed;
    height: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    background-image: linear-gradient(148.25deg, #33b0c3 16.46%, #516cb7 89.85%);
  }

  .header-menu .menu-header-info-list-wrapper ul li {
    border: none;
    margin: 0;
  }

  .header-menu ul li:not(:first-child) {
    margin-top: -1px;
  }

  .header-menu ul a {
    display: block;
    color: #2F3040;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    padding: 20px 24px;
  }

  .header-menu ul li>a {
    border-bottom: 1px solid rgba(213, 217, 217, 1);
  }

  .header-menu .current-menu-item>a,
  .header-menu .current-menu-item>span {
    color: #409A65;
  }

  .menu-item.current-menu-item>span::after {
    background-color: #409a65;
  }

  .header-menu ul a:hover,
  .header-menu ul a[aria-current=page] {
    color: #409A65;

  }

  .header-menu .menu-item>span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(213, 217, 217, 1);
  }

  .menu-item.--active>span,
  .menu-item.--active>a {
    background: #409A6533;
    color: rgba(64, 154, 101, 1);
  }

  .header-menu .container--header {
    padding: 0 12px 0 20px;
  }


  .header-menu .wrapper {
    display: flex;
    align-items: center;
  }

  .mobile_menu_close {
    line-height: 0;
    outline: none;
    user-select: none;
    position: relative;
    cursor: pointer;
    padding: 5px 0 5px 10px;
    margin-left: 6px;
    margin-right: -4px;
    z-index: -1;
    opacity: 0;
  }

  .header-menu.open .mobile_menu_close img {
    width: 24px;
    height: 24px;
  }

  .header-menu.open .menu-main-menu-container {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    height: 100%;
    min-width: 50%;
    padding: 20px 20px;
    transition: opacity 0.3s;
  }

  .mobile_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
  }


  .header-menu.open .mobile_menu_overlay {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s;
  }


  .menu-solutions__list-wrapper {
    padding: 0 50px;
  }

  .menu-solutions__container {
    border-radius: 0;
    margin: 0;
  }

  .menu-solutions__list-wrapper {
    padding: 16px 20px !important;
  }

  .menu-solutions-columns .menu-solutions__item {
    max-width: 70%;
  }

  .menu-solutions__item:last-child {
    padding-bottom: 20px;
  }

  .menu-solutions__item:last-child:first-child {
    padding-bottom: 0;
  }

  .menu-solutions__item .menu-solutions__link {
    padding: 0;
    display: flex;
    gap: 20px;
  }

  .menu-solutions__link:hover {
    background: transparent;
  }

  .menu-solutions__container.menu-solutions-rows {
    margin-left: 0;
  }


  .sub-menu a {
    font-size: 16px;
    padding-left: 20px;
  }

  .header-menu__right {
    flex-direction: column;
    align-items: initial;
    display: flex;
    position: fixed;
    inset: var(--top-notify-height, 0px) 0 0 0;
    padding: 58px 0;
    padding-bottom: 150px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    background: #fff;
    box-shadow: 0 0 23px rgba(0, 0, 0, .5);
    color: #333;
    border-bottom: 1px solid #e6eded;
    overflow-y: auto;
  }

  .header-menu__right:after {
    content: '';
    display: block;
    position: fixed;
    inset: var(--top-notify-height, 0px) 0 auto 0;
    height: 57px;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
  }

  .top-notify+nav.header-menu .header-menu__right:after {
    height: 85px;
  }

  .menu-hader-nav-menu-container {
    flex: auto;
    width: 100%;
  }

  .top-notify+nav.header-menu .header-menu__right {
    padding-top: 90px;
  }

  .header-menu.open .header-menu__right {
    visibility: visible;
    opacity: 1;
    z-index: 3;
    display: flex;
  }

  .header-menu.open .mobile_menu_overlay {
    position: fixed;
    inset: 0;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, .5);
  }

  .header-menu.open .mobile_menu_overlay {
    z-index: 1;
    opacity: .8;
    visibility: visible;
    transition: opacity .3s;
    background: rgba(255, 255, 255, .5);
  }

  .menu-item-solutions>span::after {
    content: url('data:image/svg+xml,<svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4.89766" cy="5.0002" r="3.56725" stroke="rgba(213, 217, 217, 1)" stroke-width="1.01921"/></svg>');
    position: absolute;
    top: 17px;
    right: 59px;
    cursor: pointer;
    transition: .3s all ease-in;
  }

  .menu-item-solutions>a::after {
    content: url('data:image/svg+xml,<svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4.89766" cy="5.0002" r="3.56725" stroke="rgba(213, 217, 217, 1)" stroke-width="1.01921"/></svg>');
    position: absolute;
    right: 59px;
    cursor: pointer;
    transition: .3s all ease-in;
  }


  .menu-item-solutions.--active>span::after {
    content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="5.05147" cy="5.0002" r="4.07686" fill="%23409A65"/></svg>');
  }

  .menu-item-solutions.--active>a::after {
    position: absolute;
    right: 28px;
    content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="5.05147" cy="5.0002" r="4.07686" fill="%23409A65"/></svg>');
  }

  .menu-item-solutions>span:hover::after,
  .menu-item-solutions.current-menu-item>span::after {
    background: transparent;
  }

  .header-menu__right {
    align-items: flex-start;
  }

  .menu-header-info-list-wrapper {
    max-width: 392px;
  }
}

@media (max-width: 767px) {
  .header-link-trial {
    padding-bottom: 0;
  }

  .header-menu.open .mobile_menu_close {
    opacity: 1;
  }

  .header-menu .buttons {
    flex-direction: column;
  }

  .header-menu .buttons>* {
    margin-right: 0;
  }

  .testimonials {
    margin-top: 105px;
  }

  .testimonials .container {
    padding: 0;
    overflow: hidden;
  }

  .testimonials__title {
    font-size: 32px;
  }

  .splide-testimonials {
    gap: 20px;
    /*max-width: 100vw;*/
  }

  .testimonial_content {
    font-size: 24px;
    max-width: 340px;
  }
}

@media (max-width: 540px) {
  .partners-page .counter__list {
    max-width: 270px;
  }

  .partners-page .counter__item {
    min-width: 105px;
  }

  .header-menu.open .mobile_menu_close {
    opacity: 1;
  }

  .header-menu .buttons {
    flex-direction: row;
    margin-bottom: 10px;
  }

  .header-menu .buttons>* {
    margin-right: 20px;
  }

  .header-menu__right {
    width: 100%;
    max-width: 100%;
  }

  .header-menu__right .logo {
    padding: 0;
  }

  .menu-hader-nav-menu-container {
    padding: 0;
  }

  .solutions-tmpl-page .hero__title {
    white-space: normal;
  }

  .header-menu .container--header {
    padding: 0 12px 0 20px;
  }

  .pros {
    margin: 114px 0;
  }

  .pros__title {
    font-size: 36px;
  }

  .pros__list {
    gap: 36px;
    margin-top: 41px;
  }

  .pros__item {
    gap: 20px;
  }

  .menu-item-solutions>span::after,
  .menu-item-solutions>a::after {
    right: 29px;
  }
}

@media (min-width: 1220px) {
  .menu-main-menu-container {
    margin-left: auto;
  }

  .header-menu .container {
    display: flex;
    justify-content: space-between
  }

  .header-menu .menu>li {
    position: relative;
    text-align: center;
    user-select: none;
  }

  .header-menu .menu>li>a:hover,
  .header-menu .menu>li>a[aria-current=page] {
    color: #409a65
  }

  .header-menu__right .logo,
  .mobile_menu_btn,
  .mobile_menu_close,
  .mobile_menu_overlay,
  .oreder-button .button--transparent {
    display: none
  }

  .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    height: 0;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    transition: opacity .3s;
    text-align: left
  }

  .sub-menu li {
    margin: 15px 0
  }

  .sub-menu li:first-child {
    margin-top: 0
  }

  .sub-menu li:last-child {
    margin-bottom: 0
  }

  .sub-menu a {
    font-size: 18px;
    color: #666;
    font-weight: 700
  }

  .sub-menu a:hover {
    color: #999
  }

  .header-menu .menu>li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    height: auto;
    overflow: hidden
  }

  .header-menu .menu {
    display: flex;
    gap: 40px;
    margin-left: 40px;
    margin-right: 16px;
  }

  .header-menu .container {
    display: flex;
    justify-content: space-between;
  }

  .header-menu .menu>li {
    position: relative;
    text-align: center;
  }

  .header-menu .menu>li::before {
    content: '';
    position: absolute;
    inset: 50% -17px auto -17px;
    height: 41px;
    border-radius: 17px;
    background: #F8F9FA;
    transition: opacity .3s ease-in;
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }

  .header-menu .menu>li:hover::before {
    opacity: 1;
    pointer-events: none;
  }

  .header-menu .menu>li>a,
  .header-menu .menu>li>span {
    font-size: 16px;
    padding: 33px 0;
    display: block;
    font-weight: 500;
    color: #333;
    transition: .3s all ease-in;
    line-height: 1.3;
    font-weight: 600;
  }

  .header-menu .menu>li>span>a {
    color: #333;
  }

  .header-menu .menu .current-menu-item>a {
    color: #409A65;
  }

  .header-menu .menu>li>a[aria-current=page] {
    color: #409A65;
  }

  .header-menu .menu>li>span:hover,
  .header-menu .menu>li>span:hover>a {
    cursor: pointer;
    color: #409A65;
  }

  .header-menu .menu>li.menu-item-solutions>span::before {
    content: url('data:image/svg+xml,<svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4.89766" cy="5.0002" r="3.56725" stroke="%23777777" stroke-width="1.01921"/></svg>');
    margin-right: 10px;
    width: 10px;
  }

  .header-menu .menu>li.menu-item-solutions>a::before {
    content: url('data:image/svg+xml,<svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4.89766" cy="5.0002" r="3.56725" stroke="%23777777" stroke-width="1.01921"/></svg>');
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    pointer-events: none;
  }


  .header-menu .menu>li.menu-item-solutions.--active span {
    color: #409A65;
  }

  .header-menu .menu>li.menu-item-solutions.--active>span::before,
  .header-menu .menu>li.menu-item-solutions.--active>a::before {
    content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="5.05147" cy="5.0002" r="4.07686" fill="%23409A65"/></svg>');
  }


  .header-menu__right .logo {
    display: none;

  }

  .mobile_menu_btn,
  .mobile_menu_close,
  .mobile_menu_overlay {
    display: none;
  }

  .header-menu__right {
    flex: 1;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .hero__title {
    font-size: 5rem
  }

  .hero .hero-container {
    padding: 60px 0;
    min-height: calc(100vh - 70px - 180px)
  }

  .hero__description {
    color: #25282B;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 42px;
  }
}

@media (min-width: 541px) {
  .--mobile-only {
    display: none;
  }

  .header-menu__right .logo {
    padding: 0;
  }

  .hubspot-form__subtitle {
    font-size: 20px
  }

  .hubspot-form__title {
    font-size: 40px
  }

  .case-studies .container {
    max-width: 1275px;
    padding-right: 50px;
    padding-left: 30px;
  }

  .features-page .case-studies .container {
    max-width: 1360px;
  }

  .case-study {
    margin-left: 20px;
  }

  .case-studies-title {
    margin: 0 0 0 20px;
  }
}

@media (max-width: 540px) {
  .glossary-page .subscription.--successful {
    width: 100%;
  }

  .glossary-page .subscription__successful {
    font-size: 18px;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 5px;
  }

  .--desktop-only {
    display: none;
  }

  .pros__desc {
    max-width: 220px;
  }

  .partners-page .hero {
    margin-top: 45px;
  }

  div.hubspot-form__container::after {
    left: 50%;
    transform: translate(-50%);
    width: calc(100% - 32px)
  }

  div.hubspot-form__container {
    padding-bottom: 56px
  }

  .hubspot-form input:not([type=submit])::placeholder,
  .hubspot-form-popup input:not([type=submit])::placeholder {
    font-size: 16px
  }

  .testimonials__title {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .soft-list__wrapper .soft__item-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .soft-list__wrapper .soft__item-title img {
    width: 47px;
  }

  .soft-list__wrapper .soft__item-title h4 {
    font-size: 20px;
  }

  .soft-list__wrapper .soft__item-desc {
    font-size: 16px;
  }

  .case-studies {
    margin-top: 80px;
  }

  .case-study {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    border-radius: 25px;
    padding-bottom: 18px;
  }

  .case-study__content {
    margin: 0;
  }

  .case-studies-title {
    font-size: 24px;
  }

  .case-studies-title span {
    display: block;
  }

  .case-study__tag {
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .case-study__description {
    font-size: 16px;
    line-height: 22px;
    min-height: 65px;
    margin-top: 24px;
  }

  .case-study__stats {
    gap: 10px;
    margin-top: 16px;
  }

  .case-study__stat-title {
    font-size: 28px;
  }

  .case-study__stat-description {
    color: #777777;
    font-size: 14px;
    line-height: 16.8px;
  }

  .splide-cases .splide__arrows {
    margin-bottom: 30px;
  }

  .case-study__image {
    max-width: 100%;
  }

  .case-study__image img {
    width: 100%;
    height: 227px;
    object-fit: cover;
  }

  .case-study__button {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 11px;
    margin-top: 26px;
  }
}

@media (min-width: 881px) {
  div.hubspot-form__container {
    padding-top: 68px;
    padding-bottom: 160px
  }

  .hubspot-form--solutions div.hubspot-form__container {
    padding-top: 0;
  }
}

@media (max-width: 462px) {

  .oreder-button,
  .login-button {
    flex: 1;
  }
}