@charset "UTF-8";
html, body {
  overflow-x: clip;
}
@supports not (overflow: clip) {
  html, body {
    overflow-x: hidden;
  }
}
/* Фоновая картинка */
.info__usluga {
  margin-top: 40px;
  height: 400px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #ffff;
  max-width: 700px;
}
.info__usluga h1 {
  color: #FFF;
  font-family: Bounded;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 990px) {
  .info__usluga h1 {
    font-size: 46px;
  }
}
@media (max-width: 540px) {
  .info__usluga h1 {
    font-size: 28px;
  }
}
.info__usluga p {
  color: rgba(255, 255, 255, 0.8);
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.image__filter__usluga {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.text_under_h {
  color: #FFFF;
  max-height: 150px;
  overflow: hidden;
}
.headr__font img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headr__font {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 678px;
  z-index: -1;
}
.header__usluga .header_2 {
  background-color: transparent;
}
.header__usluga nav.top-menu {
  background: none;
}
.header__usluga .header_2 nav.top-menu .list > li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header__usluga .header_2 nav.top-menu .list > li > a {
  color: #fff;
}
.header__usluga .header_2 svg ellipse[stroke], .header__usluga .header_2 svg path[stroke] {
  stroke: #fff;
}
.header__usluga .header_2 svg ellipse[fill], .header__usluga .header_2 svg path[fill] {
  fill: #fff;
}
.header__usluga .header_2 .logo svg ellipse[stroke], .header__usluga .header_2 .logo svg path[stroke] {
  stroke: #2C80FF;
}
.header__usluga .header_2 .logo svg ellipse[fill], .header__usluga .header_2 .logo svg path[fill] {
  fill: #2C80FF;
}
.header__usluga .header_2 .logo svg .logo_word ellipse[stroke], .header__usluga .header_2 .logo svg .logo_word path[stroke] {
  stroke: #fff;
}
.header__usluga .header_2 .logo svg .logo_word ellipse[fill], .header__usluga .header_2 .logo svg .logo_word path[fill] {
  fill: #fff;
}
.header__usluga .header_2 .phone-icon svg path {
  fill: #fff;
}
.header__usluga .header_2 .hamburger .line {
  background-color: #fff;
}
.header__usluga .header_2 .cart a span {
  color: #fff;
}
.header__usluga .header_2 .phone a {
  color: #fff;
}
.header__usluga .header_2 .header__callback {
  color: #fff;
  border-bottom-color: #fff;
}
.header__usluga .header_2 nav.top-menu .list > li > a svg {
  fill: #fff;
}
.header__usluga .breadcrumbs a {
  color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.name__usluga {
  color: #fff;
}
@media (max-width: 991px) {
  .header__usluga .header_2 .inner-block {
    background: none;
    border-bottom: 0;
  }
}
/* Навигация по секциям услуги */
.service-nav {
  position: relative;
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 0;
  margin-bottom: 40px;
}
.service-nav__link {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #1D0E38;
  text-decoration: none;
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
@media (max-width: 540px) {
  .service-nav__link {
    padding: 8px 16px;
  }
}
.service-nav__link:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  transform: translateY(-1px);
}
.service-nav__link.is-active {
  background: #E05200;
  color: #fff;
}
.service-nav__link:focus-visible {
  outline: 2px solid #F47A1F;
  outline-offset: 2px;
}
.service-single {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
/* Страница услуг */
.service-header__text {
  margin-top: 40px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  margin-bottom: 220px;
}
.service-single__title {
  z-index: 1;
  align-self: stretch;
  color: #FFF;
  font-family: Bounded;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.service-single__lead {
  align-self: stretch;
  color: rgba(255, 255, 255, 0.8);
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.services-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 40px 0;
}
.services-page .services-page-title h2 {
  color: #FFF;
  font-family: Bounded;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 990px) {
  .services-page .services-page-title h2 {
    font-size: 46px;
  }
}
@media (max-width: 540px) {
  .services-page .services-page-title h2 {
    font-size: 28px;
  }
}
.services-page .services-page-title p {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 976px;
}
@media (max-width: 990px) {
  .services-page .services-page-title p {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .services-page .services-page-title p {
    font-size: 18px;
  }
}
.with-sidebar {
  display: flex;
  gap: 32px;
}
.services-page-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
.adv-text_element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.adv-text_element h2 {
  color: #FFF;
  font-family: Bounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 990px) {
  .adv-text_element h2 {
    font-size: 30px;
  }
}
@media (max-width: 540px) {
  .adv-text_element h2 {
    font-size: 22px;
  }
}
.adv-text_element p {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 540px) {
  .adv-text_element p {
    font-size: 14px;
  }
}
.adv-text_element ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: stretch;
}
.adv-text_element li {
  position: relative;
  padding-left: 28px;
  color: #D1C7DE;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 540px) {
  .adv-text_element li {
    font-size: 14px;
  }
}
/* Список тегов */
.group-hero__advantages {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .group-hero__advantages {
    gap: 10px;
  }
}
.group-hero__advantage {
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 730px;
  background: #48336D;
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 768px) {
  .group-hero__advantage {
    font-size: 16px;
    padding: 10px 16px;
    white-space: normal;
  }
}
@media (max-width: 540px) {
  .group-hero__advantage {
    font-size: 14px;
  }
}
/* блок со стоимостью в карточке */
.with-fix-block {
  display: flex;
  width: 100%;
  gap: 30px;
}
@media (max-width: 990px) {
  .with-fix-block {
    flex-direction: column-reverse;
  }
}
.cards-elem {
  width: 70%;
}
@media (max-width: 990px) {
  .cards-elem {
    width: 100%;
  }
}
.fix-block {
  margin-left: auto;
  width: auto;
  position: static;
  top: 90px;
  z-index: 20;
}
@media (max-width: 990px) {
  .fix-block {
    margin-left: 0;
  }
}
.price-widget__btn {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 10px auto 10px;
  display: flex;
  padding: 15px 38px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: linear-gradient(88deg, #EF6900 0.38%, #F48E00 102.11%);
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.price-widget__btn:hover {
  background: #ff9a1f;
  transform: translateY(-1px);
}
.price-widget__hint-trigger {
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.price-widget__hint-trigger:focus {
  text-decoration: underline;
}
.usluga__price__info__box {
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 10px;
  width: 304px;
  background: var(--1D0E38, #1D0E38);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.container__usluga .breadcrumbs.breadcrumbs__uslugi span a:hover {
  color: #fff;
}
.container__usluga .breadcrumbs.breadcrumbs__uslugi span a:after {
  display: block;
  content: "";
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: width 0.4s ease-in-out;
}
.container__usluga .breadcrumbs.breadcrumbs__uslugi span a:hover:after, .container__usluga .breadcrumbs.breadcrumbs__uslugi span a:focus:after {
  width: 100%;
}
.uslga__cost {
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.uslga__cost__price {
  color: #FFF;
  text-align: center;
  font-family: Bounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.uslga__cost__price sup {
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-left: -8px;
}
.uslga__cost__measure {
  font-weight: 600;
  font-size: 30px;
}
.uslga__request__price {
  padding: 15px 32px;
  margin-bottom: 20px;
}
.payment__later {
  display: flex;
  align-items: center;
  gap: 10px;
}
.payment__later:hover {
  cursor: pointer;
  opacity: 0.7;
}
.payment__later__box {
  position: relative;
}
.uslugi__other__card__link {
  width: 100%;
}
.uslugi__other__card__link:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .uslugu__content {
    flex-direction: column-reverse;
    margin-top: 160px;
  }
  .usluga__price__info__box {
    width: 100%;
  }
  .usluga__tabbox {
    width: 100%;
  }
}
.container__usluga {
  width: 100%;
}
.usluga__popup-overlay {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 10px;
  width: 285px;
  position: absolute;
  /*position: relative;*/
  top: 100%;
  left: -44%;
  right: 0;
  display: none;
}
.usluga__popup {
  padding: 20px;
}
.usluga__popup p {
  color: #5E5861;
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.usluga__btn__close {
  position: absolute;
  top: -6px;
  right: -5px;
  border-color: transparent;
  border-radius: 60px;
  padding: 3px;
  width: 22px;
  height: 22px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.usluga__btn__close svg {
  box-sizing: inherit;
  font-family: inherit;
  padding: 3px;
}
.usluga__btn__close:hover {
  cursor: pointer;
  opacity: 0.7;
}
/* FAQ */
.faq-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.faq-section__title {
  color: #FFF;
  font-family: Bounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item {
  overflow: hidden;
  align-self: stretch;
  border-radius: 10px;
  background: transparent;
}
.faq-item__head {
  display: grid;
  grid-template-columns: 34px 1fr 24px;
  align-items: center;
  column-gap: 14px;
  padding: 20px;
  border-radius: 10px;
  background: #0E0020;
  cursor: pointer;
  user-select: none;
  transition: background 0.25s ease;
}
.faq-item__num {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.faq-item__question {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.faq-item__icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.faq-item__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.8px solid #ffffff;
  border-bottom: 1.8px solid #ffffff;
  transform: translate(-50%, -62%) rotate(45deg);
  transition: transform 0.25s ease;
}
.faq-item.is-open > .faq-item__head {
  background: #1D0E38;
}
.faq-item.is-open .faq-item__icon::before {
  transform: translate(-50%, -38%) rotate(-135deg);
}
.faq-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}
.faq-item__content {
  padding: 14px 20px 6px 68px;
  color: #D1C7DE;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  background: transparent;
}
.faq-item__content > *:first-child {
  margin-top: 0;
}
.faq-item__content > *:last-child {
  margin-bottom: 0;
}
.pricing-background {
  height: auto;
  background-color: #1D0E38;
  display: flex;
  align-items: center;
  margin-bottom: 6%;
}
.pricing-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 6%;
  gap: 20px;
}
.pricing-title {
  width: 50%;
  align-self: flex-start;
}
.pricing-title > h2 {
  font-size: 36px;
}
.pricing-subtitle > .title-p {
  width: 100%;
  color: #FFF;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pricing-subtitle, .pricing-card > .text-p {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin: 0;
}
.pricing-subtitle {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.pricing-cards {
  display: flex;
  width: 100%;
  gap: 32px;
  margin-top: 20px;
}
.pricing-card {
  width: 45%;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  border-radius: 15px;
  background: #2C1A4C;
}
.pricing-price-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  margin-top: auto;
}
.pricing-price {
  color: #FFF;
  font-family: Bounded;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.pricing-price > .price {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: flex-start;
}
.pricing-price > .num {
  color: #FFF;
  font-family: Bounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pricing-features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}
.pricing-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #D1C7DE;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 1114px) and (min-width: 992px) {
  .pricing-title {
    width: 75%;
  }
  .pricing-subtitle {
    width: 90%;
  }
  .pricing-card {
    width: 100%;
  }
  .pricing-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pricing-title {
    width: 75%;
  }
  .pricing-subtitle {
    width: 90%;
  }
  .pricing-card {
    width: 100%;
  }
  .pricing-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) and (min-width: 540px) {
  .pricing-title {
    width: 80%;
  }
  .pricing-subtitle {
    width: 80%;
  }
  .pricing-title > h2 {
    font-size: 30px;
  }
  .pricing-subtitle > .title-p {
    font-size: 20px;
  }
  .pricing-card > .title-h3 {
    font-size: 26px;
  }
  .pricing-price-box > p {
    font-size: 22px;
  }
  .pricing-price-box > .pricing-price > .num {
    font-size: 22px;
  }
  .pricing-price-box > .pricing-price > .price {
    font-size: 20px;
  }
  .pricing-features > li {
    font-size: 16px;
  }
  .pricing-card > .link > .more {
    font-size: 18px;
  }
  .pricing-card {
    width: 100%;
  }
  .pricing-cards {
    flex-wrap: wrap;
  }
  .pricing-subtitle > .btn-orange {
    width: 70%;
  }
}
@media (max-width: 539px) {
  .pricing-subtitle {
    width: 100%;
  }
  .pricing-title {
    width: 80%;
  }
  .pricing-card {
    width: 100%;
  }
  .pricing-cards {
    flex-wrap: wrap;
  }
  .pricing-title > h2 {
    font-size: 18px;
  }
  .pricing-subtitle > .title-p {
    font-size: 18px;
  }
  .pricing-subtitle > .text-p {
    font-size: 14px;
  }
  .pricing-card > .text-p {
    font-size: 14px;
  }
  .pricing-card > .title-h3 {
    font-size: 18px;
  }
  .pricing-price-box > p {
    font-size: 18px;
  }
  .pricing-price-box > .pricing-price > .num {
    font-size: 18px;
  }
  .pricing-price-box > .pricing-price > .price {
    font-size: 18px;
  }
  .pricing-features > li {
    font-size: 16px;
  }
  .pricing-card > .link > .more {
    font-size: 16px;
  }
}
/*-----------------------*/
/* Новый SIDEBAR */
@media (max-width: 990px) {
  .with-sidebar {
    width: 100%;
    flex-direction: column;
  }
}
.sidebar__list {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  padding: 0px;
  list-style: none;
}
@media (max-width: 990px) {
  .sidebar__list {
    flex-direction: row;
    gap: 10px;
  }
}
@media (max-width: 640px) {
  .sidebar__list {
    flex-direction: column;
    gap: 10px;
  }
}
.sidebar__link {
  box-sizing: border-box;
  color: var(--FFFFFF, #FFF);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 10px;
  background: #1D0E38;
  width: 100%;
  position: relative;
  padding: 15px 20px;
  line-height: 1.3;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.sidebar__item {
  margin-bottom: 4px;
  flex-direction: column;
}
.sidebar__submenu-link {
  padding: 8px 24px;
  color: #FFF;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  width: 100%;
}
.sidebar__submenu-link:hover {
  border: 0;
  color: #EA6700;
}
.sidebar__submenu-link_current {
  background: transparent;
  color: #EA6700 !important;
  cursor: default;
  font-weight: 500;
}
.sidebar__submenu-link_current:hover .sidebar__submenu-name {
  border-bottom: 1px solid transparent;
}
.sidebar__submenu {
  padding: 8px 0;
  width: 100%;
}
.sidebar__submenu-name {
  border-bottom: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.sidebar__submenu-name:hover {
  border-bottom-color: #2f0147;
}
.sidebar__triangle-box {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  transform: rotate(180deg);
}
.sidebar__triangle {
  display: block;
  width: 14px;
  height: 14px;
  fill: #2f0147;
}
.sidebar__link_parent {
  padding-right: 36px;
}
.sidebar__triangle-box_active .sidebar__triangle {
  transform: rotate(180deg);
}
.sidebar-title p {
  color: #FFF;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .sidebar-title p {
    display: none;
  }
}
/* END Новый SIDEBAR */
/* страница услуг */
.services-page {
  width: 100%;
}
.service-group {
  margin: 0 0 28px;
}
.group-hero {
  border-radius: 12px;
  background: #1D0E38;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
.group-hero__inner {
  display: flex;
  gap: 18px;
  align-items: stretch;
}
.group-hero__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  gap: 20px;
}
.group-hero__title {
  color: #FFF;
  font-family: Bounded;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.group-hero__title a {
  color: #FFF;
  font-family: Bounded;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.group-hero__title a:hover {
  opacity: 0.7;
  transition: 0.3;
}
.group-hero__desc {
  color: rgba(255, 255, 255, 0.8);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.group-hero__desc p {
  margin: 0 0 8px;
}
.group-hero__desc p:last-child {
  margin-bottom: 0;
}
.group-hero__desc a {
  color: #fff;
  text-decoration: underline;
}
.group-hero__media {
  flex: 0 0 auto;
  border-radius: 14px;
  overflow: hidden;
  height: 280px;
}
.group-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: normal;
  gap: 20px;
}
.card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 14px;
  background: #1D0E38;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  transform: translateZ(0);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.card:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.card__img {
  position: relative;
  padding: 20px;
}
.card__img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
@media (max-width: 540px) {
  .card__img img {
    height: 150px;
  }
}
.card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 20px 30px 20px;
}
.card__title {
  color: #fff;
  font-family: Bounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card__arrow {
  width: 26px;
  height: 26px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .services-page {
    max-width: 100%;
  }
  .group-hero__media {
    flex-basis: 260px;
  }
}
@media (max-width: 1190px) {
  .group-hero__inner {
    flex-direction: column;
  }
  .group-hero__media {
    flex: 0 0 auto;
    height: 190px;
  }
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 540px) {
  .group-hero {
    padding: 14px;
  }
  .group-hero__title {
    font-size: 22px;
  }
  .cards-grid {
    grid-template-columns: 1fr;
  }
}
/*----------------*/
/* Блок преимуществ */
.adv-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: flex-start;
}
.adv-block h2 {
  color: #FFF;
  font-family: Bounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.adv-grid {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
  align-self: stretch;
  flex-wrap: wrap;
}
.adv-item {
  display: flex;
  max-width: 416px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.adv-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.adv-text h3 {
  color: #FFF;
  font-family: Onest;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.adv-text p {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
/*--------------------------*/
/* Слайдер */
.uslugi__swiper_box {
  width: 100%;
}
.usluga__reviews .orginals:hover {
  opacity: 0.7;
}
.uslugi__one__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #222;
}
.uslugi__swiper_box .swiper-slide {
  display: flex;
  transition: 0.3s all;
}
.uslugi__swiper_box .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.85);
}
.uslugi__swiper_box .swiper-slide img {
  border-radius: 10px;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 391px;
}
.uslugi__other .swiper_other .swiper-slide {
  display: flex;
  flex-flow: row wrap;
  height: auto;
}
.uslugi__swiper_box .title-section {
  color: #FFF;
  font-family: Bounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .uslugi__swiper_box .title-section {
    font-size: 30px;
  }
}
@media (max-width: 540px) {
  .uslugi__swiper_box .title-section {
    font-size: 22px;
  }
}
.usluga__reviews .title-section {
  font-weight: 500;
  font-size: 42px;
  color: #222;
}
.uslugi__swiper_box .us_swiper-button-prev, .us_swiper-button-next, .reviews__swiper-button-next, .reviews__swiper-button-prev, .other__swiper-button-prev, .other__swiper-button-next {
  border-radius: 21px;
  width: 40px;
  height: 40px;
  background: #eaeaea;
  align-items: center;
  display: flex;
  justify-content: center;
}
.us_swiper-button-prev:hover, .us_swiper-button-next:hover {
  background-color: #fff;
  cursor: pointer;
  border: 2px solid #eaeaea;
}
.uslugi__swiper_box .same-container__heading, .usluga__reviews .same-container__heading, .uslugi__other .same-container__heading {
  align-items: center;
}
.uslugi__swiper_box .slider-btn {
  display: flex;
  gap: 20px;
}
.usluga__reviews .slider-btn {
  display: flex;
  gap: 20px;
}
.reviews__swiper-button-prev:hover, .reviews__swiper-button-next:hover, .other__swiper-button-next:hover, .other__swiper-button-prev:hover {
  background-color: #fff;
  cursor: pointer;
  border: 2px solid #eaeaea;
}
.uslugi__swiper_box {
  overflow: hidden;
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .uslugi__swiper_box {
    overflow: visible;
  }
}
.uslugi__swiper_box .swiper-slide img {
  width: 700px;
}
/*--------------------------*/
.group-hero__more-btn {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: linear-gradient(88deg, #EF6900 0.38%, #F48E00 102.11%);
  color: #FFF;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.group-hero__more-btn:hover {
  outline: none;
  opacity: 0.7;
  transition: 0.3s;
}
.form-success {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 12px;
  background: #1D0E38;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.form-success__title {
  color: #FFF;
  font-family: Bounded;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.form-success__text {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}
.modal-form .mail-ok {
  display: none;
}
.modal-form .mail-ok {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 30px 20px;
  text-align: center;
}
.modal-form .mail-ok p {
  color: #FFF;
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  margin: 0;
}