@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;
}

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;
  }
}