:root {
  --white: #FFFFFF;
  --grey: #5F5F5F;
  --black: #000000;
  --blue-light: #0152F9;
  --blue: #213cc4;
  --blue-dark: #0d073b;
  --yellow: #FFA900;
  --gold: #FFD73A;
  --orange: #FF7F00;
  --orange-dark: #ff6d2a;
  --green: #60A900;
  --green-dark: #57B900;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Rubik", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #fafafa;
  margin: 0;
  padding: 0;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}

/* body.no-scroll {
  overflow: hidden;
} */

/* html,
body {
  user-select: none;
} */

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*Fonts*/
.h1-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  padding: 0;
}

.h2-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  padding: 0 0 20px;
}

.h2-title span {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: var(--orange-dark);
  text-decoration-offset: 10px;
}

.h3-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  padding: 0 0 20px;
}

.h4-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  padding: 0 0 20px;
}

.h5-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  padding: 0 0 20px;
}

p,
ul,
.service_grid-item {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px;
  line-height: 140%;
}

li {
  padding: 0 0 5px;
}

p:last-child,
li:last-child {
  padding: 0;
}

.card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

/*General*/

.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.section {
  padding: 65px 0;
}

.blue_section {
  background-color: var(--blue);
}

.white_section {
  background-color: var(--white);
}

.white-text {
  color: var(--white);
}

.block-text {
  padding: 0 0 20px;
}

.block-text ol {
  font-size: 18px;
}

.block-text ol li {
  padding: 0 0 10px;
}

.block-text ol li:last-child {
  padding: 0;
}

.block-text ul {
  padding: 15px 0;
}

.btn {
  background-color: var(--green);
  border: none;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  padding: 20px 0;
  transition: background-color .2s ease;
  display: block;
  text-align: center;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.btn:hover {
  background-color: var(--green-dark);
}

.btn_others {
  display: block;
  background-color: #407CFC;
  /* background-color: #3C51BF; */
  border: none;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  padding: 20px 0;
  margin: 0 auto;
  text-decoration: none;
  transition: background-color .2s ease;
  /* outline: 1px solid #FF6A00; */
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: var(--white);
  /* display: flex; */
  /* align-items: center; */
  /* text-align: center; */
}

.btn_others:hover {
  text-decoration: underline;
  background-color: #2F5CBB;
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
}

.swiper-content-button-prev,
.swiper-content-button-next {
  position: inherit;
  display: block;
  width: 20px;
  height: 20px;
}

.third_carousel-button-prev svg,
.third_carousel-button-next svg,
.swiper-content-button-prev svg,
.swiper-content-button-next svg {
  width: 100%;
  height: 100%;
  fill: var(--white);
}

.swiper-content-button-next {
  transform: rotate(180deg);
}

.swiper-content {
  display: none;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}

.swiper_text {
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
}

/*Intro*/
.site-breadcrumbs-wrapper {
  padding: 0;
  font-size: 14px;
}

.site-section-content ul:last-child,
.site-section-content ol:last-child {
  margin: 0;
}

.site-breadcrumbs ul {
  display: flex;
  padding: 0;
}

.site-breadcrumb {
  opacity: 0.5;
  margin-right: 10px;
}

.site-breadcrumb a,
.site-breadcrumb>span {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
}

.site-breadcrumb a:hover {
  text-decoration: underline;
}

.site-breadcrumb>span:hover {
  text-decoration: none;
}

.site-breadcrumb a span,
.site-breadcrumb span span {
  margin-right: 10px;
  color: var(--white);
}


.h1-title {
  display: flex;
  flex-direction: column;
  /* Выстраивает элементы по вертикали */
  align-items: flex-start;
  /* Выравнивает элементы по левому краю */
}

.h1-title span {
  color: var(--orange);
  padding: 0 0 20px;
}

.intro_content {
  display: flex;
  flex-direction: inherit;
  align-items: stretch;
  justify-content: space-between;
}

.intro_text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  max-width: 50%;
  text-align: left;
}

.intro_text p {
  font-size: 20px;
  padding: 0 0 30px;
}

.intro_img {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 40%;
}

.intro_img img {
  width: 100%;
}

/*audience*/
.path-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.path-item {
  position: relative;
  display: flex;
  flex-direction: inherit;
  align-items: baseline;
  background-color: #fff;
  width: 100%;
  max-width: 550px;
  padding: 30px;
  border: 2px dotted var(--orange);
  border-radius: 10px;
}

.path-info h3 {
  padding: 0 0 20px;
  margin: 0;
}

.path-text ul {
  list-style-type: none;
  /* Убираем стандартные маркеры */
  font-size: 16px;
}

.path-text ul li::before,
.block-text ul li::before {
  content: "\25C8";
  color: #FFB100;
  font-weight: bold;
  padding-right: 10px;
}

.path-text ul li {
  padding: 0 0 5px;
}

.path-text ul li:last-child {
  padding: 0;
}

/*Services*/
.service_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: stretch;
  /* margin: 30px 0 0; */
  padding: 0 0 20px;
}

.service_item {
  background-color: var(--white);
  width: auto;
  height: auto;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  box-sizing: border-box;
}

.service_card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  background: var(--white);
  box-shadow: 0px 15px 35px rgb(25 27 119 / 39%);
  border-radius: 10px;
  padding: 25px 25px 30px 25px;
  outline: 1px solid #ffffff;
}

.service_card:hover {
  outline-width: 3px;
  outline-color: #FF6A00;
}

.service_img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  width: 100%;
  border: 1px solid var(--white);
  border-radius: 10px;
  padding: 0 0 20px 0;
}

.service_icon {
  max-width: 80px;
  height: auto;
}

.service_card>.h4-title {
  height: 80px;
  /* display: flex; */
  /* flex: 1; */
}

.service_card:hover>.h4-title {
  color: var(--orange);
}

.service_text {
  /* display: flex; */
  flex: auto;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px;
  /* text-align: center; */
  color: var(--grey);
}

.service_price img {
  width: 15px;
  /* margin: 20px 0 0 20px; */
  padding: 0;
}

.service_price {
  display: flex;
  width: 100%;
  /* max-width: 90%; */
  /* margin: 0 0 0 10px; */
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 140%;
  color: var(--green);
  /* justify-content: center; */
}

.service_price-value {
  /* margin: 20px 0 0; */
  padding: 0 10px 0 0;
  color: var(--green-dark);
  font-weight: 500;
}

.service_grid ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  grid-gap: 15px;
  justify-content: space-between;
  padding: 0 0 20px;
  list-style-type: none;
}

.service_grid ul li {
  padding: 0;
  display: flex;
  align-items: inherit;
}

.service_grid ul li::before {
  content: "\21D2";
  color: var(--orange-dark);
  font-weight: bold;
  padding-right: 10px;
  font-size: 25px;
}

.service_grid-item {
  display: flex;
  align-items: flex-start;
  color: var(--white);
  text-decoration: underline;
  transition: color .2s ease;
  padding: 0;
}

.service_grid-item:hover {
  color: var(--orange-dark);
  text-decoration: none;
}

.service_grid-item h4 {
  font-size: 18px;
}

.service_grid-item img {
  width: 10%;
}

/*Callback*/
.callback_inner {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.callback_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 65%;
}

.callback_image {
  width: 29%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.callback_image img {
  width: 100%;
  /* height: 100%; */
  /* max-width: 900px; */
}

/*Cases*/
.cases_tabs-list a span {
  font-size: 18px;
  font-weight: 400;
}

.case_title {
  text-align: center;
  margin: 0;
  padding: 0 0 20px;
}

.case_intro ul,
.case_result ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  font-size: 16px;
}

.case_intro ul li,
.case_result ul li {
  padding: 0 0 5px;
}

.cases_block {
  position: relative;
}

.cases_tabs {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 60px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(25, 27, 119, 0.1);
}

.cases_tabs-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 5px 0;
}

.cases_tabs-list a.active {
  color: var(--orange);
  text-decoration: none !important;
}

.cases_tabs-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3%;
  height: 65px;
  color: #000000;
  transition: color .2s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none !important;
}

.cases_tabs-list a.active:after {
  height: 5px;
  bottom: -3px;
  opacity: 1;
}

.cases_tabs-list a:after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--orange);
  border-radius: 10px;
  opacity: 0;
  transition: all .2s ease;
}

.cases_tabs-item.show {
  display: flex;
  flex-direction: column;
}

.cases_tabs-item {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
}

.cases_tabs-info {
  margin-right: 0;
}

.case_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.case_result span {
  margin-bottom: 30px;
}

.case_intro,
.case_result {
  width: 48%;
}

.case_intro p,
.case_result p {
  padding: 0 0 10px;
  font-size: 16px;
}

.case_intro p:last-child,
.case_result p:last-child {
  padding: 0;
}

.case_image,
.case_img {
  width: 100%;
  border-radius: 25px;
}

.nda_text {
  padding: 0 30px 30px;
}

/*HowWork*/
/*Advantage*/
.path_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: stretch;
  padding: 0 0 20px;
}

.path_item {
  position: relative;
  display: flex;
}

.path_item-inner {
  position: relative;
  display: flex;
  flex-direction: inherit;
  align-items: baseline;
  background-color: #fff;
  width: 100%;
  /* max-width: 650px; */
  padding: 30px;
  border: 2px dotted var(--orange);
  border-radius: 10px;
}

.path_num {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--yellow);
  width: 60px;
  height: 60px;
  margin-right: 30px;
  font-size: 20px;
  font-weight: 700;
  border: 3px solid var(--yellow);
  border-radius: 100px;
  color: #fff;
}

.path_text {
  /* display: flex; */
  flex: auto;
  margin: 0;
  padding: 0;
  color: var(--grey);
  /* text-align: center; */

}

.path_text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--grey);
}

/*Reviews*/
.review_title {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
}

.review_name {
  margin-right: 15px;
  font-weight: 500;
  font-size: 18px;
}

.review_text {
  font-size: 16px;
  color: var(--grey);
}

.review_rating {
  /* display: flex; */
  color: var(--blue-dark);
  padding: 0;
}

.review_rating span:last-child {
  font-size: 18px;
  font-weight: 500;
}

.review_rating span img {
  width: 15px;
  margin-top: 2px;
  margin-right: 5px;
}

.third-carousel {
  position: relative;
}

.third-carousel-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  background-color: var(--white);
  padding: 30px;
  border-radius: 20px;
  /* box-shadow: 0 15px 35px rgba(25, 27, 119, 0.1); */
  box-sizing: border-box;
}

.third-carousel-item h3 {
  /* flex: auto;
  height: 80px; */
}

.third-carousel-pagination {
  position: relative;
  margin-top: 10px;
  bottom: 0 !important;
}

.third-carousel-pagination span {
  width: 8px;
  height: 8px;
  margin: 0 10px 0 0 !important;
  background: #000;
}

.third-carousel-pagination span:last-child {
  margin: 0 !important;
}

.third-carousel-pagination span.swiper-pagination-bullet-active {
  background: var(--orange-dark);
}

.reviews-slider.third-carousel {
  position: relative;
  /* Позволяет абсолютным элементам корректно позиционироваться внутри этого контейнера */
}

.third-carousel-button-prev {
  position: absolute;
  top: 50%;
  /* Центрирование по вертикали */
  left: -65px;
  /* Отступ слева */
  width: 35px;
  height: 35px;
  cursor: pointer;
  transform: translateY(-50%);
  /* Сдвиг по вертикали для центрирования */
}

.third-carousel-button-next {
  position: absolute;
  top: 50%;
  /* Центрирование по вертикали */
  right: -65px;
  /* Отступ справа */
  width: 35px;
  height: 35px;
  cursor: pointer;
  transform: translateY(-50%) rotate(180deg);
  /* Сдвиг по вертикали + поворот стрелки */
}

.third-swiper-content-button-prev,
.third-swiper-content-button-next {
  position: inherit;
  display: block;
  width: 20px;
  height: 20px;
}

.third-carousel-button-prev svg,
.third-carousel-button-next svg,
.third-swiper-content-button-prev svg,
.third-swiper-content-button-next svg {
  width: 100%;
  height: 100%;
  fill: var(--white);
}

.grey-btn svg {
  fill: var(--grey);
}

.third-swiper-content-button-next {
  transform: rotate(180deg);
}

/*Faqs*/
.faqs_list {
  width: 100%;
  /* padding: 20px 0 0; */
}

.faqs_list-item {
  position: relative;
  padding: 30px 30px 0 30px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.faqs_list-title {
  position: relative;
  display: block;
  text-align: left;
  padding: 0px 55px 20px 0;
  border-bottom: 1px solid #e0dfdf;
  transition: all 0.2s ease;
  margin: 0;
}

.faqs_list-item.active {
  background-color: var(--white);
  border-radius: 24px;
  border: none;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(25, 27, 119, 0.1);
}

.faqs_list-item.active .faqs_list-title {
  padding-bottom: 20px;
  border: none;
}

.faqs_list-title button {
  position: absolute;
  background: none;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50px;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}

.faqs_list-item.active button {
  transform: rotate(-270deg);
}

.faqs_list-title button svg {
  width: 35px;
  height: 35px;
  fill: var(--blue);
}

.faqs_list-item.active .faqs_list-more {
  display: block;
}

.faqs_list-more {
  display: none;
  color: var(--grey);
  margin: 0;
  /* line-height: 26px; */
}

.faqs_list-more p {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 95%;
  color: var(--grey);
  font-size: 16px;
}

/*Contacts*/

.contacts_inner {
  text-align: center;
}

.contacts_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  width: 140px;
  height: 140px;
  margin-bottom: 32px;
  box-shadow: 0px 0px 60px rgba(48, 150, 253, 0.7);
  border-radius: 25px;
}

.contacts_icon img {
  padding: 30px;
}

.contacts_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.q-a-social {
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
}

.q-a-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fafafa;
  border-radius: 13px;
  transition: background 0.2s ease;
}

.q-a-social a:hover {
  background: var(--gold);
}

.q-a-social a img {
  padding: 13px;
  /* width: 25px; */
  /* height: 18px; */
  transition: all 0.2s ease;
}

/*ancillary*/
.ancillary_inner>.swiper-content>.swiper_text {
  color: var(--black);
}

.ancillary-slide:hover>.h3-title {
  color: var(--orange);
}

.ancillary-slide {
  /* box-shadow: inset -2px -1px 20px 2px rgba(25, 27, 119, 0.1); */
  /* color: var(--blue); */
  border: 2px solid #ede9e9;
}

.ancillary-slide:hover {
  border: 2px solid var(--orange);
}

.grey-button svg {
  fill: #a8a0a0;
}

/*Услуги*/
.serv_path-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: stretch;
  padding: 0 0 20px;
}

.serv_path-list>.path-item {
  flex-direction: column;
}

.serv_path-list>.path-item h3 {
  padding: 0 0 15px 0;
  margin: 0;
  font: caption;
}

.serv_path-list>.path-item h3 a {
  text-decoration: underline;
}

.serv_path-list>.path-item h3 a:hover,
.serv_path-list>.path-item h2 a:hover {
  text-decoration: none;
  color: #FFB100;
}

.serv_path-text h3::before {
  content: "\25C8";
  color: #FFB100;
  font-weight: bold;
  padding-right: 10px;
}


@media (max-width: 1300px) {

  .third-carousel-button-prev,
  .third-carousel-button-next {
    display: none;
  }
}

@media (max-width: 1200px) {

  /*Intro*/
  .h1-title {
    padding: 0 0 20px;
  }

  .intro_text {
    max-width: 60%;
  }

  .intro_text p {
    padding: 0 0 30px;
  }
}

@media (max-width: 1100px) {

  /*General*/
  .btn {
    margin: 0 auto;
  }

  .swiper-content {
    display: flex;
  }

  .swiper_text {
    padding: 0 20px;
    text-align: center;
  }

  /*Fonts*/
  .h1-title {
    font-size: 40px;
    padding: 0 0 20px;
  }

  .h2-title {
    font-size: 30px;
  }

  .h3-title {
    font-size: 20px;
  }

  .h4-title {
    font-size: 18px;
  }

  .h5-title {
    font-size: 16px;
  }

  p,
  ul,
  .service_grid-item {
    font-size: 18px;
    line-height: 150%;
  }

  .card-text {
    font-size: 14px;
    line-height: 150%
  }

  /*Intro*/
  .h1-title {
    align-items: center;
  }

  .intro_content {
    flex-direction: column-reverse;
  }

  .intro_text {
    max-width: 100%;
    text-align: center;
  }

  .intro_img {
    max-width: 100%;
  }

  .intro_img img {
    width: 50%;
  }

  /*Audience*/
  .path-list {
    flex-direction: column;
  }

  .path-item {
    max-width: 100%;
  }

  .path-item:last-child {
    margin: 25px 0 0;
  }

  /*Service*/
  .service_list {
    grid-template-columns: 1fr 1fr;
  }

  .service_card>.h4-title {
    height: 50px;
    /* display: flex; */
    /* flex: 1; */
  }

  .third-carousel-item h3 {
    /* flex: auto; */
    height: 70px;
  }

  .service_grid ul {
    grid-template-columns: repeat(2, 1fr);
  }

  /*HowWork*/
  /*Advantage*/
  .path_list {
    grid-template-columns: 1fr;
  }

  /*Callback*/
  .callback_inner {
    flex-direction: column-reverse;
  }

  .callback_content {
    width: 100%;
    text-align: center;
    padding: 20px 0 0;
  }

  .callback_image {
    width: 100%;
  }

  .callback_image img {
    width: 50%;
  }

  /*Cases*/
  .cases_tabs-list {
    flex-wrap: wrap;
  }

  .cases_tabs-list a {
    width: 50%;
  }

  .case_content {
    flex-direction: column;
  }

  .case_intro,
  .case_result {
    width: 100%;
  }

  .case_intro {
    padding: 0 0 20px;
  }
}

@media (max-width: 900px) {
  .serv_path-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {

  /*Intro*/
  .intro_img img {
    width: 100%;
  }

  /*Service*/
  .service_list {
    grid-template-columns: 1fr;
  }

  .service_grid ul {
    grid-template-columns: repeat(1, 1fr);
  }

  /*Cases*/
  .cases_tabs-list a {
    width: 100%;
  }

  /*HowWork*/
  /*Advantage*/
  .path_item-inner {
    padding: 30px;
    flex-direction: column;
  }

  .path_num {
    margin: 0 auto;
  }

  .path_info {
    padding-top: 20px;
    text-align: center;
  }

  .path_text {
    text-align: center;
  }
}