html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    background: #FFFFFF;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}
* {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #fff;
  background: #FFFFFF;
  overflow-x: hidden;
}


.no-scroll {
  overflow-y: hidden;
}
html.no-scroll {
  width: 100%;
  overflow: hidden;
}
 
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s linear;
}
  
button {
  cursor: pointer;
  font-family: inherit;
}
  
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  position: relative;
}
  
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
  
img {
  display: block;
}



.section {
    padding-top: 140px;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1440px;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.burger-menu {
  display: none;
}


.h2 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 55px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #100D08;
    text-align: center;
    margin: 0 0 45px;
}
.center {
    text-align: center;
}
.header.active {
    background: #FFFFFF;
    /* backdrop-filter: blur(20px); */
}
.header.politic-page {
    background: #FFFFFF;
    backdrop-filter: none;
}
.header.active > .burger-menu.open {
    backdrop-filter: none;
    background: #FFFFFF;
}
.header__logo {
    height: 37px;
    width: auto;
    margin-right: 36px;
    display: block;
}
.header__logo-dark {
    display: none;
    height: 37px;
    width: auto;
    margin-right: 36px;
}
 .header.politic-page .header__logo {
    display: none;
 }
.header.active .header__logo-dark, .header.politic-page .header__logo-dark {
    display: block;
}
.header.active .header__logo{
    display: none;
}
.header__logo--mob, .header__logo--mob-dark {
    display: none;
}
.header__container {
    height: 62px;
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.burger-button {
  display: none;
}

nav ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
nav ul li a {
    display: block;
    padding: 6px 10px;
    border-radius: 100px;
    transition: all 0.3s linear;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: #C6C6BB;
}
.header.active nav ul li a {
    color: #564C3B;
}
.header.politic-page nav ul li a {
    color: #564C3B;
}

nav ul li a:hover {
    background: #FFFFFF1A;
}
.header.active nav ul li a:hover {
    background: #FFF4DF;
}
.header.politic-page nav ul li a:hover {
    background: #FFF4DF;
}
.header__left {
    display: flex;
    align-items: center;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFCC00;
    border-radius: 16px;
    padding: 21px 53px;
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: #514229;
    border: 2px solid transparent;
    transition: all 0.3s linear;
}
.button:hover {
    border: 2px solid #FFCC00;
    background: #fff;
}
.header__button {
    padding: 11px 30px;
    font-size: 15px;
    line-height: 135%;
}
.small {
    padding: 20px 31px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}
.blur {
   background: #90909033;
    backdrop-filter: blur(15px);
}

.header__btns {
    display: flex;
    gap: 20px;
    align-items: center;
}
.hero {
    padding-top: 62px;
    padding-bottom: 30px;
    position: relative;
}
.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hero__container {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 16px;
}
.hero-container__left {
    border: 1px solid #FFFFFF33;
    border-radius: 20px;
    padding: 40px 60px;
    width: calc(74% - 8px);
    display: flex;
    flex-direction: column;
    position: relative;
}
.hero-container__right {
    width: calc(26% - 8px);
}
.hero__img {
    width: 130px;
    height: auto;
    position: absolute;
    top: 30px;
    right: 60px;
    z-index: 1;
}
.calendar {
    position: relative;
    margin-bottom: 108px;
}
.calendar img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 30px;
    width: 272px;
}
.calendar__day, .calendar__time {
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    color: #100D08;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    display: inline-block;
}
.calendar__day {
    padding: 5px 23px 5px 41px;
}
.hero__subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.hero__subtitle p {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #E9E9D9;
    max-width: 332px;
}
.hero__subtitle img {
    width: 42px;
    height: 42px;
}   
.title {
   font-family: 'Inter Tight', sans-serif;
    font-weight: 300;
    font-size: 70px;
    line-height: 110%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color:#FBFBF0;
    margin-bottom: 109px;
}
.title span {
    font-weight: 500;
}
.hero__author {
    background: #FFF4DF;
    border-radius: 1000px;
    padding: 4px 16px 4px 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: max-content;
    position: absolute;
    top: 260px;
    left: 606px;
}
.hero__author img {
    width: 56px;
    height: 56px;
}
.hero__author p {
    font-size: 15px;
    line-height: 135%;
    color: #100D08;
    max-width: 166px;
}
.bl768 {
    display: none;
}
.hero__badge {
    display: flex;
    gap: 40px;
    padding: 15px;
    border-radius: 16px;
}
.hero__badge-mob {
    display: none;
}
.hero__label {
    display: flex;
    gap: 12px;
    align-items: center;
}
.hero__label img {
    width: 48px;
    height: 66px;
}
.hero__label p {
    font-weight: 600;
    font-size: 15px;
    line-height: 135%;
    color: #E9E9D9;
}
.hero__label p span {
    font-weight: 500;
    color: #FFCC00;
}
.hero__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}
.hero__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border-radius: 20px;
    position: relative;
    gap: 40px;
}
.hero__item:nth-child(3) {
    gap: 54px;
}
.hero__item img {
    width: 40px;
    height: 40px;
}
.hero-item__text {
    font-size: 15px;
    line-height: 135%;
    color: #E9E9D9;
}
.hero-item__text span {
    font-weight: 600;
}
.hero-item__number {
    font-weight: 600;
    font-size: 62.39px;
    line-height: 135%;
    letter-spacing: -14%;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 9px;
    right: 20px;
}

.event {
    position: relative;
    overflow-x: hidden;
}
.event__title {
    max-width: 907px;
    text-align: left;
    margin-left: 40px;
}
.section.event {
    padding-bottom: 140px;
}

.why-reiki .slides-wrapper {
    cursor: grab;
    display: flex;
    gap: 16px;
    overflow-y: auto;
    scrollbar-width: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-left: 40px;
}


.why-reiki .slides-wrapper::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0
}
.why-reiki .slides-wrapper {
  overflow-x: auto;
  overflow-y: visible;
  cursor: grab;
}

.why-reiki .slides-wrapper.dragging {
  cursor: grabbing;
}

.why-reiki {
  overflow: visible;
}



@media(max-width: 768px) {
    .why-reiki .slides-wrapper {
        flex-direction:column;
        gap: 10px
    }
}

.why-reiki .slide {
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 25px;
    cursor: pointer;
    flex-shrink: 0;
    height: 377px;
    overflow: hidden;
    position: relative;
    width: 236px;
}

@media(max-width: 768px) {
    .why-reiki .slide {
        display:flex;
        flex-direction: row-reverse;
        gap: 20px;
        height: auto;
        justify-content: start;
        padding: 20px 15px;
        width: 100%
    }
}

.why-reiki .slide:before {
    content: url("./img/result-icon.svg");
    bottom: 25px;
    left: 25px;
    position: absolute;
    width: 22px;
    height: 10px;
}

@media(max-width: 768px) {
    .why-reiki .slide:before {
        display:none
    }
}

.why-reiki .slide .slide-image {
    bottom: 25px;
    flex-shrink: 0;
    height: 50%;
    right: 25px;
}

.why-reiki .slide:not(.active) .slide-text {
    display: none
}
.slide-text {
    font-size: 15px;
    line-height: 135%;
    margin-top: 20px;
    color: #E9E9D9;
}

.why-reiki .slide.active {
    display: flex;
    flex-direction: column;
    height: 507px;
    justify-content: end;
    width: 416px;
    padding: 25px;
}

@media(max-width: 768px) {
    .why-reiki .slide.active {
        height:400px;
        width: 100%
    }
}
.slide-title {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 115%;
    color: #100D08;
}
.slide-image-small {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: auto;
    max-width: 186px;
    object-fit: contain;
}
.slide-image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .3s ease;
}

.why-reiki .slide.active .slide-image {
    opacity: 1;
}
.why-reiki .slide.active .slide-title {
    color: #fff;
    margin-top: auto;
}
.why-reiki .slide.active .slide-image-small {
    display: none;
}

.why-reiki .slide.active:before {
    height: 14px;
    left: 35px;
    top: 35px;
    z-index: 3
}
.blur-orange {
    width: 977px;
    height: 180px;
    position: absolute;
    top: 111px;
    left: 50%;
    transform: translateX(-50%);
    background: #FE9238;
    border-radius: 300px;
    filter: blur(150px);

}

.why-reiki .slide.active .slide-content {
    z-index: 2
}

.why-reiki .slide.active .slide-image {
    height: 100%;
    -webkit-mask: none;
    mask: none;
    position: absolute;
    width: 100%
}

.why-reiki .slide.active .slide-image:after {
    background: linear-gradient(0deg,rgba(128,67,19,.8) 40%,rgba(143,62,0,0));
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%
}

.why-reiki .slides-pagination {
    bottom: auto;
    left: auto;
    margin-top: -45px;
    position: absolute;
    right: 80px;
    top: 0;
    width: auto;
    color: #564C3B;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}
.why-reiki {
    position: relative;
}

@media(max-width: 1024px) {
    .why-reiki .slides-pagination {
        display:none
    }
}

.img1 {
    width: 142px;
    height: 136px;
}
.img2 {
    width: 147px;
    height: 163px;
}
.img3 {
    width: 142px;
    height: 119px;
}
.img4 {
    width: 186px;
    height: 156px;
}
.img5 {
    width: 142px;
    height: 119px;
}

.container.wr {
    padding-right: 0;
}
.slide:nth-child(5) {
    margin-right: 20px;
}

.section.about-sec {
    padding-top: 0;
}
.about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 0px 40px 0 80px;
}
.about__left {
    width: 100%;
    max-width: 360px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.about__right {
    width: 100%;
    max-width: 737px;
    flex-shrink: 1;
}
.about__text {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 135%;
    color: #564C3B;
    font-style: italic;
}
.about__text.second {
    margin-left: auto;
    display: inline;
}
h2.about__title {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #507749;
    margin-bottom: 18px;
}
.about__subtitle {
    font-size: 22px;
    line-height: 130%;
    color: #564C3B;
    max-width: 633px;
    margin-bottom: 93px;
}
.about__authors {
    display: flex;
    gap: 24px;
    align-items: center;
    width: max-content;
    margin-left: auto;
}
.about-author__name {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #564C3B;
}
.about-author__imgs {
    display: flex;
    gap: 16px;
}
.about__authors img {
    width: 120px;
    height: 120px;
    object-position: center;
    object-fit: cover;
}
.about__img-mob {
    display: none;
}
.about__img {
    display: block;
}





.program {
    margin-top: 140px;
    padding-top: 120px;
    padding-bottom: 120px;
    background:#F8F5F2;
    position: relative;
    overflow: hidden;
}
.program__img {
    position: absolute;
    width: 674px;
    height: 679px;
    top: -210px;
    right: -340px;
    z-index: 1;
    transform: rotate(-14.87deg);
    pointer-events: none;
}
.program__box {
    display: flex;
    gap: 16px;
    align-items: stretch;
    padding: 0 40px;
}
.program__box--mobile {
    display: none;
}
.program__left {
    width: 100%;
    max-width: 524px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.program__right {
    width: calc(100% - 540px);
}
.program-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #100D0833;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    background: transparent;
    border-radius: 10px;
    position: relative;
    min-height: 208px;
    cursor: pointer;
    flex-shrink: 0;
}
.program-item__number {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #564C3B;
    display: flex;
    gap: 10px;
    align-items: center;
}
.program-item__number span {
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    background: #564C3B;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
}
.program-item__date {
    display: flex;
    gap: 0px;
    align-items: center;
}
.program-item-date__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFFFFF;
}
.program-item-date__day, .program-item-date__time {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border-radius: 100px;
    background: #FFFFFF; 
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    color: #100D08;
}
.program-item-date__day {
    margin-left: -4px;
}
.program-item-date__time {
    margin-left: -4px;
}
.program-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.program-item h3 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 120%;
    max-width: 421px;
    color: #100D08;
}
.program-item__arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 16px;
    right: 20px;
    rotate: -45deg;
}
.program-item.active {
    background: #FFFFFF;
    border: 1px solid #564C3B;
}
.program-item.active .program-item-date__icon {
    background: #F8F5F2;
}
.program-item.active .program-item-date__day {
    background: #F8F5F2;
}
.program-item.active .program-item-date__time {
    background: #F8F5F2;
}
.program-item.active h3 {
    font-weight: 500;
}
.program-item.active .program-item__arrow {
    rotate: 0deg;
}
.program-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px;
    border-radius: 10px;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    height: 100%;
}
.program-info--mobile {
    display: none;
}
.program-info__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}
.program-info__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color:#564C3B;
}
.program-info__text span {
    font-weight: 600;
}
.program-info__day {
    font-weight: 500;
    font-size: 20px;
    line-height: 115%;
    color: #507749;
    min-width: 70px;
}
.program-info h3 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 115%;
    color: #100D08;
    margin-top: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.program-info h3 img {
    width: 20px;
    height: 20px;
}
.list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 560px;
}
.list li {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #564C3B;
    padding-left: 18px;
    position: relative;
}
.list li strong {
    font-weight: 600;
}
.list li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #507749;
}

.program-beige {
    background: #507749;
    max-width: max-content;
    font-weight: 600;
    font-size: 15px;
    line-height: 135%;
    padding: 2px 8px;
    color: #FFFFFF;
    border-radius: 100px;
    margin-top: -6px;
}

.program-info {
  display: none;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
}

.program-info.active {
  display: flex;
  animation: programFadeIn 0.35s ease forwards;
}

@keyframes programFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.result {
    position: relative;   
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding: 0 40px;
}

.result .blur {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 242px;
    background: #FE9238;
    filter: blur(150px);
    z-index: 0;
    border-radius: 400px;
}
.result-box {
    position: relative;
    width: calc(25% - 12px);
    padding-top: 48px;
}
.result-item {
    background: #FFFFFF66;
    backdrop-filter: blur(7px);
    padding: 20px;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    z-index: 2;
    margin-top: auto;
}
.result-box.big {
    width: calc(50% - 8px);
}
.result-item__number {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 106px;
    line-height: 104%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #507749;
    z-index: 0;
    opacity: 0.2;
}

.result-item__icon {
    width: 22px;
    height: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.result-item__text {
    font-size: 15px;
    line-height: 135%;
    color: #564C3B;
    margin-top: auto;
}
.result-item__text span {
    font-weight: 600;
}
.result-item__img {
    height: 83px;
    width: auto;
    margin-left: auto;
    z-index: 1;
}
.result__button {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 8px;
}
.result-label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.result-label img {
    width: 38px;
    height: auto;
}
.result-label p {
    font-size: 13px;
    line-height: 135%;
    color: #564C3B;
    max-width: 302px;
}
.result-label span {
    font-weight: 600;
}

.anim-list {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 2;
}
.anim-track {
    display: flex;
    will-change: transform;
    transform: translate3d(0,0,0);
}
.anim-item {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}
.anim-item__icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.anim-item__icon img {
    width: 30px;
    height: 30px;
}
.anim-item__text {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 29px;
    color: #FFCC00;
    border-radius: 100px;
}
.anim-item__box {
    position: absolute;
    width: 20px;
    height: 30px;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.anim-wrap {
  position: relative;
  background: white;
  overflow: hidden;
  height: 80px;
}

.anim-list {
  background: white;
  overflow: hidden;
}
.anim-item__icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.anim-item__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/glow-photo.jpg") bottom center / cover no-repeat;
  z-index: 0;
}
.anim-item__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  
  background: #00000099;
  z-index: 1;
}


.anim-item__icon img {
  position: relative;
  z-index: 2;
}
.anim-item__text {
  overflow: hidden;
}
.anim-item__text span {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: center;
    color: #FFCC00;
}

.anim-item__text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/glow-photo.jpg") bottom center / cover no-repeat;
  z-index: 1;
}
.anim-item__text::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000099;
  z-index: 1;
}
.anim-item__box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/glow-photo.jpg") bottom center / cover no-repeat;
  z-index: 1;
}
.anim-item__box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000099;
  z-index: 1;
}


.anim-item__text span,
.anim-item__text {
  position: relative;
  z-index: 2;
}

.anim {
    padding-bottom: 140px;
}


.author__box {
    margin: 0 40px;
    padding: 15px;
    background: 
      linear-gradient(90.03deg, rgba(254, 146, 56, 0.4) 0.03%, rgba(254, 146, 56, 0) 78.62%),
      #F8F5F2;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.author-left {
    width: 100%;
    max-width: 633px;
}
.author-right {
    width: calc(100% - 673px);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.author-right h3 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #100D08;
    margin-bottom: 15px;
}
.author-beige {
    margin-top: 20px;
    display: flex;
    align-items: stretch;
    
}
.author-beige span {
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.author-beige span img {
    width: 14px;
    height: 14px;
}
.author-beige p {
    background: #FFFFFF;
    padding: 0 11px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 135%;
    color: #100D08;
    border-radius: 100px;
    margin-left: -2px;

}

.reviews {
    padding-bottom: 140px;
}
.reviews__title {
    text-align: left;
    margin-left: 40px;
}
.reviews__tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  padding: 0 40px;
}
.reviews__content {
    padding: 0 40px;
}

.reviews-tab {
  padding: 8px 16px 8px 8px;
  border-radius: 10px;
  border: 1px solid #A59B8D;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews-tab span {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color:#514229;
}
.reviews-tab svg {
    width: 24px;
    height: 24px;
}

.reviews-tab.active {
  background: #514229;
}
.reviews-tab.active span {
  color: #FBFBF0;
}
.reviews-tab.active svg path {
  fill: #8C806F;
}

.reviews-panel {
  display: none;
}

.reviews-panel.active {
  display: block;
}
.swiper-slide {
    height: 100%;
}
.swiper {
    overflow: visible !important;
}
.review-card {
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-radius: 20px;
  background: #F8F5F2;
  backdrop-filter: blur(15px);
  height: 100%;
}
.reviews-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
}
.reviews-tag {
    padding: 4px 10px;
    background: #FFFFFFCC;
    backdrop-filter: blur(15px);
    border-radius: 100px;
    font-size: 13px;
    line-height: 135%;
    color:#100D08;
    width: max-content;
}
.review-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
    color: #100D08;
    margin-bottom: 15px;
}
.review-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #564C3B;
    margin-bottom: 15px;
}
.reviews-imgs {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.reviews-imgs img {
    width: 111px;
    height: 64px;
    object-fit: cover;  
    border: 1px solid #100D0833;
    border-radius: 5px;
}
.reviews-bottom {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.review-link {
    display: flex;
    align-items: center;
    gap: 10px;
}
.review-link span {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #514229;
}
.review-link img {
    width: 22px;
    height: 22px;
}
.review-card:hover .review-link img {
    scale: 1.1;
}
.review-date {
    color: #564C3B;
    opacity: 0.8;
    font-weight: 400;
    font-size: 13px;
    line-height: 135%;
}

.swiper-rev-buttons {
    position: absolute;
    top: -65px;
    right: 0;
}
.video-arrow--prev {
    top: -65px;
    position: absolute;
    right: 73px;
}
.video-arrow--next {
    top: -65px;
    position: absolute;
    right: 0;
}
.reviews-arrow--prev {
    top: -65px;
    position: absolute;
    right: 73px;
}
.reviews-arrow--next {
    top: -65px;
    position: absolute;
    right: 0;
}
.reviews-arrow--prev, .video-arrow--prev {
    rotate: 180deg;
}
.reviews-arrow, .video-arrow {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s linear;
}
.reviews-arrow.swiper-button-disabled {
    opacity: 0.6;
}
.video-arrow.swiper-button-disabled {
    opacity: 0.6;
}
.swiper-nav {
    margin-top: 30px;
}
.swiper-nav .swiper-pagination {
    margin: 0;
    position: static;
    width: auto;
    gap: 5px !important;
}
.reviews {
    overflow: hidden;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #C6C6BB;
    margin: 0 3px !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #514229;  
}

/* .swiper-slide.video-card {
    width: 308px !important;
} */
.video-card {
  display: flex;
  flex-direction: column;
  background: #F8F5F2;
  backdrop-filter: blur(15px);
  border-radius: 16px;
  padding: 15px;
}

.thumb-box {
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
}
.video-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.video-card__arr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.video-blur {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));

}
.video-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    opacity: 0.8;
    color: #564C3B;
    margin-top: 15px;
}
.video-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 115%;
    color: #100D08;
    margin-top: 5px;
}
.video-card:hover .video-card__arr {
    scale: 1.1;
}



.cta {
    padding: 84px 0;
    position: relative;
}
.cta__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.cta-box {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.cta__img {
    position: absolute;
    z-index: 2;
    left: 17px;
    top: 12px;
    width: 187px;
    height: 158px;
}
.cta-left {
    width: 100%;
    max-width: 537px;
    padding-top: 71px;
    margin-left: 120px;
}
.cta-title {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 55px;
    line-height: 100%;
    letter-spacing: -2%;
    margin-bottom: 25px;
    color: #FBFBF0;
}
.cta-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #E9E9D9;
    margin-bottom: 107px;
}
.cta-beige {
    background: #FFFFFF33;
    width: 100%;
    max-width: 396px;
    padding: 8px 20px 8px 8px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    gap: 8px;
}
.cta-beige img {
    width: 48px;
    height: 54px;
}
.cta-beige p {
    font-weight: 500;
    font-size: 15px;;
    line-height: 135%;
    color: #FBFBF0;
}
.cta-beige p span {
    color: #FFCC00;
}
.cta-beige.second {
    display: none;
}


.cta-right {
    background: #FFFFFF33;
    border-radius: 20px;
    padding: 40px 25px 25px 25px;
    width: 100%;
    max-width: 390px;
    margin-right: 110px;
    position: relative;
}
.form-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 115%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 25px;
    color: #FBFBF0;
}

.form-group {
  position: relative;
}
.form-group:not(:last-child) {
  margin-bottom: 10px;
}
.submit-btn {
  margin-top: 25px;
  width: 100%;
  padding: 20px 53px;
      font-size: 16px;
    line-height: 140%;
}

input {
    width: 100%;
    padding: 20px 25px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height:135%;
    font-family: inherit;
    outline: none;
    transition: border 0.3s ease;
    background: transparent;
    color: #FBFBF0;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(20px);
}

input::placeholder {
    color: #FBFBF0;
    font-weight: 400;
    font-size: 15px;
    line-height:135%;
}

.error {
  border: 1px solid #83131E !important;
  color: #DC7768 !important;
}

.error-msg {
  position: static;
  margin-top: 5px;
  font-size: 12px;
  color: #83131E;
  font-size: 11px;
  line-height: 135%;
  display: none;
}

.submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.form__policy {
    font-weight: 400;
    font-size: 13px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    color: #E9E9D9;
    margin-top: 10px;

}
.form__policy a {
    color: #E9E9D9;
    text-decoration: underline;
}


.footer {
    background: #221A0E;
    padding: 35px 0 25px;
}
.footer-box {
    padding: 0 40px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-top__left {
    width: 100%;
    max-width: 565px;
}
.footer-logo {
    width: 235px;
    height: auto;
    display: block;
    margin-bottom: 40px;
}
.footer-logo img {
    width: 100%;
    height: 100%;
}
.footer-logo--mob {
    display: none;
}
.footer-nav {
    display: flex;
    gap: 40px;
}
.footer-nav li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    text-align: center;
    color: #E9E9D9;
    transition: all 0.3 ease;
}
.footer-nav li a:hover {
    color: #FFCC00;
}
.footer-top__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 524px;
    border-radius: 10px;
    padding: 25px;
    background: #FFFFFF1A;
    position: relative;
}
.footer-top__icon {
    position: absolute;
    width: 22px;
    height: 10px;
    top: 25px;
    right: 25px;
}
.footer-top__right p {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    max-width: 302px;
    color: #FBFBF0;
    opacity: 0.6;
}
.footer-contacts {
    display: flex;
    gap: 40px;
    align-items: center;
}
.footer-contacts li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    color: #E9E9D9;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3 ease;
}
.footer-contacts li a img {
    width: 32px;
    height: 32px;
}
.footer-contacts li a:hover {
    color: #FFCC00;
}
.footer-contacts li a:hover img {
    scale: 1.1;
}
.footer-bottom {
    margin-top: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: max-content;
}
.footer-social li a {
    display: block;
    width: 30px;
    height: 30px;
    transition: all 0.3 ease;
}
.footer-social li a:hover {
    scale: 1.1;
}
.footer-politics {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.footer-politics div {
    font-weight: 400;
    font-size: 13px;
    line-height: 135%;
    color: #A59B8D;
    transition: all 0.3 ease;
}
.politic-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 135%;
    color: #A59B8D;
    transition: all 0.3 ease;
    display: none;
}
.footer-politics div a {
    font-weight: 400;
    font-size: 13px;
    line-height: 135%;
    color: #A59B8D;
    transition: all 0.3 ease;
}
.footer-politics div a:hover {
    color: #FFCC00;
}
.footer-mobile-text {
    display: none;
}
.footer-social   { 
    order: 1; 
}
.footer-politics { 
    order: 2; 
}
.politic-text    { 
    order: 3; 
}

@media screen and (max-width: 1320px) {
    .hero-container__left {
        padding: 40px 20px;
    } 
    .title {
        font-size: 60px;
    }
    .hero__author {
        top: 253px;
        left: 486px;
    }
    .about {
        padding: 0 8px;
    }
    .program__left {
        max-width: 438px;
    }
    .program__right {
        width: calc(100% - 454px);
    }
    .program__box {
        padding: 0 8px;
    }
    .result {
        padding: 0 8px;
    }
    .author__box {
        margin: 0 8px;
        gap: 20px;
        align-items: center;
    }
    .author-left {
        max-width: 433px;
        height: 100%;
    }
    .author-left {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .author-right {
        width: calc(100% - 453px);
    }
    .author-beige {
        margin-top: 0px;
    }
    .reviews__title {
        margin-left: 8px;
    }
    .reviews__tabs {
        padding: 0 8px;
    }
    .reviews__content {
        padding: 0 8px;
    }
    .cta-left {
        padding-top: 71px;  
        margin: 0px 8px;
    }
    .cta__img {
        top: -50px;
    }
    .cta-right {
        margin: 0 8px;
    }
    .footer-box {
        padding: 0 8px;
    }
    .event__title {
        margin-left: 8px;
    }
    .why-reiki .slides-wrapper {
        margin-left: 8px;
    }

}
@media screen and (max-width: 1200px) {
    .about {
        flex-direction: column;
        gap: 30px;
    }
    .about__left {
        margin: 0 auto;
    }
    .about__right {
        max-width: 100%;

    }
    h2.about__title, .about__subtitle {
        text-align: center;
        margin:  0 auto;
    }
    h2.about__title {
        margin-bottom: 18px;
    }
    .about__subtitle {
        margin-bottom: 40px;
    }
    .about__authors {
        margin:0 auto;
    }
    .result-box {
        position: relative;
        width: calc(50% - 8px);
        padding-top: 48px;
    }
    .result-box.big {
        width: 100%;
    }
    .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .footer-logo {
        display: block;
        margin: 0 auto 40px;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}
@media screen and (max-width: 1120px) {
    .hero__container {
        flex-direction: column;
    }
    .hero-container__left {
        width: 100%;
    }
    .hero-container__right {
        width: 100%;
    }
    .hero__list {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .hero__item {
        width: calc(33.33% - 10.66px);
    }
    .hero__item {
        gap: 20px;
    }
    .hero__item:nth-child(3) {
        gap: 20px;
    }
    .program__box {
        flex-direction: column;
        padding: 0;
        display: none;
    }
    .program__box--mobile {
         display: flex;
         flex-direction: column;
         gap: 10px;
         padding: 0 8px;
    }
    .program-item.active .program-item__arrow {
        rotate: -90deg;
    }
    .header nav {
        display: none;
    }
    .header__btns {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .burger-button {
        display: flex;
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        outline: none;
    }
    .burger-button .main-img {
        width: 40px;
        height: 40px;
    }
    .main-img-dark {
        display: none;
    }
    .header.active .main-img {
        display: none;
    }
    .header.active .main-img-dark {
        display: block;
    }
    .burger-menu {
        position: fixed;
        top: 0px;
        right: -100%; 
        width: 100%;
        height: 100%;
        padding: 0 16px 16px;
        background: #fff;
        transition: right 0.3s ease; 
        overflow-y: auto;
        display: block;
        z-index: 105;
    }
    .burger-top__btns {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .burger__top {
        margin-top: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header__button {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 135%;
        font-weight: 600;
    }
    .burger-menu.open {
        right: 0; 
        overflow-y: auto;
    }
    .burger-menu__nav {
        flex-direction: column;
        gap: 24px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .burger-menu__nav li a {
        font-weight: 600;
        font-size: 20px;
        line-height: 122%;
        color: #564C3B;
    }
    .close-button {
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        outline: none;
    }
    .burger__content {
        padding-top: 68px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
        height: calc(100% - 62px);
    }
    .burger-social {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .burger-contact {
        background: #F8F5F2;
        border-radius: 10px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .burger-contact p {
        color: #100D08;
        opacity: 0.6;
        font-weight: 500;
        font-size: 14px;
        line-height: 135%;
    }
    .burger-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .burger-links li a {
        display: flex;
        gap: 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 135%;
        color: #564C3B;
    }
    
    .header.active .header__logo{
        display: none;
    }
    .header__logo, .header__logo-dark {
        display: none;
    }
    .header.active .header__logo-dark {
        display: none;
    }
    .header__logo--mob  {
        display: block;
    }
    .header.active .header__logo--mob {
        display: none;
    }
    .header__logo--mob-dark {
        display: none;
    }
    .header.active .header__logo--mob-dark {
        display: block;
    }
    .header__container {
        height: 56px;
    }
    .header.politic-page  .header__logo--mob {
        display: none;
    }
    .header.politic-page  .header__logo--mob-dark {
        display: block;
    }
    .header.politic-page .header__logo-dark {
        display: none;
    }
    .header.politic-page .main-img-dark {
        display: block;
    }
    .header.politic-page .main-img{
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    /* .swiper-slide.review-card {
        width: calc(100% - 16px)!important;
    } */
     .cta-box {
        flex-direction: column;
    }
    .cta-beige.first {
        display: none;
    }
    .cta-beige.second {
        display: flex;
        margin: 0 auto;
    }
    .cta-title {
        text-align: center;
    }
    .cta-subtitle {
        text-align: center;
        max-width: 500px;
        margin: 0 auto 35px;
    }
    .cta-left {
        max-width: 100%;
        padding-top: 69px;
    }
    .cta-right {
        margin: 0 auto 15px;
        width: calc(100% - 16px);
    }
    .cta__img {
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
        width: 75px;
        height: 64px;
    }
}
@media screen and (max-width: 950px) {
    .hero__item {
        width: calc(50% - 8px);
    }
    .hero__item:nth-child(3) {
        width: 100%;
    }
    .calendar {
        margin-bottom: 50px;
    }
    .hero__author {
        top: 195px;
    }
    .title {
        margin-bottom: 60px;
    }
    .section {
        padding-top: 110px;
    }
    .section.about-sec {
        padding-top: 0px;
    }
    .section.event {
        padding-bottom: 110px;
    }
    .author__box {
        flex-direction: column;
        background: 
        linear-gradient(180.03deg, rgba(254, 146, 56, 0.4) 0.03%, rgba(254, 146, 56, 0) 78.62%),
        #F8F5F2;
    }
    .author-right {
        width: 100%;
    }
    .footer-politics {
        justify-content: center;
        gap: 16px 32px;
    }

}
@media screen and (max-width: 768px) {
    .hero__item {
       width: 100%;
    }
    .calendar {
        margin-bottom:20px;
    }
    .hero__author {
        top: 195px;
    }
    .title {
        margin-bottom: 60px;
    }
    .hero-container__left {
        padding: 15px;
    }
    .calendar img {
        height: 24px;
        width: auto;
    }
    .calendar__day, .calendar__time {
        font-size: 14px;
    }
    .calendar__day {
        padding: 2px 3px 3px 27px;
    }
    .hero__img {
        width: 54px;
        top: 15px;
        right: 16px;
    }
    .hero__subtitle {
        gap: 8px;
        margin-bottom: 10px;
    }
    .hero__subtitle p {
        font-weight: 400;
        font-size: 14px;
        line-height: 135%;
        max-width: 215px;
    }
    .hero__subtitle p span {
        font-weight: 600;
    }
    .hero__subtitle img {
        width: 28px;
        height: 28px;
    }  
    .title {
        font-size: 37px;
        line-height: 110%;
        margin-bottom: 0px;
    }
    .hero__badge {
        display: none;
    }
    .hero__badge-mob {
        display: flex;
        padding: 10px;
        border-radius: 20px;
        gap: 10px;
    }
    .bl768 {
        display: block;
    }
    .hero__author {
        border-radius: 592px;
        padding: 3px 12px 3px 3px;
        gap: 4px;
        top: 147px;
        left: 145px;    
    }
    .hero__author img {
        width: 30px;
        height: 30px;
    }
    .hero__author p {
        font-size: 10px;
        line-height: 140%;
        max-width: 112px;
    }   
    .hero__container {
        gap: 10px;
    } 
    .hero__list {
        gap: 10px;
    }
    .hero__item {
        padding: 15px;
        gap: 10px;
    }
    .hero__item:nth-child(3) {
        gap: 10px;
    }
    .hero__item img {
        width: 28px;
        height: 28px;
    }
    .hero-item__text {
        font-size: 14px;
        line-height: 135%;
    }
    .hero-item__number {
        font-size: 37px;
        top: 12px;
        right: 15px;
    }
    .hero__label {
        align-items: center;
    }
    .hero__label img {
        width: 32px;
        height: 44px;
    }
    .hero__label p {
        font-size: 13px;
    }
    .hero__label p span {
        font-weight: 400;
    }
    .hero {
        padding-top: 56px;
        padding-bottom: 28px;
    }
    .button {
        border-radius: 10px;
        padding: 16px 53px;
        font-size: 14px;
        line-height: 135%;
    }
    .about__img-mob {
        display: block;
    }
    .about__img {
        display: none;
    }
    .about__left {
        max-width: 279px;
        gap: 8px;
    }
    .about__text {
        font-size: 14px;
    }
    h2.about__title {
        font-size: 20px;
        line-height: 122%;
        margin-bottom: 15px;
    }
    .about__subtitle {
        font-size: 14px;
        line-height: 135%;
        margin-bottom: 30px;
    }
    .about__authors {
        gap: 15px;
        flex-direction: column-reverse;
    }
    .about-author__imgs {
        gap: 8px;
    }
    .about__authors img {
        width: 60px;
        height: 60px;
    }
    .program-item {
        gap: 10px;
        padding: 16px 20px;
        min-height: auto;
    }
    .program-item__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }
    
    .program {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .program-item__arrow {
        bottom: auto;
        top: 16px;
        right: 20px;
    }
    .program-item__number {
        font-size: 14px;
        line-height: 135%;
    }
    .program-item-date__icon {
        width: 24px;
        height: 24px;
    }
    .program-item-date__day, .program-item-date__time {
        padding: 2px 12px;
        font-size: 14px;
        background: #FFFFFF;
    }
    .program-item h3 {
        font-size: 24px;
    }
    .program-info {
        gap: 15px;
        padding: 20px;
    }
    .program-info__day {
        display: none;
    }
    .program-info h3 {
        margin-top: 5px;
        font-weight: 600;
        font-size: 14px;
        line-height: 135%;
    }
    .program-info h3 img {
        width: 20px;
        height: 20px;
    }
    .list {
        gap: 8px;
    }
    .list li {
        font-size: 14px;
    }
    .list li::before {
        top: 5px;
        transform: translateY(0%);
    }
    .program-beige {
        font-size: 14px;
        margin-top: -7px;
    }
    .h2 {
        font-size: 30px;
        margin: 0 0 35px;
    }
    .program__img {
        width: 366px;
        height: 368px;
        top: 32px;
        right: -183px;
    }
    .result-section {
        padding-top: 80px;
    }
    .result-item__number {
        display: none;
    }
    .result-box {
        padding-top: 0px;
    }
    .result .blur {
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 137px;
        height: 90%;
    }
    .result-item {
        backdrop-filter: blur(20px);
        gap: 15px;
        justify-content: space-between;
        min-height: 103px;
        height: auto;
    }
    .result-item__img {
        height: 50px;
        width: auto;
        margin-left: auto;
        z-index: 1;
    }
    .result-item__text {
        font-size: 14px;
    }
    .anim {
        padding: 80px 0;
    }
    .anim-item__icon {
        width: 50px;
        height: 50px;
    }
    .anim-item__icon img {
        width: 19px;
        height: 19px;
    }
    .anim-item__text {
        font-size: 18px;
        line-height: 110%;
        height: 50px;
        padding: 14px 17px;
        border-radius: 62px;
    }
    .anim-item__text span {
        font-size: 18px;
        line-height: 110%;
    }
    .author-left {
        max-width: 100%;
    }
    .author__box {
        gap: 15px;
    }
    .author-beige p {
        font-size: 14px;
    }
    .author-right {
        gap: 10px;
    }
    .author-right h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .reviews-tab {
        padding: 8px 16px 8px 8px;
        width: calc(50% - 5px);
    }
    .reviews__tabs {
        margin-bottom: 20px;
        max-width: 400px;
    }
    .reviews__title {
        text-align: center;
    }
    .review-card {
        padding: 20px 15px;
    }
    .reviews-tag {
        font-size: 11px;
    }
    .review-text {
        font-size: 14px;
    }
    .reviews-imgs {
        gap: 8px;
        margin-bottom: 25px;
    }
    .reviews-imgs img {
        width: calc(50% - 6px);
    }
    .review-link span {
        font-size: 14px;
        line-height: 135%;
    }
    .reviews {
        padding: 80px 0;
    }
    .cta {
        padding-bottom: 80px;
    }
    .cta-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .cta-subtitle {
        font-size: 14px;
        line-height: 135%;
        max-width: 321px;
    }
    .cta-beige {
        max-width: 390px;
        padding: 10px 20px 10px 10px;
    }
    .cta-beige img {
        width: 32px;
        height: 44px;
    }
    .cta-beige p {
        font-weight: 600;
        font-size: 13px;;
        line-height: 135%;
    }
    .cta-beige p span {
        font-weight: 400;
    }
    .cta-right {
        padding: 30px 15px;
    }
    .form-title {
        font-size: 20px;
        line-height: 122%;
        margin-bottom: 20px;
    }
    .form-group:not(:last-child) {
        margin-bottom: 8px;
    }
    .submit-btn {
        margin-top: 20px;
        padding: 16px 53px;
        font-size: 14px;
        line-height: 135%;
    }
    input {
        padding: 16px 20px;
        font-size: 14px;
        line-height:135%;
    }

    input::placeholder {
        font-size: 14px;
        line-height:135%;
    }
    .footer-logo--mob {
        display: block;
        width: 42px;
        height: auto;
        margin: 0 auto 17px;
    }
    .footer-logo {
        display: none;
    }
    .footer-logo--mob img {
        width: 100%;
        height: 100%;
    }
    .footer-mobile-text {        
        font-weight: 500;
        font-size: 13.28px;
        line-height: 118%;
        text-align: center;
        color:#FBFBF0;
        display: block;
        margin-bottom: 40px;
    }
    .footer-mobile-text span {
        text-transform: uppercase;
    }
    .footer-nav {
        gap: 20px;
        justify-content: center;
    }
    .footer-nav li a {
        font-size: 14px;
    }
    .footer-top {
        gap: 40px;
    }
    .footer-top__right {
        gap: 15px;
        padding: 20px;
    }
    .footer-top__icon {
        display: none;
    }
    .footer-top__right p {
        font-weight: 500;
        font-size: 14px;
    }
    .footer-contacts {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom {
        margin-top: 40px;
        gap: 30px;
    }
    .footer-politics div.dn768 {
        display: none;
    }
    .footer-social {
        order: 2;
    }
    .footer-politics {
        order: 1;
    }
    .politic-text {
        display: block;
        order: 3;
    }
    .header__button {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 135%;
        font-weight: 600;
    }
    .event__title {
        max-width: 907px;
        text-align: center;
        margin: 0 auto 35px;
    }
    .swiper-nav {
        margin-top: 0px;
    }
    .slider-nav {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
        margin-top: 36px;
    }
    .reviews-arrow--prev, .reviews-arrow--next,
    .video-arrow--prev,.video-arrow--next {
        position: static;
    }
    .video-title {
        font-size: 20px;
    }
    .slide-image-small {
        position: static;
        width: 100%;
        max-width: 107px;
    }
    .why-reiki .slide {
        background: #fff;
        backdrop-filter: blur(15px);
        border-radius: 20px;
        padding: 15px;
        height: auto;
        width: 100%;

    }
    .slide-title {
        font-size: 20px;
        line-height: 122%;
        max-width: 277px;
    }
    .why-reiki .slide.active {
        height: 400px;
        width: 100%;
        padding: 20px 25px;
    }
    .slide-content {
        display: flex;
        gap: 15px;
        justify-content: space-between;
        width: 100%;
    }
    .why-reiki .slide.active .slide-content {
        flex-direction: column;
    }
    .why-reiki .slide.active .slide-image:after {
        height: 500px;
    }
    .blur-orange {
        width: 977px;
        height: 216px;
        position: absolute;
        top: 204px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        background: #FE9238;
        border-radius: 300px;
        filter: blur(150px);

    }
    .why-reiki .slide.active .slide-image {
        width: 100%;
        height: 100%;
    }
    .why-reiki .slide.active .slide-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .slide-text {
        font-size: 14px;
        margin-top: 0px;
    }
    .container.wr {
        padding-right: 8px;
    }
    .why-reiki .slides-wrapper {
        margin: 0 8px;
    }

    .slide:nth-child(5) {
        margin-right: 0px;
    }
    .img1 {
        width: 93px;
        height: 90px;
    }
    .img2 {
        width: 109px;
        height: 122px;
    }
    .img3 {
        width: 107px;
        height: 90px;
    }
    .img4 {
        width: 107px;
        height: 90px;
    }
    .img5 {
        width: 107px;
        height: 90px;
    }
    .slide::before, .slide.active::before {
        display: none;
    }
    .slide::after {
        content: url("./img/arrow.svg");
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 15px;
        right: 15px;
        rotate: 45deg;
    }
    .slide.active:after {
        rotate: -90deg;
        bottom: auto;
        top: 15px;
    }
}
@media screen and (max-width: 600px) {
    .result {
        gap: 10px;
    }
    .result-box {
        width: 100%;
    }
    .result__button {
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
    }
    .footer-politics {
        flex-direction: column;
    }
    .footer-nav {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 500px) {
    .hero__badge-mob {
        flex-direction: column;
    }
    .small {
        width: 100%;
        padding: 16px 31px;
        font-size: 14px;
        line-height: 135%;
    }
}
@media screen and (max-width: 480px) {
    .reviews__tabs {
        max-width: 100%;
    }
    .slide-title {
        max-width: 185px;
    }
    .why-reiki .slide:nth-child(3) {
       padding-bottom: 55px;
    }
}
@media screen and (max-width: 450px) {
    .cta-right {
        max-width: calc(100% - 16px);
        width: calc(100% - 16px);
    }
    .cta-beige  {
        max-width: calc(100% - 16px);
        width: calc(100% - 16px);
        margin: 0 8px;
    }
}

/* politic */

.container.politic {
    max-width: 960px;
    padding-bottom: 140px;
}
.politic h1 {
    margin-bottom: 20px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #100D08;

}
.politic h2 {
    margin-bottom: 20px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #100D08;
}
.politic p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #564C3B;
}
.politic p a {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #564C3B;
    text-decoration: underline;
}
.politic p span {
    font-weight: 600;
} 
.list-politic {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}
.list-politic li {
    padding-left: 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    position: relative;
    color: #564C3B;
}
.list-politic li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #564C3B;
}

@media screen and (max-width: 768px) {
    .container.politic {
        padding: 0 8px 80px;
    }
    .politic h1 {
        margin-bottom: 16px;
        font-size: 24px;
    }
    .politic h2 {
        margin-bottom: 16px;
        font-size: 20px;
    }
    .politic p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .politic p a {
        font-size: 14px;
    }
    .list-politic li {
        font-size: 14px;
    }
    .list-politic li::before {
        top: 7px;
        transform: translateY(0%);
    }
}

/* modal */

.modal .cta-right {
    margin: 0;
    background: #FFFFFF33;
    backdrop-filter: blur(40px);
    padding-top: 50px;

}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 100;
}

.modal.active {
  display: flex;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: #100D0899;
    backdrop-filter: blur(40px);


}

.modal__content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* thanks */
.thanks {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 62px;
    padding-bottom: 40px;
}
.thanks__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thanks__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 100%;
    height: calc(100vh - 102px);
    background: #90909033;
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding-bottom: 34px;
}
.thanks-icon {
    width: 60px;
    height: 60px;
}
.thanks-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: #E9E9D9;
}
.thanks-title {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 70px;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color: #FBFBF0;
    max-width: 771px;
    margin:0 auto 5px;
}
.thanks-subtitle {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 20px;
    color: #E9E9D9;
}
.thanks-btn {
    padding: 20px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;

}
.disabled {
    cursor: default;
}

@media screen and (max-width: 1024px) {
    .thanks {
        padding-top: 56px;
        padding-bottom: 18px;
    }
    .thanks__content {
        gap: 15px;
        height: calc(100vh - 74px);
        padding-bottom: 0px;
    }
    .thanks-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
        display: block;
    }
    .thanks-text {
        font-size: 11px;
        line-height: 135%;
    }
    .thanks-title {
        font-size: 37px;
        max-width: 290px;
    }
    .thanks-subtitle {
        font-size: 20px;
        line-height: 122%;
        max-width: 215px;
        margin:0 auto 30px;
    }
    .thanks-btn {
        padding: 16px 25px;
        font-size: 14px;
        line-height: 135%;
        width: 100%;
        max-width: 333px;
        margin: 0 auto;
    }
    .container {
        padding: 0 6px;
    }
}