@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
}
h1 span {
  color: #5925dc;
}
@media (max-width: 1365px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 1365px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 24px;
  }
}

p {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1365px) {
  p {
    font-size: 14px;
  }
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

section {
  padding: 80px 0;
}
section.grey {
  background: hsl(247, 100%, 98%);
}
section.services_s2, section.columns3_block {
  padding-top: 64px;
}
@media (max-width: 800px) {
  section.services_s2, section.columns3_block {
    padding-top: 40px;
  }
}
section.feedbacks_block {
  padding: 64px 0;
}
section.about_s1 {
  padding-top: 24px;
}
section.advice_s3 {
  padding: 60px 0;
}
@media (max-width: 1023px) {
  section.advice_s3 {
    padding: 64px 0;
  }
}
section.advice_s5 {
  padding: 60px 0;
}
section.contacts_s1, section.content-us-btm {
  padding: 64px 0;
}
@media (max-width: 1365px) {
  section {
    padding: 72px 0;
  }
}
@media (max-width: 800px) {
  section {
    padding: 64px 0;
  }
}

a {
  color: #502bb6;
  font-weight: 600;
}

.container {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1365px) {
  .container {
    width: 960px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 770px;
  }
}
@media (max-width: 800px) {
  .container {
    width: 100%;
    padding: 0 24px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn-primary {
  background: #502bb6;
  color: #fff;
}
.btn-primary:hover {
  background: #7c5cd3;
}
.btn-primary:active {
  background: #44259a;
}
.btn-secondary {
  border: 2px solid #502bb6;
  color: #502bb6;
}
.btn-secondary:hover {
  border: 2px solid #7c5cd3;
  color: #7c5cd3;
}
.btn-secondary:active {
  border: 2px solid #44259a;
  color: #44259a;
}
@media (max-width: 1365px) {
  .btn {
    padding: 14px 32px;
  }
}
@media (max-width: 800px) {
  .btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.site-main {
  margin-top: -80px;
}
.site-main .home {
  margin-top: 0;
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.site-header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 1365px) {
  .site-header nav ul {
    gap: 40px;
  }
}
.site-header .header-btn a {
  display: block;
  text-align: center;
  width: 129px;
  padding: 7.5px 35px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  cursor: pointer;
  border-radius: 48px;
  border: 2px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.site-header .header-btn.primary a {
  margin-left: -18px;
}
.site-header .header-btn.secondary a {
  margin-left: -34px;
}
@media (max-width: 1023px) {
  .site-header {
    padding: 0;
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.site-header.active {
  background: #fff;
}
.site-header.active .site-branding img {
  -webkit-filter: none;
          filter: none;
}
.site-header.active .main-navigation {
  top: 74px;
}
.site-header.active .main-navigation .container {
  width: 100%;
  padding: 0 24px;
}
.site-header.active .header-btn.primary a {
  display: block;
  text-align: center;
  background: #502bb6;
  color: #fff;
  padding: 14px 0;
  font-size: 16px;
  line-height: 20px;
}
.site-header.active .header-btn.secondary a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #502bb6;
  color: #502bb6;
}

.site-header.scrolled {
  background: #fff;
}
.site-header.scrolled .site-branding img {
  -webkit-filter: none;
          filter: none;
}

.site-branding {
  -webkit-transition: 2s ease all;
  transition: 2s ease all;
}
.site-branding img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (min-width: 1023px) {
  .site-branding .container {
    width: auto;
  }
}
@media (max-width: 1023px) {
  .site-branding {
    margin: 0 auto;
    width: 100%;
  }
  .site-branding > div {
    padding: 0;
    z-index: 2;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 0;
  }
}
@media (max-width: 800px) {
  .site-branding > div {
    padding: 16px 24px;
  }
}

.main-navigation .container {
  height: 100%;
}
@media (min-width: 1023px) {
  .main-navigation .container {
    width: auto;
  }
}

.home img {
  -webkit-filter: 0;
          filter: 0;
}

.home .site-header {
  position: relative;
}
.home .site-header a {
  color: #333;
  font-weight: 500;
}
.home .site-header.active a {
  color: #502bb6;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}
.home .site-header .header-btn a {
  border: 0;
}
.home .site-branding {
  -webkit-filter: none;
          filter: none;
}
.home .header-btn a {
  padding: 10px 35px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  cursor: pointer;
  border-radius: 48px;
}
.home .header-btn.primary a {
  margin-left: -18px;
  background: #502bb6;
  color: #fff;
}
.home .header-btn.primary a:hover {
  background: #7c5cd3;
}
.home .header-btn.primary a:active {
  background: #44259a;
}
@media (max-width: 1023px) {
  .home .header-btn.primary a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .header-btn.secondary a {
  margin-left: -34px;
  border: 2px solid #502bb6;
  color: #502bb6;
}
.home .header-btn.secondary a:hover {
  border: 2px solid #7c5cd3;
  color: #7c5cd3;
}
.home .header-btn.secondary a:active {
  border: 2px solid #44259a;
  color: #44259a;
}
.home .site-branding img {
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 800px) {
  .home {
    padding-top: 40px;
  }
  .home .site-header {
    position: fixed;
  }
}

@media (max-width: 1365px) {
  .header-btn.primary a {
    display: none;
  }
}

.for-label {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  color: #502bb6;
}
@media (max-width: 1365px) {
  .for-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 800px) {
  .for-label {
    font-size: 12px;
    line-height: 15px;
  }
}

.home-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding-top: 100px;
}
.home-hero img {
  width: 650px;
}
@media (max-width: 1365px) {
  .home-hero {
    padding-top: 70px;
    gap: 72px;
  }
  .home-hero img {
    width: 464px;
  }
}
@media (max-width: 1023px) {
  .home-hero {
    padding-bottom: 0;
  }
  .home-hero img {
    width: 360px;
  }
}
@media (max-width: 800px) {
  .home-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 24px;
  }
}

.home-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.home-hero__inner p {
  width: 505px;
}
.home-hero__inner div {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.home-hero__inner h1 {
  position: relative;
}
@media (max-width: 800px) {
  .home-hero__inner h1 {
    width: 85%;
  }
}
.home-hero__inner h1 img {
  position: absolute;
  top: -100px;
  right: 52px;
  width: 122px;
  -webkit-transform: rotate(-0.78deg);
      -ms-transform: rotate(-0.78deg);
          transform: rotate(-0.78deg);
}
@media (max-width: 1365px) {
  .home-hero__inner h1 img {
    top: -80px;
    right: 55px;
    width: 100px;
  }
}
@media (max-width: 1023px) {
  .home-hero__inner h1 img {
    top: -60px;
    right: -20px;
    width: 90px;
  }
}
@media (max-width: 800px) {
  .home-hero__inner h1 img {
    top: -30px;
    right: -65px;
    width: 70px;
  }
}
.home-hero__inner .mob-herrow {
  display: none;
}
@media (max-width: 1365px) {
  .home-hero__inner .btn {
    padding: 14px 16px;
  }
  .home-hero__inner p {
    width: 409px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 1023px) {
  .home-hero__inner {
    gap: 12px;
  }
  .home-hero__inner .btn {
    padding: 14px 12px;
    font-size: 14px;
    line-height: 17px;
  }
  .home-hero__inner div {
    margin-top: 12px;
    gap: 20px;
  }
  .home-hero__inner p {
    width: 368px;
  }
}
@media (max-width: 800px) {
  .home-hero__inner .herrow {
    display: none;
  }
  .home-hero__inner .mob-herrow {
    display: block;
  }
  .home-hero__inner div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-hero__inner p {
    width: 100%;
  }
  .home-hero__inner .btn {
    font-size: 16px;
    line-height: 20px;
  }
}

.home-forcases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media (max-width: 1365px) {
  .home-forcases {
    gap: 40px;
  }
}
@media (max-width: 800px) {
  .home-forcases {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
  }
}

.home-forcases__inner {
  position: absolute;
  top: 50%;
  width: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1365px) {
  .home-forcases__inner a {
    margin-top: 10px;
  }
}

.home-forcases__item {
  position: relative;
  height: 400px;
  border-radius: 24px;
  padding: 48px;
}
.home-forcases__item img {
  display: none;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.home-forcases__item a {
  margin-top: 16px;
}
.home-forcases__item.seekers {
  background: url("assets/img/forcases1-bg.svg") no-repeat;
  background-position: center;
  background-size: cover;
}
.home-forcases__item.seekers .home-forcases__inner {
  right: 90px;
}
.home-forcases__item.seekers .home-forcases__inner p {
  width: 108%;
}
@media (max-width: 1365px) {
  .home-forcases__item.seekers .home-forcases__inner {
    right: 70px;
  }
}
@media (max-width: 1023px) {
  .home-forcases__item.seekers .home-forcases__inner {
    right: 50px;
  }
  .home-forcases__item.seekers .home-forcases__inner p {
    width: 108%;
  }
}
@media (max-width: 800px) {
  .home-forcases__item.seekers .home-forcases__inner p {
    width: auto;
  }
}
@media (max-width: 800px) {
  .home-forcases__item.seekers {
    background: url("assets/img/forcases1-mob-bg.svg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.home-forcases__item.workers {
  background: url("assets/img/forcases2-bg.svg") no-repeat;
  background-position: center;
  background-size: cover;
}
.home-forcases__item.workers .home-forcases__inner {
  width: 60%;
}
.home-forcases__item.workers .home-forcases__inner p {
  width: 80%;
}
@media (max-width: 800px) {
  .home-forcases__item.workers {
    background: url("assets/img/forcases2-mob-bg.svg") no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-forcases__item.workers .home-forcases__inner {
    width: 100%;
  }
  .home-forcases__item.workers .home-forcases__inner p {
    width: 100%;
  }
}
@media (max-width: 1365px) {
  .home-forcases__item {
    height: 323px;
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .home-forcases__item {
    height: 288px;
    padding: 32px;
  }
}
@media (max-width: 800px) {
  .home-forcases__item {
    max-width: 342px;
    width: 100%;
    height: 502px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .home-forcases__item.workers h2 {
    width: 90%;
  }
  .home-forcases__item.workers .home-forcases__inner p {
    width: 90%;
  }
}

.home-forcases__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 1365px) {
  .home-forcases__inner {
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  .home-forcases__inner h2 {
    font-size: 20px;
    line-height: 120%;
  }
}
@media (max-width: 800px) {
  .home-forcases__inner {
    padding-bottom: 40px;
    width: 100%;
    left: 0;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 20px;
    top: 0;
  }
  .home-forcases__inner .btn {
    background: none;
    color: #502bb6;
    padding: 0;
  }
  .home-forcases__inner .btn:hover {
    color: #7c5cd3;
  }
  .home-forcases__inner .btn {
    padding: 8px 0;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home-forcases__inner h2 {
    font-size: 18px;
    line-height: 120%;
  }
}

section.home_s2 h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
}

.home-league {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1365px) {
  .home-league {
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .home-league {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 48px;
  }
}
@media (max-width: 800px) {
  .home-league {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 24px;
  }
}

.home-league__item {
  min-width: 600px;
  padding: 32px;
  background: #ffffff;
  border-radius: 0px 0px 12px 12px;
}
.home-league__item.workers {
  border-top: 5px solid #ecbf50;
}
.home-league__item.seekers {
  border-top: 5px solid #4273d2;
}
.home-league__item > span {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  color: #212529;
}
@media (max-width: 1365px) {
  .home-league__item {
    min-width: 460px;
    padding: 28px;
  }
  .home-league__item > span {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .home-league__item {
    min-width: unset;
    padding: 24px;
  }
  .home-league__item img {
    width: 44px;
  }
}
@media (max-width: 800px) {
  .home-league__item > span {
    font-size: 18px;
    line-height: 22px;
  }
}

.home-league__list {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
}
.home-league__list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 16px;
  line-height: 150%;
}
.home-league__list div img {
  width: 48px;
}
@media (max-width: 1365px) {
  .home-league__list {
    gap: 28px;
  }
  .home-league__list div {
    font-size: 14px;
  }
}

.home-booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
.home-booking h2 {
  margin: 16px 0 40px 0;
}
.home-booking ul {
  margin-bottom: 44px;
  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;
  font-size: 16px;
  line-height: 150%;
  color: #212529;
}
.home-booking ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.home-booking > img {
  width: 615px;
}
@media (max-width: 1365px) {
  .home-booking h2 {
    margin: 12px 0 28px 0;
    font-size: 26px;
    line-height: 120%;
  }
  .home-booking > img {
    width: 440px;
  }
  .home-booking ul {
    gap: 28px;
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 1023px) {
  .home-booking {
    gap: 44px;
  }
  .home-booking h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .home-booking > img {
    width: 350px;
  }
  .home-booking ul {
    margin-bottom: 28px;
    gap: 24px;
  }
  .home-booking span {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .home-booking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-booking > img {
    width: 100%;
  }
  .home-booking span {
    font-size: 12px;
    line-height: 15px;
  }
  .home-booking ul li {
    gap: 16px;
  }
  .home-booking li img {
    width: 20px;
  }
}

.home-launch h2 {
  margin: 16px 0 56px 0;
}
@media (max-width: 1365px) {
  .home-launch h2 {
    margin: 12px 0 48px 0;
    font-size: 26px;
    line-height: 120%;
  }
}

.home-launch__steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1365px) {
  .home-launch__steps {
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .home-launch__steps {
    gap: 24px;
  }
}
@media (max-width: 800px) {
  .home-launch__steps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.home-launch__step {
  border: 1px solid rgba(209, 209, 209, 0.75);
  border-radius: 16px;
  overflow: hidden;
}

.home-launch__illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 42px 0;
  background: linear-gradient(237.67deg, rgba(189, 180, 254, 0.7) -65.37%, rgba(217, 214, 254, 0.7) 148.75%);
}
@media (max-width: 1365px) {
  .home-launch__illust {
    padding: 36px 0;
  }
  .home-launch__illust img {
    height: 150px;
  }
}
@media (max-width: 1023px) {
  .home-launch__illust {
    padding: 32px 0;
  }
  .home-launch__illust img {
    height: 120px;
  }
}
@media (max-width: 800px) {
  .home-launch__illust {
    padding: 46px 0;
  }
  .home-launch__illust img {
    height: 148px;
  }
}

.home-launch__content {
  min-height: 226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 24px 32px;
  background: #fff;
}
.home-launch__content b {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
}
.home-launch__content p {
  font-size: 16px;
  line-height: 150%;
}
.home-launch__content a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 0px;
  font-size: 16px;
  line-height: 20px;
  color: #502bb6;
}
@media (max-width: 1365px) {
  .home-launch__content {
    min-height: 222px;
    gap: 0;
  }
  .home-launch__content b {
    font-size: 18px;
    line-height: 22px;
  }
  .home-launch__content p {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .home-launch__content {
    min-height: 226px;
    padding: 24px 20px;
    padding-bottom: 16px;
  }
}
@media (max-width: 800px) {
  .home-launch__content {
    min-height: 189px;
    padding: 24px;
  }
  .home-launch__content a {
    padding: 8px 0;
  }
}

.home-pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
.home-pair h2 span {
  color: #5925dc;
}
.home-pair h2 img {
  margin-left: -25px;
  margin-bottom: 13px;
}
.home-pair div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.home-pair a {
  margin-top: 16px;
}
@media (max-width: 1365px) {
  .home-pair > img {
    width: 450px;
  }
  .home-pair div {
    gap: 12px;
  }
  .home-pair h2 {
    font-size: 26px;
    line-height: 120%;
  }
  .home-pair p {
    font-size: 16px;
    line-height: 150%;
  }
  .home-pair a {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .home-pair {
    gap: 44px;
  }
  .home-pair > img {
    width: 355px;
  }
  .home-pair h2 img {
    width: 40px;
    margin-left: -20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 800px) {
  .home-pair {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}

.site-footer {
  padding: 80px;
  border-top: 1px solid #d1d1d1;
}
@media (max-width: 1365px) {
  .site-footer {
    padding: 40px;
  }
}
@media (max-width: 800px) {
  .site-footer {
    padding: 40px 0;
  }
}

.site-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}
.site-footer__inner .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer__inner .site-info span {
  color: #cacaca;
}
@media (max-width: 1365px) {
  .site-footer__inner .site-info span {
    position: absolute;
    bottom: -30px;
  }
}
@media (max-width: 1023px) {
  .site-footer__inner .site-info span {
    position: absolute;
    bottom: -30px;
    font-size: 14px;
  }
}
.site-footer__inner .site-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
@media (max-width: 1365px) {
  .site-footer__inner .site-footer__links {
    gap: 100px;
  }
  .site-footer__inner .site-footer__links div {
    gap: 4px;
  }
  .site-footer__inner .site-footer__links div b {
    margin-bottom: 4px;
  }
  .site-footer__inner .site-footer__links div a {
    font-size: 12px;
    line-height: 28px;
  }
}
@media (max-width: 1023px) {
  .site-footer__inner .site-footer__links {
    gap: 60px;
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .site-footer__inner .site-footer__links {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer__inner .site-footer__links > div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
.site-footer__inner .site-footer__column {
  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;
}
.site-footer__inner .site-footer__column b {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-weight: 700;
  margin-bottom: 8px;
  font-weight: 700;
  color: #202127;
}
.site-footer__inner .site-footer__column a {
  color: #707070;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
}
.site-footer__inner .site-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
@media (max-width: 1365px) {
  .site-footer__inner .site-footer__nav {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1365px) {
  .site-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 800px) {
  .site-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
}

.footer__follow-us a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 1366px) {
  .footer__follow-us {
    gap: 4px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__follow-us a span {
    display: none;
  }
  .footer__follow-us b {
    width: 100%;
  }
}

.content-heading {
  min-height: 326px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 70px;
  background: linear-gradient(110.9deg, #8a5de9 5.55%, #502bb6 70.88%);
  color: #fff;
}
.content-heading.shorted {
  min-height: 300px;
}
@media (max-width: 1023px) {
  .content-heading {
    min-height: 448px;
  }
}
@media (max-width: 1023px) {
  .content-heading {
    min-height: 342px;
  }
}

.content-heading__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 32px;
  text-align: center;
  background: #ffffff;
  border-radius: 100px;
  margin-top: 16px;
}
@media (max-width: 800px) {
  .content-heading__btn {
    padding: 14px 32px;
    font-size: 16px;
    line-height: 20px;
  }
}

.content-heading__inner {
  padding: 50px 0;
  padding-bottom: 85px;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 1023px) {
  .content-heading__inner {
    width: 60%;
    margin-bottom: -50px;
    margin-top: 50px;
  }
  .content-heading__inner h1 {
    width: 60%;
  }
}
@media (max-width: 800px) {
  .content-heading__inner {
    margin-bottom: 0;
    width: 100%;
  }
  .content-heading__inner h1 {
    width: 100%;
  }
}

@media (min-width: 1023px) {
  .main-navigation a {
    color: #fff;
    font-weight: 400;
  }
}
@media (max-width: 1023px) {
  .main-navigation {
    display: block;
    z-index: 1;
    position: fixed;
    top: -100vh;
    left: 0;
    height: calc(100vh - 40px);
    width: 100%;
    background: #fff;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
  .main-navigation .menu-main-menu-container {
    height: 100%;
    position: relative;
  }
  .main-navigation ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-top: 50px;
    font-size: 32px;
    line-height: 120%;
    color: #502bb6;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
  .main-navigation .header-btn a {
    margin: 0;
    width: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 0;
    font-size: 16px;
  }
  .main-navigation .header-btn.primary {
    position: absolute;
    bottom: 70px;
    left: 0;
  }
  .main-navigation .header-btn.primary a {
    margin: 0;
  }
  .main-navigation .header-btn.secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 68px;
    left: 225px;
  }
  .main-navigation .header-btn.secondary a {
    margin: 0;
    text-align: center;
  }
  .main-navigation.active {
    top: 74px;
  }
}
@media (max-width: 800px) {
  .main-navigation .header-btn {
    width: 100%;
  }
  .main-navigation .header-btn a {
    width: 100%;
  }
  .main-navigation .header-btn.primary {
    position: absolute;
    bottom: 160px;
    left: 0;
  }
  .main-navigation .header-btn.secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 85px;
    left: 0;
  }
}

.burger {
  display: none;
}
@media (max-width: 1023px) {
  .burger {
    display: block;
  }
}

#burger__hide {
  display: none;
}

.left-inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
.left-inform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.left-inform div h2 {
  margin-bottom: 12px;
}
.left-inform a {
  margin-top: 16px;
}
.left-inform p {
  font-size: 16px;
}
.left-inform > img {
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1365px) {
  .left-inform > img {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .left-inform {
    gap: 32px;
  }
  .left-inform > img {
    width: 355px;
  }
  .left-inform h2 img {
    width: 40px;
    margin-left: -20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 800px) {
  .left-inform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .left-inform p {
    font-size: 14px;
    line-height: 150%;
  }
  .left-inform div {
    gap: 8px;
  }
  .left-inform div h2 {
    margin-bottom: 4px;
  }
  .left-inform img {
    width: 100%;
  }
}

.services-caregiving__inner {
  margin-top: 56px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1023px) {
  .services-caregiving__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .services-caregiving__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.styled-tab {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0.5px solid rgba(209, 209, 209, 0.75);
  background: #fff;
  border-radius: 8px;
}
.styled-tab img {
  width: 52px;
  margin-bottom: 28px;
}
.styled-tab b {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.styled-tab span {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .styled-tab img {
    width: 44px;
  }
  .styled-tab b {
    width: 62%;
  }
  .styled-tab span {
    font-size: 14px;
    line-height: 150%;
  }
}

.video-inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
}
.video-inform h2 {
  width: 60%;
}
.video-inform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.video-inform a {
  margin-top: 16px;
  -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1));
}
.video-inform img {
  max-width: 700px;
}
.video-inform p {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 1365px) {
  .video-inform {
    gap: 20px;
  }
  .video-inform img {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .video-inform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video-inform div {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 404px;
  }
  .video-inform h2 img {
    width: 40px;
    margin-left: -20px;
    margin-bottom: 5px;
  }
  .video-inform img {
    height: 480px;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
}
@media (max-width: 800px) {
  .video-inform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .video-inform div {
    width: 100%;
    gap: 12px;
  }
  .video-inform a {
    margin: 0;
    width: 100%;
  }
  .video-inform img {
    height: 200px;
  }
}

.right-inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 160px;
}
.right-inform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.right-inform div h2 {
  margin-bottom: 12px;
}
.right-inform div p {
  font-size: 16px;
  line-height: 150%;
}
.right-inform a {
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .right-inform {
    gap: 44px;
  }
  .right-inform img {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .right-inform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .right-inform img {
    width: 100%;
    height: 256px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.services-advisers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 158px;
}
@media (max-width: 1365px) {
  .services-advisers {
    gap: 10px;
  }
}
@media (max-width: 1023px) {
  .services-advisers {
    gap: 50px;
  }
}
@media (max-width: 800px) {
  .services-advisers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services-advisers__inner {
  min-width: 395px;
}
.services-advisers__inner h2 {
  margin-bottom: 16px;
}
.services-advisers__inner div {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .services-advisers__inner {
    min-width: 336px;
  }
  .services-advisers__inner .btn {
    padding: 14px 16px;
  }
}
@media (max-width: 800px) {
  .services-advisers__inner {
    min-width: unset;
  }
}

.table-responsive {
  width: 100%;
  overflow: scroll;
}

.services-advisers__tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 1023px) {
  .services-advisers__tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 800px) {
  .services-advisers__tabs {
    gap: 60px;
  }
}

.services-advisers__tab {
  min-height: 262px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services-advisers__tab div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services-advisers__tab div img {
  width: 40px;
  margin-bottom: 24px;
}
.services-advisers__tab div b {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.services-advisers__tab div span {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .services-advisers__tab {
    min-height: 0;
  }
  .services-advisers__tab div span {
    font-size: 14px;
    line-height: 150%;
  }
}

.feedbacks h2 {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .feedbacks h2 {
    margin-bottom: 48px;
  }
}

.feedbacks__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media (max-width: 800px) {
  .feedbacks__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.feedbacks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  border: 0.5px solid rgba(209, 209, 209, 0.75);
  border-radius: 8px;
}
.feedbacks__item p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.feedbacks__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 14px;
  line-height: 17px;
}
.feedbacks__author div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.feedbacks__author div b {
  color: #212529;
}
.feedbacks__author div span {
  color: #707070;
}
.feedbacks__author div img {
  width: 68px;
}

.content-contacts {
  background: #502bb6;
  color: #fff;
}

.content-contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-contacts__inner span {
  line-height: 150%;
}
@media (max-width: 1023px) {
  .content-contacts__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 800px) {
  .content-contacts__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.content-contacts__heading {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.content-contacts__heading span {
  width: 90%;
}
@media (max-width: 1023px) {
  .content-contacts__heading span {
    font-size: 14px;
    line-height: 150%;
  }
}

.content-contacts__btns {
  width: 725px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 85px;
}
.content-contacts__btns div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-contacts__btns div b {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
}
.content-contacts__btns div a {
  background: #fff;
}
.content-contacts__btns div span {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .content-contacts__btns {
    width: 369px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
  .content-contacts__btns div b {
    font-size: 18px;
    line-height: 22px;
  }
  .content-contacts__btns span {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 800px) {
  .content-contacts__btns {
    width: auto;
    gap: 48px;
  }
}

.content-contacts__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 32px;
  background: #ffffff;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .content-contacts__btn {
    padding: 14px 32px;
  }
}

.conventional-care__tabs {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media (max-width: 1023px) {
  .conventional-care__tabs {
    margin-top: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .conventional-care__tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

div.app-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 28px;
}
div.app-promo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.carer-calc__header {
  max-width: 500px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.carer-calc__header span {
  line-height: 150%;
}
@media (max-width: 1023px) {
  .carer-calc__header span {
    max-width: 420px;
    font-size: 14px;
    line-height: 150%;
  }
}

form#carer-calc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form#carer-calc > div {
  width: 555px;
}
form#carer-calc p {
  font-size: 14px;
  line-height: 17px;
  color: #707070;
  margin: 12px 0 16px 0;
}
form#carer-calc button {
  width: 100%;
  padding: 18px 0;
  background: #9b88ce;
  border-radius: 8px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
form#carer-calc button.active {
  background: #502bb6;
  pointer-events: unset;
}
@media (max-width: 1365px) {
  form#carer-calc > div {
    width: 435px;
  }
}
@media (max-width: 1023px) {
  form#carer-calc > div {
    width: 341px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 800px) {
  form#carer-calc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 90px;
  }
  form#carer-calc > div {
    width: 100%;
  }
}

.carer-calc__block,
.carer-calc__inputs {
  background: #ffffff;
  border: 1px solid rgba(209, 209, 209, 0.75);
  border-radius: 8px;
}

.carer-calc__block {
  padding: 44px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carer-calc__block b {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  color: #707070;
}
.carer-calc__block .amount {
  font-weight: 600;
  color: #212529;
}
.carer-calc__block > .amount {
  margin: 24px 0;
  font-size: 48px;
  line-height: 59px;
}
@media (max-width: 1023px) {
  .carer-calc__block {
    padding: 41px 24px;
  }
  .carer-calc__block > .amount {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 800px) {
  .carer-calc__block {
    padding: 32px 24px;
  }
  .carer-calc__block > .amount {
    font-size: 32px;
    line-height: 39px;
  }
}

.carer-calc__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.carer-calc__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 41px;
}
.carer-calc__input:not(:last-child) {
  border-bottom: 1px solid rgba(209, 209, 209, 0.75);
}
.carer-calc__input div {
  width: 182px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.carer-calc__input div input {
  height: 35px;
  width: 80px;
  background: #ffffff;
  border: 1px solid rgba(209, 209, 209, 0.75);
  border-radius: 6px;
  text-align: center;
}
.carer-calc__input div input::-webkit-outer-spin-button, .carer-calc__input div input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.carer-calc__input div input {
  -moz-appearance: textfield;
}
.carer-calc__input div span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1023px) {
  .carer-calc__input {
    padding: 22px;
  }
  .carer-calc__input div span {
    font-weight: 600;
  }
}

.carer-calc__heading {
  display: block;
  margin-bottom: 4px;
  color: #707070;
  text-align: center;
}
@media (max-width: 1023px) {
  .carer-calc__heading {
    font-size: 16px;
    line-height: 20px;
  }
}

.carer-calc__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
.carer-calc__data .amount {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
}
.carer-calc__data div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .carer-calc__data {
    font-size: 21px;
    line-height: 26px;
  }
}

.carer-calc__warn {
  margin-top: 24px;
  padding: 16px 12px;
  background: #f8f8f8;
  border-radius: 4px;
  color: #707070;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}

.services-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  row-gap: 56px;
}
@media (max-width: 1365px) {
  .services-list {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 800px) {
  .services-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.service-card {
  border: 1px solid rgba(209, 209, 209, 0.75);
  border-radius: 8px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 210px 1fr;
  grid-template-rows: 210px 1fr;
}

.service-card__illustration {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fafafa;
}
@media (max-width: 1023px) {
  .service-card__illustration img {
    max-height: 180px;
    max-width: 100%;
  }
}

.service-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px;
  min-height: 100%;
}
.service-card__content b {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
}
.service-card__content a {
  margin-top: 16px;
  display: block;
  padding: 18px 0;
}
.service-card__content p {
  font-size: 16px;
  line-height: 150%;
}
.service-card__content span {
  display: block;
  margin-top: 12px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .service-card__content {
    padding: 24px;
  }
  .service-card__content b {
    font-size: 18px;
    line-height: 22px;
  }
  .service-card__content p {
    font-size: 14px;
    line-height: 150%;
  }
}

.service-page {
  padding: 80px 0;
}
.service-page h2 {
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .service-page {
    padding: 80px 24px;
  }
}

.points-section {
  padding: 56px 0;
}
.points-section div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.points-section h2 {
  max-width: 500px;
}
.points-section ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.points-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.points-section ul li span {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .points-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
  .points-section ul {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .points-section {
    padding: 32px 0;
  }
  .points-section ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .points-section ul li span {
    font-size: 14px;
    line-height: 150%;
  }
}

.service-tabs {
  margin-top: 56px;
  margin-bottom: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1023px) {
  .service-tabs {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .service-tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.triangle-inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.triangle-inform h2 {
  min-width: 500px;
}
@media (max-width: 1023px) {
  .triangle-inform h2 {
    max-width: 369px;
  }
}
@media (max-width: 800px) {
  .triangle-inform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .triangle-inform h2 {
    min-width: 100%;
  }
}

.triangle-inform__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 1023px) {
  .triangle-inform__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.triangle-inform__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.triangle-inform__item b {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.triangle-inform__item p {
  font-size: 16px;
  line-height: 150%;
}

.massive-learn-a {
  padding: 18px 0;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .massive-learn-a {
    padding: 14px 0;
  }
}

.service-steps {
  position: relative;
  margin-top: 56px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr 100px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
.service-steps::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 55px;
  height: 3px;
  width: 100%;
  background: #f3eeff;
}
@media (max-width: 800px) {
  .service-steps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .service-steps:after {
    display: none;
  }
}

.service-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-step b {
  text-align: center;
  display: block;
  margin: 32px 0 16px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.service-step p {
  text-align: center;
  font-size: 16px;
}

.relative-services {
  margin-top: 56px;
  margin-bottom: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 1023px) {
  .relative-services {
    gap: 24px;
  }
}
@media (max-width: 800px) {
  .relative-services {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.contact-us__methods {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.contact-us__methods a {
  margin-top: 45px;
}
.contact-us__methods a.btn {
  padding: 14px 32px;
  margin-top: 25px;
}
@media (max-width: 800px) {
  .contact-us__methods {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contact-us__methods a.btn {
    width: 157px;
  }
}

.triangle-inform.contact-us p {
  font-size: 16px;
  line-height: 150%;
}
@media (min-width: 1023px) {
  .triangle-inform.contact-us p {
    margin-top: 16px;
    max-width: 400px;
  }
}

.content-us__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-us-btm {
  background: #502bb6;
  color: #fff;
}
.content-us-btm h2 {
  width: 670px;
}
@media (max-width: 800px) {
  .content-us-btm h2 {
    width: 100%;
  }
}

.content-us-btm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-us-btm__inner a {
  padding: 18px 32px;
  background: #fff;
  border-radius: 100px;
}
@media (max-width: 1023px) {
  .content-us-btm__inner h2 {
    max-width: 472px;
    font-size: 24px !important;
    line-height: 120%;
  }
  .content-us-btm__inner a {
    padding: 14px 32px;
  }
}
@media (max-width: 800px) {
  .content-us-btm__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    font-size: 16px;
    line-height: 20px;
  }
}

.advice-steps {
  position: relative;
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.advice-steps::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 127px;
  height: 3px;
  width: 100%;
  background: #f3eeff;
}
@media (max-width: 800px) {
  .advice-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .advice-steps:after {
    display: none;
  }
}

.advice_s3 .advice-steps {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.advice_s3 .advice-steps .advice-step {
  max-width: 230px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}
.advice_s3 .advice-steps::after {
  top: 118px;
}
@media (max-width: 1023px) {
  .advice_s3 .advice-steps {
    margin-top: 48px;
  }
}
@media (max-width: 800px) {
  .advice_s3 .advice-steps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .advice_s3 .advice-steps .advice-step {
    max-width: 320px;
  }
}

.advice-step {
  min-width: 25%;
  max-width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.advice-step img {
  height: 56px;
  width: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.advice-step b {
  padding: 12px 14px;
  min-width: 60px;
  display: block;
  margin-top: 32px;
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  background: #f3eeff;
  border: 6px solid #ffffff;
  border-radius: 100px;
  color: #502bb6;
}
@media (max-width: 800px) {
  .advice-step b {
    margin: 16px 0;
  }
}

.advice-triangle {
  gap: 40px;
}
.advice-triangle h2 {
  margin-right: 100px;
  max-width: 395px;
  min-width: auto;
}
@media (max-width: 1365px) {
  .advice-triangle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.advice-triangle__block {
  padding: 32px;
  border-radius: 8px;
}
.advice-triangle__block b {
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
@media (max-width: 800px) {
  .advice-triangle__block b {
    font-size: 18px;
    line-height: 22px;
  }
}

.triangle-inform__points {
  margin-top: 32px;
  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;
}
.triangle-inform__points div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.triangle-inform__points div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 28px;
}
.triangle-inform__points div span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
@media (max-width: 800px) {
  .triangle-inform__points {
    margin-top: 12px;
  }
}

.triangle-advice__inner {
  gap: 32px;
}

.plans-comparing {
  margin-top: 56px;
  padding: 16px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(37, 33, 42, 0.15);
          box-shadow: 0px 0px 5px rgba(37, 33, 42, 0.15);
  border-radius: 8px;
}
.plans-comparing > div {
  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;
}
.plans-comparing .btn {
  margin: 41px auto 66px auto;
}
@media (max-width: 1023px) {
  .plans-comparing {
    margin-top: 28px;
  }
}
@media (max-width: 800px) {
  .plans-comparing {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .plans-comparing > div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.plans-comparing__heading {
  padding: 34px 32px;
  border-bottom: 2px solid #f9f9f9;
}
.plans-comparing__heading div {
  width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plans-comparing__heading span {
  text-align: center;
}
.plans-comparing__heading b {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #000000;
}
.plans-comparing__heading span {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}
.plans-comparing__heading .carer-basic {
  color: #502bb6;
}
.plans-comparing__heading .carer-plus {
  color: #f5a828;
}
@media (max-width: 1365px) {
  .plans-comparing__heading b {
    font-size: 20px;
    line-height: 24px;
  }
  .plans-comparing__heading span {
    font-size: 18px;
    line-height: 150%;
  }
  .plans-comparing__heading div {
    width: 380px;
  }
}
@media (max-width: 1023px) {
  .plans-comparing__heading {
    padding: 24px;
  }
  .plans-comparing__heading div {
    width: 345px;
  }
}
@media (max-width: 800px) {
  .plans-comparing__heading {
    padding: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
    border: 0;
  }
  .plans-comparing__heading b {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  .plans-comparing__heading span {
    font-size: 16px;
  }
  .plans-comparing__heading div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.plans-comparing__item {
  padding: 32px;
}
.plans-comparing__item:not(:last-child) {
  border-bottom: 2px solid rgba(240, 240, 240, 0.4);
}
@media (max-width: 1023px) {
  .plans-comparing__item {
    padding: 20px;
  }
}
@media (max-width: 800px) {
  .plans-comparing__item {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0;
    gap: 14px;
  }
}

.plans-comparing__booleans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 560px;
}
.plans-comparing__booleans img {
  margin-left: 60px;
}
@media (max-width: 1365px) {
  .plans-comparing__booleans {
    width: 395px;
  }
}
@media (max-width: 1023px) {
  .plans-comparing__booleans {
    width: 360px;
  }
  .plans-comparing__booleans img {
    width: 40px;
  }
}
@media (max-width: 800px) {
  .plans-comparing__booleans {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 12px;
  }
  .plans-comparing__booleans div {
    width: 100%;
    padding: 16px 0;
    background: rgba(203, 186, 247, 0.15);
    border-radius: 8px;
  }
  .plans-comparing__booleans img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 1365px) {
  .advice-inform img {
    width: 420px;
  }
}
@media (max-width: 1023px) {
  .advice-inform img {
    width: 356px;
  }
}
@media (max-width: 800px) {
  .advice-inform img {
    width: 100%;
  }
}

.plans-comparing__plus {
  margin-right: 100px;
}
@media (max-width: 1365px) {
  .plans-comparing__plus {
    margin-right: 70px;
  }
}
@media (max-width: 800px) {
  .plans-comparing__plus {
    margin-right: 0;
    background: rgba(255, 235, 202, 0.2) !important;
  }
  .plans-comparing__plus img {
    margin: 0 auto;
  }
}

.plans-comparing__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  max-width: 420px;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .plans-comparing__label {
    font-size: 16px;
    line-height: 150%;
    max-width: 300px;
    gap: 14px;
  }
}

.plans-comparing__tooltip {
  position: relative;
  cursor: pointer;
}
.plans-comparing__tooltip div {
  z-index: 2;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  border-radius: 10px;
  background: rgba(37, 33, 42, 0.75);
  color: #fff;
  max-width: 300px;
  line-height: 120%;
  cursor: default;
}
@media (max-width: 800px) {
  .plans-comparing__tooltip div {
    max-width: 200px;
    line-height: 150%;
    bottom: 0;
    left: -140px;
    top: auto;
  }
}

.custom-page {
  padding: 80px 0;
}

.terms-n-condition {
  font-weight: 400;
}
.terms-n-condition h1,
.terms-n-condition h2 {
  text-align: center;
}
.terms-n-condition p {
  margin: 10px 0;
}
.terms-n-condition h3 {
  font-size: 20px;
  text-decoration: underline;
}
.terms-n-condition ol,
.terms-n-condition ul {
  padding-left: 20px;
  list-style: disc;
}
.terms-n-condition ol li,
.terms-n-condition ul li {
  font-size: 16px;
  line-height: 20px;
}
.terms-n-condition em {
  font-style: italic;
}
.terms-n-condition table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.terms-n-condition table td {
  padding: 10px;
}
@media (max-width: 800px) {
  .terms-n-condition {
    padding: 64px 24px;
  }
}

.single-post .content-heading {
  max-height: none;
  min-height: 150px;
}
.single-post .content-heading__inner {
  display: none;
}
@media (max-width: 1023px) {
  .single-post div.col-12.col-lg-4.mt-5.py-5,
  .single-post .row.mt-5 {
    margin: 0 !important;
  }
}

.main-content p {
  margin: 10px 0;
  font-size: 16px;
}
.main-content ul {
  padding-left: 20px;
  list-style: disc;
}
.main-content ul li {
  font-size: 16px;
  line-height: 22px;
}

.article-list {
  margin-top: 100px;
}
.article-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .article-list {
    margin-top: 30px;
  }
}

.article-list li:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: relative;
  top: 8px;
}

.article-list li.active a {
  font-weight: 500;
  color: #333;
  pointer-events: none;
}

.avatar {
  background: #eee;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: relative;
}

.avatar img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.blog-topics {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0;
}

.blog-topics .topic-item {
  margin-bottom: 16px;
}

.blog-topics .topic-item a {
  color: #fff;
  line-height: 17px;
  padding: 10px 24px;
  border: 1px solid #fff;
  border-radius: 48px;
  text-decoration: none;
}

.card .card-title a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

.tag-list {
  margin-top: 15px;
}

.blog-topics .topic-item.active a,
.blog-topics .topic-item.active a:hover {
  background-color: #fff;
  color: #5122b8;
}

.card-img,
.card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
}

.card .card-img-top {
  min-height: 240px;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-clmn-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-clmn-2 .content {
  max-width: 100%;
}
.sec-clmn-2 .content h2 {
  margin-bottom: 24px;
}
.sec-clmn-2 .content div {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.sec-clmn-2 .content div p {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .sec-clmn-2 .content div p {
    font-size: 14px;
  }
}
.sec-clmn-2 .content .btn {
  font-size: 16px;
}
.sec-clmn-2 > img {
  max-width: 100%;
}
@media (max-width: 800px) {
  .sec-clmn-2 .content h2 {
    margin-bottom: 12px;
  }
}

.about-us-s1 .content {
  width: 527px;
}
.about-us-s1 > img {
  width: 640px;
}
@media (max-width: 1365px) {
  .about-us-s1 .content {
    width: 400px;
  }
  .about-us-s1 > img {
    width: 500px;
  }
}
@media (max-width: 1023px) {
  .about-us-s1 .content {
    width: 380px;
  }
  .about-us-s1 > img {
    width: 356px;
  }
}
@media (max-width: 800px) {
  .about-us-s1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.about-us-s2 .content {
  width: 616px;
}
.about-us-s2 > img {
  width: 520px;
}
@media (max-width: 1023px) {
  .about-us-s2 .content {
    width: 372px;
  }
  .about-us-s2 .content div {
    margin-bottom: 24px;
  }
  .about-us-s2 > img {
    width: 354px;
  }
}
@media (max-width: 800px) {
  .about-us-s2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}

.about-us-s3 .content {
  width: 500px;
}
.about-us-s3 > img {
  width: 700px;
}
@media (max-width: 1365px) {
  .about-us-s3 .content {
    width: 400px;
  }
  .about-us-s3 > img {
    width: 500px;
  }
}
@media (max-width: 1023px) {
  .about-us-s3 .content {
    width: 372px;
  }
  .about-us-s3 > img {
    width: 412px;
  }
}
@media (max-width: 800px) {
  .about-us-s3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .about-us-s3 .content {
    width: 412px;
  }
}

.faq-section {
  background: #f7f6ff;
}

.faq__questions {
  display: none;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.faq__questions.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq__question {
  padding: 26px;
  background: #ffffff;
  border: 0.5px solid rgba(209, 209, 209, 0.75);
  border-radius: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.faq__question:hover {
  background: #f9f9f9;
}

.faq__question-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #212529;
  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;
}
@media (max-width: 800px) {
  .faq__question-title {
    gap: 32px;
  }
}

.faq__question-title span {
  max-width: calc(100% - 80px);
}
@media (max-width: 800px) {
  .faq__question-title span {
    max-width: none;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
}

.faq__question-title svg {
  width: 17px;
  height: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq__question-text {
  font-size: 16px;
  line-height: 150%;
  padding: 0 80px 0 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.faq__question-text p {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 800px) {
  .faq__question-text {
    padding-right: 0;
  }
}

.faq__question_open .faq__question-title svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.faq__question_open .faq__question-text {
  max-height: 300px;
  -webkit-transition: 0.6s ease max-height;
  transition: 0.6s ease max-height;
  margin: 24px 0 0 0;
}

.faq__inner {
  padding: 56px 0 80px 0;
}
.faq__inner button {
  margin: 16px 16px 0 0;
  color: #111;
  line-height: 17px;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #111;
  border-radius: 48px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.faq__inner button.active {
  background: #ffffff;
  color: #111;
  border: 1px solid #111;
}
.faq__inner span {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .faq__inner span {
    font-size: 16px;
  }
}

.faq__question-text ul {
  padding-left: 20px;
  list-style: disc;
}

.contact-us .content-heading__inner {
  width: 550px;
}
.contact-us.triangle-inform {
  gap: 92px;
}
.contact-us.triangle-inform h2 {
  min-width: unset;
}
.contact-us.triangle-inform div:first-child {
  width: 369px;
}
.contact-us .triangle-inform.contact-us p {
  margin-top: 0;
}
.contact-us h2 {
  margin-bottom: 16px;
}
.contact-us h1 {
  width: 100%;
}
.contact-us .content-heading__inner p {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 1365px) {
  .contact-us .content-heading__inner {
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .contact-us .content-heading__inner {
    width: 490px;
  }
}
@media (max-width: 1023px) {
  .contact-us .content-heading__inner {
    width: 320px;
  }
  .contact-us h2 {
    font-size: 24px;
    line-height: 120%;
  }
}

.home_s1 {
  padding-top: 50px;
  padding-bottom: 104;
}
@media (max-width: 1365px) {
  .home_s1 {
    padding-top: 28px;
  }
}

.site-main.services-user .content-heading__inner {
  max-width: 510px;
}
@media (max-width: 1023px) {
  .site-main.services-user .content-heading {
    min-height: 348px;
  }
  .site-main.services-user .content-heading__inner p {
    font-size: 16px;
    line-height: 150%;
  }
}

.site-main.about-us .content-heading__inner h1 {
  max-width: 400px;
}
@media (max-width: 800px) {
  .site-main.about-us .content-heading__inner {
    max-width: 218px;
  }
}

.site-main.advice-and-support .content-heading__inner h1 {
  max-width: 730px;
}

.site-main.for-carer .content-heading__inner h1 {
  max-width: 680px;
}

section.home_s3 {
  padding-top: 36px;
}

.site-footer .custom-logo {
  height: 50px;
  width: 100px;
}

.site-footer__inner .site-footer__links .footer__follow-us {
  gap: 8px;
}
.site-footer__inner .site-footer__links .footer__follow-us b {
  margin-bottom: 13px;
}
.site-footer__inner .site-footer__links .footer__follow-us span {
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1366px) {
  .site-footer__inner .site-footer__links .footer__follow-us {
    gap: 4px;
  }
  .site-footer__inner .site-footer__links .footer__follow-us b {
    margin-bottom: 0;
  }
}

@media (max-width: 1366px) {
  .site-footer__links {
    font-size: 12px;
    line-height: 28px;
  }
}

.site-main.for-carer .content-heading {
  min-height: 425px;
}
.site-main.for-carer .content-heading__inner h1 {
  width: 681px;
}
.site-main.for-carer .content-heading__inner p {
  width: 557px;
}
@media (max-width: 1023px) {
  .site-main.for-carer .content-heading__inner h1 {
    width: 473px;
  }
  .site-main.for-carer .content-heading__inner p {
    width: 473px;
  }
}
@media (max-width: 800px) {
  .site-main.for-carer .content-heading__inner h1 {
    width: 100%;
  }
  .site-main.for-carer .content-heading__inner p {
    width: 100%;
  }
}

.services-heading {
  min-height: 512px;
}
.services-heading .content-heading__inner {
  width: 557px;
  padding-top: 56px;
}
@media (max-width: 1023px) {
  .services-heading h1 {
    width: 85%;
  }
  .services-heading p {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 800px) {
  .services-heading .content-heading__inner {
    width: 100%;
  }
}

.content-contacts__btn {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.content-contacts__btn:hover {
  background: #f5f5f5;
}
.content-contacts__btn:active {
  background: #eaeaea;
}

.advice-and-support .content-heading__inner {
  padding-top: 56px;
  padding-bottom: 80px;
}

.left-inform.advice-inform p {
  width: 527px;
}
@media (max-width: 1365px) {
  .left-inform.advice-inform p {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .left-inform.advice-inform p {
    width: 324px;
  }
}
@media (max-width: 800px) {
  .left-inform.advice-inform p {
    width: 100%;
  }
}

.right-inform.advice-inform {
  gap: 113px;
}
@media (max-width: 1023px) {
  .right-inform.advice-inform {
    gap: 44px;
  }
}

.contact-us .content-heading {
  min-height: 398px;
}
.contact-us h2 {
  font-size: 32px;
  line-height: 120%;
}
.contact-us .styled-tab {
  min-height: 288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-us .styled-tab > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 8px;
}
.contact-us .styled-tab a:not(.btn) {
  margin: 0;
  padding: 14px 0;
}
@media (max-width: 1023px) {
  .contact-us .styled-tab {
    min-height: 324px;
  }
}
@media (max-width: 1023px) {
  .contact-us .styled-tab {
    min-height: 296px;
  }
}
@media (max-width: 1023px) {
  .contact-us {
    font-size: 24px;
  }
  .contact-us .styled-tab img {
    margin-bottom: 24px;
  }
  .contact-us .styled-tab.email a {
    font-size: 14px;
    line-height: 17px;
  }
  .contact-us .styled-tab.phone {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 800px) {
  .contact-us {
    font-size: 24px;
  }
}

.site-footer__inner .site-footer__links .footer-sider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 56px;
}
@media (max-width: 1366px) {
  .site-footer__inner .site-footer__links .footer-sider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 800px) {
  .site-footer__inner .site-footer__links .footer-sider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.types-tabs .service-tabs {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .services-user .left-inform > img {
    max-width: 412px;
  }
}

@media (max-width: 1023px) {
  .right_inform_block .right-inform img {
    width: 277px;
  }
  .right_inform_block .right-inform > div {
    max-width: 372px;
  }
}

@media (max-width: 1023px) {
  .for-carer .left-inform > img {
    max-width: 415px;
  }
  .for-carer .left-inform .btn {
    padding: 14px 12px;
  }
  .for-carer .left-inform div h2 {
    width: 60%;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
  }
}

@media (max-width: 1023px) {
  .video_inform_block .btn {
    padding: 18px 32px;
  }
}
@media (max-width: 800px) {
  .video_inform_block h2 {
    width: 85%;
  }
  .video_inform_block .btn {
    margin-top: 12px;
  }
}

@media (max-width: 1023px) {
  .app-promo_block .left-inform > div {
    max-width: 326px;
  }
  .app-promo_block .left-inform > img {
    max-width: 412px;
  }
  .app-promo_block .left-inform .app-promo img {
    width: 148px;
  }
  .app-promo_block .left-inform p {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 800px) {
  .app-promo_block .left-inform .app-promo {
    gap: 20px;
  }
  .app-promo_block .left-inform .app-promo img {
    height: 46px;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .advice-and-support .content-heading {
    min-height: 468px;
  }
  .advice-and-support .content-heading__inner {
    max-width: 480px;
    margin-top: 73px;
    margin-bottom: 0;
    padding-top: 60px;
  }
  .advice-and-support .content-heading__inner h1 {
    width: 100%;
  }
  .advice-and-support .content-heading__inner p {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (max-width: 1023px) {
  .advice_s1 p {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (max-width: 1023px) {
  .advice_s2 .right-inform.advice-inform {
    gap: 32px;
  }
}

@media (max-width: 1023px) {
  .advice_s4 .triangle-inform__inner {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .advice_s4 .triangle-inform__inner div {
    min-height: 34px;
  }
  .advice_s4 .triangle-inform__inner div span {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.25px;
    color: #000;
  }
  .advice_s4 .advice-triangle__block {
    padding: 24px;
  }
}
@media (max-width: 800px) {
  .advice_s4 .triangle-inform__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.contacts_s2 .contact-us.triangle-inform {
  gap: 48px;
}
.contacts_s2 .contact-us.triangle-inform div:first-child {
  width: auto;
  max-width: 369px;
}
@media (max-width: 1023px) {
  .contacts_s2 .triangle-inform.contact-us p {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (max-width: 1023px) {
  .single-service .content-heading__inner {
    padding-top: 0px;
  }
  .single-service .left-inform > img {
    width: 412px;
  }
  .single-service .heading-section {
    padding-bottom: 56px;
  }
  .single-service .points-section h2 {
    max-width: 460px;
  }
  .single-service .points-section div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .single-service .service-tabs {
    margin-top: 28px;
  }
  .single-service .service-tabs .styled-tab img {
    margin-bottom: 24px;
  }
  .single-service .triangle-inform {
    gap: 48px;
  }
  .single-service .triangle-inform .triangle-inform__item p {
    font-size: 14px;
    line-height: 150%;
  }
  .single-service .triangle-inform__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .single-service .steps-section {
    padding-top: 32px;
    padding-bottom: 60px;
  }
  .single-service .service-steps {
    gap: 44px;
  }
  .single-service .service-steps::after {
    top: 40px;
  }
  .single-service .service-step img {
    width: 80px;
  }
  .single-service .service-step p {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 800px) {
  .single-service .heading-section {
    padding-bottom: 64px;
  }
  .single-service .steps-section {
    padding: 40px 0;
  }
  .single-service .service-steps {
    gap: 48px;
  }
}

.main-navigation .my-account {
  display: none;
}
.main-navigation.loggedIn .notauth {
  display: none;
}
.main-navigation.loggedIn .my-account {
  display: block;
}

@media (max-width: 1023px) {
  .content-heading__inner.faq__inner {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .sec-clmn-2.about-us-s3 {
    gap: 32px;
  }
}

.grey.plans-comparing-sec .container {
  padding: 0;
}
.grey.plans-comparing-sec .container h2 {
  padding: 0 24px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); /* Add backdrop filter for blur effect */
}

.modal-content {
  height: 100vh;
  position: relative;
}

.modal-content__inner {
  width: 340px;
  padding: 25px 30px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 20px;
}
.modal-content__inner img {
  margin-bottom: 25px;
}
.modal-content__inner b {
  display: block;
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
}
.modal-content__inner p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
  text-align: center;
}
.modal-content__inner .btn {
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .modal-content__inner {
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #aaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: black;
}

.error404 header,
.error404 .site-header {
  background: #502bb6;
}
.error404 .site-header.active,
.error404 .site-header.scrolled {
  background: #fff;
}
.error404 main {
  margin: 0;
  background: #f7f6ff;
}

.not-found {
  padding: 104px 0;
}
.not-found .container {
  padding: 0 50px;
}
@media (max-width: 1023px) {
  .not-found {
    padding: 128px 0 64px 0;
  }
}

.not-found__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px;
  background: #fff;
  border-radius: 12px;
}
.not-found__inner img {
  margin-bottom: 20px;
  max-width: 100%;
}
.not-found__inner b {
  font-weight: 600;
  font-size: 56px;
  line-height: 150%;
}
.not-found__inner span {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 150%;
}
.not-found__inner p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgba(54, 54, 54, 0.8);
}
@media (max-width: 1023px) {
  .not-found__inner b {
    font-size: 48px;
  }
  .not-found__inner span {
    font-size: 20px;
  }
  .not-found__inner p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 800px) {
  .not-found__inner {
    padding: 116px 20px;
  }
  .not-found__inner b {
    font-size: 40px;
  }
  .not-found__inner span {
    font-size: 18px;
  }
}

ul {
  padding: 0;
  margin: 0;
}

.hidden {
  display: none !important;
}

.pi40 {
  padding-inline: 40px;
}

.gap12 {
  gap: 12px;
}

.gap16 {
  gap: 16px;
}

.gap24 {
  gap: 24px;
}

.gap32 {
  gap: 32px;
}

.gap64 {
  gap: 64px;
}

.mb32 {
  margin-bottom: 32px;
}

.show_mob {
  display: none;
}

.color-white {
  color: white;
}

.text-center {
  text-align: center;
}

.overflow {
  overflow: hidden;
}

.cover-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fdc,
.dfc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ais {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jcfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tdn {
  text-decoration: none;
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.w100 {
  width: 100%;
}

.br12 {
  border-radius: 12px;
}

.br16 {
  border-radius: 16px;
}

.br20 {
  border-radius: 20px;
}

.br24 {
  border-radius: 24px;
}

.br38 {
  border-radius: 38px;
}

.br32 {
  border-radius: 32px;
}

.br48 {
  border-radius: 48px;
}

.cg32 {
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.rg32 {
  row-gap: 32px;
}

@media (max-width: 1023px) {
  .hide_mob {
    display: none !important;
  }
  .show_mob {
    display: block;
  }
}
/**
 * Resets and/or normalizes styles for commonly used HTML elements.
 * Intended for modern versions of Chrome, Firefox, Edge, Safari, and IE11.
 *
 * Inspired by normalize.css v8.0.1 and Eric Meyer’s Reset CSS 2.0
 *  - But easy to swap out for either of those in full if required!
 */
body {
  margin: 0;
}

html {
  line-height: 1.2;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

li {
  list-style: none;
}

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

ol,
ul {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font: inherit;
}

address {
  font-style: normal;
}

blockquote {
  margin-right: 0;
  margin-left: 0;
}

iframe {
  display: block;
}

form {
  margin: 0;
}

input {
  border-radius: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h1 {
  /* H1 */
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 60px */
}

.h2 {
  /* H2 */
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
}

.h3 {
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 48.6px */
}

.h4 {
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.h5 {
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
}

.body-l {
  /* Desktop/Body/L */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.body-m {
  /* Desktop/Body/M */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.title_menu_footer {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 200% */
}

.body-text-1 {
  /* Body text-1 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

@media (min-width: 0px) and (max-width: 1100px) {
  .h1 {
    /* Mobile/Header/H1 */
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 43.2px */
  }
  .h2 {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
  }
  .h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
  }
  .h5,
  .h4 {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
  }
  .body-l {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
  }
  .body-m {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .h1 {
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 60px */
  }
}
@font-face {
  font-family: "icons";
  src: url("../icons/fontello.eot?83253125");
  src: url("../icons/fontello.eot?83253125#iefix") format("embedded-opentype"), url("../icons/fontello.woff?83253125") format("woff"), url("../icons/fontello.ttf?83253125") format("truetype"), url("../icons/fontello.svg?83253125#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Medium.eot");
  src: url("../fonts/inter/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Medium.woff2") format("woff2"), url("../fonts/inter/Inter-Medium.woff") format("woff"), url("../fonts/inter/Inter-Medium.ttf") format("truetype"), url("../fonts/inter/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Bold.eot");
  src: url("../fonts/inter/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Bold.woff2") format("woff2"), url("../fonts/inter/Inter-Bold.woff") format("woff"), url("../fonts/inter/Inter-Bold.ttf") format("truetype"), url("../fonts/inter/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.eot");
  src: url("../fonts/inter/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Regular.woff2") format("woff2"), url("../fonts/inter/Inter-Regular.woff") format("woff"), url("../fonts/inter/Inter-Regular.ttf") format("truetype"), url("../fonts/inter/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-SemiBold.eot");
  src: url("../fonts/inter/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("../fonts/inter/Inter-SemiBold.woff") format("woff"), url("../fonts/inter/Inter-SemiBold.ttf") format("truetype"), url("../fonts/inter/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  color: var(--Black, #040404);
  font-family: Montserrat;
}

.content_block {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  padding: 10px 20px;
  gap: 12px;
}

.btn-blue {
  background: var(--Blue, #302FDA);
  color: white;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-blue:hover {
  border-radius: 10px;
  background: #3638F5;
}

.btn-blue:focus, .btn-blue:active {
  border-radius: 10px;
  background: #2425AF;
}

.btn-white {
  background: white;
  color: var(--Black, #040404);
  border: 1px solid var(--Black, #040404);
}

.btn-white.btn-text {
  color: var(--Black, #040404);
}

.br10 {
  border-radius: 10px;
}

.h56 {
  min-height: 56px;
}

.btn-text {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.button_block a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

ul.list {
  gap: 20px;
}

ul.list li {
  padding-left: 36px;
  position: relative;
}

ul.list li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../assets/img/check.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 1.5px;
}

header {
  padding-top: 18px;
  padding-bottom: 18px;
}

header .menu {
  gap: 48px;
  position: relative;
  top: 6px;
}

header .menu li {
  padding-bottom: 6px;
}

header .menu li.current-menu-item {
  border-bottom: 2px solid #302FDA;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 6px;
}

header .menu li.current-menu-item a {
  font-weight: bold;
}

.block_1 {
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.block_1 .arrow_block {
  width: 193px;
  height: 221px;
  position: absolute;
  left: calc(50% - 380px);
  bottom: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.block_1 .button_block {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.block_1 .img_block {
  position: relative;
  padding-top: 60px;
  padding-left: 88px;
  padding-right: 88px;
  border-radius: 24px;
  background: #F3F3F3;
}

.block_1 .img_block img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}

.block_1 .tag {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 11.598px;
  background: #FFF;
  /* chip */
  -webkit-box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.13);
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.13);
  padding: 12px 19px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

.block_1 .tag.tag_1 {
  position: absolute;
  top: 186px;
  left: 52px;
}

.block_1 .tag.tag_2 {
  position: absolute;
  bottom: 147px;
  left: 25px;
  top: auto;
}

.block_1 .tag.tag_3 {
  top: 284px;
  right: 43px;
  left: auto;
}

.block_1 .tag.tag_4 {
  bottom: 32px;
  right: 66px;
  top: auto;
  left: auto;
}

.block_1 img.waves {
  position: absolute;
  bottom: -33px;
  right: -63px;
  z-index: 1;
}

.block_1 img.dots {
  position: absolute;
  top: 24px;
  left: -44px;
  z-index: 1;
}

.block_1 .title {
  position: relative;
}

.block_1 .title svg {
  position: absolute;
  top: -22px;
  right: -24px;
}

.block_1 .title svg path {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.block_1 .title svg path.show {
  opacity: 1;
}

.block_1 .title span {
  position: relative;
}

.block_1 .title span:before {
  content: "";
  display: block;
  width: 452px;
  height: 44px;
  background: url(../../assets/img/line1.svg) left center no-repeat;
  position: absolute;
  left: -20px;
  bottom: -24px;
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  opacity: 0;
}

.block_1 .title span.show:before {
  opacity: 1;
  width: 452px;
}

.block_2 {
  background: #FAFAFA;
  padding-top: 120px;
  padding-bottom: 120px;
}

.block_2 .title span {
  position: relative;
}

.block_2 .title span:before {
  content: "";
  display: block;
  width: 323px;
  height: 43px;
  background: url(../../assets/img/line1.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -24px;
}

.block_2 .line {
  gap: 33px;
}

.block_2 .button_block a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.block_2 .visual_block {
  width: 585px;
  width: 100%;
  max-width: 585px;
  position: relative;
}

.block_2 .visual_block img {
  position: relative;
  z-index: 5;
}

.block_2 .visual_block .dots {
  position: absolute;
  z-index: 1;
  bottom: -44px;
  right: -23px;
}

.block_2 .visual_block .img3 {
  position: absolute;
  z-index: 9;
  bottom: -58px;
  right: -58px;
}

.block_2 .text_block {
  color: rgba(4, 4, 4, 0.9);
  max-width: 494px;
}

.block_2 .img_bg {
  border-radius: 24px;
  width: 100%;
  background: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 48px;
  position: relative;
}

.block_2 .img_bg img {
  border-radius: 24px;
}

.block_2 .tag {
  border-radius: 11.11px;
  background: #FFF;
  -webkit-box-shadow: 0px 4.211px 8.421px 0px rgba(99, 99, 99, 0.02);
  box-shadow: 0px 4.211px 8.421px 0px rgba(99, 99, 99, 0.02);
  padding: 12px 18px;
  color: #040404;
}

.block_2 .tag {
  position: absolute;
  z-index: 10;
}

.block_2 .tag.tag1 {
  right: -24px;
  top: 52px;
}

.block_2 .tag.tag2 {
  top: 156px;
  left: -12px;
}

.block_2 .tag.tag3 {
  top: 306px;
  left: -80px;
}

.block_2 .tag.tag4 {
  bottom: 42px;
  left: -90px;
}

.block_2 .img3 {
  position: absolute;
  bottom: -69px;
  right: -56px;
}

.block_3 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.block_3 .content_block {
  gap: 60px;
}

.block_3 .cards_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px; /* Задаем промежуток между элементами */
}

.block_3 .card {
  border-radius: 24px;
  border: 1px solid var(--Black, #040404);
  background: #FFF;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: calc(33% - 32px);
  max-width: calc(33% - 32px);
  padding: 32px;
  gap: 60px;
  min-height: 441px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.block_3 .card .icon_block {
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block_3 .card .icon_block svg,
.block_3 .card .icon_block img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 68px;
}

.block_3 .card .card_text_block {
  gap: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block_3 .card .card_text_block .subtitle_card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block_3 .card:hover {
  background: #302FDA;
  color: white;
}

.block_3 .card:hover .icon_block svg path {
  stroke: white;
}

.block_3 .card:hover .link_card {
  color: white;
  text-decoration: none;
}

.block_3 .card:hover .link_card svg path {
  stroke: white;
  fill: white;
}

.block_3 .link_card {
  color: var(--Black, #040404);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  gap: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.block_3 .link_card svg path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.block_4 {
  background: #FAFAFA;
  padding-top: 120px;
  padding-bottom: 120px;
}

.block_4 .line {
  gap: 136px;
}

.block_4 .img_block {
  position: relative;
}

.block_4 .img_block img {
  border-radius: 20px;
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}

.block_4 .img_block img.waves {
  position: absolute;
  z-index: 1;
  bottom: -38px;
  left: -44px;
}

.block_4 .text_block {
  max-width: 481px;
}

.block_5 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.block_5 .title span {
  position: relative;
}

.block_5 .title span:before {
  content: "";
  display: block;
  width: 352px;
  height: 44px;
  background: url(../../assets/img/line1.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  bottom: -24px;
}

.block_5 .text_block {
  max-width: 480px;
}

.block_5 .inner_img_block {
  border-radius: 21.96px;
  background: #F3F3F3;
  padding-top: 41px;
  padding-left: 41px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block_5 .inner_img_block .img5 {
  border-radius: 20.644px 20.644px 20.644px 0px;
}

.block_5 .inner_img_block .img3 {
  position: absolute;
  bottom: -69px;
  right: -56px;
}

.block_5 .inner_img_block .decor1 {
  position: absolute;
  right: 0;
  top: 4px;
}

.block_5 .inner_img_block .decor2 {
  position: absolute;
  right: 0;
  top: 25px;
}

.block_6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FAFAFA;
}

.block_6 .line {
  gap: 32px;
}

.block_6 .img_block {
  padding: 48px;
  padding-bottom: 52px;
  height: 602px;
  width: 581px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 20px;
  position: relative;
}

.block_6 .img_block * {
  position: relative;
  z-index: 50;
}

.block_6 .img_block:before {
  content: "";
  display: block;
  width: 100%;
  border-radius: 20px;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-40.09%, #000), color-stop(99.78%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 -40.09%, rgba(0, 0, 0, 0) 99.78%);
}

.block_6 .img_block .decor2 {
  position: absolute;
  bottom: 0;
  left: -44px;
}

.block_6 .text_img {
  position: relative;
}

.block_6 .text_img span {
  position: relative;
}

.block_6 .text_img span:before {
  content: "";
  display: block;
  width: 342px;
  height: 44px;
  background: url(../../assets/img/line2.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: -10px;
  bottom: -24px;
}

.block_6 .form_block {
  border-radius: 19.591px;
  background: #F4F4F4;
  padding: 44px;
  position: relative;
}

.block_6 .form_block form {
  position: relative;
}

.block_6 .form_block form:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10.591px;
  background: white;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}

.block_6 .form_block form.submitting:before {
  opacity: 0.5;
  z-index: 20;
}

.block_6 .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.block_6 .wpcf7 form.failed .wpcf7-response-output,
.block_6 .wpcf7 form.aborted .wpcf7-response-output,
.block_6 .wpcf7 form.invalid .wpcf7-response-output,
.block_6 .wpcf7 form.unaccepted .wpcf7-response-output,
.block_6 .wpcf7 form.payment-required .wpcf7-response-output {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 13px;
}

.block_6 .sended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 499px;
  height: 376px;
  position: absolute;
  bottom: 44px;
  left: 44px;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #F4F4F4;
}

.block_6 .sended img {
  display: block;
  height: auto;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.block_6 .sended.sent {
  z-index: 30;
}

.block_6 .line_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  width: 100%;
  position: relative;
}

.block_6 .line_form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  bottom: -15px;
  left: 0;
}

.block_6 .line_form .submit {
  width: 100%;
}

.block_6 .line_form .submit button {
  border: none;
  height: 56px;
  border-radius: 12px;
  background: var(--Blue, #302FDA);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

.block_6 .line_form .input {
  width: 100%;
}

.block_6 .line_form:has(.submit) {
  margin-bottom: 0 !important;
}

.block_6 .line_form textarea,
.block_6 .line_form input {
  outline: none !important;
  height: 56px;
  border: none;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #49454F;
  background: transparent;
  padding-left: 12px;
  color: #282828;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  width: 100%;
  display: block;
}

.block_6 .line_form textarea {
  padding-top: 5px;
}

.block_6 .line_form ::-webkit-input-placeholder {
  color: #282828;
  opacity: 1; /* Firefox */
}

.block_6 .line_form ::-moz-placeholder {
  color: #282828;
  opacity: 1; /* Firefox */
}

.block_6 .line_form :-ms-input-placeholder {
  color: #282828;
  opacity: 1; /* Firefox */
}

.block_6 .line_form ::-ms-input-placeholder {
  color: #282828;
  opacity: 1; /* Firefox */
}

.block_6 .line_form ::placeholder {
  color: #282828;
  opacity: 1; /* Firefox */
}

.block_6 .line_form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #282828;
}

.block_6 .select2-container,
.block_6 .wpcf7-form-control-wrap {
  width: 100% !important;
  height: 56px;
  display: block;
}

.block_6 .select2-container--default .select2-selection--single,
.block_6 .select2-selection,
.block_6 .select2-selection__rendered {
  background: none;
  border: none;
  border-bottom: 1px solid #49454F;
  height: 56px;
  border-radius: 0;
}

.block_6 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #282828;
  height: 56px;
  font-family: Montserrat;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.block_6 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
}

.block_6 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #282828 transparent transparent transparent;
}

.block_6 .select2-container .select2-selection--single .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 12px;
  color: #282828;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.block_6 .select2-container--default .select2-selection--single .select2-selection__clear {
  height: 56px;
  display: none;
}

.select2-container--open .select2-dropdown.select2-dropdown--below {
  top: 32px !important;
}

.select2-container--open .select2-dropdown.select2-dropdown--above {
  top: 32px !important;
}

footer {
  border-top: 1px solid rgba(209, 209, 209, 0.75);
  background: #FAFAFA;
  padding-top: 80px;
  padding-bottom: 80px;
}

footer .menu_block {
  gap: 14px;
}

footer .menu_block .menu {
  gap: 8px;
}

footer .menu_block .menu a {
  color: rgba(4, 4, 4, 0.75);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}

footer .item2 {
  gap: 80px;
}

footer .copyright {
  color: rgba(4, 4, 4, 0.7);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.block_7 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.block_7 .text_block {
  width: 524px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block_7 .img_block {
  position: relative;
}

.block_7 .img_block .decor3 {
  position: absolute;
  top: -58px;
  right: -45px;
}

.block_7 .title span {
  position: relative;
}

.block_7 .title span:before {
  content: "";
  display: block;
  width: 384px;
  height: 14px;
  background: url(../../assets/img/line3.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.block_7 .img_block {
  position: relative;
}

.block_7 .img_block img {
  position: relative;
  z-index: 5;
}

.block_7 img.dots {
  position: absolute;
  z-index: 1;
  left: -39px;
  bottom: -47px;
}

.linkedin {
  gap: 8px;
  color: rgba(4, 4, 4, 0.75);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}

.block_8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FAFAFA;
}

.block_8 .card_button_block {
  margin-top: auto;
}

.block_8 .content_block {
  gap: 60px;
}

.block_8 .title_block {
  width: 790px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block_8 .title span {
  position: relative;
}

.block_8 .title span:before {
  content: "";
  display: block;
  width: 250px;
  height: 25px;
  background: url(../../assets/img/line5.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  bottom: -15px;
}

.block_8 .cards_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 42px; /* Задаем промежуток между элементами */
}

.block_8 .card {
  gap: 55px;
  border-radius: 24px;
  border: 1px solid var(--Black, #040404);
  background: #FFF;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(33% - 32px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px;
}

.block_8 .icon_block {
  width: 58px;
  height: 58px;
}

.block_8 .icon_block img, .block_8 .icon_block svg {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 58px;
}

.block_9 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.block_9 .title_block {
  width: 790px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block_9 .title_block .subtitle {
  width: 671px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block_9 .title span {
  position: relative;
}

.block_9 .title span:before {
  content: "";
  display: block;
  width: 90.412px;
  height: 72.466px;
  background: url(../../assets/img/decor4.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -36px;
  right: -30px;
}

.block_10 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FAFAFA;
}

.block_10 .content_block {
  gap: 60px;
}

.block_10 .line {
  gap: 80px;
}

.block_10 .line:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block_10 .line:nth-of-type(2n) .img_block img.waves {
  display: none;
}

.block_10 .line:nth-of-type(2n) .img_block img.decor5 {
  display: block;
}

.block_10 .img_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 40px;
  padding-top: 40px;
  border-radius: 24px;
  background: #F3F3F3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block_10 .img_block img {
  position: relative;
  z-index: 5;
  border-radius: 24px;
}

.block_10 .img_block img.waves {
  position: absolute;
  z-index: 1;
  right: -30px;
  bottom: -30px;
  border-radius: 0px;
}

.block_10 .img_block img.decor5 {
  display: none;
  position: absolute;
  top: -18px;
  left: -42px;
}

.block_10 .lines_block {
  gap: 104px;
}

.block_10 .title span {
  position: relative;
}

.block_10 .title span:before {
  content: "";
  display: block;
  width: 301.556px;
  height: 29.147px;
  position: absolute;
  left: -5px;
  bottom: -20px;
  background: url(../../assets/img/line7.svg) center center no-repeat;
  background-size: contain;
}

.block_11 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.block_11 .title {
  width: 719px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block_11 .title span {
  position: relative;
}

.block_11 .title span:before {
  content: "";
  display: block;
  width: 85.53px;
  height: 64.441px;
  background: url(../../assets/img/decor6.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -21px;
  right: -33px;
}

.block_11 .subtitle {
  width: 734px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block_12 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FAFAFA;
}

.block_12 .content_block {
  gap: 60px;
}

.block_12 .img_block {
  position: relative;
  padding-top: 40px;
  padding-right: 40px;
  border-radius: 21.96px;
  background: #F3F3F3;
}

.block_12 .img_block img {
  border-radius: 0 22px 0 22px;
  position: relative;
  z-index: 5;
}

.block_12 .img_block img.dots {
  border-radius: 0;
  position: absolute;
  z-index: 1;
  bottom: -50px;
  left: -40px;
}

.block_12 .img_block img.decor7 {
  position: absolute;
  z-index: 7;
  left: -45px;
  bottom: -47px;
}

.block_12 .text_block {
  width: 494px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block_12 .line {
  gap: 80px;
}

.block_12 .title span {
  position: relative;
}

.block_12 .title span:before {
  content: "";
  display: block;
  width: 227.088px;
  height: 26.471px;
  position: absolute;
  bottom: -11px;
  left: -10px;
  background: url(../../assets/img/line8.svg) center center no-repeat;
  background-size: cover;
}

.block_13 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.block_13 .content_block {
  gap: 80px;
}

.block_13 .pretitle {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.block_13 .title {
  width: 611px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block_13 .title span {
  position: relative;
  display: block;
}

.block_13 .title span:before {
  content: "";
  display: block;
  width: 322px;
  height: 20px;
  background: url(../../assets/img/line9.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.block_13 .cards_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px; /* Задаем промежуток между элементами */
}

.block_13 .card {
  gap: 55px;
  border-radius: 24px;
  border: 1px solid var(--Black, #040404);
  background: #FFF;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(33% - 32px);
  max-width: calc(33% - 32px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px;
}

.block_13 .icon_block {
  width: 52px;
  height: 52px;
}

.block_13 .icon_block img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 58px;
}

.block_14 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.block_14 .img_block {
  width: 600px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.block_14 .img_block img {
  position: relative;
  z-index: 5;
}

.block_14 .img_block img.dots {
  position: absolute;
  z-index: 2;
  top: -36px;
  right: -47px;
}

.block_14 .text_block {
  width: 524px;
  max-width: 100%;
}

.block_15 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FAFAFA;
}

.block_15 .content_block {
  gap: 60px;
}

.block_15 .title {
  width: 586px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block_15 .subtitle {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.block_15 .cards_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px; /* Задаем промежуток между элементами */
}

.block_15 .card {
  gap: 55px;
  border-radius: 24px;
  border: 1px solid var(--Black, #040404);
  background: #FFF;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(33% - 32px);
  max-width: calc(33% - 32px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px;
}

.block_15 .icon_block {
  width: 52px;
  height: 52px;
}

.block_15 .icon_block img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 58px;
}

.block_16 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FAFAFA;
}

.block_16 .content_block {
  gap: 40px;
}

.block_16 .title_block {
  gap: 20px;
}

.block_16 .title {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.block_16 .subtitle {
  width: 485px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.block_16 .links_block {
  gap: 24px;
}

.block_17 {
  padding-top: 112px;
  padding-bottom: 96px;
}

.block_17 .text_block {
  width: 563px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block_17 .subtitle {
  width: 515px;
}

.block_18 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.block_18 .content_block {
  gap: 60px;
}

.block_18 .line {
  gap: 80px;
}

.block_18 .line:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block_18 .img_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 40px;
  padding-top: 40px;
  border-radius: 24px;
  background: #F3F3F3;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 585px;
}

.block_18 .lines_block {
  gap: 104px;
}

.block_19 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FAFAFA;
}

.block_19 .title_block {
  width: 752px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block_20 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.block_20 .title_block {
  width: 734px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block_21 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FAFAFA;
}

.block_21 .content_block {
  gap: 60px;
}

.block_21 .title_block {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.block_21 .line {
  gap: 32px;
}

.block_21 .img_block {
  padding: 48px;
  padding-bottom: 52px;
  height: 602px;
  width: 581px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 20px;
  position: relative;
}

.block_21 .img_block * {
  position: relative;
  z-index: 50;
}

.block_21 .img_block:before {
  content: "";
  display: block;
  width: 100%;
  border-radius: 20px;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-40.09%, #000), color-stop(99.78%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 -40.09%, rgba(0, 0, 0, 0) 99.78%);
}

.block_21 .img_block .decor2 {
  position: absolute;
  bottom: 0;
  left: -44px;
}

.block_21 .form_block {
  border-radius: 19.591px;
  background: #F4F4F4;
  padding: 44px;
  position: relative;
}

.block_21 .form_block form {
  position: relative;
}

.block_21 .form_block form:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10.591px;
  background: white;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}

.block_21 .form_block form.submitting:before {
  opacity: 0.5;
  z-index: 20;
}

.block_21 .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.block_21 .wpcf7 form.failed .wpcf7-response-output,
.block_21 .wpcf7 form.aborted .wpcf7-response-output,
.block_21 .wpcf7 form.invalid .wpcf7-response-output,
.block_21 .wpcf7 form.unaccepted .wpcf7-response-output,
.block_21 .wpcf7 form.payment-required .wpcf7-response-output {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 13px;
}

.block_21 .sended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 499px;
  height: 376px;
  position: absolute;
  bottom: 44px;
  left: 44px;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #F4F4F4;
}

.block_21 .sended img {
  display: block;
  height: auto;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.block_21 .sended.sent {
  z-index: 30;
}

.block_21 .line_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  width: 100%;
  position: relative;
}

.block_21 .line_form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  bottom: -15px;
  left: 0;
}

.block_21 .line_form .submit {
  width: 100%;
}

.block_21 .line_form .submit button {
  border: none;
  height: 56px;
  border-radius: 12px;
  background: var(--Blue, #302FDA);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

.block_21 .line_form .input {
  width: 100%;
}

.block_21 .line_form:has(.submit) {
  margin-bottom: 0 !important;
}

.block_21 .line_form textarea,
.block_21 .line_form input {
  outline: none !important;
  height: 56px;
  border: none;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #49454F;
  background: transparent;
  padding-left: 12px;
  color: #282828;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  width: 100%;
  display: block;
}

.block_21 .line_form textarea {
  padding-top: 5px;
}

.block_21 .line_form ::-webkit-input-placeholder {
  color: #282828;
  opacity: 1; /* Firefox */
}

.block_21 .line_form ::-moz-placeholder {
  color: #282828;
  opacity: 1; /* Firefox */
}

.block_21 .line_form :-ms-input-placeholder {
  color: #282828;
  opacity: 1; /* Firefox */
}

.block_21 .line_form ::-ms-input-placeholder {
  color: #282828;
  opacity: 1; /* Firefox */
}

.block_21 .line_form ::placeholder {
  color: #282828;
  opacity: 1; /* Firefox */
}

.block_21 .line_form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #282828;
}

.block_21 .select2-container,
.block_21 .wpcf7-form-control-wrap {
  width: 100% !important;
  height: 56px;
  display: block;
}

.block_21 .select2-container--default .select2-selection--single,
.block_21 .select2-selection,
.block_21 .select2-selection__rendered {
  background: none;
  border: none;
  border-bottom: 1px solid #49454F;
  height: 56px;
  border-radius: 0;
}

.block_21 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #282828;
  height: 56px;
  font-family: Montserrat;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.block_21 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
}

.block_21 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #282828 transparent transparent transparent;
}

.block_21 .select2-container .select2-selection--single .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 12px;
  color: #282828;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.block_21 .select2-container--default .select2-selection--single .select2-selection__clear {
  height: 56px;
  display: none;
}

.block_22 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.block_22 .title_block {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.block_22 .subtitle {
  width: 547px;
  margin-left: auto;
  margin-right: auto;
}

.main_terms {
  padding-top: 112px;
  padding-bottom: 112px;
  background: #FAFAFA;
}

.terms_content {
  padding-top: 80px;
  padding-bottom: 200px;
}

.terms_content .content_block {
  width: 790px;
  max-width: 100%;
}

.terms_content h2 {
  color: var(--Black, #040404);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 24px;
}

.terms_content p {
  color: var(--Black, #040404);
  /* Desktop/Body/L */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin-bottom: 16px;
}

.terms_content ul li {
  color: var(--Black, #040404);
  /* Desktop/Body/L */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  position: relative;
  padding-left: 24px;
}

.terms_content ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #040404;
  position: absolute;
  left: 5px;
  top: 12px;
}

body.category header,
body.page-template-all-posts header {
  background: #FAFAFA;
}

.main_blog {
  padding-top: 112px;
  padding-bottom: 112px;
  background: #FAFAFA;
}

.main_blog .content_block {
  gap: 40px;
}

.main_blog .menu {
  gap: 20px;
}

.main_blog .menu a {
  color: var(--Black, #040404);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  min-width: 112px;
  border-radius: 10px;
  border: 1px solid var(--Black, #040404);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.main_blog .menu a:hover {
  border-color: transparent;
}

.main_blog .menu li.current-menu-item a {
  border-radius: 10px;
  background: var(--Blue, #302FDA);
  border-color: #040404;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.main_blog .menu li.current-menu-item a:hover {
  background: #3638F5;
}

.main_blog .menu li.current-menu-item a:focus, .main_blog .menu li.current-menu-item a:active {
  background: #2425AF;
}

.all_blog {
  padding-top: 80px;
  padding-bottom: 80px;
}

.all_blog .posts_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px; /* Задаем промежуток между элементами */
}

.all_blog .post_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(50% - 32px);
  max-width: calc(50% - 32px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  border: 1px solid #040404;
  background: #FFF;
  overflow: hidden;
}

.all_blog .pagination {
  min-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.all_blog .text_block {
  padding: 32px;
  padding-top: 24px;
}

.all_blog .img {
  height: 316px;
}

.all_blog .category {
  color: #333;
  padding: 4px 16px;
  border-radius: 27px;
  border: 1px solid #BABABA;
  margin-bottom: 16px;
  /* Desktop/Body/M */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.all_blog .title {
  margin-bottom: 12px;
}

.all_blog .excerpt {
  display: block;
  margin-bottom: 32px;
}

.all_blog .excerpt, .all_blog .excerpt p {
  overflow: hidden;
  color: rgba(4, 4, 4, 0.9);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Desktop/Body/L */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.all_blog .link {
  color: var(--Black, #040404);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}

.all_blog .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.all_blog .pagination {
  margin-top: 48px;
  gap: 8px;
}

.all_blog .pagination a, .all_blog .pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3D3D3D;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  padding-left: 10px;
  padding-right: 10px;
}

.all_blog .pagination span.current {
  color: var(--Black, #040404);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  border-bottom: 2px solid #302FDA;
}

.mob {
  display: none;
}

.single_blog {
  padding-top: 112px;
  padding-bottom: 120px;
}

.single_blog .back {
  position: sticky;
  left: calc(50% - 600px);
  top: 100px;
}

.single_blog .content_block {
  width: 790px;
}

.single_blog .category {
  border-radius: 30px;
  border: 1px solid #BABABA;
  padding: 8px 20px;
  margin-bottom: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.single_blog .title {
  margin-bottom: 12px;
}

.single_blog .date_line {
  margin-bottom: 55px;
}

.single_blog .content p {
  color: var(--Black, #040404);
  /* Desktop/Body/L */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin-bottom: 16px;
}

.single_blog .content h2 {
  color: var(--Black, #040404);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 12px;
}

.single_blog .content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 36px;
}

.cookie_banner {
  padding: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 4px 8px rgba(11, 19, 64, 0.2);
  box-shadow: 0 4px 8px rgba(11, 19, 64, 0.2);
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 50;
  width: 60%;
  border-radius: 8px;
  display: none;
}

.cookie_banner .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}

.cookie_banner .agree {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  font-weight: bold;
}

.menu_right {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.menu_right.open {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.menu_right .top_line {
  margin-bottom: 32px;
}

.menu_right .menu_block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu_right .content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.menu_right .menu {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu_right .menu a {
  color: var(--Black, #040404);
  /* Mobile/Tabs */
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
}

.ex_main_block {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ex_main_block .title {
  color: var(--Black, #040404);
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 60px */
  position: relative;
}

.ex_main_block .title:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 557/42;
  background: url(../../assets/img/line10.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.ex_main_block .subtitle {
  color: #333;
  /* Desktop/Body/L */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.ex_main_block .left {
  gap: 16px;
}

.ex_main_block .content_block {
  gap: 91px;
}

.ex_main_block .img_block {
  border-radius: 24px;
  background: #F3F3F3;
  padding-top: 40px;
  padding-left: 40px;
  position: relative;
}

.ex_main_block .img {
  aspect-ratio: 542/402;
  border-radius: 24.995px 0px;
  min-width: 542px;
}

.ex_main_block .dots {
  position: absolute;
  left: -25px;
  bottom: -43px;
  z-index: -1;
}

.ex_main_block .decor {
  position: absolute;
  top: -25px;
  right: -40px;
}

.ex_main_block .tag1,
.ex_main_block .tag2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 9.091px;
  background: #FFF;
  -webkit-box-shadow: 0px 1.568px 6.271px 0px rgba(99, 99, 99, 0.13);
  box-shadow: 0px 1.568px 6.271px 0px rgba(99, 99, 99, 0.13);
  color: #040404;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.ex_main_block .tag1 {
  position: absolute;
  top: 28px;
  left: -31px;
}

.ex_main_block .tag2 {
  position: absolute;
  bottom: 17px;
  left: 19px;
}

.ex_why_us {
  background: #FAFAFA;
  padding-top: 120px;
  padding-bottom: 120px;
}

.ex_why_us .content_block {
  gap: 60px;
}

.ex_why_us .title_block {
  gap: 12px;
}

.ex_why_us .title_block .title {
  margin-bottom: 8px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.ex_why_us .title_block .title svg {
  position: absolute;
  top: -38px;
  right: -50px;
}

.ex_why_us .title {
  color: var(--Black, #040404);
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 50px */
}

.ex_why_us .subtitle,
.ex_why_us .subtitle2 {
  color: #333;
  text-align: center;
  /* Desktop/Body/L */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  width: 660px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ex_why_us .items {
  gap: 32px;
}

.ex_why_us .items .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid var(--Black, #040404);
  background: #FFF;
  gap: 40px;
  min-width: calc(50% - 20px);
}

.ex_why_us .text_block {
  gap: 12px;
}

.ex_why_us .title_item {
  color: var(--Black, #040404);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ex_why_us .text_item {
  color: var(--Black, #040404);
  /* Desktop/Body/L */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.ex_how_it {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ex_how_it .title {
  margin-bottom: 64px;
  color: #202127;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 50px */
  text-align: center;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.ex_how_it .title svg {
  position: absolute;
  top: -70px;
  left: -190px;
}

.ex_how_it .line {
  gap: 92px;
}

.ex_how_it .img_block {
  border-radius: 24px;
  background: #F3F3F3;
  padding-top: 40px;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
}

.ex_how_it .img {
  aspect-ratio: 542/402;
  border-radius: 24.995px 0px;
  min-width: 542px;
  position: relative;
  z-index: 5;
}

.ex_how_it .dots {
  position: absolute;
  right: -25px;
  top: -43px;
  z-index: 1;
}

.ex_how_it .decor {
  -webkit-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  transform: rotate(100deg);
  position: absolute;
  right: -20px;
  bottom: -20px;
}

.ex_how_it .items {
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.ex_how_it .items:before {
  content: "";
  display: block;
  height: calc(100% - 100px);
  width: 2px;
  background: #040404;
  position: absolute;
  left: 29px;
  top: 20px;
  z-index: -1;
}

.ex_how_it .item {
  gap: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ex_how_it .item .num {
  background: white;
  color: #302FDA;
  text-align: center;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 24.049px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36.073px */
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 125px;
  border: 1.731px solid #040404;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ex_how_it .item .title_item {
  color: #333;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}

.ex_how_it .item .text_block_item {
  gap: 12px;
}

.ex_how_it .item .text_item {
  color: #333;
  /* Desktop/Body/L */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.ex_ex {
  background: #FAFAFA;
  padding-top: 120px;
  padding-bottom: 120px;
}

.ex_ex .title_block {
  gap: 16px;
  width: 660px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}

.ex_ex .title_block .title {
  color: #202127;
  text-align: center;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 50px */
  position: relative;
}

.ex_ex .title_block .title:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 557/42;
  background: url(../../assets/img/line10.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 200px;
  bottom: -15px;
  width: 372px;
}

.ex_ex .title_block .subtitle {
  color: var(--Black, #040404);
  text-align: center;
  /* Desktop/Body/L */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.ex_ex .img_block {
  border-radius: 20.5px;
  background: #F3F3F3;
  padding-top: 51px;
  padding-left: 75px;
  padding-top: 75px;
  width: 1025px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ex_ex .img {
  aspect-ratio: 874/480;
  width: 874px;
  border-radius: 20px 20px 0 0;
  position: relative;
  bottom: 0px;
  z-index: 5;
}

.ex_ex .dots {
  position: absolute;
  top: 20px;
  left: -60px;
  z-index: 1;
}

.ex_ex .decor {
  -webkit-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  transform: rotate(100deg);
  position: absolute;
  right: 50px;
  bottom: -20px;
  z-index: 7;
}

.ex_ex .waves {
  position: absolute;
  right: -20px;
  bottom: -40px;
  z-index: 2;
}

.ex_started {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ex_started .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.ex_started .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  height: 52px;
  border-radius: 10px;
  background: var(--Blue, #302FDA);
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  background: var(--Blue, #302FDA);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.ex_started .learn {
  border-radius: 10px;
  border: 1px solid var(--Black, #040404);
  padding: 10px 20px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  color: var(--Black, #040404);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.ex_started .title {
  color: var(--Black, #040404);
  text-align: center;
  /* H2 */
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  margin-bottom: 18px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.ex_started .title svg {
  position: absolute;
  top: -38px;
  right: -50px;
}

.ex_started .subtitle {
  color: rgba(4, 8, 44, 0.9);
  text-align: center;
  /* Desktop/Body/L */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

@media (min-width: 0px) and (max-width: 766px) {
  .cookie_banner {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cookie_banner .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cookie_banner .agree {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
  }
  header .menu_block {
    display: none;
  }
  .block_6 .text_img span:before {
    display: none;
  }
  .block_1 .title svg,
  .block_1 .title span.show:before {
    display: none;
  }
  .block_1 .tag {
    gap: 5px;
    padding: 4px 6px;
    border-radius: 3.948px;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(99, 99, 99, 0.07);
    box-shadow: 0px 2px 4px 0px rgba(99, 99, 99, 0.07);
  }
  .block_1 .tag svg {
    width: 12px;
    height: 12px;
  }
  .block_1 .img_block {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 17px;
    border-radius: 6.84px;
    background: #F3F3F3;
  }
  .block_1 img.dots {
    position: absolute;
    top: -36px;
    left: -94px;
    z-index: 1;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .block_1 .tag.tag_1 {
    position: absolute;
    top: 46px;
    left: 12px;
  }
  .block_1 .tag.tag_2 {
    position: absolute;
    bottom: 67px;
    left: 5px;
    top: auto;
  }
  .block_1 .tag.tag_3 {
    top: 74px;
    right: 23px;
    left: auto;
  }
  .block_1 .tag.tag_4 {
    bottom: 32px;
    right: 6px;
    top: auto;
    left: auto;
  }
  .block_1 {
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .block_1 img.waves {
    position: absolute;
    bottom: -63px;
    right: -73px;
    z-index: 1;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .btn-blue {
    width: 100% !important;
  }
  .button_block {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn-text {
    font-size: 18px;
  }
  .content_block {
    padding-left: 24px;
    padding-right: 24px;
  }
  .block_2 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block_2 .title span {
    display: block;
  }
  .block_2 .title span:before {
    width: 193px;
  }
  .mob-gap-12 {
    gap: 12px;
  }
  .block_2 .img_bg {
    padding-top: 32px;
    padding-left: 28px;
    border-radius: 5.566px;
  }
  .block_2 .img_bg img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .block_2 .tag {
    padding: 6px 9px;
    border-radius: 5.566px;
    background: #FFF;
    -webkit-box-shadow: 0px 2.11px 4.219px 0px rgba(99, 99, 99, 0.02);
    box-shadow: 0px 2.11px 4.219px 0px rgba(99, 99, 99, 0.02);
  }
  .block_2 .img_bg img {
    border-radius: 5.566px;
  }
  .block_2 .tag.tag2 {
    top: 106px;
    left: -12px;
  }
  .block_2 .tag.tag4 {
    bottom: 142px;
    left: -10px;
  }
  .block_2 .tag.tag3 {
    top: 256px;
    left: -10px;
  }
  .block_2 .visual_block .dots {
    position: absolute;
    z-index: 1;
    bottom: -74px;
    right: -23px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  .block_3,
  .block_2 {
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .block_2 .visual_block .img3 {
    position: absolute;
    z-index: 9;
    bottom: -58px;
    right: -58px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .block_2 .tag.tag1 {
    right: -4px;
    top: 52px;
  }
  .block_3 .cards_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .block_3 .card {
    min-width: 100%;
    max-width: 100%;
    padding: 24px;
    gap: 44px;
    min-height: 10px;
    border-radius: 20px;
  }
  .block_3 .button_block a {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .block_3 .card .icon_block {
    width: 60px;
    height: 60px;
  }
  .block_3 .card .icon_block img, .block_3 .card .icon_block svg {
    max-height: 60px;
  }
  .block_3 .link_card {
    color: var(--Black, #040404);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
  }
  .block_5,
  .block_4 {
    padding-top: 64px;
    padding-bottom: 64px;
    overflow: hidden;
  }
  .block_4 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .block_4 .img_block img.waves {
    position: absolute;
    z-index: 1;
    bottom: -57px;
    left: -74px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .block_5 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .block_5 .title span:before {
    width: 230px;
  }
  .block_5 .inner_img_block .decor2,
  .block_5 .inner_img_block .decor1 {
    display: none;
  }
  .block_5 .inner_img_block {
    max-width: 100%;
    border-radius: 17.831px;
    padding-top: 25px;
    padding-left: 30px;
  }
  .block_5 .inner_img_block img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 17.831px 17.831px 17.831px 0px;
  }
  .block_5 .inner_img_block .img3 {
    position: absolute;
    bottom: -69px;
    right: -56px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .block_6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .block_6 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block_6 .img_block {
    max-width: 100%;
    height: 342px;
    padding: 24px;
  }
  .block_6 .img_block .decor2 {
    display: none;
  }
  .block_6 .text_img span:before {
    width: 222px;
  }
  .block_6 .form_block {
    padding: 24px;
  }
  .block_6 .line_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block_6 .sended {
    width: 100% !important;
    height: 100%;
    bottom: 0;
    left: 0;
  }
  footer .copyright {
    display: none;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  footer .item2 {
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .item2 .menu_block {
    width: calc(50% - 32px);
  }
  .mob {
    display: block;
  }
  footer .mob .copyright {
    display: block;
    text-align: left;
    margin-top: 32px;
  }
  header .logo img {
    width: 114px;
  }
  header .button_block {
    display: none;
  }
  .block_13 .cards_line,
  .block_12 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block_13 .card {
    min-width: 100%;
    max-width: 100%;
  }
  .block_12 .img_block {
    width: 100%;
    border-radius: 8px;
    padding-top: 24px;
    padding-right: 24px;
  }
  .block_12 .img_block img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 0px 8px 0px 0px;
  }
  .block_12 .img_block img.decor7 {
    position: absolute;
    z-index: 7;
    left: -45px;
    bottom: -47px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .block_12 .text_block {
    width: 100%;
  }
  .block_12 .title span:before {
    width: 136px;
    background-size: contain;
  }
  .block_11 .subtitle,
  .block_11 .title {
    width: 100%;
  }
  .block_11 .title span:before {
    width: 65px;
  }
  .block_11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .block_12 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .block_13 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .block_13 .title span:before {
    width: 210px;
  }
  .block_13 .content_block {
    gap: 40px;
  }
  .block_8 .card,
  .block_13 .card {
    gap: 44px;
    min-width: 100%;
    max-width: 100%;
  }
  .block_6 .img_block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .block_8 .cards_line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block_7 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
  .block_7 .img_block {
    width: 100%;
  }
  .block_7 .img_block img {
    display: block;
    max-width: 100%;
  }
  .block_7 .img_block .decor3 {
    display: none;
  }
  .block_7 .text_block {
    width: 100%;
  }
  .block_7 .title span:before {
    width: 280px;
  }
  .block_7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .block_8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .block_8 .title br {
    display: none;
  }
  .block_8 .title span:before {
    width: 190px;
    left: auto;
  }
  .block_10 .line:nth-of-type(2n),
  .block_10 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block_10 .img_block {
    width: 100%;
  }
  .block_10 .img_block img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .block_10 .img_block img.waves,
  .block_10 .line:nth-of-type(2n) .img_block img.decor5 {
    display: none;
  }
  .block_10 .img_block {
    padding: 0;
  }
  .block_10 .line {
    gap: 24px;
  }
  .block_10 .title span:before {
    width: 191px;
  }
  .block_10 .lines_block {
    gap: 40px;
  }
  .block_10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .block_9 .title_block .subtitle {
    width: 100%;
  }
  .block_9 .title span:before {
    display: none;
  }
  .block_9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .block_17 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
  .block_18 .line:nth-of-type(2n),
  .block_18 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .block_18 .img_block {
    width: 100%;
    padding: 0;
  }
  .block_18 .img_block img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .block_18 .content_block,
  .block_18 .lines_block {
    gap: 40px;
  }
  .block_17 .subtitle,
  .block_17 .text_block {
    width: 100%;
  }
  .block_17 .img_block {
    width: 100%;
  }
  .block_17 .img_block img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .block_17 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .block_19,
  .block_18 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .all_blog .posts_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .all_blog .post_item {
    min-width: 100%;
    max-width: 100%;
  }
  .main_blog {
    padding-top: 60px;
    padding-bottom: 64px;
  }
  .main_blog .menu {
    gap: 16px;
  }
  .main_blog .menu a {
    min-width: 103px;
  }
  .all_blog {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .all_blog .img {
    height: auto;
    width: 100%;
    aspect-ratio: 340/216;
  }
  .all_blog .text_block {
    padding: 24px;
    padding-top: 16px;
  }
  .all_blog .category {
    font-size: 14px;
  }
  .all_blog .excerpt, .all_blog .excerpt p {
    font-size: 14px;
  }
  .block_21 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block_21 .sended {
    width: 100% !important;
    height: 100%;
    bottom: 0;
    left: 0;
  }
  .block_22 .title_block {
    width: 100%;
  }
  .block_22 .subtitle {
    width: 100%;
  }
  .block_21 .img_block {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 24px;
  }
  .block_21 .img_block .decor2 {
    position: absolute;
    bottom: -50px;
    left: -44px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .block_21 .form_block {
    padding: 24px;
  }
  .block_21 .line_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block_21,
  .block_22 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .block_20 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ex_main_block .content_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ex_why_us .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ex_how_it .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ex_ex .img_block {
    width: 100%;
  }
  .ex_ex .img {
    width: 80%;
  }
  .ex_started .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ex_ex .title_block .title:before {
    display: none;
  }
  .ex_main_block .subtitle {
    font-size: 14px;
  }
  .ex_main_block .title {
    color: var(--Black, #040404);
    /* H2 */
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
  }
  .ex_main_block .img {
    min-width: 90vw;
  }
  .ex_main_block .decor {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .ex_main_block {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .ex_main_block .dots {
    display: none;
  }
  .ex_main_block .tag1 {
    left: 5px;
  }
  .ex_main_block .content_block {
    gap: 60px;
  }
  .ex_why_us .title {
    color: var(--Black, #040404);
    /* Mobile/Header/H2 */
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
    text-align: left;
  }
  .ex_why_us .subtitle, .ex_why_us .subtitle2 {
    font-size: 14px;
    text-align: left;
  }
  .ex_why_us .items .item {
    gap: 32px;
  }
  .ex_why_us .title_item {
    font-size: 18px;
  }
  .ex_why_us {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .ex_why_us .text_item {
    font-size: 14px;
  }
  .ex_how_it .title {
    margin-left: 0;
    font-size: 28px;
  }
  .ex_how_it .title svg {
    display: none;
  }
  .ex_how_it .item .text_block_item {
    gap: 8px;
  }
  .ex_how_it .item .title_item {
    font-size: 18px;
  }
  .ex_how_it .item .text_item {
    font-size: 14px;
  }
  .ex_how_it .item .num {
    font-size: 15px;
    width: 44px;
    height: 44px;
  }
  .ex_how_it {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .ex_how_it .items {
    gap: 40px;
  }
  .ex_how_it .items:before {
    left: 22px;
  }
  .ex_ex .title_block .title {
    text-align: left;
    font-size: 28px;
  }
  .ex_ex .title_block .title svg {
    display: none;
  }
  .ex_ex .img {
    aspect-ratio: 337/404;
  }
  .ex_ex .img {
    width: 90vw;
  }
  .ex_ex {
    overflow: hidden;
  }
  .ex_ex .img_block {
    padding-left: 5vw;
  }
  .ex_started .title {
    font-size: 28px;
  }
  .ex_started .title svg {
    display: none;
  }
  .ex_started .learn,
  .ex_started .contact {
    width: 100%;
  }
  .ex_ex .title_block {
    margin-bottom: 32px;
  }
  .ex_main_block {
    overflow: hidden;
  }
  .ex_main_block .img_block {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .ex_ex .decor {
    display: none;
  }
  .ex_ex,
  .ex_started {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .block_14 .line {
    gap: 32px;
  }
  .block_14 .line,
  .block_15 .cards_line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block_15 .card {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .block_14 .img_block {
    width: 90%;
  }
  .block_14 .img_block img {
    max-width: 100%;
  }
  .block_15,
  .block_14 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .block_16 .links_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block_16 .links_block > a {
    width: 100% !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .block_1 .title span.show:before {
    width: 310px;
    background-size: contain;
  }
  .block_1 .tag.tag_1 {
    top: 66px;
  }
  .block_1 .tag.tag_3 {
    top: 114px;
  }
  .block_1 .img_block {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 37px;
  }
  .block_2 .visual_block,
  .block_2 .text_block {
    width: 45%;
  }
  .block_2 .visual_block img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .block_2 .img_bg {
    padding-top: 28px;
    padding-left: 32px;
  }
  .block_2 .tag.tag2 {
    top: 96px;
  }
  .block_2 .tag.tag4 {
    bottom: 82px;
    left: -20px;
  }
  .content_block {
    width: calc(100% - 80px);
  }
  section {
    overflow: hidden;
  }
  .block_2 .title span:before {
    width: 200px;
  }
  .block_2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .block_2 .line {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block_2 .tag.tag3 {
    left: -10px;
  }
  .block_3 .card {
    min-width: calc(50% - 16px);
    max-width: calc(50% - 16px);
    gap: 40px;
  }
  .block_3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .block_3 .card {
    min-height: 10px;
  }
  .block_4 .line {
    gap: 0px;
  }
  .block_4 .text_block,
  .block_4 .img_block {
    width: 45%;
  }
  .block_5 .img_block {
    width: 45%;
  }
  .block_5 .text_block {
    width: 365px;
  }
  .block_5 .img_block img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .block_6 .line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block_6 .form_block,
  .block_6 .img_block {
    width: 48%;
  }
  .block_6 .img_block {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .block_6 .text_img span:before {
    display: none;
  }
  header .menu_block {
    display: none;
  }
  .block_11 {
    padding-top: 72px;
    padding-bottom: 80px;
  }
  .block_11 .text_block {
    width: 575px;
  }
  .block_11 .subtitle {
    width: 575px;
  }
  .block_12 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .block_12 .title span:before {
    width: 137px;
    background-size: contain;
  }
  .block_12 .text_block,
  .block_12 .img_block {
    width: 48%;
  }
  .block_12 .img_block img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .block_12 .line {
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block_13 .card {
    min-width: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
  .block_13 .title span:before {
    width: 200px;
  }
  .block_13 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .block_6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .block_7 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
  .block_7 .text_block {
    width: 100%;
  }
  .block_7 .img_block {
    width: 100%;
  }
  .block_7 .img_block img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  footer .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  footer .item1 .copyright {
    display: none;
  }
  .title_menu_footer,
  footer .menu_block .menu a {
    font-size: 12px;
  }
  .block_7 .img_block img:not(.decor3),
  .block_7 .img_block img:not(.dots) {
    width: 100%;
  }
  .block_7 .img_block .decor3 {
    width: auto !important;
  }
  .block_7 .title span:before {
    width: 300px;
  }
  .block_8 .title span:before {
    width: 140px;
  }
  .block_8 .card {
    min-width: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .block_8 .cards_line {
    gap: 24px;
    row-gap: 40px;
  }
  .block_10 .title span:before {
    width: 170px;
  }
  .block_10 .line {
    gap: 24px;
  }
  .block_10 .img_block,
  .block_10 .text_block {
    max-width: 48%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .block_10 .img_block img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .block_14 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
  .block_14 .line .text_block,
  .block_14 .line .img_block {
    width: 100%;
  }
  .block_14 img:not(.dots) {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
  }
  .block_15 .cards_line {
    gap: 24px;
  }
  .block_15 .card {
    min-width: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .block_5 .inner_img_block .img3 {
    position: absolute;
    bottom: -39px;
    right: -26px;
    width: 70px;
  }
  .block_17 .line {
    gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block_17 .line > div {
    width: 100%;
  }
  .block_17 .line .img_block img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
  }
  .block_18 .line {
    gap: 24px;
  }
  .block_18 .line .text_block,
  .block_18 .line .img_block {
    max-width: 48%;
  }
  .all_blog .post_item {
    min-width: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
  .single_blog .content_block {
    width: calc(100% - 112px - 112px);
  }
  .single_blog .back {
    left: 40px;
    top: 50px;
  }
  .single_blog {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .block_21 .form_block,
  .block_21 .img_block {
    width: 48%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .block_21 .line_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block_22 .title_block {
    width: 100%;
  }
  .block_22 .subtitle {
    max-width: 100%;
  }
  .terms_content .content_block {
    width: calc(100% - 112px - 112px);
  }
  .main_terms {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.faq-section {
  background: #f7f6ff;
}

.faq__questions {
  display: none;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.faq__questions.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq__question {
  padding: 26px;
  background: #ffffff;
  border: 0.5px solid rgba(209, 209, 209, 0.75);
  border-radius: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.faq__question:hover {
  background: #f9f9f9;
}

.faq__question-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #212529;
  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;
}
@media (max-width: 800px) {
  .faq__question-title {
    gap: 32px;
  }
}

.faq__question-title span {
  max-width: calc(100% - 80px);
}
@media (max-width: 800px) {
  .faq__question-title span {
    max-width: none;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
}

.faq__question-title svg {
  width: 17px;
  height: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq__question-text {
  font-size: 16px;
  line-height: 150%;
  padding: 0 80px 0 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.faq__question-text p {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 800px) {
  .faq__question-text {
    padding-right: 0;
  }
}

.faq__question_open .faq__question-title svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.faq__question_open .faq__question-text {
  max-height: 300px;
  -webkit-transition: 0.6s ease max-height;
  transition: 0.6s ease max-height;
  margin: 24px 0 0 0;
}

.faq__inner {
  padding: 56px 0 80px 0;
}
.faq__inner button {
  margin: 16px 16px 0 0;
  color: #111;
  line-height: 17px;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #111;
  border-radius: 48px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.faq__inner button.active {
  background: #FA9500;
  color: #fff;
  border: 1px solid #FA9500;
}
.faq__inner span {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .faq__inner span {
    font-size: 16px;
  }
}

.faq__question-text ul {
  padding-left: 20px;
  list-style: disc;
}

.contact-us .content-heading__inner {
  width: 550px;
}
.contact-us.triangle-inform {
  gap: 92px;
}
.contact-us.triangle-inform h2 {
  min-width: unset;
}
.contact-us.triangle-inform div:first-child {
  width: 369px;
}
.contact-us .triangle-inform.contact-us p {
  margin-top: 0;
}
.contact-us h2 {
  margin-bottom: 16px;
}
.contact-us h1 {
  width: 100%;
}
.contact-us .content-heading__inner p {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 1365px) {
  .contact-us .content-heading__inner {
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .contact-us .content-heading__inner {
    width: 490px;
  }
}
@media (max-width: 1023px) {
  .contact-us .content-heading__inner {
    width: 320px;
  }
  .contact-us h2 {
    font-size: 24px;
    line-height: 120%;
  }
}

.content-heading {
  background: white;
  color: #111;
}

/*custom styles*/
.white{
  color: #fff !important;
}
span.white{
  color: #fff !important;
}
.white-grey{
  color: #D6D6D6 !important;
}
span.white-grey{
  color: #D6D6D6 !important;
}
.dark{
  color: #22262A !important;
}
.purple{
  color: #6b44e3 !important; 
}
.orange{
  color: #FA9500 !important;
}
.semibold{
  font-weight: 600 !important;
}
.bold{
  font-weight: bold !important;
}
.subtitle-staff{
  font-weight: 600;
  font-size: 22px;
  color: #22262A;
  padding-bottom: 15px;
}
.bg-none{
  background-color: transparent !important;
}

.link2{
  background-color: transparent !important;
  color: #FA9500 !important;
  padding-right: 15px;
  font-size: 18px;
  line-height: 3;
  display: block;
}
.link2 svg{
  margin-bottom: -8px;
}
.d-flex{
  padding-top: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.flex-column{
  flex-direction: column !important;
}
.staffing .d-flex .link{
  margin-bottom: 0 !important;
}
.bg-white{
  background-color: #fff !important;
}
.bg-purple{
  background-color:#502BB6
}
.bg-light-purple{
  background-color: #F4F4FE;
}
.staffing .text_block{
  display: flex;
  align-items: center;
  align-self: center;
}
.light-border{
  border: 1px solid #E3E7EA;
  padding: 17px 20px;
  border-radius: 16px;
}
.gap-15{
  gap: 15px !important;
}
.gap-30{
  gap: 30px !important;
}
.gap-45{
  gap: 45px !important;
}
.gap-60{
  gap: 60px !important;
}
.text-center{
  text-align: center !important;
}
.max-800{
  max-width: 800px !important;
}
.pb-30{
  padding-bottom: 30px !important;
}
.pb-45{
  padding-bottom: 45px !important;
}
.pb-60{
  padding-bottom: 60px !important;
}
.pt-15{
  padding-top: 15px !important;
}
.pt-30{
  padding-top: 30px !important;
}
.pt-60{
  padding-top: 60px !important;
}
.mt-15{
  margin-top: 15px !important;
}
.mt-30{
  margin-top: 30px !important;
}
.mt-45{
  margin-top: 45px !important;
}
.mt-60{
  margin-top: 60px !important;
}
.mb-15{
  margin-bottom: 15px !important;
}
.mb-30{
  margin-bottom: 30px !important;
}
.mb-45{
  margin-bottom: 45px !important;
}
.mb-60{
  margin-bottom: 60px !important;
}
@media screen and (max-width:768px) {
  .staffing .content_block{
    max-width: 1200px;
    width: 100%;
  }
  .staffing .img_block{
    width: 100%;
    padding: 10px 15px;
  }
  .staffing .img_block img{
    width: 100%;
    display: block;
  }
  .tab-flex-column{
    flex-direction: column !important;
    justify-content: flex-start;
  }
  .staffing a.link{
    width: max-content !important;
    margin-right: 70% !important;
  }
}
@media screen and (max-width:450px) {
  .staffing .line.df{
    flex-wrap: wrap !important;
  }
  .staffing .line.df .item{
    flex-basis: calc(50% - 12px) !important;
  }
  .staffing .line{
    flex-wrap: nowrap !important;
  }
  .staffing.staffing-8 .link{
    width: min-content;
    margin: 0 auto !important;
    margin-right: 30% !important;
  }
  .col-flex-column{
    flex-direction: column !important;
  }
  .mpb-15{
    padding-bottom: 15px !important;
  }
  .mpb-30{
    padding-bottom: 30px !important;    
  }
  .mpb-45{
    padding-bottom: 45px !important;    
  }
  .mpb-60{
    padding-bottom: 60px !important;    
  }
  .mpt-15{
    padding-top: 15px !important;
  }
  .mpt-30{
    padding-top: 30px !important;
  }
  .mpt-45{
    padding-top: 45px !important;
  }
  .mpt-60{
    padding-top: 60px !important;
  }
  .mmt-15{
    margin-top: 15px !important;
  }
  .mmt-30{
    margin-top: 30px !important;
  }
  .mmt-45{
    margin-top: 45px !important;
  }
  .mmt-60{
    margin-top: 60px !important;
  }
  .mmb-15{
    margin-bottom: 15px !important;
  }
  .mmb-30{
    margin-bottom: 30px !important;
  }
  .mmb-45{
    margin-bottom: 45px !important;
  }
  .mmb-60{
    margin-bottom: 60px !important;
  }
}

 

