/*! 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;
}

* {
  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: "Ubuntu", 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: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1400px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 10px;
  }
}

.section-top {
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .section-top {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .section-top {
    padding-top: 60px;
  }
}
@media (max-width: 640px) {
  .section-top {
    padding-top: 50px;
  }
}

.swiper .swiper-notification {
  display: none;
}

.swiper-pagination {
  max-width: calc(100% - 160px);
  margin: auto;
  position: static;
  display: flex;
  height: 14px;
  margin-top: 40px;
  gap: 12px;
}
@media (max-width: 1400px) {
  .swiper-pagination {
    max-width: calc(100% - 240px);
  }
}
@media (max-width: 640px) {
  .swiper-pagination {
    margin-top: 20px;
    max-width: calc(100% - 20px);
  }
}
.swiper-pagination-bullet {
  flex: 1;
  border-radius: 6px;
  height: 14px;
  background: #EEEEEE;
  transition: 0.3s ease;
  opacity: 1;
  margin: 0 !important;
}
.swiper-pagination-bullet-active {
  background: #11BF6A;
}

.header {
  padding: 18px 0;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .header {
    margin-bottom: 10px;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1400px) {
  .header_logo {
    gap: 6px;
  }
}
@media (max-width: 1024px) {
  .header_logo {
    gap: 4px;
  }
}
.header_logo img {
  width: 150px;
  height: 90px;
}
@media (max-width: 1400px) {
  .header_logo img {
    width: 112px;
    height: 67px;
  }
}
@media (max-width: 1024px) {
  .header_logo img {
    width: 85px;
    height: 51px;
  }
}
.header_logo span {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #005AA2;
  max-width: 245px;
}
@media (max-width: 1400px) {
  .header_logo span {
    font-size: 18px;
    max-width: 184px;
    line-height: 19px;
  }
}
@media (max-width: 1024px) {
  .header_logo span {
    max-width: 140px;
    font-size: 13.7px;
    line-height: 14.84px;
  }
}
@media (max-width: 640px) {
  .header_logo span {
    display: none;
  }
}
.header_contact {
  font-weight: 300;
  font-size: 39px;
  line-height: 120%;
  color: #2B2C2E;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1400px) {
  .header_contact {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .header_contact {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .header_contact {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .header_contact svg {
    display: none;
  }
}
.header .custom-select {
  position: relative;
  width: 70px;
  font-family: inherit;
}
.header .custom-select__trigger {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 30px;
  line-height: 20px;
  color: #C6CED4;
}
.header .custom-select__icon {
  display: flex;
  align-items: center;
  transition: transform 0.25s ease;
}
.header .custom-select__list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  padding: 6px 0;
  margin: 0;
  list-style: none;
  background: #F8FBFA;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: 0.25s ease;
  z-index: 10;
}
.header .custom-select__option {
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4C4E55;
}
.header .custom-select__option:hover {
  background: #f2f4f6;
}
.header .custom-select__option.is-active {
  font-weight: 600;
}
.header .custom-select.is-open .custom-select__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .custom-select.is-open .custom-select__icon {
  transform: rotate(180deg);
}
.header_right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1400px) {
  .header_right {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .header_right {
    display: none;
  }
}
.header .partner_link {
  padding: 18px 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #11BF6A;
  border-radius: 12px;
  height: 60px;
  transition: 0.2s ease-in-out all;
}
.header .partner_link:hover {
  background: #006C37;
}
.header .partner_link:active {
  background: #11BF6A;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.video-modal.active {
  display: flex;
}
.video-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.video-modal__close {
  position: absolute;
  z-index: 4;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 3px;
}
.video-modal iframe {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  width: calc(100% - 40px);
  height: 800px;
  max-height: calc(100svh - 40px);
}

.home_big_title {
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #005AA2;
  -webkit-backdrop-filter: blur(13.6758518219px);
          backdrop-filter: blur(13.6758518219px);
  padding: 60px;
  border-radius: 24px;
}
@media (max-width: 1400px) {
  .home_big_title {
    padding: 20px 60px;
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .home_big_title {
    border-radius: 12px;
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .home_big_title {
    padding: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
  }
}
.home_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
  min-height: 664px;
}
@media (max-width: 1400px) {
  .home_in {
    min-height: 499px;
  }
}
@media (max-width: 1024px) {
  .home_in {
    min-height: auto;
    gap: 10px;
    margin-top: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.home_img {
  border-radius: 24px;
  background: linear-gradient(180deg, #E1F4FF 0%, #F8FCFE 100%);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home_img {
    border-radius: 12px;
    height: 340px;
  }
}
@media (max-width: 640px) {
  .home_img {
    height: 172px;
  }
}
.home_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1) translateY(70px);
}
@media (max-width: 1400px) {
  .home_img img {
    transform: scale(1) translateY(70px);
  }
}
@media (max-width: 1024px) {
  .home_img img {
    transform: scale(1) translateY(0);
  }
}
@media (max-width: 768px) {
  .home_img img {
    transform: scale(1.5) translateY(20px);
  }
}
@media (max-width: 640px) {
  .home_img img {
    transform: scale(1.6) translateY(35px);
  }
}
.home_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .home_text {
    gap: 10px;
  }
}
.home_text-top {
  background: #F8FBFA;
  border-radius: 24px;
  padding: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .home_text-top {
    border-radius: 12px;
    padding: 20px;
    gap: 60px;
  }
}
@media (max-width: 640px) {
  .home_text-top {
    gap: 40px;
    padding: 10px;
  }
}
.home_text-top .title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home_text-top h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #191A1E;
}
.home_text-top h2 span {
  color: #21CA6F;
}
@media (max-width: 1400px) {
  .home_text-top h2 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .home_text-top h2 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .home_text-top h2 {
    font-size: 22px;
  }
}
.home_text-top h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: #4C4E55;
}
@media (max-width: 1400px) {
  .home_text-top h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .home_text-top h3 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .home_text-top h3 {
    font-size: 16px;
  }
}
.home_text-top p {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 2%;
  color: #4C4E55;
}
.home_text-top p b {
  font-weight: 700;
}
@media (max-width: 1400px) {
  .home_text-top p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .home_text-top p {
    font-size: 16px;
  }
}
.home_text .partner_link {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 24px;
  background: #11BF6A;
  padding: 28px;
  height: 90px;
  text-align: center;
  transition: 0.2s ease-in-out all;
}
@media (max-width: 1024px) {
  .home_text .partner_link {
    border-radius: 12px;
  }
}
@media (max-width: 640px) {
  .home_text .partner_link {
    font-size: 22px;
    padding: 12px;
    height: 49px;
  }
}
.home_text .partner_link:hover {
  background: #006C37;
}
.home_text .partner_link:active {
  background: #11BF6A;
}

.work_title {
  width: 588px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .work_title {
    width: 409px;
  }
}
@media (max-width: 1024px) {
  .work_title {
    width: 100%;
  }
}
.work_title h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #2B2C2E;
}
@media (max-width: 1400px) {
  .work_title h2 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .work_title h2 {
    font-size: 22px;
    font-weight: 500;
  }
}
.work .container {
  display: flex;
  align-items: start;
  gap: 20px;
}
@media (max-width: 1024px) {
  .work .container {
    flex-direction: column;
  }
}
.work_blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .work_blocks {
    gap: 10px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .work_blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.work_block {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: #f8fbfa;
  display: flex;
  min-height: 385px;
}
@media (max-width: 1400px) {
  .work_block {
    min-height: 271px;
  }
}
@media (max-width: 1024px) {
  .work_block {
    border-radius: 12px;
    min-height: 266px;
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.work_block_left {
  padding: 20px;
}
@media (max-width: 1400px) {
  .work_block_left {
    padding: 20px 10px 20px 20px;
  }
}
@media (max-width: 1024px) {
  .work_block_left {
    padding: 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
}
.work_block_left img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .work_block_left img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .work_block_left img {
    width: 60px;
    height: 60px;
  }
}
.work_block_left .line {
  height: 2px;
  background: #D8DEE7;
  -webkit-backdrop-filter: blur(13.6758518219px);
          backdrop-filter: blur(13.6758518219px);
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .work_block_left .line {
    display: none;
  }
}
.work_block_left h3 {
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
  background: linear-gradient(108.98deg, #7FC0FB 27.06%, #4088F4 90.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .work_block_left h3 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .work_block_left h3 {
    display: none;
  }
}
.work_block_left p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4C4E55;
}
@media (max-width: 1400px) {
  .work_block_left p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .work_block_left p {
    max-width: 253px;
  }
}
.work_block_right {
  width: 273px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1400px) {
  .work_block_right {
    width: 163px;
  }
}
@media (max-width: 1024px) {
  .work_block_right {
    height: 166px;
    width: 100%;
  }
}
.work_block_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work_block_right::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(252, 253, 253, 0.2) 46.63%, #F8FBFA 100%);
  z-index: 2;
  width: 150px;
}
@media (max-width: 1024px) {
  .work_block_right::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(252, 253, 253, 0.2) 26.63%, #F8FBFA 100%);
    bottom: 0;
    transform: translateY(2px);
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.work_block_right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 99px;
  height: 100%;
  z-index: 2;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(90deg, rgba(106, 224, 146, 0) 0%, rgba(17, 191, 106, 0.4) 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.7) 10%, black 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.7) 10%, black 100%);
}
@media (max-width: 1400px) {
  .work_block_right::before {
    display: none;
  }
}
.work_block.end_block {
  outline: 4px solid #11BF6A;
}

.profitable_in {
  border-radius: 24px;
  background: linear-gradient(91.83deg, rgba(92, 167, 236, 0.4) 1.55%, rgba(92, 167, 236, 0.4) 95.37%);
  -webkit-backdrop-filter: blur(13.6758518219px);
          backdrop-filter: blur(13.6758518219px);
  padding: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 1400px) {
  .profitable_in {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .profitable_in {
    padding: 20px;
    gap: 20px;
    border-radius: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.profitable_title h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #191A1E;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .profitable_title h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .profitable_title h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .profitable_title h2 {
    font-size: 22px;
  }
}
.profitable_title p {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #4C4E55;
  max-width: 480px;
}
@media (max-width: 1400px) {
  .profitable_title p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .profitable_title p {
    display: none;
  }
}
.profitable_blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media (max-width: 1024px) {
  .profitable_blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .profitable_blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.profitable_block {
  border-radius: 24px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .profitable_block {
    border-radius: 12px;
  }
}
@media (max-width: 640px) {
  .profitable_block {
    gap: 0;
    padding: 10px;
  }
}
.profitable_block img {
  display: flex;
  flex-shrink: 0;
}
.profitable_block span {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4C4E55;
}
@media (max-width: 1024px) {
  .profitable_block span {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .profitable_block span {
    font-size: 14px;
  }
}

.surgeons_in {
  border-radius: 24px;
  padding: 60px;
  background: #F8FBFA;
  -webkit-backdrop-filter: blur(13.6758518219px);
          backdrop-filter: blur(13.6758518219px);
  position: relative;
}
@media (max-width: 1400px) {
  .surgeons_in {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .surgeons_in {
    border-radius: 12px;
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .surgeons_in {
    padding: 10px;
  }
}
.surgeons .surgeons_title {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #2B2C2E;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .surgeons .surgeons_title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .surgeons .surgeons_title {
    font-size: 22px;
    font-weight: 500;
  }
}
.surgeons_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dae9e4;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 1024px) {
  .surgeons_btn {
    display: none;
  }
}
.surgeons_btn_prev {
  left: -20px;
  right: auto;
}
.surgeons_btn_next {
  right: -20px;
  left: auto;
}
.surgeons_card {
  border-radius: 24px;
  box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 32px -4px rgba(12, 12, 13, 0.1);
  background: #F8FBFA;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.surgeons_card_img {
  position: relative;
  height: 300px;
}
@media (max-width: 640px) {
  .surgeons_card_img {
    height: 260px;
  }
}
.surgeons_card_img img {
  margin: auto;
  height: 220px;
  margin: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 640px) {
  .surgeons_card_img img {
    height: 180px;
  }
}
.surgeons_card .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(238, 241, 241, 0) 0%, rgba(131, 217, 175, 0.24) 48.56%, rgba(248, 251, 250, 0.4) 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 40px 20px 20px 20px;
}
.surgeons_card .name h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  text-align: center;
  color: #4C4E55;
}
.surgeons_card ul {
  padding: 20px 10px;
}
.surgeons_card ul li {
  display: flex;
  align-items: start;
  gap: 20px;
}
.surgeons_card ul span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4C4E55;
}
.surgeons_card ul img {
  display: flex;
  flex-shrink: 0;
}
.surgeons_card ul .line {
  height: 2px;
  background: #D8DEE7;
  -webkit-backdrop-filter: blur(13.6758518219px);
          backdrop-filter: blur(13.6758518219px);
  margin: 10px 0;
}
@media (max-width: 1024px) {
  .surgeons .surgeonsSwiper {
    overflow: visible;
  }
}
.surgeons .surgeonsSwiper .swiper-wrapper {
  height: auto;
}
.surgeons .surgeonsSwiper .swiper-slide {
  height: auto;
}
.surgeons-pagination {
  margin: 40px auto;
  max-width: calc(100% - 280px);
}
@media (max-width: 1024px) {
  .surgeons-pagination {
    margin: 20px auto;
  }
}
@media (max-width: 640px) {
  .surgeons-pagination {
    max-width: calc(100% - 20px);
  }
}
.surgeons_link {
  height: 60px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  padding: 18px 24px;
  background: #11bf6a;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 248px;
  transition: 0.2s ease-in-out all;
}
@media (max-width: 640px) {
  .surgeons_link {
    width: 100%;
  }
}
.surgeons_link:hover {
  background: #006C37;
}
.surgeons_link:active {
  background: #11BF6A;
}

.treat_in {
  border-radius: 24px;
  padding: 60px;
  background: rgba(17, 191, 106, 0.3019607843);
  -webkit-backdrop-filter: blur(13.6758518219px);
          backdrop-filter: blur(13.6758518219px);
}
@media (max-width: 1400px) {
  .treat_in {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .treat_in {
    border-radius: 12px;
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .treat_in {
    padding: 10px;
  }
}
.treat_in h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #191A1E;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .treat_in h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .treat_in h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .treat_in h2 {
    font-size: 22px;
  }
}
.treat_blocks {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 640px) {
  .treat_blocks {
    display: none;
  }
}
.treat_block {
  border-radius: 24px;
  padding: 20px;
  background: #FFFFFF;
  display: flex;
  align-items: start;
  gap: 20px;
  min-height: 118px;
}
@media (max-width: 1024px) {
  .treat_block {
    border-radius: 12px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .treat_block {
    min-height: auto;
    height: 100%;
    gap: 10px;
  }
}
.treat_block h3 {
  width: 440px;
  flex-shrink: 0;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: #4C4E55;
}
@media (max-width: 1400px) {
  .treat_block h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .treat_block h3 {
    width: auto;
  }
}
@media (max-width: 640px) {
  .treat_block h3 {
    text-transform: none;
  }
}
.treat_block p {
  position: relative;
  padding-left: 33px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4C4E55;
}
.treat_block p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  min-height: 78px;
  border-radius: 44px;
  background: rgba(106, 224, 146, 0.6);
  width: 13px;
}
@media (max-width: 1024px) {
  .treat_block p::after {
    height: 100%;
  }
}
@media (max-width: 640px) {
  .treat_block p::after {
    width: 110px;
    height: 3px;
    min-height: 3px;
  }
}
@media (max-width: 640px) {
  .treat_block p {
    font-size: 16px;
    padding-left: 0;
    padding-top: 14px;
  }
}
.treat .treatSwiper {
  display: none;
}
@media (max-width: 640px) {
  .treat .treatSwiper {
    display: block;
  }
}
.treat .treatSwiper .swiper-wrapper {
  height: auto;
}
.treat .treatSwiper .swiper-slide {
  height: auto;
}
.treat_pagination {
  margin-top: 20px;
  max-width: calc(100% - 20px);
}

.comment h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #191A1E;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .comment h2 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .comment h2 {
    font-size: 22px;
  }
}
.comment .swiperComment {
  position: relative;
}
.comment .swiper-slide {
  height: auto;
}
@media (max-width: 1400px) {
  .comment .swiper-slide {
    min-height: 340px;
  }
}
@media (max-width: 1024px) {
  .comment .swiper-slide {
    min-height: 195px;
  }
}
.comment_card {
  border-radius: 24px;
  padding: 20px;
  background: #F8FBFA;
  height: 100%;
}
@media (max-width: 1400px) {
  .comment_card {
    border-radius: 12px;
  }
}
@media (max-width: 1024px) {
  .comment_card {
    padding: 10px;
  }
}
.comment_card_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.comment_card_top span {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #4C4E55;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1400px) {
  .comment_card_top span {
    font-size: 16px;
  }
}
.comment_card h3 {
  margin: 12px 0 20px 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #4C4E55;
}
@media (max-width: 1400px) {
  .comment_card h3 {
    margin: 8px 0 10px 0;
    font-size: 16px;
  }
}
.comment_card p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #4C4E55;
}
@media (max-width: 1400px) {
  .comment_card p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .comment_card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.comment_card .more_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #11BF6A;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: none;
}
@media (max-width: 1024px) {
  .comment_card .more_link {
    display: block;
  }
}
.comment .video_comment {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .comment .video_comment {
    border-radius: 12px;
  }
}
.comment .video_comment .video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100px;
  height: 100px;
}
@media (max-width: 1400px) {
  .comment .video_comment .video_btn {
    width: 60px;
    height: 60px;
  }
}
.comment .video_comment .video_btn img {
  width: 100%;
}
.comment .video_comment_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: 0 -120px;
     object-position: 0 -120px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  .comment .video_comment_img {
    -o-object-position: 0;
       object-position: 0;
  }
}
@media (max-width: 1024px) {
  .comment .video_comment_img {
    -o-object-position: 0 -80px;
       object-position: 0 -80px;
  }
}
@media (max-width: 640px) {
  .comment .video_comment_img {
    -o-object-position: 0 -60px;
       object-position: 0 -60px;
  }
}
.comment .video_comment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}

.partner h2 {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #191A1E;
}
@media (max-width: 1400px) {
  .partner h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .partner h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .partner h2 {
    font-size: 22px;
    font-weight: 500;
  }
}
.partner_in {
  border-radius: 24px;
  padding: 40px;
  background: #F8FBFA;
  max-width: 980px;
  margin: auto;
}
@media (max-width: 1024px) {
  .partner_in {
    padding: 20px;
    border-radius: 12px;
  }
}
@media (max-width: 640px) {
  .partner_in {
    padding: 10px;
  }
}
.partner .input_block {
  border-radius: 24px 24px 0 0;
  border-bottom: 1px solid rgba(105, 109, 123, 0.2);
  background: #FFFFFF;
  padding: 8px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1024px) {
  .partner .input_block {
    border-radius: 12px 12px 0 0;
  }
}
@media (max-width: 640px) {
  .partner .input_block {
    padding: 10px;
  }
}
.partner .input_block label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4C4E55;
  opacity: 70%;
}
.partner .input_block input {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: #005AA2;
}
.partner .input_block input::-moz-placeholder {
  color: rgba(105, 109, 123, 0.2);
}
.partner .input_block input::placeholder {
  color: rgba(105, 109, 123, 0.2);
}
@media (max-width: 640px) {
  .partner .input_block input {
    font-size: 20px;
  }
}
.partner .input_block_two {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .partner .input_block_two {
    margin-top: 10px;
  }
}
.partner .data {
  margin: 40px 0;
  border-radius: 12px;
  background: #FFFFFF;
  padding: 20px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .partner .data {
    margin: 20px 0;
  }
}
@media (max-width: 640px) {
  .partner .data {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.partner .data span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4C4E55;
  opacity: 70%;
}
@media (max-width: 640px) {
  .partner .data span {
    font-size: 14px;
  }
}
.partner .data button {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #11BF6A;
  border-radius: 12px;
  height: 60px;
  padding: 18px;
  width: 415px;
  flex-shrink: 0;
  transition: 0.2s ease-in-out all;
}
@media (max-width: 1024px) {
  .partner .data button {
    width: 297px;
  }
}
@media (max-width: 640px) {
  .partner .data button {
    width: 100%;
  }
}
.partner .data button:hover {
  background: #006C37;
}
.partner .data button:active {
  background: #11BF6A;
}
.partner p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #4c4e55;
}
@media (max-width: 640px) {
  .partner p {
    font-size: 12px;
  }
}

.faq_in {
  border-radius: 24px;
  padding: 60px;
  background: #F8FBFA;
  display: flex;
  align-items: start;
  gap: 20px;
}
@media (max-width: 1400px) {
  .faq_in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .faq_in {
    border-radius: 12px;
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 640px) {
  .faq_in {
    padding: 10px;
  }
}
.faq_title {
  width: 593px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .faq_title {
    width: auto;
  }
}
.faq_title h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #2B2C2E;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .faq_title h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .faq_title h2 {
    font-size: 22px;
  }
}
.faq_title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #2B2C2E;
}
@media (max-width: 1024px) {
  .faq_title p {
    display: none;
  }
}
.faq .accordion .item {
  border-bottom: 2px solid #D8DEE7;
  padding: 20px 0;
}
@media (max-width: 1400px) {
  .faq .accordion .item {
    padding: 11px 0;
  }
}
@media (max-width: 640px) {
  .faq .accordion .item {
    padding: 10px 0;
  }
}
.faq .accordion_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 10px;
}
.faq .accordion_btn.active svg {
  transform: rotate(-90deg);
}
.faq .accordion_btn span {
  text-align: left;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #4C4E55;
}
@media (max-width: 1400px) {
  .faq .accordion_btn span {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .faq .accordion_btn span {
    font-size: 16px;
  }
}
.faq .accordion_btn svg {
  flex-shrink: 0;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .faq .accordion_btn svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 640px) {
  .faq .accordion_btn svg {
    width: 32px;
    height: 32px;
  }
}
.faq .accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.faq .accordion .content p {
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #4C4E55;
}
@media (max-width: 1400px) {
  .faq .accordion .content p {
    font-size: 16px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .faq .accordion .content p {
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-right: 40px;
  }
}

.footer {
  background: #2E2F34;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  box-shadow: 0px 5px 4px 0px rgba(198, 206, 212, 0.2);
  padding: 200px 0 140px 0;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .footer {
    padding: 160px 0 100px 0;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 100px 0 20px 0;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 80px 0 20px 0;
  }
}
.footer .container {
  padding: 0 20px;
}
.footer h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .footer h2 {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .footer h2 {
    font-size: 28px;
  }
}
.footer_top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .footer_top {
    flex-direction: column;
  }
}
.footer_top-right {
  width: 613px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .footer_top-right {
    width: 427px;
  }
}
.footer_top ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 40px;
}
.footer_top ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #EEEEEE;
}
.footer_top .line {
  height: 3px;
  max-width: 613px;
  border-radius: 3px;
  background: #EEEEEE;
}
.footer_top .phone {
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1400px) {
  .footer_top .phone {
    gap: 20px;
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .footer_top .phone {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  .footer_top .phone svg {
    width: 40px;
    height: 40px;
  }
}
.footer_top .email {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 40px 0;
}
@media (max-width: 1400px) {
  .footer_top .email {
    margin: 20px 0;
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .footer_top .email {
    font-size: 20px;
  }
}
.footer_center {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .footer_center {
    flex-direction: column;
  }
}
.footer_center-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer_center-left li.title {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #C6CED4;
  margin-bottom: 4px;
}
@media (max-width: 1024px) {
  .footer_center-left li.title {
    text-transform: none;
    margin-bottom: 36px;
  }
}
.footer_center-left a {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-decoration: underline;
  color: #F8FBFA;
}
.footer_center-right {
  width: 613px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .footer_center-right {
    width: 427px;
  }
}
@media (max-width: 1024px) {
  .footer_center-right {
    gap: 4px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.footer_center-right a {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #C6CED4;
}
@media (max-width: 1400px) {
  .footer_center-right a {
    font-size: 16px;
  }
}
.footer_social {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1400px) {
  .footer_social a svg {
    width: 40px;
    height: 40px;
  }
}
.footer_end {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #C6CED4;
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
}
.footer_end a {
  display: flex;
  align-items: center;
  gap: 10px;
}/*# sourceMappingURL=style.css.map */