@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Cinematografica";
  src: url("../fonts/Cinematografica-Regular-trial.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cinematografica";
  src: url("../fonts/Cinematografica-Bold-trial.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Cinematografica";
  src: url("../fonts/Cinematografica-Extrabold-trial.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Cinematografica";
  src: url("../fonts/Cinematografica-Extralight-trial.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Cinematografica";
  src: url("../fonts/Cinematografica-Heavy-trial.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Cinematografica";
  src: url("../fonts/Cinematografica-Light-trial.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cinematografica";
  src: url("../fonts/Cinematografica-Thin-trial.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Denistina";
  src: url("../fonts/denistina_en.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SfuDisplay";
  src: url("../fonts/sfuidisplay_bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SfuDisplay";
  src: url("../fonts/sfuidisplay_heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  padding-top: env(safe-area-inset-top);
}

a {
  text-decoration: none;
}

.banner .left,
.banner .right {
  display: none;
  width: 1276px;
  height: 761px;
  position: absolute;
}

.banner-bottom-text-mob {
  display: none;
}

body {
  width: 100%;
  font-family: "InterTight", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

.bg, .results, .tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarif-btn, .case .image-wrapper, .case .case-wrapper, .experts .experts-list .experts-list-item-image, .experts .experts-wrapper, .experts:before, .for-why .shadow-right,
.for-why .shadow-left, .for-why, .for-why .btn-link i, .icon-mess, main {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

main {
  background-image: url("../img/main-bg.png");
  overflow: hidden;
  background-position: top;
}

a,
p,
h1,
h2,
h3,
h4,
i,
b {
  display: inline-block;
}

body * {
  box-sizing: border-box;
  line-height: 1;
}

/* Фон модального окна */
.modal-wrapper {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Затемнение */
  justify-content: center;
  align-items: center;
}

/* Модальное окно */
.modal {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: fadeIn 0.3s ease-in-out;
}

/* Анимация появления */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Заголовок */
.popupHeader_mJV {
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background-color: rgb(247, 248, 250);
  color: #333;
  border-bottom: 1px solid #ddd;
}

/* Закрывающая кнопка */
.popup-close-trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 18px;
}

/* Контейнер с информацией */
.modal-content {
  padding: 20px;
}

/* Раздел с товарами */
.product-info {
  flex-direction: column;
  display: flex;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.product-info img {
  width: 50px;
  height: auto;
  border-radius: 5px;
}

/* Общая сумма */
.total-price {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}

/* Поля ввода */
input, select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  background-color: #f7f7f7;
}

.check_2YZ {
  position: absolute;
  top: -14px;
  right: -14px;
}

/* Поле выбора платежного метода */
.payment-method {
  position: relative;
  background: #f7f7f7;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  border: 2px solid #165bfb;
  margin-top: 5px;
  margin-bottom: 15px;
}

.check-wrapper_2Qt {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-color: #165bfb #165bfb transparent transparent;
  border-style: solid;
  border-width: 20px;
}

/* Кнопка оплаты */
.payButton-link,
button {
  width: 100%;
  padding: 14px;
  background-color: #8B0000;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.payButton-link {
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
}

button:hover {
  background-color: #a52a2a;
}

.experts,
.programs,
.flex-center,
.results,
.reviews .reviews-header,
.reviews,
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarifs-list-item-price,
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .number-of-seats,
.tarifs,
.case,
.experts .experts-list .experts-list-item-image,
.experts .experts-list .experts-list-item,
.for-why-list-wrapper,
.for-why-wrapper,
.for-why,
.banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.container {
  max-width: 1430px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.banner {
  background-image: none;
  padding: 40px 0 70px 0;
  background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-header-by {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  color: #3d3232;
  margin: 0 0 52px 0;
}

.banner-header {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 200px 118px;
  position: relative;
}

.banner-header-content-prew {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #696161;
  letter-spacing: 5px;
  margin: 0 0 25px 0;
}

.banner-header-content-title h1 {
  font-family: "Cinematografica", Arial, sans-serif;
  font-weight: 400;
  font-size: 283px;
  line-height: 221px;
  text-transform: uppercase;
  position: relative;
}
.banner-header-content-title h1 i {
  position: absolute;
  font-family: "Denistina", Arial, sans-serif;
  font-weight: 400;
  font-size: 222px;
  line-height: 256px;
  color: #8f0100;
  text-transform: lowercase;
  bottom: 0;
  right: 15%;
  bottom: -198px;
  -webkit-text-stroke: 2px white; /* Белая обводка */
}

.banner-header-content-timer,
.banner-header-content,
.text div,
.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.social-wrapper {
  position: absolute;
  left: -98px;
  top: 180px;
}

.banner-header-after {
  font-family: "Denistina", Arial, sans-serif;
  position: absolute;
  right: -82%;
  bottom: -85px;
}
.banner-header-after i {
  color: #ffffff;
  font-weight: 400;
}
.banner-header-after i:first-child {
  font-size: 115px;
  line-height: 132px;
}
.banner-header-after i:last-child {
  font-size: 58px;
  line-height: 66px;
  padding-left: 163px;
  margin-top: -30px;
}

.icon-time {
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid white;
  border-radius: 100%;
}
.icon-time i {
  width: 19px;
  height: 31px;
  background-image: url("../img/timet.svg");
}

.accordion-header p {
  max-width: 465px;
}

.banner-header-content-timer {
  padding: 37px 35px 78px;
  border: 3px solid white;
  border-radius: 880px;
  position: absolute;
  right: -171px;
  gap: 52px;
  overflow: hidden; /* Чтобы блюр не выходил за границы */
  z-index: 10;
}

.banner-header-content-timer {
  padding: 37px 35px 78px;
  border: 3px solid white;
  border-radius: 880px;
  position: absolute;
  right: -171px;
  gap: 52px;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), url("../img/plashka-bg-blurred.png"); /* Размытое изображение */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.banner-header-content-timer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/plashka-bg-blurred.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.line {
  width: 78px;
  height: 2px;
  background-color: white;
}

.text i {
  width: 12px;
  height: 13px;
  background-image: url("../img/1000002995.svg");
  margin: 0 0 15px;
}
.text div p,
.text div b {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2%;
  color: white;
}
.text div p {
  font-weight: 300;
  color: #b8b8b8;
}
.text div b {
  font-weight: 700;
}

.banner-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.banner-bottom-text {
  max-width: 310px;
}
.banner-bottom-text * {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: right;
  background: linear-gradient(106.42deg, #000000 68.34%, #ffffff 113.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-bottom-text p {
  font-weight: 300;
}
.banner-bottom-text i {
  font-weight: 600;
}

.banner-btn {
  cursor: pointer;
  position: relative;
  max-width: 559px;
  width: 100%;
  height: 157px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-image: url("../img/IMG_BC177FAC6258-1.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  box-shadow: 0.37px 0.37px 0.75px 0px rgba(0, 0, 0, 0.1490196078) inset;
  color: #ffffff;
  font-family: "SfuDisplay", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}
.banner-btn > div {
  position: absolute;
  background: white;
  padding: 12px 25px;
  font-weight: 500;
  text-align: center;
  color: #8f0100;
  transform: rotate(-5deg);
  bottom: -22px;
}

.banner-btn.no-wrapper {
  margin: 150px auto 0;
}

.icon-mess {
  width: 30px;
  height: 28px;
  background-image: url("../img/mess.svg");
}

.timer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 282px;
}
.timer-wrapper * {
  color: white;
}

.timer-wrapper-title {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 20px 0;
}

.timer-body {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-family: "SF Pro Display", Arial, sans-serif;
  font-weight: 700;
  font-size: 39px;
  line-height: 46px;
  position: absolute;
  bottom: -61px;
}
.timer-body span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
.timer-body span::after {
  content: attr(data-label);
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-transform: capitalize;
  margin-top: 5px;
  font-family: "SF Pro Display", Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
}

.for-why {
  padding: 0 0 180px;
  z-index: 3;
  position: relative;
}
.for-why .btn-link {
  width: 71px;
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background-color: white;
  position: absolute;
  top: -35px;
  left: calc(50% - 35px);
}
.for-why .btn-link i {
  width: 24px;
  height: 12px;
  background-image: url("../img/aroow-down.svg");
}
.for-why .banner-btn {
  position: absolute;
  bottom: -78px;
  left: calc(50% - 279px);
}
.for-why .shadow-right,
.for-why .shadow-left {
  position: absolute;
  width: 2643px;
  height: 2305px;
  z-index: 1;
}
.for-why .shadow-left {
  left: -1300px;
  background-image: url("../img/flow-left.png");
}
.for-why .shadow-right {
  right: 0;
  background-image: url("../img/flow-right.png");
}

.for-why-title {
  font-family: "Cinematografica", Arial, sans-serif;
  font-weight: 400;
  font-size: 181px;
  line-height: 168px;
  text-align: center;
  background: linear-gradient(0deg, #362d29, #362d29), linear-gradient(103.5deg, #ffffff -17.86%, rgba(0, 0, 0, 0) 49.8%, #ffffff 124.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin: 0 auto 25px;
}

.for-why-wrapper {
  padding: 60px 0 0;
  background-color: #ffffff;
  border-radius: 60px;
  border: 1px solid;
  border-image-source: linear-gradient(201.23deg, rgba(255, 255, 255, 0.4) -16.52%, rgba(255, 255, 255, 0) 51.72%);
}

.for-why-list-wrapper {
  max-width: 492px;
  width: 100%;
}
.for-why-list-wrapper > span {
  display: inline-block;
  font-weight: 600;
  font-size: 37px;
  line-height: 34px;
  margin-top: 35px;
  background: linear-gradient(0deg, #000000, #000000), linear-gradient(88.88deg, rgba(0, 0, 0, 0) 0.96%, rgba(255, 255, 255, 0.48) 40.78%, rgba(0, 0, 0, 0) 100.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.for-why-list-wrapper .list {
  margin-top: 48px;
}

.for-why-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 80px;
  padding-bottom: 205px;
}
.for-why-list .for-why-list-wrapper-image {
  height: 320px;
  width: 100%;
  overflow: hidden;
}
.for-why-list .for-why-list-wrapper-image img {
  -o-object-fit: fill;
     object-fit: fill;
  height: 100%;
  width: 100%;
}

.list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.list-item span {
  display: block;
  min-width: 6px;
  min-height: 6px;
  background-color: #000000;
  border-radius: 60px;
  margin-top: 10px;
}
.list-item p {
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  background: linear-gradient(0deg, #0f0c0c, #0f0c0c), linear-gradient(88.88deg, rgba(0, 0, 0, 0) 0.96%, rgba(0, 0, 0, 0) 23.74%, rgba(255, 255, 255, 0.18) 40.78%, rgba(0, 0, 0, 0) 100.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.programs {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.programs-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.programs-title h2 {
  font-family: "Cinematografica", Arial, sans-serif;
  font-weight: 400;
  font-size: 181.21px;
  line-height: 168.32px;
  letter-spacing: 0%;
  text-align: center;
  background: linear-gradient(0deg, #362d29, #362d29), linear-gradient(103.5deg, #ffffff -17.86%, rgba(0, 0, 0, 0) 49.8%, #ffffff 124.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.programs-title i {
  display: inline-block;
  line-height: 131px;
  margin-top: -63px;
  font-family: "Denistina", Arial, sans-serif;
  font-weight: 400;
  font-size: 105px;
  color: #8f0100;
  text-transform: lowercase;
  text-shadow: -4px -4px 0 white, 4px -4px 0 white, -4px 4px 0 white, 4px 4px 0 white;
}

.programs-list {
  max-width: 912px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.programs-list-item {
  width: 100%;
  background: linear-gradient(261.31deg, #8f0100 12.06%, #52000a 109.75%);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.programs-list-item.active .accordion-content {
  padding: 35px 45px 45px 45px;
}
.programs-list-item.active .accordion-header {
  background: linear-gradient(261.31deg, #52000a 12.06%, #8f0100 109.75%);
}

.accordion-header {
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  background: linear-gradient(261.31deg, #8f0100 12.06%, #52000a 109.75%);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: background 0.3s ease;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
}
.accordion-header .icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  border-radius: 4px;
  background-color: #ffffff;
}

.accordion-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: #fff;
  color: rgb(35, 34, 34);
  font-size: 16px;
  text-align: left;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion-content p,
.accordion-content strong {
  font-size: 18px;
  line-height: 30px;
}
.accordion-content p {
  font-weight: 600;
}
.accordion-content strong {
  font-weight: 800;
}

.experts {
  padding: 61px 0 185px;
  position: relative;
  z-index: 1;
}
.experts:before {
  content: "";
  position: absolute;
  left: -362px;
  width: 1032px;
  height: 1310px;
  bottom: 424px;
  background-image: url("../img/4emodan.png");
  z-index: 1;
}
.experts .container {
  max-width: 1654px;
}
.experts .experts-wrapper {
  border-radius: 60px;
  background-color: white;
  padding: 70px 0 181px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.experts .experts-wrapper .banner-btn {
  position: absolute;
  bottom: -78px;
  left: calc(50% - 279px);
}
.experts .experts-wrapper .programs-title {
  margin-bottom: 78px;
}
.experts .experts-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 73px;
}
.experts .experts-list .experts-list-item {
  width: 287px;
}
.experts .experts-list .experts-list-item-image {
  width: 211px;
  height: 211px;
  justify-content: center;
  background-image: url("../img/layr.png");
  margin-bottom: 32px;
}
.experts .experts-list .experts-list-item-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.experts .experts-list .experts-list-item-content span {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  background: linear-gradient(253.13deg, #1a1818 17.45%, #807676 121.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 13px;
  min-height: 50px;
}
.experts .experts-list .experts-list-item-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.case .case-wrapper {
  background-size: contain;
  background-image: url("../img/border-case.png");
  padding-bottom: 182px;
  background-position: bottom;
  position: relative;
}
.case .case-wrapper .banner-btn {
  position: absolute;
  bottom: -78px;
  left: calc(50% - 279px);
}
.case .container {
  max-width: 1654px;
}
.case .image-wrapper {
  width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/image 641960@2x.png");
}
.case .case-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 78px;
}
.case .case-header h2 {
  font-family: "Cinematografica", Arial, sans-serif;
  font-weight: 400;
  font-size: 181px;
  line-height: 217px;
  text-transform: uppercase;
  background: linear-gradient(0deg, #362d29, #362d29), linear-gradient(103.07deg, #ffffff -66.27%, rgba(0, 0, 0, 0) 24.27%, #ffffff 124.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case .case-header i {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2px;
  color: #989696;
  max-width: 124px;
}
.case .case-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1058px;
  margin: 0 auto;
}

.title, .reviews .reviews-header h2, .tarifs .tarifs-header h2 {
  font-family: "Cinematografica", Arial, sans-serif;
  font-weight: 400;
  font-size: 181px;
  line-height: 168px;
  text-transform: uppercase;
  background: linear-gradient(246.73deg, #211d1d 34.96%, #000000 121.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tarifs {
  padding: 103px 0 0;
}
.tarifs .tarifs-header {
  text-align: center;
  margin-bottom: 53px;
}
.tarifs .tarifs-wrapper .tarifs_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item {
  position: relative;
  max-width: 385px;
  min-width: 306px;
  width: 100%;
  align-items: center;
  background-color: #000;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 35px 0 75px;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .number-of-seats {
  position: absolute;
  width: 240px;
  height: 41px;
  background-color: #f22827;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border-radius: 57px;
  justify-content: center;
  color: #ffffff;
  left: calc(50% - 120px);
  top: -30px;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content * {
  color: white;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content > span {
  display: inline-block;
  font-family: "Cinematografica", Arial, sans-serif;
  font-weight: 400;
  font-size: 87px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 50px;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarifs-list-item-content-text {
  display: block;
  margin-bottom: 80px;
  padding: 0 45px;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarifs-list-item-content-text * {
  font-weight: 500;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 1px;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarifs-list-item-content-text strong {
  font-weight: 700;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarifs-list-item-content-text p {
  margin-bottom: 15px;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarifs-list-item-price {
  gap: 15px;
  margin-bottom: 45px;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarif-btn {
  cursor: pointer;
  display: block;
  position: relative;
  margin-bottom: 32px;
  width: 105%;
  height: 121px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "SfuDisplay", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  border-radius: 40px;
  text-transform: uppercase;
  background-image: url("../img/IMG_BC177FAC6258-1.png");
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarif-btn::before {
  position: absolute;
  content: "";
  position: absolute;
  top: -127px;
  left: 0;
  width: 100%;
  background-image: url("../img/blick.png");
  height: 260px;
  background-position: center;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarif-last-time {
  font-family: "SfuDisplay", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 3px;
  text-align: center;
  max-width: 230px;
  text-transform: uppercase;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-image {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  width: 321px;
  height: 110px;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-image img {
  width: 100%;
  display: inline-block;
  -o-object-fit: fill;
     object-fit: fill;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-price span * {
  font-weight: 700;
  font-family: "SfuDisplay", Arial, sans-serif;
  letter-spacing: -2px;
  text-align: center;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-price span:first-child {
  font-size: 22px;
  line-height: 16px;
  color: #3e3c3c;
}
.tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-price span:last-child {
  color: #ffffff;
  font-size: 60px;
  line-height: 42px;
}

.reviews {
  /* Стили для обычных точек (серые, пунктирные) */
  padding-top: 155px;
}
.reviews .swiper-horizontal > .swiper-pagination-bullets,
.reviews .swiper-pagination-bullets.swiper-pagination-horizontal,
.reviews .swiper-pagination-custom,
.reviews .swiper-pagination-fraction {
  bottom: -210px;
}
.reviews .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; /* Отступ между элементами */
}
.reviews .swiper-pagination-bullet {
  width: 89px; /* Длина каждой пунктирной линии */
  height: 10px; /* Толщина линии */
  background-color: rgb(202, 202, 202); /* Цвет */
  border-radius: 7px; /* Скругление */
  opacity: 1;
  transition: all 0.3s ease;
}
.reviews .swiper-pagination-bullet-active {
  background-color: rgb(74, 68, 68);
  opacity: 1;
}
.reviews .banner-btn {
  margin: 160px auto 0;
}
.reviews .container {
  max-width: 1654px;
}
.reviews .reviews-header {
  margin-bottom: 65px;
}
.reviews .reviews-wrapper {
  width: 100%;
  border-radius: 60px;
  background: url("../img/43rnui-4emodan.png") bottom/cover no-repeat, linear-gradient(white, white) padding-box, linear-gradient(180deg, #ffffff 0%, #7a7a7a 100%) border-box; /* Градиент */
  padding: 185px 45px 150px;
}

.swiper {
  overflow: visible !important;
}

.swiper-slide {
  height: 560px !important;
  border-radius: 35px;
  border: 6px solid #e3e3e3;
  transition: transform 0.3s, opacity 0.3s;
  background-color: white;
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
.swiper-slide img {
  -o-object-fit: fill;
     object-fit: fill;
  display: inline-block;
  width: 100%;
  height: auto;
}

.swiper-slide-active {
  transform-origin: center;
  transform-style: preserve-3d;
  perspective: 1px;
  will-change: transform;
  transform: scale(1.1); /* Увеличиваем центральный слайд */
}

.results {
  padding: 165px 0 75px 0;
}
.results .results-header {
  position: relative;
  margin-bottom: 115px;
}
.results .results-header h2 {
  font-family: "Cinematografica", Arial, sans-serif;
  font-weight: 400;
  font-size: 260px;
  line-height: 242px;
  background: linear-gradient(261.31deg, #8f0100 12.06%, #52000a 109.75%), linear-gradient(274.22deg, rgba(255, 255, 255, 0) -8.28%, rgba(255, 255, 255, 0.2) 31.92%, rgba(255, 255, 255, 0.2) 38.94%, rgba(255, 255, 255, 0) 79.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.results .results-header i {
  font-family: "Denistina", Arial, sans-serif;
  font-weight: 400;
  font-size: 140px;
  line-height: 1;
  background: linear-gradient(125.14deg, #ffcbb8 1.23%, #a86c56 70.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: lowercase;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.results .results-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 25px;
}
.results .results-list .results-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}
.results .results-list .results-list-item span {
  border-radius: 60px;
  min-width: 12px;
  min-height: 12px;
  display: inline-block;
  background-color: rgb(208, 152, 131);
}
.results .results-list .results-list-item p {
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  background: linear-gradient(246.73deg, #211d1d 34.96%, #000000 121.03%), linear-gradient(125.9deg, rgba(255, 255, 255, 0.76) -9.09%, rgba(0, 0, 0, 0) 26.87%, rgba(0, 0, 0, 0) 49.68%, rgba(255, 255, 255, 0.76) 82.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.results .banner-btn {
  margin: 85px auto;
}
.results .result-footer {
  text-align: center;
}
.results .result-footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 6px;
  text-align: center;
  background: linear-gradient(0deg, #826f6f, #826f6f), linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 45%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.image-decorate {
  position: absolute;
  right: -141px;
  top: -380px;
}

.image-decorate2 {
  position: absolute;
  bottom: -220px;
  left: -287px;
  -o-object-fit: fill;
     object-fit: fill;
}
.image-decorate2 img {
  -o-object-fit: fill;
     object-fit: fill;
}

.image-decorate3 {
  position: absolute;
  left: 16vw;
  top: 10vh;
}

.chemodan-image {
  position: absolute;
  top: -382px;
  right: -1090px;
}

.lips-image {
  position: absolute;
  left: -2042px;
  top: -1000px;
}

.banner-bottom-text-mob {
  display: none;
}

@media screen and (max-width: 1840px) {
  .banner .right {
    display: block;
    bottom: -366px;
    right: -19vw;
    z-index: -1;
  }
  .results .container {
    padding: 0 25px;
  }
  .experts .container {
    padding: 0 50px;
  }
  .banner {
    padding: 95px 0 70px 0;
  }
  .case .container {
    padding: 0 50px;
  }
  .timer-body span:after,
  .timer-wrapper * {
    color: rgb(58, 48, 48) !important;
  }
  .results .results-list {
    max-width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .banner-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .accordion-content p {
    font-size: 8px;
    line-height: 14px;
  }
  .programs-title i img {
    max-width: 213px;
    margin-top: 20px;
  }
  .banner-header-content-title i img {
    max-width: 175px;
  }
  .case .container,
  .experts .container {
    padding: 0 25px;
  }
  .swiper-slide {
    height: auto !important;
  }
  .banner-btn {
    border-radius: 25px;
  }
  .case .case-wrapper .banner-btn,
  .experts .experts-wrapper .banner-btn,
  .for-why .banner-btn {
    bottom: -38px;
    left: calc(50% - 160px);
  }
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .banner-header-content-timer {
    padding: 37px 10px 78px;
  }
  .icon-time {
    width: 60px;
    height: 60px;
  }
  .icon-time i {
    height: 20px;
    width: 14px;
  }
  .banner {
    padding: 45px 0 0;
  }
  .banner-header {
    max-width: 468px;
  }
  .banner-header-by {
    margin: 0 0 25px;
  }
  .banner-header-content-title h1 {
    font-size: 226px;
    line-height: 182px;
  }
  .banner-header-content-title h1 i {
    right: 6%;
    font-size: 146px;
  }
  .banner-header-after i:last-child,
  .banner-header-after i:first-child {
    line-height: 1;
  }
  .banner-header-after i:first-child {
    font-size: 86px;
  }
  .banner-header-after i:last-child {
    margin-top: -30px;
    padding-left: 112px;
    font-size: 42px;
  }
  .banner-btn {
    width: 320px;
    height: 90px;
  }
  .banner-btn span {
    font-size: 13px;
  }
  .banner-btn .icon-mess {
    width: 16px;
    height: 16px;
  }
  .banner-btn > div {
    font-size: 9px;
  }
  .banner-header {
    margin-bottom: 120px;
  }
  /* Текстовый блок */
  .banner-bottom-text {
    order: 2; /* Первый элемент */
    padding-top: 70px;
  }
  /* Кнопка */
  .banner-btn {
    order: 3; /* Третий элемент */
  }
  /* Таймер */
  .timer-wrapper {
    order: 1; /* Второй элемент */
  }
  .timer-wrapper {
    align-items: center;
  }
  .banner-bottom {
    gap: 21px;
  }
  .banner-bottom-text * {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
  }
  .banner-bottom-text p {
    font-weight: 300;
  }
  .banner-bottom-text i {
    font-weight: 500;
    display: inline;
  }
  .banner-header-after {
    right: -100%;
  }
  .banner .btn-link {
    width: 38px;
    height: 38px;
    left: calc(50% - 19px);
  }
  .banner .btn-link i {
    width: 12px;
    height: 6px;
  }
}
.experts-wrapper .programs-title i img {
  margin-top: 0 !important;
}

@media screen and (max-width: 1162px) {
  .banner-header-after {
    right: -82%;
  }
}
@media screen and (max-width: 1024px) {
  .image-decorate3,
  .image-decorate {
    display: none;
  }
  .list-item span {
    margin-top: 5px;
  }
  .results .result-footer p {
    font-size: 10px;
    line-height: 18px;
  }
  .results .results-list .results-list-item p {
    font-size: 13px;
    line-height: 14px;
  }
  .results .results-list .results-list-item span {
    min-height: 4px;
    min-width: 4px;
  }
  .results .results-header {
    margin-bottom: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .results {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .results .results-header i {
    bottom: -25px;
  }
  .results .results-header h2 {
    font-size: 78px;
    line-height: 72px;
  }
  .results .results-header i {
    font-size: 48px;
    line-height: 54px;
    left: auto;
  }
  .tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-image {
    margin-bottom: 45px;
  }
  .tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-image img {
    aspect-ratio: 256/100;
  }
  .tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content > span {
    font-size: 70px;
    line-height: 64px;
    margin-bottom: 25px;
  }
  .tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarifs-list-item-content-text * {
    font-size: 18px;
    line-height: 20px;
  }
  .tarifs {
    padding-top: 40px;
  }
  .tarifs .tarifs-header {
    margin-bottom: 25px;
  }
  .reviews .swiper-pagination-bullet {
    height: 4px;
    width: 23px;
  }
  .tarifs .tarifs-wrapper .tarifs_list {
    flex-wrap: wrap;
  }
  .reviews .swiper-horizontal > .swiper-pagination-bullets,
  .reviews .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -190px;
  }
  .banner-btn.no-wrapper {
    margin: 60px auto 0;
  }
  .reviews .reviews-wrapper {
    padding-top: 0;
  }
  .reviews .reviews-header h2,
  .tarifs .tarifs-header h2,
  .title {
    font-size: 78px;
    line-height: 74px;
  }
  .case .case-wrapper {
    padding-bottom: 100px;
  }
  .case {
    padding-top: 30px;
  }
  .case .case-header {
    margin-bottom: 55px;
  }
  .case-list-item {
    max-width: 141px;
  }
  .case-list-item img {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .experts {
    padding-bottom: 75px;
  }
  .case .image-wrapper {
    width: 63px;
    height: 63px;
  }
  .case .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .case .case-header h2 {
    font-weight: 400;
    font-size: 78px;
    line-height: 74px;
  }
  .case .case-header i {
    font-size: 12px;
    line-height: 16px;
    max-width: 82px;
  }
  .case .case-wrapper .banner-btn,
  .experts .experts-wrapper .banner-btn,
  .for-why .banner-btn {
    left: calc(50% - 133px);
  }
  .banner-btn {
    width: 266px;
    height: 80px;
  }
  .banner-btn span {
    font-size: 12px;
  }
  .for-why-list {
    padding-bottom: 110px;
  }
  .experts .experts-wrapper .programs-title {
    margin-bottom: 25px;
  }
  .experts .experts-wrapper {
    padding: 65px 0 83px;
  }
  .experts .experts-list {
    gap: 40px;
    flex-wrap: wrap;
  }
  .experts .experts-list .experts-list-item {
    width: auto;
  }
  .experts .experts-list .experts-list-item-image {
    width: 117px;
    height: 117px;
  }
  .experts .experts-list .experts-list-item-image img {
    width: 46px;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .experts .experts-list .experts-list-item-content span {
    font-size: 14px;
    line-height: 16px;
    max-width: 141px;
  }
  .experts .experts-list .experts-list-item-content p {
    font-weight: 400;
    font-size: 8px;
    line-height: 14px;
    max-width: 131px;
  }
  .programs {
    padding-top: 78px;
  }
  .programs-list-item.active .accordion-content {
    padding: 15px 15px 15px 20px;
  }
  .accordion-content strong,
  .accordion-content p {
    font-size: 8px;
    line-height: 14px;
  }
  .accordion-header {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
  }
  .accordion-header .icon {
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    font-size: 13px;
  }
  .programs-title h2 {
    font-weight: 400;
    font-size: 78px;
    line-height: 94px;
  }
  .programs-title i {
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
  }
  .programs-title i {
    margin-top: -57px;
  }
  .programs-title i img {
    max-width: 268px;
  }
  .for-why-list-wrapper > span {
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
  }
  .for-why-list-wrapper > span,
  .for-why-list-wrapper .list {
    margin-top: 25px;
  }
  .list-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
  .for-why-title {
    font-weight: 400;
    font-size: 78px;
    line-height: 94px;
  }
  .social-wrapper {
    width: 26px;
    height: 155px;
  }
  .social-wrapper img {
    display: inline-block;
    width: 100%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .icon-time {
    width: 48px;
    height: 48px;
    border: 3px solid #fff;
  }
  .text i {
    width: 7px;
    height: 6px;
    margin: 0 0 5px;
  }
  .icon-time i {
    width: 10px;
    height: 18px;
  }
  .text div b,
  .text div p {
    font-weight: 300;
    font-size: 8px;
    line-height: 10px;
  }
  .text div b {
    font-weight: 700;
  }
  .banner-header {
    max-width: 278px;
  }
  .banner-header-content-timer {
    padding: 20px 2px 40px;
    gap: 31px;
  }
  .banner-header-content-title h1 i {
    font-weight: 400;
    font-size: 104px;
    line-height: 118px;
    bottom: -75px;
  }
  .banner-header {
    margin: 0 auto 100px;
  }
  .banner-header-by {
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0;
  }
  .banner-header-content-prew {
    font-weight: 500;
    font-size: 8px;
    line-height: 36px;
  }
  .banner-header-content-title h1 {
    font-weight: 400;
    font-size: 134px;
    line-height: 1.2;
  }
  .banner-header-after i:first-child {
    font-weight: 400;
    font-size: 52px;
    line-height: 59px;
  }
  .banner-header-after i:last-child {
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    padding-left: 74px;
  }
  .for-why {
    padding: 60px 0 0;
    z-index: 2;
  }
  .banner .btn-link {
    bottom: -80px;
  }
  .tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-price span:first-child {
    font-size: 18px;
    line-height: 12px;
  }
  .tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-price span:last-child {
    font-size: 48px;
    line-height: 34px;
  }
  .tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarif-btn {
    width: 265px;
    height: 80px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 10px;
    margin-bottom: 55px;
  }
  .tarifs .tarifs-wrapper .tarifs_list {
    gap: 50px;
  }
  .tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarif-last-time {
    font-size: 10px;
    line-height: 16px;
  }
}
@media screen and (max-width: 769px) {
  .image-decorate2 {
    width: 348px;
    height: 348px;
    bottom: -150px;
    left: -233px;
  }
  .image-decorate2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    z-index: 4;
  }
  .image-decorate3 {
    display: block;
  }
  .image-decorate3 {
    width: 24px;
    height: 16px;
    left: 77vw;
    top: 136px;
    z-index: 3;
  }
  .image-decorate3 img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .image-decorate {
    position: absolute;
    right: -97px;
    top: -110px;
    z-index: 3;
    display: block;
    width: 364px;
  }
  .image-decorate img {
    width: 80%;
    height: 100%;
  }
  .programs-title {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 127px;
  }
  .tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarifs-list-item-content-text {
    padding: 0 35px;
  }
  .tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item {
    padding-bottom: 40px;
    max-width: 306px;
    min-width: 306px;
  }
  .tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-image img {
    width: 256px;
  }
  .banner {
    z-index: 3;
    background-position-y: 350px;
    position: relative;
  }
  .banner .left,
  .banner .right {
    display: block;
  }
  .banner .left {
    left: calc(-1276px + 85vw);
    bottom: -78px;
    z-index: -1;
  }
  .banner .right {
    right: calc(-1276px + 102vw);
    bottom: -100px;
    z-index: -1;
  }
  .banner {
    background-image: url("../img/image_2025-03-03_17-03-59.png");
    padding: 30px 0 0 0;
    background-position-y: 350px;
  }
  .accordion-header {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
  }
  .experts:before {
    content: "";
    position: absolute;
    left: -188px;
    width: 618px;
    height: 690px;
    bottom: 98px;
    background-image: url(../img/4emodan.png);
    z-index: 1;
    opacity: 0.3;
  }
  .banner-bottom-text-desc {
    display: none;
  }
  .banner-bottom-text-mob {
    display: inline-block;
  }
  .banner .btn-link {
    display: none;
  }
  .results .results-header h2 {
    font-size: 64px;
  }
  .reviews .reviews-header h2,
  .tarifs .tarifs-header h2,
  .title {
    font-size: 64px;
  }
  .case .case-header {
    margin-bottom: 25px;
  }
  .case .image-wrapper {
    width: 50px;
    height: 50px;
  }
  .case .case-header h2 {
    font-size: 55px;
  }
  .case .case-list {
    gap: 20px;
  }
  .banner-header-content-timer {
    max-width: 67px;
    height: 163px;
    justify-content: space-around;
    padding: 11px 0;
    right: 70%;
    top: 104%;
  }
  .banner-header-content-title h1 i {
    right: 12%;
    bottom: -77px;
  }
  .banner-header-content-title h1 i img {
    max-width: 145px;
  }
  .banner {
    padding-top: 26px;
  }
  .banner-header-content-prew {
    margin-bottom: 5px;
    line-height: 1;
  }
  .banner-header-content-title h1 {
    line-height: 88px;
    font-size: 100px;
  }
  .banner-header-by {
    margin-bottom: 10px;
  }
  .banner-header-content-title {
    display: block;
    text-align: center;
  }
  main {
    background-position-y: -119px;
  }
  .reviews .reviews-header h2,
  .tarifs .tarifs-header h2,
  .title {
    line-height: 94px;
  }
  .case .case-header h2 {
    line-height: 94px;
  }
  .experts .experts-wrapper .programs-title {
    justify-content: flex-start;
    display: flex;
    text-align: left;
    align-items: flex-start;
    margin-left: 33px;
    margin-bottom: 0;
  }
  .results {
    background-position-x: 50vw;
    background-position-y: 160px;
    background-size: 80%;
  }
  .results .results-list {
    margin-left: 0;
  }
  .results .banner-btn {
    margin: 35px auto;
  }
  .swiper-slide-active {
    transform: scale(1.3);
  }
  .results-list {
    max-width: 310px;
    margin: 0 auto;
  }
  .reviews {
    padding-top: 50px;
    padding-bottom: 150px;
    background-image: url("../img/43rnui-4emodan.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .reviews .reviews-wrapper {
    background: none;
  }
  .reviews .reviews-wrapper {
    padding-bottom: 0;
  }
  .programs-wrapper {
    padding-top: 50px;
  }
  .for-why-list {
    padding-bottom: 50px;
    flex-direction: column;
  }
  .for-why-list-wrapper {
    max-width: 268px;
  }
  .for-why-list {
    gap: 40px;
  }
  .for-why-list .for-why-list-wrapper-image {
    height: auto;
  }
  .banner-header-after {
    right: 46%;
    bottom: -259px;
  }
  .banner-header-content-title {
    position: relative;
  }
  .banner-header-content-title::before {
    content: "";
    position: absolute;
    background-image: url("../img/samolt.png");
    width: 146px;
    height: 114px;
    display: inline-block;
    z-index: 2;
    left: calc(50% - 73px);
    top: calc(50% - 67px);
  }
  .for-why .banner-btn {
    bottom: -70px;
  }
  .banner-header {
    margin: 0 auto 297px;
  }
  .text {
    margin-bottom: 13px;
  }
  .timer-wrapper-title {
    font-size: 9px;
    margin-bottom: 13px;
  }
  .icon-time {
    width: 31px;
    height: 31px;
  }
  .timer-body span::after {
    font-size: 6px;
    margin: 0;
  }
  .timer-body {
    font-size: 25px;
    bottom: -37px;
  }
  .banner-bottom-text {
    max-width: 348px;
    padding-top: 39px;
  }
  .banner-bottom-text * {
    font-size: 13px;
    line-height: 18px;
  }
  .banner-bottom .banner-btn {
    margin-top: 5px;
  }
  .for-why-wrapper {
    border-radius: 35px;
    padding: 30px 0 0;
  }
  .for-why {
    padding: 0;
  }
  .for-why .container {
    padding: 0;
  }
  .for-why-title {
    font-size: 60px;
    margin-bottom: 0;
  }
  .for-why-list {
    margin-top: -19px;
    gap: 0;
    flex-direction: column;
  }
  .for-why-list-wrapper > span {
    font-size: 18px;
  }
  .list-item {
    gap: 7px;
  }
  .list-item span {
    min-width: 3px;
    min-height: 3px;
  }
  .for-why-list-wrapper {
    max-width: 202px;
  }
  .for-why-list-wrapper > span {
    margin-top: 14px;
  }
  .list-item p {
    font-size: 10px;
    line-height: 16px;
  }
  .accordion-header p i {
    color: rgb(255, 222, 177);
  }
  .for-why-list-wrapper .list {
    margin-top: 15px;
    max-width: 81%;
  }
  .programs-wrapper {
    padding: 0;
  }
  .programs-title h2 {
    font-size: 64px;
  }
  .programs-title i img {
    max-width: 168px;
  }
  .programs-list {
    max-width: 320px;
    gap: 10px;
  }
  .accordion-header {
    height: 49px;
  }
  .programs-title i {
    margin-top: -57px;
  }
  .experts-wrapper .programs-title i img {
    margin-top: 17px !important;
  }
  .experts .experts-list .experts-list-item-image {
    width: 83px;
    height: 83px;
  }
  .experts .experts-wrapper {
    padding-top: 39px;
  }
  .experts .experts-list .experts-list-item-image {
    margin-bottom: 19px;
  }
  .experts .experts-list .experts-list-item-content span {
    height: auto !important;
    min-height: auto !important;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 10px;
  }
  .experts .experts-list .experts-list-item {
    width: 33%;
  }
  .experts .experts-list .experts-list-item-content p {
    margin-top: 7px;
  }
  .tarifs .tarifs-wrapper .tarifs_list .tarifs-list-item .tarifs-list-item-content .tarif-btn::before {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .results .results-header {
    justify-content: flex-start;
    margin-left: 25px;
  }
  .banner-header-content-timer {
    right: 70%;
    top: 105%;
    padding: 10px 0;
    gap: 0;
  }
  .social-wrapper {
    left: 92%;
    top: 80px;
  }
  .accordion-header {
    padding: 0 15px;
  }
  .accordion-header .icon {
    border-radius: 4px;
  }
}
@media screen and (max-width: 520px) {
  main {
    background-image: url("../img/main-bg-mob.png");
  }
}
@media screen and (max-width: 461px) {
  .banner .btn-link {
    bottom: -68px;
  }
  .banner-bottom {
    gap: 10px;
  }
}
