@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@400;600;700&family=Poppins:wght@600&display=swap");
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
p {
  margin: 0;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}

::-moz-selection {
  color: #fff;
}
html {
  overflow-x: hidden;
  margin-top: 0 !important;
}
/* ::selection {
  color: #fff;
} */
a:hover {
  color: inherit;
}
.ovh {
  overflow: hidden;
}
input,
textarea {
  outline: none;
  resize: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}

body {
  min-width: 320px;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 48px;
}

* {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

body {
  position: relative;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: initial;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  /* padding: 0 15px; */
}
.pll-parent-menu-item {
  /* padding: 0 !important; */
  margin: 0 !important;
  display: flex !important;
  min-width: 150px;
}
.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-row ul li {
  padding: 15px 15px 15px 15px;
}
.header-row ul li:first-of-type {
  margin: 0;
  /* margin-right: -18px; */
}
.header-row ul li:last-of-type {
  margin-right: -18px !important;
}
.header-row ul li:last-of-type .lang-item {
  margin-right: 0 !important;
}
.header-row ul li:not(:first-of-type) {
  /* margin: 0 12px; */
}
.sub-menu li {
  margin: 0 !important;
}
.menu-opened.menu-item-has-children:after {
  transform: rotate(0deg);
}
.header-row ul a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #6e757c;
  text-decoration: none;
  position: relative;
  transition: color 0.25s ease-in-out;
}
.header-row ul a:before {
  bottom: -1px;
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c85743;
  transition: width 0.25s ease-in-out;
  position: absolute;
}
.header-row ul a:hover {
  color: #c85743;
}
button:disabled {
  cursor: disabled;
  pointer-events: none;
  opacity: 0.5;
}
.header-row ul a:hover:before {
  width: 100%;
}
.header-row ul a:active {
  color: #a84332;
}
.header-row ul a:active:before {
  background-color: #a84332;
}
.header-row .header__center {
  margin-right: 40px;
  margin-left: 40px !important;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.pll-switcher-select {
  margin-left: auto;
}
.header-row .header__left img {
  max-width: 119px;
  max-height: 35px;
}
img[data-lazyloaded] {
  opacity: 0;
}
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}
.menu-item {
  white-space: nowrap;
}
.sub-menu .menu-item {
  white-space: normal;
}
.button {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  border-radius: 16px;
  padding: 16px 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: background 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.button img {
  margin-left: 10px;
  max-width: 24px;
}
.button.is-outlined {
  background: transparent;
}
.button--brown {
  background: #c85743;
  color: #ffffff;
}
.button--brown:hover {
  color: #fff;
}
.button--brown:hover {
  background: #b64b38;
}
.button--brown:active {
  background: #a84332;
}
.button--brown.is-outlined {
  color: #c85743;
  border: 2px solid #c85743;
}
.button--brown.is-outlined:hover {
  background: rgba(182, 75, 56, 0.15);
  border-color: #b64b38;
}
.button--brown.is-outlined:active {
  background: rgba(168, 67, 50, 0.2);
  border-color: #a84332;
}
.button--grey {
  color: #777e90;
}
.button--grey:hover {
  color: #777e90;
}
.button--grey.is-outlined {
  border: 2px solid #777e90;
}
.button--grey:hover {
  background: rgba(94, 100, 117, 0.1);
  border-color: #5e6475;
}
.button--grey:active {
  background: rgba(83, 88, 104, 0.2);
  border-color: #535868;
}

.hero {
  padding-top: 56px;
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.hero p {
  margin-bottom: 40px;
  max-width: 460px;
  margin-top: 20px;
}
.hero h1 {
  margin-top: 20px;
}
.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero__left {
  max-width: 620px;
}
.hero {
  padding-top: 60px;
}
.hero__right img {
  max-width: 445px;
}

h1 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.005em;
  color: #23262f;
}

p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #777e90;
}

.benefits {
  margin-top: 100px;
}
.benefits h2 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #23262f;
  max-width: 780px;
  margin: 0 auto;
}
.benefits__container {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 100px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 100px;
  padding-top: 80px;
}
.benefits__container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.benefits__container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.benefits__container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.benefits__container > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.benefits__container > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.benefits__container > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.benefits__item img {
  margin-bottom: 36px;
  max-height: 44px;
  min-height: 44px;
}
.benefits__item h3 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #23262f;
}
.benefits__item p {
  margin-top: 10px;
  max-width: 262px;
}
.benefits-full {
  margin-top: 100px;
}
.benefits-full__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.benefits-full__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 119px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 119px;
  grid-row-gap: 40px;
}
.benefits-full__item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.benefits-full__item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.benefits-full__item img {
  max-width: 548px;
}
.benefits-full__text {
  padding-top: 90px;
  max-width: 330px;
}
.benefits-full__text h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

.support {
  padding-top: 90px;
  margin-top: 100px;
  background: #131338;
  padding-bottom: 83px;
}
.support__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.support__left {
  max-width: 60%;
}
.support__left h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 90%;
}
.support__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.support__item {
  position: relative;
  padding-left: 64px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(116, 143, 181, 0.2196078431);
}
.support__item:last-of-type {
  border-bottom: 0;
}
.support__item img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 37px;
}
.support__item h3 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  max-width: 330px;
}
.support__item p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #b1b5c3;
  max-width: 90%;
}
.support__right {
  max-width: 40%;
}
.support__right img {
  width: 100%;
}
.support a.button {
  margin-left: 64px;
}

.stands-footer .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 86px;
}
.stands-footer .footer__item {
  width: 100%;
  padding-top: 80px;
  position: relative;
  max-width: 340px;
  padding-bottom: 60px;
}
.stands-footer .footer__item:first-of-type {
  max-width: 99px;
}
.stands-footer .footer__item:first-of-type::after {
  content: none;
}
.stands-footer .footer__item:last-of-type:after {
  content: none;
}
.stands-footer .footer__item:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e6e8ec;
}
.stands-footer .footer__item ul {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.stands-footer .footer__item ul li a {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #23262f;
}
.stands-footer .footer__item h3 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #23262f;
}
.stands-footer .footer__copyright {
  border-top: 1px solid #e6e8ec;
  padding: 24px 0;
}
.stands-footer .footer__copyright .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-address {
  width: 100%;
  margin-top: 5px;
}
.stands-footer .footer__copyright .container p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.stands-footer .footer__copyright .container .footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.burger-btn {
  display: none;
}

.nav-background {
  position: absolute;
  max-height: 100vh;
  top: 0;
  /* bottom: 0; */
  bottom: -2px;
  flex-direction: column;
  align-items: stretch;
  /* width: 200%; */
  /* height: 100%; */
  left: 0;
  right: 0;
  display: none;
  /* -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); */
  transform: scale(2, 1.2);
  /* -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top; */
  transform-origin: center;
  z-index: 9;
  transition: width 0.25s ease-in-out;
}
.nav-background .portion {
  background: #131338;
  /* width: 33.33333333%; */
  flex: 1 1 100%;
  margin-top: -1px;
  /* margin-left: -1px; */
  /* -webkit-transition: -webkit-transform 0.75s ease-in-out;
  transition: -webkit-transform 0.75s ease-in-out;
  -o-transition: transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out; */
  transition: transform 0.75s ease-in-out;
}
.nav-background .portion:nth-of-type(1) {
  /* -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); */
  transform: translateX(-200%);
}
.nav-background .portion:nth-of-type(2) {
  /* -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); */
  transform: translateX(115%);
}
.nav-background .portion:nth-of-type(3) {
  /* -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); */
  transform: translateX(-200%);
}

.opened .nav-background .portion {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.menu-hamb {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  z-index: 100;
  position: relative;
}

.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.menu-opens .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.menu-opens .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.menu-opens .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.nav-content {
  opacity: 0;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  z-index: 10;
  display: none;
}
.nav-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.nav-content ul li {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.nav-content ul li a {
  color: #e9e4df;
}

.opened .nav-content {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out 0.5s;
  -o-transition: opacity 0.5s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0.5s;
  visibility: visible;
}
.opened .nav-content li {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.5s;
  transition: -webkit-transform 0.5s ease-in-out 0.5s;
  -o-transition: transform 0.5s ease-in-out 0.5s;
  transition: transform 0.5s ease-in-out 0.5s;
  transition: transform 0.5s ease-in-out 0.5s,
    -webkit-transform 0.5s ease-in-out 0.5s;
}
.opened .line {
  stroke: #e9e4df;
}

.nav {
  display: none;
}
.bg-wrp {
  transition: z-index 0.01s ease-in-out 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.opened .bg-wrp {
  z-index: 9;
  transition: none;
}
.support-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-template-support-template .post-go-back {
  margin-top: 72px;
}
.support-left {
  max-width: 738px;
}
.support-left h1 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -0.005em;
  color: #23262f;
  max-width: 575px;
}
.support-left p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  /* or 161% */

  letter-spacing: 0.02em;

  color: #777e90;
}
.support-right {
  max-width: 250px;
}
.period-choose {
  display: flex;
  gap: 6px;
}
.monthly .right,
.yearly .right {
  display: flex;
  align-items: center;
}
.donation-form .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.donation-form {
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 14px 64px 10px rgba(15, 15, 15, 0.1);
  border-radius: 20px;
}
.period {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  padding: 6px 15px;
  cursor: pointer;
  border-radius: 100px;
  white-space: nowrap;
  letter-spacing: 0.02em;

  color: #777e90;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.period.active {
  background: #23262f;
  color: #fff;
  font-weight: 700;
}
.donation {
  display: flex;
  justify-content: space-between;
  background: #f4f5f6;
  border-radius: 12px;
  padding: 10px 20px;
  cursor: pointer;
  border: 3px solid transparent;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.donation.selected {
  border-color: #23262f;
  background-color: #fff;
}
.donation .left {
  flex-direction: column;
  gap: 4px;
}
.stands-donation-form {
  /* max-width: 600px; */
  max-width: fit-content;
}
.donation .price {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #23262f;
}
.donation p {
  font-size: 16px;
}
.donation .descr {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #777e90;
}
.donation input,
.donation input::-webkit-input-placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #23262f;
}
.donation input {
  border: none;
  background: transparent;
}
.donation-choose {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
  display: none;
}
.donation-choose.shown {
  display: flex;
}
.donation-pay {
  display: flex;
  align-items: center;
  margin-top: 25px;
  gap: 24px;
  justify-content: space-between;
}
.donation-pay-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.donation-pay img {
  max-width: 85px;
}
.donation-pay input {
  cursor: pointer;
}
.donation-pay label {
  padding-left: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
input[type="radio"] {
  appearance: none;
  background: #fcfcfd;
  border: 2px solid #e6e8ec;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #23262f;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}
#custom-sum-input::placeholder {
  transition: color 0.25s ease-in-out;
}
#custom-sum-input:focus::placeholder {
  color: transparent;
}
.donation.custom {
  flex-direction: column;
}
.donation.custom p {
  padding-left: 20px;
  padding-bottom: 10px;
}
.donation-pay__left {
  display: flex;
  gap: 24px;
}
.donation.custom {
  padding: 0;
}
.donation.custom input {
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}
.donation-pay__right button {
  border: none;
  transition: width 0.25s ease-in-out;
  text-align: center;
  width: fit-content;
  justify-content: center;
}
.support-donation {
  margin-bottom: 218px;
  margin-top: 40px;
}
.stripe-donation-modal {
  display: none;
  position: fixed;
  max-width: 500px;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 14px 64px 10px rgba(15, 15, 15, 0.1);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
}
.opened-stripe {
  display: block;
}
.donation.custom {
  margin-top: 10px;
}
.stands-content-page {
  padding-top: 66px;
  padding-bottom: 129px;
}
.stands-content__title {
  margin-bottom: 20px;
}
.stands-content__title h1 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -0.005em;
  color: #23262f;
}
.stands__content > * {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #23262f;
  padding-left: 0;
  margin-left: 0;
}
.stands__content > li > ul:first-of-type,
.stands__content li > ol:first-of-type {
  margin-top: 20px;
}
.stands__content > li > ul,
.stands__content li > ol {
  margin-left: 0;
  padding-left: 0;
}
.stands__content ol {
  counter-reset: item;
}
.stands__content li {
  display: block;
  margin-bottom: 20px;
}
.stands__content li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.stands__content p {
  margin-bottom: 20px;
}
.stands-publishers {
  padding-top: 72px;
  padding-bottom: 106px;
}
.publishers__content a {
  color: #777e90;
}
.publishers__content {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #777e90;
  margin-top: 20px;
  max-width: 738px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.publishers__form {
  margin-top: 40px;
}
.publishers__form-wrapper {
  max-width: 738px;
  box-shadow: 0px 14px 64px 10px rgba(15, 15, 15, 0.1);
  background: #fff;
  padding: 48px;
  border-radius: 20px;
}
.publishers__form-wrapper form p {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}
.publishers__form-wrapper form .column {
  display: flex;
}
.publishers__form-wrapper form input {
  border: 2px solid #e6e8ec !important;
  border-radius: 12px !important;
  padding-left: 16px !important;
  height: 54px !important;
  margin-top: 12px !important;
  width: 100%;
}
.column {
  gap: 20px;
  margin-bottom: 20px;
}

.publishers__form-wrapper form .column label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #777e90;
}
.publishers__form-wrapper form label {
  display: flex;
  flex-direction: column;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #777e90;
  margin-top: 20px;
}
.nice-select.wpcf7-form-control.wpcf7-select {
  max-width: 100%;
  border: 2px solid #e6e8ec !important;
  border-radius: 12px !important;

  margin-top: 12px;
}
.nice-select.wpcf7-form-control.wpcf7-select .current {
  color: #000;
  font-weight: 400;
}
.wpcf7-form-control.wpcf7-submit {
  max-width: 104px;
  height: 56px !important;
  margin-left: auto;
  margin-right: 0;
  background: #c85743;
  border-radius: 16px !important;
  margin-top: 80px !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border: none !important;
  transition: background 0.25s ease-in-out;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background: #b64b38;
}
.frm-sbmt {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.wpcf7-response-output {
  display: none;
}
.thank-you-modal {
  padding: 64px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fcfcfd;
  display: none;
  /* depth/4 */
  max-width: 481px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.1);
  border-radius: 16px;
  z-index: 2;
}
.thank-you-modal img {
  margin-bottom: 27px;
  max-width: 48px;
  max-height: 48px;
}
.thank-you-modal h2 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #23262f;
}
.no-scroll {
  overflow: hidden;
}
.thank-you-modal p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #777e91;
}
.thank-you-modal a {
  margin-top: 20px;
  width: 104px;
  height: 56px;
  background: #c85743;
  border-radius: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 38, 47, 0.6);
  display: none;
}
.wpcf7-spinner {
  display: none;
}
.thank-you-modal.showed-modal {
  display: flex;
}
.list {
  max-height: 200px;
  overflow-y: scroll !important;
  width: 100%;
}
.list::-webkit-scrollbar-thumb {
  background-color: #c85743;
  border-radius: 3px;
}
.list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.list::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 3px;
}
.blog-top {
  display: flex;
  gap: 24px;
  margin-top: 66px;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
}
.blog-top .title {
  max-width: 50%;
  width: 100%;
}
.blog-top .title h1 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -0.005em;
  color: #23262f;
}
.search-bar {
  max-width: 45%;
  width: 100%;
}
.search-bar input {
  width: 100%;
  border: 2px solid #e6e8ec;
  border-radius: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #23262f;
  padding: 8px 8px 8px 50px;
  background: url("../images/search.svg") no-repeat 18px center;
}
.blog__content {
  margin-top: 94px;
}
.blog__posts {
  display: flex;
  align-items: flex-start;
  row-gap: 60px;
  column-gap: 50px;
  flex-wrap: wrap;
}
.large-post {
  width: 100%;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 40px 40px rgba(15, 15, 15, 0.1);
  border-radius: 20px;
  gap: 50px;
  margin-bottom: 10px;
}
.small-post {
  background: #ffffff;
  box-shadow: 0px 40px 40px rgba(15, 15, 15, 0.1);
  border-radius: 20px;
}
.large-post img {
  max-width: 560px;
  max-height: 380px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.label {
  background: rgba(200, 87, 67, 0.15);
  border-radius: 8px;
  padding: 8px;
  display: inline;
}
.label span {
  text-transform: uppercase;
  color: #c85743;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}
.post__title {
  margin-top: 26px;
}
.post__title h2 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #23262f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post__button {
  margin-top: 33px;
  display: flex;
}

.post__bottom {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.post__author .author__image {
  max-width: 24px;
  max-height: 24px;
}
.post__author .author__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.post__author .author__name span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #6e757c;
  text-transform: capitalize;
}
.large-post__right {
  padding-right: 60px;
  padding-top: 40px;
  padding-bottom: 27px;
}
.post__date span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #6e757c;
}
.large-post__left {
  display: flex;
}
.small-post {
  max-width: 497px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}
.small__image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  max-height: 364.67px;
  min-height: 364px;
}
.small__image img {
  max-height: 364.67px;
  object-fit: cover;
  width: 100%;
  min-height: 364px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.small__image.placeholder {
  max-height: 364.67px;
  background: #c1c1c1;
  height: 364.67px;
}
.small__image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.small__title {
  margin-top: 30px;
  padding: 0 30px;
}
.small__title h2 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #23262f;
}
.small-post .post__bottom {
  padding: 0 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.pagination__wrapper {
  margin-top: 60px;
  text-align: center;
}
.expanded-pagination {
  display: flex;
  gap: 14px;
  justify-content: center;
}
.pagination .current {
  background: #23262f;
  border-radius: 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #ffffff;
  max-width: 40px;
  max-height: 40px;
}
.expanded-pagination > * {
  padding: 10px 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #283036;
  max-width: 40px;
  max-height: 40px;
}
.expanded-pagination .prev-arr {
  transform: rotate(180deg);
}
.expanded-pagination img {
  filter: grayscale(1);
  mix-blend-mode: hard-light;
}
.expanded-pagination a img {
  filter: none;
  mix-blend-mode: unset;
  background: rgba(35, 38, 47, 0.05);
  border-radius: 10px;
  padding: 13px 16px;
  max-height: 40px;
}
a.next,
a.prev {
  padding: 0;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
}
.subscribe__section {
  background-color: #131338;
  margin-top: 100px;
  padding: 90px 0 113px;
}
.subscribe__title h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}
.subscribe__title p,
.subscribe__title p a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #6464bc;
  margin-top: 15px;
}
.subscribe__title p a {
  text-decoration: underline;
}
form.subscribe {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 30px;
}
form.subscribe input {
  background: #ffffff;
  border-radius: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #23262f;
  padding: 15px 16px;
  max-width: 453px;
  width: 100%;
}
form.subscribe button {
  border: none;
  max-width: 156px;
  width: 100%;
  justify-content: center;
}
.flex-cards-main-news p {
  font-size: 24px;
  color: #23262f;
  text-align: center;
}
.news-success-msg {
  margin-top: 5px;
}
.news-success-msg p {
  color: #12e112;
}
.news-success-msg .error {
  color: red;
}
.stands__content p a {
  text-decoration: underline;
}
.post-content {
  max-width: 738px;
  margin-top: 66px;
  margin-bottom: 100px;
}
.post-content h1 {
  margin-top: 30px;
}
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #131338;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single .site-main {
  border-bottom: 1px solid #e6e8ec;
}
.post-go-back {
  margin-bottom: 15px;
  width: 100%;
}
.post-go-back img {
  transition: transform 0.25s ease-in-out;
}
.post-go-back:hover img {
  transform: translateX(-10px);
}
.post-image img {
  border-radius: 20px;
  max-height: 500px;
  margin-top: 15px;
}
.post-content-text {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e8ec;
}
.post-content-text img {
  margin: 20px 0;
  border-radius: 20px;
  max-height: 364px;
}
.post-content p a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #c85743;
}
.post-content p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #777e90;
  margin: 20px 0 10px 0;
}
.post-publish-date {
  margin-top: 10px;
}
.post-publish-date span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #777e90;
}
.post-content .author__image {
  min-width: 40px;
  min-height: 40px;
}
.post-content .author__name span,
.post-content .post__date span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #6e757c;
}
.support-center {
  margin-top: 66px;
}
.support-center-pages__wrapper {
  padding-top: 40px;
  max-width: 738px;
}
.suport-center-pages__item {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 30px 0;
  cursor: pointer;
  border-bottom: 1px solid #e6e8ec;
}
.support-center-pages__wrapper a:last-of-type .suport-center-pages__item {
  border-bottom: none;
}
.suport-center-pages__item img {
  transition: transform 0.25s ease-in-out;
}
.suport-center-pages__item:hover .support-center__item-right img {
  transform: translateX(15px);
}
.support-center__item-right h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #23262f;
}
.support-center h1 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -0.005em;
  color: #23262f;
}
.support-center__item-right p {
  font-family: "Inter";
  font-style: normal;
  max-width: 606px;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #777e90;
  margin-top: 4px;
}
.support-center__item-column {
  display: flex;
  flex-direction: column;
}
.support-center__item-right {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.support-center__bottom {
  margin-top: 40px;
  background: #ffffff;
  box-shadow: 0px 44px 64px 12px rgba(15, 15, 15, 0.1);
  border-radius: 20px;
  padding: 48px;
  max-width: 738px;
  margin-bottom: 100px;
}
.support-center__bottom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.support-center__bottom-item h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #777e90;
}
.support-center__bottom-item a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #c85743;
}
.support-center__bottom-wrapper h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  /* identical to box height, or 161% */

  letter-spacing: 0.02em;

  color: #777e90;
}
.report-page__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.report-page__left {
  max-width: 100%;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 44px 64px 12px rgba(15, 15, 15, 0.1);
  border-radius: 20px;
  padding: 0 48px 48px;
}
.report-page__right {
  max-width: 256px;
}
.reporting-page {
  margin-top: 60px;
  padding-bottom: 100px;
}
.reporting-page h1 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -0.005em;

  color: #23262f;
}
.form-report {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-report label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #777e90;
  display: flex;
  flex-direction: column;
}
.form-report label span > * {
  margin-top: 12px;
}
.form-report textarea {
  padding: 16px;
  width: 100%;
  border: 2px solid #e6e8ec;
  border-radius: 12px;
  max-height: 150px;
}

.form-report input {
  padding: 13px 16px;
  width: 100%;
  border: 2px solid #e6e8ec;
  border-radius: 12px;
}
input[type="file"] {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-submit {
  cursor: pointer;
}
.form-report .wpcf7-form-control.wpcf7-submit {
  margin-top: 44px !important;
  max-width: 100%;
  width: fit-content;
}

.wpcf7-form-control-wrap.rating {
  margin-top: 5px;
}
.rate-label {
  width: fit-content;
}
.upload-container {
  position: relative;
}
.upload-container .wpcf7-form-control-wrap {
  position: unset;
}
.custom-file-upload {
  cursor: pointer;
}
.codedropz-upload-handler {
  width: 24px;
  height: 24px;
  top: 45px;
  right: 16px;
  position: absolute;
  border: 0;
  margin: 0;
}
.uploader .wpcf7-form-control-wrap {
  position: unset;
}
.codedropz-upload-container {
  padding: 0;
}
.codedropz-upload-container h3,
.dnd-upload-counter,
.codedropz-upload-inner span {
  display: none;
}
.cd-upload-btn {
  background: url("../images/attachement.png") no-repeat;
  max-width: 24px;
  max-height: 24px;
  text-indent: 99999999px;
  display: block;
  text-align: right;
  white-space: nowrap;
}
/* .codedropz-upload-container,
.codedropz-upload-handler {
  display: none;
} */
.raty-cancel {
  display: none;
}
.uacf7-rating label {
  flex-direction: row;
  margin-top: 0 !important;
  gap: 11px;
}
.uacf7-rating input {
  padding: 0;
}
.uacf7-rating label i {
  /* transition: color .25s ease-in-out; */
  font-size: 25px;
  margin-top: 0;
  cursor: pointer;
}
.uacf7-rating .icon {
  cursor: pointer;
}
.uacf7-rating:not(:hover) label input:checked ~ .icon,
.uacf7-rating:hover label:hover input ~ .icon,
.uacf7-rating:not(:hover) label input:checked ~ .icon i,
.uacf7-rating:hover label:hover input ~ .icon i {
  color: #c85743 !important;
  font-weight: 900 !important;
}
.story-page {
  margin-top: 66px;
  margin-bottom: 110px;
}
.story-wrapper h1 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -0.005em;
  color: #23262f;
}
.story-top {
  margin-top: 50px;
  background: #69192e;
  padding: 50px 0;
}
.story-top__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.story-top__left {
  max-width: 616px;
}
.story-top__left p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
}
.story-top__left span {
  font-family: "DM Sans";
  font-style: normal;
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #c85743;
  margin-top: 24px;
}
.story__right img {
  max-width: 380px;
  border-radius: 24px;
}
.story__right img {
  margin-top: -89px;
}
.story-content {
  margin-top: 70px;
  max-width: 738px;
}
.story-content p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #777e90;
  margin-bottom: 25px;
}
.footer__container--full {
  border-top: 1px solid rgba(120, 127, 145, 0.3);
}
.post-content ul {
  list-style-type: disc;
  padding-left: 30px;
  margin: 20px 0;
}
.post-content ul li {
  margin: 5px 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #777e90;
}
.post-content ol {
  padding-left: 40px;
  margin: 20px 0;
}
.post-content ol li {
  margin: 5px 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #777e90;
}
.faq-page {
  padding: 66px 0 100px 0;
}
.faq-page h1 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -0.005em;
  color: #23262f;
}
.faq-search {
  margin: 30px 0;
}
.faq-content {
  margin-top: 50px;
}
.faq-wrapper {
  display: flex;
  column-gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.faq-accordion__title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq-block-title {
  text-align: center;
  font-size: 32px;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 150% */
}
.faq-accordion__chevron {
  transform: rotate(180deg);
  transition: transform 0.25s ease-in-out;
}
.accordion-opened .faq-accordion__chevron {
  transform: rotate(0deg);
}
.faq-accordion__content {
  display: none;
  padding-top: 20px;
}
.faq-accordion__title h2 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #23262f;
}
.faq-accordion__content p {
  font-size: 16px;
  line-height: 21px;
}
.faq-accordion__content p:first-of-type {
  margin-top: 0;
}
.faq-item {
  max-width: 100%;
  width: 100%;
  padding: 10px 0 30px;
  border-bottom: 1px solid #e6e8ec;
}
.faq-item:last-of-type {
  border-bottom: 0;
}
.faq-item h3 {
  font-family: "DM Sans";
  color: #555555;
  font-size: 24px;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.faq-search input {
  width: 100%;
  border: 2px solid #e6e8ec;
  border-radius: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #23262f;
  padding: 20px 60px;
  background: url("../images/search.svg") no-repeat 18px center;
  background-size: 30px;
}
.faq-accordion a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #c85743;
}
.faq-accordion ol {
  padding-left: 0;
}
.faq-accordion ul {
  list-style-type: disc;
  margin: 0 0 1.5em 3em;
}
.faq-accordion ol li,
.faq-accordion ul li {
  margin: 10px 0;
  font-size: 16px;
  line-height: 21px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #777e90;
}
.onboarding-selects__item input {
  display: none;
}
.toggleContainer {
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  transform: scale(1.5);
  width: 24px;
  height: 13px;
  background-color: #a9abb6;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 2px;
  display: flex;
  align-items: center;
  cursor: pointer;
  direction: ltr;
  transition: background 0.5s;
}
.toggleContainer.active {
  background-color: #009f81;
  direction: rtl;
}
.toggleContainer .toggleCircle {
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 17px;
  transition: width 0.42s ease-out;
  position: relative;
  overflow: hidden;
}
.toggleContainer:active {
  background: #a9abb6;
}
.toggleContainer:active .toggleCircle {
  width: 41px;
}
.toggleContainer:active .toggleCircle .toggleIconContainer .line {
  height: 3px;
}
.toggleContainer:active .toggleCircle .toggleIconContainer .line-1 {
  transform: rotate(0);
  opacity: 0;
}
.toggleContainer:active .toggleCircle .toggleIconContainer .line-2 {
  transform: rotate(0);
  margin: 0;
}
.toggleIconContainer {
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1px;
  position: relative;
}
.toggleContainer.active .toggleIconContainer .line {
  background-color: #009f81;
}
.toggleIconContainer .line {
  width: 6px;
  height: 1px;
  background-color: #a9abb6;
  transform-origin: center;
  position: absolute;
  transition: transform 0.5s, opacity 0.4s;
}
.toggleIconContainer .line-1 {
  transform: rotate(45deg);
}
.toggleIconContainer .line-2 {
  transform: rotate(-45deg);
}
.toggleContainer.active .toggleIconContainer .line-1 {
  width: 5px;
  margin-right: 3px;
  margin-top: 0.6px;
}
.toggleContainer.active .toggleIconContainer .line-2 {
  margin-left: 3px;
}
:root {
  --toggle-direction: ltr;
  --toggle-background: #8a8a8a;
}
.onboarding-selects__item {
  display: flex;
  justify-content: space-between;
  max-width: 275px;
  width: 100%;
}
.onboarding-selects__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  max-width: 700px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.onboarding-selects__item-text {
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
}
.onboarding-selects__item-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  font-feature-settings: "tnum" on, "lnum" on;

  /* Text/secondary [gray-500] */

  color: #6c6e79;
}
.tooltip:hover .tooltip-content {
  opacity: 1;
  z-index: 9;
}
.tooltip-content {
  position: absolute;
  min-width: 237px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e0e1e9;
  box-shadow: 0px 1px 12px rgba(25, 27, 35, 0.15);
  border-radius: 6px;
  top: 50%;
  transition: all 0.25s ease-in-out;
  transform: translateY(-50%);
  left: calc(100% + 15px);
  z-index: -1;
  opacity: 0;
}
.tooltip-content:after {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
  border-color: transparent #fff transparent transparent;
  border-width: 8px;
  transform: translateY(-50%);
}

/* this border color controlls the outside, thin border */
.tooltip-content:before {
  content: "";
  display: block;
  position: absolute;
  scroll-margin-right: 100%;
  width: 0;
  height: 0;
  right: 100%;
  border-style: solid;
  transform: translateY(-50%);
  top: 50%;
  border-color: transparent #e0e1e9 transparent transparent;
  border-width: 9.5px;
}
.tooltip-content p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #191b23;
}
.onboarding-logo {
  margin-bottom: 30px;
  text-align: center;
}
.onboarding-descr {
  max-width: 805px;
  margin: 0 auto;
}
.onboarding-descr p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  font-feature-settings: "tnum" on, "lnum" on;

  color: #6c6e79;
}
.onboarding {
  margin-bottom: 70px;
}
.onboarding-selects {
  margin-top: 40px;
}
.onboarding-selects h2 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #2b2e38;
  margin-bottom: 30px;
}
.onboarding-donate {
  margin-top: 40px;
}
.onboarding {
  margin-top: 40px;
}
.onboarding-donate-form p {
  margin-bottom: 0 !important;
}
.onboarding-donate-form .donation-pay__right {
  display: flex;
  gap: 20px;

  width: 100%;
}
.onboarding-donate-form .donation-pay__right button {
  width: 100%;
  background: #ffc43a;
  border-radius: 6px;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  font-feature-settings: "tnum" on, "lnum" on;

  color: #2b2e38;
}
.onboarding-donate-form {
  margin: 0 auto;
}
.onboarding-donate-form .donation.selected {
  border: 2px solid #2bb3ff;
}
.onboarding-donate-form .period.active {
  font-weight: 500;
}
.onboarding-donate-form .donation-form {
  padding-top: 0;
}
.onboarding-donate-form .period.active {
  background: #495281;
}
.onboarding-donate-form .period:not(.active) {
  color: #6c6e79;
}
.onboarding-donate-form .donation-choose {
  margin-top: 20px;
}
.onboarding-donate-form .donation-form {
  box-shadow: none;
}
.onboarding-donate-form .donation-pay__right button.stripe-checkout {
  background: #e46863;
  color: #ffffff !important;
}
.onboarding-donate-form .donation-pay {
  margin-top: 30px;
}
.onboarding-donate p {
  max-width: 800px;
  font-family: "DM Sans";
  margin: 0 auto;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  font-feature-settings: "tnum" on, "lnum" on;

  color: #6c6e79;
}
.onboarding-donate p:last-of-type {
  margin-bottom: 40px;
}
.onboarding-donate h2 {
  font-family: "DM Sans";
  font-style: normal;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 30px;

  font-feature-settings: "tnum" on, "lnum" on;

  color: #2b2e38;
}
.onboarding-download {
  margin-top: 20px;
}
.onboarding-download h3 {
  margin-bottom: 30px;
  font-family: "DM Sans";
  font-style: normal;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  font-feature-settings: "tnum" on, "lnum" on;

  color: #2b2e38;
}
.browsers-list__item img {
  width: 38px;
  height: 40px;
}
.browsers-list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.recomendation {
  background: #131338;
  padding: 80px 0;
  margin-top: 100px;
}
.recomendations-wrapper h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  /* identical to box height, or 133% */

  text-align: center;

  color: #ffffff;
}
.recomendations-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.recomendations__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.recomendation__item {
  max-width: 300px;
}
.recomendation__image {
  text-align: center;
  margin-bottom: 20px;
}
.recomendation__item p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  /* or 161% */

  text-align: center;

  color: #b1b5c3;
}
.why__wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.why {
  padding: 80px 0;
}
.why__right {
  max-height: 375px;
  height: 100%;
}
.why h2 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #23262f;
}
.why__text {
  padding-top: 80px;
}
.why__text ul li {
  position: relative;
}
.why__text ul,
.why__text p {
  padding-left: 52px;
}
.why__text ul:not(:first-child) {
  margin-top: 30px;
}
.why__text ul li {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  /* identical to box height, or 167% */

  color: #23262f;
}
.why__left,
.why__right {
  max-width: 550px;
  width: 100%;
}
.why__text p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  /* or 161% */

  color: #777e90;
  margin-top: 5px;
}
.why__text ul li:before {
  position: absolute;
  content: "";
  left: -52px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/check.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.browser-section {
  padding: 100px 0;
}
.browser-section__items {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.browser-section__image {
  max-width: 510px;
  width: 100%;
}
.browser-section__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.browser-section__title h2 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  /* or 111% */

  color: #23262f;
}
.browser-section__text {
  margin-top: 30px;
}
.browser-section__text ul {
  margin: 30px 0;
  list-style-type: disc;
  padding-left: 20px;
}
.browser-section__text p,
.browser-section__text li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */

  color: #777e90;
}
.browser-section__text ol {
  margin: 30px 0;
  padding-left: 20px;
}
.reversed {
  flex-direction: row-reverse;
}
.browser-section__text a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */

  color: #4e77df;
}
.browser-section__content {
  max-width: 585px;
  width: 100%;
}
.browser-section__content .hero__buttons {
  margin-top: 30px;
}
.statistics {
  padding: 80px 0;
  background: #c85743;
}
.statistics__items {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 80px;
  justify-content: center;
}
.statistics__main {
  font-family: "DM Sans";
  font-style: normal;
  justify-content: center;
  font-weight: 700;
  font-feature-settings: "tnum" on, "lnum" on;
  font-size: 72px;
  line-height: 94px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 15px;
}
.statistics__title h3 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  /* identical to box height, or 167% */

  text-align: center;

  color: #ffffff;
}
.statistics__subtitle p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  /* identical to box height, or 161% */

  text-align: center;

  color: #ffffff;
}
.statistics__wrapper h2 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  /* identical to box height, or 133% */

  text-align: center;

  color: #ffffff;
}
.testimonials {
  padding: 80px 0;
  background: #131338;
}
.testimonials__items {
  display: flex;
  align-items: center;
  gap: 50px;
}
.testionials__wrapper h2 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  /* identical to box height, or 133% */

  text-align: center;

  color: #ffffff;
}
.testimonials__items {
  margin-top: 80px;
}
.testimonial__item {
  max-width: 340px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
.testimonial__text p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  /* or 140% */

  text-align: center;

  color: #ffffff;
}
.testimonials__name {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  /* identical to box height, or 167% */

  text-align: center;

  color: #ffffff;
}
.testionials__wrapper {
  text-align: center;
}
.testionials__wrapper a {
  margin-top: 60px;
}
.hero-browser .hero__left {
  max-width: 650px;
  width: 100%;
}
.hero-browser .hero__right {
  max-width: 370px;
}
.hero-browser .hero__right img {
  max-height: 530px;
  object-fit: contain;
}
.browser-gallery h2 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #23262f;
  max-width: 780px;
  margin: 0 auto;
}
.browser-gallery {
  margin-top: 100px;
}
.browser-gallery__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.browser-gallery__image {
  max-width: 550px;
  width: 100%;
}
.browser-gallery__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 190px;
  margin-top: 100px;
}
.browser-gallery__descr {
  max-width: 330px;
}
.browser-gallery__descr h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.browser-bottom {
  background: #131338;
  padding: 110px 0;
  margin-top: 250px;
}
.browser-bottom__wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.hero-browser .hero__browser-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.browser-bottom__left {
  max-width: 455px;
}
.browser-bottom__browsers {
  display: flex;
  align-items: center;
  gap: 30px;
}
.browser-bottom__left p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 40px;
  font-size: 16px;
  max-width: 330px;
  line-height: 24px;
  color: #b1b5c3;
  margin-bottom: 40px;
}
.browser-bottom__right {
  max-width: 550px;
  max-height: 605px;
}
.browser-bottom__left h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 90%;
}
.qr-template {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fcfcfd;
  box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.1);
  border-radius: 16px;
  padding: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 480px;
  min-height: 400px;
  display: none;
  z-index: 9999;
}
.qr-template__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qr-template__close {
  -webkit-mask-image: url("../images/close.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background: #b5bac9;
  -webkit-mask-position: center center;
  width: 24px;
  cursor: pointer;
  height: 24px;
  transition: background 0.25s ease-in-out;
  margin-left: auto;
}
.qr-template__image {
  margin-top: 26px;
  max-width: 145px;
  max-height: 145px;
}
.qr-template__title {
  margin-top: 36px;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  /* identical to box height */

  text-align: center;
  letter-spacing: -0.005em;

  color: #23262f;
}
.qr-template__close:hover {
  background: #23262f;
}
.qr-template__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  /* identical to box height, or 181% */

  text-align: center;

  color: #777e90;
}
.sub-menu {
  position: absolute;
  top: 50px;
  left: -50px;
  min-width: 750px;
  max-width: 750px;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
}
@media screen and (min-width: 1024px) {
  .active-submenu:nth-of-type(2) ul {
    grid-template-columns: repeat(1, 1fr);
    min-width: 400px;
  }
}

.header-row .sub-menu {
  /* display: grid !important; */
  display: none;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start !important;
}
.sub-menu li {
  display: block !important;
}
.nav__list {
  width: 100%;
  justify-content: flex-end;
}
.nav__list li.menu-item-has-children:first-child {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sub-menu.opened-submenu {
  display: grid !important;
}
.menu-opened {
  background: #ffffff;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px 40px 80px 12px rgba(15, 15, 15, 0.2);
}
.active-submenu {
  /* padding: 15px 18px 15px 25px; */
  /* display: flex; */
  display: flex;
}
.menu-item-has-children:after {
  content: "";
  width: 24px;
  display: block;
  height: 24px;
  background: url("../images/chevron.svg") no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  transition: transform 0.25s ease;
}
.stands__nav {
  z-index: 2;
  position: relative;
  width: 100%;
}
.sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 40px 80px 0px rgba(15, 15, 15, 0.2);
}
.sub-menu .menu-item-has-children:after {
  content: none;
  width: 24px;
  display: block;
  height: 24px;
  background: url("../images/chevron.svg") no-repeat center center;
  background-size: contain;
}
.sub-menu .sub-menu {
  position: relative;
  background: transparent;
  box-shadow: none;
  top: unset;
  left: unset;
  padding: 0;
  border-radius: 0;
  margin-top: 30px;
  margin-left: 39px;
  min-width: 100%;
  max-width: 100%;
}
.sub-menu {
  margin-left: 0;
}
.menu-item {
  position: relative;
}
.is-custom a {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 26px !important;
  color: #23262f !important;
}
.is-custom > a {
  cursor: default;
  pointer-events: none;
}
.is-custom:first-child:before {
  content: none !important;
}
.sub-menu .sub-menu a {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #23262f !important;
}
.is-custom .menu-item a {
  cursor: pointer;
  pointer-events: all;
}
.sub-menu .sub-menu {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}
.sub-menu .sub-menu img {
  max-width: 24px;
  max-height: 24px;
}
.sub-menu .sub-menu a {
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.is-custom a p {
  width: 100%;
  padding-left: 39px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #777e90;
}
.thank-you-page {
  margin-top: 66px;
  margin-bottom: 100px;
}
.thank-you-page__hero {
  max-width: 750px;
}
.thank-you-page__hero h1 {
  max-width: 550px;
  color: #23262f;
  font-family: DM Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-bottom: 20px;
}
.thank-you-page__hero p {
  color: #777e90;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
  letter-spacing: 0.36px;
  margin-bottom: 20px;
}
.thank-you-page .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  width: fit-content;
}
.thank-you-page .button img {
  margin-left: 0;
}
.thank-you-page__content {
  margin-top: 50px;
  margin-bottom: 50px;
}
.thank-you-page__blocks {
  display: flex;
  justify-content: center;
  flex-direction: column;
  column-gap: 30px;
  row-gap: 90px;
}
.thank-you-page__item--reversed {
  flex-direction: row-reverse;
}
.thank-you-page__item--reversed .thank-you-page__info {
  margin-top: 115px;
}
.thank-you-page__item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.thank-you-page__info-buttons .button {
  max-width: 180px;
  width: 100%;
}
.thank-you-page hr {
  margin: 40px 0;
}
.thank-you-page__info-title {
  color: #23262f;
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-bottom: 20px;
}
.thank-you-page__info-description {
  color: #777e90;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
  letter-spacing: 0.36px;
  margin-bottom: 40px;
}
.thank-you-page__info-buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.thank-you-page__info-buttons img {
  max-height: 40px;
  width: 100%;
  height: 100%;
}
.thank-you-page__info {
  margin-top: 40px;
}
.thank-you-page__image {
  max-width: 550px;
  width: 100%;
}
.thank-you-page__info {
  max-width: 455px;
  width: 100%;
}
.error-page {
  padding: 75px 0 165px;
}
.error-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.error-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.error-text__title h1 {
  color: #23262f;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
}
.error-text__description {
  margin-bottom: 20px;
  color: #777e90;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
  letter-spacing: 0.36px;
}
.post-go-back {
  display: flex;
  align-items: center;
  gap: 15px;
}
.nice-select.pll-switcher-select {
  padding: 0 !important;
  border: none !important;
  color: #6e757c !important;
  font-family: Inter !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 24px !important; /* 150% */
}
.pll-switcher-select.nice-select:after {
  width: 8px !important;
  height: 8px !important;
  border-color: #6e757c !important;
  z-index: 99;
}
.pll-switcher-select.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: transparent !important;
}
.pll-switcher-select .list {
  padding-left: 0 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0px 11px 80px -20px rgba(15, 15, 15, 0.2) !important;
  overflow-y: auto !important;
  min-width: 130px;
  margin-left: -24px !important;
  top: -15px !important;
  padding-top: 54px !important;
  padding-bottom: 12px !important;
}
.pll-switcher-select .current {
  z-index: 10;
  position: relative;
}
.pll-switcher-select .list .option {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.pll-switcher-select.nice-select .list {
  flex-direction: column;
}
.pll-switcher-select .list .selected {
  display: none !important;
}
.pll-parent-menu-item .sub-menu {
  padding: 0;
  flex-direction: column;
  width: 100%;
  min-width: 150px;
  grid-template-columns: 1fr;
  left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.pll-parent-menu-item .sub-menu .lang-item {
  padding: 12px 24px;
  transition: background 0.25s ease-in-out;
}
.pll-parent-menu-item .sub-menu .lang-item a:before {
  content: none;
}
.pll-parent-menu-item .sub-menu .lang-item:hover {
  background: #ffe3de;
}
.pll-parent-menu-item .sub-menu .lang-item:last-of-type {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.page-template-product-template .benefits {
  margin-top: 0;
  background: #f4f5f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-template-product-template .benefits__item img {
  max-width: 340px;
  max-height: 180px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.faq-product h2.title {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #23262f;
  max-width: 780px;
  margin: 0 auto;
}
.page-template-product-template .benefits__item h3 {
  color: #23262f;
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
}
.faq-product {
  margin-bottom: 100px;
}
.page-template-product-template .benefits__container {
  grid-template-rows: repeat(1, 1fr);
}
.header__right {
  position: relative;
}
.stands-ph {
  position: absolute;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.stands-ph img {
  max-width: 200px;
  width: 100% !important;
}
@media screen and (max-width: 1140px) {
  .small-post {
    max-width: 49%;
  }
  .blog__posts {
    column-gap: 0;
    justify-content: space-between;
  }
  .error-page {
    padding: 30px 0 60px;
  }
  .error-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }
  .error-image {
    max-width: 50%;
  }
  .error-text {
    max-width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .onboarding-selects__wrapper,
  .onboarding-descr,
  .onboarding-donate-form {
    margin: 0;
  }
  .header-row ul li:last-of-type {
    margin: 0 auto !important;
    justify-content: center !important;
  }
  .sub-menu li,
  .header-row ul .sub-menu li:not(:first-of-type),
  .header-row ul .sub-menu li:last-of-type {
    margin-left: 0 !important;
    margin-top: 24px !important;
  }
  .pll-parent-menu-item .sub-menu .lang-item:hover {
    background: transparent;
  }
  .pll-parent-menu-item .sub-menu .lang-item,
  .header-row ul .pll-parent-menu-item .sub-menu li:last-of-type {
    padding: 0;
    margin-left: auto !important;
    margin: 24px auto 0 auto !important;
  }
  .has-submenu-click {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .menu-item-has-children:after {
    content: none;
    width: 24px;
    display: block;
    height: 24px;
    background: url("../images/chevron.svg") no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
    transition: transform 0.25s ease;
  }
  .has-submenu-click {
    position: relative;
  }
  .has-submenu-click:after {
    content: "";
    width: 24px;
    display: block;
    height: 24px;
    background: url("../images/chevron.svg") no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
    transition: transform 0.25s ease;
  }
  .is-custom {
    margin-top: 15px;
  }
  .sub-menu.opened-submenu {
    gap: 0;
  }
  .sub-menu .menu-item {
    margin-top: 24px !important;
  }
  .sub-menu .sub-menu {
    margin-top: 0 !important;
    gap: 0 !important;
  }
  .nav__list li.menu-item-has-children {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sub-menu {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    background: transparent;
    top: unset;
    left: unset;
    border-radius: 0;
    padding: 0;
  }
  .opened .nav-content {
    width: 100%;
    text-align: center;
  }
  .nav__list li.menu-item-has-children:first-child {
    justify-content: center;
  }
  .menu-item-has-children:after {
    position: absolute;
    right: -50%;
    top: 0;
  }
  .menu-opened.menu-item-has-children:after {
    position: absolute;
    top: 0;
    right: 30%;
  }
  .nav-content {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 16px;
  }
  .sub-menu a {
    color: #e9e4df !important;
  }
  .sub-menu .sub-menu a {
    color: #e9e4df !important;
  }
  .sub-menu li a {
    text-align: left;
    font-size: 14px !important;
  }
  .active-submenu {
    padding: 0;
  }
  .header-row ul li:not(:first-of-type) {
    margin: 0;
  }
  .sub-menu li a {
    gap: 8px;
  }
  .sub-menu li a p {
    color: #e9e4df !important;
  }
  .header-row .sub-menu {
    grid-template-columns: repeat(1, 1fr);
  }
  .menu-opened {
    background: transparent;
    box-shadow: none;
  }
  .active-submenu {
    flex-wrap: wrap;
  }
  .sub-menu:before {
    content: none;
  }
  .onboarding-donate-form {
    max-width: 100%;
  }
  .onboarding-donate-form .donation-form {
    padding-left: 0;

    padding-right: 0;
  }
  .onboarding-donate p {
    margin-left: 0;

    margin-right: 0;
  }

  .onboarding .container {
    padding: 0 30px;
  }
  .browsers-list {
    justify-content: flex-start;
  }
  .onboarding-logo,
  .onboarding-donate h2,
  .onboarding-download h3 {
    text-align: left;
  }
  .report-page__right {
    display: none;
  }
  .nav {
    display: block;
  }
  .post__bottom {
    margin-top: 35px;
  }
  .post-content {
    margin-bottom: 30px;
  }
  .hero__buttons {
    gap: 15px;
  }
  .nav-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* .opened .nav-background {
    width: 200%;
  } */
  .nav-content {
    display: block;
  }
  .burger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__center,
  .header__right {
    display: none !important;
  }
  .header-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hero__container {
    gap: 0;
  }
  .hero__left {
    max-width: 50%;
  }
  .hero__right {
    max-width: 50%;
  }
  h1 {
    font-size: 53px;
    line-height: 60px;
  }
  .benefits__item img {
    margin-bottom: 20px;
  }
  .benefits__item h3 {
    font-size: 21px;
    line-height: 24px;
  }
  .benefits__item p {
    font-size: 16px;
  }
  .benefits__container {
    grid-column-gap: 50px;
    grid-row-gap: 25px;
  }
  .benefits-full__item {
    grid-column-gap: 30px;
  }
  .benefits-full__image img {
    max-width: 100%;
  }
  .benefits-full__text {
    padding-top: 30px;
  }
  .benefits-full__text h3 {
    font-size: 27px;
    line-height: 30px;
  }
  .benefits-full__text p {
    font-size: 16px;
    line-height: 23px;
  }
  .support h2 {
    font-size: 27px;
    line-height: 35px;
  }
  .support h3 {
    font-size: 21px;
    line-height: 25px;
  }
  .support p {
    font-size: 16px;
    line-height: 20px;
  }
  .support__container {
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .support__left {
    max-width: 50%;
  }
  .support__right {
    max-width: 50%;
  }
  .stands-footer .footer__container {
    gap: 0;
  }
  .stands-footer .footer__item {
    max-width: 25%;
  }
  .story__right img {
    max-width: 100%;
    max-height: 500px;
  }
  .statistics__items {
    margin-top: 30px;
  }
  .statistics__main {
    font-size: 55px;
    line-height: 60px;
  }
  .testimonials__items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .browser-section {
    padding: 50px 0;
  }
  .why,
  .browser-section,
  .statistics,
  .testimonials {
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .browser-section__item {
    flex-wrap: wrap;
  }
  .error-text,
  .error-image {
    max-width: 100%;
  }
  .error-text {
    order: 2;
  }
  .error-image {
    order: 1;
    max-height: 200px;
    margin: 0 auto;
  }
  .error-image img {
    max-height: 200px;
    width: auto;
  }
  .browser-bottom__left {
    order: 2;
  }
  .browser-gallery {
    margin-top: 50px;
  }

  .browser-bottom__right {
    order: 1;
  }
  .browser-bottom {
    padding: 50px 0;
  }
  .browser-gallery__item {
    flex-wrap: wrap;
  }
  .browser-gallery__descr {
    margin-top: 30px;
  }
  .browser-gallery__items {
    row-gap: 60px;
    margin-top: 50px;
  }
  .browser-bottom {
    margin-top: 50px;
  }
  .browser-section__image,
  .browser-section__content {
    width: 100%;
    max-width: 100%;
  }
  .recomendations__items {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .hero__right .no-lazy {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .recomendation {
    margin-top: 30px;
  }
  .faq-product {
    margin-bottom: 30px;
  }
  .faq-product h2.title {
    font-size: 24px;
    line-height: 30px;
  }
  .page-template-product-template .benefits {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    /* margin-bottom: 30px; */
  }
  .page-template-product-template .benefits__container {
    padding-top: 30px;
  }
  .error-text__title h1 {
    font-size: 32px;
  }
  .container {
    padding: 0 15px;
  }
  .thank-you-page__hero h1 {
    font-size: 24px;
  }
  .thank-you-page__blocks {
    row-gap: 30px;
  }
  .thank-you-page__content {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .thank-you-page hr {
    margin: 30px 0;
  }
  .thank-you-page__image {
    max-width: 100%;
  }
  .thank-you-page__info {
    max-width: 100%;
  }
  .thank-you-page__info-title {
    font-size: 24px;
  }
  .thank-you-page__info-description {
    margin-bottom: 20px;
  }
  .thank-you-page__info,
  .thank-you-page__item--reversed .thank-you-page__info {
    margin-top: 20px;
  }
  .thank-you-page__item {
    flex-wrap: wrap;
  }
  .thank-you-page {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .qr-template {
    min-width: 100%;
    min-height: unset;
  }
  .hero-browser .hero__browser-links {
    justify-content: center;
  }
  .browser-bottom__wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
  .hero__right img {
    display: none;
  }
  .hero__right .no-lazy img {
    width: 100%;
    display: block;
  }
  .hero__right {
    width: 100%;
  }
  .onboarding .container {
    padding: 0 15px;
  }
  .period-choose,
  .donation-pay__right {
    flex-wrap: wrap;
    justify-content: center;
  }

  .faq-wrapper {
    column-gap: 0;
    row-gap: 35px;
  }
  .faq-page {
    padding: 30px 0 50px 0;
  }
  .faq-item {
    max-width: 100%;
  }
  .publishers__form-wrapper {
    padding: 16px;
  }
  .story-page {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .story-top__wrapper {
    flex-direction: column;
  }
  .story__right {
    order: 1;
  }
  .story-top__left {
    order: 2;
    margin-top: 15px;
  }
  .story-top__left span {
    font-size: 18px;
    line-height: 21px;
  }
  .story-content {
    margin-top: 50px;
  }
  .story-top__left p {
    font-size: 21px;
    line-height: 24px;
  }
  .support-center {
    margin-top: 30px;
  }
  .reporting-page {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .report-page__left {
    padding: 16px;
  }
  .form-report .wpcf7-form-control.wpcf7-submit {
    margin-top: 20px !important;
  }
  .reporting-page h1 {
    font-size: 27px;
    line-height: 31px;
  }
  .support-center h1 {
    font-size: 27px;
    line-height: 30px;
  }
  .support-center-pages__wrapper {
    padding-top: 20px;
  }
  .support-center__item-right p {
    font-size: 16px;
    line-height: 19px;
  }
  .support-center__item-right h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .support-center__item-right {
    gap: 15px;
  }
  .support-center__bottom {
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 24px 15px;
  }
  .suport-center-pages__item:hover .support-center__item-right img {
    transform: translateX(5px);
  }
  .small-post {
    max-width: 100%;
  }
  .small__image {
    min-height: 245px;
  }
  .small__image img {
    height: 100%;
    display: flex;
    max-height: 245px;
    object-fit: cover;
    width: 100%;
  }
  .large-post .large-post__left img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .large-post {
    align-items: stretch;
  }
  .blog-top .title h1 {
    font-size: 32px;
  }
  .recomendations-wrapper h2,
  .why h2,
  .browser-section__title h2,
  .statistics__wrapper h2,
  .testionials__wrapper h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .recomendations-wrapper {
    gap: 20px;
  }
  .recomendations__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .why__text ul,
  .why__text p {
    padding-left: 30px;
  }
  .recomendation__item {
    max-width: 100%;
  }
  .why__wrapper,
  .browser-section__items,
  .browser-section__item {
    flex-wrap: wrap;
  }
  .why__text {
    padding-top: 20px;
  }
  .why__text ul li:before {
    width: 18px;
    height: 18px;
    left: -30px;
  }
  .why__text p {
    font-size: 16px;
    line-height: 18px;
  }
  .browser-section__items {
    gap: 50px;
  }
  .statistics__items,
  .testimonials__items {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .statistics__main {
    font-size: 54px;
    line-height: 64px;
  }
  .testimonial__item {
    gap: 15px;
  }
  .why__text ul li,
  .testimonial__text p {
    font-size: 18px;
    line-height: 20px;
  }
  .why,
  .browser-section,
  .statistics,
  .testimonials {
    padding: 20px 0;
  }
  .hero__buttons a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 675px) {
  .wpcf7-form-control.wpcf7-submit {
    margin-top: 40px !important;
  }
  .small__title {
    padding: 0 15px;
    margin-top: 15px;
  }
  .small-post .post__bottom {
    padding: 0 15px;
    margin: 15px 0;
  }
  .post__author .author__name span,
  .post__date span {
    font-size: 16px;
  }
  .small__title h2 {
    font-size: 21px;
    line-height: 26px;
  }
  form.subscribe button {
    max-width: 100%;
  }
  form.subscribe {
    gap: 15px;
  }
  .subscribe__section {
    margin-top: 40px;
  }
  .large-post {
    gap: 30px;
  }
  .post__title h2 {
    font-size: 27px;
    line-height: 32px;
  }
  .hero__left {
    padding-top: 0;
    max-width: 100%;
  }
  .hero {
    padding-top: 0;
  }
  .stands-footer .footer__item ul {
    gap: 11px;
  }
  .hero__right {
    max-width: 100%;
  }
  .hero__right img {
    width: auto;
    max-width: 100%;
  }
  .hero__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .hero__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
  }
  .hero__buttons a {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  p {
    font-size: 16px;
    line-height: 18px;
  }
  .benefits {
    margin-top: 30px;
  }
  .benefits h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .benefits__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .benefits__item img {
    margin-bottom: 23px;
  }
  .benefits__item h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .benefits__item p {
    max-width: 100%;
    font-size: 14px;
  }
  .benefits-full__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .benefits-full__item {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits-full__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .benefits-full__image img {
    max-width: 100%;
  }
  .benefits-full__text {
    padding-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .benefits-full__text h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .benefits-full__text p {
    font-size: 14px;
  }
  .support {
    margin-top: 0;
  }
  .support__container {
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .support__left {
    max-width: 100%;
  }
  .support__left h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .support__item h3 {
    font-size: 18px;
  }
  .support__item p {
    font-size: 14px;
  }
  .support__right {
    display: none;
  }
  .stands-footer .footer__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
  .stands-footer .footer__item {
    max-width: 48% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .footer__item:nth-of-type(3) {
    margin-top: -100px;
  }
  .stands-footer .footer__item::after {
    content: none;
  }
  .large-post {
    flex-wrap: wrap;
  }
  .large-post .large-post__left img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
  .large-post__right {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
  }
  .large-post .post__button {
    margin-top: 15px;
  }
  .large-post .post__bottom {
    margin-top: 30px;
  }
  .blog-top {
    flex-wrap: wrap;
  }
  .blog__content {
    margin-top: 45px;
  }
  .small__image.placeholder,
  .small__image {
    min-height: 245px;
    max-height: 245px;
  }
  form.subscribe {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 375px) {
  .benefits__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-background {
    width: 170%;
  }
}
@media screen and (min-width: 375px) and (max-width: 525px) {
  .nav-background {
    width: 170%;
  }
}
@media screen and (min-width: 1024px) {
  .post-content h1 {
    margin-top: 50px;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -0.005em;
    color: #23262f;
  }
  .post-go-back {
    margin-bottom: 15px;
  }
  .post-content h2 {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 62px;
    letter-spacing: -0.005em;
    color: #23262f;
    margin: 40px 0 10px 0;
  }
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #131338;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.menu-item-193 a,
.menu-item-194 a,
.menu-item-200 a,
.menu-item-192 a {
  color: #6e757c !important;
  pointer-events: none;
  position: relative;
}
.menu-item-193,
.menu-item-194,
.menu-item-200,
.menu-item-192 {
  position: relative;
}
.menu-item-204 a {
  position: relative;
}
.menu-item-193:before,
.menu-item-194:before,
.menu-item-200:before,
.menu-item-192:before {
  content: "Coming soon";
  position: absolute;
  top: -7px;
  right: 50%;
  padding: 0 2px;
  font-weight: bolder;
  font-size: 8px;
  line-height: 9px;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 1px;
  transform: skew(-6deg, -6deg) rotate(-1deg);
  background: #c85743;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}
/* .menu-item-184:before{
  min-width: 65px;
  right: -50%;
} */
/* .support__left a:before {
  right: 0;
  opacity: 1 !important;
  top: -15px;
} */
/* .support__left a {
  background: #c8574396;
  color: #ffffff75;
  position: relative;
  pointer-events: none;
} */
/* .footer__socials a:nth-of-type(2){
  filter: grayscale(1);
  pointer-events: none;

} */

.nice-select {
  max-width: 200px;
  width: 100% !important;
  height: 100% !important;
  color: #777e90 !important;
  border: 2px solid #777e90 !important;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  border-radius: 16px !important;
  padding: 14px 21px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: background 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
@media screen and (max-width: 675px) {
  .nice-select {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .story-top__left {
    max-width: 55%;
  }
  .story-top__wrapper {
    gap: 30px;
  }
}

.header-row .header__left a {
  display: flex;
  align-items: center;
}
.post-content .wp-block-image a {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .lang-item-en {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .active-submenu .has-submenu-click {
    justify-content: center;
  }
  .has-submenu-click {
    width: fit-content;
    margin: 0 auto;
  }
}
.page-template-thank-you .header__right {
  display: none;
}
.page-template-after-template .stands-footer {
  display: none;
}
.item-top {
  box-shadow: 0px 64px 64px -48px #0f0f0f1a;
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
}
.item__title {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
.item__description {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top: 16px;
  color: #777E90;
;
}
.item__button {
  margin-top: 20px;
}
.page-template-after-template .stands-header {
  display: none;
}
.item__button a {
  width: 100%;
  text-align: center;

  justify-content: center;
}
.hero-thanks {
  margin-top: 15px;
}
.page-template-after-template {
  background: #f4f5f6;
}
.improve-thanks {
  margin-top: 45px;
}
.improve__main-title {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.improve__items {
  margin-top: 36px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  overflow: auto;
  margin-right: -16px;
  padding-right: 16px;
}
.improve__items::-webkit-scrollbar {
  display: none;
}
.improve__item {
  box-shadow: 0px 64px 64px -48px #0f0f0f1a;
  background: #ffffff;
  min-width: 211px;

  padding: 30px;
  border-radius: 20px;
}
.improve__title {
  font-family: DM Sans;
  max-width: 151px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.44px;
  text-align: left;
  color: #23262f;
}
.improve__subtitle {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 24px;
  text-align: left;
  color: #777e90;
}
.browsers-thanks {
  margin-top: 45px;
  background: #131338;
  padding: 45px;
}
.browsers__title {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}
.browsers__items {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.faq-thanks {
  margin-top: 45px;
  padding: 40px;
  padding-top: 0;
}
.faq__logo {
  text-align: center;
}
.faq__title {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  max-width: 270px;
  text-align: center;
  margin: 0 auto;
  color: #23262f;
  margin-top: 10px;
}
.faq__button {
  margin-top: 24px;
  width: 100%;
}
.faq__button a {
  width: 100%;
  justify-content: center;
}

.item-top {
  position: relative;

}
.item-top:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  background: url('../images/arrow.svg');
  height: 99.45px;
  width: 75px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
 .item-top .item__description{
  max-width: 435px;
  
 } 
 .item-top .item__title {
  max-width: 399px;
 }
 .item-top .item__button {
  max-width: 290px;
 }
 .item-top:after {
  background-image: url('../images/arrow-desktop.svg');
  width: 200px;
  height: 200px;

 }
 .blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 940px;
    margin: 0 auto;
    
  }
  .item-top {
    max-width: 940px;
    margin: 0 auto;
  }
  .page-template-after-template {
    margin-bottom: 100px;
  }
  .improve-thanks { grid-area: 1 / 1 / 3 / 2; max-width: 455px; background: #FFFFFF;box-shadow: 0px 64px 64px -48px #0F0F0F1A;
    padding-top: 50px;
    padding-left: 30px;
    padding-inline-end: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
  }
  .browsers-thanks { grid-area: 1 / 2 / 2 / 3; }
  .faq-thanks { grid-area: 2 / 2 / 3 / 3; }
  .improve__items {
    flex-direction: column;

  }
  .improve__main-title {
    font-size: 24px;
    text-align: left;
  }
  .improve__item 
  {
    background: #F4F5F6;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 10px;
    align-items: center;

  }
  .improve__title {
    max-width: 270px;
    margin-top: 0;
  }
  .improve__subtitle {
    margin-top: 0;
  }
  .improve__icon {
    display: flex;
    align-items: center;
  }
  .browsers__items {
    display: none;
  }
  .browsers-thanks {
    background:  url('../images/bg-browser.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: 407px;
    padding: 30px;
  }
  .browsers__title {
    text-align: left;
  }
  .faq-thanks{
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 10px;
    padding: 30px;
  }
  .faq__title {
    max-width: 100%;
  }
}