/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 993px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-display: swap;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

.section_title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #141414;
  margin-bottom: 32px;
}
@media (max-width: 993px) {
  .section_title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .section_title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}

.green_btn {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  padding: 16px 36px;
  width: 181px;
  height: 56px;
  border-radius: 200px;
  background: #B8CB3B;
}
@media (max-width: 993px) {
  .green_btn {
    width: 179px;
    height: 50px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .green_btn {
    width: 100%;
  }
}

.green_btn_line {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  padding: 12px 24px;
  width: 119px;
  height: 44px;
  border-radius: 200px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border: 1px solid #B8CB3B;
}
@media (max-width: 993px) {
  .green_btn_line {
    width: 179px;
    height: 50px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .green_btn_line {
    width: 100%;
  }
}

.crm_modal {
  border-radius: 24px;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  z-index: 6;
  width: 852px;
  display: none;
  flex-shrink: 0;
}
@media (max-width: 993px) {
  .crm_modal {
    width: 660px;
  }
}
@media (max-width: 680px) {
  .crm_modal {
    width: calc(100% - 32px);
  }
}
.crm_modal.active {
  display: block;
}
.crm_modal_close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
}
.crm_modal .crm_desktop {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
@media (max-width: 993px) {
  .crm_modal .crm_desktop {
    bottom: 0;
    max-width: 591px;
  }
}
@media (max-width: 680px) {
  .crm_modal .crm_desktop {
    bottom: -6px;
    width: 315px;
  }
}
.crm_modal .crm_table {
  position: absolute;
  bottom: -155px;
  right: 54px;
  z-index: 5;
}
@media (max-width: 993px) {
  .crm_modal .crm_table {
    bottom: -37px;
    width: 209px;
    right: 34px;
  }
}
@media (max-width: 680px) {
  .crm_modal .crm_table {
    bottom: -42px;
    width: 111px;
    right: 16px;
  }
}
.crm_modal .circle_one {
  position: absolute;
  right: 32px;
  top: -183px;
  width: 1294px;
  height: 1294px;
  background: radial-gradient(50% 50% at 50% 50%, #D2E0FF 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
}
@media (max-width: 993px) {
  .crm_modal .circle_one {
    top: -115px;
    right: 0;
    width: 1041px;
    height: 1041px;
  }
}
@media (max-width: 680px) {
  .crm_modal .circle_one {
    background: radial-gradient(50% 50% at 50% 50%, #D2E0FF 0%, rgba(255, 255, 255, 0) 70%);
    top: -112px;
    left: -378px;
    right: auto;
  }
}
.crm_modal .circle_two {
  position: absolute;
  left: 230px;
  top: -518px;
  width: 1294px;
  height: 1294px;
  background: radial-gradient(50% 50% at 50% 50%, #D2E0FF 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
}
@media (max-width: 993px) {
  .crm_modal .circle_two {
    width: 1041px;
    height: 1041px;
    left: 188px;
    bottom: -56px;
    top: auto;
  }
}
@media (max-width: 680px) {
  .crm_modal .circle_two {
    left: 188px;
    bottom: -173px;
    background: radial-gradient(50% 50% at 50% 50%, #D2E0FF 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.crm_modal .line_one {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 680px) {
  .crm_modal .line_one {
    bottom: -130px;
  }
}
.crm_modal .line_two {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 993px) {
  .crm_modal .line_two {
    right: -50px;
  }
}
@media (max-width: 680px) {
  .crm_modal .line_two {
    display: none;
  }
}
.crm_modal_text {
  position: relative;
  z-index: 4;
  padding: 48px 32px 328px 32px;
  text-align: center;
}
@media (max-width: 680px) {
  .crm_modal_text {
    padding: 32px 24px 189px 24px;
  }
}
.crm_modal_text h2 {
  margin: 32px 0 16px 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #141414;
}
@media (max-width: 993px) {
  .crm_modal_text h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 640px) {
  .crm_modal_text h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.crm_modal_text p {
  margin-bottom: 32px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #141414;
}
@media (max-width: 993px) {
  .crm_modal_text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.crm_modal_text .green_btn_line {
  margin: auto;
  height: 56px;
  width: 139px;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 36px;
  border: 1px solid #417BFF;
  border-radius: 40px;
}
@media (max-width: 993px) {
  .crm_modal_text .green_btn_line {
    height: 50px;
    width: 136px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 640px) {
  .crm_modal_text .green_btn_line {
    width: 100%;
  }
}

.modal_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(20, 20, 20);
  z-index: 3;
  opacity: 60%;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal_bg.active {
  display: block;
  opacity: 0.6;
  visibility: visible;
}

.modal_block {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 40px;
  width: 480px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  display: none;
}
@media (max-width: 640px) {
  .modal_block {
    width: calc(100% - 32px);
    padding: 24px;
  }
}
.modal_block .modal_close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal_block h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  color: #141414;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .modal_block h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.modal_block p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #707D89;
  margin-bottom: 24px;
}
.modal_block .custom-checkbox {
  margin: 27px 0;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}
.modal_block .custom-checkbox input {
  display: none;
}
.modal_block .custom-checkbox .box {
  width: 18px;
  height: 18px;
  background-color: #B8CB3B;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.modal_block .custom-checkbox .box svg {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.modal_block .custom-checkbox input:checked + .box svg {
  opacity: 1;
}
.modal_block .custom-checkbox input:not(:checked) + .box {
  background-color: transparent;
  border: 2px solid #B8CB3B;
}
.modal_block .custom-checkbox .label-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
}
.modal_block input {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #707D89;
  display: block;
  height: 50px;
  border: 1px solid #DCE3EB;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
}
@media (max-width: 640px) {
  .modal_block input {
    height: 48px;
  }
}
.modal_block .custom-select {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #FFFFFF;
}
.modal_block .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #707D89;
  display: block;
  height: 50px;
  border: 1px solid #DCE3EB;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
  background: #FFFFFF;
}
@media (max-width: 640px) {
  .modal_block .custom-select select {
    height: 48px;
  }
}
.modal_block .custom-select select:focus {
  outline: none;
}
.modal_block .custom-select .select-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.modal_block .custom-select .select-icon svg {
  display: block;
}
.modal_block .one_input {
  margin-bottom: 12px;
}
.modal_block .two_input {
  margin-bottom: 24px;
}
.modal_block .green_btn {
  width: 100%;
}
.modal_block ul {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.modal_block ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.modal_block ul span, .modal_block ul a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
}
.modal_block ul a {
  font-weight: 500;
  color: #B8CB3B;
}

.modal_authorization.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.modal_registration.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.modal_recovery.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.header {
  background: #F1F4F9;
  border-radius: 40px 40px 0 0;
  margin: 8px 8px 0 8px;
  padding: 16px 0;
}
@media (max-width: 993px) {
  .header {
    margin: 0;
    border-radius: 0;
  }
}
.header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header .container::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 30px;
  width: calc(100% - 60px);
  background: #DCE3EB;
  height: 1px;
}
@media (max-width: 480px) {
  .header .container::before {
    left: 16px;
    width: calc(100% - 32px);
  }
}
.header_btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .green_btn {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 20px;
  width: 136px;
  height: 44px;
}
@media (max-width: 993px) {
  .header .green_btn {
    font-size: 12px;
    line-height: 16px;
    width: 131px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .header .green_btn {
    display: none;
  }
}
@media (max-width: 993px) {
  .header .green_btn_line {
    font-size: 12px;
    line-height: 16px;
    width: 114px;
    height: 40px;
  }
}
.header_logo {
  width: 140px;
  flex-shrink: 0;
}
.header_logo img {
  width: 100%;
}
@media (max-width: 993px) {
  .header_logo {
    width: 98px;
  }
}
.header ul {
  gap: 40px;
}
@media (max-width: 993px) {
  .header ul {
    position: absolute;
    bottom: -54px;
    left: 30px;
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .header ul {
    gap: 12px;
    bottom: -65px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media (max-width: 480px) {
  .header ul {
    left: 16px;
    width: calc(100% - 32px);
  }
}
.header ul li {
  gap: 2px;
  flex-direction: column;
}
@media (max-width: 993px) {
  .header ul li {
    flex-direction: row;
    gap: 10px;
  }
}
@media (max-width: 640px) {
  .header ul li {
    flex-direction: column;
    gap: 2px;
    width: 100%;
  }
}
.header ul span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #707D89;
}
.header ul a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
}
@media (max-width: 993px) {
  .header ul a {
    font-size: 12px;
    line-height: 18px;
  }
}
.header_right {
  display: flex;
  align-items: center;
  gap: 48px;
}

.home {
  padding: 56px 0 55px 0;
  background: #F1F4F9;
  overflow: hidden;
  margin: 0 8px;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 993px) {
  .home {
    padding: 82px 0 32px 0;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .home {
    padding: 72px 0 16px 0;
  }
}
.home .container {
  position: relative;
}
.home .circle_bg {
  position: absolute;
  right: -133px;
  bottom: -56px;
}
@media (max-width: 993px) {
  .home .circle_bg {
    height: 581px;
    right: -150px;
    bottom: -32px;
    flex-shrink: 0;
  }
}
@media (max-width: 480px) {
  .home .circle_bg {
    display: none;
  }
}
.home .circle_bg_mobile {
  display: none;
}
@media (max-width: 480px) {
  .home .circle_bg_mobile {
    display: block;
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
  }
}
.home .home_cursor {
  position: absolute;
  bottom: 142px;
  right: 260px;
}
@media (max-width: 993px) {
  .home .home_cursor {
    right: 120px;
    bottom: 150px;
  }
}
@media (max-width: 640px) {
  .home .home_cursor {
    bottom: 280px;
    right: 20px;
  }
}
.home_img {
  position: absolute;
  right: -54px;
  bottom: -56px;
}
@media (max-width: 993px) {
  .home_img {
    right: -196px;
    bottom: -33px;
    flex-shrink: 0;
    min-width: 695px;
  }
}
@media (max-width: 480px) {
  .home_img {
    display: none;
  }
}
.home_img_mobile {
  display: none;
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .home_img_mobile {
    display: block;
  }
}
.home_text {
  position: relative;
  z-index: 2;
}
.home h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 52px;
  line-height: 60px;
  color: #141414;
  max-width: 755px;
}
@media (max-width: 993px) {
  .home h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    max-width: 707px;
  }
}
@media (max-width: 480px) {
  .home h1 {
    font-size: 24px;
    line-height: 28px;
    max-width: 328px;
  }
}
.home p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #141414;
  margin: 20px 0 32px 0;
}
@media (max-width: 993px) {
  .home p {
    margin: 16px 0 32px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.home_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 72px;
}
@media (max-width: 993px) {
  .home_blocks {
    margin-top: 142px;
  }
}
@media (max-width: 640px) {
  .home_blocks {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .home_blocks {
    margin-top: 236px;
  }
}
.home_block {
  border-radius: 24px;
  background: #FFFFFF;
  padding: 12px;
  align-items: center;
  gap: 24px;
}
@media (max-width: 993px) {
  .home_block {
    padding: 16px;
    gap: 16px;
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 640px) {
  .home_block {
    flex-direction: row;
    align-items: center;
  }
}
.home_block .icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  flex-shrink: 0;
  background: #F1F4F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 993px) {
  .home_block .icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 993px) {
  .home_block .icon svg {
    width: 24px;
    height: 24px;
  }
}
.home_block p {
  margin: 0;
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
}
@media (max-width: 993px) {
  .home_block p {
    font-size: 14px;
    line-height: 20px;
  }
}
.home_block p b {
  font-weight: 700;
  display: block;
}

.clients {
  padding: 80px 0;
}
@media (max-width: 993px) {
  .clients {
    padding: 64px 0;
  }
}
@media (max-width: 480px) {
  .clients {
    padding: 40px 0;
  }
}
.clients_in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 24px;
}
@media (max-width: 993px) {
  .clients_in {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .clients_in {
    gap: 12px;
  }
}
.clients img {
  -o-object-fit: contain;
     object-fit: contain;
}
.clients .logo_one {
  width: 146px;
}
@media (max-width: 480px) {
  .clients .logo_one {
    width: 104px;
  }
}
.clients .logo_two {
  width: 212px;
}
@media (max-width: 480px) {
  .clients .logo_two {
    width: 121px;
  }
}
.clients .logo_three {
  width: 215px;
}
@media (max-width: 480px) {
  .clients .logo_three {
    width: 111px;
  }
}
.clients .logo_four {
  width: 188px;
}
@media (max-width: 480px) {
  .clients .logo_four {
    width: 102px;
  }
}

.advantages {
  padding-top: 80px;
}
@media (max-width: 993px) {
  .advantages {
    padding-top: 64px;
  }
}
@media (max-width: 480px) {
  .advantages {
    padding-top: 40px;
  }
}
.advantages_in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 993px) {
  .advantages_in {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .advantages_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.advantages_block {
  border-radius: 24px;
  padding: 32px;
  background: #F1F4F9;
}
@media (max-width: 993px) {
  .advantages_block {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .advantages_block {
    padding: 16px;
  }
}
.advantages_block .icon {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: #FFFFFF;
}
@media (max-width: 993px) {
  .advantages_block .icon svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .advantages_block .icon svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 993px) {
  .advantages_block .icon {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 480px) {
  .advantages_block .icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
}
.advantages_block h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  color: #141414;
  margin: 32px 0 12px 0;
}
@media (max-width: 993px) {
  .advantages_block h3 {
    margin: 24px 0 12px 0;
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .advantages_block h3 {
    margin: 16px 0 12px 0;
    font-size: 20px;
    line-height: 26px;
  }
}
.advantages_block p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
}
@media (max-width: 993px) {
  .advantages_block p {
    font-size: 14px;
    line-height: 20px;
  }
}

.footer {
  border-radius: 40px 40px 0 0;
  background: #F1F4F9;
}
@media (max-width: 480px) {
  .footer {
    border-radius: 24px 24px 0 0;
  }
}
.footer_top {
  padding: 48px 0;
  border-bottom: 1px solid #DCE3EB;
}
@media (max-width: 480px) {
  .footer_top {
    padding: 32px 0;
  }
}
.footer_top-in {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .footer_top-in {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }
}
.footer_top ul {
  gap: 40px;
}
.footer_top ul li {
  gap: 2px;
}
.footer_top ul span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #707D89;
}
.footer_top ul a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
}
@media (max-width: 993px) {
  .footer_top ul a {
    font-size: 12px;
    line-height: 18px;
  }
}
.footer p {
  margin-top: 24px;
}
.footer p, .footer span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #707D89;
}
@media (max-width: 993px) {
  .footer p, .footer span {
    font-size: 12px;
    line-height: 18px;
  }
}
.footer_bottom span {
  margin-top: 0;
  padding: 16px 0;
}
.footer_logo {
  width: 140px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .footer_logo {
    width: 103px;
  }
}
.footer_logo img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */